@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#112e43;--deep:#092d43;--blue:#087e9d;--blue-dark:#056983;--sun:#ffb84c;--ink:#183649;--muted:#718293;--bg:#f5f8fb;--line:#e4eaf0;--shadow:0 14px 45px rgba(18,56,75,.065);font-family:'DM Sans',Arial,sans-serif;color:var(--ink)}*{box-sizing:border-box}body{margin:0;background:#fff}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{transition:background .18s,color .18s,transform .18s}button{cursor:pointer}button:disabled{opacity:.35;cursor:default}.wrap{width:min(1180px,calc(100% - 48px));margin:auto}.narrow{max-width:830px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--blue)}.eyebrow.light{color:#95e2ee}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;letter-spacing:-.045em}h1{font-size:clamp(38px,5vw,64px);line-height:1.09}h2{font-size:clamp(27px,3vw,39px);line-height:1.22}p{line-height:1.75}.muted{color:var(--muted)}.site-header{background:#fff;position:relative;z-index:2;border-bottom:1px solid #edf1f4}.header-flex{min-height:86px;display:flex;align-items:center;gap:36px}.brand{font-family:Manrope,sans-serif;letter-spacing:-.055em;font-size:24px;font-weight:800;display:inline-flex;align-items:center;gap:9px;color:var(--navy);white-space:nowrap}.brand-icon{display:grid;place-items:center;border-radius:11px;background:var(--blue);color:#fff;width:39px;height:39px;font-size:23px}.site-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.site-nav a{font-weight:700;font-size:13px}.site-nav a:hover{color:var(--blue)}.header-cta{padding:14px 21px;border-radius:10px;background:var(--blue);color:white;font-weight:800;font-size:13px}.header-cta:hover,.btn.primary:hover{background:var(--blue-dark)}.header-cta span{margin-left:8px}.hero{background:#073c54;background-image:linear-gradient(100deg,rgba(5,39,59,.95),rgba(5,40,58,.48)),var(--hero-image,linear-gradient(125deg,#093c59,#129fba));background-size:cover;background-position:center;min-height:540px;display:flex;align-items:center}.hero-inner{padding:100px 0}.hero-panel{max-width:730px;color:#fff}.hero h1{margin:14px 0 18px}.hero p{color:#dbe9ef;font-size:18px;max-width:570px;margin-bottom:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:13px 21px;border:1px solid transparent;border-radius:10px;font-weight:800;font-size:13px;line-height:1.5;min-height:46px;white-space:nowrap}.btn.sunny{background:var(--sun);color:#192f3d}.btn.sunny:hover{background:#ffc970;transform:translateY(-2px)}.btn.primary{background:var(--blue);color:white}.btn.secondary{background:#fff;color:#255367;border-color:#dce6ed}.btn.secondary:hover{background:#eff7f9}.section{padding:85px 0}.section.alt{background:#f4f9fa}.section h2{margin:12px 0 32px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}.feature-card{border:1px solid #e4eff0;background:#fff;min-height:210px;border-radius:17px;box-shadow:var(--shadow);padding:28px;display:flex;flex-direction:column;gap:15px}.feature-card:hover{transform:translateY(-4px);border-color:#a8dae2}.feature-emoji{display:grid;place-items:center;background:#e6f5f7;border-radius:12px;color:var(--blue);width:51px;height:51px;font-size:24px}.feature-card strong{font-size:21px}.feature-card>span:last-child{font-size:13px;color:var(--blue);font-weight:800}.body-text{font-size:17px;white-space:normal;color:#586f7f}.booking-link{text-align:center;background:linear-gradient(120deg,#e9f7f8,#f6fcfe);border:1px solid #d8edef;border-radius:22px;padding:58px 24px}.booking-link p{color:var(--muted)}.booking-symbol{margin:0 auto 20px;display:grid;place-items:center;width:66px;height:66px;border-radius:19px;background:var(--blue);color:#fff;font-size:34px}.booking-link h3{font-size:25px}.iframe-wrap{width:100%;border:1px solid var(--line);border-radius:15px;overflow:hidden}.iframe-wrap iframe{display:block;width:100%;border:0}.note{padding:24px;background:#fff3de;border-radius:10px}.booking-direct{width:100%;min-height:380px}.tbe-loading{padding:40px;background:#edf7f9;border-radius:12px;color:#476575}.cta-box{border-radius:24px;background:var(--deep);color:white;padding:48px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-box h2{margin:12px 0}.cta-box p{margin:0;color:#b8d1df}.site-footer{background:#0d293c;color:#d4e2eb}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;padding:62px 0}.site-footer .brand{color:#fff}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-grid strong{color:#fff}.footer-grid a:not(.brand){font-size:13px}.footer-grid p,.footer-grid small,.footer-grid span{color:#a6c2d0;font-size:13px}.footer-bottom{border-top:1px solid #375061;padding:20px 0;color:#9db6c4;font-size:12px}.not-found{padding:110px 0;min-height:55vh}.admin-body{background:var(--bg)}.admin-layout{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);padding:30px 19px;display:flex;flex-direction:column;gap:7px;position:sticky;top:0;height:100vh}.sidebar .brand{font-size:19px;margin-bottom:37px}.sidebar .brand-icon{width:34px;height:34px}.brand-suffix{font-size:10px;letter-spacing:0;background:#e9f7f9;color:var(--blue);padding:5px;border-radius:5px}.sidebar small{font-size:10px;letter-spacing:.15em;font-weight:800;color:#97a5b2;margin:7px 12px 13px}.side-link{width:100%;border:0;text-align:left;display:flex;gap:13px;align-items:center;padding:14px 13px;border-radius:9px;color:#637788;font-weight:700;font-size:13px;background:transparent}.side-link span{font-size:19px;min-width:22px}.side-link:hover,.side-link.active{background:#eaf7f9;color:var(--blue)}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:18px}.admin-main{min-width:0}.admin-top{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 44px;font-size:12px;color:#8795a3}.user-badge{background:#ebf6f5;color:#147b72;font-size:11px;padding:9px 12px;border-radius:8px;font-weight:800}.admin-content{padding:44px;max-width:1540px;margin:auto}.admin-content h1{font-size:36px;margin:11px 0 10px}.admin-content h2{font-size:20px;margin:0 0 12px}.admin-content>p{color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px;margin:34px 0}.stat,.admin-card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:28px}.stat{display:flex;flex-direction:column;gap:15px}.stat span{font-size:13px;color:#718598;font-weight:700}.stat strong{font:800 38px Manrope;color:var(--deep)}.stat small{font-size:12px;color:#9babba}.admin-card{margin:0 0 22px}.admin-card>p{font-size:14px;color:var(--muted)}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:30px}.page-heading h1{margin:7px 0}.page-heading p{color:var(--muted);font-size:14px;margin:0}.table-wrap{overflow:auto;padding:5px 24px}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#81909d}td,th{padding:21px 14px;border-bottom:1px solid #edf0f4;font-size:13px}tr:last-child td{border-bottom:0}td code{background:#f0f4f7;border-radius:5px;padding:6px 10px;color:#5c7585}.pill{font-size:11px;font-weight:800;padding:6px 10px;border-radius:20px}.pill.green{background:#e4f7ed;color:#248659}.pill.gray{background:#f1f2f4;color:#7c8994}.text-link{font-weight:800;color:var(--blue);white-space:nowrap}.toast{background:#e7f7ed;color:#2b7d52;border:1px solid #c6ead5;border-radius:9px;padding:15px 19px;margin-bottom:24px;font-size:13px;font-weight:700}.editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:22px;align-items:start}.editor-aside .sticky{position:sticky;top:26px}.editor-aside p{font-size:13px!important}.full{width:100%;margin:8px 0}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.edit-form{max-width:770px}.admin-body label,.login-card label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:800;color:#5e7182;margin:0 0 18px}.admin-body input:not([type=checkbox]),.admin-body textarea,.admin-body select,.login-card input{display:block;width:100%;height:46px;border-radius:9px;border:1px solid #dce5ec;background:white;color:var(--ink);padding:11px 13px;outline:none}.admin-body textarea{height:auto;min-height:96px;resize:vertical}.admin-body input:focus,.admin-body select:focus,.admin-body textarea:focus,.login-card input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #087e9d18}.check-row{display:flex;gap:30px;flex-wrap:wrap}.check-row label,.edit-form label.check{flex-direction:row;align-items:center}.check-row input,.edit-form input[type=checkbox]{accent-color:var(--blue)}.card-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px}.card-heading p{margin:0;color:var(--muted);font-size:12px}.block-editor{border:1px solid #e2eaf0;border-radius:12px;overflow:hidden;margin-bottom:14px}.block-title{background:#f8fafb;display:flex;justify-content:space-between;align-items:center;padding:13px 15px;border-bottom:1px solid var(--line)}.block-title>div{display:flex;align-items:center;gap:12px}.block-number{font-size:11px;border-radius:7px;background:#e1f2f5;color:var(--blue);font-weight:800;padding:5px 9px}.block-actions button{border:1px solid var(--line);background:white;border-radius:6px;padding:4px 10px;color:#6c8190}.block-actions button:hover{color:var(--blue)}.block-fields{padding:17px}.block-fields label{margin-bottom:12px}.empty-blocks{padding:35px;background:#f6f9fa;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:10px}.block-chooser{position:fixed;z-index:10;inset:auto 50% 50% auto;transform:translate(50%,50%);box-shadow:0 25px 100px #092d4370;width:min(430px,calc(100vw - 30px));padding:25px;border-radius:18px;background:white}.block-chooser p{font-weight:800}.block-chooser button{display:flex;justify-content:space-between;width:100%;padding:12px;border:1px solid var(--line);background:white;border-radius:7px;margin:7px 0;font-weight:700;color:var(--ink)}.block-chooser button:hover{background:#e9f7f9;color:var(--blue)}.delete-line{margin:25px 0}.text-danger{border:0;background:transparent;color:#c84646;font-weight:700}.login-body{background:linear-gradient(135deg,#073850,#e7f7f8);min-height:100vh;display:grid;place-items:center;padding:30px}.login-card{width:min(430px,100%);padding:38px;background:white;border-radius:20px;box-shadow:0 24px 80px #07385028}.login-card .brand{margin-bottom:45px}.login-card h1{font-size:32px;margin:12px 0}.login-card p{color:var(--muted);font-size:14px}.login-card form{margin-top:27px}.login-card .btn{width:100%}.alert{background:#fff2ef;color:#a6332a;padding:14px;border-radius:9px;font-size:13px}.admin-body input[type=checkbox]{width:auto;height:auto}.edit-form h2{margin:8px 0 23px}.edit-form>label{margin-bottom:22px}@media(max-width:1050px){.site-nav{gap:15px}.admin-layout{grid-template-columns:215px minmax(0,1fr)}.sidebar .brand{font-size:16px}.admin-content{padding:30px}.editor-grid{grid-template-columns:1fr}.editor-aside .sticky{position:static}}@media(max-width:720px){.wrap{width:min(100% - 30px,1180px)}.header-flex{min-height:76px;flex-wrap:wrap;gap:10px;padding:13px 0}.brand{font-size:20px}.site-nav{order:3;width:100%;overflow:auto;white-space:nowrap;padding-bottom:4px}.header-cta{margin-left:auto;padding:11px;font-size:11px}.hero{min-height:440px}.hero-inner{padding:62px 0}.hero p{font-size:16px}.section{padding:55px 0}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:145px}.cta-box{flex-direction:column;align-items:start;padding:30px}.footer-grid{grid-template-columns:1fr;gap:26px}.admin-layout{display:block}.sidebar{position:static;height:auto;padding:13px;display:flex;flex-direction:row;flex-wrap:wrap;gap:3px}.sidebar .brand{width:100%;margin:0 0 8px}.sidebar small,.sidebar-bottom{display:none}.side-link{width:auto;padding:10px;font-size:11px}.side-link span{display:none}.admin-top{padding:0 18px;height:54px}.admin-content{padding:25px 15px}.stat-grid{grid-template-columns:1fr;gap:12px}.page-heading{align-items:start;flex-direction:column}.field-grid{grid-template-columns:1fr}.admin-card{padding:19px}.table-wrap{padding:0 8px}td,th{padding:13px 8px}.block-fields{padding:10px}}

