:root{--red:#c00d0e;--red-dark:#a00b0c;--ink:#7b7b7b;--muted:#6f6862;--cream:#faf7f2;--paper:#ffffff;--header:rgba(22,17,15,0.92);--maxw:1180px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-body),system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65;font-weight:300;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display),Georgia,serif;font-weight:800;line-height:1.12;margin:0 0 .5em;color:var(--ink)}h1{font-size:clamp(2.3rem,5vw,3.7rem)}h1,h3,h4{color:#444}h2{font-size:clamp(1.55rem,3vw,1.66rem);color:var(--red)}h3{font-size:1.25rem}p{margin:0 0 1rem}a{color:inherit;text-decoration:none}input,select,textarea{accent-color:var(--red)}img{max-width:100%;display:block}ul{margin:0 0 1rem;padding-left:1.1rem}.container{max-width:var(--maxw);margin:0 auto;padding:0 22px}.section{padding:60px 0}.section--cream{background:var(--cream)}.section--paper{background:var(--paper)}.section--dark{background:#1b1614;color:#efe8e2}.section--dark h2{color:#fff}.eyebrow{color:var(--red);font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;margin-bottom:12px}.lead{font-size:1.06rem;color:var(--muted)}.text-center{text-align:center}.btn{display:inline-block;padding:14px 32px;border-radius:40px;font-family:var(--font-body),sans-serif;font-weight:700;font-size:1rem;cursor:pointer;border:2px solid transparent;transition:background .2s,color .2s,transform .1s;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark)}.btn-dark{background:#211d1a;color:#fff}.btn-dark:hover{background:#000}.btn-ghost{background:transparent;color:#fff;border-color:#fff}.btn-ghost:hover{background:#fff;color:var(--ink)}.btn-sm{padding:12px 26px;font-size:.9rem}.site-header{position:absolute;top:0;left:0;right:0;z-index:60;display:flex;align-items:center;justify-content:flex-start;padding:34px clamp(24px,4vw,60px) 22px}.site-header--solid{position:-webkit-sticky;position:sticky;background:var(--header);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.brand{display:flex;align-items:center;gap:14px;color:#fff}.brand__emblem{width:60px;height:60px;border-radius:50%;border:2px solid #fff;display:grid;place-items:center;font-size:1.3rem;flex:none}.brand__name{font-family:var(--font-display),serif;font-size:1.5rem;line-height:1}.brand__sub{font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;opacity:.85;margin-top:4px}.brand__logo{height:64px;width:auto;display:block}.nav{display:flex;align-items:center;gap:26px;margin-left:auto}.nav a{position:relative;color:#fff;font-size:1rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;opacity:.96}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;background:var(--red);transform:scaleX(0);transition:transform .18s}.nav a:hover:after,.nav__item:hover>a:after{transform:scaleX(1)}.nav a:hover{opacity:1;color:#fff}.nav__item{position:relative}.nav__menu{position:absolute;top:130%;left:50%;transform:translateX(-50%);background:#fff;border-radius:10px;padding:10px;min-width:250px;box-shadow:0 18px 40px rgba(0,0,0,.18);opacity:0;visibility:hidden;transition:.18s;z-index:70}.nav__item:hover .nav__menu{opacity:1;visibility:visible;top:115%}.nav__menu a{display:block;color:var(--ink);text-transform:none;letter-spacing:0;font-weight:500;padding:9px 12px;border-radius:7px;opacity:1}.nav__menu a:hover{background:var(--cream);color:var(--red)}.header-actions{display:flex;align-items:center;gap:16px;margin-left:28px}.cart-btn{position:relative;width:50px;height:50px;border-radius:50%;background:var(--red);place-items:center;font-size:1.1rem}.cart-badge,.cart-btn{color:#fff;display:grid}.cart-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#16110f;font-size:.72rem;font-weight:700;place-items:center}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.7rem;cursor:pointer}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#16110f;padding:14px clamp(20px,4vw,56px)}.mobile-menu a{display:block;color:#fff;padding:11px 0;text-transform:uppercase;letter-spacing:.04em}.cat-hero,.hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;background-size:cover;background-position:50%}.hero{min-height:100vh}.cat-hero{min-height:clamp(540px,62vh,720px)}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.cat-hero__overlay,.hero__overlay{position:absolute;inset:0;z-index:1;background:rgba(14,10,8,.5)}.cat-hero__inner,.hero__inner{position:relative;z-index:2;width:100%;display:flex;align-items:center;gap:48px;padding-top:150px;padding-bottom:96px}.cat-hero__text,.hero__text{flex:0 1 815px;max-width:815px}.cat-hero__media,.hero__media{flex:1 1;display:grid;place-items:center}.cat-hero h1,.hero h1{color:#fff;line-height:1.1;margin-bottom:24px;font-size:clamp(2.1rem,4vw,49px)}.cat-hero h1 small,.hero h1 small{display:block;font-size:50%;font-weight:400;opacity:.92;margin-bottom:6px}.cat-hero p,.hero p{font-size:1rem;line-height:1.65;max-width:700px;margin-bottom:32px;color:#f3ede8}.cat-hero__cta,.hero__cta{display:flex;gap:16px;flex-wrap:wrap}.cat-hero__play,.hero__play{width:220px;max-width:40vw;aspect-ratio:1;padding:0;border-radius:50%;border:5px solid #fff;background:rgba(0,0,0,.12);display:grid;place-items:center;cursor:pointer;transition:transform .35s ease,background .25s ease,border-color .25s ease}.cat-hero__play:hover,.hero__play:hover{transform:scale(1.05);background:var(--red);border-color:var(--red)}.cat-hero__play span,.hero__play span{display:block;width:0;height:0;margin-left:10px;border-top:22px solid transparent;border-bottom:22px solid transparent;border-left:34px solid #fff}.video-modal{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.88);display:grid;place-items:center;padding:4vw;animation:vmfade .2s ease}.video-modal__frame{width:min(960px,92vw);aspect-ratio:16/9}.video-modal__frame video{width:100%;height:100%;border-radius:8px;background:#000}.video-modal__close{position:absolute;top:14px;right:24px;background:none;border:none;color:#fff;font-size:2.4rem;line-height:1;cursor:pointer}@keyframes vmfade{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(34px);transition:opacity .7s ease,transform .7s ease}.reveal--in{opacity:1;transform:none}.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:900;max-width:720px;margin-inline:auto;background:#fff;border:1px solid #e6ded7;border-radius:12px;box-shadow:0 18px 50px rgba(0,0,0,.22);padding:16px 18px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.cookie-banner p{margin:0;font-size:.9rem;color:var(--ink);flex:1 1 320px}.cookie-banner a{color:var(--red);text-decoration:underline}.cookie-banner__actions{display:flex;gap:10px;flex:none}.tslider{position:relative;max-width:760px;margin:34px auto 0;text-align:center;padding:0 56px}.tslider__quote{margin:0;animation:tfade .45s ease}.tslider__quote p{font-size:1.18rem;font-style:italic;color:#4a443f;line-height:1.7}.tslider__quote figcaption{font-weight:700;color:var(--red);margin-top:16px}.tslider__arrow{position:absolute;top:24%;width:44px;height:44px;border-radius:50%;border:1px solid #e0d8d0;background:#fff;color:var(--red);font-size:1.7rem;cursor:pointer;display:grid;place-items:center;line-height:1;transition:background .15s,color .15s}.tslider__arrow--prev{left:0}.tslider__arrow--next{right:0}.tslider__arrow:hover{background:var(--red);color:#fff;border-color:var(--red)}.tslider__dots{display:flex;gap:8px;justify-content:center;margin-top:24px}.tslider__dot{width:10px;height:10px;border-radius:50%;border:none;background:#d8cfc8;cursor:pointer;padding:0;transition:background .15s}.tslider__dot.is-active{background:var(--red)}@keyframes tfade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (max-width:560px){.tslider{padding:0 10px}.tslider__arrow{display:none}}.footer-pay{display:flex;align-items:center;gap:34px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.12);margin-top:22px;padding-top:20px}.footer-pay__methods{display:flex;flex-direction:column;gap:10px}.footer-pay__label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#fff}.footer-pay__img{display:block;max-width:300px;width:100%;height:auto;background:#fff;padding:7px 10px;border-radius:8px}.footer-pay__note{flex:1 1 220px;font-size:.82rem;line-height:1.6;color:#cabfb6;margin:0}.footer-proven{flex:none;line-height:0;margin-left:auto}.footer-proven__img{display:block;width:150px;height:auto;border-radius:8px}@media (max-width:760px){.footer-pay{justify-content:center;text-align:center}.footer-pay__methods{align-items:center}.footer-pay__note{flex-basis:100%}.footer-proven{margin:0 auto}}.whatsapp-float{position:fixed;left:20px;bottom:20px;z-index:800;width:56px;height:56px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.25);transition:transform .15s}.whatsapp-float:hover{transform:scale(1.08)}.site-header.scrolled{position:fixed;top:0;left:0;right:0;background:var(--header);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 24px rgba(0,0,0,.18);padding-top:13px;padding-bottom:13px;animation:headerDown .35s ease}.site-header.scrolled .brand__logo{height:46px}@keyframes headerDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.mobile-menu__sub{padding-left:14px;border-left:2px solid rgba(255,255,255,.15);margin:4px 0 8px}.mobile-menu__sub a{font-size:.82rem;opacity:.82;padding:8px 0;text-transform:none;letter-spacing:0}.newsletter-done{color:#cabfb6;font-size:.9rem}.accordion{margin-top:22px}.accordion__item{border-bottom:1px solid #e6ded7}.accordion__q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:none;padding:20px 4px;font:inherit;font-weight:700;font-size:1.05rem;color:var(--ink);text-align:left;cursor:pointer}.accordion__q:hover{color:var(--red)}.accordion__icon{color:var(--red);font-size:1.5rem;flex:none;line-height:1}.accordion__a{padding:0 4px 22px;color:#3a3531;animation:tfade .3s ease}.accordion__a p{margin:0}.preview-chip{position:fixed;bottom:14px;left:50%;transform:translateX(-50%);z-index:2000;display:inline-flex;align-items:center;gap:8px;background:#1b1614;color:#ffd24d;border:1px solid #ffd24d;padding:6px 15px;border-radius:999px;font-family:var(--font-body),sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 6px 20px rgba(0,0,0,.3);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.preview-chip__ver{margin-left:8px;padding-left:9px;border-left:1px solid rgba(255,210,77,.45);font-weight:600;letter-spacing:.06em;opacity:.9}.preview-chip__dot{width:8px;height:8px;border-radius:50%;background:#ffd24d;animation:previewPulse 2s infinite}@keyframes previewPulse{0%{box-shadow:0 0 0 0 rgba(255,210,77,.6)}70%{box-shadow:0 0 0 8px rgba(255,210,77,0)}to{box-shadow:0 0 0 0 rgba(255,210,77,0)}}.preview-banner{position:fixed;top:0;left:0;right:0;z-index:2000;background:#ffd24d;color:#1b1614;text-align:center;font-weight:700;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;pointer-events:none}.tour-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:stretch;padding:64px 0}.tour-row--rev .tour-row__media{order:2}.tour-row__media{position:relative}.tour-row__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;box-shadow:0 0 30px 15px rgba(0,0,0,.07)}.tour-row__body{padding-right:max(22px,calc((100vw - var(--maxw)) / 2 + 22px))}.tour-row--rev .tour-row__body{padding-right:0;padding-left:max(22px,calc((100vw - var(--maxw)) / 2 + 22px))}.tour-row__body p{font-size:1.18rem}.tour-row__body strong{font-size:1.08rem}.tour-row__body ul{color:var(--muted);font-size:1.08rem}.tour-row__body li{margin-bottom:6px}@media (max-width:900px){.tour-row__media{height:0;padding-bottom:46%}}.voucher-teaser{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.voucher-teaser__body p{color:#3a3531}.voucher-teaser__img{width:100%;height:auto;border-radius:14px;box-shadow:0 22px 50px rgba(0,0,0,.16);transform:rotate(-3deg)}@media (max-width:900px){.voucher-teaser{grid-template-columns:1fr;gap:26px}.voucher-teaser__img{transform:none;max-width:460px}}.termine{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin:36px 0}.termine__card{position:relative;overflow:hidden;border-radius:12px;padding:86px 22px 20px;box-shadow:0 8px 24px rgba(0,0,0,.1);background-size:cover;background-position:50%;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:200px;transition:transform .15s ease}.termine__card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,11,9,.05) 22%,rgba(15,11,9,.78))}.termine__card>*{position:relative}.termine__card strong{color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.5)}.termine__card:hover{transform:translateY(-3px)}.termine__card .when{color:#ffd9d9;font-weight:700;margin-top:6px;text-shadow:0 1px 6px rgba(0,0,0,.5)}.quotes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.quote{background:#fff;border-radius:14px;padding:28px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.quote p{font-style:italic;color:#4a443f}.quote .author{font-weight:700;color:var(--red);font-style:normal;margin-top:12px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px}.news-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.07)}.news-card img{height:200px;width:100%;object-fit:cover}.news-card__body{padding:20px}.banner{position:relative;min-height:70vh;display:flex;align-items:center;color:#fff}.banner__bg{position:absolute;inset:0;background-size:cover;background-position:50%}.banner__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,16,14,.5),rgba(20,16,14,.68) 50%,rgba(20,16,14,.5))}.banner__inner{position:relative;z-index:2;max-width:680px;margin:0 auto;text-align:center;padding:120px 0 50px}.banner h1{color:#fff;margin:0 0 18px}.banner p{font-size:1.12rem;color:#f4eee9;max-width:600px;margin:0 auto}.site-footer{background:#16110f;color:#cabfb6;padding:64px 0 28px;position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;right:-40px;bottom:-24px;width:min(620px,58%);height:92%;background:url(/img/cutlery.svg) no-repeat 100% 100%/contain;opacity:.055;pointer-events:none;z-index:0}.site-footer>*{position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;grid-gap:40px;gap:40px}.site-footer h4{color:#fff;font-family:var(--font-body),sans-serif;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.site-footer a{color:#cabfb6}.site-footer a:hover{color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.social{display:flex;gap:12px}.social a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center}.social a:hover{background:var(--red)}.newsletter input{width:100%;padding:12px 14px;border-radius:8px;border:none;margin-bottom:10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:44px;padding-top:20px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.82rem}.footer-bottom a{margin-left:18px}.prose{max-width:820px;margin:0 auto}.prose p,.prose ul{color:#3a3531}.prose h2{margin-top:1.7em}.prose h3{margin-top:1.4em}.prose .lead{color:var(--muted);font-size:1.12rem}.tour-cta{margin-top:26px}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px;margin-top:30px}.cat-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08);color:inherit;display:block}.cat-card img{height:200px;width:100%;object-fit:cover}.cat-card__body{padding:20px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:44px;gap:44px;margin-top:20px}.tour-detail{grid-template-columns:1.5fr 1fr;grid-gap:48px;gap:48px}.checkout-grid,.tour-detail{display:grid;align-items:start}.checkout-grid{grid-template-columns:1.6fr 1fr;grid-gap:44px;gap:44px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media (max-width:760px){.checkout-grid,.form-row{grid-template-columns:1fr}}.form-field{margin-bottom:16px}.form-field label{display:block;font-weight:600;margin-bottom:6px;font-size:.9rem}.form-field input,.form-field select,.form-field textarea{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:8px;font:inherit}.form-field select{background:#fff}.container--narrow{max-width:720px}.guest-card{border:1px solid #e7e1da;border-radius:12px;padding:18px 20px 6px;margin:18px 0;background:#fff}.guest-card legend{font-weight:700;padding:0 8px;color:var(--red)}.guest-diet{display:flex;flex-wrap:wrap;gap:18px;margin:4px 0 16px}.guest-check{display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer}.guest-check input{width:auto}.guest-hint{font-size:.85rem;color:var(--muted);margin:8px 0 4px}.guest-info-msg{padding:12px 0}.guest-info-msg h2{color:var(--red)}.press-list{list-style:none;padding:0;margin:12px 0 8px}.press-list li{margin:0 0 10px}.press-list a{display:flex;align-items:center;gap:14px;padding:12px 16px;border:1px solid #e7e1da;border-radius:10px;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s,transform .15s}.press-list a:hover{border-color:var(--red);box-shadow:0 4px 14px rgba(0,0,0,.06);transform:translateY(-1px)}.press-list__icon{flex:none;font-size:.68rem;font-weight:700;letter-spacing:.04em;color:#fff;background:var(--red);padding:5px 8px;border-radius:5px}.press-list__title{flex:1 1;font-weight:600}.press-list__meta{flex:none;font-size:.82rem;color:var(--muted);white-space:nowrap}@media (max-width:560px){.press-list__meta{display:none}}.catalog{margin:18px 0 4px}.catalog__actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.catalog__size{font-size:.76rem;opacity:.7;margin-left:4px}.catalog__frame{width:100%;height:80vh;min-height:480px;border:1px solid #e7e1da;border-radius:10px;background:#faf7f3}.catalog__cover{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;min-height:380px;cursor:pointer;border:1px dashed #d8cfc4;border-radius:12px;background:linear-gradient(135deg,#fbf8f4,#f1e9df);color:var(--ink,#2a2320)}.catalog__cover:hover{border-color:var(--red)}.catalog__cover-badge{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--red);padding:6px 12px;border-radius:6px}.catalog__cover-title{font-family:var(--serif,Georgia,serif);font-size:1.5rem;font-weight:700}.catalog__cover-cta{color:var(--red);font-weight:600}.inquiry-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:40px;gap:40px;align-items:start;font-size:21px}@media (max-width:1199px){.inquiry-grid{grid-template-columns:1fr;gap:40px;font-size:18px}}@media (max-width:991px){.inquiry-grid{font-size:16px}}@media (max-width:767px){.inquiry-grid{font-size:15px}}@media (max-width:567px){.inquiry-grid{font-size:14px}}.contact-sidebar h2,.inquiry-form h2{margin-top:0}.inquiry-intro p:last-child{margin-bottom:30px}.inquiry-form .form-field{margin-bottom:20px}.inquiry-form .form-row{gap:0 40px}.inquiry-form .form-field label{font-weight:inherit;font-size:inherit;color:inherit;margin-bottom:2px}.inquiry-form .form-field input,.inquiry-form .form-field select,.inquiry-form .form-field textarea{font-family:inherit;font-size:16px;font-weight:400;line-height:1.5;color:#212529;padding:6px 12px;border:1px solid #ced4da;border-radius:4px}.inquiry-accept{display:flex;gap:10px;align-items:flex-start;margin:14px 0 18px}.inquiry-accept input{width:auto;margin-top:3px}.inquiry-done{padding:8px 0}.inquiry-form .btn{font-size:19px;font-weight:400;padding:10px 28px;border:0;border-radius:26px}@media (max-width:1199px){.inquiry-form .btn{font-size:18px}}@media (max-width:991px){.inquiry-form .btn{font-size:16px}}@media (max-width:767px){.inquiry-form .btn{font-size:15px}}.contact-sidebar p{line-height:1.65}.contact-sidebar a{color:var(--red)}.image-text-stack{display:flex;flex-direction:column;gap:56px}.image-text-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:44px;gap:44px;align-items:stretch}.image-text-row--reverse .image-text-row__media{order:2}.image-text-row__media{min-height:320px;height:100%;border-radius:16px;background-size:cover;background-position:50%;box-shadow:0 14px 34px rgba(0,0,0,.12)}.image-text-row__body{align-self:center;min-width:0}.image-text-row__body h2{margin-top:0;font-size:38px;color:var(--red)}.image-text-row__book{margin-top:20px;white-space:normal}.image-text-row__body p{color:var(--ink);font-size:21px;line-height:32px;margin-bottom:30px}.image-text-row__body p:last-child{margin-bottom:0}.image-text-row blockquote{border-left:3px solid var(--red);margin:0;padding:4px 0 4px 20px;font-style:italic;color:#4a443f;font-size:1.08rem}@media (max-width:1199px){.image-text-row__body h2{font-size:30px}.image-text-row__body p{font-size:18px;line-height:27px;margin-bottom:26px}}@media (max-width:820px){.image-text-row{grid-template-columns:1fr;gap:22px}.image-text-row--reverse .image-text-row__media{order:0}.image-text-row__media{min-height:220px}}.image-text-stack--bleed{gap:64px}.image-text-stack--bleed .image-text-row{gap:0}.image-text-stack--bleed .image-text-row__media{min-height:clamp(360px,40vw,560px);border-radius:0;box-shadow:none}.image-text-stack--bleed .image-text-row__body{padding:24px clamp(26px,5vw,96px);max-width:820px}@media (max-width:820px){.image-text-stack--bleed .image-text-row__body{padding:22px clamp(20px,6vw,40px)}}.image-text-stack--shadow .image-text-row__media{box-shadow:0 0 30px 15px rgba(0,0,0,.07)}.voucher-layout{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:44px;gap:44px;align-items:start;margin-top:30px}@media (max-width:860px){.voucher-layout{grid-template-columns:1fr;gap:30px}}.voucher-buy h2{margin-top:0}.voucher-note{font-size:.86rem;color:var(--muted);margin-top:16px}.voucher-sep{border:0;border-top:1px solid #e6ddd3;margin:34px 0 30px}.voucher-list{background:var(--cream);border:1px solid #ece4da;border-radius:14px;padding:22px 26px}.voucher-list h3{margin-top:0}.voucher-list ul{list-style:none;padding:0;margin:0}.voucher-list li{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px dashed #e2d8cc;font-size:.94rem}.voucher-list li:last-child{border-bottom:none}.voucher-list__price{font-weight:700;color:var(--red);white-space:nowrap}.cta-band{background:var(--cream)}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.cta-band__inner h2{margin:0 0 8px}.cta-band__inner p{margin:0;color:#3a3531;max-width:640px}@media (max-width:760px){.cta-band__inner{flex-direction:column;align-items:flex-start}}.wunsch-band{background:var(--red);color:#fff}.wunsch-band h2{color:#fff;margin:0 0 12px}.wunsch-band p{color:#ffe9e9;margin:0 auto}.wunsch-band__btn{margin-top:18px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}@media (max-width:900px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.post-grid{grid-template-columns:1fr}}.post-card{display:flex;flex-direction:column;background:#fff;border:1px solid #ece4da;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .15s,box-shadow .15s}.post-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.12)}.post-card__media{height:180px;background-size:cover;background-position:50%}.post-card__body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:8px;flex:1 1}.post-card__date{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.post-card__title{margin:0;font-size:1.12rem;line-height:1.35;flex:1 1;font-weight:400}.post-card__more{color:var(--red);font-weight:600;font-size:.9rem}.category-nav{list-style:none;display:flex;flex-wrap:wrap;gap:6px;padding:0;margin:0 0 28px;border-bottom:1px solid #e7e1da}.category-nav button{background:none;font:inherit;cursor:pointer;padding:10px 18px;color:var(--muted);font-weight:600;border:none;border-bottom:2px solid transparent;margin-bottom:-1px}.category-nav button:hover{color:var(--ink)}.category-nav button.is-active{color:var(--red);border-bottom-color:var(--red)}.tour-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;gap:28px;margin-top:10px}@media (max-width:760px){.tour-grid{grid-template-columns:1fr}}.tour-card{display:flex;flex-direction:column;background:#fff;border:1px solid #ece4da;border-radius:14px;overflow:hidden;transition:transform .15s,box-shadow .15s}.tour-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.1)}.tour-card__media{height:190px;background-size:cover;background-position:50%}.tour-card__body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:10px;flex:1 1}.tour-card__body h3{margin:0}.tour-card__body p{margin:0;color:#3a3531;line-height:1.65;font-size:.95rem;flex:1 1}.tour-card__cta{color:var(--red);font-weight:700;text-decoration:none;align-self:flex-start}.tour-card__cta:hover{text-decoration:underline}.feature-list{list-style:none;padding:0;margin:14px 0 0}.feature-list li{position:relative;padding-left:28px;margin-bottom:8px;color:#3a3531;line-height:1.55}.feature-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--red);font-weight:700}.steps-list{list-style:none;padding:0;margin:16px 0 0}.steps-list li{display:flex;gap:16px;align-items:flex-start;margin-bottom:16px;color:#3a3531;line-height:1.6}.steps-list__num{flex:none;width:30px;height:30px;border-radius:50%;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.9rem}.cta-red,.steps-list__num{background:var(--red);color:#fff}.cta-red{padding:82px 0;text-align:center}.cta-red__inner{max-width:840px;margin:0 auto}.cta-red__inner h2{color:#fff;margin:0 0 18px}.cta-red__inner p{font-weight:300;font-size:21px;line-height:32px;color:#fff;margin:0 auto 28px;max-width:780px}.cta-red__btn{background:#16110f;color:#fff}.cta-red__btn:hover{background:#000;color:#fff}.efre__title{color:var(--red);font-size:1.85rem;margin:0 0 18px}.efre p{color:#4a443f;line-height:1.7}.efre__claim{font-weight:700;letter-spacing:.04em;color:#3a3531;margin-top:22px}.efre__logos{display:block;max-width:540px;width:100%;height:auto;margin:26px auto 0}.cat-hero{min-height:clamp(580px,80vh,880px)}.cat-hero__inner{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px}.cat-hero__text{order:0;text-align:center;max-width:880px;margin:0 auto}.cat-hero h1{font-size:clamp(2.6rem,5.4vw,66px)}.cat-hero p{font-size:1.35rem;max-width:100%;margin:0 auto 30px}.cat-hero__cta{justify-content:center}.cat-hero__media{order:1}.cat-hero--left .cat-hero__inner{flex-direction:row;align-items:center;justify-content:space-between;text-align:left;gap:48px}.cat-hero--left .cat-hero__text{text-align:left;margin:0;max-width:815px}.cat-hero--left .cat-hero__cta{justify-content:flex-start}.cat-hero--left .cat-hero__media{order:2;flex:1 1}.cat-intro{text-align:center}.cat-intro h2{font-size:38px}.cat-intro .lead,.cat-intro p{color:var(--ink);font-size:21px;line-height:32px;margin-bottom:30px}.cat-intro p:last-child{margin-bottom:0}@media (max-width:1199px){.cat-intro h2{font-size:30px}.cat-intro .lead,.cat-intro p{font-size:18px;line-height:27px;margin-bottom:26px}}.tour-note{display:inline-block;background:#fff4d6;border:1px solid #f1d27a;color:#7a5b00;font-weight:600;font-size:.95rem;padding:10px 14px;border-radius:8px;margin:0 0 18px}.banner--tour .banner__inner{text-align:center;max-width:900px;margin:0 auto}.tour-detail__main{display:flex;flex-direction:column;gap:36px;min-width:0}.tour-detail__main h2{margin-top:0}.tour-meta{display:flex;flex-wrap:wrap;gap:24px 48px}.tour-meta__item{display:flex;align-items:flex-start;gap:14px}.tour-meta__item svg{width:38px;height:38px;flex:none;fill:#1a1a1a}.tour-meta__label{display:block;font-weight:700;color:var(--red);margin-bottom:2px}.tour-meta__item p{margin:0;color:#3a3531}.tour-meta__sub{font-size:.84rem;color:#8a8178!important;margin-top:2px!important}.tour-treff{margin:0 0 12px;color:#3a3531;font-weight:600}.tour-prices__row{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #eee;color:#3a3531}.tour-prices__row:last-child{border-bottom:none}.tour-prices__row span:last-child{font-weight:700;white-space:nowrap}.tour-video__frame{position:relative;aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.12)}.tour-video__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.tour-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:16px;gap:16px}.tour-gallery img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,.1)}.tour-map{aspect-ratio:16/7;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.12)}.tour-map iframe{width:100%;height:100%;border:0;display:block}.tour-map--ph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;background:#ece7e1;border:1px dashed #c9bfb4;color:#5a514a;cursor:pointer;font:inherit}.tour-map--ph:hover{background:#e6e0d8}.tour-map__pin{width:34px;height:34px;fill:#8a7f74}.tour-map__label{font-weight:600}.tour-map__hint{font-size:.8rem;color:#8a8178}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;text-align:left;padding:16px 26px;background:#f1ede8;border:none;border-radius:999px;font:inherit;font-weight:600;font-size:1.05rem;color:#2a2622;cursor:pointer;transition:background .15s,color .15s}.faq-q:hover{background:#ebe5de}.faq-ic{color:var(--red);font-size:1.5rem;line-height:1;flex:none;transition:color .15s}.faq-item.is-open .faq-q{background:var(--red);color:#fff}.faq-item.is-open .faq-ic{color:#fff}.faq-a{padding:14px 26px 4px;color:#6a635c}.faq-a p:first-child{margin-top:0}.bookcol{align-self:stretch;min-width:0}.bookbox{position:-webkit-sticky;position:sticky;top:96px;background:var(--red);color:#fff;border-radius:16px;padding:22px;box-shadow:0 14px 36px rgba(0,0,0,.16)}.bookbox__title{font-family:var(--font-display),Georgia,serif;color:#fff;margin:0 0 14px;font-size:1.7rem}.bookbox__empty{color:#fff;opacity:.95}.bookbox__hint{color:#fff;font-weight:700;font-size:.85rem;margin:10px 0 0}.bookbox__hint--soft{font-weight:400;opacity:.9;font-size:.82rem;line-height:1.45}.bookbox__voucherhint{color:#fff;opacity:.85;font-style:italic;font-size:.82rem;margin:12px 0 0}.bookbox__added{color:#fff;text-align:center;margin:10px 0 0;font-size:.9rem}.bookbox__added a{color:#fff;text-decoration:underline}.bcal{background:#fff;border-radius:10px;padding:12px;color:#333}.bcal__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.bcal__head span{font-family:var(--font-display),Georgia,serif;color:var(--red);font-weight:700}.bcal__head button{border:none;background:none;color:var(--red);font-size:1.4rem;line-height:1;cursor:pointer;padding:0 6px}.bcal__head button:disabled{color:#ccc;cursor:default}.bcal__grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:3px;gap:3px}.bcal__dow{text-align:center;font-size:.68rem;font-weight:700;color:#b0a9a1;padding-bottom:4px}.bcal__day{border:none;background:none;aspect-ratio:1;border-radius:7px;font:inherit;font-size:.82rem;color:#d2cbc3;cursor:default}.bcal__day--has{color:var(--red);font-weight:700;cursor:pointer}.bcal__day--has:hover{background:#f6e7e9}.bcal__day--sel,.bcal__day--sel:hover{background:#3a9d4a;color:#fff}.bslots{margin-top:12px}.bslots__h{color:#fff;text-align:center;font-size:.95rem;margin:0 0 8px}.bslot{display:block;width:100%;text-align:left;background:#fff;border:2px solid #fff;border-radius:8px;padding:8px 12px;margin-bottom:8px;cursor:pointer}.bslot--sel{border-color:#2f8d3e}.bslot__date{display:block;font-size:.72rem;color:#777}.bslot__time{font-weight:700;font-size:1.15rem}.bslot__free,.bslot__time{display:block;color:var(--red)}.bslot__free{font-size:.8rem}.bmotifs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.bmotif{position:relative;padding:0;border:2px solid rgba(255,255,255,.5);border-radius:8px;overflow:hidden;background:#fff;cursor:pointer;aspect-ratio:2/1}.bmotif img{width:100%;height:100%;object-fit:cover;display:block}.bmotif--sel{border-color:#fff;box-shadow:0 0 0 2px #fff}.bmotif__tick{position:absolute;top:4px;right:6px;width:20px;height:20px;border-radius:50%;background:var(--red);color:#fff;font-size:.8rem;display:grid;place-items:center}.bstep{justify-content:space-between;color:#fff;font-weight:600;margin:8px 0}.bstep,.bstep__ctrl{display:flex;align-items:center}.bstep__ctrl{gap:12px}.bstep__ctrl b{min-width:22px;text-align:center}.baddon{display:flex;align-items:center;gap:8px;color:#fff;padding:5px 0;cursor:pointer}.baddon span:nth-child(2){flex:1 1}.baddon__price{opacity:.85;font-size:.85rem}.bsum{border-top:1px solid rgba(255,255,255,.35);margin-top:16px;padding-top:12px}.bsum__row{display:flex;justify-content:space-between;color:#fff;font-size:.92rem;padding:3px 0}.bsum__row--total{font-weight:800;font-size:1.3rem;padding-top:8px}.bbtns{display:flex;gap:10px;margin-top:16px}.bbtns .btn{flex:1 1;padding-left:10px;padding-right:10px}.btn-light{background:#fff;color:var(--red)}.btn-light:hover{background:#f2e9e9;color:var(--red)}.bpreview{width:min(560px,92vw);max-height:88vh;overflow-y:auto;background:#fff;border-radius:12px;padding:16px;text-align:center}.bpreview img{width:100%;border-radius:8px}.bpreview p{color:#333;margin:12px 0 0;font-size:.86rem}.bticket{border:1px solid #ddd6cd;border-radius:8px;overflow:hidden;text-align:left;background:#fff}.bticket__motif{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:0}.bticket__body{padding:14px 16px 12px;color:#3a3531}.bticket__body h4{font-family:var(--font-display),Georgia,serif;color:var(--red);margin:0 0 8px;font-size:1.25rem}.bticket__body p{color:#3a3531;margin:0 0 6px;font-size:.85rem;line-height:1.5}.bticket__meta{display:grid;grid-template-columns:auto 1fr;grid-gap:2px 10px;gap:2px 10px;margin:12px 0 0;font-size:.8rem}.bticket__meta dt{font-weight:700;color:#6b625a}.bticket__meta dd{margin:0;color:#8a8178}.bticket__foot{margin-top:14px!important;padding-top:10px;border-top:1px solid #eee6dd;font-size:.72rem!important;color:#8a8178!important}.cksteps{flex-wrap:wrap;gap:4px 6px;justify-content:center;list-style:none;padding:0;margin:0 0 28px}.ckstep,.cksteps{display:flex;align-items:center}.ckstep{gap:8px;font-weight:600;font-size:.92rem;color:#b7afa6}.ckstep__n{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:.82rem;border:2px solid}.ckstep--active{color:var(--red)}.ckstep--active .ckstep__n{background:var(--red);color:#fff;border-color:var(--red)}.ckstep--done{color:var(--red)}.ckstep:not(:last-child):after{content:"→";margin:0 8px 0 4px;color:#c9c0b6}.checkout{max-width:920px;margin:0 auto}.ckcard{border:1px solid #e7e1da;border-radius:14px;padding:22px 24px;margin-bottom:20px;background:#fff}.ckcard h2{color:var(--red);margin:0 0 16px;font-size:1.3rem}.ckcard__foot{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.cksum{margin-top:12px}.cksum .row{display:flex;justify-content:space-between;padding:3px 0;color:#555}.cksum .row.total{border-top:1px solid #eee;margin-top:6px;padding-top:10px;font-weight:700;color:#2a2622;font-size:1.1rem}.ckfood{border:1px solid #e7e1da;border-radius:12px;padding:14px 16px 6px;margin:0 0 16px}.ckfood legend{padding:0 6px;font-weight:700;color:#2a2622}.ckfood__date{font-weight:400;font-style:italic;color:#8a8178;font-size:.85rem}.ckfood__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:0 16px;gap:0 16px}.ckfood__intro,.ckfood__note{color:#6b625a;font-size:.88rem;line-height:1.5}.ckfood__note{margin-top:4px}.ckfood__review{margin:0 0 14px;padding-left:18px;color:#3a3531;font-size:.9rem}.ckaddr p,.ckfood__review li{margin:4px 0}.ckaddr p{color:#3a3531}.ckaddr b{color:#2a2622}.ckvoucher{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #eee}.ckvoucher>label{display:block;font-weight:700;margin-bottom:8px}.ckvoucher .row{display:flex;justify-content:space-between}.ckpay-label{display:block;font-weight:700;margin:4px 0 8px}.ckchecks{margin-top:16px;display:flex;flex-direction:column;gap:10px}.ckchecks label{display:flex;gap:10px;align-items:flex-start;font-size:.9rem;color:#3a3531}.ckchecks a{color:var(--red)}.form-field small{display:block;color:var(--muted);font-size:.78rem;margin-top:4px}.vbuy{max-width:560px}.vbuy__back{background:none;border:none;color:var(--red);font-weight:600;cursor:pointer;padding:0;margin-bottom:14px;font-size:.95rem}.vbuy__box{background:var(--red);color:#fff;border-radius:16px;padding:24px;box-shadow:0 14px 36px rgba(0,0,0,.16)}.vbuy__title{font-family:var(--font-display),Georgia,serif;color:#fff;margin:0 0 12px;font-size:1.7rem}.vbuy__label{display:block;font-weight:700;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;margin:16px 0 8px}.vbuy__radio{display:flex;align-items:center;gap:8px;padding:4px 0;cursor:pointer}.vbuy__input{width:100%;padding:10px 12px;border:none;border-radius:8px;font:inherit;color:#333}textarea.vbuy__input{resize:vertical}.vbuy__counter{font-size:.8rem;opacity:.85;margin:6px 0 0}.vbuy__note{border:1px dashed rgba(255,255,255,.85);border-radius:8px;padding:8px 10px;margin:10px 0 0;font-size:.86rem;line-height:1.45}.vbuy__motifs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.vbuy__sum{border-top:1px solid rgba(255,255,255,.35);margin-top:18px;padding-top:12px}.vbuy__sum .row{display:flex;justify-content:space-between;padding:3px 0;font-size:.92rem}.vbuy__sum .row--total{font-weight:800;font-size:1.3rem;padding-top:8px;border-top:1px solid rgba(255,255,255,.25);margin-top:6px}.vbuy__req{font-size:.82rem;opacity:.92;margin:10px 0 0}.vbuy__added{text-align:center;margin:10px 0 0}.vbuy__added a{color:#fff;text-decoration:underline}.vshop__card--custom{display:grid;place-items:center;min-height:320px;border:2px dashed #d9cfc4;background:#fff}.vpreview,.vshop__card--custom .vshop__body{text-align:center}.vpreview{width:min(520px,92vw);background:#fff;border-radius:12px;padding:16px}.vpreview__card{aspect-ratio:16/10;border-radius:10px;background-size:cover;background-position:50%;display:flex;align-items:flex-end;overflow:hidden}.vpreview__overlay{width:100%;background:linear-gradient(transparent,rgba(0,0,0,.62));color:#fff;padding:16px;text-align:left}.vpreview__val{font-family:var(--font-display),Georgia,serif;font-size:2rem;font-weight:700}.vpreview__msg{margin:6px 0 0;font-style:italic}.vpreview p{color:#333;margin:12px 0 0}.vdetail__back{margin:0}.vdetail__back a{color:var(--red);font-weight:600;text-decoration:none}.vdetail__back a:hover{text-decoration:underline}.vdetail__text h2{margin-top:0}.vdetail__text p{color:#3a3531}.vdetail__text img{max-width:100%;height:auto}@media (max-width:900px){.vbuy{max-width:none}}.row-kicker{display:block;font-family:inherit;font-size:70%;font-weight:inherit;letter-spacing:0;color:inherit;margin-bottom:0}.photo-band{position:relative;background-size:cover;background-position:50%}.photo-band:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5)}.photo-band>*{position:relative}.photo-band h2{color:#fff}.photo-band .eyebrow{color:#ffd9d9}.photo-band p{color:#efe8e2}.photo-band .tslider__quote p{color:#f6f0ea}.photo-band .tslider__quote figcaption{color:#ffd9d9}.photo-band .tslider__arrow{background:rgba(255,255,255,.92);border-color:transparent}.photo-band .tslider__dot{background:rgba(255,255,255,.45)}.photo-band .tslider__dot.is-active{background:#fff}.single-quote{max-width:820px;margin:0 auto;text-align:center}.single-quote blockquote{margin:0;font-family:var(--font-display),Georgia,serif;font-size:clamp(1.25rem,2.4vw,1.7rem);line-height:1.5;font-style:italic;color:#f6f0ea}.single-quote figcaption{margin-top:18px;color:#ffd9d9;font-weight:600}.container--shop{max-width:100%;padding-left:90px;padding-right:90px}@media (max-width:767px){.container--shop{padding-left:22px;padding-right:22px}}.vshop{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px 60px;gap:50px 60px;margin:26px 0 8px}@media (max-width:1199px){.vshop{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.vshop{grid-template-columns:1fr}}.vshop__card{display:flex;flex-direction:column;background:#fff;border:none;border-radius:15px;overflow:hidden;cursor:pointer;text-align:left;padding:0;font:inherit;color:#000;box-shadow:0 10px 30px 15px rgba(0,0,0,.11);transition:transform .5s,box-shadow .5s,color .5s}.vshop__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px 20px rgba(0,0,0,.15);color:var(--red)}.vshop__media{aspect-ratio:100/74;background-size:cover;background-position:50%}.vshop__body{padding:20px 30px;display:flex;flex-direction:column;gap:0;flex:1 1}.vshop__name{font-weight:400;line-height:1.3}.vshop__name,.vshop__price{font-size:24px;color:inherit}.vshop__price{font-weight:300;margin-top:auto}.vshop__cta{font-size:.82rem;font-weight:400;color:var(--red);margin-top:8px}@media (max-width:1199px){.vshop__name,.vshop__price{font-size:20px}}@media (max-width:991px){.vshop__name,.vshop__price{font-size:17px}}.vshop__card.vshop__card--custom{border:2px dashed #d9cfc4;box-shadow:none}.vshop__card.vshop__card--custom:hover{box-shadow:0 20px 40px 20px rgba(0,0,0,.15)}.vshop-intro{text-align:center;max-width:1140px;margin:0 auto}.vshop-intro .lead{max-width:none}.vshop-outro{text-align:center;margin-top:12px}.container.mcal-wrap{max-width:100%;padding-left:90px;padding-right:90px}@media (max-width:991px){.container.mcal-wrap{padding-left:60px;padding-right:60px}}@media (max-width:767px){.container.mcal-wrap{padding-left:22px;padding-right:22px}}.mcal-legend{display:none}.mcal-legend-row{display:block}.mcal-legend-box{display:inline-block;width:15px;height:15px}.mcal-legend-hint{margin:1em 0 0}.mcal-legend hr{margin:1em 0;border:0;border-top:1px solid #ccc}.mcal-nav{display:flex;justify-content:space-between;margin-bottom:30px}.mcal-nav-btn{border:0;background:none;padding:0;font:inherit;color:inherit;cursor:pointer;line-height:1}.mcal-nav-btn--empty{cursor:default}.mcal-header{display:flex;border-bottom:1px solid #ccc;padding-bottom:8px;width:100%;font-size:1.1vw;margin-bottom:4px}.mcal-content{display:flex;flex-wrap:wrap;width:100%}.mcal-cell,.mcal-header-cell{flex-basis:14.28%;width:14.28%;padding:4px}.mcal-inner{position:relative;width:100%;min-height:40px;padding-bottom:72.25%;border-radius:10px;background:#E6E6E6}.mcal-inner--click{cursor:pointer}.mcal-inner--today{background:#d0ffd0}.mcal-date{font-size:1.1vw;margin-left:10px}.mcal-date-single{display:none;font-size:100%}.mcal-box{position:absolute;display:block;left:4%;width:92%;height:75%;overflow:auto}.mcal-item{font-size:.72vw;display:block;padding:4px 8px;border-radius:4px}.mcal-item:before{display:inline-block;content:"\2022";margin-right:.35vw}.mcal-item+.mcal-item{margin-top:4px}.mcal-tip{width:100%;font-size:1.5vw;padding:4px 8px;border-radius:4px;border-collapse:separate;border-spacing:5px}.mcal-tip td{background-color:#EEEEEE;padding:5px;vertical-align:top}.mcal-tip-action,.mcal-tip-img,.mcal-tip-time{text-align:center}.mcal-tip-img{max-width:100px}.mcal-tip-img img{max-width:100px;max-height:100px}.mcal-tip-title{font-weight:600;font-size:110%}.mcal-tip-badge{color:#CC0000;font-weight:700;font-size:80%}.mcal-tip-late,.mcal-tip-loc{font-size:90%}.mcal-tip-book{color:inherit}.mcal-foot{margin-top:1em}@media (max-width:991px){.mcal-legend{display:block}.mcal-header{color:#000000}.mcal-header,.mcal-nav{font-size:4vw}.mcal-inner{height:-moz-fit-content;height:fit-content;padding:3px 8px}.mcal-date{display:none;margin:auto}.mcal-date-single{display:block;font-size:3vw;color:#000000}.mcal-box{position:relative;overflow:unset}.mcal-item{padding:0;border-radius:6px;width:30px;height:30px}.mcal-item:before{display:block;content:"";margin-right:0}.mcal-item-title{display:none}.mcal-tip{font-size:3vw}.mcal-tip-img img{width:50px}}@media (max-width:767px){.mcal-item{padding:0;border-radius:4px;width:15px;height:15px}}.kalender-list{list-style:none;padding:0;margin:18px 0 0}.kalender-list li{margin-bottom:10px}.kalender-row{display:grid;grid-template-columns:180px 1fr auto auto;align-items:center;grid-gap:18px;gap:18px;padding:14px 20px;border:1px solid #e7e1da;border-radius:10px;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s,transform .15s}.kalender-row:hover{border-color:var(--red);box-shadow:0 4px 14px rgba(0,0,0,.06);transform:translateY(-1px)}.kalender-row--off{opacity:.7;background:#f4f1ed;cursor:default}.kalender-row--off:hover{border-color:#e7e1da;box-shadow:none;transform:none}.kalender-row--off .kalender-row__spots{color:#b04a4a;font-weight:600}.kalender-row__date{font-weight:700;display:flex;flex-direction:column}.kalender-row__date small{font-weight:400;color:var(--muted);font-size:.82rem}.kalender-row__title{font-weight:600}.kalender-row__spots{font-size:.85rem;color:var(--muted);white-space:nowrap}.kalender-row__cta{color:var(--red);font-weight:700;white-space:nowrap}@media (max-width:680px){.kalender-row{grid-template-columns:1fr auto;gap:6px 14px}.kalender-row__title{grid-column:1/-1}}.banner--article .banner__inner{max-width:940px}.banner--article h1{font-size:clamp(1.5rem,3.2vw,2.35rem);line-height:1.2;margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banner__meta{color:#f4eee9;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin:0}.article-body ol,.article-body p,.article-body ul{font-size:1.08rem;line-height:1.75}.article-body img{max-width:100%;height:auto;border-radius:12px;margin:22px auto;display:block;box-shadow:0 10px 26px rgba(0,0,0,.1)}.article-body h2{margin-top:34px}.article-body h3{margin-top:24px}.article-body a{color:var(--red)}.article-body ol,.article-body ul{padding-left:22px}.cart-table{width:100%;border-collapse:collapse;margin:18px 0}.cart-table th{text-align:left;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border-bottom:2px solid #eee;padding:10px 8px}.cart-table td{padding:14px 8px;border-bottom:1px solid #eee;vertical-align:top}.cart-remove{background:none;border:none;color:#c4bcb4;font-size:1.5rem;cursor:pointer;line-height:1}.cart-remove:hover{color:var(--red)}.cart-empty{padding:24px 0}.cart-empty p{color:var(--muted);margin-bottom:18px}.cart-foot{display:grid;grid-template-columns:1fr 360px;grid-gap:44px;gap:44px;margin-top:24px;align-items:start}.cart-voucher label{font-weight:700;display:block;margin-bottom:10px}.cart-voucher input{padding:11px 12px;border:1px solid #ddd;border-radius:8px;font:inherit;flex:1 1}.cart-summary{background:var(--cream);border-radius:12px;padding:24px}.cart-summary h3{margin-top:0}.cart-summary .row{display:flex;justify-content:space-between;padding:6px 0;color:#555}.cart-summary .row.total{font-weight:700;font-size:1.2rem;color:var(--ink);border-top:1px solid #ddd;margin-top:8px;padding-top:12px}@media (max-width:760px){.cart-foot{grid-template-columns:1fr}}@media (max-width:1080px){.nav{display:none}.menu-toggle{display:block}.header-actions{margin-left:auto}}@media (max-width:560px){.site-header{padding-left:16px;padding-right:16px}.brand__logo{height:42px}.header-actions{gap:8px}.header-actions .btn-sm{padding:9px 13px;font-size:.66rem}.cart-btn{width:44px;height:44px}}@media (max-width:980px){.cat-hero__inner,.hero__inner{flex-direction:column;align-items:flex-start;gap:28px;padding-top:130px;padding-bottom:72px}.cat-hero__text,.hero__text{flex:1 1 auto;max-width:100%}.cat-hero__text{text-align:center}.cat-hero__cta{justify-content:center}.cat-hero__media,.hero__media{flex:0 0 auto;place-items:start}.cat-hero__play,.hero__play{width:128px;border-width:4px}.cat-hero__play span,.hero__play span{margin-left:6px;border-top-width:15px;border-bottom-width:15px;border-left-width:23px}.cat-hero--left .cat-hero__inner{flex-direction:column;align-items:flex-start}.cat-hero--left .cat-hero__text{text-align:left}.cat-hero--left .cat-hero__cta{justify-content:flex-start}}@media (max-width:900px){.cat-grid,.contact-grid,.footer-grid,.news-grid,.quotes,.termine,.tour-detail,.tour-row{grid-template-columns:1fr}.tour-row--rev .tour-row__media{order:0}.tour-row--rev .tour-row__body,.tour-row__body{padding-left:22px;padding-right:22px}}@font-face{font-family:Antic Slab;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3656edb3dd79d08-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Antic Slab Fallback;src:local("Times New Roman");ascent-override:80.73%;descent-override:21.47%;line-gap-override:0.00%;size-adjust:116.43%}.__className_42de97{font-family:Antic Slab,Antic Slab Fallback;font-weight:400;font-style:normal}.__variable_42de97{--font-display:"Antic Slab","Antic Slab Fallback"}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d6fc113833db48fe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1df014bb05b8510-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/13a314e63820922b-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/04c24f78ad5a47d8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c1a1fe1e2bf9b2ee-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9e769f40faa52555-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/37da3febcafd463e-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/51f6eedf9be77cd7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/403511e41efd5e81-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e807dee2426166ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans Fallback;src:local("Arial");ascent-override:101.65%;descent-override:27.86%;line-gap-override:0.00%;size-adjust:105.15%}.__className_2fad4c{font-family:Open Sans,Open Sans Fallback;font-style:normal}.__variable_2fad4c{--font-body:"Open Sans","Open Sans Fallback"}