/* ==========================================================================
   Memory Robin — shared stylesheet
   ========================================================================== */
:root{
  --plum:#6B4C7A;
  --plum-dark:#573d64;
  --plum-tint:#efeaf4;
  --charcoal:#1e2a3a;
  --charcoal-soft:#2c3a4d;
  --ink:#2a2530;
  --lilac:#d8c8e8;
  --lilac-soft:#e7ddf1;
  --sage:#c5d5c0;
  --sage-soft:#dbe6d7;
  --stone:#f0e9e4;
  --warm-stone:#f5f3e8;
  --guardian:#e53e3e;
  --pocket:#1E93D8;
  --line:#e2d8cf;
  --text:#2f3a45;
  --text-soft:#5a6470;
  --radius:16px;
  --radius-sm:10px;
  --maxw:1120px;
  --header-h:60px;
  --fs-scale:1;
}
*,*::before,*::after{box-sizing:border-box}
html{font-size:calc(16px * var(--fs-scale));-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,sans-serif;
  color:var(--text);
  background:var(--stone);
  line-height:1.6;
  font-weight:400;
  padding-top:var(--header-h);
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:'DM Sans','Inter',sans-serif;font-weight:700;color:var(--charcoal);line-height:1.12;margin:0 0 .5em;letter-spacing:-.02em;text-wrap:balance}
h1{font-size:clamp(2rem,4.4vw,3.3rem)}
h2{font-size:clamp(1.6rem,3.2vw,2.4rem)}
h3{font-size:clamp(1.15rem,1.9vw,1.45rem)}
p{margin:0 0 1rem;text-wrap:pretty}
a{color:var(--plum);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.hero-photo-blend{width:100%;max-width:560px;margin-left:auto}
strong{font-weight:600;color:var(--charcoal)}
.eyebrow{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--plum);margin:0 0 .8rem}
.lead{font-size:1.22rem;line-height:1.6;color:var(--text-soft)}
.container{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}
.section{padding:5rem 0}
.section-sm{padding:3.25rem 0}
.center{text-align:center}
.muted{color:var(--text-soft)}
.narrow{max-width:44rem}
.narrow.center{margin-left:auto;margin-right:auto}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:'Inter',sans-serif;font-weight:600;font-size:1rem;line-height:1;padding:.85rem 1.6rem;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:transform .12s ease,background .18s ease,box-shadow .18s ease;text-decoration:none}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.btn-primary{background:var(--plum);color:#fff;border-color:var(--plum)}
.btn-primary:hover{background:var(--plum-dark);border-color:var(--plum-dark);color:#fff}
.btn-secondary{background:transparent;color:var(--plum);border-color:var(--lilac)}
.btn-secondary:hover{background:var(--plum-tint);border-color:var(--plum)}
.btn-ghost-light{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.4)}
.btn-ghost-light:hover{background:rgba(255,255,255,.22);color:#fff}
.btn-light{background:#fff;color:var(--plum);border-color:#fff}
.btn-light:hover{background:var(--warm-stone);color:var(--plum-dark)}
.btn-row{display:flex;flex-wrap:wrap;gap:.9rem}

/* ---------- header ---------- */
.site-header{position:fixed;top:0;left:0;right:0;z-index:300;height:var(--header-h);background:color-mix(in srgb,var(--stone) 82%,transparent);-webkit-backdrop-filter:saturate(1.4) blur(14px);backdrop-filter:saturate(1.4) blur(14px);border-bottom:1px solid color-mix(in srgb,var(--line) 60%,transparent);transition:box-shadow .25s ease,background .25s ease}
.site-header.scrolled{background:color-mix(in srgb,var(--stone) 90%,transparent);box-shadow:0 1px 18px rgba(40,36,45,.06)}
.site-header .container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:.6rem;flex-shrink:0}
.brand img{height:36px;width:auto}
.brand:hover{text-decoration:none}
.nav{display:flex;align-items:center;gap:1.4rem}
.nav-links{display:flex;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0}
.nav-links a{color:var(--charcoal-soft);font-weight:500;font-size:.9rem;letter-spacing:.005em;padding:.4rem .7rem;border-radius:99px;white-space:nowrap;transition:color .18s ease,background .18s ease}
.nav-links a:hover{color:var(--plum);background:color-mix(in srgb,var(--plum) 8%,transparent);text-decoration:none}
.nav-links a.active{color:var(--plum);font-weight:600;background:color-mix(in srgb,var(--plum) 8%,transparent)}
.nav-cta{flex-shrink:0;padding-top:.5rem;padding-bottom:.5rem;font-size:.9rem}
.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:0}
.hamburger span{display:block;width:22px;height:2px;background:var(--charcoal);border-radius:2px;transition:transform .28s ease,opacity .2s ease}
.hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger[aria-expanded="true"] span:nth-child(2){opacity:0}
.hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{display:none;position:fixed;top:var(--header-h);left:0;right:0;bottom:0;z-index:290;background:color-mix(in srgb,var(--stone) 88%,transparent);-webkit-backdrop-filter:saturate(1.4) blur(16px);backdrop-filter:saturate(1.4) blur(16px);padding:1.25rem 1.5rem 2rem;overflow-y:auto}
.mobile-menu.open{display:block;animation:mm-fade .28s ease}
@keyframes mm-fade{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
.mobile-menu ul{list-style:none;margin:0 0 1.25rem;padding:0}
.mobile-menu li{border-bottom:1px solid color-mix(in srgb,var(--line) 65%,transparent)}
.mobile-menu li:last-child{border-bottom:none}
.mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:.95rem .25rem;color:var(--charcoal);font-weight:500;font-size:1.1rem;transition:color .18s ease,padding-left .18s ease}
.mobile-menu a:hover{color:var(--plum);padding-left:.5rem;text-decoration:none}
.mobile-menu a.active{color:var(--plum);font-weight:600}
.mobile-menu a.active::after{content:"";width:7px;height:7px;border-radius:50%;background:var(--plum)}
body.menu-open{overflow:hidden}
.mobile-sticky-cta{display:none}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;padding:4.75rem 0 5.25rem;background:linear-gradient(180deg,var(--warm-stone),var(--stone))}
.hero .floaty-cloud{opacity:.5}
.hero-robin{position:absolute;top:6%;right:16%;width:185px;opacity:1;pointer-events:none;z-index:0;filter:saturate(1.5) contrast(1.1) brightness(.9)}
.hero-robin-under{width:150px;margin:1.1rem auto .2rem;filter:saturate(1.5) contrast(1.1) brightness(.9)}
.hero-art img.hero-robin-under{width:150px;max-width:150px}
.hero h1 .hl,.page-hero h1 .hl{color:var(--plum)}
.hero-reassure{margin:1.1rem 0 0;font-size:.85rem;font-weight:600;letter-spacing:.01em;color:var(--plum)}
.hero::before{content:"";position:absolute;top:-18%;right:-12%;width:60%;height:120%;background:radial-gradient(circle at 60% 45%, rgba(107,76,122,.16), transparent 62%);pointer-events:none}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.8fr 1.2fr;gap:2.5rem;align-items:center}
.btn-primary.btn-lg,.hero .btn-primary,.page-hero .btn-primary{box-shadow:0 10px 26px rgba(107,76,122,.28)}
.hero h1{margin-bottom:1.15rem;font-size:clamp(2.4rem,5.2vw,4rem);line-height:1.05}
.hero h1 .hl{color:var(--plum)}
.hero-badge{display:inline-flex;align-items:center;gap:.55rem;background:#fff;border:1px solid var(--lilac);border-radius:999px;padding:.45rem 1rem;font-family:'Inter',sans-serif;font-weight:600;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:var(--plum);margin-bottom:1.4rem;box-shadow:0 4px 16px rgba(107,76,122,.09)}
.hero-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--guardian);box-shadow:0 0 0 4px rgba(199,90,74,.18)}
.hero-trust{display:flex;flex-wrap:wrap;gap:.7rem 1.6rem;margin-top:2rem;padding-top:1.6rem;border-top:1px solid var(--line)}
.hero-trust span{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--charcoal-soft);font-weight:500}
.hero-trust svg{width:17px;height:17px;stroke:var(--plum);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.hero .lead{max-width:34rem}
.hero .small-line{margin-top:1.4rem;font-size:.9rem;color:var(--text-soft)}
.hero-art{display:flex;flex-direction:column;justify-content:center}
.hero-caption{margin:.5rem 0 0;max-width:520px;align-self:center;text-align:center;font-size:.95rem}
.hero-art img{width:100%;max-width:420px;filter:drop-shadow(0 14px 30px rgba(46,42,53,.18))}
.hero-art img.hero-logo{max-width:430px;margin:0 auto;filter:drop-shadow(0 18px 34px rgba(107,76,122,.16));animation:cloudFloat 7s ease-in-out infinite}
.hero-art img.hero-family{max-width:460px;margin:0 auto;filter:drop-shadow(0 22px 44px rgba(46,42,53,.2))}
/* polaroid collection */
.pola-cluster{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;justify-items:center;align-items:start;width:100%;max-width:500px;margin:0 auto}
.pola{width:100%;max-width:242px;transition:transform .25s ease}
.pola img{display:block;width:100%;filter:drop-shadow(0 16px 30px rgba(87,61,100,.26)) brightness(1.03) contrast(.96) saturate(1.02)}
.pola.p1{transform:rotate(-3deg)}
.pola.p2{transform:rotate(3deg)}
.pola.p3{grid-column:1/-1;transform:rotate(-2deg);margin-top:.1rem}
.pola:hover{transform:rotate(0deg) scale(1.04)}
@media(max-width:900px){.pola-cluster{max-width:440px}}
@media(max-width:560px){.pola-cluster{max-width:360px}}
.hero-art img.hero-photo-blend{max-width:920px;filter:none;
  -webkit-mask-image:radial-gradient(ellipse 66% 60% at 47% 66%, #000 40%, rgba(0,0,0,.7) 62%, transparent 90%), linear-gradient(to bottom, transparent 0, #000 8%, #000 100%);
  mask-image:radial-gradient(ellipse 66% 60% at 47% 66%, #000 40%, rgba(0,0,0,.7) 62%, transparent 90%), linear-gradient(to bottom, transparent 0, #000 8%, #000 100%);
  -webkit-mask-composite:source-in;mask-composite:intersect}
.hero-photo-frame{background:linear-gradient(160deg,#fff,var(--warm-stone));border:1px solid rgba(107,76,122,.1);border-radius:32px;padding:1.1rem;box-shadow:0 22px 50px rgba(46,42,53,.12),inset 0 0 0 1px rgba(255,255,255,.6);max-width:660px;margin-left:auto}
.hero-photo-frame .hero-photo-blend{max-width:100%;border-radius:22px}

/* ---------- cards ---------- */
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem}
.grid{display:grid;gap:1.5rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}

/* ---------- dark panel ---------- */
.panel-dark{background:var(--charcoal);color:#e9edf2}
.panel-dark h1,.panel-dark h2,.panel-dark h3{color:#fff}
.panel-dark .eyebrow{color:var(--lilac)}
.panel-dark .muted{color:#aab6c4}
.panel-plum{background:var(--plum);color:#f4eefa}
.panel-plum h1,.panel-plum h2,.panel-plum h3{color:#fff}
.panel-plum .eyebrow{color:var(--lilac)}
.panel-plum .section-head p{color:rgba(255,255,255,.9)}
.panel-plum .cloud-reassure{color:#fff}
.panel-plum .note-lilac{color:var(--text)}
.panel-lilac{background:var(--plum-tint)}
.panel-sage{background:var(--sage-soft)}
.panel-warm{background:var(--warm-stone)}

/* ---------- stat cards ---------- */
.stat-grid{display:grid;gap:1.5rem}
.stat{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:1.6rem;text-align:center}
.stat .num{font-family:'DM Sans',sans-serif;font-weight:700;font-size:clamp(2.4rem,4vw,3.1rem);color:#fff;line-height:1;letter-spacing:-.03em}
.stat p{margin:.7rem 0 0;color:#cdd6e0;font-size:.98rem}
.stat .src{margin-top:.7rem;font-size:.78rem;color:#8b98a8;letter-spacing:.02em}

/* stat cards on light bg */
.stat-light{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem}
.stat-light .num{font-family:'DM Sans',sans-serif;font-weight:700;font-size:clamp(2.2rem,3.6vw,2.9rem);color:var(--plum);line-height:1;letter-spacing:-.03em}
.stat-light p{margin:.6rem 0 0;color:var(--text-soft);font-size:.98rem}

/* ---------- robin family cards (expandable) ---------- */
.robin-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.75rem}
.robin-pick{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;border:1px solid var(--line);border-top:4px solid var(--line);cursor:pointer;padding:2rem 1.6rem 1.7rem;border-radius:var(--radius);text-align:center;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}
.robin-pick.tag-mem{border-top-color:var(--plum)}
.robin-pick.tag-guard{border-top-color:var(--guardian)}
.robin-pick.tag-pocket{border-top-color:var(--pocket)}
.rp-logo{height:160px;width:auto;transition:transform .28s ease;animation:cloudFloat 6s ease-in-out infinite}
.robin-pick:nth-child(2) .rp-logo{animation-delay:-2s}
.robin-pick:nth-child(3) .rp-logo{animation-delay:-4s}
@keyframes cloudFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(prefers-reduced-motion:reduce){.rp-logo{animation:none}}
.robin-pick:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(46,42,53,.11)}
.robin-pick:hover .rp-logo{transform:scale(1.04)}
.rp-tag{font-size:.98rem;color:var(--text-soft);max-width:26ch;line-height:1.5;margin:0}
.rp-cue{margin-top:.1rem;font-family:'Inter',sans-serif;font-weight:600;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.4rem}
.rp-cue .chev{transition:transform .3s ease;font-size:.7em}
.robin-pick.active .rp-cue .chev{transform:rotate(180deg)}
.robin-pick.active{box-shadow:0 16px 34px rgba(46,42,53,.12)}
.robin-pick.active.tag-mem{background:#f7f3fb;border-color:var(--plum)}
.robin-pick.active.tag-guard{background:#fdf1f0;border-color:var(--guardian)}
.robin-pick.active.tag-pocket{background:#eaf5fc;border-color:var(--pocket)}
.robin-panel{max-height:0;overflow:hidden;transition:max-height .4s ease}
.robin-panel.open{max-height:2200px;margin-top:1.25rem}
.robin-detail{background:#fff;border:1px solid var(--line);border-top-width:3px;border-radius:var(--radius);padding:2rem 2.2rem;box-shadow:0 14px 38px rgba(46,42,53,.09)}
.robin-panel[data-active="mem"] .robin-detail{border-top-color:var(--plum)}
.robin-panel[data-active="guard"] .robin-detail{border-top-color:var(--guardian)}
.robin-panel[data-active="pocket"] .robin-detail{border-top-color:var(--pocket)}
.robin-detail h3{margin:0 0 .25rem;font-size:1.4rem}
.robin-detail-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:2.2rem;align-items:start;margin-top:.9rem}
.robin-detail-grid p{margin:0}
.rd-sub{font-weight:600;color:var(--charcoal);margin:0 0 .7rem !important}
.rd-demo{margin:1.9rem 0 0;padding:0;border-top:1px solid var(--line);padding-top:1.6rem}
.rd-demo img{width:100%;max-width:560px;margin:0 auto;display:block;border-radius:var(--radius)}
.rd-demo-two{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start;max-width:760px;margin-left:auto;margin-right:auto}
.rd-demo-two img{max-width:100%;border:1px solid var(--line);box-shadow:0 10px 28px rgba(46,42,53,.09)}
@media(max-width:640px){.rd-demo-two{grid-template-columns:1fr}}
.robin-detail .tick-list li::before{background:currentColor}
.robin-detail .tick-list li{color:var(--text)}
@media(max-width:760px){
  .robin-picker{grid-template-columns:1fr;gap:.5rem}
  .robin-detail-grid{grid-template-columns:1fr;gap:1.25rem}
  .robin-detail{padding:1.5rem 1.4rem}
}
.tag-mem{color:var(--plum)}.tag-guard{color:var(--guardian)}.tag-pocket{color:var(--pocket)}

/* ---------- team ---------- */
.team-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;background:#fff;border:4px solid #fff;box-shadow:0 0 0 1px var(--line),0 8px 20px rgba(46,42,53,.1)}
.avatar-initial{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'DM Sans',sans-serif;font-weight:700;font-size:2.4rem;color:#fff}
.person .role{font-size:.82rem;letter-spacing:.05em;text-transform:uppercase;font-weight:600;color:var(--plum);margin:.15rem 0 .6rem}
.person h3{margin-bottom:.15rem}

/* ---------- partners ---------- */
.partner-row{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;align-items:stretch}
.partner-tile{background:var(--warm-stone);border:1px solid var(--lilac);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;text-align:center;padding:1.2rem 1rem;min-height:88px;color:var(--plum);font-family:'DM Sans',sans-serif;font-weight:600;font-size:.95rem;line-height:1.25}
.partner-tile img{max-height:52px;width:auto;object-fit:contain}

/* ---------- notes / callouts ---------- */
.note{background:var(--sage-soft);border-radius:var(--radius);padding:1.4rem 1.6rem}
.note-lilac{background:var(--plum-tint);border-radius:var(--radius);padding:1.4rem 1.6rem}
.small-print{font-size:.85rem;color:var(--text-soft);background:var(--warm-stone);border:1px solid var(--line);border-radius:var(--radius-sm);padding:1.1rem 1.3rem}
.accent-bar{border-left:3px solid var(--guardian);padding-left:1.1rem}

/* quote */
blockquote.q{margin:0;font-family:'DM Sans',sans-serif;font-size:1.15rem;line-height:1.55;color:var(--charcoal)}
.signature{font-weight:600;color:var(--plum);margin-top:1rem}
#our-story{background:var(--plum-tint);position:relative;overflow:hidden;color:var(--charcoal)}
#our-story::before{content:"";position:absolute;top:-8%;left:-10%;width:48%;height:62%;background:radial-gradient(circle at 42% 40%,rgba(107,76,122,.06),transparent 64%);pointer-events:none}
#our-story .floaty-cloud{opacity:.4}
.cloud-purple{background:var(--lilac);-webkit-mask:url(../assets/cloud-soft.png) center/contain no-repeat;mask:url(../assets/cloud-soft.png) center/contain no-repeat}
#our-story h2{color:var(--charcoal)}
#our-story .eyebrow{color:var(--plum)}
#our-story .accent-bar{border-left-color:var(--guardian)}
#our-story blockquote.q{color:var(--charcoal)}
#our-story .story-body{color:var(--text-soft)}
#our-story .signature{color:var(--plum);font-family:'DM Sans','Inter',sans-serif;font-size:1.05rem;margin-top:1.6rem}
#our-story strong{color:var(--plum)}
#the-gap{background:var(--charcoal)}
#families-cta{background:var(--plum)}
#organisations.panel-plum{background:var(--plum-dark)}
#organisations.panel-plum .section-head > p{color:#e6dcef}
#our-story .accent-bar{border-left-color:var(--guardian)}
#our-story blockquote.q{color:var(--charcoal)}
#our-story .story-body{color:var(--text-soft)}
#our-story .signature{color:var(--plum)}
#our-story strong{color:var(--plum)}

/* steps */
.steps{counter-reset:step;display:grid;gap:1.2rem}
.step{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start}
.step .n{counter-increment:step;width:38px;height:38px;flex:0 0 38px;border-radius:50%;background:var(--plum);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'DM Sans',sans-serif;font-weight:700}
.step .n::before{content:counter(step)}

/* ---------- forms ---------- */
.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem}
.field{margin-bottom:1.1rem}
.field label{display:block;font-weight:600;color:var(--charcoal);margin-bottom:.4rem;font-size:.95rem}
.field .req{color:var(--guardian)}
.field input,.field select,.field textarea{width:100%;font-family:'Inter',sans-serif;font-size:1rem;color:var(--text);background:var(--warm-stone);border:1px solid var(--line);border-radius:var(--radius-sm);padding:.75rem .9rem}
.field textarea{min-height:120px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--plum);box-shadow:0 0 0 3px var(--lilac-soft)}
.checks{display:flex;flex-wrap:wrap;gap:.75rem}
.check{display:flex;align-items:center;gap:.5rem;background:var(--warm-stone);border:1px solid var(--line);border-radius:999px;padding:.5rem 1rem;cursor:pointer;font-size:.95rem}
.check input{width:auto}
.hp{position:absolute;left:-9999px}
.toast{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%) translateY(2rem);background:var(--charcoal);color:#fff;padding:.9rem 1.5rem;border-radius:999px;font-weight:500;z-index:500;opacity:0;transition:.3s;pointer-events:none;box-shadow:0 8px 24px rgba(0,0,0,.25)}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* ---------- footer ---------- */
.site-footer{background:var(--charcoal);color:#c3ccd6;padding:3.5rem 0 2rem;font-size:.92rem}
.site-footer a{color:#c3ccd6}
.site-footer a:hover{color:#fff}
.footer-brand{font-family:'DM Sans',sans-serif;font-weight:700;letter-spacing:.08em;color:#fff;font-size:1.05rem;margin-bottom:1.2rem}
.footer-links{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;list-style:none;margin:0 0 1rem;padding:0}
.footer-legal{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;list-style:none;margin:0 0 1.6rem;padding:0;font-size:.82rem;color:#8f9aa7}
.footer-legal a{color:#8f9aa7}
.footer-social{display:flex;gap:.9rem;margin-bottom:1.6rem}
.footer-social a{display:flex;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);align-items:center;justify-content:center}
.footer-social a:hover{background:var(--plum)}
.footer-social svg{width:18px;height:18px;fill:#c3ccd6}
.footer-social a:hover svg{fill:#fff}
.footer-fine{font-size:.8rem;color:#8f9aa7;line-height:1.6;border-top:1px solid rgba(255,255,255,.1);padding-top:1.4rem}
.footer-crisis{font-size:.82rem;color:#aab6c4;margin-top:1rem}
.social-icons{display:flex;gap:.7rem;margin:.4rem 0 0;padding:0;list-style:none}
.social-icons a{display:flex;width:42px;height:42px;border-radius:50%;background:rgba(90,53,107,.08);align-items:center;justify-content:center;transition:background .18s}
.social-icons a:hover{background:var(--plum)}
.social-icons svg{width:20px;height:20px;fill:var(--plum);transition:fill .18s}
.social-icons a:hover svg{fill:#fff}
.footer-crisis a{color:var(--lilac);text-decoration:underline}

/* ---------- accessibility widget ---------- */
.a11y-btn{position:fixed;bottom:1.25rem;right:1.25rem;z-index:350;width:52px;height:52px;border-radius:50%;background:var(--plum);border:none;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center}
.a11y-btn svg{width:26px;height:26px;fill:#fff}
.a11y-panel{position:fixed;bottom:5.5rem;right:1.25rem;z-index:360;width:270px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 40px rgba(0,0,0,.22);padding:1.2rem;display:none}
.a11y-panel.open{display:block}
.a11y-panel h4{font-size:1rem;margin:0 0 1rem}
.a11y-group{margin-bottom:1rem}
.a11y-group .lbl{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--text-soft);margin-bottom:.45rem}
.a11y-opts{display:flex;gap:.4rem}
.a11y-opts button{flex:1;padding:.5rem;border:1px solid var(--line);background:var(--warm-stone);border-radius:8px;cursor:pointer;font-family:'Inter',sans-serif;font-size:.85rem;color:var(--charcoal)}
.a11y-opts button.on{background:var(--plum);color:#fff;border-color:var(--plum)}
.a11y-reset{width:100%;margin-top:.3rem;padding:.55rem;border:none;background:none;color:var(--plum);font-weight:600;cursor:pointer;font-family:'Inter',sans-serif}

/* a11y state classes on <html> */
html.a11y-lg{--fs-scale:1.15}
html.a11y-xl{--fs-scale:1.32}
html.a11y-readable body,html.a11y-readable h1,html.a11y-readable h2,html.a11y-readable h3,html.a11y-readable h4,html.a11y-readable .btn,html.a11y-readable input,html.a11y-readable select,html.a11y-readable textarea{font-family:Verdana,'Atkinson Hyperlegible',Tahoma,sans-serif!important}
html.a11y-contrast{--stone:#ffffff;--warm-stone:#ffffff;--text:#000000;--text-soft:#1a1a1a;--charcoal:#000000;--charcoal-soft:#000000;--line:#000000;--plum:#4a2f5c}
html.a11y-contrast body{background:#fff}
html.a11y-contrast .panel-dark,html.a11y-contrast .site-footer{background:#000;color:#fff}
html.a11y-contrast .panel-plum{background:#3a2647}

/* ---------- page hero (interior) ---------- */
.page-hero{padding:3.25rem 0 2.5rem;background:linear-gradient(180deg,var(--warm-stone),var(--stone))}
.page-hero .lead{max-width:52rem}

/* employer hero split + three-robin lockup */
.emp-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem;align-items:center}
.emp-hero-copy .lead{max-width:34rem}
.emp-hero-robins{position:relative;height:340px;min-width:0;align-self:center}
.emp-hero-robins .ehr{position:absolute;width:auto;filter:drop-shadow(0 16px 30px rgba(46,42,53,.14));animation:empFloat 9s ease-in-out infinite}
.emp-hero-robins .ehr-mem{height:330px;left:38%;top:50%;transform:translate(-50%,-50%);z-index:3;animation-name:empFloatMem}
@keyframes empFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes empFloatMem{0%,100%{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 4px))}}
.emp-hero-robins .ehr-guard{height:180px;left:2%;bottom:0;z-index:2;animation-delay:-2s}
.emp-hero-robins .ehr-pocket{height:180px;right:2%;bottom:0;z-index:2;animation-delay:-4s}
@media(max-width:820px){
  .emp-hero-grid{grid-template-columns:1fr;gap:1.25rem}
  .emp-hero-robins{height:260px;margin-top:.5rem}
  .emp-hero-robins .ehr-mem{height:190px}
  .emp-hero-robins .ehr-guard,.emp-hero-robins .ehr-pocket{height:140px}
}

/* employer form trust markers */
.emp-trust{margin-top:1.75rem;display:flex;flex-direction:column;gap:1rem}
.emp-trust-item{display:flex;gap:.8rem;align-items:flex-start}
.emp-trust-item .ett-ico{flex:none;width:26px;height:26px;border-radius:50%;background:var(--plum);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;margin-top:2px}
.emp-trust-item strong{display:block;color:var(--text);font-size:.98rem}
.emp-trust-item span{display:block;color:var(--text-soft);font-size:.9rem;line-height:1.45}

/* ---------- pilot modal ---------- */
.modal{display:none;position:fixed;inset:0;z-index:450;background:rgba(30,42,58,.55);padding:1.5rem;overflow-y:auto}
.modal.open{display:flex;align-items:flex-start;justify-content:center}
.modal-card{background:var(--stone);border-radius:var(--radius);max-width:34rem;width:100%;margin:auto;padding:2rem;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;border:none;background:var(--warm-stone);color:var(--charcoal);font-size:1.3rem;line-height:1;cursor:pointer}
.modal-close:hover{background:var(--lilac)}

/* ---------- who-it's-for polaroid grid ---------- */
.polaroid-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-items:start}
.polaroid-grid img{width:100%;filter:drop-shadow(0 10px 22px rgba(46,42,53,.15))}
.polaroid-grid img:nth-child(odd){transform:rotate(-2deg)}
.polaroid-grid img:nth-child(even){transform:rotate(2deg)}
@media(max-width:700px){.polaroid-grid{grid-template-columns:repeat(2,1fr)}}

/* story polaroids */
.story-body::after{content:"";display:block;clear:both}
/* smooth seams: bake neighbour colours into the panel edges */
.story-figure{margin:0}
.story-figure img{width:100%;display:block;border-radius:4px;filter:brightness(1.04) contrast(.94) saturate(1.03);box-shadow:0 16px 40px rgba(87,61,100,.20)}
.story-figure.right{float:right;width:380px;margin:.4rem 0 1.75rem 2.75rem;transform:rotate(2deg)}
.story-figure.left{float:left;width:380px;margin:1rem 2.75rem 1.75rem 0;transform:rotate(-2.5deg)}
@media(max-width:700px){
  .story-figure.right,.story-figure.left{float:none;width:88%;margin:1.75rem auto;display:block;transform:rotate(-1.5deg)}
}
.story-polaroids{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.story-polaroids img{width:200px;filter:drop-shadow(0 10px 22px rgba(46,42,53,.16))}
.story-polaroids img:nth-child(1){transform:rotate(-3deg)}
.story-polaroids img:nth-child(2){transform:rotate(2deg)}
.story-polaroids img:nth-child(3){transform:rotate(-1deg)}

/* bullet list */
.tick-list{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}
.tick-list li{padding-left:1.6rem;position:relative;color:var(--text)}
.tick-list li::before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:var(--plum)}
.robin-card .tick-list li::before{background:currentColor}

/* prose (policy pages) */
.prose h2{margin-top:2.4rem}
.prose h3{margin-top:1.8rem}
.prose ul,.prose ol{padding-left:1.3rem}
.prose li{margin-bottom:.5rem}
.prose a{text-decoration:underline}

/* ---------- responsive ---------- */
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr;gap:2rem}
  .hero-art{order:-1}  .hero-art img{max-width:320px}
  .hero-art img.hero-photo-blend{max-width:520px}
  .page-hero .grid-2{grid-template-columns:1fr;gap:2rem}
  .hero-robin{width:120px;right:5%;top:3%}
  .grid-3,.grid-4{grid-template-columns:1fr 1fr}
  .partner-row{grid-template-columns:repeat(3,1fr)}
  .nav-links,.nav .btn{display:none}
  .hamburger{display:flex}
  .section{padding:3.5rem 0}
  .site-footer{padding-bottom:calc(2rem + 68px)}
  .mobile-sticky-cta{display:flex;align-items:center;justify-content:center;position:fixed;left:0;right:0;bottom:0;z-index:280;margin:0;padding:1rem 1.25rem;background:var(--plum);color:#fff;font-family:'DM Sans',sans-serif;font-weight:600;font-size:1.02rem;text-align:center;box-shadow:0 -6px 22px rgba(46,42,53,.16);padding-bottom:calc(1rem + env(safe-area-inset-bottom))}
  .mobile-sticky-cta:hover{text-decoration:none;color:#fff}
  body.menu-open .mobile-sticky-cta{display:none}
}
@media(max-width:560px){
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
  .partner-row{grid-template-columns:repeat(2,1fr)}
  .btn-row .btn{width:100%}
  h1{font-size:2rem}
  .container{padding:0 1.2rem}
  .hero{padding:2.75rem 0 3.25rem}
  .hero-robin{display:none}
  .hero-trust{gap:.6rem 1.2rem;margin-top:1.5rem;padding-top:1.2rem}
  .hero-art img.hero-photo-blend{max-width:100%}
  .lead{font-size:1.1rem}
  .story-figure.right,.story-figure.left{float:none;width:100%;max-width:340px;margin:1.5rem auto;transform:none}
}

/* ==========================================================================
   Modern + warm components (resources, for-families, waitlist)
   ========================================================================== */

/* ---------- icon chip ---------- */
.icon-chip{width:46px;height:46px;border-radius:13px;background:var(--plum-tint);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.icon-chip svg{width:23px;height:23px;stroke:var(--plum);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.icon-chip.sage{background:var(--sage-soft)}.icon-chip.sage svg{stroke:#4f6a4a}
.icon-chip.solid{background:var(--plum)}.icon-chip.solid svg{stroke:#fff}

/* ---------- section head ---------- */
.section-head{max-width:46rem;margin:0 auto 2.75rem;text-align:center}
.section-head .icon-chip{margin:0 auto 1.1rem}
.section-head .eyebrow{margin-bottom:.6rem}
.section-head p{margin:.9rem auto 0;color:var(--text-soft);font-size:1.05rem}

/* ---------- quick-jump nav ---------- */
.jump-nav{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}
.jump-pill{display:inline-flex;align-items:center;gap:.55rem;background:#fff;border:1px solid var(--line);border-radius:999px;padding:.6rem 1.15rem;font-family:'Inter',sans-serif;font-weight:600;font-size:.93rem;color:var(--charcoal-soft);transition:transform .14s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}
.jump-pill:hover{border-color:var(--plum);color:var(--plum);text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 18px rgba(107,76,122,.1)}
.jump-pill svg{width:17px;height:17px;stroke:var(--plum);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* ---------- link card (organisations) ---------- */
.link-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.link-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(46,42,53,.11);border-color:var(--lilac);text-decoration:none}
.link-card .lc-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}
.link-card .go{width:32px;height:32px;border-radius:50%;background:var(--plum-tint);color:var(--plum);display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:transform .18s ease,background .18s ease}
.link-card:hover .go{background:var(--plum);color:#fff;transform:translate(2px,-2px)}
.link-card h3{font-size:1.12rem;color:var(--charcoal);margin:0 0 .5rem;letter-spacing:-.01em}
.link-card p{margin:0;color:var(--text-soft);font-size:.96rem;line-height:1.55}

/* ---------- book card ---------- */
.book-grid{display:grid;gap:1.1rem;grid-template-columns:repeat(3,1fr)}
.book{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:1.25rem 1.35rem;display:flex;flex-direction:column;transition:transform .16s ease,box-shadow .16s ease}
.book:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(46,42,53,.09)}
.book .title{font-family:'DM Sans',sans-serif;font-weight:600;color:var(--charcoal);margin:0 0 .18rem;line-height:1.22;font-size:1.02rem}
.book .author{margin:0 0 .65rem;font-size:.86rem;color:var(--plum);font-weight:500}
.book .blurb{margin:0 0 1rem;font-size:.93rem;color:var(--text-soft);line-height:1.5;flex:1}
.book .buy{font-size:.87rem;font-weight:600;display:inline-flex;align-items:center;gap:.3rem}
.book .buy:hover{text-decoration:none}

/* ---------- age band divider ---------- */
.age-band{display:flex;align-items:center;gap:1rem;margin:2.75rem 0 1.3rem}
.age-band .age-num{font-family:'DM Sans',sans-serif;font-weight:700;font-size:.78rem;letter-spacing:.03em;color:#fff;background:var(--plum);border-radius:999px;padding:.4rem 1rem;flex:0 0 auto;white-space:nowrap}
.age-band h3{margin:0;font-size:1.2rem;flex:0 0 auto}
.age-band .rule{flex:1;height:1px;background:var(--line)}

/* ---------- crisis banner ---------- */
.crisis{display:flex;gap:1.4rem;align-items:flex-start;background:linear-gradient(180deg,#ffffff,var(--plum-tint));border:1px solid var(--lilac);border-radius:var(--radius);padding:1.8rem 2rem;max-width:880px;margin:0 auto;box-shadow:0 12px 34px rgba(107,76,122,.09)}
.crisis .icon-chip{background:var(--plum)}
.crisis .icon-chip svg{stroke:#fff}
.crisis h2{font-size:1.35rem;margin:0 0 .55rem}
.crisis p{margin:0 0 .5rem}
.crisis p:last-child{margin-bottom:0}

/* ---------- scenario / feature card ---------- */
.feature-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.9rem;height:100%;transition:transform .16s ease,box-shadow .16s ease}
.feature-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(46,42,53,.09)}
.feature-card .icon-chip{margin-bottom:1.15rem}
.feature-card h3{font-size:1.18rem;margin:0 0 .5rem}
.feature-card p{margin:0;color:var(--text-soft)}

/* ---------- route card (waitlist two-routes) ---------- */
.route-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.9rem;display:flex;flex-direction:column;height:100%}
.route-card.featured{border-color:var(--plum);box-shadow:0 14px 34px rgba(107,76,122,.13)}
.route-card .tag{align-self:flex-start;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--plum);background:var(--plum-tint);border-radius:999px;padding:.3rem .8rem;margin-bottom:1rem}
.route-card h3{font-size:1.28rem;margin:0 0 .6rem}
.route-card p{color:var(--text-soft)}
.route-card .btn{margin-top:auto}

/* ---------- rounded photo band ---------- */
.photo-band{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.photo-band img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius);box-shadow:0 12px 26px rgba(46,42,53,.14)}
.photo-band img:nth-child(3n){border-radius:calc(var(--radius) + 12px)}
@media(max-width:700px){.photo-band{grid-template-columns:repeat(2,1fr)}}

/* ---------- responsive additions ---------- */
.no-list{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}
.no-list li{padding-left:2rem;position:relative;color:var(--text);font-weight:500}
.no-list li::before{content:"";position:absolute;left:0;top:.12em;width:21px;height:21px;border-radius:50%;background:var(--plum-tint)}
.no-list li::after{content:"\2715";position:absolute;left:.38rem;top:.04em;font-size:.72rem;line-height:1.4;color:var(--plum);font-weight:700}
@media(max-width:900px){.book-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){
  .book-grid{grid-template-columns:1fr}
  .crisis{flex-direction:column;gap:1rem;padding:1.5rem}
  .age-band h3{font-size:1.05rem}
}

/* ---------- Pocket Robin palette + resources robins/clouds ---------- */
:root{--pk-pink:#e84c8e;--pk-green:#06bf63;--pk-lilac:#c9b6e6}
.res-robin{width:120px;height:120px;object-fit:contain;margin:0 auto 1rem;display:block;filter:drop-shadow(0 8px 18px rgba(46,42,53,.12))}
.floaty-cloud{position:absolute;pointer-events:none;user-select:none;z-index:0}
.panel-pocket{background:#1E93D8;position:relative;overflow:hidden;color:#fff}
.panel-pocket .container{position:relative;z-index:1}
.panel-pocket .floaty-cloud{opacity:.85}
.panel-pocket .section-head h2{color:#fff}
.panel-pocket .section-head .eyebrow{color:#fff}
.panel-pocket .section-head p{color:rgba(255,255,255,.95)}
.panel-pocket .age-band h3{color:#fff}
.panel-pocket .age-band .rule{background:rgba(255,255,255,.4)}
.age-band.pk-green .age-num,.age-band.pk-pink .age-num,.age-band.pk-purple .age-num{background:#fff;color:#1E93D8}
.panel-pocket .book{border-top:4px solid #1E93D8}
.panel-pocket .book-grid .book:nth-child(3n+2){border-top-color:#3AAFCF}
.panel-pocket .book-grid .book:nth-child(3n){border-top-color:#7cc6ef}
.has-clouds{position:relative;overflow:hidden}

/* ---------- survey wizard ---------- */
.wizard{max-width:720px;margin:0 auto}
.wiz-progress{margin-bottom:2.25rem}
.wiz-count{font-family:'Inter',sans-serif;font-weight:600;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:var(--plum);margin:0 0 .6rem}
.wiz-bar{height:8px;background:var(--lilac-soft);border-radius:999px;overflow:hidden}
.wiz-bar span{display:block;height:100%;width:25%;background:var(--plum);border-radius:999px;transition:width .45s cubic-bezier(.4,0,.2,1)}
.wiz-steps{display:flex;gap:.4rem;margin:.8rem 0 0;padding:0}
.wiz-steps li{flex:1;list-style:none;font-size:.72rem;letter-spacing:.02em;font-weight:600;color:var(--text-soft);text-align:center;line-height:1.3}
.wiz-steps li.current{color:var(--charcoal)}
.wiz-steps li.done{color:var(--plum)}
.wiz-step{display:none}
.wiz-step.active{display:block;animation:wizIn .35s ease}
@keyframes wizIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.wiz-step > h2{font-size:1.5rem;margin-bottom:.3rem}
.wiz-step > .wiz-intro{color:var(--text-soft);margin:0 0 1.9rem;font-size:1rem}
.q{margin:0 0 1.9rem}
.q:last-of-type{margin-bottom:0}
.q-label{display:block;font-weight:600;color:var(--charcoal);margin-bottom:.7rem;font-size:1.02rem;line-height:1.4}
.q-help{font-size:.9rem;color:var(--text-soft);margin:-.45rem 0 .75rem;line-height:1.5}
.opt-row{display:flex;flex-wrap:wrap;gap:.6rem}
.opt{position:relative;display:inline-flex;align-items:center;gap:.5rem;background:var(--warm-stone);border:1px solid var(--line);border-radius:999px;padding:.58rem 1.1rem;cursor:pointer;font-size:.95rem;color:var(--text);transition:border-color .15s,background .15s,color .15s}
.opt:hover{border-color:var(--lilac)}
.opt input{position:absolute;opacity:0;width:0;height:0}
.opt:has(input:checked){background:var(--plum);border-color:var(--plum);color:#fff;font-weight:600}
.scale{display:flex;gap:.5rem;flex-wrap:wrap}
.scale-opt{position:relative;width:54px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--warm-stone);border:1px solid var(--line);border-radius:12px;cursor:pointer;font-family:'DM Sans',sans-serif;font-weight:700;font-size:1.05rem;color:var(--charcoal);transition:.15s}
.scale-opt:hover{border-color:var(--lilac)}
.scale-opt input{position:absolute;opacity:0;width:0;height:0}
.scale-opt:has(input:checked){background:var(--plum);border-color:var(--plum);color:#fff}
.scale-ends{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-soft);margin-top:.5rem;max-width:322px}
.sub-q{background:var(--warm-stone);border:1px solid var(--line);border-radius:var(--radius-sm);padding:1.1rem 1.2rem;margin-bottom:.85rem}
.sub-q .q-label{font-size:.98rem;margin-bottom:.6rem}
.sub-q .scale-opt{background:#fff}
.wiz-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.6rem;border-top:1px solid var(--line)}
.wiz-nav .btn-back{background:none;border:none;color:var(--text-soft);font-family:'Inter',sans-serif;font-weight:600;font-size:.95rem;cursor:pointer;padding:.5rem .3rem}
.wiz-nav .btn-back:hover{color:var(--plum)}
.wiz-nav .btn-back[hidden]{visibility:hidden}
.wiz-done{text-align:center;padding:1.5rem .5rem}
.wiz-done img{width:110px;margin:0 auto 1.2rem}
.support-note{display:flex;gap:1rem;align-items:flex-start;background:var(--plum-tint);border:1px solid var(--lilac);border-radius:var(--radius);padding:1.2rem 1.4rem;margin-top:1.75rem}
.support-note .icon-chip{background:var(--plum);flex:0 0 auto}
.support-note .icon-chip svg{stroke:#fff}
.support-note p{margin:0;font-size:.92rem;color:var(--charcoal-soft);line-height:1.55}
@media(max-width:560px){
  .scale-opt{width:48px;height:46px;font-size:1rem}
  .wiz-steps li{font-size:.62rem}
}
.has-clouds > .container{position:relative;z-index:1}

/* ---------- meet-the-team refined ---------- */
.team-hero{position:relative;overflow:hidden}
.team-hero .hero-robin{top:auto;bottom:14%;right:9%;width:120px;opacity:.9}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem;align-items:stretch;margin-top:1.6rem}
.team-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.9rem 1.9rem 2rem;overflow:hidden;height:100%;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.team-card::after{content:"";position:absolute;top:-55px;right:-55px;width:180px;height:180px;background:radial-gradient(circle,rgba(107,76,122,.11),transparent 70%);pointer-events:none;transition:transform .35s ease}
.team-card:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(46,42,53,.13);border-color:var(--lilac)}
.team-card:hover::after{transform:scale(1.25)}
.tc-head{display:flex;align-items:center;gap:1.15rem;margin-bottom:1.2rem;position:relative;z-index:1}
.team-card .team-photo{width:94px;height:94px;flex:0 0 auto}
.team-card h3{margin:0 0 .2rem;font-size:1.35rem}
.team-card .bio{margin:0;color:var(--text-soft);position:relative;z-index:1}
.team-card .role,.adv-card .role{font-size:.76rem;letter-spacing:.07em;text-transform:uppercase;font-weight:600;color:var(--plum);margin:0}
.adv-card{background:#fff;border-radius:20px;padding:2.1rem;border-top:3px solid var(--plum)}
.adv-card h3{position:relative;z-index:1;margin-bottom:.2rem}
.adv-card .role{position:relative;z-index:1;margin-bottom:1.1rem}
.adv-card p{position:relative;z-index:1}
.adv-head{display:flex;align-items:center;gap:1.15rem;margin-bottom:1.2rem;position:relative;z-index:1}
.adv-head .team-photo{width:94px;height:94px;flex:0 0 auto}
.team-eyebrow-row{display:flex;align-items:center;gap:1.1rem;margin-bottom:.4rem}
.team-eyebrow-row .rule{flex:1;height:1px;background:var(--line)}
.team-eyebrow-row .eyebrow{margin:0;white-space:nowrap}
@media(max-width:760px){.team-grid{grid-template-columns:1fr;gap:1.1rem}.team-card,.adv-card{padding:1.5rem}}

/* ---------- unified sleek cards (match meet-the-team across site) ---------- */
.card,.feature-card,.link-card,.route-card{position:relative;overflow:hidden;border-radius:20px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.card::after,.feature-card::after,.link-card::after,.route-card::after{content:"";position:absolute;top:-55px;right:-55px;width:170px;height:170px;background:radial-gradient(circle,rgba(107,76,122,.09),transparent 70%);pointer-events:none;transition:transform .35s ease;z-index:0}
.card > *,.feature-card > *,.link-card > *,.route-card > *{position:relative;z-index:1}
.card:hover,.feature-card:hover,.link-card:hover,.route-card:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(46,42,53,.12);border-color:var(--lilac)}
.card:hover::after,.feature-card:hover::after,.link-card:hover::after,.route-card:hover::after{transform:scale(1.25)}

/* ---------- cloud cards (Who Memory Robin is for) ---------- */
.cloud-card{position:relative;--top:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 660 120' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Crect x='0' y='52' width='660' height='68'/%3E%3Ccircle cx='0' cy='15' r='113'/%3E%3Ccircle cx='165' cy='15' r='114'/%3E%3Ccircle cx='330' cy='16' r='109'/%3E%3Ccircle cx='495' cy='26' r='110'/%3E%3Ccircle cx='660' cy='23' r='108'/%3E%3C/g%3E%3C/svg%3E");background:var(--top) top center / 100% 88px no-repeat,linear-gradient(#fff,#fff) center bottom / 100% calc(100% - 44px) no-repeat;border-radius:56px;padding:4.7rem 1.9rem 2.2rem;margin-top:6px;min-height:172px;display:flex;flex-direction:column;justify-content:center;text-align:center;cursor:pointer;filter:drop-shadow(0 12px 22px rgba(46,42,53,.14));animation:cloudFloat 7s ease-in-out infinite}
.cloud-card::before,.cloud-card::after{content:"";position:absolute;width:70px;height:76px;border-radius:50%;background:#fff;bottom:14%}
.cloud-card::before{left:-16px}
.cloud-card::after{right:-16px}
.cloud-card.c2{--top:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 660 120' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Crect x='0' y='52' width='660' height='68'/%3E%3Ccircle cx='0' cy='24' r='112'/%3E%3Ccircle cx='165' cy='14' r='120'/%3E%3Ccircle cx='330' cy='27' r='105'/%3E%3Ccircle cx='495' cy='23' r='120'/%3E%3Ccircle cx='660' cy='24' r='106'/%3E%3C/g%3E%3C/svg%3E")}
.cloud-card.c3{--top:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 660 120' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Crect x='0' y='52' width='660' height='68'/%3E%3Ccircle cx='0' cy='18' r='112'/%3E%3Ccircle cx='165' cy='28' r='107'/%3E%3Ccircle cx='330' cy='23' r='121'/%3E%3Ccircle cx='495' cy='19' r='110'/%3E%3Ccircle cx='660' cy='24' r='104'/%3E%3C/g%3E%3C/svg%3E")}
.cloud-card.c4{--top:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 660 120' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Crect x='0' y='52' width='660' height='68'/%3E%3Ccircle cx='0' cy='27' r='112'/%3E%3Ccircle cx='165' cy='27' r='114'/%3E%3Ccircle cx='330' cy='19' r='118'/%3E%3Ccircle cx='495' cy='16' r='120'/%3E%3Ccircle cx='660' cy='25' r='122'/%3E%3C/g%3E%3C/svg%3E")}
.cloud-card.c5{--top:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 660 120' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Crect x='0' y='52' width='660' height='68'/%3E%3Ccircle cx='0' cy='21' r='111'/%3E%3Ccircle cx='165' cy='26' r='121'/%3E%3Ccircle cx='330' cy='15' r='114'/%3E%3Ccircle cx='495' cy='27' r='110'/%3E%3Ccircle cx='660' cy='26' r='120'/%3E%3C/g%3E%3C/svg%3E")}
.cloud-card.c6{--top:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 660 120' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Crect x='0' y='52' width='660' height='68'/%3E%3Ccircle cx='0' cy='15' r='111'/%3E%3Ccircle cx='165' cy='26' r='108'/%3E%3Ccircle cx='330' cy='25' r='111'/%3E%3Ccircle cx='495' cy='24' r='120'/%3E%3Ccircle cx='660' cy='26' r='118'/%3E%3C/g%3E%3C/svg%3E")}
.cloud-card.c7{--top:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 660 120' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Crect x='0' y='52' width='660' height='68'/%3E%3Ccircle cx='0' cy='24' r='110'/%3E%3Ccircle cx='165' cy='25' r='114'/%3E%3Ccircle cx='330' cy='21' r='107'/%3E%3Ccircle cx='495' cy='21' r='110'/%3E%3Ccircle cx='660' cy='27' r='116'/%3E%3C/g%3E%3C/svg%3E")}
.cloud-card.c8{--top:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 660 120' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Crect x='0' y='52' width='660' height='68'/%3E%3Ccircle cx='0' cy='18' r='110'/%3E%3Ccircle cx='165' cy='25' r='121'/%3E%3Ccircle cx='330' cy='18' r='103'/%3E%3Ccircle cx='495' cy='17' r='120'/%3E%3Ccircle cx='660' cy='28' r='114'/%3E%3C/g%3E%3C/svg%3E")}
.cloud-card.c9{--top:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 660 120' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Crect x='0' y='52' width='660' height='68'/%3E%3Ccircle cx='0' cy='27' r='110'/%3E%3Ccircle cx='165' cy='24' r='108'/%3E%3Ccircle cx='330' cy='28' r='120'/%3E%3Ccircle cx='495' cy='14' r='110'/%3E%3Ccircle cx='660' cy='14' r='111'/%3E%3C/g%3E%3C/svg%3E")}
.cloud-card:hover{animation-play-state:paused;filter:drop-shadow(0 18px 30px rgba(46,42,53,.2))}
@keyframes cloudFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.cloud-row .cloud-card:nth-child(2){animation-delay:1.2s}
.cloud-row .cloud-card:nth-child(3){animation-delay:2.4s}
.cloud-card h3{font-size:1.12rem;margin:0}
.cloud-card p{margin:.7rem 0 0;color:var(--text-soft);font-size:.96rem;display:none}
.cloud-card.open p{display:block}
.cloud-card .cloud-cue{margin-top:.5rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:var(--plum);opacity:.75}
.cloud-card.open .cloud-cue{display:none}
.cloud-theme{text-align:center;margin:2.75rem 0 .25rem;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--plum);opacity:.7}
.cloud-theme:first-of-type{margin-top:.5rem}
.cloud-row .cloud-card:nth-child(1){margin-top:6px}
.cloud-row .cloud-card:nth-child(2){margin-top:42px}
.cloud-row .cloud-card:nth-child(3){margin-top:18px}
.cloud-reassure{text-align:center;max-width:640px;margin:2.75rem auto 0;font-size:1.18rem;font-weight:600;color:var(--plum)}
@media(max-width:560px){.cloud-row .cloud-card{margin-top:6px!important}}
@media(prefers-reduced-motion:reduce){.cloud-card{animation:none}}

/* ---------- for-families "who it's for" — warm grouped layout ---------- */
.who-group{margin-top:2.9rem}
.who-group:first-of-type{margin-top:2.6rem}
.who-label{display:flex;flex-direction:row;align-items:center;gap:.95rem;margin-bottom:1.35rem;padding-bottom:1.05rem;border-bottom:1px solid rgba(255,255,255,.18)}
.who-label h3{margin:0;font-family:'DM Sans','Inter',sans-serif;font-weight:700;font-size:1.5rem;line-height:1.1;color:#fff;letter-spacing:-.01em}
.icon-chip.who-coral{background:#fbe9e4}
.icon-chip.who-coral svg{stroke:#c75a4a}
.who-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;align-items:stretch}
.who-cards .cloud-card:nth-child(1),.who-cards .cloud-card:nth-child(2),.who-cards .cloud-card:nth-child(3){background:#fff;border-color:var(--line)}
.who-group.g1 .cloud-card{background:#f5eff9;border-color:#e8dff0}
.who-group.g2 .cloud-card{background:#eef4ec;border-color:#dde9d8}
.who-group.g3 .cloud-card{background:#fdf1ee;border-color:#f5ded6}
.who-group.g1 .cloud-card::before{background:var(--plum)}
.who-group.g2 .cloud-card::before{background:#6f8f66}
.who-group.g3 .cloud-card::before{background:#c75a4a}
.cloud-card{--top:none;position:relative;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.55rem 1.6rem 1.6rem;min-height:0;text-align:left;cursor:default;filter:none;animation:none;box-shadow:0 6px 18px rgba(46,42,53,.05);transition:transform .18s ease,box-shadow .18s ease}
.cloud-card > *{position:relative;z-index:1}
.cloud-card::after{content:"";display:block;position:absolute;top:-55px;right:-55px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(107,76,122,.09),transparent 70%);pointer-events:none;z-index:0}
.who-group.g2 .cloud-card::after{background:radial-gradient(circle,rgba(111,143,102,.12),transparent 70%)}
.who-group.g3 .cloud-card::after{background:radial-gradient(circle,rgba(199,90,74,.1),transparent 70%)}
.cloud-card::before{content:"";display:block;position:static;width:30px;height:3px;border-radius:99px;margin:0 0 .95rem;background:var(--plum);opacity:.9}
.cloud-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(46,42,53,.1);filter:none}
.cloud-card h3{font-size:1.08rem;margin:0 0 .5rem;color:var(--charcoal);letter-spacing:-.01em;line-height:1.28}
.cloud-card p{display:block;margin:0;color:var(--text-soft);font-size:.94rem;line-height:1.55}
.cloud-card .cloud-cue{display:none}
@media(max-width:900px){.who-group{margin-top:2.4rem}.who-cards{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.who-cards{grid-template-columns:1fr}}

/* ---------- for-families robin feature rows (balanced) ---------- */
.robin-feature{display:grid;grid-template-columns:.85fr 1.15fr;gap:2.75rem;align-items:center}
.robin-art{width:100%;max-width:440px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:1rem}
.robin-art img{width:100%;max-width:360px;height:auto;display:block;filter:drop-shadow(0 14px 30px rgba(46,42,53,.16))}
@media(max-width:820px){.robin-feature{grid-template-columns:1fr;gap:1.75rem}.robin-art{max-width:340px}}

/* ---------- for-families hero trust strip ---------- */
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.5rem;padding-top:1.9rem;border-top:1px solid var(--line);max-width:47rem}
.trust-strip .ts{display:flex;gap:.8rem;align-items:flex-start}
.trust-strip .ts .icon-chip{flex:0 0 auto}
.trust-strip .ts .icon-chip svg{stroke:var(--charcoal)}
.trust-strip .ts strong{display:block;font-family:'DM Sans',sans-serif;font-weight:600;font-size:1.02rem;color:var(--charcoal);margin-bottom:.15rem}
.trust-strip .ts>div>span{font-size:.9rem;color:var(--text-soft);line-height:1.45}
@media(max-width:640px){.trust-strip{grid-template-columns:1fr;gap:1rem}}

/* ---------- employers: workplace case (data-led cards) ---------- */
.wc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.wc-card{position:relative;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.9rem 1.7rem;box-shadow:0 6px 18px rgba(46,42,53,.05);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.wc-card::after{content:"";position:absolute;top:-55px;right:-55px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(107,76,122,.1),transparent 70%);pointer-events:none;z-index:0}
.wc-card > *{position:relative;z-index:1}
.wc-card:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(46,42,53,.12);border-color:var(--lilac)}
.wc-fig{font-family:'DM Sans',sans-serif;font-weight:700;font-size:2.7rem;line-height:1;letter-spacing:-.03em;color:var(--plum);margin-bottom:.7rem}
.wc-card h3{font-size:1.14rem;margin:0 0 .55rem;letter-spacing:-.01em}
.wc-card p{margin:0;color:var(--text-soft);font-size:.96rem;line-height:1.58;flex:1}
.wc-card .wc-src{flex:0 0 auto;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--line);font-size:.76rem;font-weight:600;letter-spacing:.02em;color:var(--plum);opacity:.8}
@media(max-width:900px){.wc-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.wc-grid{grid-template-columns:1fr}}
