/*
Theme Name: Forsthaus Suite
Theme URI: https://forsthaus-suite.de/
Author: Forsthaus Suite
Description: Elegantes, responsives WordPress-Theme fuer die Ferienwohnung Forsthaus Suite.
Version: 1.5.31
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: forsthaus-suite
*/

:root {
  --paper: #faf9f6;
  --paper-2: #efede8;
  --ink: #202124;
  --muted: #6d6b68;
  --line: rgba(32, 33, 36, .15);
  --slate: #191a1d;
  --slate-2: #2b2c30;
  --brass: #c8a566;
  --mineral: #ded7ca;
  --mist: #f1eee7;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(25, 26, 29, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Manrope', Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .18; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
*, *::before, *::after { box-sizing: border-box; }
button { cursor: pointer; }
img { max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 4px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.topline { display: flex; justify-content: space-between; gap: 16px; padding: 10px 5vw; color: rgba(255,255,255,.75); background: var(--slate); font: 10px/1.2 'DM Mono', monospace; letter-spacing: .14em; text-transform: uppercase; }
.topline strong { color: var(--brass); font-weight: 500; }

.site-header { position: sticky; top: 0; z-index: 15; padding: 18px 5vw; background: rgba(250,249,246,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1320px; margin: auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; flex: 0 0 auto; width: 66px; height: 54px; color: var(--brass); overflow: visible; }
.brand-mark img { display: block; width: 66px; height: 66px; object-fit: contain; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font: 600 14px/1 'Fraunces', Georgia, serif; letter-spacing: .055em; text-transform: uppercase; }
.brand-copy span { color: var(--brass); font: 9px/1 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); color: var(--muted); font-size: 12px; font-weight: 700; }
.nav-links .wp-menu { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); padding: 0; margin: 0; list-style: none; }
.nav-links .wp-menu a { transition: color .2s ease; }
.nav-links .wp-menu a:hover { color: var(--ink); }
.nav-links .wp-menu .current-menu-item > a { color: var(--ink); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--slate); border-radius: 999px; padding: 13px 18px; color: var(--white) !important; background: var(--slate); font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: #34353a; }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; font-size: 24px; }
.arrow { font-size: 16px; line-height: .7; }

.hero { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); gap: clamp(30px, 6vw, 96px); align-items: center; max-width: 1320px; min-height: 700px; margin: auto; padding: 86px 5vw 104px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: #8a7040; font: 11px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { content: ''; width: 30px; height: 1px; background: var(--brass); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin: 25px 0 22px; font: 600 clamp(54px, 7vw, 106px)/.91 'Fraunces', Georgia, serif; letter-spacing: -.065em; }
.hero-copy > p { max-width: 470px; margin-bottom: 30px; color: var(--muted); font-size: clamp(15px, 1.5vw, 18px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.micro-note { margin-top: 18px; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .04em; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--slate); border-radius: 999px; padding: 13px 18px; color: var(--white); background: var(--slate); font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: #34353a; }
.button.light { color: var(--slate); background: var(--paper); border-color: var(--paper); }
.button.light:hover { background: var(--white); }
.button.ghost { color: var(--slate); background: transparent; }
.button.ghost:hover { color: var(--white); background: var(--slate); }

.hero-visual { position: relative; min-height: 570px; }
.topo-panel { position: absolute; inset: 0 4% 0 0; overflow: hidden; border-radius: 0 100px 0 100px; background: var(--slate-2); box-shadow: var(--shadow); }
.photo-upload-area { isolation: isolate; z-index: 1; background-image: var(--hero-photo, none); background-size: cover; background-position: center; }
.photo-placeholder { position: absolute; inset: 0; z-index: 1; display: grid; place-content: center; justify-items: center; gap: 7px; padding: 30px; color: rgba(255,255,255,.88); text-align: center; background: radial-gradient(circle at 50% 45%, rgba(200,165,102,.14), transparent 37%), linear-gradient(145deg, #303135, #17181b); }
.has-photo .photo-placeholder { display: none; }
.upload-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 4px; color: var(--brass); border: 1px solid rgba(200,165,102,.7); border-radius: 50%; font: 30px/1 'Manrope', sans-serif; font-weight: 300; }
.photo-placeholder strong { font: 600 28px/1 'Fraunces', Georgia, serif; }
.photo-placeholder small { color: rgba(255,255,255,.72); font-size: 12px; }
.photo-hint { margin-top: 9px; color: rgba(255,255,255,.45); font: 9px 'DM Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.photo-overlay { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, transparent 45%, rgba(12,13,15,.46) 100%); }
.photo-label { position: absolute; z-index: 3; right: 25px; bottom: 24px; color: rgba(255,255,255,.88); writing-mode: vertical-rl; font: 10px 'DM Mono', monospace; letter-spacing: .18em; }
.visual-tag { position: absolute; z-index: 10; left: -34px; top: 40px; display: grid; gap: 7px; width: 196px; padding: 17px 17px 16px; color: var(--paper); background: var(--slate); border: 1px solid rgba(200,165,102,.7); box-shadow: 10px 12px 0 rgba(200,165,102,.82); }
.visual-tag img { display: block; width: 132px; height: 138px; margin: -16px auto -6px; object-fit: contain; }
.visual-tag span { color: var(--mineral); font: 9px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.visual-tag strong { font: 600 20px/1.02 'Fraunces', Georgia, serif; }
.visual-tag small { color: rgba(255,255,255,.7); font-size: 10px; }
.weather-chip { position: absolute; z-index: 9; right: -10px; bottom: 50px; display: flex; align-items: center; gap: 12px; padding: 15px 17px; color: var(--ink); background: rgba(251,252,250,.92); border: 1px solid rgba(28,42,46,.12); box-shadow: 0 16px 40px rgba(34,53,56,.14); backdrop-filter: blur(12px); }
.weather-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--mist); color: #8a7040; }
.weather-chip strong { display: block; font-size: 12px; }
.weather-chip span { display: block; margin-top: 2px; color: var(--muted); font: 9px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }

.intro-band { color: var(--paper); background: var(--slate); }
.intro-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; max-width: 1320px; margin: auto; padding: 64px 5vw; }
.intro-grid .section-kicker { color: var(--brass); }
.intro-heading { display: grid; align-content: start; gap: 14px; }
.intro-grid h2 { max-width: 700px; margin: 0; font: 500 clamp(38px, 5vw, 76px)/.98 'Fraunces', Georgia, serif; letter-spacing: -.05em; }
.intro-grid p { align-self: end; max-width: 480px; margin: 0; color: rgba(255,255,255,.7); font-size: 16px; }

.section { max-width: 1320px; margin: auto; padding: 68px 5vw; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading h2 { max-width: 700px; margin: 14px 0 0; font: 600 clamp(38px, 5vw, 68px)/.96 'Fraunces', Georgia, serif; letter-spacing: -.055em; }
.section-heading > p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature { min-height: 250px; padding: 27px 28px 28px 0; border-right: 1px solid var(--line); }
.feature + .feature { padding-left: 28px; }
.feature:last-child { border-right: 0; }
.feature-number { color: var(--brass); font: 12px 'DM Mono', monospace; }
.feature h3 { margin: 43px 0 11px; font: 600 26px/1 'Fraunces', Georgia, serif; letter-spacing: -.035em; }
.feature p { max-width: 300px; margin-bottom: 0; color: var(--muted); font-size: 13px; }

.gallery-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 38vw); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px 2px 18px; scroll-snap-type: inline mandatory; scrollbar-color: var(--brass) rgba(32,33,36,.12); scrollbar-width: thin; }
.gallery-scroll:focus-visible { outline-offset: 8px; }
.gallery-card { min-height: 420px; scroll-snap-align: start; }
.gallery-card.small { min-height: 420px; }
.photo-card { position: relative; min-height: 420px; overflow: hidden; color: var(--paper); background: var(--slate); cursor: pointer; }
.photo-card.small { min-height: 201px; }
.photo-card, .photo-card::before, .photo-media { border-radius: var(--radius); }
.photo-card::before { content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, transparent 35%, rgba(16,16,18,.82) 100%); }
.photo-media { position: absolute; inset: 0; overflow: hidden; background: var(--slate); }
.photo-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-card.scene-one .photo-media { background: linear-gradient(145deg, #8d8d8a 0%, #47484b 50%, #191a1d 100%); }
.photo-card.scene-two .photo-media { background: linear-gradient(135deg, #d9d1c3 0%, #a58a62 42%, #2f3033 100%); }
.photo-card.scene-three .photo-media { background: linear-gradient(145deg, #e7e3da 0%, #999795 48%, #36373b 100%); }
.photo-card .scene-sun { position: absolute; top: 14%; right: 16%; width: 70px; height: 70px; border-radius: 50%; background: rgba(255,223,165,.8); box-shadow: 0 0 60px 18px rgba(255,220,170,.3); }
.photo-card .scene-ridge { position: absolute; left: -10%; right: -10%; bottom: 23%; height: 48%; background: #4d4e52; clip-path: polygon(0 72%, 20% 32%, 35% 50%, 56% 4%, 72% 38%, 100% 20%, 100% 100%, 0 100%); opacity: .85; }
.photo-card .scene-house { position: absolute; left: 22%; bottom: 21%; width: 28%; height: 20%; background: #2d2e32; box-shadow: 50px -8px 0 -8px #2d2e32; }
.photo-card .scene-house::before { content: ''; position: absolute; left: -10%; top: -33%; width: 120%; height: 60%; background: #1a1b1e; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.photo-card .scene-window { position: absolute; left: 18%; top: 22%; width: 14px; height: 22px; background: var(--brass); box-shadow: 30px 0 var(--brass); }
.photo-card .photo-label { position: absolute; right: 22px; top: 20px; padding: 7px 9px; color: var(--paper); border: 1px solid rgba(255,255,255,.5); font: 9px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.photo-card figcaption { position: absolute; right: 24px; bottom: 22px; left: 24px; }
.photo-card figcaption strong { display: block; margin-bottom: 3px; font: 600 28px/1 'Fraunces', Georgia, serif; }
.photo-card figcaption span { color: rgba(255,255,255,.75); font-size: 11px; }
.photo-card.small figcaption strong { font-size: 22px; }

.live-section { background: var(--paper-2); }
.live-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; padding-top: 68px; padding-bottom: 68px; }
.live-card { position: relative; min-height: 330px; padding: 28px; overflow: hidden; color: var(--paper); background: var(--slate); border-radius: var(--radius); }
.live-card h3 { max-width: 300px; margin: 14px 0 8px; font: 600 33px/1 'Fraunces', Georgia, serif; letter-spacing: -.04em; }
.live-card p { max-width: 340px; color: rgba(255,255,255,.68); font-size: 13px; }
.live-card .button { margin-top: 18px; }
.camera-view { position: absolute; right: -30px; bottom: -35px; width: 52%; height: 62%; opacity: .85; background: linear-gradient(155deg, #d8d1c4 0%, #8e7a5b 47%, #2c2d30 48%, #1b1c1f 100%); clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); }
.camera-view::after { content: 'WEBCAM / VORSCHAU'; position: absolute; right: 25px; top: 18px; color: rgba(255,255,255,.74); font: 9px 'DM Mono', monospace; letter-spacing: .12em; writing-mode: vertical-rl; }
.live-card.weather { color: var(--ink); background: var(--mineral); }
.live-card.weather p { color: rgba(32,33,36,.7); }
.weather-readout { display: flex; align-items: end; gap: 12px; margin: 35px 0 22px; }
.weather-readout strong { font: 600 66px/.8 'Fraunces', Georgia, serif; letter-spacing: -.08em; }
.weather-readout span { color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .07em; text-transform: uppercase; }
.weather-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.weather-list div { padding-top: 10px; border-top: 1px solid rgba(32,33,36,.2); }
.weather-list small { display: block; color: var(--muted); font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.weather-list b { display: block; margin-top: 3px; font-size: 13px; }
.live-link { display: inline-flex; margin-top: 15px; color: var(--brass); font-size: 11px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.review-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.review-intro h2 { margin: 14px 0 18px; font: 600 clamp(36px, 5vw, 63px)/.96 'Fraunces', Georgia, serif; letter-spacing: -.055em; }
.review-intro p { max-width: 300px; color: var(--muted); font-size: 13px; }
.review-stack { display: grid; gap: 13px; }
.review { position: relative; padding: 25px 27px 23px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.review-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.review-title { color: var(--ink); font: 700 21px/1.08 'Fraunces', Georgia, serif; letter-spacing: -.025em; }
.review::before { content: '“'; position: absolute; right: 25px; top: 53px; color: var(--mineral); font: 78px/.8 'Fraunces', Georgia, serif; }
.review p { position: relative; max-width: 570px; margin: 17px 0 15px; color: var(--muted); font: 400 15px/1.6 'Manrope', Arial, sans-serif; }
.review-meta { display: flex; justify-content: flex-start; gap: 15px; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.stars { flex: 0 0 auto; color: var(--brass); letter-spacing: .14em; font-size: 13px; }
.manual-note { margin-top: 18px; padding: 14px 16px; color: #705a31; background: var(--mist); border-left: 3px solid var(--brass); font-size: 11px; }

.booking-section { color: var(--paper); background: var(--slate); scroll-margin-top: 100px; }
.booking-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 64px; align-items: start; }
.booking-copy .section-kicker { color: var(--brass); }
.booking-copy h2 { margin: 15px 0 20px; font: 600 clamp(42px, 5vw, 72px)/.94 'Fraunces', Georgia, serif; letter-spacing: -.06em; }
.booking-copy > p { max-width: 390px; color: rgba(255,255,255,.7); font-size: 14px; }
.booking-steps { display: grid; gap: 19px; margin-top: 38px; }
.step { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; }
.step-mark { display: grid; place-items: center; width: 25px; height: 25px; color: var(--slate); background: var(--brass); border-radius: 50%; font: 11px 'DM Mono', monospace; }
.step strong { display: block; font-size: 12px; }
.step span { display: block; margin-top: 3px; color: rgba(255,255,255,.58); font-size: 11px; }
.booking-card { width: calc(100% + 50px); max-width: none; min-width: 0; margin-left: 0; margin-right: -50px; padding: 28px; color: var(--ink); background: var(--paper); border-radius: var(--radius); box-shadow: 0 24px 65px rgba(0,0,0,.17); }
.booking-card > * { min-width: 0; max-width: 100%; }
.booking-card-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 28px; }
.booking-card h3 { margin: 0; font: 600 30px/1 'Fraunces', Georgia, serif; letter-spacing: -.04em; }
.booking-card-head span { max-width: 150px; color: var(--muted); text-align: right; font: 9px 'DM Mono', monospace; line-height: 1.4; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; width: 100%; max-width: 100%; min-width: 0; }
.field { display: grid; gap: 7px; width: 100%; max-width: 100%; min-width: 0; }
.field.full { grid-column: 1 / -1; }
label { color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
input, select, textarea { width: 100%; padding: 13px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 10px; outline: none; }
.booking-card, .booking-card form, .booking-card .form-grid, .booking-card .field, .booking-card .form-foot { min-width: 0; max-width: 100%; }
.booking-card form { display: block; width: 100%; }
.booking-card input, .booking-card select, .booking-card textarea { display: block; width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; }
.booking-card .form-foot > * { min-width: 0; max-width: 100%; }
.booking-card .form-foot small { overflow-wrap: anywhere; }
input:focus, select:focus, textarea:focus { border-color: var(--brass); box-shadow: 0 0 0 3px rgba(200,165,102,.16); }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 19px; }
.form-foot small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.form-privacy-link { color: #80652f; text-decoration: underline; text-underline-offset: 3px; }
.form-foot .button { border: 0; }
.form-foot .button:disabled { cursor: not-allowed; opacity: .48; transform: none; }
.status { margin-top: 16px; padding: 13px 14px; color: #5c4b2e; background: var(--mist); border-left: 3px solid var(--brass); font-size: 12px; }
.status[role="status"] { color: #216b3a; background: #e9f5ec; border-left-color: #3d9b5d; }
.status[role="alert"] { color: #7b302e; background: #fbefee; border-left-color: #c65a55; }

.site-footer { padding: 26px 5vw; color: rgba(255,255,255,.7); background: #121316; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; max-width: 1320px; margin: auto; font: 10px 'DM Mono', monospace; letter-spacing: .06em; }
.footer-inner strong { color: var(--paper); font-weight: 500; }
.footer-links { display: flex; gap: 18px; align-items: center; }
.footer-menu { display: flex; gap: 18px; padding: 0; margin: 0; list-style: none; }
.legal-page { min-height: 62vh; }
.legal-content { max-width: 760px; padding: 35px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.legal-content h2 { margin: 28px 0 8px; font: 600 25px/1 'Fraunces', Georgia, serif; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--muted); font-size: 14px; }
.legal-content a { color: #80652f; text-decoration: underline; text-underline-offset: 3px; }
.privacy-page .legal-content h3 { margin: 24px 0 7px; font: 600 19px/1 'Fraunces', Georgia, serif; }
.privacy-page .legal-content p { margin-bottom: 14px; }
.legal-missing { color: #a45e41; font-weight: 700; }
.legal-warning { margin-top: 30px; padding: 15px 17px; color: #5c4b2e; background: var(--mist); border-left: 3px solid var(--brass); font-size: 11px; }
.footer-links a:hover { color: var(--brass); }

.modal-backdrop { display: none; position: fixed; inset: 0; z-index: 30; place-items: center; padding: 24px; background: rgba(16,16,18,.7); backdrop-filter: blur(8px); }
.modal-backdrop.open { display: grid; }
.modal { position: relative; width: min(620px, 100%); padding: 30px; background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.modal h3 { margin: 0 40px 12px 0; font: 600 36px/1 'Fraunces', Georgia, serif; letter-spacing: -.04em; }
.modal p { color: var(--muted); font-size: 13px; }
.modal-close { position: absolute; top: 18px; right: 18px; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font-size: 20px; }
.modal-visual { min-height: 230px; margin-top: 20px; overflow: hidden; border-radius: 15px; background: linear-gradient(145deg, #d9d1c3 0%, #8e7a5b 49%, #2f3033 50%, #17181b 100%); }
.modal-visual iframe { display: block; width: 100%; min-height: 320px; border: 0; }
.modal-visual:has(.modal-full-image) { background: var(--slate); }
.modal-full-image { display: block; width: 100%; max-height: 72vh; object-fit: contain; }

@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; left: 5vw; right: 5vw; top: 79px; padding: 18px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: block; }
  .nav-links .wp-menu { display: grid; gap: 18px; }
  .nav-links .nav-cta { width: 100%; margin-top: 18px; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .hero-visual { min-height: 480px; }
  .intro-grid, .review-layout, .booking-grid { grid-template-columns: 1fr; gap: 35px; }
  .booking-card { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; }
  .intro-grid p { align-self: start; }
  .booking-grid { gap: 48px; }
}
@media (max-width: 620px) {
  .topline { padding-inline: 20px; font-size: 8px; }
  .topline span:last-child { display: none; }
  .site-header { padding-inline: 20px; }
  .hero, .section, .intro-grid { padding-right: 20px; padding-left: 20px; }
  .section { padding-top: 52px; padding-bottom: 52px; }
  .intro-grid { padding-top: 50px; padding-bottom: 50px; }
  h1 { font-size: clamp(50px, 16vw, 78px); }
  .hero-visual { min-height: 380px; }
  .topo-panel { inset: 0; border-radius: 0 55px 0 55px; }
  .visual-tag { left: 10px; top: 24px; transform: scale(.9); transform-origin: left top; }
  .weather-chip { right: 8px; bottom: 22px; }
  .feature-grid, .live-grid { grid-template-columns: 1fr; }
  .feature, .feature + .feature { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature:last-child { border-bottom: 0; }
  .gallery-scroll { grid-auto-columns: minmax(270px, 82vw); gap: 14px; }
  .photo-card, .photo-card.small { min-height: 300px; }
  .photo-card.small figcaption strong { font-size: 18px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-foot { align-items: stretch; flex-direction: column; }
  .form-foot .button { width: 100%; }
  .footer-inner { flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Airbnb iCal availability calendar */
.booking-card { min-width: 0; }
.airbnb-calendar { margin: 0 0 26px; padding: 20px; color: var(--ink); background: #fff; border: 1px solid var(--line); }
.airbnb-calendar.is-loading { opacity: .72; }
.airbnb-calendar-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.airbnb-calendar-head .section-kicker { color: var(--brass); }
.airbnb-calendar h4 { margin: 5px 0 0; font: 600 24px/1.05 'Fraunces', Georgia, serif; letter-spacing: -.035em; }
.calendar-refresh, .calendar-toolbar button { display: inline-grid; place-items: center; border: 1px solid var(--line); color: var(--ink); background: var(--paper); cursor: pointer; }
.calendar-refresh { width: 34px; height: 34px; font-size: 21px; line-height: 1; }
.calendar-refresh:hover, .calendar-toolbar button:hover { color: var(--paper); background: var(--slate); }
.calendar-toolbar { display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; gap: 10px; margin: 18px 0 12px; text-align: center; }
.calendar-toolbar button { width: 34px; height: 30px; font-size: 17px; }
.calendar-toolbar strong { font: 600 14px/1 'Manrope', Arial, sans-serif; text-transform: capitalize; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; text-align: center; }
.calendar-weekdays { color: var(--muted); font: 10px/1 'DM Mono', monospace; text-transform: uppercase; }
.calendar-days { margin-top: 8px; }
.calendar-day { min-height: 34px; border: 1px solid transparent; color: var(--ink); background: transparent; font: 500 12px/1 'Manrope', Arial, sans-serif; }
button.calendar-day { cursor: default; }
.calendar-day.is-available { background: rgba(200, 165, 102, .12); }
.calendar-day.is-booked { color: rgba(32,33,36,.55); background: rgba(32,33,36,.12); text-decoration: line-through; font-weight: 700; }
.calendar-day.is-calendar-unavailable { color: rgba(32,33,36,.42); background: rgba(32,33,36,.045); border-color: rgba(32,33,36,.1); cursor: wait; }
.calendar-day.is-today { border-color: var(--brass); font-weight: 800; }
.calendar-day.is-selected-start, .calendar-day.is-selected-end { color: var(--paper); background: var(--slate); border-color: var(--slate); font-weight: 800; }
.calendar-day.is-selected-range { color: var(--ink); background: rgba(200, 165, 102, .32); border-color: rgba(200, 165, 102, .48); }
.calendar-day.is-available:not(:disabled) { cursor: pointer; }
.calendar-day.is-empty { min-height: 34px; }
.calendar-legend { display: flex; gap: 16px; margin-top: 15px; color: var(--muted); font: 10px/1 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .04em; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 6px; }
.calendar-dot { display: inline-block; width: 9px; height: 9px; border: 1px solid var(--line); }
.calendar-dot.available { background: rgba(200, 165, 102, .32); border-color: rgba(200, 165, 102, .62); }
.calendar-dot.booked { background: rgba(32,33,36,.16); }
.calendar-status { min-height: 15px; margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.calendar-status.is-stale { color: #8b5e34; font-weight: 800; }
.airbnb-calendar.is-stale { border-color: rgba(139, 94, 52, .46); }
@media (min-width: 901px) {
  .booking-card {
    display: block !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
  }
  .booking-card > .booking-card-head,
  .booking-card > .airbnb-calendar,
  .booking-card > .status,
  .booking-card > form {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100%;
    max-width: 100%;
  }
  .booking-card > .airbnb-calendar { margin: 0 0 26px; }
}
@media (max-width: 900px) {
  .airbnb-calendar { margin-top: 22px; }
}

/* Airbnb-Exposé: verifizierte Kerndaten, dynamische Details direkt im Inserat */
.airbnb-section { color: var(--ink); background: var(--mist); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.airbnb-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(42px, 8vw, 126px); align-items: center; }
.airbnb-intro h2 { max-width: 660px; margin: 15px 0 20px; font: 600 clamp(42px, 5.3vw, 78px)/.92 'Fraunces', Georgia, serif; letter-spacing: -.06em; }
.airbnb-intro h2 em { color: #8a7040; font-style: normal; }
.airbnb-intro p { max-width: 460px; margin-bottom: 28px; color: var(--muted); font-size: 15px; }
.airbnb-button { color: var(--slate); background: var(--brass); border-color: var(--brass); }
.airbnb-button:hover { color: var(--slate); background: #d6b979; }
.airbnb-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.airbnb-fact { min-height: 172px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding: 24px 20px 21px; border-left: 1px solid var(--line); }
.airbnb-fact:first-child { border-left: 0; }
.airbnb-fact strong { font: 600 clamp(22px, 2.25vw, 34px)/.98 'Fraunces', Georgia, serif; letter-spacing: -.04em; }
.airbnb-fact span { color: var(--muted); font: 10px/1.35 'DM Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 900px) {
  .airbnb-grid { grid-template-columns: 1fr; gap: 42px; }
  .airbnb-facts { max-width: 760px; }
}

@media (max-width: 620px) {
  .airbnb-facts { grid-template-columns: 1fr; }
  .airbnb-fact { min-height: auto; gap: 18px; border-top: 1px solid var(--line); border-left: 0; }
  .airbnb-fact:first-child { border-top: 0; }
  .hero-actions .airbnb-button { flex-basis: 100%; }
}

/* Preis- und Buchungshinweise */
.booking-pricing { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.booking-info-heading h4 { margin: 9px 0 8px; font: 600 clamp(25px, 3vw, 38px)/1 'Fraunces', Georgia, serif; letter-spacing: -.04em; }
.booking-info-heading p { max-width: 560px; margin: 0 0 22px; color: var(--muted); font-size: 12px; }
.price-table-wrap { overflow-x: auto; }
.price-table { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 12px; }
.price-table th, .price-table td { padding: 13px 11px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }
.price-table thead th { color: var(--muted); font: 9px/1.25 'DM Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.price-table tbody th { width: 35%; font-weight: 800; }
.price-table tbody td:nth-child(2) { width: 24%; white-space: nowrap; font-weight: 800; }
.price-table small { color: var(--muted); font-size: 10px; }
.booking-costs, .booking-cancellation, .booking-notes { margin-top: 25px; padding-top: 21px; border-top: 1px solid var(--line); }
.booking-costs-heading { color: #8a7040; font: 10px/1.2 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.booking-costs ul, .booking-notes ul { display: grid; gap: 11px; margin: 15px 0 0; padding: 0; list-style: none; }
.booking-costs li { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(32,33,36,.08); font-size: 11px; }
.booking-costs li:last-child { padding-bottom: 0; border-bottom: 0; }
.booking-costs li strong { font-weight: 800; }
.booking-costs li span { color: var(--muted); text-align: right; }
.cancellation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 15px; }
.cancellation-grid > div { display: grid; gap: 7px; padding: 12px; background: var(--mist); }
.cancellation-grid strong { font-size: 11px; }
.cancellation-grid span { color: #8a7040; font: 12px 'DM Mono', monospace; }
.booking-cancellation p { margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.booking-notes ul { padding-left: 17px; list-style: disc; color: var(--muted); font-size: 11px; }
.booking-notes li { padding-left: 3px; }
.booking-notes li::marker { color: var(--brass); }

@media (max-width: 620px) {
  .booking-costs li { display: grid; gap: 4px; }
  .booking-costs li span { text-align: left; }
  .cancellation-grid { grid-template-columns: 1fr; }
  .cancellation-grid > div { grid-template-columns: 1fr auto; align-items: center; }
  .cancellation-grid span { text-align: right; }
}

/* Preis- und Buchungshinweise links neben dem Kalender */
.booking-copy .booking-pricing { margin-top: 38px; padding-top: 27px; border-top-color: rgba(255,255,255,.2); }
.booking-copy .booking-info-heading p { color: rgba(255,255,255,.7); }
.booking-copy .price-table { min-width: 0; }
.booking-copy .price-table th,
.booking-copy .price-table td { border-top-color: rgba(255,255,255,.2); }
.booking-copy .price-table thead th { color: rgba(255,255,255,.58); }
.booking-copy .price-table small { color: rgba(255,255,255,.58); }
.booking-copy .booking-costs,
.booking-copy .booking-cancellation,
.booking-copy .booking-notes { border-top-color: rgba(255,255,255,.2); }
.booking-copy .booking-costs li { border-bottom-color: rgba(255,255,255,.12); }
.booking-copy .booking-costs li span { color: rgba(255,255,255,.68); }
.booking-copy .cancellation-grid > div { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.booking-copy .cancellation-grid strong { color: var(--paper); }
.booking-copy .booking-cancellation p,
.booking-copy .booking-notes ul { color: rgba(255,255,255,.68); }

/* Saisonfarben im Belegungskalender: blau = Nebensaison, violett = Hauptsaison/automatische Feiertage */
.calendar-legend { flex-wrap: wrap; row-gap: 9px; }
.calendar-day.is-low-season { color: #164e63; background: #dbeafe; border-color: #93c5fd; }
.calendar-day.is-high-season { color: #5b21b6; background: #ede9fe; border-color: #c4b5fd; }
.calendar-day.is-holiday { color: #9f1239; background: #fce7f3; border-color: #f9a8d4; font-weight: 700; }
.calendar-day.is-booked { color: rgba(32,33,36,.55); background: rgba(32,33,36,.12); text-decoration: line-through; font-weight: 700; }
.calendar-day.is-calendar-unavailable { color: rgba(32,33,36,.42); background: rgba(32,33,36,.045); border-color: rgba(32,33,36,.1); cursor: wait; }
.calendar-day.is-selected-start,
.calendar-day.is-selected-end { color: var(--paper); background: var(--slate); border-color: var(--slate); }
.calendar-day.is-selected-range { color: var(--ink); background: rgba(200, 165, 102, .32); border-color: rgba(200, 165, 102, .48); }
.calendar-dot.low-season { background: #bfdbfe; border-color: #60a5fa; }
.calendar-dot.high-season { background: #ddd6fe; border-color: #a78bfa; }
.calendar-dot.holiday { background: #fbcfe8; border-color: #ec4899; }

