/* Henny · Entwurf 01 · Alle Medien werden vom eigenen Webspace geladen. */
:root {
  color-scheme: light;
  --paper: #faf9f6;
  --ink: #292722;
  --muted: #69655f;
  --brandy: #935035;
  --apricot: #edc5a7;
  --line: #d9d5cf;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--sans); min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
body.modal-open { overflow: hidden; }
main { flex: 1; }
button, a, video { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, video:focus-visible { outline: 3px solid var(--brandy); outline-offset: 5px; }
.page-width { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.site-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; min-height: 116px; }
.wordmark { font: 38px/1 var(--serif); letter-spacing: -1.2px; color: var(--brandy); width: fit-content; }
.main-nav { display: flex; align-items: center; gap: 40px; font-size: 14px; }
.main-nav a, .site-footer a { border-bottom: 1px solid transparent; padding-block: 10px; }
.main-nav a:hover, .site-footer a:hover { color: var(--brandy); border-bottom-color: var(--brandy); }
.header-date { justify-self: end; font-size: 12px; letter-spacing: .05em; color: var(--muted); }
.hero { position: relative; isolation: isolate; min-height: 371px; padding: 36px 0 18px; margin: 13px -1px 40px 0; }
.hero-image { position: absolute; z-index: -1; inset: 0 -24px 0 auto; width: 54%; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 67% 54%; display: block; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, rgba(250,249,246,.95) 7%, rgba(250,249,246,.35) 37%, transparent 57%); }
.hero-copy { max-width: 835px; }
h1 { font: 400 clamp(40px, 4.15vw, 62px)/1.10 var(--serif); letter-spacing: -.035em; margin: 0; text-wrap: balance; }
.lead { font-size: clamp(16px, 1.7vw, 23px); line-height: 1.5; margin: 21px 0 25px; }
.date-control { border-top: 1px solid var(--line); width: min(100%, 516px); padding-top: 30px; }
.date-button { display: flex; align-items: center; gap: 22px; width: 100%; min-height: 53px; padding: 13px 17px; color: var(--ink); border: 1px solid var(--line); background: rgba(250,249,246,.95); text-align: left; font-size: 15px; transition: border-color .18s, background-color .18s; }
.date-button:hover, .date-button[aria-expanded="true"] { border-color: var(--brandy); background: #f4e9dd; }
.calendar-icon { width: 21px; height: 21px; flex: 0 0 21px; color: var(--brandy); }
.date-chevron { width: 19px; height: 19px; margin-left: auto; transition: transform .2s; }
.date-button[aria-expanded="true"] .date-chevron { transform: rotate(180deg); }
.options-section { padding-bottom: 10px; }
.options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.option-card { min-width: 0; position: relative; isolation: isolate; overflow: hidden; color: #fffaf4; min-height: 380px; background: #4a3a2e; }
.option-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; z-index: -2; }
.option-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(29,25,20,.85) 0%, rgba(29,25,20,.64) 56%, rgba(29,25,20,.13) 100%); }
.option-b::after { background: linear-gradient(90deg, rgba(24,20,17,.89) 0%, rgba(24,20,17,.57) 58%, rgba(24,20,17,.14) 100%); }
.option-content { display: flex; flex-direction: column; align-items: flex-start; height: 100%; min-height: inherit; padding: 34px 30px 26px; }
.option-label { font-size: 13px; margin: 0 0 24px; line-height: 1.3; }
.option-label::after { content: ""; display: block; width: 37px; height: 1px; margin-top: 20px; background: var(--apricot); }
.option-content h2 { font: 400 clamp(25px, 2.15vw, 32px)/1.18 var(--serif); letter-spacing: -.016em; margin: 0 0 18px; max-width: 420px; }
.option-a h2 { max-width: 380px; }
.option-description { font-size: 14px; line-height: 1.6; max-width: 350px; margin: 0 0 25px; color: #f3ede7; }
.text-button { display: flex; gap: 20px; align-items: center; border: 0; border-bottom: 1px solid rgba(255,250,244,.7); background: none; color: inherit; padding: 12px 0 7px; font-size: 13px; margin-top: auto; min-height: 44px; }
.text-button span { font-size: 24px; line-height: .8; transition: transform .18s; }
.text-button:hover span { transform: translateX(4px); }
.text-button:hover { border-color: white; }
.option-card button:focus-visible { outline-color: var(--apricot); }
.site-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding: 18px 0 24px; margin-top: 48px; gap: 24px; color: var(--muted); }
.footer-wordmark { font: 18px/1.2 var(--serif); }
.site-footer nav { display: flex; gap: 28px; font-size: 12px; }
.details-dialog { padding: 0; width: min(800px, calc(100vw - 36px)); max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px); border: 1px solid #ded5cb; color: var(--ink); background: var(--paper); overscroll-behavior: contain; box-shadow: 0 22px 75px rgba(0,0,0,.18); }
.details-dialog::backdrop { background: rgba(29,25,21,.63); }
.dialog-inner { padding: 24px 34px 32px; }
.dialog-topbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 8px; }
.overline { color: var(--brandy); text-transform: uppercase; font-size: 11px; line-height: 1.4; letter-spacing: .14em; margin: 0; }
.close-button { padding: 0; width: 44px; height: 44px; display: grid; place-items: center; font-size: 29px; border: 1px solid transparent; background: none; color: var(--ink); }
.close-button:hover { border-color: var(--line); }
.dialog-heading h2 { font: 400 clamp(30px, 4vw, 40px)/1.12 var(--serif); letter-spacing: -.025em; margin: 0 0 12px; }
.event-meta { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.dialog-description { font-size: 14px; line-height: 1.7; margin: 20px 0 23px; max-width: 680px; }
video { display: block; width: 100%; aspect-ratio: 16/9; background: #18171b; }
.dialog-actions { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 22px; margin-top: 25px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 13px 21px; min-height: 49px; font-size: 14px; line-height: 1.5; border: 1px solid var(--brandy); border-radius: 0; }
.button span { font-size: 23px; line-height: 1; }
.button-filled { background: var(--brandy); color: #fffdf9; }
.button-filled:hover { background: #77402b; border-color: #77402b; }
.button-quiet { background: transparent; border-color: transparent; color: var(--brandy); }
.button-quiet:hover { border-color: var(--brandy); }
.source-link { color: var(--muted); font-size: 12px; padding-block: 10px; border-bottom: 1px solid var(--line); }
.source-link:hover { color: var(--brandy); border-color: var(--brandy); }
.result-section { padding: 34px 0 44px; max-width: 870px; }
.result-rule { width: 58px; height: 2px; background: var(--apricot); margin-bottom: 25px; }
.result-section h2 { font: 400 clamp(31px, 4vw, 47px)/1.14 var(--serif); letter-spacing: -.025em; margin: 14px 0 25px; }
.result-date { font-size: 15px; margin: 0 0 7px; }
.result-event { font-size: 15px; color: var(--muted); margin: 0; white-space: pre-line; }
.result-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.noscript-note { padding: 20px; border: 1px solid var(--line); }
.noscript-note a { text-decoration: underline; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; background: var(--paper); padding: 12px 20px; border: 1px solid var(--brandy); }
.skip-link:focus { top: 15px; }
@media (min-width: 1600px) {
  .hero { min-height: 401px; padding-top: 49px; }
}
@media (max-width: 1050px) {
  .page-width { width: calc(100% - 64px); }
  .hero { min-height: 345px; }
  .hero-image { right: -16px; width: 52%; }
  .hero-copy { max-width: 710px; }
  h1 { font-size: clamp(38px, 5vw, 51px); }
  .lead { font-size: 19px; }
  .date-control { width: 440px; max-width: 100%; }
  .option-content { padding: 29px 25px 24px; }
  .option-content h2 { font-size: 28px; }
  .options-grid { gap: 22px; }
  .option-card { min-height: 385px; }
}
@media (max-width: 760px) {
  .page-width { width: calc(100% - 40px); }
  .site-header { min-height: 87px; gap: 15px; grid-template-columns: 1fr auto; }
  .wordmark { font-size: 33px; }
  .main-nav { font-size: 13px; gap: 25px; }
  .header-date { display: none; }
  .hero { padding: 26px 0 0; margin: 0 0 30px; min-height: auto; }
  .hero-copy { max-width: none; }
  .hero-image { position: relative; inset: auto; z-index: -1; width: 100%; height: 170px; margin-bottom: 27px; }
  .hero-image img { object-position: 55% 63%; }
  .hero-image::after { background: linear-gradient(90deg, rgba(250,249,246,.45), transparent 58%); }
  h1 { font-size: clamp(36px, 6.6vw, 48px); line-height: 1.11; letter-spacing: -.037em; }
  .lead { font-size: 16px; margin: 19px 0 24px; }
  .date-control { width: 100%; padding-top: 23px; }
  .date-button { font-size: 14px; min-height: 57px; padding-inline: 15px; gap: 15px; }
  .options-grid { grid-template-columns: 1fr; gap: 20px; }
  .option-card { min-height: 348px; }
  .option-content { padding: 27px 25px 23px; }
  .option-content h2 { font-size: 29px; max-width: 370px; }
  .option-a h2 { max-width: 340px; }
  .option-label { margin-bottom: 20px; }
  .option-label::after { margin-top: 17px; }
  .option-description { margin-bottom: 18px; }
  .option-card::after { background: linear-gradient(90deg, rgba(29,25,20,.89), rgba(29,25,20,.55) 80%, rgba(29,25,20,.37)); }
  .site-footer { margin-top: 34px; padding-block: 20px 26px; }
  .dialog-inner { padding: 15px 19px 22px; }
  .details-dialog { width: calc(100vw - 20px); max-height: calc(100vh - 22px); max-height: calc(100dvh - 22px); }
  .dialog-actions { gap: 17px; margin-top: 22px; }
  .dialog-actions .button { flex: 1 0 100%; }
  .source-link { margin-inline: auto; }
  .dialog-description { font-size: 14px; margin: 16px 0 20px; }
  .result-section { padding-block: 22px 10px; }
  .result-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .result-actions .button-quiet { padding-left: 0; }
}
@media (max-width: 380px) {
  .page-width { width: calc(100% - 32px); }
  .main-nav { gap: 18px; }
  h1 { font-size: 34px; }
  .option-content { padding-inline: 21px; }
  .option-content h2 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}


.subpage-callout { padding: 8px 0 24px; }
.subpage-callout-inner { border-top: 1px solid var(--line); padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.subpage-link { font: 400 clamp(24px, 3vw, 34px)/1.2 var(--serif); letter-spacing: -.02em; color: var(--ink); border-bottom: 1px solid var(--line); padding: 6px 0 10px; }
.subpage-link:hover { color: var(--brandy); border-bottom-color: var(--brandy); }
.alt-linkbutton { text-decoration: none; }
.alt-linkbutton span:last-child { margin-left: auto; font-size: 20px; color: var(--brandy); }
.alt-hero { min-height: 330px; margin-bottom: 30px; }
.alt-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 28px; align-items: start; padding-bottom: 12px; }
.alt-video-card, .alt-info-card { border: 1px solid var(--line); background: #fffdf9; }
.alt-video-card { overflow: hidden; }
.alt-info-card { padding: 28px 28px 24px; }
.alt-info-card h2 { font: 400 clamp(28px, 3vw, 40px)/1.14 var(--serif); letter-spacing: -.025em; margin: 0 0 18px; }
.alt-copy-text { margin: 0 0 24px; font-size: 15px; line-height: 1.7; color: var(--ink); }
.event-list { display: grid; gap: 14px; margin: 0; }
.event-list div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.event-list dt { font-size: 12px; text-transform: uppercase; letter-spacing: .09em; color: var(--brandy); }
.event-list dd { margin: 0; color: var(--ink); }
.alt-actions { margin-top: 28px; }
@media (max-width: 900px) {
  .alt-layout { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 760px) {
  .subpage-callout { padding-top: 2px; }
  .subpage-callout-inner { padding-top: 18px; }
  .subpage-link { font-size: 29px; }
  .alt-hero { margin-bottom: 24px; }
  .alt-info-card { padding: 22px 20px 20px; }
  .event-list div { grid-template-columns: 1fr; gap: 4px; }
}


/* Direkte, lokale Auswahl */
.option-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: auto; width: 100%; }
.option-actions .text-button { margin-top: 0; }
.choice-button { min-height: 43px; padding: 10px 16px; border: 1px solid rgba(255,250,244,.82); background: rgba(250,249,246,.10); color: #fffaf4; font-size: 13px; transition: background-color .18s, color .18s, border-color .18s; }
.choice-button:hover { background: #fffaf4; color: var(--brandy); border-color: #fffaf4; }
.option-card.is-selected { box-shadow: inset 0 0 0 3px var(--apricot); }
.option-card.is-selected .choice-button { background: var(--apricot); border-color: var(--apricot); color: #3b2b22; }
.option-card.is-selected .choice-button::after { content: " · ausgewählt"; }
.result-section.choice-confirmed { animation: choiceIn .28s ease-out; }
@keyframes choiceIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) {
  .option-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .option-actions .text-button { align-self: flex-start; }
  .choice-button { width: 100%; }
}

/* Planung nach der Auswahl */
.planning-section { max-width: 930px; padding: 10px 0 48px; }
.planning-heading { border-top: 1px solid var(--line); padding-top: 30px; margin-bottom: 22px; }
.planning-heading h2 { font: 400 clamp(30px, 4vw, 46px)/1.14 var(--serif); letter-spacing: -.025em; margin: 10px 0 0; }
.date-plan-form { display: grid; gap: 28px; }
.transport-fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 12px; }
.transport-option { position: relative; display: grid; grid-template-columns: 28px 1fr; gap: 15px; align-items: start; padding: 18px 20px; border: 1px solid var(--line); background: #fffdf9; cursor: pointer; transition: border-color .18s, background-color .18s; }
.transport-option:hover { border-color: #b99a84; background: #fbf5ef; }
.transport-option:has(input:checked) { border-color: var(--brandy); background: #f7ece2; }
.transport-option input { width: 18px; height: 18px; margin: 4px 0 0; accent-color: var(--brandy); }
.transport-copy { display: grid; gap: 5px; }
.transport-copy strong { font-weight: 600; color: var(--ink); }
.transport-copy > span { font-size: 13px; color: var(--muted); }
.conditional-panel { margin: -2px 0 6px 43px; padding: 18px 20px; border-left: 2px solid var(--apricot); background: #f6f1eb; }
.conditional-panel label, .form-field > label { display: block; font-weight: 600; margin-bottom: 7px; }
.field-help { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0 0 11px; max-width: 720px; }
.form-field { padding-top: 4px; }
.form-field label span { font-weight: 400; color: var(--muted); font-size: 13px; }
.date-plan-form input[type="text"], .date-plan-form textarea { width: 100%; border: 1px solid var(--line); background: #fffdf9; color: var(--ink); border-radius: 0; padding: 13px 14px; font: 15px/1.5 var(--sans); resize: vertical; }
.date-plan-form input[type="text"] { min-height: 49px; }
.date-plan-form textarea { min-height: 92px; }
.date-plan-form input[type="text"]:focus, .date-plan-form textarea:focus, .transport-option input:focus-visible { outline: 3px solid var(--apricot); outline-offset: 2px; border-color: var(--brandy); }
.mini-label { color: var(--brandy); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; margin: 0 0 5px; }
.onsite-panel p:last-child { margin: 0; }
.form-actions { padding-top: 3px; }
.plan-confirmation { border: 1px solid var(--line); background: #fffdf9; padding: 28px 30px 30px; }
.plan-confirmation h3 { font: 400 clamp(29px, 3.5vw, 40px)/1.15 var(--serif); letter-spacing: -.02em; margin: 10px 0 24px; }
.plan-summary { margin: 0; display: grid; gap: 0; }
.plan-summary > div { display: grid; grid-template-columns: 135px 1fr; gap: 18px; border-top: 1px solid var(--line); padding: 13px 0; }
.plan-summary dt { color: var(--brandy); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.plan-summary dd { margin: 0; white-space: pre-line; }
.plan-confirmation .button-quiet { margin: 15px 0 0 -21px; }

@media (max-width: 760px) {
  .planning-section { padding: 16px 0 32px; }
  .planning-heading { padding-top: 23px; }
  .planning-heading h2 { font-size: 32px; }
  .transport-option { padding: 16px 15px; grid-template-columns: 24px 1fr; gap: 11px; }
  .conditional-panel { margin-left: 0; padding: 16px; }
  .plan-confirmation { padding: 22px 18px 24px; }
  .plan-summary > div { grid-template-columns: 1fr; gap: 3px; }
  .form-actions .button { width: 100%; }
}

/* Mailversand */
.date-plan-form input[type="email"] { width: 100%; border: 1px solid var(--line); background: #fffdf9; color: var(--ink); border-radius: 0; padding: 13px 14px; font: 15px/1.5 var(--sans); min-height: 49px; }
.date-plan-form input[type="email"]:focus { outline: 3px solid var(--apricot); outline-offset: 2px; border-color: var(--brandy); }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.form-message { margin: -8px 0 0; min-height: 1.5em; font-size: 13px; color: var(--muted); }
.form-message.is-error { color: #8d2f2f; }
.form-message.is-success { color: #42633c; }
.button[disabled] { cursor: wait; opacity: .65; }
