/* ============================================================
   DIRECTION B — "LAGUNA"
   Sunlit & friendly. Bricolage Grotesque + rounded forms.
   Venetian arches, warm plaster, terracotta, ochre, lagoon teal.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --plaster:   #F4E8D6;
  --plaster-2: #EEDFC8;
  --cream:     #FCF6EB;
  --espresso:  #2B211B;
  --espresso-2:#5C4B3C;
  --terra:     #C65E3A;
  --terra-deep:#A8451F;
  --ochre:     #E1A23C;
  --teal:      #2E6E68;
  --teal-deep: #224F4A;
  --line:      rgba(43,33,27,.14);
  --line-soft: rgba(43,33,27,.07);

  --slot-bg: #E7D3B6;
  --slot-fg: #a78a64;

  --disp: "Bricolage Grotesque", system-ui, sans-serif;
  --sans: "Hanken Grotesk", system-ui, sans-serif;

  /* Venetian layer aliases */
  --gold:    #BF9740;
  --serif:   "Bricolage Grotesque", system-ui, sans-serif;
  --v-ink:   var(--espresso);
  --v-soft:  var(--espresso-2);
  --v-paper: var(--cream);
  --v-cream: var(--plaster-2);
  --v-terra: var(--terra);
  --v-line:  var(--line);

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 60px);
  --r: 22px;
}

body.laguna {
  font-family: var(--sans);
  color: var(--espresso);
  background: var(--plaster);
  font-size: 17px;
}

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut);
}

/* ---------- eyebrow ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terra);
  background: color-mix(in srgb, var(--terra) 12%, transparent);
  padding: 7px 14px 7px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.eyebrow .sun { width: 14px; height: 14px; }

/* ---------- type ---------- */
.display {
  font-family: var(--disp);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.02em;
}
.tint-terra { color: var(--terra); }
.tint-teal  { color: var(--teal); }
.tint-ochre { color: var(--ochre); }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--terra);
  --fg: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  border-radius: 999px;
  white-space: nowrap;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, background .25s;
}
.btn svg { width: 18px; height: 18px; transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 26px -12px color-mix(in srgb, var(--terra) 70%, transparent); }
.btn:hover svg { transform: translateX(3px); }
.btn--teal { --bg: var(--teal); }
.btn--teal:hover { box-shadow: 0 14px 26px -12px color-mix(in srgb, var(--teal) 70%, transparent); }
.btn--ghost {
  --bg: transparent;
  --fg: var(--espresso);
  border: 1.5px solid var(--line);
}
.btn--ghost:hover { --bg: var(--espresso); --fg: var(--cream); border-color: var(--espresso); }
.btn--white { --bg: var(--cream); --fg: var(--terra); }

.tlink {
  font-weight: 700;
  font-size: 15px;
  color: var(--espresso);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: gap .25s, color .25s;
}
.tlink svg { width: 17px; height: 17px; transition: transform .25s; }
.tlink:hover { color: var(--terra); gap: 12px; }

/* ============================================================
   HEADER
   ============================================================ */
.topbar {
  background: var(--teal-deep);
  color: #EAF0EC;
  font-size: 12.5px;
  font-weight: 500;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 40px; gap: 16px; }
.topbar a { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; transition: opacity .2s; }
.topbar a:hover { opacity: .8; }
.topbar .sun { width: 14px; height: 14px; color: var(--ochre); }
.topbar-right { display: flex; gap: 22px; align-items: center; }

.site-header { position: sticky; top: 0; z-index: 50; padding-top: 14px; }
.header-inner {
  background: color-mix(in srgb, var(--cream) 86%, transparent);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 22px;
  box-shadow: 0 10px 30px -22px rgba(43,33,27,.5);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { width: 40px; height: 40px; flex: none; }
.brand .mark svg { width: 40px; height: 40px; }
.brand .name { font-family: var(--disp); font-weight: 800; font-size: 22px; line-height: 1; letter-spacing: -0.02em; }
.brand .name small {
  display: block; font-family: var(--sans); font-weight: 700; font-size: 9.5px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); margin-top: 3px; white-space: nowrap;
}

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  font-weight: 600; font-size: 15px;
  padding: 9px 16px; border-radius: 999px;
  color: var(--espresso-2);
  transition: background .2s, color .2s;
}
.nav a:hover { background: color-mix(in srgb, var(--terra) 12%, transparent); color: var(--terra); }
.nav a[aria-current="page"] { background: var(--espresso); color: var(--cream); }

