:root {
  --navy: #101b2b;
  --navy-soft: #1b2a40;
  --mist: #e7e9e4;
  --canvas: #f2f0e9;
  --rope: #c4ad82;
  --signal: #b64132;
  --signal-dark: #8f3026;
  --ink: #17202b;
  --muted: #62666a;
  --line: rgba(16, 27, 43, 0.2);
  --white: #faf9f5;
  --display: "Noto Serif KR", "Nanum Myeongjo", Batang, Georgia, serif;
  --body: Pretendard, SUIT, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
  --utility: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  --page: min(1240px, calc(100% - 64px));
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scrollbar-color: var(--signal) var(--canvas);
  scrollbar-width: thin;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: break-word;
}
body.menu-open { overflow: hidden; }
body::-webkit-scrollbar { width: 11px; }
body::-webkit-scrollbar-track { background: var(--canvas); }
body::-webkit-scrollbar-thumb { background: var(--signal); border: 3px solid var(--canvas); border-radius: 999px; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
figure, p, h1, h2, h3, dl { margin-top: 0; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
section[id] { scroll-margin-top: 88px; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }

.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 100; padding: 9px 15px;
  background: var(--signal); color: var(--white); transform: translateY(-160%); transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent;
  background: rgba(242, 240, 233, .92); backdrop-filter: blur(14px); transition: border-color 180ms ease;
}
.site-header.is-scrolled { border-color: var(--line); }
.header-inner { width: var(--page); height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; justify-content: center; flex: none; line-height: 1; }
.brand-logo { display: block; width: 158px; height: auto; max-height: 78px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; }
.site-nav a { position: relative; padding: 11px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: var(--signal); transition: right 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav .nav-contact { padding: 9px 16px; border: 1px solid var(--navy); }
.site-nav .nav-contact::after { display: none; }
.site-nav .nav-contact:hover, .site-nav .nav-contact:focus-visible { background: var(--navy); color: var(--white); }
.site-nav .nav-contact[aria-current="page"] { background: var(--navy); color: var(--white); }
.menu-button { display: none; }

.hero {
  position: relative; min-height: calc(100svh - 86px); overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%); background: var(--canvas);
}
.hero::before {
  content: ""; position: absolute; left: calc(46% - 46px); top: 0; bottom: 0; z-index: 3;
  width: 92px; background: var(--canvas); clip-path: polygon(0 0, 100% 0, 0 100%);
}
.hero-copy {
  position: relative; z-index: 4; align-self: center; max-width: 610px;
  margin-left: max(32px, calc((100vw - 1240px) / 2)); padding: 72px 48px 72px 0;
}
.coordinate { margin-bottom: 24px; font-family: var(--utility); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin-bottom: 26px; font-family: var(--display); font-size: clamp(50px, 6.1vw, 88px); line-height: 1.14; letter-spacing: -.065em; font-weight: 700; }
.hero h1 em { color: var(--signal); font-style: normal; }
.hero-description { max-width: 560px; margin-bottom: 34px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; font-size: 14px; font-weight: 800; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-signal { background: var(--signal); color: var(--white); box-shadow: 7px 7px 0 var(--navy); }
.button-signal:hover { background: var(--signal-dark); box-shadow: 10px 10px 0 var(--navy); }
.rule-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.rule-link span { transition: transform 180ms ease; }
.rule-link:hover span { transform: translate(3px, 3px); }
.hero-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 52px 0 0; border-top: 1px solid var(--line); }
.hero-specs div { padding: 16px 12px 0 0; }
.hero-specs dt { margin-bottom: 3px; color: var(--signal); font-family: var(--utility); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-specs dd { margin: 0; font-family: var(--utility); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.hero-image { position: relative; z-index: 2; height: calc(100svh - 86px); min-height: 690px; margin: 0; overflow: hidden; background: var(--navy); }
.hero-image img,
.hero-image video { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; filter: saturate(.82) contrast(1.04); }
.hero-image video { background: var(--navy); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,27,43,.08), transparent 40%); pointer-events: none; }
.hero-image figcaption { position: absolute; left: 30px; right: 30px; bottom: 24px; z-index: 2; display: flex; justify-content: space-between; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.6); color: var(--white); font-family: var(--utility); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.anchor-stamp { position: absolute; right: 30px; top: 28px; z-index: 2; display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: var(--white); font-size: 30px; }
.hero-ghost { position: absolute; left: -12px; bottom: -68px; z-index: 3; margin: 0; color: transparent; -webkit-text-stroke: 1px rgba(16,27,43,.2); font-family: var(--utility); font-size: clamp(110px, 18vw, 280px); font-weight: 900; letter-spacing: -.06em; line-height: .8; pointer-events: none; }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--signal); color: var(--white); }
.signal-strip div { display: flex; align-items: center; gap: 22px; min-height: 88px; padding: 18px 42px; border-right: 1px solid rgba(255,255,255,.35); }
.signal-strip div:last-child { border-right: 0; }
.signal-strip span { font-family: var(--utility); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.signal-strip p { margin: 0; font-size: 14px; font-weight: 700; }
.section { width: var(--page); margin: 0 auto; padding: 140px 0; }
.section-label { display: flex; justify-content: space-between; margin-bottom: 64px; padding-bottom: 12px; border-bottom: 1px solid var(--navy); font-family: var(--utility); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.heritage-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: start; }
.kicker { margin-bottom: 18px; color: var(--signal); font-family: var(--utility); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.heritage h2, .construction h2 { margin-bottom: 0; font-family: var(--display); font-size: clamp(42px, 5.4vw, 72px); line-height: 1.25; letter-spacing: -.055em; }
.heritage-copy .lead { margin-bottom: 24px; font-family: var(--display); font-size: 23px; line-height: 1.75; letter-spacing: -.025em; }
.heritage-copy > p:not(.lead) { color: var(--muted); }
.heritage-copy .rule-link { margin-top: 18px; }
.heritage-photo { position: relative; width: 76%; margin: 90px 0 0 auto; }
.heritage-photo::before { content: ""; position: absolute; left: -56px; top: -56px; width: 155px; height: 155px; border: 1px solid var(--signal); border-radius: 50%; }
.heritage-photo img { position: relative; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 58%; filter: saturate(.78) contrast(1.05); }
.heritage-photo figcaption { position: absolute; left: -42px; top: 50%; padding: 8px 12px; background: var(--canvas); font-family: var(--utility); font-size: 9px; font-weight: 800; letter-spacing: .17em; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; }

.product-feature { display: grid; grid-template-columns: 1fr 1fr; background: var(--mist); }
.product-visual { position: relative; min-height: 780px; padding: 70px; display: grid; place-items: center; background: #e5e5e2; overflow: hidden; }
.product-visual::after { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(16,27,43,.18); border-radius: 50%; }
.product-visual img { position: relative; z-index: 2; width: min(570px, 86%); max-height: 690px; object-fit: contain; mix-blend-mode: multiply; }
.product-index { position: absolute; left: 32px; top: 28px; z-index: 3; font-family: var(--utility); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.product-content { display: flex; flex-direction: column; justify-content: center; padding: 100px clamp(48px, 7vw, 112px); background: var(--rope); }
.product-content h2 { margin-bottom: 10px; font-family: var(--display); font-size: clamp(44px, 5.3vw, 74px); line-height: 1.2; letter-spacing: -.055em; }
.product-name-en { margin-bottom: 30px; color: rgba(23,32,43,.64); font-family: var(--utility); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-description { max-width: 590px; margin-bottom: 36px; font-size: 17px; line-height: 1.9; }
.product-spec-table { margin: 0; border-top: 1px solid rgba(16,27,43,.35); }
.product-spec-table div { display: grid; grid-template-columns: 110px 1fr; padding: 13px 0; border-bottom: 1px solid rgba(16,27,43,.35); }
.product-spec-table dt { font-size: 12px; font-weight: 800; }
.product-spec-table dd { margin: 0; font-size: 13px; }
.product-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button-navy { background: var(--navy); color: var(--white); }
.button-navy:hover { background: var(--signal); }
.product-actions p { margin: 0; color: rgba(23,32,43,.65); font-size: 11px; line-height: 1.55; }

.construction-heading { max-width: 850px; margin-bottom: 70px; }
.construction-heading > p { max-width: 480px; margin: 24px 0 0 auto; color: var(--muted); text-align: right; }
.detail-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; align-items: start; }
.detail-card { min-width: 0; }
.detail-card > img, .anchor-panel { width: 100%; aspect-ratio: .82; object-fit: cover; background: var(--navy); }
.detail-main > img { object-position: 52% 18%; }
.detail-texture { margin-top: 90px; }
.detail-texture > img { object-position: center; }
.detail-anchor { margin-top: 190px; }
.anchor-panel { position: relative; overflow: hidden; display: grid; place-items: center; background: var(--signal); color: var(--white); }
.anchor-panel > span { position: relative; z-index: 2; font-size: clamp(72px, 9vw, 120px); }
.anchor-panel svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.anchor-panel path { stroke: rgba(255,255,255,.5); stroke-width: 2; stroke-dasharray: 7 10; }
.detail-card > div:last-child { padding: 18px 2px 0; }
.detail-card div > span { color: var(--signal); font-family: var(--utility); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.detail-card h3 { margin: 5px 0 4px; font-family: var(--display); font-size: 23px; letter-spacing: -.035em; }
.detail-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.journal { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 128px max(32px, calc((100vw - 1240px) / 2)); background: var(--navy); color: var(--white); }
.journal-heading { position: sticky; top: 130px; align-self: start; }
.journal-heading .coordinate { color: var(--rope); }
.journal-heading h2 { margin-bottom: 24px; font-family: var(--display); font-size: clamp(40px, 5vw, 68px); line-height: 1.2; letter-spacing: -.05em; }
.journal-heading > p:last-child { max-width: 360px; color: rgba(255,255,255,.62); }
.journal-list { border-top: 1px solid rgba(255,255,255,.55); }
.journal-list article { padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.journal-list article > p { margin-bottom: 10px; color: var(--rope); font-family: var(--utility); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.journal-list h3 { margin-bottom: 20px; font-family: var(--display); font-size: 27px; letter-spacing: -.035em; }
.journal-list a { display: inline-flex; gap: 8px; font-size: 12px; font-weight: 800; }
.journal-list a span { color: var(--signal); transition: transform 180ms ease; }
.journal-list a:hover span { transform: translate(3px, -3px); }
.journal-summary { margin: -8px 0 18px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; }
.home-stories-loading { padding: 40px 0; color: rgba(255,255,255,.62); }
.journal-more { grid-column: 2; justify-self: start; margin-top: -4vw; }

.contact { position: relative; overflow: hidden; min-height: 620px; display: grid; place-items: center; padding: 100px 32px; background: var(--signal); color: var(--white); text-align: center; }
.contact::before, .contact::after { content: ""; position: absolute; width: 45vw; height: 1px; background: rgba(255,255,255,.4); }
.contact::before { left: -8vw; top: 14%; transform: rotate(28deg); }
.contact::after { right: -8vw; bottom: 14%; transform: rotate(-28deg); }
.contact-mark { position: absolute; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.24); font-family: var(--utility); font-size: min(34vw, 490px); font-weight: 900; letter-spacing: -.08em; line-height: 1; }
.contact-inner { position: relative; z-index: 2; }
.contact h2 { margin-bottom: 22px; font-family: var(--display); font-size: clamp(43px, 5.8vw, 76px); line-height: 1.2; letter-spacing: -.055em; }
.contact-inner > p:not(.coordinate) { color: rgba(255,255,255,.8); }
.contact-actions { justify-content: center; margin-top: 36px; }
.button-light { background: var(--white); color: var(--navy); box-shadow: 7px 7px 0 var(--navy); }
.button-light:hover { box-shadow: 10px 10px 0 var(--navy); }
.rule-link-light { border-color: rgba(255,255,255,.85); }

.site-footer { width: var(--page); margin: 0 auto; padding: 54px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 70px; }
.footer-wordmark { align-items: flex-start; }
.footer-wordmark .brand-logo { width: 210px; max-height: none; }
.footer-copy p, .copyright { margin: 0; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 8px; }
.footer-links a { color: var(--muted); border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; transition: color 180ms ease, border-color 180ms ease; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--signal); border-color: var(--signal); }
.copyright { font-family: var(--utility); letter-spacing: .05em; white-space: nowrap; }

/* About / founder story */
.site-nav [aria-current="page"]::after { right: 0; }
.story-hero { min-height: calc(100svh - 86px); display: grid; grid-template-columns: 1.05fr .95fr; background: var(--navy); color: var(--white); }
.story-hero-copy { align-self: center; max-width: 760px; padding: 90px 7vw 90px max(32px, calc((100vw - 1240px) / 2)); }
.story-hero-copy .coordinate { color: var(--rope); }
.story-hero h1 { margin-bottom: 34px; font-family: var(--display); font-size: clamp(50px, 6.3vw, 92px); font-weight: 700; line-height: 1.17; letter-spacing: -.065em; }
.story-hero h1 em { color: var(--rope); font-style: normal; }
.story-hero-copy > p:not(.coordinate) { max-width: 570px; color: rgba(255,255,255,.68); font-size: 17px; }
.story-scroll { display: inline-flex; gap: 12px; margin-top: 26px; padding-bottom: 4px; border-bottom: 1px solid var(--rope); color: var(--rope); font-size: 13px; font-weight: 800; }
.story-portrait { position: relative; min-height: 690px; margin: 0; overflow: hidden; }
.story-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: saturate(.72) contrast(1.05); }
.story-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,27,43,.35), transparent 38%); }
.story-portrait figcaption { position: absolute; z-index: 2; inset: auto 24px 22px; display: flex; justify-content: space-between; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.6); font-family: var(--utility); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.story-body { width: var(--page); margin: 0 auto; padding: 140px 0; display: grid; grid-template-columns: .48fr 1fr; gap: 10vw; }
.story-aside { padding-top: 12px; border-top: 1px solid var(--navy); }
.story-aside .coordinate { color: var(--signal); }
.story-aside > p:last-child { font-family: var(--display); font-size: 18px; line-height: 1.65; }
.story-prose { max-width: 720px; }
.story-prose h2 { margin-bottom: 24px; font-family: var(--display); font-size: clamp(42px, 5.2vw, 70px); line-height: 1.25; letter-spacing: -.055em; }
.story-prose .story-lead { color: var(--signal); font-family: var(--display); font-size: 24px; font-weight: 700; }
.story-prose > p:not(.story-lead) { margin-bottom: 24px; color: #43484e; font-size: 17px; line-height: 2; }
.story-quote { margin: 0; padding: 120px max(32px, calc((100vw - 1120px) / 2)); background: var(--rope); text-align: center; }
.story-quote p { margin-bottom: 22px; font-family: var(--display); font-size: clamp(36px, 5.1vw, 68px); font-weight: 700; line-height: 1.4; letter-spacing: -.05em; }
.story-quote cite { font-family: var(--utility); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.story-chapter { position: relative; overflow: hidden; padding: 140px max(32px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: .9fr 1fr; gap: 9vw; }
.story-chapter-dark { background: var(--navy); color: var(--white); }
.chapter-number { position: absolute; right: -30px; bottom: -100px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.13); font-family: var(--display); font-size: min(29vw, 430px); line-height: 1; }
.chapter-heading, .chapter-copy { position: relative; z-index: 2; }
.chapter-heading .coordinate { color: var(--rope); }
.chapter-heading h2 { font-family: var(--display); font-size: clamp(42px, 5vw, 68px); line-height: 1.3; letter-spacing: -.055em; }
.chapter-copy { padding-top: 48px; }
.chapter-copy p { margin-bottom: 27px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 2; }
.chapter-copy p:last-child { color: var(--white); font-family: var(--display); font-size: 20px; }
.customer-story { width: var(--page); margin: 0 auto; padding: 140px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.customer-image { position: relative; }
.customer-image img { aspect-ratio: .86; object-fit: cover; filter: saturate(.75); }
.customer-image span { position: absolute; left: -18px; bottom: 26px; padding: 7px 12px; background: var(--signal); color: var(--white); font-family: var(--utility); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.customer-story article { max-width: 630px; }
.customer-story article .coordinate { color: var(--signal); }
.customer-story h2 { margin-bottom: 34px; font-family: var(--display); font-size: clamp(42px, 5vw, 66px); line-height: 1.28; letter-spacing: -.055em; }
.customer-story article > p:not(.coordinate) { color: var(--muted); line-height: 2; }
.customer-story .customer-words { margin: 32px 0; padding: 25px 0; border-block: 1px solid var(--navy); color: var(--navy); font-family: var(--display); font-size: 23px; font-weight: 700; }
.route-timeline { width: var(--page); margin: 0 auto; padding: 50px 0 150px; }
.timeline-heading { display: grid; grid-template-columns: .55fr 1fr; align-items: end; margin-bottom: 60px; }
.timeline-heading .coordinate { color: var(--signal); }
.timeline-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 68px); letter-spacing: -.055em; }
.timeline-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy); }
.timeline-list li { display: grid; grid-template-columns: .55fr 1fr; padding: 34px 0; border-bottom: 1px solid var(--line); }
.timeline-list time { color: var(--signal); font-family: var(--utility); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.timeline-list h3 { margin-bottom: 8px; font-family: var(--display); font-size: 26px; }
.timeline-list p { max-width: 660px; margin: 0; color: var(--muted); }
.story-promise { min-height: 680px; display: grid; justify-items: center; align-content: center; padding: 110px 32px; background: var(--signal); color: var(--white); text-align: center; }
.story-promise .coordinate { color: rgba(255,255,255,.7); }
.story-promise h2 { margin-bottom: 28px; font-family: var(--display); font-size: clamp(44px, 6vw, 80px); line-height: 1.3; letter-spacing: -.06em; }
.story-promise h2 em { color: var(--navy); font-style: normal; }
.story-promise > p:not(.coordinate) { margin-bottom: 38px; color: rgba(255,255,255,.8); font-size: 17px; }

/* Product catalogue */
.featured-products { padding-top: 130px; }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 60px; }
.catalog-heading .coordinate { color: var(--signal); }
.catalog-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 68px); line-height: 1.25; letter-spacing: -.055em; }
.product-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 20px; }
.product-card { min-width: 0; border-top: 1px solid var(--navy); }
.product-card-image { display: block; position: relative; overflow: hidden; aspect-ratio: 1 / 1.08; background: var(--mist); }
.product-card-image::after { content: "↗"; position: absolute; right: 14px; top: 14px; display: grid; place-items: center; width: 38px; height: 38px; background: var(--navy); color: var(--white); font-family: var(--utility); font-size: 14px; opacity: 0; transform: translateY(5px); transition: opacity 180ms ease, transform 180ms ease; }
.product-card-image:hover::after, .product-card-image:focus-visible::after { opacity: 1; transform: none; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms cubic-bezier(.2,.7,.2,1); }
.product-card-image:hover img { transform: scale(1.025); }
.product-card-content { padding-top: 18px; }
.product-card-label { margin-bottom: 8px; color: var(--signal); font-family: var(--utility); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.product-card h3 { min-height: 3.5em; margin-bottom: 18px; font-family: var(--display); font-size: 19px; line-height: 1.6; letter-spacing: -.025em; }
.product-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.product-card-price { margin: 0; font-family: var(--utility); font-size: 15px; font-weight: 800; letter-spacing: .02em; }
.product-buy-link { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 15px; background: var(--navy); color: var(--white); font-size: 12px; font-weight: 800; transition: background 180ms ease, transform 180ms ease; }
.product-buy-link:hover { background: var(--signal); transform: translateY(-2px); }
.product-detail-link { display: inline-block; margin: -2px 0 16px; padding-bottom: 2px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; }
.product-detail-link:hover, .product-detail-link:focus-visible { color: var(--signal); }
.products-loading, .products-error { grid-column: 1 / -1; margin: 0; padding: 48px 0; border-block: 1px solid var(--line); color: var(--muted); text-align: center; }
.catalog-hero { min-height: 550px; padding: 120px max(32px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; background: var(--navy); color: var(--white); }
.catalog-hero .coordinate { color: var(--rope); }
.catalog-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(54px, 7vw, 98px); line-height: 1.16; letter-spacing: -.065em; }
.catalog-hero h1 em { color: var(--rope); font-style: normal; }
.catalog-intro { align-self: end; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.45); }
.catalog-intro > p:first-child { max-width: 450px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.9; }
.catalog-source { margin-bottom: 12px; color: var(--rope); font-family: var(--utility); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.catalog-section { width: var(--page); margin: 0 auto; padding: 110px 0 150px; }
.catalog-toolbar { display: flex; align-items: end; justify-content: space-between; margin-bottom: 54px; padding-bottom: 14px; border-bottom: 1px solid var(--navy); }
.catalog-toolbar h2 { margin: 0; font-family: var(--display); font-size: 35px; }
.catalog-toolbar p { margin: 0; color: var(--signal); font-family: var(--utility); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.catalog-toolbar strong { font-size: 19px; }
.catalog-note { display: grid; grid-template-columns: .5fr 1fr; gap: 8vw; padding: 64px max(32px, calc((100vw - 1240px) / 2)); background: var(--rope); }
.catalog-note .coordinate { margin: 0; }
.catalog-note > p:last-child { max-width: 620px; margin: 0; }

/* Story / blog */
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.blog-hero { min-height: 560px; padding: 120px max(32px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; background: var(--navy); color: var(--white); }
.blog-hero .coordinate { color: var(--rope); }
.blog-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(54px, 7vw, 96px); line-height: 1.18; letter-spacing: -.065em; }
.blog-hero h1 em { color: var(--rope); font-style: normal; }
.blog-hero-note { align-self: end; padding: 0 0 14px; border-bottom: 1px solid rgba(255,255,255,.45); }
.blog-hero-note > p { max-width: 460px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.9; }
.blog-hero-note .rule-link { margin-top: 18px; }
.blog-list-section { width: var(--page); margin: 0 auto; padding: 110px 0 150px; }
.blog-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy); }
.blog-list-item { border-bottom: 1px solid var(--line); }
.blog-list-item > a { display: grid; grid-template-columns: 90px 1fr 48px; gap: 24px; align-items: center; padding: 42px 4px; transition: background 180ms ease, padding 180ms ease; }
.blog-list-item > a:hover { padding-inline: 18px; background: rgba(16,27,43,.035); }
.blog-list-number { align-self: start; color: var(--signal); font-family: var(--utility); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.blog-list-content time { color: var(--muted); font-family: var(--utility); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.blog-list-content h2 { margin: 8px 0 10px; font-family: var(--display); font-size: clamp(25px, 3vw, 36px); line-height: 1.45; letter-spacing: -.035em; }
.blog-list-content p { max-width: 680px; margin: 0; color: var(--muted); }
.blog-list-arrow { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--navy); font-family: var(--utility); transition: background 180ms ease, color 180ms ease; }
.blog-list-item > a:hover .blog-list-arrow { background: var(--signal); border-color: var(--signal); color: var(--white); }
.blog-loading { padding: 70px 0; color: var(--muted); text-align: center; }
.post-shell { width: min(680px, calc(100% - 48px)); min-height: 70vh; margin: 0 auto; padding: 68px 0 120px; }
.post-top { margin-bottom: 72px; }
.post-heading { padding-bottom: 46px; border-bottom: 1px solid var(--navy); }
.post-heading .coordinate { color: var(--signal); }
.post-heading time { color: var(--muted); font-family: var(--utility); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.post-heading h1 { margin: 16px 0 20px; font-family: var(--display); font-size: clamp(38px, 6vw, 58px); line-height: 1.35; letter-spacing: -.055em; }
.post-author { margin-bottom: 14px; color: var(--muted); font-size: 13px; }
.post-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.post-tags span { padding: 3px 10px; border: 1px solid var(--rope); color: var(--signal); font-size: 11px; font-weight: 700; }
.post-body { padding-top: 52px; color: #343a42; font-size: 17px; line-height: 2; }
.post-body p { margin-bottom: 1.65em; }
.post-body h2 { margin: 2.4em 0 .8em; font-family: var(--display); font-size: 27px; line-height: 1.5; letter-spacing: -.025em; }
.post-body ul { margin: 0 0 1.7em 1.25em; padding: 0; }
.post-body li { margin-bottom: .5em; }
.post-body li::marker { color: var(--signal); }
.post-faq { margin-top: 70px; }
.post-faq h2 { margin-bottom: 18px; font-family: var(--display); font-size: 28px; }
.post-faq details { padding: 17px 0; border-top: 1px solid var(--line); }
.post-faq details:last-child { border-bottom: 1px solid var(--line); }
.post-faq summary { cursor: pointer; font-weight: 800; list-style: none; }
.post-faq summary::-webkit-details-marker { display: none; }
.post-faq summary::before { content: "Q. "; color: var(--signal); }
.post-faq details p { margin: 12px 0 0; color: var(--muted); }
.post-key-sentence { color: var(--navy); font-weight: 800; }
.post-sources { margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); }
.post-sources h2 { margin-bottom: 16px; font-family: var(--display); font-size: 24px; }
.post-sources ol { margin: 0; padding-left: 1.25em; color: var(--muted); font-size: 14px; line-height: 1.8; }
.post-sources a { text-decoration: underline; text-underline-offset: 3px; }
.post-cta { margin-top: 70px; padding: 34px; background: var(--sand); }
.post-cta h2 { margin: 0 0 12px; font-family: var(--display); font-size: 27px; }
.post-cta p { margin: 0 0 22px; color: var(--muted); line-height: 1.8; }
.post-pagination { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 86px; padding-top: 20px; border-top: 1px solid var(--navy); }
.post-pagination a { min-width: 0; padding: 20px 0; }
.post-pagination a:last-child { text-align: right; }
.post-pagination-label { display: block; margin-bottom: 7px; color: var(--signal); font-family: var(--utility); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.post-pagination strong { display: -webkit-box; overflow: hidden; font-family: var(--display); font-size: 16px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.post-not-found { padding: 100px 0; text-align: center; }
.post-not-found h1 { font-family: var(--display); font-size: 34px; }
.post-not-found p { margin-bottom: 28px; color: var(--muted); }

/* Contact page */
.contact-page-hero { min-height: 590px; padding: 120px max(32px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; background: var(--navy); color: var(--white); }
.contact-page-hero .coordinate { color: var(--rope); }
.contact-page-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(52px, 6.7vw, 94px); line-height: 1.18; letter-spacing: -.065em; }
.contact-page-hero h1 em { color: var(--rope); font-style: normal; }
.contact-page-hero > p { align-self: end; max-width: 480px; margin-bottom: 12px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.45); color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.9; }
.contact-channels { width: var(--page); margin: 0 auto; padding: 110px 0 150px; }
.contact-channel-list { border-top: 1px solid var(--navy); }
.contact-channel { display: grid; grid-template-columns: 190px minmax(0,1fr) auto; gap: 28px; align-items: center; min-height: 150px; padding: 28px 4px; border-bottom: 1px solid var(--line); transition: padding 180ms ease, background 180ms ease, color 180ms ease; }
.contact-channel:hover, .contact-channel:focus-visible { padding-inline: 24px; background: var(--signal); color: var(--white); }
.contact-channel > span { color: var(--signal); font-family: var(--utility); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.contact-channel:hover > span, .contact-channel:focus-visible > span { color: var(--white); }
.contact-channel strong { min-width: 0; font-family: var(--display); font-size: clamp(25px, 3.5vw, 44px); line-height: 1.35; letter-spacing: -.04em; overflow-wrap: anywhere; }
.contact-channel small { font-size: 11px; font-weight: 800; white-space: nowrap; }
.contact-page-note { min-height: 420px; display: grid; place-content: center; padding: 90px 24px; background: var(--rope); text-align: center; }
.contact-page-note .coordinate { color: var(--signal); }
.contact-page-note > p:last-child { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(30px, 4.5vw, 54px); font-weight: 700; line-height: 1.5; letter-spacing: -.04em; }

/* Product detail — image-led commerce */
.product-detail-page {
  --canvas: #f3efe4;
  --navy: #17382f;
  --navy-soft: #17382f;
  --mist: #f3efe4;
  --white: #f3efe4;
  --ink: #17382f;
  --muted: rgba(23, 56, 47, .66);
  --line: rgba(23, 56, 47, .24);
  --signal: #a7653f;
  --signal-dark: #a7653f;
  --rope: #a7653f;
  background: var(--canvas);
  color: var(--navy);
}
.product-detail-page .detail-site-header { border-bottom-color: var(--line); background: rgba(243, 239, 228, .96); backdrop-filter: blur(12px); }
.product-detail-page .header-inner { width: calc(100% - 48px); max-width: none; height: 64px; }
.product-detail-page .wordmark { align-items: flex-start; }
.product-detail-page .brand-logo { width: 142px; max-height: 68px; }
.product-detail-page .site-nav { gap: 28px; font-size: 12px; font-weight: 500; }
.product-detail-page .site-nav .nav-contact { border: 0; padding-inline: 0; }
.product-detail-page .site-nav .nav-contact:hover,
.product-detail-page .site-nav .nav-contact:focus-visible { background: transparent; color: var(--signal); }
.detail-selvedge {
  position: fixed;
  left: 6px;
  top: 50%;
  z-index: 20;
  color: var(--signal);
  font-family: var(--utility);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  pointer-events: none;
}
.detail-breadcrumb {
  display: flex;
  gap: 9px;
  width: calc(100% - 48px);
  margin: 0 auto;
  padding: 20px 0 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}
.detail-breadcrumb a { color: var(--navy); }
.detail-commerce {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(360px, .72fr);
  align-items: start;
  gap: 0;
  width: calc(100% - 48px);
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 24px 24px 24px 0;
  border-right: 1px solid var(--line);
}
.detail-gallery-item { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--canvas); }
.detail-gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.65,.2,1);
}
.detail-gallery-item:hover img { transform: scale(1.018); }
.detail-gallery-product img { object-fit: contain; mix-blend-mode: multiply; }
.detail-gallery-wide { grid-column: 1 / -1; }
.detail-gallery-wide img { aspect-ratio: 16 / 9; object-position: center 30%; }
.detail-gallery-item figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  padding-top: 8px;
  border-top: 1px solid currentColor;
  color: var(--navy);
  font-family: var(--utility);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
}
.detail-gallery-worn figcaption,
.detail-gallery-wide figcaption { color: var(--canvas); }
.detail-buy-panel {
  position: sticky;
  top: 64px;
  padding: clamp(36px, 4vw, 64px) clamp(24px, 3.5vw, 52px) 56px;
}
.detail-code,
.detail-eyebrow {
  margin-bottom: 18px;
  color: var(--signal);
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.detail-buy-panel h1 {
  max-width: 520px;
  margin: 0 0 12px;
  font-family: var(--body);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -.055em;
}
.detail-title-en { margin-bottom: 30px; color: var(--muted); font-family: var(--utility); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.detail-price { margin-bottom: 28px; font-size: 15px; font-weight: 700; letter-spacing: .02em; }
.detail-lead { max-width: 38ch; margin-bottom: 38px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.detail-option { padding: 20px 0 26px; border-top: 1px solid var(--line); }
.detail-option-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; }
.detail-option-heading h2 { margin: 0; font-size: 12px; font-weight: 700; }
.detail-option-heading span { color: var(--muted); font-size: 11px; }
.detail-colours { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.detail-colour { display: grid; gap: 7px; color: var(--muted); font-size: 9px; line-height: 1.3; }
.detail-colour span { width: 100%; height: 36px; border: 1px solid var(--line); background: var(--swatch); }
.detail-colour:hover,
.detail-colour:focus-visible,
.detail-colour.is-current { color: var(--navy); }
.detail-colour.is-current span { outline: 1px solid var(--navy); outline-offset: 2px; }
.detail-buy-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  margin-top: 6px;
  padding: 14px 18px;
  background: var(--navy);
  color: var(--canvas);
  font-size: 13px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease;
}
.detail-buy-button:hover,
.detail-buy-button:focus-visible { background: var(--signal); }
.detail-service-link { display: inline-block; margin: 16px 0 28px; padding-bottom: 2px; border-bottom: 1px solid currentColor; font-size: 11px; }
.detail-disclosures { border-top: 1px solid var(--line); }
.detail-disclosures details { border-bottom: 1px solid var(--line); }
.detail-disclosures summary {
  position: relative;
  padding: 17px 26px 17px 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}
.detail-disclosures summary::-webkit-details-marker { display: none; }
.detail-disclosures summary::after { content: "+"; position: absolute; right: 2px; font-weight: 400; }
.detail-disclosures details[open] summary::after { content: "−"; }
.detail-disclosures details > p { max-width: 42ch; margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.detail-disclosures dl { margin: 0 0 18px; }
.detail-disclosures dl div { display: grid; grid-template-columns: 76px 1fr; padding: 6px 0; font-size: 11px; }
.detail-disclosures dt { color: var(--muted); }
.detail-disclosures dd { margin: 0; }
.detail-manifesto {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 12vw;
  width: min(1180px, calc(100% - 64px));
  margin: 18vh auto;
  align-items: end;
}
.detail-manifesto h2,
.detail-note h2,
.detail-ledger h2,
.detail-related h2,
.detail-final-cta h2 {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(42px, 5.5vw, 76px);
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: -.06em;
}
.detail-manifesto > p { max-width: 40ch; margin: 0; color: var(--muted); font-size: 16px; line-height: 2; }
.detail-editorial { width: calc(100% - 48px); margin: 0 auto; }
.detail-editorial-hero { position: relative; margin: 0; overflow: hidden; }
.detail-editorial-hero img { height: min(86vh, 980px); object-fit: cover; object-position: center; }
.detail-editorial-hero figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 12px;
  border-top: 1px solid var(--canvas);
  color: var(--canvas);
  font-family: var(--utility);
  font-size: 9px;
  letter-spacing: .14em;
}
.detail-note {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12vw;
  width: min(1180px, calc(100% - 64px));
  margin: 18vh auto;
  align-items: end;
}
.detail-note > p { max-width: 42ch; margin: 0; color: var(--muted); font-size: 15px; line-height: 2; }
.detail-image-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.detail-image-pair figure { margin: 0; }
.detail-image-pair img { height: 78vw; max-height: 1100px; object-fit: cover; }
.detail-image-pair figure:first-child img { object-position: center 32%; }
.detail-image-pair figcaption { padding: 10px 0; border-bottom: 1px solid var(--line); font-family: var(--utility); font-size: 8px; letter-spacing: .14em; }
.detail-ledger {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 10vw;
  width: min(1180px, calc(100% - 64px));
  margin: 20vh auto;
}
.detail-ledger h2 { font-size: clamp(40px, 4.5vw, 64px); }
.detail-ledger dl { margin: 0; border-top: 1px solid var(--navy); }
.detail-ledger dl > div { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.detail-ledger dt { color: var(--signal); font-family: var(--utility); font-size: 9px; letter-spacing: .14em; }
.detail-ledger dd { display: flex; justify-content: space-between; gap: 24px; margin: 0; }
.detail-ledger dd strong { font-size: 17px; font-weight: 500; }
.detail-ledger dd span { max-width: 28ch; color: var(--muted); font-size: 12px; text-align: right; }
.detail-related { width: calc(100% - 48px); margin: 0 auto; padding: 16vh 0; border-top: 1px solid var(--navy); }
.detail-related-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 64px; }
.detail-related-heading h2 { font-size: clamp(38px, 4vw, 58px); }
.detail-related-heading > a { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 11px; }
.detail-related-grid { grid-template-columns: repeat(3, 1fr); }
.detail-related-grid .product-card-image { background: var(--canvas); }
.detail-related-grid .product-card-content { padding-inline: 0; }
.detail-final-cta {
  min-height: 78vh;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 14vh 24px;
  background: var(--navy);
  color: var(--canvas);
  text-align: center;
}
.detail-final-cta .detail-eyebrow { color: var(--signal); }
.detail-final-cta h2 { margin-bottom: 44px; font-size: clamp(48px, 7vw, 98px); }
.detail-final-cta > a { display: inline-flex; gap: 16px; padding: 13px 0 7px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.product-detail-page .detail-footer { color: var(--navy); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --page: min(100% - 40px, 760px); }
  .header-inner { height: 76px; }
  .brand-logo { width: 146px; max-height: 72px; }
  .menu-button { position: relative; z-index: 61; display: grid; place-content: center; gap: 6px; width: 48px; height: 48px; padding: 0; border: 1px solid var(--line); background: var(--canvas); cursor: pointer; }
  .menu-button span { width: 21px; height: 2px; background: var(--navy); transition: transform 180ms ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 60; visibility: hidden; opacity: 0; transform: translateY(-10px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; padding: 92px 34px; background: var(--navy); color: var(--white); font-family: var(--display); font-size: 34px; transition: opacity 200ms ease, transform 200ms ease, visibility 200ms; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .site-nav .nav-contact { font-family: var(--body); font-size: 15px; border-color: rgba(255,255,255,.7); }
  .site-nav .nav-contact[aria-current="page"] { background: var(--white); color: var(--navy); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero::before { display: none; }
  .hero-copy { width: var(--page); max-width: none; margin: 0 auto; padding: 80px 0 72px; }
  .hero-image { height: min(112vw, 900px); min-height: 600px; }
  .hero-ghost { bottom: -27px; font-size: 21vw; }
  .signal-strip div { padding: 18px 24px; }
  .heritage-grid { grid-template-columns: 1fr; gap: 54px; }
  .heritage-copy { max-width: 620px; margin-left: auto; }
  .heritage-photo { width: 88%; }
  .product-feature { grid-template-columns: 1fr; }
  .product-visual { min-height: 680px; }
  .product-content { padding: 90px max(32px, calc((100vw - 760px) / 2)); }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .detail-anchor { grid-column: 2; margin-top: 0; }
  .journal { grid-template-columns: 1fr; }
  .journal-heading { position: static; }
  .journal-more { grid-column: auto; margin-top: 10px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-copy { grid-column: 1 / -1; grid-row: 2; }
  .story-hero { min-height: auto; grid-template-columns: 1fr; }
  .story-hero-copy { width: var(--page); max-width: none; margin: 0 auto; padding: 90px 0; }
  .story-portrait { min-height: 700px; }
  .story-body { grid-template-columns: 1fr; gap: 54px; }
  .story-aside { max-width: 320px; }
  .story-chapter { grid-template-columns: 1fr; gap: 30px; }
  .chapter-copy { max-width: 680px; margin-left: auto; }
  .customer-story { grid-template-columns: 1fr; }
  .customer-image { width: 72%; }
  .customer-story article { margin-left: auto; }
  .product-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-hero { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding-top: 100px; }
  .catalog-intro { max-width: 620px; }
  .blog-hero { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding-top: 100px; }
  .blog-hero-note { max-width: 620px; }
  .contact-page-hero { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding-top: 100px; }
  .contact-page-hero > p { max-width: 620px; }
  .contact-channel { grid-template-columns: 130px minmax(0,1fr); }
  .contact-channel small { grid-column: 2; }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 32px); }
  .brand-logo { width: 132px; max-height: 66px; }
  .footer-wordmark .brand-logo { width: 184px; max-height: none; }
  .hero-copy { padding-top: 58px; }
  .hero h1 { font-size: 48px; }
  .hero-description { font-size: 16px; }
  .hero-actions, .contact-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-specs { grid-template-columns: 1fr 1fr; row-gap: 10px; }
  .hero-specs div:last-child { grid-column: 1 / -1; }
  .hero-image { height: 122vw; min-height: 480px; }
  .hero-image figcaption { left: 18px; right: 18px; font-size: 7px; }
  .anchor-stamp { right: 18px; top: 18px; width: 58px; height: 58px; font-size: 24px; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal-strip div { min-height: 64px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .section { padding: 92px 0; }
  .section-label { margin-bottom: 44px; }
  .heritage h2, .construction h2 { font-size: 40px; }
  .heritage-copy .lead { font-size: 20px; }
  .heritage-photo { width: calc(100% - 28px); margin-top: 70px; }
  .heritage-photo::before { left: -28px; top: -28px; width: 90px; height: 90px; }
  .product-visual { min-height: 510px; padding: 44px 20px; }
  .product-content { padding: 74px 24px; }
  .product-content h2 { font-size: 44px; }
  .product-actions { align-items: flex-start; flex-direction: column; }
  .construction-heading > p { text-align: left; }
  .detail-grid { grid-template-columns: 1fr; gap: 50px; }
  .detail-texture, .detail-anchor { grid-column: auto; margin-top: 0; }
  .detail-card > img, .anchor-panel { aspect-ratio: 1 / 1.12; }
  .journal { padding: 88px 24px; }
  .journal-heading h2 { font-size: 42px; }
  .journal-list h3 { font-size: 23px; }
  .contact { min-height: 590px; padding: 80px 22px; }
  .contact h2 { font-size: 42px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .footer-copy { grid-column: auto; grid-row: auto; }
  .story-hero-copy { padding: 64px 0; }
  .story-hero h1 { font-size: 44px; }
  .story-portrait { min-height: 520px; }
  .story-portrait figcaption { flex-direction: column; gap: 4px; }
  .story-body { padding: 92px 0; }
  .story-prose h2, .chapter-heading h2, .customer-story h2 { font-size: 39px; }
  .story-prose > p:not(.story-lead), .chapter-copy p { font-size: 15px; line-height: 1.9; }
  .story-quote { padding: 86px 20px; }
  .story-quote p { font-size: 34px; }
  .story-chapter { padding: 92px 20px; }
  .chapter-copy { padding-top: 10px; }
  .customer-story { padding: 92px 0; }
  .customer-image { width: calc(100% - 18px); }
  .timeline-heading, .timeline-list li { grid-template-columns: 1fr; gap: 16px; }
  .route-timeline { padding-bottom: 92px; }
  .timeline-list li { padding: 26px 0; }
  .story-promise { min-height: 620px; padding: 90px 20px; }
  .story-promise h2 { font-size: 41px; }
  .catalog-heading { align-items: flex-start; flex-direction: column; gap: 28px; }
  .product-card-grid { grid-template-columns: 1fr; gap: 52px; }
  .product-card h3 { min-height: auto; }
  .catalog-hero { padding: 76px 20px; }
  .catalog-hero h1 { font-size: 48px; }
  .catalog-section { padding: 78px 0 100px; }
  .catalog-note { grid-template-columns: 1fr; gap: 12px; padding: 50px 20px; }
  .blog-hero { padding: 76px 20px; }
  .blog-hero h1 { font-size: 46px; }
  .blog-list-section { padding: 80px 0 100px; }
  .blog-list-item > a { grid-template-columns: 34px 1fr; gap: 12px; padding: 30px 0; }
  .blog-list-item > a:hover { padding-inline: 0; background: transparent; }
  .blog-list-arrow { display: none; }
  .blog-list-content h2 { font-size: 24px; }
  .blog-list-content p { font-size: 14px; }
  .post-shell { width: calc(100% - 32px); padding: 50px 0 90px; }
  .post-top { margin-bottom: 52px; }
  .post-heading h1 { font-size: 38px; }
  .post-body { font-size: 16px; line-height: 1.95; }
  .post-pagination { grid-template-columns: 1fr; }
  .post-pagination a:last-child { text-align: left; }
  .contact-page-hero { padding: 76px 20px; }
  .contact-page-hero h1 { font-size: 44px; }
  .contact-channels { padding: 80px 0 100px; }
  .contact-channel { grid-template-columns: 1fr; gap: 10px; min-height: 178px; padding: 30px 0; }
  .contact-channel:hover, .contact-channel:focus-visible { padding-inline: 16px; }
  .contact-channel strong { font-size: 27px; }
  .contact-channel small { grid-column: auto; margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  html { scrollbar-color: auto; }
  .button, .menu-button, .site-nav .nav-contact { border: 1px solid ButtonText; }
  .hero-ghost, .contact-mark { color: CanvasText; -webkit-text-stroke: 0; opacity: .08; }
}

@media (max-width: 980px) {
  .product-detail-page .header-inner,
  .detail-breadcrumb,
  .detail-commerce,
  .detail-editorial,
  .detail-related { width: calc(100% - 32px); }
  .product-detail-page .site-nav { font-family: var(--body); font-weight: 300; }
  .product-detail-page .site-nav .nav-contact { color: inherit; }
  .detail-selvedge { display: none; }
  .detail-commerce { grid-template-columns: 1fr; }
  .detail-gallery { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-buy-panel { position: static; padding: 64px 0 76px; }
  .detail-manifesto,
  .detail-note,
  .detail-ledger { gap: 8vw; }
  .detail-related-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-related-grid .product-card:last-child { display: none; }
}

@media (max-width: 620px) {
  .product-detail-page .header-inner { height: 68px; }
  .product-detail-page .brand-logo { width: 130px; max-height: 64px; }
  .product-detail-page .menu-button { width: 42px; height: 42px; }
  .detail-breadcrumb { padding-block: 15px; }
  .detail-gallery { grid-template-columns: 1fr; gap: 0; padding-top: 16px; }
  .detail-gallery-worn,
  .detail-gallery-wide { display: none; }
  .detail-gallery-item img { aspect-ratio: 4 / 5; }
  .detail-gallery-item figcaption { left: 10px; right: 10px; }
  .detail-buy-panel { padding: 48px 0 64px; }
  .detail-buy-panel h1 { font-size: 39px; }
  .detail-lead { font-size: 14px; }
  .detail-colours { grid-template-columns: repeat(2, 1fr); gap: 16px 8px; }
  .detail-manifesto,
  .detail-note,
  .detail-ledger { grid-template-columns: 1fr; width: calc(100% - 32px); margin-block: 15vh; gap: 48px; }
  .detail-manifesto h2,
  .detail-note h2,
  .detail-final-cta h2 { font-size: 42px; }
  .detail-manifesto > p,
  .detail-note > p { font-size: 15px; }
  .detail-editorial-hero img { height: 116vw; }
  .detail-editorial-hero figcaption { left: 14px; right: 14px; flex-direction: column; gap: 5px; }
  .detail-image-pair { grid-template-columns: 1fr; gap: 48px; }
  .detail-image-pair img { height: 125vw; }
  .detail-ledger dl > div { grid-template-columns: 36px 1fr; gap: 12px; }
  .detail-ledger dd { display: grid; gap: 5px; }
  .detail-ledger dd span { text-align: left; }
  .detail-related { padding-block: 12vh; }
  .detail-related-heading { align-items: flex-start; flex-direction: column; margin-bottom: 44px; }
  .detail-related-grid { grid-template-columns: 1fr; }
  .detail-related-grid .product-card:last-child { display: block; }
  .detail-final-cta { min-height: 70vh; }
}
