:root {
  --ink: #101010;
  --paper: #f7f4ee;
  --white: #ffffff;
  --muted: #7c7a74;
  --line: rgba(16, 16, 16, 0.14);
  --lime: #d9ff3f;
  --cyan: #12d4e8;
  --orange: #ff6a2a;
  --pink: #ff3f8f;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 40; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 18px; min-height: 74px; padding: 12px clamp(16px, 3vw, 42px); background: rgba(247,244,238,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 136px; font-weight: 900; text-transform: uppercase; }
.brand img { width: 74px; height: auto; }
.brand span { font-size: .8rem; }
.main-nav { display: flex; min-width: 0; align-items: flex-start; justify-content: center; gap: clamp(10px, .9vw, 18px); font-size: .64rem; font-weight: 850; text-transform: uppercase; }
.main-nav a { position: relative; display: grid; align-content: start; gap: 2px; justify-items: center; min-width: 64px; padding: 10px 2px; line-height: .98; text-align: center; white-space: normal; }
.main-nav a span { display: block; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; }
.button, .ghost-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--ink); font-size: .82rem; font-weight: 900; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button { background: var(--ink); color: var(--white); }
.button.accent { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.ghost-button { background: rgba(255,255,255,.08); color: inherit; border-color: currentColor; }
.button:hover, .ghost-button:hover { transform: translateY(-2px); }
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; isolation: isolate; overflow: hidden; color: var(--white); background: var(--ink); }
.inner-hero { min-height: 86svh; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.2) 58%, rgba(0,0,0,.45)), linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.7)); }
.hero-content { width: 100%; padding: 120px clamp(18px,4vw,64px) clamp(38px,6vw,84px); }
.product-hero { min-height: 100svh; display: grid; grid-template-columns: .95fr 1.05fr; background: var(--ink); color: var(--white); }
.product-hero-copy { display: grid; align-content: end; gap: 26px; min-height: 100svh; padding: 118px clamp(22px,4vw,64px) clamp(36px,5vw,72px); }
.product-hero-copy h1 { max-width: 11.5ch; font-size: 5.8rem; }
.product-hero-copy p { max-width: 62ch; margin: 0; font-size: 1.18rem; line-height: 1.52; }
.product-hero-media { min-height: 100svh; overflow: hidden; background: var(--white); }
.product-hero-media img, .product-hero-media video { width: 100%; height: 100%; object-fit: cover; }
.home-product-hero { position: relative; display: block; overflow: hidden; background: var(--ink); }
.home-product-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,.52), rgba(0,0,0,.16) 58%, rgba(0,0,0,.3)); pointer-events: none; }
.home-product-hero .product-hero-media { position: absolute; inset: 0; z-index: 0; min-height: 100%; }
.home-product-hero .product-hero-copy { position: relative; z-index: 2; gap: 18px; width: min(660px, calc(100% - clamp(36px,8vw,128px))); min-height: calc(100svh - 96px); margin: 74px 0 22px clamp(18px,4vw,64px); padding: 34px; background: rgba(16,16,16,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; backdrop-filter: blur(14px); }
.home-product-hero .product-hero-copy h1 { max-width: 15ch; font-size: 3.6rem; }
.home-product-hero .stat-strip div { min-height: 80px; padding: 12px 14px; }
.home-product-hero .stat-strip b { font-size: 2.05rem; }
.home-product-hero .stat-strip span { font-size: .74rem; }
.stat-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.24); }
.stat-strip div { min-height: 118px; padding: 18px 20px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.stat-strip div:nth-child(2n) { border-right: 0; }
.stat-strip div:nth-last-child(-n+2) { border-bottom: 0; }
.stat-strip b { display: block; font-size: 3rem; line-height: .95; }
.stat-strip span { display: block; margin-top: 8px; color: rgba(255,255,255,.78); font-size: .86rem; font-weight: 900; text-transform: uppercase; }
.kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.kicker::before { content: ""; width: 42px; height: 2px; background: currentColor; }
h1, .display { max-width: 15ch; margin: 0; font-size: 7.6rem; line-height: .9; letter-spacing: 0; text-transform: uppercase; }
.hero-copy { max-width: 760px; margin-top: 28px; display: grid; gap: 22px; }
.lead { font-size: 1.35rem; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stats, .metric-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.hero-stats div, .metric-grid div { border-top: 1px solid rgba(255,255,255,.35); padding-top: 14px; }
.metric-grid div { border-color: var(--line); }
.hero-stats b, .metric-grid b { display: block; font-size: 2.8rem; line-height: 1; }
.hero-stats span, .metric-grid span { color: rgba(255,255,255,.78); font-size: .92rem; }
.metric-grid span { color: var(--muted); }
.scroll-cue { position: absolute; right: 34px; bottom: 34px; width: 10px; height: 72px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; }
.scroll-cue::after { content: ""; position: absolute; top: 9px; left: 50%; width: 4px; height: 16px; border-radius: 999px; background: var(--white); transform: translateX(-50%); animation: cue 1.7s infinite; }
@keyframes cue { 0% { transform: translate(-50%, 0); opacity: 1; } 100% { transform: translate(-50%, 34px); opacity: 0; } }
.marquee { max-width: 100%; overflow: hidden; contain: paint; border-block: 1px solid var(--line); background: var(--white); }
.marquee-track { display: flex; width: max-content; gap: 36px; padding: 18px 0; animation: marquee 24s linear infinite; font-weight: 950; text-transform: uppercase; }
.marquee span { font-size: 1.7rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { padding: clamp(48px, 6vw, 92px) clamp(18px, 4vw, 64px); }
.section-title { max-width: 880px; margin-bottom: 34px; }
.section-title h2, .story-band h2, .cta-panel h2, .seo-band h2 { margin: 0 0 16px; font-size: 4.4rem; line-height: .94; text-transform: uppercase; }
.section-title p, .story-band p, .feature-copy p, .seo-band p, .cta-panel p { color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.intro-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 78px); align-items: start; }
.dna-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.dna-grid div, .feature-grid div { min-height: 190px; padding: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.42); border-radius: 8px; }
.dna-grid h3, .feature-grid h3, .story-band h3 { margin: 0 0 12px; font-size: 1.25rem; text-transform: uppercase; }
.dna-grid p, .feature-grid p { color: var(--muted); line-height: 1.55; }
.intro-photo-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin-top: clamp(26px, 4vw, 56px); }
.intro-photo-strip img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 8px; background: var(--white); }
.product-dna { grid-template-columns: minmax(360px, .82fr) minmax(620px, 1.18fr); gap: clamp(34px, 5vw, 74px); align-items: center; padding-top: 64px; padding-bottom: 58px; }
.product-dna .section-title { max-width: 620px; margin-bottom: 0; }
.product-dna .section-title h2 { max-width: 12.5ch; font-size: 3.85rem; line-height: .96; text-wrap: balance; }
.product-dna .section-title p { max-width: 560px; font-size: 1rem; line-height: 1.6; }
.product-dna .dna-grid { align-self: center; gap: 12px; }
.product-dna .dna-grid div { display: grid; align-content: start; min-height: 164px; padding: 22px 24px; background: rgba(255,255,255,.54); }
.product-dna .dna-grid h3 { margin-bottom: 10px; font-size: 1.08rem; line-height: 1.05; overflow-wrap: anywhere; }
.product-dna .dna-grid p { margin: 0; font-size: .96rem; line-height: 1.5; }
.product-dna .intro-photo-strip { margin-top: 28px; }
.product-dna .intro-photo-strip img { aspect-ratio: 16 / 10; }
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.product-tile { position: relative; min-height: 520px; overflow: hidden; border-radius: 8px; background: var(--ink); color: var(--white); }
.product-tile img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .7s ease; }
.product-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.78)); }
.product-tile:hover img { transform: scale(1.045); }
.tile-content { position: absolute; z-index: 2; inset: auto 0 0 0; display: grid; grid-template-rows: auto minmax(9.8rem, auto) auto; align-items: start; padding: 28px; }
.tile-content p { margin: 0 0 8px; text-transform: uppercase; font-size: .82rem; font-weight: 800; }
.tile-content h3 { display: flex; align-items: flex-start; margin: 0; font-size: 3.4rem; line-height: .95; text-transform: uppercase; text-wrap: balance; }
.tile-content .ghost-button { align-self: end; justify-self: start; }
.collection-nav-section { background: var(--white); border-block: 1px solid var(--line); }
.collection-nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.collection-nav-card { display: grid; grid-template-rows: auto auto 1fr; gap: 12px; min-height: 340px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); transition: transform .2s ease, border-color .2s ease; }
.collection-nav-card:hover { transform: translateY(-4px); border-color: rgba(16,16,16,.34); }
.collection-nav-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 6px; background: var(--white); }
.collection-nav-card span { color: var(--muted); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.collection-nav-card b { font-size: 1.35rem; line-height: 1.05; text-transform: uppercase; }
.section.orange { background: var(--orange); color: var(--ink); }
.section.lime { background: var(--lime); color: var(--ink); }
.section.orange .section-title p, .section.lime .section-title p { color: rgba(16,16,16,.78); }
.model-showcase { padding: clamp(42px, 5vw, 78px) clamp(18px, 4vw, 64px); background: var(--paper); color: var(--ink); }
.model-showcase.dark { background: var(--ink); color: var(--white); }
.model-banner { position: relative; min-height: 620px; overflow: hidden; border-radius: 8px; isolation: isolate; background: var(--ink); color: var(--white); }
.model-banner img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.model-banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72)); }
.model-banner-copy { position: absolute; left: clamp(24px, 4vw, 64px); right: clamp(24px, 4vw, 64px); bottom: clamp(28px, 4vw, 58px); }
.model-banner-copy h2 { max-width: 10.5ch; margin: 0; font-size: 6.6rem; line-height: .86; letter-spacing: 0; text-transform: uppercase; }
.model-story { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: end; padding: 34px 0; }
.model-story h3 { margin: 0 0 12px; font-size: 1.25rem; text-transform: uppercase; }
.model-story p { max-width: 880px; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.model-showcase.dark .model-story p { color: rgba(255,255,255,.72); }
.model-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.model-photo { position: relative; min-height: 420px; margin: 0; overflow: hidden; border-radius: 8px; background: var(--ink); }
.model-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.model-photo:hover img { transform: scale(1.04); }
.model-photo figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(16,16,16,.54); color: var(--white); font-size: .78rem; font-weight: 900; text-transform: uppercase; backdrop-filter: blur(10px); }
.palette-controls { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.palette-controls button { border: 1px solid var(--ink); border-radius: 999px; background: transparent; padding: 10px 18px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.palette-controls button.active { background: var(--ink); color: var(--white); }
.palette-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.swatch { border: 1px solid var(--line); background: rgba(255,255,255,.48); border-radius: 8px; padding: 12px; min-height: 168px; display: grid; align-content: end; }
.swatch.is-hidden { display: none; }
.swatch i { width: 100%; aspect-ratio: 1.8; border: 1px solid rgba(0,0,0,.14); border-radius: 6px; margin-bottom: 12px; }
.swatch b, .swatch span, .swatch small { display: block; }
.swatch span, .swatch small { color: var(--muted); }
.split-feature { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 720px; background: var(--ink); color: var(--white); }
.split-feature.dark { background: var(--ink); color: var(--white); }
.feature-copy { align-self: center; padding: clamp(40px, 6vw, 76px); }
.feature-media { min-height: 520px; }
.feature-media img, .feature-media video { width: 100%; height: 100%; object-fit: cover; }
.b2b-section { padding-block: clamp(44px, 5vw, 78px); }
.b2b-section .section-title { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .62fr); gap: clamp(28px, 6vw, 96px); align-items: end; max-width: none; margin-bottom: 30px; }
.b2b-section .section-title h2 { max-width: 11ch; }
.b2b-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 300px; border-top: 1px solid rgba(16,16,16,.22); border-bottom: 1px solid rgba(16,16,16,.22); }
.b2b-cell { display: grid; align-content: space-between; gap: 28px; padding: clamp(24px, 2.4vw, 38px); border-right: 1px solid rgba(16,16,16,.22); transition: background .2s ease, color .2s ease; }
.b2b-cell:last-child { border-right: 0; }
.b2b-cell h3 { max-width: 13ch; margin: 0; font-size: 2.35rem; line-height: .96; text-transform: uppercase; transition: color .2s ease; }
.b2b-cell p { max-width: 48ch; margin: 0; font-size: .98rem; line-height: 1.5; transition: color .2s ease; }
.b2b-cell:hover { background: rgba(16,16,16,.14); }
.b2b-cell:hover h3, .b2b-cell:hover p { color: var(--white); }
.photo-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.photo-strip img { width: 100%; height: 330px; object-fit: cover; border-radius: 8px; }
.product-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 48px; align-items: start; }
.sticky-note { position: sticky; top: 104px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.sticky-note > * { min-width: 0; }
.sticky-note h2 { margin: 0; font-size: 3rem; line-height: .92; text-transform: uppercase; overflow-wrap: anywhere; }
.sticky-note p { margin: 0; color: var(--ink); font-size: 1.12rem; line-height: 1.55; }
.feature-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.feature-row { display: grid; grid-template-columns: .26fr 1fr; gap: 24px; min-height: 168px; padding: 34px 38px; background: var(--paper); }
.feature-row b { font-size: 3rem; line-height: .9; }
.feature-row p { margin: 0; font-size: 1.2rem; line-height: 1.55; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.color-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(0,0,0,.22); font-size: .85rem; font-weight: 800; }
.color-chip i { width: 18px; height: 18px; border-radius: 50%; border: 1px solid rgba(255,255,255,.55); }
.product-gallery-section { background: var(--ink); color: var(--white); }
.product-gallery-section .section-title p { color: rgba(255,255,255,.72); }
.product-gallery-light { background: var(--paper); color: var(--ink); }
.product-gallery-light .section-title p { color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: transparent; }
.product-gallery-grid img { border: 0; transition: transform .36s ease, filter .36s ease; }
.product-gallery-grid img:hover { filter: saturate(1.06) contrast(1.03); transform: translateY(-4px); }
.gallery-item { margin: 0; border-radius: 8px; overflow: hidden; background: var(--white); }
.gallery-item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.gallery-item figcaption, .size-figure figcaption { padding: 12px 14px; font-size: .85rem; font-weight: 850; text-transform: uppercase; color: var(--muted); }
.story-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; padding: clamp(54px, 7vw, 96px) clamp(18px, 4vw, 64px); border-top: 1px solid var(--line); }
.story-band.dark { background: var(--ink); color: var(--white); }
.story-band.dark p { color: rgba(255,255,255,.72); }
.material-section { padding-bottom: 28px; }
.spec-section { padding-top: 0; }
.spec-section .section-title { margin-bottom: 24px; }
.customization-section { padding-bottom: 28px; }
.photo-bank { padding-top: 40px; }
.spec-wrap { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; max-width: none; overflow-x: auto; }
table { width: 100%; min-width: 680px; border-collapse: collapse; background: rgba(255,255,255,.46); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
th, td { padding: 16px 14px; border-bottom: 1px solid var(--line); text-align: left; }
th { text-transform: uppercase; font-size: .82rem; }
.spec-note { margin: 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.42); color: var(--muted); font-weight: 850; text-transform: uppercase; }
.size-figure { display: none; margin: 0; overflow: hidden; border-radius: 8px; background: var(--white); }
.size-figure img { width: 100%; object-fit: cover; }
.faq-list { display: grid; gap: 10px; max-width: 980px; }
details { border: 1px solid var(--line); background: rgba(255,255,255,.52); border-radius: 8px; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 900; text-transform: uppercase; }
details p { color: var(--muted); line-height: 1.6; }
.home-faq { padding-bottom: clamp(82px, 10vw, 150px); }
.home-faq .faq-title { display: grid; grid-template-columns: minmax(0, .85fr) minmax(280px, .65fr); gap: clamp(26px, 6vw, 96px); align-items: end; max-width: none; }
.home-faq .faq-title h2 { max-width: 10ch; }
.home-faq .faq-list { max-width: none; gap: 0; border: 1px solid rgba(16,16,16,.24); }
.home-faq details { border: 0; border-bottom: 1px solid rgba(16,16,16,.18); border-radius: 0; padding: 0; background: var(--paper); }
.home-faq details:last-child { border-bottom: 0; }
.home-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 86px; padding: 22px clamp(22px, 3vw, 40px); font-size: 1.12rem; text-transform: none; }
.home-faq summary::after { content: "+"; display: inline-grid; place-items: center; flex: 0 0 auto; width: 36px; height: 36px; border: 1px solid var(--ink); border-radius: 50%; font-size: 1.35rem; line-height: 1; }
.home-faq details[open] summary::after { content: "-"; }
.home-faq details p { max-width: 860px; margin: 0; padding: 0 clamp(22px, 3vw, 40px) 24px; color: rgba(16,16,16,.74); }
.blog-index-hero, .article-hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; isolation: isolate; background: var(--ink); color: var(--white); }
.article-hero { align-items: center; }
.blog-index-media, .article-hero-media { position: absolute; inset: 0; z-index: -2; }
.blog-index-media img, .article-hero-media img, .article-hero-media video { width: 100%; height: 100%; object-fit: cover; }
.blog-index-hero::after, .article-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.14) 62%, rgba(0,0,0,.52)), linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.74)); }
.article-hero::after { background: radial-gradient(circle at 50% 48%, rgba(0,0,0,.2), rgba(0,0,0,.72) 72%), linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.68)); }
.blog-index-copy, .article-hero-copy { box-sizing: border-box; width: min(980px, 100%); padding: 124px clamp(18px,4vw,64px) clamp(42px,6vw,86px); }
.article-hero-copy { display: grid; justify-items: center; width: min(1120px, 100%); margin: 0 auto; padding-top: 112px; padding-bottom: 72px; text-align: center; }
.blog-index-copy h1, .article-hero-copy h1 { max-width: 14ch; margin: 0 0 20px; font-size: 5.2rem; line-height: .9; letter-spacing: 0; text-transform: uppercase; }
.article-hero-copy h1 { max-width: 16ch; font-family: inherit; font-size: 4.25rem; font-weight: 950; text-wrap: balance; }
.blog-index-copy p, .article-hero-copy p { max-width: 760px; margin: 0; color: rgba(255,255,255,.78); font-size: 1.15rem; line-height: 1.55; }
.article-hero-copy .kicker { justify-content: center; margin-bottom: 18px; }
.article-hero-copy .kicker::before { flex: 0 0 58px; }
.article-hero-copy > p:last-child { max-width: 820px; color: rgba(255,255,255,.82); font-size: 1.06rem; font-weight: 760; text-wrap: balance; }
.blog-feed { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.blog-card { display: grid; grid-template-rows: auto 1fr; min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.48); transition: transform .2s ease, border-color .2s ease; }
.blog-card:hover { transform: translateY(-4px); border-color: rgba(16,16,16,.36); }
.blog-card.featured { grid-column: span 2; }
.blog-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--white); }
.blog-card div { display: grid; align-content: start; gap: 14px; padding: 22px; }
.blog-card span { color: var(--muted); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.blog-card h2 { margin: 0; font-size: 1.75rem; line-height: 1.05; text-transform: uppercase; }
.blog-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.article-content { max-width: 900px; margin: 0 auto; }
.article-content h2 { margin: 50px 0 18px; font-family: inherit; font-size: 2.55rem; font-weight: 950; line-height: .96; letter-spacing: 0; text-transform: uppercase; text-wrap: balance; }
.article-content p { margin: 0 0 22px; color: #282723; font-size: 1.14rem; line-height: 1.78; }
.article-content .article-lead { margin-bottom: 42px; padding-bottom: 28px; border-bottom: 1px solid var(--line); color: var(--ink); font-family: inherit; font-size: 1.36rem; line-height: 1.5; font-weight: 850; text-wrap: balance; }
.article-gallery-section { background: var(--ink); color: var(--white); }
.article-gallery-section .section-title p { color: rgba(255,255,255,.72); }
.related-section { background: var(--white); border-top: 1px solid var(--line); }
.related-section .blog-feed.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.related-section .blog-card { min-height: 420px; background: var(--paper); }
.related-section .blog-card.featured { grid-column: auto; }
.seo-band { padding: clamp(54px, 7vw, 96px) clamp(18px, 4vw, 64px); background: var(--white); border-block: 1px solid var(--line); }
.seo-band p { max-width: 980px; }
.cta-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; margin: clamp(28px, 4vw, 54px) clamp(18px,4vw,64px); padding: clamp(30px, 5vw, 54px); border-radius: 8px; background: var(--ink); color: var(--white); }
.cta-panel p { color: rgba(255,255,255,.74); }
.lead-form { display: grid; gap: 12px; align-self: start; }
.lead-form label { display: grid; gap: 7px; font-weight: 850; text-transform: uppercase; font-size: .78rem; }
.lead-form input, .lead-form select { width: 100%; min-height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 6px; padding: 0 14px; background: rgba(255,255,255,.1); color: var(--white); }
.lead-form option { color: var(--ink); }
.form-note { margin: 0; font-size: .9rem; }
.site-footer { padding: clamp(38px, 5vw, 72px) clamp(18px,4vw,64px) 24px; background: var(--ink); color: var(--white); border-top: 1px solid rgba(255,255,255,.14); }
.footer-main { display: grid; grid-template-columns: minmax(280px, 1.3fr) repeat(3, minmax(150px, .55fr)); gap: clamp(28px, 5vw, 78px); align-items: start; }
.footer-brand img { width: 84px; margin-bottom: 20px; filter: invert(1); }
.footer-brand p { max-width: 430px; margin: 0; color: rgba(255,255,255,.62); font-size: .98rem; line-height: 1.55; }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-column h2 { margin: 0 0 8px; color: rgba(255,255,255,.38); font-size: .72rem; font-weight: 900; line-height: 1; text-transform: uppercase; }
.footer-column a { width: fit-content; color: rgba(255,255,255,.78); font-size: .88rem; font-weight: 850; line-height: 1.25; text-transform: uppercase; transition: color .18s ease, transform .18s ease; }
.footer-column a:hover { color: var(--lime); transform: translateX(2px); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; margin-top: clamp(34px, 5vw, 62px); padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.42); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (min-width: 1600px) {
  .home-product-hero .product-hero-copy { width: 680px; margin-left: 64px; }
  .home-product-hero .product-hero-copy h1 { font-size: 3.85rem; }
  .product-dna, .section, .model-showcase, .seo-band { padding-left: 72px; padding-right: 72px; }
}
@media (max-width: 1360px) and (min-width: 1181px) {
  .site-header { gap: 14px; padding-inline: 24px; }
  .brand img { width: 68px; }
  .brand span { font-size: .72rem; }
  .main-nav { gap: 10px; font-size: .58rem; }
  .main-nav a { min-width: 56px; }
  .nav-actions .ghost-button { min-height: 42px; padding-inline: 18px; font-size: .76rem; }
  .home-product-hero .product-hero-copy { width: 600px; gap: 14px; padding: 28px; }
  .home-product-hero .product-hero-copy h1 { font-size: 3.2rem; }
  .home-product-hero .product-hero-copy p { font-size: 1rem; }
  .home-product-hero .stat-strip div { min-height: 74px; padding: 10px 12px; }
  .home-product-hero .stat-strip b { font-size: 1.9rem; }
  .home-product-hero .stat-strip span { font-size: .66rem; }
  .home-product-hero .button, .home-product-hero .ghost-button { min-height: 42px; padding-inline: 18px; font-size: .74rem; }
}
@media (max-width: 1180px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; width: 100%; }
  .brand { min-width: 0; }
  .main-nav { position: fixed; inset: 74px 0 0 0; display: none; grid-auto-rows: max-content; align-content: start; justify-content: stretch; gap: 0; padding: 18px; background: var(--paper); font-size: 1rem; overflow-y: auto; }
  .main-nav.is-open { display: grid; }
  .main-nav a { justify-items: start; min-width: 0; padding: 16px 0; text-align: left; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav-actions .ghost-button { display: none; }
  .home-product-hero .product-hero-copy { width: min(760px, calc(100% - 48px)); min-height: auto; margin: 94px 24px 24px; padding: 30px; }
  .home-product-hero .product-hero-copy h1 { font-size: 3.15rem; }
  .home-product-hero .product-hero-copy p { font-size: 1.05rem; }
  .home-product-hero .stat-strip div { min-height: 82px; padding: 12px 14px; }
  .home-product-hero .stat-strip b { font-size: 2rem; }
  .home-product-hero .hero-actions { max-width: 620px; }
}
@media (max-width: 900px) {
  h1, .display { font-size: 4rem; }
  .product-hero { grid-template-columns: 1fr; }
  .product-hero-copy { min-height: auto; padding: 58px 18px 34px; }
  .product-hero-copy h1 { font-size: 3.6rem; }
  .product-hero-media { height: 38svh; min-height: 38svh; max-height: 420px; order: -1; }
  .home-product-hero { min-height: 100svh; display: grid; align-items: end; }
  .home-product-hero .product-hero-media { height: 100%; min-height: 100%; max-height: none; order: 0; }
  .home-product-hero .product-hero-copy { width: auto; max-width: 680px; min-height: auto; margin: 94px 18px 24px; padding: 24px 20px; }
  .home-product-hero .product-hero-copy h1 { font-size: 2.75rem; max-width: 13ch; }
  .home-product-hero .stat-strip div { min-height: 78px; }
  .section-title h2, .story-band h2, .cta-panel h2, .seo-band h2 { font-size: 3rem; }
  .blog-index-copy h1, .article-hero-copy h1 { font-size: 3.4rem; }
  .tile-content { grid-template-rows: auto minmax(7.6rem, auto) auto; }
  .tile-content h3 { font-size: 2.65rem; }
  .lead { font-size: 1.15rem; }
  .hero-content { padding-top: 112px; }
  .intro-grid, .split-feature, .story-band, .spec-wrap, .cta-panel, .product-layout, .model-story, .b2b-section .section-title, .home-faq .faq-title { grid-template-columns: 1fr; }
  .sticky-note { position: static; }
  .dna-grid, .feature-grid, .collection-grid, .gallery-grid, .palette-grid, .model-photo-grid, .b2b-band, .collection-nav-grid { grid-template-columns: 1fr 1fr; }
  .product-dna { padding-top: 52px; padding-bottom: 50px; gap: 28px; }
  .product-dna .section-title { max-width: 720px; }
  .product-dna .section-title h2 { max-width: 13ch; font-size: 3.05rem; }
  .product-dna .dna-grid div { min-height: 148px; }
  .product-dna .intro-photo-strip { margin-top: 10px; }
  .product-dna .intro-photo-strip img { aspect-ratio: 4 / 3; }
  .blog-feed, .related-section .blog-feed.compact { grid-template-columns: 1fr 1fr; }
  .blog-card.featured { grid-column: span 2; }
  .intro-photo-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-tile { min-height: 430px; }
  .model-banner { min-height: 540px; }
  .model-banner-copy h2 { font-size: 4.2rem; }
  .model-photo { min-height: 360px; }
  .b2b-band { min-height: auto; }
  .b2b-cell:nth-child(2) { border-right: 0; }
  .b2b-cell:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(16,16,16,.22); }
  .photo-strip { grid-template-columns: repeat(2, 1fr); }
  .photo-strip img { height: 260px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .hero-stats, .metric-grid { grid-template-columns: 1fr; }
  .scroll-cue { display: none; }
}
@media (max-width: 560px) {
  .dna-grid, .feature-grid, .collection-grid, .gallery-grid, .palette-grid, .model-photo-grid, .b2b-band, .collection-nav-grid { grid-template-columns: 1fr; }
  .product-dna { padding-top: 42px; padding-bottom: 42px; gap: 22px; }
  .product-dna .section-title h2 { max-width: 12ch; font-size: 2.35rem; }
  .product-dna .section-title p { font-size: .98rem; }
  .product-dna .dna-grid { grid-template-columns: 1fr; gap: 10px; }
  .product-dna .dna-grid div { min-height: auto; padding: 18px; }
  .product-dna .intro-photo-strip { grid-template-columns: 1fr 1fr; gap: 8px; }
  .intro-photo-strip { grid-template-columns: 1fr 1fr; }
  .site-footer { padding-inline: 16px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
  .footer-brand img { width: 76px; margin-bottom: 16px; }
  .footer-column { gap: 9px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
  .footer-bottom { display: grid; justify-content: start; font-size: .72rem; }
  .brand span { display: none; }
  .product-tile { min-height: 380px; }
  .tile-content { grid-template-rows: auto minmax(5.7rem, auto) auto; padding: 22px; }
  .model-showcase { padding-inline: 14px; }
  .model-banner { min-height: 430px; }
  .model-banner-copy h2 { font-size: 3rem; }
  .model-story { gap: 18px; }
  .model-photo { min-height: 340px; }
  .b2b-cell, .b2b-cell:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(16,16,16,.22); }
  .b2b-cell:last-child { grid-column: auto; border-top: 0; border-bottom: 0; }
  .b2b-cell h3 { font-size: 2.15rem; }
  .home-product-hero .product-hero-copy { gap: 14px; margin: 88px 12px 16px; padding: 18px 14px; border-radius: 7px; }
  .home-product-hero .product-hero-copy h1 { font-size: 2.05rem; max-width: 12.5ch; }
  .home-product-hero .product-hero-copy p { font-size: .96rem; }
  .home-product-hero .stat-strip { grid-template-columns: 1fr 1fr; }
  .home-product-hero .stat-strip div { min-height: 68px; padding: 9px; }
  .home-product-hero .stat-strip b { font-size: 1.55rem; }
  .home-product-hero .stat-strip span { margin-top: 4px; font-size: .66rem; }
  .home-faq summary { font-size: 1rem; }
  .button, .ghost-button { width: 100%; }
  .hero-actions { width: 100%; }
  h1, .display { font-size: 3.25rem; }
  .product-hero-copy h1 { font-size: 2.85rem; }
  .product-hero-copy p { font-size: 1rem; }
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .stat-strip div { min-height: 96px; padding: 14px; }
  .stat-strip b, .feature-row b { font-size: 2.2rem; }
  .feature-row { grid-template-columns: 1fr; min-height: auto; gap: 12px; padding: 24px 18px; }
  .feature-row p { font-size: 1rem; }
  .product-layout, .sticky-note, .feature-list, .feature-row { min-width: 0; width: 100%; }
  .product-gallery-section .gallery-grid, .product-gallery-light .gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .product-gallery-section, .product-gallery-light { padding-block: 54px; }
  th, td { padding: 12px 10px; }
  table { min-width: 0; table-layout: fixed; }
  th, td { padding: 10px 6px; font-size: .72rem; overflow-wrap: anywhere; }
  .spec-wrap { overflow-x: visible; }
  .spec-note { width: 100%; font-size: .78rem; line-height: 1.45; }
  .sticky-note h2 { font-size: 1.95rem; }
  .section-title h2, .story-band h2, .cta-panel h2, .seo-band h2 { font-size: 2.35rem; }
  .blog-index-copy, .article-hero-copy { padding: 110px 18px 34px; }
  .blog-index-copy h1, .article-hero-copy h1 { font-size: 2.55rem; }
  .blog-index-copy p, .article-hero-copy p { font-size: .96rem; line-height: 1.5; }
  .blog-feed, .related-section .blog-feed.compact { grid-template-columns: 1fr; }
  .blog-card, .related-section .blog-card { min-height: auto; }
  .blog-card.featured { grid-column: auto; }
  .article-content h2 { font-size: 1.85rem; }
  .article-content p { font-size: 1rem; }
  .article-content .article-lead { font-size: 1.12rem; }
  .hero-stats b, .metric-grid b { font-size: 2.25rem; }
}
@media (max-width: 420px) {
  .site-header { min-height: 68px; padding: 10px 14px; }
  .brand img { width: 68px; }
  .menu-toggle { width: 38px; height: 38px; }
  .main-nav { inset: 68px 0 0 0; }
  .home-product-hero .product-hero-copy { margin-top: 82px; }
  .home-product-hero .product-hero-copy h1 { font-size: 1.82rem; line-height: .94; }
  .home-product-hero .product-hero-copy p { font-size: .9rem; line-height: 1.42; }
  .home-product-hero .stat-strip div { min-height: 62px; }
  .home-product-hero .stat-strip b { font-size: 1.42rem; }
  .home-product-hero .stat-strip span { font-size: .6rem; }
  .home-product-hero .button, .home-product-hero .ghost-button { min-height: 40px; font-size: .68rem; }
  .section { padding-left: 14px; padding-right: 14px; }
  .blog-index-copy, .article-hero-copy { padding-left: 14px; padding-right: 14px; }
  .blog-index-copy h1, .article-hero-copy h1 { max-width: 13ch; font-size: 2.16rem; }
  .article-hero-copy h1 { max-width: 14ch; }
}
@media (max-width: 360px) {
  .home-product-hero .product-hero-copy h1 { font-size: 1.68rem; }
  .home-product-hero .stat-strip { grid-template-columns: 1fr; }
  .home-product-hero .stat-strip div { min-height: auto; }
  .home-product-hero .stat-strip div, .home-product-hero .stat-strip div:nth-child(2n), .home-product-hero .stat-strip div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .home-product-hero .stat-strip div:last-child { border-bottom: 0; }
  .blog-index-copy h1, .article-hero-copy h1 { font-size: 1.9rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}