/* Embedded search: full-width, legible viewport; no automatic redirect. */
.iframe-wrap{width:100%;background:#fff;box-shadow:var(--shadow);border:1px solid #dce6ed;border-radius:16px;overflow:hidden}
.iframe-wrap iframe{display:block;width:100%;max-width:100%;border:0;min-height:700px}
.booking-fallback{font-size:12px;margin:12px 0 0;text-align:right}.booking-fallback a{color:var(--blue);text-decoration:underline}
@media(max-width:720px){.iframe-wrap{border-radius:10px}.iframe-wrap iframe{min-height:850px}.booking-fallback{text-align:left}}

/* v0.3: refreshed travel design for the site shell. The cross-origin iframe remains provider-controlled. */
.public-body{background:#f5f9fc;color:#173147}
.public-body .wrap{width:min(1380px,calc(100% - 64px))}
.public-body .site-header{background:#fff;box-shadow:0 4px 25px rgba(12,51,77,.045);border-bottom:1px solid #e7eff4}
.public-body .header-flex{min-height:90px}
.public-body .brand-icon{border-radius:14px;background:linear-gradient(145deg,#079bb1,#075a83);box-shadow:0 7px 17px #006a8c23}
.public-body .brand{font-size:25px}
.public-body .site-nav a{padding:10px 2px;position:relative}
.public-body .site-nav a:after{content:'';position:absolute;height:2px;left:0;right:100%;bottom:2px;background:#087e9d;transition:right .2s}
.public-body .site-nav a:hover:after{right:0}
.public-body .header-cta{border-radius:13px;background:linear-gradient(120deg,#087e9d,#09617f);box-shadow:0 9px 20px #087e9d25}
.public-body .header-cta:hover{transform:translateY(-2px)}
.booking-section{padding:0 0 90px;background:linear-gradient(180deg,#edf6f9 0,#f6f9fc 450px)}
.booking-heading{background:radial-gradient(ellipse at 84% 6%,rgba(47,179,194,.44),transparent 43%),linear-gradient(120deg,#09283f,#07536c 71%,#087c91);color:#fff;min-height:290px;padding:58px 0 78px;position:relative;overflow:hidden}
.booking-heading:before{content:'';position:absolute;right:-70px;bottom:-125px;width:390px;height:390px;border:1px solid #ffffff29;border-radius:50%;box-shadow:0 0 0 55px #ffffff08,0 0 0 110px #ffffff07;pointer-events:none}
.booking-heading .wrap{position:relative;z-index:1}
.booking-heading h2{font-size:clamp(35px,4vw,57px);margin:12px 0 12px;letter-spacing:-.045em;color:#fff}
.booking-heading p{max-width:700px;margin:0 0 22px;font-size:16px;line-height:1.65;color:#d1e7ef}
.booking-highlights{display:flex;flex-wrap:wrap;gap:10px}
.booking-highlights span{display:inline-flex;align-items:center;border:1px solid #ffffff35;border-radius:999px;background:#ffffff15;padding:8px 14px;font-size:12px;font-weight:700;color:#eaf7f9}
.booking-content{position:relative;margin-top:-39px!important;background:#fff;border:1px solid #e4ecf0;border-radius:23px;box-shadow:0 18px 60px rgba(12,49,75,.11);padding:26px!important}
.booking-content-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 2px 21px;border-bottom:1px solid #e8eef2;margin-bottom:20px}
.booking-content-head h3{margin:5px 0 0;font-size:22px;letter-spacing:-.03em}
.booking-partner-note{font-size:12px;color:#617b8a;border-radius:999px;background:#f0f7f9;padding:9px 13px;white-space:nowrap}
.booking-content .iframe-wrap{border-radius:13px;border:1px solid #e4eaf0;box-shadow:none;overflow:hidden;background:#fff}
.booking-content .booking-fallback{margin:14px 3px 0}
.public-body .site-footer{margin-top:0}
@media(max-width:720px){.public-body .wrap{width:calc(100% - 30px)}.public-body .header-flex{min-height:76px}.public-body .brand{font-size:20px}.booking-heading{padding:40px 0 77px;min-height:300px}.booking-heading p{font-size:14px}.booking-highlights{gap:6px}.booking-highlights span{font-size:10px;padding:7px 9px}.booking-content{padding:12px!important;margin-top:-46px!important;border-radius:16px}.booking-content-head{align-items:flex-start;flex-direction:column;padding:8px 4px 15px}.booking-content-head h3{font-size:19px}.booking-partner-note{font-size:10px}.booking-content .iframe-wrap{border-radius:8px}}

/* v0.4 editorial travel redesign */

:root{--navy:#092b3a;--deep:#092b3a;--blue:#007e9a;--blue-dark:#045f77;--sun:#ffd077;--ink:#173444;--bg:#fbf8f2;--muted:#59717e;--line:#e3eceb}
.public-body{background:#fcfaf5;color:#183745}
.public-body .wrap{width:min(1320px,calc(100% - 72px))}
.public-body .site-header{position:relative;z-index:50;border-bottom:1px solid #edf1ee;background:rgba(255,255,255,.98);box-shadow:0 4px 28px rgba(8,47,62,.06)}
.public-body .header-flex{min-height:84px;gap:28px}
.public-body .brand{font-size:24px;letter-spacing:-.06em}
.public-body .brand-icon{border-radius:12px;background:#07869d;box-shadow:none}
.public-body .header-cta{border-radius:100px;background:#086c84;padding:15px 24px;font-weight:800;box-shadow:none}
.public-body .site-nav a{font-size:13px}
.public-body .site-nav a:hover{color:#007d99}
/* All visuals are replaceable via the hero image field. Remote editorial demo images require approval before production. */
.public-body .hero{background-color:#12677b;background-image:linear-gradient(90deg,rgba(5,33,44,.86) 0%,rgba(8,44,50,.55) 44%,rgba(10,46,43,.06) 100%),var(--hero-image,url('https://images.pexels.com/photos/27651183/pexels-photo-27651183.jpeg?auto=compress&cs=tinysrgb&w=1800'));background-position:center,center 52%;background-size:cover,cover;min-height:620px;position:relative;overflow:hidden}
.public-body .hero:after{content:'';height:9px;bottom:0;left:0;right:0;position:absolute;background:linear-gradient(90deg,#ffc876,#e5faf2,#0c92ac)}
.public-body .hero-inner{padding:110px 0 120px;position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:32px}
.public-body .hero-panel{max-width:750px;position:relative;z-index:1}
.public-body .hero .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.2em;color:#ffdf98;background:rgba(1,39,50,.4);border:1px solid rgba(255,255,255,.3);padding:10px 15px;border-radius:100px;backdrop-filter:blur(6px)}
.public-body .hero h1{font-size:clamp(49px,6vw,92px);max-width:790px;line-height:1.065;letter-spacing:-.065em;margin:22px 0 18px;color:#fff;text-wrap:balance;text-shadow:0 3px 28px rgba(0,0,0,.16)}
.public-body .hero p{font-size:clamp(17px,1.6vw,22px);line-height:1.6;color:#f5fbfa;max-width:610px;margin-bottom:28px}
.public-body .hero .btn.sunny{font-size:15px;padding:16px 27px;border-radius:100px;background:#ffcd71;box-shadow:0 14px 35px #001b2240}
.public-body .hero .btn.sunny:hover{background:#ffe39d}
.hero-side-note{display:flex;flex-direction:column;flex:0 0 240px;border-left:2px solid #ffdc90;padding:15px 0 15px 20px;color:#fff;text-shadow:0 1px 12px #001c2a80}
.hero-side-note span{font-size:10px;letter-spacing:.18em;font-weight:800;color:#ffe5a3}
.hero-side-note strong{font-size:19px;font-weight:800;margin-top:5px}
.hero-quicklinks{display:flex;flex-wrap:wrap;gap:8px;margin-top:40px;max-width:760px}
.hero-quicklinks a{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #ffffff80;border-radius:100px;background:#ffffffeb;backdrop-filter:blur(8px);color:#173946;font-size:13px;font-weight:800;padding:12px 17px;box-shadow:0 7px 30px #00182122}
.hero-quicklinks a:hover{transform:translateY(-3px);background:#fff}
.hero-quicklinks span{color:#07809b}
/* Shorter intro on pages where the actual booking form immediately follows. */
.public-body .hero:not(.hero--home){min-height:440px}
.public-body .hero:not(.hero--home) .hero-inner{padding:78px 0 95px}
.public-body .hero:not(.hero--home) h1{font-size:clamp(45px,5.2vw,70px)}
.public-body .hero:not(.hero--home) .hero-side-note{display:none}
.public-body .hero--pauschalreisen{background-image:linear-gradient(90deg,rgba(5,33,44,.89),rgba(5,38,45,.42) 55%,rgba(5,38,45,.08)),var(--hero-image,url('https://images.pexels.com/photos/27379653/pexels-photo-27379653.jpeg?auto=compress&cs=tinysrgb&w=1800'))}
.public-body .hero--kreuzfahrt{background-image:linear-gradient(90deg,rgba(5,33,44,.85),rgba(5,38,45,.42) 55%,rgba(5,38,45,.08)),var(--hero-image,url('https://images.unsplash.com/photo-1548574505-5e239809ee19?w=1800&q=80'))}
.public-body .section.alt{background:#fcfaf5}
.public-body .section.alt .eyebrow{font-size:12px;letter-spacing:.2em}
.public-body .section.alt h2{font-size:clamp(31px,3vw,46px);margin:12px 0 32px;max-width:740px}
.public-body .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.public-body .feature-card{border:0;box-shadow:0 14px 38px rgba(21,52,54,.10);border-radius:22px;overflow:hidden;position:relative;isolation:isolate;min-height:355px;justify-content:flex-end;padding:0;color:#fff;background:#12647a}
.public-body .feature-card:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,transparent 28%,rgba(0,26,34,.85) 100%)}
.public-body .feature-photo{position:absolute;inset:0;z-index:-2;display:block;background-size:cover;background-position:center;transition:transform .45s ease;background-image:url('https://images.pexels.com/photos/27379653/pexels-photo-27379653.jpeg?auto=compress&cs=tinysrgb&w=850')}
.public-body .feature-card--2 .feature-photo,.public-body .feature-card--5 .feature-photo{background-image:url('https://images.pexels.com/photos/13702153/pexels-photo-13702153.jpeg?auto=compress&cs=tinysrgb&w=850')}
.public-body .feature-card--3 .feature-photo,.public-body .feature-card--6 .feature-photo{background-image:url('https://images.unsplash.com/photo-1548574505-5e239809ee19?w=850&q=80')}
.public-body .feature-card:hover .feature-photo{transform:scale(1.07)}
.public-body .feature-content{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:28px;position:relative;z-index:2}
.public-body .feature-kicker{font-size:10px;font-weight:800;letter-spacing:.16em;color:#ffdf9b}
.public-body .feature-card strong{font-size:clamp(23px,2.4vw,31px);line-height:1.25;letter-spacing:-.03em;color:#fff}
.public-body .feature-arrow{color:#fff!important;font-size:13px!important;font-weight:800;border-bottom:1px solid #fff8;padding-bottom:4px}
/* The booking engine has one heading, not two full-size blue banners. */
.public-body .booking-section{background:#f6f9f7;padding-bottom:90px}
.public-body .booking-heading{background:linear-gradient(90deg,#0e4654,#106d7a);min-height:0;padding:47px 0 72px}
.public-body .booking-heading:before{display:none}
.public-body .booking-heading h2{font-size:clamp(28px,3.2vw,43px);margin:8px 0 9px;letter-spacing:-.045em}
.public-body .booking-heading p{font-size:15px;margin:0 0 15px;max-width:810px}
.public-body .booking-highlights span{font-size:11px;padding:6px 11px;font-weight:700}
.public-body .hero + .booking-section .booking-heading{padding:30px 0 60px;background:#edf8f7;color:#173a47}
.public-body .hero + .booking-section .booking-heading h2{color:#173a47}
.public-body .hero + .booking-section .booking-heading p{color:#4d6875}
.public-body .hero + .booking-section .booking-heading .eyebrow{color:#087f94}
.public-body .hero + .booking-section .booking-highlights span{background:#fff;border-color:#d4e8e7;color:#24546a}
.public-body .booking-content{max-width:1320px!important;background:#fff;border:1px solid #e5eeed;border-radius:22px;box-shadow:0 20px 60px #15394315;padding:26px!important;margin-top:-38px!important}
.public-body .booking-content-head h3{font-size:22px}
.public-body .booking-partner-note{font-size:11px}
.public-body .booking-content .iframe-wrap{border-radius:12px;overflow:hidden}
.public-body .booking-fallback{color:#59717e;font-size:12px}
/* Travianet direct embedding only: external iframe contents are intentionally untouched. */
.public-body .booking-direct{max-width:100%;overflow:visible}
.public-body .booking-direct button,.public-body .booking-direct input[type=submit]{border-radius:9px}
.public-body .site-footer{background:#092e3b}
@media(max-width:1000px){.public-body .hero-side-note{display:none}.public-body .hero{min-height:560px}.public-body .feature-grid{gap:12px}.public-body .feature-card{min-height:300px}}
@media(max-width:720px){.public-body .wrap{width:calc(100% - 32px)}.public-body .header-flex{min-height:75px}.public-body .brand{font-size:19px}.public-body .site-nav{gap:20px}.public-body .hero{min-height:570px;background-position:center,60% center}.public-body .hero-inner{padding:75px 0 90px}.public-body .hero h1{font-size:clamp(42px,10vw,60px)}.public-body .hero p{font-size:16px}.public-body .hero .eyebrow{font-size:10px}.hero-quicklinks{gap:7px;margin-top:25px}.hero-quicklinks a{padding:10px 13px;font-size:11px}.public-body .hero:not(.hero--home){min-height:350px}.public-body .hero:not(.hero--home) .hero-inner{padding:62px 0 80px}.public-body .hero:not(.hero--home) h1{font-size:clamp(40px,10vw,55px)}.public-body .feature-grid{grid-template-columns:1fr}.public-body .feature-card{min-height:285px}.public-body .booking-heading{padding:30px 0 70px}.public-body .booking-heading h2{font-size:29px}.public-body .booking-content{padding:12px!important;border-radius:16px}.public-body .booking-partner-note{white-space:normal}.public-body .hero + .booking-section .booking-heading{padding:24px 0 64px}.public-body .booking-content-head{gap:7px}.public-body .booking-highlights span{font-size:10px}.public-body .header-cta{font-size:11px;padding:11px}}
@media(prefers-reduced-motion:reduce){.public-body .feature-photo,.public-body .feature-card,.hero-quicklinks a{transition:none}}
