:root {
  --black: #070607;
  --black-soft: #111013;
  --black-card: #181317;
  --ink: #472c38;
  --plum: #70465b;
  --berry: #a9657e;
  --gold: #c88b82;
  --gold-light: #f2c8bb;
  --cream: #fff4f0;
  --white: #fffaf8;
  --muted: #806b73;
  --line: rgba(112, 70, 91, .2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 30px 90px rgba(112, 70, 91, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--ink); background: var(--black); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
main { position: relative; overflow: hidden; background:
  radial-gradient(ellipse 70% 32% at 94% 31%, rgba(112,70,91,.2), transparent 72%),
  radial-gradient(ellipse 68% 30% at 4% 59%, rgba(169,101,126,.12), transparent 74%),
  radial-gradient(ellipse 64% 25% at 86% 82%, rgba(112,70,91,.18), transparent 72%),
  linear-gradient(180deg, #070607 0%, #0c090c 31%, #070607 63%, #0b080b 84%, #050405 100%); }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99; top: .75rem; left: .75rem; padding: .7rem 1rem; color: #fff; background: #111; transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; color: #fff; background: linear-gradient(100deg, rgba(5,4,5,.98), rgba(13,11,13,.98) 66%, rgba(23,16,22,.98)); border-bottom: 1px solid rgba(200, 139, 130, .28); backdrop-filter: blur(16px); transition: background .45s ease, box-shadow .45s ease; }
.site-header.is-scrolled { background: rgba(5,4,5,.96); box-shadow: 0 18px 55px rgba(0,0,0,.48); }
.announcement { max-height: 2.5rem; min-height: 2.15rem; display: flex; align-items: center; justify-content: center; gap: 1rem; overflow: hidden; padding: .35rem 1rem; color: rgba(255,250,248,.82); background: linear-gradient(90deg, #0b080a, #281720 48%, #0b080a); background-size: 180% 100%; border-bottom: 1px solid rgba(183,123,117,.34); font-size: .57rem; font-weight: 900; letter-spacing: .19em; text-align: center; text-transform: uppercase; transition: max-height .45s ease, min-height .45s ease, padding .45s ease, opacity .3s ease; animation: rose-sheen 9s ease-in-out infinite; }
.announcement span { color: var(--gold-light); }
.site-header.is-scrolled .announcement { max-height: 0; min-height: 0; padding-block: 0; opacity: 0; }
.announcement span { font-size: .82rem; }
.nav { min-height: 6.7rem; display: grid; grid-template-columns: 12rem 1fr 12rem; align-items: center; gap: 2rem; transition: min-height .45s ease; }
.site-header.is-scrolled .nav { min-height: 5.3rem; }
.brand { display: inline-flex; flex-direction: column; width: max-content; color: inherit; text-decoration: none; line-height: .9; }
.brand span { font-family: var(--serif); font-size: 2.45rem; font-style: italic; letter-spacing: -.08em; }
.brand small { margin-left: .35rem; color: var(--gold-light); font-size: .5rem; font-weight: 850; letter-spacing: .3em; text-transform: uppercase; }
.nav-links { display: flex; justify-content: center; gap: clamp(1.3rem, 3vw, 3rem); }
.nav-links a { position: relative; font-size: .63rem; font-weight: 800; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.55rem; height: 1px; background: var(--gold-light); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-links a:hover { color: var(--gold-light); }

.button { position: relative; min-height: 3.35rem; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; padding: .85rem 1.4rem; border: 1px solid transparent; text-align: center; text-decoration: none; font-size: .63rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.button::after { content: ""; position: absolute; inset: -120% -45%; background: linear-gradient(110deg, transparent 38%, rgba(255,255,255,.48) 50%, transparent 62%); transform: translateX(-65%) rotate(8deg); transition: transform .75s ease; pointer-events: none; }
.button:hover::after { transform: translateX(65%) rotate(8deg); }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(112, 70, 91, .24); }
.button-dark { color: #2a171f; background: linear-gradient(112deg, #9d625d 0%, #c88b82 25%, #f2c8bb 49%, #c4877e 72%, #8e5554 100%); background-size: 170% 100%; border-color: rgba(255,224,216,.72); box-shadow: inset 0 1px 0 rgba(255,244,239,.62), inset 0 -1px 0 rgba(91,43,48,.32), 0 10px 32px rgba(200,139,130,.2); }
.button-rose { color: #fff; background: linear-gradient(135deg, #74455b, #3d2432); border-color: rgba(223,170,161,.32); }
.button-outline { background: transparent; border-color: var(--ink); }
.hero .button-dark { color: #2a171f; background: linear-gradient(112deg, #9d625d 0%, #c88b82 25%, #f2c8bb 49%, #c4877e 72%, #8e5554 100%); background-size: 170% 100%; border-color: rgba(255,224,216,.72); box-shadow: inset 0 1px 0 rgba(255,244,239,.62), inset 0 -1px 0 rgba(91,43,48,.32), 0 12px 36px rgba(200,139,130,.24); }
.button-dark:hover { background-position: 100% 50%; }

.hero { position: relative; min-height: 46rem; overflow: hidden; color: #fff; background: var(--black); }
.hero::before, .hero::after { content: "✦"; position: absolute; z-index: 3; color: var(--gold-light); text-shadow: 0 0 24px rgba(244, 216, 156, .7); }
.hero::before { top: 12%; left: 46%; font-size: 1.2rem; }
.hero::after { right: 6%; bottom: 16%; font-size: .75rem; }
.hero-photo { position: absolute; inset: -1.5%; background: url("/assets/hero-mauve.webp") center / cover no-repeat; filter: saturate(.76) contrast(1.08) brightness(.84); animation: hero-settle 2.2s cubic-bezier(.2,.7,.2,1) both; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,4,5,1) 0%, rgba(8,6,8,.99) 30%, rgba(24,15,21,.9) 49%, rgba(67,38,53,.27) 69%, rgba(7,6,7,.14) 82%), linear-gradient(0deg, rgba(5,4,5,.68), transparent 50%); }
.hero-content { position: relative; z-index: 2; min-height: 46rem; display: flex; align-items: center; }
.hero-content > div { max-width: 45rem; padding: 5rem 0 7rem; animation: hero-copy-in 1.15s .18s cubic-bezier(.2,.7,.2,1) both; }
.eyebrow { margin: 0 0 1rem; color: var(--berry); font-size: .62rem; font-weight: 900; letter-spacing: .25em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.5rem; font-family: var(--serif); font-size: clamp(4rem, 7vw, 6.8rem); font-weight: 400; line-height: .86; letter-spacing: -.058em; text-shadow: 0 10px 45px rgba(0,0,0,.38); }
h1 em, .section-heading h2 em { color: #d29bb4; font-weight: 400; }
.hero-lede { max-width: 34rem; margin-bottom: 2rem; color: rgba(255,255,255,.76); font-size: .92rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; }
.text-link { font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.hero .text-link { color: #fff; }
.text-link span { color: var(--gold-light); font-size: 1rem; }
.hero-side-note { position: absolute; right: -4.7rem; top: 50%; margin: 0; color: rgba(255,255,255,.72); font-size: .55rem; font-weight: 850; letter-spacing: .3em; text-transform: uppercase; transform: rotate(90deg); }

.booking { position: relative; z-index: 4; scroll-margin-top: 6rem; display: grid; grid-template-columns: 1fr 1.45fr; gap: 3rem; align-items: center; margin-top: -4.5rem; padding: 2.3rem 2.6rem; color: #fff; background: linear-gradient(120deg, rgba(13,11,13,.98), rgba(26,18,24,.98)); border: 1px solid rgba(200,139,130,.42); border-top: 3px solid var(--gold); box-shadow: 0 30px 100px rgba(0,0,0,.55); backdrop-filter: blur(14px); }
.booking-intro h2 { margin-bottom: .35rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.booking-intro p:last-child { margin: 0; color: rgba(255,255,255,.58); font-size: .77rem; }
.booking-form { display: grid; grid-template-columns: 1.3fr .9fr .9fr; gap: .7rem; }
.booking-form label { position: relative; }
.booking-form label span { position: absolute; z-index: 1; top: .45rem; left: .8rem; color: var(--berry); font-size: .52rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.booking-form select, .booking-form input { width: 100%; height: 3.7rem; padding: 1.25rem .8rem .25rem; color: #6f5963; background: #fff9f7; border: 1px solid #c79087; font: inherit; font-size: .76rem; }
.booking-form .button { height: 3.7rem; }
.demo-note { position: absolute; right: 2.6rem; bottom: .35rem; margin: 0; color: #a08e95; font-size: .54rem; }

.section { position: relative; scroll-margin-top: 5.2rem; margin-top: 0; padding: clamp(6rem, 10vw, 9rem) 0; }
.services { position: relative; z-index: 2; padding-top: clamp(8rem, 12vw, 11rem); padding-bottom: clamp(9rem, 13vw, 12rem); color: #fff; background: transparent; }
.services::before { content: "MUSE"; position: absolute; top: 2rem; right: 3%; color: rgba(200,139,130,.045); font-family: var(--serif); font-size: clamp(7rem, 18vw, 18rem); font-style: italic; line-height: 1; pointer-events: none; }
.services::after { content: ""; position: absolute; z-index: -1; right: -18%; bottom: -18rem; width: 70rem; height: 48rem; border-radius: 50%; background: radial-gradient(ellipse, rgba(112,70,91,.28), rgba(112,70,91,.08) 42%, transparent 72%); filter: blur(18px); pointer-events: none; }
.section-heading { position: relative; display: grid; grid-template-columns: 1fr .75fr; gap: 5rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading h2, .experience-copy h2, .care h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.65rem, 5vw, 4.6rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 .45rem; color: rgba(255,255,255,.58); font-size: .91rem; }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-grid > article { position: relative; overflow: hidden; background: linear-gradient(145deg, #191519, #100d10); border: 1px solid rgba(200,139,130,.28); box-shadow: 0 18px 60px rgba(0,0,0,.35); transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease, border-color .45s ease; }
.service-grid > article:hover { transform: translateY(-10px); border-color: rgba(242,200,187,.62); box-shadow: 0 32px 90px rgba(0,0,0,.68); }
.number { position: absolute; z-index: 2; top: 1rem; left: 1rem; width: 2.1rem; height: 2.1rem; display: grid; place-items: center; color: var(--gold-light); background: rgba(12,8,11,.9); border: 1px solid rgba(223,170,161,.58); border-radius: 50%; font-size: .56rem; font-weight: 900; }
.service-art { height: 19rem; display: grid; place-items: end center; padding: 1.8rem; overflow: hidden; background-image: linear-gradient(165deg, rgba(7,5,7,.16), rgba(48,25,38,.68)), url("/assets/hero-mauve.webp"); background-repeat: no-repeat; background-size: 260% auto; filter: saturate(.72) brightness(.82); transition: background-size .8s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.service-grid > article:hover .service-art { background-size: 275% auto; filter: saturate(.86) brightness(.9); }
.service-art span { color: #fff7e7; font-family: var(--serif); font-size: 3.15rem; font-style: italic; letter-spacing: -.06em; text-shadow: 0 5px 25px #000; }
.classic { background-position: 68% 16%; }
.hybrid { background-position: 92% 35%; filter: saturate(.68) brightness(.8); }
.volume { background-position: 74% 66%; filter: saturate(.76) contrast(1.08) brightness(.8); }
.service-copy { padding: 1.4rem; }
.service-copy h3 { margin-bottom: .5rem; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.service-copy > p { min-height: 3.7rem; color: rgba(255,255,255,.54); font-size: .8rem; }
.service-copy footer { display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.service-copy footer strong { color: var(--berry); }
.service-copy footer span { color: rgba(255,255,255,.44); }
.services .button-outline { color: #fff; border-color: var(--gold); }
.center { margin-top: 2.5rem; text-align: center; }
.center .button { min-width: 14rem; }

.experience { z-index: 3; padding-top: 0; padding-bottom: clamp(7rem, 11vw, 10rem); color: #fff; background: transparent; }
.experience::before { content: ""; position: absolute; z-index: -1; left: -24rem; top: -14rem; width: 56rem; height: 56rem; border: 1px solid rgba(242,200,187,.11); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(112,70,91,.025), 0 0 0 10rem rgba(112,70,91,.018); pointer-events: none; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.portrait { position: relative; min-height: 40rem; margin-top: -4rem; background: linear-gradient(rgba(7,5,7,.08), rgba(46,24,37,.42)), url("/assets/hero-mauve.webp") 74% center / 180% auto no-repeat; box-shadow: 0 0 0 1px rgba(183,123,117,.35), 0 30px 90px rgba(0,0,0,.48); filter: saturate(.78) brightness(.88); }
.portrait::before { content: ""; position: absolute; inset: 1rem; border: 1px solid rgba(255,227,219,.62); }
.portrait span { position: absolute; right: -2rem; bottom: 3rem; padding: 1.25rem 1.7rem; color: #e8b8ae; background: linear-gradient(135deg, #3a2230, #171016); border: 1px solid rgba(223,170,161,.58); box-shadow: 0 16px 45px rgba(0,0,0,.42); font-family: var(--serif); font-size: 1.45rem; font-style: italic; line-height: 1.05; }
.experience-copy .eyebrow { color: var(--gold); }
.experience-copy > p:not(.eyebrow) { max-width: 31rem; color: rgba(255,255,255,.64); font-size: .9rem; }
.experience-copy ol { margin: 2.4rem 0 0; padding: 0; list-style: none; }
.experience-copy li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(216,176,107,.24); }
.experience-copy li > span { color: var(--gold); font-family: var(--serif); font-style: italic; }
.experience-copy li strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }
.experience-copy li p { margin: .15rem 0 0; color: rgba(255,255,255,.58); font-size: .77rem; }

.care { z-index: 2; padding-top: clamp(4rem, 7vw, 6rem); padding-bottom: clamp(7rem, 11vw, 10rem); color: #fff; background: transparent; }
.care::before { content: "LASH CARE"; position: absolute; z-index: -1; left: 50%; top: -1.5rem; color: rgba(242,200,187,.035); font-family: var(--serif); font-size: clamp(5rem, 15vw, 13rem); font-style: italic; line-height: 1; white-space: nowrap; transform: translateX(-50%); pointer-events: none; }
.care-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); }
.care-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2.5rem; }
.care-list article { display: grid; grid-template-columns: 2.1rem 1fr; gap: .7rem; padding: 1.4rem 0; border-top: 1px solid rgba(200,139,130,.3); }
.care-list span { color: var(--berry); font-family: var(--serif); font-style: italic; }
.care-list p { margin: 0; font-size: .79rem; }

.quote { position: relative; overflow: visible; padding-top: clamp(6rem, 9vw, 8rem); color: #fff; background: transparent; text-align: center; }
.quote::before { content: ""; position: absolute; z-index: -1; inset: -9rem -18% -7rem; width: auto; height: auto; border: 0; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(112,70,91,.3), rgba(112,70,91,.09) 40%, transparent 72%); transform: none; filter: blur(8px); }
.quote::after { content: ""; position: absolute; z-index: -1; right: -10rem; bottom: -4rem; width: 18rem; height: 18rem; border: 1px solid rgba(216,176,107,.2); transform: rotate(45deg); }
.quote .shell { position: relative; z-index: 1; }
.quote .mark { height: 2rem; margin: 0; color: var(--gold-light); font-family: var(--serif); font-size: 2rem; line-height: .8; }
.quote blockquote { margin: 1.5rem auto 2.5rem; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1.1; }
.quote blockquote em { color: var(--gold-light); }
.button-light { color: var(--white); background: linear-gradient(135deg, #5a3446, #241720); border-color: rgba(223,170,161,.46); }

.site-footer { position: relative; padding: 7rem 0 1.5rem; color: #fff; background: linear-gradient(180deg, #050405, #070607); border-top: 0; }
.site-footer::before { content: ""; position: absolute; left: 50%; top: 0; width: min(1180px, calc(100% - 3rem)); height: 1px; background: linear-gradient(90deg, transparent, rgba(200,139,130,.42), transparent); transform: translateX(-50%); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 3rem; }
.footer-brand { margin-bottom: 1.5rem; }
.footer-grid > div:first-child > p { max-width: 16rem; color: rgba(255,255,255,.48); font-size: .72rem; }
.footer-grid h2 { margin: 0 0 1rem; color: var(--gold); font-size: .62rem; letter-spacing: .17em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid p { margin: 0 0 .5rem; color: rgba(255,255,255,.58); font-size: .72rem; text-decoration: none; }
.copyright { display: flex; justify-content: space-between; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(216,176,107,.18); color: rgba(255,255,255,.35); font-size: .6rem; }
.copyright p { margin: 0; }
.copyright a { text-decoration: none; }

.motion-ready .reveal { opacity: 0; transform: translateY(32px); transition: opacity .85s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .reveal-delay-1 { transition-delay: .08s; }
.motion-ready .reveal-delay-2 { transition-delay: .16s; }
.motion-ready .reveal-delay-3 { transition-delay: .24s; }

@keyframes hero-settle {
  from { opacity: .35; transform: scale(1.06); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes rose-sheen {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@media (max-width: 920px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .booking { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .booking-form .button { grid-column: span 2; }
  .demo-note { display: none; }
  .section-heading { gap: 2rem; }
  .service-art { height: 16rem; }
  .portrait { min-height: 34rem; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 1.4rem, 1180px); }
  .announcement { min-height: 2.4rem; padding: .45rem .8rem; font-size: .49rem; letter-spacing: .11em; }
  .nav { min-height: 5.6rem; }
  .brand span { font-size: 2rem; }
  .brand small { font-size: .43rem; }
  .nav .button { min-height: 2.8rem; padding: .6rem .75rem; font-size: .55rem; }
  .hero { min-height: 44rem; }
  .hero-photo { background-position: 64% top; }
  .hero-photo::after { background: linear-gradient(0deg, rgba(5,4,5,1) 0%, rgba(12,9,11,.97) 39%, rgba(77,46,61,.14) 68%); }
  .hero-content { min-height: 44rem; align-items: flex-end; }
  .hero-content > div { padding: 3rem 0 6rem; }
  .hero-content .eyebrow { display: none; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.8rem); }
  .hero-lede { font-size: .85rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-side-note { display: none; }
  .booking { width: calc(100% - 1.4rem); margin-top: -3.5rem; padding: 1.5rem; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form .button { grid-column: auto; }
  .section-heading, .experience-grid, .care-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 1.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-art { height: 20rem; background-size: 220% auto; }
  .portrait { min-height: 29rem; margin-top: 0; background-size: cover; }
  .portrait span { right: .5rem; bottom: 1.5rem; }
  .care-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .copyright { flex-direction: column; gap: .6rem; }
}

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