:root {
  --plum: #4a1730;
  --wine: #7d2142;
  --cherry: #d64f68;
  --lilac: #eee9f8;
  --blush: #f6e1e3;
  --porcelain: #fffdfb;
  --ink: #21181d;
  --muted: #776a71;
  --lime: #d7ef91;
  --line: rgba(74, 23, 48, .17);
  --display: "Italiana", "Times New Roman", serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--porcelain); font-family: var(--body); }
a { color: inherit; }
img { display: block; width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 99; padding: .8rem 1rem; background: #fff; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 26px clamp(24px, 5vw, 76px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-weight: 600; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: 15px; }
nav { display: flex; gap: 30px; }
nav a { font-size: 14px; text-decoration: none; color: #5f5158; }
nav a:hover { color: var(--wine); }
.header-call { justify-self: end; font-size: 14px; font-weight: 600; text-underline-offset: 5px; }

.hero { min-height: 780px; display: grid; grid-template-columns: 48% 52%; background: var(--lilac); overflow: hidden; }
.hero-copy { align-self: center; padding: 150px 7vw 90px max(7vw, calc((100vw - 1440px) / 2)); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 26px; color: var(--wine); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 33px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.035em; line-height: .94; }
h1 { font-size: clamp(68px, 7.2vw, 116px); }
h1 em, h2 em { color: var(--wine); font-weight: 400; }
.lede { max-width: 550px; margin: 35px 0; color: #5a4b54; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 1px solid var(--plum); text-decoration: none; font-size: 14px; font-weight: 600; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--plum); color: #fff; }
.button-primary:hover { background: var(--wine); }
.button-primary svg { width: 18px; fill: currentColor; }
.button-ghost:hover { background: rgba(255,255,255,.5); }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 30px; font-size: 13px; color: #665761; }
.trust-row strong { color: var(--ink); font-size: 19px; }
.stars { color: var(--wine); letter-spacing: 3px; }

.hero-visual { position: relative; display: grid; place-items: center; background: var(--blush); padding: 118px 6vw 56px; }
.hero-visual::after { content: "AH"; position: absolute; right: -32px; bottom: -75px; color: rgba(255,255,255,.42); font-family: var(--display); font-size: 310px; line-height: 1; }
.hero-photo { position: relative; z-index: 1; width: min(480px, 84%); margin: 0; box-shadow: 0 30px 80px rgba(74,23,48,.14); }
.hero-photo img { aspect-ratio: 4/5; object-fit: cover; object-position: 54% center; }
.hero-photo figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 18px 20px; background: linear-gradient(transparent, rgba(35,15,25,.55)); color: #fff; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.polish-rail { position: absolute; z-index: 2; left: max(16px, 4vw); top: 46%; display: flex; flex-direction: column; gap: 8px; transform: translateY(-50%); }
.swatch { width: 25px; height: 72px; border-radius: 50% 50% 9px 9px; box-shadow: inset -7px -7px 9px rgba(0,0,0,.11), inset 5px 4px 8px rgba(255,255,255,.35); transform: rotate(8deg); }
.swatch-1 { background: #f9d9d7; }
.swatch-2 { background: #a01e4d; }
.swatch-3 { background: #4c1d5a; }
.swatch-4 { background: #d7ef91; }
.open-card { position: absolute; z-index: 3; right: 3vw; bottom: 90px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: var(--porcelain); box-shadow: 0 15px 40px rgba(53,18,35,.13); }
.open-card span:last-child { display: grid; gap: 3px; }
.open-card strong { font-size: 13px; }
.open-card small { color: var(--muted); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #5c9f43; box-shadow: 0 0 0 5px rgba(92,159,67,.12); }

.section { padding: 120px clamp(24px, 7vw, 112px); }
.looks { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--porcelain); }
.section-heading { position: sticky; top: 80px; align-self: start; }
.section-heading h2, .visit h2 { font-size: clamp(52px, 6vw, 88px); }
.section-heading > p:last-child { max-width: 470px; margin: 30px 0 0; color: var(--muted); line-height: 1.7; }
.look-list { border-top: 1px solid var(--line); }
.look { position: relative; min-height: 150px; display: grid; grid-template-columns: 86px 1fr auto; align-items: center; gap: 24px; padding: 22px 8px; border-bottom: 1px solid var(--line); }
.look h3 { margin: 0 0 8px; font-family: var(--display); font-size: 37px; font-weight: 400; }
.look p { margin: 0; color: var(--muted); font-size: 14px; }
.look-sample { display: block; width: 52px; height: 95px; border-radius: 50% 50% 12px 12px; border: 1px solid rgba(74,23,48,.1); box-shadow: inset -10px -8px 13px rgba(74,23,48,.08), inset 7px 7px 11px rgba(255,255,255,.75); transform: rotate(-7deg); transition: transform .35s ease; }
.look:hover .look-sample { transform: rotate(4deg) translateY(-5px); }
.sample-french { background: linear-gradient(to bottom, #fff 0 15%, #efcbd2 16% 100%); }
.sample-gel { background: #7d2142; }
.sample-gradient { background: linear-gradient(#efe5ff, #b791cb 50%, #6b386e); }
.sample-art { background: radial-gradient(circle at 35% 27%, #fff 0 4%, transparent 5%), radial-gradient(circle at 65% 52%, #fff 0 5%, transparent 6%), #d64f68; }
.look-index { color: #b7aab1; font-family: var(--display); font-size: 17px; }

.proof { display: grid; grid-template-columns: .8fr 1.2fr; padding: 0; background: var(--plum); color: #fff; }
.rating-panel, .voice-panel { padding: 105px clamp(24px, 7vw, 112px); }
.rating-panel { display: flex; flex-direction: column; justify-content: center; background: var(--wine); }
.eyebrow.light { color: var(--blush); }
.big-rating { font-family: var(--display); font-size: clamp(110px, 14vw, 210px); line-height: .82; }
.big-rating small { font-family: var(--body); font-size: 16px; }
.rating-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; font-size: 13px; }
.rating-meta .stars { color: #ffd9df; }
.voice-panel { position: relative; overflow: hidden; }
.quote-mark { position: absolute; top: -65px; right: 5vw; margin: 0; color: rgba(255,255,255,.06); font-family: var(--display); font-size: 360px; }
.voice-panel h2 { position: relative; max-width: 630px; font-size: clamp(46px, 5vw, 76px); }
.topics { position: relative; display: flex; flex-wrap: wrap; gap: 10px; margin: 40px 0 24px; }
.topics span { padding: 11px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 13px; }
.topics b { margin-left: 8px; color: var(--lime); }
.proof-note { max-width: 600px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.6; }
.text-link { display: inline-block; margin-top: 30px; color: #fff; font-size: 14px; text-underline-offset: 6px; }
.text-link span { margin-left: 8px; color: var(--lime); }

.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 38px 7vw; background: var(--lilac); }
.visit-intro { grid-row: span 2; }
.visit-intro > p:not(.eyebrow):not(.access-note) { margin: 34px 0 0; color: #5c4c55; font-size: 19px; line-height: 1.7; }
.access-note { color: var(--muted); font-size: 12px; }
.hours-card { align-self: end; padding: 32px; background: var(--porcelain); }
.hours-head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.hours-head h3 { margin: 0; font-family: var(--display); font-size: 31px; font-weight: 400; }
.hours-head span, .hours-card > p { color: var(--muted); font-size: 11px; }
.hours-card dl { margin: 14px 0; }
.hours-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; }
.hours-card dt { color: var(--muted); }
.hours-card dd { margin: 0; font-weight: 600; }
.contact-card { border-top: 1px solid var(--line); }
.contact-card a { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 16px; padding: 18px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-card a:hover strong { color: var(--wine); }
.contact-card small { color: var(--muted); }
.contact-card strong { font-size: 14px; overflow-wrap: anywhere; }
.contact-card span { color: var(--wine); }

.final-cta { display: grid; place-items: center; padding: 110px 24px; text-align: center; background: var(--wine); color: #fff; }
.final-cta h2 { font-size: clamp(70px, 9vw, 132px); }
.final-cta h2 em { color: var(--blush); }
.button-light { margin-top: 38px; border-color: #fff; background: #fff; color: var(--plum); }
.button-light:hover { background: var(--lime); border-color: var(--lime); }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 35px clamp(24px, 5vw, 76px); background: #29101d; color: rgba(255,255,255,.68); font-size: 11px; }
.footer-brand { color: #fff; }
.legal-note { justify-self: end; }
.mobile-call { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

@media (max-width: 900px) {
  .site-header { position: relative; grid-template-columns: 1fr auto; background: var(--lilac); }
  nav { display: none; }
  .header-call { font-size: 12px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 24px 65px; }
  .hero-visual { min-height: 660px; padding: 70px 24px; }
  .hero-photo { width: min(470px, 82%); }
  .looks, .proof { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .look-list { margin-top: 20px; }
  .rating-panel, .voice-panel { padding: 80px 24px; }
  .big-rating { font-size: 145px; }
  .visit { grid-template-columns: 1fr; }
  .visit-intro { grid-row: auto; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; padding-bottom: 100px; }
  .legal-note { justify-self: center; }
  .mobile-call { position: fixed; z-index: 20; left: 14px; right: 14px; bottom: 14px; display: flex; justify-content: space-between; align-items: center; padding: 17px 20px; background: var(--plum); color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; box-shadow: 0 14px 40px rgba(33,24,29,.25); }
}

@media (max-width: 560px) {
  .site-header { padding: 18px 20px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 54px; }
  h1 { font-size: 64px; }
  .lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-visual { min-height: 540px; }
  .hero-photo { width: 83%; }
  .polish-rail { left: 14px; }
  .swatch { width: 19px; height: 56px; }
  .open-card { right: 18px; bottom: 38px; }
  .section { padding: 85px 22px; }
  .section-heading h2, .visit h2 { font-size: 52px; }
  .look { grid-template-columns: 65px 1fr; gap: 12px; }
  .look-sample { width: 43px; height: 78px; }
  .look-index { display: none; }
  .look h3 { font-size: 30px; }
  .rating-panel, .voice-panel { padding: 70px 22px; }
  .voice-panel h2 { font-size: 48px; }
  .contact-card a { grid-template-columns: 76px 1fr auto; }
  .final-cta h2 { font-size: 69px; }
}

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