.poi{--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;
  --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;
}
.poi,.poi *{box-sizing:border-box}
.poi{font-family:var(--sans);font-size:16px;line-height:1.6}
.poi a{color:var(--gold)}
.poi a:hover{color:var(--ink)}
.poi ::selection{background:var(--gold);color:var(--ground)}
.poi h1,.poi h2,.poi h3{font-family:var(--serif);font-weight:600;margin:0}
.poi .wrap{max-width:1160px;margin:0 auto;padding:0 24px}
.poi .k{font-family:var(--mono);letter-spacing:.12em;font-size:12px;color:var(--meta)}
.poi .vh{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.poi .cv2{font-family:var(--mono);font-size:12px;font-weight:400;color:var(--meta);letter-spacing:.02em;white-space:nowrap}
.poi .rate{font-family:var(--mono);font-size:12px;color:var(--meta);margin:14px 0 0;letter-spacing:.04em;line-height:1.7}
.poi .ilink{color:var(--aqua);text-decoration:none;border-bottom:1px dashed var(--aqua-line)}
.poi .ilink:hover{color:var(--aqua-hi)}
.poi .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}
.poi .pho span{font-family:var(--mono);font-size:12px;color:var(--meta);max-width:52ch;line-height:1.6}
.poi .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}
.poi .btn-book::before{content:'湯';font-size:12px;margin-right:8px;opacity:.85}
.poi .btn-book:hover{background:var(--verm-h);color:#fdf6ee;transform:translateY(1px);box-shadow:inset 0 2px 6px rgba(0,0,0,.3)}
.poi .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;background:transparent}
.poi .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.poi .hero{margin-top:40px}
.poi .hero h1{font-size:clamp(29px,3.3vw,42px);line-height:1.16;margin:14px 0 14px;max-width:30ch;text-wrap:balance}
.poi .hero-top{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);gap:32px;align-items:stretch;margin-bottom:26px}
.poi .hero-top .pho{min-height:280px;height:100%}
.poi .hero .sub{color:var(--mut);max-width:66ch;margin:0}
.poi .pick2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.poi .pick2.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.poi .pk{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:var(--ink);border:1px dashed var(--line);border-radius:8px;background:var(--card);padding:20px 20px 18px;transition:border-color .12s,transform .12s}
.poi .pk:hover{border-color:var(--gold);color:var(--ink);transform:translateY(-2px)}
.poi .pk-l{width:34px;height:34px;border:1.5px dashed var(--gold);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--gold);font-family:var(--mono);font-size:13px;font-weight:600;transform:rotate(-6deg)}
.poi .pk-k{font-family:var(--mono);font-size:12px;letter-spacing:.12em;color:var(--meta);margin-top:4px}
.poi .pk-n{font-family:var(--mono);font-weight:600;font-size:clamp(24px,2.3vw,30px);line-height:1.1;color:var(--ink)}
.poi .pk-n small{display:block;font-size:12px;font-weight:400;color:var(--meta);letter-spacing:.06em;margin-top:5px}
.poi .pk p{margin:2px 0 0;font-size:13.5px;color:var(--mut);line-height:1.5}
.poi .pk-go{margin-top:14px;position:relative;display:flex;align-items:center;gap:12px;font-family:var(--mono);font-weight:600;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--ground);background:var(--gold);border-radius:4px;min-height:46px;padding:0 16px 0 18px;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%);box-shadow:0 2px 0 rgba(0,0,0,.35)}
.poi .pk-go::before{content:'湯';font-weight:400;opacity:.7}
.poi .pk-go::after{content:'→';font-size:16px;margin-left:auto}
.poi .pk:hover .pk-go{background:var(--gold-hi)}
.poi .pick-foot{margin:14px 0 0;border:1px dashed var(--seam);border-radius:6px;padding:14px 18px;font-size:14px;color:var(--mut);display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.poi .pick-foot .k{color:var(--gold);flex-shrink:0}
.poi .pick-foot strong{color:var(--ink)}
.poi .qa{border:1px dashed var(--seam);border-radius:6px;background:var(--card);padding:24px 26px 20px;margin-top:26px}
.poi .qa dl{margin:14px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:16px 32px}
.poi .qa dt{font-family:var(--serif);font-weight:600;font-size:16px}
.poi .qa dd{margin:4px 0 0;font-size:14px;color:var(--mut)}
.poi .sec{display:grid;grid-template-columns:84px minmax(0,1fr);gap:0 28px;margin:96px auto 0;max-width:1160px;padding:0 24px}
.poi .rail{display:flex;flex-direction:column;align-items:center;gap:14px;border-right:1px dashed var(--seam);padding:6px 16px 0 0;position:sticky;top:84px;align-self:start}
.poi .rail-no{font-family:var(--mono);font-weight:600;font-size:30px;line-height:1;color:var(--gold);transform:rotate(-7deg);letter-spacing:-.02em}
.poi .rail-lab{font-family:var(--mono);font-size:12px;letter-spacing:.2em;color:var(--meta);text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:2px;line-height:1.35;text-align:center}
.poi .rail-lab span{display:block}
.poi .marks{display:flex;flex-direction:column;gap:6px;margin-top:6px}
.poi .mk{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:14px;font-weight:700;border-radius:3px;position:relative;flex-shrink:0}
.poi .mk-off{background:var(--gold);color:var(--ground)}
.poi .mk-two{background:transparent;color:var(--ink);border:1.5px solid var(--ink)}
.poi .mk-two::after{content:'';position:absolute;inset:0;border:1px solid var(--ink);border-radius:2px;transform:translate(3px,3px);z-index:-1;opacity:.7}
.poi .mk-two{z-index:0}
.poi .mk-calc{background:var(--raised);color:var(--aqua);border:1.5px dashed var(--aqua);font-size:13px}
.poi .mk-thin{background:transparent;color:var(--meta);border:1.5px dotted var(--meta);border-radius:50%;font-family:var(--mono);font-size:14px}
.poi .rail-legend{display:flex;flex-wrap:wrap;gap:8px 20px;align-items:center;margin:0 0 6px;font-family:var(--mono);font-size:12px;color:var(--meta)}
.poi .rail-legend span{display:inline-flex;align-items:center;gap:8px}
.poi .rail-legend .mk{width:22px;height:22px;font-size:12px}
.poi .sec-h{display:flex;align-items:center;gap:14px 18px;flex-wrap:wrap;margin-bottom:10px}
.poi .sec-h h2{font-size:clamp(25px,2.8vw,36px);flex:1 1 auto;min-width:0}
.poi .verdict-chip{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-weight:600;font-size:12px;letter-spacing:.12em;text-transform:uppercase;padding:0 14px;height:32px;border-radius:4px;white-space:nowrap;flex-shrink:0}
.poi .verdict-chip::before{content:'';width:7px;height:7px;transform:rotate(45deg);flex-shrink:0}
.poi .vc-good{border:1.5px solid var(--gold);color:var(--gold)}
.poi .vc-good::before{background:var(--gold)}
.poi .vc-warn{border:1.5px dashed var(--verm-t);color:var(--verm-t)}
.poi .vc-warn::before{border:1.5px solid var(--verm-t);width:6px;height:6px}
.poi .vc-flat{border:1.5px solid var(--hatch-line);color:var(--quiet)}
.poi .vc-flat::before{background:var(--hatch-line)}
.poi .lead{max-width:72ch;color:var(--mut);margin:0 0 26px}
.poi .spec{border:1px solid var(--line);border-radius:4px;background:var(--card);font-size:15px;position:relative}
.poi .spec::before{content:'';position:absolute;left:14px;right:14px;top:0;border-top:2px solid var(--gold)}
.poi .spec-h{display:flex;justify-content:space-between;gap:12px;padding:14px 20px 10px;font-family:var(--mono);font-size:12px;letter-spacing:.12em;color:var(--meta)}
.poi .sp{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 20px;padding:13px 20px;border-top:1px solid var(--seam);align-items:baseline}
.poi .sp .n{color:var(--ink)}
.poi .sp .n small{display:block;font-family:var(--mono);font-size:12px;letter-spacing:.03em;color:var(--meta);margin-top:2px}
.poi .sp .v{font-family:var(--mono);font-weight:600;color:var(--ink);text-align:right;white-space:nowrap}
.poi .sp .v .cv2{display:block;text-align:right;font-weight:400}
.poi .sp.or{background:var(--sunk)}
.poi .sp.or .n{color:var(--mut)}
.poi .sp.or .v{color:var(--mut);font-weight:400}
.poi .sp.or .n::before{content:'OR';font-family:var(--mono);font-size:12px;letter-spacing:.14em;color:var(--gold);border:1px dashed var(--gold);border-radius:3px;padding:1px 6px;margin-right:10px;vertical-align:1px}
.poi .sp.sum{border-top:2px solid var(--gold);background:rgba(217,164,65,.06)}
.poi .sp.sum .n{font-weight:700}
.poi .sp.sum .v{color:var(--gold);font-size:18px}
.poi .sp.same .v{color:var(--mut);font-weight:400;font-family:var(--mono)}
.poi .calc{font-family:var(--mono);font-size:15px;color:var(--ink);display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px;line-height:1.5}
.poi .calc .op{color:var(--meta)}
.poi .calc b{font-weight:600;color:var(--gold);font-size:17px}
.poi .calc small{font-family:var(--mono);font-size:12px;color:var(--meta);letter-spacing:.04em;flex-basis:100%}
.poi .finding{position:relative;border:1.5px dashed var(--aqua);border-radius:6px;background:linear-gradient(180deg,rgba(127,208,218,.06),rgba(127,208,218,.02));padding:20px 22px 18px 64px;margin-top:22px}
.poi .finding .mk{position:absolute;left:20px;top:20px}
.poi .finding .k{color:var(--aqua)}
.poi .finding h3{font-size:19px;margin:6px 0 10px}
.poi .finding p{margin:10px 0 0;font-size:14.5px;color:var(--mut)}
.poi .finding strong{color:var(--ink)}
.poi .tri{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.poi .tri > div{border:1px dashed var(--line);border-radius:6px;background:var(--card);padding:18px 20px}
.poi .tri .k{color:var(--gold);display:block;margin-bottom:8px}
.poi .tri .big{font-family:var(--mono);font-weight:600;font-size:26px;color:var(--ink);line-height:1.1;margin:0 0 8px}
.poi .tri .big .cv2{display:block;margin-top:4px}
.poi .tri p{margin:0;font-size:14px;color:var(--mut)}
.poi .tri .calc{margin-top:12px;font-size:13.5px}
.poi .tri .calc b{font-size:15px}
.poi .kb{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 32px}
.poi .kb.six{grid-template-columns:repeat(3,minmax(0,1fr))}
.poi .kb > div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px}
.poi .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}
.poi .kb h3{font-size:17px;margin:0 0 6px}
.poi .kb p{margin:0;color:var(--mut);font-size:14.5px}
.poi .kb p strong{color:var(--ink)}
.poi .defs{border:1px dashed var(--seam);border-radius:6px;background:var(--card);padding:20px 24px 16px;margin-top:22px}
.poi .defs dl{margin:12px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:14px 32px}
.poi .defs dt{font-family:var(--mono);font-size:13px;font-weight:600;letter-spacing:.08em;color:var(--gold)}
.poi .defs dd{margin:3px 0 0;font-size:14px;color:var(--mut)}
.poi .bookstrip{margin-top:26px;border-radius:6px;padding:16px 20px;display:flex;align-items:center;gap:12px 18px;flex-wrap:wrap}
.poi .bookstrip p{margin:0;flex:1 1 260px;font-size:14.5px;color:var(--mut);min-width:0}
.poi .bookstrip p strong{color:var(--ink)}
.poi .bookstrip .acts{display:flex;gap:10px;flex-wrap:wrap}
.poi .bs-better{border:1px solid var(--line);background:var(--card)}
.poi .bs-option{border:1px dashed var(--line);background:transparent}
.poi .bs-no{border:1px solid var(--seam);background:var(--on-gold)}
.poi .bs-no p{color:var(--quiet)}
.poi .bs-no .bs-tag{font-family:var(--mono);font-size:12px;letter-spacing:.12em;color:var(--quiet);border:1px solid #4a537a;border-radius:3px;padding:4px 10px;white-space:nowrap}
.poi .w-k{margin:26px 0 0;display:flex;align-items:center;gap:12px}
.poi .w-k::after{content:'';flex:1;border-top:1px dashed var(--seam)}
.poi .gyg-widget{margin-top:12px;min-height:120px;border:1px dashed var(--seam);border-radius:6px;display:flex;align-items:center;justify-content:center;background:var(--ground)}
.poi .gyg-widget span{font-family:var(--mono);font-size:12px;color:var(--meta)}
.poi .gyg-widget a{color:var(--aqua);padding:12px 4px;display:inline-block}
.poi .wgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}
.poi .outbound{border:1px solid var(--line);border-radius:6px;background:var(--card);padding:18px 20px}
.poi .outbound .ob-k{display:flex;align-items:center;gap:10px;font-family:var(--mono);font-size:12px;letter-spacing:.12em;color:var(--meta);margin-bottom:12px}
.poi .outbound .ob-k::after{content:'NOT AN AFFILIATE LINK · NO COMMISSION';border:1px solid var(--seam);border-radius:3px;padding:3px 8px;letter-spacing:.08em;color:var(--quiet)}
.poi .ob{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;border-top:1px dashed var(--seam);text-decoration:none;color:var(--ink);min-height:48px}
.poi .ob:hover{color:var(--aqua)}
.poi .ob .t{font-weight:700;font-size:15px}
.poi .ob .t small{display:block;font-weight:400;font-family:var(--mono);font-size:12px;color:var(--meta);letter-spacing:.03em;margin-top:2px}
.poi .ob .u{font-family:var(--mono);font-size:12px;color:var(--meta);white-space:nowrap}
.poi .ob .u::after{content:' ↗'}
.poi .faq{columns:2 380px;column-gap:40px}
.poi .faq details{break-inside:avoid;border-top:1px dashed var(--line);padding:6px 0}
.poi .faq summary{font-family:var(--serif);font-weight:600;font-size:18px;cursor:pointer;list-style:none;display:flex;align-items:baseline;gap:10px;min-height:44px;padding:8px 0}
.poi .faq summary::-webkit-details-marker{display:none}
.poi .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}
.poi .faq details:not([open]) summary::before{background:transparent}
.poi .faq p{margin:0 0 10px 18px;color:var(--mut);font-size:15px}
.poi .cta{margin:110px 0 0;background:#12172a;border-top:1px dashed var(--seam);text-align:center;padding:84px 24px}
.poi .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}
.poi .cta h2{font-size:clamp(28px,3.6vw,44px);max-width:26ch;margin:0 auto 16px}
.poi .cta p{color:var(--mut);max-width:56ch;margin:0 auto 28px}
.poi .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:1024px){.poi .pick2{grid-template-columns:repeat(2,minmax(0,1fr))}
.poi .kb.six{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:860px){.poi .hero{margin-top:22px}
.poi .hero h1{font-size:28px;max-width:none}
.poi .hero-top{display:flex;flex-direction:column;gap:12px}
.poi .hero-top > div{display:contents}
.poi .hero-top .pho{order:-1;min-height:0;height:auto;aspect-ratio:16/9;margin-bottom:6px}
.poi .hero-top .k{order:0}
.poi .hero-top h1{order:1}
.poi .hero-top .sub{order:2}
.poi .tri,.poi .wgrid,.poi .kb,.poi .kb.six{grid-template-columns:minmax(0,1fr)}
.poi .faq{columns:1}
.poi .sec{grid-template-columns:minmax(0,1fr);gap:14px;margin:64px auto 0}
.poi .rail{flex-direction:row;align-items:center;gap:14px;border-right:none;border-bottom:1px dashed var(--seam);padding:0 0 12px;position:static}
.poi .rail-no{font-size:26px}
.poi .rail-lab{flex-direction:row;gap:6px;flex:1;justify-content:flex-start;text-align:left}
.poi .marks{flex-direction:row;margin-top:0;margin-left:auto}
.poi .sec-h h2{font-size:24px}
.poi .verdict-chip{order:-1;flex-basis:100%;justify-content:flex-start;width:max-content;max-width:100%}
.poi .spec-h,.poi .sp{padding-left:16px;padding-right:16px}
.poi .sp{grid-template-columns:minmax(0,1fr);gap:4px}
.poi .sp .v,.poi .sp .v .cv2{text-align:left}
.poi .finding{padding:18px 16px 16px;}
.poi .finding .mk{position:static;margin-bottom:8px}
.poi .bookstrip{padding:14px 16px}
.poi .bookstrip .acts{width:100%}
.poi .bookstrip .acts a{flex:1 1 140px}
.poi .pick-foot{flex-direction:column;align-items:flex-start;gap:6px}
.poi .qa,.poi .defs{padding:18px 16px 14px}
.poi .cta{padding:64px 20px}
.poi .cta h2{font-size:26px}
.poi .cta .btn-book{width:100%;max-width:360px}
.poi .cta .k{line-height:2.2}}
@media (max-width:600px){.poi .pick2,.poi .pick2.two{grid-template-columns:minmax(0,1fr)}}
@media (max-width:480px){.poi .wrap,.poi .sec{padding:0 16px}
.poi .verdict-chip{white-space:normal;height:auto;min-height:32px;padding:6px 12px;line-height:1.3}
.poi .calc{font-size:14px}
.poi .ob{flex-direction:column;align-items:flex-start;gap:4px}}
.poi figure.pho{margin:0;padding:0;position:relative;overflow:hidden;border:1px dashed var(--seam);border-radius:6px;aspect-ratio:16/9;width:100%;align-self:center;display:block}
.poi figure.pho img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.poi figure.pho.wide{margin:24px auto 0;max-width:760px}
.poi .alt-cur{color:inherit;font-weight:400;font-size:max(12px,.86em);white-space:nowrap;letter-spacing:0}
@media (max-width:360px){.poi .sp .v .alt-cur{display:block}}
.poi .pk p{margin:0 0 14px}
.poi .pk-go{margin-top:auto}
@media (max-width:420px){.poi .bs-tag,.poi .bs-no .bs-tag{white-space:normal;display:inline-block}}
.poi .note{margin:16px 0 0;font-family:var(--mono);font-size:12px;line-height:2;color:var(--meta);letter-spacing:.03em}
.poi .note a{color:var(--aqua)}
@media (max-width:520px){.poi .sp .v{white-space:normal;overflow-wrap:anywhere}}
.poi .gyg-widget{border:1px dashed var(--seam);border-radius:6px;min-height:120px;padding:14px;margin-top:10px}
@media (pointer:coarse){.poi .gyg-widget a{padding:12px 0;display:inline-block}}
@media (max-width:900px){.poi .rail{flex-wrap:wrap;gap:8px;padding-left:16px;padding-right:16px}.poi .rail-lab{min-width:0;flex:1 1 auto;overflow-wrap:anywhere}.poi .marks{flex:0 0 auto}}
.poi .sp.or .n::before{content:none}
.poi .sp.or .n .or{font-family:var(--mono);font-size:12px;letter-spacing:.14em;color:var(--gold);border:1px dashed var(--gold);border-radius:3px;padding:1px 6px;margin-right:10px;vertical-align:1px}
@media (max-width:560px){.poi .btn-book,.poi .btn-ghost{white-space:normal;text-align:center;line-height:1.35;padding-top:10px;padding-bottom:10px;overflow-wrap:anywhere}}
/* ---- registers ------------------------------------------------------- */
.poi section.s,.poi section.sec{margin:0;max-width:none;width:auto}
.poi section.s{padding:56px 0 62px}
.poi section.sec{padding:56px max(24px,calc((100% - 1160px)/2)) 62px}
@media (max-width:760px){.poi section.sec{padding:44px 16px 48px}.poi section.s{padding:44px 0 48px}}
.poi .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)}

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

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

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

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

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

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

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

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