:root {
  --ink: #1d1714;
  --muted: #6d625b;
  --paper: #f7f1e9;
  --white: #fff;
  --blue: #7c572d;
  --deep-blue: #261a14;
  --lime: #c9a45a;
  --brown: #3e2f23;
  --gold-bright: #ead19a;
  --gold-grad: linear-gradient(135deg,#e7c98c 0%,#c49a53 45%,#9c7634 100%);
  --line: rgba(13, 23, 24, 0.17);
  --shell: min(1240px, calc(100vw - 80px));
  --display-font: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", system-ui, Arial, sans-serif;
  --body-font: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", system-ui, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--body-font); font-size: 15px; line-height: 1.75; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { image-rendering: auto; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: 138px 0; scroll-margin-top: 60px; }
.section:not(.hero) {
  content-visibility: auto;
  contain-intrinsic-size: 1200px;
}
.skip-link { position: fixed; top: -50px; left: 16px; z-index: 100; padding: 12px 18px; color: var(--brown); background: var(--gold-bright); transition: top .2s; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.utility-bar { color: #dce1e1; background: var(--ink); font-size: 12px; letter-spacing: .08em; }
.utility-inner { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.utility-links { display: flex; align-items: center; gap: 30px; }
.utility-links a:hover { color: var(--gold-bright); }
.language-label { color: #b8afaa; }
.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.98); box-shadow: 0 1px 0 rgba(29,23,20,.08); }
.brand-row { height: 108px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand-text {
  font-family: var(--body-font);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 3px;
  background: linear-gradient(135deg,#E7C98C 0%,#C49A53 45%,#9C7634 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.brand-row > p { margin: 0 0 0 auto; padding-right: 42px; color: var(--muted); font-size: 12px; line-height: 1.45; letter-spacing: .12em; text-align: right; opacity: .82; }
.main-nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nav-inner { height: 58px; display: flex; align-items: center; gap: 42px; font-size: 14px; font-weight: 700; }
.nav-inner a { position: relative; }
.nav-inner a:not(.shop-link)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--gold-bright); transition: right .25s; }
.nav-inner a:hover::after { right: 0; }
.shop-link { margin-left: auto; color: var(--brown); }
.shop-link span { padding-left: 7px; }
.menu-toggle { display: none; }

.hero { min-height: 720px; height: calc(100vh - 204px); overflow: hidden; display: flex; align-items: center; color: var(--white); background: var(--deep-blue); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,16,11,.94) 0%, rgba(25,16,11,.79) 42%, rgba(25,16,11,.25) 74%, rgba(25,16,11,.08) 100%); }
.hero-art { position: absolute; inset: 0; overflow: hidden; background: #4a3428 url('/images/ultra/hero-conditioner-ultra.webp') center 55% / cover no-repeat; filter: saturate(.95) contrast(1.03) brightness(.98); }
.image-placeholder::before { content: attr(data-label); position: absolute; right: 18px; bottom: 18px; z-index: 2; padding: 7px 10px; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.35); font-size: 12px; letter-spacing: .08em; }
.hero-content { position: relative; z-index: 2; padding-top: 25px; }
.eyebrow { margin: 0 0 25px; color: var(--brown); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.eyebrow.light { color: var(--gold-bright); }
.hero h1 { max-width: 850px; margin: 0; font-family: var(--display-font); font-size: clamp(52px, 5.6vw, 84px); font-weight: 600; line-height: 1.05; letter-spacing: -.03em; }
.hero-copy { max-width: 550px; margin: 30px 0; color: rgba(255,255,255,.83); font-size: 16px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 8px; border-bottom: 1px solid currentColor; color: var(--brown); font-size: 14px; font-weight: 700; letter-spacing: .01em; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link.light { color: var(--white); }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 28px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .12em; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 38px; background: var(--gold-bright); }

.intro { background: var(--paper); }
.intro::before,
.brand-story::before,
.campaign::before {
  content: "";
  position: absolute;
  inset: auto;
  width: 34vw;
  height: 34vw;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(201,164,90,.12) 0%, rgba(201,164,90,.06) 34%, rgba(201,164,90,0) 70%);
  filter: blur(8px);
}
.intro::before { top: 10px; right: -11vw; }
.brand-story::before { bottom: -12vw; right: -10vw; }
.campaign::before { top: 1vw; left: -12vw; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.section-heading h2, .split-heading h2, .stories-heading h2, .contact h2, .feature h2 { margin: 0; font-family: var(--display-font); font-size: clamp(38px, 4vw, 62px); font-weight: 600; line-height: 1.12; letter-spacing: -.025em; }
.intro-copy .lead { margin-top: 32px; color: var(--ink); font-family: var(--display-font); font-size: 22px; line-height: 1.62; }
.intro-copy p { margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.stats { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.stats div { padding: 40px 30px 5px 0; border-right: 1px solid var(--line); }
.stats div + div { padding-left: 35px; }
.stats div:last-child { border-right: 0; }
.stats strong { display: block; color: var(--brown); font-size: 42px; letter-spacing: -.05em; line-height: 1; }
.stats span { display: block; margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.intro-gallery {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.intro-gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(74,52,40,.08);
  border-radius: 28px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 14px 28px rgba(83,57,39,.06);
}
.intro-gallery-card:nth-child(1) .intro-gallery-media { --gallery-bg: url('/images/haircare-duo.jpg'); }
.intro-gallery-card:nth-child(2) .intro-gallery-media { --gallery-bg: url('/images/haircare-trio.jpg'); }
.intro-gallery-card:nth-child(3) .intro-gallery-media { --gallery-bg: url('/images/hair-care-model.png'); }
.intro-gallery-media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(180deg, #f6ecdf 0%, #efe0cc 100%);
}
.intro-gallery-media::before {
  content: "";
  position: absolute;
  inset: -24px;
  background: var(--gallery-bg) center / cover no-repeat;
  filter: blur(18px) saturate(.92);
  opacity: .28;
}
.intro-gallery-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
}
.intro-gallery-overlay {
  position: static;
  display: grid;
  gap: 6px;
  padding: 18px 20px 0;
  background: rgba(255,255,255,.86);
}
.intro-gallery-overlay::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-bright), rgba(201,164,90,.14));
}
.intro-gallery-overlay span {
  color: var(--brown);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}
.intro-gallery-overlay strong {
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.24;
}
.intro-gallery-overlay small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.brand-story { background: linear-gradient(180deg, #f7f1e9 0%, #f3e8db 100%); }
.brand-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: end; }
.brand-story-copy .lead { margin-top: 32px; color: var(--ink); font-family: var(--display-font); font-size: 22px; line-height: 1.62; }
.brand-story-copy p { margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.brand-story-points { margin-top: 44px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.brand-story-points article { min-height: 220px; padding: 28px 28px 26px; border: 1px solid rgba(74,52,40,.08); border-radius: 24px; background: rgba(255,255,255,.78); box-shadow: 0 10px 22px rgba(83,57,39,.04); }
.brand-story-points span { display: block; color: var(--brown); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.brand-story-points h3 { margin: 16px 0 14px; color: var(--ink); font-family: var(--display-font); font-size: 21px; font-weight: 600; line-height: 1.28; }
.brand-story-points p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.brand-story-points article::before {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-bright), rgba(201,164,90,.12));
}

.feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: center; }
.feature-media { position: relative; aspect-ratio: 4 / 5; min-height: 0; overflow: hidden; border: 1px solid rgba(74,52,40,.10); background: #eadbca; box-shadow: 0 18px 40px rgba(64,43,31,.08); }
.feature-media img { width: 100%; height: 100%; display: block; object-fit: contain; }
.placeholder-number { position: absolute; z-index: 2; left: 25px; top: 20px; color: rgba(255,255,255,.8); font-size: 13px; }
.feature-content > p:not(.eyebrow) { margin: 30px 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.check-list { margin: 0 0 42px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.check-list li { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.7; }
.check-list span { display: inline-block; width: 48px; color: var(--brown); font-size: 12px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 45px; min-width: 220px; padding: 17px 22px; color: #3a2a12; border: 0; background: var(--gold-grad); font-size: 12px; font-weight: 700; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; letter-spacing: .02em; box-shadow: 0 10px 22px rgba(176,133,63,.18); }
.button:hover { transform: translateY(-1px); filter: brightness(1.03); box-shadow: 0 14px 28px rgba(176,133,63,.24); }
.button-ghost { color: var(--brown); border: 1px solid rgba(141,104,56,.24); background: transparent; }
.button-ghost:hover { color: #3a2a12; background: rgba(217,184,119,.14); border-color: rgba(141,104,56,.34); }

.categories { color: var(--white); background: var(--ink); }
.split-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 8vw; align-items: end; }
.split-heading > p { margin: 0 0 8px; color: #aab2b3; font-size: 14px; line-height: 1.75; }
.category-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.category-card { overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: #2a211c; transition: transform .35s ease, border-color .35s ease; }
.category-card:hover { transform: translateY(-6px); border-color: rgba(201,163,106,.42); }
.category-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #dac7b2; }
.category-image img { width: 100%; height: 100%; display: block; object-fit: contain; }
.category-card > div:last-child { padding: 28px; }
.category-card span { color: var(--gold-bright); font-size: 12px; }
.category-card h3 { margin: 14px 0 10px; font-family: var(--display-font); font-size: 22px; font-weight: 600; line-height: 1.28; }
.category-card p { margin: 0; color: #aab2b3; font-size: 14px; line-height: 1.75; }

.campaign { overflow: hidden; background: #f2e7da; }
.campaign-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 8vw; align-items: end; }
.campaign-heading h2 { margin: 0; font-family: var(--display-font); font-size: clamp(44px, 4.8vw, 68px); font-weight: 600; line-height: 1.08; letter-spacing: -.025em; }
.campaign-intro { padding-bottom: 8px; }
.campaign-intro > p { max-width: 560px; margin: 0 0 28px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.campaign-detail-button { padding-left: 0; border-top: 0; border-right: 0; border-left: 0; background: transparent; cursor: pointer; color: var(--brown); }
.campaign-points { margin-top: 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.campaign-points > div { min-height: 168px; padding: 18px 18px 16px; border: 1px solid rgba(74,52,40,.08); border-radius: 20px; background: linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,248,240,.94) 100%); box-shadow: 0 14px 30px rgba(83,57,39,.05); }
.campaign-points strong { display: block; color: var(--brown); font-size: 12px; letter-spacing: .16em; }
.campaign-points span { display: block; margin-top: 14px; color: var(--ink); font-family: var(--display-font); font-size: 18px; font-weight: 600; line-height: 1.28; }
.campaign-points small { display: block; margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.campaign-gallery { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: start; }
.campaign-tile { margin: 0; overflow: hidden; border: 1px solid rgba(74,52,40,.08); background: var(--white); box-shadow: 0 18px 44px rgba(83,57,39,.06); transition: transform .35s ease, box-shadow .35s ease; }
.campaign-tile:hover { transform: translateY(-5px); box-shadow: 0 28px 72px rgba(83,57,39,.14); }
.campaign-tile img { width: 100%; aspect-ratio: 4 / 5; display: block; object-fit: contain; background: #f2dfca; }
.campaign-tile picture { display: block; }
.campaign-tile-main img { aspect-ratio: 4 / 5; object-fit: contain; }
.campaign-tile-main, .campaign-tile-tall, .campaign-tile-small { grid-column: auto; margin-top: 0; }
.campaign-tile figcaption { position: relative; padding: 23px 26px 26px 64px; border-bottom: 1px solid var(--line); }
.campaign-tile figcaption span { position: absolute; left: 24px; top: 26px; color: var(--brown); font-size: 12px; }
.campaign-tile figcaption strong { display: block; margin-bottom: 8px; font-family: var(--display-font); font-size: 20px; font-weight: 600; line-height: 1.25; }
.campaign-tile figcaption small { display: block; color: var(--muted); font-size: 13px; line-height: 1.7; }

.campaign-dialog { width: min(1120px, calc(100vw - 24px)); height: min(94vh, 980px); max-width: none; max-height: none; padding: 0; overflow: hidden; border: 0; background: #f5ede3; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.campaign-dialog::backdrop { background: rgba(20,13,9,.78); backdrop-filter: blur(6px); }
.dialog-toolbar { height: 72px; padding: 0 25px; display: flex; align-items: center; justify-content: space-between; color: var(--white); background: var(--ink); }
.dialog-toolbar div { display: flex; align-items: center; gap: 18px; }
.dialog-toolbar span { font-family: var(--body-font); letter-spacing: .14em; }
.dialog-toolbar strong { color: #c9b8aa; font-size: 12px; font-weight: 400; }
.dialog-toolbar button { color: var(--white); border: 0; background: none; cursor: pointer; }
.dialog-scroll { height: calc(100% - 72px); overflow-y: auto; overscroll-behavior: contain; padding: 26px 28px 32px; }
.dialog-scroll img { width: min(100%, 920px); height: auto; display: block; margin: 0 auto; border-radius: 24px; box-shadow: 0 22px 60px rgba(83,57,39,.12); }

.feature-media img, .category-image img, .campaign-tile img, .statement-art img, .story-image img { cursor: zoom-in; }
.image-viewer { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; padding: 56px 24px 24px; overflow: hidden; border: 0; background: rgba(18,13,10,.96); }
.image-viewer::backdrop { background: rgba(18,13,10,.9); backdrop-filter: blur(8px); }
.image-viewer img { width: 100%; height: 100%; display: block; object-fit: contain; }
.image-viewer button { position: absolute; z-index: 2; top: 16px; right: 22px; padding: 9px 12px; color: var(--white); border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.18); cursor: pointer; }

.statement { min-height: min(1000px, 70vw); display: flex; align-items: center; overflow: hidden; color: var(--white); }
.statement::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(38,26,20,.96) 0%, rgba(38,26,20,.8) 36%, rgba(38,26,20,.42) 60%, rgba(38,26,20,.12) 82%, rgba(38,26,20,0) 100%); pointer-events: none; }
.statement-art { position: absolute; top: 0; right: 0; bottom: 0; width: 55%; display: flex; justify-content: center; background: #efe6db; }
.statement-art img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 16%; filter: brightness(.98) saturate(1.02); }
.statement-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(38,26,20,.92) 0%, rgba(38,26,20,.35) 13%, rgba(38,26,20,0) 26%); pointer-events: none; }
.statement-content { position: relative; z-index: 2; }
.quote-mark { color: var(--gold-bright); font-family: var(--body-font); font-size: 100px; line-height: .4; }
blockquote { margin: 42px 0 35px; font-family: var(--display-font); font-size: clamp(42px, 5vw, 72px); font-weight: 600; line-height: 1.28; letter-spacing: -.025em; }
.statement-content p { color: rgba(255,255,255,.7); font-size: 13px; letter-spacing: .14em; }

.stories-heading { display: flex; justify-content: space-between; align-items: end; }
.story-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.story-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: linear-gradient(180deg, #f6ecdf 0%, #efe0cc 100%); }
.story-card:nth-child(1) .story-image { --gallery-bg: url('/images/master/conditioner-hero-master.png'); }
.story-card:nth-child(2) .story-image { --gallery-bg: url('/images/fragrance-notes.jpg'); }
.story-card:nth-child(3) .story-image { --gallery-bg: url('/images/haircare-trio.jpg'); }
.story-image::before { content: ""; position: absolute; inset: -24px; background: var(--gallery-bg) center / cover no-repeat; filter: blur(18px) saturate(.92); opacity: .28; }
.story-image img { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: contain; filter: saturate(.96) contrast(1.02) brightness(.99); }
.story-meta { margin: 22px 0 10px; color: var(--brown); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.story-card h3 { min-height: 70px; margin: 0 0 18px; font-family: var(--display-font); font-size: 19px; font-weight: 600; line-height: 1.42; }
.story-card { padding-bottom: 24px; border-bottom: 1px solid var(--line); }

.proof { background: linear-gradient(180deg, #f3e8db 0%, #efe2d0 100%); }
.proof-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 8vw; align-items: end; }
.proof-heading p { margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.proof-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.proof-panel { padding: 28px; border: 1px solid rgba(74,52,40,.08); border-radius: 24px; background: rgba(255,255,255,.80); box-shadow: 0 10px 20px rgba(83,57,39,.04); }
.proof-tag { display: block; color: var(--brown); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.proof-panel h3 { margin: 16px 0 16px; color: var(--ink); font-family: var(--display-font); font-size: 22px; font-weight: 600; line-height: 1.28; }
.proof-panel ul, .proof-panel ol { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.proof-panel li + li { margin-top: 10px; }
.proof-panel dl { margin: 0; }
.proof-panel dt { margin: 16px 0 6px; color: var(--ink); font-weight: 700; font-size: 15px; line-height: 1.5; }
.proof-panel dd { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact { color: var(--white); background: linear-gradient(120deg, #6e4932 0%, #8a6041 100%); }
.contact-grid { display: grid; grid-template-columns: 1fr .55fr; gap: 8vw; align-items: end; }
.contact-copy p { margin: 0 0 32px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.75; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button-light { color: #f6ebd9; background: rgba(255,255,255,.04); border: 1px solid rgba(217,184,119,.42); }
.button-light:hover { color: #3a2a12; background: var(--gold-grad); border-color: transparent; }

.site-footer { padding: 80px 0 24px; color: var(--white); background: #18110d; }
.footer-top { padding-bottom: 48px; display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-brand .brand-logo { width: 295px; height: 54px; display: block; background-image: url('/images/logo-home-gold.svg'); background-size: contain; background-position: left center; background-repeat: no-repeat; }
.footer-top > p { margin: 0; color: #899294; font-size: 13px; letter-spacing: .08em; }
.footer-grid { padding: 55px 0 70px; display: grid; grid-template-columns: repeat(3, 1fr) 1.45fr; gap: 55px; }
.footer-grid h3 { margin: 0 0 25px; color: #778082; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 13px; color: #d6dada; font-size: 13px; line-height: 1.7; }
.footer-grid a:hover { color: var(--gold-bright); }
.footer-action > p { max-width: 280px; color: #9fa5a5; line-height: 1.65; }
.footer-detail { padding: 10px 0; color: var(--white); border: 0; border-bottom: 1px solid #8a9293; background: transparent; cursor: pointer; font-size: 13px; }
.footer-detail span { margin-left: 30px; color: var(--gold-bright); }
.footer-bottom { padding-top: 23px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.15); color: #778082; font-size: 11px; letter-spacing: .08em; }
.footer-bottom div { display: flex; gap: 24px; }

:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: reveal-up .7s ease both; }

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 720px); }
  .section { padding: 90px 0; }
  .utility-bar { display: none; }
  .brand-row { height: 78px; }
  .brand-text { font-size: 16px; letter-spacing: 2.4px; }
  .brand-row > p { display: none; }
  .menu-toggle { position: relative; z-index: 2; width: 52px; height: 52px; margin-left: auto; padding: 10px 8px; display: flex !important; flex-direction: column; align-items: flex-end; justify-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 26px; height: 2px; display: block; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 78px; left: 0; right: 0; overflow: hidden; max-height: 0; border: 0; background: var(--white); transition: max-height .3s; }
  .main-nav.is-open { max-height: 520px; border-top: 1px solid var(--line); }
  .nav-inner { height: auto; padding: 25px 20px 35px; flex-direction: column; align-items: flex-start; gap: 24px; }
  .shop-link { margin: 10px 0 0; }
  .hero { min-height: 650px; height: calc(100svh - 78px); }
  .hero h1 { font-size: clamp(50px, 13vw, 74px); }
  .hero-copy { max-width: 88%; font-size: 15px; }
  .orbit-one { width: 430px; height: 430px; right: -200px; }
  .orbit-two { width: 250px; height: 250px; right: -100px; border-width: 45px; }
  .scroll-cue { display: none; }
  .intro-grid, .feature-grid, .split-heading, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .intro::before, .brand-story::before, .campaign::before { display: none; }
  .brand-story-grid { grid-template-columns: 1fr; gap: 36px; }
  .brand-story-points { grid-template-columns: 1fr; margin-top: 40px; }
  .brand-story-points article { min-height: 0; }
  .intro-gallery { grid-template-columns: 1fr; margin-top: 36px; }
  .intro-gallery-media { aspect-ratio: 4 / 5; }
  .proof-heading { grid-template-columns: 1fr; gap: 36px; }
  .proof-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .campaign-heading { grid-template-columns: 1fr; gap: 35px; }
  .campaign-points { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .campaign-gallery { margin-top: 55px; grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .campaign-tile-main { grid-column: 1 / -1; }
  .intro-copy .lead { margin-top: 0; font-size: 21px; }
  .stats { margin-top: 65px; grid-template-columns: 1fr; }
  .stats div, .stats div + div { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-media { min-height: 0; }
  .feature-content { padding-top: 10px; }
  .category-grid, .story-grid { grid-template-columns: 1fr; gap: 45px; }
  .category-card { display: grid; grid-template-columns: 1fr 1fr; }
  .category-image { aspect-ratio: 4 / 5; }
  .category-card > div:last-child { align-self: center; padding: 22px; }
  .category-card h3 { font-size: 20px; }
  .statement { min-height: 600px; }
  .story-card h3 { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 30px); }
  .section { padding: 75px 0; }
  .hero { min-height: 620px; }
  .hero h1 { font-size: 48px; }
  .hero-art { background-position: center 76%; background-size: auto 170%; }
  .section-heading h2, .split-heading h2, .stories-heading h2, .contact h2, .feature h2 { font-size: 38px; }
  .feature-media { min-height: 0; }
  .category-card { display: block; }
  .category-image { aspect-ratio: 4 / 5; }
  .brand-story-copy .lead { margin-top: 0; font-size: 21px; }
  .campaign-gallery { grid-template-columns: 1fr; }
  .campaign-points { grid-template-columns: 1fr; }
  .campaign-tile-main, .campaign-tile-tall, .campaign-tile-small { grid-column: 1; }
  .campaign-tile figcaption { padding-left: 55px; }
  .proof-panel { padding: 22px 20px; border-radius: 20px; }
  .proof-panel h3 { font-size: 21px; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .dialog-toolbar strong { display: none; }
  .dialog-scroll { padding: 18px 16px 20px; }
  .dialog-scroll img { border-radius: 18px; }
  blockquote { font-size: 39px; }
  .stories-heading { align-items: start; flex-direction: column; gap: 25px; }
  .footer-top { align-items: start; flex-direction: column; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .footer-bottom { flex-direction: column; gap: 18px; }
}

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