:root {
    --wine: #a90036;
    --wine-dark: #720022;
    --yellow: #ffd21c;
    --blue: #c8ecf7;
    --green: #006a58;
    --ink: #171419;
    --muted: #655f67;
    --line: #ded9de;
    --paper: #ffffff;
    --soft: #f6f4f6;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0;
    overflow-x: hidden;
}
body.lightbox-open { overflow: hidden; }
body.display-settings-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
:where(a, button, summary, input, select, textarea, [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px var(--wine-dark);
}
main:focus { outline: 0; }
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    left: 12px;
    top: 12px;
    padding: 10px 14px;
    background: #fff;
    color: var(--wine);
    transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto 0;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 max(24px, calc((100vw - var(--max)) / 2));
    color: #fff;
    background-color: #790024;
    background-image: linear-gradient(90deg, rgba(80,0,24,.58), rgba(99,0,30,.4)), url("weinfest-nav-vine.jpg");
    background-position: center 58%;
    background-size: cover;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(14px);
}
.page-progress {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: var(--yellow);
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
    pointer-events: none;
}
.brand { height: 100%; display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 0; }
.anniversary-flag {
    width: 46px;
    height: 64px;
    flex: 0 0 46px;
    align-self: flex-start;
    display: grid;
    place-items: center;
    padding: 0 0 6px;
    color: #c9003f;
    background: var(--yellow);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 78% 89%, 50% 94%, 22% 89%, 0 86%);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.brand-lockup { position: relative; width: 132px; height: 61px; flex: 0 0 132px; display: block; }
