:root{--font-ja:"Zen Kaku Gothic New", sans-serif;--font-latin:"Jost", sans-serif;--font-num:"Bebas Neue", sans-serif;--color-text:#223334;--color-muted:#808788;--color-inverse:#fff;--surface-default:#fff;--surface-warm:#eeebe9;--surface-soft:#f7f5f1;--brand-primary:#243238;--brand-secondary:#958175;--shadow-floating:0 12px 28px #2233341a;--ease-out:cubic-bezier(.215, .61, .355, 1);--ease-soft:cubic-bezier(.23, 1, .32, 1);--radius:8px;--radius-pill:9999px;--container:1100px;--gutter:24px}.error-page{background:var(--surface-warm);min-height:100vh}.error-page__main{grid-template-rows:auto 1fr;min-height:100vh;padding:56px;display:grid}.error-page__brand{width:fit-content}.error-page__content{align-self:center;width:min(720px,100%);padding:72px 0 120px}.error-page__content h1{margin:14px 0 20px;font-size:72px;line-height:1.12}.error-page__content>p:not(.section-kicker){max-width:42rem;margin:0 0 32px}*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;color:var(--color-text);background:var(--surface-default);font-family:var(--font-ja);font-synthesis:none;letter-spacing:0;overflow-x:clip}body{max-width:100%;margin:0;font-size:16px;line-height:1.7;overflow-x:clip}body:lang(ko){word-break:keep-all}picture{max-width:100%;display:block}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--brand-secondary)}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--brand-secondary);outline-offset:4px}.skip-link{z-index:1000;color:var(--color-inverse);background:var(--brand-primary);border-radius:var(--radius);padding:10px 14px;font-weight:700;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus-visible{transform:translateY(0)}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:700;line-height:1.3}h1{font-size:48px}h2{font-size:34px}h3{font-size:22px}p{color:var(--color-text)}.num{font-family:var(--font-num);font-size:44px;font-weight:400;line-height:1}.site-header{z-index:100;width:auto;box-shadow:none;backdrop-filter:blur(12px);background:#eeebe9f0;border-radius:0;margin:0;position:absolute;top:0;left:0;right:0}.site-header__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:20px;width:100%;max-width:1280px;min-height:68px;margin:0 auto;padding:6px 10px;display:grid}.brand{color:var(--brand-primary);align-items:center;gap:12px;font-weight:700;display:inline-flex}.brand__mark{width:40px;height:40px;color:var(--color-inverse);background:var(--brand-primary);border-radius:var(--radius-pill);font-family:var(--font-latin);place-items:center;font-weight:700;display:inline-grid}.brand__text{text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:15px;line-height:1.35;overflow:hidden}.primary-nav,.header-actions,.footer-nav,.footer-languages{align-items:center;display:flex}.primary-nav{justify-content:center;gap:22px;font-size:13px;font-weight:500}.primary-nav a[aria-current=page]{color:var(--brand-secondary)}.header-actions{gap:14px}.mobile-menu{display:none;position:relative}.language-switch{z-index:99;background:var(--surface-default);border-radius:var(--radius);box-shadow:var(--shadow-floating);margin-top:18px;padding:4px;font-size:12px;display:block;position:fixed;top:88px;right:24px}.language-switch__current,.language-switch__panel a{border-radius:var(--radius);min-width:70px;min-height:30px;color:var(--color-muted);white-space:nowrap;justify-content:center;align-items:center;padding:0 10px;font-weight:500;line-height:1;display:flex}.language-switch__current{color:var(--color-inverse);background:var(--brand-secondary);cursor:pointer;list-style:none}.language-switch__current::-webkit-details-marker{display:none}.language-switch__current::marker{content:""}.language-switch__current:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:6px;height:6px;margin-left:8px;transition:transform .18s;transform:translateY(-2px)rotate(45deg)}.language-switch[open] .language-switch__current:after{transform:translateY(2px)rotate(225deg)}.language-switch__panel{gap:4px;margin-top:4px;display:grid}.language-switch__panel a:hover,.language-switch__panel a:focus-visible{color:var(--brand-primary);background:var(--surface-warm)}.mobile-menu__summary{width:44px;min-height:44px;color:var(--brand-primary);background:var(--surface-warm);border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;padding:0;font-weight:700;line-height:1;list-style:none;transition:color .2s,background-color .2s;display:inline-flex}.mobile-menu__summary::-webkit-details-marker{display:none}.mobile-menu__summary:hover{color:var(--color-inverse);background:var(--brand-secondary)}.mobile-menu__icon{gap:4px;width:18px;display:grid}.mobile-menu__icon span{border-radius:var(--radius-pill);background:currentColor;width:100%;height:2px;transition:transform .22s,opacity .22s;display:block}.mobile-menu[open] .mobile-menu__icon span:first-child{transform:translateY(6px)rotate(45deg)}.mobile-menu[open] .mobile-menu__icon span:nth-child(2){opacity:0}.mobile-menu[open] .mobile-menu__icon span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobile-menu__panel{z-index:110;background:var(--surface-default);border-radius:var(--radius);width:min(88vw,360px);box-shadow:var(--shadow-floating);gap:20px;padding:22px;display:grid;position:absolute;top:calc(100% + 12px);right:0}.mobile-menu__nav{gap:8px;display:grid}.mobile-menu__nav a{min-height:44px;color:var(--brand-primary);background:var(--surface-soft);border-radius:var(--radius);align-items:center;padding:0 14px;font-weight:700;display:flex}.mobile-menu__nav a[aria-current=page]{color:var(--color-inverse);background:var(--brand-primary)}.mobile-menu__booking{width:100%}.button{border-radius:var(--radius);min-height:44px;transition:color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .4s var(--ease-out);justify-content:center;align-items:center;padding:0 22px;font-weight:700;line-height:1;display:inline-flex}.button--primary{color:var(--color-inverse);background:var(--brand-primary)}.button--primary:hover{color:var(--color-inverse);background:var(--brand-secondary)}.button--ghost{color:var(--color-inverse);box-shadow:inset 0 0 0 1px var(--color-inverse)}.button--ghost:hover{color:var(--brand-primary);background:var(--surface-default)}.container{width:min(100%, calc(var(--container) + var(--gutter) * 2));padding:0 var(--gutter);margin:0 auto}.narrow{max-width:840px}.section{background:var(--surface-default);padding:80px 0}.section--warm{background:var(--surface-warm)}.section--soft{background:var(--surface-soft)}.section-kicker{color:var(--brand-secondary);font-family:var(--font-latin);text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:700;line-height:1.5}.hero{background:var(--brand-primary);align-items:end;min-height:100svh;display:grid;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:linear-gradient(#1c2a4e2e 0%,#1c2a4edb 100%);position:absolute;inset:0}.hero--home:after{content:"";z-index:2;background:var(--surface-warm);border-radius:50% 50% 0 0/100% 100% 0 0;height:168px;position:absolute;bottom:-96px;left:-12%;right:-12%}.hero__media,.hero__media img{width:100%;height:100%;position:absolute;inset:0}.hero__media img{object-fit:cover;animation:hero-drift 18s var(--ease-soft) infinite alternate}.hero__content{z-index:3;width:min(100%, calc(var(--container) + var(--gutter) * 2));padding:120px var(--gutter) 156px;color:var(--color-inverse);margin:0 auto;position:relative}.hero__content--split{grid-template-columns:minmax(0,1fr) 412px;align-items:end;gap:48px;display:grid}.hero__copy{min-width:0}.hero__content h1{max-width:760px;color:var(--color-inverse);font-size:68px;line-height:1.18}.hero__content .section-kicker{max-width:none;color:var(--surface-warm);margin-top:0;font-size:13px}.hero__content p{max-width:620px;color:var(--color-inverse);margin-top:20px;font-size:18px}.hero__actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.hero-trip{min-width:0;height:120px;color:var(--color-text);background:var(--surface-default);border-radius:var(--radius);box-shadow:var(--shadow-floating);transition:filter .2s ease, transform .4s var(--ease-out);grid-template-columns:180px minmax(0,1fr);display:grid;overflow:hidden}.hero-trip__image,.hero-trip__image img{width:100%;height:100%}.hero-trip__image{grid-area:1/1/4}.hero-trip__image img{object-fit:cover}.hero-trip span,.hero-trip strong,.hero-trip small{grid-column:2;margin-left:24px;line-height:1.1}.hero-trip span{color:var(--brand-secondary);font-family:var(--font-latin);align-self:end;font-size:13px;font-weight:700}.hero-trip strong{color:var(--brand-primary);font-family:var(--font-latin);margin-top:8px;font-size:28px;line-height:1}.hero-trip small{color:var(--brand-secondary);margin-top:12px;font-size:13px;font-weight:700}.hero-trip:hover{color:var(--color-text);filter:drop-shadow(8px 8px 16px #00000029);transform:scale(1.02)}.booking-panel{z-index:4;padding:0 var(--gutter);margin-top:-88px;position:relative}.booking-panel__inner{background:var(--surface-default);border-radius:var(--radius);width:min(100%,1120px);box-shadow:var(--shadow-floating);grid-template-columns:minmax(230px,.8fr) minmax(0,1.4fr) auto;align-items:center;gap:24px;margin:0 auto;padding:26px 28px;display:grid}.booking-panel h2{font-size:24px}.booking-panel__fields{border-radius:var(--radius);background:var(--surface-warm);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;min-width:0;margin:0;display:grid;overflow:hidden}.booking-panel__fields div{background:var(--surface-soft);min-width:0;padding:14px 16px}.booking-panel__fields dt{color:var(--color-muted);font-family:var(--font-latin);font-size:12px;font-weight:700;line-height:1.2}.booking-panel__fields dd{color:var(--brand-primary);margin:6px 0 0;font-size:20px;font-weight:700;line-height:1}.fact-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin:0;display:grid}.fact-grid div,.info-band div,.room-specs div,.rules-summary div,.access-list div{background:var(--surface-default);border-radius:var(--radius);padding:20px}.fact-grid dt,.room-specs span,.rules-summary dt,.access-list dt,.info-band span{color:var(--color-muted);font-size:13px;line-height:1.5;display:block}.fact-grid dd,.room-specs strong,.rules-summary dd,.access-list dd,.info-band strong{color:var(--brand-primary);margin:8px 0 0;font-size:18px;font-weight:700;line-height:1.4;display:block}.split{grid-template-columns:.8fr 1.2fr;align-items:start;gap:48px;display:grid}.split--reverse{grid-template-columns:1.1fr .9fr}.split>div:first-child,.feature-row>div:first-child{gap:18px;display:grid}.section-heading{max-width:760px;margin-bottom:32px}.section-heading h2+p{margin-top:14px}.section-heading--split{grid-template-columns:1fr auto;align-items:end;gap:28px;max-width:none;display:grid}.section-heading--split>div{max-width:760px}.text-link{color:var(--brand-primary);text-underline-offset:6px;font-weight:700;text-decoration:underline}.round-link{color:var(--brand-primary);align-items:center;gap:10px;font-weight:700;display:inline-flex}.round-link span,.circle-arrow{width:30px;height:30px;color:var(--color-inverse);background:var(--brand-primary);border-radius:var(--radius-pill);font-family:var(--font-latin);flex:none;place-items:center;line-height:1;transition:background-color .175s;display:inline-grid}.round-link:hover span,.room-card:hover .circle-arrow{background:var(--brand-secondary)}.rooms-preview-section,.rooms-overview-section{background:var(--surface-default)}.rooms-preview-section .section-heading{margin-bottom:48px}.room-anchor-nav{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.room-anchor-nav a{color:var(--brand-primary);background:var(--surface-warm);border-radius:var(--radius);padding:10px 14px;font-weight:700}.room-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;display:grid}.room-card{background:var(--surface-default);border-radius:var(--radius);min-width:0;max-width:100%;transition:filter .2s ease, transform .4s var(--ease-out);position:relative;overflow:hidden;box-shadow:0 0 0 1px #22333414}.room-card:hover{filter:drop-shadow(8px 8px 18px #0000001f);transform:scale(1.02)}.room-card__speech{z-index:2;width:fit-content;max-width:calc(100% - 40px);color:var(--brand-secondary);background:var(--surface-default);border:1px solid var(--brand-secondary);border-radius:var(--radius);font-family:var(--font-latin);padding:8px 14px;font-size:13px;font-weight:700;line-height:1.2;position:absolute;top:20px;left:20px}.room-card__media-link{min-width:0;max-width:100%;display:block;overflow:hidden}.room-card__image,.room-card__image img{aspect-ratio:4/3;width:100%;max-width:100%}.room-card__image img{object-fit:cover;height:100%;transition:transform .4s var(--ease-out)}.room-card:hover .room-card__image img{transform:scale(1.05)}.room-card__body{gap:14px;padding:26px 32px 30px;display:grid}.room-card__topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.room-card__topline .section-kicker{margin-bottom:0}.room-card__badge{color:var(--brand-primary);background:var(--surface-warm);border-radius:var(--radius);font-family:var(--font-num);flex:none;padding:5px 9px;font-size:20px;line-height:1}.room-card__title-link{color:var(--color-text)}.room-card__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:6px 0 0;display:grid}.room-card__facts div{background:var(--surface-soft);border-radius:var(--radius);min-width:0;padding:12px}.room-card__facts dt{color:var(--color-muted);font-size:12px;line-height:1.5}.room-card__facts dd{color:var(--brand-primary);margin:4px 0 0;font-size:14px;font-weight:700;line-height:1.4}.room-card__actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:4px;display:flex}.room-card__body a{color:var(--brand-primary);font-weight:700}.room-card__actions .button,.room-card__actions .button:hover{color:var(--color-inverse)}.story-section{background:var(--surface-warm)}.story-section__head{margin-bottom:64px}.story-section__head h2{max-width:720px}.story-list{width:min(100%, calc(var(--container) + var(--gutter) * 2));padding:0 var(--gutter);gap:64px;margin:0 auto;display:grid}.story-item{background:var(--surface-default);border-radius:var(--radius);grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:72px;min-width:0;display:grid;overflow:hidden}.story-item--reverse{grid-template-columns:minmax(0,1.22fr) minmax(0,.78fr)}.story-item--reverse .story-item__copy{order:2}.story-item--reverse .story-item__media{order:1}.story-item__copy{align-content:center;gap:22px;min-width:0;padding:64px 0 64px 64px;display:grid}.story-item--reverse .story-item__copy{padding:64px 64px 64px 0}.story-item__speech{width:fit-content;max-width:100%;color:var(--brand-secondary);border:1px solid var(--surface-warm);border-radius:var(--radius);font-family:var(--font-latin);padding:9px 14px;font-size:13px;font-weight:700;line-height:1.2}.story-item__copy h3{font-size:40px;line-height:1.28}.story-item__copy p:not(.story-item__speech){line-height:1.9}.story-item__media,.story-item__media img{width:100%;height:100%;min-height:520px}.story-item__media{min-width:0;overflow:hidden}.story-item__media img{object-fit:cover;transition:transform .7s var(--ease-out)}.story-item:hover .story-item__media img{transform:scale(1.04)}.faq-teaser-section{background:var(--surface-default)}.faq-teaser{grid-template-columns:minmax(220px,.38fr) minmax(0,1fr);align-items:start;gap:72px;display:grid}.faq-teaser__header{gap:24px;display:grid;position:sticky;top:120px}.faq-teaser__header .round-link{margin-top:16px}.faq-teaser__list{border-top:1px solid var(--surface-warm);display:grid}.faq-teaser__item{border-bottom:1px solid var(--surface-warm)}.faq-teaser__item summary{cursor:pointer;color:var(--brand-primary);grid-template-columns:auto minmax(0,1fr) 32px;align-items:center;gap:18px;padding:34px 0;font-weight:700;list-style:none;transition:color .175s;display:grid}.faq-teaser__item summary::-webkit-details-marker{display:none}.faq-teaser__mark{width:32px;height:32px;color:var(--color-inverse);background:var(--brand-secondary);border-radius:var(--radius-pill);font-family:var(--font-latin);place-items:center;line-height:1;display:inline-grid}.faq-teaser__item i{width:20px;height:20px;color:var(--brand-primary);justify-self:end;position:relative}.faq-teaser__item i:before,.faq-teaser__item i:after{content:"";width:100%;height:2px;transition:transform .4s var(--ease-out);background:currentColor;margin:auto;position:absolute;inset:0}.faq-teaser__item i:after{transform:rotate(90deg)}.faq-teaser__item[open] i:after{transform:rotate(0)}.faq-teaser__item p{color:var(--color-text);padding:0 52px 34px 50px;line-height:1.9}.stay-guide-section{background:var(--surface-soft)}.guide-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.guide-card{min-width:0;position:relative}.guide-card__link{gap:18px;min-width:0;display:grid}.guide-card__label{z-index:2;color:var(--color-inverse);background:var(--brand-secondary);border-radius:var(--radius);padding:6px 10px;font-size:12px;font-weight:700;line-height:1;position:absolute;top:18px;left:18px}.guide-card__image{border-radius:var(--radius);overflow:hidden}.guide-card__image,.guide-card__image img{aspect-ratio:4/3;width:100%}.guide-card__image img{object-fit:cover;height:100%;transition:transform .4s var(--ease-out)}.guide-card:hover .guide-card__image img{transform:scale(1.05)}.guide-card h3{font-size:18px;line-height:1.55}.guide-card p{color:var(--brand-secondary);font-family:var(--font-latin);font-size:13px;font-weight:700}.feature-row{grid-template-columns:.9fr 1.1fr;align-items:center;gap:48px;display:grid}.amenity-chips,.amenity-list{flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;display:flex}.amenity-chips li,.amenity-list li{color:var(--brand-primary);background:var(--surface-default);border-radius:var(--radius-pill);padding:9px 14px;font-weight:500}.amenity-list li{background:var(--surface-warm)}.access-list{gap:12px;margin:0;display:grid}.access-list--large{grid-template-columns:repeat(2,1fr)}.page-hero{background:var(--surface-warm);padding:156px 0 72px}.page-hero__inner{gap:18px;display:grid}.breadcrumbs ol{color:var(--color-muted);flex-wrap:wrap;gap:8px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.breadcrumbs li+li:before{color:var(--color-muted);content:"/";margin-right:8px}.breadcrumbs a{text-underline-offset:3px;text-decoration:underline}.page-hero p{max-width:760px}.rooms-stack{background:var(--surface-default);display:grid}.room-section{background:var(--surface-default);min-height:100px;padding:80px 0;scroll-margin-top:124px}.room-section:target{background:var(--surface-warm)}.room-section:nth-child(2n){background:var(--surface-soft)}.room-section__header,.room-section__grid,.room-specs{width:min(100%, calc(var(--container) + var(--gutter) * 2));max-width:100%;padding:0 var(--gutter);margin:0 auto}.room-section__header{gap:14px;max-width:920px;margin-bottom:32px;display:grid}.room-specs{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:32px;display:grid}.room-section__grid{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:start;gap:36px;display:grid;overflow:hidden}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0;max-width:100%;display:grid}.gallery-image,.gallery-image img{aspect-ratio:4/3;background:var(--surface-warm);width:100%;max-width:100%;display:block}.gallery-image{min-width:0;overflow:hidden}.gallery-image img{object-fit:cover;border-radius:var(--radius);height:100%}.gallery-image--large{grid-column:1/-1}.gallery-image--large,.gallery-image--large img{aspect-ratio:16/9}.room-details{background:var(--surface-default);border-radius:var(--radius);min-width:0;max-width:100%;box-shadow:var(--shadow-floating);gap:18px;padding:28px;display:grid;position:sticky;top:104px}.note{color:var(--color-muted);font-size:14px;line-height:1.5}.info-band{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px;display:grid}.faq-list{gap:12px;display:grid}.faq-list details{background:var(--surface-soft);border-radius:var(--radius);padding:22px 24px}.faq-list summary{cursor:pointer;color:var(--brand-primary);font-weight:700}.faq-list p{margin-top:14px}.rules-layout{grid-template-columns:320px 1fr;align-items:start;gap:44px;display:grid}.rules-summary{position:sticky;top:104px}.rules-summary dl{gap:12px;margin:0;display:grid}.rules-list{gap:22px;display:grid}.rules-list article{padding-bottom:22px;box-shadow:0 1px #22333424}.rules-list p{margin-top:10px}.site-footer__inner{width:min(100%, calc(var(--container) + var(--gutter) * 2));padding:0 var(--gutter);grid-template-columns:1fr auto;gap:28px;margin:0 auto;display:grid}.site-footer p,.site-footer a{color:var(--color-inverse)}.footer-brand{font-size:22px;font-weight:700}.footer-copy{margin-top:10px}.footer-small{margin-top:14px;font-size:13px;line-height:1.5}.footer-nav,.footer-languages{flex-wrap:wrap;justify-content:flex-end;gap:16px}.footer-languages{grid-column:1/-1;justify-content:flex-start;font-size:13px}.image-placeholder{min-height:240px;color:var(--color-muted);background:var(--surface-warm);border-radius:var(--radius);place-items:center;display:grid}@keyframes hero-drift{0%{transform:scale(1)}to{transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms;animation-duration:.001ms;animation:none!important}}@media (width<=1180px){.site-header{width:auto;top:0;left:0;right:0}.site-header__inner{grid-template-columns:1fr auto;gap:14px}.primary-nav{display:none}.header-actions{justify-content:flex-end}.mobile-menu{display:block}.language-switch{font-size:11px;top:80px;right:16px}.language-switch__current,.language-switch__panel a{min-width:64px;min-height:30px;padding:0 8px}}@media (width<=1023px){h1{font-size:40px}h2{font-size:30px}.hero__content--split,.booking-panel__inner,.story-item,.story-item--reverse,.faq-teaser{grid-template-columns:1fr}.hero__content h1{font-size:52px}.hero-trip{max-width:420px}.booking-panel__fields{grid-template-columns:repeat(2,minmax(0,1fr))}.split,.split--reverse,.feature-row,.section-heading--split,.room-section__grid,.rules-layout{grid-template-columns:1fr}.room-card-grid,.fact-grid,.room-specs,.guide-list{grid-template-columns:repeat(2,1fr)}.room-details,.rules-summary,.faq-teaser__header{position:static}.story-item__copy,.story-item--reverse .story-item__copy{order:2;padding:40px}.story-item__media,.story-item--reverse .story-item__media{order:1}.story-item__media,.story-item__media img{min-height:420px}}@media (width<=767px){:root{--gutter:20px}body{font-size:15px}h1{font-size:34px}h2{font-size:27px}h3{font-size:20px}.site-header{width:auto;top:0;left:0;right:0}.site-header__inner{grid-template-columns:minmax(0,1fr) auto;gap:8px;min-height:64px;padding:8px}.brand{min-width:0}.brand__text{max-width:142px;font-size:13px}.header-actions{justify-content:flex-end;align-items:center;gap:8px;width:auto;display:flex}.header-booking{display:none}.language-switch{z-index:99;padding:4px;top:84px;left:auto;right:12px}.language-switch__current,.language-switch__panel a{text-overflow:ellipsis;justify-content:center;min-width:72px;min-height:34px;padding:0 8px;overflow:hidden}.language-switch__label{font-size:0}.language-switch__label:after{content:attr(data-mobile-label);font-size:11px;line-height:1}.mobile-menu__summary{width:44px;min-height:44px;padding:0;font-size:13px}.mobile-menu__panel{width:min(100vw - 24px,360px);max-height:calc(100vh - 104px);right:-8px;overflow-y:auto}.hero{min-height:760px}.hero--home:after{height:104px;bottom:-58px;left:-24%;right:-24%}.hero__content{padding:132px var(--gutter) 96px}.hero__content--split{gap:28px}.hero__content h1{font-size:36px}.hero__content p{font-size:16px}.hero-trip{grid-template-columns:38% minmax(0,1fr);width:100%;height:112px}.hero-trip span,.hero-trip strong,.hero-trip small{margin-left:16px}.hero-trip strong{font-size:24px}.booking-panel{margin-top:0;padding:0}.booking-panel__inner{padding:24px var(--gutter);box-shadow:none;border-radius:0;grid-template-columns:1fr;align-items:stretch;gap:20px}.booking-panel__fields{grid-template-columns:repeat(2,minmax(0,1fr))}.section,.room-section{padding:56px 0}.page-hero{padding:116px 0 52px}.room-card-grid,.fact-grid,.room-specs,.access-list--large,.info-band,.guide-list{grid-template-columns:1fr}.room-card-grid{gap:28px}.room-card__body{padding:24px}.story-section__head{margin-bottom:36px}.story-list{gap:28px}.story-item__copy,.story-item--reverse .story-item__copy{padding:32px 24px}.story-item__copy h3{font-size:30px}.story-item__media,.story-item__media img{min-height:300px}.faq-teaser{gap:32px}.faq-teaser__item summary{grid-template-columns:auto minmax(0,1fr) 24px;gap:12px;padding:26px 0}.faq-teaser__item p{padding:0 0 28px 44px}.guide-list{margin-right:calc(var(--gutter) * -1);margin-left:calc(var(--gutter) * -1);padding:0 var(--gutter) 4px;scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:repeat(3,minmax(260px,82vw));gap:24px;overflow-x:auto}.guide-list::-webkit-scrollbar{display:none}.guide-card{scroll-snap-align:start}.gallery-grid{grid-template-columns:1fr}.room-card__actions .button{width:100%}.site-footer__inner{grid-template-columns:1fr}.footer-nav{justify-content:flex-start}}:root{--maruichi-ink:#14253d;--maruichi-paper:#f4f1eb;--maruichi-accent:#958175;--maruichi-red:var(--maruichi-accent);--maruichi-muted:#d6d4cf;--maruichi-line:#f4f1eb52}html,body{background:var(--maruichi-ink)}body{color:var(--maruichi-paper);font-family:var(--font-ja)}body:lang(en){font-family:var(--font-latin)}p,dt,dd,li,h1,h2,h3{color:inherit}.site-header{z-index:100;background:var(--maruichi-paper);width:100%;box-shadow:none;backdrop-filter:none;border-bottom:1px solid #9581758c;border-radius:0;position:relative}.site-header__inner{color:#fff;grid-template-columns:92px minmax(0,1fr) auto;gap:28px;max-width:1280px;min-height:100px;padding:0 32px}.brand{justify-content:center}.brand__mark{width:66px;height:66px;color:var(--maruichi-paper);background:var(--maruichi-ink);border:3px solid var(--maruichi-ink);box-shadow:inset 0 0 0 5px var(--maruichi-paper);letter-spacing:.04em;font-size:15px}.brand__text{display:none}.primary-nav{color:#25282d;letter-spacing:.14em;gap:clamp(18px,2.5vw,40px);font-size:14px}.primary-nav a{white-space:nowrap;padding:40px 0 36px}.primary-nav a[aria-current=page],.primary-nav a:hover{color:var(--maruichi-red)}.header-actions{gap:0;height:100px}.header-booking{color:#fff;background:var(--maruichi-accent);letter-spacing:.12em;border:0;border-radius:0;place-items:center;min-width:100px;height:100px;padding:0 18px;font-size:14px;display:inline-grid}.header-booking:hover{color:#fff;background:#756358}.language-switch{z-index:110;color:#25282d;box-shadow:none;background:0 0;margin:0 12px 0 0;padding:0;font-size:11px;position:relative;top:auto;right:auto}.language-switch__current,.language-switch__panel a{min-width:42px;min-height:34px;color:inherit;border-radius:0;padding:0 7px}.language-switch__current{color:#25282d;background:0 0;border:1px solid}.language-switch__panel{color:#25282d;background:var(--maruichi-paper);border:1px solid #14253d26;min-width:110px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 24px #14253d26}.language-switch__panel a{justify-content:flex-start}.mobile-menu__summary{color:#25282d}.mobile-menu__panel{color:#25282d;background:var(--maruichi-paper);border:1px solid #14253d24}.mobile-menu__nav a{color:#25282d}.maruichi-hero{isolation:isolate;background:#0a1623;place-items:center;min-height:min(800px,100svh - 100px);display:grid;position:relative;overflow:hidden}.maruichi-hero__media,.maruichi-hero__media img{width:100%;height:100%;position:absolute;inset:0}.maruichi-hero__media img{object-fit:cover;object-position:center}.maruichi-hero__veil{z-index:1;background:linear-gradient(90deg,#14253d87,#14253d2e 48%,#14253d70),linear-gradient(#08121c14,#08121c6b);position:absolute;inset:0}.maruichi-hero__content{z-index:2;color:#fff;text-align:center;justify-items:center;gap:13px;width:min(900px,100% - 48px);display:grid;position:relative}.maruichi-monogram{width:82px;height:82px;font-family:var(--font-latin);letter-spacing:.05em;border:3px solid;border-radius:50%;place-items:center;font-size:19px;font-weight:700;display:grid}.maruichi-hero__property,.maruichi-hero__subline{color:inherit;letter-spacing:.24em;text-transform:uppercase;font-size:12px}.maruichi-hero h1{letter-spacing:.16em;text-indent:.16em;max-width:900px;font-size:clamp(28px,2.7vw,38px);font-weight:500;line-height:1.6}.maruichi-hero__links{gap:22px;margin-top:12px;display:flex}.maruichi-hero__links a,.maruichi-arrow-link{color:inherit;letter-spacing:.11em;border-bottom:1px solid;align-items:center;gap:12px;padding-bottom:6px;font-size:13px;display:inline-flex}.maruichi-hero__links a:hover,.maruichi-arrow-link:hover{color:var(--maruichi-red)}.maruichi-hero__number{z-index:2;color:#fff;font-family:var(--font-latin);letter-spacing:.2em;margin:0;font-size:13px;position:absolute;bottom:26px;right:34px}.maruichi-intro,.maruichi-features,.maruichi-facts,.maruichi-faq{padding:clamp(88px,12vw,168px) max(24px,50vw - 540px)}.maruichi-intro{color:var(--maruichi-paper);background:var(--maruichi-ink);grid-template-columns:minmax(260px,.82fr) minmax(320px,1.18fr);gap:clamp(44px,10vw,140px);display:grid}.maruichi-overline,.maruichi-intro__heading>p,.maruichi-feature__copy>p:first-child{color:inherit;font-family:var(--font-latin);letter-spacing:.18em;margin:0 0 18px;font-size:13px;font-weight:700}.maruichi-intro h2,.maruichi-facts h2,.maruichi-faq h2{letter-spacing:.12em;max-width:15em;font-size:clamp(32px,3.3vw,48px);font-weight:500;line-height:1.55}.maruichi-intro__body{color:var(--maruichi-muted);align-content:start;gap:28px;padding-top:50px;line-height:2.1;display:grid}.maruichi-values{border-top:1px solid var(--maruichi-line);grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:0;margin-top:20px;display:grid}.maruichi-values article{border-right:1px solid var(--maruichi-line);min-height:280px;padding:38px 38px 14px}.maruichi-values article:first-child{padding-left:0}.maruichi-values article:last-child{border-right:0;padding-right:0}.maruichi-values p:first-child{font-family:var(--font-latin);color:var(--maruichi-muted);margin-bottom:22px;font-size:21px}.maruichi-values h3{letter-spacing:.1em;font-size:22px;font-weight:500}.maruichi-values span{border-top:1px solid var(--maruichi-muted);width:42px;margin:25px 0;display:block}.maruichi-values p:last-child{color:var(--maruichi-muted);font-size:14px;line-height:1.9}.maruichi-features{padding-inline:0;background:var(--maruichi-ink);padding-top:0;padding-bottom:0}.maruichi-feature{background:var(--maruichi-paper);grid-template-columns:1fr 1fr;min-height:500px;display:grid}.maruichi-feature--reverse .maruichi-feature__image{order:2}.maruichi-feature__image,.maruichi-feature__image img{width:100%;height:100%}.maruichi-feature__image img{object-fit:cover}.maruichi-feature__copy{min-height:500px;color:var(--maruichi-ink);align-content:center;justify-items:start;gap:18px;padding:clamp(52px,7vw,100px);display:grid}.maruichi-feature__copy>p:first-child{color:var(--maruichi-accent)}.maruichi-feature__copy h2{font-family:var(--font-latin);letter-spacing:.08em;font-size:clamp(48px,6vw,86px);font-weight:500}.maruichi-feature__copy>p:not(:first-child){color:#4e565e;max-width:34rem;margin:8px 0 22px;line-height:2}.maruichi-feature__copy .maruichi-arrow-link{color:var(--maruichi-ink)}.maruichi-facts{color:var(--maruichi-paper);background:var(--maruichi-ink)}.maruichi-facts h2{margin-bottom:52px}.maruichi-facts dl{border-top:1px solid var(--maruichi-line);border-bottom:1px solid var(--maruichi-line);grid-template-columns:repeat(4,1fr);display:grid}.maruichi-facts dl>div{border-right:1px solid var(--maruichi-line);align-content:space-between;gap:24px;min-height:156px;padding:28px 24px;display:grid}.maruichi-facts dl>div:last-child{border-right:0}.maruichi-facts dt{color:var(--maruichi-muted);letter-spacing:.08em;font-size:13px}.maruichi-facts dd{margin:0;font-size:18px;font-weight:500;line-height:1.6}.maruichi-booking{color:#fff;background:var(--maruichi-accent);letter-spacing:.14em;place-items:center;min-width:170px;min-height:58px;margin-top:44px;font-size:14px;display:inline-grid}.maruichi-booking:hover{color:#fff;background:#756358}.maruichi-faq{color:var(--maruichi-ink);background:var(--maruichi-paper);grid-template-columns:minmax(220px,.68fr) minmax(380px,1.32fr);gap:80px;display:grid}.maruichi-faq__list{align-content:start;display:grid}.maruichi-faq details{border-top:1px solid #14253d33}.maruichi-faq details:last-of-type{border-bottom:1px solid #14253d33}.maruichi-faq summary{padding:24px 38px 24px 0;font-size:16px;line-height:1.65}.maruichi-faq details p{color:#4e565e;padding:0 38px 24px 0;line-height:2}.maruichi-faq .maruichi-arrow-link{width:fit-content;color:var(--maruichi-ink);margin-top:34px}.page-hero{color:var(--maruichi-paper);background:var(--maruichi-ink);padding:128px 0 76px}.breadcrumbs ol{color:var(--maruichi-muted)}.section,.rooms-overview-section,.room-section{color:var(--maruichi-ink);background:var(--maruichi-paper)}.section--soft,.section--warm,.room-section:nth-child(2n),.room-section:target{background:#e9e5dd}.section-kicker,.room-card__speech,.story-item__speech{color:var(--maruichi-red);letter-spacing:.14em}.room-card,.story-item,.guide-card,.faq-teaser,.room-details{box-shadow:none;border-radius:0}.room-card,.story-item,.guide-card{background:#fff}.room-card__image img,.story-item__media img,.guide-card__image img{object-fit:cover}.room-section__header{max-width:1080px}.room-section__grid{grid-template-columns:minmax(0,1.36fr) minmax(280px,.64fr);gap:52px}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.room-gallery-categories{gap:64px;min-width:0;display:grid}.room-gallery-category{gap:20px;display:grid}.room-gallery-category__header{grid-template-columns:34px minmax(0,1fr) auto;align-items:start;gap:14px;display:grid}.room-gallery-category__index{color:var(--maruichi-accent);font-family:var(--font-latin);letter-spacing:.12em;margin:3px 0 0;font-size:12px;font-weight:700}.room-gallery-category__header h3{color:var(--maruichi-ink);margin:0;font-size:22px;font-weight:700;line-height:1.3}.room-gallery-category__header div>p{color:#4e565e;margin:6px 0 0;font-size:14px;line-height:1.7}.room-gallery-category__count{color:#4e565e;font-family:var(--font-latin);letter-spacing:.08em;white-space:nowrap;margin:3px 0 0;font-size:12px}.gallery-image,.gallery-image img{height:100%;min-height:160px}.gallery-image img{object-fit:cover}.gallery-image--large{grid-area:span 2/span 2}.room-details{color:var(--maruichi-ink);background:#fff;padding:36px}.room-details .button,.room-card .button,.mobile-menu__booking{color:#fff;background:var(--maruichi-red);border-radius:0}.site-footer{color:var(--maruichi-paper);background:#0c1928;padding:80px 0}.site-footer__inner{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr)}.footer-brand{letter-spacing:.08em;font-size:26px}.footer-nav,.footer-languages{justify-content:flex-start}@media (width<=1023px){.site-header__inner{grid-template-columns:64px 1fr auto;min-height:80px;padding:0}.brand{margin-left:16px}.brand__mark{width:48px;height:48px;font-size:12px}.primary-nav{gap:clamp(12px,2vw,22px);font-size:12px;display:flex}.primary-nav a{padding:29px 0 27px}.mobile-menu{display:none}.header-actions{height:80px}.header-booking{min-width:80px;height:80px;font-size:12px}.maruichi-hero{min-height:min(700px,100svh - 80px)}.maruichi-intro,.maruichi-faq{grid-template-columns:1fr}.maruichi-intro__body{padding-top:0}.maruichi-faq{gap:44px}.maruichi-feature__copy{padding:56px 42px}.maruichi-features{padding-inline:0}.maruichi-facts dl{grid-template-columns:repeat(2,1fr)}.maruichi-facts dl>div:nth-child(2){border-right:0}.maruichi-facts dl>div:nth-child(-n+2){border-bottom:1px solid var(--maruichi-line)}.room-section__grid{grid-template-columns:1fr}.room-gallery-categories{gap:52px}}@media (width<=767px){.site-header__inner{grid-template-columns:48px 1fr auto;gap:8px;min-height:72px;padding:0}.brand__mark{width:42px;height:42px;box-shadow:inset 0 0 0 3px var(--maruichi-paper);border-width:2px;font-size:10px}.primary-nav{display:none}.header-actions{gap:6px;height:72px}.language-switch{margin:0}.header-booking{min-width:68px;height:48px;padding:0 8px;font-size:11px}.mobile-menu{display:block}.maruichi-hero{min-height:calc(100svh - 72px)}.maruichi-hero__content{gap:11px;width:min(100% - 36px,600px)}.maruichi-monogram{width:62px;height:62px;font-size:14px}.maruichi-hero h1{letter-spacing:.1em;text-indent:.1em;font-size:25px;line-height:1.58}.maruichi-hero__property,.maruichi-hero__subline{letter-spacing:.13em;font-size:10px}.maruichi-hero__links{gap:16px}.maruichi-hero__number{bottom:16px;right:18px}.maruichi-intro,.maruichi-features,.maruichi-facts,.maruichi-faq{padding:76px 20px}.maruichi-features{padding-inline:0}.maruichi-intro h2,.maruichi-facts h2,.maruichi-faq h2{letter-spacing:.08em;max-width:none;font-size:29px}.maruichi-values{grid-template-columns:1fr}.maruichi-values article,.maruichi-values article:first-child,.maruichi-values article:last-child{border-right:0;border-bottom:1px solid var(--maruichi-line);min-height:0;padding:30px 0}.maruichi-feature,.maruichi-feature--reverse{grid-template-columns:1fr}.maruichi-feature--reverse .maruichi-feature__image{order:0}.maruichi-feature__image,.maruichi-feature__image img{min-height:340px}.maruichi-feature__copy{min-height:0;padding:48px 30px 54px}.maruichi-feature__copy h2{font-size:56px}.maruichi-facts dl{grid-template-columns:1fr}.maruichi-facts dl>div,.maruichi-facts dl>div:nth-child(2){border-right:0;border-bottom:1px solid var(--maruichi-line);min-height:116px}.maruichi-facts dl>div:last-child{border-bottom:0}.page-hero{padding:106px 0 56px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.room-gallery-categories{gap:44px}.room-gallery-category__header{grid-template-columns:28px minmax(0,1fr);gap:10px}.room-gallery-category__header h3{font-size:19px}.room-gallery-category__count{grid-column:2;margin-top:0}.gallery-image,.gallery-image img{min-height:120px}.site-footer__inner{grid-template-columns:1fr}}.maruichi-hero__slides{z-index:0;position:absolute;inset:0;overflow:hidden}.maruichi-hero__slide{opacity:0;will-change:opacity, transform;transition:opacity 1.5s cubic-bezier(.65,0,.35,1),transform 5.4s cubic-bezier(.22,.61,.36,1);transform:translate(-3.5%)scale(1.1)}.maruichi-hero__slide.is-active{opacity:1;transform:translate3d(var(--hero-parallax-x,0), var(--hero-parallax-y,0), 0) scale(1.028)}.maruichi-hero__slide.is-exiting{opacity:0;transition:opacity 1.5s cubic-bezier(.65,0,.35,1),transform 1.5s cubic-bezier(.22,.61,.36,1);transform:translate(3.5%)scale(1.01)}.maruichi-hero__slides:after{z-index:1;content:"";opacity:0;pointer-events:none;mix-blend-mode:soft-light;background:radial-gradient(at 15% 52%,#d6e6f554,#0000 32%),radial-gradient(at 82%,#0514244f,#0000 36%);position:absolute;inset:-25%}.maruichi-hero.is-transitioning .maruichi-hero__slides:after{animation:1.5s cubic-bezier(.65,0,.35,1) both maruichi-hero-liquid-wash}@keyframes maruichi-hero-liquid-wash{0%{opacity:0;transform:translate(-8%)scaleX(.7)skew(-8deg)}45%{opacity:.86}to{opacity:0;transform:translate(8%)scaleX(1.35)skew(8deg)}}.maruichi-hero.is-motion-preparing .maruichi-monogram,.maruichi-hero.is-motion-preparing .maruichi-hero__property,.maruichi-hero.is-motion-preparing h1,.maruichi-hero.is-motion-preparing .maruichi-hero__subline,.maruichi-hero.is-motion-preparing .maruichi-hero__links,.maruichi-hero.is-motion-preparing .maruichi-hero__number{opacity:0;transform:translateY(18px)}.maruichi-hero.is-motion-ready .maruichi-monogram,.maruichi-hero.is-motion-ready .maruichi-hero__property,.maruichi-hero.is-motion-ready h1,.maruichi-hero.is-motion-ready .maruichi-hero__subline,.maruichi-hero.is-motion-ready .maruichi-hero__links,.maruichi-hero.is-motion-ready .maruichi-hero__number{opacity:1;transition:opacity .7s,transform .7s cubic-bezier(.22,.61,.36,1);transform:translateY(0)}.maruichi-hero.is-motion-ready .maruichi-monogram{transition-delay:.1s}.maruichi-hero.is-motion-ready .maruichi-hero__property{transition-delay:.18s}.maruichi-hero.is-motion-ready h1{transition-delay:.28s}.maruichi-hero.is-motion-ready .maruichi-hero__subline{transition-delay:.38s}.maruichi-hero.is-motion-ready .maruichi-hero__links,.maruichi-hero.is-motion-ready .maruichi-hero__number{transition-delay:.48s}@media (prefers-reduced-motion:reduce){.maruichi-hero__slide,.maruichi-hero__slide.is-active,.maruichi-hero__slide.is-exiting,.maruichi-hero.is-motion-preparing .maruichi-monogram,.maruichi-hero.is-motion-preparing .maruichi-hero__property,.maruichi-hero.is-motion-preparing h1,.maruichi-hero.is-motion-preparing .maruichi-hero__subline,.maruichi-hero.is-motion-preparing .maruichi-hero__links,.maruichi-hero.is-motion-preparing .maruichi-hero__number{opacity:1;transition:none;transform:none}.maruichi-hero__slide:not(.is-active),.maruichi-hero__slides:after{display:none}}.maruichi-guide{color:var(--maruichi-ink);background:#e9e5dd;padding:clamp(88px,12vw,150px) max(24px,50vw - 540px)}.maruichi-guide__header{max-width:760px;margin-bottom:clamp(42px,6vw,72px)}.maruichi-guide__header .maruichi-overline{color:var(--maruichi-accent)}.maruichi-guide__header h2{letter-spacing:.08em;max-width:18em;font-size:clamp(30px,3vw,45px);font-weight:500;line-height:1.55}.maruichi-guide__header>p:last-child{color:#4e565e;max-width:48rem;margin-top:24px;line-height:2}.maruichi-guide__grid{border-top:1px solid #14253d3d;border-bottom:1px solid #14253d3d;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.maruichi-guide__grid article{border-right:1px solid #14253d3d;min-height:270px;padding:36px 32px 36px 0}.maruichi-guide__grid article+article{padding-left:32px}.maruichi-guide__grid article:last-child{border-right:0;padding-right:0}.maruichi-guide__grid h3{color:var(--maruichi-ink);margin-bottom:20px;font-size:20px;font-weight:700;line-height:1.7}.maruichi-guide__grid p{color:#4e565e;font-size:14px;line-height:2}.maruichi-source-note{background:var(--maruichi-paper);border-left:3px solid var(--maruichi-accent);max-width:820px;margin-top:48px;padding:28px 30px}.maruichi-source-note h3{margin-bottom:12px;font-size:18px}.maruichi-source-note p{color:#4e565e;line-height:1.9}.maruichi-source-note a,.trust-page__links a{width:fit-content;margin-top:16px}.trust-page{color:var(--maruichi-ink);background:var(--maruichi-paper)}.trust-page__inner{gap:48px;display:grid}.trust-page__updated{color:#4e565e;gap:12px;font-size:13px;display:flex}.trust-page__section{border-bottom:1px solid #14253d2e;padding-bottom:44px}.trust-page__section h2{letter-spacing:.06em;margin-bottom:20px;font-size:clamp(24px,2.5vw,34px);font-weight:500}.trust-page__section p{color:#4e565e;line-height:2}.trust-page__section p+p{margin-top:18px}.trust-page__links{flex-wrap:wrap;gap:20px 30px;display:flex}.footer-legal{flex-wrap:wrap;grid-column:1/-1;gap:12px 18px;font-size:13px;display:flex}@media (width<=767px){.maruichi-guide{padding:76px 20px}.maruichi-guide__grid{grid-template-columns:1fr}.maruichi-guide__grid article,.maruichi-guide__grid article+article,.maruichi-guide__grid article:last-child{border-bottom:1px solid #14253d3d;border-right:0;min-height:0;padding:28px 0}.maruichi-guide__grid article:last-child{border-bottom:0}.maruichi-source-note{margin-top:32px;padding:24px 22px}.trust-page__inner{gap:36px}}
