:root {
  --blue: #123d8d;
  --blue-bright: #1e5bd7;
  --ink: #090b0f;
  --paper: #f6f7f9;
  --white: #ffffff;
  --muted: #656b75;
  --line: rgba(9, 11, 15, .13);
  --wrap: min(1220px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: #fff; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; color: #fff; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(5, 7, 11, .94); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.header-inner { width: var(--wrap); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .02em; }
.brand img { width: 72px; height: 72px; object-fit: contain; }
.brand span { font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: 24px; line-height: 1; }
.brand strong { font-weight: 500; font-size: 13px; display: block; letter-spacing: .22em; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-nav a:not(.nav-cta) { position: relative; padding: 10px 0; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: #fff; transition: right .2s; }
.main-nav a:hover::after { right: 0; }
.nav-cta { padding: 13px 18px; background: var(--blue-bright); }
.menu-toggle { display: none; background: none; border: 1px solid rgba(255,255,255,.5); color: #fff; padding: 9px 13px; font: inherit; }

.hero { min-height: 900px; height: 100vh; position: relative; display: flex; align-items: center; color: #fff; background: #05070a; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,5,9,.93) 0%, rgba(3,5,9,.68) 38%, rgba(3,5,9,.08) 75%), linear-gradient(0deg, rgba(3,5,9,.72), transparent 35%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.eyebrow, .section-kicker { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .21em; font-size: 12px; font-weight: 700; }
.eyebrow { color: rgba(255,255,255,.72); }
h1, h2, h3 { font-family: Impact, "Arial Narrow", Arial, sans-serif; margin: 0; line-height: .92; text-transform: uppercase; }
h1 { max-width: 720px; font-size: clamp(78px, 10vw, 146px); letter-spacing: -.035em; }
h1 em, h2 span { color: var(--blue-bright); font-style: normal; }
.hero-copy { max-width: 600px; margin: 30px 0 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; font-size: 13px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue-bright); color: #fff; }
.button-ghost { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.button-dark { background: var(--ink); color: #fff; margin-top: 26px; }
.hero-facts { position: absolute; z-index: 2; left: max(24px, calc((100% - 1220px)/2)); bottom: 28px; display: flex; gap: 42px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-facts span { display: flex; gap: 8px; align-items: baseline; color: rgba(255,255,255,.65); }
.hero-facts b { color: #fff; font-size: 14px; }

.intro, .about { padding-block: 120px; }
.section-kicker { color: var(--blue); }
.intro-grid, .section-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
h2 { font-size: clamp(56px, 7vw, 94px); letter-spacing: -.025em; }
.lead { font-size: 20px; line-height: 1.7; color: #30343a; margin: 0 0 24px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: var(--blue); font-weight: 700; }
.text-link span { font-size: 24px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 80px; border: 1px solid var(--line); }
.service-card { position: relative; min-height: 350px; padding: 38px; background: var(--paper); display: flex; flex-direction: column; justify-content: flex-end; transition: transform .25s, background .25s, color .25s; }
.service-card:hover, .service-card.featured { background: var(--blue); color: #fff; transform: translateY(-8px); z-index: 2; }
.card-number { position: absolute; top: 26px; right: 28px; font-size: 12px; letter-spacing: .14em; opacity: .5; }
.service-icon { width: 58px; height: 58px; border: 1px solid currentColor; display: grid; place-items: center; font-size: 26px; margin-bottom: 32px; }
.service-card h3 { font-size: 32px; line-height: 1; }
.service-card p { margin: 16px 0 0; color: var(--muted); }
.service-card:hover p, .service-card.featured p { color: rgba(255,255,255,.75); }

.dark-section { padding-block: 120px; color: #fff; background: var(--ink); }
.section-head.light { align-items: start; }
.section-head.light p:last-child { max-width: 440px; margin: 44px 0 0; color: rgba(255,255,255,.62); font-size: 18px; }
.dark-section h2 span { color: #648fe8; }
.category-list { margin-top: 70px; border-top: 1px solid rgba(255,255,255,.18); }
.category-list > div { display: grid; grid-template-columns: 70px 1fr 40px; align-items: center; min-height: 105px; border-bottom: 1px solid rgba(255,255,255,.18); transition: padding .2s, background .2s; }
.category-list > div:hover { padding-inline: 20px; background: rgba(255,255,255,.04); }
.category-list span { color: rgba(255,255,255,.42); font-size: 12px; }
.category-list h3 { font-size: clamp(27px, 4vw, 48px); line-height: 1; }
.category-list b { color: #648fe8; font-size: 26px; }

.equipment { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; background: #fff; }
.equipment-media { position: relative; min-height: 620px; overflow: hidden; background: #050505; }
.equipment-media img { width: 100%; height: 100%; object-fit: cover; }
.equipment-label { position: absolute; left: 28px; bottom: 28px; color: #fff; background: var(--blue); padding: 10px 16px; text-transform: uppercase; font-weight: 700; letter-spacing: .14em; font-size: 12px; }
.equipment-content { padding: 100px clamp(34px, 6vw, 100px); align-self: center; }
.equipment-content h2 { font-size: clamp(52px, 5.5vw, 82px); }
.equipment-content .lead { margin-top: 32px; }
.check-list { padding: 0; margin: 28px 0 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { padding: 13px 0 13px 30px; position: relative; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }

.event-gallery { padding-block: 120px; background: #fff; overflow: hidden; }
.gallery-head { align-items: end; }
.gallery-head > p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 210px; gap: 14px; margin-top: 70px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: #111; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; inset: auto 14px 14px; width: max-content; max-width: calc(100% - 28px); padding: 8px 11px; background: rgba(4,7,12,.84); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.gallery-item-a { grid-column: span 4; grid-row: span 3; }
.gallery-item-b { grid-column: span 5; grid-row: span 2; }
.gallery-item-c { grid-column: span 3; grid-row: span 2; }
.gallery-item-d { grid-column: span 4; grid-row: span 2; }
.gallery-item-e { grid-column: span 4; grid-row: span 2; }

.about { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: start; }
.about-copy h2 { font-size: clamp(54px, 6vw, 84px); }
.about-copy .lead { margin-top: 34px; }
.about-copy > p:last-child { color: var(--muted); max-width: 700px; }
.about-values { border-top: 1px solid var(--line); margin-top: 39px; }
.about-values div { padding: 28px 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.about-values strong { font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: 36px; text-transform: uppercase; }
.about-values span { color: var(--muted); }

.planner-teaser { padding-block: 105px; background: #e8eefb; }
.planner-teaser-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: end; }
.planner-teaser .lead { margin-bottom: 28px; }
.planner-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 28px; background: rgba(18,61,141,.2); }
.planner-benefits span { padding: 16px 12px; background: #e8eefb; color: var(--blue); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.contact { background: var(--blue); color: #fff; padding-block: 100px; }
.contact .section-kicker { color: rgba(255,255,255,.65); }
.contact h2 span { color: #a8c2f7; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.contact-options a { position: relative; display: flex; flex-direction: column; padding: 22px 55px 22px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-options small { text-transform: uppercase; letter-spacing: .14em; opacity: .65; }
.contact-options strong { margin-top: 3px; font-size: clamp(16px, 2vw, 23px); overflow-wrap: anywhere; }
.contact-options a > span { position: absolute; right: 0; top: 32px; font-size: 28px; }
.contact-note { margin-top: 22px; color: rgba(255,255,255,.65); font-size: 13px; }

.site-footer { padding-block: 70px 30px; background: #05070a; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .7fr; gap: 50px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 7px; }
.footer-grid > div > strong { margin-bottom: 8px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; color: rgba(255,255,255,.5); }
.footer-grid a { color: rgba(255,255,255,.78); }
.footer-grid a:hover { color: #fff; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { width: 132px; height: 132px; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: 28px; text-transform: uppercase; }
.footer-brand span { color: rgba(255,255,255,.55); }
.footer-bottom { margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 12px; }

.legal-page { background: #fff; }
.legal-header { background: var(--ink); color: #fff; padding: 28px 0; }
.legal-header .brand img { width: 72px; height: 72px; }
.legal-main { width: min(850px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-main h1 { color: var(--ink); font-size: clamp(58px, 8vw, 92px); margin-bottom: 45px; }
.legal-main h2 { font: 700 25px/1.2 Arial, Helvetica, sans-serif; text-transform: none; margin: 46px 0 14px; }
.legal-main h3 { font: 700 18px/1.3 Arial, Helvetica, sans-serif; text-transform: none; margin: 32px 0 10px; }
.legal-main p, .legal-main li { color: #3f444c; }
.legal-main a { color: var(--blue); text-decoration: underline; }
.legal-back { display: inline-flex; margin-bottom: 45px; color: var(--blue); font-weight: 700; }

.planner-page { background: #eef1f6; }
.planner-header { background: var(--ink); color: #fff; }
.planner-header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.planner-close { color: rgba(255,255,255,.72); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.planner-close:hover { color: #fff; }
.planner-main { padding: 82px 0 100px; }
.planner-intro { margin-bottom: 64px; }
.planner-intro h1 { color: var(--ink); font-size: clamp(64px, 8vw, 112px); }
.planner-intro h1 em { color: var(--blue-bright); }
.planner-intro > p:last-child { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 19px; }
.planner-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 28px; align-items: start; }
.funnel, .planner-summary { background: #fff; border: 1px solid var(--line); }
.funnel { padding: clamp(26px, 5vw, 62px); }
.funnel-progress { margin-bottom: 52px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.funnel-progress > div { height: 4px; margin-top: 12px; background: #e1e4ea; overflow: hidden; }
.funnel-progress i { display: block; width: 16.67%; height: 100%; background: var(--blue-bright); transition: width .25s; }
.funnel-step { display: none; }
.funnel-step.active { display: block; animation: step-in .24s ease-out; }
@keyframes step-in { from { opacity: 0; transform: translateY(8px); } }
.step-number { display: block; margin-bottom: 18px; color: var(--blue); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; }
.funnel-step h2, .planner-summary h2 { font-size: clamp(39px, 5vw, 66px); margin-bottom: 34px; }
.funnel-step h3 { font-size: 22px; margin: 38px 0 17px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 70px; display: flex; align-items: center; padding: 18px 20px; border: 1px solid #d8dce4; font-weight: 700; transition: border .15s, background .15s, color .15s; }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(30,91,215,.28); outline-offset: 2px; }
.choice-grid input:checked + span { border-color: var(--blue-bright); background: var(--blue-bright); color: #fff; }
.choice-grid.compact label > span { min-height: 58px; }
.duration-grid { grid-template-columns: repeat(5, 1fr); }
.duration-grid label > span { justify-content: center; padding-inline: 10px; }
.season-grid label > span { align-items: flex-start; flex-direction: column; gap: 4px; }
.season-grid small { font-weight: 400; opacity: .76; }
.checkbox-grid input:checked + span::before { content: "✓"; margin-right: 10px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.funnel label:not(.choice-grid label) { display: flex; flex-direction: column; gap: 8px; color: #30343a; font-size: 13px; font-weight: 700; }
.funnel input[type="text"], .funnel input[type="date"], .funnel input[type="email"], .funnel input[type="tel"], .funnel input[type="number"], .funnel textarea, .funnel select { width: 100%; min-height: 54px; border: 1px solid #cfd4dd; border-radius: 0; background: #fff; padding: 12px 14px; color: var(--ink); font: inherit; }
.funnel textarea { resize: vertical; margin-bottom: 20px; }
.funnel input:focus, .funnel textarea:focus, .funnel select:focus { outline: 3px solid rgba(30,91,215,.18); border-color: var(--blue-bright); }
.field-hint { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.guest-counter { display: grid; grid-template-columns: 60px minmax(150px, 240px) 60px; gap: 8px; align-items: end; }
.guest-counter button { height: 54px; border: 0; background: var(--ink); color: #fff; font-size: 25px; cursor: pointer; }
.guest-counter label { text-transform: uppercase; letter-spacing: .08em; }
.guest-counter input { font-size: 24px !important; font-weight: 800 !important; }
.reserve-field { max-width: 260px; margin-top: 32px; }
.privacy-check { flex-direction: row !important; align-items: flex-start; gap: 12px !important; font-weight: 400 !important; }
.privacy-check input { width: 19px; height: 19px; flex: 0 0 auto; margin: 2px 0 0; }
.privacy-check a { color: var(--blue); text-decoration: underline; }
.funnel-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--line); }
.button-back { border: 1px solid var(--line); background: #fff; cursor: pointer; }
.funnel-actions .button-primary { border: 0; cursor: pointer; }
.form-status { min-height: 24px; color: var(--blue); font-weight: 700; }
.planner-summary { position: sticky; top: 24px; padding: 34px; color: #fff; background: var(--ink); }
.planner-summary .step-number { color: #80a6f1; }
.planner-summary h2 { margin-bottom: 26px; }
.planner-summary dl { margin: 0; }
.planner-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.planner-summary dt { color: rgba(255,255,255,.56); }
.planner-summary dd { margin: 0; text-align: right; font-weight: 700; }
.need-card { display: flex; flex-direction: column; margin: 28px 0 16px; padding: 22px; background: var(--blue); }
.need-card small { text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.need-card strong { font-size: 34px; line-height: 1.2; }
.cooling-tip { padding: 15px; background: rgba(255,255,255,.09); font-weight: 700; font-size: 13px; }
.planner-summary > p { margin: 20px 0 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.6; }
.planner-footer { padding-block: 28px; color: rgba(255,255,255,.68); background: #05070a; font-size: 13px; }
.planner-footer a { color: #fff; }

@media (max-width: 900px) {
  :root { --wrap: min(100% - 32px, 760px); }
  .header-inner { min-height: 74px; }
  .brand span { display: none; }
  .brand img { width: 58px; height: 58px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 74px; background: rgba(5,7,11,.98); padding: 18px 16px 28px; flex-direction: column; align-items: stretch; gap: 2px; transform: translateY(-140%); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 12px !important; }
  .hero { min-height: 760px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,5,9,.9), rgba(3,5,9,.38)), linear-gradient(0deg, rgba(3,5,9,.82), transparent 55%); }
  .hero-image { object-position: 58% center; }
  .hero-facts { left: 16px; right: 16px; gap: 12px; justify-content: space-between; }
  .hero-facts span { flex-direction: column; gap: 0; }
  .intro, .about, .dark-section, .event-gallery { padding-block: 80px; }
  .intro-grid, .section-head, .about, .contact-grid, .planner-teaser-grid { grid-template-columns: 1fr; gap: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .equipment { grid-template-columns: 1fr; }
  .equipment-content { padding-block: 70px; }
  .about-values { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .planner-layout { grid-template-columns: 1fr; }
  .planner-summary { position: static; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 360px; }
  .gallery-item-a, .gallery-item-b, .gallery-item-c, .gallery-item-d { grid-column: span 1; grid-row: span 1; }
  .gallery-item-e { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 560px) {
  h1 { font-size: 65px; }
  h2 { font-size: 51px; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 50px; }
  .hero-copy { font-size: 17px; }
  .hero-facts span:last-child { display: none; }
  .service-card { padding: 28px; }
  .equipment-media { min-height: 420px; }
  .equipment-media img { object-position: 60% center; }
  .equipment-content { padding-inline: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .planner-header .brand span { display: block; font-size: 18px; }
  .planner-close { font-size: 0; }
  .planner-close::after { content: "Schließen ×"; font-size: 12px; }
  .planner-main { padding-top: 54px; }
  .planner-intro { margin-bottom: 38px; }
  .planner-intro h1 { font-size: 54px; }
  .funnel { padding: 24px 18px; }
  .choice-grid, .field-grid, .season-grid { grid-template-columns: 1fr; }
  .duration-grid { grid-template-columns: repeat(3, 1fr); }
  .planner-benefits { grid-template-columns: 1fr; }
  .funnel-actions { justify-content: stretch; }
  .funnel-actions .button { flex: 1; padding-inline: 10px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 430px; gap: 10px; }
  .gallery-item-a, .gallery-item-b, .gallery-item-c, .gallery-item-d, .gallery-item-e { grid-column: span 1; }
  .footer-brand img { width: 110px; height: 110px; }
}

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