:root {
  --pink: #c13e7c;
  --pink-dark: #972657;
  --blue: #315bc7;
  --blue-dark: #183783;
  --yellow: #ffd65a;
  --cream: #fffdf7;
  --ink: #24223b;
  --muted: #625f76;
  --white: #fff;
  --line: #ddd8cf;
  --shadow: 0 18px 45px rgba(36, 34, 59, .12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Atkinson Hyperlegible", Arial, sans-serif; font-size: 1.0625rem; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid var(--yellow); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: 92px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }

h1, h2, h3, legend { margin: 0 0 .55em; font-family: Outfit, Arial, sans-serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(3.15rem, 8vw, 6.6rem); font-weight: 800; }
h2 { font-size: clamp(2.15rem, 4.5vw, 4rem); font-weight: 750; }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1.2em; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue-dark); font-family: Outfit, Arial, sans-serif; font-size: .84rem; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow span { width: 13px; height: 13px; border-radius: 50%; background: var(--pink); }
.eyebrow.light, .light-link { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(36,34,59,.09); background: rgba(255,253,247,.94); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; width: 128px; height: 72px; overflow: hidden; align-items: center; justify-content: center; }
.brand img { width: 124px; max-width: none; }
.main-nav { display: flex; align-items: center; gap: 26px; font-family: Outfit, Arial, sans-serif; font-size: .97rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; text-decoration: none; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 3px; transform: scaleX(0); background: var(--pink); transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a.is-active::after { transform: scaleX(1); }
.menu-toggle { display: none; min-height: 48px; padding: 8px 12px; border: 2px solid var(--ink); border-radius: 12px; background: transparent; color: var(--ink); font-weight: 700; }
.menu-icon { width: 22px; height: 14px; display: inline-block; margin-right: 8px; border-top: 2px solid; border-bottom: 2px solid; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 2px solid var(--blue); border-radius: 999px; background: var(--blue); color: #fff; font-family: Outfit, Arial, sans-serif; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 var(--ink); }
.button:active { transform: translateY(1px); box-shadow: 0 3px 0 var(--ink); }
.button-small { min-height: 44px; padding: 9px 18px; }
.button-yellow { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }
.button-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.button-full { width: 100%; }
.text-link, .card-link { font-family: Outfit, Arial, sans-serif; font-weight: 750; text-decoration-thickness: 2px; }
.button-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }

.hero { position: relative; overflow: hidden; padding: 70px 0 78px; background: linear-gradient(180deg, #fffdf7 0%, #fff7e3 100%); }
.hero::before { content: ""; position: absolute; width: 380px; height: 380px; left: -240px; top: 80px; border: 70px solid var(--pink); border-radius: 50%; opacity: .1; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 48px; }
.hero h1 em { color: var(--pink); font-style: normal; }
.hero-lead { max-width: 630px; font-size: 1.3rem; }
.quick-facts { display: flex; gap: 36px; margin: 46px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; }
.quick-facts li { display: flex; flex-direction: column; }
.quick-facts strong { font-family: Outfit, Arial, sans-serif; font-size: 1.4rem; }
.quick-facts span { color: var(--muted); font-size: .93rem; }
.hero-art { position: relative; min-height: 555px; transform: rotate(1deg); }
.paper { position: absolute; display: grid; place-items: center; box-shadow: var(--shadow); font-family: Outfit, Arial, sans-serif; font-weight: 800; }
.paper-main { inset: 50px 30px 36px 52px; overflow: hidden; transform: rotate(-4deg); background: #fff; border: 3px solid var(--ink); }
.paper-main::before { content: ""; position: absolute; width: 260px; height: 260px; left: -80px; top: -90px; border-radius: 50%; background: var(--pink); }
.paper-main::after { content: ""; position: absolute; width: 270px; height: 140px; right: -50px; bottom: 10px; transform: rotate(-18deg); background: var(--blue); }
.paper-word { position: relative; z-index: 2; transform: rotate(-8deg); color: var(--ink); font-size: clamp(3.8rem, 8vw, 6.8rem); }
.paper-line { position: absolute; z-index: 2; width: 210px; height: 22px; top: 72%; left: 22%; transform: rotate(8deg); background: var(--yellow); }
.paper-dot { position: absolute; z-index: 3; width: 44px; height: 44px; right: 18%; top: 22%; border-radius: 50%; background: var(--pink); }
.paper-blue { width: 160px; height: 165px; right: -15px; top: 0; transform: rotate(9deg); background: var(--blue); color: #fff; font-size: 1.55rem; line-height: 1.1; text-align: center; }
.paper-yellow { width: 125px; height: 125px; left: 0; bottom: 0; transform: rotate(8deg); background: var(--yellow); color: var(--pink); font-size: 4.5rem; }
.tape { position: absolute; z-index: 5; width: 100px; height: 30px; background: rgba(255,214,90,.82); }
.tape-one { left: 32%; top: 40px; transform: rotate(14deg); }
.tape-two { right: 2%; bottom: 75px; transform: rotate(-38deg); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.workshop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.workshop-card { position: relative; overflow: hidden; min-height: 470px; padding: 24px; border: 2px solid var(--ink); border-radius: var(--radius); background: #fff; box-shadow: 8px 8px 0 var(--ink); transition: transform .22s ease, box-shadow .22s ease; }
.workshop-card:nth-child(2) { transform: translateY(24px) rotate(1deg); }
.workshop-card:nth-child(3) { transform: translateY(-12px) rotate(-1deg); }
.workshop-card:hover { transform: translateY(-5px) rotate(0); box-shadow: 13px 13px 0 var(--ink); }
.workshop-card:nth-child(2):hover { transform: translateY(18px) rotate(0); }
.workshop-card.pink { background: #fff3f8; }
.workshop-card.blue { background: #f1f5ff; }
.workshop-card.yellow { background: #fff9df; }
.date-block { display: inline-flex; width: 92px; height: 98px; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 28px; border-radius: 20px; background: var(--ink); color: #fff; line-height: 1; transform: rotate(-3deg); }
.date-block strong { font-family: Outfit, Arial, sans-serif; font-size: 2.6rem; }
.date-block span { margin-top: 6px; font-weight: 700; letter-spacing: .1em; }
.status { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: #1e604a; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.status::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #26825e; }
.status-waitlist { color: #8a5800; }
.status-waitlist::before { background: #c17b00; }
.card-body h3 a { text-decoration: none; }
.card-body p:not(.status) { color: var(--muted); }
.meta { display: flex; justify-content: space-between; gap: 10px; margin: 24px 0 18px; padding-top: 16px; border-top: 1px solid var(--line); font-weight: 700; }
.card-link { display: flex; justify-content: space-between; }

.steps-section { background: var(--blue); color: #fff; }
.steps-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.steps-intro p:not(.eyebrow) { color: #e3eaff; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 68px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.steps li:first-child { border-top: 1px solid rgba(255,255,255,.25); }
.steps li > span { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-family: Outfit, Arial, sans-serif; font-size: 1.5rem; font-weight: 800; }
.steps h3 { margin-bottom: 6px; }
.steps p { margin: 0; color: #e3eaff; }
.split-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 64px; border: 3px solid var(--ink); border-radius: 36px; background: var(--yellow); box-shadow: 12px 12px 0 var(--pink); }

.page-hero { position: relative; overflow: hidden; padding: 96px 0 78px; background: #eef3ff; }
.page-hero::after { content: "✦"; position: absolute; right: 8%; top: 2%; color: var(--yellow); font-size: 13rem; line-height: 1; transform: rotate(8deg); text-shadow: 6px 6px 0 var(--ink); }
.page-hero .narrow { position: relative; z-index: 2; margin-left: max(20px, calc((100% - 1180px) / 2)); }
.page-hero h1 { max-width: 900px; font-size: clamp(3.3rem, 7vw, 6.2rem); }
.page-hero p:not(.eyebrow) { max-width: 680px; font-size: 1.25rem; }
.about-hero, .volunteer-hero { background: #fff1f7; }
.contact-hero, .legal-hero { background: #fff7d5; }
.filters { display: flex; flex-wrap: wrap; gap: 12px; }
.filter-button { min-height: 48px; padding: 9px 20px; border: 2px solid var(--ink); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 700; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { background: var(--ink); color: #fff; }
.filter-result { margin: 22px 0 28px; color: var(--muted); }
.agenda-list { display: grid; gap: 24px; }
.agenda-card { display: grid; grid-template-columns: 140px 1.15fr .75fr auto; gap: 32px; align-items: center; padding: 30px; border: 2px solid var(--ink); border-radius: 24px; background: #fff; }
.agenda-card[hidden] { display: none; }
.agenda-card.pink { box-shadow: 8px 8px 0 var(--pink); }
.agenda-card.blue { box-shadow: 8px 8px 0 var(--blue); }
.agenda-card.yellow { box-shadow: 8px 8px 0 #e4b827; }
.agenda-date { display: flex; align-items: center; gap: 12px; }
.agenda-date strong { font-family: Outfit, Arial, sans-serif; font-size: 4rem; line-height: 1; }
.agenda-date span { font-weight: 700; line-height: 1.2; }
.agenda-copy h2 { font-size: 2.2rem; }
.agenda-copy h2 a { text-decoration: none; }
.agenda-copy p:last-child { margin: 0; color: var(--muted); }
.agenda-meta { margin: 0; }
.agenda-meta div { display: flex; gap: 10px; }
.agenda-meta dt { width: 46px; color: var(--muted); }
.agenda-meta dd { margin: 0; font-weight: 700; }
.info-strip { margin-top: 42px; padding: 24px 30px; border-radius: 16px; background: #e9edfa; }

.detail-hero { padding: 76px 0 88px; }
.detail-hero.pink { background: #fff0f7; }
.detail-hero.blue { background: #edf2ff; }
.detail-hero.yellow { background: #fff5c8; }
.detail-grid { display: grid; grid-template-columns: 1.1fr .65fr; align-items: center; gap: 80px; }
.detail-grid h1 { font-size: clamp(3.8rem, 8vw, 7.2rem); }
.detail-lead { max-width: 670px; font-size: 1.35rem; }
.back-link { display: inline-block; margin-bottom: 42px; font-weight: 700; }
.detail-ticket { padding: 34px; border: 3px solid var(--ink); border-radius: 28px; background: #fff; box-shadow: 12px 12px 0 var(--ink); }
.ticket-date { display: flex; align-items: end; gap: 14px; padding-bottom: 24px; border-bottom: 2px dashed var(--line); }
.ticket-date strong { font-family: Outfit, Arial, sans-serif; font-size: 5.6rem; line-height: .85; }
.ticket-date span { font-weight: 800; }
.detail-ticket dl { margin: 24px 0; }
.detail-ticket dl div { display: flex; justify-content: space-between; padding: 7px 0; gap: 14px; }
.detail-ticket dt { color: var(--muted); }
.detail-ticket dd { margin: 0; text-align: right; font-weight: 700; }
.fine-print { margin: 14px 0 0; color: var(--muted); font-size: .87rem; text-align: center; }
.content-grid { display: grid; grid-template-columns: 1.15fr .75fr; gap: 90px; align-items: start; }
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.prose h3 { margin-top: 1.6em; }
.check-card, .quote-card { padding: 36px; border: 2px solid var(--ink); border-radius: 24px; background: var(--yellow); box-shadow: 9px 9px 0 var(--pink); }
.check-card h2 { font-size: 2rem; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 34px; border-bottom: 1px solid rgba(36,34,59,.18); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-dark); font-weight: 900; }
.location-band { background: var(--pink); color: #fff; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.faq-section { background: #fff; }
.faq-list { margin-top: 34px; border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 2px solid var(--ink); }
.faq-list summary { position: relative; padding: 24px 54px 24px 0; font-family: Outfit, Arial, sans-serif; font-size: 1.25rem; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; font-size: 2rem; line-height: .8; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; padding-right: 45px; color: var(--muted); }

.quote-card { background: #eef3ff; box-shadow: 9px 9px 0 var(--blue); transform: rotate(2deg); }
.quote-card blockquote { margin: 0; font-family: Outfit, Arial, sans-serif; font-size: 2.25rem; font-weight: 700; line-height: 1.15; }
.quote-card p { margin: 25px 0 0; }
.values-section { background: #fff; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-grid article { padding: 34px; border: 2px solid var(--ink); border-radius: 22px; background: var(--cream); }
.value-grid article:nth-child(2) { transform: translateY(18px); }
.value-grid article > span { display: inline-grid; width: 54px; height: 54px; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--pink); color: #fff; font-family: Outfit, Arial, sans-serif; font-size: 1.3rem; font-weight: 800; }
.value-grid article:nth-child(2) > span { background: var(--blue); }
.value-grid article:nth-child(3) > span { background: var(--yellow); color: var(--ink); }
.cta-band { background: var(--blue); color: #fff; }
.cta-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-band h2 { margin: 0; }
.volunteer-roles article { background: #fff; }
.volunteer-roles h2 { font-size: 2rem; }
.practical-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.practical-card { padding: 36px; border: 2px solid var(--ink); border-radius: 22px; background: #fff; }
.practical-card > span { color: var(--pink); font-family: Outfit, Arial, sans-serif; font-weight: 800; }
.practical-card h2 { margin-top: 12px; font-size: 2rem; }
.contact-band { background: var(--pink); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.big-email { display: inline-block; font-family: Outfit, Arial, sans-serif; font-size: clamp(1.25rem, 3vw, 2.3rem); font-weight: 800; overflow-wrap: anywhere; }

.form-section { background: #f3f5fb; }
.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 50px; align-items: start; }
.vonk-form, .success-card { padding: 42px; border: 2px solid var(--ink); border-radius: 28px; background: #fff; box-shadow: 10px 10px 0 var(--blue); }
.vonk-form fieldset { margin: 0 0 36px; padding: 0; border: 0; }
.vonk-form legend, .vonk-form > h2 { margin-bottom: 20px; font-size: 1.75rem; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 7px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 2px solid #aaa6b7; border-radius: 10px; background: #fff; color: var(--ink); }
.field textarea { resize: vertical; }
.field small, .choice-card small { display: block; margin-top: 6px; color: var(--muted); }
.choice-list { display: grid; gap: 12px; }
.choice-card { display: flex; align-items: start; gap: 14px; padding: 18px; border: 2px solid var(--line); border-radius: 14px; cursor: pointer; }
.choice-card:has(input:checked) { border-color: var(--blue); background: #eef3ff; }
.choice-card input, .inline-choices input, .consent input { width: 21px; height: 21px; flex: 0 0 auto; accent-color: var(--blue); }
.choice-card strong { font-size: 1.13rem; }
.inline-choices { display: flex; gap: 24px; flex-wrap: wrap; }
.inline-choices label { display: flex; gap: 8px; align-items: center; }
.consent { display: flex; gap: 12px; align-items: start; margin-bottom: 24px; }
.form-errors { margin-bottom: 28px; padding: 18px 20px; border-left: 5px solid #b42318; background: #fff0ef; color: #7a1710; }
.form-errors ul { margin-bottom: 0; }
.form-aside { position: sticky; top: 112px; padding: 30px; border-radius: 22px; background: var(--yellow); }
.form-aside h2 { font-size: 1.9rem; }
.form-aside ol { padding-left: 24px; }
.form-aside li { margin-bottom: 12px; }
.success-card { grid-column: 1 / -1; max-width: 720px; text-align: center; margin-inline: auto; }
.success-icon { display: grid; width: 72px; height: 72px; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 2rem; font-weight: 900; }
.trap { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.legal-copy { max-width: 760px; }
.legal-copy h2 { margin-top: 1.6em; font-size: 2rem; }

.site-footer { padding: 70px 0 26px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 46px; }
.footer-logo { display: block; width: 150px; height: 105px; overflow: hidden; background: #fff; border-radius: 18px; }
.footer-logo img { width: 170px; max-width: none; transform: translate(-10px, -4px); }
.footer-tagline { color: var(--yellow); font-family: Outfit, Arial, sans-serif; font-weight: 750; }
.site-footer h2 { margin: 0 0 18px; font-size: 1.15rem; letter-spacing: 0; }
.site-footer a:not(.footer-logo), .site-footer p { display: block; margin: 0 0 10px; color: #d9d6e2; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); font-size: .9rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; align-items: center; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 2px solid var(--ink); border-radius: 18px; background: #fff; box-shadow: 8px 8px 0 var(--ink); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 8px; }
  .main-nav > a::after { display: none; }
  .main-nav .button { margin-top: 10px; }
  .hero-grid, .detail-grid, .content-grid, .steps-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 460px; max-width: 620px; width: 100%; margin-inline: auto; }
  .workshop-grid { grid-template-columns: 1fr 1fr; }
  .workshop-card:nth-child(n) { transform: none; }
  .workshop-card:nth-child(n):hover { transform: translateY(-4px); }
  .agenda-card { grid-template-columns: 110px 1fr auto; }
  .agenda-meta { grid-column: 2; }
  .agenda-card .button { grid-column: 3; grid-row: 1 / 3; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article:nth-child(2) { transform: none; }
  .form-layout { grid-template-columns: 1fr; }
  .form-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 18px; }
  body { font-size: 1rem; }
  .section { padding: 64px 0; }
  .header-inner { min-height: 74px; }
  .brand { width: 105px; height: 64px; }
  .brand img { width: 112px; }
  .hero { padding-top: 46px; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-lead { font-size: 1.12rem; }
  .quick-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-art { min-height: 360px; }
  .paper-main { inset: 38px 15px 25px 28px; }
  .paper-blue { width: 110px; height: 120px; right: -4px; font-size: 1.15rem; }
  .paper-yellow { width: 88px; height: 88px; font-size: 3rem; }
  .paper-word { font-size: 3.7rem; }
  .section-heading { align-items: start; flex-direction: column; }
  .workshop-grid { grid-template-columns: 1fr; }
  .workshop-card { min-height: 0; }
  .split-panel { grid-template-columns: 1fr; gap: 24px; padding: 30px 24px; }
  .page-hero { padding: 64px 0; }
  .page-hero::after { right: -40px; top: 24px; font-size: 7rem; opacity: .45; }
  .page-hero .narrow { margin-inline: auto; }
  .page-hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .agenda-card { grid-template-columns: 1fr; gap: 18px; padding: 24px; }
  .agenda-meta, .agenda-card .button { grid-column: 1; grid-row: auto; }
  .agenda-date strong { font-size: 3.4rem; }
  .detail-grid { gap: 46px; }
  .detail-ticket { padding: 25px; box-shadow: 7px 7px 0 var(--ink); }
  .ticket-date strong { font-size: 4.6rem; }
  .practical-grid { grid-template-columns: 1fr; }
  .cta-band .shell { align-items: start; flex-direction: column; }
  .vonk-form { padding: 26px 20px; box-shadow: 6px 6px 0 var(--blue); }
  .inline-choices { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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