:root {
  --ink: #0a0908;
  --black: #11100f;
  --ivory: #f4efe6;
  --paper: #e8dfd1;
  --gold: #c6a15b;
  --gold-light: #e0c58f;
  --muted: #9d958a;
  --line: rgba(198, 161, 91, .28);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .7rem 1rem; background: var(--ivory); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.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; }

.site-header { position: absolute; top: 0; left: 0; z-index: 20; width: 100%; height: 96px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-family: var(--serif); font-size: 1.5rem; letter-spacing: .3em; font-weight: 600; }
.brand-mark { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid var(--gold); color: var(--gold-light); font-size: 1.5rem; letter-spacing: 0; line-height: 1; }
nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3rem); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
nav a { transition: color .25s ease; }
nav a:hover, nav a:focus-visible { color: var(--gold-light); }
.nav-order { padding: .85rem 1.2rem; border: 1px solid var(--gold); }
.menu-toggle { display: none; padding: .6rem; background: transparent; border: 0; color: white; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px; background: currentColor; transition: transform .25s ease; }

.hero { position: relative; min-height: min(900px, 100svh); display: grid; align-items: center; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(8,7,6,.92) 0%, rgba(8,7,6,.62) 38%, rgba(8,7,6,.04) 72%), linear-gradient(0deg, rgba(8,7,6,.6), transparent 35%); }
.hero-content { position: relative; z-index: 2; width: min(620px, calc(100% - 2.5rem)); margin-left: clamp(1.25rem, 8vw, 8.5rem); padding-top: 5rem; }
.eyebrow { margin: 0 0 1.4rem; color: var(--gold-light); font-size: .72rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .95; }
h1 { font-size: clamp(4rem, 8vw, 8.4rem); letter-spacing: -.045em; }
h1 em, .manifesto em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 520px; margin: 2rem 0; color: rgba(244,239,230,.76); font-size: clamp(1rem, 1.35vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .9rem 1.4rem; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.text-link, .order-link { font-size: .76rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: .3rem; }
.hero-foot { position: absolute; z-index: 2; bottom: 2rem; left: clamp(1.25rem, 5vw, 5rem); right: clamp(1.25rem, 5vw, 5rem); display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font-size: .65rem; letter-spacing: .2em; }

.manifesto { padding: clamp(5rem, 10vw, 10rem) 1.25rem; text-align: center; background: var(--ivory); color: var(--ink); }
.manifesto > p:last-child { margin: 0 auto; font-family: var(--serif); font-size: clamp(2.7rem, 6vw, 6.5rem); line-height: 1.05; letter-spacing: -.03em; }
.manifesto .eyebrow { color: #8b692f; }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 6.5rem); }
.collection { background: #141210; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 3rem; margin-bottom: 4rem; }
.section-heading h2, .story h2, .concierge h2 { font-size: clamp(3.4rem, 7vw, 7rem); letter-spacing: -.04em; }
.section-heading > p { max-width: 500px; margin: 0; color: var(--muted); }
.product-stage { position: relative; overflow: hidden; max-height: 720px; border: 1px solid var(--line); }
.product-stage img { aspect-ratio: 16/9; object-fit: cover; }
.stage-note { position: absolute; left: 1.25rem; bottom: 1.25rem; padding: .6rem .8rem; background: rgba(10,9,8,.82); color: var(--gold-light); font-size: .64rem; letter-spacing: .18em; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { position: relative; min-height: 570px; padding: clamp(2rem, 4vw, 3.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #181512; }
.product-card::after { content: "R"; position: absolute; right: 1.2rem; bottom: .1rem; color: rgba(198,161,91,.06); font-family: var(--serif); font-size: 12rem; line-height: .8; }
.featured-card { background: #eee6da; color: var(--ink); }
.featured-card .product-copy, .featured-card dd { color: #615a51; }
.featured-card::after { color: rgba(95,65,20,.07); }
.dark-card { background: #070707; }
.product-number { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.scent-family { margin: 2.5rem 0 .45rem; color: var(--gold-light); font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.product-card h3 { font-size: clamp(3rem, 5vw, 4.7rem); }
.product-copy { min-height: 100px; margin: 1.5rem 0 2.2rem; color: var(--muted); }
.notes { position: relative; z-index: 1; margin: 0 0 2.5rem; border-top: 1px solid var(--line); }
.notes div { display: grid; grid-template-columns: 70px 1fr; padding: .65rem 0; border-bottom: 1px solid var(--line); font-size: .76rem; }
.notes dt { color: var(--gold); text-transform: uppercase; letter-spacing: .1em; }
.notes dd { margin: 0; color: #c2b8aa; }
.order-link { position: relative; z-index: 1; display: inline-block; }

.story { position: relative; display: grid; grid-template-columns: .65fr 1.4fr .8fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; background: var(--paper); color: var(--ink); overflow: hidden; }
.story-monogram { color: rgba(96,68,29,.11); font-family: var(--serif); font-size: clamp(14rem, 28vw, 30rem); line-height: .6; }
.story-copy .eyebrow { color: #7a5a25; }
.story-copy > p:not(.eyebrow) { max-width: 680px; color: #61594f; }
.story-copy h2 { margin-bottom: 2rem; }
.story-values { align-self: end; border-top: 1px solid rgba(50,40,28,.25); }
.story-values div { display: grid; grid-template-columns: 40px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(50,40,28,.25); font-size: .82rem; }
.story-values strong { color: #8c6a30; }

.concierge { padding: clamp(6rem, 12vw, 11rem) 1.25rem; text-align: center; background: linear-gradient(rgba(8,7,6,.84), rgba(8,7,6,.92)), url("revon-hero.png") center 55%/cover; }
.concierge h2 { max-width: 850px; margin: auto; }
.concierge > p:not(.eyebrow) { max-width: 650px; margin: 2rem auto; color: #b9b0a3; }
.button-light { background: var(--ivory); color: var(--ink); }
.contact-number { display: block; width: max-content; margin: 1.35rem auto 0; color: var(--gold-light); font-family: var(--serif); font-size: 1.45rem; letter-spacing: .08em; border-bottom: 1px solid var(--gold); }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 2rem; padding: 4rem clamp(1.25rem, 5vw, 5rem) 2rem; border-top: 1px solid var(--line); background: #070706; }
.footer-brand { grid-row: span 2; }
footer p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 1.5rem; }
.footer-links { display: flex; gap: 1.5rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
footer small { grid-column: 2 / -1; color: #69635b; }
.whatsapp-float { position: fixed; z-index: 15; right: 1.25rem; bottom: 1.25rem; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #07130c; box-shadow: 0 8px 32px rgba(0,0,0,.35); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 30px; fill: currentColor; }

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

@media (max-width: 900px) {
  .site-header { height: 78px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; background: rgba(8,7,6,.98); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; font-size: 1rem; }
  nav.open { opacity: 1; visibility: visible; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 780px; align-items: end; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,7,6,.98) 5%, rgba(8,7,6,.35) 78%), linear-gradient(90deg, rgba(8,7,6,.5), transparent); }
  .hero-content { margin: 0 auto; padding: 8rem 0 7rem; }
  h1 { font-size: clamp(3.8rem, 15vw, 6.5rem); }
  .hero-foot { bottom: 1rem; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; }
  .product-copy { min-height: 0; }
  .story { grid-template-columns: 1fr; }
  .story-monogram { position: absolute; left: -1rem; top: 5rem; }
  .story-copy, .story-values { position: relative; z-index: 1; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  footer small { grid-column: auto; }
}

@media (max-width: 560px) {
  .brand { font-size: 1.15rem; }
  .brand-mark { width: 1.8rem; height: 1.8rem; }
  .hero { min-height: 720px; }
  .hero-content { padding-bottom: 6rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-foot span:last-child { display: none; }
  .manifesto br { display: none; }
  .product-stage img { aspect-ratio: 4/5; }
  .product-grid { margin-top: 1rem; }
  .product-card { padding: 2rem 1.5rem; }
  .section-heading { margin-bottom: 2.5rem; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
