: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;
}
.hub,.hub *{box-sizing:border-box}
.hub{font-family:var(--sans);font-size:16px;line-height:1.6}
.hub a{color:var(--gold)}
.hub a:hover{color:var(--ink)}
.hub ::selection{background:var(--gold);color:var(--ground)}
.hub h1,.hub h2,.hub h3{font-family:var(--serif);font-weight:600;margin:0}
.hub .wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.hub .k-k{font-family:var(--mono);letter-spacing:.12em;font-size:12px;color:var(--meta)}
.hub .k-vh{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.hub .seam{flex:1;border-top:1px dashed var(--seam);min-width:40px}
.hub .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}
.hub .sec-h{display:flex;align-items:center;gap:16px;margin-bottom:10px;flex-wrap:wrap}
.hub .sec-h h2{font-size:clamp(26px,3vw,38px)}
.hub .lead{max-width:72ch;color:var(--mut);margin:0 0 28px}
.hub section{margin:100px 0 0}
.hub .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}
.hub .pho span{font-family:var(--mono);font-size:12px;color:var(--meta);max-width:52ch;line-height:1.6}
.hub .k-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}
.hub .k-btn-book::before{content:'湯';font-size:12px;margin-right:8px;opacity:.85}
.hub .k-btn-book:hover{background:var(--verm-h);color:#fdf6ee;transform:translateY(1px);box-shadow:inset 0 2px 6px rgba(0,0,0,.3)}
.hub .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}
.hub .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}



.hub .hero{margin-top:40px}
.hub .hero h1{font-size:clamp(29px,3.3vw,43px);line-height:1.16;margin:14px 0 14px;max-width:26ch;text-wrap:balance}
.hub .hero .sub{color:var(--mut);max-width:66ch;margin:0 0 26px}
.hub .hero-top{display:grid;grid-template-columns:minmax(min(340px,100%),1.35fr) minmax(min(240px,100%),.65fr);gap:28px;align-items:stretch;margin-bottom:26px}
.hub .hero-top .pho{aspect-ratio:auto;min-height:200px;margin:0}
.hub .ways{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px dashed var(--line);border-radius:6px;background:var(--card);overflow:hidden}
.hub .way{padding:22px 24px 18px;display:flex;flex-direction:column;gap:8px;text-decoration:none;color:var(--ink);position:relative;transition:background .12s}
.hub .way + .way{border-left:1px dashed var(--line)}
.hub .way:hover{background:var(--raised);color:var(--ink)}
.hub .way .wk{font-family:var(--mono);font-size:12px;letter-spacing:.14em;color:var(--gold);display:flex;align-items:center;gap:8px}
.hub .way .wk::before{content:'';width:8px;height:8px;border:1px solid var(--gold);transform:rotate(45deg);flex-shrink:0}
.hub .way .wp{font-family:var(--mono);font-weight:600;font-size:clamp(24px,2.2vw,31px);line-height:1.1;color:var(--ink)}
.hub .way .wp small{display:block;font-size:12px;font-weight:400;letter-spacing:.06em;color:var(--meta);margin-top:5px}
.hub .way p{margin:0;font-size:13.5px;color:var(--mut);line-height:1.5}
.hub .way .k-go{margin-top:auto;font-family:var(--mono);font-size:12px;font-weight:600;color:var(--aqua);
  display:inline-flex;align-items:center;gap:8px;align-self:flex-start;
  border:1px dashed var(--aqua-line);border-radius:4px;padding:10px 14px;min-height:40px;margin-top:14px;
  transition:background .12s,border-color .12s,color .12s}
