:root {
  --ink: #252b2e;
  --ink-soft: #485257;
  --yellow: #f0bc49;
  --yellow-hover: #ffd273;
  --warm: #f6f4ef;
  --line: #deddd8;
  --white: #fff;
  --max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.6 system-ui, -apple-system, "Segoe UI", sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid #ac7415; outline-offset: 3px; }
.shell { width: min(var(--max), calc(100% - 44px)); margin-inline: auto; }
.section { padding: clamp(64px, 7vw, 112px) 0; }
.eyebrow { margin: 0 0 12px; color: #815511; font-weight: 800; font-size: .8rem; text-transform: uppercase; letter-spacing: .17em; }
h1, h2, h3 { line-height: 1.16; letter-spacing: -.035em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h2 { font-size: clamp(2rem, 3.4vw, 3.1rem); }
.skip-link { position: absolute; z-index: 30; top: -100px; left: 20px; background: var(--yellow); padding: 10px 18px; }
.skip-link:focus { top: 14px; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--line); box-shadow: 0 4px 25px rgba(0,0,0,.04); }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: block; flex: 0 0 auto; text-decoration: none; }
.brand img { width: min(430px, 36vw); height: auto; }
.brand-compact { display: none; }
.main-nav { display: flex; gap: clamp(12px, 1.6vw, 25px); align-items: center; }
.main-nav a { text-decoration: none; font-size: .88rem; font-weight: 700; white-space: nowrap; }
.main-nav a:hover, .header-phone:hover { text-decoration: underline; text-decoration-color: #bf861e; text-underline-offset: 5px; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { font-weight: 800; font-size: 1.06rem; white-space: nowrap; text-decoration: none; }
.button { display: inline-flex; min-height: 48px; justify-content: center; align-items: center; gap: 15px; padding: 12px 20px; border-radius: 5px; text-align: center; text-decoration: none; font-weight: 800; line-height: 1.3; transition: background .15s ease, transform .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-yellow:hover { background: var(--yellow-hover); }
.header-order { white-space: nowrap; font-size: .86rem; }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.8); }
.button-outline:hover { background: rgba(255,255,255,.1); }

/* Startbereich */
.hero { min-height: min(720px, 75vh); color: white; background: linear-gradient(90deg, rgba(24,30,32,.91), rgba(24,30,32,.7) 48%, rgba(24,30,32,.08)), url('images/Jessel_hero2.webp') 58% 50% / cover no-repeat; }
.hero-inner { display: flex; align-items: center; min-height: inherit; padding-block: 82px; }
.hero-copy { max-width: 660px; }
.hero-eyebrow { color: var(--yellow); }
.hero h1 { max-width: 640px; margin: 0 0 20px; font-size: clamp(2.85rem, 6vw, 5.7rem); }
.hero-lead { max-width: 570px; margin: 0; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-bar { background: var(--ink); color: white; }
.trust-inner { display: flex; gap: 20px; justify-content: space-between; padding-block: 18px; font-size: .92rem; font-weight: 700; }
.trust-inner b { color: var(--yellow); margin-right: 8px; }

/* Leistungen */
.section-services { background: var(--warm); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 34px; }
.section-heading h2 { max-width: 650px; margin: 0; }
.section-heading p { max-width: 390px; margin: 0 0 3px; color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { min-width: 0; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 12px 28px rgba(30,32,30,.045); }
.service-card img { width: 100%; height: 245px; object-fit: cover; }
.service-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.service-index { color: #765016; text-transform: uppercase; font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 13px 0 11px; font-size: 1.5rem; }
.service-card p { margin: 0 0 28px; color: var(--ink-soft); }
.text-link { margin-top: auto; text-decoration: none; font-weight: 800; border-bottom: 2px solid var(--yellow); align-self: flex-start; padding-bottom: 4px; }
.text-link:hover { border-color: var(--ink); }

/* Buchung: Das RTR-Widget bleibt unverändert eingebunden. */
.booking-section { background: #eae9e4; }
.booking-shell { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.booking-intro { padding-top: 30px; }
.booking-intro h2 { margin: 0 0 20px; }
.booking-intro p:not(.eyebrow) { color: var(--ink-soft); }
.booking-help { margin-top: 30px; padding-top: 20px; border-top: 1px solid #c8c7c0; }
.booking-help a { font-weight: 800; white-space: nowrap; }
.booking-panel { min-width: 0; min-height: 340px; background: white; border-radius: 8px; border: 1px solid var(--line); padding: clamp(18px, 3vw, 32px); box-shadow: 0 18px 45px rgba(20,25,25,.08); }
.booking-panel-title { font-weight: 800; font-size: 1.1rem; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.booking-panel-title span { color: #a66a0c; margin-right: 9px; }
rtr-search { display: block; width: 100%; max-width: 100%; }
rtr-checkout { position: relative; z-index: 22; }

/* Bestehende Preis-, Karten- und FAQ-Inhalte neu dargestellt */
.pricing-section, .map-section, .faq-section { padding: clamp(64px, 7vw, 106px) 22px; }
.pricing-section { background: white; }
.map-section { background: var(--warm); }
.faq-section { background: white; }
.pricing-section > h2, .map-section > h2, .faq-section > h2 { margin: 0 auto 18px; max-width: var(--max); text-align: left; }
.map-section > p { max-width: var(--max); margin: 0 auto 30px; color: var(--ink-soft); }
.pricing-container, .map-container, .faq-container { max-width: var(--max); margin-inline: auto; }
.pricing-container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pricing-category { min-width: 0; border: 1px solid var(--line); background: white; border-radius: 8px; overflow: hidden; }
.pricing-category-header { padding: 18px 22px; background: var(--ink); color: white; font-size: 1.08rem; font-weight: 800; }
.table-scroll { overflow-x: auto; max-width: 100%; }
.pricing-table { width: 100%; min-width: 480px; border-collapse: collapse; background: white; font-size: .9rem; }
.pricing-table th, .pricing-table td { padding: 13px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.pricing-table th { background: #f7f6f2; font-weight: 800; }
.pricing-table tr:last-child td { border-bottom: 0; }
.price-brutto { font-weight: 800; }
.pricing-note { padding: 12px 14px 17px; color: var(--ink-soft); }
.map-container { height: 400px; margin-bottom: 25px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #e0e4dc; }
#map { width: 100%; height: 100%; }
.map-fallback { display: grid; place-items: center; padding: 25px; text-align: center; }
.map-section .pricing-container { display: block; }
.map-section .pricing-table { min-width: 650px; }
.faq-container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: start; }
.faq-item { min-width: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: white; }
.faq-question { display: flex; width: 100%; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 22px; text-align: left; color: var(--ink); background: white; border: 0; cursor: pointer; font-weight: 800; }
.faq-question:hover, .faq-question[aria-expanded="true"] { background: #f7f6f2; }
.faq-question i { display: none; }
.faq-question::after { content: '⌄'; flex: 0 0 auto; font-size: 1.6rem; line-height: 1; color: #a26b14; transition: transform .15s ease; }
.faq-question[aria-expanded="true"]::after { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 22px 20px; color: var(--ink-soft); }
.faq-item.active .faq-answer { display: block; }
.faq-answer p { margin: 13px 0 0; }

/* Kontakt und Fußbereich */
.footer-columns { padding: 70px 22px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px; max-width: var(--max); margin-inline: auto; }
.footer-column h3 { color: var(--yellow); margin: 0 0 14px; font-size: 1.3rem; }
.footer-column a { color: white; text-underline-offset: 3px; }
.hours-list { list-style: none; padding: 0; margin: 0 0 26px; }
.hours-list li { display: flex; justify-content: space-between; max-width: 350px; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.2); padding: 7px 0; }
.contact-info-box { display: flex; flex-wrap: wrap; gap: 30px; }
.footer-column ul:not(.hours-list) { list-style: none; padding-left: 0; margin: 0; }
footer { padding: 22px; background: #171c1d; color: #ddd; text-align: center; font-size: .87rem; }
footer p { margin: 4px 0; }
footer a { color: white; text-underline-offset: 3px; }
.site-version { display: block; margin-top: 9px; color: #c9c8c4; font-size: .75rem; letter-spacing: .03em; }
.mobile-action-bar { display: none; }

/* Saisonhinweis: klein und schließbar; oberhalb der fixierten Kopfzeile. */
.season-teaser { position: fixed; z-index: 30; right: 22px; bottom: 17px; width: min(270px, calc(100vw - 28px)); padding: 17px 18px 16px; border-radius: 11px; color: var(--ink); background: white; border: 1px solid #dcd9d0; box-shadow: 0 18px 55px rgba(13,21,21,.24); }
.season-teaser[hidden] { display: none; }
.season-teaser::before { content: ""; display: block; height: 5px; position: absolute; inset: 0 0 auto; border-radius: 11px 11px 0 0; background: var(--yellow); }
.season-teaser__tag { display: block; margin: 0 32px 6px 0; color: #785015; font-size: .67rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.season-teaser__close { position: absolute; top: 9px; right: 9px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: var(--ink); background: #f3f1ec; cursor: pointer; font-size: 1.35rem; line-height: 1; }
.season-teaser h2 { margin: 0 0 7px; font-size: 1.38rem; line-height: 1.16; }
.season-teaser p { margin: 0 0 8px; font-size: .84rem; line-height: 1.45; }
.season-teaser__price { display: block; margin: 3px 0 0; font-size: 1.52rem; line-height: 1.15; font-weight: 850; letter-spacing: -.035em; }
.season-teaser__scope { display: block; margin: 2px 0 12px; color: var(--ink-soft); font-size: .77rem; line-height: 1.4; }
.season-teaser__cta { display: block; padding: 9px 10px; border-radius: 5px; color: var(--ink); background: var(--yellow); font-weight: 800; text-align: center; text-decoration: none; }
.season-teaser__cta:hover { background: var(--yellow-hover); }

/* Rechtliche Unterseiten: dieselben Farben, Schriften und Komponenten wie auf der Startseite. */
.legal-page main { background: var(--warm); }
.legal-hero { color: var(--white); background: linear-gradient(90deg, rgba(24,30,32,.96), rgba(24,30,32,.81) 55%, rgba(24,30,32,.42)), url('images/Jessel_hero2.webp') center 51% / cover no-repeat; }
.legal-hero .shell { padding-block: clamp(64px, 7vw, 105px) 110px; }
.legal-hero .eyebrow { color: var(--yellow); }
.legal-hero h1 { max-width: 860px; margin: 0 0 15px; font-size: clamp(2.5rem, 5vw, 4.3rem); }
.legal-hero p:not(.eyebrow) { max-width: 650px; margin: 0; color: #f0f0ed; font-size: 1.08rem; }
.legal-page .content-section { position: relative; width: min(960px, calc(100% - 44px)); margin: -52px auto 0; padding: clamp(30px, 5vw, 70px); background: var(--white); border: 1px solid var(--line); border-radius: 10px 10px 0 0; box-shadow: 0 18px 48px rgba(20,25,25,.07); }
.legal-page .content-section h2 { margin: 42px 0 17px; padding-left: 16px; border-left: 4px solid var(--yellow); color: var(--ink); font-size: clamp(1.28rem, 2.2vw, 1.65rem); }
.legal-page .content-section h2:first-child { margin-top: 0; }
.legal-page .content-section h3 { margin: 26px 0 10px; color: var(--ink); font-size: 1.14rem; }
.legal-page .content-section p { margin: 0 0 17px; line-height: 1.8; }
.legal-page .content-section a { color: #765016; text-underline-offset: 3px; }
.legal-page .content-section a:hover { color: var(--ink); }
.legal-page .footer-columns { color: var(--white); background: var(--ink); }
.legal-page .footer-column a, .legal-page .hours-list { color: var(--white); }

@media (max-width: 1200px) {
  .main-nav { display: none; }
  .brand img { width: min(430px, 39vw); }
  .service-card img { height: 210px; }
}
@media (max-width: 850px) {
  .header-inner { min-height: 84px; }
  .booking-shell { grid-template-columns: 1fr; gap: 28px; }
  .booking-intro { padding-top: 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 18px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-container { grid-template-columns: 1fr; }
  .faq-container { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 130px; }
  .header-inner { min-height: 0; flex-direction: column; align-items: stretch; gap: 3px; padding-block: 8px; }
  .brand img { width: min(100%, 360px); }
  .header-actions { justify-content: space-between; gap: 8px; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 130px; }
  body { padding-bottom: calc(180px + env(safe-area-inset-bottom)); }
  .shell { width: min(var(--max), calc(100% - 34px)); }
  .brand img { display: block; width: min(100%, 320px); }
  .brand-compact { display: none; }
  .header-phone { display: block; font-size: 1.05rem; }
  .header-order { min-height: 40px; padding: 8px 11px; font-size: .8rem; }
  .header-order span { display: none; }
  .hero { min-height: 590px; background: linear-gradient(0deg, rgba(24,30,32,.94), rgba(24,30,32,.42) 67%, rgba(24,30,32,.15)), url('images/Jessel_hero2.webp') 61% center / cover no-repeat; }
  .hero-inner { align-items: end; padding-block: 70px 53px; }
  .hero h1 { font-size: clamp(2.5rem, 10.7vw, 4rem); }
  .hero-actions .button { width: 100%; }
  .trust-inner { display: grid; gap: 6px; font-size: .82rem; }
  .section, .pricing-section, .map-section, .faq-section { padding-block: 62px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card img { height: 230px; }
  .booking-panel { padding: 17px; }
  .pricing-section, .map-section, .faq-section, .footer-columns { padding-inline: 17px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  /* Der Platz am unteren Rand bleibt für den RTR-Warenkorb frei. */
  .mobile-action-bar { position: fixed; inset: auto 0 calc(96px + env(safe-area-inset-bottom)); z-index: 21; display: grid; grid-template-columns: 1fr 1.2fr; padding: 9px 12px; gap: 8px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 4px 18px rgba(0,0,0,.12); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; min-height: 44px; text-align: center; border: 1px solid var(--ink); border-radius: 4px; font-size: .88rem; font-weight: 800; text-decoration: none; }
  .mobile-action-bar a:last-child { background: var(--yellow); border-color: var(--yellow); }
  .mobile-action-bar a span { margin-left: 8px; }
  .season-teaser { position: relative; right: auto; bottom: auto; width: min(100% - 34px, 340px); margin: -20px auto 24px; z-index: 2; padding: 20px 20px 18px; box-shadow: 0 10px 27px rgba(13,21,21,.18); }
  .season-teaser__cta { min-height: 48px; }
  .legal-hero .shell { padding-block: 52px 90px; }
  .legal-page .content-section { width: calc(100% - 34px); margin-top: -38px; padding: 28px 21px 52px; }
  .legal-page .content-section h2 { margin-top: 34px; }
  .legal-page { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
  .legal-page .mobile-action-bar { bottom: env(safe-area-inset-bottom); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
