:root {
  --ink: #24211f;
  --paper: #fbf8f4;
  --cream: #f2e8dc;
  --rose: #c88472;
  --rose-dark: #925a4d;
  --line: rgba(36, 33, 31, 0.14);
  --white: #fff;
  --display: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
[hidden] { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .75rem 1rem; background: var(--ink); color: var(--white); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem clamp(1.25rem, 5vw, 5rem); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(251, 248, 244, .94); box-shadow: 0 8px 30px rgba(53, 38, 31, .08); backdrop-filter: blur(12px); }
.brand { display: grid; text-decoration: none; line-height: 1; }
.brand__main { font: 600 clamp(1.4rem, 2vw, 1.8rem)/1 var(--display); letter-spacing: .03em; }
.brand__sub { margin-top: .35rem; color: var(--rose-dark); font-size: .65rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); }
.main-nav a { font-size: .86rem; font-weight: 600; text-decoration: none; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 1.5rem; height: 1px; margin: .33rem 0; background: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.4rem; padding: .8rem 1.55rem; border: 1px solid var(--rose-dark); border-radius: 100px; background: var(--rose-dark); color: var(--white); font-size: .86rem; font-weight: 700; letter-spacing: .02em; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--ink); }
.button--small { min-height: 2.75rem; padding: .65rem 1.2rem; }
.button--light { border-color: var(--white); background: var(--white); color: var(--rose-dark); }
.text-link { font-size: .86rem; font-weight: 700; text-underline-offset: .35rem; }

.hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: center; gap: clamp(2rem, 6vw, 7rem); padding: 8rem clamp(1.25rem, 8vw, 8rem) 4rem; overflow: hidden; background: radial-gradient(circle at 75% 40%, #f4e5dc 0, transparent 34%), var(--paper); }
.hero__copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow { margin: 0 0 1rem; color: var(--rose-dark); font-size: .7rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--display); font-weight: 500; line-height: .98; }
h1 { margin-bottom: 1.5rem; font-size: clamp(4rem, 8vw, 8rem); letter-spacing: -.045em; }
h1 em { color: var(--rose-dark); font-weight: 500; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.8rem, 5.5vw, 5.5rem); letter-spacing: -.035em; }
.hero__lead { max-width: 580px; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero__actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.2rem; }
.hero__facts { display: flex; gap: clamp(1.5rem, 4vw, 4rem); margin: 4rem 0 0; }
.hero__facts div { display: grid; }
.hero__facts dt { color: var(--rose-dark); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero__facts dd { margin: .25rem 0 0; font-family: var(--display); font-size: 1.2rem; }
.hero__visual { position: relative; align-self: end; max-width: 620px; justify-self: center; }
.hero__visual img { position: relative; z-index: 2; width: min(44vw, 580px); max-height: 80svh; object-fit: cover; object-position: center 20%; border-radius: 48% 48% 2rem 2rem; filter: saturate(.85); }
.hero__halo { position: absolute; inset: -8% -16% 14%; border: 1px solid rgba(146, 90, 77, .25); border-radius: 50%; transform: rotate(-8deg); }
.hero__signature, .signature { color: var(--rose-dark); font: italic 500 2rem var(--display); }
.hero__signature { position: absolute; z-index: 3; right: -1rem; bottom: 3rem; padding: .7rem 1.2rem; background: var(--paper); border-radius: 50%; transform: rotate(-8deg); }

.section { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 8vw, 8rem); }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading > p:last-child { max-width: 620px; }
.services { background: var(--white); }
.service-tabs { display: flex; gap: .6rem; overflow-x: auto; padding: 0 0 1rem; scrollbar-width: thin; }
.service-tabs button { flex: 0 0 auto; padding: .72rem 1rem; border: 1px solid var(--line); border-radius: 100px; background: transparent; color: var(--ink); cursor: pointer; }
.service-tabs button[aria-selected='true'] { border-color: var(--rose-dark); background: var(--rose-dark); color: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.service-card { display: flex; flex-direction: column; min-height: 230px; padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: 1.5rem; background: var(--paper); }
.service-card__top { display: flex; justify-content: space-between; gap: 1rem; }
.service-card h3 { margin-bottom: .8rem; font-size: clamp(1.5rem, 2.5vw, 2.1rem); line-height: 1.05; }
.service-card > p { display: -webkit-box; overflow: hidden; margin: 0 0 1.5rem; color: #645b57; font-size: .88rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.service-card__price { flex: 0 0 auto; margin: 0; color: var(--rose-dark); font-weight: 700; }
.service-card__footer { display: flex; justify-content: space-between; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .82rem; font-weight: 700; }
.service-card__footer a { color: var(--rose-dark); text-decoration: none; }
.notice { padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); }

.about { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); background: var(--cream); }
.about__media img { width: 100%; max-height: 760px; object-fit: cover; border-radius: 45% 45% 1.5rem 1.5rem; filter: saturate(.82); }
.about__copy { max-width: 720px; }
.about__copy > p:not(.eyebrow, .signature) { font-size: clamp(1rem, 1.4vw, 1.15rem); }
.booking-cta { text-align: center; background: var(--rose-dark); color: var(--white); }
.booking-cta .eyebrow { color: #f8ded6; }
.booking-cta h2, .booking-cta p { max-width: 840px; margin-right: auto; margin-left: auto; }
.booking-cta .button { margin-top: 1.5rem; }
.contact__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.contact__grid a { display: grid; min-height: 150px; padding: 2rem 1.5rem; border-right: 1px solid var(--line); text-decoration: none; }
.contact__grid a:last-child { border-right: 0; }
.contact__grid span { color: var(--rose-dark); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact__grid strong { align-self: end; font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 500; }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 2rem; padding: 3rem clamp(1.25rem, 8vw, 8rem); border-top: 1px solid var(--line); background: var(--paper); }
.site-footer > div { display: grid; }
.site-footer nav { display: flex; gap: 1.5rem; font-size: .8rem; }
.site-footer p { margin: 0; font-size: .8rem; }

@media (max-width: 900px) {
  .site-header { background: rgba(251, 248, 244, .96); }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; inset: 100% 1rem auto; display: none; align-items: stretch; flex-direction: column; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); box-shadow: 0 20px 50px rgba(53, 38, 31, .14); }
  .main-nav.is-open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 9rem; }
  .hero__visual { align-self: center; }
  .hero__visual img { width: min(78vw, 520px); max-height: none; }
  .about { grid-template-columns: 1fr; }
  .about__media { max-width: 560px; }
  .contact__grid { grid-template-columns: 1fr; }
  .contact__grid a { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 640px) {
  .hero__actions, .hero__facts { align-items: flex-start; flex-direction: column; }
  .hero__facts { gap: 1rem; margin-top: 2.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card__top { display: block; }
  .service-card { min-height: 210px; }
  .site-footer nav { flex-direction: column; gap: .5rem; }
}

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