:root {
  color-scheme: dark;
  --black: #070807;
  --ink: #10120f;
  --paper: #eceee8;
  --muted: #a8aea3;
  --acid: #e9ff47;
  --green: #234635;
  --line: rgba(236, 238, 232, 0.22);
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  padding: 0 3vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(to bottom, rgba(5,6,5,.88), rgba(5,6,5,.16));
  backdrop-filter: blur(6px);
}

.wordmark {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -.04em;
}

.site-header nav { display: flex; gap: clamp(1rem, 2vw, 2.2rem); }
.site-header nav a { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--acid); }
.site-header nav a.is-current { color: var(--acid); }
.cart-link { display: inline-flex; align-items: center; gap: .45rem; }
.cart-link span {
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 .3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .65rem;
  line-height: 1;
}

.menu-toggle {
  display: none;
  border: 0;
  padding: .6rem 0;
  background: transparent;
  color: var(--paper);
  font: inherit;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  cursor: pointer;
}

.header-mark {
  justify-self: end;
  color: var(--acid);
  font-size: .72rem;
  letter-spacing: .16em;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 112px 3vw 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
}

.hero-media,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  background: #0b120f url("./assets/local-road.jpeg") center 46% / cover no-repeat;
  filter: grayscale(1) contrast(1.18) brightness(.78);
  transform: scale(1.015);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3,4,3,.72), rgba(3,4,3,.08) 68%),
    linear-gradient(0deg, rgba(3,4,3,.84), transparent 60%);
}

.hero-grid {
  z-index: -1;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 25vw 25vw;
}

.hero-kicker,
.section-label,
.hero-edition,
.drop-title-wrap > p {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
}

.hero h1 {
  margin: auto 0 4vh;
  font-size: clamp(6rem, 19.7vw, 20rem);
  line-height: .68;
  letter-spacing: -.095em;
  font-weight: 900;
}

.hero-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 2rem;
}

.hero-footer > p:first-child {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 2rem);
  line-height: 1.05;
  font-weight: 700;
}

.hero-edition { margin: 0; justify-self: end; text-align: right; line-height: 1.7; }