.brand-lockup b {
    position: absolute;
    inset: 8px auto auto 0;
    display: grid;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: .86;
    text-transform: uppercase;
}
.brand-lockup small {
    position: absolute;
    left: 61px;
    top: 34px;
    color: var(--yellow);
    font-family: "Segoe Script", "Brush Script MT", cursive;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    transform: rotate(-3deg);
    white-space: nowrap;
}
.weinfest-brand-mark { width: 4px; height: 38px; flex: 0 0 4px; background: var(--yellow); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy b { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.82); font-size: 11px; }
.desktop-nav { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 750; }
.desktop-nav a { text-decoration: none; padding: 10px 0; border-bottom: 2px solid transparent; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active { border-bottom-color: var(--yellow); }
.desktop-nav .nav-highlight { padding: 10px 14px; color: var(--ink); background: var(--yellow); border: 0; border-radius: 6px; }
.desktop-nav .nav-highlight:hover { transform: translateY(-2px); background: #ffdc48; box-shadow: 0 8px 22px rgba(46, 0, 14, .2); }
.nav-more { position: relative; }
.nav-more summary {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    list-style: none;
    cursor: pointer;
}
.nav-more summary::-webkit-details-marker, .mobile-more summary::-webkit-details-marker { display: none; }
.nav-more summary span { color: var(--yellow); font-size: 12px; transition: transform .18s ease; }
.nav-more[open] summary, .nav-more.has-active summary, .nav-more summary:hover { border-bottom-color: var(--yellow); }
.nav-more[open] summary span { transform: rotate(180deg); }
.nav-more-menu {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    width: 205px;
    display: grid;
    padding: 7px;
    color: var(--ink);
    background: #fff;
    border: 1px solid #8d858c;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(45,0,14,.2);
}
.desktop-nav .nav-more-menu a { padding: 9px 10px; border: 0; border-radius: 4px; font-size: 13px; }
.desktop-nav .nav-more-menu a:hover, .desktop-nav .nav-more-menu a.is-active { color: var(--wine); background: var(--soft); border: 0; }

.section-inner { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2, .visit-lead h2, .tradition-copy h2, .participate-layout h2 {
    margin: 7px 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    line-height: 1.03;
    letter-spacing: 0;
}
.section-heading p, .visit-lead > p:last-of-type { margin: 0; color: var(--muted); font-size: 18px; }
.kicker, .eyebrow {
    margin: 0;
    color: var(--wine);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hero {
    position: relative;
    min-height: 760px;
    height: 92vh;
    max-height: 920px;
    display: grid;
    align-items: end;
    overflow: hidden;
    color: #fff;
    background: var(--wine-dark);
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(45,0,14,.9) 0%, rgba(71,0,22,.64) 42%, rgba(20,8,13,.18) 72%), url("../press/weinfest-rueckblick/weinfest-eroeffnung-majestaeten.jpg");
    background-position: center 43%;
    background-size: cover;
    transform: scale(1.015);
}
.hero-wine-film {
    --hero-film-opacity: .76;
    position: absolute;
    z-index: 1;
    right: -2vw;
    bottom: 70px;
    width: min(68vw, 980px);
    height: min(64vh, 590px);
    overflow: hidden;
    opacity: var(--hero-film-opacity);
    pointer-events: none;
    -webkit-mask-image: radial-gradient(ellipse 76% 58% at 76% 54%, #000 0 38%, rgba(0,0,0,.9) 53%, rgba(0,0,0,.4) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse 76% 58% at 76% 54%, #000 0 38%, rgba(0,0,0,.9) 53%, rgba(0,0,0,.4) 72%, transparent 100%);
}
.hero-wine-film::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(83,0,25,.72) 0, rgba(83,0,25,.22) 42%, transparent 68%), linear-gradient(0deg, rgba(60,0,18,.28), transparent 38%);
}
.hero-wine-film video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 72% 48%;
    filter: saturate(.9) contrast(1.04) brightness(.82);
}

.motion-ready .hero-wine-film { animation: hero-film-arrive .9s ease-out .45s both; }

@keyframes hero-film-arrive {
    from { opacity: 0; transform: scale(1.025); }
    to { opacity: var(--hero-film-opacity); transform: scale(1); }
}
.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 6px;
    background: var(--yellow);
}
.hero-content {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 240px;
    width: min(calc(100% - 40px), var(--max));
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
}
.hero--after .hero-place { max-width: 680px; line-height: 1.5; }
.hero--after .hero-actions { margin-top: 22px; }
.hero-organizer-note {
    display: inline-flex;
    margin: 0 0 15px;
    padding-bottom: 7px;
    border-bottom: 2px solid var(--yellow);
    color: rgba(255,255,255,.9);
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}
.hero .eyebrow { color: var(--yellow); font-size: 14px; }
.hero h1 {
    max-width: 780px;
    margin: 13px 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 76px;
    line-height: .92;
    font-weight: 800;
    letter-spacing: 0;
    text-wrap: balance;
}
.hero h1 span { color: var(--yellow); font-style: italic; font-weight: 500; }
.hero-date { margin: 0; font-size: 25px; font-weight: 850; }
.hero-place { margin: 4px 0 0; color: rgba(255,255,255,.83); font-size: 17px; }
.hero-free { display: inline-flex; margin: 16px 0 0; padding: 7px 11px; border: 1px solid rgba(255,255,255,.48); border-radius: 4px; color: var(--ink); background: var(--yellow); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-instagram-link {
    min-height: 46px;
    display: grid;
    grid-template-columns: auto 22px;
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: 9px;
    padding: 5px 10px 5px 14px;
    border-left: 3px solid var(--yellow);
    color: #fff;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}
.hero-instagram-handle { font-size: 14px; font-weight: 900; line-height: 1.2; }
.hero-instagram-label { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.hero-instagram-arrow { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--yellow); font-size: 18px; transition: transform .2s ease; }
.hero-instagram-link:hover, .hero-instagram-link:focus-visible { color: var(--yellow); background: rgba(255,255,255,.08); transform: translateY(-2px); }
.hero-instagram-link:hover .hero-instagram-arrow, .hero-instagram-link:focus-visible .hero-instagram-arrow { transform: translate(2px, -2px); }
.button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 17px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(45, 0, 14, .14); }
.button.primary { color: #fff; background: var(--wine); }
.button.light { color: var(--ink); background: #fff; }
.button.outline { color: var(--wine); border-color: var(--wine); background: transparent; }
.button.dark { color: #fff; background: var(--ink); }
.button.outline-dark { color: var(--ink); border-color: var(--ink); background: transparent; }

.countdown {
    position: absolute;
    z-index: 3;
    right: max(24px, calc((100vw - var(--max)) / 2));
    bottom: 106px;
    width: 470px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.5);
    background: rgba(64,0,19,.36);
    backdrop-filter: blur(8px);
}
.countdown div { padding: 14px 10px 12px; text-align: center; border-right: 1px solid rgba(255,255,255,.24); }
.countdown div:last-child { border: 0; }
.countdown b { display: block; font-size: 29px; line-height: 1; font-variant-numeric: tabular-nums; }
.countdown span { display: block; margin-top: 7px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.hero-next { position: absolute; z-index: 3; left: 50%; bottom: 28px; transform: translateX(-50%); color: #fff; font-size: 12px; font-weight: 750; text-decoration: none; }
.hero-next span { margin-left: 8px; color: var(--yellow); }

.quick-facts { background: var(--blue); border-bottom: 1px solid #a9dce9; }
.quick-facts-grid { display: grid; grid-template-columns: 1.1fr 1.25fr 1.35fr auto; align-items: stretch; }
.quick-facts-grid > div, .quick-facts-grid > a { min-height: 116px; padding: 25px 24px; border-right: 1px solid rgba(0,0,0,.12); }
.quick-facts-grid > div:first-child { padding-left: 0; }
.quick-facts span { display: block; margin-bottom: 5px; color: #3b6069; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.quick-facts strong { font-size: 15px; }
.quick-facts a { display: flex; align-items: center; gap: 16px; border: 0; color: var(--wine); font-weight: 850; text-decoration: none; }

.program-section { padding: 100px 0; background: #fff; }
.planning-state {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    margin-bottom: 14px;
    padding: 13px 16px;
    border-left: 4px solid var(--green);
    background: #edf7f4;
}
.planning-state span { color: var(--green); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.planning-state strong { font-size: 14px; }
.planning-state small { color: var(--muted); font-size: 12px; }
.program-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.program-tabs button {
    position: relative;
    min-height: 74px;
    border: 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    color: var(--muted);
    background: #fff;
    cursor: pointer;
    transition: color .22s ease, background .22s ease;
}
.program-tabs button:last-child { border-right: 1px solid var(--line); }
.program-tabs button::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--wine); transform: scaleX(0); transform-origin: center; transition: transform .24s ease; }
.program-tabs button:hover { color: var(--wine); background: #fbf9fa; }
.program-tabs button[aria-selected="true"] { color: var(--wine); background: var(--soft); }
.program-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.program-tabs span, .program-tabs small { display: block; }
.program-tabs span { font-size: 17px; font-weight: 850; }
.program-tabs small { margin-top: 2px; }
.program-panel {
    min-height: 270px;
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr) auto;
    align-items: center;
    gap: 45px;
    padding: 40px;
    border: 1px solid var(--line);
    border-top: 0;
    background: var(--soft);
}
.program-panel[hidden] { display: none; }
.program-date { display: grid; padding-right: 30px; border-right: 1px solid var(--line); }
.program-date span { color: var(--wine); font-size: 21px; font-weight: 900; }
.program-date time { margin-top: 7px; color: var(--muted); font-size: 14px; }
.program-copy h3 { margin: 7px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.08; }
.program-copy p { margin: 0; color: var(--muted); }
.program-copy .program-status { color: var(--green); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.text-link { color: var(--wine); font-weight: 850; text-decoration: none; }
.program-panel-live { min-height: 0; grid-template-columns: 180px minmax(0, 1fr); align-items: start; gap: 34px; padding: 34px 40px 40px; }
.program-panel-live .program-date { position: sticky; top: 100px; padding-top: 5px; }
.program-schedule { display: grid; }
.program-event { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 12px 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.program-event.has-media { grid-template-columns: 112px minmax(0, 1fr); align-items: start; }
.program-event:first-child { padding-top: 0; }
.program-event:last-child { padding-bottom: 0; border-bottom: 0; }
.program-event > time { color: var(--wine); font-size: 15px; font-weight: 900; font-variant-numeric: tabular-nums; }
.program-event h3 { margin: 2px 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.12; }
.program-event p { margin: 0; color: var(--muted); }
.program-event .program-place { color: var(--green); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.program-event-copy { min-width: 0; }
.program-event-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 14px 0 0; border-top: 1px solid #d5cfd4; border-bottom: 1px solid #d5cfd4; }
.program-event-facts > div { min-width: 0; padding: 9px 9px 9px 0; border-right: 1px solid #d5cfd4; }
.program-event-facts > div:not(:first-child) { padding-left: 9px; }
.program-event-facts > div:last-child { border-right: 0; }
.program-event-facts dt { color: var(--green); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.program-event-facts dd { margin: 2px 0 0; font-size: 12px; font-weight: 900; line-height: 1.2; }
.program-event .program-event-note { margin-top: 11px; color: #514a50; font-size: 12px; line-height: 1.45; }
.program-artist-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 10px; color: var(--wine); font-size: 12px; font-weight: 850; text-decoration: none; }
.program-artist-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.program-event-media {
    position: relative;
    grid-column: 2;
    width: min(100%, 320px);
    height: 168px;
    margin-top: 2px;
    overflow: hidden;
    border: 1px solid #d7d1d6;
    border-radius: 6px;
    background: #171419;
}
.program-event-image { width: 100%; height: 100%; object-fit: cover; }
.program-event-media-logo { padding: 24px; background: #fff; }
.program-event-media-logo .program-event-image { object-fit: contain; }
.program-event-logo {
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 45px;
    height: 45px;
    object-fit: contain;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0,0,0,.36);
}
.program-event-media-wordmark { border-color: #3a2d34; }
.program-wordmark { height: 100%; display: grid; align-content: center; gap: 5px; padding: 15px; border-top: 5px solid var(--yellow); color: #fff; background: #25151d; }
.program-wordmark strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1; }
.program-wordmark span { color: var(--blue); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.program-media-note { max-width: 760px; margin: 16px 0 0 214px; color: var(--muted); font-size: 10px; line-height: 1.45; }

.hike-section { padding: 105px 0; color: var(--ink); background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hike-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 90px; }
.hike-intro .kicker { color: var(--wine); }
.hike-intro h2 { margin: 7px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 48px; line-height: 1.02; }
.hike-intro > p:not(.kicker) { max-width: 520px; margin: 0; color: var(--muted); font-size: 17px; }
.hike-organizer { display: flex; align-items: center; gap: 12px; width: fit-content; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); }
.hike-organizer img { width: 50px; height: 60px; object-fit: contain; }
.hike-organizer div { display: grid; gap: 2px; }
.hike-organizer span, .hike-route > span { color: var(--wine); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.hike-organizer strong { font-size: 16px; }
.hike-details { min-width: 0; }
.hike-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: #fff; }
.hike-facts > div { min-height: 116px; display: grid; align-content: center; gap: 6px; padding: 20px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hike-facts span { color: var(--wine); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.hike-facts strong { font-size: 17px; line-height: 1.3; }
.hike-route { margin-top: 28px; padding: 4px 0 4px 20px; border-left: 4px solid var(--wine); }
.hike-route p { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.35; }
.hike-family { margin: 28px 0 0; color: var(--muted); }
.hike-family strong { color: var(--ink); }
.hike-registration { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; margin-top: 22px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hike-registration > div:first-child { display: grid; gap: 2px; }
.hike-registration span { color: var(--wine); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.hike-registration strong { font-size: 17px; }
.hike-registration p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.hike-app-links { display: flex; gap: 8px; }
.hike-app-links a { min-width: 78px; padding: 9px 12px; border: 1px solid var(--wine); border-radius: 4px; color: var(--wine); font-size: 12px; font-weight: 850; text-align: center; text-decoration: none; }
.hike-app-links a:hover, .hike-app-links a:focus-visible { color: #fff; background: var(--wine); }
.hike-partners { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.experience-section { padding: 100px 0 110px; color: var(--ink); background: #fff; }
.light-heading .kicker { color: var(--wine); }
.light-heading p { color: var(--muted); }
.places-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.place-feature { position: relative; min-height: 510px; overflow: hidden; border-radius: 8px; color: #fff; background: #2c1019; }
.place-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.22, .61, .36, 1); }
.place-feature::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(22,0,7,.92)); }
.place-feature > div { position: absolute; z-index: 2; inset: auto 28px 28px; transition: transform .45s cubic-bezier(.22, .61, .36, 1); }
.place-feature span { color: var(--yellow); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.place-feature h3 { margin: 5px 0 6px; font-family: Georgia, "Times New Roman", serif; font-size: 36px; }
.place-feature p { max-width: 440px; margin: 0; color: rgba(255,255,255,.8); }

.winemakers-section { padding: 105px 0; background: var(--soft); }
.winery-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.winery-layout .section-heading { position: sticky; top: 105px; margin: 0; }
.winery-list { border-top: 1px solid var(--line); }
.winery-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 18px;
    min-height: 92px;
    padding: 14px 4px;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
}
.winery-row > span { color: var(--wine); font-size: 12px; font-weight: 900; }
.winery-row > div { display: grid; transition: transform .24s ease; }
.winery-row strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.winery-row small { color: var(--muted); }
.winery-row i { color: var(--wine); font-size: 20px; font-style: normal; transition: transform .24s ease; }
a.winery-row:hover strong { color: var(--wine); }

.visit-section { padding: 88px 0; background: #fff; }
.visit-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.visit-lead { align-self: start; position: sticky; top: 108px; }
.visit-lead .kicker { color: var(--wine); }
.visit-lead > p:last-of-type { color: var(--muted); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.visit-actions .button { min-height: 44px; padding: 10px 13px; }
.visit-list article { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.visit-list article:last-child { border-bottom: 1px solid var(--line); }
.visit-list article > span { color: var(--wine); font-size: 13px; font-weight: 900; }
.visit-list .info-state {
    align-self: start;
    width: fit-content;
    padding: 4px 6px;
    border: 1px solid currentColor;
    border-radius: 4px;
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
}
.visit-list .info-state.ready { color: #075f50; }
.visit-list .info-state.pending { color: #734f00; }
.visit-list h3 { margin: -3px 0 5px; font-size: 20px; }
.visit-list p { margin: 0; color: var(--muted); }
.visit-list .visit-number { font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.visit-list .text-link { display: inline-block; margin-top: 9px; color: #5e001d; font-size: 13px; }

.gallery-section { padding: 105px 0; background: var(--soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 10px; }
.gallery-photo { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 6px; background: #ddd; cursor: zoom-in; }
.gallery-photo.wide { grid-column: span 2; }
.gallery-photo.tall { grid-row: span 2; }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-photo.party-feature img { object-position: center 58%; }
.gallery-photo:hover img { transform: scale(1.035); }
.gallery-photo span { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; border-radius: 4px; color: #fff; background: rgba(0,0,0,.7); font-size: 11px; font-weight: 800; opacity: 0; transition: opacity .2s ease; }
.gallery-photo:hover span, .gallery-photo:focus-visible span { opacity: 1; }

.tradition-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 700px; border-top: 86px solid #fff; color: #fff; background: var(--green); }
.tradition-image { min-height: 620px; background: url("../press/weinfest-rueckblick/weinfest-weinmajestaeten-gruppenbild.jpg") center/cover no-repeat; }
.tradition-copy { align-self: center; max-width: 620px; padding: 80px max(38px, calc((100vw - var(--max)) / 2)) 80px 70px; }
.tradition-copy .kicker { color: var(--yellow); }
.tradition-copy p { color: rgba(255,255,255,.8); font-size: 17px; }
.light-link { color: #fff; display: inline-block; margin-top: 16px; border-bottom: 1px solid rgba(255,255,255,.5); }

.majesties-section { padding: 86px 0 115px; background: #fff; }
.majesties-current {
    width: 100vw;
    display: grid;
    grid-template-columns: minmax(360px, 1.05fr) minmax(0, .95fr);
    min-height: 650px;
    margin-left: calc(50% - 50vw);
    margin-bottom: 96px;
    overflow: hidden;
    color: #fff;
    background: var(--wine-dark);
}
.majesties-current.is-text-only { grid-template-columns: 1fr; min-height: 0; }
.majesties-current-media { min-width: 0; min-height: 650px; margin: 0; background: #2b111b; }
.majesties-current-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.majesties-current-copy { align-self: center; padding: clamp(42px, 6vw, 78px); }
.majesties-current-copy .kicker { color: var(--yellow); }
.majesties-current-copy h2 {
    margin: 8px 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(46px, 6vw, 76px);
    line-height: .96;
}
.majesties-current-copy > p { max-width: 710px; color: rgba(255,255,255,.78); }
.majesties-current-copy .majesties-current-lead { color: #fff; font-size: 20px; line-height: 1.55; }
.majesties-profiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid rgba(255,255,255,.24); }
.majesties-profiles > div { min-width: 0; padding: 24px 28px 0 0; }
.majesties-profiles > div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.24); }
.majesties-profiles span { display: block; color: var(--yellow); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.majesties-profiles h3 { margin: 5px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.1; }
.majesties-profiles p { margin: 0; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.55; }
.majesties-current-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.majesties-coronation-date {
    flex: 1 1 300px;
    display: grid;
    gap: 2px;
    max-width: 390px;
    padding: 10px 0 10px 15px;
    border-left: 3px solid var(--yellow);
    color: #fff;
}
.majesties-coronation-date span { color: var(--yellow); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.majesties-coronation-date strong { font-size: 15px; line-height: 1.35; }
.majesties-coronation-date small { color: rgba(255,255,255,.72); font-size: 12px; }
.majesties-press-link { color: #fff; font-size: 14px; font-weight: 850; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.52); }
.majesties-press-link:hover, .majesties-press-link:focus-visible { color: var(--yellow); border-color: var(--yellow); }
.majesties-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    align-items: end;
    gap: 72px;
    margin-bottom: 42px;
}
.majesties-heading h2 {
    margin: 7px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    line-height: 1.03;
}
.majesties-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.majesties-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.majesties-toolbar > span { color: var(--wine); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.majesties-controls { display: flex; gap: 8px; }
.majesties-controls button {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--ink);
    background: #fff;
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
}
.majesties-controls button:hover:not(:disabled), .majesties-controls button:focus-visible { color: #fff; border-color: var(--wine); background: var(--wine); }
.majesties-controls button:disabled { opacity: .3; cursor: default; }
.majesties-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 210px;
    gap: 12px;
    padding: 0 2px 18px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--wine) transparent;
}
.majesty-portrait {
    position: relative;
    aspect-ratio: 3 / 4;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 6px;
    background: #241a1f;
    box-shadow: 0 16px 38px rgba(43, 15, 27, .12);
    cursor: zoom-in;
    scroll-snap-align: start;
}
.majesty-portrait::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); border-radius: inherit; pointer-events: none; }
.majesty-portrait img { width: 100%; height: 100%; object-fit: contain; transition: transform .55s cubic-bezier(.22, .61, .36, 1), filter .3s ease; }
.majesty-portrait:focus-visible { outline: 4px solid var(--yellow); outline-offset: 3px; }

.press-section { padding: 105px 0; background: var(--soft); }
.press-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: #fff; }
.press-facts article { min-height: 132px; padding: 22px; border-right: 1px solid var(--line); }
.press-facts article:last-child { border: 0; }
.press-facts span { display: block; margin-bottom: 10px; color: var(--wine); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.press-facts strong { font-size: 15px; overflow-wrap: anywhere; }
.press-facts a { color: var(--wine); }
.press-boilerplate {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 35px;
    margin-top: 26px;
    padding: 24px;
    border: 1px solid var(--line);
    background: #fff;
}
.press-boilerplate span { color: var(--wine); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.press-boilerplate p { max-width: 900px; margin: 7px 0 0; color: #423d42; }
.copy-button { min-width: 122px; cursor: pointer; }
.copy-button.is-copied { color: #fff; border-color: var(--green); background: var(--green); }
.press-downloads { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; margin-top: 36px; }
.press-intro h3 { margin: 0 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; }
.press-intro p { margin: 0; color: var(--muted); }
.download-list { border-top: 1px solid var(--line); }
.download-list a { display: grid; grid-template-columns: 72px 1fr 30px; align-items: center; gap: 16px; min-height: 84px; padding: 10px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.download-list img { width: 72px; height: 62px; border-radius: 4px; object-fit: cover; }
.download-list img.download-logo { padding: 7px; object-fit: contain; background: #fff; }
.download-list span { display: grid; }
.download-list small { margin-top: 2px; color: var(--muted); }
.download-list i { color: var(--wine); font-size: 22px; font-style: normal; }
.press-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }

.participate-section { padding: 80px 0; color: #fff; background: var(--wine); }
.participate-layout { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 60px; }
.participate-layout h2 { margin-bottom: 12px; }
.participate-section .kicker { color: var(--yellow); }
.participate-layout p { max-width: 720px; margin: 0; color: rgba(255,255,255,.82); font-size: 18px; }
.participate-actions { display: grid; gap: 10px; }
.participate-actions .button.dark { color: var(--wine); background: #fff; }
.participate-actions .button.outline-dark { color: #fff; border-color: rgba(255,255,255,.72); }

.partners-section { overflow: hidden; padding: 95px 0 105px; background: #fff; }
.centered-heading { margin-right: auto; margin-left: auto; text-align: center; }
.partner-marquee {
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.partner-track {
    width: max-content;
    display: flex;
    animation: partner-scroll 38s linear infinite;
    will-change: transform;
}
.partner-set { flex: 0 0 auto; display: flex; align-items: stretch; }
.partner-logo {
    width: 220px;
    min-height: 118px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-right: 1px solid var(--line);
    background: #fff;
    text-decoration: none;
}
.partner-logo img {
    width: 100%;
    height: 64px;
    display: block;
    object-fit: contain;
    opacity: .78;
    filter: saturate(.86);
    transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}
.partner-logo--crop img { width: 160px; height: 72px; object-fit: cover; }
.partner-logo--emblem img { width: 90px; height: 90px; }
.partner-logo:hover img, .partner-logo:focus-visible img { opacity: 1; filter: saturate(1); }
.partner-marquee:hover .partner-track, .partner-marquee:focus-within .partner-track { animation-play-state: paused; }
.partner-marquee.is-paused .partner-track { animation-play-state: paused; }
@keyframes partner-scroll { to { transform: translateX(-50%); } }

/* Bewegung bleibt dezent: Sie fuehrt durch die lange Seite, ohne Inhalte zu verdecken. */
.motion-ready .hero-bg { animation: hero-drift 4.5s cubic-bezier(.18, .72, .24, 1) both; }
.motion-ready .hero-organizer-note,
.motion-ready .hero .eyebrow,
.motion-ready .hero h1,
.motion-ready .hero-date,
.motion-ready .hero-place,
.motion-ready .hero-free,
.motion-ready .hero-actions {
    opacity: 0;
    animation: hero-rise .72s cubic-bezier(.22, .72, .24, 1) forwards;
}
.motion-ready .hero-organizer-note { animation-delay: .08s; }
.motion-ready .hero .eyebrow { animation-delay: .13s; }
.motion-ready .hero h1 { animation-delay: .18s; }
.motion-ready .hero-date { animation-delay: .26s; }
.motion-ready .hero-place { animation-delay: .31s; }
.motion-ready .hero-free { animation-delay: .36s; }
.motion-ready .hero-actions { animation-delay: .42s; }
.motion-ready .countdown { opacity: 0; animation: hero-rise .72s .5s cubic-bezier(.22, .72, .24, 1) forwards; }
.motion-ready .hero-next { opacity: 0; animation: hero-fade .55s .72s ease forwards; }
.motion-ready .reveal-item {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity .68s cubic-bezier(.22, .72, .24, 1), transform .68s cubic-bezier(.22, .72, .24, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}
.motion-ready .reveal-item.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}
.program-panel.is-entering { animation: panel-enter .42s cubic-bezier(.22, .72, .24, 1) both; }
.faq-list details[open] p { animation: faq-enter .28s ease both; }
.faq-list summary::after { transition: transform .2s ease, color .2s ease; }
.faq-list summary:hover::after { transform: scale(1.18); }
.partner-logo:hover img, .partner-logo:focus-visible img { transform: scale(1.045); }

@media (hover: hover) {
    .place-feature:hover img { transform: scale(1.035); }
    .place-feature:hover > div { transform: translateY(-5px); }
    a.winery-row:hover > div { transform: translateX(5px); }
    a.winery-row:hover i { transform: translate(3px, -2px); }
    .majesty-portrait:hover img { transform: scale(1.025); filter: saturate(1.06); }
}

@keyframes hero-drift {
    from { transform: scale(1.015) translate3d(0, 0, 0); }
    to { transform: scale(1.05) translate3d(-.35%, -.25%, 0); }
}
@keyframes hero-rise {
    from { opacity: 0; transform: translate3d(0, 18px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes hero-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes panel-enter {
    from { opacity: .2; transform: translate3d(0, 12px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes faq-enter {
    from { opacity: 0; transform: translate3d(0, -5px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.form-page { min-height: 100vh; background: var(--soft); }
.form-page .site-header { position: relative; background: var(--wine-dark); }
.form-main { min-height: calc(100vh - 74px); padding: 62px 0 90px; }
.form-shell { width: min(calc(100% - 32px), 980px); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.form-intro { position: sticky; top: 28px; }
.form-intro .form-mark { width: 72px; height: 72px; margin-bottom: 24px; padding: 9px; border-radius: 6px; background: var(--wine); }
.form-intro .form-mark img { width: 100%; height: 100%; object-fit: contain; }
.form-organizer-logos { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.form-organizer-logos > span { color: #968c93; font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.form-home-logo { width: 58px; height: 58px; object-fit: contain; }
.form-tourism-logo { width: 118px; height: 72px; object-fit: contain; }
.form-intro h1 { margin: 8px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 48px; line-height: 1; }
.form-intro > p { color: var(--muted); font-size: 17px; }
.form-card { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 50px rgba(54, 31, 40, .09); }
.form-card label { display: grid; gap: 7px; margin-bottom: 18px; font-size: 13px; font-weight: 850; }
.form-card input, .form-card select, .form-card textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #8d858c;
    border-radius: 5px;
    color: var(--ink);
    background: #fff;
    font: inherit;
}
.form-card textarea { min-height: 122px; resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--wine); }
.form-card input:focus-visible, .form-card select:focus-visible, .form-card textarea:focus-visible { outline: 3px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 5px var(--wine-dark); }
.form-card .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-card .check-row { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; font-weight: 500; line-height: 1.4; }
.form-card .check-row input { width: 18px; min-height: 18px; margin: 2px 0 0; }
.form-card .button { width: 100%; cursor: pointer; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.contact-direct { margin: 24px 0 !important; padding-left: 14px; border-left: 3px solid var(--wine); font-size: 14px !important; }
.contact-direct a { color: var(--wine); font-weight: 850; overflow-wrap: anywhere; }
.form-alert { margin-bottom: 18px; padding: 14px 16px; border-left: 4px solid var(--wine); background: #fff1f4; color: #6d0828; }
.form-success { padding: 32px; border: 1px solid #99d3c8; border-radius: 8px; background: #eefaf7; }
.form-success h2 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 31px; }
.form-success p { color: #315f57; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; padding: 22px 18px 28px; border-top: 1px solid var(--line); color: var(--muted); background: #fff; font-size: 13px; }
.form-footer a { color: var(--wine-dark); font-weight: 750; text-underline-offset: 3px; }
.form-page.is-embedded { min-height: 100%; background: #fff; }
.form-page.is-embedded .form-main { min-height: 100%; padding: 20px; }
.form-page.is-embedded .form-shell { display: block; width: min(100%, 620px); }
.form-page.is-embedded .form-card { padding: 8px 4px 24px; border: 0; box-shadow: none; }
.form-page.is-embedded .form-success { margin: 4px 0 24px; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-page .site-header { position: relative; background: var(--wine-dark); }
.legal-header-nav { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 800; }
.legal-header-nav a { padding: 9px 0; border-bottom: 2px solid transparent; text-decoration: none; }
.legal-header-nav a:hover, .legal-header-nav a:focus-visible { border-bottom-color: var(--yellow); }
.legal-hero {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    display: flex;
    align-items: end;
    color: #fff;
    background: var(--wine-dark) url("../press/weinfest-rueckblick/weinfest-eroeffnung-majestaeten-web.jpg") center 44% / cover no-repeat;
}
.legal-hero::before { content: ""; position: absolute; inset: 0; background: rgba(62, 0, 18, .78); }
.legal-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: var(--yellow); }
.legal-hero-inner { position: relative; z-index: 1; width: min(calc(100% - 40px), 900px); margin: 0 auto; padding: 76px 0 68px; }
.legal-hero .kicker { color: var(--yellow); }
.legal-hero h1 { margin: 8px 0 13px; font-family: Georgia, "Times New Roman", serif; font-size: 58px; line-height: 1; }
.legal-hero p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.86); font-size: 18px; }
.legal-document { padding: 72px 0 96px; }
.legal-document-inner { width: min(calc(100% - 40px), 900px); margin: 0 auto; }
.legal-copy {
    padding-left: 30px;
    border-left: 4px solid var(--wine);
    color: #312b30;
    font-size: 16px;
    line-height: 1.78;
    white-space: pre-line;
    overflow-wrap: anywhere;
}
.legal-copy-structured { white-space: normal; }
.legal-copy-structured h2 { margin: 34px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.2; }
.legal-copy-structured h2:first-child { margin-top: 0; }
.legal-copy-structured p { margin: 0 0 22px; }
.legal-copy-structured a { color: var(--wine-dark); font-weight: 800; text-underline-offset: 3px; }
.legal-copy-structured .legal-updated { margin: 34px 0 0; color: var(--muted); font-size: 14px; }
.legal-document-nav { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 28px; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); }
.site-footer a[aria-current="page"] { color: var(--yellow); }

.faq-section { padding: 100px 0; background: var(--soft); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; font-size: 17px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--wine); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -8px 46px 22px 0; color: var(--muted); }

.contact-section { padding: 64px 0; color: var(--ink); background: #fff; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 46px; }
.contact-section .kicker { color: var(--wine); }
.contact-section h2 { margin: 5px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 42px; line-height: 1.05; }
.contact-section p:last-child { max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; }
.contact-button { color: var(--ink); background: var(--yellow); }

body.contact-dialog-open { overflow: hidden; }
.contact-dialog {
    width: min(860px, calc(100% - 32px));
    height: min(820px, calc(100dvh - 32px));
    max-width: none;
    max-height: none;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 28px 90px rgba(35, 0, 12, .38);
}
.contact-dialog::backdrop { background: rgba(34, 9, 18, .7); backdrop-filter: blur(4px); }
.contact-dialog-shell { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; height: 100%; }
.contact-dialog header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 24px 20px; color: #fff; background: var(--wine-dark); border-bottom: 4px solid var(--yellow); }
.contact-dialog header p { margin: 0 0 4px; color: var(--yellow); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.contact-dialog header h2 { margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.08; }
.contact-dialog-close { flex: 0 0 44px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: transparent; font-size: 29px; line-height: 1; cursor: pointer; }
.contact-dialog-close:hover, .contact-dialog-close:focus-visible { color: var(--wine-dark); background: #fff; }
.contact-dialog iframe { display: block; width: 100%; height: 100%; border: 0; background: #fff; }
.contact-dialog-fallback { margin: 0; padding: 10px 20px 12px; border-top: 1px solid var(--line); color: var(--muted); background: var(--soft); font-size: 12px; text-align: center; }
.contact-dialog-fallback a { color: var(--wine); font-weight: 850; }

@media (max-width: 620px) {
    .contact-dialog { width: 100vw; height: 100dvh; border-radius: 0; }
    .contact-dialog header { padding: 17px 16px 15px; }
    .contact-dialog header h2 { font-size: 24px; }
    .contact-dialog-close { flex-basis: 42px; width: 42px; height: 42px; }
    .contact-dialog-fallback { padding: 8px 12px 10px; }
}

.site-footer { padding: 70px 0 34px; color: #fff; background: #1e1519; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 46px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 54px; height: 54px; object-fit: contain; }
.footer-brand span, .site-footer > div > div:not(.footer-brand) { display: grid; align-content: start; gap: 6px; }
.footer-brand small, .site-footer a { color: rgba(255,255,255,.65); font-size: 13px; }
.footer-organizers > small { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.footer-organizer-marks { display: flex; align-items: center; gap: 12px; margin-top: 6px; }
.footer-organizer-marks a { display: flex; align-items: center; gap: 9px; color: #fff; }
.footer-organizer-marks a:hover { color: #fff; }
.footer-home-logo { width: 48px; height: 48px; object-fit: contain; flex: 0 0 auto; }
.footer-organizer-marks a > span { font-size: 10px; line-height: 1.25; }
.footer-organizer-marks a > span b { font-size: 12px; }
.footer-organizer-divider { color: rgba(255,255,255,.5); font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.footer-tourism-logo { width: 124px; padding: 2px; border-radius: 3px; background: #fff; }
.footer-tourism-logo img { width: 120px; height: 74px; object-fit: contain; }
.footer-organizers p { margin: 6px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--yellow); }
.copyright { width: min(calc(100% - 40px), var(--max)); margin: 50px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: 12px; }

.mobile-nav { display: none; }
.display-settings-trigger {
    position: fixed;
    z-index: 125;
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.62);
    border-radius: 50%;
    color: #fff;
    background: var(--wine-dark);
    box-shadow: 0 10px 28px rgba(45,0,14,.24);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.display-settings-trigger:hover, .display-settings-trigger:focus-visible { background: var(--wine); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(45,0,14,.3); }
.display-settings-trigger.has-active-settings::after { content: ""; position: absolute; top: 1px; right: 1px; width: 10px; height: 10px; border: 2px solid var(--wine-dark); border-radius: 50%; background: var(--yellow); }
.display-settings {
    position: fixed;
    inset: auto 18px 78px auto;
    width: min(410px, calc(100% - 36px));
    max-height: calc(100vh - 110px);
    margin: 0;
    padding: 0;
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 26px 70px rgba(45,0,14,.28);
}
.display-settings::backdrop { background: rgba(23,20,25,.46); backdrop-filter: blur(3px); }
.display-settings-shell { padding: 22px; }
.display-settings header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.display-settings header p { margin: 0; color: var(--wine); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.display-settings h2 { margin: 2px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1; }
.display-settings-close {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--ink);
    background: #fff;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}
.display-settings-options { display: grid; border-top: 1px solid var(--line); }
.display-option { min-height: 58px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 800; cursor: pointer; }
.display-option input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.display-option i { position: relative; width: 42px; height: 24px; border: 1px solid #7c747a; border-radius: 13px; background: #e9e6e8; transition: border-color .2s ease, background .2s ease; }
.display-option i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.22); transition: transform .2s ease; }
.display-option input:checked + span + i { border-color: var(--wine); background: var(--wine); }
.display-option input:checked + span + i::after { transform: translateX(18px); }
.display-option input:focus-visible + span { outline: 3px solid var(--yellow); outline-offset: 4px; }
.display-option input:disabled + span { opacity: .55; }
.display-settings-reset { margin-top: 18px; padding: 8px 0; border: 0; color: var(--wine); background: transparent; font-size: 13px; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

html.a11y-high-contrast {
    --ink: #000;
    --muted: #302a2f;
    --line: #968e94;
    --soft: #f0eef0;
}
html.a11y-high-contrast .hero-place,
html.a11y-high-contrast .majesties-current-copy > p,
html.a11y-high-contrast .tradition-copy p,
html.a11y-high-contrast .participate-layout p,
html.a11y-high-contrast .contact-section p:last-child,
html.a11y-high-contrast .site-footer a { color: #fff; }
html.a11y-large-text body { font-size: 18px; }
html.a11y-large-text .section-heading p,
html.a11y-large-text .program-event p,
html.a11y-large-text .hike-intro > p:not(.kicker),
html.a11y-large-text .hike-family,
html.a11y-large-text .visit-list p,
html.a11y-large-text .tradition-copy p,
html.a11y-large-text .majesties-current-copy > p,
html.a11y-large-text .majesties-profiles p,
html.a11y-large-text .majesties-heading > p,
html.a11y-large-text .participate-layout p,
html.a11y-large-text .faq-list details p,
html.a11y-large-text .contact-section p:last-child,
html.a11y-large-text .form-intro > p,
html.a11y-large-text .form-card label,
html.a11y-large-text .form-note,
html.a11y-large-text .legal-copy { font-size: 18px; line-height: 1.68; }
html.a11y-links main a:not(.button), html.a11y-links .site-footer a { text-decoration: underline !important; text-decoration-thickness: 2px !important; text-underline-offset: 3px !important; }
html.a11y-reduced-motion { scroll-behavior: auto; }
html.a11y-reduced-motion *, html.a11y-reduced-motion *::before, html.a11y-reduced-motion *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
html.a11y-reduced-motion .reveal-item { opacity: 1 !important; transform: none !important; }
html.a11y-reduced-motion .partner-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
html.a11y-reduced-motion .partner-track { animation: none !important; transform: none !important; }
html.a11y-reduced-motion .partner-set[aria-hidden="true"] { display: none; }
html.a11y-reduced-motion .hero-wine-film { opacity: .7; transform: none; }
.lightbox { width: min(1080px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 8px; background: #111; box-shadow: 0 26px 80px rgba(0,0,0,.45); }
.lightbox::backdrop { background: rgba(0,0,0,.86); }
.lightbox img { width: 100%; max-height: calc(100vh - 32px); object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #111; background: #fff; font-size: 28px; line-height: 1; cursor: pointer; }

@media (max-width: 980px) {
    .desktop-nav { gap: 12px; font-size: 13px; }
    .hero h1 { font-size: 64px; }
    .countdown { width: 420px; }
    .quick-facts-grid { grid-template-columns: repeat(3, 1fr); }
    .quick-facts-grid > a { grid-column: 1 / -1; min-height: 64px; padding-left: 0; border-top: 1px solid rgba(0,0,0,.12); }
    .program-panel { grid-template-columns: 150px minmax(0, 1fr); }
    .program-panel > .text-link { grid-column: 2; }
    .program-panel-live { grid-template-columns: 150px minmax(0, 1fr); }
    .program-event { grid-template-columns: 92px minmax(0, 1fr); gap: 12px 14px; }
    .program-event.has-media { grid-template-columns: 92px minmax(0, 1fr); }
    .program-event-media { width: min(100%, 300px); height: 158px; }
    .program-media-note { margin-left: 184px; }
    .majesties-current { grid-template-columns: 1fr; min-height: 0; }
    .majesties-current-media { min-height: 0; aspect-ratio: 16 / 9; }
    .hike-layout { grid-template-columns: 1fr; gap: 46px; }
    .hike-intro > p:last-child { max-width: 760px; }
    .winery-layout { gap: 55px; }
    .press-facts { grid-template-columns: repeat(2, 1fr); }
    .press-facts article:nth-child(2) { border-right: 0; }
    .press-facts article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
    html { scroll-padding-top: 64px; }
    body { padding-bottom: calc(67px + env(safe-area-inset-bottom)); }
    body.legal-page { padding-bottom: 0; }
    body.form-page { padding-bottom: 0; }
    .site-header { height: 62px; padding: 0 14px; background-position: center 58%; }
    .brand { gap: 9px; }
    .anniversary-flag { width: 39px; height: 54px; flex-basis: 39px; padding-bottom: 5px; font-size: 23px; }
    .brand-lockup { width: 116px; height: 54px; flex-basis: 116px; }
    .brand-lockup b { top: 7px; font-size: 15px; }
    .brand-lockup small { left: 54px; top: 30px; font-size: 15px; }
    .weinfest-brand-mark { height: 34px; }
    .brand-copy b { font-size: 16px; }
    .brand-copy small { margin-top: 3px; font-size: 10px; }
    .desktop-nav { display: none; }
    .section-inner { width: min(calc(100% - 28px), var(--max)); }
    .section-heading { margin-bottom: 28px; }
    .section-heading h2, .visit-lead h2, .tradition-copy h2, .participate-layout h2 { font-size: 36px; }
    .section-heading p, .visit-lead > p:last-of-type, .participate-layout p { font-size: 16px; }

    .hero { min-height: 720px; height: 91svh; max-height: 860px; align-items: end; }
    .hero-bg { background-image: linear-gradient(180deg, rgba(44,0,13,.3) 0%, rgba(45,0,14,.52) 40%, rgba(45,0,14,.95) 82%), url("../press/weinfest-rueckblick/weinfest-eroeffnung-majestaeten.jpg"); background-position: 63% center; }
    .hero-wine-film {
        --hero-film-opacity: .66;
        right: -18%;
        bottom: 112px;
        width: 138%;
        height: 235px;
        opacity: var(--hero-film-opacity);
        -webkit-mask-image: radial-gradient(ellipse 70% 62% at 72% 56%, #000 0 38%, rgba(0,0,0,.8) 55%, rgba(0,0,0,.34) 73%, transparent 100%);
        mask-image: radial-gradient(ellipse 70% 62% at 72% 56%, #000 0 38%, rgba(0,0,0,.8) 55%, rgba(0,0,0,.34) 73%, transparent 100%);
    }
    .hero-wine-film video { object-position: 74% 46%; filter: saturate(.88) contrast(1.04) brightness(.72); }
    .hero-content { bottom: 235px; width: calc(100% - 28px); padding: 0; }
    .hero-organizer-note { max-width: 330px; margin-bottom: 12px; font-size: 10px; line-height: 1.35; }
    .hero h1 { max-width: 340px; margin-top: 10px; font-size: 47px; line-height: .96; }
    .hero-date { font-size: 19px; }
    .hero-place { max-width: 330px; font-size: 14px; }
    .hero-free { margin-top: 12px; padding: 5px 8px; font-size: 10px; }
    .hero-actions { gap: 8px; margin-top: 22px; }
    .hero-actions .button { min-height: 43px; padding: 9px 12px; font-size: 12px; }
    .hero-instagram-link { min-height: 43px; padding: 4px 8px 4px 11px; }
    .hero-instagram-handle { font-size: 12px; }
    .hero-instagram-label { font-size: 8px; }
    .countdown { left: 14px; right: 14px; bottom: 79px; width: auto; }
    .countdown div { padding: 11px 4px 10px; }
    .countdown b { font-size: 23px; }
    .countdown span { font-size: 8px; }
    .hero-next { bottom: 28px; white-space: nowrap; }

    .quick-facts-grid { grid-template-columns: 1fr; }
    .quick-facts-grid > div, .quick-facts-grid > a { min-height: auto; padding: 19px 0; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.12); }
    .quick-facts-grid > a { grid-column: auto; border-top: 0; }

    .program-section, .gallery-section, .press-section, .faq-section { padding: 72px 0; }
    .planning-state { grid-template-columns: 1fr; gap: 3px; padding: 13px 14px; }
    .program-tabs button { min-height: 68px; padding: 8px 4px; }
    .program-tabs span { font-size: 14px; }
    .program-tabs small { font-size: 10px; }
    .program-panel { min-height: 0; grid-template-columns: 1fr; gap: 24px; padding: 26px 20px; }
    .program-date { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid var(--line); }
    .program-panel > .text-link { grid-column: auto; }
    .program-copy h3 { font-size: 26px; }
    .program-panel-live { grid-template-columns: 1fr; }
    .program-panel-live .program-date { position: static; }
    .program-event { grid-template-columns: 100px minmax(0, 1fr); gap: 13px; }
    .program-event.has-media { grid-template-columns: 100px minmax(0, 1fr); }
    .program-event-media { grid-column: 2; width: min(100%, 280px); height: 148px; margin-top: 3px; }
    .program-event-facts { grid-template-columns: 1fr 1fr; }
    .program-event-facts > div:nth-child(2) { border-right: 0; }
    .program-event-facts > div:nth-child(-n+2) { border-bottom: 1px solid #d5cfd4; }
    .program-media-note { margin: 14px 0 0; }
    .program-event h3 { font-size: 21px; }

    .hike-section { padding: 72px 0 76px; }
    .hike-layout { gap: 38px; }
    .hike-organizer { margin-top: 24px; }
    .hike-organizer img { width: 46px; height: 56px; }
    .hike-intro h2 { font-size: 38px; }
    .hike-intro > p:last-child { font-size: 16px; }
    .hike-facts { grid-template-columns: 1fr; }
    .hike-facts > div { min-height: 88px; padding: 16px 18px; }
    .hike-route { margin-top: 24px; padding-left: 15px; }
    .hike-route p { font-size: 19px; }
    .hike-family { margin-top: 22px; }
    .hike-registration { grid-template-columns: 1fr; gap: 14px; }
    .hike-app-links { display: grid; grid-template-columns: 1fr 1fr; }

    .experience-section { padding: 72px 0 78px; }
    .places-grid { grid-template-columns: 1fr; gap: 14px; }
    .place-feature { min-height: 400px; }
    .place-feature > div { inset: auto 20px 22px; }
    .place-feature h3 { font-size: 31px; }

    .winemakers-section { padding: 72px 0; }
    .winery-layout { grid-template-columns: 1fr; gap: 30px; }
    .winery-layout .section-heading { position: static; }
    .winery-row { min-height: 80px; grid-template-columns: 38px minmax(0, 1fr) 20px; gap: 10px; }
    .winery-row strong { font-size: 19px; }

    .visit-section { padding: 60px 0; }
    .visit-layout { grid-template-columns: 1fr; gap: 34px; }
    .visit-lead { position: static; }
    .visit-actions { display: grid; }
    .visit-list article { grid-template-columns: 48px 1fr; gap: 12px; padding: 18px 0; }

    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; gap: 7px; }
    .gallery-photo.wide { grid-column: span 2; }
    .gallery-photo.tall { grid-row: span 2; }
    .gallery-photo span { display: none; }

    .tradition-section { grid-template-columns: 1fr; min-height: 0; border-top-width: 58px; }
    .tradition-image { min-height: 390px; }
    .tradition-copy { max-width: none; padding: 55px 20px 62px; }

    .majesties-section { padding: 58px 0 80px; }
    .majesties-current { grid-template-columns: 1fr; min-height: 0; margin-bottom: 66px; }
    .majesties-current-media { min-height: 0; aspect-ratio: 3 / 2; }
    .majesties-current-copy { padding: 38px 20px 46px; }
    .majesties-current-copy h2 { font-size: 48px; }
    .majesties-current-copy .majesties-current-lead { font-size: 18px; }
    .majesties-profiles { grid-template-columns: 1fr; }
    .majesties-profiles > div { padding: 22px 0 0; }
    .majesties-profiles > div + div { margin-top: 22px; padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.24); }
    .majesties-current-actions { align-items: stretch; gap: 16px; }
    .majesties-current-actions .button { width: 100%; }
    .majesties-press-link { width: fit-content; }
    .majesties-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 28px; }
    .majesties-heading h2 { font-size: 36px; }
    .majesties-heading > p { font-size: 16px; }
    .majesties-toolbar { margin-bottom: 12px; }
    .majesties-controls button { width: 38px; height: 38px; }
    .majesties-track { grid-auto-columns: min(64vw, 220px); gap: 9px; margin-right: -14px; padding-right: 14px; }

    .press-facts { grid-template-columns: 1fr; }
    .press-facts article { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }
    .press-facts article:nth-child(2) { border-bottom: 1px solid var(--line); }
    .press-boilerplate { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
    .press-boilerplate .button { width: 100%; }
    .press-downloads { grid-template-columns: 1fr; gap: 28px; }
    .download-list a { grid-template-columns: 64px 1fr 24px; }
    .download-list img { width: 64px; height: 56px; }
    .press-actions .button { width: 100%; }

    .participate-section { padding: 62px 0; }
    .participate-layout { grid-template-columns: 1fr; gap: 30px; }
    .partners-section { padding: 70px 0; }
    .partner-marquee { -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
    .partner-track { animation-duration: 32s; }
    .partner-logo { width: 168px; min-height: 100px; padding: 12px 20px; }
    .partner-logo img { height: 56px; }
    .partner-logo--crop img { width: 128px; height: 60px; }
    .partner-logo--emblem img { width: 76px; height: 76px; }
    .faq-layout { grid-template-columns: 1fr; gap: 20px; }
    .contact-section { padding: 50px 0; }
    .contact-layout { grid-template-columns: 1fr; gap: 24px; }
    .contact-section h2 { font-size: 34px; }
    .contact-button { width: 100%; }

    .form-main { padding: 34px 0 75px; }
    .form-shell { grid-template-columns: 1fr; gap: 26px; }
    .form-intro { position: static; }
    .form-intro .form-mark { width: 58px; height: 58px; margin-bottom: 16px; }
    .form-intro h1 { font-size: 38px; }
    .form-card { padding: 20px; }
    .form-card .form-row { grid-template-columns: 1fr; gap: 0; }

    .legal-header-nav { font-size: 12px; }
    .legal-header-secondary { display: none; }
    .legal-hero { min-height: 285px; }
    .legal-hero-inner { width: calc(100% - 28px); padding: 58px 0 52px; }
    .legal-hero h1 { font-size: 43px; }
    .legal-hero p:last-child { font-size: 16px; }
    .legal-document { padding: 50px 0 74px; }
    .legal-document-inner { width: calc(100% - 28px); }
    .legal-copy { padding-left: 18px; font-size: 15px; line-height: 1.72; }
    .legal-document-nav { display: grid; margin-top: 40px; }

    .site-footer { padding: 55px 0 25px; }
    .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 34px 18px; }
    .footer-grid > div { min-width: 0; }
    .site-footer a, .site-footer p { overflow-wrap: anywhere; }
    .footer-brand, .footer-organizers { grid-column: 1 / -1; }
    .footer-organizer-marks { flex-wrap: wrap; gap: 9px; }
    .footer-grid > div:last-child { grid-column: auto; }
    .copyright { width: calc(100% - 28px); margin-top: 35px; }

    .mobile-nav {
        position: fixed;
        z-index: 110;
        inset: auto 0 0;
        height: calc(61px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        padding: 0 4px env(safe-area-inset-bottom);
        border-top: 1px solid var(--line);
        background: rgba(255,255,255,.97);
        box-shadow: 0 -8px 28px rgba(50,30,38,.13);
        backdrop-filter: blur(12px);
    }
    .mobile-nav a { position: relative; display: grid; place-items: center; padding: 8px 2px; color: #595057; font-size: 10px; font-weight: 850; text-decoration: none; transition: color .2s ease; }
    .mobile-nav > a::before, .mobile-more > summary::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 50%;
        width: 22px;
        height: 3px;
        border-radius: 0 0 3px 3px;
        background: var(--wine);
        transform: translateX(-50%) scaleX(0);
        transition: transform .22s ease;
    }
    .mobile-nav a.is-active { color: var(--wine); }
    .mobile-more { min-width: 0; }
    .mobile-more summary { position: relative; height: 100%; display: grid; place-items: center; padding: 8px 2px; color: #595057; font-size: 10px; font-weight: 850; list-style: none; cursor: pointer; transition: color .2s ease; }
    .mobile-more[open] summary, .mobile-more.has-active summary { color: var(--wine); }
    .mobile-nav > a.is-active::before, .mobile-more[open] > summary::before, .mobile-more.has-active > summary::before { transform: translateX(-50%) scaleX(1); }
    .mobile-more-menu {
        position: fixed;
        z-index: 120;
        left: 14px;
        right: 14px;
        bottom: calc(70px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3px;
        padding: 8px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 8px;
        box-shadow: 0 20px 60px rgba(45,0,14,.24);
    }
    .mobile-nav .mobile-more-menu a { min-height: 43px; display: flex; justify-content: flex-start; padding: 9px 11px; border-radius: 5px; color: var(--ink); background: var(--soft); font-size: 12px; text-align: left; }
    .mobile-nav .mobile-more-menu a.is-active { color: #fff; background: var(--wine); }
    .mobile-more-menu a:last-child { grid-column: 1 / -1; }
    .display-settings-trigger { right: 13px; bottom: calc(76px + env(safe-area-inset-bottom)); width: 45px; height: 45px; }
    .display-settings { inset: auto 14px calc(132px + env(safe-area-inset-bottom)) 14px; width: auto; max-height: calc(100vh - 156px - env(safe-area-inset-bottom)); }
    .display-settings-shell { padding: 18px; }
    .form-page .display-settings-trigger, .legal-page .display-settings-trigger { bottom: calc(16px + env(safe-area-inset-bottom)); }
    .form-page .display-settings, .legal-page .display-settings { bottom: calc(72px + env(safe-area-inset-bottom)); max-height: calc(100vh - 96px - env(safe-area-inset-bottom)); }
}

@media (max-width: 380px) {
    .hero h1 { font-size: 41px; }
    .hero-actions { flex-wrap: nowrap; gap: 7px; }
    .hero-actions .button { flex: 0 0 auto; min-height: 41px; padding: 8px 10px; font-size: 11px; }
    .hero-instagram-link { flex: 1 1 0; min-width: 0; min-height: 41px; grid-template-columns: minmax(0, 1fr) 17px; column-gap: 5px; padding-right: 3px; padding-left: 9px; }
    .hero-instagram-handle { min-width: 0; overflow: visible; overflow-wrap: anywhere; font-size: 11px; white-space: normal; }
    .hero-instagram-label { display: none; }
    .hero-instagram-arrow { font-size: 16px; }
    .legal-hero h1 { font-size: 36px; }
    .gallery-grid { grid-auto-rows: 150px; }
    .program-event { grid-template-columns: 1fr; gap: 4px; }
    .program-event.has-media { grid-template-columns: 1fr; }
    .program-event-media { grid-column: 1; width: 100%; height: 150px; margin-top: 10px; }
}

@media (max-width: 760px) and (max-height: 720px) {
    .hero-content { bottom: 245px; padding: 0; }
    .countdown { bottom: 120px; }
    .hero-next { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .partner-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
    .partner-track { animation: none !important; transform: none !important; }
    .partner-set[aria-hidden="true"] { display: none; }
    .hero-wine-film { opacity: .7; transform: none; }
}

@media print {
    .site-header, .mobile-nav, .hero-actions, .hero-next, .display-settings-trigger, .display-settings, .lightbox { display: none !important; }
    body { padding: 0; color: #000; background: #fff; }
    .hero { min-height: 0; height: auto; padding: 35px; color: #000; background: #fff; }
    .hero-bg, .hero-wine-film { display: none; }
    .hero-content { padding: 0; }
    .hero h1 { font-size: 45px; }
    .countdown { display: none; }
    section { break-inside: avoid; }
}