.hub .way .k-go::after{content:'→';transition:transform .12s}
.hub .way:hover .k-go{background:rgba(127,208,218,.12);border-color:var(--aqua);color:var(--aqua-hi)}
.hub .way:hover .k-go::after{transform:translateX(3px)}
.hub .ways-foot{display:flex;align-items:center;gap:14px;margin-top:14px;font-family:var(--mono);font-size:12px;letter-spacing:.08em;color:var(--meta);text-align:center}
.hub .ways-foot::before,.hub .ways-foot::after{content:'';flex:1;border-top:1px dashed var(--seam);min-width:24px}
.hub .qa{border:1px dashed var(--seam);border-radius:6px;background:var(--card);padding:24px 26px 20px;margin-top:34px}
.hub .qa .k-k{color:var(--gold)}
.hub .qa dl{margin:14px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:16px 32px}
.hub .qa dt{font-family:var(--serif);font-weight:600;font-size:16px}
.hub .qa dd{margin:4px 0 0;font-size:14px;color:var(--mut)}
.hub .dial-wrap{border:1px dashed var(--gold);border-radius:8px;background:var(--card);padding:30px 30px 26px;margin-top:26px}
.hub .dial-top{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.hub .dial-q{font-family:var(--serif);font-weight:600;font-size:22px}
.hub .dial{display:grid;grid-template-columns:repeat(6,minmax(min(44px,100%),48px));gap:8px}
.hub .dial button{height:48px;border:1px dashed var(--line);border-radius:4px;background:var(--ground);color:var(--ink);font-family:var(--mono);font-size:17px;font-weight:600;cursor:pointer;transition:border-color .12s,background .12s,color .12s}
.hub .dial button:hover{border-color:var(--gold);color:var(--gold)}
.hub .dial button[aria-pressed="true"]{background:var(--gold);border-color:var(--gold);color:var(--ground)}
.hub .dial-out{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.hub .slab{border:1px dashed var(--line);border-radius:6px;background:var(--ground);padding:16px 18px 16px;position:relative;display:flex;flex-direction:column;gap:6px}
.hub .slab .k-k{font-size:12px}
.hub .slab .big{font-family:var(--mono);font-weight:600;font-size:clamp(24px,2.4vw,32px);color:var(--ink);margin:4px 0 0;line-height:1.05}
.hub .slab .big small{font-size:12px;font-weight:400;color:var(--mut);letter-spacing:0}
.hub .slab .sub{font-family:var(--mono);font-size:12px;letter-spacing:.04em;color:var(--meta)}
.hub .slab .prod{margin:6px 0 0;font-size:13px;color:var(--mut);line-height:1.55}
.hub .slab .prod strong{color:var(--ink)}
.hub .slab .k-act{margin-top:auto;padding-top:12px}
.hub .slab .alt2{display:block;margin-top:9px;font-family:var(--mono);font-size:12px;color:var(--meta);line-height:1.6}
.hub .slab .alt2 a{color:var(--aqua);text-decoration:none;border-bottom:1px dashed var(--aqua-line);padding:6px 0;display:inline-block}
.hub .slab.win{border-color:var(--gold);border-style:solid}
.hub .slab.win::after{content:'CHEAPEST SEAT';position:absolute;top:-10px;right:12px;background:var(--gold);color:var(--ground);font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.08em;padding:2px 9px;border-radius:3px;transform:rotate(-2deg)}
.hub .dial-verdict{margin:20px 0 0;font-size:15px;color:var(--mut)}
.hub .dial-verdict strong{color:var(--ink)}
.hub .legend{font-family:var(--mono);font-size:12px;color:var(--meta);margin:30px 2px 8px;line-height:1.8}
.hub .legend b{color:var(--gold);font-weight:600}
.hub .legend i{font-style:normal;color:var(--aqua)}
.hub .tbl-wrap{border:1px dashed var(--line);border-radius:6px;background:var(--card);overflow-x:auto}
.hub table.pp{width:100%;border-collapse:collapse;font-size:14px}
.hub .pp thead th{font-family:var(--mono);font-weight:500;font-size:12px;letter-spacing:.04em;color:var(--meta);text-align:right;padding:14px 16px;border-bottom:1px dashed var(--line);line-height:1.5}
.hub .pp thead th small{display:block;font-size:12px;color:var(--quiet);letter-spacing:.02em}
.hub .pp thead th:first-child{text-align:left;padding-left:20px}
.hub .pp td,.hub .pp tbody th{padding:12px 16px;border-top:1px dashed var(--seam);text-align:right;font-family:var(--mono);color:var(--quiet);vertical-align:top}
.hub .pp tbody th{text-align:left;padding-left:20px;color:var(--ink);font-weight:600;font-size:15px}
.hub .pp td.w{color:var(--ink);font-weight:600}
.hub .pp td small{display:block;font-family:var(--sans);font-size:12px;color:var(--mut);font-weight:400;max-width:22ch;margin-left:auto}
.hub .best{display:inline-block;background:var(--gold);color:var(--ground);font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.06em;padding:1px 7px;border-radius:3px;margin-left:8px;transform:rotate(-1.5deg)}
.hub .pp tr.cross td,.hub .pp tr.cross th{background:rgba(217,164,65,.07)}
.hub .pp tr.cross th{box-shadow:inset 3px 0 0 var(--gold)}
.hub .cross-tag{display:block;font-family:var(--mono);font-size:12px;letter-spacing:.08em;color:var(--gold);font-weight:400;margin-top:2px}
.hub .pp tr.lit td,.hub .pp tr.lit th{background:rgba(127,208,218,.09)}
.hub .pp tr.lit th{box-shadow:inset 3px 0 0 var(--aqua)}
.hub .pp tr.lit th .you{display:inline}
.hub .you{display:none;font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--aqua);font-weight:400;margin-left:8px;white-space:nowrap}
.hub .k-note{font-family:var(--mono);font-size:12px;color:var(--meta);margin:10px 2px 0;display:flex;gap:14px;align-items:center;flex-wrap:wrap;line-height:1.7}
.hub .duo{display:grid;grid-template-columns:minmax(min(320px,100%),1.15fr) minmax(min(280px,100%),.85fr);gap:24px;align-items:start;margin-top:26px}
.hub .k-tcard{border:1px dashed var(--line);border-radius:6px;background:var(--card);display:flex;flex-direction:column;overflow:hidden}
.hub .k-tcard .ph{width:100%;aspect-ratio:16/9;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:12px}
.hub .k-tcard .ph span{font-family:var(--mono);font-size:12px;color:var(--meta);text-align:center}
.hub .k-tcard .bd{padding:18px 20px 16px;display:flex;flex-direction:column;gap:9px;flex:1}
.hub .k-tcard h3{font-size:19px}
.hub .k-tcard .facts{margin:0;color:var(--mut);font-size:14px}
.hub .tk{display:inline-flex;align-items:center;gap:5px;font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.04em;white-space:nowrap}
.hub .tk-inc{background:var(--gold);color:var(--ground);padding:3px 9px;border-radius:999px 4px 999px 4px;transform:rotate(-1.5deg)}
.hub .tk-inc::before{content:'湯'}
.hub .rt{white-space:nowrap;color:var(--ink)}
.hub .rt b{font-family:var(--mono)}
.hub .rt .d{display:inline-flex;gap:3px;margin:0 5px;vertical-align:1px}
.hub .rt .d i{width:7px;height:7px;border-radius:50%;background:var(--gold);display:inline-block}
.hub .rt .d i.p60{background:linear-gradient(90deg,var(--gold) 60%,var(--seam) 60%)}
.hub .rt .d i.p70{background:linear-gradient(90deg,var(--gold) 70%,var(--seam) 70%)}
.hub .rt .d i.p80{background:linear-gradient(90deg,var(--gold) 80%,var(--seam) 80%)}
.hub .rt .d i.p90{background:linear-gradient(90deg,var(--gold) 90%,var(--seam) 90%)}
.hub .rt small{color:var(--mut);font-size:12px}
.hub .tfoot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px dashed var(--line);padding-top:14px;flex-wrap:wrap}
.hub .tfoot .price b{font-family:var(--mono);font-weight:600;font-size:22px;color:var(--gold)}
.hub .tfoot .price span{font-size:12px;color:var(--mut);margin-left:6px}
.hub .inc{border:1px dashed var(--seam);border-radius:6px;padding:20px 22px;background:var(--card)}
.hub .inc h3{font-size:16px;margin-bottom:12px}
.hub .inc ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:9px;font-size:14px;color:var(--mut)}
.hub .inc li{display:flex;gap:10px;align-items:baseline}
.hub .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}
.hub .inc li.not::before{background:transparent;border-color:var(--meta)}
.hub .inc li.not{color:var(--quiet)}
.hub .inc .k-k{display:block;margin:16px 0 8px}
.hub .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)}
.hub .gyg-widget span{font-family:var(--mono);font-size:12px;color:var(--meta)}
.hub .gyg-widget a{color:var(--aqua);padding:12px 4px;display:inline-block}
.hub .w-k{margin:30px 0 0;display:flex;align-items:center;gap:12px}
.hub .w-k::after{content:'';flex:1;border-top:1px dashed var(--seam)}
.hub #cars .pho{aspect-ratio:21/9;margin-top:26px}
.hub .gauge{border:1px dashed var(--line);border-radius:6px;background:var(--card);padding:8px 0;margin-top:20px}
.hub .car{display:grid;grid-template-columns:112px minmax(0,1fr) 168px auto;grid-template-areas:'cp cb cx ca';gap:0;border-top:1px dashed var(--seam);align-items:center}
.hub .car:first-child{border-top:none}
.hub .car .cp{grid-area:cp;padding:14px 16px;border-right:1px dashed var(--line);display:flex;flex-direction:column;justify-content:center;align-self:stretch}
.hub .car .cp b{font-family:var(--mono);font-weight:600;font-size:19px;color:var(--gold)}
.hub .car .cp span{font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--meta)}
.hub .car .cb{grid-area:cb;padding:12px 18px;display:flex;flex-direction:column;gap:6px;min-width:0}
.hub .car .cm{display:flex;gap:6px 18px;flex-wrap:wrap;align-items:baseline;font-size:13px;color:var(--mut)}
.hub .car .cm .nm{color:var(--ink);font-weight:600;font-size:14px}
.hub .rbar{display:flex;align-items:center;gap:10px}
.hub .rbar i{height:7px;border-radius:2px;background:linear-gradient(90deg,rgba(217,164,65,.8),rgba(217,164,65,.35));display:block;max-width:260px;flex-shrink:1;width:100%}
.hub .rbar span{font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--meta);white-space:nowrap}
.hub .car .cx{grid-area:cx;padding:12px 16px;display:flex;flex-direction:column;gap:4px;align-items:flex-start}
.hub .seats{font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.08em;padding:2px 8px;border-radius:3px}
.hub .seats.s6{border:1px solid var(--gold);color:var(--gold)}
.hub .seats.s5{border:1px dashed var(--meta);color:var(--meta)}
.hub .car .cx .fc{font-family:var(--mono);font-size:13px;color:var(--ink)}
.hub .car .cx .fc b{color:var(--gold);font-size:15px}
.hub .car .ca{grid-area:ca;padding:12px 18px 12px 6px;display:flex;align-items:center}
.hub .bk-car{font-family:var(--mono);font-size:13px;font-weight:600;color:var(--verm-t);text-decoration:none;white-space:nowrap;padding:12px 8px;display:inline-flex;align-items:center;min-height:44px}
.hub .bk-car:hover{color:var(--verm-t)}
.hub .trap{display:flex;align-items:center;gap:16px;flex-wrap:wrap;border:1px dashed var(--gold);border-radius:6px;background:var(--ground);padding:16px 20px;margin-top:24px;font-family:var(--mono)}
.hub .trap .eq{font-size:15px;color:var(--ink)}
.hub .trap .eq b{color:var(--gold);font-size:19px}
.hub .trap .vs{font-size:12px;letter-spacing:.12em;color:var(--meta)}
.hub .trap p{margin:0;font-family:var(--sans);font-size:14px;color:var(--mut);flex:1;min-width:220px}
.hub .route{display:flex;align-items:stretch;margin-top:26px;border:1px dashed var(--line);border-radius:6px;background:var(--card);overflow:hidden}
.hub .rn{padding:16px 18px;display:flex;align-items:center;font-family:var(--mono);font-size:13px;font-weight:600;letter-spacing:.08em;color:var(--ink);white-space:nowrap;background:var(--raised)}
.hub .rn.pool{background:var(--gold);color:var(--ground)}
.hub .rc{flex:1;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:12px 14px;min-width:0}
.hub .rc span{font-family:var(--mono);font-size:12px;letter-spacing:.04em;color:var(--meta);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hub .rc i{display:block;border-top:1px dashed var(--gold);position:relative}
.hub .rc i::after{content:'';position:absolute;right:0;top:-4px;border:4px solid transparent;border-left:6px solid var(--gold)}
.hub .train-duo{display:grid;grid-template-columns:minmax(min(320px,100%),1.15fr) minmax(min(260px,100%),.85fr);gap:24px;align-items:start;margin-top:26px}
.hub .train-duo .pho{min-width:0;width:100%;height:100%;min-height:280px;max-width:100%}
.hub .ledger{border:1px dashed var(--line);border-radius:6px;background:var(--card);font-family:var(--mono)}
.hub .lrow{display:flex;align-items:baseline;gap:12px;padding:14px 20px;border-top:1px dashed var(--seam);flex-wrap:wrap}
.hub .lrow:first-child{border-top:none}
.hub .lrow .what{font-family:var(--sans);font-size:15px;color:var(--ink);min-width:0;flex:1 1 220px}
.hub .lrow .what small{display:block;font-family:var(--mono);font-size:12px;letter-spacing:.04em;color:var(--meta);margin-top:3px}
.hub .lrow .dots{flex:0 1 60px;border-bottom:1px dotted var(--seam);position:relative;top:-4px}
.hub .lrow .amt{font-weight:600;font-size:16px;color:var(--ink);white-space:nowrap}
.hub .lrow.alt{background:var(--sunk)}
.hub .lrow.alt .what{color:var(--mut)}
.hub .lrow.alt .amt{color:var(--mut);font-weight:400}
.hub .lrow.sum{border-top:1px dashed var(--gold);background:rgba(217,164,65,.06)}
.hub .lrow.sum .amt{color:var(--gold);font-size:19px}
.hub .lrow .or{font-size:12px;letter-spacing:.12em;color:var(--gold);border:1px dashed var(--gold);border-radius:3px;padding:2px 7px;flex-shrink:0}
.hub .pass{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;margin-top:24px}
.hub .pass > div{border:1px dashed var(--seam);border-radius:6px;padding:18px 20px;background:var(--card)}
.hub .pass .k-k{color:var(--gold)}
.hub .pass p{margin:8px 0 0;font-size:14px;color:var(--mut)}
.hub .pass strong{color:var(--ink)}
.hub .altbox{border:1px dashed var(--aqua-line);border-radius:6px;background:var(--card);padding:24px 26px;margin-top:30px}
.hub .altbox .k-k{color:var(--aqua)}
.hub .altbox p{margin:6px 0 0;font-size:15px;color:var(--mut);max-width:70ch}
.hub .altbox strong{color:var(--ink)}
.hub .day{margin-top:26px;border:1px dashed var(--line);border-radius:6px;background:var(--card);padding:24px 24px 20px}
.hub .day .dk{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-bottom:14px}
.hub .day .dk .k-k{color:var(--gold)}
.hub .day .dk span:last-child{font-size:13px;color:var(--mut)}
.hub .band{display:flex;height:52px;border-radius:4px;overflow:hidden;border:1px solid var(--seam)}
.hub .seg{position:relative;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:12px;letter-spacing:.02em;color:var(--meta);background:var(--sunk);min-width:0}
.hub .seg + .seg{border-left:1px dashed var(--seam)}
.hub .seg.ride{background:repeating-linear-gradient(-45deg,var(--sunk),var(--sunk) 8px,var(--raised) 8px,var(--raised) 16px)}
.hub .seg.walk{background:var(--raised);color:var(--ink)}
.hub .seg.pool{background:var(--gold);color:var(--ground);font-weight:600}
.hub .seg em{font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 6px}
.hub .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)}
.hub .day .sumline{margin:16px 0 0;font-size:14px;color:var(--mut)}
.hub .day .sumline strong{color:var(--ink)}
.hub .close-flag{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-family:var(--mono);font-size:12px;color:var(--verm-t);line-height:1.7}
.hub .close-flag::before{content:'';width:8px;height:8px;background:var(--verm);transform:rotate(45deg);flex-shrink:0}
.hub #day .pho{aspect-ratio:21/9;margin-top:26px}
.hub .defs{border:1px dashed var(--seam);border-radius:6px;background:var(--card);padding:22px 26px 18px;margin-top:30px}
.hub .defs dl{margin:12px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:14px 32px}
.hub .defs dt{font-family:var(--mono);font-size:13px;font-weight:600;letter-spacing:.08em;color:var(--gold)}
.hub .defs dd{margin:3px 0 0;font-size:14px;color:var(--mut)}
.hub .faq{columns:2 380px;column-gap:40px;margin-top:26px}
.hub .faq details{break-inside:avoid;border-top:1px dashed var(--line);padding:14px 0}
.hub .faq summary{font-family:var(--serif);font-weight:600;font-size:18px;cursor:pointer;list-style:none;display:flex;align-items:baseline;gap:10px}
.hub .faq summary::-webkit-details-marker{display:none}
.hub .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}
.hub .faq details:not([open]) summary::before{background:transparent}
.hub .faq p{margin:8px 0 0 18px;color:var(--mut);font-size:15px}
.hub .k-cta{margin:110px 0 0;background:#12172a;border-top:1px dashed var(--seam);text-align:center;padding:90px 24px}
.hub .k-cta .seal{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}
.hub .k-cta h2{font-size:clamp(28px,3.8vw,46px);max-width:26ch;margin:0 auto 16px}
.hub .k-cta p{color:var(--mut);max-width:56ch;margin:0 auto 28px}
.hub .k-cta .k-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){.hub section{margin:64px 0 0}
.hub .ways{grid-template-columns:minmax(0,1fr)}
.hub .way + .way{border-left:none;border-top:1px dashed var(--line)}
.hub .qa dl{grid-template-columns:minmax(0,1fr)}
.hub .hero-top{grid-template-columns:minmax(0,1fr);gap:18px}
.hub .hero-top .pho{min-height:0;aspect-ratio:21/9}
.hub .dial-wrap{padding:22px 14px 20px}
.hub .dial{grid-template-columns:repeat(6,1fr);width:100%;max-width:340px}
.hub .dial button{height:44px;width:100%}
.hub .dial-out{grid-template-columns:minmax(0,1fr)}
.hub .duo,.hub .train-duo,.hub .pass{grid-template-columns:minmax(0,1fr)}
.hub .train-duo .pho{aspect-ratio:16/9;height:auto;min-height:0}
.hub .gyg-widget{min-height:420px}
.hub .faq{columns:1}
.hub .band{height:44px}
.hub .seg em{display:none}
.hub .route{flex-direction:column}
.hub .rc i::after{display:none}
.hub .rc span{white-space:normal}
.hub .car{grid-template-columns:96px minmax(0,1fr);grid-template-areas:'cp cb' 'cp cx' 'cp ca'}
.hub .car .cp{grid-row:1 / span 3}
.hub .car .cx{flex-direction:row;align-items:center;gap:12px;padding-top:0}
.hub .car .ca{padding:0 16px 14px}
.hub .bk-car{background:var(--verm);color:#fdf6ee;border-radius:4px;padding:12px 18px}
.hub .bk-car:hover{color:#fdf6ee;background:var(--verm-h)}
.hub .pp thead{display:none}
.hub .pp,.hub .pp tbody{display:block}
.hub .pp tr{display:grid;grid-template-columns:56px minmax(0,1fr);border-top:1px dashed var(--seam)}
.hub .pp tbody th{grid-row:1 / span 4;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center;border:none;border-right:1px dashed var(--line);font-size:19px;padding:10px 4px;text-align:center}
.hub .pp td{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:2px 12px;border:none;text-align:right;padding:8px 14px;font-size:13.5px}
.hub .pp td + td{border-top:1px dashed rgba(56,64,94,.55)}
.hub .pp td[data-l]::before{content:attr(data-l);font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--meta);text-align:left;flex:1}
.hub .pp td.w{background:rgba(217,164,65,.08)}
.hub .pp td small{margin-left:0;max-width:none;flex-basis:100%;text-align:right}
.hub .best{margin-left:5px}
.hub .pp tr.cross th{box-shadow:inset 3px 0 0 var(--gold)}
.hub .pp tr.lit th{box-shadow:inset 3px 0 0 var(--aqua)}
.hub .you{margin-left:0;margin-top:4px;white-space:normal;text-align:center}
.hub .cross-tag{display:none}}
@media (pointer:coarse){}
.hub .rt .d i.p10{background:linear-gradient(90deg,var(--gold) 10%,var(--seam) 10%)}
.hub .rt .d i.p20{background:linear-gradient(90deg,var(--gold) 20%,var(--seam) 20%)}
.hub .rt .d i.p30{background:linear-gradient(90deg,var(--gold) 30%,var(--seam) 30%)}
.hub .rt .d i.p40{background:linear-gradient(90deg,var(--gold) 40%,var(--seam) 40%)}
.hub .rt .d i.p50{background:linear-gradient(90deg,var(--gold) 50%,var(--seam) 50%)}
.hub .rt .d i.p60{background:linear-gradient(90deg,var(--gold) 60%,var(--seam) 60%)}
.hub .rt .d i.p70{background:linear-gradient(90deg,var(--gold) 70%,var(--seam) 70%)}
.hub .rt .d i.p80{background:linear-gradient(90deg,var(--gold) 80%,var(--seam) 80%)}
.hub .rt .d i.p90{background:linear-gradient(90deg,var(--gold) 90%,var(--seam) 90%)}
.hub .ph{padding:0;display:block;position:relative;overflow:hidden}
.hub .ph img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.hub figure.shot{margin:26px 0 0;position:relative;overflow:hidden;border:1px dashed var(--seam);border-radius:6px;aspect-ratio:16/9}
.hub figure.wide{aspect-ratio:21/9}
.hub figure.shot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.hub figure.shot figcaption{position:absolute;left:0;right:0;bottom:0;padding:10px 14px;font-family:var(--mono);font-size:12px;color:var(--ink);background:linear-gradient(0deg,rgba(18,23,42,.86),rgba(18,23,42,0))}
@media (pointer:coarse){.hub .alt2 a,.hub .gyg-widget a,.hub .cta .k a{padding:12px 0;display:inline-block}}
.hub small{font-size:12px}
@media (max-width:360px){.hub .lrow .amt .alt-cur{display:block}}
.hub .alt-cur{color:inherit;font-weight:400;font-size:max(12px,.86em);white-space:nowrap;letter-spacing:0}
.hub .hero-top{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}
.hub .hero-top figure.shot{margin:0;aspect-ratio:16/9}
@media (max-width:860px){.hub .hero-top{grid-template-columns:1fr}}
.hub .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}
.hub .bookstrip .k{color:var(--gold);margin:0}
.hub .bookstrip p{margin:6px 0 0;font-size:14px;color:var(--mut);line-height:1.6;
  max-width:62ch}
