:root {
  --bg: #ececea;
  --surface: #f7f7f4;
  --surface-strong: #ffffff;
  --soft: #dfdfdc;
  --ink: #151515;
  --body: #393936;
  --muted: #6b6b66;
  --line: rgba(21, 21, 21, .18);
  --line-strong: rgba(21, 21, 21, .45);
  --orange: #ff6a00;
  --orange-dark: #df5d00;
  --orange-soft: rgba(255, 106, 0, .12);
  --max: 1160px;
  --header: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); overflow-x: clip; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: .002em;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0, transparent calc(50% - .5px), rgba(21, 21, 21, .025) 50%, transparent calc(50% + .5px));
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, li { color: var(--body); }
p { margin: 0 0 1rem; }
ul { margin: .25rem 0 1rem; padding-left: 1.25rem; }
li { margin-bottom: .35rem; }
:focus-visible { outline: 3px solid rgba(255, 106, 0, .55); outline-offset: 4px; }
.wrap { width: min(100% - 56px, var(--max)); margin-inline: auto; }
.wrap > *, .hero-grid > *, .statement-grid > *, .cards-3 > *, .date-list > *, .event-masthead-grid > *, .venue-grid > * { min-width: 0; }
.narrow { width: min(100%, 790px); }
.eyebrow {
  color: var(--orange);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.muted { color: var(--muted); }
.small { font-size: 13px; }
.nowrap { white-space: nowrap; hyphens: none; }
#angebote, #termine, #bewertungen, #programm, #preis { scroll-margin-top: calc(var(--header) + 18px); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: var(--ink); color: #fff; padding: 10px 14px; }
.skip-link:focus { top: 16px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding-top: 18px; padding-bottom: 18px; color: var(--muted); font-size: 12px; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb strong { color: var(--ink); font-weight: 650; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header);
  background: rgba(236, 236, 234, .96);
  border-bottom: 1px solid var(--line-strong);
}
.header-inner { min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: flex; align-items: center; gap: 10px; min-width: 225px; }
.brand-mark { width: 48px; height: 48px; flex: none; background: url("brand-mark.png") center / 150% no-repeat; }
.brand-copy strong { display: block; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.brand-copy span { display: block; margin-top: 1px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1px; }
.site-nav a { position: relative; padding: 11px 8px 9px; color: #444440; font-size: 10.5px; font-weight: 680; letter-spacing: .065em; text-transform: uppercase; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 8px; right: 8px; bottom: 3px; height: 2px; background: transparent; }
.site-nav a:hover { color: var(--ink); }
.site-nav a:hover::after { background: rgba(21, 21, 21, .28); }
.site-nav a[aria-current="page"]::after { background: var(--orange); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line-strong); background: transparent; align-items: center; justify-content: center; cursor: pointer; }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 20px; height: 2px; background: var(--ink); transition: .2s ease; }
.menu-lines { position: relative; }
.menu-lines::before, .menu-lines::after { content: ""; position: absolute; left: 0; }
.menu-lines::before { top: -6px; }
.menu-lines::after { top: 6px; }
.menu-button[aria-expanded="true"] .menu-lines { background: transparent; }
.menu-button[aria-expanded="true"] .menu-lines::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-lines::after { top: 0; transform: rotate(-45deg); }

/* Type and shared sections */
h1, h2, h3, h4 { margin-top: 0; color: var(--ink); overflow-wrap: break-word; hyphens: auto; }
h1 { margin-bottom: 22px; font-size: clamp(42px, 5.4vw, 72px); font-weight: 580; line-height: .99; letter-spacing: -.05em; }
h2 { margin-bottom: 14px; font-size: clamp(29px, 3.3vw, 43px); font-weight: 570; line-height: 1.08; letter-spacing: -.04em; }
h3 { margin-bottom: 10px; font-size: 21px; font-weight: 680; line-height: 1.25; letter-spacing: -.018em; }
h4 { margin-bottom: 6px; font-size: 16px; }
.lead { color: #50504b; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.48; }
.display-quote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3.25vw, 42px); line-height: 1.18; letter-spacing: -.025em; }
.rule-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 32px; padding-top: 15px; border-top: 1px solid var(--line-strong); }
.rule-title h2 { margin: 0; }
.rule-title span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-align: right; text-transform: uppercase; }
.section { padding: 82px 0; }
.section-soft { background: var(--soft); border-block: 1px solid var(--line); }
.section-light { background: #f2f2ef; border-block: 1px solid var(--line); }
.section-dark { background: #171717; color: #fff; }
.section-dark h2, .section-dark h3, .section-dark p, .section-dark li { color: #fff; }
.section-dark .muted { color: #c1c1bc; }
.divider { height: 1px; background: var(--line); margin: 26px 0; }

/* Buttons and cards */
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.button { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; border: 1px solid var(--ink); padding: 11px 16px; background: transparent; color: var(--ink); font-size: 11px; font-weight: 750; letter-spacing: .085em; text-transform: uppercase; transition: .15s ease; }
.button:hover { border-color: var(--orange); background: var(--orange-soft); }
.button-primary { border-color: var(--orange); background: var(--orange); color: #111; }
.button-primary:hover { border-color: var(--orange-dark); background: var(--orange-dark); }
.card { border: 1px solid var(--line); background: rgba(255, 255, 255, .6); }
.card-pad { padding: 30px; }
.card .button-row { margin-top: auto; padding-top: 18px; }
.card-kicker { display: block; margin-bottom: 12px; color: var(--orange); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.card-meta { display: block; margin-top: 14px; color: var(--muted); font-size: 13px; }
.cards-2, .cards-3, .cards-4 { display: grid; gap: 14px; }
.cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.offer-card { display: flex; min-height: 285px; flex-direction: column; padding: 28px; }
.offer-card p { margin-bottom: 0; }
.number { display: block; margin-bottom: 24px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.tag { display: inline-flex; width: fit-content; margin-bottom: 14px; border: 1px solid rgba(255,106,0,.45); padding: 4px 8px 3px; background: var(--orange-soft); color: #40200b; font-size: 9px; font-weight: 780; letter-spacing: .11em; text-transform: uppercase; }

/* Hero */
.hero { padding: 64px 0 62px; background: #f2f2ef; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: stretch; }
.hero-copy { position: relative; align-self: center; border-left: 4px solid var(--orange); padding: 18px 0 18px 32px; }
.hero-copy .brand-lockup { width: min(100%, 390px); height: 245px; margin: 0 0 30px; overflow: hidden; }
.hero-copy .brand-lockup img { width: 100%; transform: translateY(-13%); }
.hero-copy h1 { max-width: 690px; }
.hero-image { min-height: 610px; background-color: #dededb; background-position: center; background-size: cover; }
.hero-home { background-image: url("profile-deepak.png"); }
.hero-hannover { background-image: linear-gradient(rgba(0,0,0,.05), rgba(0,0,0,.16)), url("hannover-jurte-innen.jpg"); background-position: center; image-rendering: auto; }
.hero-yoga { background-image: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)), url("studio-pose.jpg"); background-position: center 32%; }
.hero-casa { display: grid; place-items: center; background: #e7e7e3; overflow: hidden; }
.hero-casa img { width: min(100%, 580px); }
.hero-villa { background-image: linear-gradient(rgba(0,0,0,.12), rgba(0,0,0,.12)), url("sunset.jpg"); }
.hero-massage { display: grid; place-items: center; padding: 45px; background: #e2e2de; }
.hero-massage img { width: min(100%, 460px); opacity: .9; }
.hero-men { background-image: linear-gradient(rgba(15,15,15,.12), rgba(15,15,15,.28)), url("studio-pose.jpg"); background-position: center 30%; }
.men-claim { margin: -8px 0 22px; color: var(--orange-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.7vw, 38px); line-height: 1.15; }
.page-hero h1 { font-size: clamp(39px, 5vw, 64px); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-block: 1px solid var(--line-strong); }
.hero-fact { padding: 18px 16px 17px 0; }
.hero-fact + .hero-fact { border-left: 1px solid var(--line); padding-left: 18px; }
.hero-fact span { display: block; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero-fact strong { display: block; margin-top: 4px; font-size: 15px; line-height: 1.35; }
.status-note { margin: 20px 0 0; border-left: 3px solid var(--orange); padding: 9px 0 9px 14px; color: #4f4f4a; font-size: 14px; }

/* Content layouts */
.statement-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }
.statement-grid .statement { padding: 34px; }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.principle { padding: 25px; border: 1px solid var(--line); background: rgba(255,255,255,.48); }
.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 16px; align-items: stretch; }
.portrait { min-height: 650px; background: url("portrait.jpg") center / cover no-repeat; filter: grayscale(1); }
.image-card { min-height: 360px; background-position: center; background-size: cover; }
.image-studio { background-image: url("studio-wide.jpg"); }
.image-sunset { background-image: url("sunset.jpg"); }
.image-jurte { background-image: url("hannover-jurte-aussen.jpg"); }
.date-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.date-card { display: flex; min-height: 150px; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); padding: 23px; background: rgba(255,255,255,.58); }
.date-card strong { display: block; font-size: 22px; line-height: 1.22; }
.date-card em { color: var(--muted); font-size: 13px; font-style: normal; }
.date-card.featured { border-color: rgba(255,106,0,.48); background: rgba(255,106,0,.08); }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.price-card { border-top: 3px solid var(--orange); padding: 25px; background: rgba(255,255,255,.62); }
.price-card strong { display: block; margin-bottom: 5px; font-size: 20px; }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding-left: 22px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .69em; width: 8px; height: 8px; background: var(--orange); }
.schedule { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.schedule-row { display: grid; grid-template-columns: 155px 1fr; gap: 24px; padding: 24px; background: var(--surface); }
.schedule-row strong { color: var(--ink); font-size: 17px; }
.schedule-row p { margin: 0; }
.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 16px; align-items: stretch; }
.location-image { min-height: 390px; background: url("hannover-jurte-innen.jpg") center / cover no-repeat; }
.profile-mini { display: grid; grid-template-columns: 190px 1fr; gap: 26px; align-items: center; }
.profile-mini img { width: 190px; aspect-ratio: 1; object-fit: cover; border: 1px solid var(--line-strong); border-radius: 50%; }
.faq { border-top: 1px solid var(--line-strong); }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; color: var(--ink); font-weight: 690; }
.faq details p { margin: 12px 0 0; }
.contact-box { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: center; border-left: 4px solid var(--orange); padding: 32px; background: rgba(255,255,255,.6); }
.contact-box .button-row { justify-content: flex-end; margin-top: 0; }
.dual-cta { display: grid; gap: 14px; }
.men-contact { grid-template-columns: 1fr auto; }
.men-statement { border-top: 4px solid var(--orange); }
.offer-card-hannover { border-top: 3px solid var(--orange); }

/* Testimonials - bewusst als ESSENZ-Bereich, nicht als Fremd-Widget */
.testimonial-section { background: #f2f2ef; border-top: 1px solid var(--line); }
.testimonial-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: end; margin-bottom: 32px; }
.testimonial-intro h2 { margin: 0; font-size: clamp(24px, 3vw, 40px); hyphens: none; overflow-wrap: normal; }
.testimonial-intro p { max-width: 660px; margin: 0; }
.testimonial-slider { position: relative; }
.testimonial-track { position: relative; min-height: 235px; }
.testimonial-card { min-width: 0; border: 1px solid var(--line); border-top: 3px solid var(--orange); padding: 29px; background: rgba(255,255,255,.7); }
.testimonial-slider .testimonial-card { display: none; }
.testimonial-slider .testimonial-card.is-active { display: block; }
.testimonial-card blockquote { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2vw, 27px); line-height: 1.4; }
.testimonial-card footer { margin-top: 22px; border: 0; background: transparent; color: var(--muted); font-size: 12px; }
.testimonial-controls { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 12px; }
.testimonial-controls button { width: 42px; height: 42px; border: 1px solid var(--line-strong); background: transparent; color: var(--ink); font-size: 19px; cursor: pointer; }
.testimonial-controls button:hover { border-color: var(--orange); background: var(--orange-soft); }
.testimonial-controls span { min-width: 44px; color: var(--muted); font-size: 12px; text-align: center; }
.testimonial-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; }
.testimonial-actions p { max-width: 650px; margin: 0; color: var(--muted); font-size: 13px; }

/* Ruhiges Hannover-Motiv ohne ungeeignetes Raumfoto */
.event-visual { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 30px; align-items: end; width: min(100% - 56px, var(--max)); margin: 36px auto 0; border-block: 1px solid var(--line-strong); padding: 30px 0; }
.event-visual-copy { max-width: 760px; }
.event-visual-copy strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4.3vw, 57px); font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
.event-visual-copy span { display: block; margin-bottom: 13px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.event-visual img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center 24%; filter: grayscale(1) contrast(1.04); border-radius: 48% 48% 44% 50%; }

/* Hannover event page */
.event-masthead { padding: 78px 0 64px; background: #f2f2ef; border-bottom: 1px solid var(--line); }
.event-masthead-grid { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(320px, .58fr); gap: 58px; align-items: center; }
.event-heading h1 { max-width: 800px; margin: 18px 0 24px; font-size: clamp(48px, 7vw, 88px); }
.event-heading .lead { max-width: 760px; }
.event-audience { margin-top: 22px; padding-left: 16px; border-left: 3px solid var(--orange); color: var(--ink); font-weight: 650; }
.event-booking { border-top: 4px solid var(--orange); padding: 30px; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.07); }
.event-price { display: block; font-size: clamp(48px, 6vw, 72px); font-weight: 610; line-height: 1; letter-spacing: -.055em; }
.event-price-note { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; }
.clean-list { list-style: none; margin: 24px 0; padding: 18px 0; border-block: 1px solid var(--line); }
.clean-list li { position: relative; margin: 0; padding: 7px 0 7px 20px; }
.clean-list li::before { content: ""; position: absolute; left: 0; top: 1.05em; width: 7px; height: 7px; background: var(--orange); }
.booking-discount { display: grid; gap: 1px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.booking-discount strong { font-size: 16px; }
.booking-discount span { color: var(--muted); font-size: 12.5px; }
.event-booking > .small { margin: 14px 0 0; }
.price-cta { margin: 20px 0 6px; }
.event-panorama { width: min(100% - 56px, 1440px); margin: 0 auto; padding: 36px 0 0; }
.event-panorama img { width: 100%; height: clamp(300px, 38vw, 560px); object-fit: cover; object-position: center 44%; image-rendering: auto; }
.event-panorama figcaption { margin-top: 9px; color: var(--muted); font-size: 12px; text-align: right; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.intro-grid h2 { max-width: 480px; }
.experience-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 58px; border-top: 1px solid var(--line-strong); }
.experience-list > div { padding: 26px 28px 20px 0; border-bottom: 1px solid var(--line); }
.experience-list > div:not(:nth-child(3n + 1)) { padding-left: 28px; border-left: 1px solid var(--line); }
.experience-list span { display: block; margin-bottom: 17px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.experience-list strong { display: block; font-size: 20px; line-height: 1.25; }
.experience-list p { margin: 9px 0 0; font-size: 14px; }
.day-program { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: start; }
.day-card { border: 1px solid var(--line); padding: 26px; background: rgba(255,255,255,.62); }
.day-card-featured { border-top: 4px solid var(--orange); padding-top: 23px; }
.day-card header { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid var(--line-strong); }
.day-card header span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.day-card header strong { font-size: 19px; }
.program-item { display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(21,21,21,.08); }
.program-item:last-child { border-bottom: 0; }
.program-item time { color: var(--muted); font-size: 12px; font-weight: 700; }
.program-item p { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.4; }
.program-note { margin: 18px 0 0; }
.venue-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 54px; align-items: center; }
.venue-photo img { width: 100%; min-height: 480px; object-fit: cover; }
.fact-lines { margin-top: 27px; border-top: 1px solid var(--line-strong); }
.fact-lines > div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.fact-lines span { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.fact-lines strong { font-size: 14px; line-height: 1.45; }
.price-overview { display: grid; grid-template-columns: .72fr 1.28fr; gap: 12px; }
.price-main { border-top: 4px solid var(--orange); padding: 32px; background: var(--ink); color: #fff; }
.price-main strong { display: block; font-size: clamp(55px, 7vw, 82px); line-height: 1; letter-spacing: -.06em; }
.price-main p { margin: 10px 0 0; color: #d0d0ca; }
.included-panel { padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.6); }
.check-list-2col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 28px; }
.discount-lines { display: grid; grid-template-columns: repeat(2, 1fr) auto; gap: 0; margin-top: 12px; border: 1px solid var(--line); }
.discount-lines > * { margin: 0; padding: 20px 22px; }
.discount-lines > * + * { border-left: 1px solid var(--line); }
.discount-lines strong { display: block; color: var(--orange-dark); font-size: 18px; }
.discount-lines p { margin: 4px 0 0; font-size: 13px; }
.discount-lines > p { display: flex; align-items: center; max-width: 230px; color: var(--muted); }
.room-section { display: grid; grid-template-columns: .74fr 1.26fr; gap: 50px; margin-top: 60px; padding-top: 30px; border-top: 1px solid var(--line-strong); }
.room-table-wrap { overflow-x: auto; }
.room-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.room-table th, .room-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.room-table th { color: var(--muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.room-table th:last-child, .room-table td:last-child { width: 175px; text-align: right; font-weight: 700; white-space: nowrap; }
.guide-grid { display: grid; grid-template-columns: 300px 1fr; gap: 55px; align-items: center; }
.guide-grid img { width: 300px; aspect-ratio: 1; object-fit: cover; }
.guide-grid > div { max-width: 720px; }
.faq-layout { display: grid; grid-template-columns: .58fr 1.42fr; gap: 70px; }
.event-cta { padding: 68px 0; background: #171717; border-top: 4px solid var(--orange); color: #fff; }
.event-cta h2, .event-cta p { color: #fff; }
.event-cta h2 { max-width: 720px; margin: 12px 0 10px; }
.event-cta-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; align-items: center; }
.event-cta .button-row { justify-content: flex-end; margin: 0; }

/* Footer */
.site-footer { border-top: 4px solid var(--orange); background: #171717; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 36px 0; align-items: end; }
.footer-brand { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-sub { margin-top: 4px; color: #aaa; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; color: #d4d4cf; font-size: 12px; }
.footer-links a:hover { color: var(--orange); }

/* Legal */
.legal { padding: 34px; border: 1px solid var(--line); background: rgba(255,255,255,.58); }
.legal h2 { margin-top: 36px; font-size: 25px; }
.legal h2:first-child { margin-top: 0; }

@media (max-width: 980px) {
  :root { --header: 68px; }
  .wrap { width: min(100% - 36px, var(--max)); }
  .header-inner { min-height: var(--header); }
  .site-brand { min-width: 0; }
  .menu-button { display: inline-flex; }
  .site-nav { position: absolute; left: 0; right: 0; top: calc(100% + 1px); display: none; align-items: stretch; flex-direction: column; border-bottom: 1px solid var(--line-strong); padding: 8px 18px 16px; background: rgba(242,242,239,.99); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 8px; font-size: 11px; }
  .site-nav a::after { left: 8px; right: auto; width: 32px; bottom: 8px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-image { min-height: 520px; }
  .hero-home { background-position: center 14%; }
  .statement-grid, .split, .location-grid { grid-template-columns: 1fr; }
  .cards-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portrait { min-height: 560px; }
  .event-masthead-grid, .intro-grid, .venue-grid, .faq-layout { grid-template-columns: 1fr; }
  .event-masthead-grid { gap: 36px; }
  .event-booking { max-width: 620px; }
  .intro-grid, .venue-grid, .faq-layout { gap: 34px; }
  .day-program { grid-template-columns: 1fr; }
  .day-card { display: grid; grid-template-columns: 160px 1fr; column-gap: 24px; }
  .day-card header { grid-row: 1 / span 10; display: block; margin: 0; padding: 0 20px 0 0; border-right: 1px solid var(--line-strong); border-bottom: 0; }
  .day-card header strong { display: block; margin-top: 6px; }
  .guide-grid { grid-template-columns: 230px 1fr; gap: 36px; }
  .guide-grid img { width: 230px; }
  .testimonial-intro { grid-template-columns: 1fr; gap: 12px; }
  .event-visual { grid-template-columns: 1fr 220px; }
}

@media (max-width: 1120px) and (min-width: 681px) {
  .statement-grid { grid-template-columns: 1fr; }
  .principles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-grid { gap: 28px; }
  .hero-copy { padding-left: 24px; }
  .hero-copy h1 { font-size: clamp(38px, 5vw, 58px); }
}

@media (max-width: 680px) {
  body { font-size: 15.5px; }
  .wrap { width: min(100% - 30px, var(--max)); }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 10.5px; }
  .brand-copy span { font-size: 8.5px; }
  .section { padding: 58px 0; }
  .hero { padding: 34px 0 44px; }
  .hero-grid { gap: 26px; }
  .hero-copy { padding: 8px 0 8px 20px; }
  .hero-copy .brand-lockup { width: min(100%, 300px); height: 190px; margin: 0 0 24px; }
  h1 { font-size: clamp(34px, 10.5vw, 48px); line-height: 1.03; }
  .page-hero h1 { font-size: clamp(34px, 10vw, 46px); }
  .hero-image { min-height: 420px; }
  .hero-hannover { min-height: 340px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-fact { padding: 14px 0; }
  .hero-fact + .hero-fact { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .rule-title { display: block; }
  .rule-title span { display: block; margin-top: 8px; text-align: left; }
  .cards-2, .cards-3, .cards-4, .principles, .date-list, .price-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 0; }
  .statement-grid .statement, .card-pad, .legal { padding: 24px; }
  .portrait { min-height: 470px; }
  .schedule-row { grid-template-columns: 1fr; gap: 7px; padding: 20px; }
  .profile-mini { grid-template-columns: 1fr; }
  .profile-mini img { width: 145px; }
  .contact-box { grid-template-columns: 1fr; padding: 24px; }
  .men-contact { grid-template-columns: 1fr; }
  .contact-box .button-row { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
  .event-masthead { padding: 46px 0 42px; }
  .event-heading h1 { margin-top: 14px; font-size: clamp(38px, 11vw, 52px); }
  .event-booking { padding: 24px; }
  .event-panorama { width: 100%; padding-top: 0; }
  .event-panorama img { height: 270px; }
  .event-panorama figcaption { padding-inline: 15px; text-align: left; }
  .experience-list { grid-template-columns: 1fr; margin-top: 38px; }
  .experience-list > div, .experience-list > div:not(:nth-child(3n + 1)) { padding: 21px 0; border-left: 0; }
  .day-card { display: block; padding: 22px; }
  .day-card header { display: flex; margin-bottom: 18px; padding: 0 0 14px; border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .program-item { grid-template-columns: 88px 1fr; }
  .venue-photo img { min-height: 330px; }
  .price-overview, .room-section, .event-cta-inner { grid-template-columns: 1fr; }
  .check-list-2col { grid-template-columns: 1fr; }
  .discount-lines { grid-template-columns: 1fr; }
  .discount-lines > * + * { border-top: 1px solid var(--line); border-left: 0; }
  .discount-lines > p { max-width: none; }
  .room-section { gap: 22px; margin-top: 45px; }
  .room-table { font-size: 12.5px; }
  .room-table th, .room-table td { padding: 12px 10px; }
  .room-table th:last-child, .room-table td:last-child { width: 110px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid img { width: min(100%, 260px); }
  .event-cta .button-row { justify-content: flex-start; margin-top: 10px; }
  .testimonial-card { padding: 24px; }
  .testimonial-track { min-height: 300px; }
  .event-visual { grid-template-columns: 1fr; width: min(100% - 30px, var(--max)); padding: 24px 0; }
  .event-visual img { width: min(68vw, 260px); }
}

@media print {
  .site-header, .site-footer, .button-row { display: none !important; }
  body { background: #fff; }
  .section, .hero { padding: 28px 0; }
}
