/* PlussCode event homepage. Tokens follow 20_Areas/plusscode/DESIGN.md. */
:root {
    color-scheme: light;
    --pc-site-canvas: #eeece6;
    --pc-canvas: #f7f7f4;
    --pc-surface: #f2f1ed;
    --pc-elevated: #fbf9f6;
    --pc-hairline: #d8d3ca;
    --pc-ink: #262626;
    --pc-deep: #111111;
    --pc-muted: #5e5a55;
    --pc-action-outline: #f39800;
    --pc-action-hover: #c08532;
    --pc-font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    --pc-font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body.event-home { margin: 0; background: var(--pc-canvas); color: var(--pc-ink); font-family: var(--pc-font-ui); font-size: 15px; line-height: 1.8; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
.event-home h1, .event-home h2, .event-home h3, .event-home p, .event-home figure { margin: 0; }
.event-home h1, .event-home h2, .event-home h3 { font-feature-settings: "palt"; }
.event-home h2 { font-size: 36px; font-weight: 600; line-height: 1.55; }
.event-home h3 { font-size: 22px; font-weight: 600; line-height: 1.5; }
.event-home a { color: inherit; text-decoration: none; }
.event-home button { font: inherit; color: inherit; cursor: pointer; }
.event-home a, .event-home button { -webkit-tap-highlight-color: transparent; }
.event-home :focus-visible { outline: 2px solid var(--pc-action-outline); outline-offset: 5px; }
.event-home img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
::selection { background: #e6ddca; color: var(--pc-deep); }
.eh-shell { width: min(100% - 112px, 1300px); margin-inline: auto; }
.eh-eyebrow { font-family: var(--pc-font-mono); font-size: 11px; font-weight: 500; line-height: 1.5; }
.eh-skip { position: fixed; top: 12px; left: 12px; padding: 8px 18px; background: var(--pc-canvas); transform: translateY(-200%); z-index: 100; }
.eh-skip:focus { transform: none; }
.eh-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; min-height: 96px; padding: 0 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.eh-wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 650; line-height: 1; }
.eh-wordmark img { flex-shrink: 0; }
.eh-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 600; }
.eh-nav > a { padding: 12px 0; transition: opacity 160ms; }
.eh-nav > a:hover { opacity: .65; }
.eh-nav .eh-nav-contact { margin-left: 2px; border-bottom: 1px solid var(--pc-ink); display: flex; gap: 26px; }
.eh-menu { display: none; }
.eh-hero { background: var(--pc-site-canvas); overflow: hidden; }
.eh-hero-inner { position: relative; min-height: 850px; padding-top: 190px; }
.eh-hero-copy { position: relative; z-index: 2; width: 46%; pointer-events: none; }
.eh-hero-copy a { pointer-events: auto; }
.eh-hero-copy .eh-eyebrow { display: flex; align-items: center; gap: 12px; }
.eh-rule { height: 1px; width: 28px; background: var(--pc-ink); }
.eh-hero h1 { margin-top: 32px; font-size: 56px; font-weight: 600; line-height: 1.46; }
.eh-hero-description { margin-top: 25px !important; font-size: 17px; line-height: 1.95; font-weight: 500; }
.eh-hero-detail { margin-top: 17px !important; color: var(--pc-muted); font-size: 13px; line-height: 1.9; }
.eh-actions { display: flex; align-items: center; gap: 26px; margin-top: 33px; }
.eh-button { min-height: 51px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 12px 18px; border: 1px solid var(--pc-hairline); border-radius: 4px; font-size: 13px; font-weight: 600; transition: background 180ms, border-color 180ms; }
.eh-button-primary { border-color: var(--pc-action-outline); background: transparent; }
.eh-button-primary:hover { border-color: var(--pc-action-hover); background: rgb(243 152 0 / 7%); }
.eh-button span, .eh-text-link span { font-size: 19px; line-height: 1; transition: transform 180ms; }
.eh-text-link { display: inline-flex; align-items: center; gap: 22px; min-height: 44px; font-size: 12px; font-weight: 600; }
.eh-text-link:hover span, .eh-button:hover span { transform: translate(2px, -2px); }
.eh-stage { position: absolute; top: 104px; left: 42%; width: 60%; height: 680px; }
.eh-stage-viewport { width: 100%; height: 100%; position: relative; }
.eh-scene-host { min-width: 0; }
.eh-scene-viewport { position: relative; overflow: hidden; isolation: isolate; background: var(--pc-site-canvas); }
.eh-scene-host .eh-scene-poster, #venue-canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.eh-scene-poster { transition: opacity 350ms; }
#venue-canvas { opacity: 0; touch-action: pan-y; }
.eh-scene-host.is-ready #venue-canvas { opacity: 1; }
.eh-scene-host.is-ready .eh-scene-poster { opacity: 0; }
.eh-stage-caption { position: absolute; top: 28px; left: 6%; right: 6%; display: flex; justify-content: space-between; font: 10px/1.5 var(--pc-font-mono); color: var(--pc-muted); pointer-events: none; }
.eh-stage-status { font-size: 9px; border: 1px solid #c4c0b7; padding: 3px 7px; border-radius: 3px; }
.eh-stage-controls { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; }
.eh-view-switch { display: flex; gap: 3px; padding: 3px; background: rgb(247 247 244 / 80%); border: 1px solid rgb(216 211 202 / 70%); border-radius: 5px; }
.eh-view-switch button { min-height: 40px; padding: 6px 15px; border: 0; border-radius: 3px; background: transparent; font-size: 11px; }
.eh-view-switch button[aria-pressed="true"] { background: var(--pc-ink); color: var(--pc-canvas); }
.eh-motion-toggle { width: 44px; min-height: 44px; border: 1px solid var(--pc-hairline); border-radius: 4px; background: rgb(247 247 244 / 80%); font-size: 11px !important; }
.eh-hero-foot { position: absolute; bottom: 33px; left: 0; right: 0; display: flex; justify-content: space-between; font: 10px/1.5 var(--pc-font-mono); }
.eh-hero-foot a { display: flex; align-items: center; gap: 24px; }
.eh-hero-foot a span { font-size: 17px; }
.eh-presence { padding-block: 30px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; border-bottom: 1px solid var(--pc-hairline); }
.eh-presence > div:not(:first-child) { padding-left: 37px; border-left: 1px solid var(--pc-hairline); }
.eh-presence .eh-eyebrow { font-size: 10px; color: var(--pc-muted); }
.eh-presence p { margin-top: 9px; font-size: 15px; font-weight: 500; }
.eh-separator { color: #bcb6aa; margin-inline: 8px; }
.eh-section { padding-block: 67px; }
.eh-section-top { display: flex; align-items: center; gap: 22px; margin-bottom: 30px; }
.eh-jp-label { font-size: 12px; color: var(--pc-muted); }
.eh-heading-row { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 43px; }
.eh-heading-row > p { max-width: 460px; color: var(--pc-muted); line-height: 1.95; font-size: 14px; }
.eh-experience { display: grid; grid-template-columns: 1.9fr 1fr; gap: 40px; align-items: center; margin-block: 0 50px; }
.eh-experience-media { background: var(--pc-site-canvas); border-radius: 4px; overflow: hidden; }
.eh-experience-media .eh-scene-viewport { aspect-ratio: 16 / 11; min-height: 390px; }
.eh-experience-media figcaption, .eh-detail-image figcaption { display: flex; align-items: center; gap: 15px; padding: 12px 20px; font: 9px/1.6 var(--pc-font-mono); color: var(--pc-muted); }
.eh-experience-media figcaption > span:first-child { margin-right: auto; }
.eh-experience-media .eh-motion-toggle, .eh-detail-image .eh-motion-toggle { width: 36px; min-height: 36px; flex: 0 0 36px; background: transparent; }
.eh-chapters-intro { font-size: 20px; font-weight: 500; line-height: 1.7; margin-bottom: 23px !important; }
.eh-chapter { width: 100%; display: grid; grid-template-columns: 23px 1fr 15px; gap: 15px; padding: 20px 0; text-align: left; color: var(--pc-muted); border: 0; border-top: 1px solid var(--pc-hairline); background: transparent; cursor: pointer; }
.eh-chapter-number { font: 10px/1.5 var(--pc-font-mono); padding-top: 6px; }
.eh-chapter strong { display: inline-block; font-size: 21px; font-weight: 500; line-height: 1.4; }
.eh-chapter small { display: block; margin-top: 6px; font-size: 10px; }
.eh-chapter-description { display: block; font-size: 11px; margin-top: 9px; max-height: 0; opacity: 0; overflow: hidden; transition: max-height 300ms, opacity 250ms; }
.eh-chapter-arrow { opacity: 0; padding-top: 5px; }
.eh-chapter[aria-pressed="true"] { color: var(--pc-ink); border-top-color: var(--pc-ink); }
.eh-chapter[aria-pressed="true"] .eh-chapter-description { max-height: 50px; opacity: 1; }
.eh-chapter[aria-pressed="true"] .eh-chapter-arrow { opacity: 1; }
.eh-chapter:hover { color: var(--pc-ink); }
.eh-service-main, .eh-service-row { display: grid; grid-template-columns: 45px 1fr 1.2fr 24px; gap: 25px; align-items: center; transition: background 180ms; }
.eh-service-main { padding: 32px 26px; border: 1px solid var(--pc-hairline); border-radius: 4px; background: var(--pc-surface); }
.eh-service-main:hover { background: #eae8e1; }
.eh-service-number { font: 12px/1.5 var(--pc-font-mono); color: var(--pc-muted); align-self: start; margin-top: 7px; }
.eh-service-title > span { font: 11px/1.5 var(--pc-font-mono); color: var(--pc-muted); }
.eh-service-title h3 { margin-top: 8px; font-size: 26px; }
.eh-service-description p, .eh-service-row p { font-size: 13px; color: var(--pc-muted); }
.eh-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }
.eh-tags > span { font-size: 10px; border: 1px solid #cbc7bc; border-radius: 3px; padding: 2px 8px; }
.eh-service-arrow { font-size: 27px; }
.eh-service-row { padding: 27px 26px; border-bottom: 1px solid var(--pc-hairline); }
.eh-service-row h3 { font-size: 20px; }
.eh-service-row > span:last-child { font-size: 24px; }
.eh-service-row:hover { background: var(--pc-surface); }
.eh-approach { padding-block: 67px; background: var(--pc-site-canvas); }
.eh-approach-grid { display: grid; grid-template-columns: 1.18fr 1fr; gap: 80px; align-items: center; }
.eh-detail-image { min-width: 0; }
.eh-detail-image .eh-scene-viewport { width: 100%; aspect-ratio: 4/3; border-radius: 4px; }
.eh-detail-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.eh-detail-image figcaption { justify-content: space-between; gap: 10px; margin-top: 4px; padding-inline: 0; }
.eh-approach-copy h2 { margin-top: 24px; font-size: 30px; line-height: 1.65; }
.eh-approach-copy > p:not(.eh-eyebrow) { margin-top: 22px; font-size: 14px; color: var(--pc-muted); line-height: 2; }
.eh-approach-copy .eh-text-link { margin-top: 26px; }
.eh-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; list-style: none; border-top: 1px solid var(--pc-hairline); margin: 0; }
.eh-process li { padding: 25px 24px 0 0; }
.eh-process li:not(:first-child) { padding-left: 24px; }
.eh-process li > span { font: 10px/1.5 var(--pc-font-mono); color: var(--pc-muted); }
.eh-process h3 { font-size: 20px; margin-block: 15px 10px; }
.eh-process p { font-size: 12px; color: var(--pc-muted); line-height: 1.9; }
.eh-journal { display: grid; grid-template-columns: 1fr 1.7fr; gap: 65px; padding-block: 55px 67px; border-top: 1px solid var(--pc-hairline); }
.eh-journal h2 { font-size: 27px; margin-top: 18px; }
.eh-journal-heading > p:last-child { font-size: 12px; color: var(--pc-muted); margin-top: 14px; }
.eh-journal-row { display: grid; grid-template-columns: 85px 74px 1fr 15px; align-items: baseline; gap: 14px; padding-block: 22px; border-bottom: 1px solid var(--pc-hairline); }
.eh-journal-row:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.eh-journal-row time { font: 11px/1.5 var(--pc-font-mono); color: var(--pc-muted); }
.eh-journal-row .eh-journal-type { font-size: 10px; }
.eh-journal-row h3 { font-size: 13px; font-weight: 500; overflow-wrap: anywhere; }
.eh-journal-empty { padding-block: 23px; color: var(--pc-muted); font-size: 13px; border-bottom: 1px solid var(--pc-hairline); }
.eh-journal-links { display: flex; justify-content: flex-end; gap: 35px; margin-top: 17px; }
.eh-contact { background: #e8e5dc; padding-block: 67px; }
.eh-contact-inner { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 60px; }
.eh-contact h2 { font-size: 42px; margin-block: 21px; line-height: 1.5; }
.eh-contact p:last-child { font-size: 13px; color: var(--pc-muted); }
.eh-contact-link { display: flex; justify-content: space-between; align-items: center; padding: 35px 0; border-block: 1px solid #bfb9ac; font-size: 24px; font-weight: 500; }
.eh-contact-en { display: block; font: 10px/1.5 var(--pc-font-mono); margin-top: 12px; }
.eh-contact-arrow { display: flex; width: 70px; height: 70px; align-items: center; justify-content: center; border: 1px solid var(--pc-action-outline); border-radius: 4px; font-size: 34px; transition: background 180ms; }
.eh-contact-link:hover .eh-contact-arrow { background: rgb(243 152 0 / 8%); }
.eh-footer { padding-top: 47px; }
.eh-footer-top { display: grid; grid-template-columns: 1.6fr 1.1fr .6fr; gap: 50px; padding-bottom: 40px; }
.eh-footer .eh-wordmark { font-size: 23px; }
.eh-footer-top p { margin-top: 20px; font-size: 11px; line-height: 1.9; color: var(--pc-muted); }
.eh-footer nav { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 15px; font-size: 11px; }
.eh-footer-social { display: flex; align-items: flex-start; justify-content: flex-end; gap: 28px; font-size: 12px; }
.eh-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 21px; border-top: 1px solid var(--pc-hairline); font: 9px/1.6 var(--pc-font-mono); color: var(--pc-muted); }
.eh-footer-bottom > div { display: flex; gap: 25px; font-family: var(--pc-font-ui); }
.eh-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (min-width: 1600px) {
    .eh-hero-inner { min-height: 820px; padding-top: 212px; }
    .eh-hero h1 { font-size: 64px; }
    .eh-stage { height: 750px; top: 83px; }
}
@media (max-width: 1150px) {
    .eh-shell { width: calc(100% - 72px); }
    .eh-header { padding-inline: 30px; }
    .eh-nav { gap: 20px; }
    .eh-hero-inner { min-height: 790px; padding-top: 173px; }
    .eh-hero h1 { font-size: 46px; }
    .eh-hero-description { font-size: 15px; }
    .eh-hero-detail { font-size: 12px; }
    .eh-actions { gap: 15px; flex-wrap: wrap; }
    .eh-stage { left: 42%; width: 60%; top: 140px; height: 575px; }
    .eh-stage-controls { bottom: 7px; }
    .eh-approach-grid { gap: 40px; }
    .eh-experience { grid-template-columns: 1.7fr 1fr; gap: 28px; }
    .eh-experience-media .eh-scene-viewport { min-height: 375px; }
    .eh-chapter { gap: 10px; padding-block: 17px; }
    .eh-chapter strong { font-size: 19px; }
    .event-home h2 { font-size: 30px; }
    .eh-approach-copy h2 { font-size: 25px; }
    .eh-service-title h3 { font-size: 22px; }
    .eh-service-main, .eh-service-row { gap: 20px; grid-template-columns: 28px 1fr 1.2fr 20px; }
    .eh-process li { padding-right: 10px; }
    .eh-process li:not(:first-child) { padding-left: 10px; }
}
@media (max-width: 800px) {
    html { scroll-padding-top: 30px; }
    .eh-shell { width: calc(100% - 40px); }
    .eh-header { min-height: 80px; padding-inline: 20px; }
    .eh-wordmark { font-size: 22px; }
    .eh-wordmark img { width: 31px; height: 31px; }
    .eh-menu { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; width: 44px; height: 44px; border: 0; background: transparent; position: relative; z-index: 22; }
    .eh-menu span { display: block; height: 1px; width: 23px; background: var(--pc-ink); transition: transform 160ms; }
    .eh-menu[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .eh-menu[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .eh-nav { display: none; position: absolute; left: 0; top: 80px; right: 0; background: var(--pc-canvas); padding: 20px 30px 30px; border-bottom: 1px solid var(--pc-hairline); box-shadow: 0 20px 30px rgb(0 0 0 / 7%); }
    .eh-nav.is-open { display: flex; align-items: stretch; flex-direction: column; gap: 8px; }
    .eh-nav > a { font-size: 15px; padding-block: 11px; }
    .eh-hero-inner { min-height: 0; padding-top: 119px; padding-bottom: 66px; }
    .eh-hero-copy { width: 100%; }
    .eh-hero-copy .eh-eyebrow { font-size: 9px; gap: 9px; }
    .eh-rule { width: 22px; }
    .eh-hero h1 { margin-top: 22px; font-size: 40px; line-height: 1.5; }
    .eh-hero-description { margin-top: 19px !important; font-size: 14px; line-height: 1.9; }
    .eh-hero-detail { margin-top: 11px !important; font-size: 12px; line-height: 1.9; }
    .eh-actions { margin-top: 23px; gap: 19px; }
    .eh-button { font-size: 11px; gap: 19px; min-height: 46px; padding: 10px 13px; }
    .eh-text-link { font-size: 11px; gap: 11px; }
    .eh-stage { position: relative; top: auto; left: -20px; width: calc(100% + 40px); height: 430px; margin-top: 13px !important; }
    .eh-stage-caption { left: 20px; right: 20px; top: 20px; font-size: 8px; }
    .eh-stage-status { font-size: 8px; padding: 2px 5px; }
    .eh-stage-controls { bottom: 0; left: 50%; transform: translateX(-50%); white-space: nowrap; }
    .eh-hero-foot { bottom: 25px; font-size: 8px; }
    .eh-hero-foot a { gap: 8px; }
    .eh-presence { grid-template-columns: 1fr; gap: 17px; padding-block: 25px; }
    .eh-presence > div { display: grid; grid-template-columns: 105px 1fr; align-items: center; }
    .eh-presence > div:not(:first-child) { padding-left: 0; border-left: 0; }
    .eh-presence p { font-size: 12px; margin-top: 0; }
    .eh-presence .eh-eyebrow { font-size: 8px; }
    .eh-separator { margin-inline: 3px; }
    .eh-section { padding-block: 43px; }
    .eh-section-top { gap: 15px; margin-bottom: 23px; }
    .eh-section-top .eh-eyebrow { font-size: 10px; }
    .eh-jp-label { font-size: 10px; }
    .eh-heading-row { grid-template-columns: 1fr; gap: 22px; margin-bottom: 28px; }
    .event-home h2 { font-size: 27px; line-height: 1.6; }
    .eh-heading-row > p { font-size: 12px; }
    .eh-experience { grid-template-columns: 1fr; gap: 21px; margin-bottom: 30px; }
    .eh-experience-media .eh-scene-viewport { min-height: 0; aspect-ratio: 1.25; }
    .eh-experience-media figcaption { padding: 9px 12px; gap: 8px; font-size: 8px; }
    .eh-experience-media figcaption > span:first-child { max-width: 94px; }
    .eh-chapters { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
    .eh-chapters-intro { grid-column: 1 / -1; font-size: 17px; margin-bottom: 18px !important; }
    .eh-chapters-intro br { display: none; }
    .eh-chapter { grid-template-columns: 16px 1fr 10px; gap: 8px; padding-block: 14px; }
    .eh-chapter strong { font-size: 18px; }
    .eh-chapter small { font-size: 9px; }
    .eh-chapter-description { display: none; }
    .eh-service-main { grid-template-columns: 22px 1fr 18px; gap: 12px; padding: 22px 16px; }
    .eh-service-title h3 { font-size: 21px; }
    .eh-service-title > span { font-size: 9px; }
    .eh-service-description { grid-column: 2; }
    .eh-service-description p { font-size: 13px; }
    .eh-service-arrow { grid-column: 3; grid-row: 1; }
    .eh-tags { gap: 5px; margin-top: 12px; }
    .eh-tags > span { font-size: 9px; padding: 2px 5px; }
    .eh-service-number { font-size: 10px; }
    .eh-service-row { grid-template-columns: 22px 1fr 18px; gap: 12px; padding: 22px 16px; }
    .eh-service-row h3 { font-size: 18px; }
    .eh-service-row p { grid-row: 2; grid-column: 2; font-size: 13px; }
    .eh-service-row > span:last-child { grid-column: 3; grid-row: 1; }
    .eh-approach { padding-block: 43px; }
    .eh-approach-grid { grid-template-columns: 1fr; gap: 34px; }
    .eh-detail-image figcaption { font-size: 8px; }
    .eh-approach-copy h2 { font-size: 25px; margin-top: 20px; }
    .eh-approach-copy > p:not(.eh-eyebrow) { font-size: 13px; margin-top: 19px; }
    .eh-approach-copy .eh-text-link { margin-top: 19px; }
    .eh-process { grid-template-columns: 1fr 1fr; gap: 22px 16px; padding-top: 23px; }
    .eh-process li, .eh-process li:not(:first-child) { padding: 0; }
    .eh-process h3 { font-size: 18px; margin-block: 12px 8px; }
    .eh-process li > span { font-size: 9px; }
    .eh-process p { font-size: 12px; }
    .eh-process br { display: none; }
    .eh-journal { grid-template-columns: 1fr; gap: 18px; padding-block: 35px 43px; }
    .eh-journal h2 { font-size: 25px; margin-top: 17px; }
    .eh-journal-row { grid-template-columns: 84px 1fr 15px; gap: 8px; }
    .eh-journal-row h3 { grid-column: 1/3; grid-row: 2; }
    .eh-journal-row > span:last-child { grid-column: 3; grid-row: 2; }
    .eh-journal-empty { font-size: 12px; }
    .eh-journal-links { gap: 23px; }
    .eh-contact { padding-block: 43px; }
    .eh-contact-inner { grid-template-columns: 1fr; gap: 32px; }
    .eh-contact h2 { font-size: 34px; }
    .eh-contact p:last-child { font-size: 12px; }
    .eh-contact-link { padding-block: 23px; font-size: 22px; }
    .eh-contact-arrow { width: 55px; height: 55px; font-size: 30px; }
    .eh-footer { padding-top: 35px; }
    .eh-footer-top { grid-template-columns: 1fr; gap: 28px; padding-bottom: 30px; }
    .eh-footer nav { max-width: 320px; font-size: 12px; }
    .eh-footer-social { justify-content: flex-start; }
    .eh-footer-bottom { flex-wrap: wrap; gap: 16px; font-size: 8px; }
    .eh-footer-bottom > div { gap: 16px; }
}
@media (max-width: 370px) {
    .eh-hero h1 { font-size: 34px; }
    .eh-stage { height: 375px; }
    .eh-view-switch button { padding-inline: 12px; }
    .eh-actions { gap: 10px; }
    .eh-button { gap: 10px; }
    .event-home h2 { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
