:root {
  --paper: #f4f1e8;
  --paper-2: #e9e4d8;
  --ink: #11120f;
  --muted: #686a62;
  --line: rgba(17, 18, 15, .18);
  --green: #0b4a2c;
  --green-dark: #06351f;
  --signal: #d5ff35;
  --red: #dd3b2f;
  --pad: clamp(24px, 4vw, 64px);
  --serif: "Shippori Mincho", serif;
  --sans: "Noto Sans JP", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 14px; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
::selection { background: var(--signal); color: var(--ink); }
.page-wipe { position: fixed; inset: 0; z-index: 200; background: var(--green); transform: translateY(-100%); pointer-events: none; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 300; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }
.site-header { height: 88px; padding: 0 var(--pad); position: sticky; top: 0; z-index: 30; background: rgba(244, 241, 232, .94); backdrop-filter: blur(14px); transition: transform .45s ease, height .3s; }
.site-header.is-hidden { transform: translateY(-100%); }
.site-header.is-compact { height: 72px; }
.header-grid { height: 100%; display: grid; grid-template-columns: 1fr 110px 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; }
.nav-cluster { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; justify-items: center; gap: 0; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.nav-cluster--right { text-align: center; }
.nav-cluster a, .menu-trigger { position: relative; border: 0; background: none; padding: 20px 0; }
.nav-cluster a::after, .menu-trigger::after { content: ""; position: absolute; left: 0; right: 0; bottom: 12px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .4s cubic-bezier(.2, .7, .2, 1); }
.nav-cluster a:hover::after, .nav-cluster a[aria-current="page"]::after, .menu-trigger:hover::after { transform: scaleX(1); transform-origin: left; }
.brand-mark { justify-self: center; width: 54px; }
.brand-mark img { width: 100%; height: 34px; object-fit: contain; }
.menu-trigger span { font-size: 14px; margin-left: 6px; }
.mobile-menu-button { display: none; border: 0; background: none; font-size: 10px; font-weight: 600; letter-spacing: .1em; }
.menu-overlay { position: fixed; inset: 0; z-index: 100; background: var(--ink); color: white; padding: 28px var(--pad) 30px; visibility: hidden; opacity: 0; transition: opacity .35s, visibility .35s; display: grid; grid-template-rows: 60px minmax(0,1fr) auto; }
.menu-overlay.is-open { visibility: visible; opacity: 1; }
.menu-top { height: 60px; border-bottom: 1px solid rgba(255,255,255,.2); display: flex; align-items: flex-start; justify-content: space-between; }
.menu-top img { width: 54px; filter: invert(1); }
.menu-top button { background: none; border: 0; color: white; font-size: 11px; letter-spacing: .12em; }
.menu-links { align-self: center; display: grid; grid-template-columns: 1fr 1fr; column-gap: 7vw; }
.menu-links a { font-family: var(--serif); font-size: clamp(28px, 3.25vw, 54px); line-height: 1.28; border-bottom: 1px solid rgba(255,255,255,.16); display: flex; gap: 22px; align-items: center; transition: padding-left .3s, color .3s; }
.menu-links a:hover { padding-left: 14px; color: var(--signal); }
.menu-links span { font-family: var(--sans); font-size: 9px; color: var(--signal); letter-spacing: .15em; }
.menu-footer { min-height: 112px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 36px; align-items: end; }
.menu-footer p { margin: 0; display: flex; flex-direction: column; align-items: flex-start; }
.menu-footer small { display: block; margin-bottom: 10px; color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .16em; }
.menu-footer strong { font-family: var(--serif); font-size: 17px; line-height: 1.5; font-weight: 400; }
.menu-footer a, .menu-footer span { font-size: 10px; letter-spacing: .08em; }
.menu-retailer { min-height: 54px; padding: 0 18px; border: 1px solid rgba(255,255,255,.45); display: flex; justify-content: space-between; align-items: center; transition: background .3s,color .3s; }
.menu-retailer:hover { background: var(--signal); color: var(--ink); }
.eyebrow { margin: 0 0 48px; font-size: 10px; font-weight: 600; letter-spacing: .18em; color: var(--green); }
.display { font-family: var(--serif); font-weight: 400; font-size: clamp(56px, 8vw, 126px); line-height: .95; letter-spacing: -.045em; margin: 0; }
.section-title { font-family: var(--serif); font-weight: 400; font-size: clamp(44px, 6vw, 92px); line-height: 1; letter-spacing: -.04em; margin: 0; }
.pill-link { min-width: 176px; min-height: 52px; margin-top: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 999px; background: var(--green); color: white; font-size: 12px; transition: background .3s, transform .3s; }
.pill-link:hover { background: var(--ink); transform: translateY(-2px); }
.pill-link--light { background: white; color: var(--ink); }
.pill-link--light:hover { background: var(--signal); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding: 10px 0; border-bottom: 1px solid; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.media-stage { overflow: hidden; background: var(--paper-2); }
.media-stage img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.media-stage:hover img { transform: scale(1.025); }
.product-cutout { mix-blend-mode: multiply; object-fit: contain !important; }
.hero-slider { position: relative; height: calc(100vh - 88px); min-height: 720px; overflow: hidden; }
.hero-slides { height: 100%; min-height: 0; display: grid; }
.hero-slide { grid-area: 1 / 1 / 2 / 2; width: 100%; height: 100%; min-height: 0; opacity: 0; visibility: hidden; transform: translateX(3%); transition: opacity .75s ease, transform .9s cubic-bezier(.2,.7,.2,1), visibility .75s; pointer-events: none; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: none; pointer-events: auto; z-index: 2; }
.hero-slide--dark { background: var(--ink); color: white; }
.hero-slide--green { background: var(--green-dark); color: white; }
.hero-slide--dark .eyebrow, .hero-slide--green .eyebrow { color: var(--signal); }
.hero-slide--dark .hero-lead, .hero-slide--green .hero-lead { color: rgba(255,255,255,.68); }
.hero-slide--dark .hero-media { background: #24251f; }
.hero-slide--green .hero-media { background: #e7e4da; }
.hero-media--news > img { object-position: center; }
.hero-slider-controls { position: absolute; z-index: 8; right: calc(var(--pad) + 26px); bottom: 74px; min-height: 44px; padding: 0 14px; display: flex; align-items: center; gap: 12px; background: rgba(244,241,232,.94); color: var(--ink); backdrop-filter: blur(12px); }
.hero-slider-controls > button { width: 32px; height: 32px; padding: 0; border: 0; background: transparent; transition: transform .25s; }
.hero-slider-controls > button:hover { transform: translateX(-2px); }
.hero-slider-controls > button:last-child:hover { transform: translateX(2px); }
.hero-slider-controls p { margin: 0; display: flex; gap: 5px; font-size: 9px; letter-spacing: .12em; }
.hero-slider-dots { display: flex; gap: 5px; }
.hero-slider-dots button { width: 24px; height: 2px; padding: 0; border: 0; background: rgba(17,18,15,.25); transition: width .35s, background .35s; }
.hero-slider-dots button.is-active { width: 42px; background: var(--green); }
.hero { min-height: calc(100vh - 88px); padding: clamp(40px, 5vw, 76px) var(--pad) 54px; display: grid; grid-template-columns: minmax(420px, .78fr) minmax(600px, 1.22fr); gap: clamp(40px, 5vw, 80px); align-items: stretch; }
.hero-slider .hero { height: 100%; min-height: 0; }
.hero-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding-top: 8px; }
.hero h1 { max-width: 100%; font-family: var(--serif); font-size: clamp(46px, 4.5vw, 74px); font-weight: 500; letter-spacing: -.045em; line-height: 1.3; margin: 0; white-space: nowrap; }
.hero-lead { margin: 46px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }
.hero-spec { margin-top: auto; display: flex; flex-direction: column; font-size: 9px; line-height: 1.65; letter-spacing: .12em; }
.hero-media { position: relative; min-height: 560px; overflow: hidden; background: #ddd8cd; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s cubic-bezier(.2,.7,.1,1); }
.hero-media:hover > img { transform: scale(1.025); }
.hero-orbit { position: absolute; right: 4%; top: 6%; width: 76px; height: 76px; border-radius: 50%; background: var(--signal); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 700; font-size: 10px; line-height: 1.35; animation: float 4s ease-in-out infinite; }
.scroll-note { position: absolute; right: 0; bottom: 0; margin: 0; padding: 10px; font-size: 9px; letter-spacing: .15em; background: rgba(244,241,232,.9); }
.ticker { height: 64px; background: var(--green); color: white; overflow: hidden; display: flex; align-items: center; }
.ticker-track { display: flex; width: max-content; animation: ticker 24s linear infinite; }
.ticker span { white-space: nowrap; font-size: 11px; letter-spacing: .15em; padding-right: 90px; }
.preview-section { padding: 100px var(--pad) 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.preview-section .eyebrow { margin-bottom: 24px; }
.preview-section h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(54px, 7vw, 110px); line-height: .9; letter-spacing: -.04em; margin: 0; }
.preview-section > p { justify-self: end; max-width: 360px; color: var(--muted); }
.home-products { padding: 0 var(--pad) 128px; }
.product-mosaic { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(480px,.85fr); gap: 20px; border-top: 1px solid var(--line); padding-top: 32px; align-items: stretch; }
.product-card { min-width: 0; display: block; }
.product-card--feature { display: flex; flex-direction: column; }
.product-card--feature .product-image { flex: 1; min-height: 760px; }
.product-mosaic-side { min-width: 0; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto 1fr; gap: 24px; }
.product-mosaic-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.collection-callout { min-height: 210px; padding: 28px; background: var(--green-dark); color: white; display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: end; }
.collection-callout small { color: var(--signal); font-size: 8px; letter-spacing: .16em; }
.collection-callout .section-title { margin-top: 32px; font-size: clamp(32px,3vw,50px); line-height: 1.05; }
.collection-callout > div:last-child { justify-self: end; }
.collection-callout p:not(.section-title) { margin: 0 0 24px; color: rgba(255,255,255,.62); font-size: 11px; }
.product-card--landscape { display: flex; flex-direction: column; }
.product-card--landscape .product-image { flex: 1; min-height: 250px; }
.product-image { aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; background: var(--paper-2); }
.product-card--wide .product-image { aspect-ratio: 1.5 / 1; }
.product-image img { width: 88%; height: 88%; object-fit: contain; mix-blend-mode: multiply; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.06) rotate(-1deg); }
.product-meta { padding-top: 14px; display: grid; grid-template-columns: 1fr auto; gap: 12px; border-top: 1px solid var(--line); }
.product-meta small { font-size: 9px; letter-spacing: .14em; color: var(--muted); }
.product-meta h3 { grid-column: 1 / -1; margin: 2px 0 0; font-size: 14px; font-weight: 500; }
.story-section { background: var(--ink); color: white; padding: 110px var(--pad) 120px; overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1fr; gap: 42px; }
.story-copy { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: end; gap: 60px; }
.story-copy .eyebrow { grid-column: 1/-1; grid-row: 1; color: var(--signal); margin-bottom: 0; }
.story-copy h2 { grid-column: 1; grid-row: 2; font-family: var(--serif); font-size: clamp(42px, 5vw, 78px); line-height: .95; font-weight: 400; margin: 0; }
.story-copy-foot { grid-column: 2; grid-row: 2; display: flex; flex-direction: column; align-items: flex-start; align-self: end; padding-bottom: 4px; }
.story-copy-foot p { margin: 0 0 30px; color: rgba(255,255,255,.58); font-size: 12px; }
.story-wall { height: min(66vw,820px); display: grid; grid-template-columns: minmax(0,1.4fr) minmax(320px,.6fr); gap: 18px; }
.story-a { height: 100%; }
.story-side { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; min-height: 0; }
.story-b, .story-c { min-height: 0; }
.story-b img { object-position: center 25%; }
.story-caption { margin: 0; display: flex; justify-content: space-between; align-items: center; font-family: var(--serif); font-size: 20px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; }
.story-caption small { font-family: var(--sans); font-size: 8px; letter-spacing: .16em; color: rgba(255,255,255,.48); }
.tech-preview { min-height: 880px; display: grid; grid-template-columns: 1fr 1fr; background: var(--green-dark); color: white; }
.tech-visual { position: relative; min-height: 700px; background: var(--paper-2); display: grid; place-items: center; overflow: hidden; }
.tech-visual img { width: 82%; max-height: 68%; object-fit: contain; mix-blend-mode: multiply; z-index: 2; }
.tech-visual::before { content: "BUMPERSOLE"; position: absolute; left: 5%; top: 4%; font-family: var(--serif); font-size: clamp(50px, 7vw, 110px); color: rgba(6,53,31,.12); writing-mode: vertical-rl; }
.tech-copy { padding: clamp(70px, 9vw, 140px) var(--pad); display: flex; flex-direction: column; align-items: flex-start; }
.tech-copy .eyebrow { color: var(--signal); }
.tech-copy h2 { font-family: var(--serif); font-size: clamp(48px, 6vw, 94px); line-height: 1.05; font-weight: 400; margin: 0; }
.tech-copy > p { margin: 44px 0 0; max-width: 520px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 2.1; }
.tech-points { width: 100%; margin-top: 70px; border-top: 1px solid rgba(255,255,255,.25); }
.tech-point { display: grid; grid-template-columns: 70px 1fr auto; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.tech-point span { color: var(--signal); font-size: 9px; }
.tech-point strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.tech-point small { color: rgba(255,255,255,.55); }
.news-section { padding: 120px var(--pad); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-heading-row .eyebrow { margin-bottom: 20px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; border-top: 1px solid var(--line); padding-top: 28px; }
.news-card figure { margin: 0; aspect-ratio: 1.55 / 1; overflow: hidden; background: var(--paper-2); }
.news-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.news-card:hover img { transform: scale(1.04); }
.news-card time { display: block; margin-top: 16px; font-size: 9px; letter-spacing: .12em; color: var(--muted); }
.news-card h3 { margin: 10px 0 0; font-size: 13px; line-height: 1.8; font-weight: 500; }
.site-footer { background: var(--ink); color: white; padding: 64px var(--pad) 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 40px; min-height: 210px; }
.footer-brand img { width: 70px; filter: invert(1); margin-bottom: 34px; }
.footer-brand p { font-family: var(--serif); font-size: 18px; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 10px; letter-spacing: .08em; }
.footer-col strong { color: var(--signal); margin-bottom: 9px; font-size: 9px; }
.footer-contact a { font-family: var(--serif); font-size: clamp(20px, 2.2vw, 34px); border-bottom: 1px solid rgba(255,255,255,.4); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; gap: 20px; font-size: 9px; color: rgba(255,255,255,.5); }
.page-hero { min-height: 570px; padding: 70px var(--pad) 90px; display: grid; grid-template-columns: 1fr minmax(360px, .7fr); gap: 7vw; align-items: end; border-bottom: 1px solid var(--line); }
.page-hero--dark { background: var(--ink); color: white; }
.page-hero .eyebrow { margin-bottom: 34px; }
.page-hero--dark .eyebrow { color: var(--signal); }
.page-hero-copy p:last-child { max-width: 520px; margin: 40px 0 0; color: var(--muted); line-height: 2.1; }
.page-hero--dark .page-hero-copy p:last-child { color: rgba(255,255,255,.62); }
.page-hero-media { height: 390px; overflow: hidden; background: var(--paper-2); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-media--product img { object-fit: contain; mix-blend-mode: multiply; }
.breadcrumb { font-size: 9px; letter-spacing: .12em; color: var(--muted); }
.collection-intro { padding: 110px var(--pad); }
.line-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
.line-card { min-height: 580px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; background: var(--paper-2); }
.line-card:nth-child(2) { background: var(--green-dark); color: white; }
.line-card:nth-child(3) { background: #d7ff3f; }
.line-card small, .line-card h2 { position: relative; z-index: 2; }
.line-card small { font-size: 9px; letter-spacing: .16em; }
.line-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(32px,4vw,58px); font-weight: 400; line-height: 1; }
.line-card img { position: absolute; width: 88%; height: 70%; right: -10%; bottom: 8%; object-fit: contain; mix-blend-mode: multiply; transition: transform .8s; }
.line-card:hover img { transform: translateX(-5%) rotate(-3deg) scale(1.05); }
.collection-list { padding: 0 var(--pad) 140px; }
.filter-bar { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; padding: 28px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-set { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-set button { border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 9px 18px; font-size: 10px; }
.filter-set button.is-active { background: var(--ink); color: white; border-color: var(--ink); }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 54px 18px; padding-top: 36px; }
.collection-grid .product-image { aspect-ratio: 1 / 1.12; }
.product-hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.2fr .8fr; }
.product-hero-visual { position: relative; background: var(--paper-2); display: grid; place-items: center; overflow: hidden; }
.product-hero-visual img { width: 82%; height: 82%; object-fit: contain; mix-blend-mode: multiply; }
.product-hero-visual.is-editorial img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; }
.product-hero-visual::after { content: attr(data-index); position: absolute; left: 28px; bottom: 22px; font-size: 9px; letter-spacing: .15em; }
.product-hero-info { padding: clamp(50px,7vw,110px) var(--pad); display: flex; flex-direction: column; }
.product-hero-info .eyebrow { margin-bottom: 26px; }
.product-hero-info h1 { margin: 0; font-family: var(--serif); font-size: clamp(56px,7vw,108px); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.product-ja-title { margin: 22px 0 0; font-size: 16px; }
.product-summary { margin: 50px 0 0; max-width: 540px; color: var(--muted); line-height: 2.2; }
.product-tags { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 8px; }
.product-tags span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 99px; font-size: 9px; letter-spacing: .1em; }
.product-hero-info .pill-link { margin-top: auto; }
.product-story { padding: 140px var(--pad); }
.product-story-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-bottom: 110px; }
.product-story-head h2 { font-family: var(--serif); font-size: clamp(42px,6vw,86px); line-height: 1.15; font-weight: 400; margin: 0; }
.product-story-head p { max-width: 660px; margin: 0; line-height: 2.3; font-size: 15px; }
.product-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.product-gallery figure { margin: 0; min-height: 520px; background: var(--paper-2); display: grid; place-items: center; overflow: hidden; }
.product-gallery figure:nth-child(3) { grid-column: 1 / -1; min-height: 620px; background: var(--green-dark); }
.product-gallery img { width: 82%; max-width: 1000px; height: 82%; object-fit: contain; mix-blend-mode: multiply; }
.product-gallery figure:nth-child(3) img { mix-blend-mode: normal; }
.product-specs { padding: 100px var(--pad) 140px; background: var(--ink); color: white; }
.spec-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.spec-list { border-top: 1px solid rgba(255,255,255,.25); }
.spec-row { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.spec-row dt { color: var(--signal); font-size: 10px; }
.spec-row dd { margin: 0; }
.product-nav { display: grid; grid-template-columns: 1fr 1fr; }
.product-nav a { min-height: 180px; padding: 38px var(--pad); display: flex; justify-content: space-between; align-items: end; border-right: 1px solid var(--line); }
.product-nav a:last-child { border-right: 0; background: var(--paper-2); }
.product-nav strong { font-family: var(--serif); font-size: clamp(26px,4vw,52px); font-weight: 400; }
.brand-manifesto { padding: 140px var(--pad); display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.brand-manifesto blockquote { margin: 0; font-family: var(--serif); font-size: clamp(38px,5vw,72px); line-height: 1.35; }
.brand-manifesto-copy { padding-top: 20px; max-width: 680px; }
.brand-manifesto-copy p { margin: 0 0 28px; font-size: 15px; line-height: 2.3; }
.brand-values { display: grid; grid-template-columns: repeat(3,1fr); background: var(--green-dark); color: white; }
.value { min-height: 440px; padding: 40px; border-right: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }
.value:last-child { border: 0; }
.value span { color: var(--signal); font-size: 10px; }
.value h3 { margin: auto 0 24px; font-family: var(--serif); font-size: clamp(30px,4vw,56px); font-weight: 400; }
.value p { color: rgba(255,255,255,.62); }
.brand-image-band { height: min(70vw,860px); overflow: hidden; }
.brand-image-band img { width: 100%; height: 112%; object-fit: cover; }
.brand-image-band--product { background: var(--paper-2); display: grid; place-items: center; }
.brand-image-band--product img { width: min(1160px, 82%); height: 82%; object-fit: contain; mix-blend-mode: multiply; }
.lookbook-page, .technology-page { background: var(--ink); color: white; }
.lookbook-page .site-header, .technology-page .site-header { background: rgba(17,18,15,.92); }
.lookbook-page .header-grid, .technology-page .header-grid { border-color: rgba(255,255,255,.2); }
.lookbook-page .brand-mark img, .technology-page .brand-mark img { filter: invert(1); }
.lookbook-page .nav-cluster a, .lookbook-page .menu-trigger, .technology-page .nav-cluster a, .technology-page .menu-trigger { color: white; }
.lookbook-hero { min-height: 560px; padding: 70px var(--pad); display: flex; flex-direction: column; justify-content: space-between; }
.lookbook-hero .eyebrow { color: var(--signal); }
.lookbook-hero h1 { font-family: var(--serif); font-size: clamp(80px,13vw,210px); font-weight: 400; line-height: .78; margin: 0; }
.lookbook-feature { padding: 30px var(--pad) 130px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 46px; }
.lookbook-feature-media { min-height: 760px; overflow: hidden; background: white; }
.lookbook-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.lookbook-feature-copy { padding: 28px 0; display: flex; flex-direction: column; align-items: flex-start; }
.lookbook-feature-copy h2 { margin: 46px 0 24px; font-family: var(--serif); font-size: clamp(52px,7vw,106px); line-height: .9; font-weight: 400; }
.lookbook-feature-copy p { color: rgba(255,255,255,.62); line-height: 2; }
.lookbook-feature-copy .pill-link { margin-top: auto; }
.lookbook-archive { padding: 100px var(--pad) 150px; border-top: 1px solid rgba(255,255,255,.2); }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 40px; }
.archive-card { position: relative; min-height: 580px; overflow: hidden; }
.archive-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.archive-card:hover img { transform: scale(1.04); }
.archive-card div { position: absolute; inset: auto 0 0; padding: 24px; background: linear-gradient(transparent,rgba(0,0,0,.78)); }
.archive-card h3 { font-family: var(--serif); font-size: 32px; font-weight: 400; }
.technology-hero { padding: 70px var(--pad) 120px; }
.technology-hero .eyebrow { color: var(--signal); }
.technology-hero h1 { font-family: var(--serif); font-size: clamp(72px,12vw,188px); line-height: .82; font-weight: 400; margin: 0; }
.tech-stage { margin-top: 70px; height: 680px; background: var(--paper-2); position: relative; display: grid; place-items: center; overflow: hidden; }
.tech-stage::before, .tech-stage::after { content: ""; position: absolute; width: 52vw; height: 52vw; border: 1px solid rgba(6,53,31,.18); border-radius: 50%; }
.tech-stage::after { width: 32vw; height: 32vw; }
.tech-stage img { width: min(900px,76%); height: 78%; min-height: 0; z-index: 2; object-fit: contain; mix-blend-mode: multiply; }
.tech-chapter { padding: 130px var(--pad); display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; border-top: 1px solid rgba(255,255,255,.2); }
.tech-chapter h2 { font-family: var(--serif); font-size: clamp(42px,6vw,92px); line-height: 1.05; font-weight: 400; margin: 0; }
.tech-chapter-copy > p { margin: 0 0 50px; max-width: 680px; color: rgba(255,255,255,.66); font-size: 15px; line-height: 2.2; }
.tech-bars { display: grid; gap: 14px; }
.tech-bar { height: 50px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 99px; background: white; color: var(--ink); font-size: 10px; }
.tech-bar:nth-child(2) { width: 88%; background: #17915a; color: white; }
.tech-bar:nth-child(3) { width: 74%; background: var(--signal); }
.ortholite { background: var(--paper); color: var(--ink); }
.ortholite-visual { min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; }
.ortholite-image { display: grid; place-items: center; background: var(--paper-2); }
.ortholite-image img { width: 48%; max-height: 520px; object-fit: contain; }
.ortholite-image img { mix-blend-mode: multiply; }
.ortholite-copy { padding: 100px var(--pad); }
.layer-list { margin-top: 60px; }
.layer { padding: 22px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 60px 1fr auto; gap: 20px; }
.stockist-list { padding: 100px var(--pad) 150px; }
.region { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; padding: 60px 0; border-top: 1px solid var(--line); }
.region h2 { font-family: var(--serif); font-size: 44px; font-weight: 400; margin: 0; }
.store { display: grid; grid-template-columns: 70px 1fr auto; gap: 24px; padding: 26px 0; border-top: 1px solid var(--line); align-items: start; }
.store:first-child { border-top: 0; padding-top: 0; }
.store span { font-size: 9px; color: var(--green); }
.store h3 { margin: 0 0 8px; font-size: 16px; font-weight: 500; }
.store p { margin: 0; color: var(--muted); font-size: 12px; }
.store a { font-size: 10px; border-bottom: 1px solid; }
.journal-grid { padding: 90px var(--pad) 150px; display: grid; grid-template-columns: repeat(2,1fr); gap: 70px 22px; }
.journal-card figure { margin: 0; aspect-ratio: 1.5/1; overflow: hidden; background: var(--paper-2); }
.journal-card:nth-child(1) { grid-column: 1/-1; display: grid; grid-template-columns: 1.2fr .8fr; background: var(--green-dark); color: white; }
.journal-card:nth-child(1) figure { aspect-ratio: auto; min-height: 540px; }
.journal-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.journal-card:hover img { transform: scale(1.035); }
.journal-card-content { padding: 24px 0; }
.journal-card:first-child .journal-card-content { padding: 60px; display: flex; flex-direction: column; justify-content: end; }
.journal-card time { font-size: 9px; letter-spacing: .13em; color: var(--muted); }
.journal-card:first-child time { color: var(--signal); }
.journal-card h2 { font-family: var(--serif); font-size: clamp(24px,3vw,46px); line-height: 1.4; font-weight: 400; margin: 14px 0; }
.journal-card p { color: var(--muted); }
.journal-card:first-child p { color: rgba(255,255,255,.62); }
.contact-layout { padding: 100px var(--pad) 150px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.contact-aside h2 { font-family: var(--serif); font-size: clamp(36px,5vw,72px); font-weight: 400; line-height: 1.2; margin: 0 0 40px; }
.contact-aside p { color: var(--muted); }
.contact-aside a { display: inline-block; margin-top: 24px; border-bottom: 1px solid; }
.contact-form { border-top: 1px solid var(--line); }
.field { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.field label { font-size: 11px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; border: 0; background: transparent; outline: 0; padding: 4px 0; }
.field textarea { min-height: 180px; resize: vertical; }
.form-actions { display: flex; justify-content: flex-end; align-items: center; gap: 20px; margin-top: 30px; }
.form-actions button { min-width: 190px; min-height: 54px; border: 0; border-radius: 99px; background: var(--green); color: white; }
.form-status { color: var(--green); font-size: 12px; }
.reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.media-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.1s cubic-bezier(.77,0,.18,1); }
.media-reveal.is-visible { clip-path: inset(0); }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes float { 50% { transform: translateY(10px) rotate(4deg); } }
@media (max-width: 1050px) {
  .header-grid { grid-template-columns: 1fr 70px 1fr; }
  .nav-cluster { display: none; }
  .brand-mark { width: 50px; }
  .header-grid::before { content: "JP / 2026"; font-size: 9px; letter-spacing: .14em; }
  .mobile-menu-button { display: block; position: absolute; right: 0; min-width: 72px; min-height: 44px; padding: 0; text-align: right; }
  .hero { grid-template-columns: minmax(0,1fr) minmax(0,1.15fr); }
  .hero h1 { font-size: clamp(40px,5.7vw,60px); }
  .hero-slider-controls { right: calc(var(--pad) + 18px); }
  .product-mosaic { grid-template-columns: 1fr; }
  .product-card--feature .product-image { min-height: 70vw; }
  .product-mosaic-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .product-mosaic-pair { grid-column: 1/-1; }
  .collection-callout { min-height: 100%; grid-template-columns: 1fr; align-content: space-between; }
  .product-card--landscape .product-image { min-height: 300px; }
  .collection-grid { grid-template-columns: repeat(3,1fr); }
  .line-grid { grid-template-columns: 1fr 1fr; }
  .line-card:first-child { grid-column: 1/-1; }
  .story-copy { grid-template-columns: 1.15fr .85fr; }
  .story-wall { height: min(78vw,760px); grid-template-columns: 1.25fr .75fr; }
  .menu-footer { grid-template-columns: 1fr 1fr; row-gap: 20px; }
  .menu-footer p:first-child { display: none; }
  .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; }
  .footer-contact { grid-column: 1/-1; }
}
@media (max-width: 760px) {
  :root { --pad: 20px; }
  .site-header { height: 68px; }
  .site-header.is-compact { height: 60px; }
  .header-grid { grid-template-columns: 1fr 60px 1fr; }
  .brand-mark { width: 44px; }
  .hero-slider { height: auto; min-height: 0; }
  .hero-slides { height: auto; min-height: 0; }
  .hero-slide { height: auto; min-height: 0; }
  .hero-slider .hero { height: auto; min-height: auto; }
  .hero { min-height: auto; padding-top: 40px; grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { min-height: 520px; }
  .eyebrow { margin-bottom: 30px; }
  .hero h1 { font-size: clamp(38px,10.5vw,52px); white-space: normal; line-height: 1.35; }
  .hero-slide:first-child h1 { font-size: clamp(32px,8.7vw,40px); }
  .hero-lead { margin-top: 30px; font-size: 12px; }
  .pill-link { margin-top: 34px; }
  .hero-media { min-height: 118vw; }
  .hero-orbit { width: 62px; height: 62px; }
  .hero-slider-controls { right: 32px; bottom: 24px; min-height: 42px; padding: 0 10px; gap: 8px; }
  .hero-slider-controls > button { width: 28px; height: 28px; }
  .hero-slider-dots button { width: 14px; }
  .hero-slider-dots button.is-active { width: 26px; }
  .ticker { height: 56px; }
  .preview-section { padding-top: 72px; padding-bottom: 58px; grid-template-columns: 1fr; gap: 28px; }
  .preview-section > p { justify-self: start; }
  .product-mosaic { grid-template-columns: 1fr; gap: 34px; }
  .product-card--feature .product-image { min-height: 110vw; }
  .product-mosaic-side { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; gap: 34px; }
  .product-mosaic-pair { grid-column: auto; gap: 12px; }
  .collection-callout { min-height: 330px; padding: 24px; grid-template-columns: 1fr; }
  .collection-callout .section-title { font-size: 38px; }
  .collection-callout > div:last-child { justify-self: stretch; }
  .product-card--landscape .product-image { min-height: 66vw; }
  .story-section { padding-top: 76px; padding-bottom: 76px; }
  .story-grid { grid-template-columns: 1fr; gap: 30px; }
  .story-copy { grid-template-columns: 1fr; gap: 22px; margin-bottom: 8px; }
  .story-copy .eyebrow, .story-copy h2, .story-copy-foot { grid-column: 1; grid-row: auto; }
  .story-copy h2 { margin-bottom: 0; }
  .story-copy-foot p { margin-bottom: 20px; }
  .story-wall { height: auto; grid-template-columns: 1fr; gap: 12px; }
  .story-a { height: 112vw; }
  .story-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 12px; }
  .story-b, .story-c { height: 68vw; }
  .story-caption { align-items: flex-start; flex-direction: column; gap: 8px; }
  .tech-preview { grid-template-columns: 1fr; }
  .tech-visual { min-height: 110vw; }
  .tech-copy { padding-top: 74px; padding-bottom: 80px; }
  .tech-point { grid-template-columns: 45px 1fr; }
  .tech-point small { display: none; }
  .section-heading-row { align-items: flex-start; }
  .news-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-contact { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .menu-overlay { padding-top: 18px; overflow-y: auto; grid-template-rows: 52px auto auto; }
  .menu-top { height: 52px; }
  .menu-links { grid-template-columns: 1fr; }
  .menu-links a { min-height: 44px; font-size: clamp(23px,7vw,34px); line-height: 1.25; }
  .menu-links a:nth-child(n+7) { font-size: 20px; }
  .menu-footer { min-height: 0; margin-top: 28px; padding-top: 20px; grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .menu-footer p:first-child { display: none; }
  .menu-footer p:nth-child(2) { grid-column: 1/-1; }
  .menu-retailer { min-height: 48px; }
  .page-hero { min-height: auto; padding-top: 60px; grid-template-columns: 1fr; }
  .page-hero-media { height: 95vw; }
  .line-grid { grid-template-columns: 1fr; }
  .line-card:first-child { grid-column: auto; }
  .line-card { min-height: 480px; }
  .filter-bar { align-items: flex-start; flex-direction: column; }
  .filter-set button, .menu-top button { min-height: 44px; }
  .collection-grid { grid-template-columns: 1fr 1fr; gap: 42px 12px; }
  .product-hero { grid-template-columns: 1fr; }
  .product-hero-visual { min-height: 105vw; }
  .product-hero-info { min-height: 660px; }
  .product-story { padding-top: 90px; }
  .product-story-head, .spec-grid { grid-template-columns: 1fr; gap: 40px; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery figure, .product-gallery figure:nth-child(3) { grid-column: auto; min-height: 100vw; }
  .spec-row { grid-template-columns: 110px 1fr; }
  .product-nav { grid-template-columns: 1fr; }
  .brand-manifesto { grid-template-columns: 1fr; padding-top: 90px; gap: 50px; }
  .brand-values { grid-template-columns: 1fr; }
  .value { min-height: 330px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .lookbook-hero { min-height: 420px; }
  .lookbook-hero h1 { font-size: 14vw; }
  .lookbook-feature { grid-template-columns: 1fr; }
  .lookbook-feature-media { min-height: 125vw; }
  .lookbook-feature-copy { min-height: 430px; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card { min-height: 125vw; }
  .tech-stage { height: 100vw; }
  .tech-stage img { height: 100%; }
  .technology-hero h1 { font-size: 15vw; }
  .tech-chapter { grid-template-columns: 1fr; }
  .ortholite-visual { grid-template-columns: 1fr; }
  .ortholite-image { min-height: 120vw; }
  .region { grid-template-columns: 1fr; gap: 30px; }
  .store { grid-template-columns: 42px 1fr; }
  .store a { grid-column: 2; justify-self: start; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card:nth-child(1) { grid-column: auto; grid-template-columns: 1fr; }
  .journal-card:nth-child(1) figure { min-height: 100vw; }
  .journal-card:first-child .journal-card-content { padding: 30px; }
  .contact-layout { grid-template-columns: 1fr; }
  .field { grid-template-columns: 1fr; gap: 8px; }
  .form-actions { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .media-reveal { clip-path: none; }
}

/* Three dedicated product-story templates */
.product-template-page { background: var(--paper); }
.detail-kicker { margin: 0; font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.detail-ja { margin: 14px 0 0; font-size: 12px; letter-spacing: .08em; }
.detail-body { color: var(--muted); font-size: 13px; line-height: 2.15; }
.detail-buy { width: min(100%, 286px); min-height: 56px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid currentColor; background: var(--green); color: white; font-size: 11px; font-weight: 600; letter-spacing: .07em; transition: background .3s, color .3s, transform .3s; }
.detail-buy:hover { background: var(--signal); color: var(--ink); transform: translateY(-3px); }
.detail-buy--light { background: transparent; color: white; }
.detail-buy--signal { background: var(--signal); color: var(--ink); }
.detail-buy--signal:hover { background: white; }
.detail-size-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.detail-size-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.detail-size-table th, .detail-size-table td { height: 58px; padding: 8px; border-bottom: 1px solid rgba(255,255,255,.22); text-align: center; }
.detail-size-table th { width: 112px; color: var(--signal); font-size: 9px; letter-spacing: .12em; }
.detail-page-nav { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); }
.detail-page-nav a { min-height: 190px; padding: 36px var(--pad); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); transition: background .35s, color .35s; }
.detail-page-nav a:last-child { border-right: 0; text-align: right; align-items: flex-end; }
.detail-page-nav a:hover { background: var(--signal); color: var(--ink); }
.detail-page-nav small { font-size: 9px; letter-spacing: .16em; }
.detail-page-nav strong { font-family: var(--serif); font-size: clamp(28px,3.4vw,52px); font-weight: 400; line-height: 1; }

/* Wovener — fashion editorial */
.wv-hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: minmax(420px,.78fr) minmax(600px,1.22fr); background: var(--ink); color: white; }
.wv-hero-copy { min-width: 0; padding: clamp(60px,7vw,110px) var(--pad) 48px; display: flex; flex-direction: column; align-items: flex-start; }
.wv-hero-copy .detail-kicker { color: var(--signal); }
.wv-hero-copy h1 { margin: 30px 0 0; font-size: clamp(66px,7vw,118px); font-weight: 500; letter-spacing: -.075em; line-height: .78; }
.wv-lead { margin: clamp(48px,7vh,82px) 0 0; font-family: var(--serif); font-size: clamp(30px,3.1vw,48px); line-height: 1.45; }
.wv-hero-copy .detail-body { max-width: 490px; margin: 28px 0 0; color: rgba(255,255,255,.63); }
.wv-hero-copy .detail-buy { margin-top: 42px; background: transparent; }
.wv-hero-copy .detail-buy:hover { background: var(--signal); }
.wv-hero-meta { width: 100%; margin-top: auto; padding-top: 48px; display: flex; flex-wrap: wrap; gap: 18px 30px; border-top: 1px solid rgba(255,255,255,.2); font-size: 8px; letter-spacing: .14em; color: rgba(255,255,255,.54); }
.wv-hero-media { min-width: 0; min-height: 700px; margin: 0; position: relative; overflow: hidden; background: #ececec; }
.wv-hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 44% center; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.wv-hero-media:hover > img { transform: scale(1.025); }
.wv-hero-media figcaption { position: absolute; inset: auto 0 0; padding: 16px 20px; display: flex; justify-content: space-between; background: rgba(17,18,15,.92); font-size: 8px; letter-spacing: .16em; }
.wv-statement { padding: 130px var(--pad) 150px; overflow: hidden; }
.wv-statement > .detail-kicker { color: var(--green); }
.wv-statement-grid { margin: 40px 0 110px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: end; }
.wv-statement-grid h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px,6.2vw,94px); font-weight: 400; line-height: 1.14; letter-spacing: -.045em; }
.wv-statement-grid p { max-width: 570px; margin: 0; color: var(--muted); font-size: 14px; line-height: 2.3; }
.wv-editorial-grid { display: grid; grid-template-columns: minmax(460px,1.1fr) minmax(380px,.9fr); gap: clamp(36px,6vw,96px); align-items: center; }
.wv-board { height: min(76vw,900px); margin: 0; overflow: hidden; background: #d8d6d1; }
.wv-board img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.wv-editorial-copy { padding: 60px 0; }
.wv-number { display: block; margin-bottom: 64px; font-family: var(--serif); font-size: clamp(90px,12vw,190px); line-height: .7; color: var(--green); }
.wv-editorial-copy h3 { margin: 32px 0; font-family: var(--serif); font-size: clamp(34px,4.2vw,64px); font-weight: 400; line-height: 1.35; }
.wv-editorial-copy > p:last-of-type { max-width: 560px; color: var(--muted); line-height: 2.2; }
.wv-detail-list { margin: 62px 0 0; border-top: 1px solid var(--line); }
.wv-detail-list > div { padding: 18px 0; display: grid; grid-template-columns: 140px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.wv-detail-list dt { font-size: 9px; color: var(--green); letter-spacing: .13em; }
.wv-detail-list dd { margin: 0; font-size: 11px; letter-spacing: .08em; }
.wv-colors { padding: 120px var(--pad) 140px; background: var(--ink); color: white; }
.wv-colors-head { display: grid; grid-template-columns: .55fr 1.05fr .4fr; gap: 44px; align-items: end; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.22); }
.wv-colors-head .detail-kicker { color: var(--signal); }
.wv-colors-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px,6vw,92px); font-weight: 400; line-height: .95; }
.wv-colors-head > p:last-child { margin: 0; color: rgba(255,255,255,.56); }
.wv-color-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.wv-color-grid figure { min-width: 0; min-height: 330px; margin: 0; padding: 22px 16px 28px; border-right: 1px solid rgba(17,18,15,.18); display: flex; flex-direction: column; align-items: center; justify-content: space-between; overflow: hidden; background: var(--paper-2); color: var(--ink); }
.wv-color-grid figure:last-child { border-right: 0; }
.wv-color-grid span { align-self: flex-start; font-size: 8px; letter-spacing: .13em; color: var(--muted); }
.wv-color-grid img { width: min(100%,220px); aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; filter: contrast(1.05); transition: transform .6s; }
.wv-color-grid figure:hover img { transform: translateY(-8px) rotate(-3deg); }
.wv-spec { padding: 120px var(--pad) 140px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: var(--green-dark); color: white; }
.wv-spec h2 { margin: 30px 0; font-family: var(--serif); font-size: clamp(52px,7vw,108px); font-weight: 400; line-height: .9; }
.wv-spec > div:first-child > p:last-child { max-width: 440px; color: rgba(255,255,255,.6); line-height: 2.1; }
.wv-spec .detail-kicker { color: var(--signal); }
.wv-spec .detail-buy { margin-top: 38px; }

/* Back yard — technical field manual */
.by-hero { min-height: 900px; padding: 44px var(--pad) 58px; display: grid; grid-template-columns: minmax(340px,.74fr) minmax(560px,1.26fr); grid-template-rows: auto auto 1fr; gap: 48px 7vw; background: var(--green-dark); color: white; overflow: hidden; }
.by-hero-top { grid-column: 1/-1; padding-bottom: 18px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 8px; letter-spacing: .15em; }
.by-title-row { grid-column: 1; grid-row: 2; }
.by-title-row h1 { margin: 0; font-size: clamp(82px,9.2vw,154px); line-height: .72; letter-spacing: -.075em; }
.by-title-row .detail-ja { margin-top: 36px; color: var(--signal); }
.by-lead { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(26px,2.9vw,43px); line-height: 1.5; }
.by-hero-product { grid-column: 2; grid-row: 2/4; min-width: 0; min-height: 650px; margin: 0; position: relative; display: grid; place-items: center; background: #f1f1ef; color: var(--ink); overflow: hidden; }
.by-hero-product > span { position: absolute; left: -2%; bottom: -8%; font-size: clamp(180px,27vw,420px); font-weight: 700; line-height: .75; color: #e7e7e2; }
.by-hero-product img { position: relative; z-index: 2; width: min(76%,720px); aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.by-hero-product:hover img { transform: translateX(2%) scale(1.025); }
.by-hero-product figcaption { position: absolute; z-index: 3; right: 20px; bottom: 16px; font-size: 8px; letter-spacing: .14em; }
.by-hero-bottom { grid-column: 1; grid-row: 3; align-self: end; }
.by-hero-bottom > p { max-width: 440px; color: rgba(255,255,255,.63); line-height: 2.15; }
.by-hero-bottom .detail-buy { margin-top: 34px; }
.by-construction { padding: 130px var(--pad) 150px; }
.by-section-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; align-items: start; margin-bottom: 78px; }
.by-section-head .detail-kicker { color: var(--green); }
.by-section-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(54px,7.2vw,112px); font-weight: 400; line-height: .92; }
.by-feature-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(360px,auto); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.by-feature { min-width: 0; margin: 0; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.by-feature > span, .by-feature > div > span { font-family: var(--serif); font-size: 52px; color: var(--green); }
.by-feature .detail-kicker { margin-top: 46px; color: var(--green); }
.by-feature h3 { margin: 22px 0; font-family: var(--serif); font-size: clamp(30px,3.4vw,52px); font-weight: 400; line-height: 1.35; }
.by-feature p:last-child { max-width: 500px; color: var(--muted); line-height: 2; }
.by-feature--wide { grid-column: 1/-1; padding: 0; display: grid; grid-template-columns: .7fr 1.3fr; min-height: 620px; }
.by-feature--wide > div { padding: clamp(40px,5vw,76px); display: flex; flex-direction: column; align-items: flex-start; }
.by-feature--wide figure { min-width: 0; margin: 0; overflow: hidden; background: white; }
.by-feature--wide img, .by-feature--image img { width: 100%; height: 100%; object-fit: cover; }
.by-feature--image { padding: 0; overflow: hidden; background: white; }
.by-feature--dark { background: var(--ink); color: white; }
.by-feature--dark > span, .by-feature--dark .detail-kicker { color: var(--signal); }
.by-feature--dark p:last-child { color: rgba(255,255,255,.6); }
.by-system { padding: 120px var(--pad); display: grid; grid-template-columns: .8fr 1.2fr; gap: 0 7vw; background: #151713; color: white; }
.by-system-copy { padding: 30px 0 70px; }
.by-system-copy .detail-kicker { color: var(--signal); }
.by-system-copy h2 { margin: 34px 0; font-family: var(--serif); font-size: clamp(48px,6vw,90px); font-weight: 400; line-height: 1; }
.by-system-copy > p:last-child { max-width: 490px; color: rgba(255,255,255,.6); line-height: 2.2; }
.by-system-visual { min-width: 0; min-height: 620px; position: relative; display: grid; place-items: center; overflow: hidden; background: #20231d; }
.by-system-visual img { position: relative; z-index: 2; width: min(68%,620px); object-fit: contain; mix-blend-mode: screen; filter: grayscale(1) contrast(1.15); }
.by-rings, .by-rings::before, .by-rings::after { position: absolute; border: 1px solid rgba(213,255,53,.24); border-radius: 50%; }
.by-rings { width: 70%; aspect-ratio: 1; }
.by-rings::before, .by-rings::after { content: ""; inset: 18%; }
.by-rings::after { inset: 35%; }
.by-metrics { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.by-metrics div { min-height: 130px; padding: 24px; border-right: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; justify-content: space-between; }
.by-metrics strong { color: var(--signal); font-size: 10px; }
.by-metrics span { font-family: var(--serif); font-size: 20px; }
.by-colors { padding: 130px var(--pad) 150px; background: #d9ddd2; }
.by-colors-head { display: grid; grid-template-columns: 1fr .5fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.by-colors-head h2 { margin: 24px 0 0; font-family: var(--serif); font-size: clamp(52px,6.8vw,104px); font-weight: 400; line-height: .92; }
.by-colors-head > p { margin: 0; color: var(--muted); }
.by-color-rail { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(17,18,15,.25); border-left: 1px solid rgba(17,18,15,.25); }
.by-color-rail figure { min-width: 0; margin: 0; border-right: 1px solid rgba(17,18,15,.25); border-bottom: 1px solid rgba(17,18,15,.25); background: rgba(255,255,255,.22); }
.by-color-rail img { width: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; transition: transform .6s; }
.by-color-rail figure:hover img { transform: translateY(-7px); }
.by-color-rail figcaption { min-height: 58px; padding: 14px; border-top: 1px solid rgba(17,18,15,.2); font-size: 8px; letter-spacing: .1em; }
.by-color-rail figcaption span { margin-right: 18px; color: var(--green); }
.by-spec { padding: 120px var(--pad) 140px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; }
.by-spec-title h2 { margin: 30px 0 0; font-family: var(--serif); font-size: clamp(48px,6vw,90px); font-weight: 400; line-height: 1; }
.by-spec-list { margin: 0; border-top: 1px solid var(--line); }
.by-spec-list > div { padding: 20px 0; display: grid; grid-template-columns: 160px 1fr; gap: 30px; border-bottom: 1px solid var(--line); }
.by-spec-list dt { color: var(--green); font-size: 9px; letter-spacing: .13em; }
.by-spec-list dd { margin: 0; }
.by-spec-list a { border-bottom: 1px solid; }
.detail-page-nav--dark { background: var(--green-dark); color: white; }
.detail-page-nav--dark a { border-color: rgba(255,255,255,.18); }

/* appliqué-ap — collaboration color catalog */
.ap-hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: minmax(400px,.74fr) minmax(550px,1fr) minmax(190px,.26fr); background: #e6dfce; }
.ap-hero-copy { padding: 70px var(--pad) 54px; display: flex; flex-direction: column; align-items: flex-start; }
.ap-hero-copy .detail-kicker { color: var(--green); }
.ap-hero-copy h1 { margin: 64px 0 0; font-family: var(--serif); font-size: clamp(76px,9.4vw,150px); font-weight: 400; letter-spacing: -.075em; line-height: .68; }
.ap-hero-copy h1 em { margin-left: 17%; font-style: italic; color: var(--green); }
.ap-hero-copy .detail-ja { margin-top: 42px; }
.ap-lead { margin: auto 0 0; font-family: var(--serif); font-size: clamp(30px,3.3vw,50px); line-height: 1.45; }
.ap-hero-media { min-width: 0; min-height: 700px; margin: 0; position: relative; overflow: hidden; background: white; }
.ap-hero-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.ap-hero-media:hover img { transform: scale(1.025); }
.ap-hero-media figcaption { position: absolute; inset: auto 0 0; padding: 14px 18px; background: rgba(255,255,255,.88); font-size: 8px; letter-spacing: .14em; }
.ap-hero-note { min-width: 0; padding: 34px 22px; display: flex; flex-direction: column; background: var(--signal); border-left: 1px solid rgba(17,18,15,.2); }
.ap-hero-note > span, .ap-hero-note small { font-size: 8px; letter-spacing: .13em; }
.ap-hero-note p { margin: auto 0; font-family: var(--serif); font-size: clamp(20px,2vw,32px); line-height: 1.3; writing-mode: vertical-rl; }
.ap-intro { padding: 130px var(--pad) 150px; display: grid; grid-template-columns: .35fr 1.15fr .5fr; gap: 6vw; align-items: start; }
.ap-intro-number { font-family: var(--serif); font-size: clamp(100px,14vw,220px); line-height: .65; color: var(--green); }
.ap-intro-copy h2 { margin: 32px 0; font-family: var(--serif); font-size: clamp(46px,5.7vw,88px); font-weight: 400; line-height: 1.25; letter-spacing: -.04em; }
.ap-intro-copy > p:last-of-type { max-width: 650px; color: var(--muted); font-size: 14px; line-height: 2.3; }
.ap-intro-copy .detail-buy { margin-top: 36px; }
.ap-intro-tags { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.ap-intro-tags span { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .13em; }
.ap-palette { padding: 120px var(--pad) 150px; background: var(--ink); color: white; }
.ap-palette-head { display: grid; grid-template-columns: .55fr 1fr .45fr; gap: 50px; align-items: end; margin-bottom: 60px; }
.ap-palette-head .detail-kicker { color: var(--signal); }
.ap-palette-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px,7vw,106px); font-weight: 400; line-height: .9; }
.ap-palette-head > p { margin: 0; color: rgba(255,255,255,.55); }
.ap-palette-grid { min-height: 920px; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: 1fr .72fr; gap: 14px; }
.ap-color { min-width: 0; min-height: 0; margin: 0; padding: 20px; position: relative; display: grid; place-items: center; overflow: hidden; color: var(--ink); }
.ap-color > span { position: absolute; z-index: 2; left: 20px; top: 18px; font-size: 8px; letter-spacing: .13em; }
.ap-color img { width: min(72%,330px); max-height: 82%; object-fit: contain; mix-blend-mode: multiply; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.ap-color:hover img { transform: rotate(-4deg) scale(1.035); }
.ap-color:nth-child(1) { grid-column: 1/7; grid-row: 1/2; }
.ap-color:nth-child(2) { grid-column: 7/10; grid-row: 1/2; }
.ap-color:nth-child(3) { grid-column: 10/13; grid-row: 1/3; }
.ap-color:nth-child(4) { grid-column: 1/5; grid-row: 2/3; }
.ap-color:nth-child(5) { grid-column: 5/10; grid-row: 2/3; }
.ap-color--blue { background: #8bb2bf; }
.ap-color--ivory { background: #e8e2d4; }
.ap-color--signal { background: var(--signal); }
.ap-color--graphite { background: #777a73; }
.ap-color--sky { background: #b8d8df; }
.ap-collab { padding: 130px var(--pad); display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; background: var(--green-dark); color: white; }
.ap-collab-copy .detail-kicker { color: var(--signal); }
.ap-collab-copy h2 { max-width: 850px; margin: 36px 0; font-family: var(--serif); font-size: clamp(48px,6.2vw,96px); font-weight: 400; line-height: 1; }
.ap-collab-copy > p:last-of-type { max-width: 660px; color: rgba(255,255,255,.62); line-height: 2.2; }
.ap-collab-copy .detail-buy { margin-top: 38px; }
.ap-collab-mark { min-height: 560px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.28); }
.ap-collab-mark > span, .ap-collab-mark small { font-size: 8px; letter-spacing: .16em; }
.ap-collab-mark strong { font-family: var(--serif); font-size: clamp(72px,9vw,140px); font-weight: 400; line-height: .62; color: var(--signal); }
.ap-fit { padding: 120px var(--pad) 140px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; background: #e6dfce; }
.ap-fit-title h2 { margin: 30px 0; font-family: var(--serif); font-size: clamp(48px,6vw,92px); font-weight: 400; line-height: 1; }
.ap-fit-title > p:last-child { max-width: 460px; color: var(--muted); }
.ap-fit-data { border-top: 1px solid var(--line); }
.ap-measure { min-height: 250px; padding: 28px 0; display: grid; grid-template-columns: 1fr auto; align-items: start; border-bottom: 1px solid var(--line); }
.ap-measure span { font-size: 9px; letter-spacing: .14em; }
.ap-measure strong { grid-column: 1/-1; font-family: var(--serif); font-size: clamp(80px,11vw,170px); font-weight: 400; line-height: .8; color: var(--green); }
.ap-measure small { grid-column: 2; font-size: 8px; letter-spacing: .13em; }
.ap-fit-data dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; }
.ap-fit-data dl > div { padding: 22px 0; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--line); }
.ap-fit-data dl > div:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--line); }
.ap-fit-data dl > div:nth-child(even) { padding-left: 24px; }
.ap-fit-data dt { font-size: 9px; letter-spacing: .13em; }
.ap-fit-data dd { margin: 0; font-family: var(--serif); font-size: 17px; }
.detail-page-nav--ap { background: var(--signal); }
.detail-page-nav--ap a:hover { background: var(--ink); color: white; }

@media (max-width: 1100px) {
  .wv-hero { grid-template-columns: minmax(340px,.75fr) minmax(0,1.25fr); }
  .wv-hero-copy h1 { font-size: clamp(60px,8vw,88px); }
  .wv-editorial-grid { grid-template-columns: 1fr 1fr; }
  .by-hero { grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: 40px; }
  .by-title-row h1 { font-size: clamp(76px,11vw,116px); }
  .ap-hero { grid-template-columns: minmax(330px,.72fr) minmax(0,1fr) 150px; }
  .ap-hero-copy h1 { font-size: clamp(70px,10vw,108px); }
  .ap-intro { grid-template-columns: .28fr 1fr .45fr; gap: 4vw; }
}

@media (max-width: 760px) {
  .detail-page-nav { grid-template-columns: 1fr; }
  .detail-page-nav a { min-height: 132px; padding: 25px var(--pad); border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-page-nav a:last-child { border-bottom: 0; }
  .detail-size-table { min-width: 620px; }
  .detail-table-wrap { overflow-x: auto; padding-bottom: 6px; }
  .wv-hero { min-height: 0; grid-template-columns: 1fr; }
  .wv-hero-copy { min-height: 690px; padding-top: 58px; }
  .wv-hero-copy h1 { font-size: 19vw; }
  .wv-lead { margin-top: 58px; font-size: 30px; }
  .wv-hero-media { min-height: 125vw; }
  .wv-statement { padding-top: 84px; padding-bottom: 92px; }
  .wv-statement-grid { margin: 32px 0 70px; grid-template-columns: 1fr; gap: 34px; }
  .wv-statement-grid h2 { font-size: 44px; }
  .wv-editorial-grid { grid-template-columns: 1fr; gap: 42px; }
  .wv-board { height: 132vw; }
  .wv-editorial-copy { padding: 0; }
  .wv-number { margin-bottom: 42px; font-size: 120px; }
  .wv-detail-list > div { grid-template-columns: 110px 1fr; }
  .wv-colors { padding-top: 82px; padding-bottom: 90px; }
  .wv-colors-head { grid-template-columns: 1fr; gap: 24px; }
  .wv-color-grid { grid-template-columns: 1fr 1fr; }
  .wv-color-grid figure { min-height: 250px; border-bottom: 1px solid rgba(17,18,15,.18); }
  .wv-color-grid figure:nth-child(2n) { border-right: 0; }
  .wv-color-grid figure:last-child { grid-column: 1/-1; }
  .wv-color-grid img { width: min(100%,180px); }
  .wv-spec { padding-top: 84px; padding-bottom: 92px; grid-template-columns: 1fr; gap: 54px; }
  .by-hero { min-height: 0; padding-top: 26px; grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; gap: 38px; }
  .by-hero-top { grid-column: 1; }
  .by-hero-top > p:last-child { display: none; }
  .by-title-row { grid-column: 1; grid-row: 2; }
  .by-title-row h1 { font-size: 23vw; }
  .by-hero-product { grid-column: 1; grid-row: 3; min-height: 105vw; }
  .by-hero-product img { width: 88%; }
  .by-hero-bottom { grid-column: 1; grid-row: 4; padding-bottom: 30px; }
  .by-construction { padding-top: 84px; padding-bottom: 92px; }
  .by-section-head { grid-template-columns: 1fr; gap: 30px; margin-bottom: 50px; }
  .by-section-head h2 { font-size: 52px; }
  .by-feature-grid { grid-template-columns: 1fr; }
  .by-feature--wide { grid-column: 1; grid-template-columns: 1fr; min-height: 0; }
  .by-feature--wide figure { min-height: 95vw; }
  .by-feature { min-height: 350px; padding: 26px; }
  .by-feature--wide { padding: 0; }
  .by-feature--wide > div { padding: 32px 26px 46px; }
  .by-feature--image { min-height: 100vw; }
  .by-system { padding-top: 80px; padding-bottom: 82px; grid-template-columns: 1fr; gap: 38px; }
  .by-system-visual { min-height: 92vw; }
  .by-metrics { grid-template-columns: 1fr; }
  .by-metrics div { min-height: 92px; }
  .by-colors { padding-top: 84px; padding-bottom: 90px; }
  .by-colors-head { grid-template-columns: 1fr; gap: 26px; }
  .by-color-rail { grid-template-columns: 1fr 1fr; }
  .by-color-rail figure:last-child { grid-column: 1/-1; }
  .by-spec { padding-top: 84px; padding-bottom: 92px; grid-template-columns: 1fr; gap: 48px; }
  .by-spec-list > div { grid-template-columns: 100px 1fr; gap: 20px; }
  .ap-hero { min-height: 0; grid-template-columns: 1fr 78px; }
  .ap-hero-copy { grid-column: 1/-1; min-height: 560px; padding-top: 58px; }
  .ap-hero-copy h1 { margin-top: 54px; font-size: 22vw; }
  .ap-lead { font-size: 30px; }
  .ap-hero-media { grid-column: 1; min-height: 108vw; }
  .ap-hero-note { grid-column: 2; }
  .ap-hero-note p { font-size: 16px; }
  .ap-intro { padding-top: 84px; padding-bottom: 92px; grid-template-columns: 1fr; gap: 44px; }
  .ap-intro-number { font-size: 130px; }
  .ap-intro-copy h2 { font-size: 42px; }
  .ap-palette { padding-top: 84px; padding-bottom: 90px; }
  .ap-palette-head { grid-template-columns: 1fr; gap: 26px; }
  .ap-palette-grid { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .ap-color, .ap-color:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 62vw; }
  .ap-color:nth-child(3), .ap-color:nth-child(5) { grid-column: 1/-1; }
  .ap-color img { width: 80%; }
  .ap-collab { padding-top: 84px; padding-bottom: 92px; grid-template-columns: 1fr; gap: 60px; }
  .ap-collab-copy h2 { font-size: 46px; }
  .ap-collab-mark { min-height: 440px; }
  .ap-fit { padding-top: 84px; padding-bottom: 92px; grid-template-columns: 1fr; gap: 52px; }
  .ap-fit-data dl { grid-template-columns: 1fr; }
  .ap-fit-data dl > div:nth-child(n) { padding: 18px 0; border-right: 0; }
}

/* Figma-aligned, three-chapter product details */
.figma-detail { --fd-blue: #4c73b8; --fd-cobalt: #1649c8; --fd-pink: #faeeef; --fd-mint: #caf2d7; --fd-cream: #f5f0e7; --fd-navy: #17243a; --fd-brown: #291f1b; background: var(--fd-cream); }
.fd-tabs { min-height: 62px; display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); background: rgba(245,240,231,.97); scrollbar-width: none; }
.fd-tabs::-webkit-scrollbar { display: none; }
.fd-tabs a { padding: 0 clamp(18px,3vw,44px); display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .13em; transition: background .3s,color .3s; }
.fd-tabs a:last-child { border-right: 0; }
.fd-tabs a span { color: var(--muted); font-size: 8px; }
.fd-tabs a.is-active, .fd-tabs a:hover { background: var(--ink); color: white; }
.fd-tabs a.is-active span, .fd-tabs a:hover span { color: var(--signal); }
.fd-chapter { padding: 54px var(--pad) 110px; overflow: hidden; }
.fd-chapter-bar { min-height: 38px; padding-top: 13px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid currentColor; font-size: 8px; font-weight: 600; letter-spacing: .15em; opacity: .68; }
.fd-label { margin: 0; font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.fd-ja { margin: 12px 0 0; font-size: 12px; letter-spacing: .08em; }
.fd-display-copy { font-family: var(--serif); font-weight: 400; }
.fd-mini-cards { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fd-mini-cards article { min-height: 172px; padding: 20px; position: relative; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fd-mini-cards span { position: absolute; right: 16px; top: 12px; font-family: var(--serif); font-size: 32px; opacity: .24; }
.fd-mini-cards strong { margin-top: auto; font-size: 10px; letter-spacing: .1em; }
.fd-mini-cards p { margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.fd-dark-head, .fd-tech-head { padding: 90px 0 70px; display: grid; grid-template-columns: .4fr 1.15fr .45fr; gap: 54px; align-items: end; }
.fd-dark-head h2, .fd-tech-head h2 { margin: 0; font-size: clamp(62px,9vw,146px); line-height: .78; letter-spacing: -.06em; }
.fd-dark-head > p:last-child, .fd-tech-head > p:last-child { margin: 0; line-height: 2; opacity: .65; }
.fd-size-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.fd-size-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.fd-size-table th, .fd-size-table td { height: 54px; padding: 8px; border-bottom: 1px solid currentColor; text-align: center; }
.fd-size-table th { width: 100px; font-size: 8px; letter-spacing: .12em; text-align: left; }
.fd-guide-grid { margin: 0 calc(var(--pad) * -1); padding: 90px var(--pad); display: grid; grid-template-columns: .55fr 1.45fr; gap: 7vw; background: var(--fd-cream); color: var(--ink); }
.fd-guide-title h3 { margin: 26px 0 0; font-family: var(--serif); font-size: clamp(42px,5vw,74px); font-weight: 400; }
.fd-fit-note { margin: 24px 0 0; color: var(--muted); font-size: 11px; }
.fd-buy-row { margin: 0 calc(var(--pad) * -1) -110px; padding: 34px var(--pad); display: flex; justify-content: space-between; align-items: center; gap: 40px; background: var(--ink); color: white; }
.fd-buy-row p { margin: 0; display: flex; flex-direction: column; color: rgba(255,255,255,.65); font-size: 11px; }
.fd-buy-row p span { margin-bottom: 6px; color: var(--signal); font-size: 8px; letter-spacing: .15em; }
.fd-buy-row a { min-width: 280px; min-height: 58px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.5); font-size: 11px; font-weight: 600; transition: background .3s,color .3s; }
.fd-buy-row a:hover { background: var(--signal); color: var(--ink); }

/* Wovener */
.fd-wv-one { background: var(--fd-cream); }
.fd-wv-hero { min-height: 840px; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: 1fr 190px; gap: 18px; padding: 46px 0 100px; }
.fd-wv-title { grid-column: 1/6; grid-row: 1; align-self: center; position: relative; z-index: 2; }
.fd-wv-title h1 { margin: 28px 0 0; font-size: clamp(72px,8.15vw,124px); letter-spacing: -.075em; line-height: .82; }
.fd-wv-title .fd-display-copy { margin: 72px 0 0; font-size: clamp(34px,4vw,60px); line-height: 1.4; }
.fd-wv-campaign { grid-column: 6/13; grid-row: 1/3; min-width: 0; margin: 0; position: relative; overflow: hidden; background: white; }
.fd-wv-campaign img { width: 100%; height: 100%; object-fit: cover; }
.fd-wv-campaign figcaption, .fd-ap-stack figcaption { position: absolute; inset: auto 0 0; padding: 13px 16px; background: rgba(255,255,255,.88); font-size: 8px; letter-spacing: .13em; }
.fd-floating-shoes { grid-column: 1/6; grid-row: 2; min-width: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.fd-floating-shoes img { width: 100%; height: 100%; object-fit: contain; background: #ebe5da; mix-blend-mode: multiply; }
.fd-wv-origin { padding: 110px 0 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.fd-wv-origin > article h2 { margin: 28px 0; font-family: var(--serif); font-size: clamp(44px,5.7vw,86px); font-weight: 400; line-height: 1.28; }
.fd-wv-origin > article > p:last-child { max-width: 620px; color: var(--muted); line-height: 2.3; }
.fd-wv-two { background: var(--fd-brown); color: white; }
.fd-wv-two .fd-dark-head .fd-label { color: #d9c7a7; }
.fd-wv-color-stage { display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px; }
.fd-wv-color-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.fd-wv-color-list figure { min-width: 0; min-height: 290px; margin: 0; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; background: #eee7db; color: var(--ink); }
.fd-wv-color-list figure:last-child { grid-column: 1/-1; min-height: 260px; }
.fd-wv-color-list span { font-size: 8px; letter-spacing: .12em; }
.fd-wv-color-list img { width: 100%; height: 220px; object-fit: contain; mix-blend-mode: multiply; transition: transform .6s; }
.fd-wv-color-list figure:hover img { transform: translateY(-6px) rotate(-2deg); }
.fd-style-mosaic { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.fd-style-mosaic figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; }
.fd-style-mosaic figure:first-child { grid-row: 1/3; }
.fd-style-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.fd-wv-three { padding-bottom: 110px; background: var(--fd-navy); color: white; }
.fd-wv-three .fd-tech-head .fd-label { color: var(--signal); }
.fd-tech-board { height: 720px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 0; border: 1px solid rgba(255,255,255,.3); background: #101722; }
.fd-blueprint { min-width: 0; min-height: 0; height: 100%; margin: 0; overflow: hidden; border-right: 1px solid rgba(255,255,255,.25); }
.fd-blueprint img { width: 100%; height: 100%; object-fit: cover; object-position: center 92%; filter: saturate(.65) contrast(1.08); }
.fd-tech-spec { margin: 0; padding: 46px; display: flex; flex-direction: column; justify-content: flex-end; }
.fd-tech-spec div { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.25); }
.fd-tech-spec dt { margin-bottom: 8px; color: var(--signal); font-size: 8px; letter-spacing: .14em; }
.fd-tech-spec dd { margin: 0; font-size: 11px; }

/* Back yard */
.fd-by-one { background: var(--fd-cream); }
.fd-by-hero { min-height: 740px; padding: 50px 0 100px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; }
.fd-by-title { align-self: center; }
.fd-by-title h1 { margin: 26px 0 0; font-size: clamp(92px,12vw,190px); line-height: .58; letter-spacing: -.075em; }
.fd-by-title h1 em { margin-left: 25%; font-style: normal; color: #14864d; }
.fd-by-title > p:nth-of-type(2) { margin: 34px 0 0; color: var(--green); }
.fd-by-title .fd-display-copy { margin: 72px 0 0; font-size: clamp(30px,3.8vw,56px); line-height: 1.4; }
.fd-by-product { min-width: 0; min-height: 650px; margin: 0; position: relative; display: grid; place-items: center; background: white; overflow: hidden; }
.fd-by-product img { position: relative; z-index: 2; width: min(82%,720px); object-fit: contain; mix-blend-mode: multiply; }
.fd-mint-shape { position: absolute; width: 52%; aspect-ratio: 1; right: 10%; top: 17%; border-radius: 44% 56% 59% 41% / 48% 44% 56% 52%; background: var(--fd-mint); animation: morph 8s ease-in-out infinite; }
.fd-by-product figcaption { position: absolute; z-index: 3; right: 18px; bottom: 14px; font-size: 8px; letter-spacing: .13em; }
.fd-by-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; padding: 100px 0; }
.fd-by-intro > article h2 { margin: 25px 0; display: inline-block; padding: 5px 10px; background: var(--fd-blue); color: white; font-size: clamp(34px,4.6vw,70px); font-weight: 600; line-height: 1.1; }
.fd-by-intro > article > p:last-child { max-width: 600px; color: var(--muted); line-height: 2.3; }
.fd-by-catalog { padding: 70px 0 0; border-top: 1px solid var(--line); }
.fd-by-catalog > div { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.fd-by-catalog figure { min-width: 0; min-height: 370px; margin: 0; overflow: hidden; background: white; }
.fd-by-catalog img { width: 100%; height: 100%; object-fit: cover; }
.fd-by-catalog figure:last-child img { object-fit: contain; mix-blend-mode: multiply; }
.fd-by-two { background: var(--fd-pink); }
.fd-by-style-head { padding: 86px 0 60px; }
.fd-by-style-head h2 { margin: 24px 0 18px; font-size: clamp(42px,6vw,90px); line-height: 1.1; }
.fd-by-style-head mark { padding: 4px 10px; background: var(--fd-blue); color: white; }
.fd-by-style-head > p:last-child { max-width: 600px; color: var(--muted); }
.fd-by-photo-grid { min-height: 1280px; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: 1fr .82fr 1.1fr; gap: 10px; }
.fd-by-photo-grid figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(17,18,15,.35); background: white; }
.fd-by-photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.fd-by-photo-grid figure:nth-child(1) { grid-column: 1/6; grid-row: 1/2; }
.fd-by-photo-grid figure:nth-child(2) { grid-column: 6/13; grid-row: 1/2; }
.fd-by-photo-grid figure:nth-child(3) { grid-column: 1/8; grid-row: 2/3; }
.fd-by-photo-grid figure:nth-child(4) { grid-column: 8/13; grid-row: 2/4; }
.fd-by-photo-grid figure:nth-child(5) { grid-column: 1/5; grid-row: 3/4; }
.fd-by-photo-grid figure:nth-child(6) { grid-column: 5/8; grid-row: 3/4; }
.fd-by-photo-grid figure:nth-child(5) img, .fd-by-photo-grid figure:nth-child(6) img { object-fit: contain; mix-blend-mode: multiply; }
.fd-by-photo-grid .fd-by-color-panel { padding: clamp(18px,3vw,42px); display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; background: #e8dce2; }
.fd-by-photo-grid .fd-by-color-panel img { min-width: 0; min-height: 0; width: 100%; height: 100%; object-fit: contain; background: white; mix-blend-mode: multiply; }
.fd-by-three { background: var(--fd-blue); color: white; }
.fd-by-three .fd-tech-head .fd-label { color: var(--signal); }
.fd-by-three .fd-tech-head h2 { color: var(--signal); }
.fd-by-blueprint { min-height: 700px; position: relative; display: grid; place-items: center; overflow: hidden; border: 3px solid var(--signal); background: #17202f; }
.fd-by-blueprint figure { width: min(66%,800px); margin: 0; position: relative; z-index: 2; }
.fd-by-blueprint img { width: 100%; object-fit: contain; mix-blend-mode: screen; filter: grayscale(1) contrast(1.2); }
.fd-by-ring, .fd-by-ring::before, .fd-by-ring::after { position: absolute; border: 1px solid rgba(213,255,53,.32); border-radius: 50%; }
.fd-by-ring { width: 58%; aspect-ratio: 1; }
.fd-by-ring::before, .fd-by-ring::after { content: ""; inset: 17%; }
.fd-by-ring::after { inset: 34%; }
.fd-by-benefits { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 22px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.fd-by-benefits span { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.35); font-size: 8px; letter-spacing: .1em; }
.fd-by-three > .fd-tech-spec { margin: 36px 0 80px; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.3); }
.fd-by-three > .fd-tech-spec div { padding: 22px; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.fd-guide-grid--light { background: #f7f4ec; }

/* appliqué-ap */
.fd-ap-one { background: white; color: var(--fd-cobalt); }
.fd-ap-one .fd-chapter-bar { color: var(--ink); }
.fd-ap-hero { min-height: 760px; padding: 50px 0 100px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 5vw; }
.fd-ap-title { align-self: center; }
.fd-ap-title h1 { margin: 30px 0 0; font-size: clamp(58px,8.2vw,132px); line-height: .78; letter-spacing: -.06em; }
.fd-ap-title .fd-display-copy { margin: 82px 0 0; color: var(--ink); font-size: clamp(30px,3.8vw,56px); line-height: 1.45; }
.fd-ap-stack { min-width: 0; min-height: 660px; margin: 0; position: relative; overflow: hidden; background: #f5f6fb; }
.fd-ap-stack img { width: 100%; height: 100%; object-fit: cover; }
.fd-ap-story { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; padding: 90px 0; border-top: 2px solid var(--fd-cobalt); color: var(--ink); }
.fd-ap-story article h2 { margin: 28px 0; font-family: var(--serif); font-size: clamp(42px,5.4vw,82px); font-weight: 400; line-height: 1.3; }
.fd-ap-story article > p:last-child { color: var(--muted); line-height: 2.2; }
.fd-ap-story figure { min-height: 560px; margin: 0; overflow: hidden; background: #f4f4f4; }
.fd-ap-story img { width: 100%; height: 100%; object-fit: cover; }
.fd-ap-color-row { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(22,73,200,.35); border-left: 1px solid rgba(22,73,200,.35); }
.fd-ap-color-row figure { min-width: 0; min-height: 280px; margin: 0; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(22,73,200,.35); border-bottom: 1px solid rgba(22,73,200,.35); background: white; }
.fd-ap-color-row span { font-size: 8px; letter-spacing: .1em; }
.fd-ap-color-row img { width: 100%; height: 220px; object-fit: contain; mix-blend-mode: multiply; }
.fd-ap-two { background: white; color: var(--ink); }
.fd-ap-two .fd-chapter-bar { color: var(--fd-cobalt); }
.fd-ap-look-head { padding: 86px 0 60px; display: grid; grid-template-columns: .35fr 1fr .65fr; gap: 50px; align-items: end; }
.fd-ap-look-head h2 { margin: 0; color: var(--fd-cobalt); font-size: clamp(54px,7.2vw,108px); line-height: .86; letter-spacing: -.055em; }
.fd-ap-look-head > p:last-child { margin: 0; color: var(--muted); line-height: 2; }
.fd-ap-photo-strip { min-height: 1420px; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: .7fr 1fr .8fr; gap: 10px; }
.fd-ap-photo-strip figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #f5f6fb; }
.fd-ap-photo-strip img { width: 100%; height: 100%; object-fit: cover; }
.fd-ap-photo-strip figure:nth-child(1) { grid-column: 1/8; grid-row: 1/2; }
.fd-ap-photo-strip figure:nth-child(2) { grid-column: 8/13; grid-row: 1/3; }
.fd-ap-photo-strip figure:nth-child(3) { grid-column: 1/5; grid-row: 2/3; }
.fd-ap-photo-strip figure:nth-child(4) { grid-column: 5/8; grid-row: 2/4; }
.fd-ap-photo-strip figure:nth-child(5) { grid-column: 1/5; grid-row: 3/4; }
.fd-ap-photo-strip figure:nth-child(3) img, .fd-ap-photo-strip figure:nth-child(5) img { object-fit: contain; }
.fd-ap-photo-strip .fd-ap-color-panel { padding: clamp(18px,3vw,44px); display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; background: #edf2ff; }
.fd-ap-photo-strip .fd-ap-color-panel img { min-width: 0; min-height: 0; width: 100%; height: 100%; object-fit: contain; background: white; mix-blend-mode: multiply; }
.fd-ap-collab { margin-top: 12px; min-height: 180px; padding: 30px; display: grid; grid-template-columns: auto 1fr auto; gap: 60px; align-items: center; background: var(--fd-cobalt); color: white; }
.fd-ap-collab span { font-family: var(--serif); font-size: 48px; }
.fd-ap-collab p { max-width: 700px; margin: 0 auto; text-align: center; line-height: 2; }
.fd-ap-three { background: #f8f8f6; color: var(--ink); }
.fd-ap-three .fd-chapter-bar { color: var(--fd-cobalt); }
.fd-ap-info-head { padding: 90px 0 70px; display: grid; grid-template-columns: .5fr 1.5fr; gap: 60px; }
.fd-ap-info-head h2 { margin: 0; color: var(--fd-cobalt); font-family: var(--serif); font-size: clamp(54px,7vw,104px); font-weight: 400; line-height: 1.25; }
.fd-ap-points { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--fd-cobalt); border-left: 1px solid var(--fd-cobalt); }
.fd-ap-points article { min-height: 280px; padding: 24px; position: relative; border-right: 1px solid var(--fd-cobalt); border-bottom: 1px solid var(--fd-cobalt); }
.fd-ap-points span { position: absolute; right: 18px; top: 12px; color: var(--fd-cobalt); font-family: var(--serif); font-size: 42px; opacity: .34; }
.fd-ap-points h3 { margin: 130px 0 18px; color: var(--fd-cobalt); font-size: 17px; }
.fd-ap-points p { margin: 0; color: var(--muted); font-size: 11px; }
.fd-ap-data { padding: 100px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.fd-ap-measure { display: grid; grid-template-columns: 1fr auto; align-items: start; }
.fd-ap-measure strong { grid-column: 1/-1; color: var(--fd-cobalt); font-family: var(--serif); font-size: clamp(100px,14vw,210px); font-weight: 400; line-height: .75; }
.fd-ap-measure span { grid-column: 2; font-size: 8px; letter-spacing: .12em; }
.fd-ap-data dl { margin: 0; border-top: 1px solid var(--fd-cobalt); }
.fd-ap-data dl div { padding: 22px 0; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(22,73,200,.45); }
.fd-ap-data dt { color: var(--fd-cobalt); font-size: 9px; letter-spacing: .12em; }
.fd-ap-data dd { margin: 0; font-family: var(--serif); font-size: 18px; }
.fd-ap-care { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fd-ap-care > div { min-height: 180px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fd-ap-care .fd-label { color: var(--fd-cobalt); }
.fd-ap-care > div > p:last-child { margin-top: 48px; color: var(--muted); }
.fd-buy-row--blue { margin-top: 80px; background: var(--fd-cobalt); }
.detail-page-nav--ap { background: #e7ecff; }

@keyframes morph { 50% { border-radius: 58% 42% 42% 58% / 38% 56% 44% 62%; transform: rotate(8deg) scale(1.04); } }

@media (max-width: 1050px) {
  .fd-wv-hero { min-height: 720px; }
  .fd-wv-title h1 { font-size: 9vw; }
  .fd-dark-head, .fd-tech-head { grid-template-columns: .35fr 1.2fr .45fr; gap: 30px; }
  .fd-by-title h1 { font-size: 12vw; }
  .fd-ap-title h1 { font-size: 8vw; }
  .fd-by-photo-grid, .fd-ap-photo-strip { min-height: 1100px; }
}

@media (max-width: 760px) {
  .fd-tabs { min-height: 58px; grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-flow: row; grid-auto-columns: auto; overflow-x: hidden; }
  .fd-tabs a { min-width: 0; padding: 8px 9px; justify-content: center; gap: 5px; text-align: center; font-size: 8px; line-height: 1.35; overflow-wrap: anywhere; }
  .fd-tabs a span { flex: 0 0 auto; white-space: nowrap; }
  .fd-chapter { padding: 30px var(--pad) 76px; }
  .fd-chapter-bar { font-size: 7px; }
  .fd-chapter-bar span:last-child { display: none; }
  .fd-mini-cards { grid-template-columns: 1fr; }
  .fd-mini-cards article { min-height: 142px; }
  .fd-wv-hero { min-height: 0; padding: 46px 0 70px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .fd-wv-title { grid-column: 1; grid-row: 1; padding-bottom: 30px; }
  .fd-wv-title h1 { font-size: 19vw; }
  .fd-wv-title .fd-display-copy { margin-top: 48px; font-size: 30px; }
  .fd-wv-campaign { grid-column: 1; grid-row: 2; min-height: 118vw; }
  .fd-floating-shoes { grid-column: 1; grid-row: 3; height: 120px; }
  .fd-wv-origin, .fd-by-intro, .fd-ap-story { padding-top: 76px; grid-template-columns: 1fr; gap: 48px; }
  .fd-wv-origin > article h2, .fd-ap-story article h2 { font-size: 40px; }
  .fd-dark-head, .fd-tech-head, .fd-ap-look-head { padding: 68px 0 46px; grid-template-columns: 1fr; gap: 22px; }
  .fd-dark-head h2, .fd-tech-head h2 { font-size: 17vw; }
  .fd-wv-color-stage { grid-template-columns: 1fr; }
  .fd-wv-color-list figure { min-height: 230px; }
  .fd-wv-color-list img { height: 170px; }
  .fd-style-mosaic { min-height: 730px; }
  .fd-tech-board { height: auto; grid-template-columns: 1fr; }
  .fd-blueprint { min-height: 110vw; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .fd-tech-spec { padding: 28px; }
  .fd-guide-grid { padding-top: 70px; padding-bottom: 70px; grid-template-columns: 1fr; gap: 34px; }
  .fd-size-table { min-width: 600px; }
  .fd-buy-row { margin-bottom: -76px; padding-top: 28px; padding-bottom: 28px; align-items: stretch; flex-direction: column; }
  .fd-buy-row a { min-width: 0; width: 100%; }
  .fd-by-hero { min-height: 0; padding-top: 46px; grid-template-columns: 1fr; gap: 44px; }
  .fd-by-title h1 { font-size: 28vw; }
  .fd-by-title .fd-display-copy { margin-top: 52px; font-size: 30px; }
  .fd-by-product { min-height: 100vw; }
  .fd-by-intro { padding-bottom: 70px; }
  .fd-by-intro > article h2 { font-size: 34px; }
  .fd-by-catalog > div { grid-template-columns: 1fr 1fr; }
  .fd-by-catalog figure { min-height: 68vw; }
  .fd-by-catalog figure:last-child { grid-column: 1/-1; }
  .fd-by-photo-grid { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .fd-by-photo-grid figure:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 82vw; }
  .fd-by-photo-grid figure:nth-child(2), .fd-by-photo-grid figure:nth-child(4) { grid-column: 1/-1; }
  .fd-by-blueprint { min-height: 112vw; }
  .fd-by-blueprint figure { width: 88%; }
  .fd-by-benefits { grid-template-columns: 1fr 1fr; }
  .fd-by-three > .fd-tech-spec { grid-template-columns: 1fr 1fr; }
  .fd-ap-hero { min-height: 0; padding-top: 46px; grid-template-columns: 1fr; gap: 48px; }
  .fd-ap-title h1 { font-size: 17vw; }
  .fd-ap-title .fd-display-copy { margin-top: 52px; font-size: 29px; }
  .fd-ap-stack { min-height: 104vw; }
  .fd-ap-story figure { min-height: 100vw; }
  .fd-ap-color-row { grid-template-columns: 1fr 1fr; }
  .fd-ap-color-row figure { min-height: 230px; }
  .fd-ap-color-row figure:last-child { grid-column: 1/-1; }
  .fd-ap-color-row img { height: 170px; }
  .fd-ap-look-head h2 { font-size: 16vw; }
  .fd-ap-photo-strip { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .fd-ap-photo-strip figure:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 78vw; }
  .fd-ap-photo-strip figure:nth-child(1), .fd-ap-photo-strip figure:nth-child(2) { grid-column: 1/-1; }
  .fd-ap-collab { min-height: 150px; grid-template-columns: auto 1fr auto; gap: 16px; }
  .fd-ap-collab span { font-size: 26px; }
  .fd-ap-collab p { font-size: 11px; }
  .fd-ap-info-head { padding-top: 70px; grid-template-columns: 1fr; gap: 28px; }
  .fd-ap-info-head h2 { font-size: 13vw; }
  .fd-ap-points { grid-template-columns: 1fr 1fr; }
  .fd-ap-points article { min-height: 220px; padding: 18px; }
  .fd-ap-points h3 { margin-top: 100px; }
  .fd-ap-data { padding: 72px 0; grid-template-columns: 1fr; gap: 50px; }
  .fd-ap-care { grid-template-columns: 1fr; }
  .fd-ap-care > div { min-height: 150px; }
}

@media (max-width: 760px) {
  .page-hero-copy,.section-heading-row>div { min-width: 0; }
  .page-hero .display { font-size: 13vw; letter-spacing: -.055em; }
  .section-heading-row .section-title { font-size: 10.5vw; letter-spacing: -.05em; }
}
/* CI4 dynamic editorial article */
.elldu-article{padding:150px clamp(24px,7vw,110px) 0;background:var(--paper,#f4f1e9)}
.elldu-article__head{max-width:980px;margin:0 auto 72px;text-align:center}.elldu-article__head h1{margin:28px 0;font-family:var(--serif,"Shippori Mincho",serif);font-size:clamp(42px,6vw,88px);font-weight:400;line-height:1.08}.elldu-article__head>p:last-child{max-width:620px;margin:26px auto 0;line-height:1.9;color:#666}.elldu-article__cover{max-width:1220px;margin:0 auto;background:#eceae3}.elldu-article__cover img{display:block;width:100%;max-height:760px;object-fit:cover}.elldu-article__body{max-width:720px;margin:80px auto;font-size:16px;line-height:2}.elldu-article__body h2,.elldu-article__body h3{font-family:var(--serif,"Shippori Mincho",serif);font-weight:500}.elldu-article__body img{max-width:100%;height:auto}.elldu-article__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1220px;margin:80px auto}.elldu-article__gallery figure{margin:0}.elldu-article__gallery img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}
.lookbook-article .elldu-article__cover{max-width:960px}
@media(max-width:720px){.elldu-article{padding:110px 20px 0}.elldu-article__gallery{grid-template-columns:1fr}.elldu-article__head{margin-bottom:40px}.elldu-article__body{margin:48px auto}}

/* Managed layer popup */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
body.popup-open{overflow:hidden}
.layer-popup{position:fixed;z-index:180;inset:0;display:grid;place-items:center;padding:clamp(18px,4vw,60px);visibility:hidden;opacity:0;pointer-events:none;transition:opacity .35s ease,visibility 0s linear .35s}
.layer-popup.is-open{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}
.layer-popup__backdrop{position:absolute;inset:0;background:rgba(13,16,14,.58);backdrop-filter:blur(9px) saturate(.76)}
.layer-popup__dialog{position:relative;width:min(680px,calc(100vw - 56px));max-height:calc(100vh - 56px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #0b513b;border-radius:2px;background:#f4f1e9;color:#11110f;box-shadow:0 34px 100px rgba(0,0,0,.36);outline:0;transform:translateY(22px) scale(.986);transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.layer-popup.is-open .layer-popup__dialog{transform:none}
.layer-popup__bar{display:flex;min-height:48px;flex:0 0 auto;align-items:center;justify-content:space-between;border-bottom:1px solid #d8d4ca;background:#f4f1e9}
.layer-popup__bar p{display:flex;margin:0;padding:0 18px;align-items:center;gap:14px}
.layer-popup__bar strong,.layer-popup__bar span{font:600 9px/1 var(--sans);letter-spacing:.16em}
.layer-popup__bar span{color:#7a7a72}
.layer-popup__actions{display:flex;min-width:0;align-self:stretch;align-items:center}
.layer-popup__count{min-width:66px;padding:0 12px;text-align:center;color:#7a7a72!important;font-variant-numeric:tabular-nums}
.layer-popup__count b{color:#0b513b;font-weight:700}
.layer-popup__arrow{width:42px;height:48px;flex:0 0 42px;padding:0;border:0;border-left:1px solid #d8d4ca;background:transparent;color:#11110f;font:500 15px/1 var(--sans);cursor:pointer;transition:background .2s,color .2s}
.layer-popup__arrow:hover,.layer-popup__arrow:focus-visible{background:#0b513b;color:#fff;outline:0}
.layer-popup__viewport{min-width:0}
.layer-popup__slide[hidden]{display:none}
.layer-popup__media{min-width:0;margin:14px 14px 0;overflow:hidden;border:1px solid #d8d4ca;background:#e9e5db}
.layer-popup__media>a,.layer-popup__media picture{display:block;width:100%}
.layer-popup__media img{display:block;width:100%;height:auto;max-height:calc(100vh - 230px);object-fit:contain;background:#e9e5db;transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.layer-popup__media>a:hover img{transform:scale(1.012)}
.layer-popup__foot{display:flex;min-height:56px;flex:0 0 auto;padding:10px 18px 11px;align-items:center;justify-content:flex-end;border-top:1px solid #d8d4ca;background:#f4f1e9}
.layer-popup__foot>a,.layer-popup__foot>span{flex:0 0 auto;color:#0b513b;font:600 9px/1 var(--sans);letter-spacing:.12em}
.layer-popup__foot>a{padding:8px 0 6px;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}
.layer-popup__foot>a:hover,.layer-popup__foot>a:focus-visible{color:#11110f;border-color:#0b513b}
.layer-popup__dots{display:flex;min-height:32px;flex:0 0 32px;align-items:center;justify-content:center;gap:7px;border-top:1px solid #d8d4ca;background:#f4f1e9}
.layer-popup__dots button{width:18px;height:2px;padding:0;border:0;background:#bcbab2;cursor:pointer;transition:width .25s,background .25s}
.layer-popup__dots button:hover,.layer-popup__dots button:focus-visible,.layer-popup__dots button.is-active{width:28px;background:#0b513b;outline:0}
.layer-popup__close{width:48px;height:48px;flex:0 0 48px;padding:0;border:0;border-left:1px solid #d8d4ca;background:transparent;color:#11110f;font:300 27px/1 var(--sans);cursor:pointer;transition:background .2s,color .2s}
.layer-popup__close:hover,.layer-popup__close:focus-visible{background:#0b513b;color:#fff;outline:0}
@media(max-width:720px){
  .layer-popup{padding:16px}.layer-popup__dialog{width:min(440px,calc(100vw - 40px));max-height:calc(100dvh - 40px);box-shadow:0 24px 70px rgba(0,0,0,.34)}.layer-popup__bar{min-height:44px}.layer-popup__bar p{padding-left:12px;gap:8px}.layer-popup__bar p>span{display:none}.layer-popup__bar strong,.layer-popup__bar span{font-size:8px}.layer-popup__count{min-width:52px;padding:0 8px}.layer-popup__arrow{width:38px;height:44px;flex-basis:38px}.layer-popup__close{width:44px;height:44px;flex-basis:44px}.layer-popup__media{margin:10px 10px 0}.layer-popup__media img{max-height:calc(100dvh - 190px)}.layer-popup__foot{min-height:50px;padding:8px 14px 9px}.layer-popup__foot>a,.layer-popup__foot>span{font-size:8px}.layer-popup__dots{min-height:28px;flex-basis:28px}
}
@media(prefers-reduced-motion:reduce){.layer-popup,.layer-popup__dialog{transition:none}}

/* Revision request: shared controls, managed colors, technology and stockists */
.back-to-top{position:fixed;z-index:28;right:24px;bottom:24px;width:64px;height:64px;padding:0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px;border:1px solid rgba(11,74,44,.45);border-radius:50%;background:rgba(244,241,232,.94);color:var(--green);box-shadow:0 12px 32px rgba(17,18,15,.12);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transform:translateY(12px);pointer-events:none;transition:opacity .3s,visibility .3s,transform .3s,background .25s,color .25s}
.back-to-top span:first-child{padding-left:13px;font-size:9px;font-weight:700;letter-spacing:.12em}.back-to-top span:last-child{padding-right:11px;font-size:14px}.back-to-top.is-visible{opacity:1;visibility:visible;transform:none;pointer-events:auto}.back-to-top:hover,.back-to-top:focus-visible{background:var(--green);color:#fff;outline:0}.menu-open .back-to-top,.popup-open .back-to-top{opacity:0;visibility:hidden;pointer-events:none}
.fd-color-label{display:grid!important;gap:5px;letter-spacing:0!important}.fd-color-label small{color:#5f625c;font-size:7px;letter-spacing:.13em}.fd-color-label strong{font-size:13px;font-weight:500;letter-spacing:.01em;text-transform:none}

.stockists-page .stockists-hero{grid-template-columns:minmax(0,1.3fr) minmax(360px,.7fr);gap:5vw}.stockists-page .stockists-hero .page-hero-copy>p:last-child{max-width:760px}.stockist-directory{padding:110px var(--pad) 130px}.stockist-directory--stores{padding-top:0}.stockist-section-head{display:grid;grid-template-columns:90px 1fr;gap:24px;padding-bottom:34px;border-bottom:1px solid var(--line)}.stockist-section-head>p{margin:4px 0 0;color:var(--green);font-size:11px;font-weight:700;letter-spacing:.14em}.stockist-section-head span{display:block;color:var(--green);font-size:9px;font-weight:700;letter-spacing:.18em}.stockist-section-head h2{margin:8px 0 0;font-family:var(--serif);font-size:clamp(32px,4vw,58px);font-weight:400}.stockist-online-list{border-bottom:1px solid var(--line)}.stockist-online{min-height:150px;padding:28px 0 28px 114px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;border-top:1px solid var(--line);transition:padding-left .35s,background .35s}.stockist-online:first-child{border-top:0}.stockist-online:hover,.stockist-online:focus-visible{padding-left:130px;background:rgba(255,255,255,.35);outline:0}.stockist-online small{color:var(--green);font-size:8px;font-weight:700;letter-spacing:.16em}.stockist-online h3{margin:6px 0 5px;font-family:var(--serif);font-size:clamp(24px,3vw,42px);font-weight:400}.stockist-online p{margin:0;color:var(--muted);font-size:11px}.stockist-online>strong{padding-right:18px;color:var(--green);font-size:10px;letter-spacing:.13em}.stockist-online>strong span{display:inline-block;margin-left:12px;font-size:14px;transition:transform .25s}.stockist-online:hover>strong span{transform:translate(3px,-3px)}
.stockist-country{display:grid;grid-template-columns:minmax(180px,.48fr) minmax(0,1.52fr);gap:5vw;padding:72px 0;border-bottom:1px solid var(--line)}.stockist-country>header small{color:var(--green);font-size:8px;font-weight:700;letter-spacing:.18em}.stockist-country>header h2{margin:10px 0 0;font-family:var(--serif);font-size:clamp(44px,6vw,84px);font-weight:400}.stockist-region{display:grid;grid-template-columns:150px 1fr;gap:28px;padding:34px 0;border-top:1px solid var(--line)}.stockist-region:first-child{padding-top:0;border-top:0}.stockist-region>h3{margin:3px 0 0;color:var(--green);font-size:11px;font-weight:600;letter-spacing:.08em}.stockist-store{min-height:92px;padding:0 0 25px;display:grid;grid-template-columns:1fr auto;align-items:start;gap:30px}.stockist-store+.stockist-store{padding-top:25px;border-top:1px solid var(--line)}.stockist-store h4{margin:0 0 8px;font-size:15px;font-weight:600}.stockist-store p{margin:0;color:var(--muted);font-size:11px;line-height:1.8}.stockist-map{width:54px;height:58px;display:grid;place-items:center;gap:2px;color:var(--green);border-left:1px solid var(--line);transition:color .25s,transform .25s}.stockist-map svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5}.stockist-map span{font-size:7px;font-weight:700;letter-spacing:.12em}.stockist-map:hover,.stockist-map:focus-visible{color:var(--ink);transform:translateY(-3px);outline:0}

.technology-index{background:var(--ink);color:#fff}.technology-index__hero{min-height:620px;padding:90px var(--pad) 110px;display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:7vw;border-bottom:1px solid rgba(255,255,255,.18)}.technology-index__hero .breadcrumb{color:rgba(255,255,255,.45)}.technology-index__hero .eyebrow{margin-top:56px;color:var(--signal)}.technology-index__hero h1{margin:0;font-family:var(--serif);font-size:clamp(76px,10.5vw,168px);font-weight:400;line-height:.82;letter-spacing:-.055em}.technology-index__intro{max-width:620px;padding-bottom:10px;color:rgba(255,255,255,.68);font-size:14px;line-height:2.2}.technology-index__intro>p:first-child{margin:0 0 24px;color:#fff;font-family:var(--serif);font-size:clamp(26px,3vw,44px);line-height:1.45}.technology-index__intro p{margin:0}.technology-index__stories{display:grid;grid-template-columns:1fr 1fr}.technology-story{position:relative;min-height:720px;padding:48px;display:grid;grid-template-rows:auto 1fr;overflow:hidden;border-right:1px solid rgba(255,255,255,.18)}.technology-story:last-child{border-right:0}.technology-story>div{position:relative;z-index:2}.technology-story small{color:var(--signal);font-size:8px;font-weight:700;letter-spacing:.16em}.technology-story h2{margin:28px 0 22px;font-family:var(--serif);font-size:clamp(48px,6vw,94px);font-weight:400;line-height:.9;letter-spacing:-.045em}.technology-story p{max-width:390px;margin:0;color:rgba(255,255,255,.62);line-height:1.9}.technology-story>div>span{display:inline-block;margin-top:32px;padding-bottom:7px;border-bottom:1px solid;font-size:9px;letter-spacing:.14em}.technology-story figure{align-self:end;height:320px;margin:28px 0 0;display:grid;place-items:center;overflow:hidden;background:#e8e3d9}.technology-story figure img{width:82%;height:82%;object-fit:contain;mix-blend-mode:multiply;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.technology-story:hover figure img{transform:scale(1.04) rotate(-2deg)}.technology-story--ortholite{background:#eeebe2;color:var(--ink)}.technology-story--ortholite small{color:var(--green)}.technology-story--ortholite p{color:var(--muted)}.technology-story--ortholite figure{background:#ddd8cb}.technology-story--ortholite figure img{width:auto;max-width:459px;height:100%;mix-blend-mode:normal;object-fit:cover;object-position:top}
.technology-switcher{position:sticky;z-index:24;top:72px;display:grid;grid-template-columns:1fr 1fr;background:rgba(17,18,15,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.18)}.technology-switcher a{min-height:62px;padding:0 var(--pad);display:flex;align-items:center;gap:22px;color:rgba(255,255,255,.55);border-right:1px solid rgba(255,255,255,.18);font-size:10px;font-weight:600;letter-spacing:.1em;transition:background .25s,color .25s}.technology-switcher a:last-child{border-right:0}.technology-switcher a span{color:var(--signal);font-size:8px}.technology-switcher a:hover,.technology-switcher a.is-active{background:#fff;color:var(--ink)}.technology-switcher a.is-active span{color:var(--green)}.technology-detail{background:var(--ink);color:#fff}.technology-detail__hero{min-height:720px;padding:86px var(--pad) 110px;display:grid;grid-template-columns:1.12fr .88fr;gap:7vw;align-items:end}.technology-detail__hero .breadcrumb{color:rgba(255,255,255,.4)}.technology-detail__hero .eyebrow{margin-top:50px;color:var(--signal)}.technology-detail__hero h1{margin:0;font-family:var(--serif);font-size:clamp(76px,10.5vw,168px);font-weight:400;line-height:.78;letter-spacing:-.055em}.technology-detail__lead{max-width:640px;padding-bottom:8px}.technology-detail__lead h2{margin:0 0 34px;font-family:var(--serif);font-size:clamp(28px,3.3vw,50px);font-weight:400;line-height:1.45}.technology-detail__lead p{margin:0 0 20px;color:rgba(255,255,255,.66);line-height:2.1}.bumper-blueprint{min-height:780px;display:grid;grid-template-columns:1.12fr .88fr;background:#151612;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}.bumper-blueprint__visual{min-height:780px;background-color:#292824;background-image:url('/assets/images/image98.jpeg');background-repeat:no-repeat;background-size:100% auto;background-position:center 92%}.bumper-blueprint__caption{padding:72px var(--pad);display:flex;flex-direction:column;justify-content:flex-end}.bumper-blueprint__caption>p{color:var(--signal);font-size:9px;font-weight:700;letter-spacing:.15em}.bumper-blueprint__caption h2{margin:20px 0 70px;font-family:var(--serif);font-size:clamp(40px,5vw,76px);font-weight:400;line-height:1.25}.bumper-blueprint__caption>div{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.22)}.bumper-blueprint__caption span{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.22);color:rgba(255,255,255,.6);font-size:8px;letter-spacing:.09em}.technology-features{padding:20px var(--pad) 120px}.technology-feature{padding:88px 0;display:grid;grid-template-columns:90px minmax(0,1fr);border-bottom:1px solid rgba(255,255,255,.18)}.technology-feature>span{color:var(--signal);font-size:10px;font-weight:700}.technology-feature>div{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(320px,1.25fr);column-gap:6vw}.technology-feature small{color:var(--signal);font-size:8px;font-weight:700;letter-spacing:.15em}.technology-feature h2{grid-column:1;margin:16px 0 0;font-family:var(--serif);font-size:clamp(34px,4vw,60px);font-weight:400;line-height:1.25}.technology-feature p{grid-column:2;grid-row:1/3;margin:0;color:rgba(255,255,255,.65);font-size:14px;line-height:2.15}.technology-feature strong{grid-column:2;margin-top:24px;color:#fff;font-family:var(--serif);font-size:18px;font-weight:400}.technology-next{min-height:220px;padding:42px var(--pad);display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;align-items:end;background:var(--green);color:#fff}.technology-next small{font-size:8px;letter-spacing:.16em}.technology-next strong{font-family:var(--serif);font-size:clamp(42px,6vw,92px);font-weight:400;line-height:1}.technology-next>span{grid-column:2;grid-row:1/3;align-self:center;font-size:38px;transition:transform .3s}.technology-next:hover>span{transform:translateX(8px)}
.technology-detail__hero--ortholite{background:#eeebe2;color:var(--ink)}.technology-detail__hero--ortholite .breadcrumb{color:var(--muted)}.technology-detail__hero--ortholite .technology-detail__lead p{color:var(--muted)}.ortholite-system{min-height:900px;padding:100px var(--pad);display:grid;grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr);gap:7vw;background:#eeebe2;color:var(--ink)}.ortholite-system__visual{margin:0;display:flex;align-items:flex-start;justify-content:center}.ortholite-system__visual img{width:min(100%,459px);height:auto}.ortholite-system__layers>header p,.ortholite-benefits>header p{color:var(--green);font-size:9px;font-weight:700;letter-spacing:.16em}.ortholite-system__layers>header h2,.ortholite-benefits>header h2{margin:22px 0 70px;font-family:var(--serif);font-size:clamp(42px,5vw,76px);font-weight:400;line-height:1.18}.ortholite-layer{min-height:142px;padding:28px 0;display:grid;grid-template-columns:58px 1fr auto;align-items:start;gap:22px;border-top:1px solid var(--line)}.ortholite-layer>span{color:var(--green);font-size:9px;font-weight:700}.ortholite-layer h3{margin:0 0 9px;font-size:17px}.ortholite-layer p{max-width:560px;margin:0;color:var(--muted);font-size:11px;line-height:1.8}.ortholite-layer>strong{font-family:var(--serif);font-size:24px;font-weight:400}.ortholite-benefits{padding:120px var(--pad) 140px;background:#f7f5ef;color:var(--ink)}.ortholite-benefits>header{display:grid;grid-template-columns:.55fr 1.45fr;gap:4vw}.ortholite-benefits>header h2{margin-top:0}.ortholite-benefits>div{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.ortholite-benefits article{min-height:260px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.ortholite-benefits article>span{color:var(--green);font-size:9px;font-weight:700}.ortholite-benefits h3{margin:55px 0 18px;font-family:var(--serif);font-size:26px;font-weight:400}.ortholite-benefits p{margin:0;color:var(--muted);font-size:12px;line-height:2}.technology-next--light{background:#e2ddd1;color:var(--ink)}.technology-next--light>span{grid-column:1;justify-self:start}.technology-next--light small,.technology-next--light strong{grid-column:2;text-align:right}

@media(max-width:1050px){
  .stockist-country{grid-template-columns:1fr}.stockist-region{grid-template-columns:120px 1fr}
  .technology-index__hero,.technology-detail__hero{grid-template-columns:1fr;gap:54px}.technology-index__hero{min-height:760px}.technology-index__intro,.technology-detail__lead{justify-self:end;width:min(72%,680px)}.technology-index__stories{grid-template-columns:1fr}.technology-story{min-height:620px;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .bumper-blueprint{grid-template-columns:1fr}.bumper-blueprint__visual{min-height:82vw}.technology-feature>div{grid-template-columns:1fr}.technology-feature p,.technology-feature strong{grid-column:1;grid-row:auto;margin-top:28px}.ortholite-system{grid-template-columns:minmax(300px,.65fr) 1.35fr;gap:5vw}
}
@media(max-width:760px){
  .back-to-top{right:16px;bottom:16px;width:54px;height:54px}.back-to-top span:first-child{padding-left:10px;font-size:8px}.back-to-top span:last-child{padding-right:8px}
  .stockists-page .stockists-hero{grid-template-columns:1fr}.stockists-page .stockists-hero .page-hero-copy>p:last-child{max-width:100%}.stockist-directory{padding:76px 20px 90px}.stockist-directory--stores{padding-top:0}.stockist-section-head{grid-template-columns:44px 1fr;gap:12px}.stockist-online{min-height:132px;padding:24px 0 24px 56px;gap:16px}.stockist-online:hover,.stockist-online:focus-visible{padding-left:62px}.stockist-online h3{font-size:28px}.stockist-online>strong{padding-right:0;font-size:8px}.stockist-online>strong span{margin-left:5px}.stockist-country{padding:52px 0;gap:32px}.stockist-region{grid-template-columns:1fr;gap:18px}.stockist-store{min-height:110px;grid-template-columns:1fr 44px;gap:16px}.stockist-store h4{font-size:14px}.stockist-map{width:44px;height:54px}
  .technology-switcher{top:60px}.technology-switcher a{min-height:54px;padding:0 14px;gap:9px;font-size:8px}.technology-index__hero,.technology-detail__hero{min-height:auto;padding:62px 20px 76px;gap:44px}.technology-index__hero .eyebrow,.technology-detail__hero .eyebrow{margin-top:38px}.technology-index__hero h1,.technology-detail__hero h1{font-size:16vw}.technology-index__intro,.technology-detail__lead{justify-self:start;width:100%}.technology-story{min-height:610px;padding:28px 20px}.technology-story h2{font-size:11.2vw}.technology-story figure{height:270px}.technology-story--ortholite figure img{max-width:360px}.bumper-blueprint__visual{min-height:118vw;background-size:105% auto;background-position:center 91.5%}.bumper-blueprint__caption{padding:64px 20px}.bumper-blueprint__caption h2{margin-bottom:48px;font-size:11vw}.technology-features{padding:0 20px 80px}.technology-feature{padding:64px 0;grid-template-columns:36px 1fr}.technology-feature h2{font-size:9vw}.technology-feature p{font-size:12px}.technology-next{min-height:170px;padding:28px 20px}.technology-next strong{font-size:10vw}.ortholite-system{padding:72px 20px;grid-template-columns:1fr;gap:64px}.ortholite-system__visual img{width:min(100%,360px)}.ortholite-system__layers>header h2,.ortholite-benefits>header h2{margin-bottom:48px;font-size:10vw}.ortholite-layer{grid-template-columns:38px 1fr auto;gap:12px}.ortholite-benefits{padding:84px 20px 100px}.ortholite-benefits>header{grid-template-columns:1fr}.ortholite-benefits>div{grid-template-columns:1fr}.ortholite-benefits article{min-height:230px;padding:26px}.ortholite-benefits h3{margin-top:44px}.technology-next--light>span{grid-column:1}.technology-next--light small,.technology-next--light strong{grid-column:2}
}
