:root {
  --sand: #e9dfcf;
  --sand-light: #f3ecdf;
  --paper: #f7f2e9;
  --espresso: #251812;
  --brown: #4a3025;
  --blue: #1647d8;
  --blue-dark: #0d2c8c;
  --line: rgba(37, 24, 18, 0.24);
  --shadow: 0 22px 60px rgba(37, 24, 18, 0.12);
  --font-display: "Arial Black", "Microsoft YaHei", "PingFang SC", sans-serif;
  --font-body: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: var(--espresso);
  background: var(--sand);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

::selection { background: var(--blue); color: #fff; }

img { display: block; max-width: 100%; }

a { color: inherit; }

button, input { font: inherit; }

button { color: inherit; }

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: .7rem 1rem;
  color: #fff;
  background: var(--espresso);
  transform: translateY(-160%);
  transition: transform .2s ease;
}

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

.page-grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 5.3rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: .8rem clamp(1.2rem, 3vw, 3rem);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, min-height .25s ease;
}

.site-header.is-scrolled {
  min-height: 4.6rem;
  background: rgba(233, 223, 207, .94);
  border-color: var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
  line-height: 1.02;
}

.brand-mark {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  color: var(--sand-light);
  background: var(--espresso);
  font-family: var(--font-display);
  font-size: 1.2rem;
  transform: rotate(-5deg);
}

.brand-name {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.5rem); }

.site-nav a,
.header-cta {
  position: relative;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.4rem;
  left: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.header-cta {
  justify-self: end;
  padding: .7rem 1rem;
  border: 1px solid var(--espresso);
  transition: color .2s ease, background .2s ease;
}

.header-cta:hover { color: var(--sand-light); background: var(--espresso); }

.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(22rem, .88fr);
  align-items: end;
  gap: clamp(2rem, 4vw, 5rem);
  padding: 9rem clamp(1.2rem, 5vw, 5.8rem) 4rem;
}

.hero-copy { position: relative; z-index: 2; padding-bottom: clamp(1rem, 4vw, 4rem); }

.eyebrow,
.kicker,
.image-frame figcaption,
.product-code {
  font-size: .67rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .16em;
}

.eyebrow {
  max-width: 52rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--espresso);
}

.hero h1 {
  margin: .35rem 0 1.8rem;
  font-family: var(--font-display);
  font-size: clamp(5.5rem, 13.2vw, 13.5rem);
  font-weight: 900;
  line-height: .76;
  letter-spacing: -.105em;
}

.hero h1 > span { display: block; width: max-content; }
.hero h1 .hero-blue { margin-left: 15%; color: var(--blue); }
.hero h1 .hero-outline {
  margin-left: 3%;
  color: transparent;
  -webkit-text-stroke: clamp(1.5px, .15vw, 3px) var(--espresso);
}

.hero-lede {
  max-width: 32rem;
  margin: 0 0 1.8rem 18%;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 600;
}

.hero-actions { margin-left: 18%; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }

.button {
  min-height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.4rem;
  border: 1px solid currentColor;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-3px); }
.button-dark { color: var(--sand-light); background: var(--espresso); border-color: var(--espresso); }
.button-dark:hover { color: #fff; background: var(--blue); border-color: var(--blue); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .35rem 0;
  border-bottom: 1px solid currentColor;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.hero-visual { position: relative; align-self: center; margin-top: 3rem; }

.image-frame { margin: 0; }

.image-frame img {
  width: 100%;
  background: #d4c5af;
  object-fit: cover;
}

.hero-image { width: min(100%, 34rem); margin-left: auto; transform: rotate(1.7deg); box-shadow: var(--shadow); }
.hero-image img { aspect-ratio: 4 / 5.2; }

.image-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem .2rem 0;
  text-transform: none;
}

.drop-note {
  position: absolute;
  z-index: 3;
  top: 11%;
  left: -3rem;
  width: 8.2rem;
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  color: #fff;
  background: var(--blue);
  box-shadow: 10px 12px 0 var(--espresso);
  transform: rotate(-7deg);
}

