:root {
  --bg: #f8f3f1;
  --paper: #fffdfb;
  --ink: #2a1d25;
  --muted: #735f69;
  --wine: #6f3f58;
  --wine-deep: #4b273b;
  --rose: #c8909f;
  --blush: #ecd6d8;
  --gold: #c2a16b;
  --line: rgba(111, 63, 88, .14);
  --shadow: 0 24px 70px rgba(75, 39, 59, .12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(236,214,216,.55), transparent 28%),
    radial-gradient(circle at 100% 30%, rgba(194,161,107,.11), transparent 26%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.68;
  overflow-x: hidden;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 112px 0; }

.ambient {
  position: fixed;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .35;
  pointer-events: none;
  z-index: -1;
}
.ambient-one { width: 300px; height: 300px; background: #e8b9c1; top: 10%; left: -120px; }
.ambient-two { width: 360px; height: 360px; background: #d9c09a; bottom: 5%; right: -180px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(248, 243, 241, .82);
  border-bottom: 1px solid rgba(111,63,88,.08);
  transition: box-shadow .3s ease, background .3s ease;
}
.site-header.scrolled { box-shadow: 0 12px 40px rgba(75,39,59,.08); background: rgba(255,253,251,.94); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--wine-deep), var(--rose)); color: white;
  font-family: Georgia, serif; font-size: 15px; letter-spacing: .08em; box-shadow: 0 10px 24px rgba(111,63,88,.2);
}
.brand-text { font-size: 13px; font-weight: 800; letter-spacing: .18em; }
.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav a { text-decoration: none; font-size: 14px; font-weight: 700; color: var(--muted); position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--wine); transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--wine-deep); margin: 5px auto; transition: .3s ease; }

.hero { min-height: calc(100svh - 78px); display: grid; align-items: center; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 14px; color: var(--wine); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 8vw, 116px); line-height: .88; letter-spacing: -.055em; font-weight: 500; }
.hero h1 span { display: block; color: var(--wine); font-style: italic; }
.hero-lead { margin: 34px 0 10px; font-size: clamp(19px, 2vw, 26px); line-height: 1.45; max-width: 690px; color: var(--wine-deep); }
.hero-copy > p:not(.eyebrow):not(.hero-lead) { max-width: 680px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: 14px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--wine-deep), var(--wine)); box-shadow: 0 14px 30px rgba(75,39,59,.22); }
.btn-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.btn-light { background: white; color: var(--wine-deep); box-shadow: 0 12px 30px rgba(42,29,37,.14); }

.hero-visual { min-height: 540px; display: grid; place-items: center; }
.orbital-card { width: min(480px, 100%); aspect-ratio: 1; position: relative; border-radius: 50%; display: grid; place-items: center; }
.orbital-card::before {
  content: ""; position: absolute; inset: 10%; border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, #fff7f4, #d8b4bc 48%, #7a435e 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), 0 38px 80px rgba(75,39,59,.2);
}
.orbital-ring { position: absolute; border: 1px solid rgba(111,63,88,.25); border-radius: 50%; }
.ring-a { inset: 2%; transform: rotate(24deg) scaleY(.82); }
.ring-b { inset: 0 14%; transform: rotate(-38deg) scaleX(.92); border-color: rgba(194,161,107,.5); }
.visual-core { z-index: 2; width: 60%; text-align: center; color: #fff; text-shadow: 0 3px 24px rgba(55,25,39,.24); }
.visual-core strong { display: block; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 68px); font-weight: 500; }
.visual-core small { display: block; margin-top: 8px; opacity: .86; letter-spacing: .06em; }
.core-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: .2em; }
.float-chip { position: absolute; z-index: 3; padding: 9px 14px; border-radius: 999px; background: rgba(255,253,251,.85); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 10px 32px rgba(75,39,59,.12); font-size: 12px; font-weight: 800; color: var(--wine-deep); }
.chip-one { top: 15%; right: 2%; }
.chip-two { bottom: 15%; left: 0; }
.chip-three { right: 8%; bottom: 8%; }
.scroll-cue { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 24px; height: 42px; border: 1px solid rgba(75,39,59,.22); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--wine); transform: translateX(-50%); animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,14px); } }

