:root {
  --ink: #07183d;
  --navy: #0b2e49;
  --navy-deep: #06253c;
  --orange: #c94d0b;
  --orange-ink: #b44305;
  --orange-light: #ffad7e;
  --paper: #ffffff;
  --mist: #f1f6f9;
  --muted: #5b7088;
  --line: #d9e4ec;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  --radius: 14px;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
body, button, a { font-family: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.container { width: min(100% - 56px, 1180px); margin-inline: auto; }
.site-header { height: 78px; background: var(--paper); border-bottom: 1px solid #e2e9ef; position: sticky; top: 0; z-index: 10; }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { color: var(--ink); font-size: 30px; line-height: 1; font-weight: 900; letter-spacing: -0.075em; display: inline-flex; align-items: center; }
.brand em { color: var(--orange); font-style: normal; }
.brand-image { width: 150px; flex: 0 0 auto; letter-spacing: 0; }
.brand-image img { width: 100%; height: auto; display: block; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3.6vw, 58px); margin-inline: auto; font-size: 14px; font-weight: 700; }
.primary-nav a, .site-footer a { transition: color .2s ease; }
.primary-nav a:hover, .site-footer a:hover { color: var(--orange); }
.primary-nav a.is-current { color: var(--orange); }
.primary-nav span { margin-left: 4px; font-size: 15px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; border-radius: 7px; padding: 0 23px; border: 1px solid transparent; font-size: 15px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-orange { background: var(--orange); color: white; box-shadow: 0 9px 18px rgba(0, 0, 0, .16); }
.button-orange:hover { background: #a83e08; }
.button-outline { border-color: var(--orange-ink); color: var(--orange-ink); background: transparent; }
.button-outline:hover { background: var(--orange); color: white; }
.nav-cta { min-height: 48px; padding-inline: 24px; white-space: nowrap; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: var(--ink); }
.menu-toggle i { display: block; width: 22px; height: 2px; background: currentColor; margin: 4px 0; }

.hero { background: var(--navy); color: white; padding: 50px 8px 47px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(34px, 4vw, 56px); padding-inline: 8px; }
.eyebrow { margin: 0 0 14px; color: var(--orange-ink); font-size: 14px; line-height: 1.1; font-weight: 900; letter-spacing: .02em; }
.hero .eyebrow { color: var(--orange-light); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 14px; font-size: clamp(42px, 4.4vw, 51px); line-height: .98; letter-spacing: -.04em; font-weight: 900; }
.hero-subtitle { margin-bottom: 29px; color: #dbe6f0; font-size: 18px; line-height: 1.45; max-width: 480px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: white; font-size: 15px; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link:hover, .pathway-link:hover, .model-link:hover { color: var(--orange); }
.text-link span, .pathway-link span, .model-link span { display: inline-block; margin-left: 7px; font-size: 21px; line-height: 0; vertical-align: -2px; }
.product-frame { position: relative; background: linear-gradient(160deg, #fff 0%, #f6f9fb 100%); border-radius: 13px; box-shadow: var(--shadow); }
.hero-product { min-height: 306px; padding: 42px 28px 46px; display: flex; align-items: center; justify-content: center; }
.hero-product img { width: 100%; max-width: 560px; mix-blend-mode: multiply; }
.product-caption { position: absolute; right: 28px; bottom: 10px; display: grid; text-align: right; color: var(--ink); }
.product-caption strong { font-size: 17px; line-height: 1; }
.product-caption span { color: var(--muted); font-size: 12px; margin-top: 4px; }

.section-light { background: var(--paper); }
.formats { padding: 48px 0 61px; }
.section-title { text-align: center; font-size: clamp(40px, 5vw, 59px); line-height: 1; letter-spacing: -.04em; margin-bottom: 31px; font-weight: 900; }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.format-card { background: var(--mist); border-radius: 10px; padding: 25px 18px 18px; text-align: center; min-height: 328px; display: flex; flex-direction: column; align-items: center; }
.format-image { width: 100%; height: 155px; display: flex; align-items: center; justify-content: center; }
.format-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.format-card h3 { margin: 8px 0 7px; font-size: 28px; line-height: 1; letter-spacing: -.035em; font-weight: 900; }
.format-card h3 em { color: var(--orange); font-style: normal; }
.format-card p { margin-bottom: 12px; color: var(--muted); font-size: 16px; }
.model-link, .pathway-link { padding: 0; border: 0; background: transparent; color: var(--orange-ink); font-size: 16px; font-weight: 800; cursor: pointer; }

.installation { padding: 61px 0 66px; }
.installation-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.installation-heading h2 { margin: 0; color: var(--ink); font-size: clamp(37px, 4.5vw, 57px); line-height: .95; letter-spacing: -.045em; font-weight: 900; }
.installation-heading h2 span { color: var(--orange); }
.installation-intro { max-width: 550px; margin: 16px 0 0; color: var(--muted); font-size: 17px; line-height: 1.4; }
.installation-timing { display: grid; gap: 10px; min-width: 390px; }
.installation-timing > div { min-height: 49px; display: flex; align-items: center; gap: 12px; padding: 7px 16px; border-radius: 8px; background: var(--navy); color: white; }
.installation-timing strong { font-size: 14px; line-height: 1.15; }
.installation-timing em { color: var(--orange-light); font-style: normal; }
.timing-icon { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 2px solid var(--orange-light); border-radius: 50%; }
.timing-icon::before { content: ""; position: absolute; left: 12px; top: 5px; width: 2px; height: 9px; background: var(--orange-light); border-radius: 2px; transform-origin: 50% 9px; transform: rotate(-8deg); }
.timing-icon::after { content: ""; position: absolute; left: 12px; top: 13px; width: 7px; height: 2px; background: var(--orange-light); border-radius: 2px; transform-origin: 0 50%; transform: rotate(29deg); }
.installation-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 45px 10px 20px; padding-top: 17px; border-top: 3px solid #cbd8e1; position: relative; }
.installation-steps::before { content: ""; position: absolute; left: 0; right: 0; top: -9px; height: 15px; background: radial-gradient(circle, var(--orange) 0 6px, transparent 7px) left center / 25% 100% repeat-x; }
.installation-step > span { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-bottom: 13px; border-radius: 50%; background: var(--orange); color: white; font-size: 10px; font-weight: 900; }
.installation-step strong { display: block; color: var(--ink); font-size: 14px; letter-spacing: .02em; }
.installation-step p { max-width: 220px; margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.3; }
.installation-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.installation-gallery figure { margin: 0; overflow: hidden; border-radius: 10px; background: var(--navy); color: white; }
.installation-gallery img { width: 100%; aspect-ratio: .8; object-fit: cover; }
.installation-gallery figcaption { min-height: 64px; display: flex; flex-direction: column; justify-content: center; padding: 11px 15px 13px; border-left: 5px solid var(--orange); }
.installation-gallery figcaption strong { font-size: 14px; line-height: 1; }
.installation-gallery figcaption span { margin-top: 5px; color: #c8d9e5; font-size: 12px; }

.section-mist { background: var(--mist); }
.logistics { padding: 34px 8px 41px; }
.logistics-grid { display: grid; grid-template-columns: minmax(270px, .68fr) minmax(500px, 1.32fr); align-items: center; gap: clamp(32px, 6vw, 88px); padding-inline: 8px; }
.logistics-copy { padding-left: 22px; }
.logistics-copy h2 { margin-bottom: 13px; font-size: clamp(36px, 3.3vw, 46px); line-height: .98; letter-spacing: -.04em; font-weight: 900; }
.logistics-copy > p:not(.eyebrow) { max-width: 310px; color: var(--muted); font-size: 18px; line-height: 1.42; margin-bottom: 23px; }
.logistics-visual { background: #e5edf3; border-radius: 13px; padding: 11px 16px 8px; overflow: hidden; }
.logistics-visual img { width: 100%; mix-blend-mode: multiply; }
.logistics-visual p { text-align: center; color: #4d6278; font-size: 12px; margin: -1px 0 0; }

.pathways { padding: 30px 0 31px; background: var(--paper); }
.pathways-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pathway { min-height: 225px; border-radius: 10px; padding: 38px 30px; display: grid; grid-template-columns: 74px 1fr; gap: 19px; }
.pathway-light { background: var(--paper); border: 1px solid var(--line); }
.pathway-dark { background: var(--navy); color: white; overflow: hidden; position: relative; }
.pathway-dark::after { content: ""; position: absolute; width: 190px; height: 190px; right: -40px; bottom: -84px; border: 1px solid rgba(116, 178, 216, .16); transform: rotate(30deg); border-radius: 10px; box-shadow: 50px -42px 0 -1px transparent, -27px -20px 0 -1px transparent; pointer-events: none; }
.pathway-icon { color: var(--orange); width: 60px; height: 60px; }
.pathway-dark .pathway-icon { color: var(--orange-light); }
.pathway-icon svg { width: 100%; height: 100%; }
.pathway h2 { margin: 2px 0 8px; font-size: 26px; line-height: .98; letter-spacing: -.035em; font-weight: 900; max-width: 320px; }
.pathway p { color: var(--muted); font-size: 16px; line-height: 1.35; margin-bottom: 13px; max-width: 380px; }
.pathway-dark p { color: #d8e6f0; }
.chip-row { display: flex; flex-wrap: wrap; gap: 11px; margin: 12px 0 16px; }
.chip-row span { padding: 9px 19px; border-radius: 20px; background: var(--mist); color: #405a73; font-size: 14px; }
.pathway-dark .pathway-link { color: var(--orange-light); }

.references { padding: 35px 0 39px; background: var(--paper); border-top: 1px solid var(--line); overflow: hidden; }
.references-heading-wrap { margin-bottom: 22px; }
.references h2 { margin: 0; color: var(--ink); font-size: clamp(31px, 3.5vw, 43px); line-height: 1; letter-spacing: -.04em; font-weight: 900; }
.references-window { overflow: hidden; width: 100%; }
.logo-track { display: flex; width: max-content; animation: reference-scroll 38s linear infinite; will-change: transform; }
.logo-set { display: flex; align-items: center; gap: 14px; margin: 0; padding: 0 14px 0 0; list-style: none; }
.logo-card { width: 178px; height: 78px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; padding: 6px 10px; background: var(--mist); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.logo-card img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transform: scale(1.22); }
@keyframes reference-scroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 7px)); } }

.quote-band { background: var(--navy); color: white; padding: 29px 8px 31px; }
.quote-inner { text-align: center; }
.quote-inner h2 { margin-bottom: 15px; font-size: 30px; line-height: 1.1; letter-spacing: -.03em; }
.quote-inner .button { min-width: 183px; }

/* Product collection and detail surfaces */
.products-hero { background: var(--navy); color: white; padding: 72px 8px 68px; }
.products-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); align-items: end; gap: 64px; }
.products-hero .eyebrow { color: var(--orange-light); }
.products-hero h1 { margin-bottom: 20px; font-size: clamp(50px, 6vw, 78px); line-height: .94; }
.products-hero h1 span { color: var(--orange-light); }
.products-hero-copy { max-width: 560px; margin: 0; color: #d9e6ef; font-size: 19px; line-height: 1.45; }
.products-hero-note { border-left: 1px solid rgba(255,255,255,.35); padding: 4px 0 4px 28px; }
.products-hero-note span, .product-index { display: block; color: var(--orange-light); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.products-hero-note strong { display: block; max-width: 270px; margin: 14px 0 8px; font-size: 23px; line-height: 1.08; }
.products-hero-note p { max-width: 260px; margin: 0; color: #c9d9e4; font-size: 14px; line-height: 1.4; }
.product-collection { padding: 62px 0 74px; }
.collection-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 31px; }
.collection-intro h2, .products-proof h2, .detail-overview h2, .detail-uses h2 { margin: 0; font-size: clamp(35px, 4vw, 53px); line-height: .97; letter-spacing: -.04em; font-weight: 900; }
.collection-intro > p { max-width: 390px; margin: 0 0 3px; color: var(--muted); font-size: 16px; line-height: 1.45; }
.product-list { display: grid; grid-template-columns: 1.12fr .94fr .94fr; gap: 16px; align-items: stretch; }
.product-tile { min-height: 432px; display: flex; flex-direction: column; background: var(--mist); border: 1px solid transparent; border-radius: 13px; overflow: hidden; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.product-tile:hover { transform: translateY(-5px); border-color: var(--line); box-shadow: 0 16px 32px rgba(7,24,61,.1); }
.product-tile-featured { background: var(--navy); color: white; }
.product-tile-image { height: 244px; display: flex; align-items: center; justify-content: center; padding: 24px 24px 10px; background: #e9f0f4; }
.product-tile-featured .product-tile-image { background: #eef3f6; }
.product-tile-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-tile-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 22px 25px 25px; }
.product-tile-copy h3 { margin: 13px 0 3px; font-size: 37px; line-height: 1; letter-spacing: -.05em; font-weight: 900; }
.product-tile-copy h3 em { color: var(--orange); font-style: normal; }
.product-tile-featured .product-tile-copy h3 em { color: var(--orange-light); }
.product-tile-copy p { margin: 0; color: var(--muted); font-size: 16px; }
.product-tile-featured .product-tile-copy p { color: #c9d9e4; }
.tile-stats { display: flex; gap: 16px; margin-top: 15px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .03em; }
.tile-stats span + span { padding-left: 16px; border-left: 1px solid var(--line); }
.tile-stats strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 17px; line-height: 1; letter-spacing: -.03em; }
.product-tile-featured .tile-stats { color: #c9d9e4; }
.product-tile-featured .tile-stats span + span { border-color: rgba(255,255,255,.25); }
.product-tile-featured .tile-stats strong { color: white; }
.product-tile-link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 20px; color: var(--orange-ink); font-size: 15px; font-weight: 900; }
.product-tile-featured .product-tile-link { color: var(--orange-light); }

/* Keep every product format card in one visual system. */
.products-page .product-tile-featured {
  background: var(--mist);
  color: var(--ink);
  border-color: var(--line);
}

.products-page .product-tile-featured .product-tile-image {
  background: #e9f0f4;
}

.products-page .product-tile-featured .product-tile-copy h3 em {
  color: var(--orange);
}

.products-page .product-tile-featured .product-tile-copy p,
.products-page .product-tile-featured .tile-stats {
  color: var(--muted);
}

.products-page .product-tile-featured .tile-stats span + span {
  border-color: var(--line);
}

.products-page .product-tile-featured .tile-stats strong {
  color: var(--ink);
}

.products-page .product-tile-featured .product-tile-link {
  color: var(--orange-ink);
}
.product-tile-link b { font-size: 20px; line-height: 1; }
.products-proof { padding: 52px 0; }
.products-proof-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 55px; padding-inline: 10px; }
.products-proof-items { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); }
.products-proof-items div { min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 0 22px; border-right: 1px solid var(--line); }
.products-proof-items strong { color: var(--ink); font-size: 21px; line-height: 1; }
.products-proof-items span { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.2; }

.detail-hero { background: var(--navy); color: white; padding: 18px 8px 68px; }
.detail-crumb { display: flex; gap: 10px; align-items: center; margin-bottom: 45px; color: #b9ccda; font-size: 13px; }
.detail-crumb a { color: var(--orange-light); font-weight: 800; }
.detail-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.detail-copy .eyebrow { color: var(--orange-light); }
.detail-copy h1 { margin-bottom: 7px; font-size: clamp(54px, 6.8vw, 92px); line-height: .9; }
.detail-copy h1 em { color: var(--orange-light); font-style: normal; }
.detail-size { margin-bottom: 20px; color: #d7e3ec; font-size: 18px; font-weight: 800; }
.detail-intro { max-width: 430px; margin-bottom: 29px; color: #d7e3ec; font-size: 19px; line-height: 1.45; }
.detail-metrics { display: flex; gap: 26px; margin: 0 0 28px; }
.detail-metrics div { min-width: 108px; padding-right: 26px; border-right: 1px solid rgba(255,255,255,.3); }
.detail-metrics div:last-child { border-right: 0; }
.detail-metrics strong { display: block; color: var(--orange-light); font-size: 34px; line-height: .9; letter-spacing: -.04em; }
.detail-metrics span { display: block; margin-top: 8px; color: #c9d9e4; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.detail-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.detail-back { color: white; }
.detail-image { min-height: 390px; padding: 56px 35px 58px; display: flex; align-items: center; justify-content: center; position: relative; }
.detail-image-label { position: absolute; top: 17px; left: 21px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .04em; }
.detail-badge { position: absolute; top: 13px; right: 18px; padding: 7px 11px; border-radius: 5px; background: #fff0e8; color: var(--orange-ink); font-size: 10px; font-weight: 900; letter-spacing: .04em; }
.detail-image img { width: 100%; max-height: 310px; object-fit: contain; mix-blend-mode: multiply; }
.format-scale { padding: 67px 0 72px; background: var(--mist); }
.format-scale-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(38px, 7vw, 100px); align-items: center; }
.format-scale-grid h2 { max-width: 470px; margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: .98; letter-spacing: -.04em; }
.format-scale-grid > div:first-child > p:not(.eyebrow) { max-width: 425px; margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.45; }
.scale-metrics { display: flex; gap: 26px; margin-top: 30px; }
.scale-metrics div { min-width: 130px; padding-right: 24px; border-right: 1px solid var(--line); }
.scale-metrics div:last-child { border-right: 0; }
.scale-metrics strong { display: block; color: var(--ink); font-size: 22px; line-height: 1; }
.scale-metrics span { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.scale-diagram { position: relative; min-height: 260px; padding: 26px 32px 58px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 28px rgba(7,24,61,.06); }
.scale-unit { position: relative; height: 142px; display: flex; align-items: center; justify-content: center; padding: 14px 26px; background: #e8eff3; border: 2px solid var(--navy); border-radius: 3px; }
.scale-unit::before, .scale-unit::after { content: ''; position: absolute; top: 16px; bottom: 16px; width: 3px; background: var(--orange); }
.scale-unit::before { left: 12px; }
.scale-unit::after { right: 12px; }
.scale-unit img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.scale-unit-label { position: absolute; top: 10px; left: 17px; color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.scale-length { position: absolute; left: 32px; right: 32px; bottom: 29px; display: flex; align-items: center; gap: 10px; color: var(--orange-ink); }
.scale-length span { flex: 1; height: 2px; background: var(--orange); }
.scale-length span::before, .scale-length span::after { content: ''; display: inline-block; width: 7px; height: 7px; border-top: 2px solid var(--orange); border-right: 2px solid var(--orange); transform: rotate(225deg) translateY(-1px); }
.scale-length span:last-child::before { float: right; transform: rotate(45deg) translateY(1px); }
.scale-length b, .scale-depth b { font-size: 12px; letter-spacing: .08em; }
.scale-depth { position: absolute; top: 42px; right: 14px; display: flex; flex-direction: column; align-items: center; gap: 7px; color: var(--orange-ink); }
.scale-depth span { width: 2px; height: 65px; background: var(--orange); }
.scale-depth span::before, .scale-depth span::after { content: ''; display: block; width: 7px; height: 7px; border-top: 2px solid var(--orange); border-right: 2px solid var(--orange); transform: rotate(-45deg) translate(1px, -2px); }
.scale-depth span:last-child::after { transform: rotate(135deg) translate(1px, -2px); }
.detail-overview { padding: 67px 0 73px; }
.detail-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 29px; }
.detail-section-heading > p { max-width: 330px; margin: 0 0 3px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.spec-item { min-height: 85px; display: flex; flex-direction: column; justify-content: center; padding: 15px 19px; background: var(--mist); border: 1px solid var(--line); border-radius: 9px; }
.spec-item span { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.spec-item strong { max-width: 34ch; margin-top: 6px; color: var(--ink); font-size: 15px; line-height: 1.2; }
.detail-body { max-width: 540px; color: var(--muted); font-size: 18px; line-height: 1.5; }
.detail-body p { margin-bottom: 22px; }
.detail-body ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: var(--ink); font-size: 15px; font-weight: 800; }
.detail-body li { padding: 14px 0 14px 25px; border-top: 1px solid var(--line); position: relative; }
.detail-body li::before { content: ""; position: absolute; left: 0; top: 21px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.detail-uses { padding: 58px 0 64px; }
.detail-uses > .container > .eyebrow { margin-bottom: 12px; }

.detail-gallery { padding: 72px 0 78px; }
.detail-gallery .detail-section-heading { margin-bottom: 31px; }
.detail-gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 15px; }
.detail-gallery-grid figure { min-width: 0; margin: 0; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 8px 22px rgba(7,24,61,.06); }
.detail-gallery-grid figure:nth-child(-n + 2) { grid-column: span 6; }
.detail-gallery-grid figure:nth-child(n + 3) { grid-column: span 4; }
.detail-gallery-trigger { position: relative; display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; text-align: left; }
.detail-gallery-image { aspect-ratio: 1.08; overflow: hidden; background: #e8e4dc; }
.detail-gallery-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.92) contrast(1.04) brightness(1.03); transition: transform .35s ease; }
.detail-gallery-trigger:hover .detail-gallery-image img, .detail-gallery-trigger:focus-visible .detail-gallery-image img { transform: scale(1.025); }
.detail-gallery-zoom { position: absolute; right: 12px; top: 12px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); font-size: 18px; line-height: 1; box-shadow: 0 5px 15px rgba(7,24,61,.16); }
.detail-gallery-grid figcaption { min-height: 77px; display: flex; flex-direction: column; justify-content: center; padding: 13px 16px 15px; border-top: 3px solid var(--orange); }
.detail-gallery-grid figcaption span { color: var(--orange-ink); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.detail-gallery-grid figcaption strong { margin-top: 5px; color: var(--ink); font-size: 14px; line-height: 1.22; }
.detail-lightbox { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.detail-lightbox.is-open { opacity: 1; pointer-events: auto; }
.detail-lightbox-backdrop { position: absolute; inset: 0; background: rgba(5,19,38,.84); }
.detail-lightbox-panel { position: relative; z-index: 1; width: min(100%, 980px); max-height: calc(100vh - 48px); display: grid; justify-items: center; gap: 12px; }
.detail-lightbox-panel img { max-width: 100%; max-height: calc(100vh - 110px); object-fit: contain; border-radius: 10px; box-shadow: 0 25px 65px rgba(0,0,0,.35); }
.detail-lightbox-panel p { margin: 0; color: white; font-size: 14px; font-weight: 800; text-align: center; }
.detail-lightbox-close { position: absolute; z-index: 2; top: -13px; right: -13px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: var(--orange); color: white; font-size: 25px; line-height: 1; cursor: pointer; }
.use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.use-item { min-height: 118px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.use-item span { color: var(--orange); font-size: 13px; font-weight: 900; }
.use-item strong { color: var(--ink); font-size: 19px; }

.partner-hero { padding: 76px 8px 80px; background: var(--navy); color: white; }
.partner-hero-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 75px; }
.partner-hero .eyebrow { color: var(--orange-light); }
.partner-hero h1 { margin-bottom: 20px; font-size: clamp(58px, 7vw, 98px); line-height: .88; }
.partner-hero h1 span { color: var(--orange-light); }
.partner-hero > .container > div:first-child > p:last-child { max-width: 520px; margin: 0; color: #d8e5ed; font-size: 20px; line-height: 1.4; }
.partner-hero-card { padding: 27px 29px; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; background: rgba(255,255,255,.06); }
.partner-hero-card span { color: var(--orange-light); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.partner-hero-card strong { display: block; margin: 16px 0 11px; font-size: 31px; line-height: .98; letter-spacing: -.04em; }
.partner-hero-card p { max-width: 280px; margin: 0; color: #c8d9e4; font-size: 14px; line-height: 1.4; }
.partner-opportunities { padding: 71px 0 79px; }
.partner-section-intro { display: grid; grid-template-columns: 1fr .85fr; align-items: end; gap: 75px; margin-bottom: 35px; }
.partner-section-intro h2, .partner-requirements h2, .partner-next h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); line-height: .94; letter-spacing: -.045em; font-weight: 900; }
.partner-section-intro > p { max-width: 430px; margin: 0 0 3px; color: var(--muted); font-size: 17px; line-height: 1.45; }
.partner-opportunity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.partner-opportunity-grid article { min-height: 188px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px 25px 25px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); }
.partner-opportunity-grid article:nth-child(2) { background: var(--navy); color: white; border-color: var(--navy); }
.partner-opportunity-grid article:nth-child(2) p { color: #c9d9e4; }
.partner-opportunity-grid article:nth-child(4) { background: #fff2e9; border-color: #f8d6bf; }
.partner-opportunity-grid article span { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.partner-opportunity-grid h3 { margin: 18px 0 8px; font-size: 25px; line-height: 1; letter-spacing: -.03em; }
.partner-opportunity-grid p { max-width: 390px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.4; }
.partner-opportunity-wide { grid-column: 1 / -1; min-height: 145px !important; display: grid !important; grid-template-columns: 47px 190px 1fr; align-items: center; gap: 12px; background: var(--mist) !important; }
.partner-opportunity-wide h3 { margin: 0; }
.partner-requirements { padding: 72px 0 78px; }
.partner-requirements-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; align-items: start; }
.partner-requirements-copy { max-width: 390px; margin: 19px 0 0; color: var(--muted); font-size: 16px; line-height: 1.45; }
.requirement-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.requirement-list > div { min-height: 138px; padding: 19px 20px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.requirement-list strong { display: block; color: var(--ink); font-size: 19px; line-height: 1.05; }
.requirement-list span { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.partner-next { padding: 70px 0 76px; background: var(--paper); }
.partner-next-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 75px; align-items: end; }
.partner-next-grid > div:last-child { max-width: 430px; }
.partner-next-grid > div:last-child p { margin: 0 0 23px; color: var(--muted); font-size: 18px; line-height: 1.45; }
.partner-next-grid .button { margin-right: 15px; }
.partner-next small { display: inline-block; color: var(--muted); font-size: 12px; }
.site-footer { background: var(--paper); min-height: 84px; }
.footer-inner { display: flex; align-items: center; gap: 32px; min-height: 84px; }
.footer-brand { font-size: 27px; }
.footer-inner p { margin: 0 auto; color: #58708a; font-size: 12px; }
.footer-inner p span { margin-inline: 8px; color: #a4b1bf; }
.footer-inner nav { display: flex; gap: 27px; color: #58708a; font-size: 12px; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 20; transform: translate(-50%, 18px); opacity: 0; pointer-events: none; background: var(--ink); color: white; padding: 13px 18px; border-radius: 8px; box-shadow: var(--shadow); font-size: 14px; transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Investment page */
.invest-hero { background: var(--navy); color: white; padding: 68px 8px 70px; }
.invest-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .88fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.invest-hero .eyebrow { color: var(--orange-light); }
.invest-hero h1 { max-width: 650px; margin-bottom: 20px; font-size: clamp(54px, 7vw, 91px); line-height: .9; letter-spacing: -.06em; }
.invest-hero h1 span, .invest-platform h2 span, .invest-next h2 span { color: var(--orange-light); }
.invest-lede { max-width: 590px; margin-bottom: 13px; color: white; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.05; letter-spacing: -.035em; font-weight: 800; }
.invest-copy { max-width: 520px; margin-bottom: 28px; color: #d5e3ec; font-size: 17px; line-height: 1.48; }
.invest-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.invest-actions .text-link { color: white; }
.invest-note { margin: 25px 0 0; color: #a9c0cf; font-size: 11px; letter-spacing: .03em; }
.invest-hero-media { min-width: 0; }
.invest-image-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.24); background: #e9f0f4; box-shadow: 0 18px 42px rgba(0,0,0,.2); }
.invest-image-frame img { width: 100%; aspect-ratio: 1.17; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.05); }
.invest-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 53%, rgba(4,22,39,.7)); pointer-events: none; }
.invest-image-frame span { position: absolute; left: 22px; bottom: 19px; z-index: 1; color: white; font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .08em; }
.invest-image-caption { display: flex; justify-content: space-between; gap: 15px; padding: 14px 0 0; color: #c9d9e4; font-size: 12px; }
.invest-image-caption strong { color: var(--orange-light); font-size: 13px; }
.invest-metrics { border-bottom: 1px solid var(--line); }
.invest-metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.invest-metric-grid article { min-height: 143px; display: flex; flex-direction: column; justify-content: center; padding: 25px 28px; border-right: 1px solid var(--line); }
.invest-metric-grid article:first-child { padding-left: 0; }
.invest-metric-grid article:last-child { border-right: 0; }
.invest-metric-grid span { color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.invest-metric-grid strong { margin: 8px 0 4px; color: var(--ink); font-size: 39px; line-height: .9; letter-spacing: -.05em; }
.invest-metric-grid small { color: var(--orange-ink); font-size: 12px; font-weight: 800; }
.invest-opportunity { padding: 70px 0 79px; }
.invest-section-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 70px; margin-bottom: 32px; }
.invest-section-heading h2, .invest-platform h2, .invest-next h2 { margin: 0; font-size: clamp(40px, 4.8vw, 61px); line-height: .93; letter-spacing: -.05em; font-weight: 900; }
.invest-section-heading > p { max-width: 430px; margin: 0 0 3px; color: var(--muted); font-size: 17px; line-height: 1.45; }
.invest-capital-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.invest-capital-grid article { min-height: 235px; padding: 23px 23px 24px 0; border-right: 1px solid var(--line); }
.invest-capital-grid article + article { padding-left: 23px; }
.invest-capital-grid article:last-child { border-right: 0; }
.invest-capital-grid span, .invest-proof-list strong { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.invest-capital-grid h3 { margin: 37px 0 10px; color: var(--ink); font-size: 23px; line-height: 1; letter-spacing: -.03em; }
.invest-capital-grid p { max-width: 235px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.invest-platform { padding: 72px 0 79px; }
.invest-platform-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: clamp(50px, 8vw, 115px); align-items: start; }
.invest-platform-copy { max-width: 390px; margin: 23px 0 0; color: var(--muted); font-size: 18px; line-height: 1.45; }
.invest-proof-list { border-top: 1px solid var(--line); }
.invest-proof-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.invest-proof-list p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.45; }
.invest-proof-list b { color: var(--ink); font-size: 18px; }
.invest-next { padding: 73px 0 78px; }
.invest-next-grid { display: grid; grid-template-columns: 1fr .84fr; align-items: end; gap: 70px; }
.invest-next-grid > div:last-child { max-width: 430px; }
.invest-next-grid > div:last-child p { margin: 0 0 23px; color: var(--muted); font-size: 18px; line-height: 1.45; }
.invest-legal { padding: 19px 0 21px; background: var(--navy-deep); color: #c5d5df; }
.invest-legal p { max-width: 980px; margin: 0 auto; text-align: center; font-size: 11px; line-height: 1.45; }

@media (max-width: 900px) {
  .invest-hero-grid { grid-template-columns: 1fr .9fr; gap: 34px; }
  .invest-capital-grid { grid-template-columns: repeat(2, 1fr); }
  .invest-capital-grid article:nth-child(2) { border-right: 0; }
  .invest-capital-grid article:nth-child(n + 3) { border-top: 1px solid var(--line); }
}

@media (max-width: 720px) {
  .invest-hero { padding-block: 51px 57px; }
  .invest-hero-grid, .invest-section-heading, .invest-platform-grid, .invest-next-grid { grid-template-columns: 1fr; gap: 34px; }
  .invest-hero h1 { font-size: clamp(51px, 15vw, 77px); }
  .invest-lede { font-size: 27px; }
  .invest-hero-media { max-width: 600px; }
  .invest-metric-grid { grid-template-columns: 1fr; }
  .invest-metric-grid article, .invest-metric-grid article:first-child { min-height: 112px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .invest-metric-grid article:last-child { border-bottom: 0; }
  .invest-opportunity, .invest-platform, .invest-next { padding-block: 57px 63px; }
  .invest-capital-grid { grid-template-columns: 1fr; }
  .invest-capital-grid article, .invest-capital-grid article + article { min-height: 178px; padding: 21px 0; border-right: 0; border-top: 0; border-bottom: 1px solid var(--line); }
  .invest-capital-grid article:last-child { border-bottom: 0; }
  .invest-capital-grid h3 { margin-top: 25px; }
  .invest-next-grid > div:last-child { max-width: none; }
}

:focus-visible { outline: 3px solid #ffb27d; outline-offset: 4px; }
::selection { background: var(--orange); color: white; }

@media (max-width: 900px) {
  .primary-nav { gap: 18px; font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr 1.08fr; gap: 28px; }
  .hero-product { min-height: 260px; padding-inline: 20px; }
  .logistics-grid { gap: 34px; grid-template-columns: .7fr 1.3fr; }
  .pathway { padding-inline: 22px; grid-template-columns: 58px 1fr; gap: 14px; }
  .pathway-icon { width: 52px; height: 52px; }
  .footer-inner { gap: 20px; }
  .footer-inner p { font-size: 11px; }
  .products-hero-grid, .products-proof-grid, .detail-grid, .detail-overview-grid { gap: 35px; }
  .product-list { grid-template-columns: 1fr 1fr; }
  .product-tile-featured { grid-column: 1 / -1; }
  .partner-hero-grid, .partner-section-intro, .partner-requirements-grid, .partner-next-grid { gap: 35px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 36px, 560px); }
  .site-header { height: 69px; }
  .nav-wrap { justify-content: space-between; gap: 15px; }
  .brand { font-size: 26px; }
  .brand-image { width: 126px; }
  .menu-toggle { display: block; order: 2; }
  .nav-cta { order: 3; min-height: 40px; padding-inline: 13px; font-size: 12px; }
  .primary-nav { position: absolute; display: none; top: 69px; left: 0; right: 0; padding: 17px 18px 20px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(5, 27, 53, .1); flex-direction: column; align-items: flex-start; gap: 17px; }
  .primary-nav.is-open { display: flex; }
  .hero { padding: 45px 8px 35px; }
  .hero-grid, .logistics-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(42px, 12vw, 60px); }
  .hero-subtitle { font-size: 16px; }
  .hero-actions { gap: 20px; flex-wrap: wrap; }
  .hero-product { min-height: 230px; padding: 26px 20px 38px; }
  .formats { padding: 43px 0 47px; }
  .section-title { margin-bottom: 24px; font-size: 45px; }
  .format-grid, .pathways-grid { grid-template-columns: 1fr; }
  .format-card { min-height: 290px; }
  .format-image { height: 135px; }
  .installation { padding: 46px 0 50px; }
  .installation-heading { display: block; }
  .installation-intro { font-size: 16px; }
  .installation-timing { min-width: 0; margin-top: 25px; }
  .installation-steps { grid-template-columns: repeat(2, 1fr); gap: 27px 18px; margin: 36px 0 20px; padding-top: 0; border-top: 0; }
  .installation-steps::before { display: none; }
  .installation-step p { max-width: none; }
  .installation-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .installation-gallery img { aspect-ratio: .82; }
  .installation-gallery figcaption { min-height: 58px; padding-inline: 10px; }
  .installation-gallery figcaption strong { font-size: 12px; }
  .installation-gallery figcaption span { font-size: 10px; }
  .logistics { padding: 42px 8px 46px; }
  .logistics-copy { padding-left: 0; }
  .logistics-copy h2 { font-size: 48px; }
  .logistics-copy > p:not(.eyebrow) { font-size: 17px; }
  .logistics-visual { padding-inline: 8px; }
  .pathways { padding: 24px 0; }
  .pathway { min-height: 0; padding: 27px 23px; }
  .references { padding: 30px 0 33px; }
  .references-heading-wrap { margin-bottom: 18px; }
  .references h2 { font-size: 34px; }
  .logo-track { animation-duration: 32s; }
  .logo-set { gap: 10px; padding-right: 10px; }
  .logo-card { width: 150px; height: 68px; padding-inline: 8px; }
  .quote-band { padding: 32px 8px 34px; }
  .quote-inner h2 { font-size: 27px; }
  .footer-inner { padding: 25px 0; flex-wrap: wrap; justify-content: space-between; min-height: 0; }
  .footer-inner p { order: 3; width: 100%; margin: 4px 0 0; }
  .footer-inner nav { gap: 16px; }
  .products-hero { padding: 51px 8px 48px; }
  .products-hero-grid, .products-proof-grid, .detail-grid, .detail-overview-grid { grid-template-columns: 1fr; }
  .products-hero h1 { font-size: 54px; }
  .products-hero-note { margin-top: 10px; }
  .product-collection { padding: 45px 0 52px; }
  .collection-intro { display: block; margin-bottom: 24px; }
  .collection-intro > p { margin-top: 18px; }
  .product-list { grid-template-columns: 1fr; }
  .product-tile-featured { grid-column: auto; }
  .product-tile { min-height: 370px; }
  .product-tile-image { height: 205px; }
  .products-proof { padding: 43px 0; }
  .products-proof-items { margin-top: 3px; }
  .products-proof-items div { padding: 0 12px; }
  .products-proof-items strong { font-size: 16px; }
  .products-proof-items span { font-size: 11px; }
  .detail-hero { padding-bottom: 45px; }
  .detail-crumb { margin-bottom: 32px; }
  .detail-copy h1 { font-size: 64px; }
  .detail-intro { font-size: 17px; }
  .detail-metrics { margin-bottom: 25px; }
  .detail-section-heading { display: block; }
  .detail-section-heading > p { margin-top: 18px; }
  .spec-grid { grid-template-columns: 1fr; }
  .detail-image { min-height: 240px; padding: 43px 20px 42px; }
  .detail-image-label { left: 16px; top: 14px; }
  .detail-badge { right: 13px; top: 11px; font-size: 9px; }
  .format-scale { padding: 48px 0 54px; }
  .format-scale-grid { grid-template-columns: 1fr; gap: 31px; }
  .format-scale-grid h2 { font-size: 43px; }
  .scale-diagram { min-height: 220px; padding-inline: 21px; }
  .scale-unit { height: 112px; padding-inline: 18px; }
  .scale-length { left: 21px; right: 21px; }
  .scale-depth { right: 9px; }
  .detail-overview { padding: 47px 0 52px; }
  .detail-gallery { padding: 47px 0 53px; }
  .detail-gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .detail-gallery-grid figure:nth-child(-n + 2), .detail-gallery-grid figure:nth-child(n + 3) { grid-column: auto; }
  .detail-gallery-grid figure:first-child { grid-column: 1 / -1; }
  .detail-gallery-image { aspect-ratio: .94; }
  .detail-gallery-grid figcaption { min-height: 67px; padding: 10px 11px 12px; }
  .detail-gallery-grid figcaption strong { font-size: 12px; }
  .detail-gallery-zoom { right: 8px; top: 8px; width: 24px; height: 24px; font-size: 15px; }
  .detail-lightbox { padding: 14px; }
  .detail-lightbox-close { top: -8px; right: -3px; }
  .detail-uses { padding: 43px 0 49px; }
  .use-grid { grid-template-columns: 1fr; margin-top: 24px; }
  .partner-hero { padding: 51px 8px 55px; }
  .partner-hero-grid, .partner-section-intro, .partner-requirements-grid, .partner-next-grid { grid-template-columns: 1fr; }
  .partner-hero h1 { font-size: 65px; }
  .partner-hero-card { margin-top: 10px; }
  .partner-opportunities { padding: 48px 0 53px; }
  .partner-opportunity-grid { grid-template-columns: 1fr; }
  .partner-opportunity-wide { grid-column: auto; display: flex !important; min-height: 188px !important; }
  .partner-requirements { padding: 49px 0 55px; }
  .requirement-list { grid-template-columns: 1fr; margin-top: 5px; }
  .partner-next { padding: 50px 0 56px; }
  .partner-next-grid > div:last-child p { font-size: 17px; }
  .partner-next small { display: block; margin-top: 16px; }
}

/* All five partnership paths share equal visual weight */
.partnership-page .partner-opportunity-grid article,
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured,
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured + article.partner-opportunity-featured,
.partnership-page .partner-opportunity-grid article:nth-child(2),
.partnership-page .partner-opportunity-grid article:nth-child(4),
.partnership-page .partner-opportunity-grid article.partner-opportunity-wide {
  min-height: 190px;
  padding: 27px 25px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--orange);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
}
.partnership-page .partner-opportunity-grid article p,
.partnership-page .partner-opportunity-grid article:nth-child(2) p,
.partnership-page .partner-opportunity-grid article:nth-child(4) p,
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured + article.partner-opportunity-featured p { color: var(--muted); }
.partnership-page .partner-opportunity-grid article span,
.partnership-page .partner-opportunity-grid article:nth-child(2) span,
.partnership-page .partner-opportunity-grid article:nth-child(4) span,
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured + article.partner-opportunity-featured span { color: var(--orange); }
.partnership-page .partner-opportunity-grid article h3,
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured h3 { margin: 20px 0 8px; color: var(--ink); font-size: 26px; }
.partnership-page .partner-opportunity-grid article.partner-opportunity-wide { display: flex !important; align-items: flex-start; justify-content: center; }
.partnership-page .partner-opportunity-grid article.partner-opportunity-wide h3 { margin-top: 17px; }
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured { background: var(--paper); color: var(--ink); }
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured p { color: var(--muted); }
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured span { color: var(--orange); }
@media (max-width: 720px) {
  .partnership-page .partner-opportunity-grid article,
  .partnership-page .partner-opportunity-grid article.partner-opportunity-featured,
  .partnership-page .partner-opportunity-grid article.partner-opportunity-featured + article.partner-opportunity-featured,
  .partnership-page .partner-opportunity-grid article:nth-child(2),
  .partnership-page .partner-opportunity-grid article:nth-child(4),
  .partnership-page .partner-opportunity-grid article.partner-opportunity-wide { min-height: 165px; padding: 22px 0; border-width: 4px 0 1px; }
  .partnership-page .partner-opportunity-grid article h3,
  .partnership-page .partner-opportunity-grid article.partner-opportunity-featured h3 { margin-top: 16px; font-size: 24px; }
}

/* Make the two primary dealer paths the clear entry points */
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured { min-height: 228px; padding: 30px 28px; border: 1px solid var(--navy); border-top: 5px solid var(--orange); background: var(--navy); color: white; }
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured p { max-width: 420px; color: #d0dfe8; font-size: 16px; }
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured span { color: var(--orange-light); font-size: 11px; letter-spacing: .12em; }
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured h3 { margin-top: 26px; font-size: 31px; letter-spacing: -.025em; }
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured + article.partner-opportunity-featured { background: var(--paper); color: var(--ink); border-color: var(--navy); }
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured + article.partner-opportunity-featured p { color: var(--muted); }
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured + article.partner-opportunity-featured span { color: var(--orange); }
@media (max-width: 720px) {
  .partnership-page .partner-opportunity-grid article.partner-opportunity-featured, .partnership-page .partner-opportunity-grid article.partner-opportunity-featured + article.partner-opportunity-featured { min-height: 190px; padding: 25px 0; border-width: 0 0 1px; border-top: 4px solid var(--orange); }
  .partnership-page .partner-opportunity-grid article.partner-opportunity-featured h3 { margin-top: 18px; font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track { animation: none; }
}

@media (max-width: 410px) {
  .container { width: min(100% - 28px, 560px); }
  .nav-cta { padding-inline: 10px; font-size: 11px; }
  .hero-actions .button { padding-inline: 17px; }
  .text-link { font-size: 14px; }
  .product-caption { right: 17px; }
}

/* Partnership page: quieter, more industrial B2B treatment */
.partnership-page .partner-hero { padding-block: 64px 68px; }
.partnership-page .partner-hero h1 { font-size: clamp(52px, 6vw, 78px); letter-spacing: -.055em; }
.partnership-page .partner-hero-card { border-radius: 3px; background: rgba(255,255,255,.035); }
.partnership-page .partner-hero-card strong { font-size: 28px; letter-spacing: -.025em; }
.partnership-page .partner-opportunities { padding-block: 64px 70px; }
.partnership-page .partner-section-intro h2, .partnership-page .partner-requirements h2, .partnership-page .partner-next h2 { font-size: clamp(35px, 4vw, 50px); letter-spacing: -.035em; }
.partnership-page .partner-opportunity-grid { gap: 0; border-top: 1px solid var(--line); }
.partnership-page .partner-opportunity-grid article { min-height: 166px; padding: 22px 24px 22px 0; border-width: 0 1px 1px 0; border-style: solid; border-color: var(--line); border-radius: 0; background: transparent; }
.partnership-page .partner-opportunity-grid article:nth-child(2), .partnership-page .partner-opportunity-grid article:nth-child(4) { background: transparent; color: var(--ink); border-color: var(--line); }
.partnership-page .partner-opportunity-grid article:nth-child(2) p, .partnership-page .partner-opportunity-grid article:nth-child(4) p { color: var(--muted); }
.partnership-page .partner-opportunity-grid article:nth-child(2) span, .partnership-page .partner-opportunity-grid article:nth-child(4) span { color: var(--orange); }
.partnership-page .partner-opportunity-grid article:nth-child(2n) { padding-left: 24px; }
.partnership-page .partner-opportunity-grid article:nth-child(3), .partnership-page .partner-opportunity-grid article:nth-child(5) { border-right: 0; }
.partnership-page .partner-opportunity-grid h3 { margin: 15px 0 7px; font-size: 22px; letter-spacing: -.015em; }
.partnership-page .partner-opportunity-wide { min-height: 120px !important; display: grid !important; padding-block: 20px !important; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; background: transparent !important; }
.partnership-page .partner-requirements { padding-block: 64px 70px; }
.partnership-page .requirement-list { gap: 0; border-top: 1px solid var(--line); }
.partnership-page .requirement-list > div { min-height: 124px; padding: 18px 20px; border-width: 0 1px 1px 0; border-style: solid; border-color: var(--line); border-radius: 0; }
.partnership-page .requirement-list > div:nth-child(even) { border-right: 0; }
.partnership-page .partner-next { padding-block: 64px 70px; }

@media (max-width: 720px) {
  .partnership-page .partner-hero { padding-block: 50px 54px; }
  .partnership-page .partner-hero h1 { font-size: 60px; }
  .partnership-page .partner-opportunities { padding-block: 47px 53px; }
  .partnership-page .partner-opportunity-grid { border-top: 1px solid var(--line); }
  .partnership-page .partner-opportunity-grid article, .partnership-page .partner-opportunity-grid article:nth-child(2n) { min-height: 153px; padding: 20px 0; border-width: 0 0 1px; }
  .partnership-page .partner-opportunity-wide { min-height: 153px !important; display: flex !important; }
  .partnership-page .partner-requirements { padding-block: 47px 54px; }
  .partnership-page .requirement-list { margin-top: 18px; }
  .partnership-page .requirement-list > div, .partnership-page .requirement-list > div:nth-child(even) { min-height: 116px; padding-inline: 0; border-width: 0 0 1px; }
  .partnership-page .partner-next { padding-block: 48px 55px; }
}

/* Final equal-weight pass for all five revenue paths */
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured,
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured + article.partner-opportunity-featured {
  background: var(--paper) !important;
  color: var(--ink) !important;
  border-color: var(--line) !important;
  border-top-color: var(--orange) !important;
}
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured h3 { color: var(--ink) !important; }
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured p { color: var(--muted) !important; }
.partnership-page .partner-opportunity-grid article.partner-opportunity-featured span { color: var(--orange) !important; }

/* Keep the five paths in a clear, balanced reading order: 1–2–3 / 4–5 */
@media (min-width: 721px) {
  .partnership-page .partner-opportunity-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; border-top: 0; }
  .partnership-page .partner-opportunity-grid article,
  .partnership-page .partner-opportunity-grid article:nth-child(2n),
  .partnership-page .partner-opportunity-grid article.partner-opportunity-featured,
  .partnership-page .partner-opportunity-grid article.partner-opportunity-wide { grid-column: span 2; min-height: 190px; padding: 27px 25px; border-width: 4px 1px 1px; }
  .partnership-page .partner-opportunity-grid article:nth-child(4) { grid-column: 2 / span 2; }
  .partnership-page .partner-opportunity-grid article:nth-child(5) { grid-column: 4 / span 2; }
  .partnership-page .partner-opportunity-grid article.partner-opportunity-wide { display: flex !important; align-items: flex-start; justify-content: flex-start; }
}

.partnership-page .partner-opportunity-grid article,
.partnership-page .partner-opportunity-grid article:nth-child(2),
.partnership-page .partner-opportunity-grid article:nth-child(3),
.partnership-page .partner-opportunity-grid article:nth-child(4),
.partnership-page .partner-opportunity-grid article:nth-child(5) {
  border-top-color: var(--orange) !important;
}
