:root {
  --teal: #27988e;
  --teal-dark: #176e68;
  --orange: #f04b26;
  --red: #b93627;
  --yellow: #ffb83f;
  --taupe: #716566;
  --ink: #174743;
  --muted: #58736e;
  --cream: #fbfaf6;
  --mint: #e3f3ee;
  --line: #d5e2de;
  --white: #fff;
  --accent: var(--orange);
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--cream);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.55; }
a { color: inherit; }
.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; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 5; background: #fff; padding: .6rem; }

.site-header { height: 82px; display: flex; align-items: center; gap: 2rem; max-width: 1240px; padding: 0 32px; margin: auto; }
.brand { font-weight: 700; text-decoration: none; letter-spacing: -.04em; font-size: 1.25rem; display: flex; align-items: center; gap: .5rem; }
.brand-logo { display: block; width: 154px; height: 64px; overflow: hidden; flex: 0 0 auto; }
.brand-logo img { display: block; width: 154px; height: 154px; max-width: none; transform: translateY(-44px); mix-blend-mode: multiply; }
.site-header nav { display: flex; gap: 1.5rem; margin-left: auto; }
.site-header nav a { text-decoration: none; font-size: .93rem; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 999px; padding: .75rem 1.15rem; text-decoration: none; font-weight: 600; font-size: .9rem; }
.header-cta { background: var(--teal-dark); color: #fff; }
.menu-toggle { display: none; }

.hero { min-height: 610px; background: var(--mint); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); overflow: hidden; }
.hero-content { max-width: 730px; padding: 106px 32px 62px; justify-self: end; }
.eyebrow { text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .13em; color: var(--teal-dark); margin: 0 0 14px; }
h1, h2, h3 { font-family: "Playfair Display", serif; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(2.65rem, 5vw, 4.8rem); letter-spacing: -.055em; max-width: 760px; }
h2 { font-size: clamp(2.2rem, 3.7vw, 3.65rem); letter-spacing: -.045em; }
.hero-copy { font-size: 1.18rem; max-width: 530px; margin: 25px 0 30px; color: var(--teal-dark); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button-primary { background: var(--orange); color: #fff; }
.button-secondary { border: 1px solid var(--teal); background: transparent; }
.hero-trust { display: flex; gap: 30px; margin: 70px 0 0; }
.hero-trust div { border-left: 1px solid #a6d1c8; padding-left: 13px; }
.hero-trust dt { font-weight: 700; font-size: .88rem; }
.hero-trust dd { margin: 0; color: var(--muted); font-size: .75rem; }
.hero-visual { position: relative; min-height: 100%; }
.shape { position: absolute; border-radius: 50%; }
.shape-one { background: #b9e0d5; width: 440px; height: 440px; right: -35px; top: 62px; }
.shape-two { background: var(--yellow); width: 240px; height: 240px; left: 10px; bottom: -100px; }
.hero-logo { position: absolute; width: 390px; height: 390px; object-fit: contain; right: 2%; top: 16%; filter: drop-shadow(18px 20px 0 rgb(23 71 67 / 13%)); }

.section { max-width: 1180px; margin: auto; padding: 120px 32px; }
.profile { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.profile-copy { color: #405954; font-size: 1.05rem; }
.profile-copy p:first-child { margin-top: 0; }
.text-link { font-weight: 700; color: var(--orange); text-decoration: none; display: inline-block; margin-top: 10px; }
.services { border-top: 1px solid var(--line); }
.section-heading { max-width: 635px; }
.section-heading > p:last-child { color: var(--muted); margin: 20px 0 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 52px; }
.service-card { background: #fff; padding: 28px 24px; min-height: 270px; border: 1px solid #e7e8e3; display: flex; flex-direction: column; }
.service-number { font-size: .76rem; color: var(--orange); font-weight: 700; }
.service-card h3 { font-size: 1.5rem; margin: 39px 0 15px; letter-spacing: -.03em; }
.service-card p { font-size: .9rem; color: var(--muted); margin: 0; }

.booking { background: var(--teal-dark); color: #fff; padding: 105px max(32px, calc((100vw - 1116px) / 2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.booking .eyebrow { color: #ffd078; }
.booking-intro > p:not(.eyebrow) { color: #c5e4dc; max-width: 380px; }
.booking-note { font-size: .89rem; margin-top: 28px; }
.calendar-shell { background: #fff; color: var(--ink); border-radius: 12px; min-height: 520px; padding: 20px; }
.calendar-loading { color: var(--muted); padding: 20px; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.contact > div > p:not(.eyebrow) { color: var(--muted); max-width: 440px; margin: 20px 0 28px; }
.contact-card { background: var(--mint); padding: 39px; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; font-style: normal; }
.contact-card div { display: flex; flex-direction: column; gap: 6px; }
.contact-card span { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--teal-dark); font-weight: 700; }
.contact-card strong, .contact-card a { font-size: .95rem; text-decoration: none; line-height: 1.55; }
footer { padding: 38px 32px; max-width: 1180px; margin: auto; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 24px; font-size: .82rem; color: var(--muted); }
footer p:last-child { margin-left: auto; }

@media (min-width: 1100px) {
  .booking { grid-template-columns: minmax(250px, .52fr) minmax(740px, 1.48fr); gap: 50px; }
  .booking-intro > p:not(.eyebrow) { max-width: 330px; }
}

@media (max-width: 800px) {
  .site-header { padding: 0 20px; }
  .site-header nav, .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; background: transparent; border: 0; font: 600 .9rem inherit; color: var(--ink); }
  .site-header nav.is-open { position: absolute; z-index: 3; top: 72px; left: 16px; right: 16px; background: #fff; display: flex; flex-direction: column; padding: 20px; border-radius: 10px; box-shadow: 0 10px 35px rgb(23 71 67 / 13%); }
  .hero { grid-template-columns: 1fr; }
  .hero-content { padding: 72px 24px 60px; }
  .hero-visual { height: 270px; }
  .hero-logo { width: 290px; height: 290px; right: 2%; top: -17px; }
  .shape-one { width: 310px; height: 310px; top: -35px; }
  .shape-two { width: 165px; height: 165px; }
  .section { padding: 82px 24px; }
  .profile, .contact, .booking { grid-template-columns: 1fr; gap: 40px; }
  .profile { gap: 30px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .booking { padding: 78px 24px; }
  .calendar-shell { min-height: 460px; }
  .contact-card { padding: 28px; gap: 25px; }
  footer { padding: 30px 24px; flex-wrap: wrap; }
  footer p:last-child { margin-left: 0; width: 100%; }
}

@media (max-width: 460px) {
  .brand-logo { width: 126px; height: 52px; }
  .brand-logo img { width: 126px; height: 126px; transform: translateY(-36px); }
  h1 { font-size: 2.55rem; }
  .hero-trust { gap: 12px; }
  .hero-trust div { padding-left: 8px; }
  .service-grid, .contact-card { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card h3 { margin-top: 24px; }
}
