:root{
--bg:#f9f8fb;--surface:#ffffff;--raised:#f0eefb;
--ink:#370d07;--muted:#6b4a47;--muted-light:#b09494;
--primary:#404de0;--primary-hover:#3340b8;--primary-light:#eceeff;--on-primary:#ffffff;
--secondary:#ee781b;--secondary-hover:#c8640f;--secondary-light:#fef3e8;
--tertiary:#7465e5;--tertiary-light:#f0eeff;
--gold:#d4a800;--sage:#e1eac4;--rose:#c4666f;--lavender:#a183e5;
--success:#2e7d32;--success-light:#e8f5e9;--error:#c0392b;--error-light:#fdecea;--warning:#b45309;--warning-light:#fef3e2;
--serif:Georgia,"Iowan Old Style","Palatino Linotype",Palatino,"Times New Roman",serif;
--sans:"Gill Sans MT","Gill Sans",Candara,Calibri,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
--mono:ui-monospace,"JetBrains Mono","Fira Code",monospace;
--sh1:0 1px 2px rgba(31,26,51,.06),0 2px 10px rgba(31,26,51,.05);
--sh2:0 4px 14px rgba(31,26,51,.09),0 14px 36px rgba(31,26,51,.07);
--wrap:1180px;--r:14px;
/* ---- design-1 layer (2026-09-09) ----
   The front page (content/home.html) carries its own palette; every other page must read as
   the same site, so its values are mapped onto the token names the components already use.
   The brand-kit tokens above are still read and gated, but these later declarations win. */
--violet:#413BB0;--violet-light:#5560E4;--violet-deep:#2A2570;--violet-tint:#E4E3F1;
--gold:#E0A312;--gold-deep:#B8860F;--gold-light:#F5E2B3;
--vermilion:#CB2F05;--vermilion-tint:#F8E2DC;
--green:#7E9A26;--green-deep:#516318;--green-tint:#EDF1E1;
--page:#F8F5FB;--paper:#FEFCFF;--line:#E3DFEA;--ink-soft:#5B5378;
--bg:var(--page);--surface:var(--paper);--raised:#EFEDFA;
--ink:#1F1A33;--muted:var(--ink-soft);--muted-light:#9F97C9;
--primary:var(--violet);--primary-hover:var(--violet-deep);--primary-light:var(--violet-tint);
--secondary:var(--vermilion);--secondary-hover:#a72704;--secondary-light:#FBF1DF;
--tertiary:var(--violet-light);--tertiary-light:#EDEBFA;
--sage:var(--green-tint);--success:var(--green-deep);--success-light:var(--green-tint);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font:400 17px/1.68 var(--sans);overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
svg{max-width:100%}
/* Must be global: the UA [hidden] rule loses to any author display rule, so
   .scard{display:flex} left every filtered-out card on screen and the heal tabs did nothing. */
[hidden]{display:none!important}
a{color:var(--violet)}
a:hover{color:var(--violet-deep)}
:focus-visible{outline:3px solid var(--gold-deep);outline-offset:3px;border-radius:6px}
h1,h2,h3,h4{font-family:var(--serif);font-weight:700;line-height:1.18;letter-spacing:-.01em;margin:0 0 .5em;color:var(--violet-deep)}
h1{font-size:clamp(34px,4.5vw,52px)}h2{font-size:clamp(26px,3.2vw,36px)}
h3{font-family:var(--sans);font-size:17.5px;font-weight:700;line-height:1.35;letter-spacing:0}
p{margin:0 0 1em}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.lbl{font:700 12.5px/1.4 var(--sans);letter-spacing:.1em;text-transform:uppercase}
.mono{font-family:var(--sans);font-variant-numeric:tabular-nums;font-size:15px;font-weight:600}
.muted{color:var(--muted)}
.sm{font-size:15px;line-height:1.6}
.cap{font-size:12px;line-height:1.5;letter-spacing:.03em}

/* ---- placeholder marker ---- */
.ph{background:var(--error-light);color:var(--error);border:1px dashed var(--error);
border-radius:4px;padding:0 5px;font:500 13px/1.5 var(--mono);word-break:break-word}
#phbar{position:fixed;right:12px;bottom:12px;z-index:60;background:var(--error);color:#fff;
border-radius:9999px;padding:8px 16px;font:500 12px/1 var(--sans);letter-spacing:.04em;
box-shadow:var(--sh2)}
#phbar[hidden]{display:none}

