:root {
  --cream: #f6f3eb;
  --cream-2: #eae4d8;
  --cream-3: #d8ccb8;
  --forest: #17382a;
  --forest-2: #0c251a;
  --moss: #5b6b4d;
  --bronze: #9c7c43;
  --bronze-light: #dcc59a;
  --ink: #202a23;
  --ink-soft: #596159;
  --muted: #777a72;
  --rule: #ddd4c6;
  --rule-2: #bcae98;
  --surface: #fffdf8;
  --sage-wash: #edf0e8;
  --color-page: var(--cream);
  --color-surface: var(--surface);
  --color-text: var(--ink);
  --color-text-subtle: var(--ink-soft);
  --color-action: var(--forest);
  --color-accent: var(--bronze);
  --space-section: clamp(92px, 8.2vw, 128px);
  --space-section-compact: clamp(70px, 6vw, 96px);
  --line-brand: 1px solid var(--rule-2);
  --font-display: 'Source Serif 4', Georgia, serif;
  --font-body: 'IBM Plex Sans', Arial, sans-serif;
  --paper: var(--cream);
  --paper-2: var(--cream-2);
  --paper-3: var(--cream-3);
  --forest-2-old: var(--forest-2);
  --ink-2: var(--ink-soft);
  --ink-3: var(--muted);
  --maxw: 1240px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { background: var(--color-page); color: var(--color-text); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
ul { list-style: none; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.08; letter-spacing: -.018em; font-optical-sizing: auto; }
h1 { font-size: clamp(45px, 6vw, 82px); }
h2 { font-size: clamp(36px, 4.2vw, 58px); }
h3 { font-size: clamp(23px, 2vw, 30px); }
h2 em, h1 em { color: var(--moss); font-weight: 400; }
.wrap { width: min(100%, var(--maxw)); margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.section, .sec { padding: var(--space-section) 0; }
.section--sand, .sec-alt { background: var(--cream-2); }
.sec-tight { padding: 70px 0; }
.measure { max-width: 62ch; }
.lede { font-family: 'Source Serif 4', Georgia, serif; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; color: var(--ink-soft); }
.meta { font-size: 13px; color: var(--muted); }
.btn-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }

::selection { background: var(--bronze-light); color: var(--forest-2); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--bronze); outline-offset: 4px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 23px; border: 1px solid var(--forest); background: var(--forest); color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; transition: .25s var(--ease); cursor: pointer; }
.btn:hover { background: var(--moss); border-color: var(--moss); }
.btn-sm { min-height: 42px; padding: 10px 17px; font-size: 11px; }
.btn-outline { background: transparent; color: var(--forest); border-color: var(--rule-2); }
.btn-outline:hover { color: #fff; background: var(--forest); border-color: var(--forest); }
.btn-light, .btn-onDark { color: var(--forest-2); background: #f3ecdf; border-color: #f3ecdf; }
.btn-light:hover, .btn-onDark:hover { color: var(--forest-2); background: var(--bronze-light); border-color: var(--bronze-light); }
.btn-outline-light, .btn-onDark-outline { color: #fff; background: transparent; border-color: rgba(255,255,255,.5); }
.btn-outline-light:hover, .btn-onDark-outline:hover { color: var(--forest-2); background: #fff; border-color: #fff; }
.text-link, .tlink { display: inline-flex; align-items: center; gap: 14px; padding: 0 0 6px; border-bottom: 1px solid var(--bronze); color: var(--forest); font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.text-link span, .tlink svg { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.eyebrow, .section-mark { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--moss); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before, .section-mark::before { content: ''; width: 35px; height: 1px; background: var(--bronze); }

[data-r] { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-r].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition-duration: .001ms !important; } }

/* Navigation */
.site-header, body > header { position: sticky; top: 0; z-index: 70; background: rgba(246,243,235,.97); color: var(--forest); border-bottom: 1px solid var(--rule); backdrop-filter: blur(12px); }
.site-header--overlay { position: absolute; left: 0; width: 100%; color: #fff; background: linear-gradient(to bottom, rgba(5,16,10,.78), rgba(5,16,10,0)); border: 0; backdrop-filter: none; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.site-header--overlay .nav { height: 104px; border-bottom: 1px solid rgba(255,255,255,.2); }
.wordmark { display: block; flex: none; }
.wordmark-main, .wordmark b { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 27px; line-height: 1; font-weight: 600; letter-spacing: .02em; text-transform: none; }
.wordmark-main span { display: inline; color: var(--bronze); font: inherit; font-style: italic; font-weight: 400; letter-spacing: inherit; text-transform: none; }
.wordmark small, .wordmark > span:not(.wordmark-main) { display: block; margin-top: 7px; color: var(--muted); font-size: 8.5px; line-height: 1; font-weight: 500; letter-spacing: .21em; text-transform: uppercase; }
.site-header--overlay .wordmark small { color: rgba(255,255,255,.68); }
.site-header--overlay .wordmark-main { color: #fff; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { position: relative; padding: 8px 0; color: var(--ink-soft); font-size: 13px; font-weight: 500; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 1px; height: 1px; background: var(--bronze); transition: right .22s; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-links a.active { color: var(--forest); }
.site-header--overlay .nav-links a { color: rgba(255,255,255,.8); }
.site-header--overlay .nav-links a:hover, .site-header--overlay .nav-links a.active { color: #fff; }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-tel { font-size: 13px; }
.site-header--overlay .nav-cta { color: #fff; background: transparent; border-color: rgba(255,255,255,.48); }
.site-header--overlay .nav-cta:hover { color: var(--forest); background: #fff; border-color: #fff; }
.burger { display: none; width: 42px; height: 42px; border: 1px solid currentColor; background: transparent; color: inherit; align-items: center; justify-content: center; cursor: pointer; }
.burger i, .burger i::before, .burger i::after { display: block; width: 17px; height: 1px; background: currentColor; position: relative; transition: .2s; }
.burger i::before, .burger i::after { content: ''; position: absolute; left: 0; }
.burger i::before { top: -6px; } .burger i::after { top: 6px; }
.burger.open i { background: transparent; } .burger.open i::before { top: 0; transform: rotate(45deg); } .burger.open i::after { top: 0; transform: rotate(-45deg); }
.mmenu { position: fixed; inset: 84px 0 0; z-index: 65; display: none; flex-direction: column; padding: 30px 24px; background: var(--cream); }
.mmenu.open { display: flex; }
.mmenu > a { padding: 16px 0; border-bottom: 1px solid var(--rule); font-family: 'Source Serif 4', Georgia, serif; font-size: 26px; }
.mmenu .mfoot { margin-top: 28px; color: var(--muted); font-size: 13px; line-height: 1.9; }

/* Startseite */
.home-hero { position: relative; display: flex; align-items: flex-end; height: 820px; min-height: 92vh; overflow: hidden; background: var(--forest-2); color: #fff; }
.home-hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 53%; filter: saturate(.78) contrast(1.04); }
.home-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,16,10,.88), rgba(5,16,10,.55) 44%, rgba(5,16,10,.08) 76%), linear-gradient(0deg, rgba(5,14,9,.62), transparent 46%); }
.home-hero-inner { position: relative; z-index: 2; padding-bottom: 112px; }
.hero-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 27px; color: var(--bronze-light); font-size: 10px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.hero-kicker::before { content: ''; width: 42px; height: 1px; background: var(--bronze); }
.home-hero h1 { max-width: 850px; margin-bottom: 28px; color: #fff; font-size: clamp(58px, 7.4vw, 104px); line-height: .9; letter-spacing: -.04em; text-shadow: 0 3px 30px rgba(0,0,0,.18); }
.home-hero h1 em { color: var(--bronze-light); }
.hero-copy { max-width: 600px; color: rgba(255,255,255,.84); font-family: 'Source Serif 4', Georgia, serif; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.48; }
.home-hero .btn-row { margin-top: 38px; gap: 28px; }
.hero-text-link { display: inline-flex; align-items: center; gap: 11px; padding: 12px 0 7px; border-bottom: 1px solid rgba(255,255,255,.42); color: #fff; font-size: 13px; font-weight: 500; }
.hero-text-link span { font-size: 18px; transition: transform .2s; } .hero-text-link:hover span { transform: translateX(4px); }
.hero-scroll { position: absolute; right: 36px; bottom: 80px; z-index: 2; display: flex; align-items: center; gap: 13px; writing-mode: vertical-rl; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .23em; text-transform: uppercase; }
.hero-scroll span { width: 1px; height: 55px; background: rgba(255,255,255,.45); }
.welcome { background: var(--cream); }
.welcome-grid { display: grid; grid-template-columns: .52fr 1.05fr 1fr; gap: 60px; align-items: start; }
.welcome h2 { margin-top: -8px; }
.welcome-copy p { margin-bottom: 18px; color: var(--ink-soft); font-size: 16.5px; }
.welcome-copy .text-link { margin-top: 14px; }
.offers { background: var(--forest-2); color: #fff; }
.offers h2, .offers .section-heading > div { color: #fff; }
.offers .eyebrow { color: var(--bronze-light); }
.section-heading { display: grid; grid-template-columns: 1.2fr .72fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading > p { max-width: 520px; color: var(--ink-soft); }
.offers .section-heading > p { color: rgba(255,255,255,.64); }
.section-heading--center { display: block; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.offer-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: repeat(2, 310px); gap: 18px; }
.offer-card { position: relative; display: block; overflow: hidden; color: #fff; }
.offer-card--tall { grid-row: 1 / span 2; }
.offer-card img { height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .8s var(--ease), filter .5s; }
.offer-card:hover img { transform: scale(1.035); filter: saturate(.92); }
.offer-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,17,11,.88), rgba(5,17,11,.04) 70%); }
.offer-content { position: absolute; inset: auto 34px 32px; display: flex; flex-direction: column; align-items: flex-start; }
.offer-content small { margin-bottom: 10px; color: var(--bronze-light); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.offer-content strong { font-family: 'Source Serif 4', Georgia, serif; font-size: clamp(30px, 3vw, 44px); font-weight: 400; line-height: 1; }
.offer-link { overflow: hidden; max-height: 0; margin-top: 0; opacity: 0; color: rgba(255,255,255,.82); font-size: 12px; transition: .35s; }
.offer-card:hover .offer-link { max-height: 30px; margin-top: 15px; opacity: 1; }
.season-strip { background: #2f4938; color: #fff; border-top: 1px solid rgba(255,255,255,.1); }
.season-strip-inner { min-height: 180px; display: grid; grid-template-columns: auto 1fr 1.15fr auto; gap: 34px; align-items: center; }
.season-icon { color: var(--bronze-light); font-size: 26px; }
.season-strip small { color: var(--bronze-light); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.season-strip h3 { margin-top: 7px; font-size: 26px; }
.season-strip p { color: rgba(255,255,255,.66); font-size: 14px; }
.experience-grid { display: grid; grid-template-columns: .95fr 1fr; gap: 100px; align-items: center; }
.experience-image { position: relative; padding: 0 36px 36px 0; }
.experience-image::after { content: ''; position: absolute; right: 0; bottom: 0; width: 56%; height: 58%; z-index: -1; background: var(--cream-2); }
.experience-image img { height: 670px; object-fit: cover; }
.experience-image figcaption { position: absolute; left: 24px; bottom: 12px; color: var(--muted); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.experience-copy h2 { max-width: 620px; margin-bottom: 28px; }
.experience-copy .lede { margin-bottom: 36px; }
.principles { margin-bottom: 34px; border-top: 1px solid var(--rule); }
.principles > div { display: grid; grid-template-columns: .7fr 1fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--rule); }
.principles strong { font-family: 'Source Serif 4', Georgia, serif; font-size: 18px; font-weight: 500; }
.principles span { color: var(--ink-soft); font-size: 14px; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule-2); border-bottom: 1px solid var(--rule-2); }
.journey-grid article { min-height: 260px; padding: 38px 42px; border-right: 1px solid var(--rule-2); }
.journey-grid article:last-child { border: 0; }
.journey-grid article > span { color: var(--moss); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.journey-grid h3 { margin: 24px 0 14px; }
.journey-grid p { color: var(--ink-soft); font-size: 14px; }
.closing-cta { position: relative; min-height: 610px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.closing-cta > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 58%; }
.closing-cta-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,19,12,.9), rgba(7,19,12,.48) 58%, rgba(7,19,12,.12)); }
.closing-cta-inner { position: relative; z-index: 1; }
.closing-cta .eyebrow { color: var(--bronze-light); }
.closing-cta h2 { margin-bottom: 24px; color: #fff; }
.closing-cta p { max-width: 540px; color: rgba(255,255,255,.72); }
.closing-cta .btn-row { margin-top: 34px; gap: 28px; }

/* Unterseiten und vorhandene Inhaltsmodule */
.phead { position: relative; overflow: hidden; padding: 92px 0 78px; background: var(--forest); color: #fff; }
.phead::after { content: ''; position: absolute; top: 15%; right: max(32px, calc((100vw - var(--maxw)) / 2 + 32px)); width: 1px; height: 70%; background: linear-gradient(transparent, rgba(219,200,164,.42), transparent); }
.phead .wrap { position: relative; z-index: 1; }
.phead h1 { max-width: 920px; color: #fff; font-size: clamp(42px, 5.5vw, 70px); }
.phead .lede { max-width: 760px; margin-top: 18px; color: rgba(255,255,255,.68); }
.crumb { margin-bottom: 24px; color: var(--bronze-light); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.crumb a:hover { color: #fff; }
.split, .split-media { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.split-form { grid-template-columns: 1.45fr .85fr; align-items: start; }
.split-contact { grid-template-columns: .86fr 1.14fr; align-items: start; }
.figure img, .band img { width: 100%; height: 100%; object-fit: cover; }
.ratio-45 { aspect-ratio: 4/5; }
.band img { max-height: 570px; }
.band-cap { display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; color: var(--muted); font-size: 11px; }
.sec-head { margin-bottom: 50px; }
.sec-head-split { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; margin-bottom: 48px; }
.rows { border-top: 1px solid var(--rule); }
.row-item { display: grid; grid-template-columns: 70px 1fr 1.45fr auto; gap: 28px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--rule); transition: background .2s; }
.row-item:hover { background: rgba(82,99,77,.055); }
.row-num { color: var(--bronze); font-family: 'Source Serif 4', Georgia, serif; font-style: italic; }
.row-sub { margin-top: 4px; color: var(--muted); font-size: 12px; }
.row-item p { color: var(--ink-soft); font-size: 14px; }
.row-go { padding-top: 3px; }
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.grid4 > div { padding: 32px 28px; border-right: 1px solid var(--rule); }
.grid4 > div:last-child { border: 0; }
.grid4 h4 { margin-bottom: 12px; font-size: 20px; }
.grid4 p { color: var(--ink-soft); font-size: 13px; }
.facts, .facts-dark { width: 100%; border-collapse: collapse; }
.facts th, .facts td, .facts-dark th, .facts-dark td { padding: 14px 0; border-bottom: 1px solid var(--rule); text-align: left; vertical-align: top; font-size: 14px; }
.facts th, .facts-dark th { width: 38%; color: var(--muted); font-weight: 400; }
.dark { padding: 95px 0; background: var(--forest-2); color: #fff; }
.dark h2 { color: #fff; }
.dark .eyebrow { color: var(--bronze-light); }
.cta-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; }
.cta-block p { max-width: 620px; margin: 20px 0 30px; color: rgba(255,255,255,.66); }
.facts-dark th, .facts-dark td { border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.72); }
.notice { padding: 22px 24px; border-left: 3px solid var(--bronze); background: var(--cream-2); color: var(--ink-soft); }
.n-label { display: block; margin-bottom: 7px; color: var(--forest); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.clist { margin-top: 22px; }
.clist li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--rule); color: var(--ink-soft); }
.clist svg { width: 17px; flex: none; color: var(--moss); }

/* Formulare */
.formbox { padding: 42px; border: 1px solid var(--rule); background: var(--surface); }
.fset { margin: 30px 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--rule); font-family: 'Source Serif 4', Georgia, serif; font-size: 21px; }
.fset:first-child { margin-top: 0; }
.fgridf { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.f.full { grid-column: 1 / -1; }
.f label { display: block; margin-bottom: 7px; color: var(--ink-soft); font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.rq { color: #8c4939; }
.f input, .f select, .f textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--rule-2); border-radius: 0; outline: 0; background: var(--cream); color: var(--ink); font: inherit; font-size: 14px; transition: border .2s, box-shadow .2s; }
.f textarea { min-height: 130px; resize: vertical; }
.f input:focus, .f select:focus, .f textarea:focus { border-color: var(--moss); box-shadow: 0 0 0 3px rgba(82,99,77,.1); }
.radios { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.radios label { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 400; }
.radios input { width: auto; accent-color: var(--forest); }
.captcha { display: grid; grid-template-columns: 1fr 90px; gap: 12px; align-items: center; }
.captcha input { width: 100%; min-height: 48px; padding: 13px 14px; border: 1px solid var(--rule-2); border-radius: 0; outline: 0; background: var(--cream); color: var(--ink); font: inherit; font-size: 16px; transition: border .2s, box-shadow .2s; }
.captcha input:focus { border-color: var(--moss); box-shadow: 0 0 0 3px rgba(82,99,77,.1); }
.fnote { margin: 20px 0; color: var(--muted); font-size: 12px; }
.fsuccess { display: none; margin-top: 18px; padding: 18px; border-left: 3px solid var(--moss); background: var(--cream-2); color: var(--forest); }
.ccard { display: grid; grid-template-columns: 24px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid var(--rule); }
.ccard:first-child { border-top: 1px solid var(--rule); }
.ccard .ci { color: var(--moss); }
.ccard svg { width: 18px; }
.ccard h4 { margin-bottom: 4px; font-family: 'IBM Plex Sans', Arial, sans-serif; font-size: 13px; font-weight: 600; }
.ccard p, .ccard a { display: block; color: var(--ink-soft); font-size: 14px; }
.mapbox { position: relative; height: 270px; margin-top: 28px; overflow: hidden; border: 1px solid var(--rule); background: var(--cream-2); }
.mapbox iframe { position: relative; width: 100%; height: 100%; border: 0; filter: grayscale(.45) sepia(.08); }
.map-fallback { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; color: var(--muted); font-size: 13px; }

/* Rechtstexte */
.legal h2 { margin: 46px 0 17px; padding-bottom: 10px; border-bottom: 1px solid var(--rule); font-size: 25px; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { margin: 28px 0 9px; font-family: 'IBM Plex Sans', Arial, sans-serif; font-size: 15px; font-weight: 600; }
.legal p, .legal li, .legal address { margin-bottom: 13px; color: var(--ink-soft); font-size: 14px; font-style: normal; }
.legal li { margin-left: 20px; list-style: disc; }
.legal a { color: var(--forest); border-bottom: 1px solid var(--bronze); }
.toc { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; }
.toc a { padding: 8px 13px; border: 1px solid var(--rule-2); font-size: 12px; }

/* Footer – unterstützt die neue und die bestehenden Seiten */
footer { padding: 76px 0 0; background: #0c1c15; color: #fff; }
.footer-grid, .fgrid { display: grid; grid-template-columns: 1.55fr .75fr .95fr .85fr; gap: 58px; padding-bottom: 58px; }
.footer-brand p, .fbrand p { max-width: 330px; margin-top: 22px; color: rgba(255,255,255,.52); font-size: 13px; }
.wordmark--footer .wordmark-main, .fbrand b { color: #fff; }
.wordmark--footer small, .fbrand span { color: rgba(255,255,255,.5); }
.footer-col, .fcol { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-col h4, .fcol h4, .fcol h5 { margin-bottom: 12px; color: var(--bronze-light); font-family: 'IBM Plex Sans', Arial, sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.footer-col a, .footer-col span, .fcol a, .fcol span { color: rgba(255,255,255,.6); font-size: 12.5px; }
.footer-col a:hover, .fcol a:hover { color: #fff; }
.footer-bottom, .fbot { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; padding-bottom: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 10px; }
.footer-bottom div, .fbot div { display: flex; gap: 20px; }
.footer-bottom a:hover, .fbot a:hover { color: #fff; }

@media (max-width: 1040px) {
  .nav-links, .nav-tel { display: none; }
  .burger { display: flex; }
  .site-header--overlay .nav { height: 88px; }
  .welcome-grid { grid-template-columns: .35fr 1fr; gap: 34px; }
  .welcome-copy { grid-column: 2; }
  .experience-grid { gap: 56px; }
  .experience-image img { height: 560px; }
  .season-strip-inner { grid-template-columns: auto 1fr auto; }
  .season-strip-inner > p { grid-column: 2; margin-top: -22px; }
  .grid4 { grid-template-columns: 1fr 1fr; }
  .grid4 > div:nth-child(2) { border-right: 0; }
  .grid4 > div:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .footer-grid, .fgrid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-col:last-child, .fcol:last-child { grid-column: 2; }
}

@media (max-width: 780px) {
  .wrap { padding-left: 22px; padding-right: 22px; }
  .section, .sec { padding: 82px 0; }
  .home-hero { min-height: 86vh; height: 720px; }
  .home-hero-inner { padding-bottom: 80px; }
  .home-hero-shade { background: linear-gradient(90deg, rgba(5,16,10,.85), rgba(5,16,10,.28)), linear-gradient(0deg, rgba(5,14,9,.68), transparent 50%); }
  .home-hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-scroll { display: none; }
  .welcome-grid, .section-heading, .experience-grid, .split, .split-media, .split-form, .split-contact, .cta-grid { grid-template-columns: 1fr; gap: 36px; }
  .welcome-copy { grid-column: auto; }
  .offer-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 430px); }
  .offer-card--tall { grid-row: auto; }
  .season-strip-inner { grid-template-columns: 1fr; gap: 16px; padding-top: 36px; padding-bottom: 36px; }
  .season-strip-inner > p { grid-column: auto; margin-top: 0; }
  .season-icon { display: none; }
  .experience-image { padding: 0 22px 22px 0; }
  .experience-image img { height: 520px; }
  .principles > div { grid-template-columns: 1fr; gap: 7px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--rule-2); }
  .journey-grid article:last-child { border-bottom: 0; }
  .closing-cta { min-height: 560px; }
  .row-item { grid-template-columns: 38px 1fr; gap: 10px 16px; }
  .row-item p, .row-go { grid-column: 2; }
  .sec-head-split { grid-template-columns: 1fr; }
  .footer-grid, .fgrid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .fbrand { grid-column: 1 / -1; }
  .footer-col:last-child, .fcol:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .nav { height: 78px; }
  .site-header--overlay .nav { height: 82px; }
  .wordmark-main, .wordmark b { font-size: 23px; }
  .nav-cta { display: none; }
  .home-hero .btn-row, .closing-cta .btn-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-copy { font-size: 18px; }
  .offer-grid { grid-template-rows: repeat(3, 360px); }
  .offer-content { inset: auto 24px 24px; }
  .experience-image img { height: 430px; }
  .grid4 { grid-template-columns: 1fr; }
  .grid4 > div { border-right: 0; border-bottom: 1px solid var(--rule); }
  .fgridf { grid-template-columns: 1fr; }
  .formbox { padding: 26px 20px; }
  .footer-grid, .fgrid { grid-template-columns: 1fr; }
  .footer-brand, .fbrand { grid-column: auto; }
  .footer-bottom, .fbot { flex-direction: column; }
}

/* Aktuelle Jagdangebote und Saisonplan */
.phead--offers { background-image: linear-gradient(90deg, rgba(10,32,22,.95), rgba(10,32,22,.72)), url('../assets/revier-weite.jpg'); background-size: cover; background-position: center 55%; }
.phead--offers::after { display: none; }
.phead--offers .eyebrow { margin-bottom: 18px; color: var(--bronze-light); }
.offer-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.offer-intro-copy { max-width: 650px; padding-top: 8px; }
.offer-intro-copy p { margin-bottom: 18px; color: var(--ink-soft); font-size: 16.5px; }
.offer-intro-copy a { color: var(--forest); border-bottom: 1px solid var(--bronze); }
.offer-intro-copy .signature { margin-top: 28px; color: var(--moss); font-family: 'Source Serif 4', Georgia, serif; font-style: italic; }
.schedule-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 60px; }
.month-nav { display: flex; gap: 8px; flex-wrap: wrap; }
.month-nav a { padding: 9px 14px; border: 1px solid var(--rule-2); color: var(--ink-soft); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.month-nav a:hover { color: #fff; background: var(--forest); border-color: var(--forest); }
.schedule-month { scroll-margin-top: 110px; margin-bottom: 70px; }
.month-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 14px; padding: 0 4px 18px; border-bottom: 1px solid var(--rule-2); }
.month-heading > div { display: flex; align-items: baseline; gap: 12px; }
.month-heading span { color: var(--ink); font-family: 'Source Serif 4', Georgia, serif; font-size: 35px; }
.month-heading small { color: var(--moss); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.month-heading p { color: var(--moss); font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.hunt-schedule { display: grid; gap: 0; border-top: 1px solid var(--rule-2); }
.hunt-offer { position: relative; display: grid; grid-template-columns: 104px 230px minmax(300px, 1fr) 205px; gap: 26px; min-height: 158px; padding: 0 0 0 26px; overflow: hidden; border: 0; border-bottom: 1px solid var(--rule-2); background: transparent; box-shadow: none; transition: background-color .25s; }
.hunt-offer::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--forest); }
.hunt-offer:not(.is-soldout):hover { background: rgba(255,253,248,.68); box-shadow: none; transform: none; }
.hunt-date { display: grid; align-content: center; justify-items: start; padding: 26px 26px 26px 0; border-right: 1px solid var(--rule); }
.hunt-date strong { color: var(--forest); font-family: 'Source Serif 4', Georgia, serif; font-size: 42px; font-weight: 400; line-height: .9; }
.hunt-date span { margin-top: 9px; color: var(--moss); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hunt-date small { margin-top: 1px; color: var(--muted); font-size: 9px; letter-spacing: .11em; }
.hunt-location { align-self: center; min-width: 0; padding: 25px 0; }
.hunt-location > span, .hunt-facts span { display: block; margin-bottom: 7px; color: var(--moss); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hunt-location h3 { color: var(--ink); font-size: 25px; line-height: 1.08; }
.hunt-location p { margin-top: 7px; color: var(--muted); font-size: 11px; }
.hunt-facts { align-self: center; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; min-width: 0; padding: 25px 0; }
.hunt-facts > div { min-width: 0; }
.hunt-facts strong { display: block; color: var(--ink-soft); font-size: 12px; font-weight: 500; line-height: 1.55; }
.hunt-booking { display: grid; align-content: center; padding: 26px 24px; border-left: 1px solid var(--rule); background: linear-gradient(145deg, var(--sage-wash), #f5f4ed); }
.hunt-availability { justify-self: start; margin-bottom: 8px; padding: 4px 7px; background: rgba(23, 56, 42, .09); color: var(--forest); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hunt-price { color: var(--forest); font-family: 'Source Serif 4', Georgia, serif; font-size: 27px; font-weight: 500; line-height: 1; }
.hunt-booking > small { margin-top: 6px; color: var(--muted); font-size: 8px; line-height: 1.4; }
.hunt-request { display: flex; justify-content: space-between; align-items: center; min-height: 42px; margin-top: 16px; padding: 9px 12px; background: var(--forest); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .2s; }
.hunt-request:hover { background: var(--moss); }
.hunt-request span { font-size: 15px; font-weight: 400; }
.hunt-offer.is-soldout { background: rgba(229,218,203,.24); box-shadow: none; }
.hunt-offer.is-soldout::before { background: #a87668; }
.hunt-offer.is-soldout .hunt-date, .hunt-offer.is-soldout .hunt-location, .hunt-offer.is-soldout .hunt-facts { opacity: .68; }
.hunt-offer.is-soldout .hunt-booking { background: #f1e9e4; }
.hunt-availability--soldout { color: #70463e; background: #e5d2cb; }
.hunt-unavailable { max-width: 155px; color: #765f59; font-size: 10px; line-height: 1.55; }
.schedule-loading, .schedule-empty { padding: 34px; border: 1px solid var(--rule); background: rgba(255,255,255,.34); color: var(--muted); font-size: 12px; text-align: center; }
.schedule-empty a { color: var(--forest); border-bottom: 1px solid var(--bronze); }
.schedule-notes { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; padding: 28px 30px; border-left: 3px solid var(--bronze); background: var(--cream-3); }
.schedule-notes div { display: flex; flex-direction: column; gap: 5px; }
.schedule-notes strong { color: var(--forest); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.schedule-notes span, .schedule-notes p { color: var(--ink-soft); font-size: 12.5px; }
.closing-cta--compact { min-height: 540px; }

.season-header { display: grid; grid-template-columns: 150px minmax(0, 1.1fr) minmax(300px, .72fr); gap: clamp(38px, 5vw, 78px); align-items: end; margin-bottom: 66px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.season-header > p { max-width: 500px; padding-bottom: 8px; color: rgba(255,255,255,.64); }
.season-folio { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; min-height: 170px; padding: 3px 28px 4px 0; border-right: 1px solid rgba(255,255,255,.18); color: var(--bronze-light); }
.season-folio span, .season-folio small { font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.season-folio strong { font-family: var(--font-display); font-size: 42px; font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.season-title .eyebrow { margin-bottom: 18px; }
.current-offer-grid { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); gap: clamp(54px, 6vw, 88px); align-items: center; }
.current-offer-image { position: relative; min-height: 0; aspect-ratio: 5 / 4; overflow: hidden; border-top: 1px solid rgba(255,255,255,.38); background: #ced0ca; }
.current-offer-image::after { content: ''; position: absolute; inset: 54% 0 0; background: linear-gradient(transparent, rgba(5,16,10,.72)); pointer-events: none; }
.current-offer-image img { height: 100%; object-fit: cover; object-position: center 81%; filter: grayscale(.46) sepia(.1) contrast(1.08); }
.current-offer-image .photo-index { position: absolute; top: 16px; left: 18px; z-index: 2; padding: 5px 8px; background: rgba(8,27,18,.8); color: rgba(255,255,255,.76); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.current-offer-image figcaption { position: absolute; right: 20px; bottom: 17px; left: 20px; z-index: 2; color: rgba(255,255,255,.82); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.featured-dates { display: flex; flex-direction: column; justify-content: center; }
.featured-dates-heading { display: flex; justify-content: space-between; gap: 24px; align-items: start; padding-bottom: 14px; }
.featured-dates-heading .eyebrow { margin-bottom: 0; }
.featured-dates-heading small { color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.featured-dates > a { position: relative; display: grid; grid-template-columns: 74px 1fr auto; gap: 24px; align-items: center; margin: 0 -18px; padding: 25px 38px 25px 18px; border-top: 1px solid rgba(255,255,255,.16); transition: background-color .25s, padding-left .25s var(--ease); }
.featured-dates > a::after { content: '→'; position: absolute; right: 15px; color: var(--bronze-light); opacity: 0; transform: translateX(-5px); transition: opacity .2s, transform .2s; }
.featured-dates > a:hover { padding-left: 24px; background: rgba(255,255,255,.045); }
.featured-dates > a:hover::after { opacity: 1; transform: none; }
.featured-dates > a time { display: flex; align-items: center; gap: 9px; color: var(--bronze-light); }
.featured-dates > a time strong { font-family: 'Source Serif 4', Georgia, serif; font-size: 34px; font-weight: 400; line-height: 1; }
.featured-dates > a time span { font-size: 8px; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.featured-dates > a h3 { margin-bottom: 5px; color: #fff; font-size: 23px; }
.featured-dates > a p { color: rgba(255,255,255,.55); font-size: 12.5px; }
.featured-dates > a > b { color: var(--bronze-light); font-size: 13px; font-weight: 600; white-space: nowrap; }
.featured-dates-foot { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.featured-dates-foot > span { color: rgba(255,255,255,.46); font-size: 11px; }
.featured-dates-foot .text-link { color: var(--bronze-light); }

@media (max-width: 900px) {
  .offer-intro-grid, .current-offer-grid { grid-template-columns: 1fr; gap: 44px; }
  .season-header { grid-template-columns: 110px 1fr; }
  .season-header > p { grid-column: 2; }
  .season-folio { grid-row: 1 / span 2; }
  .current-offer-image { width: min(100%, 680px); min-height: 0; }
  .schedule-head { align-items: flex-start; flex-direction: column; }
  .schedule-notes { grid-template-columns: 1fr; gap: 12px; }
  .hunt-offer { grid-template-columns: 90px minmax(0, 1fr) 190px; gap: 22px; padding-left: 22px; }
  .hunt-date { grid-column: 1; grid-row: 1 / span 2; }
  .hunt-location { grid-column: 2; grid-row: 1; padding: 23px 0 7px; }
  .hunt-facts { grid-column: 2; grid-row: 2; padding: 5px 0 23px; }
  .hunt-booking { grid-column: 3; grid-row: 1 / span 2; }
}

@media (max-width: 700px) {
  .season-header { grid-template-columns: 1fr; gap: 28px; margin-bottom: 46px; }
  .season-header > p { grid-column: auto; }
  .season-folio { grid-row: auto; display: grid; grid-template-columns: 1fr auto auto; gap: 18px; min-height: 0; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .season-folio strong { font-size: 30px; }
  .current-offer-image { aspect-ratio: 4 / 3; }
  .featured-dates-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .month-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hunt-offer { grid-template-columns: 78px minmax(0, 1fr); gap: 20px; padding: 0 20px; }
  .hunt-date { grid-column: 1; grid-row: 1; padding: 24px 17px 20px 0; }
  .hunt-date strong { font-size: 36px; }
  .hunt-location { grid-column: 2; grid-row: 1; padding: 24px 0 20px; }
  .hunt-location h3 { font-size: 22px; }
  .hunt-facts { grid-column: 1 / -1; grid-row: 2; padding: 19px 0; border-top: 1px solid var(--rule); }
  .hunt-booking { grid-column: 1 / -1; grid-row: 3; margin: 0 -20px; padding: 20px; border-top: 1px solid var(--rule); border-left: 0; }
  .featured-dates > a { grid-template-columns: 64px 1fr; gap: 14px; }
  .featured-dates > a > b { grid-column: 2; }
  .featured-dates-foot { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .hunt-facts { grid-template-columns: 1fr; gap: 18px; }
  .month-nav { width: 100%; }
  .month-nav a { flex: 1; text-align: center; }
}

/* Originalmarke */
.brand-image-link { display: inline-flex; align-items: center; flex: none; }
.brand-image-link img { width: 174px; height: 66px; object-fit: contain; }
.site-header--overlay { color: var(--forest); background: rgba(246,243,235,.97); border-bottom: 1px solid var(--rule); backdrop-filter: blur(12px); }
.site-header--overlay .nav { border-bottom: 0; }
.site-header--overlay .nav-links a { color: var(--ink-soft); }
.site-header--overlay .nav-links a:hover, .site-header--overlay .nav-links a.active { color: var(--forest); }
.site-header--overlay .nav-cta { color: #fff; background: var(--forest); border-color: var(--forest); }
.site-header--overlay .nav-cta:hover { color: #fff; background: var(--moss); border-color: var(--moss); }
.site-header--overlay .burger { color: var(--forest); }
.brand-image-link--footer { width: max-content; padding: 8px 12px; background: var(--cream); }
.brand-image-link--footer img { width: 150px; height: auto; }

/* Galerie */
.phead--gallery { background-image: linear-gradient(90deg, rgba(10,32,22,.94), rgba(10,32,22,.64)), url('../assets/gallery/2019-01.jpg'); background-size: cover; background-position: center 45%; }
.phead--gallery::after { display: none; }
.phead--gallery .eyebrow { color: var(--bronze-light); }
.gallery-toolbar { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-bottom: 48px; }
.gallery-toolbar h2 { margin-bottom: 8px; }
.gallery-toolbar > div:first-child > p { color: var(--muted); font-size: 12px; }
.gallery-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.gallery-filters button { padding: 9px 14px; border: 1px solid var(--rule-2); background: transparent; color: var(--ink-soft); font: inherit; font-size: 10px; font-weight: 600; letter-spacing: .08em; cursor: pointer; }
.gallery-filters button:hover, .gallery-filters button.active { color: #fff; background: var(--forest); border-color: var(--forest); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; gap: 12px; }
.gallery-item { position: relative; height: 260px; padding: 0; overflow: hidden; border: 0; background: var(--cream-2); cursor: zoom-in; }
.gallery-item:nth-child(7n + 1), .gallery-item:nth-child(7n + 5) { grid-column: span 2; height: 390px; }
.gallery-item img { height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); transition: transform .55s var(--ease), filter .35s; }
.gallery-item:hover img { transform: scale(1.03); filter: saturate(1); }
.gallery-item span { position: absolute; left: 14px; bottom: 12px; padding: 4px 7px; background: rgba(12,28,21,.75); color: #fff; font-size: 8px; letter-spacing: .13em; }
.gallery-source { max-width: 720px; margin-top: 28px; color: var(--muted); font-size: 11px; }
.gallery-error { grid-column: 1 / -1; padding: 24px; border: 1px solid var(--rule); color: var(--muted); }
.gallery-modal[hidden] { display: none; }
.gallery-modal { position: fixed; inset: 0; z-index: 120; display: grid; grid-template-columns: 70px minmax(0, 1fr) 70px; align-items: center; gap: 18px; padding: 38px; background: rgba(4,11,7,.94); }
.gallery-modal figure { max-width: 1180px; max-height: calc(100vh - 76px); margin: auto; }
.gallery-modal figure img { max-width: 100%; max-height: calc(100vh - 120px); object-fit: contain; }
.gallery-modal figcaption { margin-top: 10px; color: rgba(255,255,255,.58); text-align: center; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.gallery-modal button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; font-size: 22px; cursor: pointer; }
.gallery-modal button:hover { background: #fff; color: var(--forest); }
.gallery-modal-close { position: absolute; top: 22px; right: 22px; }
.gallery-modal-step--next { justify-self: end; }

/* Partnerunternehmen */
.partner-band { padding: 88px 0; background: var(--cream-2); border-top: 1px solid var(--rule); }
.partner-band-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; }
.partner-band h2 { margin-bottom: 20px; font-size: clamp(32px, 3.4vw, 48px); }
.partner-band p { max-width: 650px; margin-bottom: 26px; color: var(--ink-soft); }
.partner-logo { position: relative; display: grid; place-items: center; min-height: 190px; padding: 42px 0 42px 64px; border: 0; border-left: 1px solid var(--rule-2); background: transparent; transition: opacity .25s; }
.partner-logo::before { content: 'PARTNER / 01'; position: absolute; top: 0; left: 26px; color: var(--moss); font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.partner-logo:hover { opacity: .72; }
.partner-logo img { max-width: 300px; max-height: 130px; object-fit: contain; }

.home-gallery { background: var(--cream); }
.home-gallery .section-heading > div:last-child p { margin-bottom: 22px; color: var(--ink-soft); }
.home-gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; grid-template-rows: 260px 260px; gap: 12px; }
.home-gallery-grid a { position: relative; overflow: hidden; }
.home-gallery-grid a:first-child { grid-row: 1 / span 2; }
.home-gallery-grid a:last-child { grid-column: 2 / span 2; }
.home-gallery-grid img { height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .5s var(--ease), filter .35s; }
.home-gallery-grid a:hover img { transform: scale(1.025); filter: saturate(.95); }
.home-gallery-grid a::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(7,18,12,.72)); }
.home-gallery-grid span { position: absolute; left: 18px; bottom: 15px; z-index: 1; color: #fff; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }

@media (max-width: 920px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .partner-band-inner { grid-template-columns: 1fr; gap: 40px; }
  .home-gallery-grid { grid-template-columns: 1fr 1fr; }
  .home-gallery-grid a:last-child { grid-column: auto; }
}
@media (max-width: 700px) {
  .brand-image-link img { width: 146px; height: auto; }
  .gallery-toolbar { align-items: flex-start; flex-direction: column; }
  .gallery-filters { justify-content: flex-start; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item, .gallery-item:nth-child(7n + 1), .gallery-item:nth-child(7n + 5) { grid-column: auto; height: 230px; }
  .gallery-item:nth-child(5n + 1) { grid-column: 1 / -1; height: 330px; }
  .gallery-modal { grid-template-columns: 46px minmax(0, 1fr) 46px; gap: 5px; padding: 64px 10px 28px; }
  .gallery-modal button { width: 42px; height: 42px; }
  .partner-logo { min-height: 170px; }
  .home-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 240px); }
  .home-gallery-grid a:first-child { grid-row: auto; }
}

/* Tablet & Mobile – ruhige Proportionen, sichere Touch-Ziele und iOS-Ränder */
@media (max-width: 1200px) {
  .btn-sm { min-height: 44px; }
  .month-nav a, .gallery-filters button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .hunt-request { min-height: 46px; }
}

@media (max-width: 1040px) {
  .wrap {
    padding-left: max(28px, env(safe-area-inset-left));
    padding-right: max(28px, env(safe-area-inset-right));
  }
  .section-heading { gap: 48px; }
  .btn-sm, .burger { min-width: 44px; min-height: 44px; }
  .burger { width: 44px; height: 44px; }
  .mmenu {
    top: 88px;
    bottom: 0;
    padding-right: max(28px, env(safe-area-inset-right));
    padding-bottom: max(30px, env(safe-area-inset-bottom));
    padding-left: max(28px, env(safe-area-inset-left));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .mmenu > a { min-height: 58px; }
}

@media (max-width: 920px) {
  .experience-grid { grid-template-columns: 1fr; gap: 48px; }
  .experience-image { width: min(100%, 680px); }
  .experience-image img { height: min(68vh, 600px); }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .section-heading > p { max-width: 680px; }
}

@media (max-width: 780px) {
  .wrap {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
  .section, .sec { padding: 72px 0; }
  .sec-tight { padding: 58px 0; }
  .phead { padding: 74px 0 68px; }
  .phead h1 { font-size: clamp(39px, 11vw, 58px); }
  .section-heading, .sec-head, .sec-head-split { margin-bottom: 42px; }
  .gallery-toolbar { gap: 25px; margin-bottom: 34px; }
  .gallery-filters, .month-nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .gallery-filters::-webkit-scrollbar, .month-nav::-webkit-scrollbar { display: none; }
  .gallery-filters button, .month-nav a { flex: 0 0 auto; padding-right: 16px; padding-left: 16px; }
  .featured-dates > a { min-height: 86px; }
  .f input, .f select, .f textarea { min-height: 48px; font-size: 16px; }
  .radios label { min-height: 44px; padding: 8px 0; }
  footer { padding-top: 64px; padding-bottom: env(safe-area-inset-bottom); }
}

@media (max-width: 560px) {
  .nav, .site-header--overlay .nav { height: 78px; }
  .mmenu { top: 78px; }
  .home-hero-inner { padding-bottom: max(62px, calc(48px + env(safe-area-inset-bottom))); }
  .hero-kicker { gap: 10px; font-size: 9px; line-height: 1.55; }
  .hero-kicker::before { width: 32px; }
  .home-hero h1 { margin-bottom: 22px; }
  .experience-image { padding-right: 16px; padding-bottom: 16px; }
  .experience-image img { height: min(64vh, 500px); }
  .captcha { grid-template-columns: 1fr auto; }
  .captcha input { grid-column: 1 / -1; }
  .schedule-notes { padding: 24px 22px; }
  .footer-col a, .fcol a { display: flex; align-items: center; min-height: 40px; }
}

@media (max-width: 460px) {
  .nav-right > .btn { display: none; }
  .nav-right { gap: 10px; }
  .brand-image-link img { width: 140px; }
  .phead { padding: 66px 0 60px; }
  .home-hero h1 { font-size: clamp(49px, 14.2vw, 62px); }
}

@media (max-width: 420px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item,
  .gallery-item:nth-child(7n + 1),
  .gallery-item:nth-child(7n + 5),
  .gallery-item:nth-child(5n + 1) { grid-column: auto; height: 280px; }
  .home-gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 255px); }
}

@media (hover: none) {
  .offer-card img, .home-gallery-grid img, .gallery-item img { transform: none !important; }
  .offer-link { max-height: 30px; margin-top: 12px; opacity: 1; }
}
