.canoe-page { background: #fff; }
.canoe-page .section-title { font-size: clamp(2.45rem, 4.25vw, 4.7rem); }

.breadcrumb { display: flex; gap: .75rem; align-items: center; padding-top: 1.45rem; color: var(--color-muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--color-ocean); }

.canoe-hero { position: relative; overflow: hidden; min-height: 760px; padding-bottom: 4rem; background-color: var(--color-light-blue); background-image: linear-gradient(rgba(19,142,208,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(19,142,208,.07) 1px, transparent 1px); background-size: 72px 72px; }
.canoe-hero::after { position: absolute; right: -15vw; bottom: -42vw; width: 76vw; height: 76vw; border: 1px solid rgba(19,142,208,.28); border-radius: 50%; content: ""; }
.canoe-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, .78fr); gap: clamp(2.5rem, 6vw, 7rem); align-items: center; padding-top: 4rem; }
.canoe-hero__copy { padding-bottom: 1rem; }
.canoe-hero h1 { max-width: 760px; margin: 0; color: var(--color-navy); font-family: var(--font-display); font-size: clamp(3.9rem, 6.7vw, 7rem); line-height: .88; letter-spacing: -.045em; text-transform: uppercase; }
.canoe-hero__lead { max-width: 700px; margin: 2rem 0 0; color: var(--color-muted); font-size: clamp(1rem, 1.4vw, 1.24rem); line-height: 1.72; }
.canoe-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.canoe-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 690px; margin: 2.6rem 0 0; padding-top: 1.4rem; border-top: var(--border); }
.canoe-hero__facts div { padding-right: 1.25rem; }
.canoe-hero__facts dt { color: var(--color-ocean); font-family: var(--font-display); font-size: 1.9rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
.canoe-hero__facts dd { margin: .45rem 0 0; color: var(--color-muted); font-size: .78rem; line-height: 1.4; }
.canoe-hero__visual { position: relative; height: 590px; overflow: hidden; border: var(--border); background: rgba(255,255,255,.9); box-shadow: var(--shadow-lift); }
.canoe-hero__label { position: absolute; z-index: 3; top: 1.25rem; left: 1.4rem; display: grid; color: var(--color-ocean); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.canoe-hero__label strong { margin-top: .2rem; color: var(--color-navy); font-size: .86rem; }
.hero-paddle { position: absolute; bottom: -420px; height: 930px; width: auto; object-fit: contain; filter: drop-shadow(0 25px 22px rgba(8,45,97,.13)); }
.hero-paddle--one { left: 4%; transform: rotate(-4deg); }
.hero-paddle--two { left: 37%; z-index: 2; height: 980px; transform: translateX(-10%); }
.hero-paddle--three { right: 5%; height: 950px; transform: rotate(4deg); }
.canoe-hero__scale { position: absolute; right: 1.2rem; bottom: 1.15rem; left: 1.2rem; z-index: 4; display: flex; justify-content: space-between; padding-top: .8rem; border-top: 1px solid var(--color-line); color: var(--color-ocean); font-size: .64rem; font-weight: 800; letter-spacing: .13em; }

.canoe-jump { position: sticky; top: 0; z-index: 8; border-block: 1px solid var(--color-line-dark); color: #d7e8f3; background: var(--color-dark-navy); }
.canoe-jump .container { display: flex; overflow-x: auto; scrollbar-width: thin; }
.canoe-jump a { flex: 1 0 auto; padding: 1rem 1.25rem; border-right: 1px solid var(--color-line-dark); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.canoe-jump a:hover { color: var(--color-dark-navy); background: var(--color-cyan); }

.finder-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: var(--border); }
.finder-grid a { min-height: 300px; padding: 2.25rem; border-right: var(--border); background: #fff; transition: transform .25s var(--ease), background .25s; }
.finder-grid a:last-child { border-right: 0; }
.finder-grid a:hover { z-index: 1; transform: translateY(-8px); background: var(--color-light-blue); box-shadow: var(--shadow-lift); }
.finder-grid span, .finder-grid strong { color: var(--color-ocean); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.finder-grid h3 { margin: 2rem 0 1rem; color: var(--color-navy); font-family: var(--font-display); font-size: 2.25rem; line-height: 1; text-transform: uppercase; }
.finder-grid p { min-height: 78px; color: var(--color-muted); }
.finder-grid strong { display: block; margin-top: 1.5rem; color: var(--color-navy); letter-spacing: .04em; }

.fixed-showcase { display: grid; grid-template-columns: repeat(12, 1fr); border-top: var(--border); border-left: var(--border); background: #fff; }
.fixed-showcase article { border-right: var(--border); border-bottom: var(--border); }
.fixed-feature { grid-column: span 6; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; }
.fixed-feature__image { display: flex; height: 560px; align-items: center; justify-content: center; overflow: hidden; border-right: var(--border); background: #fff; }
.fixed-feature__image img { width: auto; height: 92%; object-fit: contain; }
.fixed-feature > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 2.2rem; }
.fixed-feature span, .product-tile > span, .product-tile section > span { color: var(--color-ocean); font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.fixed-feature h3, .product-tile h3 { margin: 1rem 0; color: var(--color-navy); font-family: var(--font-display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.fixed-feature p, .product-tile p { color: var(--color-muted); }
.fixed-feature dl { margin-top: 2rem; border-top: var(--border); }
.fixed-feature dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: var(--border); }
.fixed-feature dt { color: var(--color-muted); }
.fixed-feature dd { margin: 0; color: var(--color-navy); font-weight: 800; text-align: right; }
.product-tile { grid-column: span 3; min-height: 560px; padding: 1.4rem; }
.product-tile > div { height: 350px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.35rem; overflow: hidden; background: #fff; }
.product-tile > div img { width: auto; height: 100%; object-fit: contain; transition: transform .35s var(--ease); }
.product-tile:hover > div img { transform: scale(1.055); }
.product-tile--third { grid-column: span 4; min-height: 530px; }
.fixed-showcase > .product-tile:nth-child(4), .fixed-showcase > .product-tile:nth-child(5) { grid-column: span 4; min-height: 530px; }
.fixed-showcase > .product-tile:nth-child(4) > div, .fixed-showcase > .product-tile:nth-child(5) > div, .product-tile--third > div { height: 330px; }
.product-tile--compact { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); align-items: center; min-height: 330px; padding: 0; }
.product-tile--compact > div { height: 330px; margin: 0; border-right: var(--border); }
.product-tile--compact > div img { height: 92%; }
.product-tile--compact section { padding: clamp(2rem, 4vw, 4rem); }

.adjustable-intro { display: grid; grid-template-columns: 1fr 420px; gap: 4rem; align-items: end; margin-bottom: 4rem; }
.adjustable-intro > p { margin: 0; color: var(--color-muted); font-size: 1.1rem; }
.adjustable-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: var(--border); }
.adjustable-grid article { display: grid; grid-template-rows: 480px 1fr; border-right: var(--border); }
.adjustable-grid article:last-child { border-right: 0; }
.adjustable-grid__image { display: flex; align-items: center; justify-content: center; overflow: hidden; border-bottom: var(--border); background: var(--color-light-blue); }
.adjustable-grid__image img { width: auto; height: 95%; object-fit: contain; transition: transform .35s var(--ease); }
.adjustable-grid article:hover img { transform: scale(1.05); }
.adjustable-grid article > div:last-child { padding: 1.8rem; }
.adjustable-grid span { color: var(--color-ocean); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.adjustable-grid h3 { margin: .8rem 0; color: var(--color-navy); font-family: var(--font-display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.adjustable-grid p { color: var(--color-muted); }
.adjustable-grid dl { border-top: var(--border); }
.adjustable-grid dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: var(--border); }
.adjustable-grid dt { color: var(--color-muted); }
.adjustable-grid dd { margin: 0; color: var(--color-navy); font-weight: 800; }
.specialty-pole { display: grid; grid-template-columns: 1fr 320px; min-height: 340px; margin-top: 2rem; border: var(--border); background: var(--color-light-blue); }
.specialty-pole > div { padding: 2.5rem; }
.specialty-pole h3 { margin: 0 0 1rem; color: var(--color-navy); font-family: var(--font-display); font-size: 2.3rem; text-transform: uppercase; }
.specialty-pole p:not(.eyebrow) { max-width: 700px; color: var(--color-muted); }
.specialty-pole img { width: auto; height: 320px; margin: auto; object-fit: contain; }

.carbon-range { color: #d1e3ef; background-color: var(--color-dark-navy); background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(50,188,222,.025) 8px, rgba(50,188,222,.025) 10px); }
.carbon-range__header { display: grid; grid-template-columns: 1fr 440px; gap: 4rem; align-items: end; margin-bottom: 4rem; }
.carbon-range__header .section-title { color: #fff; }
.carbon-range__header > p { margin: 0; color: #b9cede; font-size: 1.08rem; }
.carbon-range__grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--color-line-dark); }
.carbon-range__grid > article { min-height: 650px; padding: 1.5rem; border-right: 1px solid var(--color-line-dark); }
.carbon-range__grid > article > div { display: flex; height: 450px; align-items: center; justify-content: center; margin-bottom: 1.4rem; background: #fff; }
.carbon-range__grid > article img { width: auto; height: 94%; object-fit: contain; transition: transform .35s var(--ease); }
.carbon-range__grid > article:hover img { transform: scale(1.045); }
.carbon-range__grid span { color: var(--color-cyan); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.carbon-range__grid h3 { margin: .85rem 0; color: #fff; font-family: var(--font-display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.carbon-range__grid p { color: #b9cede; }
.carbon-range__grid > aside { grid-column: 1 / -1; display: grid; grid-template-columns: 400px 1fr; border-top: 1px solid var(--color-line-dark); background: rgba(255,255,255,.035); }
.carbon-range__grid > aside img { width: 100%; height: 320px; object-fit: contain; background: #fff; }
.carbon-range__grid > aside div { padding: 2.5rem; }

.spec-table { overflow-x: auto; border: var(--border); background: #fff; }
.spec-table table { width: 100%; min-width: 980px; border-collapse: collapse; }
.spec-table caption { padding: 1rem 1.2rem; color: var(--color-navy); font-weight: 800; text-align: left; }
.spec-table th, .spec-table td { padding: 1rem 1.1rem; border-top: var(--border); border-right: var(--border); vertical-align: top; text-align: left; }
.spec-table thead th { color: var(--color-navy); background: #e4f2f8; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.spec-table tbody th { min-width: 250px; color: var(--color-navy); }
.spec-table tbody th strong, .spec-table tbody th span { display: block; }
.spec-table tbody th span { margin-top: .25rem; color: var(--color-muted); font-size: .8rem; font-weight: 400; }
.spec-table tbody tr:hover { background: #f4fbfe; }

.selection__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4.5rem; align-items: start; }
.selection__copy { position: sticky; top: 80px; }
.selection__copy > p:not(.eyebrow) { margin: 1.5rem 0 2rem; color: var(--color-muted); font-size: 1.05rem; }
.selection ol { margin: 0; padding: 0; border-top: var(--border); list-style: none; }
.selection li { display: grid; grid-template-columns: 70px 1fr; gap: 1.25rem; padding: 1.45rem 0; border-bottom: var(--border); }
.selection li > span { color: var(--color-ocean); font-family: var(--font-display); font-size: 1.8rem; }
.selection h3 { margin: 0; color: var(--color-navy); font-family: var(--font-display); font-size: 1.65rem; text-transform: uppercase; }
.selection li p { margin: .35rem 0 0; color: var(--color-muted); }

.production-support { color: #d3e4ef; background: var(--color-dark-navy); }
.production-support__grid { display: grid; grid-template-columns: 1.08fr .92fr; border: 1px solid var(--color-line-dark); }
.production-support figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; border-right: 1px solid var(--color-line-dark); }
.production-support figure img { display: block; width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: center; }
.production-support figcaption { padding: .7rem 1rem; border-top: 1px solid var(--color-line-dark); color: var(--color-cyan); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.production-support__grid > div { padding: clamp(2rem, 4.5vw, 4.5rem); }
.production-support .section-title { color: #fff; }
.production-support__grid > div > p:not(.eyebrow) { color: #b9cede; font-size: 1.05rem; }
.production-support ul { display: grid; gap: .8rem; margin: 2rem 0; padding: 1.5rem 0; border-block: 1px solid var(--color-line-dark); list-style: none; }
.production-support li::before { margin-right: .7rem; color: var(--color-cyan); content: "↳"; }

.faq__grid { display: grid; grid-template-columns: 380px 1fr; gap: 5rem; align-items: start; }
.faq__grid > div:first-child { position: sticky; top: 80px; }
.faq .text-link { margin-top: 2rem; }
.faq-list { border-top: var(--border); }
.faq-list details { border-bottom: var(--border); }
.faq-list summary { padding: 1.25rem 2.5rem 1.25rem 0; color: var(--color-navy); font-weight: 800; cursor: pointer; }
.faq-list details p { max-width: 760px; margin: 0; padding: 0 2.5rem 1.4rem 0; color: var(--color-muted); }

.canoe-rfq { padding-block: var(--space-9); color: #fff; background: var(--color-navy); }
.canoe-rfq__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 5rem; align-items: stretch; }
.canoe-rfq .section-title { color: #fff; }
.canoe-rfq__copy > p:not(.eyebrow) { color: #c3d8e7; font-size: 1.08rem; }
.director-contact { display: grid; gap: .8rem; margin-top: 2rem; }
.director-contact__item { display: grid; grid-template-columns: 24px 1fr; gap: .85rem; align-items: center; color: #fff; }
.director-contact__item svg { width: 22px; height: 22px; fill: none; stroke: var(--color-cyan); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.director-contact a:hover { color: var(--color-cyan); }
.related-link { display: inline-block; margin-top: 2rem; padding-bottom: .25rem; border-bottom: 1px solid var(--color-cyan); color: var(--color-cyan); font-size: .83rem; font-weight: 800; }
.canoe-rfq__form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-content: start; padding: 2rem; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.canoe-rfq__form label { display: grid; gap: .35rem; color: #d7e8f3; font-size: .77rem; font-weight: 800; letter-spacing: .04em; }
.canoe-rfq__form input, .canoe-rfq__form textarea, .canoe-rfq__form select { width: 100%; border: 1px solid #6f91a8; border-radius: 0; padding: .85rem; color: #fff; background: #0c3c70; }
.canoe-rfq__form option { color: #102f4c; background: #fff; }
.canoe-rfq__form input::placeholder, .canoe-rfq__form textarea::placeholder { color: #a8c0d0; }
.canoe-rfq__form .form-wide { grid-column: 1 / -1; }

@media (max-width: 1080px) {
  .canoe-hero__grid { grid-template-columns: 1fr 430px; gap: 2.5rem; }
  .canoe-hero h1 { font-size: clamp(3.6rem, 7vw, 5.5rem); }
  .fixed-showcase { grid-template-columns: repeat(2, 1fr); }
  .fixed-feature { grid-column: span 2; }
  .product-tile, .product-tile--third, .fixed-showcase > .product-tile:nth-child(4), .fixed-showcase > .product-tile:nth-child(5) { grid-column: span 1; }
  .product-tile--compact { grid-column: span 2; }
  .adjustable-grid article { grid-template-rows: 420px 1fr; }
  .production-support__grid { grid-template-columns: 1fr; }
  .production-support figure { border-right: 0; border-bottom: 1px solid var(--color-line-dark); }
  .production-support figure img { min-height: 480px; }
}

@media (max-width: 820px) {
  .canoe-hero { min-height: auto; }
  .canoe-hero__grid { grid-template-columns: 1fr; padding-top: 3rem; }
  .canoe-hero__visual { height: 500px; }
  .hero-paddle { bottom: -500px; height: 920px; }
  .hero-paddle--two { height: 960px; }
  .canoe-hero__facts { max-width: none; }
  .finder-grid, .adjustable-grid { grid-template-columns: 1fr; }
  .finder-grid a, .adjustable-grid article { border-right: 0; border-bottom: var(--border); }
  .finder-grid a:last-child, .adjustable-grid article:last-child { border-bottom: 0; }
  .adjustable-grid article { grid-template-rows: 380px auto; }
  .adjustable-intro, .carbon-range__header, .selection__grid, .faq__grid, .canoe-rfq__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .selection__copy, .faq__grid > div:first-child { position: static; }
  .carbon-range__grid { grid-template-columns: 1fr; }
  .carbon-range__grid > article { border-right: 0; border-bottom: 1px solid var(--color-line-dark); }
  .carbon-range__grid > aside { grid-template-columns: 1fr; }
  .specialty-pole { grid-template-columns: 1fr 220px; }
}

@media (max-width: 600px) {
  .canoe-page .section-title { font-size: 2.65rem; }
  .breadcrumb { font-size: .66rem; }
  .canoe-hero__grid { padding-top: 2.25rem; }
  .canoe-hero h1 { font-size: clamp(3.25rem, 16vw, 4.45rem); }
  .canoe-hero__actions { display: grid; }
  .canoe-hero__facts { grid-template-columns: 1fr; gap: 1rem; }
  .canoe-hero__facts div { display: grid; grid-template-columns: 100px 1fr; align-items: center; }
  .canoe-hero__facts dd { margin: 0; }
  .canoe-hero__visual { height: 430px; }
  .hero-paddle { bottom: -555px; height: 900px; }
  .hero-paddle--one { left: -7%; }
  .hero-paddle--two { left: 32%; }
  .hero-paddle--three { right: -5%; }
  .fixed-showcase { grid-template-columns: 1fr; }
  .fixed-feature, .product-tile, .product-tile--third, .fixed-showcase > .product-tile:nth-child(4), .fixed-showcase > .product-tile:nth-child(5), .product-tile--compact { grid-column: span 1; }
  .fixed-feature { grid-template-columns: 1fr; }
  .fixed-feature__image { height: 460px; border-right: 0; border-bottom: var(--border); }
  .product-tile { min-height: auto; }
  .product-tile > div, .fixed-showcase > .product-tile:nth-child(4) > div, .fixed-showcase > .product-tile:nth-child(5) > div, .product-tile--third > div { height: 390px; }
  .product-tile--compact { display: block; }
  .product-tile--compact > div { height: 390px; border-right: 0; border-bottom: var(--border); }
  .product-tile--compact section { padding: 1.4rem; }
  .specialty-pole { grid-template-columns: 1fr; }
  .specialty-pole img { height: 260px; padding-bottom: 1.5rem; }
  .carbon-range__grid > aside div { padding: 1.5rem; }
  .selection li { grid-template-columns: 50px 1fr; }
  .production-support figure img { min-height: 360px; }
  .canoe-rfq__form { grid-template-columns: 1fr; padding: 1.2rem; }
  .canoe-rfq__form .form-wide { grid-column: 1; }
}
