@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap");

:root {
  --lume: #fdfbf7;
  --sand: #f2ede4;
  --rose: #d6afa6;
  --charcoal: #3d3533;
  --nude: #e5d3c5;
  --white: #fff;
  --heading: "Cormorant Garamond", Georgia, serif;
  --body: "Inter", Arial, sans-serif;
  --shadow: 0 18px 55px rgba(61, 53, 51, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--lume); color: var(--charcoal); font-family: var(--body); line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.05; letter-spacing: .02em; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; background: var(--charcoal); color: var(--lume); padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(253,251,247,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(61,53,51,.06); }
.navbar { max-width: 1280px; height: 78px; margin: auto; padding: 0 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { font: 600 2rem/1 var(--heading); letter-spacing: .04em; white-space: nowrap; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 1.6rem; }
.nav-menu-links { display: flex; align-items: center; gap: 2rem; padding-right: 1.6rem; border-right: 1px solid rgba(61,53,51,.1); }
.nav-cta-links { display: flex; align-items: center; gap: 1rem; }
.nav-links a { color: rgba(61,53,51,.7); font-size: .76rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a.active { color: var(--charcoal); }
.phone-link, .appointment-link, .btn { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; border-radius: 999px; transition: transform .2s, background .2s, color .2s; }
.phone-link, .appointment-link { padding: .6rem 1.25rem; font-size: .72rem; white-space: nowrap; letter-spacing: .04em; }
.phone-link { border: 1px solid rgba(61,53,51,.22); color: var(--charcoal); }
.appointment-link { background: var(--rose); color: var(--white); }
.nav-links .phone-link, .nav-links .appointment-link { letter-spacing: .04em; }
.phone-link:hover { border-color: var(--rose); background: rgba(214,175,166,.12); color: var(--charcoal); }
.phone-link:hover, .appointment-link:hover, .btn:hover { transform: translateY(-2px); }
.menu-toggle, .mobile-menu { display: none; }
.icon { width: 1.35rem; height: 1.35rem; flex: 0 0 auto; }
.btn .icon, .phone-link .icon, .appointment-link .icon { width: 1rem; height: 1rem; }
.eyebrow { display: block; margin-bottom: 1rem; color: #9c6d64; font-size: .78rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.hero { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, #fdfbf7 0%, rgba(253,251,247,.88) 38%, rgba(253,251,247,.3) 68%, rgba(253,251,247,0) 100%); }
.hero-content { position: relative; z-index: 1; width: min(1280px, 100%); margin: auto; padding: 9rem 3rem 5rem; }
.hero-copy { max-width: 700px; }
.hero h1 { margin-bottom: 1.25rem; font-size: clamp(4.5rem, 9vw, 8rem); }
.hero p { max-width: 620px; color: rgba(61,53,51,.72); font: italic 400 clamp(1.25rem, 2.4vw, 1.75rem)/1.5 var(--heading); }
.btn { min-height: 44px; padding: .62rem 1.45rem; border: 1px solid var(--charcoal); font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.btn-dark { background: var(--charcoal); color: var(--lume); }
.btn-light { background: var(--lume); color: var(--charcoal); }
.btn-rose { border-color: var(--rose); background: var(--rose); color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: 1rem 1.15rem; margin-top: 2rem; }
.button-row.centered { justify-content: center; }
.section { padding: 7rem 3rem; }
.section.sand { background: var(--sand); }
.container { width: min(1150px, 100%); margin: auto; }
.narrow { width: min(880px, 100%); }
.section-heading { max-width: 720px; margin: 0 auto 4rem; text-align: center; }
.section-heading h1, .section-heading h2 { margin-bottom: 1.1rem; font-size: clamp(2.8rem, 5vw, 4.5rem); }
.section-heading p { color: rgba(61,53,51,.64); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
.value-card { text-align: center; }
.icon-circle { width: 58px; height: 58px; margin: 0 auto 1.25rem; border-radius: 50%; display: grid; place-items: center; background: rgba(214,175,166,.25); color: #9c6d64; }
.value-card h2, .value-card h3 { margin-bottom: .7rem; font-size: 1.45rem; }
.value-card p { color: rgba(61,53,51,.62); font-size: .9rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.image-frame { aspect-ratio: 4/3; overflow: hidden; border-radius: 28px; background: var(--sand); box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.copy h2 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 4.5vw, 4rem); }
.copy p { color: rgba(61,53,51,.7); }
.contact-row { display: flex; justify-content: center; gap: 5rem; flex-wrap: wrap; }
.contact-item { display: flex; align-items: center; gap: 1rem; }
.contact-item .icon-circle { margin: 0; flex: 0 0 auto; }
.contact-item small { display: block; color: rgba(61,53,51,.5); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-item strong { font: 500 1.25rem var(--heading); }
.page-intro { padding: 10rem 3rem 4rem; }
.page-intro .section-heading { margin-bottom: 0; }
.service-groups { display: grid; gap: 2rem; }
.service-group { padding: 2.25rem; border: 1px solid var(--nude); border-radius: 22px; background: var(--white); box-shadow: 0 8px 24px rgba(61,53,51,.045); }
.service-group h2 { padding-bottom: 1rem; border-bottom: 1px solid var(--nude); font-size: 1.8rem; }
.service-list { padding: 0; margin: 0; list-style: none; }
.service-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .48rem 0; }
.service-price { flex: 0 0 auto; font-weight: 500; }
.gel-price { color: rgba(61,53,51,.53); font-size: .84rem; }
.cta { padding: 4rem 2rem; border-radius: 28px; background: var(--sand); text-align: center; }
.cta h2 { margin-bottom: .8rem; font-size: 2.6rem; }
.cta p { color: rgba(61,53,51,.63); }
.legal { width: min(820px, 100%); margin: auto; padding: 10rem 2rem 6rem; }
.legal > h1 { margin-bottom: .7rem; font-size: clamp(3.5rem, 7vw, 5rem); }
.updated { color: rgba(61,53,51,.55); }
.legal-copy { margin-top: 3rem; color: rgba(61,53,51,.72); }
.legal-copy section { margin-top: 2.5rem; }
.legal-copy h2 { color: var(--charcoal); font-size: 1.65rem; }
.legal-copy h3 { color: var(--charcoal); font-size: 1.3rem; }
.legal-copy a { color: #8f5f57; text-decoration: underline; }
.appointment-page { position: relative; overflow: hidden; padding: 10rem 3rem 7rem; background: var(--lume); }
.appointment-bg { position: absolute; border-radius: 999px; filter: blur(56px); opacity: .75; pointer-events: none; }
.appointment-bg.one { left: -10rem; top: 9rem; width: 22rem; height: 22rem; background: rgba(214,175,166,.28); }
.appointment-bg.two { right: -9rem; bottom: 2rem; width: 28rem; height: 28rem; background: rgba(229,211,197,.5); }
.appointment-shell { position: relative; z-index: 1; width: min(1150px, 100%); margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: start; }
.appointment-copy h1 { margin-bottom: 1.25rem; font-size: clamp(3.6rem, 6vw, 5.8rem); }
.appointment-copy > p { color: rgba(61,53,51,.66); font-size: 1.05rem; }
.appointment-points { display: grid; gap: 1.25rem; margin: 2rem 0; }
.appointment-points article { display: grid; grid-template-columns: 58px 1fr; column-gap: 1rem; align-items: start; }
.appointment-points .icon-circle { grid-row: span 2; margin: 0; }
.appointment-points h2 { margin-bottom: .25rem; font-size: 1.55rem; }
.appointment-points p { color: rgba(61,53,51,.62); font-size: .9rem; }
.appointment-form { padding: 2.5rem; border: 1px solid rgba(229,211,197,.9); border-radius: 32px; background: rgba(255,255,255,.78); box-shadow: 0 24px 80px rgba(61,53,51,.11); backdrop-filter: blur(18px); }
.form-icon { width: 52px; height: 52px; margin-bottom: 1.25rem; border-radius: 50%; display: grid; place-items: center; background: var(--charcoal); color: var(--lume); }
.appointment-form h2 { margin-bottom: .35rem; font-size: 2.35rem; }
.appointment-form p { color: rgba(61,53,51,.56); font-size: .9rem; }
.appointment-form label { display: block; margin-top: 1rem; }
.appointment-form label > span { display: block; margin-bottom: .45rem; color: rgba(61,53,51,.58); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.appointment-form input:not([type="checkbox"]), .appointment-form select { width: 100%; min-height: 52px; border: 1px solid var(--nude); border-radius: 18px; background: rgba(253,251,247,.76); color: var(--charcoal); padding: 0 1rem; font: inherit; outline: none; }
.appointment-form input:focus, .appointment-form select:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(214,175,166,.16); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.consent { display: flex !important; gap: .8rem; padding: 1rem; border: 1px solid var(--nude); border-radius: 18px; background: rgba(242,237,228,.62); color: rgba(61,53,51,.68); font-size: .84rem; line-height: 1.55; }
.consent input { flex: 0 0 auto; margin-top: .2rem; accent-color: var(--rose); }
.appointment-form .consent > span { display: inline; margin: 0; color: inherit; font-size: inherit; font-weight: 400; letter-spacing: 0; text-transform: none; }
.appointment-form button { width: 100%; margin-top: 1.25rem; cursor: pointer; }
.form-note { margin: 1rem 0 0; text-align: center; }
.form-note.warning { color: #9a6a00; }
.webhook-frame { position: absolute; width: 1px; height: 1px; border: 0; opacity: 0; pointer-events: none; }
.confirmation-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 1.5rem; background: rgba(61,53,51,.45); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.confirmation-modal.open { opacity: 1; visibility: visible; }
.confirmation-card { position: relative; width: min(520px, 100%); overflow: hidden; border: 1px solid var(--nude); border-radius: 32px; background: var(--lume); padding: 2.5rem; text-align: center; box-shadow: 0 30px 90px rgba(61,53,51,.24); transform: translateY(14px) scale(.98); transition: transform .25s ease; }
.confirmation-modal.open .confirmation-card { transform: translateY(0) scale(1); }
.confirmation-close { position: absolute; top: 1.1rem; right: 1.1rem; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 999px; background: transparent; color: rgba(61,53,51,.48); cursor: pointer; }
.confirmation-close:hover { background: var(--sand); color: var(--charcoal); }
.confirmation-icon { width: 80px; height: 80px; margin: 0 auto 1.5rem; display: grid; place-items: center; border-radius: 999px; background: rgba(214,175,166,.22); color: #9c6d64; box-shadow: 0 0 0 10px rgba(214,175,166,.1); }
.confirmation-icon .icon { width: 38px; height: 38px; }
.confirmation-card h2 { margin-bottom: 1rem; font-size: clamp(2.3rem, 5vw, 3rem); }
.confirmation-card p { width: min(390px, 100%); margin-inline: auto; color: rgba(61,53,51,.64); font-size: .95rem; }
.confirmation-card .button-row { margin-top: 1.8rem; }
.confirmation-card button.btn { width: auto; cursor: pointer; }
.footer { background: var(--charcoal); color: var(--lume); }
.footer-grid { width: min(1150px, 100%); margin: auto; padding: 4.5rem 3rem; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 4rem; }
.footer h2 { font-size: 1.45rem; }
.footer-brand { font: 600 2rem var(--heading); }
.footer p, .footer a { color: rgba(253,251,247,.66); font-size: .86rem; }
.footer nav { display: flex; flex-direction: column; gap: .55rem; }
.footer-bottom { border-top: 1px solid rgba(253,251,247,.12); padding: 1.25rem 3rem; text-align: center; }
.mobile-call { display: none; }

@media (max-width: 1024px) {
  .navbar { height: 68px; padding: 0 1.25rem; }
  .nav-links, .phone-link, .appointment-link { display: none; }
  .menu-toggle { display: grid; place-items: center; border: 0; background: transparent; color: var(--charcoal); cursor: pointer; }
  .mobile-menu { padding: 1.25rem 1.5rem 1.75rem; background: var(--lume); border-top: 1px solid var(--nude); }
  .mobile-menu.open { display: flex; flex-direction: column; gap: .85rem; }
  .mobile-menu a { font-family: var(--heading); font-size: 1.45rem; }
  .button-row { gap: .85rem; }
  .btn { white-space: normal; text-align: center; }
  .hero-content { padding-inline: 1.5rem; }
  .hero-overlay { background: linear-gradient(to right, #fdfbf7 0%, rgba(253,251,247,.85) 45%, rgba(253,251,247,.2) 82%, rgba(253,251,247,0) 100%); }
  .section { padding: 5rem 1.5rem; }
  .page-intro { padding: 8.5rem 1.5rem 3rem; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding-inline: 1.5rem; }
  .appointment-page { padding: 8.5rem 1.5rem 5rem; }
  .appointment-shell { grid-template-columns: 1fr; gap: 2.5rem; }
  .appointment-form { padding: 1.5rem; }
  .mobile-call { display: block; position: fixed; right: 1rem; bottom: 1rem; z-index: 90; padding: .8rem 1.2rem; border-radius: 999px; background: var(--charcoal); color: var(--lume); box-shadow: var(--shadow); font-size: .8rem; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 4.4rem; }
  .value-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-group { padding: 1.5rem; }
  .service-row { align-items: flex-start; }
  .gel-price { display: block; }
  .contact-row { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .form-grid { grid-template-columns: 1fr; }
}
