@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&family=Marcellus&display=swap');

/* HEDY:START css:site-theme MGP site theme */
:root {
  --ink: #1f1f1f;
  --teal: #214442;
  --deep-teal: #032c28;
  --cream: #f3eee8;
  --mist: #edf6f6;
  --white: #ffffff;
  --black: #050505;
  --line: #cbd5e0;
  --gold: #f2b62b;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, h4, h5, p { margin-top: 0; }
h1, h2, h3, .display { font-family: "Marcellus", Georgia, serif; font-weight: 400; }
h1 { font-size: clamp(2.25rem, 4.5vw, 4.7rem); line-height: 1.02; }
h2 { font-size: clamp(2rem, 3.8vw, 3.75rem); line-height: 1.08; }
h3 { font-size: clamp(1.5rem, 2.8vw, 2.8rem); line-height: 1.1; }

.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-tight { padding: 62px 0; }
.center { text-align: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .83rem; font-weight: 600; }
.lede { font-size: 1.12rem; line-height: 1.55; }

.site-header {
  height: 142px;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
  position: relative;
  z-index: 20;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.logo { width: 130px; height: 94px; object-fit: contain; }
.main-nav { display: flex; gap: 38px; align-items: center; font-size: 1.12rem; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--teal); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; }

.btn {
  min-height: 52px;
  padding: 13px 31px;
  border: 1px solid #000;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: .03em;
  background: #000;
  color: #fff;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--teal); border-color: var(--teal); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-teal { background: var(--teal); border-color: var(--teal); }
.btn-block { width: 100%; }

.hero { padding: 78px 0 84px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 78px; }
.hero h1 { color: var(--deep-teal); margin-bottom: 24px; }
.hero p { max-width: 610px; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 38px; }
.hero-image { width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; border-radius: 70px; }

.brand-banner {
  min-height: 560px;
  background: #050505 center / cover no-repeat;
  display: flex;
  align-items: flex-end;
}
.brand-banner-link { display: block; min-height: inherit; width: 100%; }

.dark-feature {
  color: #fff;
  background: linear-gradient(180deg, #020202 0%, #020202 70%, #f8f8f8 100%);
  padding: 110px 0 150px;
}
.dark-feature h2 { margin-bottom: 35px; }
.stars { color: #ffd22f; font-size: 3.1rem; letter-spacing: .06em; line-height: 1; margin: 26px 0 46px; }
.dark-feature .statement { max-width: 800px; margin: 0 auto 48px; font-size: clamp(1.8rem, 3.2vw, 3.2rem); font-family: "Marcellus", Georgia, serif; line-height: 1.25; }
.dark-actions { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.split.reverse .split-media { order: -1; }
.split-copy h2, .split-copy h3 { color: var(--deep-teal); }
.split-media img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; border-radius: 56px; }
.split-copy .btn { margin-top: 30px; }

.service-teaser { min-height: 620px; display: grid; place-items: center; }
.service-teaser .split { width: 100%; }
.dots { font-size: 2rem; letter-spacing: .2em; text-align: center; margin-top: 55px; }

.maria-section {
  background: linear-gradient(180deg, #030303 0%, #030303 68%, #f3f3f3 100%);
  color: #fff;
  border-radius: 56px 56px 0 0;
  padding: 72px 0 145px;
}
.maria-section h2 { margin-bottom: 14px; }
.maria-section .lede { color: #d3d8dc; max-width: 900px; margin: 0 auto 50px; }
.profile-card { width: 345px; margin: 0 auto; position: relative; }
.profile-card img { width: 100%; aspect-ratio: .86; object-fit: cover; }
.profile-label {
  width: calc(100% + 28px);
  position: absolute;
  left: -14px;
  bottom: 16px;
  border-radius: 24px;
  background: #f8f4ef;
  color: #111;
  padding: 12px 28px;
}
.profile-label strong { display: block; font-family: "Marcellus", Georgia, serif; font-size: 1.35rem; }

.about-blurb { padding: 120px 0; }
.about-blurb .split-media img { aspect-ratio: 1 / 1; max-width: 390px; border-radius: 120px 120px 65px 120px; }
.about-blurb .split-media { display: flex; justify-content: center; }

.testimonials { padding: 105px 0 120px; }
.testimonials h2 { color: var(--teal); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; margin-top: 82px; }
.quote { text-align: center; }
.quote p { font-size: 1.05rem; }
.quote h4 { font-family: "Marcellus", Georgia, serif; color: var(--teal); font-size: 1.55rem; font-weight: 400; }
.quote-stars { color: var(--gold); font-size: 1.15rem; letter-spacing: .12em; }

.contact-cta { background: #000; padding: 72px 0; }
.contact-card { background: #fff; border-radius: 26px; padding: 52px; min-height: 260px; }
.contact-card h3 { margin-bottom: 22px; }

.about-hero { padding: 82px 0; }
.about-hero .split-media img { aspect-ratio: 1 / 1; max-width: 390px; border-radius: 120px 120px 65px 120px; }
.warm-band { background: var(--cream); padding: 60px 0 75px; }
.warm-band blockquote { margin: 0 auto 34px; max-width: 980px; text-align: center; font-family: "Marcellus", Georgia, serif; color: var(--teal); font-size: clamp(1.4rem, 2.8vw, 2.55rem); line-height: 1.25; }
.warm-band img { width: min(500px, 100%); margin: auto; aspect-ratio: 1.65 / 1; object-fit: cover; border-radius: 38px; }

.benefits { background: linear-gradient(180deg, #fff 0%, #fff 74%, var(--teal) 74%, var(--teal) 100%); padding: 70px 0 0; }
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 50px 0 34px; }
.feature-card { min-height: 210px; background: #050505; color: #fff; border-radius: 36px; padding: 35px 27px; text-align: center; }
.feature-card h4 { font-family: "Marcellus", Georgia, serif; font-size: 1.25rem; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 32px 0; color: #fff; text-align: center; }
.stat strong { display: block; font-family: "Marcellus", Georgia, serif; font-size: 2.4rem; }
.stat span { font-size: .88rem; }

.faq-section { padding: 92px 0 112px; }
.faq-wrap { max-width: 930px; margin: 0 auto; }
.faq-list { margin-top: 35px; }
.faq-item { border: 1px solid #7c8790; border-radius: 9px; background: #edf5f5; margin: 12px 0; overflow: hidden; }
.faq-question { width: 100%; border: 0; background: transparent; padding: 20px 24px; text-align: left; display: flex; justify-content: space-between; gap: 20px; font-weight: 600; cursor: pointer; }
.faq-question::after { content: "+"; font-size: 1.3rem; }
.faq-item.open .faq-question::after { content: "−"; }
.faq-answer { display: none; padding: 0 24px 22px; }
.faq-item.open .faq-answer { display: block; }

.services-hero { color: #fff; background: linear-gradient(180deg, #000 0%, #000 58%, #fff 100%); padding: 55px 0 125px; }
.services-hero h1 { text-align: center; margin-bottom: 42px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 420px; color: #111; background: #ecf6f6; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.service-card img { width: 100%; aspect-ratio: 1.3 / 1; object-fit: cover; }
.service-card-copy { padding: 24px 22px 28px; flex: 1; }
.service-card h3 { font-size: 1.25rem; text-align: center; }
.service-card p { font-size: .93rem; }

.contact-top { background: var(--cream); padding: 95px 0 105px; }
.contact-top h1 { color: var(--teal); max-width: 760px; margin: 0 auto 75px; text-align: center; }
.contact-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; text-align: center; }
.contact-icon { width: 68px; height: 68px; color: var(--teal); margin: 0 auto 18px; }
.contact-info h3 { font-family: "Jost", Arial, sans-serif; font-size: 1.45rem; font-weight: 500; }

.why { padding: 90px 0 110px; }
.why h2 { color: var(--teal); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 52px; }
.why-card { min-height: 340px; border-radius: 72px; background: var(--cream); padding: 45px 35px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.why-card h3 { color: var(--teal); font-size: 1.5rem; }
.why-card p { color: #5a4a3e; }

.contact-form-section { background: var(--mist); padding: 95px 0; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.contact-form { display: grid; gap: 15px; }
.field { width: 100%; padding: 15px 17px; border: 1px solid #839290; border-radius: 9px; background: #fff; }
textarea.field { min-height: 150px; resize: vertical; }
.form-note { min-height: 24px; color: var(--teal); }
.map-card { min-height: 330px; border-radius: 24px; overflow: hidden; background: #d7e2dd; }
.map-card iframe { width: 100%; height: 330px; border: 0; }

.booking-hero { background: linear-gradient(180deg, #000 0%, #fff 36%); padding: 70px 0 25px; text-align: center; }
.booking-hero h1 { color: var(--teal); margin-bottom: 16px; }
.booking-frame-wrap { max-width: 1000px; margin: 35px auto 65px; border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 14px 50px rgba(0,0,0,.08); }
.booking-frame { display: block; width: 100%; min-height: 780px; border: 0; }
.booking-fallback { padding: 22px; background: var(--cream); text-align: center; }

/* HEDY:START booking:styles In-page booking styles */
.booking-app {
  max-width: 980px;
  margin: 38px auto 65px;
  padding: clamp(24px, 5vw, 54px);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.11);
  text-align: left;
  scroll-margin-top: 20px;
}
.booking-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 42px; }
.booking-progress span { display: flex; align-items: center; justify-content: center; gap: 9px; color: #74817f; font-weight: 500; }
.booking-progress b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #aab6b4; border-radius: 50%; font-size: .9rem; }
.booking-progress span.active { color: var(--teal); }
.booking-progress span.active b { color: #fff; border-color: var(--teal); background: var(--teal); }
.booking-heading { text-align: center; margin-bottom: 28px; }
.booking-heading .eyebrow { color: var(--teal); margin-bottom: 6px; }
.booking-heading h2 { margin-bottom: 0; font-size: clamp(1.9rem, 3.5vw, 3rem); color: var(--deep-teal); }
.booking-panel { min-height: 210px; display: grid; place-items: center; align-content: center; gap: 15px; color: var(--teal); text-align: center; }
.booking-spinner { width: 38px; height: 38px; border: 3px solid #d8e5e4; border-top-color: var(--teal); border-radius: 50%; animation: booking-spin .85s linear infinite; }
@keyframes booking-spin { to { transform: rotate(360deg); } }
.booking-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.booking-service { position: relative; min-height: 96px; padding: 20px 48px 20px 22px; border: 1px solid #cbd8d6; border-radius: 14px; background: #f7fbfb; color: var(--ink); text-align: left; cursor: pointer; transition: border-color .2s, transform .2s, box-shadow .2s; }
.booking-service:hover, .booking-service:focus-visible { border-color: var(--teal); transform: translateY(-2px); box-shadow: 0 9px 20px rgba(33,68,66,.1); }
.booking-service span { display: block; font-family: "Marcellus", Georgia, serif; font-size: 1.24rem; color: var(--deep-teal); }
.booking-service small { display: block; margin-top: 7px; font-size: .92rem; color: #5f6d6b; }
.booking-service i { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--teal); font-size: 1.35rem; font-style: normal; }
.booking-back { margin: -10px 0 22px; padding: 8px 0; border: 0; background: transparent; color: var(--teal); cursor: pointer; font-weight: 600; }
.booking-summary { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 28px; padding: 17px 20px; border-radius: 12px; background: var(--cream); }
.booking-summary strong { font-family: "Marcellus", Georgia, serif; font-size: 1.18rem; color: var(--deep-teal); }
.booking-summary span { color: #576361; text-align: right; }
.date-row { max-width: 640px; margin: 0 auto 30px; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }
.date-row label { grid-column: 1 / -1; font-weight: 600; }
.date-row .field { min-height: 52px; }
.booking-times-panel { min-height: 120px; }
.booking-time-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.booking-time { min-height: 48px; border: 1px solid var(--teal); border-radius: 999px; background: #fff; color: var(--teal); cursor: pointer; font-weight: 600; }
.booking-time:hover, .booking-time:focus-visible { background: var(--teal); color: #fff; }
.booking-empty, .booking-error { margin: 24px 0 0; text-align: center; }
.booking-error { color: #a22626; }
.booking-form { max-width: 720px; margin: 0 auto; display: grid; gap: 18px; }
.booking-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.booking-form label { display: grid; gap: 7px; font-weight: 600; }
.booking-form label span, .booking-privacy { font-weight: 400; color: #687572; }
.booking-form textarea.field { min-height: 110px; }
.booking-privacy { margin: -5px 0 0; text-align: center; font-size: .9rem; }
.booking-form .btn[disabled] { opacity: .65; cursor: wait; }
.booking-success { padding: 30px 0 18px; text-align: center; }
.booking-success h2 { color: var(--deep-teal); }
.booking-success p:not(.eyebrow) { max-width: 620px; margin: 0 auto 30px; font-size: 1.08rem; }
.booking-check { width: 72px; height: 72px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: #fff; font-size: 2rem; }
/* HEDY:END booking:styles */

.site-footer { padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr 1.25fr; gap: 50px; }
.footer-logo { width: 150px; }
.footer-col h4 { color: var(--teal); font-size: .95rem; letter-spacing: .04em; }
.footer-col a, .footer-col p { display: block; margin: 0 0 10px; font-family: "Marcellus", Georgia, serif; font-size: .93rem; }
.socials { display: flex; gap: 18px; margin-top: 30px; }
.socials a { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--teal); font-family: "Jost", Arial, sans-serif; font-weight: 600; }
.footer-bottom { margin-top: 55px; padding-top: 24px; border-top: 1px solid #78908d; text-align: center; color: var(--teal); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 900px) {
  .site-header { height: 96px; }
  .logo { width: 98px; height: 72px; }
  .nav-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 96px;
    width: 100%;
    padding: 26px 24px;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    box-shadow: 0 14px 30px rgba(0,0,0,.1);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid #eee; }
  .hero-grid, .split, .contact-form-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 55px 0 68px; }
  .hero-image { border-radius: 42px; }
  .split.reverse .split-media { order: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid, .why-grid { grid-template-columns: 1fr; gap: 30px; }
  .feature-cards { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .contact-info { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .booking-time-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
  .container { width: min(100% - 30px, var(--max)); }
  .section { padding: 65px 0; }
  .hero-grid { gap: 34px; }
  .hero-actions, .dark-actions { flex-direction: column; }
  .hero-actions .btn, .dark-actions .btn { width: 100%; }
  .brand-banner { min-height: 245px; background-size: cover; }
  .dark-feature { padding: 70px 0 100px; }
  .stars { font-size: 2rem; }
  .service-teaser { min-height: auto; padding: 80px 0; }
  .maria-section { border-radius: 34px 34px 0 0; padding-bottom: 115px; }
  .profile-card { width: min(280px, 88%); }
  .testimonial-grid { margin-top: 50px; }
  .contact-card { padding: 30px 24px; }
  .about-hero { padding: 58px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .contact-top { padding: 62px 0 70px; }
  .contact-top h1 { margin-bottom: 50px; }
  .why-card { min-height: 270px; border-radius: 48px; }
  .booking-app { padding: 24px 18px 30px; border-radius: 20px; }
  .booking-progress span { gap: 5px; font-size: .82rem; }
  .booking-progress b { width: 26px; height: 26px; }
  .booking-service-grid, .booking-form-row { grid-template-columns: 1fr; }
  .date-row { grid-template-columns: 1fr; }
  .date-row label { grid-column: auto; }
  .booking-time-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-summary { align-items: flex-start; flex-direction: column; }
  .booking-summary span { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-logo { margin-bottom: 12px; }
}
/* HEDY:END css:site-theme */
