:root {
  --ink: #2b1723;
  --wine: #4c233b;
  --gold: #b08a50;
  --gold-light: #e1c28f;
  --cream: #f6f1e8;
  --paper: #fcfaf6;
  --muted: #75686e;
  --line: rgba(43, 23, 35, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Inter", sans-serif; font-weight: 400; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.site-header { height: 92px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 20; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { width: 210px; height: 70px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 220px; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; height: 1px; width: 0; background: #fff; transition: width .25s; }
.main-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 13px 20px; border: 1px solid rgba(255,255,255,.65); transition: .25s; }
.nav-cta:hover { background: #fff; color: var(--ink); }
.menu-toggle { display: none; }

.hero { height: min(900px, 100vh); min-height: 700px; position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("assets/Hero.png") center top/cover no-repeat; animation: scaleIn 1.6s ease-out both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,9,18,.58) 0%, rgba(25,9,18,.24) 24%, rgba(25,9,18,0) 48%), linear-gradient(90deg, rgba(25,9,18,.9) 0%, rgba(25,9,18,.68) 48%, rgba(25,9,18,.25) 100%); }
.hero-content { position: relative; z-index: 2; margin-left: 9vw; width: min(760px, 75vw); padding-top: 50px; }
.eyebrow { text-transform: uppercase; font-size: 11px; letter-spacing: .25em; font-weight: 600; color: var(--gold); margin-bottom: 24px; }
.hero .eyebrow { color: var(--gold-light); }
.hero h1, .section h2 { font: 500 clamp(48px, 6vw, 88px)/1.06 "Playfair Display", serif; letter-spacing: -.025em; margin-bottom: 30px; }
em { font-weight: 500; color: var(--gold); }
.hero h1 { max-width: 820px; text-shadow: 0 2px 24px rgba(0,0,0,.35); }
.hero h1 em { color: var(--gold-light); }
.hero-lead { font-size: 17px; font-weight: 400; line-height: 1.75; max-width: 590px; color: rgba(255,255,255,.92); text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 42px; }
.button { display: inline-flex; justify-content: center; padding: 17px 25px; text-transform: uppercase; font-size: 11px; letter-spacing: .18em; font-weight: 600; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #fff; }
.text-link { font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 5px; }
.text-link span { margin-left: 8px; }
.hero-note { position: absolute; z-index: 2; right: 5vw; bottom: 48px; display: flex; align-items: center; gap: 22px; color: #fff; }
.hero-note strong { font: 500 72px/.85 "Playfair Display", serif; color: #fff; letter-spacing: -.06em; text-shadow: 0 3px 20px rgba(0,0,0,.3); }
.hero-note strong span { color: var(--gold-light); font: inherit; }
.hero-note > div { position: relative; padding-left: 24px; }
.hero-note > div::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 44px; background: var(--gold-light); transform: translateY(-50%); }
.hero-note > div > span { display: block; font-size: 10px; font-weight: 600; text-transform: uppercase; line-height: 1.65; letter-spacing: .16em; text-shadow: 0 2px 12px rgba(0,0,0,.4); }

.section { padding: 120px 8vw; }
.intro { display: grid; grid-template-columns: .6fr 1.8fr 1fr; gap: 7vw; background: var(--cream); align-items: center; }
.intro-mark { font: 500 210px/.8 "Playfair Display", serif; color: rgba(184,154,104,.22); }
.intro h2 { font-size: clamp(42px, 5vw, 72px); }
.intro-copy > h2 + p { color: #675a61; line-height: 1.85; font-size: 16px; max-width: 600px; }
.intro-details { border-left: 1px solid var(--line); padding-left: 40px; }
.intro-details > div { padding: 24px 0; border-bottom: 1px solid var(--line); }
.intro-details span, .service-number { color: var(--gold); font-size: 11px; letter-spacing: .2em; }
.intro-details h3 { font: 600 25px "Playfair Display", serif; margin: 8px 0; }
.intro-details p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }

.services { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 8vw; margin-bottom: 70px; }
.section-heading h2 { font-size: clamp(42px, 5vw, 70px); margin: 0; }
.section-heading > p { max-width: 410px; color: var(--muted); line-height: 1.8; margin-bottom: 7px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { display: grid; grid-template-columns: 43% 57%; min-height: 370px; background: var(--cream); overflow: hidden; }
.service-card-featured { grid-row: span 2; grid-template-columns: 1fr; min-height: 764px; }
.service-photo { background-position: center; background-size: cover; transition: transform .7s; }
.service-card:hover .service-photo { transform: scale(1.035); }
.service-card:hover .hair { transform: none; }
.service-card-featured .service-photo { min-height: 480px; }
.hair { background: url("assets/Coafor.png") center/cover no-repeat; }
.nails { background-image: url("https://images.unsplash.com/photo-1604654894610-df63bc536371?auto=format&fit=crop&w=900&q=85"); }
.makeup { background-image: url("https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?auto=format&fit=crop&w=900&q=85"); }
.skincare { background-image: url("https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?auto=format&fit=crop&w=900&q=85"); }
.service-card-content { padding: 38px; position: relative; z-index: 1; background: var(--cream); }
.service-card-content h3 { font: 600 29px "Playfair Display", serif; margin: 14px 0 16px; }
.service-card-content p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.price-trigger { display: inline-block; margin-top: 12px; padding: 0 0 5px; color: var(--ink); background: none; border: 0; border-bottom: 1px solid var(--gold); cursor: pointer; text-transform: uppercase; font: 600 10px "Inter", sans-serif; letter-spacing: .15em; }
.price-trigger span { color: var(--gold); margin-left: 6px; }

.price-modal { position: fixed; inset: 0; z-index: 100; display: grid; justify-items: end; visibility: hidden; }
.price-modal.open { visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(28,13,22,.72); opacity: 0; transition: opacity .35s; cursor: pointer; }
.price-modal.open .modal-backdrop { opacity: 1; }
.modal-panel { position: relative; width: min(620px, 100%); height: 100%; padding: 70px 60px 45px; background: var(--paper); overflow-y: auto; transform: translateX(100%); transition: transform .42s cubic-bezier(.7,0,.2,1); box-shadow: -20px 0 60px rgba(0,0,0,.16); }
.price-modal.open .modal-panel { transform: none; }
.modal-close { position: absolute; top: 24px; right: 28px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font: 300 28px/1 "Inter", sans-serif; cursor: pointer; }
.modal-panel h2 { margin: 0 0 14px; font: 500 clamp(38px, 5vw, 56px)/1.1 "Playfair Display", serif; }
.modal-intro { max-width: 480px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.price-list { margin-top: 35px; border-top: 1px solid var(--line); }
.price-group { padding-top: 22px; }
.price-group + .price-group { margin-top: 18px; border-top: 1px solid rgba(176, 138, 80, .38); }
.price-group h3 { margin: 0 0 6px; color: var(--gold); font: 600 11px "Inter", sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: 15px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--line); }
.price-row-variants { align-items: start; }
.price-row strong { font: 500 15px "Inter", sans-serif; }
.price-row span { font: 500 17px "Playfair Display", serif; white-space: nowrap; }
.price-variants { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 14px; max-width: 330px; }
.price-variants span { display: inline-flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.price-variants small { color: var(--muted); font: 600 9px "Inter", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.modal-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 34px; }
.modal-footer small { color: var(--muted); font-size: 10px; line-height: 1.5; max-width: 260px; }
body.modal-open { overflow: hidden; }

.experience { min-height: 680px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--ink); color: #fff; }
.experience-photo { background: url("https://images.unsplash.com/photo-1560750588-73207b1ef5b8?auto=format&fit=crop&w=1400&q=90") center/cover; min-height: 600px; }
.experience-content { padding: 10vw 8vw; display: flex; flex-direction: column; justify-content: center; }
.experience blockquote { font: 500 clamp(36px, 4.4vw, 62px)/1.2 "Playfair Display", serif; margin: 0; }
.signature { font: italic 500 23px "Playfair Display", serif; color: var(--gold-light); margin-top: 45px; }

.reviews { background: var(--cream); }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 7vw; margin-bottom: 55px; }
.reviews-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); }
.google-rating { display: flex; align-items: center; gap: 18px; flex-shrink: 0; padding: 22px 28px; border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.google-rating > strong { font: 600 48px/1 "Playfair Display", serif; }
.google-rating > div { display: flex; flex-direction: column; gap: 5px; }
.rating-stars, .review-stars { color: #d39f2f; letter-spacing: .11em; }
.google-rating small { color: var(--muted); font-size: 10px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { min-height: 340px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); border-top: 2px solid var(--gold); }
.review-stars { font-size: 14px; }
.review-card blockquote { margin: 35px 0; color: var(--ink); font: 500 clamp(22px, 2.1vw, 30px)/1.42 "Playfair Display", serif; }
.review-card footer { display: flex; align-items: center; gap: 13px; }
.review-card footer > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--wine); font-size: 11px; font-weight: 600; }
.review-card footer div { display: flex; flex-direction: column; gap: 3px; }
.review-card footer strong { font-size: 12px; font-weight: 600; }
.review-card footer small { color: var(--muted); font-size: 10px; }
.reviews-link { display: table; margin: 38px auto 0; padding-bottom: 5px; border-bottom: 1px solid var(--gold); text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.reviews-link span { color: var(--gold); margin-left: 7px; }

.contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: start; }
.contact h2 { font-size: clamp(44px, 5.6vw, 78px); }
.contact-title .button { margin-top: 15px; }
.contact-info { border-top: 1px solid var(--line); }
.info-block { padding: 28px 0; border-bottom: 1px solid var(--line); }
.info-block > span { display: block; text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .2em; color: var(--gold); margin-bottom: 12px; }
.info-block p { line-height: 1.8; margin: 0; color: var(--muted); }
.info-block b { font-weight: 500; color: var(--ink); float: right; }
.info-block > a { display: inline-block; margin-top: 12px; font-size: 12px; border-bottom: 1px solid var(--gold); }

.site-footer { background: var(--ink); color: #fff; }
.map-wrap { height: 420px; filter: grayscale(1) sepia(.18); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.footer-bottom { min-height: 150px; padding: 30px 6vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-bottom img { width: 190px; filter: brightness(0) invert(1); }
.footer-bottom p, .footer-bottom a { color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .08em; }

.whatsapp-float { position: fixed; right: 28px; bottom: 26px; z-index: 30; border: 0; border-radius: 50px; background: #25d366; color: #fff; display: flex; align-items: center; gap: 9px; padding: 13px 18px 13px 14px; box-shadow: 0 10px 32px rgba(0,0,0,.2); cursor: pointer; font: 600 12px "Inter", sans-serif; transition: transform .25s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes scaleIn { from { transform: scale(1.06); } to { transform: scale(1); } }

@media (max-width: 960px) {
  .site-header { height: 78px; }
  .brand { width: 170px; }
  .menu-toggle { display: block; position: relative; z-index: 22; width: 42px; height: 42px; border: 0; background: transparent; }
  .menu-toggle span { display: block; height: 1px; width: 24px; background: #fff; margin: 7px auto; transition: .25s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; background: var(--ink); flex-direction: column; justify-content: center; font-size: 18px; opacity: 0; visibility: hidden; transition: .3s; }
  .menu-open .main-nav { opacity: 1; visibility: visible; }
  .hero-content { margin-left: 7vw; width: 86vw; }
  .hero-note { right: 5vw; bottom: 32px; gap: 15px; }
  .hero-note strong { font-size: 54px; }
  .hero-note > div { padding-left: 16px; }
  .hero-note > div::before { height: 34px; }
  .intro { grid-template-columns: 1fr; }
  .intro-mark { display: none; }
  .intro-details { border-left: 0; padding-left: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
  .section-heading { align-items: start; flex-direction: column; }
  .service-card { grid-template-columns: 1fr; }
  .service-photo { min-height: 300px; }
  .service-card-featured { min-height: 0; }
  .experience { grid-template-columns: 1fr; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hero { min-height: 760px; }
  .hero-image { background-position: 72% top; }
  .hero-overlay { background: linear-gradient(180deg, rgba(25,9,18,.62) 0%, rgba(25,9,18,.26) 28%, rgba(25,9,18,0) 54%), linear-gradient(90deg, rgba(25,9,18,.93) 0%, rgba(25,9,18,.79) 72%, rgba(25,9,18,.57) 100%); }
  .hero-content { margin-left: 7vw; width: 86vw; padding-top: 35px; }
  .hero h1 { font-size: clamp(41px, 12vw, 50px); line-height: 1.08; letter-spacing: -.03em; }
  .hero-lead { font-size: 15px; line-height: 1.7; max-width: 330px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 24px; }
  .hero-note { left: 7vw; right: auto; bottom: 28px; }
  .hero-note > div > span { font-size: 9px; }
  .section { padding: 85px 7vw; }
  .intro-details { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-featured .service-photo, .service-photo { min-height: 320px; }
  .experience-photo { min-height: 430px; }
  .experience-content { padding: 85px 8vw; }
  .google-rating { width: 100%; justify-content: center; }
  .review-card { padding: 30px 26px; }
  .footer-bottom { flex-direction: column; text-align: center; padding: 45px 20px; }
  .whatsapp-float { right: 18px; bottom: 18px; width: 54px; height: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .modal-panel { padding: 70px 26px 35px; }
  .price-row-variants { grid-template-columns: 1fr; gap: 10px; }
  .price-variants { justify-content: flex-start; max-width: none; }
  .price-variants span { align-items: flex-start; }
  .modal-footer { align-items: stretch; flex-direction: column; }
  .modal-footer .button { width: 100%; }
}

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