:root{--paper:#f7f6f2;--surface:#fffefa;--ink:#253039;--muted:#777872;--line:#e4e0d8;--sand:#eae3d9;--sage:#64705f;--accent:#997955;--serif:'Noto Serif TC','Noto Serif CJK TC','Songti TC',serif;--sans:'Noto Sans TC','Noto Sans CJK TC','Microsoft JhengHei',sans-serif;--container:1280px;--radius:2px;--shadow:0 8px 30px #17232b12}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:14px;font-weight:400;line-height:1.8;-webkit-font-smoothing:antialiased}
body.dialog-open{overflow:hidden}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-family:var(--serif);font-weight:600;line-height:1.5;letter-spacing:.045em}
h1{font-size:42px;line-height:1.45}
h2{font-size:27px}
h3{font-size:18px}
p{color:var(--muted)}
p+p{margin-top:14px}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,select{cursor:pointer}
button{color:inherit}
button:disabled{cursor:not-allowed;opacity:.55}
button,a,input,select,summary{touch-action:manipulation}
button{background:transparent;border:0}
img{display:block;width:100%;height:auto;object-fit:cover}
svg{flex-shrink:0}
.icon{vertical-align:middle}
a,button{transition:background .18s,color .18s,border-color .18s,transform .18s}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid #8e6542;outline-offset:4px}
button:hover,a.button:hover{filter:brightness(.95)}
[hidden]{display:none!important}
.container{width:calc(100% - 112px);max-width:var(--container);margin-inline:auto}
.section{padding:38px 0 18px}
.section:last-child{padding-bottom:64px}
.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:22px}
.section-head>div{display:flex;align-items:baseline;gap:22px}
.section-head h2{flex-shrink:0}
.section-head p{font-size:13px;letter-spacing:.03em}
.text-link{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:500;letter-spacing:.04em;white-space:nowrap}
.text-link:hover{color:var(--accent)}
.text-link .icon{width:17px;height:17px}
.button{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:10px 22px;border:1px solid transparent;border-radius:var(--radius);font-size:13px;font-weight:500;letter-spacing:.07em;line-height:1.5;white-space:nowrap}
.button .icon{width:18px;height:18px}
.button-dark{background:var(--ink);color:#fff}
.button-soft{background:var(--sand);color:var(--ink)}
.button-light{background:var(--paper);color:var(--ink)}
.button-outline{border-color:var(--line);background:transparent}
.icon-button{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;border-radius:var(--radius)}
.icon-button:hover{background:var(--sand)}
.text-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;min-height:40px;padding:6px 9px}
.text-button .icon{width:18px;height:18px}
.skip-link{position:fixed;top:-100px;left:20px;background:var(--ink);color:white;padding:10px 20px;z-index:1000}
.skip-link:focus{top:8px}
.note,.data-note{font-size:12px;color:var(--muted)}
.data-note{margin-top:12px}
.location-label{font-size:12px;color:var(--muted);letter-spacing:.07em;line-height:1.7}
.kana{display:block;font-family:var(--serif);font-size:13px;letter-spacing:.18em}
.visual{position:relative;overflow:hidden}
.visual img{height:100%;object-fit:cover;aspect-ratio:16/10}
.image-note{position:absolute;bottom:6px;right:7px;background:#15201f70;color:#fff;padding:1px 5px;font:10px/1.7 var(--sans);letter-spacing:.05em;pointer-events:none}
.tags{display:flex;gap:5px;flex-wrap:wrap}
.tags span{background:#eee9e1;padding:2px 8px;font-size:10px;letter-spacing:.02em;line-height:1.6;color:#5e5d54}

/* Quiet editorial header, matching the approved design. */
.site-header{background:var(--paper);border-bottom:1px solid var(--line);position:relative;z-index:20}
.header-inner{height:76px;max-width:1440px;margin:auto;padding:0 56px;display:flex;align-items:center;gap:22px}
.brand{display:inline-flex;flex-direction:column;align-items:center;flex-shrink:0;color:#1d272b}
.brand>span{font-family:var(--serif);font-weight:600;font-size:32px;letter-spacing:.15em;line-height:1.2}
.brand>small{font-size:8px;letter-spacing:.55em;margin-left:.5em;margin-top:4px;line-height:1.2}
.brand-tagline{font-size:11px;color:var(--muted);letter-spacing:.1em;white-space:nowrap}
.desktop-nav{display:flex;align-items:center;gap:27px;margin-left:auto;height:100%}
.desktop-nav a{display:flex;align-items:center;height:100%;font-size:12px;font-weight:500;letter-spacing:.06em;white-space:nowrap;border-bottom:2px solid transparent;padding-top:2px}
.desktop-nav a[aria-current],.desktop-nav a:hover{border-bottom-color:var(--ink)}
.header-actions{display:flex;gap:3px;align-items:center}
.header-cta{margin-left:12px;font-size:12px;min-height:40px;padding-inline:18px}
.menu-button{display:none}
.saved-link{position:relative}
.saved-link>span{position:absolute;right:3px;top:1px;background:var(--ink);color:#fff;min-width:16px;height:16px;line-height:16px;text-align:center;font-size:9px;border-radius:50%}
.mobile-nav{padding:15px 25px 25px;border-top:1px solid var(--line);background:var(--paper)}
.mobile-nav>a{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px}

/* Hero. */
.hero{position:relative;overflow:hidden;color:white;isolation:isolate}
.hero-image{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;z-index:-3}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#142122aa 0%,#17201e35 55%,#14201d06 100%);z-index:-2}
.home-hero{height:505px}
.hero-content{height:100%;position:relative;display:flex;flex-direction:column;justify-content:center;padding-bottom:100px}
.hero-copy{padding-left:45px}
.hero-copy h1{font-size:45px;line-height:1.55;letter-spacing:.12em;color:white;text-shadow:0 2px 15px #0003}
.hero-copy p{font-family:var(--serif);font-size:17px;line-height:1.9;letter-spacing:.11em;color:#ffffffd9;margin-top:16px}
.vertical-note{writing-mode:vertical-rl;position:absolute;right:6px;top:110px;font-family:var(--serif);font-size:15px;letter-spacing:.22em}
.hero-image-note{position:absolute;right:14px;bottom:8px;font-size:10px;letter-spacing:.08em;color:#fff9}
.hero-search{position:absolute;left:45px;right:45px;bottom:50px;background:var(--paper);color:var(--ink);border:1px solid white;outline:1px solid #ffffff75;outline-offset:6px;padding:12px 14px;display:grid;grid-template-columns:1fr 1fr 1.15fr auto;gap:0;box-shadow:var(--shadow)}
.hero-search label{display:flex;align-items:center;gap:15px;padding:2px 20px;border-right:1px solid var(--line)}
.hero-search label:first-child{padding-left:12px}
.hero-search label>span{min-width:0;flex:1;line-height:1.6}
.hero-search label>span>span{font-size:11px;font-weight:600;display:block}
.hero-search select{width:100%;padding:2px 15px 2px 0;border:0;background:transparent;color:var(--muted);font-size:12px;max-width:100%;outline-offset:0}
.hero-search>.button{margin-left:18px;font-size:12px}
.hero-search .icon{width:22px;height:22px}
.home-hero .hero-image{object-position:50% 52%}

/* Home's photographic rails. */
.destinations-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.destination-card{position:relative;height:196px;overflow:hidden;color:white;background:#343b36}
.destination-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#132426cc,transparent 85%)}
.destination-card img{height:100%;transition:transform .45s}
.destination-card:hover img{transform:scale(1.05)}
.destination-card>div{position:absolute;left:14px;right:12px;bottom:17px;z-index:1}
.destination-card h3{font-size:24px;line-height:1.4;letter-spacing:.12em}
.destination-card p{color:#ffffffde;font-size:10px;letter-spacing:.01em;line-height:1.7;margin-top:5px}
.dest-kana{font-size:10px;letter-spacing:.13em;opacity:.8}
.destination-card .image-note{z-index:2;bottom:3px;right:4px;font-size:8px;background:transparent;opacity:.6}
.themes-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.theme-tile{position:relative;display:block;height:140px;overflow:hidden;color:#fff}
.theme-tile>img{height:100%;transition:transform .4s}
.theme-tile:hover>img{transform:scale(1.035)}
.theme-tile:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#101b1cdc,transparent 100%)}
.theme-tile>div{position:absolute;left:14px;right:10px;bottom:20px;z-index:1;display:flex;align-items:center;gap:9px}
.theme-tile h3{font-size:17px;letter-spacing:.03em}
.theme-tile p{font-size:10px;color:#fff9;margin-top:4px;line-height:1.6}
.theme-tile .image-note{z-index:2;background:none;font-size:8px;opacity:.65}

.hotel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.hotel-grid.three,.guide-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.compact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.ryokan-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;min-width:0}
.card-photo{position:relative;overflow:hidden;flex-shrink:0}
.card-photo>a{display:block;aspect-ratio:1.95}
.card-photo img{height:100%;width:100%;transition:transform .45s}
.card-photo>a:hover img{transform:scale(1.035)}
.save-button{position:absolute;right:9px;top:9px;width:34px;height:34px;display:grid;place-items:center;color:white;background:#17252945;border:1px solid #ffffff80;border-radius:50%}
.save-button .icon{width:19px;height:19px}
.save-button[aria-pressed=true]{background:var(--paper);color:#9b6a54}
.save-button[aria-pressed=true] .icon{fill:currentColor}
.card-content{padding:15px 16px 14px;display:flex;flex-direction:column;flex:1}
.card-content h3{font-size:18px;line-height:1.5;margin-top:5px;letter-spacing:.01em}
.card-content h3 a:hover{color:var(--accent)}
.card-summary{font-size:12px;line-height:1.8;margin-top:8px;margin-bottom:11px;min-height:44px;color:#72736c}
.card-content .tags{margin-top:auto;margin-bottom:15px}
.card-bottom{display:flex;align-items:center;gap:8px}
.card-bottom>.button{flex:1;min-height:34px;padding:7px 10px;font-size:11px}
.card-bottom .icon{width:15px;height:15px}
.compare-button{display:flex;align-items:center;gap:4px;min-height:36px;font-size:11px;padding:5px}
.compare-button[aria-pressed=true]{color:#8a603e;background:#efe7da}
.compare-button[aria-pressed=true] span{font-weight:600}
.comparison-band{margin-top:45px;position:relative;color:white;overflow:hidden;isolation:isolate}
.comparison-band>img{position:absolute;inset:0;height:100%;z-index:-3}
.comparison-band:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#253029f5,#252c27c4 48%,#252c2730);z-index:-2}
.comparison-inner{display:grid;grid-template-columns:1fr 1.8fr;gap:45px;align-items:center;padding:40px 0}
.comparison-inner>div>p{color:#ffffffbd;font-size:13px;line-height:1.85;margin:10px 0 19px}
.comparison-inner h2{font-size:26px}
.comparison-icons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--paper);color:var(--ink);padding:24px 9px}
.comparison-icons>a{text-align:center;padding:0 10px;border-right:1px solid var(--line)}
.comparison-icons>a:last-child{border:0}
.comparison-icons .icon{width:29px;height:29px}
.comparison-icons h3{font-family:var(--sans);font-size:13px;margin-top:10px}
.comparison-icons p{font-size:10px;margin-top:6px;white-space:nowrap}
.guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.guide-card{border:1px solid var(--line);background:var(--surface)}
.guide-card>a{display:block;height:auto;aspect-ratio:2}
.guide-card>div{padding:13px 15px 15px}
.guide-card h3{font-size:16px;letter-spacing:.01em;margin:5px 0}
.guide-card p:not(.location-label){font-size:11px;line-height:1.9}
.guide-card .read-time{font-size:10px;color:var(--muted);display:flex;justify-content:space-between;align-items:center;margin-top:12px}
.read-time .icon{width:16px;height:16px}
.journal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.journal-card .visual{aspect-ratio:2.3;margin-bottom:13px}
.journal-card>span{font-size:11px;color:var(--muted)}
.journal-card h3{font-size:16px;margin:5px 0}
.journal-card p{font-size:11px}
.journal-card>.icon{width:17px;height:17px;margin-top:10px}
.journal-section{padding-bottom:50px!important}

/* Footer. */
.footer-cta{position:relative;isolation:isolate;overflow:hidden;text-align:center;padding:43px 0;color:white}
.footer-cta>img{position:absolute;inset:0;height:100%;z-index:-3;object-position:50% 50%}
.footer-cta:after{content:'';position:absolute;inset:0;background:#18262caf;z-index:-2}
.footer-cta h2{font-size:27px;letter-spacing:.08em}
.footer-cta p{color:#ffffffc7;margin:9px 0 18px;font-size:13px;letter-spacing:.08em}
.footer-cta .button{min-height:40px}
.site-footer{border-top:1px solid var(--line);padding-top:32px;background:var(--paper)}
.footer-main{display:flex;justify-content:space-between;gap:50px}
.footer-main>.brand{align-self:flex-start}
.footer-main>div>p{font-size:12px;margin-top:16px}
.footer-links{display:flex;gap:65px}
.footer-links>div{display:flex;flex-direction:column;gap:6px;font-size:12px}
.footer-links strong{font-size:12px;font-weight:500;margin-bottom:6px}
.footer-links a{color:var(--muted)}
.footer-links a:hover{color:var(--ink)}
.footer-bottom{display:flex;align-items:center;gap:28px;margin-top:30px;padding:14px 0;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}
.footer-bottom p{margin-right:auto}
.preview-note{border-top:1px solid var(--line);font-size:10px;display:flex;gap:10px;align-items:center;padding:13px 0 20px;color:#96958e}
.preview-note .icon{width:15px;height:15px}
.preview-note p{font-size:10px}

/* Page interiors. */
.breadcrumbs{display:flex;gap:11px;align-items:center;flex-wrap:wrap;padding:22px 0;font-size:11px;color:var(--muted);line-height:1.5}
.breadcrumbs a:hover{text-decoration:underline}
.breadcrumbs>span[aria-hidden]{color:#a5a79e}
.page-intro{padding:24px 0 42px}
.page-intro h1{font-size:37px;letter-spacing:.04em}
.page-intro p{margin-top:16px;font-size:15px;line-height:1.9;max-width:760px}
.region-jump{display:flex;gap:12px}
.destination-index-grid,.theme-index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}
.destination-feature{display:grid;grid-template-columns:1.1fr 1fr;border:1px solid var(--line);background:var(--surface);min-height:230px;overflow:hidden}
.destination-feature>.visual{height:100%}
.destination-feature>div:not(.visual){padding:25px;align-self:center}
.destination-feature h2{font-size:26px;margin-top:8px}
.destination-feature h2 small{font-family:var(--sans);display:block;font-size:11px;color:var(--muted);margin-top:5px}
.destination-feature p{margin:12px 0;font-size:12px}
.destination-feature .text-link{font-size:12px}
.theme-index-grid .destination-feature{min-height:260px}
.destination-hero{min-height:375px}
.destination-hero .container{padding-bottom:67px}
.destination-hero .breadcrumbs,.listing-hero .breadcrumbs{color:#ffffffb0;padding-top:23px}
.destination-hero h1{font-size:45px}
.destination-hero .kana{margin-top:3px;color:#ffffffc5}
.destination-hero h2{font-size:21px;margin-top:23px;max-width:480px}
.destination-hero p{font-size:13px;color:#ffffffc5;max-width:475px;line-height:2;margin-top:10px}
.destination-facts{position:relative;z-index:2;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);padding:19px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:-30px}
.destination-facts>div{display:flex;align-items:center;gap:13px;border-right:1px solid var(--line);padding-right:25px}
.destination-facts b,.destination-facts small{display:block;font-size:11px}
.destination-facts b{font-weight:500}
.destination-facts small{font-size:10px;color:var(--muted);margin-top:3px}
.destination-facts>.button{font-size:11px;min-height:37px}
.destination-overview{display:grid;grid-template-columns:3fr 1fr;gap:26px;align-items:start}
.destination-overview .section-head>div{display:block}
.destination-overview .section-head p{margin-top:8px}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.feature-grid article{border:1px solid var(--line);background:var(--surface);overflow:hidden}
.feature-grid .visual{aspect-ratio:1.8}
.feature-grid h3{font-size:17px;margin:11px 13px 7px}
.feature-grid p{font-size:11px;line-height:1.8;margin:0 13px 16px}
.mini-summary{padding:25px;background:var(--surface);border:1px solid var(--line);margin-top:7px}
.mini-summary h2{font-size:24px;padding-bottom:17px;border-bottom:1px solid var(--line)}
.mini-summary h2 small{font:12px var(--sans);color:var(--muted);margin-left:10px}
.mini-summary dl{font-size:12px;margin:18px 0}
.mini-summary dt{font-weight:500;margin-top:11px}
.mini-summary dd{margin:4px 0 0;color:var(--muted);font-size:11px}
.two-column{display:grid;grid-template-columns:1fr 1fr;gap:42px}
.two-column h2{font-size:26px}
.two-column>section>p{font-size:13px;margin-top:12px;line-height:1.9}
.bath-comparison{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0}
.bath-comparison article{background:var(--surface);border:1px solid var(--line)}
.bath-comparison .visual{aspect-ratio:1.7}
.bath-comparison h3{font-size:17px;margin:12px}
.bath-comparison p{font-size:12px;padding:0 12px 15px}
.transport-panel{background:#ecefe8;padding:30px}
.transport-route{display:flex;gap:10px;align-items:center;margin:24px 0;padding:20px 0;border-block:1px solid #d5dacd;font-size:12px;flex-wrap:wrap}
.transport-panel .button{margin-top:23px;background:#fffefa}
.area-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.area-grid article{border-top:1px solid var(--line);padding:21px 0}
.area-number{font:italic 22px Georgia,serif;color:#aba393}
.area-grid h3{margin:10px 0;font-size:20px}
.area-grid p{font-size:13px}
.paper-panel{background:#ebe7df;padding:30px}
.paper-panel p{font-size:14px;max-width:760px;line-height:2;margin:12px 0 19px}
.source-box{border:1px solid var(--line);padding:22px 26px;background:#f2f0e9}
.source-box h3{font:500 14px var(--sans);display:flex;gap:9px;align-items:center}
.source-box p{font-size:11px;line-height:1.9;margin:12px 0}
.source-box>a{display:flex;align-items:center;gap:10px;font-size:11px;color:#65664f;margin-top:6px;text-decoration:underline;text-underline-offset:4px}
.source-box .icon{width:15px;height:15px}
.empty-panel{text-align:center;padding:55px 25px;border:1px solid var(--line);background:var(--surface)}
.empty-panel>.icon{width:35px;height:35px;color:#929781;margin-bottom:16px}
.empty-panel h2,.empty-panel h3{margin-bottom:10px}
.empty-panel p{font-size:13px;max-width:550px;margin-inline:auto}
.empty-panel .button{margin-top:24px}
.empty-panel h1{font-size:34px;margin-bottom:12px}

/* Search and theme results. */
.listing-hero{height:287px}
.listing-hero h1{font-size:41px;margin-top:15px}
.listing-hero p{font-family:var(--serif);font-size:17px;color:#fff9;max-width:610px;margin-top:11px}
.listing-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:34px;padding:42px 0 55px;align-items:start}
.filter-panel{border:1px solid var(--line);padding:19px 18px;background:#f9f8f5}
.filter-details>summary{font-family:var(--serif);font-size:17px;list-style:none;display:flex;align-items:center;gap:9px;cursor:pointer;margin-bottom:5px}
.filter-details>summary::-webkit-details-marker{display:none}
.filter-details>summary>.icon:last-child{display:none;margin-left:auto}
.filter-panel form>label{display:block;border-top:1px solid var(--line);padding-top:15px;margin-top:15px;font-size:12px;font-weight:500;letter-spacing:.035em}
.filter-panel input,.filter-panel select{display:block;width:100%;max-width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:1px;background:var(--surface);color:var(--ink);font-size:12px;margin-top:8px;min-height:39px}
.filter-panel form>.button{width:100%;margin-top:20px;min-height:39px;font-size:12px}
.filter-note{font-size:10px;line-height:1.8;margin-top:12px}
.filter-guide{display:block;border-top:1px solid var(--line);margin-top:28px;padding-top:22px}
.filter-guide .visual{aspect-ratio:1.9}
.filter-guide h3{font-size:16px;margin-top:10px}
.filter-guide p{font-size:11px}
.filter-guide .text-link{font-size:11px;margin-top:12px}
.results-toolbar{display:flex;align-items:center;gap:17px;justify-content:space-between;margin-bottom:12px;min-height:43px}
.results-toolbar>p{font-size:13px;color:var(--ink);margin-right:auto}
.results-toolbar strong{font-weight:600;font-size:16px}
.results-toolbar label{font-size:12px;color:var(--muted);display:flex;gap:10px;align-items:center}
.results-toolbar select{max-width:145px;min-height:37px;background:var(--surface);border:1px solid var(--line);padding:5px 10px;font-size:12px;color:var(--ink)}
.view-switch{display:flex;border:1px solid var(--line)}
.view-switch .icon-button{height:37px;width:39px}
.view-switch .icon{width:17px;height:17px}
.view-switch .active{background:var(--ink);color:#fff}
.results-note{font-size:11px;margin:6px 0 17px}
.active-filters{display:flex;gap:7px;flex-wrap:wrap}
.active-filters button{display:flex;gap:7px;align-items:center;font-size:10px;background:var(--sand);padding:4px 9px;margin-bottom:7px}
.active-filters .icon{width:12px;height:12px}
.hotel-results{display:flex;flex-direction:column;gap:16px}
.list-card{display:grid;grid-template-columns:32% 1fr;min-height:218px}
.list-card .card-photo{height:100%}
.list-card .card-photo>a{height:100%;aspect-ratio:auto}
.list-card .card-content{padding:20px 22px}
.list-card .card-content h3{font-size:23px}
.list-card .card-summary{font-size:13px;margin:9px 0 15px;min-height:0}
.list-card .card-bottom{justify-content:flex-end}
.list-card .card-bottom .button{max-width:180px}
.list-card .tags span{font-size:11px}
.hotel-results.grid-view{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.grid-view .list-card{display:flex;min-height:0}
.grid-view .card-photo{height:auto}
.grid-view .card-photo>a{aspect-ratio:1.8}
.grid-view .card-content{padding:17px}
.grid-view .card-content h3{font-size:19px}
.grid-view .card-content .card-summary{font-size:12px}
.compare-strip{margin-top:28px;padding:22px;display:flex;align-items:center;gap:17px;border:1px solid var(--line);background:#eeeae2}
.compare-strip>div{margin-right:auto}
.compare-strip h3{font-size:17px}
.compare-strip p{font-size:11px}
.compare-strip>span{font-size:12px;white-space:nowrap}
.compare-strip>.button{min-height:37px;font-size:11px;background:var(--surface)}
.compare-strip>.icon{width:28px;height:28px}
.faq-section{padding:35px 0 50px;background:#eeeae2}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}
.faq-grid details{background:var(--surface);border:1px solid var(--line);padding:0 18px}
.faq-grid summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 0;font-size:13px;cursor:pointer}
.faq-grid summary .icon{width:16px;height:16px}
.faq-grid details[open] summary .icon{transform:rotate(180deg)}
.faq-grid details p{font-size:12px;padding-bottom:18px}

/* Detail pages. */
.detail-breadcrumb{display:flex;justify-content:space-between;align-items:center;gap:15px}
.detail-hero{display:grid;grid-template-columns:30% 1fr;gap:30px;padding-top:15px}
.detail-heading{padding:10px 0}
.detail-heading h1{font-size:35px;line-height:1.45;letter-spacing:.02em;margin-top:9px}
.detail-heading .kana{color:var(--muted);margin-top:7px}
.detail-heading>p{font-family:var(--serif);font-size:16px;color:var(--ink);margin:18px 0;max-width:340px}
.verified-label{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--sage);margin:15px 0}
.verified-label .icon{width:16px;height:16px}
.detail-heading .tags{margin-bottom:22px}
.detail-heading>.button{font-size:12px;min-height:38px}
.detail-gallery{display:grid;grid-template-columns:3fr 1.12fr;gap:5px;height:360px}
.detail-gallery button{padding:0;position:relative;overflow:hidden;background:#26322c}
.detail-gallery button>img{height:100%;width:100%}
.gallery-main>span{position:absolute;bottom:16px;left:18px;right:10px;color:white;background:#17252080;padding:6px 10px;font-size:11px;text-align:left}
.gallery-side{display:grid;grid-template-rows:repeat(3,minmax(0,1fr));gap:5px}
.gallery-side span{position:absolute;bottom:4px;right:6px;font-size:10px;color:white;background:#20342666;padding:1px 5px}
.booking-bar{margin:30px 20px 24px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);display:flex;align-items:center;gap:27px;flex-wrap:wrap;padding:22px 27px 13px}
.booking-bar>div{display:flex;align-items:center;gap:13px;flex:1;min-width:150px}
.booking-bar b,.booking-bar small{display:block;font-size:12px;font-weight:500}
.booking-bar small{font-size:11px;color:var(--muted);font-weight:400;margin-top:3px}
.booking-bar>.button{font-size:12px}
.booking-bar>p{flex-basis:100%;font-size:10px;text-align:right;margin-top:-1px}
.detail-tabs{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 10px}
.detail-tabs a{display:inline-block;padding:15px 16px;border-bottom:2px solid transparent;font-size:12px;white-space:nowrap}
.detail-tabs a:hover{border-color:var(--ink)}
.detail-section{padding:34px 0;border-bottom:1px solid var(--line);scroll-margin-top:20px}
.detail-section h2{font-size:26px;margin-bottom:13px}
.detail-section p{font-size:13px;line-height:2}
.detail-section .location-label{font-size:11px;margin-bottom:8px}
.detail-overview{display:grid;grid-template-columns:1.4fr 1fr;gap:50px}
.detail-icons{display:flex;justify-content:space-between;gap:15px;margin-top:24px}
.detail-icons>div{text-align:center;display:flex;flex-direction:column;align-items:center;gap:5px}
.detail-icons b{font-size:11px;font-weight:500;margin-top:5px}
.detail-icons small{font-size:10px;color:var(--muted)}
.quote-panel{background:#ece9e2;padding:36px 38px;display:flex;flex-direction:column;justify-content:center}
.quote-panel>span{font-family:var(--serif);font-size:27px;line-height:1.9;letter-spacing:.15em}
.quote-panel>p{font-size:11px;color:var(--muted);margin-top:13px}
.quote-panel>small{font-size:10px;color:var(--muted);letter-spacing:.12em}
.quote-rule{width:58px;height:1px;background:#aca697;margin:21px 0 14px}
.bath-detail{display:grid;grid-template-columns:1fr 1.6fr;gap:40px;align-items:center}
.bath-detail .text-link{margin-top:18px}
.bath-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.bath-image-grid .visual{aspect-ratio:1.2}
.bath-image-grid figcaption{font-size:11px;margin-top:8px;color:var(--muted)}
.room-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.room-card{border:1px solid var(--line);background:var(--surface)}
.room-card>.visual{aspect-ratio:2.9}
.room-card>div:not(.visual){padding:20px}
.room-card h3{font-size:20px}
.room-card p{margin:10px 0 15px;font-size:12px}
.room-card .text-link{font-size:12px}
.notes-panel{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;background:#eeeee6;padding:27px;margin-top:25px;border:0}
.notes-panel>div>.icon{float:left;margin:6px 13px 0 0}
.notes-panel h2{font-size:22px}
.check-list{padding:0;margin:0;list-style:none;align-self:center}
.check-list li{display:flex;align-items:flex-start;gap:8px;margin:12px 0;font-size:12px}
.check-list .icon{width:15px;height:20px;color:var(--accent)}

/* Editorial reading. */
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:32px;align-items:start}
.article-hero{position:relative;isolation:isolate;overflow:hidden;min-height:335px;display:flex;align-items:center;color:#fff;padding:35px 38px}
.article-hero>img{position:absolute;inset:0;width:100%;height:100%;z-index:-3}
.article-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#16241ddc,#20302920);z-index:-2}
.article-hero>div{max-width:670px}
.article-hero h1{font-size:38px;line-height:1.6;letter-spacing:.07em;max-width:620px}
.article-hero>div>span{font-size:12px;letter-spacing:.1em;border-bottom:1px solid #ffffff85;padding-bottom:5px;display:inline-block;margin-bottom:14px}
.article-hero p{font-size:15px;color:#ffffffe0;margin-top:16px;max-width:520px}
.article-byline{display:flex;align-items:center;gap:13px;padding:20px 0;border-bottom:1px solid var(--line);margin-bottom:8px}
.author-mark{height:40px;width:40px;border-radius:50%;background:#dce1d4;display:grid;place-items:center;font-family:var(--serif);font-size:20px;color:#657157}
.article-byline b{display:block;font-size:12px;font-weight:500}
.article-byline small{display:block;font-size:10px;color:var(--muted);letter-spacing:.04em;margin-top:3px}
.article-byline>.text-button{margin-left:auto}
.article-sidebar{position:sticky;top:25px}
.toc{padding:24px 22px;border:1px solid var(--line);background:var(--surface)}
.toc h2{font-size:21px;margin-bottom:17px}
.toc>a:not(.button){display:block;color:var(--muted);font-size:11px;line-height:1.8;border-left:2px solid transparent;padding:6px 0 6px 11px;margin-left:-8px}
.toc>a:not(.button):hover{border-left-color:var(--ink);color:var(--ink)}
.toc>.button{display:flex;margin-top:13px;min-height:39px;padding:10px 8px;font-size:11px;gap:7px}
.toc>.button:first-of-type{margin-top:24px}
.sidebar-feature{display:block;margin-top:25px}
.sidebar-feature .visual{aspect-ratio:1.5}
.sidebar-feature h3{font-size:16px;margin-top:14px}
.sidebar-feature p{font-size:11px;margin-top:7px}
.article-section{padding-top:30px;scroll-margin-top:20px}
.article-section h2{font-size:26px;line-height:1.6;margin-bottom:16px;letter-spacing:.025em}
.article-section p{font-size:15px;line-height:2.15;letter-spacing:.025em;color:#676b65}
.article-section p+p{margin-top:16px}
.article-callout{margin:30px 0 5px;background:#ebe7de;padding:22px 25px;display:flex;align-items:center;gap:17px}
.article-callout>span{font:65px var(--serif);line-height:1;color:#cbc3b4;align-self:flex-start}
.article-callout>p{font-family:var(--serif);font-size:20px;line-height:1.9;color:var(--ink)}
.article-callout>small{margin-left:auto;align-self:flex-end;font-size:10px;color:var(--muted);white-space:nowrap}
.article-checklist{list-style:none;padding:0;margin:0;background:#efeee7;padding:18px 24px}
.article-checklist li{display:flex;gap:11px;margin:12px 0;font-size:14px;line-height:1.9}
.article-checklist .icon{color:var(--sage);width:18px;height:22px}
.inline-reading{margin-top:32px;border-block:1px solid var(--line);padding:23px 0;display:flex;align-items:center;gap:20px;justify-content:space-between}
.inline-reading>div{display:flex;align-items:center;gap:12px}
.inline-reading h3{font-size:17px}
.inline-reading small{font-size:10px;color:var(--accent);letter-spacing:.1em}
.inline-reading>.button{font-size:11px;flex-shrink:0}
.article-body>.source-box{margin:35px 0}
.table-scroll{overflow-x:auto}
.table-scroll table{width:100%;border-collapse:collapse;font-size:13px}
.table-scroll th{background:var(--sand);font-weight:500;text-align:left;white-space:nowrap}
.table-scroll td,.table-scroll th{padding:12px 15px;border:1px solid var(--line)}
.table-scroll td{color:#65695f}
.table-scroll td a{text-decoration:underline;text-underline-offset:4px;color:var(--ink)}
.mobile-toc{display:none}
.guides-index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.guides-index-grid .guide-card h3{font-size:23px;margin:10px 0}
.guides-index-grid .guide-card p:not(.location-label){font-size:13px}
.guides-index-grid .guide-card>div{padding:22px 25px}

/* Collections, comparison, planner and secondary pages. */
.collection-page{padding-bottom:65px;min-height:60vh}
.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 25px}
.collection-footer{border-top:1px solid var(--line);margin-top:30px;padding:18px 0;font-size:11px;color:var(--muted);display:flex;align-items:center;gap:20px}
.collection-footer .text-button{text-decoration:underline;text-underline-offset:4px}
.compare-picker{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0}
.compare-picker .button[aria-pressed=true]{background:var(--ink);color:#fff}
.compare-table-wrap{overflow-x:auto;max-width:100%}
.compare-table{border-collapse:collapse;width:100%;table-layout:fixed;background:var(--surface)}
.compare-table th,.compare-table td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:20px;font-size:13px;line-height:2}
.compare-table th:first-child{width:155px;background:#eeeae2;font-size:12px;font-weight:500}
.compare-table thead th:not(:first-child){min-width:230px;width:28%;background:var(--surface)}
.compare-table h2{font-size:19px;line-height:1.6;margin:12px 0}
.compare-table th .visual{aspect-ratio:1.8}
.compare-table th .text-button{font-size:11px;padding:3px 0;min-height:30px;color:var(--muted)}
.compare-table small{display:block;font-size:10px;color:var(--muted);margin-top:7px}
.compare-table td{color:#686d62}
.plan-page{padding-bottom:65px}
.plan-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:stretch}
.plan-picture{position:relative;min-height:580px;overflow:hidden;isolation:isolate;color:#fff;display:flex;align-items:center;padding:45px}
.plan-picture>img{height:100%;width:100%;position:absolute;inset:0;z-index:-3}
.plan-picture:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#172822b0,#162b2360);z-index:-2}
.plan-picture h1{font-size:39px;line-height:1.9;letter-spacing:.12em}
.plan-picture p{color:#ffffffbd;margin-top:20px;font-size:14px;line-height:2}
.plan-form-section{padding:18px 0}
.step-track{display:flex;gap:19px;border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:30px}
.step-track>span{font-size:12px;color:#a3a49c;position:relative}
.step-track>span[aria-current]{color:var(--ink)}
.step-track>span[aria-current]:after{content:'';height:2px;position:absolute;bottom:-18px;left:0;right:0;background:var(--ink)}
.plan-form-section fieldset{border:0;padding:0;margin:0;min-height:330px}
.plan-form-section legend{font-family:var(--serif);font-size:25px;line-height:1.8;margin-bottom:8px}
.plan-form-section fieldset>p{font-size:13px;line-height:1.9}
.radio-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:23px 0}
.radio-options>label{position:relative;display:flex;gap:9px;align-items:center;min-height:58px;padding:12px;border:1px solid var(--line);font-size:12px;cursor:pointer;background:var(--surface)}
.radio-options>label:has(input:checked){border-color:var(--sage);background:#ecede5}
.radio-options>label .icon{width:19px;height:19px}
.radio-options>label input{accent-color:var(--sage);margin:0}
.plan-actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap;margin-top:25px}
.plan-actions>.button{font-size:12px}
.date-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin:30px 0 20px}
.date-grid label,.guest-label{display:block;font-size:12px;font-weight:500}
.date-grid input,.guest-label select{display:block;width:100%;min-width:0;min-height:45px;margin-top:8px;padding:10px;background:var(--surface);border:1px solid var(--line);border-radius:0;color:var(--ink);font-size:13px}
.guest-label{max-width:180px;margin-bottom:23px}
.plan-summary h2{font-size:27px;line-height:1.8}
.plan-summary dl{display:grid;grid-template-columns:120px 1fr;gap:14px;font-size:13px;margin:25px 0}
.plan-summary dt{color:var(--muted)}
.plan-summary dd{margin:0}
.plan-summary .note{font-size:12px}
.form-error{padding:12px 15px;background:#f5e8df;color:#98592f;font-size:12px;border-left:3px solid #98592f;margin-top:15px}
.plan-page [data-plan-results] h2{margin-bottom:8px}
.plan-page [data-plan-results]>.hotel-grid{margin:23px 0}
.info-page{max-width:970px;padding-bottom:65px}
.info-page .prose{max-width:850px}
.prose h2{margin:30px 0 14px;font-size:25px}
.prose p{font-size:15px;line-height:2.1;color:#666c65}
.prose .text-link{margin-top:24px}
.prose .about-photo{height:300px;margin-bottom:35px}
.prose>.button{margin-top:25px}
.source-directory{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);margin:20px 0}
.source-directory a{padding:15px;background:var(--surface);display:flex;justify-content:space-between;gap:10px;font-size:12px;align-items:center}
.source-directory .icon{width:15px;height:15px}
.not-found{margin-block:65px}
.not-found .location-label{margin-bottom:15px}

/* Native dialogs, feedback and system states. */
dialog{border:1px solid var(--line);border-radius:2px;padding:30px;color:var(--ink);background:var(--paper);box-shadow:0 25px 90px #0003;max-width:calc(100% - 40px)}
dialog::backdrop{background:#152326a6;backdrop-filter:blur(3px)}
.search-dialog{width:680px}
.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}
.dialog-heading h2{font-size:26px}
.search-dialog label{font-size:12px;color:var(--muted)}
.search-input-row{display:flex;align-items:center;gap:12px;border:1px solid var(--line);background:var(--surface);padding:8px 9px 8px 16px;margin:9px 0 14px}
.search-input-row input{min-width:0;flex:1;width:100%;border:0;background:transparent;min-height:38px;font-size:14px}
.search-input-row .button{font-size:12px;padding:10px 17px}
.search-dialog p{font-size:11px}
.gallery-dialog{width:850px;padding:25px}
.gallery-dialog>.icon-button{position:absolute;right:12px;top:12px;background:var(--paper);z-index:1}
.gallery-dialog img{height:auto;max-height:70vh;object-fit:contain;background:#27342c}
.gallery-dialog p{font-size:12px;margin-top:15px;text-align:center}
.toast{position:fixed;left:50%;transform:translateX(-50%);bottom:25px;background:var(--ink);color:#fff;padding:12px 23px;border:1px solid #ffffff20;box-shadow:var(--shadow);z-index:100;max-width:calc(100% - 32px);font-size:12px;line-height:1.8;text-align:center}
.button[aria-pressed=true]{border-color:var(--sage)}

/* Tablet and native design width. */
@media(min-width:1600px){.home-hero{height:555px}
.hero-copy h1{font-size:50px}
}

@media(max-width:1250px){.container{width:calc(100% - 72px)}
.header-inner{padding-inline:36px;gap:17px}
.brand-tagline{display:none}
.desktop-nav{gap:21px}
.header-cta{padding-inline:14px}
.hero-copy{padding-left:28px}
.hero-search{left:28px;right:28px}
.section-head>div{display:block}
.section-head p{margin-top:7px}
.destination-card{height:180px}
.destination-card h3{font-size:23px}
.themes-grid{gap:12px}
.theme-tile>div{left:11px;gap:7px}
.theme-tile>div>.icon{width:19px}
.theme-tile h3{font-size:15px}
.theme-tile p{font-size:9px}
.card-content{padding:13px}
.card-content h3{font-size:17px}
.comparison-inner{grid-template-columns:1fr 1.65fr;gap:25px}
.comparison-icons{padding-inline:0}
.comparison-icons>a{padding-inline:7px}
.comparison-icons p{font-size:9px}
.destination-facts{gap:10px;padding:17px}
.destination-facts>div{padding-right:15px;gap:8px}
.destination-facts>div>.icon{width:20px}
.destination-facts .button{padding-inline:14px}
.destination-overview{grid-template-columns:2.8fr 1fr;gap:21px}
.mini-summary{padding:20px}
.detail-hero{grid-template-columns:32% 1fr;gap:22px}
.detail-heading h1{font-size:32px}
.detail-gallery{height:340px}
.booking-bar{margin-inline:0;gap:18px}
.detail-tabs a{padding:13px 10px;font-size:11px}
.article-layout{grid-template-columns:minmax(0,1fr) 225px;gap:25px}
.article-hero h1{font-size:34px}
.article-hero{padding:30px;min-height:325px}
.article-hero p{font-size:14px}
.article-section h2{font-size:24px}
.inline-reading{flex-wrap:wrap}
.plan-layout{gap:32px}
.plan-picture{padding:30px}
.plan-picture h1{font-size:34px}
}

@media(max-width:1020px){.header-inner{height:68px;gap:13px}
.brand>span{font-size:28px}
.brand>small{font-size:7px}
.desktop-nav{gap:17px}
.desktop-nav a{font-size:11px}
.header-cta{display:none}
.header-actions{margin-left:8px}
.home-hero{height:455px}
.hero-copy h1{font-size:40px}
.hero-copy p{font-size:15px}
.hero-search{grid-template-columns:1fr 1fr 1.1fr auto;padding:11px 7px;bottom:42px}
.hero-search label{padding-inline:13px;gap:8px}
.hero-search>.button{margin-left:10px;padding-inline:14px;font-size:11px}
.hero-search select{font-size:10px}
.hero-search label>span>span{font-size:10px}
.hero-search label>.icon{width:19px}
.hero-copy{padding-left:20px}
.hero-search{left:20px;right:20px}
.destination-card{height:170px}
.destination-card>div{left:11px;bottom:14px}
.destination-card p{font-size:9px}
.destination-card h3{font-size:21px}
.destinations-grid{gap:10px}
.theme-tile{height:133px}
.theme-tile p{display:none}
.theme-tile h3{font-size:14px}
.hotel-grid{gap:12px}
.card-content h3{font-size:16px}
.card-summary{font-size:11px}
.card-content{padding:12px}
.tags span{font-size:9px;padding-inline:5px}
.card-bottom{gap:2px}
.card-bottom>.button{padding-inline:7px;font-size:10px}
.compare-button{font-size:10px;padding-inline:3px}
.comparison-inner h2{font-size:23px}
.comparison-icons h3{font-size:12px}
.comparison-icons p{font-size:8px}
.guide-grid,.journal-grid{gap:12px}
.guide-card>div{padding:11px}
.guide-card h3{font-size:14px}
.journal-card h3{font-size:15px}
.footer-links{gap:35px}
.destination-facts>div:nth-child(4){display:none}
.destination-overview{grid-template-columns:1fr}
.mini-summary{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:20px;margin:0}
.mini-summary h2{border:0;padding:0}
.mini-summary dl{display:grid;grid-template-columns:70px 1fr 70px 1fr;gap:5px 10px;margin:0}
.mini-summary dt,.mini-summary dd{margin:0}
.mini-summary>a{grid-column:2}
.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.listing-layout{grid-template-columns:205px minmax(0,1fr);gap:23px}
.filter-panel{padding:16px 14px}
.list-card{grid-template-columns:35% 1fr}
.list-card .card-content{padding:15px}
.list-card .card-content h3{font-size:21px}
.list-card .card-summary{font-size:12px}
.list-card .tags span{font-size:10px}
.compare-strip{padding:15px;gap:12px;flex-wrap:wrap}
.compare-strip h3{font-size:15px}
.compare-strip p{font-size:10px}
.results-toolbar{gap:10px}
.results-toolbar label{font-size:11px;gap:6px}
.results-toolbar>p{font-size:12px}
.results-toolbar select{font-size:11px;max-width:115px;padding-inline:5px}
.view-switch .icon-button{width:32px}
.detail-gallery{height:335px}
.detail-heading h1{font-size:30px}
.detail-heading>p{font-size:14px}
.detail-hero{grid-template-columns:34% 1fr;gap:20px}
.booking-bar{gap:13px;padding-inline:18px}
.booking-bar .button{font-size:11px;padding-inline:14px}
.detail-overview{gap:30px}
.quote-panel{padding:25px}
.quote-panel>span{font-size:23px}
.bath-detail{grid-template-columns:1fr;gap:20px}
.bath-image-grid .visual{aspect-ratio:1.8}
.detail-tabs{overflow-x:auto;justify-content:flex-start}
.detail-tabs a{padding-inline:17px}
.article-layout{grid-template-columns:minmax(0,1fr) 200px;gap:22px}
.toc{padding:20px 16px}
.toc h2{font-size:19px}
.toc>a:not(.button){font-size:10px}
.article-hero h1{font-size:30px}
.article-hero{padding:26px;min-height:300px}
.article-hero p{font-size:13px}
.article-section p{font-size:14px}
.article-callout{padding:18px}
.article-callout>p{font-size:18px}
.article-callout>small{display:none}
.two-column{gap:26px}
.plan-layout{grid-template-columns:.8fr 1.2fr;gap:27px}
.plan-picture{padding:25px}
.plan-picture h1{font-size:29px}
.plan-form-section legend{font-size:23px}
.step-track{gap:14px}
.step-track>span{font-size:11px}
.radio-options{gap:9px}
.radio-options>label{font-size:11px;padding:10px}
.destination-feature{grid-template-columns:1fr;min-height:0}
.destination-feature>.visual{height:205px}
.destination-feature>div:not(.visual){padding:21px}
.theme-index-grid .destination-feature{min-height:0}
}

/* Mobile: real responsive layouts rather than a scaled desktop screenshot. */
@media(max-width:760px){html{scroll-padding-top:22px}
.container{width:calc(100% - 38px)}
body{font-size:14px}
.header-inner{height:67px;padding-inline:20px;gap:10px}
.brand>span{font-size:28px}
.brand>small{font-size:7px}
.brand-tagline{display:none}
.desktop-nav{display:none}
.header-actions{margin-left:auto}
.header-actions>.icon-button{width:38px;height:42px}
.menu-button{display:inline-flex}
.header-actions .icon{width:21px;height:21px}
.home-hero{height:555px}
.hero-content{justify-content:flex-start;padding-top:40px;padding-bottom:0}
.hero-copy{padding-left:6px}
.hero-copy h1{font-size:32px;line-height:1.65;letter-spacing:.07em}
.hero-copy p{font-size:13px;line-height:1.95;letter-spacing:.065em;margin-top:15px}
.vertical-note{font-size:11px;top:47px;right:1px;letter-spacing:.14em}
.hero-image{object-position:59% 50%}
.hero-shade{background:linear-gradient(90deg,#142122ac,#17201e20)}
.hero-search{left:7px;right:7px;bottom:36px;padding:9px 13px;grid-template-columns:1fr 1fr;gap:0;outline-offset:4px}
.hero-search label{padding:9px 8px;border-right:1px solid var(--line);min-height:58px}
.hero-search label:first-child{padding-left:8px}
.hero-search label:nth-child(2){border:0}
.hero-search label:nth-child(3){grid-column:1/3;border:0;border-top:1px solid var(--line);padding-top:12px}
.hero-search label>span>span{font-size:11px}
.hero-search select{font-size:12px;min-height:25px;padding-top:3px}
.hero-search label>.icon{width:20px;height:20px}
.hero-search>.button{grid-column:1/3;margin:9px 0 0;min-height:42px;font-size:12px}
.hero-image-note{font-size:8px;bottom:6px}
.section{padding-top:30px;padding-bottom:7px}
.section:last-child{padding-bottom:40px}
.section-head{gap:10px;align-items:flex-end;margin-bottom:17px}
.section-head h2{font-size:23px;letter-spacing:.03em}
.section-head p{font-size:11px;line-height:1.8;max-width:240px;margin-top:7px}
.section-head>.text-link{font-size:10px;gap:3px;margin-bottom:2px}
.section-head>.text-link .icon{width:13px;height:13px}
.destinations-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.destination-card{height:159px}
.destination-card h3{font-size:23px}
.destination-card>div{left:10px;right:8px;bottom:15px}
.destination-card p{font-size:9px;line-height:1.6;max-width:95px}
.dest-kana{font-size:8px}
.themes-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.theme-tile{height:124px}
.theme-tile:last-child{grid-column:1/3;height:110px}
.theme-tile h3{font-size:16px}
.theme-tile p{display:block;font-size:10px;line-height:1.6;max-width:125px}
.theme-tile>div{left:11px;right:8px;bottom:17px;gap:8px}
.theme-tile>div>.icon{width:21px}
.theme-tile:last-child p{max-width:none}
.hotel-grid,.hotel-grid.three,.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.card-photo>a{aspect-ratio:1.45}
.card-content{padding:12px 10px}
.card-content h3{font-size:16px;line-height:1.6}
.card-summary{font-size:11px;line-height:1.8;margin:9px 0 12px;min-height:0}
.card-content .location-label{font-size:9px}
.tags{gap:4px}
.tags span{font-size:9px;padding:2px 5px}
.card-content .tags{margin-bottom:12px}
.card-bottom{flex-direction:column;align-items:stretch;gap:4px}
.card-bottom .button{font-size:11px;min-height:34px;padding:7px 9px}
.compare-button{font-size:10px;justify-content:center;min-height:30px}
.save-button{right:7px;top:7px;width:29px;height:29px}
.save-button .icon{width:17px;height:17px}
.card-photo .image-note{font-size:8px;right:4px;bottom:4px}
.data-note{font-size:10px;line-height:1.8}
.comparison-band{margin-top:35px}
.comparison-inner{grid-template-columns:1fr;padding:28px 0;gap:25px}
.comparison-inner h2{font-size:25px}
.comparison-inner>div>p{font-size:12px;margin:10px 0 15px}
.comparison-icons{padding:21px 4px;grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 0}
.comparison-icons>a:nth-child(2){border:0}
.comparison-icons .icon{width:27px;height:27px}
.comparison-icons h3{font-size:13px;margin-top:8px}
.comparison-icons p{font-size:10px;line-height:1.7}
.guide-grid,.guide-grid.three,.journal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}
.guide-card>a{aspect-ratio:1.6}
.guide-card>div{padding:10px}
.guide-card h3{font-size:15px;line-height:1.65}
.guide-card p:not(.location-label){font-size:10px;line-height:1.9}
.guide-card .location-label{font-size:9px}
.guide-card .read-time{font-size:9px}
.journal-card .visual{aspect-ratio:1.75;margin-bottom:9px}
.journal-card h3{font-size:15px;line-height:1.65}
.journal-card>span{font-size:9px}
.journal-card p{font-size:10px}
.journal-section{padding-bottom:35px!important}
.footer-cta{padding:35px 0}
.footer-cta h2{font-size:23px;line-height:1.8;letter-spacing:.03em;max-width:335px;margin:auto}
.footer-cta p{font-size:11px;line-height:1.9}
.footer-cta .button{font-size:11px}
.footer-main{display:block}
.footer-main>div:first-child{display:flex;align-items:center;gap:25px}
.footer-main>div>p{font-size:10px;margin:0}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:25px 15px;margin-top:30px}
.footer-links>div:last-child{grid-column:1/3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.footer-links>div:last-child>strong{grid-column:1/4}
.footer-links>div{font-size:11px;gap:7px}
.footer-links strong{font-size:11px}
.footer-bottom{margin-top:25px;gap:15px;font-size:9px;flex-wrap:wrap}
.preview-note{align-items:flex-start;gap:8px;font-size:9px;padding-bottom:17px}
.preview-note p{font-size:9px;line-height:1.8}
.preview-note>.icon{margin-top:2px}
.breadcrumbs{font-size:10px;gap:8px;padding:17px 0;line-height:1.8}
.page-intro{padding:17px 0 30px}
.page-intro h1{font-size:30px;line-height:1.8;letter-spacing:.045em}
.page-intro p{font-size:13px;line-height:2;margin-top:12px}
.region-jump{gap:10px}
.region-jump .button{font-size:12px;min-height:40px;padding-inline:18px}
.destination-index-grid,.theme-index-grid{grid-template-columns:1fr;gap:20px}
.destination-feature{grid-template-columns:1fr}
.destination-feature>.visual{height:195px}
.destination-feature>div:not(.visual){padding:21px}
.destination-feature h2{font-size:25px}
.destination-feature h2 small{display:inline-block;margin-left:15px;font-size:11px}
.destination-feature p{font-size:13px}
.destination-hero{min-height:350px}
.destination-hero .container{padding-bottom:48px}
.destination-hero h1{font-size:36px;line-height:1.6;margin-top:11px}
.destination-hero .kana{font-size:11px}
.destination-hero h2{font-size:18px;margin-top:20px;max-width:290px}
.destination-hero p{font-size:12px;line-height:1.95;max-width:330px;margin-top:12px}
.destination-facts{margin-top:-18px;padding:17px;display:grid;grid-template-columns:1fr 1fr;gap:17px 10px}
.destination-facts>div{padding-right:0;border:0;gap:10px}
.destination-facts>div:nth-child(3){display:none}
.destination-facts>.button{grid-column:1/3;font-size:12px;min-height:38px}
.destination-facts b{font-size:11px}
.destination-facts small{font-size:10px}
.destination-overview{gap:22px}
.feature-grid{grid-template-columns:1fr;gap:12px}
.feature-grid article{display:grid;grid-template-columns:38% 1fr;grid-template-rows:auto 1fr}
.feature-grid .visual{grid-row:1/3;aspect-ratio:auto;height:100%;min-height:120px}
.feature-grid h3{font-size:17px;margin:16px 13px 6px}
.feature-grid p{font-size:11px;margin-bottom:16px}
.mini-summary{display:block;padding:21px}
.mini-summary h2{padding-bottom:13px;border-bottom:1px solid var(--line)}
.mini-summary dl{display:grid;grid-template-columns:70px 1fr;gap:9px 12px;margin:17px 0}
.mini-summary .text-link{font-size:12px}
.two-column{grid-template-columns:1fr;gap:27px}
.two-column h2{font-size:23px}
.two-column>section>p{font-size:13px}
.bath-comparison h3{font-size:16px}
.bath-comparison p{font-size:11px}
.transport-panel{padding:23px}
.transport-route{font-size:11px;gap:8px;margin:20px 0;padding:17px 0}
.transport-route>.icon{width:19px}
.transport-panel .button{font-size:12px}
.area-grid{grid-template-columns:1fr;gap:0}
.area-grid article{position:relative;padding:18px 0 19px 40px}
.area-number{position:absolute;top:23px;left:0;font-size:22px}
.area-grid h3{font-size:19px;margin:0 0 8px}
.area-grid p{font-size:12px}
.paper-panel{padding:24px}
.paper-panel h2{font-size:23px}
.paper-panel p{font-size:13px}
.source-box{padding:20px}
.source-box h3{font-size:13px}
.source-box p{font-size:10px}
.source-box>a{font-size:10px;overflow-wrap:anywhere}
.empty-panel{padding:37px 20px}
.empty-panel h2{font-size:24px}
.empty-panel h3{font-size:22px}
.empty-panel p{font-size:12px}
.empty-panel .button{font-size:12px;white-space:normal}
.listing-hero{height:263px}
.listing-hero h1{font-size:31px;margin-top:12px;line-height:1.6;letter-spacing:.045em}
.listing-hero p{font-size:13px;margin-top:14px;max-width:325px;line-height:1.95}
.listing-layout{display:block;padding:22px 0 35px}
.filter-panel{padding:15px 18px;margin-bottom:22px}
.filter-details>summary{font-size:17px;margin-bottom:0}
.filter-details>summary>.icon:last-child{display:block;width:18px}
.filter-details[open]>summary>.icon:last-child{transform:rotate(180deg)}
.filter-guide{display:none}
.filter-panel form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.filter-panel form>label{font-size:11px;margin-top:10px;padding-top:12px}
.filter-panel form>label:first-child{grid-column:1/3}
.filter-panel form>.button{grid-column:1/3;margin-top:4px}
.filter-note{grid-column:1/3;margin-top:0}
.filter-panel select,.filter-panel input{font-size:12px;min-height:40px}
.results-toolbar{gap:10px;flex-wrap:wrap;margin-bottom:10px}
.results-toolbar>p{font-size:12px;min-width:110px}
.results-toolbar>label{font-size:0;gap:0}
.results-toolbar select{font-size:11px;max-width:100px}
.view-switch .icon-button{width:33px}
.results-note{font-size:10px;margin-bottom:15px}
.hotel-results{gap:16px}
.list-card{grid-template-columns:1fr;display:flex;min-height:0}
.list-card .card-photo{height:auto}
.list-card .card-photo>a{height:auto;aspect-ratio:1.95}
.list-card .card-content{padding:18px}
.list-card .card-content h3{font-size:23px;margin-top:5px}
.list-card .card-content .location-label{font-size:11px}
.list-card .card-summary{font-size:12px;line-height:1.9;margin:9px 0 14px}
.list-card .card-bottom{flex-direction:row;gap:15px;margin-top:2px}
.list-card .card-bottom .button{max-width:none;min-height:37px;font-size:12px}
.list-card .compare-button{font-size:11px;padding:6px 9px}
.list-card .card-photo .image-note{font-size:9px;bottom:7px;right:7px}
.list-card .save-button{width:34px;height:34px;top:11px;right:11px}
.list-card .tags{margin-bottom:14px}
.hotel-results.grid-view{grid-template-columns:1fr 1fr;gap:11px}
.grid-view .list-card .card-content{padding:11px}
.grid-view .list-card .card-content h3{font-size:15px;line-height:1.65}
.grid-view .list-card .card-summary{font-size:10px}
.grid-view .list-card .card-content .location-label{font-size:9px}
.grid-view .list-card .tags span{font-size:8px;padding:2px 4px}
.grid-view .list-card .card-bottom{flex-direction:column;align-items:stretch;gap:3px}
.grid-view .list-card .card-bottom .button{font-size:10px;min-height:32px}
.grid-view .list-card .compare-button{font-size:10px;min-height:30px}
.grid-view .list-card .card-photo>a{aspect-ratio:1.5}
.grid-view .list-card .save-button{width:28px;height:28px;top:7px;right:7px}
.grid-view .list-card .save-button .icon{width:15px}
.grid-view .list-card .image-note{font-size:8px}
.compare-strip{gap:11px;padding:18px}
.compare-strip>div{min-width:200px;flex:1}
.compare-strip h3{font-size:18px}
.compare-strip p{font-size:10px}
.compare-strip>span{font-size:11px;margin-left:0;margin-right:auto}
.compare-strip>.button{font-size:11px;min-height:36px}
.faq-section{padding:24px 0 33px}
.faq-grid{grid-template-columns:1fr;gap:10px}
.faq-grid summary{font-size:12px;padding:15px 0}
.faq-grid details p{font-size:11px;line-height:1.9}
.detail-breadcrumb{gap:8px}
.detail-breadcrumb .breadcrumbs{font-size:9px;gap:6px}
.detail-breadcrumb>.text-button{font-size:0;gap:0;flex-shrink:0}
.detail-breadcrumb>.text-button .icon{width:18px}
.detail-hero{display:flex;flex-direction:column;gap:20px;padding-top:5px}
.detail-heading{padding:0}
.detail-heading h1{font-size:32px;line-height:1.5;margin-top:6px}
.detail-heading .kana{font-size:11px;margin-top:6px}
.detail-heading>p{font-size:15px;margin:15px 0;max-width:none}
.detail-heading .verified-label{font-size:11px;margin:12px 0}
.detail-heading .tags span{font-size:10px}
.detail-heading .tags{margin-bottom:15px}
.detail-heading>.button{font-size:11px;min-height:35px;padding:8px 14px}
.detail-gallery{display:grid;grid-template-columns:1fr;grid-template-rows:225px 90px;height:auto;gap:5px}
.gallery-side{grid-template-rows:1fr;grid-template-columns:repeat(3,minmax(0,1fr))}
.gallery-main>span{font-size:10px;left:10px;bottom:11px;padding:4px 7px}
.gallery-side span{font-size:8px}
.booking-bar{padding:18px;margin:20px 0 17px;display:grid;grid-template-columns:1fr 1fr;gap:16px 11px}
.booking-bar>div{min-width:0;gap:8px}
.booking-bar>div>.icon{width:18px;height:18px}
.booking-bar b{font-size:10px}
.booking-bar small{font-size:9px;line-height:1.8}
.booking-bar>.button{font-size:10px;min-height:39px;padding:9px 10px;gap:6px}
.booking-bar>.button .icon{width:15px}
.booking-bar>p{grid-column:1/3;font-size:9px;text-align:left;line-height:1.8}
.detail-tabs{padding:0;gap:0;margin-inline:-19px;padding-inline:19px;scrollbar-width:thin}
.detail-tabs a{font-size:11px;padding:13px 13px}
.detail-section{padding:27px 0}
.detail-section h2{font-size:23px;line-height:1.7;margin-bottom:12px}
.detail-section p{font-size:13px;line-height:2}
.detail-overview{grid-template-columns:1fr;gap:24px}
.detail-icons{gap:9px}
.detail-icons small{font-size:9px}
.detail-icons b{font-size:10px}
.quote-panel{padding:28px}
.quote-panel>span{font-size:25px;line-height:1.9}
.quote-panel>p{font-size:11px}
.quote-panel>small{font-size:10px}
.bath-detail{gap:21px}
.bath-image-grid{gap:7px}
.bath-image-grid .visual{aspect-ratio:1}
.bath-image-grid figcaption{font-size:9px;line-height:1.8}
.bath-image-grid .image-note{font-size:8px}
.room-grid{grid-template-columns:1fr;gap:17px}
.room-card>.visual{aspect-ratio:2}
.room-card>div:not(.visual){padding:19px}
.room-card h3{font-size:21px}
.room-card p{font-size:12px}
.notes-panel{grid-template-columns:1fr;padding:23px;gap:15px}
.notes-panel h2{font-size:21px}
.notes-panel .check-list li{font-size:11px;margin:10px 0}
.article-layout{display:block}
.article-sidebar{display:none}
.article-hero{padding:27px 23px;min-height:325px;margin-inline:-19px}
.article-hero h1{font-size:31px;line-height:1.7;letter-spacing:.04em}
.article-hero>div>span{font-size:11px;margin-bottom:14px}
.article-hero p{font-size:13px;line-height:1.9;margin-top:16px}
.article-byline{padding:16px 0;gap:11px;margin-bottom:20px}
.author-mark{width:35px;height:35px;font-size:18px}
.article-byline b{font-size:11px}
.article-byline small{font-size:9px}
.article-byline>.text-button{font-size:11px}
.mobile-toc{display:block;background:#eeece5;border:1px solid var(--line);padding:0 18px}
.mobile-toc summary{list-style:none;display:flex;align-items:center;justify-content:space-between;font-size:13px;padding:14px 0;cursor:pointer}
.mobile-toc summary .icon{width:17px}
.mobile-toc>a{display:block;padding:7px 0;font-size:12px;color:var(--muted)}
.mobile-toc>a:last-child{padding-bottom:18px}
.article-section{padding-top:29px}
.article-section h2{font-size:24px;line-height:1.7;margin-bottom:15px}
.article-section p{font-size:14px;line-height:2.15;letter-spacing:.02em}
.article-callout{gap:10px;padding:20px 16px;margin-top:27px}
.article-callout>span{font-size:46px}
.article-callout>p{font-size:18px;line-height:1.9}
.article-checklist{padding:13px 17px}
.article-checklist li{font-size:13px;gap:9px;line-height:2;margin:13px 0}
.inline-reading{gap:16px;padding:20px 0}
.inline-reading h3{font-size:17px;line-height:1.8}
.inline-reading>div{gap:11px}
.inline-reading .button{font-size:11px;min-height:37px}
.table-scroll table{font-size:11px;min-width:380px}
.table-scroll td,.table-scroll th{padding:10px 12px}
.guides-index-grid{grid-template-columns:1fr;gap:23px}
.guides-index-grid .guide-card>a{aspect-ratio:2}
.guides-index-grid .guide-card>div{padding:20px}
.guides-index-grid .guide-card h3{font-size:23px;line-height:1.7}
.guides-index-grid .guide-card p:not(.location-label){font-size:12px}
.collection-toolbar>p{font-size:12px}
.collection-toolbar>.button{font-size:11px;min-height:38px;padding:9px 13px}
.collection-page{padding-bottom:40px}
.collection-footer{flex-wrap:wrap;gap:7px;margin-top:23px;padding-top:13px}
.collection-footer>span{font-size:10px}
.compare-table{min-width:680px;table-layout:auto}
.compare-table th:first-child{min-width:110px;width:110px;font-size:11px}
.compare-table th,.compare-table td{padding:13px;font-size:12px}
.compare-table h2{font-size:18px}
.compare-table thead th:not(:first-child){min-width:215px}
.compare-picker{gap:10px}
.compare-picker .button{font-size:11px;min-height:39px;padding:10px 13px}
.plan-layout{grid-template-columns:1fr;gap:25px}
.plan-picture{min-height:270px;padding:27px}
.plan-picture h1{font-size:31px;line-height:1.7}
.plan-picture p{font-size:12px;line-height:1.9;margin-top:16px}
.plan-form-section{padding:0}
.step-track{gap:21px;margin-bottom:23px}
.step-track>span{font-size:11px}
.plan-form-section legend{font-size:24px;line-height:1.8}
.plan-form-section fieldset>p{font-size:12px}
.plan-form-section fieldset{min-height:295px}
.radio-options{gap:10px;margin:22px 0}
.radio-options>label{font-size:12px;min-height:57px;padding:11px 10px;gap:8px}
.radio-options>label>.icon{width:18px}
.plan-actions{margin-top:21px;gap:12px}
.plan-actions>.button{font-size:12px;min-height:43px}
.date-grid{gap:13px;margin-top:25px}
.date-grid input{font-size:12px;padding:9px}
.plan-summary h2{font-size:25px}
.plan-summary dl{grid-template-columns:90px 1fr;gap:12px;font-size:12px}
.plan-page{padding-bottom:40px}
.info-page .prose{max-width:100%}
.prose .about-photo{height:210px;margin-bottom:25px}
.prose h2{font-size:24px;line-height:1.7;margin-top:26px}
.prose p{font-size:14px;line-height:2.1}
.source-directory{grid-template-columns:1fr}
.source-directory a{font-size:12px;min-width:0;overflow-wrap:anywhere}
.info-page{padding-bottom:40px}
.not-found{margin-block:35px}
.not-found h1{font-size:28px}
.search-dialog{padding:20px;max-width:calc(100% - 28px)}
.dialog-heading h2{font-size:22px}
.dialog-heading{gap:10px;margin-bottom:15px}
.search-input-row{padding:7px 7px 7px 11px;gap:7px}
.search-input-row input{font-size:12px}
.search-input-row>.icon{width:17px}
.search-input-row>.button{font-size:11px;padding:10px 11px;gap:5px}
.search-input-row>.button .icon{width:14px}
.search-dialog label{font-size:11px}
.gallery-dialog{padding:16px;max-width:calc(100% - 24px)}
.gallery-dialog p{font-size:11px;line-height:1.8}
.toast{font-size:11px;padding:12px 18px;bottom:20px;width:max-content;max-width:calc(100% - 32px)}
}

@media(max-width:370px){.container{width:calc(100% - 30px)}
.hero-copy h1{font-size:29px}
.hero-search{left:4px;right:4px}
.section-head h2{font-size:21px}
.section-head p{max-width:210px}
.section-head>.text-link{font-size:9px}
.destination-card{height:145px}
.destination-card h3{font-size:21px}
.card-content h3{font-size:15px}
.card-summary{font-size:10px}
.card-content{padding:10px 9px}
.theme-tile h3{font-size:15px}
.theme-tile>div>.icon{width:17px}
.theme-tile p{font-size:9px}
.results-toolbar{gap:6px}
.view-switch .icon-button{width:29px}
.results-toolbar select{max-width:95px}
.radio-options>label{font-size:11px;gap:6px}
.radio-options>label>.icon{width:16px}
.plan-form-section legend{font-size:22px}
.page-intro h1{font-size:27px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important;animation:none!important}
}

@media print{.site-header,.site-footer,.footer-cta,.filter-panel,.header-actions,.toast,dialog,.save-button,.compare-button,.plan-actions,.article-sidebar{display:none!important}
.container{width:100%;max-width:none}
body{background:white;color:black}
.article-layout{display:block}
.compare-table-wrap{overflow:visible}
.compare-table{min-width:0}
a{color:inherit}
h1,h2,h3{break-after:avoid}
.ryokan-card,.article-section{break-inside:avoid}
}

/* Explicit grid minimums stop intrinsic photo sizes from overflowing the gallery. */
.detail-gallery>.gallery-main,.detail-gallery>.gallery-side,.gallery-side>button{min-width:0;min-height:0;overflow:hidden}

@media(min-width:761px){.detail-gallery{grid-template-rows:minmax(0,1fr)}
}

@media(max-width:370px){.detail-tabs{margin-inline:-15px;padding-inline:15px}
}

@media(max-width:370px){.article-hero{margin-inline:-15px}
}


/* Source-grounded content, licensed photography and readable decision support. */
.photo-source{display:block;font-size:10px;line-height:1.8;color:var(--muted);margin:7px 0 11px;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.hero-image-note{max-width:80%;text-align:right;color:#fffffff0;text-decoration:underline;text-underline-offset:2px;line-height:1.6}
.image-note{max-width:calc(100% - 12px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.image-unavailable{opacity:0}
.media-unavailable{background-color:#e5e0d6;position:relative}
.hero.media-unavailable,.article-hero.media-unavailable,.comparison-band.media-unavailable,.footer-cta.media-unavailable,.plan-picture.media-unavailable{background-color:#36403b}
.media-failure-note{position:absolute;left:8px;bottom:7px;z-index:2;font:10px/1.6 var(--sans);color:#fff;background:#253039bf;padding:2px 5px;max-width:calc(100% - 16px);pointer-events:none}
.hero>.media-failure-note,.article-hero>.media-failure-note{left:12px;bottom:6px;font-size:9px}
.decision-note{margin:24px 0 8px;padding:22px 25px;background:#eee9df;border-left:3px solid var(--sage)}
.decision-note h2{font-size:17px;display:flex;align-items:center;gap:10px;margin-bottom:10px}
.decision-note h2 .icon{width:19px;height:19px}
.decision-note p{color:var(--ink);font-size:15px;line-height:2}
.content-journey{display:flex;gap:12px;flex-wrap:wrap}
.article-section a:not(.button),.inline-sources a,.section-links a,.media-record a{color:#765934;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#b9a589}
.article-section a:hover,.section-links a:hover{color:var(--ink)}
.article-checklist li>span{min-width:0;overflow-wrap:anywhere}
.article-section .table-scroll{margin:20px 0;border:1px solid var(--line)}
.article-section table{width:100%;min-width:610px;border-collapse:collapse;table-layout:fixed}
.article-section th,.article-section td{padding:15px 14px;font-size:13px;line-height:1.9;text-align:left;vertical-align:top;white-space:normal;overflow-wrap:anywhere}
.article-section thead th{background:var(--sand);font-weight:600}
.article-section tbody th{background:#f0ece4;font-weight:500}
.article-section tr+tr{border-top:1px solid var(--line)}
.section-links{display:flex;gap:12px 22px;flex-wrap:wrap;margin-top:16px}
.section-links a{white-space:normal;line-height:1.8;font-size:13px;display:inline-flex;align-items:center;gap:6px}
.inline-sources{border-top:1px solid var(--line);padding-top:11px;margin-top:19px;font-size:11px;color:var(--muted);display:flex;gap:6px 15px;flex-wrap:wrap}
.inline-sources a{overflow-wrap:anywhere}
.inline-sources .icon{width:12px;height:12px}
.editorial-faq{grid-template-columns:1fr;gap:12px}
.article-hotel-links{border-top:1px solid var(--line)}
.article-hotel-links>a{display:flex;align-items:center;gap:20px;padding:18px 0;border-bottom:1px solid var(--line);text-decoration:none!important}
.article-hotel-links strong{font-family:var(--serif);font-size:19px;display:block;margin:4px 0}
.article-hotel-links p{font-size:13px}
.article-hotel-links .icon{margin-left:auto}
.day-plan{padding-left:22px;margin:18px 0;color:var(--ink)}
.day-plan li{padding:4px 0;font-size:13px;line-height:1.9}
.bath-type-symbol{height:110px;background:var(--sand);display:grid;place-items:center}
.bath-type-symbol .icon{width:35px;height:35px;color:var(--sage)}
.detail-photo-note{font-size:12px;color:var(--muted);line-height:1.85;margin-top:14px}
.detail-photo-note .photo-source{display:inline;margin-left:8px}
.reference-side>a{background:#eee9df;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;text-align:center;padding:12px 8px;border:1px solid var(--line);min-height:0}
.reference-side>a>b{font-family:var(--serif);font-size:14px}
.reference-side>a>small{font-size:10px;color:var(--muted)}
.reference-side>a>.icon{width:21px;height:21px}
.reference-side>a>.icon:last-child{display:none}
.reference-side>a:hover{background:var(--sand)}
.bath-fact-panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.bath-fact-panels article{padding:17px 15px;border:1px solid var(--line);background:var(--surface)}
.bath-fact-panels article>.icon{color:var(--sage);width:25px;height:25px;margin-bottom:9px}
.bath-fact-panels h3{font-size:17px;margin-bottom:8px}
.bath-fact-panels p{font-size:12px;line-height:1.95}
.bath-fact-panels a{font-size:12px;display:inline-block;margin-top:12px;text-decoration:underline}
.bath-fact-panels a .icon{width:13px;height:13px}
.room-guide-heading{height:95px;background:#ede7dd;display:flex;align-items:center;justify-content:space-between;color:var(--sage)}
.room-guide-heading>span{font-family:var(--serif);font-size:30px;opacity:.65}
.room-guide-heading>.icon{width:33px;height:33px}
.suitability{align-items:start}
.suitability h2{font-size:23px;margin-bottom:12px}
.suitability p{font-size:14px;line-height:2}
.operating-notice{padding:23px 25px;border-left:3px solid var(--accent);background:#eee7da;margin:15px 0 20px}
.operating-notice h3{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.operating-notice small{display:block;margin-top:10px;color:var(--muted)}
.gallery-dialog>[data-gallery-credit]{display:block;text-align:center;font-size:12px;text-decoration:underline;margin-top:8px}
.media-record{border-top:1px solid var(--line);padding:25px 0;scroll-margin-top:25px}
.media-record h2{font-size:21px!important;margin-top:0!important}
.media-record dl{display:grid;grid-template-columns:92px minmax(0,1fr);margin:15px 0;gap:12px 14px;font-size:13px}
.media-record dt{color:var(--muted)}
.media-record dd{margin:0;overflow-wrap:anywhere}
.media-record dd .icon{width:14px;height:14px}
.media-record .section-links{margin-bottom:6px}
.search-page{max-width:1020px;padding-bottom:60px}
#content-search-form>label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}
.search-types{display:flex;gap:22px;flex-wrap:wrap;margin:18px 0 25px;font-size:13px}
.search-types label{display:flex;align-items:center;gap:6px;cursor:pointer}
.search-types input{accent-color:var(--ink)}
.search-count{border-top:1px solid var(--line);padding:16px 0}
.content-results article{display:flex;align-items:center;gap:30px;padding:23px 0;border-top:1px solid var(--line)}
.content-results h2{font-size:23px;margin:5px 0 8px}
.content-results p{font-size:13px;line-height:1.95}
.content-results .text-link{margin-left:auto;flex-shrink:0}
#content-search-form .search-input-row{display:flex;min-width:0}
#content-search-form input[type=search]{min-width:0;flex:1;border:0;background:transparent;font-size:16px;padding:10px}
@media(max-width:760px){
 .photo-source{font-size:9px;line-height:1.9;margin-top:10px}
 .hero-image-note{max-width:70%;font-size:8px}
 .decision-note{padding:20px 18px;margin-top:21px}
 .decision-note p{font-size:14px}
 .content-journey{gap:8px;display:grid;grid-template-columns:1fr 1fr}
 .content-journey .button{padding:10px 8px;font-size:11px;white-space:normal}
 .article-section th,.article-section td{font-size:12px;padding:13px}
 .section-links{flex-direction:column;gap:10px}
 .inline-sources{font-size:10px}
 .reference-side>a{padding:7px 3px;gap:4px}
 .reference-side>a>b{font-size:11px}
 .reference-side>a>small{font-size:8px;line-height:1.7}
 .reference-side>a>.icon{width:18px;height:18px}
 .bath-fact-panels{grid-template-columns:1fr}
 .bath-fact-panels article{padding:17px}
 .bath-type-symbol{height:85px}
 .operating-notice{padding:20px 17px}
 .suitability h2{font-size:22px}
 .media-record dl{grid-template-columns:72px minmax(0,1fr);gap:12px 8px;font-size:12px}
 .content-results article{display:block}
 .content-results h2{font-size:22px}
 .content-results .text-link{margin-top:12px}
 .search-types{gap:15px}
}
/* Editorial tools: same paper, ink, fine-rule vocabulary as the accepted design. */
.original-resource{padding:28px;background:#f3f0e9;border:1px solid var(--line,#dfdcd5);margin:42px 0;scroll-margin-top:90px}
.resource-title>span{color:#6c7368;font-size:12px;letter-spacing:.15em}.resource-title h2{margin:8px 0 14px}.resource-instruction{font-size:14px}.resource-label,.resource-answer label,.arrival-fields label{display:grid;gap:8px;font-size:13px;color:#505754}.resource-label{margin:20px 0}.resource-label input,.resource-answer input,.resource-answer select,.arrival-fields input{width:100%;min-width:0;border:1px solid #d2d0c9;border-radius:2px;background:#fff;padding:11px;font:inherit;color:#263139;box-sizing:border-box}.resource-questions{display:grid;gap:0}.resource-question{padding:18px 0;border-top:1px solid #dcd8ce}.resource-question-title{display:flex;gap:12px;align-items:flex-start}.resource-question-title>span{font-family:Georgia,serif;font-size:21px;color:#999081;line-height:1.3}.resource-question-title>strong{flex:1;font-size:15px;line-height:1.7}.critical-choice{display:flex;gap:5px;align-items:center;font-size:12px;white-space:nowrap;padding-top:3px}.critical-choice input{accent-color:#39493e}.resource-answer{display:grid;grid-template-columns:minmax(135px,1fr) minmax(180px,2fr);gap:14px;margin-top:12px}.resource-result{background:#fff;border-left:3px solid #85745f;padding:16px;margin:12px 0 18px}.resource-result p{margin:5px 0 0;font-size:14px}.resource-result[data-status=ready]{border-color:#4e6b54}.resource-result[data-status=mismatch]{border-color:#92503f}.resource-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.original-resource small{display:block;font-size:12px;line-height:1.8;color:#68706d;margin-top:13px}.resource-method{border-top:1px solid #dcd8ce;margin-top:20px;padding-top:14px}.resource-method summary{cursor:pointer;font-size:14px}.resource-method p{font-size:14px}.resource-references h3{font-size:18px;margin:20px 0 8px}.resource-references p{font-size:13px}.resource-references span{display:block;color:#656c69;font-size:12px;margin-top:6px}.arrival-tool{margin-top:22px;padding-top:22px;border-top:1px solid #d5d0c4}.arrival-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0}.arrival-tool>p{font-size:14px}.resource-library{display:grid;grid-template-columns:1fr 1fr;gap:0 36px;margin-bottom:40px}.resource-library article{display:flex;gap:18px;border-top:1px solid #dedad1;padding:28px 0}.resource-library article>span{font:25px Georgia,serif;color:#a59886}.resource-library h2{font-size:22px}.resource-library p{font-size:15px;line-height:1.8}
.affiliate-panel{border:1px solid #dcd6cb;background:#f5f2ec;padding:22px;margin:30px 0}.affiliate-heading{display:flex;gap:12px;align-items:center}.affiliate-heading>svg{width:27px;height:27px}.affiliate-heading h3{margin:5px 0;font-size:21px}.affiliate-heading small{font-size:12px;color:#707367}.affiliate-panel>p{font-size:14px;line-height:1.8;margin:14px 0}.affiliate-actions{display:flex;flex-wrap:wrap;gap:10px}.affiliate-actions .button{font-size:13px;min-height:44px}.affiliate-disclosure{display:block;font-size:11px;line-height:1.8;color:#70716a;margin-top:14px}.affiliate-compact{margin:22px 0}.article-sidebar .toc{max-height:75vh;overflow:auto;scrollbar-width:thin}.article-sidebar .toc a{font-size:12px;line-height:1.65}
@media(max-width:640px){.original-resource{padding:18px 15px}.resource-question-title{flex-wrap:wrap;gap:8px}.resource-question-title>strong{flex-basis:calc(100% - 32px)}.critical-choice{margin-left:30px}.resource-answer{grid-template-columns:1fr}.resource-actions .button{flex:1;white-space:normal}.resource-actions .text-link{width:100%;padding-top:4px}.resource-library{grid-template-columns:1fr}.resource-library h2{font-size:21px}.affiliate-panel{padding:18px}.affiliate-actions{display:grid}.affiliate-actions .button{justify-content:space-between}.arrival-fields{grid-template-columns:1fr 1fr}.arrival-fields label{font-size:12px}.article-byline small{font-size:11px}}

/* Numbered facts replace repeated scenic filler, retaining the editorial card rhythm. */
.feature-number{font:32px/1.2 Georgia,serif;color:#a3937d;padding:22px 14px 5px;letter-spacing:.04em}
.guide-card-text{display:flex;align-items:flex-start;border-top:3px solid #b9ab97;min-height:170px;background:var(--surface)}
.guide-card-text>div{padding:23px 20px}.guide-card-text h3{font-size:19px;line-height:1.65}
@media(max-width:760px){.feature-grid article{grid-template-columns:68px 1fr}.feature-number{grid-row:1/3;align-self:center;padding:16px;text-align:center}.guide-card-text{min-height:0}.guide-card-text>div{padding:20px}}

.article-evidence-photo{margin:26px 0}.article-evidence-photo .visual{aspect-ratio:16/9}.article-evidence-photo figcaption{margin-top:9px;font-size:12px;line-height:1.8}

/* V4 original decision calculator; preserve editorial colors and spacing. */
[data-pass-tool] select{width:100%;min-height:42px;border:1px solid var(--line);background:var(--surface);padding:8px;color:var(--ink)}
[data-pass-result]{overflow-wrap:anywhere}
.media-failure-note{pointer-events:none}

/* Brand-native evidence modules. All score geometry is CSS-class based for CSP. */
.onsen-spring-panel,.onsen-rating-panel{margin:32px 0;padding:clamp(22px,3vw,38px);background:#fbfaf7;border:1px solid #e1ddd5;color:#293733;scroll-margin-top:100px;min-width:0}
.onsen-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:25px}.onsen-panel-heading h2{font-size:clamp(21px,2.1vw,28px);line-height:1.55;margin:0 0 7px}.onsen-panel-heading h3{font-size:20px}.onsen-panel-heading p{font-size:13px;line-height:1.9;color:#66716a;margin:0}.onsen-editorial-label{font-size:11px;white-space:nowrap;border-left:2px solid #82998b;padding-left:9px;margin-top:7px;letter-spacing:.07em}
.onsen-bars{display:grid;gap:17px}.onsen-bar-row{display:grid;grid-template-columns:120px minmax(45px,1fr) 80px;gap:18px;align-items:center}.onsen-axis{font-size:14px;line-height:1.5;font-weight:500}.onsen-bar-track{display:block;height:12px;background:#e7eae3;border-radius:2px;overflow:hidden;min-width:0}.onsen-bar-fill{display:block;height:100%;border-radius:2px}.onsen-level{text-align:right;font-size:12px;color:#647068;white-space:nowrap}.onsen-bars-compact{gap:10px}.onsen-bars-compact .onsen-bar-row{grid-template-columns:101px minmax(40px,1fr);gap:11px}.onsen-bars-compact .onsen-axis{font-size:12px}.onsen-bars-compact .onsen-bar-track{height:8px}
.onsen-verdict{border-top:1px solid #dfdfd6;padding-top:20px;margin:23px 0 10px;line-height:1.9;font-size:14px}.onsen-evidence{border-top:1px solid #e1e3dc;margin-top:17px;padding-top:12px}.onsen-evidence summary{cursor:pointer;font-size:13px;font-weight:600;line-height:1.8;color:#355847;padding:4px 0}.onsen-evidence p{font-size:13px;line-height:1.9}.onsen-scope{color:#6a736b}.onsen-evidence-list{display:grid;grid-template-columns:1fr 1fr;gap:21px 30px;margin-top:18px}.onsen-evidence-list h4{font-size:14px;margin:0 0 6px}.onsen-evidence-list h4 small{display:block;font-size:10px;font-weight:400;color:#7d674b;margin-top:3px}.onsen-evidence-list p{margin:0 0 7px}.onsen-source-links{display:flex;flex-direction:column;gap:5px;margin-top:8px}.onsen-source-links a{font-size:11px!important;line-height:1.85;color:#365d49!important;text-decoration:underline!important;text-underline-offset:3px;overflow-wrap:anywhere}.onsen-review-scope{padding-top:12px;border-top:1px solid #e1e3dc;margin-top:22px}.onsen-review-scope h4{font-size:14px}.onsen-method-note{font-size:11px!important;line-height:1.9!important;color:#657166;margin:18px 0 0!important}.onsen-method-note a{color:#365d49;text-decoration:underline;text-underline-offset:3px;margin-left:6px}
.onsen-temperatures{display:grid;grid-template-columns:1fr 1fr;margin:0 0 26px;background:#edf0e8;border:1px solid #dce2d5}.onsen-temperature-item{padding:21px 24px;min-width:0}.onsen-temperature-item+.onsen-temperature-item{border-left:1px solid #d4dcd0}.onsen-temperature-label{display:block;font-size:12px;line-height:1.6;color:#5e6a5d;margin-bottom:10px;letter-spacing:.03em}.onsen-temperature-item strong{display:block;font-weight:500;line-height:1.5;overflow-wrap:anywhere}.temperature-numeric{font-size:clamp(27px,3.2vw,39px);font-variant-numeric:tabular-nums;letter-spacing:-.015em}.temperature-text{font-size:19px}.onsen-temperature-item small{display:block;font-size:11px;color:#657461;margin-top:6px}.onsen-temperature-item p{font-size:12px;line-height:1.85;margin:12px 0 0}.onsen-source-facts{display:grid;grid-template-columns:1fr 1fr;gap:19px 32px;margin:0 0 22px}.onsen-source-facts>div{border-bottom:1px solid #e4e2d9;padding-bottom:13px}.onsen-source-facts dt{font-size:12px;color:#747a6e;margin:0 0 6px}.onsen-source-facts dd{font-size:14px;line-height:1.9;margin:0}.onsen-treatment{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;background:#f0efe8;padding:15px;margin:18px 0}.onsen-treatment span,.onsen-treatment b{display:block;font-size:12px;line-height:1.8}.onsen-treatment span{color:#777d70}.onsen-treatment b{font-weight:500}.onsen-extra{font-size:12px;line-height:1.9;color:#6e736b}.onsen-benefit-note{border-left:3px solid #68836d;background:#f0f1e9;padding:19px 23px;margin-top:22px}.onsen-benefit-note h3{font-size:19px;margin:0 0 3px}.onsen-benefit-note small{font-size:10px;color:#6c7567}.onsen-benefit-note p{font-size:14px;line-height:1.95;margin:10px 0 0}.onsen-benefit-note .onsen-benefit-disclaimer{font-size:12px}.onsen-caution{font-size:13px;line-height:1.9;margin:18px 0}
.onsen-card-rating{margin-top:12px;padding-top:9px;border-top:1px solid #e1e1d8}.onsen-card-rating>summary{display:flex;gap:8px;justify-content:space-between;align-items:center;list-style:none;cursor:pointer;font-size:11px;line-height:1.6;color:#405e4f;padding:3px 0}.onsen-card-rating>summary::-webkit-details-marker{display:none}.onsen-toggle{font-size:16px}.onsen-card-rating[open]>.onsen-card-expanded{padding-top:15px}.onsen-card-rating[open] .onsen-toggle{transform:rotate(45deg)}.onsen-card-caption{font-size:10px!important;color:#6b776e;line-height:1.8!important;margin:10px 0 0}.onsen-rating-link{display:inline-block;font-size:11px!important;text-decoration:underline!important;text-underline-offset:3px;line-height:1.8;margin-top:8px;color:#365d49!important}.compact-temperatures{margin:18px 0 12px}.compact-temperatures .onsen-temperature-item{padding:12px}.compact-temperatures strong{font-size:14px;line-height:1.7}.compact-temperatures .onsen-temperature-label{font-size:10px;letter-spacing:0;margin-bottom:5px}.compact-temperatures small{font-size:9px;line-height:1.65}.onsen-card-expanded .compact-temperatures{grid-template-columns:1fr;background:transparent;border:0;margin:13px 0}.onsen-card-expanded .onsen-temperature-item{padding:6px 0}.onsen-card-expanded .onsen-temperature-item+.onsen-temperature-item{border:0}.onsen-card-expanded .onsen-temperature-label{margin:0}.onsen-card-expanded small{display:none}
.destination-card-wrap,.destination-feature-stack{min-width:0}.destination-card-wrap>.onsen-card-rating{margin-top:8px}.destination-feature-stack>.onsen-card-rating{padding:10px 16px;border:1px solid #e1ddd5;border-top:0;margin-top:0}.destination-card-wrap>.destination-card{height:100%}.destination-card-wrap:has(>.onsen-card-rating)>.destination-card{height:auto}.onsen-mentioned{scroll-margin-top:100px}.onsen-group-title{font-size:16px!important;margin:24px 0 14px!important}.onsen-mentioned-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.onsen-mention-card{border:1px solid #e1ddd5;background:#fbfaf7;padding:22px;min-width:0}.onsen-mention-card>header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:7px 14px;margin-bottom:19px}.onsen-mention-card>header h3{font-size:18px!important;line-height:1.65;margin:0!important}.onsen-mention-card>header span{font-size:10px;white-space:nowrap;color:#707c6d}.onsen-mention-card .onsen-evidence-list,.onsen-mention-card .onsen-source-facts{grid-template-columns:1fr}.onsen-mention-card .onsen-treatment{grid-template-columns:1fr 1fr}.onsen-mention-card .onsen-benefit-note{padding:15px}.onsen-mention-spring{font-size:12px!important;line-height:1.8!important;margin:10px 0!important}.onsen-mention-card .onsen-evidence p,.onsen-mention-card dd{font-size:12px!important}.onsen-mention-card .onsen-evidence summary{font-size:12px}.onsen-method-page{max-width:820px;margin:0 auto 64px}.onsen-method-page h2{font-size:25px;margin-top:35px}.onsen-method-page h3{font-size:17px;margin-top:23px}.onsen-method-page p,.onsen-method-page li{font-size:15px;line-height:2}.article-hero.article-hero-text{background:#2b3b34;min-height:280px}.article-hero-text>div{position:relative!important;padding:42px!important}.article-hero-text:before{display:none}.guide-card-text .read-time{display:inline-block;margin-top:12px}
.temperature-tool{background:#f2f2ea;border:1px solid #dfe2d4;margin:32px 0;padding:26px;scroll-margin-top:100px}.temperature-tool h2{font-size:23px}.temperature-tool>p{font-size:13px;line-height:1.9}.temperature-tool form{display:grid;grid-template-columns:1fr 1fr;gap:17px}.temperature-tool label{display:flex;flex-direction:column;gap:7px;font-size:12px}.temperature-tool select,.temperature-tool input{width:100%;box-sizing:border-box;font:inherit;font-size:14px;border:1px solid #cfd6c8;background:#fff;padding:11px;min-height:44px;color:#293733}.temperature-tool .full-width{grid-column:1/-1}.temperature-tool button{width:fit-content}.temperature-tool-output{background:#fff;border-left:3px solid #5e7b65;padding:17px;margin-top:19px;font-size:14px;line-height:1.9}.temperature-tool-output:empty{display:none}.temperature-tool-output h3{font-size:16px;margin:0 0 8px}.temperature-tool-output p{font-size:13px}.temperature-tool-output textarea{width:100%;min-height:145px;box-sizing:border-box;background:#fafbf7;border:1px solid #d6ddcf;padding:12px;font:inherit;font-size:12px;line-height:1.9;color:#293733}
@media(max-width:1000px){.onsen-mentioned-grid{grid-template-columns:1fr}}
@media(max-width:600px){.onsen-spring-panel,.onsen-rating-panel{padding:22px 17px;margin:25px 0}.onsen-panel-heading{display:block}.onsen-editorial-label{display:inline-block;margin-top:10px}.onsen-bar-row{grid-template-columns:103px minmax(35px,1fr) 60px;gap:9px}.onsen-axis{font-size:12px}.onsen-level{font-size:10px}.onsen-bar-track{height:10px}.onsen-source-facts,.onsen-evidence-list{grid-template-columns:1fr}.onsen-temperature-item{padding:15px}.temperature-numeric{font-size:27px}.temperature-text{font-size:16px}.onsen-temperature-item p{font-size:11px}.onsen-treatment{grid-template-columns:1fr 1fr}.onsen-benefit-note{padding:17px}.onsen-mention-card{padding:18px}.onsen-mention-card .onsen-bars-compact .onsen-axis{font-size:12px}.temperature-tool{padding:20px 17px}.temperature-tool form{grid-template-columns:1fr}.article-hero-text>div{padding:27px!important}.onsen-temperatures:not(.compact-temperatures){grid-template-columns:1fr}.onsen-temperatures:not(.compact-temperatures)>.onsen-temperature-item+.onsen-temperature-item{border-left:0;border-top:1px solid #d4dcd0}}
@media(prefers-reduced-motion:reduce){.onsen-toggle,.onsen-bar-fill{transition:none}}
.onsen-score-0{width:0%;background:hsl(153 21% 92.0%)}
.onsen-score-5{width:5%;background:hsl(153 21% 88.85%)}
.onsen-score-10{width:10%;background:hsl(153 21% 85.7%)}
.onsen-score-15{width:15%;background:hsl(153 21% 82.55%)}
.onsen-score-20{width:20%;background:hsl(153 21% 79.4%)}
.onsen-score-25{width:25%;background:hsl(153 21% 76.25%)}
.onsen-score-30{width:30%;background:hsl(153 21% 73.1%)}
.onsen-score-35{width:35%;background:hsl(153 21% 69.95%)}
.onsen-score-40{width:40%;background:hsl(153 21% 66.8%)}
.onsen-score-45{width:45%;background:hsl(153 21% 63.65%)}
.onsen-score-50{width:50%;background:hsl(153 21% 60.5%)}
.onsen-score-55{width:55%;background:hsl(153 21% 57.35%)}
.onsen-score-60{width:60%;background:hsl(153 21% 54.2%)}
.onsen-score-65{width:65%;background:hsl(153 21% 51.05%)}
.onsen-score-70{width:70%;background:hsl(153 21% 47.9%)}
.onsen-score-75{width:75%;background:hsl(153 21% 44.75%)}
.onsen-score-80{width:80%;background:hsl(153 21% 41.6%)}
.onsen-score-85{width:85%;background:hsl(153 21% 38.45%)}
.onsen-score-90{width:90%;background:hsl(153 21% 35.3%)}
.onsen-score-95{width:95%;background:hsl(153 21% 32.15%)}
.onsen-score-100{width:100%;background:hsl(153 21% 29.0%)}

.article-revision-note{font-size:12px;line-height:1.8;color:#70776f;border-left:2px solid #b8c4b9;padding:0 12px;margin:16px 0}.resource-extra-links{font-size:14px;line-height:1.8}.resource-extra-links a{color:#355c4e;text-decoration:underline}.temperature-inquiry-label{display:block;font-size:13px;line-height:1.8;margin-top:22px}.temperature-inquiry-label textarea{width:100%;box-sizing:border-box;font:13px/1.8 sans-serif;background:#fff;border:1px solid #d7ddd3;padding:14px;resize:vertical}.temperature-tool button[disabled]{opacity:.5;cursor:not-allowed}.destination-card-wrap>.onsen-card-rating{padding:10px 9px;background:#fbfaf7;margin-top:0}.destination-card-wrap{min-width:0}.destination-card-wrap .destination-card{display:block;height:auto}.destination-feature-stack>.onsen-card-rating{padding:15px 20px;background:#fbfaf7;margin-top:0}.guide-card-text{min-height:195px}.article-hero-text{min-height:300px!important;height:auto!important;overflow:visible!important;background:#eaece3!important}.article-hero-text>div{position:relative!important;inset:auto!important;padding:45px 34px!important;color:#243b32!important;background:none!important}.article-hero-text h1{color:#243b32!important;text-shadow:none!important}.article-hero-text p{color:#526057!important}.article-hero-text:before,.article-hero-text:after{display:none!important}@media(max-width:600px){.article-hero-text>div{padding:30px 22px!important}.article-hero-text h1{font-size:27px!important;line-height:1.5!important}.article-hero-text{min-height:0!important}}
.onsen-panel-heading h2,.onsen-panel-heading h3{text-wrap:balance}.article-byline>.text-button{flex-shrink:0;white-space:nowrap}.article-byline>div{min-width:0}.article-byline small{text-wrap:balance}

/* YUBIYORI: real left-to-right gradients; endpoint darkness increases with score. */
.onsen-bar-track > .onsen-bar-fill{
  --onsen-score:70;
  background:linear-gradient(90deg,
    hsl(145 22% 85%) 0%,
    hsl(150 25% calc(85% - var(--onsen-score) * .38%)) 48%,
    hsl(155 32% calc(82% - var(--onsen-score) * .60%)) 100%);
  box-shadow:none;
}
.onsen-bar-track > .onsen-score-0{--onsen-score:0;width:0%}
.onsen-bar-track > .onsen-score-5{--onsen-score:5;width:5%}
.onsen-bar-track > .onsen-score-10{--onsen-score:10;width:10%}
.onsen-bar-track > .onsen-score-15{--onsen-score:15;width:15%}
.onsen-bar-track > .onsen-score-20{--onsen-score:20;width:20%}
.onsen-bar-track > .onsen-score-25{--onsen-score:25;width:25%}
.onsen-bar-track > .onsen-score-30{--onsen-score:30;width:30%}
.onsen-bar-track > .onsen-score-35{--onsen-score:35;width:35%}
.onsen-bar-track > .onsen-score-40{--onsen-score:40;width:40%}
.onsen-bar-track > .onsen-score-45{--onsen-score:45;width:45%}
.onsen-bar-track > .onsen-score-50{--onsen-score:50;width:50%}
.onsen-bar-track > .onsen-score-55{--onsen-score:55;width:55%}
.onsen-bar-track > .onsen-score-60{--onsen-score:60;width:60%}
.onsen-bar-track > .onsen-score-65{--onsen-score:65;width:65%}
.onsen-bar-track > .onsen-score-70{--onsen-score:70;width:70%}
.onsen-bar-track > .onsen-score-75{--onsen-score:75;width:75%}
.onsen-bar-track > .onsen-score-80{--onsen-score:80;width:80%}
.onsen-bar-track > .onsen-score-85{--onsen-score:85;width:85%}
.onsen-bar-track > .onsen-score-90{--onsen-score:90;width:90%}
.onsen-bar-track > .onsen-score-95{--onsen-score:95;width:95%}
.onsen-bar-track > .onsen-score-100{--onsen-score:100;width:100%}
@media(forced-colors:active){.onsen-bar-track{border:1px solid CanvasText;background:Canvas}.onsen-bar-track > .onsen-bar-fill{background:Highlight;forced-color-adjust:none}}
@media print{.onsen-bar-track,.onsen-bar-fill{print-color-adjust:exact;-webkit-print-color-adjust:exact}}

.pass-tool{background:#f0f2eb;border:1px solid #d5ded0;padding:28px;margin:30px 0}.pass-tool h2{margin:0 0 10px}.pass-tool p{font-size:14px;line-height:1.85}.pass-person{display:flex;align-items:center;gap:16px;margin:18px 0;font-size:14px}.pass-tool select,.pass-tool input[type=number]{min-height:42px;font:inherit;background:#fff;border:1px solid #afbcae;padding:7px 10px;color:#293733}.pass-tool input[type=number]{width:100px}.pass-options{display:grid;gap:10px}.pass-option{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;padding:12px 16px}.pass-option>label{display:flex;align-items:center;gap:10px;font-size:14px}.pass-option input[type=checkbox]{width:18px;height:18px;accent-color:#315b47}.pass-price-label{white-space:nowrap}.pass-result{border-left:3px solid #426956;padding:16px 18px;margin-top:20px;background:#e4ebdf;line-height:1.9;font-size:16px;font-weight:600}.pass-result[data-choice=invalid]{border-color:#a75f35}.pass-tool :focus-visible{outline:2px solid #315b47;outline-offset:3px}@media(max-width:520px){.pass-tool{padding:20px 15px}.pass-option{flex-wrap:wrap;padding:12px}.pass-price-label{margin-left:28px}.pass-tool select{max-width:calc(100% - 56px)}}

/* Consumer-facing typography and geometry; never use CSS to conceal provenance. */
.destination-card-wrap,.destination-feature-stack,.ryokan-card{min-width:0;align-self:start}
.destinations-grid{align-items:start}
.destination-card{display:block;position:relative;aspect-ratio:4/3;min-height:0;height:auto!important;overflow:hidden}
.destination-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.destination-card>div{position:absolute;inset:auto 0 0;padding:32px 13px 14px;background:linear-gradient(transparent,rgba(13,34,25,.78));width:100%}
.destination-card h3{font-size:20px;line-height:1.3;margin:0}
.destination-card p{font-size:11px;line-height:1.5;margin:5px 0 0}
.destination-card .dest-kana{display:none}
.destination-card .onsen-card-rating{position:static}
.theme-tile{aspect-ratio:4/3;height:auto!important;min-height:0}
.theme-tile>img,.card-photo>a>img,.guide-card>.visual>img{height:100%;width:100%;object-fit:cover}
.theme-tile>div{padding:30px 14px 14px;background:linear-gradient(transparent,rgba(13,34,25,.8))}
.theme-tile h3{font-size:17px}
.theme-tile>div p{display:none}
.card-photo{aspect-ratio:4/3;min-height:0;height:auto}
.card-photo>a{display:block;width:100%;height:100%}
.list-card .card-photo{aspect-ratio:4/3;height:100%;min-height:250px}
.list-card .card-content{min-width:0}
.onsen-rating-panel,.onsen-spring-panel{padding:28px 32px;background:#f7f7f0;border:1px solid #e4e7dc}
.onsen-panel-heading{margin:0 0 20px;display:block}
.onsen-panel-heading h2{font-size:24px!important;margin:0!important}
.onsen-bar-row{grid-template-columns:108px minmax(0,1fr);gap:20px}
.onsen-bar-track{height:12px;background:#e2e8dc;border-radius:3px}
.onsen-axis{font-size:14px}
.onsen-bar-fill{border-radius:3px}
.onsen-bars{gap:17px}
.onsen-card-rating{padding:12px 0 0;margin:12px 0 0}
.onsen-card-rating>summary{font-size:13px;line-height:1.6;min-height:30px;align-items:center}
.onsen-card-expanded{padding:8px 0 6px}
.onsen-bars-compact .onsen-bar-row{grid-template-columns:62px minmax(0,1fr);gap:8px}
.onsen-bars-compact .onsen-axis{font-size:11px;white-space:nowrap}
.onsen-bars-compact .onsen-bar-track{height:8px}
.onsen-bars-compact{gap:10px}
.onsen-rating-link{font-size:12px!important;margin-top:14px;line-height:1.6}
.onsen-temperatures{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:0 0 24px;padding:0 0 22px;border-bottom:1px solid #dfe4d7;background:none}
.onsen-temperature-item{padding:0;min-height:0;border:0;background:none}
.onsen-temperature-item dt{font-size:13px;color:#6b7668;margin-bottom:8px}
.onsen-temperature-item dd{margin:0;line-height:1.55}
.temperature-numeric{font-size:30px;font-weight:500;letter-spacing:-.02em}
.temperature-text{font-size:16px;font-weight:500}
.onsen-source-facts{gap:14px 32px;margin:0}
.onsen-source-facts dt{font-size:13px}
.onsen-source-facts dd{font-size:15px;line-height:1.8}
.onsen-treatment{display:flex;flex-wrap:wrap;gap:14px 24px;padding:18px 0;margin:0}
.onsen-treatment>div{display:flex;gap:12px;align-items:baseline}
.onsen-treatment dt{color:#6b7668;font-size:13px}
.onsen-treatment dd{margin:0;font-size:14px}
.onsen-benefit-note{margin-top:20px;background:none;border-left:2px solid #779075;padding:2px 0 2px 16px}
.onsen-benefit-note h3{font-size:17px;margin-bottom:8px}
.health-note{font-size:13px!important;color:#5d695f;margin-top:7px!important}
.onsen-evidence{border-top:1px solid #dde4d6;margin-top:22px;padding-top:14px}
.onsen-evidence summary{font-size:14px;font-weight:500;cursor:pointer;color:#3a5c48}
.onsen-evidence-list{grid-template-columns:1fr 1fr;gap:20px 28px}
.onsen-evidence-list h4{font-size:14px}
.onsen-evidence-list p{font-size:14px;line-height:1.9}
.rating-origin{font-size:13px;line-height:1.8;color:#64715f;margin:18px 0 0}
.onsen-mentioned-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}
.onsen-mention-card{padding:24px;background:#f7f7f0;min-width:0}
.onsen-mention-card header{margin-bottom:18px}
.onsen-mention-card header h3{font-size:18px;margin:0}
.onsen-mention-card .onsen-bars-compact .onsen-axis{font-size:13px}
.onsen-mention-card .onsen-bars-compact .onsen-bar-row{grid-template-columns:84px minmax(0,1fr)}
.temperature-inline{font-size:13px;line-height:1.8;margin-top:20px}
.temperature-inline:empty{display:none}
.temperature-inline>div{display:flex;gap:12px;margin-top:6px}
.temperature-inline dt{color:#667462;white-space:nowrap}
.temperature-inline dd{margin:0}
.reading-sources{clear:both;margin:40px 0 24px;border-top:1px solid #dfe1d6;padding-top:22px;color:#3c5745}
.reading-sources summary{font-size:15px;font-weight:500;cursor:pointer}
.reading-sources ul{margin:16px 0 0;padding-left:22px;display:grid;gap:9px}
.reading-sources a{font-size:14px;line-height:1.8;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.article-byline{padding:18px 0;gap:0}.article-byline b{font-size:14px}.article-byline small{font-size:13px}
.article-body .article-section p{font-size:16px;line-height:2}
.card-bottom{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.card-bottom .button{padding:11px 14px;font-size:13px;flex:1;min-width:115px}
.card-bottom .booking-card-cta{background:#2b4c3a;color:#fff;border:1px solid #2b4c3a}
.card-bottom .compare-button{margin-left:auto}
.price-summary{margin:18px 0;line-height:1.7}.price-summary strong{font-size:23px;color:#2b4536}.price-summary span{font-size:14px}.price-summary p{margin:3px 0;font-size:13px}
.price-conversions{color:#566950;font-size:14px!important}.booking-unavailable{font-size:14px}
.media-unavailable{background:#e8ebe2!important}.media-failure-note{font-size:13px;padding:14px;color:#61715d;background:#e8ebe2}
@media(max-width:760px){.onsen-rating-panel,.onsen-spring-panel{padding:24px 20px}.onsen-mentioned-grid{grid-template-columns:1fr}.onsen-evidence-list{grid-template-columns:1fr}.onsen-source-facts{grid-template-columns:1fr}.list-card .card-photo{min-height:0;aspect-ratio:4/3;height:auto}.onsen-bar-row{grid-template-columns:98px minmax(0,1fr);gap:14px}.onsen-temperatures{gap:18px}.temperature-numeric{font-size:28px}.temperature-text{font-size:15px}.destination-card h3{font-size:20px}.destination-card>div{padding:28px 12px 12px}.card-bottom .button{min-width:110px}}
@media(max-width:370px){.onsen-temperatures{grid-template-columns:1fr}.onsen-temperature-item+.onsen-temperature-item{margin-top:0}}

.booking-cta{display:flex;flex-direction:column;gap:2px;text-align:center;white-space:normal!important;min-width:140px}.booking-cta small{font-size:11px;opacity:.82;font-weight:400;line-height:1.3}.booking-cta span{white-space:nowrap}.booking-disclosure{font-size:13px;line-height:1.8;color:#69736b;margin:12px 0 24px}.card-bottom{flex-wrap:wrap;gap:10px}.card-bottom .booking-cta{flex:1}.card-bottom>.button-soft{min-width:90px}.price-summary{display:flex;flex-direction:column;gap:5px;margin:16px 0}.price-summary strong{font-family:Georgia,serif;font-size:30px;font-weight:400;color:#2e5142}.price-unit{font-size:13px;line-height:1.7}.price-conversion{font-size:14px;color:#5c6860}.price-summary p{font-size:13px;color:#6e756d;margin:0}.price-summary-compact strong{font-size:24px}.booking-bar>div{flex:1;min-width:190px}.booking-bar .price-summary{margin:0}.booking-bar .booking-cta{min-width:180px}.notes-panel{display:block}.reading-sources{clear:both;margin:40px 0}.article-byline{gap:0}.article-byline>div{padding-left:0}.article-evidence-photo figcaption:empty{display:none}
@media(max-width:600px){.booking-bar{display:flex;flex-wrap:wrap;padding:20px 16px;gap:18px}.booking-bar>.booking-cta{flex:1}.booking-bar>.button-soft{min-height:58px}.card-bottom .booking-cta{min-width:145px}.price-summary strong{font-size:27px}.onsen-source-facts>div{min-width:0;overflow-wrap:anywhere}}

/* Failed remote images must not cover destination names or alter card geometry. */
.destination-card .media-failure-note{display:none}.destination-card.media-unavailable>div{z-index:1}.onsen-card-rating[open]>summary>span:first-child{transform:none}.onsen-card-rating[open]>summary>.onsen-toggle{transform:rotate(45deg)}

.booking-cta small{color:inherit!important;opacity:.9}.booking-cta{font-size:14px!important}.destination-card .media-failure-note{display:none}

/* Shared reader rhythm and the Sento line: no photo placeholders or rating tables. */
.article-layout{max-width:1120px;margin-inline:auto;grid-template-columns:minmax(0,760px) minmax(200px,240px);gap:48px}
.article-section p{font-size:16px;line-height:2.05;color:#404c44;letter-spacing:.02em}
.article-section p+p{margin-top:22px}.article-section{padding-top:38px;scroll-margin-top:90px}
.article-section h2{font-size:25px;line-height:1.55;letter-spacing:.015em;margin-bottom:19px}
.article-hero-text{min-height:0;padding:34px 32px;background:#edf0e7;color:#203c30;border-top:3px solid #426654}
.article-hero-text:after{display:none}.article-hero-text h1{font-size:34px;line-height:1.48;letter-spacing:.018em;max-width:680px;text-wrap:pretty}
.article-hero-text p{font-size:16px;color:#516254;line-height:1.85}.article-hero-text>div>span{border-color:#80957d;color:#45614d;font-size:13px}
.article-sidebar{top:94px}.article-sidebar .toc{max-height:calc(100vh - 116px);padding:22px 18px}.article-sidebar .toc a:not(.button){font-size:13px;line-height:1.65;padding-block:8px}
.article-sidebar .sidebar-feature{margin-top:18px}.article-byline{margin-block:20px 28px}.article-byline small{font-size:12px}
.onsen-rating-panel{max-width:880px}.onsen-bar-row{grid-template-columns:98px minmax(0,1fr);gap:20px}
.onsen-bars{gap:18px}.onsen-axis{font-size:14px}.onsen-evidence-list{gap:18px 24px}.onsen-evidence-list p{font-size:14px;line-height:1.85}
.sento-page{padding-bottom:70px}.sento-eyebrow{font-size:12px;letter-spacing:.13em;color:#576b57;margin-bottom:22px}
.sento-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:60px;background:#eef0e5;padding:50px 48px;margin:0 0 48px;border-top:3px solid #446654}
.sento-hero h1{font-size:clamp(36px,4.5vw,60px);line-height:1.32;letter-spacing:.04em;font-weight:500;margin:0 0 22px;color:#223d31}
.sento-hero>div>p:not(.sento-eyebrow){font-size:16px;line-height:2;margin:0 0 24px;color:#536354}
.sento-hero-aside{align-self:center;border-top:1px solid #a9b79e}.sento-hero-aside>span{display:block;font-size:13px;letter-spacing:.05em;color:#596a54;margin:18px 0 10px}
.sento-hero-aside>a{display:flex;gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid #ccd4c3;color:#284333}.sento-hero-aside>a>div{flex:1}.sento-hero-aside>a>b{font-weight:400;color:#7a8c70;font-size:13px}.sento-hero-aside strong{font-size:18px;font-weight:500;line-height:1.7}.sento-hero-aside p{font-size:13px;margin:4px 0 0;color:#65715e}
.sento-brief h2,.sento-directory h2,.sento-reading h2{font-size:29px;font-weight:500;line-height:1.5;margin-bottom:22px}
.sento-type-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #d7dccd;border-bottom:1px solid #d7dccd;margin:22px 0 42px}
.sento-type-cards>article{padding:26px 28px 26px 0}.sento-type-cards>article+article{border-left:1px solid #d7dccd;padding-left:28px}.sento-type-cards span{font-size:11px;letter-spacing:.14em;color:#728069}.sento-type-cards h3{font-size:24px;margin:10px 0;line-height:1.5}.sento-type-cards p{font-size:15px;line-height:1.9;margin-bottom:16px;color:#53604f}.sento-type-cards strong{font-size:12px;color:#46624a;font-weight:500}
.sento-directory,.sento-reading{padding-top:28px;margin-bottom:40px;scroll-margin-top:88px}.sento-filter-count{color:#69735f;font-size:14px}.sento-filter-count b{font-weight:500;font-size:21px;color:#284432}
.sento-filter{display:flex;align-items:flex-end;gap:20px;background:#f0f1e9;padding:20px 24px;margin:0 0 24px}.sento-filter label{display:grid;gap:8px;flex:1;max-width:320px;color:#526149;font-size:13px}
.sento-filter select,.sento-budget select,.sento-choice select{font:inherit;color:#293d30;background:#fff;border:1px solid #bdc8b3;border-radius:2px;min-height:46px;padding:10px 12px;width:100%;max-width:100%}
.sento-filter .button{min-height:46px;flex:none}.sento-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}
.sento-card{border:1px solid #d8ddd1;background:#fcfcf8;min-width:0;padding:26px 24px;display:flex;flex-direction:column;min-height:480px}.sento-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:24px}.sento-locator{font-size:12px;letter-spacing:.05em;color:#65745f}.sento-card-number{font-size:24px;font-weight:300;color:#a2b194}
.sento-tags{display:flex;gap:7px;flex-wrap:wrap;margin:8px 0 10px}.sento-tags span{font-size:11px;letter-spacing:.03em;padding:4px 7px;background:#e9eee1;color:#496449;line-height:1.6}
.sento-card h3{font-size:28px;font-weight:500;line-height:1.4;margin:8px 0 14px;overflow-wrap:anywhere}.sento-card p{font-size:14px;line-height:1.85;color:#5d685a;margin:0 0 10px}.sento-card .sento-card-headline{font-size:16px;line-height:1.75;color:#294732;min-height:3.5em}
.sento-card-cost{padding:20px 0 16px;margin-top:10px;border-top:1px solid #e1e6d9;border-bottom:1px solid #e1e6d9}.sento-price{display:flex;align-items:baseline;gap:11px;flex-wrap:wrap}.sento-price strong{font-size:32px;line-height:1.2;font-weight:400;letter-spacing:.01em;color:#294b35}.sento-price>span{font-size:12px;color:#667660}.sento-fx{font-size:12px!important;margin:7px 0 0!important;color:#677761}
.sento-card .sento-card-station{display:flex;gap:9px;font-size:12px;line-height:1.8;padding-top:15px;min-height:3.6em}.sento-card-station svg{width:18px;flex:none;margin-top:2px}
.sento-card-actions{margin-top:auto;padding-top:8px}.sento-card-actions .button{width:100%;justify-content:space-between}.sento-card-ratings{border-top:1px solid #e0e5d8;padding-top:14px;margin-top:20px}.sento-card-ratings summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:13px;color:#39553b;list-style:none}.sento-card-ratings[open] summary{margin-bottom:18px}.sento-card-ratings .onsen-bar-row{grid-template-columns:73px minmax(0,1fr);gap:10px}.sento-card-ratings .onsen-axis{font-size:12px}.sento-card-ratings .onsen-bars{gap:13px}
.sento-list-note,.sento-budget-date{font-size:12px;line-height:1.8;color:#6b7664;margin-top:16px}.sento-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sento-guide-grid .guide-card{border:1px solid #d7ded0;padding:24px;background:#f1f3ea}.sento-guide-grid .guide-card h3{font-size:24px;line-height:1.55}.sento-guide-grid .guide-card p{font-size:14px;line-height:1.9}.sento-guide-grid .guide-card>div{padding:0}
.sento-crosslink{border-top:1px solid #cbd4bf;display:flex;gap:25px;align-items:center;justify-content:space-between;padding:32px 0}.sento-crosslink h2{font-size:24px}.sento-crosslink p{font-size:14px;color:#60705b;margin-top:9px}
.sento-detail-hero{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(240px,1fr);gap:42px;border-bottom:1px solid #d0d9c6;padding:25px 0 42px}.sento-detail-hero h1{font-size:clamp(28px,3vw,43px);line-height:1.45;letter-spacing:.02em;margin:16px 0}.sento-detail-hero>div>p{font-size:17px;line-height:1.8;margin-bottom:22px}.sento-detail-hero aside{background:#ecf0e4;padding:28px;align-self:center}.sento-detail-hero aside>p:not(.sento-fx){font-size:14px;line-height:1.8;margin:14px 0}.sento-detail-hero aside .text-link{font-size:13px}
.sento-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:36px 0}.sento-highlights h2{font-size:19px;margin-bottom:12px}.sento-highlights p{font-size:15px;line-height:1.95;color:#566250}
.sento-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start;margin:10px 0 32px}.sento-facts,.sento-experience{background:#f3f5ec;border:1px solid #dde3d3;padding:28px;min-width:0}.sento-detail h2{font-size:25px;line-height:1.5;margin-bottom:22px}.sento-detail h3{font-size:18px;margin:22px 0 10px}.sento-facts>p{font-size:14px;line-height:1.9}.sento-pool-tags{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.sento-pool-tags span{font-size:12px;line-height:1.8;padding:4px 8px;background:#e5ebdb;color:#496444}.sento-facts dl,.sento-visit dl{margin:20px 0}.sento-facts dl>div,.sento-visit dl>div{display:grid;grid-template-columns:85px 1fr;gap:18px;border-bottom:1px solid #d9e1ce;padding:12px 0;font-size:14px;line-height:1.85}.sento-facts dt,.sento-visit dt{color:#69795f}.sento-facts dd,.sento-visit dd{margin:0;color:#344b33}.sento-facts .sento-health{font-size:12px;color:#6b755f;margin-top:12px}
.sento-reasons{margin-top:23px;border-top:1px solid #d6dfca;padding-top:14px}.sento-reasons summary{font-size:13px;cursor:pointer;color:#365b3a}.sento-reasons dl{display:grid;grid-template-columns:1fr;gap:16px;margin:20px 0}.sento-reasons dt{font-size:13px;font-weight:600;margin-bottom:5px}.sento-reasons dd{margin:0;font-size:14px;line-height:1.85;color:#57664f}.sento-rating .rating-origin{font-size:12px;margin-top:15px;color:#6a775f}
.sento-editorial-ratings{display:grid;grid-template-columns:1fr;gap:20px}.sento-editorial-ratings>article{padding:24px 28px;background:#f1f4e9;border:1px solid #d4dfc9}.sento-editorial-ratings header{display:flex;gap:20px;justify-content:space-between;align-items:center;border-bottom:1px solid #d7dfcd;padding-bottom:18px;margin-bottom:22px}.sento-editorial-ratings header span{font-size:12px;color:#617556}.sento-editorial-ratings h3{font-size:23px;line-height:1.5;margin:6px 0 0}.sento-editorial-ratings .onsen-bar-row{grid-template-columns:100px minmax(0,1fr)}.sento-editorial-ratings .onsen-axis{font-size:14px}.sento-editorial-ratings .onsen-bars{gap:16px}.sento-editorial-ratings .onsen-bar-track{height:10px}
.sento-budget,.sento-choice{background:#ebf0e1;border:1px solid #d2dec5;margin:38px 0;padding:30px;scroll-margin-top:90px}.sento-budget h2,.sento-choice h2{font-size:27px;line-height:1.5;margin:0 0 23px}.sento-budget-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.sento-budget form,.sento-choice form{display:grid;gap:17px}.sento-budget form>label,.sento-choice form>label{font-size:14px;display:grid;gap:9px}.sento-budget-options{display:flex;flex-wrap:wrap;gap:14px;font-size:14px;margin-top:4px}.sento-budget-options label,.sento-choice .sento-checkbox{display:flex;gap:10px;align-items:center;font-size:14px}.sento-budget input[type=checkbox],.sento-choice input[type=checkbox]{accent-color:#315d3b;width:19px;height:19px;flex:none}
.sento-budget-answer{border-left:1px solid #bccdb0;padding-left:30px;min-width:0}.sento-budget-answer>span{font-size:13px;color:#59704c}.sento-budget-answer>strong{display:block;font-size:45px;font-weight:400;line-height:1.3;letter-spacing:0;color:#2b5134;margin-top:8px}.sento-budget-answer>p{font-size:13px;color:#617456;line-height:1.7;margin-top:3px}.sento-budget-answer dl{margin:20px 0 0}.sento-budget-answer dl>div{display:flex;gap:18px;justify-content:space-between;font-size:13px;line-height:1.9;margin:8px 0}.sento-budget-answer dd{margin:0;white-space:nowrap}.sento-budget-note{font-size:13px!important;line-height:1.85!important;color:#5e7053!important;margin-top:22px!important}.sento-choice form{max-width:400px}.sento-choice-answer{margin-top:25px}.sento-choice-answer p{font-size:15px;line-height:1.9;margin-bottom:16px;color:#405937}
.sento-visit{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;padding:20px 0 34px}.sento-visit aside{background:#f4f2e9;padding:28px;align-self:start}.sento-visit li,.sento-visit aside p{font-size:14px;line-height:1.9;color:#5f6556;margin-bottom:14px}.sento-visit ul{padding-left:20px}.sento-detail{padding-bottom:50px}
.sento-sidebar-note{padding:24px;background:#edf1e5;margin-top:20px}.sento-sidebar-note h3{font-size:20px;line-height:1.5;margin-bottom:12px}.sento-sidebar-note p{font-size:14px;line-height:1.9;color:#5e6d51}.sento-sidebar-note a{margin-top:16px;font-size:13px}.sento-home-entry{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:30px 0 0}.sento-home-entry>a{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #c8d3bd;padding:22px 0}.sento-home-entry span{font-size:12px;color:#718162}.sento-home-entry strong{display:block;font-size:23px;font-weight:500;line-height:1.6;color:#365634}.sento-home-entry p{font-size:14px;color:#64735b;margin-top:8px}.sento-home-entry svg{align-self:center;flex:none}
.sento-guide-intro{margin:24px 0}.sento-guide-intro .sento-type-cards{margin:0 0 28px}.sento-guide-intro .sento-type-cards>article{padding:20px 15px}.sento-guide-intro h3{font-size:20px}.sento-guide-intro p{font-size:14px}
.sento-empty{padding:30px;background:#eef0e5}.sento-filter:focus-within{outline:1px solid #91a87e}.sento-page :focus-visible,.sento-detail :focus-visible,.sento-choice :focus-visible,.sento-budget :focus-visible{outline:2px solid #365f3c;outline-offset:4px}
@media(min-width:1100px){.header-inner{gap:18px;padding-inline:36px}.desktop-nav{gap:19px}.header-cta{font-size:12px;min-width:0}.brand-tagline{display:none}}
@media(max-width:1099px) and (min-width:761px){.brand-tagline{display:none}.header-inner{padding-inline:24px}.header-cta{display:none}.desktop-nav{gap:16px}.desktop-nav a{font-size:12px}.article-layout{gap:25px;grid-template-columns:minmax(0,1fr) 205px}.article-hero-text{padding:28px}.article-hero-text h1{font-size:29px}.sento-hero{gap:28px;padding:35px}.sento-card{padding:22px 18px}.sento-card h3{font-size:24px}}
@media(max-width:760px){.article-layout{display:block}.article-hero-text{margin:0;padding:26px 22px;min-height:0}.article-hero-text h1{font-size:27px;line-height:1.5;letter-spacing:0}.article-hero-text p{font-size:15px;line-height:1.85}.article-section p{font-size:16px;line-height:2}.article-section h2{font-size:23px;line-height:1.55}.article-section{padding-top:34px}.mobile-toc{margin-top:20px}.mobile-toc a{font-size:14px;line-height:1.8;padding-block:7px}.article-sidebar{display:none}.onsen-rating-panel{padding:23px 20px}.onsen-bar-row{grid-template-columns:83px minmax(0,1fr);gap:16px}
.sento-hero{display:block;margin-bottom:32px;padding:30px 24px}.sento-hero h1{font-size:41px;line-height:1.3;margin-bottom:21px}.sento-eyebrow{font-size:11px}.sento-hero>div>p:not(.sento-eyebrow){font-size:15px}.sento-hero-aside{margin-top:32px}.sento-hero-aside>a{padding:17px 0;gap:13px}.sento-hero-aside strong{font-size:16px}.sento-hero-aside p{font-size:13px}.sento-type-cards{grid-template-columns:1fr;margin-top:20px;margin-bottom:30px}.sento-type-cards>article,.sento-type-cards>article+article{border-left:0;padding:22px 0}.sento-type-cards>article+article{border-top:1px solid #d7dccd}.sento-type-cards h3{font-size:24px;margin:7px 0}.sento-type-cards p{margin-bottom:8px}.sento-filter{display:grid;grid-template-columns:1fr;gap:15px;padding:20px}.sento-filter label{max-width:none}.sento-filter .button{justify-self:start;padding:10px 20px}.sento-card-grid{grid-template-columns:1fr;gap:20px}.sento-card{min-height:0;padding:25px}.sento-card h3{font-size:29px}.sento-card .sento-card-headline{min-height:0}.sento-card-station{min-height:0!important}.sento-card-top{margin-bottom:15px}.sento-guide-grid{grid-template-columns:1fr}.sento-guide-grid .guide-card h3{font-size:23px}.sento-crosslink{display:block}.sento-crosslink .button{margin-top:20px}.sento-directory .section-head{align-items:flex-start;gap:14px}.sento-filter-count{white-space:nowrap}.sento-brief h2,.sento-directory h2,.sento-reading h2{font-size:26px}.sento-detail-hero{grid-template-columns:1fr;gap:23px;padding-top:10px}.sento-detail-hero h1{font-size:29px}.sento-detail-hero aside{padding:23px}.sento-highlights{grid-template-columns:1fr;gap:22px;padding:28px 0}.sento-highlights article{border-bottom:1px solid #dce3d1;padding-bottom:21px}.sento-detail-grid{grid-template-columns:1fr;gap:22px}.sento-facts,.sento-experience{padding:24px 20px}.sento-detail h2{font-size:23px}.sento-facts dl>div,.sento-visit dl>div{grid-template-columns:78px 1fr;gap:12px}.sento-budget,.sento-choice{padding:25px 21px}.sento-budget-grid{grid-template-columns:1fr;gap:26px}.sento-budget-answer{padding:22px 0 0;border-left:0;border-top:1px solid #bccdb0}.sento-budget h2,.sento-choice h2{font-size:25px}.sento-budget-answer>strong{font-size:40px}.sento-budget-options{flex-direction:column}.sento-visit{grid-template-columns:1fr;gap:25px}.sento-editorial-ratings>article{padding:23px 20px}.sento-editorial-ratings .onsen-bar-row{grid-template-columns:83px 1fr;gap:15px}.sento-editorial-ratings h3{font-size:22px}.sento-editorial-ratings header>.text-link{font-size:12px;white-space:nowrap}.sento-home-entry{grid-template-columns:1fr;gap:0;padding-top:10px}.sento-home-entry strong{font-size:22px}.sento-guide-intro .sento-type-cards>article{padding:18px 0}.sento-guide-intro .sento-type-cards>article>strong{font-size:12px}
}
@media print{.sento-filter,.sento-budget form,.sento-choice form{display:none}.sento-card-grid,.sento-detail-grid{grid-template-columns:1fr 1fr}.sento-hero{background:#fff}.sento-budget-answer{border:0}}
/* Align content and actions across all three editorial cards. */
.sento-card-grid{align-items:stretch}.sento-card>p:not([class]){min-height:3.7em}
.profile-balance{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:24px;align-items:start;margin:26px 0}
.profile-balance>.onsen-spring-panel,.profile-balance>.onsen-rating-panel{margin:0;max-width:none;min-width:0}
.profile-balance .onsen-panel-heading h2{font-size:25px}.profile-balance .onsen-bar-row{grid-template-columns:85px minmax(0,1fr)}
@media(max-width:900px){.profile-balance{grid-template-columns:1fr}.sento-card>p:not([class]){min-height:0}}

/* Location facet and item-specific optional services. */
.sento-filter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end}
.sento-filter>label{min-width:0}.sento-filter select{max-width:100%}
.sento-budget-options label{align-items:flex-start}.sento-budget-options label span{line-height:1.6}
.sento-budget-options label:has(input:disabled){color:#73796e}
.sento-budget-options label[hidden],.sento-card[hidden]{display:none!important}
@media(max-width:760px){.sento-filter{grid-template-columns:1fr 1fr}.sento-filter button{min-height:44px}}
@media(max-width:390px){.sento-filter{gap:12px}.sento-filter select{font-size:14px}}

/* Calendar tariffs and two-person planning retain the compact editorial layout. */
.sento-budget [hidden],.couples-budget [hidden]{display:none!important}
.couples-rule{border-left:3px solid #56775f;padding:4px 0 4px 16px;margin:8px 0 18px}
.couples-rule p{font-size:14px;line-height:1.8}.couples-rule label{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.7}
.couples-rule input{flex:none;margin-top:5px}.couples-budget select{width:100%;min-width:0}.sento-budget-answer strong{overflow-wrap:anywhere}
.couples-budget>p{font-size:14px;line-height:1.9}.sento-budget-grid form>a{font-size:13px}

.couples-rule input[type=number]{width:100%;min-height:44px;border:1px solid #b9c3b5;padding:10px 12px;background:#fff;font:inherit;color:inherit;box-sizing:border-box}.couples-rule>label:first-child{display:grid;gap:8px}.couples-rule input[type=number]:focus-visible{outline:2px solid #345a45;outline-offset:2px}

/* Packing work sheet: native controls keep the same visual rhythm as admission tools. */
.packing-tool{background:#f2f3ec;border:1px solid #d8ddd1;padding:30px;margin:32px 0;scroll-margin-top:100px}
.packing-tool h2{font-size:25px;line-height:1.5;margin:5px 0 12px}
.packing-tool header>p{font-size:15px;line-height:1.8}
.packing-items{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px;margin:24px 0}
.packing-items label{display:flex;flex-direction:column;gap:8px;font-size:14px;min-width:0}
.packing-items select{width:100%;font:inherit;min-height:46px;background:#fff;border:1px solid #aebcad;padding:9px;color:#263e32;border-radius:2px}
.packing-summary{background:#e5ebdf;padding:18px 20px;border-left:3px solid #426956}
.packing-summary p{font-size:14px;line-height:1.8;margin:10px 0 0}
.packing-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.packing-tool :focus-visible{outline:2px solid #315b47;outline-offset:3px}
@media(max-width:600px){.packing-tool{padding:22px 16px}.packing-items{grid-template-columns:1fr}.packing-tool h2{font-size:22px}.packing-actions .button{width:100%}}

/* Booking cards and actions. Keep the photo within its own grid track. */
.ryokan-card,.ryokan-card .card-photo,.ryokan-card .card-content{min-width:0;box-sizing:border-box}
.ryokan-card .card-photo{position:relative;width:100%;max-width:100%;overflow:hidden}
.ryokan-card .card-photo>a{position:absolute;inset:0;display:block;width:100%;height:100%}
.ryokan-card .card-photo>a>img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover}
.ryokan-card .card-content{container-type:inline-size;container-name:hotel-content}
.ryokan-card .card-content h3{overflow-wrap:anywhere}
.ryokan-card .card-bottom{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:10px;align-items:stretch;margin-top:20px}
.ryokan-card .card-bottom>.button{min-width:0;width:100%;max-width:100%;min-height:46px;padding:12px 10px;line-height:1.45;font-size:13px;box-sizing:border-box;justify-content:center}
.ryokan-card .card-bottom>.booking-cta{grid-column:1/-1;grid-row:1;flex-direction:row;gap:8px}
.ryokan-card .card-bottom>.button:first-child{grid-row:2;grid-column:1}
.ryokan-card .card-bottom>.compare-button{grid-column:2;grid-row:2;min-width:0;width:100%;min-height:46px;justify-content:center;gap:6px;margin:0;padding:10px 6px;border:1px solid #dddcd4;border-radius:3px;background:transparent;font-size:13px;line-height:1.45}
.ryokan-card .card-bottom .icon{width:17px;height:17px;flex:none}
.ryokan-card .card-bottom>.booking-cta span{white-space:normal}
.ryokan-card .onsen-card-rating{margin-top:17px}
@container hotel-content (min-width:450px){
 .ryokan-card .card-bottom{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr) auto}
 .ryokan-card .card-bottom>.button:first-child{grid-column:1;grid-row:1}
 .ryokan-card .card-bottom>.booking-cta{grid-column:2;grid-row:1}
 .ryokan-card .card-bottom>.compare-button{grid-column:3;grid-row:1;padding:10px 12px}
}
.booking-cta{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;min-width:0;min-height:48px;box-sizing:border-box;font-size:15px;line-height:1.5;padding:13px 22px}
.booking-cta span{white-space:normal}
.ryokan-detail .booking-bar{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:24px;align-items:center;padding:28px 30px;margin:28px 0 0;border:1px solid #dedfd6;background:#f4f3ed}
.ryokan-detail .booking-bar>div{min-width:0;flex:initial}
.ryokan-detail .booking-overview{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center}
.booking-price h2{margin:0;font-size:clamp(18px,2vw,22px);line-height:1.5;font-weight:600}
.booking-times{display:flex;flex-wrap:wrap;gap:20px;margin:0;padding-left:22px;border-left:1px solid #d8dacf}
.booking-times>div{min-width:56px}
.booking-times dt{font-size:12px;color:#657068;margin:0 0 4px;line-height:1.5}
.booking-times dd{font-size:17px;font-weight:500;margin:0;line-height:1.5}
.booking-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}
.booking-actions>.button{min-width:0;width:100%;margin:0;min-height:48px;padding:12px 14px;box-sizing:border-box;justify-content:center;line-height:1.5}
.booking-actions>[data-compare]{font-size:13px;gap:6px;white-space:nowrap}
.booking-actions .icon{width:18px;height:18px;flex:none}
.booking-bar .public-price{margin:0}
.booking-bar .public-price strong{font-size:26px;line-height:1.4}
.booking-bar .price-fx{font-size:13px;line-height:1.7}
.booking-recommendation.affiliate-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:24px;margin:28px 0;border:1px solid #dddcd4}
.booking-recommendation.affiliate-panel h3{font-size:20px;line-height:1.5;margin:3px 0 0;overflow-wrap:anywhere}
.booking-recommendation .location-label{margin:0}
.booking-recommendation .affiliate-actions{display:block;margin:0}
.booking-recommendation .booking-cta{min-width:210px}
@media(min-width:761px){
 .hotel-results:not(.grid-view) .list-card{grid-template-columns:minmax(0,32%) minmax(0,1fr);align-items:stretch}
 .hotel-results:not(.grid-view) .list-card .card-photo{width:100%;height:auto;min-height:260px;aspect-ratio:auto;align-self:stretch}
}
@media(max-width:1100px){
 .ryokan-detail .booking-bar{grid-template-columns:minmax(0,1fr);padding:24px;gap:22px}
 .booking-actions{grid-template-columns:minmax(0,1fr) minmax(120px,.45fr)}
}
@media(max-width:760px){
 .hotel-results .list-card{display:grid;grid-template-columns:minmax(0,1fr)}
 .hotel-results .list-card .card-photo{width:100%;height:auto;min-height:0;aspect-ratio:4/3}
 .booking-recommendation.affiliate-panel{grid-template-columns:minmax(0,1fr);gap:18px;padding:20px}
 .booking-recommendation .booking-cta{min-width:0;width:100%}
 .ryokan-detail .booking-bar{padding:20px;gap:20px}
 .ryokan-detail .booking-overview{grid-template-columns:minmax(0,1fr);gap:16px}
 .booking-times{border-left:0;padding:0;gap:28px}
 .booking-actions{grid-template-columns:minmax(0,1fr)}
 .booking-actions>.button{font-size:14px}
 .booking-actions>[data-compare]{min-height:44px;background:transparent}
}
@media(forced-colors:active){.booking-bar,.booking-recommendation.affiliate-panel,.ryokan-card{border:1px solid CanvasText}}

.ryokan-card .card-bottom:not(:has(.booking-cta)){grid-template-columns:minmax(0,1fr) auto}
.ryokan-card .card-bottom:not(:has(.booking-cta))>.button:first-child{grid-column:1;grid-row:1}
.ryokan-card .card-bottom:not(:has(.booking-cta))>.compare-button{grid-column:2;grid-row:1;padding-inline:14px}
.booking-bar .price-summary{margin:0;min-width:0}
.booking-bar .price-summary strong{font-size:26px;line-height:1.4}
.booking-bar .price-unit{display:block;font-size:13px;line-height:1.7;white-space:normal}
.booking-bar .price-conversion{display:block;font-size:14px;line-height:1.7;white-space:normal}
.booking-bar .price-summary p{margin:8px 0 0;font-size:12px;line-height:1.7}
/* Width is explicit because cards also appear in a flex results column. */
.ryokan-card{width:100%;align-self:stretch}
/* Keep the original FAQ heading visually unchanged while every question stays collapsed. */
.faq-title-proxy{font-family:var(--serif);font-size:clamp(24px,2.7vw,34px);line-height:1.25;color:var(--ink);margin:0 0 8px}

/* Keep the two-column mobile result cards from pushing their actions outside the card. */
@media(max-width:760px){
 .hotel-grid .ryokan-card .card-bottom,
 .ryokan-card .card-bottom:not(:has(.booking-cta)){
  display:grid;
  grid-template-columns:minmax(0,1fr)!important;
  gap:8px;
  width:100%;
  max-width:100%;
  margin-inline:0;
 }
 .hotel-grid .ryokan-card .card-bottom > *,
 .ryokan-card .card-bottom:not(:has(.booking-cta)) > *{
  grid-column:1!important;
  grid-row:auto!important;
  min-width:0;
  max-width:100%;
  width:100%;
  box-sizing:border-box;
 }
 .hotel-grid .ryokan-card .card-bottom .button,
 .hotel-grid .ryokan-card .card-bottom .compare-button{
  padding-inline:8px;
  overflow-wrap:anywhere;
 }
}