.intro-strip { padding: 70px 0; background: linear-gradient(135deg, var(--wine-deep), var(--wine)); color: white; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.intro-grid .eyebrow { color: #f0ccd5; }
.intro-grid h2 { margin: 0; font: 500 clamp(34px, 4vw, 58px)/1.06 Georgia, serif; letter-spacing: -.03em; }
.intro-grid p:last-child { margin: 0; color: rgba(255,255,255,.82); font-size: 18px; }

.section-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 50px; margin-bottom: 50px; }
.section-heading h2 { margin: 0; font: 500 clamp(38px, 5vw, 64px)/1.05 Georgia, serif; letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: 38px; background: rgba(255,253,251,.82); border: 1px solid var(--line); box-shadow: var(--shadow); }
.service-card.featured { background: linear-gradient(155deg, #fffdfb 0%, #f1e1e3 100%); }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -80px; top: -80px; background: radial-gradient(circle, rgba(194,161,107,.26), transparent 68%); }
.service-number { color: var(--rose); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.service-icon { margin: 26px 0 18px; width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); color: var(--wine); font-size: 24px; }
.service-card h3, .aesthetic-card h3, .location-card h3 { margin: 0 0 18px; font: 500 34px/1.1 Georgia, serif; }
.service-card p, .aesthetic-card p, .location-card p { color: var(--muted); }
.price-row { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.price-row span { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-row strong { font: 500 30px/1 Georgia, serif; color: var(--wine-deep); }

.aesthetics { background: #2d1f28; color: #fff; position: relative; overflow: hidden; }
.aesthetics::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; top: -240px; right: -160px; background: radial-gradient(circle, rgba(200,144,159,.25), transparent 65%); }
.aesthetics .eyebrow { color: #ddb2bd; }
.aesthetics .section-heading > p { color: rgba(255,255,255,.64); }
.aesthetic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.aesthetic-card { padding: 32px; border-radius: var(--radius-md); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.card-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; color: #e2bac4; font-size: 12px; letter-spacing: .16em; font-weight: 800; }
.card-topline strong { font-size: 24px; }
.aesthetic-card h3 { color: white; }
.aesthetic-card p { color: rgba(255,255,255,.67); }
.aesthetic-card .card-lead { color: rgba(255,255,255,.92); font-weight: 700; }
.aesthetic-card .price-row { border-color: rgba(255,255,255,.12); }
.aesthetic-card .price-row span { color: rgba(255,255,255,.58); }
.aesthetic-card .price-row strong { color: white; }
.mini-note { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(221,178,189,.13); color: #f0cbd4; border: 1px solid rgba(221,178,189,.24); font-size: 12px; font-weight: 800; }

.locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.location-card { min-height: 250px; padding: 28px; border-radius: var(--radius-md); background: rgba(255,253,251,.78); border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(75,39,59,.08); transition: transform .3s ease, box-shadow .3s ease; }
.location-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(75,39,59,.12); }
.location-tag { display: inline-flex; margin-bottom: 24px; padding: 8px 11px; border-radius: 999px; background: #f0e6e7; color: var(--wine); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.location-tag.accent { background: #efe2c9; color: #6c542f; }
.location-card p { margin-bottom: 0; }

.social-band { padding: 68px 0; background: linear-gradient(135deg, #dcb7c0, #f2dfda 52%, #e7d2aa); }
.social-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.social-inner h2 { margin: 0; max-width: 760px; font: 500 clamp(34px, 4vw, 58px)/1.04 Georgia, serif; letter-spacing: -.035em; }

.site-footer { background: #1f161c; color: rgba(255,255,255,.78); padding: 58px 0 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; align-items: flex-start; padding-bottom: 42px; }
.footer-brand { color: #fff; font-family: Georgia, serif; font-size: 25px; letter-spacing: .08em; }
.site-footer p { color: rgba(255,255,255,.5); }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px 26px; }
.footer-links a { text-decoration: none; font-weight: 700; font-size: 13px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); text-align: center; padding: 18px 20px; color: rgba(255,255,255,.42); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.back-top { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--wine-deep); color: white; font-size: 21px; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .3s ease; box-shadow: 0 15px 34px rgba(75,39,59,.25); z-index: 900; }
.back-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 1; transform: none; transition: opacity .75s ease, transform .75s ease; }
.reveal.reveal-pending { opacity: 0; transform: translateY(24px); }
.reveal.reveal-pending.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section-pad { padding: 88px 0; }
  .hero-grid, .intro-grid, .section-heading { grid-template-columns: 1fr; }
  .hero-grid { gap: 28px; }
  .hero-visual { min-height: 420px; }
  .orbital-card { width: min(420px, 88vw); }
  .section-heading { gap: 18px; }
  .aesthetic-grid { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 70px; }
  .brand-text { font-size: 11px; letter-spacing: .13em; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute; top: 70px; left: 14px; right: 14px; display: grid; gap: 0;
    padding: 12px; border-radius: 18px; background: rgba(255,253,251,.98); box-shadow: 0 18px 45px rgba(75,39,59,.14);
    border: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 13px 12px; border-radius: 12px; }
  .main-nav a:hover { background: #f6ecee; }
  .main-nav a::after { display: none; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { min-height: auto; padding-top: 78px; }
  .hero h1 { font-size: clamp(54px, 16vw, 84px); }
  .hero-lead { margin-top: 26px; font-size: 19px; }
  .hero-visual { min-height: 340px; }
  .float-chip { font-size: 10px; }
  .scroll-cue { display: none; }
  .intro-strip { padding: 58px 0; }
  .service-grid, .locations-grid { grid-template-columns: 1fr; }
  .service-card, .aesthetic-card, .location-card { padding: 26px; }
  .service-card h3, .aesthetic-card h3, .location-card h3 { font-size: 30px; }
  .social-inner, .footer-grid { flex-direction: column; align-items: stretch; }
  .social-inner .btn { width: 100%; }
  .footer-links { flex-direction: column; }
}

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