/* ==========================================================================
   VITA Curaçao — the static build, composed after the ten reference renders.

   One stylesheet, no motion. Every section is named after the render it was
   drawn from, so a change request that says "like VITA_06" lands in one place:

     .hero      VITA_01   the woman on the terrace, nodes, three cards
     .map       VITA_06   your health at a glance, focus panel, service strip
     .path      VITA_09   build your check-up, the personalised route
     .svc/.gen  VITA_08   meet our services, care for every generation
     .diag      VITA_08   clearer answers
     .care      VITA_06   the four-photo mosaic
     .band      VITA_10   the Curaçao band
     .visit     VITA_10   about VITA, book an appointment
     .final     VITA_09   health shouldn't feel complicated

   Desktop proportions follow the renders, which are 1024px wide, so most
   sizes are in vw with a clamp. Under 1100px the grids loosen; under 760px
   every absolutely placed composition becomes a normal column.
   ========================================================================== */

:root {
  --bone: #F4F2EC;
  --warm: #FBFAF6;
  --paper: #F8F6F1;
  --graphite: #171A19;
  --green: #173D35;
  --deep: #0E2B25;
  --band: #2F5747;
  --mint: #9BD5C5;
  --mint-soft: #DCEDE7;
  --signal: #FF6542;
  --ink: #10261F;
  --ink-soft: #4F5B57;
  --hair: rgba(23, 61, 53, .14);

  --sans: 'Instrument Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --script: 'Sacramento', 'Brush Script MT', cursive;

  --wrap: min(90vw, 1320px);
  --side: calc((100% - var(--wrap)) / 2);
  --r: clamp(14px, 2.1vw, 26px);

  --t-hero: clamp(3rem, 8.2vw, 9.4rem);
  --t-h2: clamp(1.9rem, 3.7vw, 3.5rem);
  --t-h3: clamp(1rem, 1.35vw, 1.3rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; scroll-padding-top: 90px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--bone);
  color: var(--graphite);
  font-family: var(--sans);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }

