:root {
  --ink: #282722;
  --muted: #6d695f;
  --sand: #a59679;
  --sand-dark: #807258;
  --cream: #f5f1e9;
  --paper: #fcfaf6;
  --white: #fff;
  --line: rgba(40, 39, 34, .12);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", system-ui, sans-serif;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(42, 39, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--sand-dark); font-size: .74rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--display); font-size: clamp(2.35rem, 5vw, 4.8rem); font-weight: 500; line-height: .98; letter-spacing: -.025em; }
.lead { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid var(--sand); border-radius: 999px; background: var(--sand); color: var(--white); font-size: .78rem; font-weight: 600; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { background: var(--sand-dark); transform: translateY(-1px); }
.button--ghost { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: linear-gradient(180deg, rgba(24,22,18,.42), rgba(24,22,18,0)); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(252,250,246,.94); box-shadow: 0 8px 30px rgba(42,39,31,.08); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 205px; height: auto; filter: brightness(0) invert(1); transition: filter .25s ease, width .25s ease; }
.is-scrolled .brand img { filter: none; }
.header-actions { display: flex; gap: 10px; }
.button--header-secondary { border-color: rgba(255,255,255,.7); background: rgba(20,19,16,.14); backdrop-filter: blur(8px); }
.button--header-secondary:hover { background: rgba(20,19,16,.32); }
.is-scrolled .button--header-secondary { border-color: var(--sand-dark); background: transparent; color: var(--sand-dark); backdrop-filter: none; }
.is-scrolled .button--header-secondary:hover { background: var(--cream); }

.hero { min-height: 92svh; position: relative; display: grid; place-items: end start; overflow: hidden; color: var(--white); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { margin: 0; overflow: hidden; transform: scale(1.01); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(180deg, rgba(22,21,18,.16), rgba(22,21,18,.18) 38%, rgba(22,21,18,.72)); }
.hero-content { position: relative; z-index: 1; max-width: 880px; padding: 180px 0 96px; }
.hero .eyebrow { color: rgba(255,255,255,.82); }
.hero h1 { max-width: 820px; }
.hero p { max-width: 620px; margin: 24px 0 32px; color: rgba(255,255,255,.92); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }

.trust { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-inner { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; text-align: center; }
.trust-item { padding: 12px 20px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: var(--display); font-size: 1.45rem; font-weight: 600; line-height: 1; }
.trust-item span { color: var(--muted); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

.voucher-strip { padding: 34px 0; border-bottom: 1px solid rgba(99,78,47,.14); background: #eee4d2; }
.voucher-strip-inner { display: grid; grid-template-columns: 1fr minmax(280px,.8fr) auto; gap: 34px; align-items: center; }
.voucher-strip .display { font-size: clamp(2.1rem,4vw,3.7rem); }
.voucher-strip p { margin: 0; color: #665c4b; }

.section { padding: clamp(76px, 9vw, 132px) 0; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: clamp(42px, 7vw, 96px); align-items: center; }
.photo { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.photo img { aspect-ratio: 4 / 5; object-fit: cover; }
.copy p { color: var(--muted); }

.highlights { padding-top: 0; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.highlight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.highlight { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 50px rgba(42,39,31,.08); }
.highlight img { aspect-ratio: 5 / 4; object-fit: cover; }
.highlight-body { padding: 26px 24px 30px; }
.highlight-body h3 { margin: 0 0 10px; font-family: var(--display); font-size: 1.85rem; line-height: 1.05; }
.highlight-body p:last-child { margin-bottom: 0; color: var(--muted); }

.season { background: var(--cream); }
.season-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: calc(var(--radius) + 4px); background: var(--white); box-shadow: var(--shadow); }
.season-card img { height: 100%; min-height: 480px; object-fit: cover; }
.season-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 7vw, 88px); }

.story { background: var(--white); }
.story-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 8vw, 110px); align-items: start; }
.story-copy { padding-top: 8px; }
.story-copy p { color: var(--muted); }
.story-copy .button { margin-top: 14px; }

.offers-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 42px; }
.offers-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.offer { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 50px rgba(42,39,31,.07); }
.offer img { aspect-ratio: 16 / 10; object-fit: cover; }
.offer-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.offer-meta { color: var(--sand-dark); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.offer h3 { margin: 10px 0 8px; font-family: var(--display); font-size: 2rem; line-height: 1.05; }
.offer p { color: var(--muted); }
.offer-details { margin: 10px 0 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offer-details summary { padding: 13px 0; color: var(--sand-dark); cursor: pointer; font-size: .76rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.offer-details ul { margin: 0 0 16px; padding-left: 20px; color: var(--muted); font-size: .88rem; }
.offer-details li + li { margin-top: 7px; }
.offer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 8px; }
.offer-price { font-weight: 600; }
.offers-empty { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
[hidden] { display: none !important; }

.winter { background: #25241f; color: var(--white); }
.winter-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: calc(var(--radius) + 4px); background: #302f29; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.winter-media img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.winter-copy { padding: clamp(38px,6vw,78px); }
.winter-copy .eyebrow { color: #c8b894; }
.winter-copy p, .winter-copy li { color: rgba(255,255,255,.72); }
.winter-copy ul { margin: 28px 0 34px; padding-left: 20px; }
.winter-copy li + li { margin-top: 10px; }

.expectations { background: var(--cream); }
.expectations-head { max-width: 920px; margin: 0 auto 40px; text-align: center; }
.expectations-head .lead { margin-inline: auto; }
.expectation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 980px; margin-inline: auto; }
.expectation-grid--single { grid-template-columns: minmax(0, 760px); justify-content: center; }
.expectation-card { padding: clamp(28px, 4vw, 46px); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.expectation-card ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.expectation-card li { position: relative; padding-left: 30px; color: var(--muted); }
.expectation-card li::before { position: absolute; left: 0; top: 0; color: var(--sand-dark); font-weight: 600; }
.expectation-card li.is-positive::before { content: "✓"; }
.expectation-card li.is-negative::before { content: "×"; }
.center-cta { margin-top: 36px; text-align: center; }

.information { background: #f0ede7; }
.info-wrap { max-width: 980px; }
.information .section-heading { margin-inline: auto; text-align: center; }
.info-list { display: grid; gap: 14px; }
.info-item { overflow: hidden; border: 1px solid rgba(40,39,34,.06); border-radius: 18px; background: var(--white); box-shadow: 0 12px 36px rgba(42,39,31,.055); }
.info-item summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 26px; cursor: pointer; font-size: .96rem; font-weight: 600; list-style: none; }
.info-item summary::-webkit-details-marker { display: none; }
.info-plus { width: 29px; height: 29px; position: relative; flex: 0 0 29px; border-radius: 50%; background: var(--cream); }
.info-plus::before, .info-plus::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 11px; height: 1px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .2s ease; }
.info-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.info-item[open] .info-plus::after { transform: translate(-50%, -50%) rotate(0); }
.info-item[open] summary { border-bottom: 1px solid var(--line); }
.info-panel { padding: 22px 26px 28px; color: var(--muted); }
.info-panel h4 { margin: 0 0 14px; color: var(--ink); font-family: var(--display); font-size: 1.55rem; font-weight: 600; }
.info-panel h4:not(:first-child) { margin-top: 24px; }
.info-panel p { margin: 0 0 14px; }
.info-panel ul { display: grid; gap: 9px; margin: 0; padding-left: 20px; }
.info-panel ul + h4, .info-panel p + ul { margin-top: 18px; }

.rooms { background: var(--white); overflow: hidden; }
.slider-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.slider-head .lead { margin-bottom: 0; }
.slider-controls { display: flex; gap: 10px; flex: 0 0 auto; }
.slider-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); cursor: pointer; font-size: 1.2rem; transition: background .2s ease, transform .2s ease; }
.slider-controls button:hover { background: var(--cream); transform: translateY(-1px); }
.room-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 36%); gap: 22px; overflow-x: auto; padding: 4px 4px 24px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--sand) transparent; }
.room-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); scroll-snap-align: start; }
.room-card > img { aspect-ratio: 4 / 3; object-fit: cover; }
.room-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.room-meta { color: var(--sand-dark); font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.room-body h3 { margin: 10px 0 12px; font-family: var(--display); font-size: 2rem; font-weight: 600; line-height: 1.05; }
.room-body p, .room-details { color: var(--muted); }
.room-details { display: grid; gap: 9px; padding-left: 19px; }
.room-bottom { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 22px; }
.room-bottom strong { max-width: 220px; font-size: .9rem; }
.room-links { display: flex; gap: 13px; }
.room-links a { color: var(--sand-dark); font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.room-track--single { display: block; overflow: visible; padding: 0; }
.room-track--single .room-card { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.room-track--single .room-card > img { width: 100%; height: 100%; min-height: 520px; aspect-ratio: auto; }
.room-track--single .room-body { justify-content: center; padding: clamp(32px, 6vw, 72px); }

.gallery { overflow: hidden; background: var(--cream); }
.gallery-controls { display: none; }
.gallery-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gallery-item { overflow: hidden; margin: 0; border-radius: 20px; }
.gallery-item img { aspect-ratio: 4 / 3; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item:nth-child(1), .gallery-item:nth-child(6), .gallery-item:nth-child(11) { grid-column: span 2; }
.gallery-item:nth-child(1) img, .gallery-item:nth-child(6) img, .gallery-item:nth-child(11) img { aspect-ratio: 8 / 3; }
.swipe-note { display: none; margin: 8px 0 0; color: var(--muted); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }

.request { background: var(--ink); color: var(--white); }
.request .eyebrow, .request .lead { color: rgba(255,255,255,.68); }
.request-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(42px, 7vw, 92px); align-items: start; }
.form-card { padding: clamp(26px, 4vw, 46px); border-radius: var(--radius); background: var(--white); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 16px; }
.field--full, .form-status, .submit { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: var(--muted); font-size: .8rem; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #ddd7cc; border-radius: 11px; background: #fff; color: var(--ink); font-size: 16px; }
.field textarea { min-height: 110px; resize: vertical; }
.field [aria-invalid="true"] { border-color: #a84235; box-shadow: 0 0 0 3px rgba(168,66,53,.12); }
.privacy { grid-column: 1 / -1; display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .8rem; }
.privacy input { width: 18px; height: 18px; margin-top: 3px; }
.child-ages { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.submit { width: 100%; border: 0; cursor: pointer; }
.form-status { min-height: 1.4em; margin: 0; color: #914033; font-size: .85rem; }

.booking { background: var(--cream); }
.booking-head { max-width: 820px; margin-bottom: 38px; }
.booking-shell { min-height: 260px; padding: clamp(18px, 4vw, 42px); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.booking-shell > div > p { color: var(--muted); text-align: center; }
.widget-fallback { padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }

.site-footer { position: relative; isolation: isolate; padding: 76px 0 86px; background-color: #1b1a17; background-image: linear-gradient(rgba(18,17,14,.88), rgba(18,17,14,.94)), url('/assets/images/herbst-panorama-1440.webp'); background-position: center 54%; background-size: cover; color: rgba(255,255,255,.76); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.footer-brand { color: var(--white); font-family: var(--display); font-size: 2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: .82rem; }
.footer-links a { color: inherit; }
.copyright { margin-top: 24px; font-size: .72rem; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 36px), var(--max)); }
  .site-header, .site-header.is-scrolled { background: rgba(252,250,246,.96); box-shadow: 0 7px 24px rgba(42,39,31,.1); backdrop-filter: blur(12px); }
  .header-inner { min-height: 68px; }
  .brand img, .is-scrolled .brand img { width: 150px; filter: none; }
  .header-actions { display: flex; }
  .header-book { display: none; }
  .header-actions .button { min-height: 43px; padding: 9px 17px; font-size: .69rem; }
  .hero { min-height: 780px; }
  .hero-content { padding: 140px 0 74px; }
  .trust-inner { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-item { padding: 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .intro-grid, .season-card, .request-grid, .story-grid, .voucher-strip-inner, .winter-card, .expectation-grid, .room-track--single .room-card { grid-template-columns: 1fr; }
  .highlight-grid { grid-template-columns: 1fr; }
  .intro-grid .photo { order: 2; }
  .season-card img { min-height: 340px; }
  .season-copy { padding: 36px 26px 42px; }
  .offers-head { display: block; }
  .offers-grid { grid-template-columns: 1fr; }
  .voucher-strip { padding: 42px 0; }
  .voucher-strip-inner { gap: 20px; }
  .voucher-strip-inner .button { justify-self: start; }
  .winter-media img { min-height: 360px; }
  .slider-head { align-items: center; }
  .room-track { grid-auto-columns: min(86vw, 360px); margin-right: -18px; }
  .room-track--single { margin-right: 0; }
  .room-track--single .room-card > img { min-height: 0; aspect-ratio: 4 / 3; }
  .room-bottom { align-items: start; flex-direction: column; }
  .gallery-controls { display: flex; }
  .gallery-track { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: min(86vw, 430px); gap: 18px; overflow-x: auto; margin-right: -18px; padding-bottom: 20px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--sand) transparent; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6), .gallery-item:nth-child(11) { grid-column: auto; scroll-snap-align: start; }
  .gallery-item img, .gallery-item:nth-child(1) img, .gallery-item:nth-child(6) img, .gallery-item:nth-child(11) img { height: min(68vw, 390px); aspect-ratio: auto; }
  .swipe-note { display: block; }
}

@media (min-width: 821px) and (max-width: 1080px) {
  .offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .header-inner.container { width: min(calc(100% - 24px), var(--max)); }
  .brand img, .is-scrolled .brand img { width: 137px; }
  .header-actions .button { padding-inline: 14px; }
  .hero { min-height: 700px; }
  .hero-content { padding-bottom: 62px; }
  .hero-buttons .button { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field, .field--full, .privacy, .form-status, .submit { grid-column: 1; }
  .child-ages { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .slider-head { align-items: start; }
  .slider-controls button { width: 42px; height: 42px; }
  .info-item summary { min-height: 68px; padding: 16px 18px; }
  .info-panel { padding: 20px 18px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