.scroll-cue {
  position: absolute;
  right: 3vw;
  top: 50%;
  writing-mode: vertical-rl;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.scroll-cue span { color: var(--acid); margin-top: .5rem; }

.section-pad { padding: clamp(5rem, 11vw, 10rem) 5vw; }

.section-label { display: flex; align-items: center; gap: 1rem; color: #52584f; }
.section-label::after { content: ""; height: 1px; flex: 1; background: #c8cbc2; }
.section-label span { color: var(--green); font-weight: 800; }
.section-label.light { color: var(--muted); }
.section-label.light::after { background: var(--line); }
.section-label.light span { color: var(--acid); }

.story { background: var(--paper); color: var(--ink); }

.story-layout {
  margin-top: clamp(4rem, 8vw, 8rem);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  align-items: start;
}

.story h2,
.drop h2 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 8rem);
  line-height: .94;
  letter-spacing: -.07em;
}

.story-copy p {
  margin: 0 0 2rem;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 2;
}
.story-copy strong { color: var(--green); }

.name-build {
  margin-top: clamp(5rem, 10vw, 9rem);
  padding-top: 2rem;
  border-top: 1px solid #b8bdb3;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  text-align: center;
}
.name-build div:not(.plus) { display: flex; flex-direction: column; gap: .7rem; }
.name-build span { font-weight: 900; font-size: clamp(2rem, 4vw, 4.5rem); letter-spacing: -.06em; }
.name-build small { color: #62685f; font-size: .85rem; letter-spacing: .08em; }
.name-build .plus { color: var(--green); font-size: 1.8rem; }

.drop { background: #daddd5; color: var(--ink); }
.drop-layout {
  margin-top: clamp(4rem, 8vw, 8rem);
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 8vw;
  align-items: end;
}
.drop-title-wrap > p { color: var(--green); }
.drop-status { border-top: 1px solid #9ca298; padding-top: 1.5rem; }
.drop-status p { line-height: 1.8; color: #4b5049; }
.drop-status strong { display: block; margin-top: 4rem; font-size: 1.6rem; color: var(--green); letter-spacing: .08em; }

.home-latest { background: var(--paper); color: var(--ink); }
.news-feature {
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(2rem, 4vw, 4rem) 0;
  display: grid;
  grid-template-columns: .45fr 1.35fr auto;
  gap: 3rem;
  align-items: end;
  border-top: 1px solid #aeb3aa;
  border-bottom: 1px solid #aeb3aa;
}
.news-feature-meta,
.news-row-meta {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  color: #596057;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.news-feature h2 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 8rem);
  line-height: .84;
  letter-spacing: -.075em;
}
.news-feature-arrow {
  color: var(--green);
  font-size: clamp(2rem, 4vw, 4rem);
  transition: transform .2s ease;
}
.news-feature:hover .news-feature-arrow,
.news-feature:focus-visible .news-feature-arrow { transform: translate(5px, -5px); }

.home-directory {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #111410;
  color: var(--paper);
}
.home-directory::before,
.home-directory::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-directory::before {
  z-index: -2;
  background: url("./assets/local-bridge.jpeg") center 43% / cover no-repeat;
  filter: grayscale(1) contrast(1.2) brightness(.5);
  transform: scale(1.02);
}
.home-directory::after {
  z-index: -1;
  background: rgba(7, 8, 7, .5);
}
.directory-grid {
  margin-top: clamp(3rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(236, 238, 232, .2);
}
.directory-card {
  min-height: clamp(380px, 48vw, 680px);
  padding: clamp(1.5rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: filter .25s ease;
}
.directory-card:hover,
.directory-card:focus-visible { filter: brightness(1.12); }
.directory-card small,
.directory-card > span {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.directory-card strong {
  font-size: clamp(3.5rem, 8vw, 9rem);
  line-height: .78;
  letter-spacing: -.08em;
}
.directory-shop { background: rgba(35, 70, 53, .9); }
.directory-about { background: #daddd5; color: var(--ink); }
.directory-shop > span { color: var(--acid); }
.directory-about > span { color: var(--green); }
.directory-wide { min-height: clamp(380px, 50vw, 650px); margin-top: clamp(3rem, 7vw, 6rem); }

.home-about { background: #daddd5; color: var(--ink); scroll-margin-top: 76px; }
.home-about-layout {
  margin-top: clamp(4rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 9vw;
  align-items: start;
}
.home-about h2 {
  margin: 0;
  font-size: clamp(3.5rem, 8vw, 9rem);
  line-height: .82;
  letter-spacing: -.08em;
}
.home-about-copy { padding-top: .5rem; }
.home-about-copy p {
  margin: 0 0 2rem;
  color: #454b43;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 2;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-top: 2rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid currentColor;
  color: var(--acid);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translate(3px, -3px); }
.dark-link { color: var(--green); }

/* Interior pages */
.subpage { background: var(--paper); color: var(--ink); }
.subpage .site-header {
  position: sticky;
  background: rgba(7, 8, 7, .96);
}
.page-intro {
  min-height: 56vh;
  padding: clamp(7rem, 13vw, 11rem) 5vw clamp(4rem, 8vw, 7rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(100deg, rgba(7,8,7,.94), rgba(7,8,7,.45)),
    url("./assets/port-night.png") center 58% / cover no-repeat;
  color: var(--paper);
}
.page-intro .eyebrow,
.product-code,
.form-label,
.product-meta dt,
.product-meta dd {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.page-intro .eyebrow { color: var(--acid); }
.page-intro h1 {
  max-width: 1100px;
  margin: 1rem 0 0;
  font-size: clamp(4.3rem, 12vw, 12rem);
  line-height: .82;
  letter-spacing: -.085em;
}
.page-intro p:last-child {
  max-width: 35rem;
  margin: 2rem 0 0 auto;
  color: #d6dad2;
  font-size: 1.05rem;
  line-height: 1.8;
}
.story-page .page-intro {
  min-height: 62vh;
  background:
    linear-gradient(120deg, #070807 0%, #101b15 68%, #1c382b 100%);
}
.story-page .page-intro h1 { color: var(--acid); }
.news-page .page-intro {
  min-height: 52vh;
  background: #10130f;
}
.news-page .page-intro h1 { color: var(--paper); }
.news-index { padding: clamp(5rem, 9vw, 9rem) 5vw clamp(7rem, 11vw, 11rem); }
.news-list { margin-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid #aeb3aa; }
.news-row {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  display: grid;
  grid-template-columns: .45fr 1.35fr auto;
  gap: 3rem;
  align-items: start;
  border-bottom: 1px solid #aeb3aa;
}
.news-row h3 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 4.4rem);
  line-height: .95;
  letter-spacing: -.055em;
}
.news-row p { max-width: 38rem; margin: 1rem 0 0; color: #555b53; line-height: 1.8; }
.news-row > a { color: var(--green); font-size: 1.8rem; transition: transform .2s ease; }
.news-row > a:hover,
.news-row > a:focus-visible { transform: translate(4px, -4px); }
.catalog { padding: clamp(4rem, 8vw, 8rem) 5vw clamp(7rem, 11vw, 11rem); }
.catalog-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #aeb3aa;
}
.catalog-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.055em; }
.catalog-head p { margin: 0; color: #61675e; }
.product-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.product-card { display: block; }
.product-visual {
  min-height: clamp(330px, 51vw, 720px);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #cfd3ca;
  overflow: hidden;
  position: relative;
}
.product-visual::after {
  content: "BEYESIDE";
  position: absolute;
  left: -.04em;
  bottom: -.12em;
  color: #18261e;
  font-size: clamp(4rem, 11vw, 11rem);
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.09em;
}
.product-visual .product-code { color: var(--green); z-index: 1; }
.product-visual .prototype-mark { align-self: flex-end; color: #687067; font-size: .78rem; letter-spacing: .12em; z-index: 1; }
.product-card-info { padding: 1.25rem 0; display: grid; grid-template-columns: 1fr auto; gap: 1rem; border-bottom: 1px solid #aeb3aa; }
.product-card-info h3 { margin: 0; font-size: 1.1rem; letter-spacing: -.02em; }
.product-card-info p { margin: .35rem 0 0; color: #60665e; font-size: .9rem; }
.product-card-info strong { color: var(--green); font-size: .78rem; letter-spacing: .1em; }
.empty-card {
  min-height: clamp(330px, 51vw, 720px);
  padding: 1.5rem;
  border: 1px solid #b9beb5;
  display: flex;
  align-items: flex-end;
  color: #72786f;
}
.empty-card p { margin: 0; font-size: clamp(1.5rem, 3vw, 3.2rem); font-weight: 700; letter-spacing: -.045em; }

.coming-soon-panel {
  min-height: clamp(420px, 62vw, 760px);
  margin-top: 2rem;
  padding: clamp(1.5rem, 4vw, 4rem);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #10130f;
  color: var(--paper);
}
.coming-soon-panel .coming-number {
  position: absolute;
  top: -.2em;
  right: -.02em;
  margin: 0;
  color: #1b2b21;
  font-size: clamp(14rem, 43vw, 42rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.13em;
}
.coming-soon-panel > div { position: relative; max-width: 48rem; }
.coming-soon-panel .product-code { color: var(--acid); }
.coming-soon-panel h3 {
  margin: 1rem 0 2rem;
  font-size: clamp(3.4rem, 8vw, 9rem);
  line-height: .82;
  letter-spacing: -.075em;
}
.coming-soon-panel > div > p:last-child { max-width: 32rem; color: #bfc5bc; line-height: 1.8; }
.commerce-path {
  padding: 1.5rem 0;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  color: #636a61;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.commerce-path span:nth-child(even) { color: var(--green); }

/* Commerce foundation */
.commerce-intro {
  padding: clamp(8rem, 13vw, 12rem) 5vw clamp(3rem, 6vw, 5rem);
  background: #10130f;
  color: var(--paper);
}
.commerce-intro .eyebrow,
.checkout-layout .eyebrow {
  color: var(--acid);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.commerce-intro h1,
.checkout-layout h1 {
  margin: 1rem 0 0;
  font-size: clamp(4rem, 11vw, 11rem);
  line-height: .82;
  letter-spacing: -.085em;
}
.cart-shell {
  min-height: 55vh;
  padding: clamp(3rem, 7vw, 7rem) 5vw clamp(6rem, 10vw, 10rem);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 5vw;
  align-items: start;
}
.cart-empty {
  grid-column: 1 / -1;
  min-height: 430px;
  padding: clamp(1.5rem, 4vw, 4rem);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #daddd5;
  border: 1px solid #b9beb5;
}
.cart-empty > div { position: relative; }
.commerce-number {
  position: absolute;
  top: -.16em;
  right: -.04em;
  margin: 0;
  color: #c9cec5;
  font-size: clamp(12rem, 30vw, 30rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.13em;
}
.cart-empty h2 { margin: 0; font-size: clamp(2.8rem, 6vw, 6.5rem); line-height: .84; letter-spacing: -.07em; }
.cart-empty > div > p { max-width: 32rem; color: #555b53; line-height: 1.8; }
.cart-items { display: grid; gap: 1px; background: #aeb3aa; }
.cart-item {
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  background: var(--paper);
}
.cart-item h2, .cart-item p { margin: 0; }
.cart-item p { margin-top: .4rem; color: #61675e; }
.cart-summary { position: sticky; top: 100px; padding: 1.5rem; background: #111410; color: var(--paper); }
.cart-summary > div, .checkout-total { display: flex; justify-content: space-between; gap: 2rem; }
.cart-summary p { color: #aeb4ac; line-height: 1.7; }
.checkout-button {
  margin-top: 2rem;
  padding: 1rem 1.2rem;
  display: block;
  background: var(--acid);
  color: var(--black);
  font-size: .78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.checkout-header {
  height: 76px;
  padding: 0 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--black);
  color: var(--paper);
}
.checkout-header > a:last-child { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.checkout-layout {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
}
.checkout-layout > section { padding: clamp(4rem, 7vw, 8rem) 7vw; }
.checkout-layout h1 { color: var(--green); }
.checkout-notice { margin: 3rem 0; padding: 1.25rem; border: 1px solid #aeb3aa; }
.checkout-notice strong { color: var(--green); letter-spacing: .12em; }
.checkout-notice p { margin: .5rem 0 0; color: #5d635b; }
.checkout-form { display: grid; gap: 2.5rem; opacity: .48; }
.checkout-form fieldset { margin: 0; padding: 0 0 2rem; display: grid; gap: 1rem; border: 0; border-bottom: 1px solid #aeb3aa; }
.checkout-form legend { margin-bottom: 1.25rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.checkout-form label { display: grid; gap: .5rem; color: #555b53; font-size: .82rem; }
.checkout-form input { border: 0; border-bottom: 1px solid #8d9489; padding: .8rem 0; background: transparent; font: inherit; }
.checkout-form button { justify-self: start; border: 0; padding: 1rem 1.4rem; background: #777; color: white; font: inherit; }
.checkout-summary { padding: clamp(4rem, 7vw, 8rem) 4vw; background: #111410; color: var(--paper); }
.checkout-summary h2 { margin: 0 0 3rem; font-size: 1rem; text-transform: uppercase; letter-spacing: .12em; }
.checkout-summary #checkout-items { min-height: 200px; color: var(--muted); }
.checkout-total { padding-top: 1.5rem; border-top: 1px solid var(--line); }

.product-detail { min-height: calc(100svh - 76px); display: grid; grid-template-columns: 1.05fr .95fr; }
.detail-visual {
  min-height: 760px;
  padding: 5vw;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #cfd3ca;
}
.detail-visual::before {
  content: "001";
  position: absolute;
  top: .05em;
  right: -.05em;
  color: #bac0b6;
  font-size: clamp(12rem, 33vw, 34rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.12em;
}
.detail-visual h1 { position: relative; margin: 0; color: #18261e; font-size: clamp(4rem, 9vw, 9rem); line-height: .78; letter-spacing: -.085em; }
.detail-copy { padding: clamp(4rem, 7vw, 8rem) 5vw; display: flex; flex-direction: column; justify-content: center; background: #111410; color: var(--paper); }
.detail-copy .product-code { color: var(--acid); }
.detail-copy h2 { margin: 1rem 0 1.5rem; font-size: clamp(2.3rem, 4vw, 4.8rem); line-height: .95; letter-spacing: -.06em; }
.detail-copy > p { color: #bfc5bc; line-height: 1.9; }
.product-meta { margin: 3rem 0 0; border-top: 1px solid var(--line); }
.product-meta div { padding: 1rem 0; display: grid; grid-template-columns: 1fr 1.5fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.product-meta dt, .product-meta dd { margin: 0; }
.product-meta dt { color: #777e75; }
.product-meta dd { color: var(--paper); }
.notice-box { margin-top: 2.5rem; padding: 1.25rem; border: 1px solid rgba(233,255,71,.45); color: var(--acid); font-size: .9rem; line-height: 1.7; }

.contact-layout { padding: clamp(5rem, 9vw, 9rem) 5vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.contact-copy h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: .95; letter-spacing: -.065em; }
.contact-copy p { max-width: 28rem; color: #555b53; line-height: 1.9; }
.contact-form { display: grid; gap: 1.5rem; }
.field { display: grid; gap: .65rem; }
.field input, .field textarea, .field select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #8d9489;
  border-radius: 0;
  padding: 1rem 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid var(--green); outline-offset: 4px; }
.submit-button {
  justify-self: start;
  border: 0;
  padding: 1rem 1.4rem;
  background: var(--green);
  color: var(--paper);
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  cursor: pointer;
}
.submit-button:hover, .submit-button:focus-visible { background: var(--black); color: var(--acid); }
.form-note { margin: 0; color: #686e66; font-size: .85rem; line-height: 1.7; }
.form-status { min-height: 1.5em; margin: 0; color: var(--green); font-weight: 700; }
.subpage footer { background: var(--black); color: var(--muted); }

.story-detail { padding: clamp(5rem, 10vw, 10rem) 5vw; }
.story-detail-layout {
  margin-top: clamp(4rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 9vw;
  align-items: start;
}
.story-detail h2 {
  margin: 0;
  font-size: clamp(3.5rem, 8vw, 9rem);
  line-height: .82;
  letter-spacing: -.08em;
}
.story-detail-copy { padding-top: .5rem; }
.story-detail-copy p {
  margin: 0 0 2rem;
  color: #454b43;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 2;
}
.story-statement {
  min-height: 72vh;
  padding: clamp(5rem, 10vw, 9rem) 5vw;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0a0d0b, #1a3328);
  color: var(--paper);
}
.story-statement-inner { width: 100%; }
.story-statement .section-label { color: var(--muted); }
.story-statement .section-label::after { background: var(--line); }
.story-statement .section-label span { color: var(--acid); }
.story-statement h2 {
  margin: clamp(3rem, 7vw, 6rem) 0 0;
  color: var(--acid);
  font-size: clamp(3.6rem, 10vw, 11rem);
  line-height: .8;
  letter-spacing: -.08em;
}
.story-statement p {
  max-width: 32rem;
  margin: 2.5rem 0 0 auto;
  color: #c8cec5;
  font-size: 1.05rem;
  line-height: 1.9;
}
.story-next {
  padding: clamp(5rem, 9vw, 8rem) 5vw;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  background: #daddd5;
  color: var(--ink);
}
.story-next p { margin: 0; color: #5c6259; }
.story-next h2 {
  margin: .75rem 0 0;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: .85;
  letter-spacing: -.07em;
}

footer {
  padding: 2rem 3vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
footer p { margin: 0; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
footer p:last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 760px) {
  .site-header { height: 64px; grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .site-header nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    padding: 1.25rem;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--line);
    background: rgba(7,8,7,.98);
  }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: .9rem 0; }
  .header-mark { display: none; }
  .hero { padding-top: 92px; }
  .hero h1 { font-size: 29vw; line-height: .72; margin-top: auto; }
  .hero-footer { grid-template-columns: 1fr auto; }
  .hero-edition { font-size: .58rem; }
  .scroll-cue { display: none; }
  .section-pad { padding: 5.5rem 1.25rem; }
  .news-feature { grid-template-columns: 1fr auto; gap: 2rem 1rem; }
  .news-feature-meta { grid-column: 1 / -1; }
  .news-feature h2 { font-size: clamp(3rem, 15vw, 5.2rem); }
  .directory-grid { grid-template-columns: 1fr; }
  .directory-card { min-height: 65svh; }
  .story-layout, .drop-layout, .home-about-layout { grid-template-columns: 1fr; gap: 3rem; }
  .story h2, .drop h2 { font-size: clamp(3rem, 15vw, 5.2rem); }
  .story-copy p { line-height: 1.85; }
  .name-build { grid-template-columns: 1fr; gap: 1.5rem; }
  .name-build .plus { transform: rotate(90deg); }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { justify-self: start; }
  .page-intro { min-height: 48vh; padding: 7rem 1.25rem 3rem; }
  .page-intro p:last-child { margin-left: 0; }
  .news-index { padding: 4rem 1.25rem 7rem; }
  .news-row { grid-template-columns: 1fr auto; gap: 1.5rem 1rem; }
  .news-row-meta { grid-column: 1 / -1; }
  .catalog { padding: 4rem 1.25rem 7rem; }
  .catalog-head { align-items: flex-end; }
  .product-grid { grid-template-columns: 1fr; }
  .coming-soon-panel { min-height: 60svh; }
  .product-detail { grid-template-columns: 1fr; }
  .detail-visual { min-height: 55svh; padding: 2rem 1.25rem; }
  .detail-copy { padding: 4rem 1.25rem 5rem; }
  .contact-layout { padding: 4rem 1.25rem 6rem; grid-template-columns: 1fr; gap: 3rem; }
  .story-detail { padding: 5rem 1.25rem; }
  .story-detail-layout { grid-template-columns: 1fr; gap: 3rem; }
  .story-statement { min-height: 65vh; padding: 5rem 1.25rem; }
  .story-statement p { margin-left: 0; }
  .story-next { padding: 5rem 1.25rem; align-items: flex-start; flex-direction: column; }
  .commerce-intro { padding: 7rem 1.25rem 3rem; }
  .cart-shell { padding: 3rem 1.25rem 6rem; grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .commerce-path { justify-content: flex-start; flex-wrap: wrap; }
  .checkout-header { height: 64px; padding: 0 1.25rem; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-layout > section, .checkout-summary { padding: 4rem 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
