:root {
  --ink: #253029;
  --forest: #2f3e32;
  --forest-deep: #202b24;
  --sage: #849183;
  --moss: #6f7864;
  --paper: #f4efe6;
  --cream: #fbf8f1;
  --clay: #b97d67;
  --gold: #c4a366;
  --tree: url("/260718_tree_motif.webp");
  --line: rgba(38, 53, 43, .18);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skipLink { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .7rem 1rem; background: #fff; }
.skipLink:focus { top: 1rem; }
.siteHeader { position: fixed; inset: 0 0 auto; z-index: 20; height: 78px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 1.2rem; padding: 0 clamp(1rem, 4vw, 4.5rem); color: #f8f3e9; background: rgba(39, 52, 42, .93); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.13); }
.monogram { text-decoration: none; font-family: var(--serif); font-size: 1.45rem; font-weight: 600; letter-spacing: .04em; white-space: nowrap; }
.monogram span { color: var(--gold); font-weight: 400; padding: 0 .16rem; }
nav { justify-self: center; display: flex; gap: clamp(.8rem, 2.4vw, 2.4rem); }
nav a { position: relative; color: inherit; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 650; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: var(--gold); transition: right .2s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.language { display: flex; align-items: center; gap: .35rem; font-size: .7rem; }
.language button { padding: .3rem; color: rgba(255,255,255,.55); background: none; border: 0; cursor: pointer; letter-spacing: .1em; }
.language button.active { color: #fff; font-weight: 800; }
.menuToggle { display: none; min-width: 48px; min-height: 42px; padding: .45rem .7rem; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .1em; font-size: .64rem; cursor: pointer; }
.sectionPad { padding: clamp(5.5rem, 10vw, 9rem) clamp(1.2rem, 7vw, 8rem); }
.hero { min-height: 100svh; padding-top: clamp(8.5rem, 13vw, 11rem); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(310px, .7fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; overflow: hidden; position: relative; background: var(--paper); }
.heroWash { position: absolute; inset: 0; pointer-events: none; opacity: .8; background: radial-gradient(circle at 75% 12%, rgba(185,125,103,.22), transparent 30%), radial-gradient(circle at 15% 95%, rgba(111,120,100,.28), transparent 32%), linear-gradient(115deg, transparent 50%, rgba(255,255,255,.55)); }
.hero::after { content: ""; position: absolute; z-index: 0; right: -12%; bottom: -24%; width: 57%; height: 76%; pointer-events: none; opacity: .08; background: var(--tree) center / contain no-repeat; mix-blend-mode: multiply; transform: rotate(2deg); animation: treeBreathe 14s ease-in-out infinite; }
.heroCopy, .invitationFrame, .countdown { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 .9rem; color: var(--clay); text-transform: uppercase; font-size: .7rem; font-weight: 750; letter-spacing: .24em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: .2rem 0 1.5rem; font-family: var(--serif); font-size: clamp(4.1rem, 8.3vw, 8.7rem); font-weight: 400; line-height: .78; letter-spacing: -.055em; }
h1 span { display: block; }
h1 span:last-child { margin-left: clamp(2rem, 8vw, 7rem); }
h1 em { display: block; margin: .12em 0 -.12em 27%; color: var(--clay); font-size: .56em; font-weight: 400; }
.heroIntro { max-width: 630px; color: #4e5851; font-family: var(--serif); font-size: clamp(1.16rem, 1.8vw, 1.55rem); line-height: 1.5; }
.heroFacts { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; margin: 2rem 0; color: var(--forest); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.heroFacts strong { color: var(--clay); }
.heroLinks { display: flex; align-items: center; gap: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.25rem; border: 1px solid currentColor; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; font-weight: 750; cursor: pointer; transition: transform .18s, background .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .menuToggle:focus-visible, .language button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.buttonDark { color: #fff; background: var(--forest); border-color: var(--forest); }
.buttonSoft { color: var(--forest); background: rgba(255,255,255,.55); border-color: rgba(47,62,50,.35); }
.buttonSoft:hover { background: #fff; }
.textLink { color: var(--forest); text-underline-offset: .3rem; font-size: .78rem; }
.invitationFrame { margin: 0; transform: rotate(1.8deg); filter: drop-shadow(0 28px 35px rgba(41,48,39,.18)); }
.invitationFrame::before { content: ""; position: absolute; inset: -4% -5%; border: 1px solid rgba(111,120,100,.35); transform: rotate(-3.6deg); }
.invitationFrame img { display: block; width: min(100%, 460px); height: auto; margin: auto; background: #fff; }
.invitationFrame figcaption { margin-top: .8rem; text-align: center; color: #687069; font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; }
.countdown { position: absolute; left: clamp(1.2rem, 7vw, 8rem); bottom: 1.7rem; display: flex; align-items: center; gap: 1.5rem; }
.countdown p { margin: 0; color: #6d756e; font-size: .66rem; text-transform: uppercase; letter-spacing: .15em; }
.countdown div { display: flex; gap: 1rem; }
.countdown strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.countdown small { margin-left: .3rem; font-family: var(--sans); font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; }
.countdown.is-today p { color: var(--clay); font-family: var(--serif); font-size: 1.15rem; letter-spacing: .02em; text-transform: none; }
.programme, .stay { background: var(--cream); }
.programme, .stay, .gifts, .closing { position: relative; overflow: hidden; }
.programme::after, .stay::after, .gifts::after, .closing::after { content: ""; position: absolute; z-index: 0; width: min(42vw, 520px); height: min(42vw, 520px); right: -12%; bottom: -18%; pointer-events: none; opacity: .035; background: var(--tree) center / contain no-repeat; transform: rotate(-7deg); }
.programme > *, .stay > *, .gifts > *, .closing > * { position: relative; z-index: 1; }
.sectionHeading { display: grid; grid-template-columns: minmax(50px, .25fr) 1fr; gap: 1.2rem; max-width: 980px; margin-bottom: clamp(3rem, 7vw, 6rem); }
.sectionNumber { color: var(--clay); font-family: var(--serif); font-size: 1.15rem; }
.sectionHeading h2, .giftIntro h2, .messageIntro h2 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: .95; letter-spacing: -.035em; }
.sectionHeading > div > p:last-child { max-width: 700px; color: #687069; }
.timeline { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2.5rem .8rem; overflow: hidden; }
.timelineItem { min-height: 235px; position: relative; padding: 0 .65rem 1.2rem; text-align: center; }
.timelineItem::before { content: ""; position: absolute; z-index: 0; left: -.8rem; right: -.8rem; top: 37px; height: 1px; background: var(--line); }
.scheduleIcon { width: 74px; height: 74px; position: relative; z-index: 1; display: grid; place-items: center; margin: 0 auto; color: var(--forest); background: var(--cream); border: 1px solid rgba(47,62,50,.28); border-radius: 50%; }
.scheduleIcon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.timelineItem time { display: block; margin: .85rem 0 .55rem; color: var(--clay); font-family: var(--serif); font-size: 1.15rem; }
.timelineItem h3 { margin: 0; font-family: var(--serif); font-size: 1.28rem; font-weight: 500; line-height: 1.15; }
.timelineItem p { max-width: 230px; margin: .55rem auto 0; color: #7b827c; font-size: .78rem; line-height: 1.5; }
.timelineItem.fixed .scheduleIcon { color: #fff; background: var(--forest); border-color: var(--forest); box-shadow: 0 0 0 6px rgba(47,62,50,.08); }
.timelineItem.fixed time { font-weight: 700; }
.timelineItem.subtle { min-height: 190px; opacity: .76; }
.timelineItem.subtle .scheduleIcon { width: 58px; height: 58px; color: #8d6634; border-color: rgba(196,163,102,.62); }
.timelineItem.subtle .scheduleIcon svg { width: 30px; height: 30px; }
.timelineItem.subtle time { margin-top: .65rem; color: #8d6634; font-size: .92rem; }
.timelineItem.subtle h3 { font-family: var(--sans); font-size: .94rem; font-weight: 650; letter-spacing: .02em; }
.timelineItem.subtle p { font-size: .7rem; }
.practical { color: #f4efe6; background: var(--forest); }
.sectionHeading.light .sectionNumber, .practical .eyebrow { color: #d6b873; }
.sectionHeading.light h2 { color: #fff; }
.infoGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.infoCard { min-height: 280px; padding: 2rem; background: var(--forest); }
.infoCard > span { color: #d6b873; font-family: var(--serif); }
.infoCard h3 { margin-top: 3rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.infoCard p { color: rgba(255,255,255,.66); font-size: .88rem; }
.routePanel { display: grid; grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr); gap: clamp(2rem, 6vw, 5rem); margin-top: clamp(3rem, 7vw, 6rem); padding-top: 3rem; border-top: 1px solid rgba(255,255,255,.2); }
.routeMap { display: flex; min-height: 330px; flex-direction: column; justify-content: space-between; padding: 1rem; color: var(--forest); background: #dfe7dc; border: 1px solid rgba(255,255,255,.2); }
.routeMap svg { display: block; width: 100%; height: auto; }
.routeRoad { fill: none; stroke: rgba(47,62,50,.22); stroke-width: 13; stroke-linecap: round; }
.routeRoadMinor { fill: none; stroke: rgba(47,62,50,.16); stroke-width: 7; stroke-linecap: round; }
.routeRoute { fill: none; stroke: var(--clay); stroke-width: 2.5; stroke-dasharray: 7 8; stroke-linecap: round; }
.routeDot { fill: var(--clay); stroke: #fff; stroke-width: 3; }
.routeHotel { fill: var(--forest); stroke: #fff; stroke-width: 4; }
.routeLabel { fill: var(--forest); font-family: var(--serif); font-size: 18px; }
.routeLabelHotel { font-size: 16px; font-weight: 600; }
.routeLabelSmall { fill: rgba(47,62,50,.7); font-family: var(--sans); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.routeMapCaption { margin: .5rem 0 0; color: rgba(47,62,50,.7); font-size: .68rem; letter-spacing: .06em; }
.routeInfo h3 { margin: .2rem 0 1rem; color: #fff; font-family: var(--serif); font-size: clamp(2.4rem, 4.2vw, 4rem); font-weight: 400; line-height: .95; }
.routeInfo > p:not(.eyebrow):not(.routeNote) { max-width: 520px; color: rgba(255,255,255,.68); }
.routeGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin: 2rem 0 1.5rem; }
.routeCard { display: block; padding: 1.15rem; color: #fff; text-decoration: none; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); transition: transform .18s, background .18s; }
.routeCard:hover { transform: translateY(-2px); background: rgba(255,255,255,.13); }
.routeCard span, .routeCard small { display: block; }
.routeCard span { color: #d6b873; font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.routeCard strong { display: block; margin: .35rem 0 .55rem; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.routeCard small { color: rgba(255,255,255,.58); font-size: .72rem; }
.navigationButtons { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: .2rem; }
.buttonOutlineLight { color: #f4efe6; background: transparent; border-color: rgba(255,255,255,.5); }
.buttonOutlineLight:hover { background: rgba(255,255,255,.12); }
.routeNote { margin: 1rem 0 0; color: rgba(255,255,255,.5); font-size: .75rem; }
.signalNotice { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; align-items: start; margin-top: 1.2rem; padding: 1.35rem 1.5rem; color: #f7f1e7; background: rgba(214,184,115,.15); border: 1px solid rgba(214,184,115,.52); border-left-width: 4px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); }
.signalMark { display: grid; width: 42px; height: 42px; place-items: center; color: var(--forest); background: #d6b873; border-radius: 50%; font-family: var(--serif); font-size: 1.5rem; }
.signalKicker { margin: 0 0 .35rem !important; color: #d6b873 !important; font-size: .62rem !important; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.signalNotice h3 { margin: 0 0 .4rem; color: #fff; font-family: var(--serif); font-size: clamp(1.25rem, 2.3vw, 1.8rem); font-weight: 400; line-height: 1.1; }
.signalNotice p { margin: 0; color: rgba(255,255,255,.72); font-size: .82rem; line-height: 1.6; }
.offlineGuide { margin-top: .85rem; padding-top: .8rem; border-top: 1px solid rgba(214,184,115,.3); }
.offlineGuide summary { width: fit-content; min-height: 44px; display: flex; align-items: center; gap: .55rem; color: #f0d99e; font-size: .72rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; list-style: none; }
.offlineGuide summary::-webkit-details-marker { display: none; }
.offlineGuide summary::after { content: "+"; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.offlineGuide[open] summary::after { content: "−"; }
.offlineGuideBody { max-width: 650px; padding: .25rem 0 .4rem; }
.offlineGuideBody ol { margin: .65rem 0 .85rem; padding-left: 1.2rem; color: rgba(255,255,255,.8); font-size: .78rem; line-height: 1.65; }
.offlineMapLink { display: inline-flex; min-height: 44px; align-items: center; color: #d6b873; font-size: .74rem; text-underline-offset: .25rem; }
.signalNotice + .weatherPanel { margin-top: 1.2rem; }
.weatherPanel { display: grid; grid-template-columns: 1.1fr .9fr auto; align-items: center; gap: 1.5rem; margin-top: clamp(3rem, 7vw, 6rem); padding: 1.5rem 1.8rem; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); }
.weatherIntro h3 { margin: .1rem 0 .4rem; color: #fff; font-family: var(--serif); font-size: clamp(1.55rem, 2.7vw, 2.4rem); font-weight: 400; line-height: 1.05; }
.weatherIntro p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.62); font-size: .8rem; }
.weatherContent { display: flex; align-items: center; gap: 1rem; min-height: 72px; padding-left: 1.3rem; border-left: 1px solid rgba(255,255,255,.2); }
.weatherIcon { color: #d6b873; font-size: 2.5rem; line-height: 1; }
.weatherContent strong { display: block; color: #fff; font-family: var(--serif); font-size: 1.1rem; font-weight: 400; text-transform: capitalize; }
.weatherContent p { margin: .2rem 0 0; color: rgba(255,255,255,.65); font-size: .78rem; }
.weatherContent .weatherAdvice { max-width: 520px; margin-top: .55rem; color: #f3dfaa; font-family: var(--serif); font-size: .94rem; line-height: 1.45; }
.weatherSource { color: rgba(255,255,255,.55); font-size: .68rem; white-space: nowrap; text-underline-offset: .25rem; }
.menuPanel { display: grid; grid-template-columns: 1fr 1.4fr; gap: 2rem; margin-top: clamp(3rem, 7vw, 6rem); padding-top: 3rem; border-top: 1px solid rgba(255,255,255,.2); }
.menuPanel h3 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 400; }
.menuPanel > div > p:last-child { max-width: 430px; color: rgba(255,255,255,.57); }
.menuPanel ul { list-style: none; margin: 0; padding: 0; columns: 2; }
.menuPanel li { break-inside: avoid; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--serif); font-size: 1.1rem; }
.drinksPanel { display: grid; grid-template-columns: 1fr 1.4fr; gap: 2rem; margin-top: 1.2rem; padding: clamp(1.5rem, 3vw, 2.2rem); color: #fff; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14); }
.drinksPanel h3 { margin: .15rem 0 .65rem; color: #fff; font-family: var(--serif); font-size: clamp(1.9rem, 3.5vw, 3.2rem); font-weight: 400; line-height: 1; }
.drinksIntro > p:not(.eyebrow) { max-width: 390px; margin: 0 0 .9rem; color: rgba(255,255,255,.62); font-size: .84rem; }
.drinksList { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.4rem; list-style: none; margin: 0; padding: 0; }
.drinksList li { padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.drinksList strong, .drinksList span { display: block; }
.drinksList strong { color: #fff; font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }
.drinksList span { margin-top: .2rem; color: rgba(255,255,255,.58); font-size: .74rem; line-height: 1.4; }
.winePanel { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.25rem; margin-top: 1.2rem; padding: 1.45rem 1.8rem; color: #fff; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14); }
.wineMark { width: 56px; height: 56px; display: grid; place-items: center; color: #d6b873; border: 1px solid rgba(214,184,115,.55); border-radius: 50%; font-size: 1.5rem; }
.winePanel h3 { margin: 0 0 .35rem; color: #fff; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 400; line-height: 1; }
.winePanel p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.64); font-size: .84rem; }
.winePanelActions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; }
.winePanelActions .panelLink { margin-top: 0; }
.buttonWine { min-height: 46px; padding: .8rem 1rem; color: #182b22; background: #d6b873; border-color: #d6b873; }
.buttonWine:hover { background: #ead8a8; border-color: #ead8a8; }
.wineDialog { position: fixed; z-index: 90; inset: 0; display: grid; align-items: start; padding: clamp(1rem, 4vw, 4rem); overflow-y: auto; background: rgba(14,25,20,.94); }
.wineDialog[hidden] { display: none; }
.wineDialogSurface { position: relative; width: min(820px, 100%); margin: auto; overflow: hidden; color: var(--forest); background: #f7f2e8; border: 1px solid rgba(214,184,115,.5); box-shadow: 0 28px 90px rgba(0,0,0,.42); }
.wineDialogSurface::after { content: ""; position: absolute; right: -9rem; bottom: -7rem; width: 30rem; height: 30rem; pointer-events: none; opacity: .045; background: url('/260718_tree_motif.webp') center / contain no-repeat; }
.wineDialogHeader { position: relative; z-index: 1; padding: clamp(2.3rem, 6vw, 4rem) clamp(1.35rem, 5vw, 3.5rem) 2rem; color: #fff; background: #1c3429; }
.wineDialogHeader h2 { margin: .25rem 0 .7rem; color: #fff; font-family: var(--serif); font-size: clamp(2.7rem, 7vw, 5.2rem); font-weight: 400; line-height: .9; }
.wineDialogHeader > p:last-child { max-width: 590px; margin: 0; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1rem; line-height: 1.55; }
.wineDialogClose { position: absolute; z-index: 3; top: 1rem; right: 1rem; width: 48px; height: 48px; color: #fff; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.38); border-radius: 50%; font-size: 1.65rem; line-height: 1; cursor: pointer; }
.wineDialogClose:hover { background: rgba(255,255,255,.14); }
.wineList { position: relative; z-index: 1; display: grid; gap: 2rem; padding: clamp(1.6rem, 5vw, 3.5rem); }
.wineGroup { border-top: 1px solid rgba(47,62,50,.28); }
.wineGroup h3 { margin: 0; padding: .9rem 0 .65rem; color: var(--clay); font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.wineItem { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(47,62,50,.12); }
.wineItem strong, .wineItem span { display: block; }
.wineItem strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; line-height: 1.25; }
.wineItem span { margin-top: .25rem; color: #687069; font-size: .74rem; line-height: 1.45; }
.wineItem em { flex: 0 0 auto; padding: .28rem .5rem; color: #fff; background: var(--clay); border-radius: 99px; font-size: .58rem; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.wineGroupFeature { padding: 0 1rem 1rem; background: rgba(214,184,115,.12); border: 1px solid rgba(214,184,115,.45); }
.wineDialogFooter { position: relative; z-index: 1; min-height: 0; justify-content: center; padding: 1.2rem clamp(1.35rem, 5vw, 3.5rem); color: rgba(255,255,255,.65); background: #1c3429; border: 0; font-size: .74rem; }
.wineDialogFooter a { color: #d6b873; text-underline-offset: .2rem; }
.sweetPanel { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.25rem; margin-top: 1.2rem; padding: 1.45rem 1.8rem; color: #fff; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14); }
.sweetMark { width: 56px; height: 56px; display: grid; place-items: center; color: #d6b873; border: 1px solid rgba(214,184,115,.55); border-radius: 50%; font-size: 1.25rem; }
.sweetPanel h3 { margin: 0 0 .35rem; color: #fff; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 400; line-height: 1; }
.sweetPanel p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.64); font-size: .84rem; }
.photographerPanel { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.25rem; margin-top: 1.2rem; padding: 1.45rem 1.8rem; color: #fff; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14); }
.photographerMark { width: 56px; height: 56px; display: grid; place-items: center; color: #d6b873; border: 1px solid rgba(214,184,115,.55); border-radius: 50%; font-size: 1.5rem; }
.photographerPanel h3 { margin: 0 0 .35rem; color: #fff; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 400; line-height: 1; }
.photographerPanel p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.64); font-size: .84rem; }
.panelLink { display: inline-block; margin-top: .75rem; color: #d6b873; font-size: .74rem; text-underline-offset: .25rem; }
.playlistPanel { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.25rem; margin-top: clamp(3rem, 7vw, 6rem); padding: 1.6rem 1.8rem; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); }
.playlistMark { width: 56px; height: 56px; display: grid; place-items: center; color: #fff; background: #1db954; border-radius: 50%; font-size: 1.55rem; }
.playlistPanel h3 { margin: 0 0 .35rem; color: #fff; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; line-height: 1; }
.playlistPanel p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.64); font-size: .84rem; }
.buttonSpotify { color: #102016; background: #d9e9d1; border-color: #d9e9d1; white-space: nowrap; }
.buttonSpotify:hover { background: #fff; }
.contactsPanel { margin-top: clamp(3rem, 7vw, 6rem); padding-top: 3rem; border-top: 1px solid rgba(255,255,255,.2); }
.contactsHeading { display: grid; grid-template-columns: 1fr 1.6fr; gap: 1rem 2rem; align-items: end; margin-bottom: 1.8rem; }
.contactsHeading h3 { margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; line-height: .95; }
.contactsHeading > p:last-child { margin: 0; color: rgba(255,255,255,.58); font-size: .82rem; }
.contactsGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.contactCard { padding: 1.25rem 1.3rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); transition: transform .2s ease, background .2s ease; }
.contactCard:hover { transform: translateY(-3px); background: rgba(255,255,255,.1); }
.contactCard h4 { margin: .5rem 0 .3rem; color: #fff; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.contactRole { min-height: 2.6em; margin: 0; color: #d6b873; font-size: .66rem; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; }
.contactCard a { color: rgba(255,255,255,.78); font-size: .88rem; text-underline-offset: .25rem; }
.contactActions { display: flex; align-items: end; justify-content: space-between; gap: .8rem; }
.contactLinks { display: grid; gap: .25rem; }
.contactWebsite { font-size: .72rem !important; opacity: .72; }
.contactQr { display: flex; flex-direction: column; align-items: center; gap: .25rem; color: rgba(255,255,255,.55); }
.contactQr img { display: block; width: 62px; height: 62px; padding: 4px; background: #fff; }
.contactQr small { font-size: .58rem; letter-spacing: .04em; }
.searchPanel { max-width: 920px; margin: 0 auto; padding: clamp(1.5rem, 4vw, 3rem); background: var(--paper); border: 1px solid rgba(111,120,100,.2); }
.stayNotice { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; align-items: start; margin-bottom: 2rem; padding: 1.25rem 1.35rem; color: #f7f1e7; background: var(--forest); border-left: 4px solid var(--clay); }
.stayNoticeIcon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--forest); background: #d6b873; border-radius: 50%; font-size: 1.35rem; line-height: 1; }
.stayNotice h3 { margin: 0 0 .45rem; color: #fff; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.stayNotice p { margin: 0; color: rgba(255,255,255,.82); font-size: .9rem; line-height: 1.65; }
.stayDriver { display: flex; align-items: baseline; gap: .45rem .8rem; flex-wrap: wrap; margin-top: .9rem; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.18); }
.stayDriver span { color: #d6b873; font-size: .63rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.stayDriver strong { color: #fff; font-family: var(--serif); font-size: 1.08rem; font-weight: 400; }
.stayDriver a { color: #fff; font-size: .84rem; text-underline-offset: .22rem; }
.stayNoticeActions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.stayNoticeActions .button { padding: .75rem .9rem; font-size: .67rem; }
.stayNoticeActions .buttonCall { color: var(--forest); background: #d6b873; border-color: #d6b873; }
.stayNoticeActions .buttonCall:hover { background: #ead8a8; border-color: #ead8a8; }
.stayCheckout { margin: -1rem 0 2rem; padding: .9rem 1.1rem; color: var(--forest); background: rgba(214,184,115,.2); border-left: 4px solid #d6b873; font-size: .86rem; font-weight: 700; line-height: 1.5; }
.searchPanel > label { display: block; margin-bottom: .8rem; font-family: var(--serif); font-size: 1.45rem; }
.searchPanel > label:not(:first-child) { margin-top: 1.4rem; }
.stayNotice + label { margin-top: 0 !important; }
.searchField { display: flex; align-items: center; gap: .8rem; padding: 0 1.1rem; background: #fff; border: 1px solid #d5d2c9; }
.pinField { max-width: 230px; }
.searchField span { color: var(--clay); font-size: 1.8rem; }
.searchField input { width: 100%; padding: 1rem 0; border: 0; outline: 0; background: transparent; }
.privacyHint { margin: .8rem 0 0; color: #737a74; font-size: .74rem; }
.privacyHint > span:first-child { color: var(--sage); font-size: .45rem; vertical-align: middle; }
.stayResults { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 1.5rem; }
.stayResults article { padding: 1.2rem; background: var(--cream); border-left: 3px solid var(--clay); }
.stayResults p, .stayResults h3 { margin-bottom: .25rem; }
.stayResults p, .stayResults small { color: #747c75; }
.stayResults h3 { font-family: var(--serif); font-size: 1.25rem; }
.stayResults strong { display: block; }
.noResult { grid-column: 1 / -1; padding: 1rem; color: #727872; background: var(--cream); }
.gifts { background: #ebe2d4; }
.giftIntro { max-width: 800px; margin: 0 auto clamp(3rem, 7vw, 6rem); text-align: center; }
.giftIntro .sectionNumber { margin-bottom: 2rem; }
.giftIntro > p:last-child { max-width: 650px; margin: auto; color: #626a64; }
.charityGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.charityCard { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.4rem, 3vw, 2.4rem); overflow: hidden; }
.charityCard h3 { margin: .2rem 0 1.2rem; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4.2rem); font-weight: 500; line-height: .9; letter-spacing: -.03em; }
.charityCard h3 span { color: var(--clay); }
.charityCard p:not(.eyebrow) { max-width: 380px; color: rgba(255,255,255,.7); }
.charityCard a:not(.qr) { color: #fff; text-underline-offset: .35rem; font-size: .78rem; }
.nina { color: #fff; background: #735f43; }
.nina .eyebrow { color: #f4dfb0; }
.nina p:not(.eyebrow) { color: #fff; }
.spolu { color: #fff; background: #344942; }
.animals { color: var(--forest); background: #f3ede4; border: 1px dashed rgba(47,62,50,.35); }
.animals p:not(.eyebrow) { color: #626a64; }
.animals a:not(.qr) { color: var(--forest); }
.animalMark { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(47,62,50,.35); border-radius: 50%; font-size: 1.8rem; }
.soon { display: inline-block; padding: .45rem .7rem; background: rgba(47,62,50,.08); text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; }
.qr { align-self: flex-end; width: 104px; height: 104px; padding: 7px; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.qr img { width: 100%; height: 100%; display: block; }
.message { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); color: #fff; background: var(--forest-deep); }
.messageIntro .eyebrow, .messageIntro .sectionNumber { color: #d6b873; }
.messageIntro > p:last-child { max-width: 520px; color: rgba(255,255,255,.62); }
.guestForm { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; align-content: start; }
.guestForm label:not(.consent) span { display: block; margin-bottom: .4rem; color: rgba(255,255,255,.72); font-size: .72rem; }
.guestForm input:not([type=checkbox]), .guestForm textarea { width: 100%; padding: .85rem .15rem; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); border-radius: 0; outline: 0; resize: vertical; }
.guestForm input:focus, .guestForm textarea:focus { border-color: #d6b873; }
.songLinkRow { display: flex; align-items: end; gap: .7rem; }
.songLinkRow input { min-width: 0; flex: 1; }
.songServiceLinks { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; }
.spotifyOpen, .appleMusicOpen { flex: 0 0 auto; padding: .55rem .7rem; color: var(--forest-deep); background: #d9e9d1; border: 1px solid #d9e9d1; border-radius: 999px; font-size: .68rem; text-decoration: none; white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.spotifyOpen:hover, .appleMusicOpen:hover { background: #fff; transform: translateY(-1px); }
.fieldHint { display: block; margin-top: .45rem; color: rgba(255,255,255,.45); font-size: .68rem; line-height: 1.4; }
.wide { grid-column: 1 / -1; }
.consent { display: flex; gap: .7rem; align-items: flex-start; color: rgba(255,255,255,.7); font-size: .74rem; }
.consent input { accent-color: #d6b873; margin-top: .25rem; }
.formPrivacy { margin: -.4rem 0 .4rem; color: rgba(255,255,255,.45); font-size: .7rem; }
.buttonLight { width: fit-content; color: var(--forest-deep); background: #efe6d7; border-color: #efe6d7; }
.button:disabled { opacity: .55; cursor: wait; }
.formStatus { align-self: center; margin: 0; font-size: .78rem; }
.formStatus.success { color: #c8ddc3; }
.formStatus.error { color: #efb9a8; }
.honeypot { position: absolute; left: -10000px; }
footer { min-height: 180px; padding: 2.2rem clamp(1.2rem, 7vw, 8rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: #fff; background: #18211b; border-top: 1px solid rgba(255,255,255,.1); }
footer p { margin: 0; color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 1.1rem; }
footer strong { color: #d6b873; font-size: .7rem; letter-spacing: .18em; }
.backToTop { position: fixed; z-index: 25; right: 1.2rem; bottom: 1.2rem; width: 46px; height: 46px; display: grid; place-items: center; color: var(--forest); background: rgba(255,255,255,.9); border: 1px solid rgba(47,62,50,.25); border-radius: 50%; box-shadow: 0 10px 25px rgba(24,33,27,.16); font-size: 1.25rem; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s, transform .2s, background .2s; }
.backToTop.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.backToTop:hover { background: #fff; }
.srOnly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.adminPage { min-height: 100vh; background: var(--paper); }
.adminHeader { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding: 4rem clamp(1.2rem, 6vw, 6rem) 2rem; background: var(--cream); border-bottom: 1px solid var(--line); }
.adminHeader h1, .adminEmpty h1 { margin: 0 0 .7rem; font-family: var(--serif); font-size: clamp(3rem, 7vw, 6rem); font-weight: 400; line-height: .9; }
.adminHeader > div:last-child { display: flex; align-items: center; gap: 1.2rem; }
.adminTableWrap { padding: 2rem clamp(1.2rem, 6vw, 6rem) 5rem; overflow-x: auto; }
.adminTable { width: 100%; min-width: 900px; border-collapse: collapse; background: #fff; }
.adminTable th, .adminTable td { padding: 1rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.adminTable th { color: var(--clay); text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; }
.adminTable td { font-size: .84rem; }
.adminEmpty { max-width: 720px; margin: 0 auto; padding: 15vh 1.2rem; }
.adminEmpty .button { margin-top: 1rem; }
.story { background: var(--paper); }
.storyHeading { max-width: 720px; margin: 0 auto clamp(2.6rem, 6vw, 5rem); text-align: center; }
.storyHeading h2 { margin: 0 0 1rem; color: var(--forest); font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 5.7rem); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.storyHeading > p:last-child { max-width: 520px; margin: auto; color: #687069; font-family: var(--serif); font-size: 1.08rem; }
.printLink { display: inline-flex; margin-top: .4rem; padding: .35rem 0; color: var(--forest); background: transparent; border: 0; border-bottom: 1px solid rgba(47,62,50,.35); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.printLink:hover { color: var(--clay); border-color: var(--clay); }
.photoGrid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(110px, auto); gap: .8rem; max-width: 1320px; margin: 0 auto; }
.photoFigure { min-height: 0; margin: 0; overflow: hidden; background: #d8d1c5; }
.photoFigure[tabindex] { cursor: zoom-in; }
.photoFigure[tabindex]:focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; }
.photoFigure img { display: block; width: 100%; height: 100%; min-height: 220px; object-fit: cover; filter: saturate(.88) contrast(.98); transition: transform .8s cubic-bezier(.2,.65,.25,1), filter .4s ease; }
.photoFigure:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.photoFeature { grid-column: span 5; grid-row: span 2; }
.photoFeature img { min-height: 440px; object-position: center; }
.photoWide { grid-column: span 7; }
.photoWide img { min-height: 250px; }
.photoGrid .photoFigure:nth-child(3) { grid-column: span 4; }
.photoGrid .photoFigure:nth-child(4) { grid-column: span 3; }
.photoGrid .photoFigure:nth-child(5) { grid-column: span 3; }
.photoGrid .photoFigure:nth-child(6) { grid-column: span 5; }
.photoGrid .photoFigure:nth-child(4) img, .photoGrid .photoFigure:nth-child(5) img { object-position: center 36%; }
.photoLightbox { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; padding: clamp(1rem, 4vw, 4rem); background: rgba(24,33,27,.92); }
.photoLightbox[hidden] { display: none; }
.photoLightbox img { display: block; max-width: min(1100px, 94vw); max-height: 88vh; width: auto; height: auto; object-fit: contain; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.photoLightboxClose { position: absolute; top: 1rem; right: 1rem; width: 48px; height: 48px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.photoLightboxClose:hover { background: rgba(255,255,255,.13); }
body.lightboxOpen { overflow: hidden; }
.closing { padding-top: clamp(6rem, 12vw, 11rem); padding-bottom: clamp(6rem, 12vw, 11rem); text-align: center; background: var(--paper); }
.closingKicker { margin: 0 0 1.1rem; color: var(--clay); text-transform: uppercase; letter-spacing: .22em; font-size: .7rem; font-weight: 750; }
.closingLine { max-width: 720px; margin: 0 auto 1.4rem; color: var(--forest); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.08; letter-spacing: -.025em; }
.closingDate { max-width: 600px; margin: auto; color: #687069; font-size: .9rem; }
.closingDate span { color: var(--clay); }
.motion-ready .reveal { opacity: 0; transform: translateY(18px); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; transition: opacity .75s ease var(--reveal-delay), transform .75s cubic-bezier(.2,.65,.25,1) var(--reveal-delay); }
@keyframes treeBreathe { 0%, 100% { transform: rotate(2deg) scale(1); } 50% { transform: rotate(1deg) scale(1.025); } }

@media (max-width: 1000px) {
  .siteHeader { grid-template-columns: auto 1fr auto auto; height: 68px; }
  nav { display: none; }
  .language { justify-self: end; }
  .menuToggle { display: grid; place-items: center; justify-self: end; }
  .siteHeader.menuOpen nav { position: absolute; top: 100%; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: .4rem 1.2rem 1rem; background: rgba(39,52,42,.98); border-bottom: 1px solid rgba(255,255,255,.15); box-shadow: 0 18px 30px rgba(0,0,0,.16); }
  .siteHeader.menuOpen nav a { padding: .78rem .1rem; font-size: .72rem; border-bottom: 1px solid rgba(255,255,255,.12); }
  .siteHeader.menuOpen nav a:last-child { border-bottom: 0; }
  .hero { grid-template-columns: 1fr .72fr; }
  .infoGrid { grid-template-columns: repeat(2, 1fr); }
  .charityGrid { grid-template-columns: 1fr 1fr; }
  .animals { grid-column: 1 / -1; min-height: 280px; }
  .message { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contactsHeading { grid-template-columns: 1fr; gap: .7rem; }
}

@media (max-width: 720px) {
  .language { gap: .15rem; }
  .language button { padding: .25rem .18rem; }
  .sectionPad { padding: 5rem 1.2rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 7.5rem; gap: 3rem; }
  .hero::after { right: -12%; bottom: -3%; width: 105%; height: 60%; opacity: .13; }
  h1 { font-size: clamp(4.2rem, 21vw, 6.8rem); }
  .invitationFrame img { width: min(88%, 380px); }
  .heroLinks { align-items: stretch; flex-direction: column; gap: .9rem; }
  .heroLinks .button { width: 100%; }
  .countdown { position: static; grid-column: 1; }
  .sectionHeading { grid-template-columns: 38px 1fr; }
  .sectionHeading h2, .giftIntro h2, .messageIntro h2 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .timeline { display: block; overflow: visible; }
  .timelineItem { min-height: 126px; display: grid; grid-template-columns: 68px 1fr; grid-template-rows: auto 1fr; column-gap: 1rem; padding: 0 0 1.8rem; text-align: left; }
  .timelineItem::before { left: 33px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .timelineItem:last-child::before { bottom: 55%; }
  .scheduleIcon { width: 66px; height: 66px; grid-row: 1 / 3; margin: 0; }
  .scheduleIcon svg { width: 34px; height: 34px; }
  .timelineItem time { margin: .2rem 0 .15rem; text-align: left; }
  .timelineItem h3 { font-size: 1.25rem; }
  .timelineItem p { max-width: none; margin: .35rem 0 0; }
  .timelineItem.subtle { min-height: 104px; opacity: .74; }
  .timelineItem.subtle .scheduleIcon { width: 56px; height: 56px; }
  .infoGrid, .menuPanel, .drinksPanel, .stayResults, .charityGrid, .guestForm { grid-template-columns: 1fr; }
  .routePanel { grid-template-columns: 1fr; }
  .routeGrid { grid-template-columns: 1fr; }
  .infoCard { min-height: 230px; }
  .menuPanel ul { columns: 1; }
  .drinksList { grid-template-columns: 1fr; }
  .animals { grid-column: auto; }
  .charityCard { min-height: 390px; }
  .navigationButtons { flex-direction: column; }
  .navigationButtons .button { width: 100%; }
  .signalNotice { grid-template-columns: 40px 1fr; gap: .85rem; padding: 1.1rem; }
  .signalMark { width: 36px; height: 36px; font-size: 1.25rem; }
  .signalNotice p { font-size: .78rem; line-height: 1.55; }
  .offlineGuide { grid-column: 1 / -1; }
  .offlineGuide summary, .offlineMapLink { width: 100%; }
  .weatherPanel { grid-template-columns: 1fr; gap: 1rem; padding: 1.3rem; }
  .weatherContent { min-height: 0; padding: 1rem 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .weatherSource { white-space: normal; }
  .playlistPanel { grid-template-columns: 56px 1fr; align-items: start; }
  .winePanel { grid-template-columns: 56px 1fr; align-items: start; padding: 1.3rem; }
  .winePanelActions { grid-column: 1 / -1; align-items: stretch; }
  .winePanelActions .buttonWine { width: 100%; }
  .wineDialog { padding: 0; }
  .wineDialogSurface { min-height: 100%; width: 100%; margin: 0; border: 0; }
  .wineDialogHeader { padding-top: 4.5rem; }
  .wineList { gap: 1.55rem; }
  .wineItem { gap: .7rem; }
  .wineItem strong { font-size: 1.08rem; }
  .sweetPanel { grid-template-columns: 56px 1fr; align-items: start; padding: 1.3rem; }
  .photographerPanel { grid-template-columns: 56px 1fr; align-items: start; padding: 1.3rem; }
  .buttonSpotify { grid-column: 1 / -1; width: 100%; }
  .contactsGrid { grid-template-columns: 1fr; }
  .contactCard { min-height: 0; }
  .stayNotice { grid-template-columns: 40px 1fr; gap: .85rem; padding: 1.1rem; }
  .stayNoticeIcon { width: 36px; height: 36px; font-size: 1.1rem; }
  .stayNotice h3 { font-size: 1.2rem; }
  .stayNotice p { font-size: .86rem; line-height: 1.55; }
  .stayDriver { display: grid; gap: .25rem; }
  .stayDriver a { min-height: 44px; display: flex; align-items: center; }
  .stayNoticeActions { flex-direction: column; }
  .stayNoticeActions .button { width: 100%; }
  .photoGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
  .photoFeature, .photoWide, .photoGrid .photoFigure:nth-child(3), .photoGrid .photoFigure:nth-child(4), .photoGrid .photoFigure:nth-child(5), .photoGrid .photoFigure:nth-child(6) { grid-column: auto; grid-row: auto; }
  .photoFeature { grid-column: 1 / -1 !important; }
  .photoFeature img { min-height: 310px; }
  .photoWide { grid-column: 1 / -1 !important; }
  .photoWide img { min-height: 190px; }
  .photoFigure img { min-height: 210px; }
  .guestForm .wide { grid-column: auto; }
  .songLinkRow { flex-wrap: wrap; }
  .songLinkRow input { flex-basis: 100%; }
  .songServiceLinks { width: 100%; justify-content: flex-start; }
  .guestForm input:not([type=checkbox]), .guestForm textarea { min-height: 50px; }
  .consent input { width: 20px; height: 20px; flex: 0 0 auto; }
  .closingLine { font-size: clamp(2rem, 10vw, 3.2rem); }
  .countdown { gap: .8rem; }
  .countdown div { gap: .55rem; }
  .countdown strong { font-size: 1.25rem; }
  .countdown small { margin-left: .18rem; font-size: .48rem; }
  footer { flex-direction: column; text-align: center; justify-content: center; }
  .adminHeader { align-items: flex-start; flex-direction: column; padding-top: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, .hero::after { transition: none !important; animation: none !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}

@media print {
  @page { margin: 16mm; }
  body { color: #000; background: #fff; font-size: 11pt; }
  body > *:not(main), main > section:not(#programme) { display: none !important; }
  #programme { display: block !important; padding: 0; background: #fff; overflow: visible; }
  #programme::after, #programme .printLink { display: none !important; }
  #programme .sectionHeading { display: block; max-width: none; margin: 0 0 1.2rem; }
  #programme .sectionNumber { display: none; }
  #programme .sectionHeading h2 { margin-bottom: .35rem; color: #000; font-size: 28pt; }
  #programme .sectionHeading > div > p:last-child { max-width: none; color: #333; }
  #timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; overflow: visible; }
  .timelineItem, .timelineItem.subtle { min-height: auto; padding: .55rem; color: #000; text-align: left; opacity: 1; border: 1px solid #ccc; }
  .timelineItem::before, .scheduleIcon { display: none; }
  .timelineItem time, .timelineItem h3, .timelineItem p { margin: 0 0 .15rem; color: #000; }
  .timelineItem h3 { font-size: 11pt; }
  .timelineItem p { max-width: none; font-size: 8.5pt; }
}