.hub .bookstrip .bs-note{font-family:var(--mono);font-size:12px;color:var(--meta);
  letter-spacing:.03em;margin-top:8px}
.hub .bookstrip .row{display:flex;gap:10px;flex-wrap:wrap;justify-self:end}
.hub .bookstrip.bs-no{border-color:var(--seam);background:var(--card)}
.hub .bookstrip.bs-no p{max-width:74ch}
.hub .bookstrip.bs-no .k{color:var(--meta)}
.hub .bookstrip.bs-no .row{flex-direction:column;align-items:stretch}
.hub .bookstrip.bs-no .row a{justify-content:center;white-space:nowrap}
.hub .btn-book.sm{min-height:44px;padding:0 14px;font-size:12px;letter-spacing:.06em}
.hub .btn-book.ghost{background:transparent;color:var(--gold);
  border:1px dashed var(--gold);box-shadow:none}
.hub .btn-book.ghost:hover{background:rgba(217,164,65,.12);color:var(--ink);
  transform:none}
.hub .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){.hub .bookstrip{grid-template-columns:1fr}
.hub .bookstrip .row{justify-self:stretch}
.hub .bookstrip .row a{flex:1 1 100%;justify-content:center}}
/* ---- registers ------------------------------------------------------- */
.hub section.s,.hub section.sec{margin:0;max-width:none;width:auto}
.hub section.s{padding:56px 0 62px}
.hub section.sec{padding:56px max(24px,calc((100% - 1160px)/2)) 62px}
@media (max-width:760px){.hub section.sec{padding:44px 16px 48px}.hub section.s{padding:44px 0 48px}}
.hub .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)}

