:root {
  color-scheme: light;
  --ink: #313b44;
  --ink-deep: #242c32;
  --ink-soft: #667078;
  --paper: #f9f4ee;
  --paper-deep: #eee5da;
  --surface: #fffdf9;
  --line: #d8ccb8;
  --gold: #9f7a45;
  --gold-dark: #7e5d31;
  --gold-soft: #eadfcf;
  --sage: #587061;
  --sage-soft: #e5ede7;
  --blue: #435d6b;
  --blue-soft: #e5ecef;
  --shadow: 0 24px 70px rgba(49, 59, 68, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(circle at 9% 8%, rgba(159,122,69,.10), transparent 26rem), radial-gradient(circle at 94% 35%, rgba(88,112,97,.08), transparent 30rem); }
button { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
h1 { max-width: 920px; font-size: clamp(2.65rem, 7.4vw, 5.85rem); line-height: .98; }
h2 { font-size: clamp(2.05rem, 4.3vw, 3.65rem); line-height: 1.04; }
h3 { margin: 0; font-size: clamp(1.45rem, 2.7vw, 2rem); line-height: 1.15; }
.page-width { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 99; padding: 10px 14px; border-radius: 0 0 8px 8px; background: var(--ink); color: white; }
.skip-link:focus { top: 0; }
.eyebrow { margin: 0 0 11px; color: var(--gold-dark); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(216,204,184,.72); background: rgba(249,244,238,.94); backdrop-filter: blur(15px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 66px; height: 66px; display: block; border-radius: 50%; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: var(--gold-dark); }

.hero { padding: clamp(64px, 9vw, 118px) 0 clamp(64px, 8vw, 100px); }
.hero-intro { max-width: 760px; margin: 26px 0 18px; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.availability-note { max-width: 720px; margin: 0; padding-left: 16px; border-left: 3px solid var(--gold); color: var(--ink); font-size: .92rem; font-weight: 650; }

.availability-section { padding: clamp(72px, 9vw, 108px) 0; background: var(--ink-deep); color: var(--paper); }
.section-heading { max-width: 700px; margin-bottom: 30px; }
.section-heading > p:last-child { margin: 15px 0 0; color: #bdc3c6; font-size: 1.04rem; }
.availability-section .eyebrow { color: #d3b98e; }
.calendar-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: var(--surface); color: var(--ink); box-shadow: var(--shadow); }
.calendar-toolbar { min-height: 82px; display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 16px; padding: 14px 22px 8px; text-align: center; }
.calendar-toolbar h3 { font-family: var(--serif); font-weight: 400; }
.month-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.month-button:hover, .month-button:focus-visible { background: var(--paper-deep); }
.calendar-key { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 22px; padding: 8px 20px 22px; color: var(--ink-soft); font-size: .82rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.calendar-key span { display: inline-flex; align-items: center; gap: 7px; }
.key-swatch { width: 14px; height: 14px; display: inline-block; border-radius: 4px; border: 1px solid var(--line); }
.key-swatch--available { background: var(--sage-soft); border-color: #abc0b0; }
.key-swatch--unavailable { background: var(--paper-deep); }
.key-swatch--today { background: transparent; border: 2px solid var(--gold); }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.calendar-weekdays { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.calendar-weekdays span { padding: 12px 5px; text-align: center; color: var(--ink-soft); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.calendar-grid { background: var(--line); gap: 1px; }
.calendar-day { min-height: 86px; padding: 11px; border: 0; background: var(--surface); color: var(--ink); text-align: left; }
.calendar-day--outside { color: #9da3a7; background: #f7f3ed; }
.calendar-day--available { background: var(--sage-soft); }
.calendar-day--unavailable { background: var(--paper-deep); color: var(--ink-soft); }
.calendar-day--today { outline: 2px solid var(--gold); outline-offset: -3px; }
.calendar-day__number { display: block; font-weight: 750; }
.calendar-day__status { display: block; margin-top: 17px; color: var(--ink-soft); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.calendar-day--available .calendar-day__status { color: var(--sage); }
.calendar-connection { display: flex; gap: 12px 20px; align-items: baseline; justify-content: center; padding: 16px 22px; border-top: 1px solid var(--line); background: var(--gold-soft); font-size: .9rem; }
.calendar-connection span { color: var(--ink-soft); }
.calendar-connection[hidden] { display: none; }
.availability-note--section { margin-top: 20px; border-left-color: #d3b98e; color: #dce0e1; }

.introductions-section { padding: clamp(78px, 10vw, 124px) 0; }
.meet-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); gap: clamp(36px, 7vw, 92px); align-items: end; margin-bottom: 46px; }
.appointment-types { display: grid; gap: 12px; }
.appointment-types > div { display: grid; grid-template-columns: 36px 1fr; column-gap: 12px; padding: 17px 0; border-top: 1px solid var(--line); }
.appointment-types span { grid-row: 1 / span 2; color: var(--gold-dark); font-family: var(--serif); font-size: 1.2rem; }
.appointment-types strong { font-size: .86rem; letter-spacing: .06em; text-transform: uppercase; }
.appointment-types p { margin: 3px 0 0; color: var(--ink-soft); }
.booking-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow); }
.booking-card__heading { padding: 28px 30px 22px; border-bottom: 1px solid var(--line); }
.booking-card__heading h3 { font-family: var(--serif); font-weight: 400; }
.booking-card__heading > p:last-child { max-width: 650px; margin: 9px 0 0; color: var(--ink-soft); }
.booking-frame { min-height: 760px; background: white; }
.booking-frame iframe { display: block; width: 100%; min-height: 760px; border: 0; }

.request-section { padding: clamp(70px, 8vw, 96px) 0; background: var(--paper-deep); }
.request-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; }
.request-copy { max-width: 720px; }
.request-copy p:last-child { margin: 18px 0 0; color: var(--ink-soft); font-size: 1.06rem; }
.request-actions { display: flex; gap: 12px; }
.button { min-width: 142px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 12px 22px; text-decoration: none; font-weight: 750; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(49,59,68,.12); }
.button--whatsapp { border-color: #a6c0ae; background: var(--sage); color: white; }
.button--call { border-color: #aabcc4; background: var(--blue-soft); color: var(--blue); }

.site-footer { padding: 28px 0; border-top: 1px solid var(--line); background: var(--ink-deep); color: var(--paper); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner > div { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 1.08rem; }
.footer-inner img { width: 46px; height: 46px; border-radius: 50%; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-inner a { color: #d3b98e; font-size: .9rem; font-weight: 700; text-decoration: none; }

@media (max-width: 760px) {
  html { scroll-padding-top: 82px; }
  .page-width { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 72px; }
  .brand img { width: 56px; height: 56px; }
  .hero { padding: 52px 0 62px; }
  h1 { font-size: clamp(2.55rem, 13.5vw, 4rem); }
  .hero-intro { margin-top: 20px; }
  .availability-section { padding: 66px 0 72px; }
  .calendar-shell { border-radius: 18px; }
  .calendar-toolbar { min-height: 70px; padding-inline: 12px; }
  .calendar-key { justify-content: flex-start; padding: 8px 14px 16px; gap: 9px 14px; font-size: .72rem; }
  .calendar-weekdays span { padding: 9px 2px; font-size: .64rem; }
  .calendar-day { min-height: 62px; padding: 7px 6px; }
  .calendar-day__status { margin-top: 9px; font-size: .56rem; }
  .calendar-connection { display: grid; gap: 2px; justify-content: stretch; padding: 14px; }
  .meet-intro { grid-template-columns: 1fr; margin-bottom: 28px; }
  .booking-card { border-radius: 18px; }
  .booking-card__heading { padding: 22px 20px 18px; }
  .booking-frame, .booking-frame iframe { min-height: 720px; height: 720px; }
  .request-layout { grid-template-columns: 1fr; gap: 26px; }
  .request-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-width: 0; width: 100%; min-height: 54px; }
  .footer-inner { align-items: flex-start; }
  .footer-inner nav { max-width: 190px; gap: 10px 16px; }
}

@media (max-width: 390px) {
  .page-width { width: min(100% - 22px, 1180px); }
  .calendar-day { min-height: 57px; padding: 6px 4px; }
  .calendar-day__status { display: none; }
  .request-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