.drop-note span { font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.drop-note strong { margin: .3rem 0; font-family: var(--font-display); font-size: 2rem; line-height: 1; }

.round-stamp {
  position: absolute;
  right: -2.5rem;
  bottom: 3rem;
  width: 6.5rem;
  height: 6.5rem;
  display: grid;
  place-items: center;
  padding: 1rem;
  border-radius: 50%;
  color: var(--sand-light);
  background: var(--espresso);
  font-size: .63rem;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: .22em;
  text-align: center;
  transform: rotate(8deg);
}

.hero-index {
  position: absolute;
  right: -1rem;
  bottom: -3.5rem;
  z-index: -1;
  color: rgba(37, 24, 18, .08);
  font-family: var(--font-display);
  font-size: 18rem;
  line-height: 1;
}

.ticker {
  overflow: hidden;
  border-top: 2px solid var(--espresso);
  border-bottom: 2px solid var(--espresso);
  background: var(--blue);
  color: #fff;
  transform: rotate(-1deg) scale(1.02);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: .5rem 0;
  animation: ticker 24s linear infinite;
}

.ticker span { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 3rem); line-height: 1.1; letter-spacing: -.04em; white-space: nowrap; }
.ticker i { width: .7rem; height: .7rem; display: block; background: var(--sand-light); transform: rotate(45deg); }

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

.section-shell { width: min(100% - 2.4rem, 88rem); margin-inline: auto; }

.lookbook { padding-top: clamp(7rem, 12vw, 12rem); padding-bottom: clamp(7rem, 12vw, 12rem); }

.section-intro {
  display: grid;
  grid-template-columns: .4fr 1.4fr .7fr;
  align-items: start;
  gap: 2rem;
  margin-bottom: clamp(5rem, 10vw, 11rem);
}

.section-intro h2,
.products-heading h2,
.closing h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 8vw, 8.8rem);
  line-height: .9;
  letter-spacing: -.075em;
}

.section-intro h2 span,
.products-heading h2 span,
.closing h2 span { color: var(--blue); }

.section-intro > p:last-child { max-width: 22rem; margin-top: 1rem; font-weight: 600; }

.look {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 8rem);
  margin-bottom: clamp(7rem, 15vw, 15rem);
}

.look .image-frame img { aspect-ratio: 4 / 5; }
.look-one .image-frame { width: 86%; transform: rotate(-2deg); box-shadow: var(--shadow); }
.look-two { grid-template-columns: minmax(18rem, .75fr) minmax(0, 1.25fr); }
.look-two .image-frame { transform: rotate(1.5deg); box-shadow: var(--shadow); }
.look-three { grid-template-columns: minmax(0, 1.35fr) minmax(20rem, .65fr); margin-bottom: 0; }
.look-three .image-frame { margin-left: 7%; }

.look-copy { position: relative; }
.look-copy h3 { margin: 0 0 1.5rem; font-family: var(--font-display); font-size: clamp(3rem, 6.2vw, 6.8rem); line-height: .88; letter-spacing: -.075em; }
.look-copy > p:not(.kicker) { max-width: 29rem; margin: 0 0 2rem; font-weight: 600; }
.look-number { position: absolute; z-index: -1; top: -6rem; right: 0; color: rgba(22, 71, 216, .1); font-family: var(--font-display); font-size: 10rem; line-height: 1; }
.look-copy-card { z-index: 2; margin-left: -11rem; padding: clamp(1.5rem, 4vw, 4rem); background: var(--paper); box-shadow: var(--shadow); transform: rotate(-1deg); }

.products { padding: clamp(7rem, 12vw, 12rem) 0; color: var(--sand-light); background: var(--espresso); }