.hub .reg-night h1,.hub .reg-night h2,.hub .reg-night h3,.hub .reg-night h4{color:var(--ink)}
.hub .reg-night p{color:inherit}
.hub .reg-night .lead{color:var(--mut)}
.hub .reg-night .btn-ghost{border-color:var(--line);color:var(--ink)}
.hub .reg-night .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.hub .reg-night .crumbs{color:var(--mut)}
.hub .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. */
.hub .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)}

.hub .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)}

.hub .reg-steam h1,.hub .reg-steam h2,.hub .reg-steam h3,.hub .reg-steam h4{color:var(--ink)}
.hub .reg-steam p{color:inherit}
.hub .reg-steam .lead{color:var(--mut)}
.hub .reg-steam .btn-ghost{border-color:var(--line);color:var(--ink)}
.hub .reg-steam .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.hub .reg-steam .crumbs{color:var(--mut)}
.hub .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. */
.hub .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)}

.hub .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)}

.hub .reg-cedar h1,.hub .reg-cedar h2,.hub .reg-cedar h3,.hub .reg-cedar h4{color:var(--ink)}
.hub .reg-cedar p{color:inherit}
.hub .reg-cedar .lead{color:var(--mut)}
.hub .reg-cedar .btn-ghost{border-color:var(--line);color:var(--ink)}
.hub .reg-cedar .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.hub .reg-cedar .crumbs{color:var(--mut)}
.hub .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. */
.hub .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 ------------------------- */
.hub .reg-steam .finding{box-shadow:0 1px 0 #fff inset,0 14px 34px -22px var(--shadow);
  border-color:var(--gold-hi)}
