/* ============================================================
   NUTSHELL NURSING CARE — Design System
   Warm & Human · Moss / Cream / Copper · Ogg serif logo
   Display: Cormorant Garamond  ·  Body: DM Sans
   ============================================================ */

:root {
  /* ---- Brand palette — Colour Scheme 2: Light Moss / Copper (official) ---- */
  --moss:        #AABDB1;   /* Pale Sage  */
  --moss-deep:   #71927F;   /* Light Moss — primary */
  --moss-deeper: #5C7D69;
  --moss-light:  #C9D7CD;
  --moss-pale:   #DDE4DF;   /* Mist */
  --moss-wash:   #EDF1EF;   /* Cream-mist surface */

  --copper:      #D97665;   /* Copper */
  --copper-deep: #AF5141;   /* Copper Deep */
  --copper-soft: #E7A491;
  --copper-wash: #FAEDE9;

  --charcoal:    #162428;   /* Charcoal */
  --charcoal-85: #233634;
  --ink-70:      #3A524F;
  --ink-55:      #4A5F5B;
  --ink-40:      #5C706C;
  --ink-muted:   #627975;

  /* Light mode — softened toward the Moss / Copper scheme (brand guide
     Colour Scheme 2). Calm, desaturated sage-tinted off-whites instead of
     bright warm white, so the page reads soft and easy on the eyes. */
  --cream:       #EEF1ED;   /* page base — soft pale sage */
  --cream-warm:  #E4EAE3;   /* warmer alt sections — gentle sage */
  --sand:        #DBE2DA;   /* deeper sage band */
  --white:       #F7F9F6;   /* cards — barely-tinted, not stark white */
  --gold:        #CBA15A;
  --beam:        #FF6A4D;
  --beam-glow:   0 0 8px rgba(255,106,77,.85), 0 0 2px rgba(255,106,77,.9);

  /* ---- Type ---- */
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans:  'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* ---- Layout ---- */
  --nav-h: 76px;
  --bar-h: 40px;
  --container: min(1280px, 90vw);
  --container-wide: min(1440px, 94vw);
  --container-sm: min(940px, 88vw);
  --section-pad: clamp(72px, 10vw, 132px);

  /* ---- Radius ---- */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  /* ---- Shadows (soft, warm-tinted) ---- */
  --sh-xs: 0 1px 2px rgba(23,37,40,.05);
  --sh-sm: 0 4px 16px rgba(23,37,40,.06);
  --sh-md: 0 14px 40px rgba(23,37,40,.09);
  --sh-lg: 0 28px 70px rgba(23,37,40,.13);
  --sh-copper: 0 12px 28px rgba(217,118,101,.30);

  /* ---- Motion ---- */
  --ease: cubic-bezier(.22,1,.36,1);
  --ease-soft: cubic-bezier(.4,0,.2,1);
}

