:root {
  --navy: #07111f;
  --navy-soft: #0d1b2c;
  --ink: #05080c;
  --mist: #e9edf0;
  --paper: #f6f6f2;
  --white: #ffffff;
  --cyan: #00e7f0;
  --line: rgba(7, 17, 31, 0.18);
  --sans: "Noto Sans CJK SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  --serif: "Noto Serif CJK SC", "Songti SC", SimSun, serif;
  --gutter: clamp(1.25rem, 3.5vw, 4.5rem);
  --header-h: 5rem;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
  margin: 0;
  color: var(--navy);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--navy);
  background: var(--cyan);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

.scroll-progress {
  position: fixed;
  z-index: 110;
  inset: 0 0 auto;
  height: 3px;
  background: transparent;
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--cyan);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: minmax(14rem, 1fr) auto minmax(8rem, 0.35fr);
  align-items: stretch;
  min-height: var(--header-h);
  color: var(--white);
  background: rgba(7, 17, 31, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  gap: 0.85rem;
  align-items: center;
  padding: 0 var(--gutter);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-mark {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  color: var(--navy);
  background: var(--cyan);
  font-family: var(--serif);
  font-size: 1.2rem;
  transform: rotate(-3deg);
}

.primary-nav { display: flex; align-items: stretch; }

.primary-nav a,
.bag-button {
  display: flex;
  min-width: 7.25rem;
  align-items: center;
  justify-content: center;
  padding: 0 1.35rem;
  color: var(--white);
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.primary-nav a:hover,
.bag-button:hover { color: var(--navy); background: var(--cyan); }

.bag-button { justify-self: stretch; gap: 0.75rem; }

.bag-count {
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  color: var(--navy);
  background: var(--cyan);
  border-radius: 50%;
}

.bag-button:hover .bag-count { background: var(--navy); color: var(--white); }
.menu-toggle { display: none; }

.hero {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto 1fr auto;
  min-height: calc(100vh - var(--header-h));
  padding: clamp(2rem, 4vw, 4.75rem) var(--gutter) 0;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 36%, rgba(0, 231, 240, 0.13), transparent 24%),
    linear-gradient(135deg, #07111f 0%, #0c1b2b 54%, #05090f 100%);
}

.hero-index {
  grid-column: 11 / 13;
  align-self: start;
  text-align: right;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero-kicker {
  grid-column: 1 / 6;
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.hero-title {
  position: relative;
  z-index: 3;
  grid-column: 1 / 10;
  grid-row: 2;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.7rem, 10.6vw, 11rem);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.07em;
}

.hero-title span { display: block; width: max-content; }
.hero-title span:nth-child(2) { margin-left: 1.05em; }
.hero-title em { color: var(--cyan); font-style: normal; }

@keyframes title-in {
  from { opacity: 0; transform: translateY(0.55em) skewY(3deg); }
  to { opacity: 1; transform: translateY(0) skewY(0); }
}

.hero-title span {
  animation: title-in 850ms cubic-bezier(.2,.75,.2,1) both;
}

.hero-title span:nth-child(2) { animation-delay: 110ms; }

.hero-copy {
  position: relative;
  z-index: 4;
  grid-column: 1 / 4;
  grid-row: 3;
  align-self: end;
  padding: 4rem 0 2.5rem;
}

.hero-copy p {
  max-width: 25rem;
  margin: 0 0 2rem;
  color: #b9c3cc;
  font-size: clamp(0.93rem, 1.15vw, 1.08rem);
}

.arrow-link {
  display: inline-flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  border-bottom: 2px solid currentColor;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.arrow-link span { color: var(--cyan); font-size: 1.3rem; transition: transform 180ms ease; }
.arrow-link:hover span { transform: translate(0.2rem, 0.2rem); }

.hero-visual {
  position: relative;
  grid-column: 5 / 13;
  grid-row: 2 / 4;
  align-self: end;
  min-height: min(53vw, 42rem);
  margin-left: 1rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, transparent 49.7%, rgba(0, 231, 240, 0.33) 50%, transparent 50.3%),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgba(255,255,255,.08) 12.5%),
    repeating-linear-gradient(0deg, transparent 0, transparent calc(20% - 1px), rgba(255,255,255,.08) 20%),
    radial-gradient(circle at 45% 47%, #234055 0, #122538 32%, #091422 67%);
  border: 1px solid rgba(255,255,255,.16);
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 12% 10%;
  border: 1px solid rgba(0,231,240,.38);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.hero-visual img {
  position: absolute;
  z-index: 2;
  top: 47%;
  left: 50%;
  width: 93%;
  filter: drop-shadow(0 2.7rem 1.5rem rgba(0,0,0,.54));
  transform: translate(-48%, -48%) rotate(-8deg);
  animation: shoe-float 5.5s ease-in-out infinite;
}

@keyframes shoe-float {
  0%, 100% { transform: translate(-48%, -48%) rotate(-8deg); }
  50% { transform: translate(-48%, -51%) rotate(-6deg); }
}

.visual-tag {
  position: absolute;
  z-index: 3;
  top: 1.2rem;
  left: 1.2rem;
  padding: 0.48rem 0.7rem;
  color: var(--navy);
  background: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.visual-number {
  position: absolute;
  right: 0.5rem;
  bottom: -0.25em;
  color: rgba(255,255,255,.08);
  font-family: var(--serif);
  font-size: clamp(10rem, 25vw, 25rem);
  font-weight: 900;
  line-height: 0.8;
}

.hero-visual p {
  position: absolute;
  z-index: 3;
  right: 1.3rem;
  bottom: 1.1rem;
  margin: 0;
  color: #b9c3cc;
  font-size: 0.68rem;
  letter-spacing: .13em;
}

.hero-meta {
  display: flex;
  grid-column: 4 / 13;
  grid-row: 4;
  justify-content: space-between;
  padding: 1.05rem 0;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #9caab6;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ticker {
  overflow: hidden;
  color: var(--navy);
  background: var(--cyan);
  border-block: 2px solid var(--navy);
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  padding: 0.9rem 0;
  animation: ticker 22s linear infinite;
}

.ticker span {
  padding: 0 2rem;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -.04em;
}

.ticker i { width: .55rem; height: .55rem; background: var(--navy); transform: rotate(45deg); }

@keyframes ticker { to { transform: translateX(-50%); } }

.section-shell { padding: clamp(5rem, 9vw, 9rem) var(--gutter); }

.section-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: end;
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--navy);
}

.section-head > div { grid-column: 1 / 8; }
.eyebrow { margin: 0 0 1rem; color: #40505e; font-size: .72rem; font-weight: 900; letter-spacing: .13em; }

.section-head h2,
.selection-copy h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.1rem, 7vw, 7.5rem);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.065em;
}

.section-intro {
  grid-column: 9 / 13;
  margin: 0;
  color: #4b5a67;
  font-size: .96rem;
}

.filter-bar {
  display: flex;
  gap: 0;
  margin: 1.5rem 0 2.5rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.filter-button {
  display: flex;
  flex: 0 0 auto;
  gap: 2rem;
  align-items: center;
  padding: .75rem 1.15rem;
  color: var(--navy);
  background: transparent;
  border: 1px solid var(--navy);
  border-right: 0;
  font-size: .8rem;
  font-weight: 800;
  cursor: pointer;
}

.filter-button:last-child { border-right: 1px solid var(--navy); }
.filter-button span { font-size: .65rem; opacity: .58; }
.filter-button:hover, .filter-button.is-active { color: var(--white); background: var(--navy); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.2rem, 2vw, 2rem);
}

.product-card { grid-column: span 4; min-width: 0; transition: opacity 220ms ease, transform 220ms ease; }
.product-card--wide { grid-column: span 8; }
.product-card.is-hidden { display: none; }

.product-media {
  position: relative;
  display: grid;
  min-height: clamp(18rem, 32vw, 32rem);
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
}

.product-card--wide .product-media { min-height: clamp(20rem, 38vw, 38rem); }

.product-media::after {
  content: "";
  position: absolute;
  inset: auto 8% 8% 8%;
  height: 7%;
  background: rgba(5,8,12,.25);
  border-radius: 50%;
  filter: blur(16px);
}

.product-media img {
  position: relative;
  z-index: 2;
  width: 88%;
  max-height: 83%;
  object-fit: contain;
  transition: transform 450ms cubic-bezier(.2,.75,.2,1);
}

.product-card:hover .product-media img { transform: scale(1.045) rotate(-2deg); }

.media-cyan {
  background:
    linear-gradient(135deg, transparent 49.8%, rgba(7,17,31,.2) 50%, transparent 50.2%),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgba(7,17,31,.13) 12.5%),
    var(--cyan);
}
.media-mist { background: radial-gradient(circle at 70% 30%, #fff 0, transparent 30%), linear-gradient(145deg, #d4dbe0, #f0f2f3); }
.media-dark { background: radial-gradient(circle at 35% 40%, #26384b 0, #081320 63%); }
.media-line { background: repeating-linear-gradient(135deg, #f4f5f2 0 16px, #e3e7e7 16px 17px); }
.media-silver { background: linear-gradient(115deg, #b8c3ca 0, #f1f3f1 48%, #a9b7c0 49%, #dae0e1 100%); }
.media-paper { background: radial-gradient(circle at 62% 30%, #fff 0, transparent 34%), linear-gradient(135deg, #ebece7, #d7dad6); }

.product-badge {
  position: absolute;
  z-index: 4;
  top: 1rem;
  left: 1rem;
  padding: .45rem .65rem;
  color: var(--white);
  background: var(--navy);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.media-dark .product-badge { color: var(--navy); background: var(--cyan); }

.product-seq {
  position: absolute;
  z-index: 1;
  top: 0;
  right: .03em;
  color: rgba(7,17,31,.08);
  font-family: var(--serif);
  font-size: clamp(5rem, 11vw, 11rem);
  font-weight: 900;
  line-height: .8;
}

.media-dark .product-seq { color: rgba(255,255,255,.08); }

.product-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 1rem 0 2.5rem;
  border-top: 2px solid var(--navy);
}

.product-info p { margin: 0 0 .25rem; color: #5b6872; font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.product-info h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2rem); letter-spacing: -.04em; }
.product-buy { display: flex; gap: .8rem; align-items: flex-start; }
.product-buy strong { padding-top: .5rem; white-space: nowrap; font-size: .86rem; }

.add-button {
  padding: .55rem .75rem;
  color: var(--white);
  background: var(--navy);
  border: 1px solid var(--navy);
  font-size: .7rem;
  font-weight: 800;
  cursor: pointer;
}

.add-button:hover { color: var(--navy); background: var(--cyan); }
.add-button.is-added { color: var(--navy); background: var(--cyan); }

.selection {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  min-height: 48rem;
  color: var(--white);
  background: var(--navy);
}

.selection-copy {
  display: flex;
  grid-column: 1 / 6;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem) var(--gutter);
}

.selection-copy .eyebrow { color: var(--cyan); }
.selection-copy p:not(.eyebrow) { max-width: 29rem; margin: 2rem 0; color: #aab5bf; }
.arrow-link--light { align-self: flex-start; }

.selection-stage {
  position: relative;
  grid-column: 6 / 13;
  min-height: 48rem;
  overflow: hidden;
  color: var(--navy);
  background: var(--cyan);
}

.stage-grid {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(16.66% - 1px), rgba(7,17,31,.18) 16.66%),
    repeating-linear-gradient(0deg, transparent 0, transparent calc(12.5% - 1px), rgba(7,17,31,.18) 12.5%);
}

.stage-word {
  position: absolute;
  top: -.1em;
  left: -.08em;
  color: rgba(7,17,31,.08);
  font-family: var(--serif);
  font-size: clamp(20rem, 43vw, 45rem);
  font-weight: 900;
  line-height: .9;
}

.selection-stage img {
  position: absolute;
  z-index: 2;
  top: 51%;
  left: 50%;
  width: 112%;
  filter: drop-shadow(0 2.5rem 1.5rem rgba(7,17,31,.35));
  transform: translate(-48%, -50%) rotate(-10deg);
}

.selection-stage p {
  position: absolute;
  z-index: 3;
  right: 1.5rem;
  bottom: 1.5rem;
  margin: 0;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: .08em;
}

.stage-dot { position: absolute; z-index: 3; width: .9rem; height: .9rem; background: var(--navy); border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px var(--navy); }
.dot-one { top: 36%; left: 25%; }
.dot-two { top: 62%; left: 70%; }

.standard-list { margin: 2.5rem 0 0; padding: 0; list-style: none; }

.standard-list li {
  display: grid;
  grid-template-columns: 1fr 3fr 4fr;
  gap: 2rem;
  align-items: baseline;
  padding: 2rem 0;
  border-bottom: 1px solid var(--navy);
}

.standard-list li > span { color: #68747d; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.standard-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3.4vw, 3.7rem); letter-spacing: -.05em; }
.standard-list p { max-width: 31rem; margin: 0; color: #4b5965; }

.contact {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
  padding: clamp(5rem, 9vw, 9rem) var(--gutter);
  overflow: hidden;
  color: var(--white);
  background: #05080c;
}

.contact-number {
  position: absolute;
  right: -.05em;
  bottom: -.22em;
  color: rgba(255,255,255,.045);
  font-family: var(--serif);
  font-size: clamp(16rem, 42vw, 43rem);
  font-weight: 900;
  line-height: .8;
}

.contact-main { position: relative; z-index: 2; grid-column: 1 / 8; }
.contact .eyebrow { color: var(--cyan); }
.contact-details { position: relative; z-index: 2; grid-column: 9 / 13; align-self: end; }
.contact-details > p { margin: 0 0 2.5rem; color: #a7b0b9; }
.contact-details dl { margin: 0 0 2.5rem; }
.contact-details dl div { display: grid; grid-template-columns: 6rem 1fr; gap: 1rem; padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.contact-details dt { color: #788692; font-size: .72rem; }
.contact-details dd { margin: 0; font-size: .78rem; font-weight: 700; }

.contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem;
  color: var(--navy);
  background: var(--cyan);
  text-decoration: none;
  font-weight: 900;
}
.contact-cta:hover { background: var(--white); }

.closing {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem var(--gutter);
  color: var(--navy);
  background: var(--cyan);
  border-top: 2px solid var(--navy);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .07em;
}
.closing p, .closing span { margin: 0; }
.closing a { justify-self: end; text-decoration: none; }
.closing a:hover { text-decoration: underline; }

.toast {
  position: fixed;
  z-index: 150;
  right: 1.2rem;
  bottom: 1.2rem;
  max-width: calc(100vw - 2.4rem);
  padding: .9rem 1.1rem;
  color: var(--white);
  background: var(--navy);
  border-left: 5px solid var(--cyan);
  box-shadow: 0 .8rem 2rem rgba(0,0,0,.28);
  font-size: .82rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 180ms ease, transform 180ms ease;
}
.toast.is-visible { opacity: 1; transform: translateY(0); }

.js .reveal { opacity: 0; transform: translateY(2rem); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .primary-nav a { min-width: auto; padding: 0 .8rem; }
  .bag-button { min-width: auto; }
  .hero-title { grid-column: 1 / 12; }
  .product-card, .product-card--wide { grid-column: span 6; }
  .product-card--wide .product-media, .product-media { min-height: clamp(19rem, 50vw, 32rem); }
  .selection-copy { grid-column: 1 / 7; }
  .selection-stage { grid-column: 7 / 13; }
}

@media (max-width: 820px) {
  :root { --header-h: 4.25rem; --gutter: 1.25rem; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .brand { padding: 0 var(--gutter); }
  .brand-name { font-size: .86rem; }
  .menu-toggle {
    display: flex;
    gap: .6rem;
    align-items: center;
    padding: 0 1rem;
    color: var(--white);
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.16);
    cursor: pointer;
  }
  .menu-label { font-size: .74rem; font-weight: 800; }
  .menu-icon { display: grid; gap: 5px; }
  .menu-icon i { display: block; width: 18px; height: 2px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav {
    position: fixed;
    z-index: 99;
    inset: var(--header-h) 0 auto;
    display: grid;
    color: var(--white);
    background: var(--navy);
    border-top: 1px solid rgba(255,255,255,.16);
    transform: translateY(-120%);
    visibility: hidden;
    transition: transform 220ms ease, visibility 220ms;
  }
  .primary-nav.is-open { transform: translateY(0); visibility: visible; }
  .primary-nav a { min-height: 4rem; justify-content: flex-start; padding: 0 var(--gutter); border: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .bag-button { min-width: 4.5rem; padding: 0 .7rem; }
  .bag-button > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .hero { grid-template-rows: auto auto auto auto auto; min-height: auto; padding-top: 2rem; }
  .hero-index { grid-column: 8 / 13; }
  .hero-kicker { grid-column: 1 / 9; }
  .hero-title { grid-column: 1 / 13; grid-row: 2; font-size: clamp(4.3rem, 17vw, 8rem); }
  .hero-title span:nth-child(2) { margin-left: .35em; }
  .hero-visual { grid-column: 2 / 13; grid-row: 3; min-height: 68vw; margin: 2rem 0 0; }
  .hero-copy { grid-column: 1 / 9; grid-row: 4; padding: 2rem 0; }
  .hero-meta { grid-column: 1 / 13; grid-row: 5; }
  .section-head > div { grid-column: 1 / 9; }
  .section-intro { grid-column: 9 / 13; }
  .selection { min-height: 0; }
  .selection-copy { grid-column: 1 / 13; padding: 5rem var(--gutter); }
  .selection-stage { grid-column: 1 / 13; min-height: 75vw; }
  .standard-list li { grid-template-columns: .6fr 2fr 3fr; gap: 1rem; }
  .contact-main { grid-column: 1 / 8; }
  .contact-details { grid-column: 8 / 13; }
  .closing { grid-template-columns: 1fr auto; }
  .closing p { display: none; }
}

@media (max-width: 600px) {
  .brand-name { max-width: 8rem; line-height: 1.2; letter-spacing: .03em; }
  .menu-label { display: none; }
  .menu-toggle { padding: 0 .8rem; }
  .hero-index { grid-column: 6 / 13; }
  .hero-kicker { grid-column: 1 / 12; }
  .hero-title { font-size: clamp(3.55rem, 18vw, 6rem); line-height: .9; }
  .hero-title span:nth-child(2) { margin-left: .1em; }
  .hero-visual { grid-column: 1 / 13; min-height: 82vw; clip-path: polygon(8% 0,100% 0,100% 100%,0 100%,0 9%); }
  .hero-copy { grid-column: 1 / 13; }
  .hero-meta { flex-wrap: wrap; gap: .7rem 1.5rem; justify-content: flex-start; }
  .section-head { display: block; }
  .section-intro { margin-top: 1.5rem; max-width: 26rem; }
  .product-card, .product-card--wide { grid-column: 1 / 13; }
  .product-card--wide .product-media, .product-media { min-height: 92vw; }
  .product-info { grid-template-columns: 1fr; }
  .product-buy { justify-content: space-between; align-items: center; }
  .product-buy strong { padding: 0; }
  .selection-stage { min-height: 105vw; }
  .standard-list li { grid-template-columns: 3.2rem 1fr; gap: .5rem; padding: 1.5rem 0; }
  .standard-list p { grid-column: 2; margin-top: .5rem; }
  .contact { display: block; }
  .contact-details { margin-top: 3rem; }
  .contact-details dl div { grid-template-columns: 5.5rem 1fr; }
  .closing { grid-template-columns: 1fr; text-align: center; }
  .closing a { justify-self: center; }
}

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

@media (prefers-contrast: more) {
  :root { --line: rgba(7,17,31,.5); }
  .eyebrow, .section-intro, .product-info p, .standard-list p { color: var(--navy); }
}