.hub .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)}
.hub .reg-steam .ledger{border:none;box-shadow:0 1px 0 #fff inset,0 10px 30px -22px var(--shadow)}
.hub .reg-steam .lrow .dots{border-bottom-color:var(--meta)}
.hub .reg-steam .pk{border:none;box-shadow:0 1px 0 #fff inset,0 10px 30px -22px var(--shadow)}
.hub .reg-steam .bookstrip{box-shadow:0 1px 0 #fff inset,0 10px 30px -22px var(--shadow)}
.hub .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. */
.hub .bs-no{background:var(--sunk);border:none;position:relative;padding-left:24px}
.hub .bs-no::before{content:'';position:absolute;left:0;top:14px;bottom:14px;width:4px;
  background:var(--line);border-radius:2px}
.hub .bs-no .bs-tag{color:var(--meta);border-color:var(--line)}
.hub .reg-steam .alt-card,.hub .reg-steam .vcard{border:none;
  box-shadow:0 1px 0 #fff inset,0 10px 30px -22px var(--shadow)}
.hub .reg-steam .qa{border:none;box-shadow:0 1px 0 #fff inset,0 10px 30px -22px var(--shadow)}
.hub .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 */
.hub .reg-steam .slice,.hub .reg-steam .rat-bar,.hub .reg-steam .pk-bar,
.hub .reg-steam .axis-track,.hub .reg-steam .ratio{border:none;border-radius:20px;
  overflow:hidden}
.hub .reg-steam .axis-track{border-radius:13px}
.hub .reg-steam .rat-bar,.hub .reg-steam .pk-bar{border-radius:999px}

/* ---- cedar: no boxes at all; a left rule and the grain carry the section -------------- */
.hub .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}
.hub .reg-cedar .spec{background:transparent;border-top-color:var(--gold)}
.hub .reg-cedar .sp.or,.hub .reg-cedar .sp.sum{background:var(--card)}
.hub .reg-cedar .ledger{background:transparent;border-color:var(--seam)}
.hub .reg-cedar .lrow.alt,.hub .reg-cedar .lrow.or,.hub .reg-cedar .lrow.sum{background:var(--card)}
.hub .reg-cedar .pk{background:var(--card);border-color:var(--seam)}

/* ---- the booking strip's three states read by frame, kicker and action --------------- */
.hub .reg-night .bs-better,.hub .reg-cedar .bs-better{--verm-t:#ff8f77}
.hub .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. */
.hub .reg-steam .sp.or .or,.hub .reg-steam .lrow.alt .or,.hub .reg-steam .lrow.or .or,
.hub .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. */
.hub figure.shot figcaption,.hub figure.pho figcaption,.hub figure figcaption,
.hub figure.shot figcaption *,.hub 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. */
.hub .reg-night figure.pho{border:1px dashed var(--line)}
.hub .reg-steam figure.pho{border:none;box-shadow:0 1px 0 #fff inset,
  0 14px 34px -22px var(--shadow)}
.hub .reg-cedar figure.pho{border:none;box-shadow:0 0 0 1.5px var(--gold-2) inset}
.hub .reg-steam figure.pho,.hub .reg-cedar figure.pho,.hub .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. */
.hub .reg-steam [data-sticky]{box-shadow:0 0 0 3px var(--ground),0 14px 34px -10px var(--shadow)}

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