:root{
  --ground:#1b2136; --card:#232a44; --raised:#2b3352;
  --ink:#ece7da; --mut:#a3a795; --meta:#8fa3c8;
  --gold:#d9a441; --verm:#cc3d28; --verm-h:#bd3620; --verm-t:#ff8f77;
  --aqua:#7fd0da; --aqua-line:rgba(127,208,218,.55);
  --seam:#38405e; --line:#4a537a;
  --mono:'IBM Plex Mono','Zen Kaku Gothic New',monospace;
  --serif:'Shippori Mincho B1',serif; --sans:'Zen Kaku Gothic New',sans-serif;
}
.when,.when *{box-sizing:border-box}
.when{font-family:var(--sans);font-size:16px;line-height:1.6}
.when a{color:var(--gold)}
.when a:hover{color:var(--ink)}
.when ::selection{background:var(--gold);color:var(--ground)}
.when h1,.when h2,.when h3{font-family:var(--serif);font-weight:600;margin:0}
.when .wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.when .k{font-family:var(--mono);letter-spacing:.12em;font-size:12px;color:var(--meta)}
.when .vh{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.when .seam{flex:1;border-top:1px dashed var(--seam);min-width:40px}
.when .no{width:46px;height:46px;border:2px dashed var(--gold);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--gold);font-family:var(--mono);font-size:14px;flex-shrink:0}
.when .sec-h{display:flex;align-items:center;gap:16px;margin-bottom:10px;flex-wrap:wrap}
.when .sec-h h2{font-size:clamp(26px,3vw,38px)}
.when .lead{max-width:72ch;color:var(--mut);margin:0 0 28px}
.when section{margin:100px 0 0}
.when .cv2{font-family:var(--mono);font-size:12px;font-weight:400;color:var(--meta);letter-spacing:.02em;white-space:nowrap}
.when .rate{font-family:var(--mono);font-size:12px;color:var(--meta);margin:12px 0 0;letter-spacing:.04em}
.when .pho{border:1px dashed var(--seam);border-radius:6px;background:repeating-linear-gradient(-45deg,var(--card),var(--card) 10px,var(--raised) 10px,var(--raised) 20px);display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;margin:0}
.when .pho span{font-family:var(--mono);font-size:12px;color:var(--meta);max-width:52ch;line-height:1.6}
.when .ilink{color:var(--aqua);text-decoration:none;border-bottom:1px dashed var(--aqua-line);padding:10px 0;display:inline-block}
.when .ilink:hover{color:var(--aqua-hi)}
.when .btn-book{background:var(--verm);color:#fdf6ee;text-decoration:none;font-size:14px;font-weight:700;padding:12px 20px;border-radius:4px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:transform .12s,box-shadow .12s,background .12s}
.when .btn-book::before{content:'湯';font-size:12px;margin-right:8px;opacity:.85}
.when .btn-book:hover{background:var(--verm-h);color:#fdf6ee;transform:translateY(1px);box-shadow:inset 0 2px 6px rgba(0,0,0,.3)}
.when .btn-ghost{border:1px dashed var(--ink);color:var(--ink);text-decoration:none;font-size:14px;font-weight:700;padding:12px 20px;border-radius:4px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
.when .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.when .hero{margin-top:40px}
.when .hero h1{font-size:clamp(29px,3.3vw,43px);line-height:1.16;margin:14px 0 14px;max-width:30ch;text-wrap:balance}
.when .hero-top{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);gap:32px;align-items:stretch;margin-bottom:26px}
.when .hero-top .pho{min-height:300px;height:100%}
.when .hero .sub{color:var(--mut);max-width:66ch;margin:0}
.when .vs2{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);border-radius:8px;overflow:hidden;gap:0}
.when .vs2 > div{padding:26px 28px 24px;display:flex;flex-direction:column;gap:8px;min-width:0;position:relative}
.when .vs2 .lot{border:1px solid var(--line);background:var(--card)}
.when .vs2 .lot.pool{border-color:rgba(217,164,65,.55);border-radius:8px 0 0 8px;background:linear-gradient(180deg,rgba(217,164,65,.14),rgba(217,164,65,.03) 60%,var(--card))}
.when .vs2 .lot.gate{border-color:rgba(127,208,218,.5);border-radius:0 8px 8px 0;background:linear-gradient(180deg,rgba(127,208,218,.12),rgba(127,208,218,.02) 60%,var(--card))}
.when .vs2 .lot .k{letter-spacing:.14em;padding-right:76px;min-height:44px;display:flex;align-items:flex-start}
.when .vs2 .lot.pool .k{color:var(--gold)}
.when .vs2 .lot.gate .k{color:var(--aqua)}
.when .vs2 .mid{align-items:center;justify-content:center;font-family:var(--mono);font-size:12px;letter-spacing:.14em;color:var(--meta);padding:22px 14px;text-align:center;background:var(--ground);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.when .vs2 .mid b{display:block;width:34px;height:34px;border:2px dashed var(--gold);border-radius:50%;margin:0 auto 10px;font-family:var(--serif);font-size:16px;color:var(--gold);line-height:30px;transform:rotate(-8deg)}
.when .vs2 .amt{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-top:6px}
.when .vs2 .amt .mo{font-family:var(--serif);font-weight:700;font-size:clamp(34px,4vw,52px);line-height:1;color:var(--ink)}
.when .vs2 .lot.pool .amt .mo{color:var(--gold)}
.when .vs2 .lot.gate .amt .mo{color:var(--aqua)}
.when .vs2 .amt .why{font-family:var(--serif);font-weight:600;font-size:clamp(18px,1.8vw,22px);color:var(--ink)}
.when .vs2 .amt small{flex-basis:100%;font-family:var(--mono);font-size:12px;font-weight:400;color:var(--meta);letter-spacing:.06em;margin-top:6px}
.when .vs2 .figs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}
.when .vs2 .figs div{border:1px dashed var(--line);border-radius:4px;padding:8px 10px;background:var(--sunk)}
.when .vs2 .figs b{display:block;font-family:var(--mono);font-weight:600;font-size:17px;color:var(--ink);line-height:1.1}
.when .vs2 .lot.pool .figs b{color:var(--gold)}
.when .vs2 .lot.gate .figs b{color:var(--aqua)}
.when .vs2 .figs span{font-family:var(--mono);font-size:12px;color:var(--meta);letter-spacing:.04em}
.when .vs2 p{margin:8px 0 0;font-size:13.5px;color:var(--mut)}
.when .vs2 .gl{position:absolute;right:22px;top:22px;width:44px;height:44px;pointer-events:none;opacity:.9}
.when .vs2 .gl.steam{border:2px solid var(--gold);border-radius:50%;box-shadow:0 0 0 7px var(--card),0 0 0 9px rgba(217,164,65,.55),0 0 0 16px var(--card),0 0 0 18px rgba(217,164,65,.28);transform:scale(.7);top:28px;right:28px}
.when .vs2 .gl.steam::after{content:'湯';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:20px;color:var(--gold)}
.when .vs2 .gl.stub{width:54px;height:34px;top:26px;border:1.5px solid var(--aqua);border-radius:4px;background:repeating-linear-gradient(-45deg,transparent 0 4px,rgba(127,208,218,.25) 4px 6px)}
.when .vs2 .gl.stub::before{content:'';position:absolute;left:14px;top:-2px;bottom:-2px;border-left:2px dashed var(--aqua)}
.when .vs2 .gl.stub::after{content:'';position:absolute;left:11px;top:-6px;width:8px;height:8px;border-radius:50%;background:var(--card);border:1.5px solid var(--aqua);box-shadow:0 32px 0 var(--card),0 32px 0 1.5px var(--aqua)}
.when .vs2 .go{margin-top:auto;padding-top:14px}
.when .vs2 .go a{font-family:var(--mono);font-size:12px;font-weight:600;text-decoration:none;border-radius:4px;padding:10px 14px;min-height:40px;display:inline-flex;align-items:center;gap:8px}
.when .vs2 .go a::after{content:'→'}
.when .vs2 .lot.pool .go a{color:var(--ground);background:var(--gold);border:1px solid var(--gold)}
.when .vs2 .lot.pool .go a:hover{background:#e6b65a;color:var(--ground)}
.when .vs2 .lot.gate .go a{color:var(--aqua);border:1px dashed var(--aqua-line)}
.when .vs2 .lot.gate .go a:hover{background:rgba(127,208,218,.12);border-color:var(--aqua);color:var(--aqua-hi)}
.when .qa{border:1px dashed var(--seam);border-radius:6px;background:var(--card);padding:24px 26px 20px;margin-top:26px}
.when .qa dl{margin:14px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:16px 32px}
.when .qa dt{font-family:var(--serif);font-weight:600;font-size:16px}
.when .qa dd{margin:4px 0 0;font-size:14px;color:var(--mut)}
.when .ribbon{border:1px dashed var(--gold);border-radius:8px;background:var(--card);padding:22px 22px 18px;margin-top:26px}
.when .ribbon .rk{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.when .ribbon .rk .k{color:var(--gold)}
.when .ribbon .rk span:last-child{font-size:13px;color:var(--mut)}
.when .rib{display:grid;grid-template-columns:76px repeat(12,minmax(0,1fr));gap:6px 4px;align-items:stretch}
.when .rib .lab{font-family:var(--mono);font-size:12px;letter-spacing:.1em;color:var(--meta);display:flex;align-items:center;grid-column:1;grid-row:1}
.when .rib .lab.pool{color:var(--gold);align-self:start;padding-top:22px}
.when .rib .lab.gate{align-self:end;padding-bottom:16px}
.when .rib .m{grid-row:1}
.when .rib .m{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--ink);padding:8px 2px 6px;border-radius:4px;min-height:44px;justify-content:center;gap:3px}
.when .rib .m b{font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.06em}
.when .rib .m small{font-family:var(--mono);font-size:12px;color:var(--meta)}
.when .rib .m:hover{background:var(--raised);color:var(--ink)}
.when .rib .pl{height:64px;display:flex;align-items:flex-end;justify-content:center;align-self:stretch;width:100%}
.when .rib .pl i{display:block;width:100%;border-radius:3px 3px 0 0;background:var(--gold)}
.when .rib .pl i.h5{height:100%}
.when .rib .pl i.h4{height:78%}
.when .rib .pl i.h3{height:52%}
.when .rib .pl i.h2{height:34%}
.when .rib .pl i.swim{height:52%;background:repeating-linear-gradient(90deg,var(--gold) 0 6px,transparent 6px 10px)}
.when .rib .pl i.broken{height:52%;background:transparent;border:2px dashed var(--verm-t);border-bottom:none;border-radius:3px 3px 0 0}
.when .rib .gt{height:44px;display:flex;align-items:flex-start;justify-content:center;align-self:stretch;width:100%}
.when .rib .gt i{display:block;width:100%;border-radius:0 0 3px 3px;background:repeating-linear-gradient(-45deg,var(--ink) 0 3px,transparent 3px 7px);opacity:.8}
.when .rib .gt i.g4{height:100%}
.when .rib .gt i.g3{height:66%}
.when .rib .gt i.g2{height:38%}
.when .rib .gt i.g1{height:16%}
.when .ribbon .lg{display:flex;gap:8px 20px;flex-wrap:wrap;margin-top:14px;font-family:var(--mono);font-size:12px;color:var(--meta);letter-spacing:.04em}
.when .ribbon .lg span{display:inline-flex;align-items:center;gap:8px}
.when .ribbon .lg i{display:inline-block;width:18px;height:12px}
.when .ribbon .lg i.a{background:var(--gold)}
.when .ribbon .lg i.b{border:2px dashed var(--verm-t)}
.when .ribbon .lg i.c{background:repeating-linear-gradient(90deg,var(--gold) 0 6px,transparent 6px 10px)}
.when .ribbon .lg i.d{background:repeating-linear-gradient(-45deg,var(--ink) 0 3px,transparent 3px 7px)}
.when .find{border:1px dashed var(--gold);border-radius:6px;background:var(--ground);padding:22px 26px;margin-top:22px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px 40px}
.when .find .k{color:var(--gold)}
.when .find .big{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.4vw,30px);color:var(--ink);line-height:1.15;margin:8px 0 6px}
.when .find .big small{display:block;font-family:var(--mono);font-size:12px;font-weight:400;color:var(--meta);letter-spacing:.06em;margin-top:6px}
.when .find p{margin:0;font-size:14.5px;color:var(--mut)}
.when .find strong{color:var(--ink)}
.when .find .but{grid-column:1 / -1;border-top:1px dashed var(--seam);padding-top:14px;display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.when .find .but p{flex:1;min-width:0}
.when .seal{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:28px;min-width:64px;padding:0 10px;font-family:var(--mono);font-size:12px;letter-spacing:.06em;white-space:nowrap;vertical-align:middle;position:relative}
.when .seal-in{background:var(--gold);color:var(--ground);font-weight:600;border-radius:999px 4px 999px 4px;transform:rotate(-2deg)}
.when .seal-in::before{content:'湯';font-weight:400;margin-right:6px}
.when .seal-pay,.when .seal-own{background:var(--ground);border:1px solid var(--line);border-left:none;border-radius:0 4px 4px 0;padding-left:14px;color:var(--ink);font-weight:600}
.when .seal-pay::before,.when .seal-own::before{content:'';position:absolute;left:0;top:-1px;bottom:-1px;width:6px;background:radial-gradient(circle at 0 3px,var(--card) 2.6px,transparent 2.8px) 0 0/6px 6px repeat-y;border-left:1px solid var(--line)}
.when .seal-own{color:var(--mut);font-weight:400}
.when .seal-check{border:1.5px dashed var(--verm-t);border-radius:50%/60%;color:var(--verm-t);font-weight:400;background:transparent;min-width:76px}
.when .legend{font-family:var(--mono);font-size:12px;color:var(--meta);margin:0 2px 8px;line-height:1.9;display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center}
.when .tbl-wrap{border:1px dashed var(--line);border-radius:6px;background:var(--card);overflow-x:auto}
.when table.mx{width:100%;border-collapse:collapse;font-size:14px}
.when .mx thead th{font-family:var(--mono);font-weight:500;font-size:12px;letter-spacing:.04em;color:var(--meta);text-align:left;padding:14px 12px;border-bottom:1px dashed var(--line);line-height:1.5;vertical-align:bottom}
.when .mx thead th small{display:block;font-size:12px;color:var(--quiet);letter-spacing:.02em}
.when .mx thead th:first-child{padding-left:18px}
.when .mx td,.when .mx tbody th{padding:12px;border-top:1px dashed var(--seam);text-align:left;vertical-align:middle}
.when .mx tbody th{padding-left:18px;font-family:var(--sans);font-weight:700;color:var(--ink);font-size:15px}
.when .mx tbody th a{color:var(--ink);text-decoration:none;border-bottom:1px dashed var(--aqua-line);padding:10px 0;display:inline-block}
.when .mx tbody th a:hover{color:var(--aqua)}
.when .mx td.num{font-family:var(--mono);color:var(--ink);white-space:nowrap}
.when .mx td.dim{color:var(--mut);font-size:13.5px}
.when .mx tbody tr:hover td,.when .mx tbody tr:hover th{background:var(--raised)}
.when .mx tr.best td,.when .mx tr.best th{background:rgba(217,164,65,.07)}
.when .mx tr.best th{box-shadow:inset 3px 0 0 var(--gold)}
.when .mx td.act{width:112px;text-align:right;padding-right:14px}
.when .bk{background:var(--verm);color:#fdf6ee;font-family:var(--sans);font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;padding:0 16px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;min-height:40px;min-width:88px}
.when .bk::before{content:'湯';font-size:12px;margin-right:7px;opacity:.85}
.when .bk:hover{background:var(--verm-h);color:#fdf6ee}
.when .note{font-family:var(--mono);font-size:12px;color:var(--meta);margin:10px 2px 0;line-height:1.8}
.when .rt{white-space:nowrap;color:var(--ink)}
.when .rt b{font-family:var(--mono)}
.when .rt .d{display:inline-flex;gap:3px;margin:0 5px;vertical-align:1px}
.when .rt .d i{width:7px;height:7px;border-radius:50%;background:var(--gold);display:inline-block}
.when .rt .d i.p10{background:linear-gradient(90deg,var(--gold) 10%,var(--seam) 10%)}
.when .rt .d i.p60{background:linear-gradient(90deg,var(--gold) 60%,var(--seam) 60%)}
.when .rt .d i.p80{background:linear-gradient(90deg,var(--gold) 80%,var(--seam) 80%)}
.when .rt .d i.p90{background:linear-gradient(90deg,var(--gold) 90%,var(--seam) 90%)}
.when .rt small{color:var(--mut);font-size:12px}
.when .rt .few{color:var(--verm-t);font-family:var(--mono);font-size:12px;margin-left:6px;display:block;white-space:normal;margin-top:4px}
.when .kb{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:26px 36px;margin-top:26px}
.when .kb > div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px}
.when .kb .n{width:30px;height:30px;border:1px dashed var(--gold);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--gold);font-family:var(--mono);font-size:12px;margin-top:2px}
.when .kb h3{font-size:18px;margin:0 0 6px}
.when .kb p{margin:0;color:var(--mut);font-size:15px}
.when .kb p em{font-style:normal;color:var(--meta);font-family:var(--mono);font-size:13px}
.when .duo{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:24px;align-items:start;margin-top:26px}
.when .inc{border:1px dashed var(--seam);border-radius:6px;padding:20px 22px;background:var(--card)}
.when .inc h3{font-size:17px;margin-bottom:12px}
.when .inc ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;font-size:14.5px;color:var(--mut)}
.when .inc li{display:flex;gap:10px;align-items:baseline}
.when .inc li::before{content:'';width:7px;height:7px;border:1px solid var(--gold);background:var(--gold);transform:rotate(45deg);flex-shrink:0;position:relative;top:-1px}
.when .inc li strong{color:var(--ink)}
.when .day{margin-top:26px;border:1px dashed var(--line);border-radius:6px;background:var(--card);padding:22px 24px 18px}
.when .day .dk{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-bottom:12px}
.when .day .dk .k{color:var(--gold)}
.when .day .dk span:last-child{font-size:13px;color:var(--mut)}
.when .band{display:flex;height:52px;border-radius:4px;overflow:hidden;border:1px solid var(--seam)}
.when .seg{position:relative;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:12px;color:var(--meta);background:var(--sunk);min-width:0}
.when .seg + .seg{border-left:1px dashed var(--seam)}
.when .seg.walk{background:repeating-linear-gradient(-45deg,var(--raised),var(--raised) 6px,var(--hatch) 6px,var(--hatch) 12px);color:var(--ink)}
.when .seg.pool{background:var(--gold);color:var(--ground);font-weight:600}
.when .seg.rule{background:repeating-linear-gradient(-45deg,var(--sunk) 0 4px,var(--raised) 4px 8px);color:var(--meta)}
.when .seg em{font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 6px}
.when .legs{display:flex;justify-content:space-between;gap:10px;margin-top:8px;font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--meta)}
.when .day .sumline{margin:14px 0 0;font-size:14px;color:var(--mut)}
.when .day .sumline strong{color:var(--ink)}
.when .snow{border:1px dashed var(--line);border-radius:6px;background:var(--card);padding:22px 22px 16px;margin-top:26px}
.when .sb{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:4px;align-items:end;height:180px}
.when .sb a{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;text-decoration:none;color:var(--ink);gap:6px;min-width:0}
.when .sb a i{display:block;width:100%;background:var(--ink);border-radius:3px 3px 0 0;min-height:2px}
.when .sb a i.zero{background:transparent;border-top:2px dashed var(--seam)}
.when .sb a b{font-family:var(--mono);font-size:12px;font-weight:600}
.when .sb a small{font-family:var(--mono);font-size:12px;color:var(--meta)}
.when .sb a:hover b{color:var(--gold)}
.when .snow .marks{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:12px 24px;margin-top:18px;border-top:1px dashed var(--seam);padding-top:14px}
.when .snow .marks div{font-size:14px;color:var(--mut)}
.when .snow .marks .k{display:block;color:var(--gold);margin-bottom:2px}
.when .snow .marks strong{color:var(--ink)}
.when .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));gap:18px;margin-top:26px}
.when .mini{border:1px dashed var(--line);border-radius:6px;background:var(--card);padding:18px 20px 16px;display:flex;flex-direction:column;gap:8px}
.when .mini .k{color:var(--gold)}
.when .mini h3{font-size:18px}
.when .mini .mo{font-family:var(--mono);font-weight:600;font-size:22px;color:var(--ink)}
.when .mini .mo small{font-size:12px;font-weight:400;color:var(--meta);letter-spacing:.06em;margin-left:6px}
.when .mini p{margin:0;color:var(--mut);font-size:14px}
.when .mini .tour{margin-top:auto;border-top:1px dashed var(--line);padding-top:12px;display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}
.when .mini .tour span{font-size:13px;color:var(--mut)}
.when .mini .tour span b{font-family:var(--mono);color:var(--gold);font-size:16px}
.when .gyg-widget{margin-top:26px;min-height:220px;border:1px dashed var(--seam);border-radius:6px;display:flex;align-items:center;justify-content:center;background:var(--ground)}
.when .gyg-widget span{font-family:var(--mono);font-size:12px;color:var(--meta)}
.when .gyg-widget a{color:var(--aqua);padding:12px 4px;display:inline-block}
.when .w-k{margin:30px 0 0;display:flex;align-items:center;gap:12px}
.when .w-k::after{content:'';flex:1;border-top:1px dashed var(--seam)}
.when .defs{border:1px dashed var(--seam);border-radius:6px;background:var(--card);padding:22px 26px 18px;margin-top:30px}
.when .defs dl{margin:12px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:14px 32px}
.when .defs dt{font-family:var(--mono);font-size:13px;font-weight:600;letter-spacing:.08em;color:var(--gold)}
.when .defs dd{margin:3px 0 0;font-size:14px;color:var(--mut)}
.when .faq{columns:2 380px;column-gap:40px;margin-top:26px}
.when .faq details{break-inside:avoid;border-top:1px dashed var(--line);padding:14px 0}
.when .faq summary{font-family:var(--serif);font-weight:600;font-size:18px;cursor:pointer;list-style:none;display:flex;align-items:baseline;gap:10px}
.when .faq summary::-webkit-details-marker{display:none}
.when .faq summary::before{content:'';width:8px;height:8px;border:1px solid var(--gold);background:var(--gold);transform:rotate(45deg);flex-shrink:0;display:inline-block}
.when .faq details:not([open]) summary::before{background:transparent}
.when .faq p{margin:8px 0 0 18px;color:var(--mut);font-size:15px}
.when .cta{margin:110px 0 0;background:#12172a;border-top:1px dashed var(--seam);text-align:center;padding:90px 24px}
.when .cta .seal-big{width:84px;height:84px;border:2px dashed var(--gold);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--gold);font-family:var(--serif);font-size:34px;transform:rotate(-6deg);margin-bottom:22px}
.when .cta h2{font-size:clamp(28px,3.8vw,46px);max-width:26ch;margin:0 auto 16px}
.when .cta p{color:var(--mut);max-width:56ch;margin:0 auto 28px}
.when .cta .k a{color:var(--aqua);text-decoration:none;border-bottom:1px dashed var(--aqua-line);padding:12px 2px;display:inline-block}
@media (max-width:860px){.when section{margin:64px 0 0}
.when .hero-top{grid-template-columns:minmax(0,1fr);gap:18px}
.when .hero-top .pho{min-height:0;height:auto;aspect-ratio:21/9}
.when .vs2{grid-template-columns:minmax(0,1fr)}
.when .vs2 .lot.pool,.when .vs2 .lot.gate{border-radius:8px}
.when .vs2 .mid{border:none;padding:14px}
.when .vs2 .mid b{display:inline-block;margin:0 10px 0 0;vertical-align:middle}
.when .vs2 .gl{display:none}
.when .duo,.when .find{grid-template-columns:minmax(0,1fr)}
.when .find .but{grid-column:auto}
.when .gyg-widget{min-height:420px}
.when .faq{columns:1}
.when .band{height:44px}
.when .seg em{display:none}
.when .rib{grid-template-columns:minmax(0,1fr);gap:0}
.when .rib .lab{display:none}
.when .rib .m{grid-row:auto;flex-direction:row;justify-content:flex-start;gap:12px;padding:10px 4px;border-top:1px dashed var(--seam)}
.when .rib .m:first-of-type{border-top:none}
.when .rib .m b{min-width:34px}
.when .rib .m small{margin-left:auto}
.when .rib .m .pl,.when .rib .m .gt{height:14px;width:34%;flex:0 0 34%;align-self:center;align-items:stretch}
.when .rib .m .pl i,.when .rib .m .gt i{height:100%!important;border-radius:3px}
.when .rib .m .pl i.h4{width:78%}
.when .rib .m .pl i.h3,.when .rib .m .pl i.swim,.when .rib .m .pl i.broken{width:52%}
.when .rib .m .pl i.h2{width:34%}
.when .rib .m .pl i.broken{border:2px dashed var(--verm-t)}
.when .rib .m .gt i.g3{width:66%}
.when .rib .m .gt i.g2{width:38%}
.when .rib .m .gt i.g1{width:16%}
.when .sb{height:150px}
.when .sb a small{display:none}
.when .mx thead{display:none}
.when .mx,.when .mx tbody{display:block}
.when .mx tr{display:block;border-top:1px dashed var(--seam);padding:14px 16px}
.when .mx td,.when .mx tbody th{display:block;border:none;padding:4px 0;white-space:normal}
.when .mx tbody th{padding-left:0;font-size:16px}
.when .mx td[data-l]::before{content:attr(data-l) ' ';font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--meta);display:block;margin-bottom:2px}
.when .mx td.sl{display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding:8px 0}
.when .mx td.sl[data-l]::before{flex-basis:100%}
.when .mx tr.best{background:rgba(217,164,65,.07);box-shadow:inset 3px 0 0 var(--gold)}
.when .mx tr.best td,.when .mx tr.best th{background:none;box-shadow:none}
.when .mx tbody tr:hover td,.when .mx tbody tr:hover th{background:none}
.when .mx td.act{width:auto;text-align:left;padding-top:10px}
.when .bk{min-height:44px;width:100%}}
@media (max-width:860px){.when .hero{margin-top:22px}
.when .hero h1{font-size:28px;max-width:none}
.when .hero-top .pho{order:-1;min-height:0;aspect-ratio:16/9;margin-bottom:6px}
.when .hero-top > div{display:contents}
.when .hero-top{display:flex;flex-direction:column;gap:12px}
.when .hero-top .k{order:0}
.when .hero-top h1{order:1}
.when .hero-top .sub{order:2}
.when .vs2{grid-template-columns:minmax(0,1fr);gap:10px}
.when .vs2 .lot.pool,.when .vs2 .lot.gate{border-radius:8px;padding:20px 16px 18px}
.when .vs2 .lot .k{padding-right:0;min-height:0}
.when .vs2 .amt .mo{font-size:36px}
.when .vs2 .amt .why{font-size:17px}
.when .vs2 .figs{gap:6px}
.when .vs2 .figs div{padding:8px 8px}
.when .vs2 .figs b{font-size:15px}
.when .vs2 .mid{border:1px dashed var(--line);border-radius:6px;padding:10px 12px;flex-direction:row;gap:10px;justify-content:center}
.when .vs2 .mid br{display:none}
.when .vs2 .go a{width:100%;justify-content:center;min-height:44px}
.when .qa,.when .ribbon,.when .defs{padding:18px 16px 16px}
.when .find{padding:18px 16px;gap:16px}
.when .find .but{flex-direction:column;align-items:stretch}
.when .find .but .btn-book{width:100%}
.when .sec-h h2{font-size:24px}
.when .sec-h .k{flex-basis:100%}
.when .no{width:38px;height:38px;font-size:12px}
.when .lead{margin-bottom:20px}
.when .ribbon .rk span:last-child{flex-basis:100%}
.when .rib .m{display:grid;grid-template-columns:44px minmax(0,1fr) 56px minmax(0,1fr);align-items:center;gap:10px;padding:9px 2px;min-height:44px}
.when .rib .m b{min-width:0}
.when .rib .m small{margin-left:0;text-align:right}
.when .rib .m .pl,.when .rib .m .gt{width:100%;flex:none;height:12px;display:flex;align-items:stretch;justify-content:flex-start}
.when .rib .m .pl i,.when .rib .m .gt i{height:100%!important;border-radius:3px}
.when .rib .m .pl i.h5{width:100%}
.when .rib .m .pl i.h4{width:78%}
.when .rib .m .pl i.h3,.when .rib .m .pl i.swim,.when .rib .m .pl i.broken{width:52%}
.when .rib .m .pl i.h2{width:34%}
.when .rib .m .pl i.broken{border:2px dashed var(--verm-t);border-radius:3px}
.when .rib .m .gt i.g4{width:100%}
.when .rib .m .gt i.g3{width:66%}
.when .rib .m .gt i.g2{width:38%}
.when .rib .m .gt i.g1{width:16%}
.when .ribbon .lg{gap:8px 14px}
.when .rib::before{content:'MONTH · POOL ODDS · MEAN AIR · GATE PRESSURE';font-family:var(--mono);font-size:12px;letter-spacing:.08em;color:var(--meta);display:block;padding:0 2px 8px}
.when .day{padding:16px 14px 14px}
.when .legs{font-size:12px;letter-spacing:.02em}
.when .legs span:nth-child(2){display:none}
.when .snow{padding:16px 12px 14px}
.when .sb{height:130px;gap:3px}
.when .sb a b{font-size:12px}
.when .snow .marks{gap:10px}
.when .inc{padding:16px}
.when .mini{padding:16px}
.when .mini .tour{flex-direction:column;align-items:stretch}
.when .mini .tour .btn-book{width:100%}
.when .kb{gap:20px}
.when .kb > div{gap:12px}
.when .inc .btn-book{flex:1 1 140px;justify-content:center}
.when .cta{padding:64px 20px}
.when .cta h2{font-size:26px}
.when .cta .btn-book{width:100%;max-width:360px}
.when .cta .k{line-height:2.2}
.when .rate{line-height:1.7}}
@media (max-width:480px){.when .wrap{padding:0 16px}
.when .vs2 .figs{grid-template-columns:repeat(3,minmax(0,1fr))}
.when .mx tr{padding:12px 12px}
.when .rib .m{grid-template-columns:40px minmax(0,1fr) 50px minmax(0,1fr);gap:8px}}
.when figure.shot{margin:0;position:relative;overflow:hidden;width:100%;border:1px dashed var(--seam);border-radius:6px;aspect-ratio:16/9}
.when figure.shot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.when figure.shot.wide{margin:26px auto 0;max-width:820px}
@media (pointer:coarse){.when .gyg-widget a{padding:12px 0;display:inline-block}}
.when small{font-size:12px}
.when .alt-cur{color:inherit;font-weight:400;font-size:max(12px,.86em);white-space:nowrap;letter-spacing:0}
.when .bookstrip{margin-top:26px;border:1px dashed var(--gold);border-radius:6px;
  background:rgba(217,164,65,.05);padding:16px 18px;display:grid;
  grid-template-columns:minmax(0,1fr) auto;gap:12px 22px;align-items:center}