/* ============================================================
   RESET
   ============================================================ */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--nav-h) + 16px); }
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  animation: pageFadeIn 1.2s ease-out both;
}
@keyframes pageFadeIn { from { opacity: 0; } to { opacity: 1; } }
img,svg { display: block; max-width: 100%; }
img { border-radius: 0 !important; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input,textarea,select { font-family: inherit; font-size: inherit; }
::selection { background: var(--copper); color: #fff; }

h1,h2,h3,h4 { font-weight: 500; line-height: 1.12; letter-spacing: -.01em; }

/* ============================================================
   HELPERS
   ============================================================ */
.container { width: var(--container); margin-inline: auto; }
.container-wide { width: var(--container-wide); margin-inline: auto; }
.container-sm { width: var(--container-sm); margin-inline: auto; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
.serif { font-family: var(--serif); }
.italic { font-style: italic; }
.copper { color: var(--copper-deep); }
.text-center { text-align: center; }

/* Eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .76rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--copper-deep);
}
.eyebrow::before { content:''; width: 26px; height: 1.5px; background: var(--copper-soft); border-radius: 2px; }
.eyebrow--center::after { content:''; width: 26px; height: 1.5px; background: var(--copper-soft); border-radius: 2px; }
.eyebrow--light { color: var(--moss); }
.eyebrow--light::before, .eyebrow--light::after { background: rgba(180,197,177,.45); }

/* Section heads */
.section { padding: var(--section-pad) 0; }
.section--cream { background: var(--cream); }
.section--wash  { background: var(--moss-wash); }
.section--pale  { background: var(--moss-pale); }
.section--warm  { background: var(--cream-warm); }
.section--dark  { background: var(--charcoal); color: #EAF0EA; }

.s-head { max-width: 720px; margin: 0 auto clamp(40px,5vw,64px); text-align: center; }
.s-head .eyebrow { margin-bottom: 18px; }
.s-title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2.1rem, 4.4vw, 3.5rem); line-height: 1.08; letter-spacing: -.015em;
  color: var(--charcoal);
}
.section--dark .s-title { color: #fff; }
.s-title em { font-style: italic; color: var(--copper-deep); }
.section--dark .s-title em { color: var(--moss); }
.s-sub {
  margin-top: 18px; font-size: 1.075rem; line-height: 1.7; color: var(--ink-55);
  max-width: 600px; margin-inline: auto; text-wrap: pretty;
}
.section--dark .s-sub { color: rgba(234,240,234,.72); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 30px; font-size: .95rem; font-weight: 600; letter-spacing: .005em;
  border-radius: var(--r-pill); transition: all .35s var(--ease); white-space: nowrap;
  position: relative;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--copper); color: #fff; box-shadow: var(--sh-copper); position: relative; overflow: hidden; }
.btn--primary::after { content:''; position: absolute; top: -50%; left: -60%; width: 30%; height: 200%; background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.25) 50%, transparent 60%); transform: skewX(-20deg); transition: none; pointer-events: none; }
.btn--primary:hover { background: var(--copper-deep); transform: translateY(-2px); box-shadow: 0 18px 38px rgba(175,81,65,.38); }
.btn--primary:hover::after { animation: btn-shine .65s ease forwards; }
@keyframes btn-shine { to { left: 130%; } }
.btn--dark { background: var(--charcoal); color: #fff; }
.btn--dark:hover { background: var(--charcoal-85); transform: translateY(-2px); box-shadow: var(--sh-md); }
.btn--moss { background: var(--moss-deeper); color: #fff; }
.btn--moss:hover { background: #4d6549; transform: translateY(-2px); box-shadow: var(--sh-md); }
.btn--ghost { background: transparent; color: var(--charcoal); border: 1.5px solid rgba(23,37,40,.2); }
.btn--ghost:hover { border-color: var(--charcoal); background: rgba(23,37,40,.04); }
.btn--ghost-light { background: rgba(255,255,255,.06); color: #fff; border: 1.5px solid rgba(255,255,255,.35); backdrop-filter: blur(6px); }
.btn--ghost-light:hover { background: rgba(255,255,255,.14); border-color: #fff; }
.btn--lg { padding: 18px 38px; font-size: 1rem; }
.btn:disabled { opacity: .65; cursor: wait; transform: none !important; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: .92rem;
  color: var(--copper-deep); transition: gap .3s var(--ease);
}
.link-arrow svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.link-arrow:hover { gap: 11px; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }
.reveal.d4 { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}

/* Directional reveal variants */
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
.reveal-scale { opacity: 0; transform: scale(.9); transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
.reveal-left.in, .reveal-right.in, .reveal-scale.in { opacity: 1; transform: none; }
.reveal-left.d1, .reveal-right.d1, .reveal-scale.d1 { transition-delay: .1s; }
.reveal-left.d2, .reveal-right.d2, .reveal-scale.d2 { transition-delay: .2s; }
.reveal-left.d3, .reveal-right.d3, .reveal-scale.d3 { transition-delay: .3s; }

/* Parallax depth layers */
.parallax-layer { will-change: transform; transition: none; }

/* Section divider gradient washes */
.section--wash-in::before {
  content: ''; display: block; position: absolute; top: -60px; left: 0; right: 0; height: 60px;
  background: linear-gradient(to bottom, transparent, var(--section-bg, var(--cream))); pointer-events: none;
}

/* Scroll-linked progress accent bar per section */
.section-progress { position: absolute; top: 0; left: 0; height: 3px; width: 0; background: var(--copper); border-radius: 0 2px 2px 0; transition: none; z-index: 2; }

/* Premium card hover lift */
.card-lift { transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease); }
.card-lift:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(22,36,40,.12), 0 0 0 1px rgba(170,189,177,.18); }

/* Staggered text line split */
.split-line { display: block; overflow: hidden; }
.split-line > span { display: inline-block; transform: translateY(105%); transition: transform .8s var(--ease); }
.split-line.in > span { transform: none; }
.split-line.d1 > span { transition-delay: .08s; }
.split-line.d2 > span { transition-delay: .16s; }
.split-line.d3 > span { transition-delay: .24s; }

@keyframes hero-enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.hero__title { animation: hero-enter .7s cubic-bezier(.22,1,.36,1) .2s both; }
.hero__sub { animation: hero-enter .6s cubic-bezier(.22,1,.36,1) .35s both; }
.hero__actions { animation: hero-enter .6s cubic-bezier(.22,1,.36,1) .45s both; }
.hero__trust { animation: hero-enter .6s cubic-bezier(.22,1,.36,1) .55s both; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes pulse-ring { 0% { box-shadow: 0 0 0 0 rgba(201,123,99,.4); } 70% { box-shadow: 0 0 0 14px rgba(201,123,99,0); } 100% { box-shadow: 0 0 0 0 rgba(201,123,99,0); } }
@keyframes drift { 0%,100% { transform: translate(0,0) rotate(0deg); } 25% { transform: translate(12px,-8px) rotate(2deg); } 50% { transform: translate(-6px,-14px) rotate(-1deg); } 75% { transform: translate(-12px,4px) rotate(1.5deg); } }
@keyframes scale-pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.06); } }

/* Reduced motion override for all new classes */
@media (prefers-reduced-motion: reduce) {
  .reveal-left, .reveal-right, .reveal-scale { opacity: 1 !important; transform: none !important; }
  .split-line > span { transform: none !important; }
  .parallax-layer { transform: none !important; }
}

/* ============================================================
   TOP UTILITY BAR
   ============================================================ */
.topbar {
  height: var(--bar-h); background: var(--charcoal); color: rgba(234,240,234,.82);
  font-size: .8rem; display: flex; align-items: center;
}
.topbar__inner { width: var(--container-wide); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__left { display: flex; align-items: center; gap: 22px; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item svg { width: 14px; height: 14px; color: var(--moss); }
.topbar__item a:hover { color: #fff; }
.topbar__right { display: flex; align-items: center; gap: 8px; }
.topbar__pill {
  display: inline-flex; align-items: center; gap: 7px; padding: 4px 12px; border-radius: var(--r-pill);
  background: rgba(180,197,177,.14); border: 1px solid rgba(180,197,177,.22); font-weight: 500; color: #EAF0EA;
}
.topbar__pill svg { width: 13px; height: 13px; color: var(--moss); }
.topbar__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(203,161,90,.5); animation: pulse-ring 2.4s infinite; }
@media (max-width: 860px){ .topbar__left .topbar__item--areas { display:none; } }
@media (max-width: 600px){ .topbar { display:none; } }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 900; height: var(--nav-h);
  display: flex; align-items: center;
  background: rgba(251,249,244,.82); backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border-bottom: 1px solid rgba(23,37,40,.07); transition: transform .45s var(--ease), opacity .45s var(--ease), box-shadow .3s, background .3s;
}
.nav--scrolled { box-shadow: var(--sh-sm); background: rgba(251,249,244,.95); }
.nav--hidden { transform: translateY(-100%); opacity: 0; pointer-events: none; }
.nav__inner { width: var(--container-wide); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: clamp(16px, 1.8vw, 24px); }
.nav__logo img { height: 34px; width: auto; }
.nav__links { display: flex; align-items: center; gap: clamp(14px, 1.6vw, 30px); }
.nav__link { font-size: clamp(.82rem, .3vw + .72rem, .92rem); font-weight: 500; color: var(--ink-70); position: relative; transition: color .25s; white-space: nowrap; }
.nav__link::after { content:''; position:absolute; left:0; bottom:-6px; width:0; height:2px; background: var(--beam); box-shadow: var(--beam-glow); border-radius:2px; transition: width .35s var(--ease); }
.nav__link:hover { color: var(--charcoal); }
.nav__link:hover::after, .nav__link--active::after { width: 100%; }
.nav__link--active { color: var(--charcoal); }
html[data-theme="dark"] .nav__link:hover, html[data-theme="dark"] .nav__link--active { color: #fff; }
.nav__actions { display: flex; align-items: center; gap: clamp(8px, 1vw, 14px); flex-shrink: 0; }
.nav__phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .92rem; color: var(--charcoal); white-space: nowrap; }
.nav__phone svg { width: 17px; height: 17px; color: var(--copper-deep); }
.nav__cta { padding: 11px 22px; font-size: .88rem; white-space: nowrap; }
.nav__cta--tel { display: inline-flex; align-items: center; gap: 8px; }
.nav__cta--tel svg { width: 16px; height: 16px; }
.nav__burger { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; }
.nav__burger span { display:block; width: 22px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: all .35s var(--ease); }
.nav__burger.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav__burger.open span:nth-child(2){ opacity:0; }
.nav__burger.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* below 1200px the drawer takes over; the phone CTA stays at every width */
@media (max-width: 1200px){
  .nav__links { display: none; }
  .nav__burger { display: flex; }
}

/* Mobile drawer */
.drawer { position: fixed; inset: 0 0 0 auto; width: min(360px, 86vw); background: var(--cream); z-index: 950;
  transform: translateX(100%); transition: transform .45s var(--ease); padding: 90px 32px 40px; box-shadow: var(--sh-lg); overflow-y: auto; }
.drawer.open { transform: none; }
.drawer__close { position: absolute; top: 22px; right: 26px; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; background: var(--moss-pale, rgba(23,37,40,.06)); color: var(--charcoal); transition: background .3s; }
.drawer__close svg { width: 20px; height: 20px; }
.drawer__close:hover { background: var(--moss-light); }
.drawer__link { display: block; font-family: var(--serif); font-size: 1.7rem; padding: 14px 0; border-bottom: 1px solid var(--moss-light); color: var(--charcoal); transition: padding-left .3s, color .3s; }
.drawer__link:hover { color: var(--copper-deep); padding-left: 8px; }
/* Raised 3D call button: solid darker edge below + soft ground shadow,
   pressing down on tap (CEO 2026-08-10). */
.drawer__cta { margin-top: 26px; width: 100%;
  box-shadow: 0 5px 0 var(--copper-deep), 0 14px 24px rgba(175, 81, 65, .28);
  transition: transform .15s ease, box-shadow .15s ease; }
.drawer__cta:active { transform: translateY(4px);
  box-shadow: 0 1px 0 var(--copper-deep), 0 6px 12px rgba(175, 81, 65, .22); }
.drawer__meta { margin-top: 26px; font-size: .9rem; color: var(--ink-55); display: grid; gap: 12px; }
.drawer__meta a { display:flex; align-items:center; gap:10px; font-weight:600; color: var(--charcoal); }
.drawer__meta svg { width:16px; height:16px; color: var(--copper-deep); }
.scrim { position: fixed; inset: 0; background: rgba(23,37,40,.45); z-index: 940; opacity: 0; pointer-events: none; transition: opacity .4s; backdrop-filter: blur(2px); }
.scrim.open { opacity: 1; pointer-events: auto; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center;
  padding: calc(var(--nav-h) + 24px) 0 80px;
  overflow: hidden; background: var(--charcoal);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 55%; }
.hero__scrim { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(95deg, rgba(13,22,24,.90) 0%, rgba(13,22,24,.70) 40%, rgba(13,22,24,.34) 70%, rgba(13,22,24,.12) 100%),
  linear-gradient(180deg, rgba(13,22,24,.42) 0%, transparent 24%, rgba(13,22,24,.55) 100%); }
.hero__blob { display: none; }
.hero__visual { display: none; }
.hero__grid { position: relative; z-index: 2; display: block; }
.hero__text { max-width: 720px; margin-left: auto; }
.hero__chip {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px 8px 10px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.92); margin-bottom: 26px;
}
.hero__chip b { color: #fff; }
.hero__chip-ico { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.18); display: grid; place-items: center; }
.hero__chip-ico svg { width: 15px; height: 15px; color: var(--moss-light); }
.hero__title {
  font-family: var(--serif); font-weight: 500; letter-spacing: -.02em;
  font-size: clamp(2.7rem, 5.8vw, 5rem); line-height: 1.04; color: #fff;
  text-shadow: 0 2px 30px rgba(0,0,0,.25);
}
.hero__title em { font-style: italic; color: var(--copper-soft); }
.hero__sub { margin-top: 24px; font-size: clamp(1.05rem,1.5vw,1.22rem); line-height: 1.66; color: rgba(255,255,255,.85); max-width: 560px; text-wrap: pretty; }
.hero__actions { margin-top: 36px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero__trust { margin-top: 36px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero__trust-item { display: flex; align-items: center; gap: 9px; font-size: .86rem; font-weight: 500; color: rgba(255,255,255,.9); }
.hero__trust-item svg { width: 18px; height: 18px; color: var(--moss-light); flex-shrink: 0; }
.hero__trust-sep { width: 1px; height: 22px; background: rgba(255,255,255,.26); }

@media (max-width: 940px){
  .hero { padding: calc(var(--nav-h) + 36px) 0 56px; }
  .hero__scrim { background:
    linear-gradient(180deg, rgba(13,22,24,.72) 0%, rgba(13,22,24,.55) 45%, rgba(13,22,24,.72) 100%); }
}

/* ============================================================
   TRUST / ACCREDITATION STRIP
   ============================================================ */
.accred { background: var(--charcoal); padding: 30px 0; }
.accred__inner { width: var(--container-wide); margin-inline: auto; display: flex; align-items: stretch; justify-content: center; gap: 0; flex-wrap: wrap; }
.accred__item { flex: 1 1 200px; display: flex; align-items: center; gap: 14px; padding: 8px 26px; }
.accred__item + .accred__item { border-left: 1px solid rgba(255,255,255,.09); }
.accred__ico { width: 44px; height: 44px; border-radius: 12px; background: rgba(180,197,177,.14); display: grid; place-items: center; flex-shrink: 0; }
.accred__ico svg { width: 23px; height: 23px; color: var(--moss); }
.accred__t { font-size: .9rem; font-weight: 600; color: #fff; line-height: 1.25; }
.accred__s { font-size: .76rem; color: rgba(234,240,234,.55); }
@media (max-width: 900px){
  .accred__item { flex-basis: 45%; }
  .accred__item + .accred__item { border-left: none; }
}
@media (max-width: 520px){ .accred__item { flex-basis: 100%; justify-content: center; } }


/* ============================================================
   NURSE-LED DIFFERENTIATOR (split feature)
   ============================================================ */
.ledby__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,84px); align-items: center; }
.ledby__media { position: relative; }
.ledby__media-img { border-radius: 0; overflow: hidden; aspect-ratio: 5/5.6; background: var(--moss-light); box-shadow: var(--sh-md); }
.ledby__media-img img { width:100%; height:100%; object-fit: cover; }
.ledby__quote { position: absolute; right: -24px; bottom: -24px; background: var(--copper); color: #fff; padding: 24px 26px; border-radius: var(--r-lg); max-width: 270px; box-shadow: var(--sh-lg); }
.ledby__quote .q { font-family: var(--serif); font-style: italic; font-size: 1.3rem; line-height: 1.3; }
.ledby__quote .a { margin-top: 10px; font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; opacity: .85; }
.ledby__title { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem,3.6vw,3.1rem); line-height: 1.1; letter-spacing: -.015em; margin: 16px 0 20px; }
.ledby__title em { font-style: italic; color: var(--copper-deep); }
.ledby__text { font-size: 1.06rem; line-height: 1.72; color: var(--ink-55); margin-bottom: 28px; text-wrap: pretty; }
.ledby__points { display: grid; gap: 16px; margin-bottom: 32px; }
.ledby__point { display: flex; gap: 14px; align-items: flex-start; }
.ledby__point-ico { width: 30px; height: 30px; border-radius: 9px; background: var(--moss-pale); display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; }
.ledby__point-ico svg { width: 17px; height: 17px; color: var(--moss-deeper); }
.ledby__point b { display: block; font-weight: 600; color: var(--charcoal); }
.ledby__point span { font-size: .95rem; color: var(--ink-55); }
@media (max-width: 900px){ .ledby__grid { grid-template-columns: 1fr; gap: 48px; } .ledby__quote { right: 16px; } }

/* ============================================================
   PROMISE / VALUE STATS (credible framing)
   ============================================================ */
.vstats { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.vstat { background: #fff; border: 1px solid rgba(23,37,40,.07); border-radius: var(--r-lg); padding: 34px 26px; text-align: center; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.vstat:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.vstat__ico { width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 14px; background: var(--moss-pale); display: grid; place-items: center; }
.vstat__ico svg { width: 26px; height: 26px; color: var(--moss-deeper); }
.vstat__num { font-family: var(--serif); font-weight: 600; font-size: 2.7rem; line-height: 1; color: var(--charcoal); }
.vstat__num .suf { color: var(--copper-deep); }
.vstat__label { margin-top: 8px; font-weight: 600; font-size: .96rem; color: var(--charcoal); }
.vstat__desc { margin-top: 4px; font-size: .82rem; color: var(--ink-muted); line-height: 1.5; }
@media (max-width: 860px){ .vstats { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 440px){ .vstats { grid-template-columns: 1fr; } }

/* ============================================================
   SERVICES
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.svc {
  position: relative; background: #fff; border: 1px solid rgba(23,37,40,.07); border-radius: var(--r-lg);
  padding: 34px 30px 30px; overflow: hidden; transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
}
.svc::before { content:''; position:absolute; inset:0 0 auto 0; height:2px; background: var(--beam); box-shadow: 0 0 10px rgba(255,106,77,.7); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.svc:hover { transform: translateY(-7px); box-shadow: var(--sh-md); border-color: transparent; }
.svc:hover::before { transform: scaleX(1); }
.svc__ico { width: 56px; height: 56px; border-radius: 15px; background: var(--moss-pale); display: grid; place-items: center; margin-bottom: 22px; transition: background .4s, transform .4s; }
.svc__ico svg { width: 27px; height: 27px; color: var(--moss-deeper); transition: color .4s; }
.svc:hover .svc__ico { background: var(--moss-deeper); transform: scale(1.06); }
.svc:hover .svc__ico svg { color: #fff; }
.svc__title { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; margin-bottom: 10px; color: var(--charcoal); }
.svc__desc { font-size: .95rem; line-height: 1.66; color: var(--ink-55); }
.svc__tag { position: absolute; top: 26px; right: 26px; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--copper-deep); background: var(--copper-wash); padding: 4px 10px; border-radius: var(--r-pill); }
@media (max-width: 940px){ .svc-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px){ .svc-grid { grid-template-columns: 1fr; } }

/* ============================================================
   HOME-CARE PHILOSOPHY (image + content)
   ============================================================ */
.philo__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,80px); align-items: center; }
.philo__media { position: relative; }
.philo__media-img { border-radius: 0; overflow: hidden; aspect-ratio: 5/5.4; background: var(--moss-light); box-shadow: var(--sh-md); }
.philo__media-img img { width:100%; height:100%; object-fit: cover; }
.philo__stat-float { position: absolute; left: -26px; top: 44px; background: #fff; border-radius: var(--r-md); padding: 16px 20px; box-shadow: var(--sh-lg); animation: floaty 7s ease-in-out infinite; }
.philo__stat-float .n { font-family: var(--serif); font-size: 2rem; font-weight: 600; color: var(--moss-deeper); line-height: 1; }
.philo__stat-float .l { font-size: .76rem; color: var(--ink-55); max-width: 150px; margin-top: 4px; }
.philo__title { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem,3.6vw,3rem); line-height: 1.1; letter-spacing: -.015em; margin: 14px 0 18px; }
.philo__text { font-size: 1.05rem; line-height: 1.74; color: var(--ink-55); margin-bottom: 18px; text-wrap: pretty; }
.philo__list { display: grid; gap: 14px; margin-top: 26px; }
.philo__li { display: flex; align-items: center; gap: 12px; font-size: 1rem; color: var(--charcoal); font-weight: 500; }
.philo__li svg { width: 22px; height: 22px; color: var(--moss-deeper); flex-shrink: 0; }
@media (max-width: 900px){ .philo__grid { grid-template-columns: 1fr; gap: 44px; } .philo__media { max-width: 480px; margin-inline:auto; } }

/* ============================================================
   CONDITIONS WE SUPPORT
   ============================================================ */
.cond-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.cond {
  background: #fff; border: 1px solid rgba(23,37,40,.07); border-radius: var(--r-md); padding: 24px 22px;
  display: flex; flex-direction: column; gap: 12px; transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .4s;
}
.cond:hover { transform: translateY(-4px); box-shadow: var(--sh-sm); background: var(--moss-wash); }
.cond__ico { width: 46px; height: 46px; border-radius: 12px; background: var(--copper-wash); display: grid; place-items: center; }
.cond__ico svg { width: 23px; height: 23px; color: var(--copper-deep); }
.cond__t { font-weight: 600; font-size: 1.02rem; color: var(--charcoal); }
.cond__d { font-size: .85rem; color: var(--ink-55); line-height: 1.55; }
@media (max-width: 900px){ .cond-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 460px){ .cond-grid { grid-template-columns: 1fr; } }

/* ============================================================
   COMPARISON TABLE (Home Nursing vs Care Home)
   ============================================================ */
.compare { max-width: 980px; margin: 0 auto; }
.compare__table { background: #fff; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-md); border: 1px solid rgba(23,37,40,.06); }
.compare__row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; }
.compare__row + .compare__row { border-top: 1px solid rgba(23,37,40,.07); }
.compare__row--head .compare__cell { padding-top: 26px; padding-bottom: 26px; }
.compare__cell { padding: 18px 24px; display: flex; align-items: center; gap: 10px; font-size: .98rem; }
.compare__cell--feature { font-weight: 600; color: var(--charcoal); }
.compare__cell--nut { background: var(--moss-wash); justify-content: center; text-align: center; color: var(--charcoal); font-weight: 600; }
.compare__cell--alt { justify-content: center; text-align: center; color: var(--ink-muted); }
.compare__head-brand { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.compare__head-brand .logo { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; color: var(--charcoal); }
.compare__head-brand .tag { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--copper-deep); background: var(--copper-wash); padding: 4px 12px; border-radius: var(--r-pill); }
.compare__head-alt { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; color: var(--ink-55); text-align: center; }
.compare__cell .yes { width: 24px; height: 24px; border-radius: 50%; background: var(--moss-deeper); display: grid; place-items: center; flex-shrink: 0; }
.compare__cell .yes svg { width: 14px; height: 14px; color: #fff; }
.compare__cell .no { width: 24px; height: 24px; border-radius: 50%; background: #E8E0D4; display: grid; place-items: center; flex-shrink: 0; }
.compare__cell .no svg { width: 13px; height: 13px; color: #A8A090; }
.compare__note { text-align: center; margin-top: 20px; font-size: .85rem; color: var(--ink-muted); }
@media (max-width: 700px){
  .compare__cell { padding: 14px 12px; font-size: .85rem; }
  .compare__cell--feature { font-size: .82rem; }
  .compare__head-brand .logo, .compare__head-alt { font-size: 1.05rem; }
  .compare__head-brand .tag { font-size: .58rem; }
}
@media (max-width: 420px){
  .compare__row { grid-template-columns: 1.2fr 0.9fr 0.9fr; }
  .compare__cell { padding: 10px 8px; font-size: .78rem; gap: 6px; }
  .compare__cell--feature { font-size: .76rem; }
  .compare__head-brand .logo, .compare__head-alt { font-size: .9rem; }
  .compare__head-brand .tag { font-size: .52rem; padding: 3px 8px; }
  .compare__cell .yes, .compare__cell .no { width: 20px; height: 20px; }
  .compare__cell .yes svg, .compare__cell .no svg { width: 12px; height: 12px; }
}

/* ============================================================
   JOURNEY (3 steps)
   ============================================================ */
.journey { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; position: relative; }
.jstep { background: #fff; border: 1px solid rgba(23,37,40,.07); border-radius: var(--r-lg); padding: 38px 30px; position: relative; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.jstep:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.jstep__num { font-family: var(--serif); font-size: 3.4rem; font-weight: 600; color: var(--moss-light); line-height: 1; margin-bottom: 6px; }
.jstep__ico { width: 50px; height: 50px; border-radius: 14px; background: var(--moss-pale); display: grid; place-items: center; margin-bottom: 18px; }
.jstep__ico svg { width: 25px; height: 25px; color: var(--moss-deeper); }
.jstep__t { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; margin-bottom: 10px; color: var(--charcoal); }
.jstep__d { font-size: .96rem; line-height: 1.66; color: var(--ink-55); }
.jstep__connector { position: absolute; top: 64px; right: -17px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 1px solid var(--moss-light); display: grid; place-items: center; }
.jstep__connector svg { width: 16px; height: 16px; color: var(--copper-deep); }
@media (max-width: 1100px){ .journey { grid-template-columns: repeat(2,1fr); } .jstep__connector { display: none; } }
@media (max-width: 640px){ .journey { grid-template-columns: 1fr; } }

/* ============================================================
   MANAGED SERVICE (dark feature band)
   ============================================================ */
.managed__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,80px); align-items: center; }
.managed__media-img { border-radius: 0; overflow: hidden; aspect-ratio: 5/5.2; background: var(--charcoal-85); box-shadow: var(--sh-lg); }
.managed__media-img img { width:100%; height:100%; object-fit: cover; }
.managed__title { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem,3.6vw,3rem); line-height: 1.1; color: #fff; margin: 14px 0 28px; }
.managed__title em { font-style: italic; color: var(--moss); }
.managed__list { display: grid; gap: 22px; }
.managed__item { display: flex; gap: 16px; align-items: flex-start; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.managed__item:last-child { border-bottom: none; padding-bottom: 0; }
.managed__item-ico { width: 44px; height: 44px; border-radius: 12px; background: rgba(180,197,177,.16); display: grid; place-items: center; flex-shrink: 0; }
.managed__item-ico svg { width: 22px; height: 22px; color: var(--moss); }
.managed__item h4 { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; color: #fff; margin-bottom: 5px; }
.managed__item p { font-size: .94rem; line-height: 1.6; color: rgba(234,240,234,.66); }
@media (max-width: 900px){ .managed__grid { grid-template-columns: 1fr; gap: 44px; } .managed__media { max-width: 480px; margin-inline:auto; } }

/* ============================================================
   PROMISES (honest social proof)
   ============================================================ */
.promise-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.promise { background: #fff; border: 1px solid rgba(23,37,40,.07); border-radius: var(--r-lg); padding: 34px 30px; position: relative; overflow: hidden; }
.promise::before { content:''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--moss-deeper), var(--copper-soft)); opacity: 0; transition: opacity .4s var(--ease); }
.promise:hover::before { opacity: 1; }
.promise__mark { font-family: var(--serif); font-size: 3.4rem; line-height: .7; background: linear-gradient(135deg, var(--moss-deeper), var(--moss)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; height: 30px; }
.promise__text { font-family: var(--serif); font-size: 1.32rem; font-style: italic; line-height: 1.4; color: var(--charcoal); margin: 14px 0 20px; }
.promise__by { display: flex; align-items: center; gap: 12px; }
.promise__avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--moss-pale); display: grid; place-items: center; flex-shrink: 0; }
.promise__avatar svg { width: 22px; height: 22px; color: var(--moss-deeper); }
.promise__by b { display: block; font-size: .92rem; color: var(--charcoal); }
.promise__by span { font-size: .8rem; color: var(--ink-muted); }
@media (max-width: 900px){ .promise-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline:auto; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid rgba(23,37,40,.1); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 4px; text-align: left; font-size: 1.18rem; font-weight: 600; color: var(--charcoal); font-family: var(--serif); }
.faq__q:hover { color: var(--copper-deep); background: rgba(170,189,177,.06); border-radius: var(--r-sm); }
.faq__icon { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--moss-light); display: grid; place-items: center; flex-shrink: 0; transition: all .35s var(--ease); position: relative; }
.faq__icon::before, .faq__icon::after { content:''; position:absolute; background: var(--copper-deep); border-radius: 2px; transition: transform .35s var(--ease); }
.faq__icon::before { width: 13px; height: 2px; }
.faq__icon::after { width: 2px; height: 13px; }
.faq__item.open .faq__icon { background: var(--moss-deeper); border-color: var(--moss-deeper); }
.faq__item.open .faq__icon::before, .faq__item.open .faq__icon::after { background: #fff; }
.faq__item.open .faq__icon::after { transform: scaleY(0); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.faq__a-inner { padding: 0 4px 26px; font-size: 1rem; line-height: 1.72; color: var(--ink-55); max-width: 92%; }

/* ============================================================
   COVERAGE
   ============================================================ */
.cover__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,72px); align-items: center; }
.cover__areas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.cover__chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; background: #fff; border: 1px solid var(--moss-light); border-radius: var(--r-pill); font-size: .9rem; font-weight: 500; color: var(--charcoal); transition: all .3s; }
.cover__chip svg { width: 14px; height: 14px; color: var(--copper-deep); }
.cover__chip:hover { background: var(--moss-deeper); color: #fff; border-color: var(--moss-deeper); }
.cover__chip:hover svg { color: #fff; }
.cover__map { border-radius: 0; overflow: hidden; aspect-ratio: 4/3.4; background: var(--moss-pale); box-shadow: var(--sh-md); position: relative; border: 1px solid var(--moss-light); }
.cover__map img { width:100%; height:100%; object-fit: cover; }
.cover__map-pin { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--copper); border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.cover__map-pin::after { content:''; position:absolute; inset:-7px; border-radius:50%; border:2px solid var(--copper); opacity:.5; animation: pulse-ring 2.2s infinite; }
@media (max-width: 860px){ .cover__grid { grid-template-columns: 1fr; } }

/* ============================================================
   FINAL CTA + CALLBACK FORM
   ============================================================ */
.cta { position: relative; overflow: hidden; background: linear-gradient(160deg, #1a3a2e 0%, var(--charcoal) 60%, #162428 100%); }
.cta__blob { position: absolute; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(180,197,177,.1), transparent 68%); top: -200px; right: -140px; pointer-events: none; }
.cta__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px,5vw,72px); align-items: center; }
.cta__title { font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem,4.2vw,3.6rem); line-height: 1.1; color: #fff; }
.cta__title em { font-style: italic; color: var(--moss); }
.cta__sub { margin-top: 20px; font-size: 1.12rem; line-height: 1.75; color: rgba(234,240,234,.78); max-width: 480px; }
.cta__phone { margin-top: 30px; display: inline-flex; align-items: center; gap: 16px; }
.cta__phone-ico { width: 56px; height: 56px; border-radius: 50%; background: var(--copper); display: grid; place-items: center; animation: pulse-ring 2.4s infinite; }
.cta__phone-ico svg { width: 26px; height: 26px; color: #fff; }
.cta__phone .l { font-size: .82rem; color: rgba(234,240,234,.6); text-transform: uppercase; letter-spacing: .1em; }
.cta__phone .n { font-family: var(--serif); font-size: 1.9rem; font-weight: 600; color: #fff; line-height: 1.1; }

.cta__card {
  background: #fff;
  border-radius: var(--r-xl); padding: 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
  border: 1px solid rgba(180,197,177,.12);
}
.cta__card h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; color: var(--charcoal); margin-bottom: 6px; }
.cta__card p { font-size: .92rem; color: var(--ink-55); margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .8rem; font-weight: 600; color: var(--charcoal); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--moss-light); border-radius: var(--r-md);
  background: var(--cream);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.05);
  color: var(--charcoal); transition: border-color .3s, box-shadow .3s, background .3s; font-size: .95rem;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-muted); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--copper);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.05);
  background: #fff;
}
.field select option { background: #fff; color: var(--charcoal); }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cta__form-note { font-size: .78rem; color: var(--ink-muted); margin-top: 14px; text-align: center; }
.field input:invalid:not(:placeholder-shown) { border-color: var(--copper); }
.field input:valid:not(:placeholder-shown) { border-color: var(--moss-deeper); }
.field__err { display: none; font-size: .78rem; color: var(--copper-deep); margin-top: 5px; }
.field__err.show { display: block; }
.cta__success { display: none; text-align: center; padding: 30px 10px; }
.cta__success.show { display: block; animation: fadeUp .6s var(--ease) both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.cta__success .ico { width: 64px; height: 64px; border-radius: 50%; background: var(--moss-pale); display: grid; place-items: center; margin: 0 auto 18px; }
.cta__success .ico svg { width: 32px; height: 32px; color: var(--moss-deeper); }
.cta__success h3 { font-family: var(--serif); font-size: 1.6rem; color: var(--charcoal); margin-bottom: 8px; }
.cta__success p { font-size: .95rem; color: var(--ink-55); }
@media (max-width: 900px){ .cta__grid { grid-template-columns: 1fr; } }
@media (max-width: 460px){ .field--row { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER
   ============================================================ */
/* Footer wears the app-icon / favicon gradient (sage → moss → ink),
   weighted toward the deep end so the light footer text stays readable. */
.footer { background: linear-gradient(165deg, #5E7A5A 0%, #35503F 38%, #172528 100%); color: rgba(234,240,234,.7); padding: 76px 0 0; }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer__logo { height: 38px; width: auto; filter: brightness(0) invert(1); opacity: .92; margin-bottom: 20px; }
.footer__about { font-size: .92rem; line-height: 1.7; color: rgba(234,240,234,.55); max-width: 320px; }
.footer__social { display: flex; gap: 10px; margin-top: 22px; }
.footer__social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.07); display: grid; place-items: center; transition: background .3s, transform .3s; }
.footer__social a:hover { background: var(--copper); transform: translateY(-3px); }
.footer__social svg { width: 17px; height: 17px; color: #fff; }
.footer__col h4 { font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer__col a, .footer__col li { display: block; font-size: .92rem; color: rgba(234,240,234,.62); padding: 6px 0; transition: color .25s, padding-left .25s; }
.footer__col a:hover { color: #fff; padding-left: 5px; }
.footer__contact-item { display: flex; align-items: flex-start; gap: 11px; padding: 7px 0; font-size: .92rem; color: rgba(234,240,234,.62); }
.footer__contact-item svg { width: 16px; height: 16px; color: var(--moss); flex-shrink: 0; margin-top: 4px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; flex-wrap: wrap; }
.footer__bottom p { font-size: .82rem; color: rgba(234,240,234,.45); }
.footer__legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer__legal a { font-size: .82rem; color: rgba(234,240,234,.5); }
.footer__legal a:hover { color: #fff; }
.footer__cqc { display: inline-flex; align-items: center; gap: 10px; padding: 9px 16px; background: rgba(180,197,177,.1); border: 1px solid rgba(180,197,177,.2); border-radius: var(--r-sm); margin-top: 22px; }
.footer__cqc svg { width: 18px; height: 18px; color: var(--moss); }
.footer__cqc span { font-size: .8rem; color: rgba(234,240,234,.7); }
@media (max-width: 900px){ .footer__top { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 540px){ .footer__top { grid-template-columns: 1fr; } }

/* ============================================================
   SCROLL PROGRESS + BACK TO TOP
   ============================================================ */
.scroll-bar { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: var(--beam); box-shadow: 0 0 10px rgba(255,106,77,.85), 0 0 4px rgba(255,106,77,.95); z-index: 999; transition: width .1s linear; }
.to-top { position: fixed; right: 24px; bottom: 24px; width: 50px; height: 50px; border-radius: 50%; background: var(--charcoal); color: #fff; display: grid; place-items: center; box-shadow: var(--sh-md); z-index: 800; opacity: 0; transform: translateY(16px) scale(.9); pointer-events: none; transition: all .4s var(--ease); }
.to-top.show { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: var(--copper); transform: translateY(-3px); }
.to-top svg { width: 20px; height: 20px; }

/* ============================================================
   FOCUS-VISIBLE (keyboard accessibility)
   ============================================================ */
:focus-visible { outline: 2px solid var(--copper); outline-offset: 3px; border-radius: 4px; }
:focus:not(:focus-visible) { outline: none; }
.btn:focus-visible { outline-offset: 4px; box-shadow: 0 0 0 4px rgba(217,118,101,.25); }
.nav__link:focus-visible { outline-offset: 6px; }
.faq__q:focus-visible { outline-offset: 2px; border-radius: 8px; }

/* ============================================================
   FORM LOADING SPINNER
   ============================================================ */
@keyframes spin { to { transform: rotate(360deg); } }
.btn--loading { position: relative; color: transparent !important; pointer-events: none; }
.btn--loading::after {
  content: ''; position: absolute; width: 20px; height: 20px; border: 2.5px solid rgba(255,255,255,.3);
  border-top-color: #fff; border-radius: 50%; animation: spin .6s linear infinite;
  left: 50%; top: 50%; margin: -10px 0 0 -10px;
}

/* ============================================================
   PRINT STYLES
   ============================================================ */
@media print {
  .topbar, .nav, .scroll-bar, .to-top, .scrim, .drawer, .theme-toggle,
  .hero__actions, .app__stage, .map-frame, .cta__blob, #tweaks-root,
  .modal-backdrop, .footer__social, .waitlist { display: none !important; }
  body { font-size: 12pt; background: #fff; color: #000; }
  .section { padding: 24pt 0; break-inside: avoid; }
  .hero { min-height: auto; background: none; padding: 24pt 0; }
  .hero__title, .hero__sub { color: #000; text-shadow: none; }
  .hero__scrim, .hero__bg { display: none; }
  a[href^="tel:"]::after, a[href^="mailto:"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #666; }
  .btn { border: 1px solid #ccc; box-shadow: none; }
}

/* ============================================================
   FOUNDING SPOTS INDICATOR
   ============================================================ */
.founding-spots { display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px; background: var(--copper-wash); border: 1px solid var(--copper-soft); border-radius: var(--r-pill); font-size: .92rem; color: var(--copper-deep); }
.founding-spots__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 0 rgba(217,118,101,.5); animation: pulse-ring 2.4s infinite; flex-shrink: 0; }
html[data-theme="dark"] .founding-spots { background: rgba(217,118,101,.12); border-color: rgba(217,118,101,.24); color: var(--copper-soft); }

/* === Overhaul additions (2026-06-11) === */
.ledby__media-img:has(.ledby__logo) { background: var(--cream-warm); display: grid; place-items: center; }
.ledby__logo { width: 82% !important; height: auto !important; object-fit: contain !important; }
.sec-bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Mobile-first refinements (375px iPhone SE) */
@media (max-width: 420px) {
  .hero__title { font-size: 2.4rem; }
  .hero__sub { font-size: 1rem; }
  .hero__chip { font-size: .75rem; padding: 6px 12px 6px 8px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { text-align: center; justify-content: center; }
  .hero__trust { gap: 12px; }
  .hero__trust-sep { display: none; }
  .hero__trust-item { font-size: .78rem; }
  .container { padding-inline: 16px; }
  .s-title { font-size: 1.6rem; }
  .section { padding: 48px 0; }
  .cover__chip { font-size: .78rem; padding: 7px 12px; }
  .map-cta { flex-direction: column; align-items: flex-start; gap: 14px; }
  .cta__title { font-size: 1.6rem; }
  .footer__top { gap: 24px; }
}

/* Tablet refinements (768px) */
@media (min-width: 601px) and (max-width: 1024px) {
  .hero__text { max-width: 600px; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid { grid-template-columns: 1fr 1fr; }
}
/* ============================================================
   PAGE TRANSITION VEIL — luxury fade between sections
   (timings mirrored in nutshell-veil.js)
   ============================================================ */
.veil {
  position: fixed; inset: 0; z-index: 2000;
  background: var(--cream);
  display: grid; place-items: center;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .9s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear .9s;
}
.veil--active {
  opacity: 1; visibility: visible; pointer-events: all;
  transition: opacity .55s cubic-bezier(0.45, 0, 0.25, 1), visibility 0s;
}
/* logo materialises from a soft blur, and dissolves back into it.
   Opacity resolves FASTER than the blur on entry (so the sharpening is
   visible) and SLOWER than the blur on exit (so the melt is visible). */
.veil__logo {
  width: min(170px, 38vw); height: auto;
  opacity: 0; transform: scale(.96) translateY(4px);
  filter: blur(12px);
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1),
              transform .7s cubic-bezier(0.22, 1, 0.36, 1),
              filter .35s cubic-bezier(0.45, 0, 0.55, 1);
}
.veil--active .veil__logo {
  opacity: 1; transform: none; filter: blur(0);
  transition: opacity .3s cubic-bezier(0.22, 1, 0.36, 1) .1s,
              transform .8s cubic-bezier(0.22, 1, 0.36, 1) .1s,
              filter .8s cubic-bezier(0.22, 1, 0.36, 1) .1s;
}
.veil__logo--dark { display: none; }
html.veil-no-smooth { scroll-behavior: auto !important; }
@media (prefers-reduced-motion: reduce) {
  .veil { display: none; }
}

/* ============================================================
   ACCESSIBILITY — skip link, viewing-options panel, comfort modes
   ============================================================ */
.skip-link {
  position: fixed; top: -60px; left: 16px; z-index: 2100;
  padding: 14px 22px; background: var(--charcoal); color: #fff;
  border-radius: 0 0 var(--r-sm) var(--r-sm); font-weight: 600; font-size: 1rem;
  transition: top .2s ease;
}
.skip-link:focus-visible { top: 0; }

/* panel + scrim */
.access-scrim {
  position: fixed; inset: 0; z-index: 1290; background: rgba(22,36,40,.28);
}
.access-panel {
  position: fixed; z-index: 1300;
  bottom: 16px; right: 16px;
  width: 400px; max-width: calc(100% - 32px);
  max-height: calc(100vh - 32px); overflow-y: auto;
  background: var(--white); border: 1px solid rgba(23,37,40,.08);
  border-radius: var(--r-lg); box-shadow: 0 24px 64px rgba(22,36,40,.18);
  padding: 26px 26px 22px;
  animation: access-rise .38s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes access-rise {
  from { opacity: 0; transform: translateY(16px); }
}
@media (max-width: 480px) {
  .access-panel { left: 12px; right: 12px; bottom: 12px; width: auto; max-width: none; padding: 22px 20px 18px; }
}
.access-panel__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.access-panel__title { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; color: var(--charcoal); }
.access-panel__close {
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(23,37,40,.12);
  background: none; color: var(--ink-55); cursor: pointer; display: grid; place-items: center; flex: 0 0 auto;
}
.access-panel__close svg { width: 18px; height: 18px; }
.access-panel__close:hover { background: var(--moss-pale); color: var(--charcoal); }
.access-panel__sub { margin: 8px 0 18px; font-size: .95rem; line-height: 1.55; color: var(--ink-55); }

.access-row { margin-top: 14px; }
.access-row__label { font-weight: 600; font-size: 1.02rem; color: var(--charcoal); }
.access-row__hint { display: block; margin-top: 3px; font-size: .88rem; color: var(--ink-muted); line-height: 1.4; }

/* text-size segmented control */
.access-seg { display: flex; gap: 8px; margin-top: 10px; }
.access-seg button {
  flex: 1; min-height: 48px; padding: 10px 8px; cursor: pointer;
  border: 1.5px solid rgba(23,37,40,.14); border-radius: var(--r-sm);
  background: none; color: var(--ink-55); font: inherit; font-size: .92rem; font-weight: 600;
}
.access-seg button:nth-child(2) { font-size: 1.02rem; }
.access-seg button:nth-child(3) { font-size: 1.12rem; }
.access-seg button[aria-pressed="true"] {
  background: var(--moss-deep); border-color: var(--moss-deep); color: #fff;
}

/* switch rows */
.access-row--switch {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  width: 100%; min-height: 64px; padding: 12px 14px; cursor: pointer; text-align: left;
  border: 1.5px solid rgba(23,37,40,.1); border-radius: var(--r-md);
  background: none; font: inherit;
}
.access-row--switch:hover { border-color: var(--moss-deep); }
.access-switch {
  flex: 0 0 auto; width: 52px; height: 30px; border-radius: var(--r-pill);
  background: rgba(23,37,40,.18); position: relative; transition: background .25s ease;
}
.access-switch::after {
  content: ''; position: absolute; top: 3px; left: 3px; width: 24px; height: 24px;
  border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(22,36,40,.3);
  transition: transform .25s var(--ease);
}
.access-row--switch[aria-pressed="true"] .access-switch { background: var(--moss-deep); }
.access-row--switch[aria-pressed="true"] .access-switch::after { transform: translateX(22px); }

/* read-aloud row */
.access-read-ico {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; background: var(--moss-pale); color: var(--moss-deeper);
}
.access-read-ico svg { width: 22px; height: 22px; }
.access-row--switch.is-reading { border-color: var(--copper); }
.access-row--switch.is-reading .access-read-ico { background: var(--copper-wash); color: var(--copper-deep); }
.access-row--switch.is-reading .access-read-wave { animation: read-pulse 1.1s ease-in-out infinite; }
@keyframes read-pulse { 0%,100% { opacity: 1; } 50% { opacity: .25; } }

/* drawer button variant */
button.drawer__access { background: none; border: 0; width: 100%; text-align: left; cursor: pointer; font: inherit; }

/* ---- Comfort modes ---- */
/* text size: rem-based type scales from the root; body base scales with it */
html.fs-lg { font-size: 112.5%; }
html.fs-lg body { font-size: 19px; }
html.fs-xl { font-size: 125%; }
html.fs-xl body { font-size: 21px; }

/* easy read: darker text tokens, roomier lines, underlined links */
html.easy-read {
  --ink-70: #243836; --ink-55: #2E403D; --ink-40: #354945; --ink-muted: #40534F;
}
html.easy-read body { letter-spacing: .01em; }
html.easy-read p, html.easy-read li, html.easy-read .faq__a { line-height: 1.85; }
html.easy-read section a:not(.btn):not(.svc):not(.cta__method), html.easy-read footer a:not(.btn) {
  text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px;
}

/* calm mode: no animation, no smooth scrolling, no parallax */
html.calm { scroll-behavior: auto !important; }
html.calm *, html.calm *::before, html.calm *::after {
  animation-duration: .001ms !important; animation-iteration-count: 1 !important;
  transition-duration: .01ms !important;
}
html.calm .veil { display: none; }

/* floating "reading aloud" pill — visible while narration plays */
.read-pill[hidden] { display: none; }
.read-pill {
  position: fixed; z-index: 1280; bottom: 16px; right: 16px;
  display: flex; align-items: center; gap: 10px;
  min-height: 52px; padding: 12px 18px; cursor: pointer;
  background: var(--white); color: var(--charcoal);
  border: 1.5px solid var(--copper); border-radius: var(--r-pill);
  box-shadow: 0 14px 40px rgba(22,36,40,.2);
  font: inherit; font-size: .95rem; font-weight: 600;
  animation: access-rise .38s cubic-bezier(0.22, 1, 0.36, 1);
}
.read-pill__ico {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: var(--copper-wash); color: var(--copper-deep);
}
.read-pill__ico svg { width: 17px; height: 17px; }
.read-pill .access-read-wave { animation: read-pulse 1.1s ease-in-out infinite; }
.read-pill__stop {
  padding: 6px 14px; border-radius: var(--r-pill);
  background: var(--copper); color: #fff; font-size: .88rem;
}
.read-pill:hover .read-pill__stop { background: var(--copper-deep); }

/* gentle highlight on the section currently being read aloud */
section.is-being-read { position: relative; }
section.is-being-read::after {
  content: ''; position: absolute; inset: 6px; pointer-events: none;
  border: 2px solid rgba(217,118,101,.45); border-radius: var(--r-lg);
}

/* icon chips — duotone gradient backplates + soft ring */
.svc__ico, .jstep__ico {
  background: linear-gradient(135deg, var(--moss-pale) 0%, rgba(170,189,177,.42) 100%);
  box-shadow: inset 0 0 0 1.5px rgba(113,146,127,.18), 0 2px 8px rgba(92,125,105,.10);
}
.cond__ico {
  background: linear-gradient(135deg, var(--copper-wash) 0%, rgba(231,164,145,.32) 100%);
  box-shadow: inset 0 0 0 1.5px rgba(175,81,65,.14), 0 2px 8px rgba(175,81,65,.08);
}
.vstat__ico {
  background: linear-gradient(135deg, var(--moss-pale) 0%, rgba(170,189,177,.42) 100%);
  box-shadow: inset 0 0 0 1.5px rgba(113,146,127,.18);
}
.svc:hover .svc__ico { box-shadow: inset 0 0 0 1.5px rgba(92,125,105,.55), 0 6px 16px rgba(92,125,105,.25); }

/* small "coming soon" chip beside a heading */
.soon-chip {
  display: inline-block; vertical-align: middle; margin-left: 8px;
  padding: 2px 9px; border-radius: var(--r-pill);
  background: var(--copper-wash); color: var(--copper-deep);
  font-size: .62rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
}

/* FAQ — View more questions */
.faq__item--more { display: none; }
.faq--expanded .faq__item--more { display: block; }
.faq-more-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; margin-top: 18px; padding: 16px 24px; min-height: 56px; cursor: pointer;
  background: var(--white); border: 1.5px solid rgba(23,37,40,.12); border-radius: var(--r-md);
  font: inherit; font-size: 1.02rem; font-weight: 600; color: var(--charcoal);
  transition: border-color .3s, box-shadow .3s;
}
.faq-more-btn:hover { border-color: var(--moss-deep); box-shadow: 0 8px 22px rgba(22,36,40,.08); }
.faq-more-btn svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.faq--expanded .faq-more-btn svg { transform: rotate(180deg); }

/* footer company identity line */
.footer__coid { display: inline-block; margin: 6px 0 4px; font-size: .82rem; opacity: .75; line-height: 1.5; }

/* ============================================================
   MOBILE FIXES — 2026-08-06 field-test round
   ============================================================ */

/* kill the blue tap-highlight flash on mobile taps (modal close etc.) */
html { -webkit-tap-highlight-color: transparent; }
a, button, [role="button"] { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }

/* nav logo must NEVER shrink — explicit box from the SVG's 425.2x164.58 ratio */
.nav__logo { flex-shrink: 0; }
.nav__logo img { height: 34px; width: 88px; min-width: 88px; object-fit: contain; }
@media (max-width: 560px) {
  .nav__cta { padding: 10px 14px; font-size: .82rem; }
  .access-toggle, .theme-toggle { width: 36px; height: 36px; }
}
@media (max-width: 400px) {
  .nav__cta { padding: 9px 11px; font-size: .78rem; }
}

/* Phone hero restack lives in nutshell-responsive.css (loaded last). */

/* hero trust items: tidy glass pills instead of scattered wrapping */
@media (max-width: 640px) {
  .hero__trust { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero__trust-sep { display: none; }
  .hero__trust-item {
    background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--r-pill); padding: 10px 16px;
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  }
}

/* accreditation strip on phones & mini-tablets: no boxes — open 2x2 grid
   with circular icon chips (CEO 2026-08-10) */
@media (max-width: 820px) {
  .accred__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 10px; padding-inline: 18px; }
  .accred__item {
    flex-direction: column; text-align: center; gap: 10px; padding: 4px 6px;
    background: none; border-radius: 0; flex-basis: auto;
  }
  .accred__item + .accred__item { border-left: none; }
  .accred__ico { width: 56px; height: 56px; border-radius: 50%;
    background: rgba(180,197,177,.16); box-shadow: inset 0 0 0 1.5px rgba(180,197,177,.30); }
  .accred__ico svg { width: 26px; height: 26px; }
  .accred__t { font-size: .86rem; }
  .accred__s { font-size: .73rem; }
}

/* floating stat tag on the Why-Home-Care photo: never cover the people */
@media (max-width: 700px) {
  .philo__stat-float {
    left: 10px; top: auto; bottom: 12px;
    max-width: 44%; padding: 10px 14px; border-radius: 12px;
    animation: none;
  }
  .philo__stat-float .n { font-size: 1.35rem; }
  .philo__stat-float .l { font-size: .68rem; margin-top: 2px; max-width: none; }
}

/* compare table: aligned headers, balanced columns on phones */
@media (max-width: 560px) {
  .compare__row { grid-template-columns: 1.45fr 1fr 1fr; }
  .compare__cell { padding: 13px 8px; }
  .compare__cell--feature { font-size: .84rem; line-height: 1.35; }
  .compare__head .compare__cell, .compare__head-brand { text-align: center; }
  .compare__head-brand .logo { font-size: 1rem; display: block; }
  .compare__head-brand .tag { font-size: .58rem; padding: 3px 8px; }
  .compare__head-alt { font-size: .92rem; line-height: 1.3; }
}

/* guided journey on mobile: the spotlight card travels to sit directly
   BELOW the active step (JS re-parents .journey__stage) */
@media (max-width: 900px) {
  .journey__steps .journey__stage { min-height: 350px; margin: 4px 0 10px; position: relative; }
  .journey__steps .journey__stage .jscene { min-height: 170px; }
}

/* contact form safety on the narrowest phones */
.cta__grid > * { min-width: 0; }
.field input, .field select, .field textarea { min-width: 0; max-width: 100%; }
@media (max-width: 420px) {
  .cta__card { padding-inline: 18px; }
  .field--row { grid-template-columns: 1fr; display: grid; }
}

/* app section on mobile/tablet: logo + store badges ABOVE the mockups */
@media (max-width: 920px) {
  .app__grid { display: flex; flex-direction: column; }
  .app__intro { order: 1; }
  .app__content { order: 2; }
  .app__stage { order: 3; margin-top: 28px; }
}

/* conditions cards: tappable affordance */
.cond { cursor: pointer; }
.cond__more {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 10px;
  font-size: .8rem; font-weight: 600; color: var(--copper-deep);
}
.cond__more svg { width: 13px; height: 13px; }
.cond:focus-visible { outline: 2px solid var(--copper); outline-offset: 3px; }

/* honeypot (invisible to humans) + honest failure note */
.hp-field { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-fail { display: none; margin: 12px 0 4px; padding: 12px 16px; border-radius: var(--r-sm); background: rgba(180,35,24,.08); border: 1px solid rgba(180,35,24,.25); color: #8C2318; font-size: .92rem; line-height: 1.5; }
.form-fail.show { display: block; }
html[data-theme="dark"] .form-fail { background: rgba(229,72,77,.12); border-color: rgba(229,72,77,.3); color: #F0A48F; }