.wrap { width: var(--wrap); margin-inline: auto; }
.vh { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 200; background: var(--deep); color: #fff; padding: .6rem 1rem; border-radius: 99px; }
.skip:focus { top: 1rem; }

.ico { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* --- type --------------------------------------------------------------- */
.eyebrow { font-size: clamp(10px, .85vw, 13px); letter-spacing: .24em; text-transform: uppercase; color: var(--ink); }
.title { font-weight: 400; text-transform: uppercase; color: var(--ink); letter-spacing: -.012em; line-height: .93; }
.title span { display: block; }
.h2 { font-size: var(--t-h2); font-weight: 400; text-transform: uppercase; line-height: 1.02; color: var(--ink); letter-spacing: -.01em; }
.h2 span { display: block; }
.h3 { font-size: var(--t-h3); font-weight: 500; text-transform: uppercase; line-height: 1.15; color: var(--ink); }
.lead { font-size: clamp(16px, 1.55vw, 22px); line-height: 1.3; color: var(--ink); }
.copy { color: var(--ink-soft); line-height: 1.45; }
.rule { display: block; width: 34px; height: 1px; background: currentColor; opacity: .55; border: 0; margin: 1.1rem 0; }
.script { font-family: var(--script); font-weight: 400; line-height: .92; color: var(--ink); white-space: nowrap; }
.script .ico { font-size: .55em; stroke-width: 1.3; vertical-align: .1em; }

/* --- controls ----------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 1.3em;
  min-height: clamp(44px, 4.3vw, 56px); padding: 0 1.9em;
  border-radius: 999px; border: 1px solid transparent;
  font-size: clamp(11px, .92vw, 14px); letter-spacing: .16em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; background: none;
}
.btn .ico { font-size: 1.25em; stroke-width: 1.4; }
.btn--signal { background: var(--signal); color: #fff; }
.btn--dark { background: var(--deep); color: #fff; }
.btn--light { background: #fff; color: var(--ink); }
.btn--line { border-color: var(--ink); color: var(--ink); }
.btn--signal:hover { background: #f0512d; }
.btn--dark:hover { background: var(--green); }

.round {
  display: grid; place-items: center; flex: none;
  width: clamp(34px, 3.7vw, 44px); aspect-ratio: 1; border-radius: 50%;
  background: #fff; color: var(--ink); border: 0; padding: 0;
  font-size: clamp(15px, 1.5vw, 19px);
}
.round--line { background: transparent; border: 1px solid var(--hair); }
.mint { display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--mint-soft); color: var(--green); }

/* --- header ------------------------------------------------------------- */
.hd { position: absolute; inset: 0 0 auto; z-index: 50; padding-top: clamp(14px, 2.2vw, 30px); color: var(--ink); }
.is-scrolled .hd {
  position: fixed; padding: 8px 0;
  background: color-mix(in srgb, var(--bone) 92%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hair);
}
.is-scrolled .hd .logo__svg { width: clamp(78px, 8vw, 104px); }
.is-scrolled .hd .logo__place, .is-scrolled .hd .logo__desc { display: none; }
.hd__in { width: var(--wrap); margin-inline: auto; display: flex; align-items: center; gap: clamp(14px, 2.4vw, 38px); }
.logo { display: flex; align-items: center; gap: clamp(10px, 1.5vw, 22px); text-decoration: none; color: inherit; }
.logo__mark { display: grid; justify-items: center; gap: 3px; }
.logo__svg { width: clamp(92px, 13.6vw, 150px); height: auto; overflow: visible; }
.logo__place { font-size: clamp(9px, .95vw, 13px); letter-spacing: .2em; line-height: 1; }
.logo__desc { border-left: 1px solid currentColor; padding-left: clamp(9px, 1.3vw, 16px); font-size: clamp(9px, .92vw, 12.5px); letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.hd__nav { display: flex; gap: clamp(14px, 2.4vw, 34px); margin-left: auto; font-size: clamp(11px, .95vw, 13px); text-transform: uppercase; letter-spacing: .02em; }
.hd__nav a { text-decoration: none; }
.hd__nav a:hover { color: var(--signal); }
.hd__cta { padding-inline: 2.3em; }
.hd__menu {
  width: clamp(44px, 4.8vw, 52px); aspect-ratio: 1; border-radius: 50%;
  background: rgba(255, 255, 255, .72); border: 1px solid rgba(23, 61, 53, .08);
  display: grid; place-content: center; gap: 6px; padding: 0;
}
.hd__menu span { display: block; width: 22px; height: 1.5px; background: currentColor; }

.menu {
  position: fixed; inset: 0; z-index: 45;
  background: var(--deep); color: #fff;
  padding: 120px var(--side) 40px;
  display: flex; flex-direction: column; gap: 2rem; overflow-y: auto;
}
.menu__list a {
  display: grid; grid-template-columns: 3rem 1fr auto; align-items: center;
  padding: 1.05rem 0; border-bottom: 1px solid rgba(155, 213, 197, .22);
  font-size: clamp(1.3rem, 5vw, 2rem); text-transform: uppercase; text-decoration: none;
}
.menu__list small { font-size: .75rem; letter-spacing: .14em; color: var(--mint); }
.is-menu, .is-locked { overflow: hidden; }
.is-menu .hd { position: fixed; color: #fff; background: none; border: 0; backdrop-filter: none; }
.is-menu .hd__cta, .is-menu .hd__nav { visibility: hidden; }
.is-menu .hd__menu { background: rgba(255, 255, 255, .12); }

/* --- hero (VITA_01) ----------------------------------------------------- */
.hero { position: relative; height: min(135vw, 1900px); overflow: hidden; background: #ECE9E2; }
.hero__art { position: absolute; left: 0; top: 0; width: 100%; aspect-ratio: 2 / 3; }
.hero__art > img { width: 100%; height: 100%; object-fit: cover; }
/* the render has three words painted on the wall behind her; a feathered
   patch of the wall's own colour takes them out, so only real HTML labels read */
.hero__patch { position: absolute; left: 78%; top: 41.5%; width: 17%; height: 15.5%;
  background: radial-gradient(closest-side, #D0C9BF 72%, color-mix(in srgb, #D0C9BF 0%, transparent) 100%); }
.hero__wash {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(52% 40% at 14% 27%, rgba(244, 242, 236, .96) 0%, rgba(244, 242, 236, .86) 45%, rgba(244, 242, 236, 0) 100%),
    linear-gradient(180deg, rgba(244, 242, 236, .7) 0%, rgba(244, 242, 236, 0) 14%);
}
.hero__words { position: absolute; z-index: 3; left: var(--side); top: clamp(110px, 14.6vw, 250px); width: 38%; }
.hero__title { font-size: var(--t-hero); margin-top: clamp(14px, 2vw, 30px); }
.hero__lead { margin-top: clamp(16px, 2.6vw, 40px); max-width: 21ch; }
.hero__words .btn { margin-top: clamp(18px, 2.6vw, 40px); }

.hrow {
  --d: clamp(34px, 5.4vw, 60px);
  position: absolute; z-index: 2;
  left: calc(var(--x) - var(--d) / 2); top: var(--y); right: 6.5%;
  display: flex; align-items: center; transform: translateY(-50%);
  text-decoration: none; color: var(--ink);
}
.hrow__dot {
  width: var(--d); aspect-ratio: 1; border-radius: 50%; flex: none;
  border: 1.5px solid rgba(255, 255, 255, .92);
  background: radial-gradient(circle, #fff 0 15%, rgba(23, 61, 53, .6) 16% 40%, rgba(155, 213, 197, .38) 41% 100%);
  box-shadow: 0 0 0 clamp(4px, .6vw, 8px) rgba(155, 213, 197, .2);
}
.hrow__line { flex: 1; min-width: 16px; height: 1px; background: rgba(255, 255, 255, .9); box-shadow: 0 0 0 .5px rgba(23, 61, 53, .12); }
.hrow__label { width: clamp(118px, 13.2vw, 200px); padding-left: clamp(8px, 1vw, 16px); line-height: 1.15; }
.hrow__label small { display: block; font-size: clamp(9px, .8vw, 12px); }
.hrow__label b { font-weight: 500; font-size: clamp(11px, 1.45vw, 19px); text-transform: uppercase; white-space: nowrap; }
.hrow__icon {
  width: clamp(42px, 6.4vw, 70px); aspect-ratio: 1; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-size: clamp(18px, 2.5vw, 30px);
  background: rgba(255, 255, 255, .5); border: 1px solid rgba(23, 61, 53, .28);
  box-shadow: inset 0 0 0 clamp(3px, .45vw, 6px) rgba(255, 255, 255, .55);
}
.hrow__icon .ico { stroke-width: 1.3; }
.hrow__icon--fill { background: rgba(255, 255, 255, .75); }
.hrow__icon--fill .ico { fill: var(--ink); stroke: none; }
.hrow__arrow { margin-left: clamp(10px, 1.8vw, 26px); font-size: clamp(14px, 1.6vw, 20px); }
.hrow:hover .hrow__label b { color: var(--signal); }

.hero__script { position: absolute; z-index: 3; left: 19%; top: 62%; font-size: clamp(30px, 4.6vw, 66px); transform: rotate(-9deg); }
.hero__plant { position: absolute; z-index: 4; left: -9%; bottom: -6%; width: 36%; transform: scaleX(-1) rotate(12deg); filter: blur(5px); pointer-events: none; }
.hero__cats { display: none; }

.hero__cards {
  position: absolute; z-index: 5; left: var(--side); bottom: 2.6%; width: var(--wrap);
  display: grid; grid-template-columns: 1.85fr 1fr 1fr; gap: clamp(12px, 2vw, 26px); align-items: end;
}
.card {
  position: relative; border-radius: var(--r);
  background: rgba(244, 242, 236, .9); backdrop-filter: blur(8px);
  padding: clamp(18px, 3vw, 36px); padding-bottom: clamp(56px, 6.4vw, 84px);
  min-height: clamp(170px, 23.4vw, 320px);
  display: flex; flex-direction: column; justify-content: flex-end; gap: .8em;
  text-decoration: none; color: var(--ink);
}
.card .mint { position: absolute; top: clamp(16px, 2vw, 28px); left: clamp(18px, 3vw, 36px); width: clamp(34px, 4vw, 48px); aspect-ratio: 1; font-size: clamp(16px, 1.8vw, 22px); }
.card .h3 { font-size: clamp(14px, 1.75vw, 22px); font-weight: 400; }
.card .copy { color: var(--ink); font-size: clamp(12px, 1.3vw, 16px); line-height: 1.35; }
.card .round { position: absolute; right: clamp(16px, 2.3vw, 30px); bottom: clamp(16px, 2.3vw, 30px); }
.card--family { background: none; backdrop-filter: none; padding: 0; min-height: clamp(190px, 26vw, 360px); }
.card--family .card__panel {
  position: relative; z-index: 1; width: 45%; min-height: clamp(170px, 23.4vw, 320px);
  border-radius: var(--r); background: rgba(244, 242, 236, .92); backdrop-filter: blur(8px);
  padding: clamp(18px, 3vw, 36px); display: flex; flex-direction: column; justify-content: center; gap: .8em;
}
.card__photo { position: absolute; right: 0; bottom: 0; width: 67%; height: 100%; border-radius: var(--r); overflow: hidden; }
.card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 45% 30%; }

.tagbar {
  position: relative; z-index: 6; width: calc(var(--wrap) + 4vw); margin: clamp(-60px, -3.4vw, -24px) auto 0;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: clamp(16px, 2.3vw, 30px) clamp(18px, 3vw, 40px);
  background: #EFECE5; border-radius: 28px 28px 0 0;
  font-size: clamp(9px, .9vw, 12px); letter-spacing: .24em; text-transform: uppercase; color: var(--ink);
}
.tagbar__edge { display: inline-flex; align-items: center; gap: 1.2em; }
.tagbar__edge::before, .tagbar__edge--after::after { content: ''; width: 1px; height: 14px; background: currentColor; }
.tagbar__edge--after::before { content: none; }
.tagbar__edge--after::after { width: 22px; height: 1px; }

/* --- health map (VITA_06) ------------------------------------------------ */
.map { position: relative; height: min(92vw, 1260px); overflow: hidden; background: #EEEBE5; }
.map__figure { position: absolute; left: 11.5%; top: 0; width: 73%; aspect-ratio: 2 / 3; }
.map__art { position: absolute; inset: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 15%, #000 85%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 15%, #000 85%, transparent 100%); }
.map__art img { width: 100%; height: 100%; object-fit: cover; }
.mlabel {
  position: absolute; top: var(--y); transform: translateY(-50%);
  display: flex; align-items: center; gap: clamp(6px, .7vw, 10px);
  background: none; border: 0; padding: 0; text-align: left; color: var(--ink);
  z-index: 5;
}
.mlabel--l { right: calc(100% - var(--x) + 2.6%); }
.mlabel--r { left: calc(var(--x) + 2.6%); }
.mlabel--r .mlabel__line { width: clamp(14px, 2.4vw, 36px); }
.mlabel__line { width: clamp(20px, 5.4vw, 80px); height: 1px; background: rgba(23, 61, 53, .45); }
.mlabel__text { line-height: 1.15; }
.mlabel__text small { display: block; font-size: clamp(8px, .75vw, 11px); letter-spacing: .08em; }
.mlabel__text b { font-weight: 500; font-size: clamp(10px, 1.3vw, 17px); text-transform: uppercase; white-space: nowrap; }
.mlabel[aria-pressed="true"] b { color: var(--signal); }
.mlabel:hover b { color: var(--signal); }

.map__words { position: absolute; z-index: 3; left: var(--side); top: clamp(96px, 13.4vw, 190px); width: 34%; }
.map__title { font-size: clamp(2.6rem, 6.3vw, 7.4rem); margin-top: clamp(12px, 1.8vw, 26px); }
.map__words .lead { margin-top: clamp(10px, 1.6vw, 24px); max-width: 21ch; }
.map__words .btn { margin-top: clamp(16px, 2.2vw, 34px); }
.people { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); margin-top: clamp(16px, 2.2vw, 32px); }
.people__faces { display: flex; }
.people__faces img { width: clamp(34px, 4.6vw, 60px); aspect-ratio: 1; border-radius: 50%; border: 3px solid var(--bone); margin-left: -12px; object-fit: cover; }
.people__faces img:first-child { margin-left: 0; }
.people p { font-size: clamp(9px, .95vw, 12.5px); letter-spacing: .2em; text-transform: uppercase; line-height: 1.5; }
.stamp { width: clamp(84px, 10.4vw, 136px); margin-top: clamp(16px, 2.4vw, 34px); color: var(--ink); }
.stamp text { font-size: 10.5px; letter-spacing: 2.2px; text-transform: uppercase; fill: currentColor; }

.focus {
  position: absolute; z-index: 3; right: 0; top: 7.4%; width: 34.6%; height: 75%;
  background: rgba(248, 246, 241, .97);
  border-radius: 50% 0 0 50% / 36% 0 0 36%;
}
.focus__pic { position: absolute; left: 15%; top: 5%; width: 76%; aspect-ratio: 1; }
.focus__pic img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.focus__badge {
  position: absolute; left: -4%; top: 16%; width: 25%; aspect-ratio: 1; border-radius: 50%;
  display: grid; place-items: center; background: var(--signal); color: #fff; font-size: clamp(16px, 2.6vw, 34px);
  box-shadow: 0 0 0 clamp(3px, .5vw, 7px) rgba(255, 255, 255, .85);
}
.focus__body { position: absolute; left: 25%; right: 7%; top: 55.5%; }
.focus__title { font-size: clamp(15px, 2vw, 27px); font-weight: 400; }
.focus__triad { margin-top: .45em; font-size: clamp(12px, 1.45vw, 19px); color: var(--ink); }
.focus__text { margin-top: .6em; font-size: clamp(11px, 1.3vw, 16px); color: var(--ink); line-height: 1.4; max-width: 24ch; }
.focus__body .btn { margin-top: clamp(12px, 1.8vw, 26px); }
.focus__nav { display: grid; grid-template-columns: auto 1fr auto; align-items: center; margin-top: clamp(14px, 2.4vw, 34px); margin-left: -5%; width: 90%; }
.focus__dots { display: flex; justify-content: center; gap: 8px; }
.focus__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(23, 61, 53, .25); }
.focus__dots button[aria-current="true"] { background: var(--ink); }
.focus__count { grid-column: 2; text-align: center; font-size: clamp(11px, 1.1vw, 14px); letter-spacing: .08em; margin-top: -4px; }
.focus__nav .round { grid-row: 1 / span 2; background: transparent; border: 1px solid rgba(23, 61, 53, .35); }
.focus__nav [data-focus-prev] { grid-column: 1; }
.focus__nav [data-focus-next] { grid-column: 3; }
.focus__dots { grid-column: 2; grid-row: 1; }

.strip {
  position: absolute; z-index: 4; left: 2%; right: 2%; bottom: 1.6%;
  display: grid; grid-template-columns: repeat(6, 1fr); align-items: stretch;
  padding: clamp(14px, 2vw, 26px) 0;
  background: rgba(244, 242, 236, .84); backdrop-filter: blur(8px);
  border-radius: clamp(16px, 2.4vw, 30px);
}
.strip li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .35em; padding: 0 .6vw; }
.strip li + li { border-left: 1px solid var(--hair); }
.strip .mint { width: clamp(38px, 5.8vw, 70px); aspect-ratio: 1; font-size: clamp(18px, 2.7vw, 32px); margin-bottom: .45em; }
.strip .mint .ico { stroke-width: 1.35; }
.strip b { font-weight: 500; font-size: clamp(10px, 1.3vw, 16px); text-transform: uppercase; color: var(--ink); }
.strip span { font-size: clamp(10px, 1.1vw, 14px); color: var(--ink-soft); }

/* --- build your check-up (VITA_09) --------------------------------------- */
.path { padding-top: clamp(56px, 7vw, 110px); overflow: hidden; }
.path__in {
  display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1fr) minmax(0, .92fr) minmax(0, 1fr);
  column-gap: clamp(16px, 2.6vw, 38px); padding-left: var(--side); align-items: start;
}
.path__words { padding-top: clamp(20px, 2.4vw, 36px); }
.path__words .copy { color: var(--ink); font-size: clamp(14px, 1.45vw, 19px); line-height: 1.4; }
.choices { background: rgba(255, 255, 255, .6); border-radius: clamp(14px, 1.8vw, 22px); padding: clamp(12px, 1.8vw, 24px); }
.choices .eyebrow { margin: .4em 0 1em .3em; font-size: clamp(9px, .95vw, 12px); }
.choice {
  display: flex; align-items: center; gap: clamp(8px, 1.4vw, 18px); width: 100%;
  padding: clamp(8px, .9vw, 12px) clamp(8px, 1vw, 14px); margin-top: 6px;
  border: 0; border-radius: clamp(12px, 1.6vw, 20px); background: rgba(236, 234, 227, .85); text-align: left;
}
.choice .mint { width: clamp(30px, 3.4vw, 42px); aspect-ratio: 1; font-size: clamp(14px, 1.5vw, 18px); background: rgba(255, 255, 255, .7); }
.choice__text { flex: 1; line-height: 1.25; }
.choice__text b { display: block; font-weight: 500; font-size: clamp(10px, 1.15vw, 14px); text-transform: uppercase; }
.choice__text span { font-size: clamp(10px, 1.05vw, 13px); opacity: .8; }
.choice .round { visibility: hidden; width: clamp(30px, 3.4vw, 40px); }
.choice[aria-pressed="true"] { background: var(--deep); color: #fff; }
.choice[aria-pressed="true"] .mint { background: rgba(255, 255, 255, .12); color: #fff; }
.choice[aria-pressed="true"] .round { visibility: visible; }
.route .eyebrow { font-size: clamp(9px, .95vw, 12px); margin-top: .8em; }
.route ol { position: relative; margin-top: clamp(12px, 1.6vw, 22px); }
.route ol::before { content: ''; position: absolute; left: 5px; top: 18px; bottom: 18px; width: 1px; background: var(--ink); }
.route li { display: grid; grid-template-columns: 11px auto 1fr; align-items: center; column-gap: clamp(12px, 1.8vw, 26px); padding: clamp(8px, 1vw, 14px) 0; }
.route li::before { content: ''; width: 11px; height: 11px; border-radius: 50%; background: var(--ink); position: relative; }
.route .mint { width: clamp(38px, 4.4vw, 54px); aspect-ratio: 1; font-size: clamp(17px, 2vw, 24px); }
.route small { display: block; font-size: clamp(9px, .9vw, 12px); }
.route b { display: block; font-weight: 500; font-size: clamp(11px, 1.35vw, 17px); text-transform: uppercase; line-height: 1.15; }
.route span { font-size: clamp(10px, 1.1vw, 14px); color: var(--ink-soft); }
.path__img { align-self: stretch; min-height: clamp(260px, 35vw, 520px); border-radius: 58% 0 0 22% / 44% 0 0 34%; overflow: hidden; }
.path__img img { width: 100%; height: 100%; object-fit: cover; object-position: 20% 50%; }

/* --- services + generations (VITA_08) ------------------------------------ */
.svc { padding: clamp(56px, 7vw, 110px) 0 clamp(28px, 3vw, 44px); }
.svc__in { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 2.6fr); gap: clamp(20px, 4vw, 60px); align-items: center; }
.svc__words .copy { color: var(--ink); font-size: clamp(13px, 1.4vw, 18px); max-width: 24ch; }
.svc__words .btn { margin-top: clamp(16px, 2.2vw, 30px); }
.svc__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(10px, 1.7vw, 22px); }
.scard { position: relative; background: #FAF9F5; border-radius: clamp(12px, 1.4vw, 18px); overflow: hidden; box-shadow: 0 10px 30px rgba(23, 61, 53, .06); text-decoration: none; color: var(--ink); padding-bottom: clamp(48px, 5vw, 70px); }
.scard > img { width: 100%; aspect-ratio: 160 / 118; object-fit: cover; }
.scard__body { position: relative; padding: clamp(30px, 3.4vw, 44px) clamp(12px, 1.4vw, 20px) 0; }
.scard .mint { position: absolute; left: clamp(10px, 1.2vw, 16px); top: 0; transform: translateY(-50%); width: clamp(40px, 5.4vw, 64px); aspect-ratio: 1; font-size: clamp(18px, 2.4vw, 28px); border: 3px solid #FAF9F5; }
.scard b { display: block; font-weight: 400; font-size: clamp(10px, 1.3vw, 16px); text-transform: uppercase; }
.scard span { font-size: clamp(10px, 1.1vw, 14px); color: var(--ink-soft); }
.scard .round { position: absolute; right: clamp(10px, 1.1vw, 16px); bottom: clamp(10px, 1.1vw, 16px); border: 1px solid var(--hair); }

.gen { position: relative; height: min(32vw, 470px); min-height: 300px; margin-bottom: clamp(20px, 3vw, 40px); }
.gen__kid { position: absolute; left: 0; top: 0; bottom: 0; width: 49.5%; overflow: hidden; border-radius: 0 34% 26% 0 / 0 22% 78% 0; }
.gen__kid img, .gen__senior img { width: 100%; height: 100%; object-fit: cover; }
.gen__kid img { object-position: 30% 35%; }
.gen__blob {
  position: absolute; left: 46%; top: 4%; width: 32%; height: 94%;
  background: var(--mint-soft); border-radius: 47% 53% 42% 58% / 38% 40% 60% 62%;
  display: flex; flex-direction: column; justify-content: center; padding: 0 5% 0 8.5%;
}
.gen__blob .h2 { font-size: clamp(1.1rem, 2.35vw, 2.2rem); }
.gen__blob .copy { color: var(--ink); margin-top: .7em; font-size: clamp(11px, 1.3vw, 16px); max-width: 28ch; }
.gen__blob .btn { margin-top: clamp(12px, 1.6vw, 22px); align-self: flex-start; }
.gen__icons { display: flex; gap: clamp(14px, 3.4vw, 50px); margin-top: clamp(14px, 1.8vw, 24px); }
.gen__icons li { display: grid; justify-items: center; gap: .5em; font-size: clamp(9px, .95vw, 12px); letter-spacing: .1em; text-transform: uppercase; }
.gen__icons .mint { width: clamp(34px, 4.6vw, 56px); aspect-ratio: 1; background: none; border: 1px solid rgba(23, 61, 53, .35); font-size: clamp(16px, 2vw, 24px); }
.gen__senior { position: absolute; right: 0; top: 0; bottom: 0; width: 20.5%; overflow: hidden; border-radius: 24% 0 0 48% / 42% 0 0 40%; }
.gen__senior img { object-position: 28% 40%; }
.gen__s1 { position: absolute; left: 28%; top: 36%; font-size: clamp(20px, 2.9vw, 42px); transform: rotate(-14deg); }
.gen__s2 { position: absolute; right: 2%; top: 7%; font-size: clamp(20px, 2.9vw, 42px); transform: rotate(-8deg); }

/* --- diagnostics (VITA_08) ----------------------------------------------- */
.diag { padding: clamp(40px, 5vw, 80px) 0 clamp(56px, 7vw, 110px); }
.diag__in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.42fr) minmax(0, .7fr); gap: clamp(20px, 5vw, 72px); align-items: center; }
.diag .h2 { font-size: clamp(2rem, 4.2vw, 4rem); margin-top: .5em; }
.diag .copy { color: var(--ink); font-size: clamp(13px, 1.4vw, 18px); }
.diag__words .btn { margin-top: clamp(16px, 2.2vw, 30px); }
.diag__pic { position: relative; border-radius: clamp(12px, 1.4vw, 18px); overflow: hidden; aspect-ratio: 396 / 283; }
.diag__pic > img { width: 100%; height: 100%; object-fit: cover; }
.diag__chip {
  position: absolute; left: 4%; bottom: 5%; width: 44%;
  display: grid; grid-template-columns: auto 1fr; gap: .15em clamp(8px, 1.2vw, 16px); align-items: center;
  padding: clamp(10px, 1.4vw, 18px); border-radius: clamp(10px, 1.2vw, 16px); background: rgba(244, 242, 236, .94);
}
.diag__chip .mint { grid-column: 1; grid-row: 1 / 3; width: clamp(32px, 4vw, 50px); aspect-ratio: 1; font-size: clamp(16px, 1.9vw, 24px); }
.diag__chip b { grid-column: 2; grid-row: 1; font-weight: 500; font-size: clamp(10px, 1.2vw, 15px); text-transform: uppercase; line-height: 1.2; }
.diag__chip span { grid-row: 2; grid-column: 2; font-size: clamp(10px, 1.05vw, 13px); color: var(--ink-soft); }
.ticks li { display: flex; align-items: center; gap: clamp(10px, 1.6vw, 22px); padding: clamp(5px, .7vw, 10px) 0; font-size: clamp(10px, 1.05vw, 13px); letter-spacing: .06em; text-transform: uppercase; color: var(--ink); }
.ticks .mint { width: clamp(34px, 4.2vw, 50px); aspect-ratio: 1; font-size: clamp(16px, 1.9vw, 22px); background: rgba(220, 237, 231, .7); }
.diag__script { position: relative; margin-top: clamp(20px, 3vw, 40px); font-size: clamp(22px, 3vw, 44px); transform: rotate(-12deg); }
.diag__swoosh { display: block; width: 60%; margin: clamp(22px, 3vw, 36px) 0 0 -30%; color: var(--ink); }

/* --- the mosaic (VITA_06) ------------------------------------------------ */
.care { position: relative; padding: clamp(56px, 7vw, 110px) 0; overflow: hidden; }
.care__in { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 2fr); gap: clamp(20px, 4vw, 60px); align-items: center; position: relative; z-index: 1; }
.care__title { font-weight: 400; text-transform: uppercase; color: var(--ink); line-height: 1.05; }
.care__title span { display: block; font-size: clamp(1.2rem, 2.2vw, 2rem); }
.care__title span + span { font-size: clamp(1.7rem, 3.3vw, 3rem); }
.care__words .eyebrow { margin-top: 1em; font-size: clamp(9px, .92vw, 12px); }
.steps { margin-top: clamp(20px, 3vw, 40px); }
.steps li { position: relative; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: clamp(10px, 1.6vw, 22px); margin-left: var(--in, 0); padding-bottom: clamp(16px, 2vw, 26px); }
.steps li:nth-child(2) { --in: 8%; }
.steps li:nth-child(3) { --in: 14%; }
.steps li:nth-child(4) { --in: 17%; }
.steps__n { position: relative; display: grid; place-items: center; width: clamp(34px, 3.9vw, 48px); aspect-ratio: 1; border-radius: 50%; background: var(--mint-soft); color: var(--ink); font-size: clamp(11px, 1.3vw, 16px); }
.steps li:first-child .steps__n { background: var(--deep); color: #fff; }
.steps li:not(:last-child) .steps__n::after { content: ''; position: absolute; top: 100%; left: 55%; height: clamp(18px, 2.2vw, 30px); border-left: 1.5px dashed var(--ink); transform: rotate(-16deg); transform-origin: top; }
.steps__dash { width: 10px; height: 1px; background: var(--ink); }
.steps b { display: block; font-weight: 500; font-size: clamp(11px, 1.3vw, 16px); text-transform: uppercase; }
.steps span { font-size: clamp(10px, 1.15vw, 14px); color: var(--ink-soft); }
.care__words .btn { margin-top: clamp(6px, 1vw, 16px); }
.mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(8px, 1.3vw, 16px); padding-right: 11%; position: relative; }
.tile { position: relative; border-radius: clamp(12px, 1.4vw, 18px); overflow: hidden; aspect-ratio: 280 / 210; }
.tile img { width: 100%; height: 100%; object-fit: cover; }
.tile--narrow { width: 84%; aspect-ratio: 235 / 220; }
.tile__chip { position: absolute; left: 3%; bottom: 5%; padding: clamp(6px, .9vw, 12px) clamp(8px, 1vw, 14px); border-radius: clamp(8px, 1vw, 12px); font-size: clamp(10px, 1.35vw, 17px); text-transform: uppercase; line-height: 1.15; }
.tile__chip--green { background: rgba(47, 87, 71, .92); color: #fff; }
.tile__chip--light { background: rgba(244, 242, 236, .92); color: var(--ink); }
.tile__text { position: absolute; z-index: 1; left: 7%; right: 7%; color: #fff; font-size: clamp(11px, 1.6vw, 21px); text-transform: uppercase; line-height: 1.15; text-shadow: 0 1px 12px rgba(0, 0, 0, .18); }
.tile__text--top { top: 7%; }
.tile:has(.tile__text--top)::after, .tile:has(.tile__text--bottom)::after { content: ''; position: absolute; inset: 0; pointer-events: none; }
.tile:has(.tile__text--top)::after { background: linear-gradient(180deg, rgba(8, 30, 26, .42) 0%, rgba(8, 30, 26, 0) 50%); }
.tile:has(.tile__text--bottom)::after { background: linear-gradient(0deg, rgba(8, 30, 26, .42) 0%, rgba(8, 30, 26, 0) 50%); }
.tile__text--bottom { bottom: 8%; }
.tile__text .rule { margin: .7em 0 0; background: #fff; opacity: .9; }
.mosaic__script { position: absolute; right: -1%; bottom: 10%; font-size: clamp(20px, 3vw, 44px); transform: rotate(-14deg); }
.care__leaf { position: absolute; pointer-events: none; filter: blur(4px); }
.care__leaf--l { left: -8%; bottom: -6%; width: 22%; transform: scaleX(-1) rotate(-20deg); }
.care__leaf--r { right: -6%; top: -4%; width: 18%; transform: rotate(160deg); }

/* --- the Curaçao band (VITA_10) ------------------------------------------ */
.band { position: relative; height: min(31vw, 460px); min-height: 320px; overflow: hidden; }
.band__img { position: absolute; inset: 0; }
.band__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
.band__panel {
  position: absolute; left: 0; top: 0; bottom: 0; width: 42%;
  background: var(--band); color: #fff;
  border-top-right-radius: 42% 100%;
  display: flex; flex-direction: column; justify-content: center; padding-left: var(--side); padding-right: 6%;
}
.band__panel .h2 { color: #fff; font-size: clamp(1.4rem, 3vw, 2.9rem); }
.band__panel .copy { color: rgba(255, 255, 255, .88); font-size: clamp(12px, 1.4vw, 17px); max-width: 30ch; }
.band__panel .btn { align-self: flex-start; margin-top: clamp(14px, 2vw, 28px); }
.band__quote {
  position: absolute; right: 3%; top: 8%; width: clamp(170px, 21vw, 290px); aspect-ratio: 1; border-radius: 50%;
  background: rgba(244, 242, 236, .74); backdrop-filter: blur(3px);
  display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 12%;
}
.band__quote .script { font-size: clamp(17px, 2vw, 28px); white-space: normal; line-height: 1.15; }
.band__quote q { quotes: none; }
.band__mark { font-family: var(--script); font-size: clamp(28px, 3.4vw, 48px); line-height: .6; }
.band__quote .rule { margin: .9em auto 0; }

/* --- about + book (VITA_10) ---------------------------------------------- */
.visit { position: relative; padding: clamp(44px, 5vw, 80px) 0; overflow: hidden; }
.visit__in { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(20px, 5vw, 72px); align-items: center; }
.visit .h2 { font-size: clamp(1.5rem, 2.4vw, 2.3rem); }
.visit .copy { color: var(--ink); font-size: clamp(12px, 1.3vw, 16px); }
.visit__note { display: flex; align-items: center; gap: .9em; margin-top: clamp(14px, 1.8vw, 24px); font-size: clamp(12px, 1.3vw, 16px); }
.visit__note .ico { font-size: 1.4em; color: var(--ink); }
.visit .btn { margin-top: clamp(16px, 2.2vw, 30px); }
.visit__pic { border-radius: clamp(12px, 1.4vw, 18px); overflow: hidden; aspect-ratio: 342 / 232; }
.visit__pic img { width: 100%; height: 100%; object-fit: cover; }
.contact { margin-top: clamp(14px, 1.8vw, 24px); display: grid; gap: .8em; font-size: clamp(12px, 1.3vw, 16px); }
.contact li { display: flex; align-items: center; gap: 1em; }
.contact .ico { font-size: 1.35em; }
.contact em { font-style: normal; font-size: .8em; color: var(--ink-soft); }
.visit__leaf { position: absolute; right: -4%; bottom: -8%; width: 16%; pointer-events: none; filter: blur(2px); }

/* --- final (VITA_09) ----------------------------------------------------- */
.final { position: relative; height: min(28vw, 420px); min-height: 340px; overflow: hidden; }
.final__img { position: absolute; left: 0; top: 0; bottom: 0; width: 62%; }
.final__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.final__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, 0) 55%); }
.final__left { position: absolute; left: var(--side); top: 20%; z-index: 1; color: #fff; }
.final__left p:first-child { font-size: clamp(16px, 2.3vw, 32px); text-transform: uppercase; line-height: 1.12; }
.final__left .rule { background: #fff; opacity: .9; margin: 1em 0; }
.final__left p:last-child { font-size: clamp(9px, .9vw, 12px); letter-spacing: .16em; text-transform: uppercase; line-height: 1.6; }
.final__panel {
  position: absolute; right: 0; top: 4%; bottom: 0; width: 52%; z-index: 1;
  background: #0E3029; color: #fff; border-top-left-radius: 36% 100%;
  display: flex; flex-direction: column; justify-content: center; padding: 0 var(--side) 0 22%;
}
.final__panel .h2 { color: #fff; font-size: clamp(1.3rem, 2.6vw, 2.5rem); line-height: 1.08; }
.final__panel .h2 span:first-child { font-size: .8em; }
.final__panel .copy { color: rgba(255, 255, 255, .88); margin-top: .8em; font-size: clamp(12px, 1.3vw, 16px); }
.final__panel .btn { align-self: flex-start; margin-top: clamp(16px, 2.2vw, 30px); }
.final__script { position: absolute; right: 3%; bottom: 20%; color: #fff; font-size: clamp(22px, 3vw, 44px); transform: rotate(-14deg); }
.final__palm { position: absolute; right: -4%; top: -10%; width: 26%; opacity: .5; pointer-events: none; }

/* --- footer -------------------------------------------------------------- */
.ft { padding: clamp(22px, 2.8vw, 40px) 0 clamp(18px, 2vw, 28px); font-size: clamp(9px, .9vw, 12px); letter-spacing: .22em; text-transform: uppercase; color: var(--ink); }
.ft__row { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.ft__line { display: inline-flex; align-items: center; gap: 1.6em; }
.ft__line::after { content: ''; width: 34px; height: 1px; background: currentColor; }
.ft__social { display: flex; align-items: center; gap: 1.6em; font-size: 1.6em; }
.ft__social a { display: grid; }
.ft__legal { margin-top: clamp(14px, 1.6vw, 22px); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; letter-spacing: .08em; text-transform: none; color: var(--ink-soft); font-size: clamp(11px, .9vw, 12px); }

/* --- request a visit ----------------------------------------------------- */
.scrim { position: fixed; inset: 0; z-index: 80; background: rgba(14, 43, 37, .38); }
.book {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 90;
  width: min(480px, 100vw); background: var(--warm); color: var(--ink);
  display: flex; flex-direction: column; box-shadow: -20px 0 60px rgba(14, 43, 37, .16);
}
.book__head { display: flex; justify-content: space-between; align-items: center; padding: 26px 28px 18px; border-bottom: 1px solid var(--hair); }
.book__head .h2 { font-size: 1.6rem; }
.book__form { flex: 1; overflow-y: auto; padding: 22px 28px; display: flex; flex-direction: column; gap: 18px; }
.book__steps { display: flex; gap: 8px; }
.book__steps span { flex: 1; height: 3px; border-radius: 2px; background: var(--mint-soft); }
.book__steps span.is-on { background: var(--green); }
.book__q { font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; }
.book__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.book__chips label { position: relative; }
.book__chips input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.book__chips span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 1.1em; border: 1px solid var(--hair); border-radius: 999px; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.book__chips input:checked + span { background: var(--deep); border-color: var(--deep); color: #fff; }
.book__chips input:focus-visible + span { outline: 2px solid var(--signal); outline-offset: 2px; }
.field { display: grid; gap: 6px; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.field input, .field textarea {
  font: inherit; font-size: 1rem; letter-spacing: 0; text-transform: none;
  min-height: 52px; padding: 12px 14px; border: 1px solid rgba(23, 61, 53, .25); border-radius: 12px; background: #fff; color: var(--graphite);
}
.field textarea { min-height: 110px; resize: vertical; }
.book__err { color: #B53A1E; font-size: .9rem; }
.book__note { font-size: .82rem; color: var(--ink-soft); }
.book__foot { position: sticky; bottom: 0; display: flex; justify-content: space-between; gap: 10px; padding: 16px 28px calc(16px + env(safe-area-inset-bottom)); border-top: 1px solid var(--hair); background: var(--warm); }
.book__sent { display: grid; gap: 12px; padding-top: 10px; }

/* =========================================================================
   tablet
   ========================================================================= */
@media (max-width: 1099px) {
  .hd__nav { display: none; }
  .hd__cta { margin-left: auto; }
  .path__in { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); row-gap: 28px; padding-right: var(--side); }
  .path__img { grid-column: 2; grid-row: 2; border-radius: 40% 40% 18px 18px / 26% 26% 18px 18px; min-height: 360px; }
  .svc__in { grid-template-columns: 1fr; }
  .svc__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .diag__in { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); }
  .diag__side { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; }
  .ticks { display: grid; grid-template-columns: repeat(2, auto); column-gap: 30px; }
  .care__in { grid-template-columns: 1fr; }
  .visit__in { grid-template-columns: 1fr 1fr; }
  .visit__pic { grid-column: 1 / -1; grid-row: 1; }
}

/* =========================================================================
   phone — every composition becomes a column
   ========================================================================= */
@media (max-width: 759px) {
  :root { --wrap: 90vw; }
  .logo__desc { display: none; }
  .hd__cta { padding-inline: 1.1em; gap: .6em; min-height: 42px; letter-spacing: .1em; }
  .hd__cta .ico { display: none; }

  /* the headline first, as the brief asks for a phone; the figure follows it */
  .hero { height: auto; padding-top: 104px; background: var(--bone); display: flex; flex-direction: column; }
  .hero__words { order: -1; }
  .hero__wash, .hero__script, .hero__plant { display: none; }
  .hero__words { position: relative; left: auto; top: auto; width: auto; margin: 0 5vw; }
  .hero__title { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero__lead { max-width: 26ch; }
  .hero__art { position: relative; margin-top: -8vw;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 16%);
            mask-image: linear-gradient(180deg, transparent 0, #000 16%); }
  /* on a phone each point keeps its name: a short line and the label on a
     wash of the page colour; the icon circle and the arrow stay on desktop */
  .hrow { --d: 26px; right: auto; }
  .hrow__line { flex: none; width: clamp(28px, 11vw, 46px); }
  .hrow__icon, .hrow__arrow { display: none; }
  .hrow__label {
    width: auto; margin-left: 4px; padding: 3px 8px; border-radius: 8px;
    background: rgba(244, 242, 236, .45);
    -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  }
  .hrow__label small { font-size: 9px; }
  .hrow__label b { font-size: 11.5px; }
  .hero__cats { display: block; width: var(--wrap); margin: 8px auto 0; border-top: 1px solid var(--hair); }
  .hero__cats a { display: grid; grid-template-columns: 2.6rem 1fr auto; align-items: center; min-height: 52px; border-bottom: 1px solid var(--hair); text-decoration: none; text-transform: uppercase; font-size: .95rem; }
  .hero__cats small { font-size: .7rem; color: var(--ink-soft); }
  .hero__cards { position: relative; left: auto; bottom: auto; margin: 22px auto 0; grid-template-columns: 1fr; }
  .card, .card--family .card__panel { min-height: 0; }
  .card { padding-top: 72px; }
  .card--family { padding: 0; min-height: 230px; }
  .card--family .card__panel { width: 52%; min-height: 230px; padding-bottom: 20px; }
  .card__photo { width: 62%; }
  .tagbar { width: var(--wrap); margin-top: 24px; border-radius: 20px; flex-direction: column; gap: .6rem; text-align: center; }

  .map { height: auto; padding: 48px 0 32px; display: flex; flex-direction: column; }
  .map__words { order: -1; }
  .map__words { position: relative; left: auto; top: auto; width: auto; margin: 0 5vw; }
  .map__title { font-size: clamp(2.6rem, 13vw, 4rem); }
  .stamp { display: none; }
  .map__figure { position: relative; left: auto; width: 100%; margin-top: 18px; }
  /* the names stay beside their points on a phone too, smaller and on a
     wash of the page colour, set a little further out so no dot covers them */
  .mlabel { gap: 3px; }
  .mlabel--l { right: calc(100% - var(--x) + 4%); }
  .mlabel--r { left: calc(var(--x) + 4%); }
  .mlabel__line, .mlabel--r .mlabel__line { width: clamp(20px, 7.5vw, 34px); }
  .mlabel__text { padding: 2px 7px; border-radius: 7px; background: rgba(244, 242, 236, .45); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
  .mlabel__text small { font-size: 8.5px; }
  .mlabel__text b { font-size: 10.5px; }
  /* the right-hand names sit closest to the screen edge; the long one wraps
     onto two lines instead of running off a 360px phone */
  .mlabel--r .mlabel__text { max-width: 26vw; }
  .mlabel--r .mlabel__text b { white-space: normal; display: block; line-height: 1.1; }
  .focus { position: relative; right: auto; top: auto; width: auto; height: auto; margin: -12vw 5vw 0; border-radius: 28px; padding: 22px 22px 26px; }
  .focus__pic { position: relative; left: auto; top: auto; width: 72%; margin: 0 auto; }
  .focus__body { position: static; margin-top: 18px; }
  .focus__title { font-size: 1.35rem; }
  .focus__triad { font-size: 1rem; }
  .focus__text { font-size: .95rem; }
  .focus__nav { margin-left: 0; width: 100%; }
  .strip { position: relative; left: auto; right: auto; bottom: auto; margin: 18px 5vw 0; grid-template-columns: repeat(3, 1fr); row-gap: 20px; padding: 18px 6px; }
  .strip li + li { border-left: 0; }
  .strip b { font-size: 11px; }
  .strip span { display: none; }

  .path__in { grid-template-columns: 1fr; padding-inline: 5vw; }
  .path__img { grid-column: auto; grid-row: auto; min-height: 300px; }
  .choice__text b { font-size: 12px; }
  .choice__text span, .route span { font-size: 12px; }
  .route b { font-size: 14px; }

  .svc__cards { gap: 10px; }
  .scard b { font-size: 12px; }
  .scard span { font-size: 12px; }

  .gen { height: auto; min-height: 0; display: grid; }
  .gen__kid, .gen__blob, .gen__senior { position: relative; left: auto; right: auto; top: auto; bottom: auto; width: auto; height: auto; }
  .gen__kid { aspect-ratio: 4 / 3; border-radius: 0 0 40% 0 / 0 0 20% 0; }
  .gen__blob { margin: -40px 5vw 0; padding: 40px 28px; border-radius: 44% 56% 40% 60% / 18% 22% 78% 82%; }
  .gen__blob .h2 { font-size: 1.6rem; }
  .gen__blob .copy { font-size: .95rem; }
  .gen__senior { width: 58%; margin: -30px 0 0 auto; aspect-ratio: 3 / 4; border-radius: 40% 0 0 40% / 30% 0 0 30%; }
  .gen__s1, .gen__s2 { display: none; }

  .diag__in { grid-template-columns: 1fr; }
  .diag__side { display: block; }
  .ticks { grid-template-columns: 1fr; }
  .ticks li { font-size: 12px; }
  .diag__chip { width: auto; right: 4%; }

  .mosaic { padding-right: 0; }
  .tile--narrow { width: 100%; }
  .tile__chip { font-size: 11px; }
  .tile__text { font-size: 12px; }
  .mosaic__script, .care__leaf { display: none; }

  .band { height: auto; min-height: 0; display: grid; }
  .band__img { position: relative; height: 260px; }
  .band__panel { position: relative; width: auto; border-radius: 0; padding: 40px 5vw; }
  .band__panel .h2 { font-size: 1.9rem; }
  .band__quote { top: 20px; right: 16px; width: 150px; padding: 0 20px; }
  .band__quote .script { font-size: 17px; }

  .visit__in { grid-template-columns: 1fr; }
  .visit__pic { grid-column: auto; }
  .visit__leaf { display: none; }

  .final { height: auto; min-height: 0; display: grid; }
  .final__img { position: relative; width: auto; height: 280px; }
  .final__panel { position: relative; width: auto; top: auto; border-radius: 36px 36px 0 0; margin-top: -36px; padding: 44px 5vw 70px; }
  .final__panel .h2 { font-size: 1.8rem; }
  .final__script { bottom: 18px; font-size: 30px; }
  .final__palm { display: none; }

  .ft__row { flex-direction: column; align-items: flex-start; }
  .book__chips span { font-size: .72rem; }
}