.when .bookstrip .k{color:var(--gold);margin:0}
.when .bookstrip p{margin:6px 0 0;font-size:14px;color:var(--mut);line-height:1.6;
  max-width:62ch}
.when .bookstrip .bs-note{font-family:var(--mono);font-size:12px;color:var(--meta);
  letter-spacing:.03em;margin-top:8px}
.when .bookstrip .row{display:flex;gap:10px;flex-wrap:wrap;justify-self:end}
.when .bookstrip.bs-no{border-color:var(--seam);background:var(--card)}
.when .bookstrip.bs-no p{max-width:74ch}
.when .bookstrip.bs-no .k{color:var(--meta)}
.when .bookstrip.bs-no .row{flex-direction:column;align-items:stretch}
.when .bookstrip.bs-no .row a{justify-content:center;white-space:nowrap}
.when .btn-book.sm{min-height:44px;padding:0 14px;font-size:12px;letter-spacing:.06em}
.when .btn-book.ghost{background:transparent;color:var(--gold);
  border:1px dashed var(--gold);box-shadow:none}
.when .btn-book.ghost:hover{background:rgba(217,164,65,.12);color:var(--ink);
  transform:none}
.when .hero-book{margin-top:14px;font-family:var(--mono);font-size:12px;
  letter-spacing:.05em;color:var(--meta);display:flex;gap:8px 16px;flex-wrap:wrap;
  align-items:center}
