@font-face{font-family:Inter;src:url('fonts/inter.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
:root{--bg:#f9f8f3;--ink:#252e29;--muted:#606960;--accent:#b8432f;--on-accent:#fff;--soft:#ecece3;--line:#d9dcd2;--forest:#123c30;--lime:#d9ef87;--radius:24px;--ease:cubic-bezier(.2,.7,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:550;line-height:1.02;letter-spacing:-.055em;text-wrap:balance}h1{font-size:clamp(64px,8.8vw,142px)}h2{font-size:clamp(38px,5.3vw,78px)}h3{font-size:30px;letter-spacing:-.04em}p{max-width:55ch}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;width:100%;height:100%;object-fit:cover}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #b7651b;outline-offset:5px}::selection{background:#d9ef87;color:#123c30}.wrap{width:min(1320px,90%);margin-inline:auto}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;line-height:1.6}.review-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px 5%;font-size:12px;border-bottom:1px solid var(--line);background:var(--bg)}.review-options{display:flex;gap:4px;background:var(--soft);padding:4px;border-radius:30px}.review-options a{padding:6px 12px;border-radius:30px}.review-options [aria-current]{background:var(--ink);color:var(--bg)}.progress{height:3px;background:var(--accent);position:fixed;z-index:60;top:0;left:0;width:100%;transform:scaleX(0);transform-origin:left;pointer-events:none}.site-header{position:sticky;top:0;z-index:30;background:var(--bg);transition:box-shadow .3s,padding .3s}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:23px 0;transition:padding .3s}.scrolled .header-inner{padding-block:14px}.scrolled .site-header{box-shadow:0 5px 25px #11291b0b}.brand{font-size:23px;letter-spacing:-.07em;line-height:1.05;font-weight:700;display:flex;gap:12px;align-items:center}.brand-mark{width:42px;height:42px;background:var(--accent);color:var(--on-accent);display:grid;place-items:center;font-size:23px;font-weight:500;border-radius:50% 50% 5px 5px;letter-spacing:-.08em}.brand small{display:block;font-size:10px;letter-spacing:.13em;font-weight:500;margin-top:6px}.nav{display:flex;align-items:center;gap:30px;font-size:14px}.nav>a:not(.button){position:relative}.nav>a:not(.button):after{content:'';height:1px;background:currentColor;position:absolute;left:0;right:0;bottom:-5px;transform:scaleX(0);transform-origin:left;transition:transform .3s}.nav>a:hover:after{transform:scaleX(1)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;border:0;background:var(--accent);color:var(--on-accent);padding:16px 23px;border-radius:999px;font-size:14px;font-weight:550;min-height:50px;transition:transform .25s,background .25s}.button:hover{transform:translateY(-3px);filter:brightness(.97)}.button .arrow{font-size:19px;transition:transform .3s}.button:hover .arrow{transform:translate(3px,-2px)}.button.secondary{background:var(--soft);color:var(--ink)}.button.line{background:transparent;border:1px solid var(--line);color:var(--ink)}.button.white{background:#fff;color:#123c30}.menu-toggle{display:none;border:1px solid var(--line);border-radius:24px;background:none;color:inherit;padding:10px 18px}.hero-top{padding:58px 0 44px;display:grid;grid-template-columns:1.5fr .6fr;gap:70px;align-items:end}.hero-top .eyebrow{margin-bottom:25px;color:var(--muted)}.hero-top h1 span{display:block}.hero-top h1 em{font:italic 1.06em/.9 Georgia,serif;letter-spacing:-.075em;color:var(--accent)}.hero-aside{padding-bottom:8px}.hero-aside p{color:var(--muted);margin-bottom:30px;font-size:17px}.photo-stage{position:relative;height:clamp(380px,44vw,620px);border-radius:var(--radius);overflow:hidden;background:var(--soft)}.photo-stage .stage-image{object-position:50% 55%;transform:scale(1.03)}.photo-stage:after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#142d2399);pointer-events:none}.stage-label{position:absolute;z-index:2;bottom:28px;left:30px;color:white;display:flex;gap:12px;align-items:center;font-size:14px}.stage-label .loc{display:grid;place-items:center;width:32px;height:32px;border:1px solid #fff8;border-radius:50%}.photo-open{position:absolute;z-index:3;right:26px;bottom:25px;width:56px;height:56px;border-radius:50%;border:0;background:white;color:#123c30;font-size:22px;transition:transform .3s}.photo-open:hover{transform:rotate(15deg)}.under-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:22px 4px;color:var(--muted);font-size:13px}.under-hero div{display:flex;gap:22px}.under-hero a{color:var(--ink)}.section{padding-block:110px}.section-heading{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end;margin-bottom:48px}.section-heading .eyebrow{margin-bottom:22px;color:var(--muted)}.section-heading>p{color:var(--muted);max-width:36ch}.experience{background:var(--soft);border-radius:36px;padding:52px}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px}.tabs button{background:transparent;color:var(--ink);border:1px solid #c9cec1;border-radius:999px;padding:12px 23px;min-height:47px;font-size:14px;transition:background .25s,color .25s}.tabs [aria-selected=true]{background:var(--forest);color:#fff;border-color:var(--forest)}.experience-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.experience-image{height:365px;border-radius:18px;overflow:hidden}.experience-copy h3{font-size:clamp(34px,4vw,56px);margin:15px 0 23px}.experience-copy>p:not(.eyebrow){color:var(--muted);margin-bottom:24px}.feature-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:25px}.feature-pills span{font-size:12px;padding:7px 12px;background:var(--bg);border-radius:20px}.text-link{display:inline-flex;gap:32px;align-items:center;border-bottom:1px solid currentColor;padding:8px 0;font-size:14px}.gallery-section{padding-top:0}.gallery-grid{display:grid;grid-template-columns:1.45fr .8fr;gap:25px;align-items:start}.gallery-photo{background:none;border:0;padding:0;position:relative;text-align:left;color:inherit;display:block;width:100%;border-radius:22px;overflow:hidden}.gallery-photo img{height:490px;transition:transform .7s var(--ease)}.gallery-photo:hover img{transform:scale(1.035)}.gallery-photo span{position:absolute;bottom:22px;left:22px;border-radius:30px;padding:10px 18px;background:#fff;color:#20372c;font-size:13px}.gallery-side{padding-top:90px}.gallery-side .gallery-photo img{height:360px}.gallery-note{margin-top:25px;color:var(--muted);font-size:14px;max-width:35ch}.stay-section{background:var(--forest);color:#fff;padding:100px 0;border-radius:36px 36px 0 0}.stay-section .section-heading>p,.stay-section .eyebrow{color:#cbd8cd}.stay-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px}.stay-visual{position:relative;border-radius:22px;overflow:hidden;min-height:480px}.stay-visual img{position:absolute;inset:0;object-position:50% 50%}.stay-visual>span{position:absolute;left:24px;bottom:25px;color:#fff;background:#173c31;padding:10px 16px;border-radius:24px;font-size:13px}.stay-item{border-top:1px solid #6a8073;padding:26px 0}.stay-item:last-child{border-bottom:1px solid #6a8073}.stay-item summary{display:grid;grid-template-columns:32px 1fr 32px;gap:16px;align-items:center;cursor:pointer;list-style:none}.stay-item summary::-webkit-details-marker{display:none}.stay-item summary .number{font-size:12px;color:#cbd8cd}.stay-item summary h3{font-size:35px}.stay-item summary .plus{font-weight:300;font-size:29px}.stay-item[open] summary .plus{transform:rotate(45deg)}.stay-item .detail-body{padding:24px 0 0 48px}.detail-body p{color:#cbd8cd;max-width:40ch;margin-bottom:23px}.stay-note{margin-top:23px;color:#d1d9d0;font-size:14px}.stay-note a{text-decoration:underline}.faq-section{padding:85px 0}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px}.faq-layout h2{font-size:46px;margin-top:15px}.faq details{padding:23px 0;border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-size:17px;font-weight:500}.faq p{margin-top:18px;color:var(--muted);font-size:15px}.contact-section{padding:35px 0 80px}.contact-box{background:var(--accent);color:var(--on-accent);padding:62px;border-radius:30px;display:flex;justify-content:space-between;align-items:center;gap:35px}.contact-box h2{font-size:clamp(40px,5vw,72px);max-width:800px;margin:15px 0 22px}.contact-box p{max-width:40ch}.contact-box .button{flex-shrink:0}footer{padding:40px 0 25px;border-top:1px solid var(--line)}.footer-main{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:40px}.footer-main p{font-size:14px;margin-top:18px;color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted);padding-top:25px;border-top:1px solid var(--line)}.motion-button{font-size:11px;border:0;padding:0;background:none;color:inherit;text-decoration:underline}.floating-request{display:none}.skip{position:fixed;left:20px;top:-100px;z-index:100;background:white;color:black;padding:15px}.skip:focus{top:10px}.theme-b{--bg:#f0f1e9;--ink:#163d30;--accent:#d9ef87;--on-accent:#173c30;--soft:#e3e8da;--muted:#53665a}.theme-b .review-bar{background:#0d3026;color:#e6eddf;border-color:#254e3c}.theme-b .review-options{background:#254e3c}.theme-b .review-options [aria-current]{background:var(--lime);color:var(--forest)}.theme-b .site-header{background:var(--forest);color:var(--bg)}.theme-b .nav .button{background:var(--lime);color:var(--forest)}.theme-b .hero{background:var(--forest);color:var(--bg);padding:30px 0 65px;border-radius:0 0 44px 44px}.hero-playful{display:grid;grid-template-columns:1fr 1.05fr;gap:65px;align-items:center;padding-top:25px}.hero-playful .eyebrow{color:#c7d9c7;margin-bottom:32px}.hero-playful h1{font-size:clamp(58px,7.1vw,110px);font-weight:600;letter-spacing:-.07em}.hero-playful h1 em{font-style:normal;color:var(--lime)}.hero-playful .hero-copy>p:not(.eyebrow){color:#e0e8db;margin:30px 0;max-width:36ch}.hero-art{height:570px;position:relative;margin:12px 0 30px}.hero-art .big-image{height:100%;border-radius:150px 28px 28px 28px;overflow:hidden;transform:rotate(2deg)}.hero-art .big-image img{object-position:55% center;transform:scale(1.03)}.hero-art .mini-image{position:absolute;bottom:-35px;left:-35px;width:195px;height:185px;border:8px solid var(--forest);border-radius:22px;overflow:hidden;transform:rotate(-8deg)}.hero-sticker{position:absolute;right:-15px;top:35px;width:108px;height:108px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:var(--lime);color:var(--forest);border-radius:50%;transform:rotate(12deg);font-size:12px;text-align:center;line-height:1.3}.hero-sticker strong{font-size:32px;letter-spacing:-.07em}.theme-b .under-hero{color:#c7d9c7;margin-top:35px}.theme-b .under-hero a{color:var(--bg)}.theme-b .stay-section{background:transparent;color:var(--ink);padding-top:90px}.theme-b .stay-section .section-heading>p,.theme-b .stay-section .eyebrow{color:var(--muted)}.theme-b .stay-layout{grid-template-columns:1.1fr 1fr}.theme-b .stay-visual{order:2}.theme-b .stay-item{border-color:#b8c6b8}.theme-b .stay-item summary .number,.theme-b .detail-body p,.theme-b .stay-note{color:var(--muted)}.theme-b .stay-note a{color:var(--ink)}.theme-b .stay-item .button{background:var(--forest);color:white}.theme-b .experience{background:#fffef8}.theme-b .feature-pills span{background:var(--soft)}.theme-b .gallery-section{padding-top:80px}.theme-b .contact-box{background:var(--forest);color:var(--bg)}.theme-b .contact-box .button{background:var(--lime);color:var(--forest)}.theme-b .brand-mark{background:var(--lime)}.theme-b footer .brand-mark{background:var(--forest);color:white}.theme-b .progress{background:#dc703a}dialog{background:var(--bg);color:var(--ink);border:0;border-radius:26px;padding:35px;width:min(600px,calc(100% - 28px));max-height:92svh;overflow:auto;box-shadow:0 30px 100px #102a2340}dialog::backdrop{background:#071e17a8;backdrop-filter:blur(7px)}dialog h2{font-size:38px;max-width:90%;margin:20px 0}dialog .close{float:right;background:var(--soft);border:0;border-radius:50%;height:40px;width:40px;font-size:22px;color:var(--ink)}dialog .dialog-note{font-size:13px;color:var(--muted);margin-bottom:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{font-size:13px;color:var(--muted);display:grid;gap:7px}.form-grid input,.form-grid select{width:100%;min-width:0;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-size:16px;min-height:48px}.form-grid .full{grid-column:1/-1}.result{margin-top:25px}.result textarea{width:100%;height:190px;border:1px solid var(--line);border-radius:12px;padding:15px;margin:12px 0;background:white;color:var(--ink);font-size:15px}.result[hidden]{display:none}.result label{font-size:13px}.lightbox{width:min(1250px,95%);padding:14px;background:#102d24;color:white}.lightbox figure img{max-height:75svh;object-fit:contain;border-radius:15px}.lightbox figcaption{padding:15px 8px;font-size:14px}.lightbox .close{position:absolute;right:24px;top:24px;z-index:2;background:#fff;color:#123c30}.photo-compare{display:block;font-size:12px;color:var(--muted);margin-top:12px}.intro-word{display:block;animation:rise .85s var(--ease) both}.intro-word:nth-child(2){animation-delay:.13s}@keyframes rise{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:none}}@media(max-width:1000px){.nav{gap:20px}.hero-top{gap:30px;grid-template-columns:1.4fr .7fr}.hero-playful{gap:35px}.hero-art{height:500px}.hero-art .mini-image{width:150px;height:155px;left:-20px}.hero-sticker{right:-8px}.experience{padding:35px}.experience-panel{gap:30px}.stay-layout,.faq-layout{gap:40px}.contact-box{padding:45px}.section-heading{gap:40px}}@media(max-width:760px){.wrap{width:90%}.review-bar>span{display:none}.review-bar{justify-content:center;padding:8px 3%}.review-options a{font-size:11px;padding:5px 10px}.header-inner{padding:18px 0;flex-wrap:wrap}.brand{font-size:21px}.brand-mark{width:37px;height:37px}.brand small{font-size:9px}.menu-toggle{display:block}.nav{display:none;width:100%;flex-direction:column;align-items:stretch;gap:0;padding-top:10px}.nav.open{display:flex}.nav a{padding:12px 0}.nav .button{padding:15px 22px;margin-top:12px}.theme-b .menu-toggle{border-color:#78907a;color:white}.hero-top{grid-template-columns:1fr;padding-top:36px;gap:25px}.hero-top h1{font-size:clamp(48px,12vw,95px)}.hero-top .eyebrow{font-size:10px;margin-bottom:18px}.hero-aside{max-width:430px}.hero-aside p{font-size:15px;margin-bottom:20px}.photo-stage{height:420px;border-radius:20px}.photo-stage .stage-image{object-position:58% center}.stage-label{left:18px;bottom:20px;font-size:12px;max-width:65%;gap:8px}.stage-label .loc{display:none}.photo-open{right:17px;bottom:18px;width:45px;height:45px}.under-hero{font-size:11px;align-items:start;gap:18px}.under-hero div{gap:7px;flex-direction:column}.section{padding-block:65px}.section-heading{grid-template-columns:1fr;gap:24px;margin-bottom:30px}.section-heading .eyebrow{font-size:11px;margin-bottom:18px}.section-heading>p{font-size:15px}.experience{padding:23px;border-radius:24px}.tabs{gap:7px;margin-bottom:22px;display:grid;grid-template-columns:1fr 1fr}.tabs button{padding:10px 12px;font-size:12px}.experience-panel{grid-template-columns:1fr;gap:25px}.experience-image{height:240px}.experience-copy h3{font-size:36px}.experience-copy .eyebrow{font-size:10px}.experience-copy>p:not(.eyebrow){font-size:15px}.gallery-section{padding-top:0}.gallery-grid{grid-template-columns:1fr;gap:25px}.gallery-photo img{height:340px}.gallery-side{padding-top:0}.gallery-side .gallery-photo img{height:310px}.gallery-note{font-size:13px}.stay-section{padding:65px 0;border-radius:26px 26px 0 0}.stay-layout,.theme-b .stay-layout{grid-template-columns:1fr;gap:28px}.stay-visual,.theme-b .stay-visual{min-height:300px;order:0}.stay-item summary{gap:10px;grid-template-columns:25px 1fr 24px}.stay-item summary h3{font-size:29px}.stay-item .detail-body{padding-left:35px}.detail-body p{font-size:15px}.faq-layout{grid-template-columns:1fr;gap:30px}.faq-layout h2{font-size:40px}.faq-section{padding:60px 0}.faq summary{font-size:16px}.contact-box{padding:33px 25px;border-radius:24px;display:block}.contact-box h2{font-size:42px}.contact-box .eyebrow{font-size:10px}.contact-box p{font-size:15px}.contact-box .button{margin-top:28px}.contact-section{padding:0 0 50px}.footer-main{display:grid;grid-template-columns:1fr 1fr;gap:25px}.footer-main>div:first-child{grid-column:1/-1}.footer-bottom{flex-wrap:wrap;line-height:1.7;margin-bottom:65px}.theme-b .hero{padding:5px 0 20px;border-radius:0 0 26px 26px}.hero-playful{grid-template-columns:1fr;gap:35px;padding-top:25px}.hero-playful h1{font-size:clamp(57px,13vw,88px)}.hero-playful .eyebrow{font-size:10px;margin-bottom:23px}.hero-playful .hero-copy>p:not(.eyebrow){font-size:15px;margin:23px 0}.hero-art{height:370px;margin:0 7px 25px}.hero-art .big-image{border-radius:100px 20px 20px 20px;transform:rotate(1deg)}.hero-art .mini-image{width:125px;height:135px;left:-12px;bottom:-20px;border-width:5px}.hero-sticker{height:88px;width:88px;right:-15px;top:20px;font-size:10px}.hero-sticker strong{font-size:25px}.theme-b .under-hero{margin-top:10px}.theme-b .stay-section{padding-top:60px}.theme-b .gallery-section{padding-top:45px}.floating-request{display:flex;position:fixed;z-index:25;left:5%;bottom:16px;right:5%;justify-content:space-between;align-items:center;background:var(--ink);color:var(--bg);border:0;border-radius:999px;padding:15px 20px;box-shadow:0 6px 30px #123c3033;font-size:14px;transform:translateY(120px);transition:transform .4s}.scrolled .floating-request{transform:translateY(0)}body:has(dialog[open]) .floating-request{visibility:hidden}dialog{padding:25px}dialog h2{font-size:32px}.form-grid{gap:14px}.lightbox{padding:10px}.lightbox .close{top:16px;right:16px}.lightbox figcaption{font-size:12px}.lightbox figure img{max-height:65svh}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.parallax-image{transform:none!important}}html[data-motion=off]{scroll-behavior:auto}html[data-motion=off] *,html[data-motion=off] *:before,html[data-motion=off] *:after{animation:none!important;transition:none!important}html[data-motion=off] .parallax-image{transform:none!important}

[data-exp-title]{white-space:pre-line}

.work-section{scroll-margin-top:110px}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.work-grid article{border-top:1px solid var(--ink);padding-top:24px}.work-grid h3{font-size:29px;letter-spacing:-1px;margin:20px 0 14px}.work-grid p,.work-bottom p{font-size:16px;line-height:1.7}.work-bottom{display:flex;align-items:center;justify-content:space-between;gap:35px;margin-top:35px}.work-bottom p{max-width:550px}.work-bottom .button{flex-shrink:0}.request-dialog{width:min(720px,calc(100vw - 32px));max-height:90svh;overflow-y:auto}.request-form fieldset{border:0;border-top:1px solid #87938a55;margin:24px 0;padding:22px 0 0;min-width:0}.request-form legend{font-weight:650;font-size:16px;padding-right:12px}.request-form textarea{width:100%;box-sizing:border-box;font:inherit;resize:vertical;min-height:90px;border:1px solid #87938a88;border-radius:9px;padding:12px;background:#fff;color:#252e29}.request-form [hidden]{display:none}.request-form input,.request-form select{min-width:0;max-width:100%}.request-form>.button{width:100%}.tabs{flex-wrap:wrap}.nav{gap:20px}.nav>a{font-size:13px}
@media(max-width:760px){.work-grid{grid-template-columns:1fr;gap:20px}.work-bottom{display:block}.work-bottom .button{margin-top:15px}.request-dialog{padding:24px 20px}.request-form .form-grid{grid-template-columns:1fr 1fr}.work-grid h3{font-size:26px}.tabs button:last-child{grid-column:1/-1}.hero-top h1{font-size:clamp(40px,10.7vw,80px)}}

.photo-filters{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 18px}.photo-filters button{border:1px solid #74847866;background:transparent;color:var(--ink);border-radius:99px;padding:12px 18px;font:inherit;font-size:13px;cursor:pointer}.photo-filters button[aria-pressed=true]{background:var(--ink);color:var(--bg)}.photo-count{font-size:12px;opacity:.7;margin:0 0 22px}.hof-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 23px}.hof-photo{margin:0;min-width:0}.hof-photo[hidden]{display:none}.hof-photo .gallery-photo{width:100%;border-radius:20px;display:block}.hof-photo .gallery-photo img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .65s}.hof-photo .gallery-photo span{left:auto;right:16px;bottom:14px;font-size:22px}.hof-photo figcaption{font-size:14px;margin-top:13px}.hof-photo .gallery-photo:hover img{transform:scale(1.035)}
@media(max-width:760px){.hof-gallery{grid-template-columns:1fr 1fr;gap:25px 14px}.hof-photo:first-child{grid-column:1/-1}.hof-photo figcaption{font-size:12px;line-height:1.5}.photo-filters{gap:7px}.photo-filters button{padding:10px 13px;font-size:12px}.hof-photo .gallery-photo{border-radius:14px}}

.room-gallery{min-width:0}.theme-b .room-gallery{order:2}.room-photo-group{display:grid;grid-template-columns:1fr 1fr;gap:12px}.room-photo-group[hidden]{display:none}.room-picture{display:block;position:relative;border:0;padding:0;background:transparent;overflow:hidden;border-radius:17px;cursor:zoom-in;min-width:0;text-align:left;color:#fff}.room-cover{grid-column:1/-1}.room-picture img{width:100%;height:auto;aspect-ratio:5/3;object-fit:cover;display:block;transition:transform .6s}.room-picture:hover img{transform:scale(1.035)}.room-picture span{position:absolute;bottom:0;left:0;right:0;padding:28px 17px 13px;background:linear-gradient(transparent,#14251ce0);font-size:12px;display:flex;justify-content:space-between;align-items:end;gap:8px}.room-picture b{font-size:22px;font-weight:400}.room-cover img{aspect-ratio:1.25}.room-thumb span{font-size:10px;padding:20px 10px 9px}.room-thumb b{font-size:17px}
@media(max-width:760px){.theme-b .room-gallery{order:0}.room-cover img{aspect-ratio:5/3}.room-picture{border-radius:14px}}

.room-photo-group:has(>button:nth-child(4)){grid-template-columns:repeat(6,minmax(0,1fr))}.room-photo-group:has(>button:nth-child(4)) .room-thumb{grid-column:span 2}.room-photo-group:has(>button:nth-child(4)) .room-cover{grid-column:1/-1}

.location-section{background:#24382e;color:#f8f9f2;padding:85px 0;margin:10px 0 35px;border-radius:32px;scroll-margin-top:100px}.theme-b .location-section{background:#123c30}.location-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:80px}.location-section .eyebrow{color:#c8d4c6}.location-section h2{font-size:clamp(42px,5vw,68px);color:#f8f9f2;letter-spacing:-2px;line-height:1.04}.location-intro{color:#d4ddd1;font-size:17px;line-height:1.7;margin:28px 0}.location-link-note{font-size:12px;color:#ccd7c8;margin:12px 0 0}.destination-list{margin:0}.destination-list>div{display:flex;gap:24px;align-items:center;justify-content:space-between;padding:24px 0;border-bottom:1px solid #cad7c54d}.destination-list dt{font-size:21px;line-height:1.4}.destination-list dd{margin:0;white-space:nowrap;color:#d0dbca;font-size:17px}.distance-note{font-size:12px;line-height:1.6;color:#cad5c6;margin-top:25px}.nav{gap:16px}
@media(max-width:760px){.location-section{padding:55px 0;border-radius:24px}.location-layout{grid-template-columns:1fr;gap:35px}.location-intro{font-size:15px}.destination-list dt{font-size:16px}.destination-list dd{font-size:14px}.destination-list>div{gap:16px;padding:19px 0}.distance-note{font-size:11px}}

/* Large, quiet photo stage with direct thumbnail navigation. */
.photo-slideshow{min-width:0}.photo-slideshow .hof-gallery{display:block}.photo-slideshow .hof-photo{position:relative}.photo-slideshow .hof-photo[hidden]{display:none}.photo-slideshow .gallery-photo{background:#dce2d7;border-radius:25px;overflow:hidden}.photo-slideshow .gallery-photo img{width:100%;height:clamp(330px,53vw,660px);aspect-ratio:auto;object-fit:cover}.photo-slideshow .hof-photo figcaption{position:absolute;left:0;bottom:0;right:0;color:white;background:linear-gradient(transparent,#10251cda);padding:65px 28px 27px;margin:0;border-radius:0 0 25px 25px;font-size:23px;pointer-events:none}.photo-slideshow .gallery-photo span{z-index:1;bottom:25px;right:25px}.slide-controls{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:22px 0}.slide-controls>div{display:flex;gap:9px}.slide-controls .photo-count{margin:0;font-size:14px;font-variant-numeric:tabular-nums}.slide-controls button,.guest-nav button{border:1px solid #78907a77;color:var(--ink);background:transparent;min-width:46px;height:46px;border-radius:50%;cursor:pointer;font:inherit}.slide-controls button[data-slide-play]{border-radius:99px;padding:0 18px;font-size:13px}.slide-controls button:hover,.guest-nav button:hover{background:var(--ink);color:var(--bg)}.slide-controls button:disabled{opacity:.35;cursor:default}.slide-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:3px 2px 12px;scrollbar-width:thin}.slide-thumbnails button{padding:0;flex:0 0 100px;border:3px solid transparent;border-radius:12px;overflow:hidden;background:transparent;cursor:pointer;opacity:.55}.slide-thumbnails button[aria-pressed=true]{border-color:var(--ink);opacity:1}.slide-thumbnails button:hover{opacity:1}.slide-thumbnails img{width:100%;height:66px;object-fit:cover;display:block}.photo-slideshow button:focus-visible,.guest-section a:focus-visible,.guest-section button:focus-visible,.guest-track:focus-visible{outline:3px solid var(--ink);outline-offset:4px}
.guest-section{background:#e7eadd;border-radius:32px;margin-bottom:35px;scroll-margin-top:100px}.theme-b .guest-section{background:#e7edbf}.guest-rating{text-align:right;align-self:end}.guest-rating-number{font-size:84px;letter-spacing:-5px;font-weight:650;line-height:1}.guest-rating-number>span{font-size:25px;letter-spacing:0;font-weight:400}.guest-stars{color:#805c1d;font-size:22px;letter-spacing:3px}.guest-rating .guest-stars{margin-top:18px}.guest-rating p{font-size:14px;margin-top:9px}.guest-track{display:flex;position:relative;gap:20px;overflow-x:auto;scroll-snap-type:x proximity;padding:5px 2px 18px;scrollbar-width:none}.guest-track::-webkit-scrollbar{display:none}.guest-card{flex:0 0 43%;scroll-snap-align:start;display:flex;flex-direction:column;padding:34px;border-radius:22px;background:var(--bg);min-height:285px}.guest-card blockquote{font-size:clamp(23px,2.6vw,33px);line-height:1.3;letter-spacing:-.7px;margin:26px 0 30px}.guest-author{margin-top:auto;font-size:15px;font-weight:650}.guest-author span{display:block;font-size:12px;font-weight:400;opacity:.7;margin-top:8px}.guest-card>a{font-size:12px;margin-top:21px;text-underline-offset:4px}.guest-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:25px}.guest-nav{display:flex;gap:9px}.guest-note{font-size:11px;opacity:.65;margin-top:23px}
@media(max-width:760px){.photo-slideshow .gallery-photo img{height:340px}.photo-slideshow .hof-photo figcaption{font-size:18px;padding:50px 20px 22px}.slide-controls{flex-wrap:wrap;margin:16px 0}.slide-controls .photo-count{font-size:12px}.slide-controls button{min-width:40px;height:40px}.slide-controls button[data-slide-play]{font-size:11px;padding:0 12px}.slide-thumbnails button{flex-basis:74px}.slide-thumbnails img{height:51px}.guest-section{border-radius:24px}.guest-rating{text-align:left;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:0 20px}.guest-rating-number{font-size:64px;grid-row:span 2}.guest-rating .guest-stars{margin:0}.guest-rating p{margin:0;font-size:12px}.guest-card{flex-basis:87%;padding:26px;min-height:290px}.guest-card blockquote{font-size:25px}.guest-bottom .button{font-size:12px;padding:15px 18px}.guest-nav button{min-width:38px;height:38px}.guest-bottom{gap:9px}.guest-note{line-height:1.6}}

.location-map{grid-column:1/-1;margin-top:0}.map-placeholder{min-height:370px;border:1px solid #cad7c54d;border-radius:23px;background:#edf0e3;color:#24382e;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 25px}.map-placeholder h3{font-size:32px;letter-spacing:-1px;margin:16px 0 12px}.map-address{font-size:16px;line-height:1.7;margin:0 0 22px}.map-placeholder .button{gap:24px}.map-privacy{font-size:11px;line-height:1.6;max-width:420px;opacity:.7;margin:20px 0 0}.hof-map{width:100%;height:440px;border:0;border-radius:23px;display:block;background:#edf0e3}.map-actions{display:flex;flex-wrap:wrap;gap:15px 30px;margin-top:21px}.map-actions a{color:#edf0e3;font-size:14px;text-underline-offset:5px}.map-placeholder button:focus-visible{outline:3px solid #24382e;outline-offset:4px}@media(max-width:760px){.location-map{margin-top:0}.map-placeholder{padding:30px 20px;min-height:350px}.map-placeholder h3{font-size:28px}.map-address{font-size:14px}.hof-map{height:360px}.map-actions a{font-size:12px}}
/* Actual scrolling tracks, including the accommodation photos. */
.photo-slideshow .hof-gallery{display:flex;position:relative;overflow-x:auto;scroll-snap-type:x proximity;gap:0;scrollbar-width:none;border-radius:25px}.photo-slideshow .hof-gallery::-webkit-scrollbar,.room-photo-group::-webkit-scrollbar{display:none}.photo-slideshow .hof-photo{flex:0 0 100%;scroll-snap-align:start}.room-photo-group,.room-photo-group:has(>button:nth-child(4)){display:flex;overflow-x:auto;scroll-snap-type:x proximity;gap:0;scrollbar-width:none;border-radius:20px}.room-photo-group[hidden]{display:none}.room-photo-group .room-picture{flex:0 0 100%;scroll-snap-align:start;border-radius:0}.room-photo-group .room-picture img{aspect-ratio:1.25}.room-photo-group .room-picture span{font-size:14px;padding:40px 20px 20px}.room-slider-controls{display:flex;align-items:center;gap:8px;margin-top:14px}.room-slider-controls[hidden]{display:none}.room-slider-controls span{margin-right:auto;font-size:13px}.room-slider-controls button{width:42px;height:42px;border:1px solid #78907a77;border-radius:50%;background:transparent;color:var(--ink);cursor:pointer}.request-dialog{width:min(650px,calc(100vw - 24px));padding:36px;border-radius:28px;background:var(--bg)}.request-dialog h2{font-size:42px;line-height:1.05;letter-spacing:-1.7px}.request-dialog>.eyebrow{margin-bottom:13px}.dialog-note{font-size:11px;line-height:1.5;max-width:440px}.request-steps{display:flex;gap:20px;margin:25px 0 5px;border-bottom:1px solid #87938a44}.request-steps span{padding:0 0 12px;font-size:13px;opacity:.45;border-bottom:2px solid transparent}.request-steps [aria-current]{opacity:1;border-color:var(--ink);font-weight:650}.request-form fieldset{border:0;padding:14px 0 0;margin:12px 0 18px}.request-form legend{font-size:15px}.request-form label{font-size:12px;gap:7px}.request-form input,.request-form select{background:#fff;border:1px solid #87938a44;border-radius:12px;padding:13px;font:inherit;font-size:15px;height:48px;width:100%;color:var(--ink)}.request-form select{cursor:pointer}.request-form .form-grid{gap:15px}.child-ages p{font-size:12px;margin:0 0 10px}.child-age-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.child-age-fields label{display:flex;flex-direction:column}.request-extras{border:1px solid #87938a44;border-radius:14px;padding:16px 18px;margin:12px 0}.request-extras summary{font-size:14px;cursor:pointer}.request-extras summary span{font-size:11px;opacity:.6;margin-left:10px}.request-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:25px}.request-actions .button{font-size:13px;padding:16px 21px}.request-call,.request-back{font-size:12px;color:var(--ink)}.request-back{border:0;background:transparent;padding:12px 0;cursor:pointer}.request-summary{background:#e7eadd;border-radius:12px;padding:15px;font-size:13px;line-height:1.6}.request-dialog .result{margin-top:22px}.request-dialog .close{top:18px;right:18px}.nav-call{white-space:nowrap}.guest-ctas{display:flex;flex-wrap:wrap;gap:12px}
@media(max-width:760px){.request-dialog{padding:28px 22px}.request-dialog h2{font-size:35px}.request-actions{gap:12px}.request-actions .button{font-size:12px;padding:15px 17px}.child-age-fields{grid-template-columns:1fr 1fr}.room-photo-group .room-picture img{aspect-ratio:1.2}.guest-bottom{flex-wrap:wrap}.guest-ctas .button{font-size:12px}}
.review-summary-label{font-size:10px;opacity:.6;margin:12px 0 0}.guest-card blockquote{margin-top:14px;font-size:26px}.guest-card{min-height:320px}
.room-photo-group[hidden]{display:none!important}.request-page[hidden],.child-ages[hidden]{display:none!important}
/* Clearly visible controls on the dark accommodation section. */
.stay-section .room-slider-controls{color:#f8f9f2}
.stay-section .room-slider-controls button{background:#f8f6ed;color:#183b2e;border:1px solid #f8f6ed;width:46px;height:46px;font-size:24px;line-height:1;box-shadow:0 3px 12px #00000014}
.stay-section .room-slider-controls button:hover{background:#dce7c8;border-color:#dce7c8;transform:translateY(-1px)}
.stay-section .room-slider-controls button:focus-visible{outline:3px solid #dce7c8;outline-offset:4px}
/* Photo-led opening for Land & Licht. */
.theme-a .hero-photo-first{padding:0;margin:0}.hero-landscape{position:relative;margin:8px 24px 0;height:clamp(560px,78svh,900px);overflow:hidden;border-radius:26px;background:#294532}.hero-landscape>img,.hero-landscape>picture>img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:50% 52%}.hero-landscape-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,28,19,.67) 0%,rgba(12,28,19,.22) 52%,transparent 85%),linear-gradient(0deg,rgba(12,28,19,.25),transparent 65%)}.hero-landscape-copy{position:relative;z-index:1;max-width:1340px;width:90%;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;height:100%;padding:65px 0;color:#fffaf0}.hero-landscape-copy .eyebrow{color:#fffaf0;font-size:12px;margin-bottom:28px}.hero-landscape-copy h1{font-size:clamp(60px,6.9vw,116px);line-height:.98;letter-spacing:-4px;color:#fffaf0;margin:0;text-wrap:balance}.hero-landscape-copy h1 em{color:#ffe3b8;font-family:Georgia,serif;font-weight:400}.hero-landscape-copy>p:not(.eyebrow){font-size:19px;line-height:1.5;margin:26px 0}.hero-landscape-copy .button{background:#fff7e9;color:#253b2f;font-size:14px}.hero-landscape-copy .button:hover{background:#ffe3b8}.hero-landscape .photo-open{z-index:2;right:30px;bottom:30px}.hero-welcome{display:flex;align-items:center;justify-content:space-between;gap:65px;padding:35px 0 42px}.hero-welcome>p{max-width:700px;line-height:1.65;font-size:16px;margin:0}.hero-welcome>div{display:flex;flex-direction:column;gap:10px;flex-shrink:0;font-size:12px;opacity:.7}@media(max-width:760px){.hero-landscape{margin:4px 12px 0;height:74svh;min-height:510px;max-height:760px;border-radius:20px}.hero-landscape>img,.hero-landscape>picture>img{object-position:58% center}.hero-landscape-copy{width:100%;padding:32px 24px 80px}.hero-landscape-copy .eyebrow{font-size:9px;letter-spacing:1.4px;line-height:1.6;max-width:260px;margin-bottom:20px}.hero-landscape-copy h1{font-size:clamp(43px,11.1vw,76px);letter-spacing:-1.8px}.hero-landscape-copy>p:not(.eyebrow){font-size:15px;max-width:250px;margin:20px 0}.hero-landscape-copy .button{font-size:11px;padding:15px 17px;gap:12px}.hero-landscape .photo-open{width:40px;height:40px;bottom:20px;right:20px}.hero-welcome{display:block;padding:26px 0 34px}.hero-welcome>p{font-size:14px}.hero-welcome>div{flex-direction:row;flex-wrap:wrap;gap:8px 20px;font-size:10px;margin-top:20px}}
/* Shared outer edge and content axis for hero and following sections. */
.hero-landscape{margin:8px 0 0;border-radius:36px}
.hero-landscape-copy{width:min(1320px,90%);max-width:none}
@media(max-width:760px){.hero-landscape{margin:4px 0 0;border-radius:26px}.hero-landscape-copy{width:90%;padding:32px 0 80px}}
.destination-list dt{flex:1;min-width:0}.destination-list dt button{border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;padding:5px 0;display:inline-flex;align-items:center;gap:14px}.destination-list dt button span{font-size:17px;opacity:.65}.destination-list dt button:hover{text-decoration:underline;text-underline-offset:5px}.destination-list dt button:focus-visible{outline:2px solid #edf0e3;outline-offset:6px;border-radius:3px}.destination-dialog{width:min(580px,calc(100vw - 28px));padding:45px 36px;background:var(--bg);color:var(--ink);border-radius:26px}.destination-dialog h2{font-size:38px;letter-spacing:-1px;line-height:1.15;padding-right:15px}.destination-subtitle{font-size:19px;margin:22px 0 12px;font-weight:600}.destination-description{font-size:16px;line-height:1.7;margin-bottom:28px}.destination-provider{font-size:11px;opacity:.65;line-height:1.6;margin:15px 0 0}@media(max-width:760px){.destination-dialog{padding:35px 24px}.destination-dialog h2{font-size:30px}.destination-description{font-size:14px}.destination-subtitle{font-size:17px}}
.lightbox-track{display:flex;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;border-radius:17px;min-width:0;width:100%}.lightbox-track::-webkit-scrollbar{display:none}.lightbox .lightbox-track figure{flex:0 0 100%;margin:0;min-width:0;scroll-snap-align:start;display:flex;align-items:center;justify-content:center}.lightbox .lightbox-track figure img{width:100%;height:74svh;max-height:850px;object-fit:contain;display:block;user-select:none}.lightbox-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 8px 4px;color:#fff7e9}.lightbox-caption{margin:0;font-size:14px;line-height:1.5}.lightbox-controls>div{display:flex;align-items:center;gap:10px;flex-shrink:0}.lightbox-count{font-size:12px;font-variant-numeric:tabular-nums;margin-right:8px}.lightbox-controls button{width:46px;height:46px;border:0;border-radius:50%;background:#fff7e9;color:#183b2e;font-size:24px;cursor:pointer}.lightbox-controls button:hover{background:#dce7c8}.lightbox-controls button:disabled{opacity:.35;cursor:default}.lightbox-controls button:focus-visible,.lightbox-track:focus-visible{outline:3px solid #f3c587;outline-offset:3px}.lightbox .close{z-index:3}@media(max-width:760px){.lightbox .lightbox-track figure img{height:62svh;max-height:62svh}.lightbox-controls{align-items:flex-start;flex-direction:column;gap:12px;padding:14px 5px 5px}.lightbox-controls>div{width:100%}.lightbox-count{margin-right:auto}.lightbox-caption{font-size:13px}.lightbox-controls button{width:42px;height:42px}}
/* Keep accommodation introduction attached to its heading. */
.theme-a .stay-section .section-heading{display:block;margin-bottom:36px}
.theme-a .stay-section .section-heading>p{max-width:760px;margin:22px 0 0;font-size:17px;line-height:1.65}
@media(max-width:760px){.theme-a .stay-section .section-heading{margin-bottom:28px}.theme-a .stay-section .section-heading>p{font-size:15px;margin-top:18px}}
/* A narrow gutter remains visible while sliding. */
.photo-slideshow .hof-gallery,.room-photo-group,.room-photo-group:has(>button:nth-child(4)),.lightbox-track{gap:8px}
/* Business stay topics: desktop cards, mobile carousel. */
.work-grid{gap:20px}.work-grid article{border:1px solid #ded4c5;background:#efe7da;border-radius:24px;padding:30px;min-width:0}.work-grid h3{font-size:27px;margin:25px 0 16px}.work-grid p{font-size:15px;margin-bottom:0}.work-slider-controls{display:none}
@media(max-width:760px){.work-grid{display:flex;position:relative;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;gap:12px;padding:2px 0 10px}.work-grid::-webkit-scrollbar{display:none}.work-grid article{flex:0 0 88%;scroll-snap-align:start;padding:26px 23px;border-radius:21px}.work-grid h3{font-size:26px}.work-grid p{font-size:14px;line-height:1.7}.work-slider-controls{display:flex;align-items:center;gap:9px;margin:12px 0 25px}.work-slider-controls span{margin-right:auto;font-size:12px}.work-slider-controls button{width:42px;height:42px;border:1px solid #78907a77;border-radius:50%;background:var(--bg);color:var(--ink);font-size:22px;cursor:pointer}.work-slider-controls button:hover{background:var(--ink);color:var(--bg)}.work-slider-controls button:focus-visible{outline:3px solid var(--ink);outline-offset:3px}}
/* Keep introduction and closing action visibly connected. */
.work-section .section-heading{display:block;margin-bottom:34px}
.work-section .section-heading>p{max-width:760px;margin:22px 0 0;font-size:17px;line-height:1.65}
.work-bottom{background:#123c30;color:#fffaf0;border:1px solid #123c30;border-radius:22px;padding:26px 30px;margin-top:22px;gap:30px}
.work-bottom p{margin:0;max-width:670px;font-size:15px;line-height:1.65}
.work-bottom .button{font-size:13px}
@media(max-width:760px){.work-section .section-heading{margin-bottom:28px}.work-section .section-heading>p{font-size:15px;margin-top:18px}.work-bottom{padding:23px;border-radius:20px;margin-top:20px}.work-bottom p{font-size:14px}.work-bottom .button{margin-top:20px;max-width:100%;font-size:12px;padding:15px 18px}}
.mobile-call{display:none}.nav-call{font-variant-numeric:tabular-nums}
@media(max-width:760px){.header-inner{column-gap:10px}.header-inner .brand{margin-right:auto}.mobile-call{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:var(--ink);color:var(--bg)}.mobile-call:focus-visible{outline:3px solid var(--ink);outline-offset:3px}.nav .nav-call{display:none}.header-inner .menu-toggle{margin-left:0}.brand{gap:8px}}
/* Keep the two arrival facts attached to the introduction. */
.hero-welcome{display:block;padding:30px 0 36px}
.hero-welcome>p{max-width:820px}
.hero-welcome>div{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 26px;margin-top:19px;opacity:1;font-size:12px;color:#526052}
.hero-welcome>div span{display:inline-flex;align-items:center;gap:9px}
.hero-welcome>div span::before{content:'✓';display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;border-radius:50%;background:#e3e9dc;color:#294532;font-size:12px}
@media(max-width:760px){.hero-welcome{padding:25px 0 30px}.hero-welcome>div{gap:10px 18px;font-size:11px;margin-top:17px}}
.mobile-menu-dialog{width:min(430px,calc(100vw - 36px));max-height:calc(100svh - 40px);margin:auto;padding:32px 28px 24px;border-radius:26px;background:var(--bg);color:var(--ink);overflow-y:auto}.mobile-menu-dialog::backdrop{background:#10271dd9;backdrop-filter:blur(8px)}.mobile-menu-dialog h2{font-size:32px;letter-spacing:-1px;margin:12px 0 24px}.mobile-menu-dialog .eyebrow{font-size:10px;margin:0}.mobile-menu-dialog .close{top:18px;right:18px}.mobile-menu-dialog nav{display:grid;margin-bottom:24px}.mobile-menu-dialog nav a{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid #24382e22;font-size:19px;text-decoration:none}.mobile-menu-dialog nav a span{font-size:16px;opacity:.5}.mobile-menu-dialog>.button{width:100%;justify-content:space-between;font-size:13px;padding:16px 20px}.mobile-menu-phone{display:block;text-align:center;font-size:13px;margin-top:19px}.mobile-menu-dialog a:focus-visible{outline:2px solid var(--ink);outline-offset:4px;border-radius:4px}
@media(max-width:760px){.header-inner .menu-toggle{display:flex;align-items:center;justify-content:center;padding:0;width:44px;height:44px;border-radius:50%;flex:0 0 44px}.nav,.nav.open{display:none}}
/* Personal contact and a complete, clearly grouped footer. */
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,90px);padding:90px 0}.contact-intro h2{font-size:clamp(40px,4.5vw,68px)}.contact-intro>p:not(.eyebrow){max-width:44ch;margin:24px 0}.contact-number{display:block;font-size:clamp(24px,2.4vw,34px);font-weight:600;margin:30px 0 8px}.contact-email{overflow-wrap:anywhere}.contact-booking{margin-top:36px;padding:26px;border-radius:20px;background:#eeeadd}.contact-booking h3{font-size:23px;margin:0 0 10px}.contact-booking p{margin:0 0 22px}.contact-form{padding:clamp(24px,3vw,42px);border-radius:26px;background:#eeeee3}.contact-form h3{font-size:30px;line-height:1.15;margin:0 0 28px}.contact-form label,.contact-result label{display:flex;flex-direction:column;gap:9px;font-size:14px;font-weight:500}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-width:0;padding:13px;background:#fffdf7;border:1px solid #ced2c4;border-radius:10px;color:#24352b;font:inherit;box-sizing:border-box}.contact-form textarea{resize:vertical}.contact-form-note{font-size:13px;line-height:1.6;margin:20px 0}.contact-form-note a{text-decoration:underline}.contact-result{margin-top:24px;border-top:1px solid #b8c1b3;padding-top:20px}.contact-result[hidden]{display:none}.contact-result>p{font-size:14px}.contact-result label{margin-top:20px}.contact-result .button{font-size:14px}.site-footer .footer-main{display:grid;grid-template-columns:1.1fr 1fr .85fr;gap:48px;align-items:start}.site-footer h3{font-size:16px;margin:0 0 18px;color:#24352b}.site-footer address{font-style:normal;margin:0 0 18px;line-height:1.7}.site-footer .footer-main>div>a:not(.brand),.site-footer .footer-main nav>a{display:block;margin:10px 0;overflow-wrap:anywhere}.site-footer .footer-bottom{display:flex;gap:22px;align-items:center;justify-content:space-between;flex-wrap:wrap}.legal-links{display:flex;gap:20px;flex-wrap:wrap}.site-footer a:hover{text-decoration:underline}.more-destinations{grid-column:1/-1;margin:18px 0 20px}.more-destinations h3{font-size:clamp(28px,3vw,42px);line-height:1.15;margin:12px 0}.more-destinations>div>p:not(.eyebrow){max-width:55ch;color:#c2d0c3}.excursion-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.excursion-cards button{display:flex;flex-direction:column;text-align:left;gap:18px;padding:28px;border-radius:18px;background:#304d3e;color:#fffaf0;border:1px solid #647665;font:inherit;cursor:pointer}.excursion-cards button:hover{background:#3d5b49}.excursion-cards strong{font-size:24px;line-height:1.2}.excursion-cards span{font-size:14px;line-height:1.5}.excursion-cards span:last-child{margin-top:auto}.request-mailto{margin:16px 0 0}.result>p{font-size:14px;line-height:1.6}
@media(max-width:760px){.contact-layout{grid-template-columns:1fr;padding:55px 0;gap:30px}.site-footer .footer-main{grid-template-columns:1fr 1fr;gap:30px}.site-footer .footer-brand{grid-column:1/-1}.site-footer .footer-bottom{align-items:flex-start;flex-direction:column;gap:20px}.excursion-cards{display:flex;overflow-x:auto;scroll-snap-type:x proximity;gap:12px;padding-bottom:12px}.excursion-cards button{flex:0 0 86%;scroll-snap-align:start}.contact-form .form-grid{grid-template-columns:1fr}.contact-form .full{grid-column:auto}}
@media(max-width:420px){.site-footer .footer-main{grid-template-columns:1fr}.legal-links{gap:14px}}
.location-layout>div,.more-destinations,.excursion-cards{min-width:0}.excursion-cards button{min-width:0;overflow-wrap:anywhere}
.legal-main{padding-top:75px;padding-bottom:80px}.legal-main h1{font-size:clamp(42px,6vw,84px);line-height:1.05;letter-spacing:-.04em;margin:16px 0 60px;overflow-wrap:anywhere}.legal-layout{display:grid;grid-template-columns:250px minmax(0,760px);gap:70px;align-items:start}.legal-page-nav{display:flex;gap:16px;flex-wrap:wrap}.legal-layout>.legal-page-nav{flex-direction:column;position:sticky;top:120px;border-top:1px solid #ccd0c5;padding-top:22px;font-size:15px}.legal-copy{font-size:17px;line-height:1.75}.legal-copy h2{font-size:27px;line-height:1.2;margin:36px 0 18px}.legal-copy h2:first-child{margin-top:0}.legal-copy p{margin:0 0 20px}.legal-copy p>strong:first-child{display:block;font-size:24px;line-height:1.25;margin:25px 0 14px;color:#233d30}.legal-copy a:not(.button){text-decoration:underline;overflow-wrap:anywhere}.legal-copy .button{margin-top:32px}.legal-page-footer{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;border-top:1px solid #ccd0c5;padding-top:28px;padding-bottom:36px}.legal-home{font-size:15px;white-space:nowrap}.legal-intro{padding:24px;background:#eeeee3;border-radius:18px}.legal-page .header-inner{gap:16px}
@media(max-width:760px){.legal-main{padding-top:40px}.legal-main h1{margin-bottom:30px}.legal-layout{grid-template-columns:1fr;gap:30px}.legal-layout>.legal-page-nav{position:static;flex-direction:row;font-size:13px;gap:16px}.legal-copy{font-size:16px}.legal-home{font-size:13px}.legal-page .brand{font-size:18px}.legal-page .brand small{font-size:8px}.legal-page .brand-mark{width:32px;height:36px}.legal-page-footer{font-size:14px}}
@media(min-width:761px){.contact-layout{align-items:stretch}.contact-intro{display:flex;flex-direction:column;align-items:flex-start;padding-top:clamp(24px,3vw,42px)}.contact-intro .contact-booking{width:100%;box-sizing:border-box;margin-top:auto}.contact-intro>p:not(.eyebrow){margin-bottom:36px}}
.legal-copy p{text-align:justify;text-align-last:left;-webkit-hyphens:auto;hyphens:auto}.legal-copy p:has(br){text-align:left}.legal-copy strong{text-align:left;hyphens:none}
.location-unified{display:block}.location-heading{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:46px}.location-heading p:not(.eyebrow){color:#d0dbd0;max-width:52ch;margin-bottom:26px}.places-browser{min-width:0}.place-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}.place-filters button{border:1px solid #78917d;border-radius:99px;padding:12px 20px;color:#fffaf0;background:transparent;font:inherit;font-size:14px;cursor:pointer}.place-filters button[aria-pressed=true]{background:#f4efda;color:#183e2e;border-color:#f4efda}.places-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;position:relative;padding-bottom:3px;overscroll-behavior-x:contain}.places-track::-webkit-scrollbar{display:none}.place-card{flex:0 0 calc((100% - 32px)/3);min-width:0;display:flex;flex-direction:column;scroll-snap-align:start;border:0;border-radius:22px;overflow:hidden;padding:0;background:#f5f2e8;color:#203b2c;text-align:left;cursor:pointer;font:inherit}.place-card[hidden]{display:none!important}.place-image{width:100%;aspect-ratio:1.42;position:relative;overflow:hidden}.place-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.place-card:hover img{transform:scale(1.035)}.place-image>span{position:absolute;bottom:16px;right:16px;width:42px;height:42px;display:grid;place-items:center;background:#fffdf4;border-radius:50%;font-size:24px}.place-copy{padding:26px;display:flex;flex-direction:column;gap:12px;flex:1}.place-copy p{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#5c6b5e;margin:0}.place-copy h3{font-size:clamp(23px,2.2vw,31px);line-height:1.1;margin:0}.place-copy>span{font-size:16px;line-height:1.5;margin-top:auto}.places-controls{display:flex;justify-content:space-between;align-items:center;margin-top:24px;color:#d3dfd1}.places-controls>div{display:flex;gap:10px}.places-controls button{height:48px;width:48px;background:#fffaf0;color:#143c2d;border:0;border-radius:50%;font-size:24px;cursor:pointer}.places-controls button:disabled{opacity:.3;cursor:default}.places-hint{font-size:13px;line-height:1.6;color:#b8cbb9;margin:16px 0 42px;max-width:75ch}.location-unified .location-map{margin-top:34px}.place-detail{width:min(820px,92vw);padding:0 32px 32px;max-height:90svh;overflow:auto}.place-detail-photo{display:block;width:calc(100% + 64px);max-width:none;margin:0 -32px 28px;height:clamp(190px,34vh,360px);object-fit:cover}.place-detail .close{position:sticky;top:12px;float:right;margin-top:-80px;margin-right:-16px;background:#fffdf4;color:#183b2b;z-index:2}.place-detail h2{font-size:clamp(30px,4vw,50px);line-height:1.08;margin-bottom:16px}.place-detail .button{margin:10px 10px 0 0;font-size:14px}.place-practical{padding:20px;border-radius:14px;background:#eeeee3;font-size:15px;line-height:1.6}.place-credit{font-size:11px;line-height:1.6;color:#5d6b60;margin-top:24px}.place-credit a{text-decoration:underline}.place-detail .destination-provider{font-size:12px}
@media(max-width:900px){.place-card{flex-basis:calc((100% - 16px)/2)}.location-heading{gap:30px}}@media(max-width:600px){.location-heading{grid-template-columns:1fr;gap:22px;margin-bottom:28px}.place-card{flex-basis:100%;scroll-snap-stop:always}.place-filters{flex-wrap:nowrap;overflow:auto;padding-bottom:5px}.place-filters button{flex-shrink:0;padding:10px 16px}.place-copy{padding:22px}.place-detail{padding:0 22px 26px}.place-detail-photo{width:calc(100% + 44px);margin-left:-22px;margin-right:-22px}.place-detail .button{display:flex;width:100%;justify-content:center}.places-count{font-size:13px}}
.shopping-shortcut{display:block;margin-top:18px;font-weight:600;text-decoration:underline;text-underline-offset:4px}
/* Consistent inset chevrons for all enquiry and contact selects. */
.request-form select,.contact-form select{appearance:none;-webkit-appearance:none;padding-right:48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2324392d' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;background-size:18px 18px}

.place-detail-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 24px;padding-bottom:18px;border-bottom:1px solid #d8ddcf}.place-detail-nav button{display:grid;place-items:center;width:48px;height:48px;flex-shrink:0;border:1px solid #c8d0c2;border-radius:50%;background:#f1f0e5;color:#173e30;font-size:26px;cursor:pointer}.place-detail-nav button:hover{background:#173e30;color:#fffaf0}.place-detail-nav span{font-size:14px;color:#536555}.place-detail-photo{touch-action:pan-y}
.places-track{cursor:grab;touch-action:pan-x pan-y}.places-track .place-card{cursor:grab}.places-track.is-dragging{scroll-snap-type:none;scroll-behavior:auto;cursor:grabbing;user-select:none}.places-track.is-dragging *{cursor:grabbing!important}.place-image img{-webkit-user-drag:none;user-select:none}.place-detail-photo{cursor:grab;-webkit-user-drag:none}.place-popup-filters{padding:20px 0 16px;margin:0;gap:8px;flex-wrap:wrap}.place-popup-filters button{color:#173e30;border-color:#c2ccbf;font-size:12px;padding:10px 14px}.place-popup-filters button[aria-pressed=true]{background:#173e30;color:#fffaf0;border-color:#173e30}@media(max-width:600px){.place-popup-filters{flex-wrap:nowrap;overflow-x:auto;max-width:100%;scrollbar-width:none}.place-popup-filters button{flex-shrink:0}}
/* Quiet feedback for interactive cards and calls to action. */
@media(hover:hover) and (prefers-reduced-motion:no-preference){html[data-motion=on] .place-card{transition:box-shadow .25s ease}html[data-motion=on] .place-card:hover{box-shadow:inset 0 0 0 2px #b8c9b1}html[data-motion=on] .place-image>span{transition:transform .25s ease,background .25s ease}html[data-motion=on] .place-card:hover .place-image>span{transform:translate(2px,-2px);background:#f2e7c9}}

.place-image img[src$="-logo.svg"]{object-fit:contain;padding:clamp(40px,5vw,76px);background:#eeeee4;box-sizing:border-box}.place-detail-photo[src$="-logo.svg"]{object-fit:contain;padding:45px;background:#eeeee4;box-sizing:border-box}
/* Visit details remain plain text below the destination description. */
.place-practical{padding:0;background:transparent;border-radius:0;margin:22px 0 12px;color:#536154;font-size:15px;line-height:1.65}
.link-arrow-icon{display:inline-block;width:1em;height:1em;flex-shrink:0;vertical-align:-.12em;pointer-events:none}.button>.link-arrow-icon{width:1.1em;height:1.1em}.arrow .link-arrow-icon{width:100%;height:100%}
@media(max-width:760px){
 .site-footer{padding-top:0}
 .site-footer .footer-main{display:flex;flex-direction:column;gap:30px;padding:32px 0}
 .site-footer .footer-main>*{width:100%;min-width:0;box-sizing:border-box}
 .site-footer .footer-main>div:first-child{padding-bottom:25px;border-bottom:1px solid var(--line,#d8ddcf)}
 .site-footer .footer-main .brand{max-width:100%}
 .site-footer .footer-main .footer-brand>p{font-size:14px;line-height:1.65;margin:18px 0 0}
 .site-footer .footer-main h3{font-size:16px;line-height:1.3;margin:0 0 16px}
 .site-footer .footer-main address{font-style:normal;font-size:16px;line-height:1.65;margin-bottom:18px}
 .site-footer .footer-main>div:not(.footer-brand)>a{display:block;width:fit-content;max-width:100%;font-size:16px;line-height:1.5;margin:10px 0;overflow-wrap:anywhere}
 .site-footer .footer-main>div:not(.footer-brand)>a[href^="tel:"]{font-size:16px;font-weight:400;letter-spacing:normal}
 .site-footer .footer-main>div:not(.footer-brand)>a[href^="mailto:"]{font-size:16px}
 .site-footer .footer-main>nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;padding-top:25px;border-top:1px solid var(--line,#d8ddcf)}
 .site-footer .footer-main>nav h3{grid-column:1/-1}
 .site-footer .footer-main>nav>a{display:flex;align-items:center;min-height:54px;padding:10px 0;margin:0;border-bottom:1px solid var(--line,#d8ddcf);font-size:15px;line-height:1.5;overflow-wrap:normal;word-break:normal}
 .site-footer .footer-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:25px 0 100px;margin-bottom:0}
 .site-footer .footer-bottom>span{font-size:12px;line-height:1.5}
 .site-footer .footer-bottom .legal-links{display:flex;flex-wrap:wrap;gap:14px 22px;font-size:13px;line-height:1.5}
 .site-footer .footer-bottom .legal-links a{white-space:nowrap}
 .site-footer .footer-bottom .motion-button{font-size:12px;margin:0;padding:0}
}
@media(max-width:360px){.site-footer .footer-main>nav{grid-template-columns:1fr}}

.arrow .link-arrow-icon{width:1em;height:1em;max-width:1em;max-height:1em}.button .arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}

.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.send-status{font-size:15px;line-height:1.6;margin-top:16px}.send-status:empty{display:none}.send-status[data-state=success]{padding:18px;border-radius:16px;background:#e4eddc;color:#173e30}.send-status[data-state=error]{color:#a33121}.button:disabled{opacity:.65;cursor:default}

.place-distance{display:block;font-size:14px;font-weight:600;color:#36543d;margin:3px 0 12px}.place-image img[src$="weserauen.jpg"],.place-detail-photo[src$="weserauen.jpg"]{object-position:50% 78%}
@media(min-width:761px) and (max-width:900px){.header-inner{gap:14px}.header-inner .brand{margin-right:auto}.header-inner .nav{display:none}.header-inner .mobile-call,.header-inner .menu-toggle{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;padding:0}.header-inner .mobile-call{background:var(--ink);color:var(--bg)}}
.stay-item summary .plus{display:grid;place-items:center;width:24px;height:24px;line-height:1;justify-self:center;transform-origin:center}
@media(max-width:360px){.stay-item summary{grid-template-columns:20px minmax(0,1fr) 24px;gap:8px}.stay-item summary h3{font-size:24px}.header-inner .brand{font-size:18px;gap:6px}.header-inner .brand small{font-size:7.5px}.header-inner .brand-mark{width:32px;height:34px}.header-inner{column-gap:7px}}

/* Audit fixes: native vertical scrolling and responsive picture wrappers. */
.responsive-image{display:contents}
.guest-track,.hof-gallery,.room-photo-group,.lightbox-track,.work-grid,.excursion-cards,.places-track,.slide-thumbnails{overscroll-behavior-x:contain;overscroll-behavior-y:auto;touch-action:pan-x pan-y pinch-zoom}
@media(min-width:901px) and (max-width:1200px){.header-inner{gap:12px}.header-inner .nav{gap:12px;margin-left:auto}.header-inner .nav a,.header-inner .nav .button{white-space:nowrap;font-size:12px}.header-inner .nav .button{padding:13px 15px}.header-inner .brand{font-size:22px}.header-inner .brand small{font-size:8px}}
.form-required{font-size:14px;margin:0 0 18px}.field-error{display:block;color:#922f20;font-size:14px;font-weight:500;line-height:1.45;margin-top:6px}.field-error:empty{display:none}.form-errors{color:#922f20;font-size:14px;line-height:1.5;margin:0 0 18px}.form-errors:empty{display:none}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border:2px solid #922f20}
.map-consent{min-height:440px;border-radius:24px;overflow:hidden;background:#edf0e3;color:#24382e;display:grid}.map-consent .map-placeholder{min-height:440px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(24px,5vw,60px);gap:16px}.map-placeholder h3{font-size:28px;margin:0}.map-placeholder p{max-width:65ch;margin:0}.map-placeholder a{color:inherit;text-decoration:underline}.map-consent .hof-map{height:440px;width:100%;border:0}.map-consent [hidden]{display:none!important}

.form-field{min-width:0}.form-field>label{display:grid;gap:8px}

.place-image img[src*="/weserauen-"],.place-detail-photo[src*="/weserauen-"]{object-position:50% 78%}

/* Footer: legal links above the final motion/credit row. */
.site-footer .footer-bottom{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:baseline}
.site-footer .footer-bottom .legal-links{grid-column:1/-1;display:flex;flex-wrap:nowrap;gap:24px}
.site-footer .footer-bottom .motion-button{grid-column:1;justify-self:start;text-align:left;line-height:1.6}
.site-footer .footer-bottom .footer-credit{grid-column:2;text-align:right;justify-self:end;font-size:12px;line-height:1.6}
.site-footer .footer-credit a{white-space:nowrap;text-decoration:underline;text-underline-offset:3px}
@media(max-width:760px){
 .site-footer .footer-bottom{gap:24px 16px}
 .site-footer .footer-bottom .legal-links{gap:20px;font-size:13px}
 .site-footer .footer-bottom .footer-credit{font-size:11px}
 .site-footer .footer-bottom .footer-credit a{display:inline}
 .site-footer .footer-bottom .motion-button{font-size:11px}
}

@media(max-width:760px){.site-footer .footer-bottom{grid-template-columns:auto minmax(0,1fr);column-gap:12px}.site-footer .footer-bottom .footer-credit{white-space:nowrap}}
@media(max-width:520px){.site-footer .footer-bottom{grid-template-columns:auto auto;column-gap:8px;align-items:baseline}.site-footer .footer-bottom .footer-credit,.site-footer .footer-bottom .motion-button{font-size:clamp(9px,2.55vw,11px);white-space:nowrap;line-height:1.6}.site-footer .footer-bottom .footer-credit{grid-column:2;grid-row:2}.site-footer .footer-bottom .motion-button{grid-row:2}}

@media(min-width:901px){.site-footer .footer-bottom{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:baseline;column-gap:24px}.site-footer .footer-bottom .motion-button{grid-column:1;grid-row:1;white-space:nowrap}.site-footer .footer-bottom .legal-links{grid-column:2;grid-row:1;justify-self:center}.site-footer .footer-bottom .footer-credit{grid-column:3;grid-row:1;white-space:nowrap}}

.stay-note{padding-left:48px}@media(max-width:760px){.stay-note{padding-left:35px}}

.brand-wordmark{display:block;position:relative;overflow:hidden;width:190px;aspect-ratio:1120/555;flex-shrink:0}.brand .brand-wordmark .brand-logo{position:absolute;display:block;max-width:none;width:185.625%;height:auto;left:-78.57143%;top:-19.81982%;object-fit:contain}.header-inner .brand{flex-shrink:0}.site-footer .brand-wordmark{width:240px}@media(min-width:901px) and (max-width:1200px){.header-inner .brand-wordmark{width:140px}}@media(max-width:900px){.header-inner .brand-wordmark{width:160px}}@media(max-width:360px){.header-inner .brand-wordmark{width:140px}}

@font-face{font-family:Outfit;src:url("fonts/outfit.ttf") format("truetype");font-weight:100 900;font-style:normal;font-display:swap}h1,h2,h3{font-family:Outfit,Inter,sans-serif;font-weight:700;letter-spacing:-.045em}
