  /* ================= Search v2 — KitaBina cold design system ================= */
  .abhero{position:relative;min-height:90vh;display:flex;flex-direction:column;justify-content:flex-end;background:#1b2a26 url('search/hero.jpg') center 82%/cover no-repeat;padding:44px 0 56px}
  @supports (min-height:100dvh){.abhero{min-height:90dvh}}
  .heroscrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,19,16,.6) 0%,rgba(11,19,16,.42) 38%,rgba(11,19,16,.82) 100%);z-index:1}
  .heroinner{position:relative;z-index:2;min-width:0;width:100%}
  .heroinner.segactive{z-index:60}  /* lift bar + dropdowns above the dim scrim while a field is open */
  body.docked .heroinner{z-index:55}  /* docked: lift the whole hero layer above the nav (z50) so the pill isn't trapped behind it */
  .abhead{text-align:center;max-width:940px;margin:0 auto 40px;color:#fff}
  .abhead h1{font-family:var(--disp);font-weight:800;font-size:clamp(34px,6vw,72px);line-height:1.02;letter-spacing:-.03em;color:#fff;margin:0 0 16px;text-shadow:0 4px 34px rgba(0,0,0,.4)}
  .abhead h1 .hl{color:var(--brand-300)}
  .abhead p{font-size:clamp(16px,2.2vw,20px);color:rgba(255,255,255,.92);margin:0;text-shadow:0 2px 14px rgba(0,0,0,.35)}

  /* ---- search dock: HUGE in hero, shrinks + docks into the nav on scroll ---- */
  .dock{position:relative;z-index:45}
  .searchwrap{position:relative;max-width:980px;margin:0 auto;transition:max-width .32s var(--ease-snap,ease)}
  /* docked: slides up into the empty middle of the nav bar (desktop) */
  .dock.stuck{position:fixed;top:4px;left:0;right:0;z-index:51;padding:0;background:none;border:0;animation:dockdrop .3s ease}
  @keyframes dockdrop{from{transform:translateY(-12px);opacity:.4}to{transform:translateY(0);opacity:1}}
  .dock.stuck .searchwrap{max-width:460px}

  .pill{display:flex;align-items:center;background:#fff;border:1px solid rgba(255,255,255,.45);border-radius:999px;box-shadow:0 34px 80px -30px rgba(0,0,0,.55);height:92px;transition:height .32s var(--ease-snap,ease),box-shadow .3s,border-color .25s}
  .dock.stuck .pill{height:50px;border:1px solid var(--border);box-shadow:0 10px 26px -12px rgba(20,45,38,.32)}
  .seg{position:relative;display:flex;flex-direction:column;justify-content:center;gap:2px;padding:0 28px;height:100%;flex:1;min-width:0;border:0;border-radius:999px;background:none;text-align:left;font:inherit;cursor:pointer;transition:background .16s}
  .seg:first-child{padding-left:38px}
  .seg .sl{font-size:14px;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:font-size .3s}
  .seg .svrow{display:flex;align-items:center;gap:9px;margin-top:3px;min-width:0}
  .segico{width:18px;height:18px;color:var(--muted);flex:none;transition:width .3s,height .3s}
  .seg .sv{font-size:16px;font-weight:400;color:var(--faint,#a4aca7);overflow:hidden;transition:font-size .3s;line-height:1.16;white-space:nowrap;text-overflow:ellipsis}
  .seg .sv.set{color:var(--ink);font-weight:500}
  .seg .sv .wp{white-space:nowrap}  /* keep each part intact; wrap only between "N adults" and "N kids" */
  .winput{flex:1;min-width:0;border:0;border-bottom:1.5px solid var(--border-strong,#c7cecb);background:none;outline:none;font:inherit;font-size:16px;font-weight:400;color:var(--ink);padding:1px 0 3px;transition:border-color .18s,font-size .3s}
  .winput::placeholder{color:var(--faint,#a4aca7);font-weight:400}
  .winput:focus,.seg.on .winput{border-bottom-color:var(--brand-500,#0e8c84)}
  .chev{width:15px;height:15px;color:var(--muted);flex:none;margin-left:auto;transition:transform .2s}
  .seg.on .chev{transform:rotate(180deg)}
  .seg:hover{background:#f3f4f4}
  .seg.on{background:#fff;box-shadow:0 0 0 1.5px var(--brand-300) inset}
  .seg.on:hover{background:#fff}
  .seg .div{position:absolute;right:0;top:22px;bottom:22px;width:1px;background:var(--border)}
  .seg.on .div,.seg.on + .seg .div,.seg:hover .div,.seg:hover + .seg .div{opacity:0}
  .dock.stuck .seg{padding:0 16px}.dock.stuck .seg:first-child{padding-left:22px}
  .dock.stuck .seg .sl{font-size:11px}.dock.stuck .seg .sv,.dock.stuck .winput{font-size:12.5px}
  .dock.stuck .segico{width:15px;height:15px}.dock.stuck .seg .svrow{gap:6px;margin-top:1px}
  .dock.stuck .seg .div{top:13px;bottom:13px}

  .searchbtn{flex:none;display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:0 10px 0 8px;padding:0;border:0;border-radius:50%;background:linear-gradient(180deg,var(--brand-500,#0e8c84),var(--brand-700,#0b6b64));color:#fff;cursor:pointer;transition:width .3s,height .3s,filter .15s}
  .searchbtn svg{flex:none}
  .dock.stuck .searchbtn{width:38px;height:38px}
  .searchbtn:hover{filter:brightness(1.06)}
  /* when docked into the nav, hide the nav's centre links so the search sits in the gap */
  @media(min-width:821px){ body.docked nav.top .lk{opacity:0;pointer-events:none;transition:opacity .2s} }

  /* dim overlay when a segment is open (page only, never the bar) */
  .scrim{position:fixed;inset:0;background:rgba(15,25,22,.42);opacity:0;pointer-events:none;transition:opacity .2s;z-index:44}
  .scrim.on{opacity:1;pointer-events:auto}
  .searchwrap.active{z-index:52}

  /* popovers */
  .pop{position:absolute;top:calc(100% + 12px);background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:0 30px 70px -26px rgba(20,45,38,.4);padding:18px;z-index:53;display:none;animation:popin .18s ease}
  .pop.show{display:block}
  @keyframes popin{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
  .pop-where{left:0;width:420px}
  .pop-when{left:50%;width:min(680px,92vw);margin-left:calc(min(680px,92vw)/-2)}
  .pop-who{right:0;width:400px}
  .popttl{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:2px 2px 12px}
  .skinput{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:12px;padding:11px 14px;margin-bottom:12px}
  .skinput input{flex:1;border:0;outline:none;font:inherit;font-size:15px;color:var(--ink);background:none}
  .skinput svg{color:var(--muted)}
  .sklist{max-height:330px;overflow:auto;margin:0 -6px;-webkit-mask-image:linear-gradient(180deg,#000 calc(100% - 46px),transparent);mask-image:linear-gradient(180deg,#000 calc(100% - 46px),transparent)}
  .skempty{padding:16px 12px;font-size:13.5px;color:var(--muted)}
  /* weekday / weekend toggle (segmented control, design system) */
  .daymode{display:flex;justify-content:center;gap:2px;background:var(--surface-2,#eef1f0);border:1px solid var(--border);border-radius:12px;padding:3px;margin:0 auto 16px;width:fit-content}
  .daymode button{height:34px;padding:0 15px;border:0;border-radius:9px;background:none;color:var(--muted);font:inherit;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s,color .15s}
  .daymode button.on{background:var(--surface,#fff);color:var(--ink);box-shadow:var(--e1)}
  /* WHO / WHEN — toggles shown INLINE in the search bar (not dropdowns), icon centered on top */
  .seg-who,.seg-when{cursor:default}
  .seg-who:hover,.seg-when:hover{background:none}
  .seg-who{flex:1.35}
  .seg-when{flex:1.15}
  .segtop{display:flex;justify-content:center;align-items:center;color:var(--muted);margin-bottom:5px}
  .segtop svg{width:18px;height:18px}
  .dock.stuck .segtop{margin-bottom:2px}
  .dock.stuck .segtop svg{width:14px;height:14px}
  /* WHERE — dropdown-field look (icon on top, opens the intent list) */
  .seg-where{flex:1.5;cursor:pointer}
  .wheredd{display:flex;align-items:center;justify-content:space-between;gap:10px;height:36px;padding:0 12px;background:var(--surface-2,#eef1f0);border:1px solid var(--border);border-radius:10px;transition:border-color .15s,box-shadow .15s}
  .wheredd .ddval{font-size:13.5px;font-weight:600;color:var(--faint,#a4aca7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .wheredd .ddval.chosen{color:var(--ink)}
  .wheredd .ddchev{color:var(--muted);flex:none;transition:transform .2s}
  .seg-where:hover .wheredd{border-color:var(--border-strong,#c7cecb)}
  .seg-where.on .wheredd{border-color:var(--brand-400);box-shadow:0 0 0 1.5px var(--brand-300) inset}
  .seg-where.on .ddchev{transform:rotate(180deg)}
  .dock.stuck .wheredd{height:28px}
  .whotoggle{display:flex;gap:3px;background:var(--surface-2,#eef1f0);border:1px solid var(--border);border-radius:10px;padding:3px}
  .whotoggle button{flex:1;min-width:0;height:30px;border:0;border-radius:7px;background:none;color:var(--muted);font:inherit;font-weight:600;font-size:12.5px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 4px;transition:background .15s,color .15s}  /* clip, never overprint the neighbour, when the box is narrower than the label */
  .whotoggle button:hover{color:var(--ink)}
  .whotoggle button.on{background:var(--surface,#fff);color:var(--ink);box-shadow:var(--e1)}
  /* docked (pill shrinks into nav) */
  .dock.stuck .whotoggle{margin-top:2px;padding:2px;border-radius:8px}
  .dock.stuck .whotoggle button{height:22px;font-size:11px;border-radius:6px}
  .skitem{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:10px 12px;border:0;border-radius:12px;background:none;font:inherit;cursor:pointer}
  .skitem:hover{background:var(--brand-50)}
  .skitem.sel{background:var(--brand-50);box-shadow:inset 0 0 0 1.5px var(--brand-300)}
  .skico{width:48px;height:48px;border-radius:12px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--brand-700);flex:none}
  .skitem b{display:block;font-size:15px;color:var(--ink)}.skitem span{font-size:13px;color:var(--muted)}
  /* HOME: permanent goal wheel panel (replaces the search bar) */
  .wheelpanel{position:relative;max-width:440px;margin:0 auto;background:rgba(255,255,255,.75);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);border-radius:22px;box-shadow:0 34px 80px -30px rgba(0,0,0,.55);padding:18px 18px 16px}
  .wheelpanel .popttl{text-align:center}
  /* WHERE goal picker — iOS-style wheel, cold-teal design system */
  .skwheelwrap{position:relative}
  .skwheel-band{position:absolute;left:6px;right:6px;top:50%;height:46px;transform:translateY(-50%);border-radius:12px;background:var(--brand-50);box-shadow:inset 0 0 0 1.5px var(--brand-300);pointer-events:none;z-index:0}
  /* wheel scrolls ONLY vertically; horizontal drag/pan is locked out */
  .skwheel{position:relative;z-index:1;height:250px;overflow-y:auto;overflow-x:hidden;touch-action:pan-y;overscroll-behavior:contain;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;
    perspective:620px;perspective-origin:50% 50%;
    -webkit-mask-image:linear-gradient(180deg,transparent,#000 22%,#000 78%,transparent);mask-image:linear-gradient(180deg,transparent,#000 22%,#000 78%,transparent)}
  .skwheel::-webkit-scrollbar{display:none}
  .skwheel-pad{height:102px;scroll-snap-align:none}
  /* transform + opacity are driven per-frame in JS (rolling-drum tilt) — only colour transitions */
  .skwheel-item{height:46px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px;scroll-snap-align:center;cursor:pointer;color:var(--muted);opacity:.5;transform-origin:center center;backface-visibility:hidden;transition:color .16s}
  .skwheel-item .skwico{width:24px;height:24px;flex:none;display:flex;align-items:center;justify-content:center;color:var(--muted)}
  .skwheel-item .skwico svg{width:19px;height:19px}
  .skwheel-item .skwt{font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .skwheel-item.cen{color:var(--ink)}
  .skwheel-item.cen .skwico{color:var(--brand-700)}
  .skwheel-item.cen .skwt{font-weight:800}
  .skwheel-hint{text-align:center;font-size:11.5px;color:var(--muted);margin-top:10px}
  .whorow{display:flex;align-items:center;justify-content:space-between;padding:18px 4px;border-bottom:1px solid var(--border)}
  .whorow:last-child{border-bottom:0}
  .whorow b{display:block;font-size:16px;color:var(--ink)}.whorow span{font-size:13.5px;color:var(--muted)}
  .stepper{display:flex;align-items:center;gap:14px}
  .stepbtn{width:38px;height:38px;border-radius:50%;border:1px solid var(--border-strong,#c7cecb);background:#fff;color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s}
  .stepbtn:hover:not(:disabled){border-color:var(--ink)}.stepbtn:disabled{opacity:.4;cursor:not-allowed}
  .stepval{min-width:26px;text-align:center;font-size:16px;font-weight:600;color:var(--ink)}
  /* calendar */
  .calwrap{display:flex;gap:26px;justify-content:center}
  .calmo{flex:1;max-width:300px}
  .calhd{display:flex;align-items:center;justify-content:center;font-family:var(--disp);font-weight:700;font-size:15px;color:var(--ink);margin-bottom:12px}
  .calnav{position:absolute;top:18px;width:34px;height:34px;border-radius:50%;border:0;background:none;cursor:pointer;color:var(--ink);display:flex;align-items:center;justify-content:center}
  .calnav:hover{background:var(--brand-50)}.calnav.prev{left:14px}.calnav.next{right:14px}
  .caldow{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:6px}
  .caldow span{text-align:center;font-size:11px;font-weight:600;color:var(--muted)}
  .calgrid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
  .cald{aspect-ratio:1;border:0;background:none;border-radius:50%;font:inherit;font-size:13.5px;font-weight:600;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center}
  .cald:hover:not(.off):not(.dis){box-shadow:inset 0 0 0 1.5px var(--ink)}
  .cald.off{visibility:hidden}.cald.dis{color:var(--border-strong,#c7cecb);cursor:not-allowed}
  .cald.inr{background:var(--brand-50);border-radius:0}
  .cald.end{background:var(--brand-700);color:#fff}
  .cald.s0{border-radius:50% 0 0 50%}.cald.s1{border-radius:0 50% 50% 0}
  .calfoot{display:flex;justify-content:space-between;align-items:center;margin-top:14px}
  .callink{background:none;border:0;font:inherit;font-size:14px;font-weight:700;color:var(--ink);text-decoration:underline;cursor:pointer}

  /* ================= results ================= */
  .results{padding-block:28px 74px}
  .rhead{margin-bottom:16px}
  .rhead h2{font-family:var(--disp);font-weight:800;font-size:22px;color:var(--ink);margin:0}
  .rhead .rsub{font-size:14px;color:var(--muted);margin-top:3px}
  .catbar{display:flex;align-items:center;gap:4px;border-bottom:1px solid var(--border);margin-bottom:22px;overflow-x:auto;scrollbar-width:none}
  .catbar::-webkit-scrollbar{display:none}
  .catf{display:flex;flex-direction:column;align-items:center;gap:7px;padding:10px 16px 12px;border:0;border-bottom:2px solid transparent;background:none;font:inherit;font-size:12px;font-weight:600;color:var(--muted);cursor:pointer;white-space:nowrap;opacity:.75;transition:opacity .15s,color .15s,border-color .15s}
  .catf svg{width:24px;height:24px}
  .catf:hover{opacity:1;color:var(--ink)}
  .catf.on{opacity:1;color:var(--ink);border-bottom-color:var(--ink)}
  .filterbtn{flex:none;display:inline-flex;align-items:center;gap:8px;margin-left:auto;padding:11px 16px;border:1px solid var(--border);border-radius:12px;background:#fff;font:inherit;font-size:13.5px;font-weight:600;color:var(--ink);cursor:pointer}
  .filterbtn:hover{border-color:var(--ink)}

  .lgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
  /* design-system feature cards + Learn more / Book now */
  .fcard{overflow:hidden;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);transition:border-color .2s var(--ease-snap,ease),box-shadow .2s,transform .2s}
  .fcard:hover{border-color:var(--brand-300);box-shadow:var(--e2);transform:translateY(-2px)}
  .fcard .img{aspect-ratio:4/3;background:var(--brand-50) center/cover no-repeat}
  .fcard .b{display:flex;flex-direction:column;flex:1;padding:16px}
  .fcard h3{font-family:var(--disp);font-weight:700;font-size:16px;color:var(--ink)}
  .fcard .blurb{font-size:13px;color:var(--muted);margin-top:6px;line-height:1.5}
  .fcard .facts{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:12px;color:var(--muted);margin-top:10px}
  .fcard .facts span{display:inline-flex;align-items:center;gap:5px}
  .fcard .pr{font-family:var(--disp);font-weight:700;color:var(--brand-700);font-size:15px;margin-top:10px}
  .fcard .cardfoot{margin-top:14px;display:flex;gap:8px}
  .fcard .cardfoot .btn{flex:1;justify-content:center}

  /* Class lightbox: pulls the full detail page in place, no page jump */
  .clx{position:fixed;inset:0;z-index:120;display:none;align-items:flex-start;justify-content:center;padding:28px 14px}
  .clx.open{display:flex}
  .clx .clxbd{position:fixed;inset:0;background:rgba(20,28,26,.55);opacity:0;transition:opacity var(--t) var(--ease-snap)}
  .clx.open .clxbd{opacity:1}
  .clx .clxcard{position:relative;width:100%;max-width:760px;max-height:90vh;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--e3);overflow:hidden;opacity:0;transform:translateY(14px) scale(.985);transition:opacity var(--t) var(--ease-snap),transform var(--t) var(--ease-snap)}
  .clx.open .clxcard{opacity:1;transform:none}
  .clx .clxback{position:absolute;top:12px;left:12px;z-index:5;display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 15px 0 11px;border-radius:var(--r-pill);border:0;background:rgba(255,255,255,.94);color:var(--ink);font:inherit;font-weight:700;font-size:13.5px;cursor:pointer;box-shadow:var(--e2)}
  .clx .clxdoc{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}
  .clx .clxdoc nav.top,.clx .clxdoc footer{display:none}
  .clx .clxdoc section{padding:32px 0}
  .clx .clxload{padding:64px 24px;text-align:center;color:var(--muted)}
  .clx .clxbar{display:flex;gap:10px;padding:12px 16px;border-top:1px solid var(--border);background:var(--surface)}
  .clx .clxbar .btn{flex:1;justify-content:center;min-width:150px}
  @media(prefers-reduced-motion:reduce){.clx .clxbd,.clx .clxcard{transition:none}}

  @media(max-width:1080px){.lgrid{grid-template-columns:repeat(3,1fr)}}
  @media(max-width:900px){.lgrid{grid-template-columns:repeat(2,1fr)}}
  @media(max-width:820px){
    .dock.stuck{top:46px;left:8px;right:62px;background:none;padding:0;transition:top .28s var(--ease-snap,ease)}
    body.nav-hidden .dock.stuck{top:9px}   /* header hidden -> ride up into the freed space (burger floats right) */
    .dock.stuck .searchwrap{max-width:none}
    .pop-where,.pop-who{left:0;right:auto;width:min(440px,92vw)}
    .pop-when{left:0;width:min(440px,92vw);margin-left:0}
    .calwrap{flex-direction:column}
  }
  @media(max-width:560px){
    .abhero{min-height:64vh;padding:30px 0 44px}
    @supports (min-height:100dvh){.abhero{min-height:64dvh}}
    .lgrid{grid-template-columns:1fr}
    /* 2-row pill: goal dropdown full-width on top, then When + Who + search below */
    .pill{flex-wrap:wrap;height:auto;border-radius:26px;padding:12px 12px 14px;row-gap:10px;column-gap:6px}
    .seg,.seg:first-child{height:auto;padding:0}  /* :first-child kept a 38px left indent, so row 1 sat off-axis from row 2 */
    .seg .div{display:none}
    .segtop{margin-bottom:5px}
    .segtop svg{width:17px;height:17px}
    /* row 1: the goal dropdown */
    .seg-where{flex:0 0 100%}
    .wheredd{height:44px}
    .wheredd .ddval{font-size:14.5px}
    /* row 2: When toggle + Who toggle + search button.
       "Weekdays"/"Weekends" are the longest labels in the bar, so When takes the wider
       half — it used to get the narrow one and the two labels printed over each other. */
    .seg[data-seg="when"]{display:flex;flex:1.3 1 0;min-width:0}
    .seg-who{flex:1 1 0;min-width:0}
    .whotoggle{margin-top:0;gap:2px;padding:2px}
    .whotoggle button{height:40px;font-size:11.5px;padding:0 2px}
    .searchbtn{flex:none;width:46px;height:46px;margin:0 0 0 2px;align-self:flex-end}
    /* stuck re-applied the desktop 16px seg padding and 22px toggles, crushing each
       button to 34px. On a phone the docked pill is the same 2-row pill, so keep it identical. */
    .dock.stuck .pill{height:auto}   /* don't force-shrink the wrapped 2-row pill */
    .dock.stuck .seg,.dock.stuck .seg:first-child{padding:0}
    .dock.stuck .seg[data-seg="when"]{flex:1.15 1 0}  /* docked pill is ~38px narrower, hand some back to Who */
    .dock.stuck .whotoggle button{height:40px;font-size:11px;border-radius:7px}
    .dock.stuck .whotoggle{margin-top:0;padding:2px;border-radius:10px}
  }
  @media(max-width:384px){
    /* SE-class phones: spend the toggle's own chrome before letting a label ellipsize */
    .whotoggle{gap:1px;padding:1px}
    .whotoggle button{padding:0 1px}
    .dock.stuck .whotoggle button{font-size:10.5px}
  }