@media (max-width:760px){.when .bookstrip{grid-template-columns:1fr}
.when .bookstrip .row{justify-self:stretch}
.when .bookstrip .row a{flex:1 1 100%;justify-content:center}}
/* ---- registers ------------------------------------------------------- */
.when section.s,.when section.sec{margin:0;max-width:none;width:auto}
.when section.s{padding:56px 0 62px}
.when section.sec{padding:56px max(24px,calc((100% - 1160px)/2)) 62px}
@media (max-width:760px){.when section.sec{padding:44px 16px 48px}.when section.s{padding:44px 0 48px}}
.when .reg-night{--ground:#1b2136;--card:#232a44;--raised:#2b3352;--sunk:#151a2c;--ink:#ece7da;--mut:#a3a795;--meta:#8fa3c8;--quiet:#8693b6;--seam:#38405e;--line:#4a537a;--gold:#d9a441;--gold-2:#a37c31;--gold-hi:#f0c46a;--on-gold:#1b2136;--aqua:#7fd0da;--aqua-line:rgba(127,208,218,.55);--hatch:#2b3352;--hatch-line:#3f4870;--shadow:rgba(0,0,0,.55);--verm:#cc3d28;--verm-t:#ff8f77;background:var(--ground);color:var(--ink)}

.when .reg-night h1,.when .reg-night h2,.when .reg-night h3,.when .reg-night h4{color:var(--ink)}
.when .reg-night p{color:inherit}
.when .reg-night .lead{color:var(--mut)}
.when .reg-night .btn-ghost{border-color:var(--line);color:var(--ink)}
.when .reg-night .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.when .reg-night .crumbs{color:var(--mut)}
.when .reg-night .crumbs a{color:var(--aqua);border-bottom-color:var(--aqua-line)}
/* The chrome's prose-link rule is `section a[href^="/"]:not(…):not(…):not(…)` at (0,4,2)
   and paints every internal link a pale blue chosen against navy — 1.47:1 on steam. The
   override has to match that specificity and win on order, which it does because the
   family sheet loads last.
   A link that carries its own background is a button, not prose, and must keep its own
   ink: naming only .btn-book and .btn-ghost left .bk, .k-bk and .k-btn-book — the booking
   buttons on six hub pages — with aqua labels on vermilion, at 1.33:1. CSS cannot ask
   whether an element has a background, so the families' button names are matched by
   substring instead, which also covers whatever the next export calls its own. */
.when .reg-night a[href]:not([class*="btn"]):not([class*="bk"]):not([class*="book"]):not(.pk):not(.alt-card):not(.tk):not([class*="-go"]){color:var(--aqua);border-bottom-color:var(--aqua-line)}

.when .reg-steam{--ground:#dfe1e4;--card:#e9eaec;--raised:#f2f2f3;--sunk:#d2d5da;--ink:#171a26;--mut:#40445a;--meta:#4c5270;--quiet:#565b6f;--seam:#c3c7d0;--line:#8b91a6;--gold:#77560f;--gold-2:#5f440b;--gold-hi:#d9a441;--on-gold:#171a26;--aqua:#0f5a66;--aqua-line:rgba(15,90,102,.5);--hatch:#d2d5da;--hatch-line:#a4aabb;--shadow:rgba(23,26,38,.22);--verm:#b8351f;--verm-t:#a32d1b;background:radial-gradient(120% 80% at 20% 0%,#f4f4f5 0,var(--ground) 55%,#d5d8de 100%);color:var(--ink)}

.when .reg-steam h1,.when .reg-steam h2,.when .reg-steam h3,.when .reg-steam h4{color:var(--ink)}
.when .reg-steam p{color:inherit}
.when .reg-steam .lead{color:var(--mut)}
.when .reg-steam .btn-ghost{border-color:var(--line);color:var(--ink)}
.when .reg-steam .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.when .reg-steam .crumbs{color:var(--mut)}
.when .reg-steam .crumbs a{color:var(--aqua);border-bottom-color:var(--aqua-line)}
/* The chrome's prose-link rule is `section a[href^="/"]:not(…):not(…):not(…)` at (0,4,2)
   and paints every internal link a pale blue chosen against navy — 1.47:1 on steam. The
   override has to match that specificity and win on order, which it does because the
   family sheet loads last.
   A link that carries its own background is a button, not prose, and must keep its own
   ink: naming only .btn-book and .btn-ghost left .bk, .k-bk and .k-btn-book — the booking
   buttons on six hub pages — with aqua labels on vermilion, at 1.33:1. CSS cannot ask
   whether an element has a background, so the families' button names are matched by
   substring instead, which also covers whatever the next export calls its own. */
.when .reg-steam a[href]:not([class*="btn"]):not([class*="bk"]):not([class*="book"]):not(.pk):not(.alt-card):not(.tk):not([class*="-go"]){color:var(--aqua);border-bottom-color:var(--aqua-line)}

.when .reg-cedar{--ground:#2a1c18;--card:#33231e;--raised:#3d2b25;--sunk:#20140f;--ink:#f1e8dc;--mut:#c9b9a8;--meta:#b39d86;--quiet:#9f8a76;--seam:#4a352d;--line:#6b5145;--gold:#e0b25a;--gold-2:#b88d3c;--gold-hi:#f3cf82;--on-gold:#2a1c18;--aqua:#8fd6d6;--aqua-line:rgba(143,214,214,.55);--hatch:#3d2b25;--hatch-line:#5a4238;--shadow:rgba(0,0,0,.5);--verm:#cc3d28;--verm-t:#ff8f77;background:var(--ground);background-image:repeating-linear-gradient(90deg,transparent 0 118px,rgba(255,255,255,.025) 118px 120px);color:var(--ink)}

.when .reg-cedar h1,.when .reg-cedar h2,.when .reg-cedar h3,.when .reg-cedar h4{color:var(--ink)}
.when .reg-cedar p{color:inherit}
.when .reg-cedar .lead{color:var(--mut)}
.when .reg-cedar .btn-ghost{border-color:var(--line);color:var(--ink)}
.when .reg-cedar .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.when .reg-cedar .crumbs{color:var(--mut)}
.when .reg-cedar .crumbs a{color:var(--aqua);border-bottom-color:var(--aqua-line)}
/* The chrome's prose-link rule is `section a[href^="/"]:not(…):not(…):not(…)` at (0,4,2)
   and paints every internal link a pale blue chosen against navy — 1.47:1 on steam. The
   override has to match that specificity and win on order, which it does because the
   family sheet loads last.
   A link that carries its own background is a button, not prose, and must keep its own
   ink: naming only .btn-book and .btn-ghost left .bk, .k-bk and .k-btn-book — the booking
   buttons on six hub pages — with aqua labels on vermilion, at 1.33:1. CSS cannot ask
   whether an element has a background, so the families' button names are matched by
   substring instead, which also covers whatever the next export calls its own. */
.when .reg-cedar a[href]:not([class*="btn"]):not([class*="bk"]):not([class*="book"]):not(.pk):not(.alt-card):not(.tk):not([class*="-go"]){color:var(--aqua);border-bottom-color:var(--aqua-line)}


/* ---- steam: no borders, one inset highlight, one long shadow ------------------------- */
.when .reg-steam .finding{box-shadow:0 1px 0 #fff inset,0 14px 34px -22px var(--shadow);
  border-color:var(--gold-hi)}
.when .reg-steam .spec{box-shadow:0 1px 0 #fff inset,0 10px 30px -22px var(--shadow);
  border-radius:6px;border-top:none;border-left:4px solid var(--gold-hi)}
.when .reg-steam .ledger{border:none;box-shadow:0 1px 0 #fff inset,0 10px 30px -22px var(--shadow)}
.when .reg-steam .lrow .dots{border-bottom-color:var(--meta)}
.when .reg-steam .pk{border:none;box-shadow:0 1px 0 #fff inset,0 10px 30px -22px var(--shadow)}
.when .reg-steam .bookstrip{box-shadow:0 1px 0 #fff inset,0 10px 30px -22px var(--shadow)}
.when .reg-steam .bs-no{box-shadow:none}
/* The third booking state — «no tour helps here». It is a deliberate object, not an empty
   strip: the register's own sunk ground, no frame, and a bar down the left edge. It used
   to be painted with --on-gold, which is a dark ink in all three registers and therefore
   stayed a dark panel inside a pale section. */
.when .bs-no{background:var(--sunk);border:none;position:relative;padding-left:24px}
.when .bs-no::before{content:'';position:absolute;left:0;top:14px;bottom:14px;width:4px;
  background:var(--line);border-radius:2px}
.when .bs-no .bs-tag{color:var(--meta);border-color:var(--line)}
.when .reg-steam .alt-card,.when .reg-steam .vcard{border:none;
  box-shadow:0 1px 0 #fff inset,0 10px 30px -22px var(--shadow)}
.when .reg-steam .qa{border:none;box-shadow:0 1px 0 #fff inset,0 10px 30px -22px var(--shadow)}
.when .reg-steam .faq details{background:var(--card);border:none;border-radius:6px;
  padding:4px 16px;margin-top:8px;box-shadow:0 1px 0 #fff inset}
/* steam's diagram tracks are pills, and its figures are serif */
.when .reg-steam .slice,.when .reg-steam .rat-bar,.when .reg-steam .pk-bar,
.when .reg-steam .axis-track,.when .reg-steam .ratio{border:none;border-radius:20px;
  overflow:hidden}
.when .reg-steam .axis-track{border-radius:13px}
.when .reg-steam .rat-bar,.when .reg-steam .pk-bar{border-radius:999px}

/* ---- cedar: no boxes at all; a left rule and the grain carry the section -------------- */
.when .reg-cedar .finding{background:transparent;border-left:4px solid var(--gold);
  border-right:none;border-top:none;border-bottom:none;border-radius:0;padding-left:22px}
.when .reg-cedar .spec{background:transparent;border-top-color:var(--gold)}
.when .reg-cedar .sp.or,.when .reg-cedar .sp.sum{background:var(--card)}
.when .reg-cedar .ledger{background:transparent;border-color:var(--seam)}
.when .reg-cedar .lrow.alt,.when .reg-cedar .lrow.or,.when .reg-cedar .lrow.sum{background:var(--card)}
.when .reg-cedar .pk{background:var(--card);border-color:var(--seam)}

/* ---- the booking strip's three states read by frame, kicker and action --------------- */
.when .reg-night .bs-better,.when .reg-cedar .bs-better{--verm-t:#ff8f77}
.when .reg-steam .bs-better{--verm-t:#a32d1b}

/* ---- fix · steam gold as text on --sunk -------------------------------------------- */
/* #7d5a10 on --card (#e9eaec) is 5.2:1 and fine; on --sunk (#d2d5da) it is 4.27:1, which
   is a near miss, and a near miss is a fail. The OR chip and the sum figure are the only
   two places gold sits on sunk, and --gold-2 clears it at 6.2:1. */
.when .reg-steam .sp.or .or,.when .reg-steam .lrow.alt .or,.when .reg-steam .lrow.or .or,
.when .reg-steam .bs-no .bs-tag{color:var(--gold-2);border-color:var(--gold-2)}

/* ---- the photograph ------------------------------------------------------------------ */
/* A caption laid over a photograph is on the photograph, not on the register. Its ground is
   the dark scrim the figure draws for itself — `linear-gradient(0deg,rgba(18,23,42,.86),…)`
   — so it keeps cream ink in every register. Letting it follow the register put steam's near
   black ink on that scrim at 1.36:1. The scrim itself never changes for the same reason the
   chrome never changes: it belongs to the image. */
.when figure.shot figcaption,.when figure.pho figcaption,.when figure figcaption,
.when figure.shot figcaption *,.when figure figcaption *{color:#ece7da}
/* Two verified frames exist for the whole site, so a register cannot ask for a third. It
   changes what surrounds the frame instead. The width rule is mine: the export left the
   cedar figure without one and it sat left with 500px of dead space beside it. */
.when .reg-night figure.pho{border:1px dashed var(--line)}
.when .reg-steam figure.pho{border:none;box-shadow:0 1px 0 #fff inset,
  0 14px 34px -22px var(--shadow)}
.when .reg-cedar figure.pho{border:none;box-shadow:0 0 0 1.5px var(--gold-2) inset}
.when .reg-steam figure.pho,.when .reg-cedar figure.pho,.when .reg-night figure.pho{
  width:100%;max-width:100%;margin-left:auto;margin-right:auto}

/* ---- the sticky booking bar over a light register ------------------------------------ */
/* The bar keeps its own dark card and vermilion button over every register — it is chrome,
   not a section. Over steam it needs a halo of the steam ground, or it reads as a hole in
   the page rather than an object on it. It has no stable class, so it is addressed by the
   attribute the chrome actually writes. */
.when .reg-steam [data-sticky]{box-shadow:0 0 0 3px var(--ground),0 14px 34px -10px var(--shadow)}

.when .reg-steam + .reg-cedar{border-top:1px solid #20140f}