.header-cta { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-top: clamp(36px, 5vw, 64px); padding-bottom: clamp(40px, 6vw, 80px); position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.hero h1 { font-size: clamp(44px, 6.1vw, 80px); margin-bottom: 26px; }
.hero-lead { font-size: clamp(17px, 1.5vw, 19px); line-height: 1.6; color: var(--espresso-2); max-width: 46ch; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.hero-trust .avatars { display: flex; }
.hero-trust .avatars span {
  width: 40px; height: 40px; border-radius: 50%; border: 2.5px solid var(--plaster);
  margin-left: -12px; background-size: cover; display: grid; place-items: center;
  font-weight: 700; color: #fff; font-size: 14px;
}
.hero-trust .avatars span:first-child { margin-left: 0; }
.hero-trust .t-copy { font-size: 14px; line-height: 1.35; color: var(--espresso-2); }
.hero-trust .t-copy b { color: var(--espresso); }
.hero-trust .stars { color: var(--ochre); letter-spacing: 2px; }

/* arched hero media */
.hero-media { position: relative; }
.arch {
  position: relative;
  border-radius: 999px 999px 26px 26px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 40px 70px -44px rgba(43,33,27,.6);
}
.hero-media image-slot { width: 100%; height: 100%; }
.hero-media .arch { border: 8px solid var(--cream); }
.float-card {
  position: absolute;
  background: var(--cream);
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: 0 20px 40px -22px rgba(43,33,27,.5);
  display: flex; align-items: center; gap: 12px;
}
.float-card .ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; flex: none; }
.float-card .ic svg { width: 22px; height: 22px; }
.float-card .fc-t { font-family: var(--disp); font-weight: 700; font-size: 17px; line-height: 1; }
.float-card .fc-s { font-size: 12.5px; color: var(--espresso-2); margin-top: 3px; }
.fc-tl { top: 26px; left: -28px; }
.fc-br { bottom: 30px; right: -26px; }

.sun-deco {
  position: absolute; pointer-events: none; color: var(--ochre); opacity: .9;
}

/* ---------- marquee ---------- */
.strip { background: var(--teal); color: #EAF0EC; overflow: hidden; }
.strip-track { display: flex; gap: 0; align-items: center; padding: 14px 0; width: max-content; animation: marquee 36s linear infinite; }
.strip:hover .strip-track { animation-play-state: paused; }
.strip-item { display: inline-flex; align-items: center; gap: 12px; font-family: var(--disp); font-weight: 600; font-size: 18px; padding-inline: 28px; white-space: nowrap; }
.strip-item .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ochre); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding-block: clamp(54px, 8vw, 112px); }
.section-cream { background: var(--cream); }
.section-teal { background: var(--teal-deep); color: #EAF0EC; }
.section-teal .eyebrow { color: var(--ochre); background: color-mix(in srgb, var(--ochre) 16%, transparent); }

.sec-head { max-width: 720px; margin-bottom: clamp(34px, 5vw, 58px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow { margin-inline: auto; }
.sec-head h2 { font-size: clamp(34px, 4.8vw, 62px); margin-top: 18px; }
.sec-head p { color: var(--espresso-2); font-size: 18px; margin-top: 18px; line-height: 1.6; }
.section-teal .sec-head p { color: #C9D6CF; }

/* ---------- service cards (arched) ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px 26px 30px;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
  position: relative;
  overflow: hidden;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -28px rgba(43,33,27,.45); }
.svc-card .svc-top {
  height: 150px; border-radius: 999px 999px 16px 16px; overflow: hidden; margin-bottom: 22px;
  background: var(--plaster-2); position: relative;
}
.svc-card image-slot { width: 100%; height: 100%; }
.svc-card .badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--cream); color: var(--terra);
  font-weight: 700; font-size: 12px; padding: 5px 12px; border-radius: 999px;
}
.svc-card h3 { font-family: var(--disp); font-weight: 700; font-size: 23px; margin-bottom: 9px; }
.svc-card p { color: var(--espresso-2); font-size: 14.5px; line-height: 1.55; }
.svc-card .more { margin-top: 16px; }

/* big feature service list variant */
.svc-list-b { display: grid; gap: 16px; }
.svc-line {
  display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center;
  background: var(--cream); border: 1px solid var(--line); border-radius: 20px;
  padding: 22px 26px; transition: transform .3s, box-shadow .3s, background .3s;
}
.svc-line:hover { transform: translateX(6px); box-shadow: 0 18px 36px -24px rgba(43,33,27,.4); }
.svc-line .ic { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; flex: none; background: color-mix(in srgb, var(--terra) 12%, transparent); color: var(--terra); }
.svc-line .ic svg { width: 28px; height: 28px; }
.svc-line h3 { font-family: var(--disp); font-weight: 700; font-size: 21px; }
.svc-line p { color: var(--espresso-2); font-size: 14.5px; margin-top: 4px; }
.svc-line .chev { width: 38px; height: 38px; border-radius: 50%; background: var(--plaster); display: grid; place-items: center; transition: background .25s, color .25s; }
.svc-line:hover .chev { background: var(--terra); color: #fff; }
.svc-line .chev svg { width: 18px; height: 18px; }

/* ---------- about split ---------- */
.split { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.split-media { position: relative; }
.split-media .arch { aspect-ratio: 1 / 1.15; border: 8px solid var(--cream); }
.split-media image-slot { width: 100%; height: 100%; }
.split h2 { font-size: clamp(32px, 4.6vw, 56px); margin: 16px 0 22px; }
.split p { color: var(--espresso-2); line-height: 1.7; margin-bottom: 16px; }
.cred-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.cred-list .chip { background: var(--plaster-2); border-radius: 999px; padding: 9px 16px; font-size: 13.5px; font-weight: 600; display: inline-flex; gap: 8px; align-items: center; }
.cred-list .chip .sun { width: 14px; height: 14px; color: var(--ochre); }

/* ---------- stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-card { background: color-mix(in srgb, #fff 6%, transparent); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; padding: 28px 24px; }
.section-teal .stat-card { background: rgba(255,255,255,.05); }
.stat-card .n { font-family: var(--disp); font-weight: 700; font-size: clamp(38px, 5vw, 56px); line-height: 1; color: #fff; }
.stat-card .n .tint-ochre { color: var(--ochre); }
.stat-card .l { color: #C9D6CF; font-size: 14.5px; margin-top: 12px; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { background: var(--cream); border: 1px solid var(--line); border-radius: 24px; padding: 30px 28px; position: relative; }
.step .num {
  width: 46px; height: 46px; border-radius: 14px; background: var(--ochre); color: var(--espresso);
  font-family: var(--disp); font-weight: 800; font-size: 22px; display: grid; place-items: center; margin-bottom: 22px;
}
.step:nth-child(2) .num { background: var(--terra); color: #fff; }
.step:nth-child(3) .num { background: var(--teal); color: #fff; }
.step h3 { font-family: var(--disp); font-weight: 700; font-size: 22px; margin-bottom: 10px; }
.step p { color: var(--espresso-2); font-size: 15px; line-height: 1.55; }

/* ============================================================
   CTA
   ============================================================ */
.cta-band { padding-block: clamp(20px, 4vw, 40px); }
.cta-inner {
  background: var(--terra);
  border-radius: 36px;
  padding: clamp(44px, 7vw, 88px) var(--gut);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-inner h2 { font-family: var(--disp); font-weight: 700; font-size: clamp(36px, 5.6vw, 76px); margin-bottom: 20px; position: relative; }
.cta-inner p { max-width: 46ch; margin: 0 auto 32px; font-size: 18px; opacity: .94; position: relative; }
.cta-inner .btn--white:hover { box-shadow: 0 14px 26px -12px rgba(0,0,0,.4); }
.cta-sun { position: absolute; color: rgba(255,255,255,.16); pointer-events: none; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--espresso); color: var(--plaster); padding-top: clamp(54px, 7vw, 88px); padding-bottom: 30px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-top .brand .name { color: var(--plaster); }
.footer-blurb { color: #C8B8A6; font-size: 15px; line-height: 1.6; margin-top: 18px; max-width: 32ch; }
.footer-col h4 { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ochre); margin-bottom: 16px; font-weight: 700; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a, .footer-col li { color: #C8B8A6; font-size: 15px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 24px; font-size: 13px; color: #C8B8A6; flex-wrap: wrap; }

/* ============================================================
   PAGE HERO (inner)
   ============================================================ */
.page-hero { padding-top: clamp(40px, 5vw, 72px); padding-bottom: clamp(32px, 4vw, 56px); }
.crumbs { display: flex; gap: 9px; align-items: center; font-size: 13px; font-weight: 600; color: var(--espresso-2); margin-bottom: 22px; }
.crumbs a:hover { color: var(--terra); }
.crumbs .sep { opacity: .5; }
.page-hero h1 { font-family: var(--disp); font-weight: 700; font-size: clamp(42px, 6.6vw, 86px); line-height: 0.98; }
.page-hero p { color: var(--espresso-2); font-size: 19px; max-width: 56ch; margin-top: 20px; line-height: 1.6; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
.info-card { background: var(--cream); border: 1px solid var(--line); border-radius: 24px; padding: 28px 28px; }
.info-card + .info-card { margin-top: 18px; }
.info-card .ic { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 16px; }
.info-card .ic svg { width: 26px; height: 26px; }
.info-card h3 { font-family: var(--disp); font-weight: 700; font-size: 21px; margin-bottom: 6px; }
.info-card .big { font-family: var(--disp); font-weight: 700; font-size: 26px; color: var(--terra); }
.info-card p, .info-card a { color: var(--espresso-2); font-size: 15.5px; line-height: 1.6; }
.info-card a.lined { color: var(--teal); font-weight: 600; }
.info-card a.lined:hover { color: var(--terra); }

.hours-table { width: 100%; border-collapse: collapse; }
.hours-table tr { border-bottom: 1px solid var(--line-soft); }
.hours-table tr:last-child { border-bottom: none; }
.hours-table td { padding: 11px 0; font-size: 15px; }
.hours-table td:last-child { text-align: right; color: var(--espresso-2); font-variant-numeric: tabular-nums; }
.hours-table tr.is-today td { color: var(--terra); font-weight: 700; }
.hours-table tr.is-today td:last-child { color: var(--terra); }

.map-slot { width: 100%; height: 380px; border-radius: 24px; overflow: hidden; border: 8px solid var(--cream); box-shadow: 0 24px 50px -34px rgba(43,33,27,.5); }
.map-slot image-slot { width: 100%; height: 100%; }

/* conditions grid (teal section) */
.cond-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2px 32px; }
.cond { display: flex; align-items: center; gap: 13px; font-weight: 600; font-size: 16px; color: #EAF0EC; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.cond svg { width: 22px; height: 22px; color: var(--ochre); flex: none; }

/* visit note band */
.note-band {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  background: var(--cream); border: 1px solid var(--line); border-radius: 26px; padding: clamp(26px, 4vw, 44px);
}
.note-band h3 { font-size: clamp(22px, 3vw, 31px); margin-bottom: 9px; }
.note-band p { color: var(--espresso-2); max-width: 54ch; line-height: 1.6; }

/* doctor profile cards */
.doc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.doc-card { background: var(--cream); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; display: flex; flex-direction: column; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.doc-card:hover { transform: translateY(-6px); box-shadow: 0 28px 52px -30px rgba(43,33,27,.45); }
.doc-card.is-placeholder { border-style: dashed; border-color: color-mix(in srgb, var(--terra) 40%, var(--line)); }
.doc-photo { height: 270px; background: var(--plaster-2); border-bottom: 1px solid var(--line); position: relative; border-radius: 999px 999px 0 0; overflow: hidden; }
.doc-photo image-slot { width: 100%; height: 100%; }
.doc-photo .role-badge { position: absolute; bottom: 14px; left: 14px; background: var(--cream); color: var(--teal); font-weight: 700; font-size: 12px; padding: 6px 13px; border-radius: 999px; z-index: 2; white-space: nowrap; box-shadow: 0 6px 16px -8px rgba(43,33,27,.5); }
.doc-body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.doc-body h3 { font-family: var(--disp); font-weight: 700; font-size: 24px; line-height: 1.05; }
.doc-body .creds { font-size: 13.5px; font-weight: 700; color: var(--terra); letter-spacing: .01em; }
.doc-body p { color: var(--espresso-2); font-size: 14.5px; line-height: 1.55; }
.doc-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 4px; }
.doc-tags span { font-size: 12px; font-weight: 600; background: var(--plaster); color: var(--espresso-2); padding: 5px 11px; border-radius: 999px; }
.doc-card .doc-cta { margin-top: auto; padding-top: 14px; }
@media (max-width: 1000px) { .doc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .doc-grid { grid-template-columns: 1fr; } }

.form-card { background: var(--cream); border: 1px solid var(--line); border-radius: 28px; padding: clamp(26px, 4vw, 40px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--espresso); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 16px; padding: 13px 16px;
  background: var(--plaster); border: 1.5px solid transparent; border-radius: 14px; color: var(--espresso);
  transition: border-color .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: #fff; border-color: var(--terra); }
.field textarea { resize: vertical; min-height: 120px; }

/* ============================================================
   reveal (transform-only, rests visible)
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: riseIn .7s both cubic-bezier(.2,.8,.2,1); }
  .reveal[data-d="1"] { animation-delay: .06s; }
  .reveal[data-d="2"] { animation-delay: .12s; }
  .reveal[data-d="3"] { animation-delay: .18s; }
  .reveal[data-d="4"] { animation-delay: .24s; }
  @keyframes riseIn { from { transform: translateY(16px); } to { transform: none; } }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  /* width:100% gives the grid item a definite width so the arched image
     (which derives its height from width via aspect-ratio) can't collapse
     to 0 once margin-inline:auto turns off the grid's stretch alignment */
  .hero-media { width: 100%; max-width: 440px; margin-inline: auto; order: -1; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  /* decorative sun is positioned for the 2-col desktop hero — hide once stacked */
  .sun-deco { display: none; }
}
@media (max-width: 760px) {
  body.laguna { font-size: 16px; }
  .nav, .header-cta .tlink, .topbar-right .hide-sm { display: none; }
  .menu-toggle { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--plaster); }
  .menu-toggle svg { width: 24px; height: 24px; }
  /* tighten the header pill + compact the Book pill so brand + CTA + burger fit */
  .header-inner { padding: 9px 10px 9px 16px; gap: 10px; }
  .header-cta { gap: 8px; }
  .header-cta .btn { padding: 11px 17px; font-size: 14px; }
  /* lead with the headline + CTA on phones, image follows */
  .hero-media { order: 0; }
  .hero h1 { margin-bottom: 20px; }
  .svc-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  /* same anti-collapse fix as .hero-media for the arched portrait */
  .split-media { width: 100%; max-width: 400px; margin-inline: auto; }
  .svc-line { grid-template-columns: auto 1fr; }
  .svc-line .chev { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .map-slot { height: 300px; }
  .note-band { gap: 18px; }
  .note-band .btn { width: 100%; justify-content: center; }
  .float-card { display: none; }
}

@media (max-width: 560px) {
  /* free up header room: drop the brand subtitle, shorten the CTA to "Book" */
  .brand .name small { display: none; }
  .header-cta .cta-rest { display: none; }
  /* long pill labels (e.g. the hero eyebrow) must wrap, not overflow, on phones */
  .eyebrow { white-space: normal; }
  /* tame the largest display type on small screens */
  .hero h1 { font-size: clamp(32px, 9.4vw, 46px); }
  .cta-inner h2 { font-size: clamp(30px, 8vw, 44px); }
  .page-hero h1 { font-size: clamp(34px, 10.5vw, 52px); }
  /* full-width, easy-to-tap stacked hero actions */
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-actions .btn { justify-content: center; }
  .stats { grid-template-columns: 1fr; }
}

/* mobile nav drawer */
.mnav {
  position: fixed; inset: 0; z-index: 100; background: var(--cream);
  padding: 18px var(--gut); display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .45s cubic-bezier(.5,0,.1,1); visibility: hidden;
}
.mnav.open { transform: none; visibility: visible; }
.mnav-head { display: flex; align-items: center; justify-content: space-between; height: 56px; margin-bottom: 24px; }
.mnav a.mlink { font-family: var(--disp); font-weight: 700; font-size: 32px; padding: 15px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.mnav .btn { margin-top: 26px; justify-content: center; }