/* ---- chrome: the front page's header, verbatim (see home_chrome() in build.py) ---- */
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip{position:absolute;left:-9999px;top:0;background:var(--violet);color:#fff;padding:12px 18px;z-index:99}
.skip:focus{left:8px;top:8px}
.logo{width:38px;height:38px;flex:0 0 38px}
img.logo{border-radius:50%;object-fit:cover;display:block}
.bar{position:sticky;top:0;z-index:50;background:rgba(254,252,255,.94);
backdrop-filter:saturate(150%) blur(10px);border-bottom:1px solid var(--line)}
.bar .wrap{display:flex;align-items:center;gap:22px;min-height:76px}
.brand{display:inline-flex;align-items:center;gap:11px;color:inherit;min-height:40px;text-decoration:none}
.brand .bt{display:flex;flex-direction:column;line-height:1.12}
.brand b{font-family:var(--serif);font-size:19px;font-weight:700;color:#2a2570;white-space:nowrap}
.brand i{font-style:normal;font-size:10.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--gold-deep);margin-top:3px}
.navlinks{display:flex;gap:4px;margin-left:auto;flex-wrap:wrap}
.navlinks a{font-size:15px;font-weight:600;color:#2a2570;padding:9px 12px;border-radius:9px;text-decoration:none;white-space:nowrap}
.navlinks a:hover,.navlinks a[aria-current]{background:var(--violet-tint);color:var(--violet-deep)}
.pill{background:var(--vermilion);color:#fff;font-size:14px;font-weight:700;letter-spacing:.03em;text-decoration:none;
padding:12px 22px;border-radius:999px;white-space:nowrap;box-shadow:0 6px 16px rgba(203,47,5,.28)}
.pill:hover{background:#a72704;color:#fff}
.burger{display:none;width:46px;height:46px;border:0;background:#fff;
border-radius:12px;padding:0;cursor:pointer;flex-direction:column;gap:5px;align-items:center;justify-content:center}
.burger span{width:20px;height:2px;background:var(--ink);border-radius:2px;display:block}
.mobmenu{display:flex;flex-direction:column;padding:10px 24px 26px;background:var(--paper);border-top:1px solid var(--line)}
.mobmenu[hidden]{display:none}
.mobmenu a{padding:13px 4px;border-bottom:1px solid var(--line);font-weight:600;color:var(--ink);text-decoration:none}
.reslist a,.rescard a,.rescard h3{text-decoration:none}
@media (max-width:1080px){.navlinks,.pill{display:none}.burger{display:flex;margin-left:auto}}
/* Below 540px the kicker is dropped and the wordmark shrinks, so the brand block stays one line. */
@media (max-width:540px){
.brand{gap:9px}.brand b{font-size:15px}.brand i{display:none}
.logo{width:30px;height:30px;flex:0 0 30px}.burger{width:40px;height:40px}
.bar .wrap{min-height:56px;gap:12px}
}

/* ---- buttons ---- */
/* white is safe on violet (8.48:1) and vermilion (5.32:1); gold takes ink, never white */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--sans);font-size:15px;
font-weight:600;letter-spacing:.02em;padding:11px 24px;border-radius:999px;border:2px solid transparent;
min-height:48px;text-align:center;text-decoration:none;cursor:pointer;line-height:1.3;
transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease}
.btn:hover{transform:translateY(-2px)}
.btn-p{background:var(--violet);color:#fff}
.btn-p:hover{background:var(--violet-deep);color:#fff;box-shadow:var(--sh2)}
.btn-s,.btn-a{background:var(--vermilion);color:#fff}
.btn-s:hover,.btn-a:hover{background:#a72704;color:#fff;box-shadow:var(--sh2)}
.btn-g{background:var(--gold);color:var(--ink)}
.btn-g:hover{background:var(--gold-deep);color:var(--ink);box-shadow:var(--sh2)}
.btn-o{background:rgba(255,255,255,.92);color:var(--violet);border-color:var(--violet)}
.btn-o:hover{background:var(--violet);color:#fff}
.btns{display:flex;flex-wrap:wrap;gap:12px}
/* "Four to start with" only - smaller buttons by request. Scoped to .picks rather than
   changed on .btn or in session_card(), because that card markup is shared with the full
   grid on heal.html and would have shrunk every button there too.
   34px still clears the 24x24 WCAG 2.5.8 AA target floor; do not take it lower.
   Shrinking the padding alone made it TALLER, not shorter: .scard .meta is a flex row, the
   button gets squeezed to ~71px, and "SEE IT" then wraps onto two lines (2x15.6 + padding +
   border = the 47px measured). nowrap + no-shrink is what actually makes it small. */
.picks .btn{padding:8px 18px;min-height:34px;font-size:12px;white-space:nowrap;flex:0 0 auto}
.picks .btn-o{padding:6px 16px}

/* ---- blocks ---- */
section{padding:56px 0}
/* page hero: the front page's soft blob wash, as two static pseudo-blobs so the pages read
   as the same site without the front page's animation cost */
.hero{position:relative;overflow:hidden;padding:64px 0 44px;background:var(--page)}
.hero::before,.hero::after{content:"";position:absolute;border-radius:50%;filter:blur(60px);opacity:.5;pointer-events:none;z-index:0}
.hero::before{width:520px;height:520px;background:#DDD9F6;left:-160px;top:-180px}
.hero::after{width:440px;height:440px;background:#FBE3CC;right:-140px;top:-60px}
.hero .wrap{position:relative;z-index:1}
.hero+section{padding-top:40px}
.hero h1{font-size:clamp(36px,4.5vw,55px);margin-bottom:18px;color:#2a2570}
.hero .lede{font-size:18px}
.eyebrow{color:var(--gold-deep);font:700 12.5px/1.4 var(--sans);letter-spacing:.16em;text-transform:uppercase;margin:0 0 12px}
.lede{font-size:18px;line-height:1.6;color:var(--ink-soft);max-width:62ch}
.grid{display:grid;gap:18px;grid-template-columns:1fr}
.card{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:24px 22px;box-shadow:var(--sh1)}
.card h3{margin-top:0}
.card h3 a{color:var(--ink);text-decoration:none}
.card h3 a:hover{color:var(--primary);text-decoration:underline}
.card p:last-child{margin-bottom:0}
.card-2xl{border-radius:28px;padding:28px}
.sage{background:var(--green-tint);border-color:transparent}
.warm{background:#FBF1DF;border-color:transparent}
.spirit{background:var(--violet-tint);border-color:transparent}
.badge{display:inline-block;border-radius:999px;padding:4px 12px;font:700 11.5px/1.6 var(--sans);letter-spacing:.06em;text-transform:uppercase}
.b-p{background:var(--violet-tint);color:var(--violet-deep)}
.b-s{background:var(--vermilion-tint);color:var(--vermilion)}
.b-t{background:var(--gold-light);color:var(--gold-deep)}
.b-d{background:var(--raised);color:var(--ink-soft)}
.b-f{background:var(--green-tint);color:var(--green-deep)}
.price{font-family:var(--serif);font-size:21px;font-weight:700;color:var(--ink)}
.free{color:var(--green-deep)}
.rule{height:1px;background:var(--line);border:0;margin:36px 0}
ul.ticks{list-style:none;padding:0;margin:0 0 1em}
ul.ticks li{padding:0 0 0 26px;position:relative;margin-bottom:9px}
ul.ticks li:before{content:"";position:absolute;left:4px;top:10px;width:8px;height:8px;
border-radius:50%;background:var(--gold)}
ol.steps{counter-reset:s;list-style:none;padding:0;margin:0}
ol.steps li{counter-increment:s;position:relative;padding:0 0 0 44px;margin-bottom:18px}
ol.steps li:before{content:counter(s);position:absolute;left:0;top:0;width:30px;height:30px;
border-radius:50%;background:var(--primary);color:#fff;font:500 14px/30px var(--sans);text-align:center}
/* ---- explore rail: the seven things, on home and on explore.html ----
   auto-fit rather than a fixed grid-4, because there are SEVEN cards and a fixed
   four-column grid leaves a three-card orphan row that looks like a mistake.
   The whole card is the link; the pill inside it is a span, not a button, so there
   is no nested interactive element. */
/* ---- the home rail, deliberately the SAME component as the concern tiles ----
   Same .card, same .grid-4, same 18px h3, same .sm blurb, same .lbl arrow. The only additions
   are an 18px icon and a FREE/MEMBERS eyebrow sharing one line above the title.
   🚨 It was tried at seven across in one row and it looked cramped: 1080px of wrap over seven
   cards is ~145px each, and a title plus a blurb plus a link cannot breathe in that. The concern
   tiles read well because they are ~254px. Four across is the width that makes this style work. */
/* Everything below is only what a plain .card does NOT already give us. No padding, no font
   sizes, no colours are restated here - the tile inherits .card, .card h3, .sm and .lbl
   untouched, so it is the concern tile in every respect a reader can see.
   The flex column exists for ONE reason: to bottom-align the arrow. The concern tiles get
   away without it because all four of their blurbs happen to be the same depth. */
.xtile{display:flex;flex-direction:column;gap:9px;text-decoration:none;color:inherit}
.xtile:hover{border-color:var(--primary)}
.xtile h3,.xtile p{margin:0}
/* the icon sits in the heading line, so the tile keeps the concern tile's three rows */
.xtile h3{display:flex;align-items:center;gap:8px}
.xi{width:15px;height:15px;flex:0 0 auto;display:block;color:var(--primary);
fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.xtile.sage .xi{color:var(--success)}
.xtile.warm .xi{color:var(--secondary-hover)}
.xtile.spirit .xi{color:var(--tertiary-hover)}
/* 🚨 .xtile .xarrow, NOT .xarrow: the ".xtile h3,.xtile p{margin:0}" reset above is two
   classes and beat a one-class "margin:auto 0 0", so the arrow was NEVER pushed to the
   bottom - a card with a one-line blurb sat its arrow 22px above its neighbours' and the
   row looked ragged. A reset you wrote yourself can out-specify the rule it was meant to
   support.
   The colour is primary on EVERY tone, exactly as the concern tiles do it - a tone-coloured
   arrow puts --success on --sage at 4.0:1, under the 4.5 floor for text. */
.xtile .xarrow{margin:auto 0 0;padding-top:2px;color:var(--primary)}
.xtile-cta{background:var(--primary);border-color:var(--primary)}
.xtile-cta h3{color:#fff}
.xtile-cta p{color:rgba(255,255,255,.9)}
.xtile-cta .xarrow{color:#fff}
/* .xeye inherits --muted, which is a brown at ~1.4:1 on the solid indigo. .85 white clears
   4.5:1 for 11px text; anything lighter does not. */
.xtile-cta .xeye{color:rgba(255,255,255,.85)}
.xtile-cta:hover{background:var(--primary-hover);border-color:var(--primary-hover)}
/* The closing tile goes full width once the resource count divides evenly into the grid,
   so it reads as the end of the block rather than as a lonely ninth thing on a third row.
   Laid out in a row on wide screens and stacked on narrow, which is what 1fr/auto does at
   the point the grid itself is one column. */
.xtile-wide{grid-column:1/-1;flex-direction:row;align-items:center;gap:6px 18px;flex-wrap:wrap}
.xtile-wide p{flex:1 1 260px}
.xtile-wide .xarrow{margin:0}

.xgrid{display:grid;gap:16px;grid-template-columns:1fr;margin:0 0 26px}
.xcard{display:flex;flex-direction:column;background:var(--surface);
border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--sh1);
text-decoration:none;color:inherit}
.xcard:hover{border-color:var(--primary);box-shadow:var(--sh2)}

/* The tinted head. The tone classes could not colour the CARD - .xcard{background:var(--surface)}
   is later in this sheet than .sage/.warm/.spirit and both are one class, so the card always won
   and the tones were invisible. Colouring a child element sidesteps the collision entirely and
   gives the rail its rhythm. */
.xtop{position:relative;display:flex;align-items:flex-start;gap:12px;padding:18px;
background:var(--primary-light)}
/* the aura mandala's concentric rings, as three hairline circles off the top-right corner.
   Pure CSS: no image, no bytes in the HTML, and it sits under the icon via z-index. */
/* ink rings, NOT white: three of the four tints are near-white (--primary-light is var(--violet-tint)),
   so white-on-tint was invisible on everything except the sage green. Ink at 5-8% reads on
   all four and stays neutral against the green. */
.xtop:before{content:"";position:absolute;inset:0;pointer-events:none;
background:
 radial-gradient(circle at 100% 0,transparent 33px,rgba(31,26,51,.09) 34px,transparent 36px),
 radial-gradient(circle at 100% 0,transparent 51px,rgba(31,26,51,.07) 52px,transparent 54px),
 radial-gradient(circle at 100% 0,transparent 69px,rgba(31,26,51,.05) 70px,transparent 72px)}
.xico{position:relative;z-index:1;width:48px;height:48px;border-radius:50%;flex:0 0 auto;
display:flex;align-items:center;justify-content:center;
background:var(--surface);color:var(--primary);box-shadow:var(--sh1)}
.xico svg{width:24px;height:24px;display:block}
/* white ground, not the tint: a success-light badge on the sage head was two greens at 1.2:1 */
.xtop .badge{position:relative;z-index:1;margin-left:auto;background:var(--surface)}
.xbody{display:flex;flex-direction:column;gap:10px;padding:18px;flex:1 1 auto}
/* serif, like every other heading on the site - the sans h3 default read as a form label */
.xcard h3{font-family:var(--serif);font-size:20px;font-weight:700;line-height:1.25;
letter-spacing:-.01em;margin:0}
.xcard p{margin:0;font-size:14px;line-height:1.6;color:var(--muted);flex:1 1 auto}
/* 34px clears the 24x24 WCAG 2.5.8 AA target floor; nowrap for the same reason the
   .picks buttons need it - squeezed in a flex row the label wraps and grows the box. */
.xgo{align-self:flex-start;background:var(--primary);color:var(--on-primary);border-radius:9999px;
padding:9px 20px;min-height:36px;display:inline-flex;align-items:center;white-space:nowrap;
font:500 12px/1.3 var(--sans);letter-spacing:.06em;text-transform:uppercase;margin-top:2px}
.xcard:hover .xgo{background:var(--primary-hover)}
.xcard.warm .xtop{background:var(--secondary-light)}
.xcard.warm .xico{color:var(--secondary-hover)}
.xcard.warm .xgo{background:var(--secondary)}
.xcard.warm:hover .xgo{background:var(--secondary-hover)}
.xcard.spirit .xtop{background:var(--tertiary-light)}
.xcard.spirit .xico{color:var(--tertiary-hover)}
.xcard.spirit .xgo{background:var(--tertiary)}
.xcard.spirit:hover .xgo{background:var(--tertiary-hover)}
.xcard.sage .xtop{background:var(--sage)}
.xcard.sage .xico{color:var(--success)}
.xcard.sage .xgo{background:var(--success)}
.xcard.sage:hover .xgo{background:var(--green-deep)}
/* the closing tile. Solid, no icon head, so it never reads as an eighth "thing". */
.xcta{background:var(--primary);border-color:var(--primary);justify-content:center}
/* the CTA has no icon head, so its body owns the whole card - centre the block and drop the
   flex:1 off its paragraph, or the button is shoved to the floor with a hole above it */
.xcta .xbody{gap:12px;padding:22px 20px;justify-content:center}
.xcta p{flex:0 0 auto}
.xcta h3{color:#fff}
.xcta p{color:rgba(255,255,255,.88)}
.xcta .xgo{background:#fff;color:var(--primary)}
.xcta:hover{border-color:var(--primary-hover);background:var(--primary-hover)}
.xcta:hover .xgo{background:#fff;color:var(--primary-hover)}
/* same rule as .xtile-wide, on the big card: full width when the eight cards above it have
   already filled their rows. The body goes to a row so a full-width card is not 200px of
   indigo with three centred lines floating in it. */
.xcta-wide{grid-column:1/-1}
.xcta-wide .xbody{flex-direction:row;align-items:center;gap:8px 22px;flex-wrap:wrap}
.xcta-wide h3{flex:0 0 auto}
.xcta-wide p{flex:1 1 300px}
@media(prefers-reduced-motion:no-preference){
.xcard{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.xcard:hover{transform:translateY(-3px)}
}
@media(min-width:560px){.xgrid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.xgrid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1080px){.xgrid{grid-template-columns:repeat(4,1fr)}}

/* ---- hero aura: three soft brand blobs, pure CSS. No image, so it costs the HTML
   nothing and the CSS file is cached across all pages. ---- */
.hero{position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
background:
 radial-gradient(52% 68% at 88% 8%,rgba(203,47,5,.20) 0%,transparent 62%),
 radial-gradient(48% 62% at 4% 88%,rgba(85,96,228,.20) 0%,transparent 60%),
 radial-gradient(70% 90% at 50% -20%,rgba(65,59,176,.16) 0%,transparent 68%)}
.hero>.wrap{position:relative;z-index:1}
/* the trust strip under the hero buttons */
.facts{display:flex;flex-wrap:wrap;gap:8px 22px;margin:18px 0 0;padding:0;list-style:none}
.facts li{font:500 13px/1.5 var(--sans);color:var(--muted);display:flex;align-items:center;gap:7px}
.facts li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--secondary);flex:0 0 auto}
.vidwrap{max-width:760px;margin:0 0 18px}
.vid-el{width:100%;display:block;border-radius:16px;background:#000;box-shadow:var(--sh2)}
.vid{position:relative;padding-top:56.25%;border-radius:16px;overflow:hidden;background:var(--raised);box-shadow:var(--sh2)}
.vid iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px;border:1px solid var(--line);background:var(--surface)}
table{border-collapse:collapse;width:100%;min-width:640px;font-size:14px}
th,td{text-align:left;padding:12px 14px;border-bottom:1px solid rgba(31,26,51,.08)}
th{font:500 12px/1.4 var(--sans);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);background:var(--raised)}
tr:last-child td{border-bottom:0}
.note{border-left:3px solid var(--gold);background:var(--surface);border-radius:0 12px 12px 0;padding:16px 18px;margin:0 0 18px}
.quote{margin:0;display:flex;flex-direction:column;gap:10px}
.quote p{font-size:15px;line-height:1.7;margin:0}
.quote figcaption{margin-top:0;padding-top:0}
.rev-by{display:flex;align-items:center;gap:8px}
/* display:none is load-bearing, not tidiness: the sprite sits inside the review GRID,
   so without it the browser counts it as a grid item and blanks the first cell. */
.sprite{display:none}
.rev-id{display:flex;flex-direction:column;gap:3px;min-width:0}
.rev-g{width:24px;height:24px;flex:0 0 auto;display:block}
.rev-name{font-weight:700;font-size:15px;line-height:1.3}
.rev-when{display:block}
.rev-q{display:flex;flex-direction:column;gap:8px}
.stars{color:var(--gold);letter-spacing:2px;font-size:14px;line-height:1}
/* Compact homepage rail: four across, tighter type, quote clamped. The clamp is
   presentational only - the full text is still in the DOM. */
.rev-c{gap:12px}
.rev-c .card{padding:14px 15px}
.rev-c .quote{gap:7px}
.rev-c .quote p{font-size:13px;line-height:1.6}
.rev-c .rev-name{font-size:13.5px}
.rev-c .rev-by{gap:10px}
.rev-c .rev-g{width:22px;height:22px}
.rev-c .rev-when{font-size:12px}
.rev-c .stars{font-size:12px;letter-spacing:1px}
.rev-c .rev-q{display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}
.rev-c .rev-q p+p{margin-top:6px}
.cap-form{display:grid;gap:16px;margin:0}
.cap-form[hidden],.cap-form [hidden],.cap-done[hidden]{display:none!important}
.cap-row{display:grid;gap:16px;grid-template-columns:1fr}
.cap-f label{display:block;font:500 12px/1.4 var(--sans);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 6px}
.cap-f input{width:100%;background:var(--bg);border:1px solid var(--line);border-radius:12px;
padding:12px 14px;font:400 16px/1.4 var(--sans);color:var(--ink);min-height:48px}
.cap-f input:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
.cap-f input[aria-invalid=true]{border-color:var(--error);background:var(--error-light)}
.cap-tel{display:flex;align-items:stretch}
.cap-tel .cc{display:flex;align-items:center;padding:0 12px;border:1px solid var(--line);
border-right:0;border-radius:12px 0 0 12px;background:var(--raised);color:var(--muted);
font:500 15px/1 var(--sans);white-space:nowrap}
.cap-tel input{border-radius:0 12px 12px 0}
.cap-err{display:block;margin:6px 0 0;font-size:13px;line-height:1.5;color:var(--error)}
.cap-hint{margin:6px 0 0;font-size:13px;line-height:1.5;color:var(--muted)}
.cap-consent{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.6}
.cap-consent input{width:20px;height:20px;min-height:20px;margin:2px 0 0;flex:0 0 auto;accent-color:var(--primary)}
.cap-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.cap-done{border-left:3px solid var(--success);background:var(--surface);border-radius:0 12px 12px 0;padding:16px 18px}
.cap-done h3{margin:0 0 6px}
.cap-done p{margin:0;font-size:14px;line-height:1.6}
@media(min-width:720px){.cap-row{grid-template-columns:1fr 1fr}}
.guard{border-left:3px solid var(--warning);background:var(--warning-light);border-radius:0 12px 12px 0;padding:16px 18px;font-size:14px;line-height:1.6}
.filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}
.filters button{background:var(--paper);border:1px solid var(--line);color:var(--ink-soft);
border-radius:999px;padding:9px 16px;font:600 13.5px/1 var(--sans);letter-spacing:.02em;cursor:pointer;min-height:40px}
.filters button:hover{border-color:var(--violet);color:var(--violet-deep)}
.filters button[aria-pressed=true]{background:var(--violet);border-color:var(--violet);color:#fff}
.scard{display:flex;flex-direction:column}
.scard .meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:16px}
/* At four across the card is ~210px of content and "PRICE - 45-60 min" plus the button need
   ~240px, so the duration was breaking mid-phrase and dropping "min" onto its own line. Keep
   the price phrase whole and let the BUTTON wrap under it instead - a wrapped row reads as a
   layout, a broken phrase reads as a bug. */
.scard .meta>span{white-space:nowrap}
.scard .meta{flex-wrap:wrap;row-gap:12px}
/* ---- footer: the front page's footer, verbatim (see home_chrome() in build.py) ---- */
.soc{width:20px;height:20px;fill:currentColor}
.site-foot{background:var(--violet-deep);color:#D9D4EE;padding:64px 0 40px;margin-top:0;font-size:15px}
.site-foot .brand b{color:#fff}
.site-foot .brand i{color:#B7AFDD}
.site-foot a{color:#D9D4EE;text-decoration:none}
.site-foot a:hover{color:#fff;text-decoration:underline}
.site-foot p{margin:0 0 1em}
.fgrid{display:grid;grid-template-columns:1.7fr repeat(5,1fr);gap:34px}
.fbrand p{color:#B7AFDD;margin:14px 0 0;line-height:1.6}
.fcol h4{font-family:var(--sans);font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:#F5E2B3;margin:6px 0 14px}
.fcol ul{list-style:none;margin:0;padding:0}
.fcol li{margin:0 0 9px;font-size:14.5px}
.fcontact{display:flex;flex-direction:column;gap:8px;margin-top:16px}
.fcontact a{display:flex;align-items:center;gap:9px;font-size:14.5px}
.fsoc{display:flex;gap:12px;margin-top:18px}
.fsoc a{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center;color:#fff}
.fsoc a:hover{background:var(--gold);color:var(--violet-deep)}
.flegal{border-top:1px solid rgba(255,255,255,.16);margin-top:44px;padding-top:24px}
.flegal p{font-size:12.5px;line-height:1.65;color:#9F97C9;max-width:100%}
@media (max-width:1040px){.fgrid{grid-template-columns:1fr 1fr 1fr}.fbrand{grid-column:1/-1}}
@media (max-width:640px){.fgrid{grid-template-columns:1fr 1fr}}
/* the two ported tools carry their own inline sheets; their buttons take the site pill so they
   read as the same family (id + element beats the fragments' id + class) */
#whc-calc button.cta,#whc-calc .actions button{border-radius:999px;font-family:var(--sans);font-weight:600;letter-spacing:.02em;min-height:48px}
#whc-calc .seg button{font-family:var(--sans)}
/* ---- responsive ---- */
@media(min-width:720px){
section{padding:66px 0}
.hero{padding:72px 0 52px}
.grid-2{grid-template-columns:1fr 1fr}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:960px){
.grid-4{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:900px){body{font-size:16px}.wrap{padding:0 18px}}
/* phones: every button one step smaller, site-wide (owner, 2026-09-09); 40px keeps the 24px WCAG floor */
@media(max-width:600px){.btn{font-size:13.5px;padding:9px 18px;min-height:40px;gap:7px}.picks .btn{min-height:34px}.btns{gap:9px}}
/* phones: tighter and smaller everywhere (owner, 2026-09-09) - type, headings, gaps, padding */
@media(max-width:600px){
body{font-size:15px;line-height:1.55}
h1,.hero h1{font-size:28px;margin-bottom:10px}
h2{font-size:22px;margin-bottom:.4em}
h3{font-size:16px}
.lede,.hero .lede{font-size:15.5px;line-height:1.5}
.sm{font-size:14px}.cap{font-size:11.5px}
.eyebrow{font-size:11px;margin-bottom:8px}
p{margin:0 0 .75em}
section{padding:30px 0}
.hero{padding:30px 0 22px}
.hero+section{padding-top:22px}
.wrap{padding:0 14px}
.grid{gap:10px}
.card{padding:16px 14px;border-radius:14px}
.card-2xl{padding:18px 16px;border-radius:18px}
.rule{margin:20px 0}
.btns{gap:8px}
ul.ticks li{margin-bottom:6px}
.filters{gap:6px;margin-bottom:14px}
.filters button{padding:7px 12px;font-size:12.5px;min-height:34px}
.scard .meta{padding-top:10px;row-gap:8px}
.price{font-size:18px}
.badge{font-size:10.5px;padding:3px 9px}
.guard,.note{padding:12px 14px;font-size:13.5px}
.tablewrap table{font-size:13.5px}
.site-foot{padding:36px 0 24px;font-size:14px}
.fgrid{gap:20px}
.fcol li{margin-bottom:6px;font-size:13.5px}
.fcontact{gap:6px;margin-top:10px}
.fsoc{margin-top:12px}
.flegal{margin-top:24px;padding-top:16px}
.flegal p{font-size:11.5px}
.rescard{padding:16px 14px;border-radius:16px}
.rescard .bubble{width:42px;height:42px;margin-bottom:10px}
.reslist a{padding:5px 0;font-size:13px}
.res{gap:10px}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media(prefers-reduced-motion:no-preference){a,button{transition:background-color .15s ease,color .15s ease}}

/* ---- resources: the front page's grouped cards, lifted from content/home.html ---- */
.ic{width:24px;height:24px;fill:currentColor;display:block}.ar{width:17px;height:17px;flex:0 0 17px;vertical-align:-3px}
/* ---------- resources ---------- */
.res-band{background:linear-gradient(180deg,#EFEDFA 0%,#F4F1FB 100%);border-block:1px solid var(--line)}
/* three across, not four: the groups run 3-2-2-3, so a four-column track left
   the two-card groups half empty. */
.res{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
/* the tile treatment from design 3: the icon rides in a tinted bubble that
   rotates through four brand tints across the row, and the card reads
   left-aligned rather than centred so the bubble anchors the corner. */
.rescard{background:var(--paper);border:1px solid var(--line);border-radius:24px;
         padding:24px 22px;color:inherit;display:flex;flex-direction:column;
         transition:transform .18s,box-shadow .18s,border-color .18s}
a.rescard:hover{transform:translateY(-4px);box-shadow:var(--sh-m);border-color:#C9C2E8;color:inherit}
.rescard .bubble{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;
                 margin-bottom:16px;background:var(--violet-tint);color:var(--violet)}
.rescard:nth-of-type(4n+2) .bubble{background:var(--vermilion-tint);color:var(--vermilion)}
.rescard:nth-of-type(4n+3) .bubble{background:var(--green-tint);color:var(--green-deep)}
.rescard:nth-of-type(4n) .bubble{background:var(--gold-light);color:var(--gold-deep)}
.rescard .ic{width:24px;height:24px}
/* each card carries its own items as links; the card itself is not a link */
.reslist{list-style:none;margin:2px 0 0;padding:0;display:grid;gap:2px}
.reslist a{display:flex;align-items:center;gap:8px;
           padding:7px 0;font-size:13.5px;font-weight:600;color:var(--violet-deep);
           border-top:1px solid var(--line)}
.resnum{flex:0 0 auto;min-width:16px;font-size:11.5px;font-weight:700;color:var(--gold-deep);
        font-variant-numeric:tabular-nums}
.reslist a > svg{margin-left:auto}
.reslist li:first-child a{border-top:0}
.reslist a svg{width:15px;height:15px;flex:0 0 15px;opacity:.45;transition:transform .16s,opacity .16s}
.reslist a:hover{color:var(--violet)}
.reslist a:hover svg{transform:translateX(3px);opacity:1}
.rescard h3{font-family:var(--sans);font-size:16.5px;font-weight:700;margin:0 0 8px;color:var(--violet-deep)}
.rescard p{font-size:14px;color:var(--ink-soft);margin:0 0 16px;flex:1}
.rescard .more{font-size:12px}
@media (max-width:1000px){.res{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.res{grid-template-columns:1fr}}



