:root {
  --background: oklch(0.985 0.008 210); --foreground: #072b37;
  --card: oklch(1 0 0); --card-foreground: oklch(0.27 0.045 225);
  --primary: oklch(0.49 0.105 210); --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.93 0.026 195); --secondary-foreground: oklch(0.32 0.06 210);
  --muted: oklch(0.955 0.011 210); --muted-foreground: oklch(0.52 0.033 220);
  --accent: oklch(0.76 0.105 80); --accent-foreground: oklch(0.24 0.04 225);
  --border: oklch(0.88 0.025 205); --input: oklch(0.88 0.025 205); --ring: oklch(0.49 0.105 210);
  --ink: oklch(0.23 0.05 225); --soft-aqua: oklch(0.95 0.035 195); --deep-teal: oklch(0.34 0.075 210);
  --gold: oklch(0.73 0.115 77); --cream: oklch(0.985 0.014 85); --radius: 0.4rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: "Manrope", sans-serif; }
body, button, a { letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { overflow: clip; }
.page-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topbar { background: var(--deep-teal); color: var(--primary-foreground); font-size: .76rem; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p, .topbar a { margin: 0; display: flex; align-items: center; gap: 7px; }
.site-header { position: sticky; top: 0; z-index: 40; background: color-mix(in oklab, var(--background) 94%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.nav-wrap { min-height: 82px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; min-width: 0; gap: 12px; width: fit-content; }
.brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; }
.brand span { display: flex; flex-direction: column; color: var(--ink); line-height: 1.08; }
.brand strong { font: 600 1.1rem "Sora", sans-serif; }
.brand small { font-size: .69rem; margin-top: 4px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: .82rem; font-weight: 700; }
.nav-links > a:not(.button) { position: relative; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--primary); transition: right .25s ease; }
.nav-links > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); padding: 9px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: var(--radius); font-size: .82rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--primary); color: var(--primary-foreground); box-shadow: 0 10px 25px color-mix(in oklab, var(--primary) 22%, transparent); }
.button-primary:hover { background: var(--deep-teal); }
.button-light { background: color-mix(in oklab, var(--card) 92%, transparent); border-color: var(--card); color: var(--ink); }
.button-gold { background: var(--gold); color: var(--ink); box-shadow: 0 10px 25px color-mix(in oklab, var(--gold) 25%, transparent); }
.nav-cta { min-height: 42px; padding-inline: 16px; }
.hero { min-height: 690px; height: calc(100svh - 117px); max-height: 820px; position: relative; display: flex; align-items: center; }
.hero-image, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-wash { background: linear-gradient(90deg, color-mix(in oklab, var(--background) 98%, transparent) 0%, color-mix(in oklab, var(--background) 92%, transparent) 37%, color-mix(in oklab, var(--background) 20%, transparent) 68%, transparent 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 68px; }
.hero-content > * { max-width: 630px; }
.eyebrow { margin: 0 0 17px; display: flex; align-items: center; gap: 8px; color: var(--primary); font-size: .75rem; line-height: 1.4; font-weight: 800; text-transform: uppercase; }
h1, h2, h3, p { letter-spacing: 0; }
h1, h2 { font-family: "Sora", sans-serif; color: var(--ink); }
h1 { margin: 0; font-size: clamp(3rem, 5vw, 4.9rem); line-height: 1.02; font-weight: 600; max-width: 690px; }
h1 em { color: var(--primary); font-style: normal; font-weight: 600; }
.hero-copy { margin: 27px 0 0; color: var(--foreground); font-size: 1.04rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-details { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; font-size: .78rem; font-weight: 700; }
.hero-details span { display: flex; align-items: center; gap: 7px; }
.hero-details svg { color: var(--primary); }
.trust-strip { background: var(--card); border-bottom: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { padding: 26px 30px; display: flex; gap: 16px; align-items: center; border-right: 1px solid var(--border); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border: 0; }
.trust-grid span { font: 600 1.3rem "Sora", sans-serif; color: var(--primary); }
.trust-grid p { margin: 0; font-size: .73rem; line-height: 1.5; color: var(--muted-foreground); }
.trust-grid strong { display: block; color: var(--ink); font-size: .82rem; }
.section { padding: 110px 0; }
.specialties-section { background: var(--background); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .aesthetic-content h2, .booking-inner h2, .contact-section h2 { margin: 0; font-size: clamp(2.25rem, 3.7vw, 3.45rem); line-height: 1.08; font-weight: 600; }
.section-heading > p, .aesthetic-content > p, .booking-inner > div > p:last-child, .contact-intro { color: var(--muted-foreground); line-height: 1.8; font-size: .94rem; }
.specialty-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.specialty-card { position: relative; min-height: 285px; padding: 29px; background: var(--card); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); transition: transform .25s ease, box-shadow .25s ease; }
.specialty-card:hover { z-index: 1; transform: translateY(-6px); box-shadow: 0 22px 50px color-mix(in oklab, var(--ink) 10%, transparent); }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; background: var(--soft-aqua); color: var(--primary); border-radius: 50%; }
.specialty-card > span { position: absolute; right: 24px; top: 26px; color: var(--border); font: 600 1.05rem "Sora", sans-serif; }
.specialty-card h3 { margin: 55px 0 11px; color: var(--ink); font: 600 1.3rem "Sora", sans-serif; }
.specialty-card p { margin: 0; color: var(--muted-foreground); font-size: .82rem; line-height: 1.7; }
.coverage { margin-top: 30px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--deep-teal); color: var(--primary-foreground); }
.coverage > div { display: flex; gap: 17px; align-items: center; }
.coverage .eyebrow { margin: 0 0 3px; color: var(--secondary); }
.coverage h3 { margin: 0; font: 600 1.3rem "Sora", sans-serif; }
.coverage ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; list-style: none; }
.coverage li { display: flex; align-items: center; gap: 5px; padding: 8px 11px; border: 1px solid color-mix(in oklab, var(--primary-foreground) 25%, transparent); border-radius: 999px; font-size: .73rem; font-weight: 700; }
.coverage li svg { color: var(--gold); }
.aesthetic-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.aesthetic-image-wrap { position: relative; min-height: 700px; }
.aesthetic-image-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.image-note { position: absolute; right: 28px; bottom: 28px; display: flex; gap: 12px; align-items: center; padding: 17px 20px; background: color-mix(in oklab, var(--card) 92%, transparent); backdrop-filter: blur(9px); box-shadow: 0 10px 30px color-mix(in oklab, var(--ink) 12%, transparent); }
.image-note svg { color: var(--gold); }
.image-note span { display: flex; flex-direction: column; font-size: .7rem; color: var(--muted-foreground); }
.image-note strong { color: var(--ink); font-family: "Sora", sans-serif; font-size: .95rem; font-weight: 600; }
.aesthetic-content { padding: 95px max(40px, calc((100vw - 1180px) / 2)); align-self: center; }
.aesthetic-content > p { max-width: 600px; }
.treatment-list { margin: 34px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; border-top: 1px solid var(--border); }
.treatment-list div { display: flex; align-items: center; gap: 8px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: .8rem; font-weight: 700; }
.treatment-list svg { flex: 0 0 auto; color: var(--primary); }
.booking-band { padding: 78px 0; background: var(--deep-teal); color: var(--primary-foreground); }
.booking-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.booking-inner .eyebrow { color: var(--secondary); }
.booking-inner h2 { color: var(--primary-foreground); max-width: 680px; }
.booking-inner > div > p:last-child { margin-bottom: 0; color: color-mix(in oklab, var(--primary-foreground) 72%, transparent); }
.contact-section { background: var(--card); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-intro { max-width: 460px; }
.location { margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 15px; }
.location svg { color: var(--primary); }
.location span { display: flex; flex-direction: column; color: var(--muted-foreground); font-size: .8rem; }
.location strong { color: var(--ink); font-size: .9rem; margin-bottom: 4px; }
.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-options article { display: flex; gap: 17px; align-items: flex-start; padding: 27px; background: var(--background); border: 1px solid var(--border); }
.contact-options article > div:last-child { display: flex; flex-direction: column; min-width: 0; gap: 7px; }
.contact-options span { color: var(--muted-foreground); font-size: .7rem; text-transform: uppercase; font-weight: 800; }
.contact-options a { color: var(--ink); font-size: .9rem; font-weight: 800; overflow-wrap: anywhere; }
.contact-options a:last-child { display: flex; align-items: center; gap: 6px; margin-top: 8px; color: var(--primary); font-size: .72rem; }
footer { padding: 34px 0; background: var(--ink); color: color-mix(in oklab, var(--primary-foreground) 70%, transparent); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; font-size: .7rem; }
.footer-brand span { color: var(--primary-foreground); }
.footer-brand img { width: 52px; height: 52px; }
.footer-inner > p:nth-child(2) { text-align: center; }
.floating-whatsapp { position: fixed; z-index: 35; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: var(--primary-foreground); box-shadow: 0 8px 25px color-mix(in oklab, var(--ink) 25%, transparent); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: scale(1.06); }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease var(--delay,0ms), transform .65s ease var(--delay,0ms); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-button { display: grid; place-items: center; }
  .nav-links { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 22px 20px 28px; flex-direction: column; align-items: stretch; gap: 18px; background: var(--background); border-bottom: 1px solid var(--border); box-shadow: 0 15px 30px color-mix(in oklab, var(--ink) 10%, transparent); }
  .nav-links.is-open { display: flex; }
  .nav-links a { text-align: center; }
  .hero { min-height: 670px; height: calc(100svh - 117px); }
  .hero-image { object-position: 62% center; }
  .hero-wash { background: linear-gradient(90deg, color-mix(in oklab, var(--background) 98%, transparent) 0%, color-mix(in oklab, var(--background) 90%, transparent) 57%, color-mix(in oklab, var(--background) 42%, transparent) 100%); }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .specialty-grid { grid-template-columns: 1fr 1fr; }
  .coverage { align-items: flex-start; flex-direction: column; }
  .coverage ul { justify-content: flex-start; }
  .aesthetic-section { grid-template-columns: 1fr; }
  .aesthetic-image-wrap { min-height: 560px; }
  .aesthetic-content { padding: 75px 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 620px) {
  .page-container { width: min(100% - 28px, 1180px); }
  .topbar-inner { justify-content: center; }
  .topbar p { display: none; }
  .nav-wrap { min-height: 74px; }
  .nav-links { top: 74px; }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .59rem; }
  .hero { min-height: 680px; height: calc(100svh - 109px); align-items: flex-end; }
  .hero-image { object-position: 68% center; }
  .hero-wash { background: linear-gradient(0deg, var(--background) 2%, color-mix(in oklab, var(--background) 90%, transparent) 48%, color-mix(in oklab, var(--background) 20%, transparent) 100%); }
  .hero-content { padding-block: 52px; }
  h1 { font-size: clamp(2.65rem, 12vw, 3.65rem); }
  .hero-copy { font-size: .93rem; line-height: 1.65; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-details { gap: 11px; font-size: .7rem; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .aesthetic-content h2, .booking-inner h2, .contact-section h2 { font-size: 2.25rem; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-card { min-height: 235px; }
  .specialty-card h3 { margin-top: 34px; }
  .coverage { padding: 24px 20px; }
  .aesthetic-image-wrap { min-height: 420px; }
  .image-note { right: 14px; bottom: 14px; left: 14px; }
  .aesthetic-content { padding: 66px 20px; }
  .treatment-list { grid-template-columns: 1fr; }
  .booking-band { padding: 65px 0; }
  .booking-inner { grid-template-columns: 1fr; gap: 28px; }
  .contact-options { grid-template-columns: 1fr; }
  .floating-whatsapp { width: 50px; height: 50px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
svg{width:1.15em;height:1.15em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.topbar svg{width:14px;height:14px}.menu-button span{display:block;width:22px;height:2px;margin:4px;background:currentColor}.icon-box svg{width:26px;height:26px}.coverage-icon{width:34px;height:34px}.floating-whatsapp svg{width:24px;height:24px}