.products-heading { display: grid; grid-template-columns: 1.7fr .5fr; align-items: end; gap: 3rem; margin-bottom: 5rem; }
.products-heading h2 span { color: #6d8cff; }
.products-heading > p { max-width: 24rem; margin: 0 0 .6rem; color: #cbbdae; }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(4rem, 9vw, 9rem) clamp(1.5rem, 4vw, 4rem); }
.product-card { min-width: 0; }
.product-shift { margin-top: 7rem; }
.product-art { position: relative; overflow: hidden; aspect-ratio: 1 / 1.02; padding: clamp(1rem, 3vw, 3rem); }
.product-art img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-art img { transform: scale(1.045) rotate(-1deg); }
.product-art-blue { background: var(--blue); }
.product-art-sand { background: #d7c8b2; }
.product-art-dark { background: #34231d; border: 1px solid rgba(255,255,255,.14); }
.product-art-brown { background: #765441; }
.product-badge { position: absolute; top: 1rem; left: 1rem; padding: .35rem .55rem; color: var(--espresso); background: var(--sand-light); font-size: .65rem; font-weight: 800; }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1.3rem 0 1rem; border-bottom: 1px solid rgba(255,255,255,.25); }
.product-info h3 { margin: .15rem 0 .25rem; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.2; }
.product-info p { margin: 0; color: #bcae9f; font-size: .78rem; }
.product-code { color: #7f9cff !important; }
.product-meta { display: flex; flex-direction: column; align-items: flex-end; gap: .25rem; white-space: nowrap; }
.product-meta strong { color: #fff; font-size: 1.1rem; }
.product-meta span { color: #bcae9f; font-size: .7rem; }
.quick-view { width: 100%; display: flex; justify-content: space-between; padding: .9rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); color: var(--sand-light); background: transparent; font-weight: 800; text-align: left; cursor: pointer; }
.quick-view span { color: #7f9cff; font-size: 1.4rem; line-height: 1; transition: transform .2s ease; }
.quick-view:hover span { transform: rotate(90deg); }

.attitude { display: grid; grid-template-columns: .5fr 1.5fr .6fr; gap: 3rem; padding-top: clamp(8rem, 14vw, 15rem); padding-bottom: clamp(8rem, 14vw, 15rem); }
.attitude-label { display: flex; flex-direction: column; justify-content: space-between; min-height: 16rem; }
.blue-dot { width: 1.2rem; height: 1.2rem; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 .5rem rgba(22,71,216,.15); }
.attitude-statement h2 { margin: 0; font-family: var(--font-display); font-size: clamp(3.2rem, 7.3vw, 8rem); line-height: .92; letter-spacing: -.075em; }
.attitude-statement h2 span { display: inline-block; color: var(--blue); transform: translateX(-3%); }
.attitude-notes { align-self: end; }
.attitude-notes > p { margin: 0 0 2.5rem; font-weight: 600; }
.attitude-notes dl { margin: 0; border-top: 1px solid var(--espresso); }
.attitude-notes dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .75rem; }
.attitude-notes dt { font-weight: 800; }
.attitude-notes dd { margin: 0; }

.service-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--espresso); border-bottom: 1px solid var(--espresso); }
.service-strip div { min-height: 10rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 2rem; }
.service-strip div + div { border-left: 1px solid var(--espresso); }
.service-strip strong { color: var(--blue); font-family: var(--font-display); font-size: 2.4rem; }
.service-strip span { font-size: .8rem; font-weight: 800; line-height: 1.5; }

.closing { position: relative; overflow: hidden; min-height: 86vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8rem 1.2rem; color: var(--sand-light); background: var(--blue); text-align: center; }
.closing h2 { position: relative; z-index: 1; }
.closing h2 span { color: var(--sand-light); -webkit-text-stroke: 2px var(--espresso); }
.closing-actions { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 2rem; margin-top: 3rem; }
.button-light { color: var(--espresso); background: var(--sand-light); border-color: var(--sand-light); }
.button-light:hover { color: var(--sand-light); background: var(--espresso); border-color: var(--espresso); }
.text-link-light { color: #fff; }
.closing-word { position: absolute; right: -4vw; bottom: -18vw; color: rgba(0,0,0,.12); font-family: var(--font-display); font-size: min(58vw, 54rem); line-height: 1; }

.product-dialog { width: min(62rem, calc(100% - 2rem)); max-height: calc(100% - 2rem); padding: 0; border: 0; color: var(--espresso); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.product-dialog::backdrop { background: rgba(23,15,12,.72); backdrop-filter: blur(4px); }
.product-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; }
.dialog-close { position: absolute; z-index: 2; top: .8rem; right: .8rem; width: 2.7rem; height: 2.7rem; border: 1px solid var(--espresso); border-radius: 50%; background: var(--sand-light); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.dialog-art { min-height: 34rem; display: grid; place-items: center; padding: 3rem; background: var(--blue); }
.dialog-art img { width: 100%; height: 100%; max-height: 28rem; object-fit: contain; }
.dialog-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); }
.dialog-content h2 { margin: .5rem 0 1rem; font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.06em; }
.dialog-detail { margin: 0 0 1.5rem; }
.dialog-price { color: var(--blue); font-size: 1.6rem; }
.size-row { display: flex; gap: .5rem; margin: 1.5rem 0; }
.size-row span { width: 2.7rem; height: 2.7rem; display: grid; place-items: center; border: 1px solid var(--line); font-size: .75rem; font-weight: 800; }
.dialog-content .button { align-self: flex-start; }

.noscript-note { position: fixed; z-index: 999; right: 1rem; bottom: 1rem; max-width: 25rem; margin: 0; padding: 1rem; color: #fff; background: var(--espresso); font-size: .8rem; }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.25,1); }
.js .reveal[data-delay="1"] { transition-delay: .12s; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { justify-self: end; display: flex; align-items: center; gap: .55rem; padding: .65rem .8rem; border: 1px solid var(--espresso); background: transparent; font-size: .75rem; font-weight: 800; cursor: pointer; }
  .menu-icon { position: relative; width: 1.2rem; height: 2px; display: block; background: currentColor; transition: background .2s ease; }
  .menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; width: 100%; height: 2px; background: currentColor; transition: transform .2s ease; }
  .menu-icon::before { top: -.36rem; }
  .menu-icon::after { top: .36rem; }
  .menu-toggle[aria-expanded="true"] .menu-icon { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-icon::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon::after { top: 0; transform: rotate(-45deg); }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.2rem 1.4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--espresso); background: var(--sand); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-nav a::after { display: none; }

  .hero { grid-template-columns: 1fr; align-items: start; padding-top: 8rem; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { font-size: clamp(5rem, 20vw, 11rem); }
  .hero-visual { width: min(78%, 35rem); margin: 0 4% 2rem auto; }
  .hero-index { bottom: 0; }
  .section-intro { grid-template-columns: 1fr 2fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .look-copy-card { margin-left: -6rem; }
  .attitude { grid-template-columns: .35fr 1.65fr; }
  .attitude-notes { grid-column: 2; max-width: 32rem; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 5rem; }
  .site-header { min-height: 4.7rem; padding-inline: 1rem; }
  .brand-mark { width: 2.2rem; height: 2.2rem; }
  .brand-name { font-size: .65rem; }

  .hero { min-height: auto; gap: 3.5rem; padding: 7.5rem 1rem 5rem; }
  .eyebrow { gap: .8rem; font-size: .58rem; }
  .hero h1 { margin-top: .7rem; font-size: clamp(4.2rem, 24vw, 7.4rem); letter-spacing: -.11em; }
  .hero h1 .hero-blue { margin-left: 11%; }
  .hero-lede, .hero-actions { margin-left: 8%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .9rem; }
  .hero-visual { width: 82%; margin-right: 4%; }
  .drop-note { left: -2rem; width: 6.7rem; min-height: 8.2rem; }
  .drop-note strong { font-size: 1.5rem; }
  .round-stamp { right: -1.5rem; bottom: 2rem; width: 5.5rem; height: 5.5rem; font-size: .52rem; }
  .hero-index { right: -2rem; font-size: 10rem; }

  .ticker-track { gap: 1.2rem; }
  .ticker span { font-size: 1.6rem; }

  .section-intro { display: block; margin-bottom: 6rem; }
  .section-intro .kicker { margin-bottom: 1.2rem; }
  .section-intro h2, .products-heading h2, .closing h2 { font-size: clamp(3.2rem, 16vw, 5rem); }

  .look { display: flex; flex-direction: column; align-items: stretch; gap: 3rem; margin-bottom: 8rem; }
  .look .image-frame, .look-three .image-frame { width: 94%; margin: 0; }
  .look-two .image-frame { order: -1; margin-left: 6%; }
  .look-copy { padding-inline: .5rem; }
  .look-copy h3 { font-size: clamp(3rem, 15vw, 5rem); }
  .look-number { top: -3.8rem; font-size: 7rem; }
  .look-copy-card { margin: -5rem 0 0 8%; padding: 1.6rem; }

  .products-heading { display: block; }
  .products-heading > p { margin-top: 1.5rem; }
  .product-grid { grid-template-columns: 1fr; gap: 5rem; }
  .product-shift { margin-top: 0; }
  .product-info { grid-template-columns: 1fr; }
  .product-meta { align-items: flex-start; }

  .attitude { display: block; }
  .attitude-label { min-height: auto; flex-direction: row; margin-bottom: 3rem; }
  .attitude-statement h2 { font-size: clamp(3.2rem, 15.5vw, 5.2rem); }
  .attitude-notes { margin-top: 3rem; }

  .service-strip { grid-template-columns: 1fr; }
  .service-strip div { min-height: 7rem; justify-content: flex-start; padding-inline: 20%; }
  .service-strip div + div { border-top: 1px solid var(--espresso); border-left: 0; }

  .closing { min-height: 78vh; }
  .closing-actions { align-items: center; flex-direction: column; gap: 1rem; }

  .product-dialog[open] { display: block; }
  .dialog-art { min-height: 17rem; height: 38vh; padding: 2rem; }
  .dialog-content { padding: 2rem; }
}

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