:root {
  --paper: #ffffff;
  --cream: #f5f3fa;
  --ink: #29263d;
  --purple: #5141be;
  --purple-dark: #40338b;
  --accent: #5141be;
  --anis: #bace00;
  --lavender: #eeebf8;
  --line: #dfdbe9;
  --muted: #6a6476;
  --display: 'Hanken Grotesk', Arial, sans-serif;
  --sans: 'Hanken Grotesk', Arial, sans-serif;
  --brand: 'Barlow', Arial, sans-serif;
  --header-height: 108px;
  --adminbar-height: 0px;
}
:root:has(body.admin-bar) { --adminbar-height: 32px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + var(--adminbar-height) + 16px); }
body { margin: 0; padding-top: var(--header-height); background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; border: 0; }
a, button, input, textarea, summary { outline-offset: 4px; -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; }
h1, h2 { line-height: 1.12; }
h2 { font-size: clamp(33px, 3.6vw, 48px); }
h1 em, h2 em, .site-footer em { font-style: normal; font-weight: inherit; }
h1 em, h2 em { color: var(--accent); }
p + p { margin-top: 18px; }
section { scroll-margin-top: 0; }
[hidden] { display: none !important; }
.section-wrap { width: min(1220px, calc(100% - 112px)); margin: auto; }
.eyebrow { font-family: var(--sans); font-size: 16px; line-height: 1.5; font-weight: 600; color: var(--purple); }
.small { font-size: 14px; line-height: 1.65; color: var(--muted); }
.site-header { position: fixed; top: var(--adminbar-height); left: 0; right: 0; z-index: 1000; background: var(--paper); box-shadow: 0 3px 16px #29263d08; }
.header-inner { width: min(1320px, calc(100% - 88px)); margin: auto; display: flex; justify-content: space-between; align-items: center; min-height: var(--header-height); gap: 30px; }
.logo { display: flex; align-items: center; gap: 12px; color: var(--purple); }
.logo-symbol { width: 38px; height: 38px; flex: 0 0 auto; }
.logo-symbol svg { display: block; width: 100%; height: 100%; }
.logo-type { font-family: var(--brand); font-size: 37px; line-height: 1; font-weight: 600; }
.logo-description { font-family: var(--brand); font-size: 13px; line-height: 1.4; font-weight: 500; padding-left: 4px; }
nav { display: flex; align-items: center; gap: 28px; font-size: 18px; font-weight: 500; }
nav a:hover { color: var(--accent); }
.nav-cta { padding: 11px 22px; border: 1px solid var(--purple); color: var(--purple); border-radius: 3px; }
.nav-cta:hover { background: var(--purple); color: var(--paper); }
.header-actions { display: none; }
.menu-toggle { display: none; }
.mobile-cta { background: var(--purple); color: #fff; padding: 10px 14px; border-radius: 3px; font-size: 16px; font-weight: 600; white-space: nowrap; }
.hero-surface { background: #f4f2fa; }
.hero { padding-top: 52px; padding-bottom: 58px; display: grid; grid-template-columns: minmax(0,1.32fr) minmax(365px,1fr); gap: 68px; align-items: start; }
.hero-story > .eyebrow { display: flex; align-items: center; gap: 10px; }
h1 { font-size: clamp(60px, 7vw, 96px); margin-top: 21px; line-height: 1.05; color: var(--ink); }
.hero-intro { font-size: 19px; line-height: 1.65; color: var(--muted); max-width: 570px; margin-top: 26px; text-wrap: pretty; }
.event-facts { display: grid; grid-template-columns: 1.17fr 1fr; gap: 22px; margin: 28px 0 26px; padding-top: 0; }
.event-facts > div { display: flex; flex-direction: column; }
.event-facts strong { font-size: 16px; font-weight: 600; margin: 5px 0 1px; }
.event-facts .eyebrow { font-size: 14px; color: var(--muted); font-weight: 400; }
.event-facts small { font-size: 14px; color: var(--muted); }
.hero-photo { position: relative; overflow: hidden; height: 300px; border-radius: 3px; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-photo::after { position: absolute; inset: 50% 0 0; content: ''; background: linear-gradient(transparent, #26203ab8); }
.hero-photo figcaption { position: absolute; z-index: 1; bottom: 15px; left: 19px; right: 19px; color: white; font-family: var(--sans); font-size: 19px; font-weight: 500; display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.hero-photo figcaption span { font-size: 14px; font-weight: 400; }
.registration { background: #fff; border-radius: 5px; overflow: hidden; scroll-margin-top: 0; box-shadow: 0 14px 42px #40338b14; }
.registration-top { display: flex; align-items: center; justify-content: space-between; padding: 13px 25px; background: var(--purple); gap: 10px; }
.registration-top .eyebrow { font-size: 14px; color: white; font-weight: 500; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--anis); border-radius: 50%; margin-right: 5px; }
.edition { font-size: 14px; color: #eeebff; }
.registration-body { padding: 27px 30px 21px; }
.registration h2 { font-size: 30px; font-weight: 600; color: var(--purple); }
.form-intro { font-size: 16px; line-height: 1.5; color: var(--muted); margin-top: 12px; }
.capacity { padding-top: 0; margin-top: 18px; font-size: 14px; color: var(--purple); }
.capacity > span:first-child { font-weight: 700; }
.capacity > span:last-child { color: var(--muted); }
.form-steps { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; margin-bottom: 22px; padding-bottom: 12px; font-size: 14px; color: var(--muted); }
.form-steps b { font-size: 14px; margin-right: 3px; }
.form-steps > span { padding: 6px 8px; border-radius: 3px; }
.form-steps .current { color: var(--purple); background: #f4f2fa; font-weight: 600; }
.field { display: block; margin-bottom: 14px; }
.field > span { display: block; font-size: 16px; font-weight: 500; line-height: 1.5; margin-bottom: 6px; }
.field input, .field textarea { width: 100%; border: 1px solid #ccc6db; background: #fff; border-radius: 3px; color: var(--ink); padding: 9px 11px; font-size: 17px; line-height: 1.5; min-height: 42px; }
.field input:focus, .field textarea:focus { border-color: var(--purple); outline-color: var(--purple); }
.field input::placeholder, .field textarea::placeholder { color: #787183; font-size: 16px; opacity: 1; }
.field textarea { resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-row > * { min-width: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; background: var(--purple); color: #fff; font-size: 17px; font-weight: 600; line-height: 1.5; padding: 13px 22px; min-height: 49px; border: 1px solid var(--purple); border-radius: 3px; transition: background .2s; }
.button:hover { background: var(--purple-dark); }
.button-full { width: 100%; }
.button[data-next] { justify-content: space-between; }
.button[data-next] span { font-size: 23px; font-weight: 400; line-height: 1; }
.button:disabled { opacity: .65; cursor: wait; }
.form-privacy { font-size: 14px; line-height: 1.55; color: var(--muted); margin-top: 15px; }
.form-privacy a, .check-field a { text-decoration: underline; text-underline-offset: 2px; }
.registration-foot { text-align: center; font-size: 14px; line-height: 1.5; color: var(--purple); padding: 13px 18px; background: #f5f3fa; }
.honey { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); pointer-events: none; }
.check-field { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.6; margin: 17px 0; }
.check-field input { accent-color: var(--purple); width: 16px; height: 16px; flex: 0 0 auto; margin: 1px 0 0; }
.booking-detail { font-size: 14px; color: var(--muted); }
.back-button { font-size: 14px; background: none; color: var(--muted); display: block; margin: 10px auto; padding: 6px; text-decoration: underline; }
.form-status:empty { display: none; }
.form-status { font-size: 17px; line-height: 1.65; padding: 14px; background: #efedf8; color: #40338b; margin: 15px 0; }
.form-status.error { background: #f7e6e4; color: #7a2533; border-color: #7a2533; }
.form-success { padding: 0; font-size: 17px; overflow-wrap: anywhere; }
.form-success h3 { font-size: 30px; color: var(--purple); margin-bottom: 16px; }
.invitation-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px max(56px,calc((100vw - 1220px)/2)); background: #f3f1f9; color: var(--purple-dark); }
.invitation-band strong { font-family: var(--display); font-size: 20px; font-weight: 500; }
.invitation-band span { font-size: 17px; }
.federation-section { background: var(--purple-dark); color: #fff; padding: 75px 0 78px; }
.federation-intro { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: end; }
.federation-intro .eyebrow { color: #e9e4ff; margin-bottom: 18px; }
.federation-intro h2 { font-size: clamp(32px,3.25vw,44px); }
.federation-intro h2 em { color: #bace00; }
.federation-intro > p { font-size: 19px; line-height: 1.7; color: #efebff; max-width: 450px; padding-bottom: 3px; }
.missions { display: grid; grid-template-columns: repeat(3,1fr); gap: 46px; margin-top: 46px; }
.missions article { padding-top: 0; }
.mission-number { font-size: 16px; color: #bace00; font-weight: 500; }
.missions h3 { font-size: 25px; font-weight: 500; margin-top: 14px; line-height: 1.35; }
.missions p { font-size: 18px; line-height: 1.7; color: #e5e0f6; margin-top: 13px; }
.federation-quote { margin: 50px auto 0; padding: 30px; text-align: center; max-width: 850px; }
.federation-quote p { font-family: var(--display); font-size: 28px; }
.federation-quote cite { font-size: 16px; display: block; margin-top: 15px; font-style: normal; }
.diner-section { padding-top: 80px; padding-bottom: 90px; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading { text-align: left; }
.diner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; margin-top: 44px; align-items: stretch; }
.gathering-art { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: #f1eef9; border-radius: 4px; padding: 35px 38px; position: relative; overflow: hidden; }
.gathering-symbol { width: 68px; height: 68px; margin-bottom: 36px; }
.gathering-art > p:not(.eyebrow) { font-size: 18px; line-height: 1.65; font-weight: 400; margin-top: 20px; }
.gathering-art h3 { font-size: clamp(32px,3.5vw,44px); line-height: 1.2; margin-top: 16px; }
.gathering-art p strong { color: var(--accent); font-weight: 600; }
.gathering-art > span { display: block; font-size: 14px; margin-top: 35px; }
.diner-copy { font-size: 18px; color: var(--muted); }
.lead { font-size: 23px; line-height: 1.5; font-weight: 500; color: var(--ink); font-family: var(--display); }
.chef-signature { padding-top: 24px; margin-top: 26px; }
.chef-signature .eyebrow, .president-line .eyebrow { font-size: 14px; }
.chef-signature h3 { font-size: 27px; line-height: 1.3; margin: 9px 0; }
.chef-signature p { font-size: 17px; line-height: 1.7; max-width: 380px; }
.text-link { text-decoration: underline; text-underline-offset: 4px; display: inline-block; color: var(--purple); padding-bottom: 3px; font-size: 16px; font-weight: 500; margin-top: 13px; }
.president-line { display: flex; align-items: center; gap: 25px; margin-top: 25px; }
.president-line .eyebrow { max-width: 110px; font-weight: 400; }
.president-line strong { font-family: var(--display); font-size: 22px; font-weight: 500; color: var(--ink); }
.venue-section { padding-top: 20px; padding-bottom: 80px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: center; }
.venue-image { position: relative; }
.venue-image img { height: 550px; width: 100%; object-fit: cover; object-position: 53% center; border-radius: 4px; }
.photo-label { position: absolute; bottom: 19px; left: 19px; background: var(--paper); padding: 9px 14px; font-size: 14px; }
.venue-copy > .eyebrow { margin-bottom: 18px; }
.venue-name { font-family: var(--display); font-size: 25px; font-weight: 500; margin-top: 24px; }
.venue-copy > p:not(.eyebrow):not(.venue-name):not(.small) { font-size: 18px; margin-top: 7px; color: var(--muted); }
.access-line { display: flex; gap: 16px; margin-top: 22px; font-size: 16px; line-height: 1.75; align-items: flex-start; }
.access-line p { color: var(--muted); }
.access-line strong { color: var(--ink); font-weight: 600; }
.transport-icon { font-size: 14px; border: 1px solid var(--purple); border-radius: 50%; width: 26px; height: 26px; display: grid; place-items: center; color: var(--purple); line-height: 1; flex: 0 0 auto; }
.transport-icon.rer { font-size: 14px; }
.venue-copy .small { margin-top: 20px; max-width: 400px; }
.button-outline { background: transparent; color: var(--purple); margin-top: 23px; }
.button-outline:hover { color: var(--paper); }
.practical-section { padding-top: 25px; padding-bottom: 80px; display: grid; grid-template-columns: 1fr 1.45fr; gap: 80px; }
.practical-section .eyebrow { margin-bottom: 18px; }
.practical-section h2 { font-size: 37px; }
.faq details { }
.faq details:last-child { }
.faq summary { list-style: none; font-size: 18px; padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { font-size: 22px; line-height: 1; color: var(--purple); }
.faq details[open] summary > span { transform: rotate(45deg); }
.faq details > p { font-size: 16px; color: var(--muted); padding: 0 30px 22px 0; }
.faq a { text-decoration: underline; }
.contact-section { background: #f2eff9; padding: 70px 0; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 110px; }
.contact-copy > .eyebrow { margin-bottom: 21px; }
.contact-copy > p:not(.eyebrow) { font-size: 18px; color: var(--muted); margin-top: 23px; }
.contact-big { display: inline-flex; text-decoration: underline; text-underline-offset: 7px; font-family: var(--sans); font-size: 29px; font-weight: 500; color: var(--purple); margin-top: 30px; padding-bottom: 5px; }
.contact-phone { display: block; font-size: 23px; color: var(--purple); margin-top: 16px; font-weight: 500; }
.contact-form h3 { font-size: 28px; margin-bottom: 23px; }
.contact-form .field input, .contact-form .field textarea { background: #ffffff; }
.site-footer { padding: 38px max(44px,calc((100vw - 1220px)/2)) 23px; background: #ffffff; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding-bottom: 30px; }
.footer-top > p { font-family: var(--display); font-size: 20px; line-height: 1.45; font-weight: 500; }
.footer-top > p em { color: var(--accent); }
.footer-top > a:last-child { font-size: 16px; color: var(--purple); padding-bottom: 4px; }
.footer-top .logo-description { display: none; }
.footer-bottom { display: flex; justify-content: space-between; font-size: 14px; color: var(--muted); padding-top: 18px; gap: 20px; }
.footer-bottom a:hover { text-decoration: underline; }
.skip-link { position: fixed; top: -100px; left: 15px; background: var(--purple); color: white; padding: 15px; z-index: 1001; }
.skip-link:focus { top: calc(var(--adminbar-height) + 15px); }
.legal-page { max-width: 850px; width: calc(100% - 60px); margin: 65px auto 100px; }
.legal-page h1 { font-size: 55px; margin-bottom: 30px; }
.legal-page h2 { font-size: 27px; margin: 40px 0 15px; }
.legal-page p { font-size: 18px; line-height: 1.85; color: var(--muted); }
.legal-page a { color: var(--purple); text-decoration: underline; }
.legal-note { background: #f4f4e8; padding: 20px; }
.legal-page p.small { font-size: 14px; margin-top: 35px; }
@media (max-width: 1100px) {
  .section-wrap, .header-inner { width: calc(100% - 64px); }
  .logo-description { font-size: 14px; }
  nav { gap: 22px; font-size: 17px; }
  .hero { gap: 38px; grid-template-columns: minmax(0,1.1fr) minmax(335px,1fr); }
  .hero h1 { font-size: 74px; }
  .registration-body { padding: 25px; }
  .registration h2 { font-size: 28px; }
  .hero-photo { height: 245px; }
  .event-facts { grid-template-columns: 1fr; gap: 13px; }
  .diner-grid, .venue-section, .federation-intro, .contact-grid { gap: 55px; }
  .missions { gap: 30px; }
  .gathering-art { padding: 30px; }
  .practical-section { gap: 45px; }
  .invitation-band { padding-left: 32px; padding-right: 32px; }
  .invitation-band strong { font-size: 18px; }
  .footer-top { gap: 25px; }
}
@media (max-width: 900px) {
  :root { --header-height: 95px; }
  .header-inner { position: relative; }
  .header-actions { display: flex; align-items: center; gap: 16px; margin-left: auto; flex-shrink: 0; }
  nav > a.nav-cta { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: 10px; background: none; font-size: 16px; color: var(--purple); padding: 12px 0; }
  .menu-toggle span { font-size: 18px; }
  nav { display: none; position: absolute; top: 100%; left: -32px; right: -32px; z-index: 10; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); padding: 10px 32px 20px; box-shadow: 0 12px 20px #0000000b; max-height: calc(100dvh - var(--header-height) - var(--adminbar-height)); overflow-y: auto; }
  nav.open { display: flex; }
  nav > a { padding: 12px 0; font-size: 17px; }
  nav > a.nav-cta { padding: 12px 17px; margin-top: 10px; text-align: center; }
  .hero { width: min(640px,calc(100% - 64px)); grid-template-columns: 1fr; gap: 35px; padding-top: 38px; padding-bottom: 45px; }
  .hero h1 { font-size: 90px; }
  .hero-intro { max-width: none; }
  .hero-photo { height: 210px; }
  .event-facts { grid-template-columns: 1.15fr 1fr; }
  .registration-body { padding: 28px 32px; }
  .registration h2 { font-size: 33px; }
  .form-intro br { display: none; }
  .field input, .field textarea { font-size: 18px; }
  .form-steps { justify-content: flex-start; gap: 40px; }
  .federation-section { padding: 60px 0; }
  .federation-intro { gap: 30px; }
  .federation-intro h2 { font-size: 34px; }
  .federation-intro > p { font-size: 17px; }
  .missions { gap: 25px; margin-top: 35px; }
  .missions h3 { font-size: 21px; }
  .missions p { font-size: 16px; }
  .diner-section { padding: 65px 0; }
  .diner-grid { gap: 35px; grid-template-columns: 1fr 1.1fr; margin-top: 35px; }
  .gathering-art { padding: 28px; }
  .lead { font-size: 21px; }
  .chef-signature h3 { font-size: 25px; }
  .president-line { display: block; }
  .president-line .eyebrow { max-width: none; display: block; }
  .president-line strong { display: block; margin-top: 6px; }
  .venue-section { gap: 35px; padding-bottom: 60px; }
  .venue-image img { height: 570px; }
  .venue-copy h2 { font-size: 36px; }
  .practical-section { padding-bottom: 60px; gap: 35px; grid-template-columns: 1fr 1.4fr; }
  .practical-section h2 { font-size: 33px; }
  .contact-grid { gap: 40px; grid-template-columns: 1fr 1fr; }
  .contact-big { font-size: 25px; }
  .contact-copy h2 { font-size: 39px; }
  .contact-section { padding: 55px 0; }
  .footer-top > p { display: none; }
  .site-footer { padding: 30px 32px 20px; }
  .invitation-band { flex-direction: column; align-items: flex-start; gap: 5px; }
}
@media (max-width: 782px) {
  :root:has(body.admin-bar) { --adminbar-height: 46px; }
}
@media (max-width: 600px) {
  :root { --header-height: 90px; }
  body.admin-bar #wpadminbar { position: fixed; }
  .section-wrap, .hero { width: calc(100% - 44px); }
  .header-inner { width: calc(100% - 40px); gap: 12px; }
  .logo { gap: 8px; }
  .logo-symbol { width: 27px; height: 27px; }
  .logo-type { font-size: 27px; }
  .logo-description { display: none; }
  .menu-toggle { font-size: 16px; padding: 10px 0; }
  .header-actions { gap: 12px; }
  .mobile-cta { font-size: 15px; padding: 10px 12px; }
  nav { left: -20px; right: -20px; padding-left: 22px; padding-right: 22px; }
  .hero { padding-top: 32px; gap: 30px; }
  .hero-story > .eyebrow { font-size: 14px; }
  .hero h1 { font-size: clamp(44px,14vw,76px); margin-top: 20px; }
  .hero-intro { font-size: 18px; line-height: 1.65; margin-top: 22px; }
  .event-facts { gap: 13px; margin-top: 22px; }
  .event-facts strong { font-size: 14px; }
  .event-facts small { font-size: 14px; }
  .event-facts .eyebrow { font-size: 14px; }
  .hero-photo { height: 174px; }
  .hero-photo figcaption { left: 14px; right: 14px; bottom: 12px; font-size: 18px; gap: 12px; }
  .hero-photo figcaption span { font-size: 14px; max-width: 105px; }
  .registration-top { padding: 13px 20px; }
  .registration-top .eyebrow, .edition { font-size: 14px; }
  .registration-body { padding: 24px 22px 20px; }
  .registration h2 { font-size: 27px; }
  .form-steps { gap: 17px; font-size: 14px; justify-content: space-between; }
  .field-row { gap: 14px; }
  .form-privacy { font-size: 14px; }
  .registration-foot { font-size: 14px; }
  .invitation-band { padding: 22px; gap: 8px; }
  .invitation-band strong { font-size: 19px; max-width: 260px; line-height: 1.5; }
  .invitation-band span { font-size: 16px; }
  .federation-section { padding: 48px 0; }
  .federation-intro { grid-template-columns: 1fr; gap: 23px; }
  .federation-intro h2 { font-size: 32px; }
  .federation-intro > p { font-size: 18px; line-height: 1.7; }
  .missions { grid-template-columns: 1fr; gap: 25px; margin-top: 30px; }
  .missions article { display: block; padding-top: 0; }
  .mission-number { padding-top: 3px; }
  .missions h3 { margin: 0; font-size: 23px; }
  .missions p { margin-top: 9px; font-size: 17px; }
  .diner-section { padding-top: 50px; padding-bottom: 50px; }
  .section-heading .eyebrow { margin-bottom: 15px; }
  .section-heading h2 { font-size: 32px; }
  .diner-grid { grid-template-columns: 1fr; gap: 29px; margin-top: 30px; }
  .gathering-art { padding: 28px; }
  .gathering-symbol { width: 55px; height: 55px; margin-bottom: 26px; }
  .gathering-art > span { margin-top: 25px; }
  .diner-copy { font-size: 18px; }
  .lead { font-size: 23px; }
  .chef-signature { margin-top: 24px; padding-top: 21px; }
  .chef-signature h3 { font-size: 26px; }
  .president-line { display: flex; justify-content: space-between; gap: 20px; }
  .president-line .eyebrow { max-width: 110px; }
  .president-line strong { margin: 0; font-size: 20px; }
  .venue-section { padding: 0 0 50px; grid-template-columns: 1fr; gap: 28px; }
  .venue-image img { height: 335px; object-position: center 42%; }
  .venue-copy h2 { font-size: 35px; }
  .venue-name { font-size: 25px; margin-top: 20px; }
  .venue-copy .small { max-width: none; }
  .access-line { margin-top: 18px; }
  .practical-section { grid-template-columns: 1fr; gap: 27px; padding-top: 0; padding-bottom: 50px; }
  .practical-section h2 { font-size: 33px; }
  .practical-section .eyebrow { margin-bottom: 14px; }
  .faq summary { font-size: 17px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-copy h2 { font-size: 37px; }
  .contact-big { font-size: 29px; margin-top: 24px; }
  .contact-phone { font-size: 22px; }
  .contact-form { padding-top: 27px; }
  .contact-form h3 { font-size: 27px; margin-bottom: 20px; }
  .footer-top { align-items: center; gap: 20px; }
  .footer-top > a:last-child { max-width: 138px; font-size: 14px; line-height: 1.5; }
  .site-footer { padding: 28px 22px 20px; }
  .footer-bottom { font-size: 14px; gap: 12px; align-items: start; flex-direction: column; }
  .footer-bottom a { text-align: left; max-width: none; }
  .legal-page { width: calc(100% - 44px); margin-top: 40px; }
  .legal-page h1 { font-size: clamp(29px,8vw,42px); }
  .legal-page h2 { font-size: 25px; }
  .legal-page p { font-size: 17px; }
  .legal-note { padding: 15px; }
}
@media (max-width: 360px) {
  .header-inner { width: calc(100% - 28px); gap: 8px; }
  .header-actions { gap: 10px; }
  .mobile-cta { padding: 10px; }
  .logo-description { font-size: 14px; max-width: 96px; }
  .logo-type { font-size: 25px; }
  .logo-symbol { width: 24px; height: 24px; }
  .menu-toggle { font-size: 15px; }
  .registration-body { padding-left: 18px; padding-right: 18px; }
  .registration-top { padding-left: 18px; padding-right: 18px; }
  .registration h2 { font-size: 25px; }
  .registration-top .eyebrow, .edition { font-size: 14px; }
  .form-steps { gap: 10px; font-size: 14px; }
  .form-steps b { font-size: 14px; }
  .federation-intro h2 { font-size: 28px; }
  .missions h3 { font-size: 21px; }
  .gathering-art { padding: 23px; }
  .section-heading h2 { font-size: 29px; }
  .president-line { gap: 15px; }
  .president-line strong { font-size: 18px; }
  .contact-big { font-size: 27px; }
}
.booking-terms { margin: 22px 0 24px; }
.booking-terms dl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0; }
.booking-terms dt { font-size: 15px; font-weight: 600; color: var(--ink); }
.booking-terms dd { font-size: 16px; line-height: 1.5; margin: 3px 0 0; color: var(--muted); }
.booking-terms > p { font-size: 14px; line-height: 1.6; color: var(--muted); margin-top: 18px; }
.confirmation-details { background: #f4f2fa; padding: 22px; border-radius: 4px; margin: 24px 0; }
.confirmation-details > div + div { margin-top: 16px; }
.confirmation-details dt { font-size: 15px; font-weight: 600; color: var(--purple); }
.confirmation-details dd { font-size: 17px; line-height: 1.55; white-space: pre-line; margin: 3px 0 0; }
.form-success h2 { margin-bottom: 20px; }
.form-success h3 { font-size: 22px; line-height: 1.3; margin: 28px 0 14px; }
.confirmation-mail, .confirmation-note { font-size: 15px; line-height: 1.65; color: var(--muted); }
.confirmation-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; margin-top: 24px; }
.confirmation-phone { display: block; color: var(--purple); margin-top: 12px; }
@media (max-width: 600px) {
  .form-steps { gap: 5px; }
  .form-steps > span { padding: 6px; font-size: 14px; }
  .registration-top { flex-wrap: wrap; gap: 4px 10px; }
  .event-facts { grid-template-columns: 1fr; gap: 14px; }
  .event-facts strong { font-size: 17px; }
  .event-facts small { font-size: 15px; }
  .federation-intro > p, .missions p, .diner-copy, .chef-signature p { font-size: 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .registration h2 { font-size: 28px; }
  .confirmation-details { padding: 18px; }
  .president-line { flex-direction: column; align-items: flex-start; gap: 6px; }
  .president-line .eyebrow { max-width: none; }
  .hero-photo figcaption { font-size: 16px; }
  .hero-photo figcaption span { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
