:root { color-scheme: light; --ink: #291e30; --muted: #665c6b; --paper: #fffbf5; --orange: #ffc087; --plum: #241a2d; --border: #e6dfe8; --green: #38786b; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Outfit, system-ui, sans-serif; font-size: 16px; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: 4px; }
button { cursor: pointer; }
button:disabled { opacity: .5; cursor: default; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #9f4e18; outline-offset: 4px; }
[hidden] { display: none !important; }
.wrap { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.site-header { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.2rem; text-decoration: none; }
.brand img { border-radius: 9px; }
/* Match the main Aurora Walks homepage wordmark. */
.site-header .brand { gap: 12px; font-weight: 800; font-size: 1.5rem; color: #478175; white-space: nowrap; }
.site-header .brand img { width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
nav a { font-size: .9375rem; text-decoration: none; }
.nav-join { border-bottom: 1px solid var(--ink); padding-block: 8px; }
.nav-account-active { color: var(--green); border-color: var(--green); font-weight: 600; }
.event-intro { display: grid; grid-template-columns: 1.1fr 1fr; min-height: 315px; color: #fff3e4; background: var(--plum); border-radius: 20px; overflow: hidden; }
.intro-copy { padding: 36px 0 36px 38px; align-self: center; position: relative; z-index: 1; }
.eyebrow { font-size: .8125rem; letter-spacing: .13em; font-weight: 600; margin: 0 0 12px; }
.intro-copy .eyebrow { color: var(--orange); }
.launch-countdown { margin-top: 20px; border-left: 3px solid var(--orange); padding-left: 14px; font-size: .875rem; color: #e3d2e5; }
.launch-countdown strong { display: block; color: var(--orange); font-size: 1.1rem; font-variant-numeric: tabular-nums; }
.tour-coming-soon .launch-countdown { margin: 0 0 4px; border-left-color: #ac541c; }
.tour-coming-soon .launch-countdown strong { color: #694016; }
h1 { font-size: clamp(2.6rem, 4.5vw, 4.2rem); letter-spacing: -.045em; line-height: 1.07; margin: 18px 0; font-weight: 700; }
em { font-family: Georgia, serif; font-weight: 400; }
h1 em { display: block; color: var(--orange); }
.intro-text { margin: 0 0 24px; font-size: 1.125rem; color: #e3d2e5; }
.intro-art { width: 100%; height: 100%; min-height: 315px; object-fit: cover; object-position: center; mask-image: linear-gradient(to right, transparent, black 22%); }
.explore { padding-block: 40px 44px; }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 22px; }
.section-heading .eyebrow { color: #896044; }
h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.15; letter-spacing: -.035em; margin: 0; }
.section-note { color: var(--muted); font-size: .9375rem; margin: 0; }
.tour-toolbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 18px; }
.search-label { min-width: 230px; }
#location-status:not(:empty) { margin: -6px 0 16px; }
#print-checklist { display: none; }
.search-label { display: flex; align-items: center; gap: 10px; border: 1px solid var(--border); border-radius: 10px; background: #fff; padding: 0 16px; flex: 1; }
.search-label > span:not(.sr-only) { font-size: 1.6rem; }
.search-label input { width: 100%; min-width: 0; border: 0; background: transparent; padding: 12px 0; color: var(--ink); }
.filter-label { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: .9375rem; }
.filter-label select { background: #fff; padding: 12px; border: 1px solid var(--border); border-radius: 10px; color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 12px 18px; min-height: 46px; border: 1px solid transparent; border-radius: 9px; font-weight: 600; text-decoration: none; text-align: center; }
.primary { background: var(--orange); color: #2b1b2e; }
.hero-cta { display: none; }
.subtle { border-color: var(--border); color: var(--ink); background: #fff; }
.danger { background: #b3261e; color: #fff; }
.tour-layout { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.3fr); gap: 20px; }
.checklist-panel { border: 1px solid var(--border); border-radius: 14px; background: #fff; overflow: hidden; display: flex; flex-direction: column; height: 540px; }
.progress-heading { padding: 18px 20px 10px; display: flex; justify-content: space-between; gap: 12px; font-size: .9375rem; }
.progress-heading span { color: var(--muted); white-space: nowrap; }
progress { display: block; appearance: none; height: 4px; width: calc(100% - 40px); margin: 0 20px 10px; border: 0; border-radius: 5px; background: #ede7ef; accent-color: var(--green); }
progress::-webkit-progress-bar { background: #ede7ef; border-radius: 5px; }
progress::-webkit-progress-value { background: var(--green); border-radius: 5px; }
progress::-moz-progress-bar { background: var(--green); }
.display-list { overflow-y: auto; flex: 1; padding: 0 12px; }
.display-card { display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--border); padding: 8px 0; }
.display-card:last-child { border: 0; }
.display-open { flex: 1; min-width: 0; display: grid; grid-template-columns: 58px 1fr; gap: 12px; align-items: center; background: transparent; border: 0; border-radius: 8px; padding: 10px 6px; text-align: left; color: var(--ink); }
.display-open:hover { background: #fff5e9; }
.display-number { display: grid; place-items: center; width: 56px; height: 64px; background: #f5e7da; color: #854610; border-radius: 8px; font-size: 1.4rem; font-family: Georgia, serif; }
.display-card.is-visited .display-number { background: #e2f0e9; color: #275c50; }
.display-card strong { font-size: 1.0625rem; line-height: 1.3; display: block; }
.display-meta { display: block; font-size: .875rem; color: var(--muted); margin-top: 3px; overflow-wrap: anywhere; }
.display-schedule { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.see-more { display: inline-block; margin-top: 7px; font-size: .8125rem; font-weight: 600; color: #854610; border: 1px solid #d8b49a; background: #fff; border-radius: 999px; padding: 3px 12px; white-space: nowrap; }
.visit-check { display: grid; place-items: center; width: 44px; height: 44px; cursor: pointer; flex-shrink: 0; }
.visit-check input { width: 22px; height: 22px; accent-color: var(--green); cursor: pointer; }
.checklist-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 20px; background: #f9f6fb; font-size: .8125rem; color: var(--muted); }
.checklist-foot button { background: none; border: 0; text-decoration: underline; color: inherit; padding: 8px 0 8px 12px; }
.state-message { padding: 36px 18px; text-align: center; color: var(--muted); }
.state-message .state-icon { display: block; font-size: 2.5rem; color: #ad6026; margin-bottom: 14px; }
.state-message h3 { color: var(--ink); font-size: 1.4rem; margin: 0 0 10px; }
.state-message p { margin: 0 0 22px; }
.map-panel { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--border); min-width: 0; background: #e8ebdf; height: 540px; }
#map { height: 100%; width: 100%; z-index: 0; }
.map-status { position: absolute; top: 12px; left: 56px; right: 16px; z-index: 2; background: #fff; color: var(--ink); padding: 10px 14px; margin: 0; border-radius: 8px; box-shadow: 0 2px 8px #241a2d15; font-size: .875rem; }
.map-key { position: absolute; bottom: 32px; left: 14px; background: #fff; display: flex; gap: 16px; padding: 9px 14px; border-radius: 7px; font-size: .8125rem; box-shadow: 0 2px 10px #241a2d15; }
.map-key span { display: flex; align-items: center; gap: 7px; }
.key-pin { width: 10px; height: 10px; background: #a7531e; border-radius: 50%; }
.key-pin.visited { background: var(--green); }
.tour-pin { background: #ac541c; border: 3px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); color: #fff; box-shadow: 0 2px 6px #241a2d44; }
.tour-pin span { display: grid; place-items: center; height: 100%; transform: rotate(45deg); font-size: 14px; font-weight: 700; }
.tour-pin.is-visited { background: var(--green); }
.leaflet-container { font-family: Outfit, system-ui, sans-serif; }
.tour-tip { font-size: .875rem; color: var(--muted); margin: 16px 0 0; }
.notice { background: #ffedcf; padding: 16px 20px; border-radius: 10px; margin-bottom: 24px; color: #694016; }
.join-section { background: #f1eaf3; padding-block: 64px; }
.join-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.join-copy { max-width: 470px; }
.join-copy h2 { font-size: clamp(2rem, 3.7vw, 3rem); margin-bottom: 24px; }
.join-copy h2 em { display: inline-block; margin-top: 8px; }
.join-copy > p:not(.eyebrow) { color: #594e60; font-size: 1.0625rem; }
.join-copy h3 { margin-top: 32px; }
.media-options { list-style: none; padding: 0; }
.media-options li { display: flex; gap: 16px; margin: 24px 0; }
.media-options li > span { flex-shrink: 0; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #e1d5e5; font-size: 1.2rem; }
.media-options p { font-size: .9375rem; color: #66576d; margin: 4px 0 0; }
.join-form { background: #fff; border-radius: 16px; padding: 30px; border: 1px solid var(--border); }
.join-form h3 { margin: 0; font-size: 1.5rem; }
.join-form > p { color: var(--muted); font-size: .9375rem; }
.join-form label { display: block; font-size: .9375rem; font-weight: 500; margin-block: 16px; }
.join-form input:not([type=checkbox]), .join-form textarea, .join-form select { display: block; width: 100%; border: 1px solid #d6ccd9; border-radius: 7px; color: var(--ink); background: #fff; margin-top: 6px; padding: 10px 12px; min-height: 44px; }
textarea { resize: vertical; }
.join-form .consent { display: flex; align-items: start; gap: 12px; font-size: .875rem; font-weight: 400; color: var(--muted); }
.consent input { flex-shrink: 0; width: 20px; height: 20px; accent-color: var(--green); }
.join-form .button { width: 100%; }
#join-form { scroll-margin-top: 24px; }
.join-form fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.signin-divider { text-align: center; margin: 12px 0; color: var(--muted); }
.signin-google { background: #6b526f; color: #fff; }
.intake-choice { margin-top: 20px; padding: 20px; border: 1px solid #e4d9e8; border-radius: 12px; background: #f5f0f7; }
.intake-choice h4 { margin: 0 0 6px; font-size: 1.0625rem; }
.intake-choice p { margin: 0 0 16px; font-size: .875rem; color: var(--muted); overflow-wrap: anywhere; }
.intake-choice .button + .button { margin-top: 10px; }
.intake-success { background: #e6f2ed; border-color: #b7d8c9; text-align: center; }
.intake-success > p { color: #275449; font-size: 1rem; }
.intake-success .success-check { display: grid; place-items: center; width: 54px; height: 54px; margin: 2px auto 18px; padding: 0; border-radius: 50%; background: var(--green); color: #fff; font-size: 1.6rem; font-weight: 700; }
.intake-success .success-hint { font-size: .875rem; }
.intake-success .button { margin-top: 4px; }
.intake-success #intake-resend-status { font-size: .875rem; min-height: 1.5em; }
#intake-submit:hover:not(:disabled), #intake-google:hover:not(:disabled) { filter: brightness(.96); }
.form-status { min-height: 1.5em; }
.account-page { padding-block: 30px 64px; }
.account-page > h1 { font-size: clamp(2rem, 5vw, 3.6rem); }
/* Keep sign-in focused; the owner editor uses the full page width. */
.account-page:not(:has(#owner-panel:not([hidden]))) { max-width: 540px; }
.account-page:not(:has(#owner-panel:not([hidden]))) > h1 { font-size: clamp(2rem, 4vw, 2.8rem); }
.account-page #signin-panel { width: 100%; max-width: none; }
.editor-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: start; }
.editor-layout h2 { font-size: 1.65rem; }
.owner-bar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 24px; }
.header-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.header-actions #signout { background: none; border: 0; padding: 12px 4px; color: inherit; text-decoration: underline; text-underline-offset: 4px; }
.danger-zone { margin-top: 40px; padding-top: 8px; border-top: 1px solid var(--border); }
.link-button { background: none; border: 0; padding: 12px 4px; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 4px; }
.account-zone { margin-top: 40px; }
.account-zone h2 { font-size: 1.25rem; }
.account-zone p { font-size: .9375rem; color: var(--muted); }
.danger-zone h2 { font-size: 1.25rem; }
.danger-zone p { font-size: .9375rem; color: var(--muted); }
.delete-dialog { max-width: min(440px, calc(100vw - 48px)); }
.delete-dialog::backdrop { background: #241a2d99; }
.delete-dialog h2 { font-size: 1.5rem; margin-bottom: 12px; }
.delete-dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.delete-dialog-actions .button { flex: 1 1 160px; }
.delete-list { list-style: none; margin: 0 0 16px; padding: 0; }
.delete-list li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--border); font-weight: 600; overflow-wrap: anywhere; }
.delete-list .button { flex-shrink: 0; }
#delete-status:empty { display: none; }
.account-hint { color: var(--muted); font-size: .9375rem; line-height: 1.5; margin-block: 8px 20px; }
#account-status { min-height: 3em; }
.display-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-block: 0 24px; }
.display-choice { flex: 1 1 300px; min-width: 0; max-width: 520px; }
.single-display { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
.display-picker { display: block; font-size: .875rem; font-weight: 600; }
.display-picker select { display: block; width: 100%; max-width: 100%; padding: 10px 12px; margin-top: 6px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--ink); font: inherit; font-weight: 400; }
.display-choice .account-hint { margin: 6px 0 0; font-size: .8125rem; }
#signed-in-as { overflow-wrap: anywhere; }
#signed-in-as:empty { display: none; }
.display-review-badge { display: inline-flex; align-items: center; gap: 8px; border-radius: 100px; padding: 7px 12px; background: #f0ebf3; color: #53425f; font-size: .8125rem; font-weight: 600; line-height: 1.4; }
.display-review-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.display-review-badge[data-status=approved], .display-review-badge[data-status=published] { background: #e6f2ed; color: #28634e; }
.display-review-badge[data-status=changes_requested] { background: #fff0d7; color: #75471b; }
.display-review-badge[data-status=rejected] { background: #fbe9e7; color: #963f35; }
#display-feedback { white-space: pre-wrap; overflow-wrap: anywhere; }
.media-slot { border-top: 1px solid var(--border); padding: 20px 0; }
.media-slot h3 { font-size: 1.2rem; }
.media-slot > p { color: var(--muted); font-size: .9375rem; }
.media-slot input[type=file] { padding: 10px; font-size: .875rem; }
.photo-picker { margin-block: 20px 12px; }
.photo-status { margin-block: 6px 12px; color: var(--muted); font-size: .875rem; }
.admin-page { padding-block: 30px 64px; }
.admin-page > h1 { font-size: clamp(2rem, 5vw, 3.6rem); }
.admin-controls { display: flex; flex-wrap: wrap; align-items: end; gap: 16px; }
.admin-controls label { display: grid; gap: 8px; }
.admin-controls select { max-width: 100%; padding: 12px; border: 1px solid var(--border); border-radius: 8px; background: white; color: var(--ink); font: inherit; }
.admin-signins h2 { font-size: 1.25rem; }
.admin-signins p { color: var(--muted); }
.admin-layout { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr); align-items: start; gap: 28px; margin-top: 24px; }
.admin-layout > * { min-width: 0; }
.admin-list { list-style: none; padding: 0; }
.admin-list li + li { margin-top: 12px; }
.admin-list button { width: 100%; display: grid; gap: 6px; padding: 16px; border: 1px solid var(--border); border-radius: 12px; background: white; color: var(--ink); text-align: left; font: inherit; cursor: pointer; overflow-wrap: anywhere; }
.admin-list button[aria-pressed=true] { background: var(--paper); border-color: var(--ink); }
.admin-list span, .admin-list small { color: var(--muted); }
.admin-detail-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px; margin-bottom: 24px; }
.admin-detail-header h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.15; overflow-wrap: anywhere; }
.admin-status-badge { display: inline-flex; align-items: center; gap: 8px; border-radius: 100px; padding: 7px 12px; background: #fff0d7; color: #75471b; font-size: .75rem; font-weight: 600; line-height: 1.4; }
.admin-status-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.admin-status-badge[data-status=approved], .admin-status-badge[data-status=published] { background: #e6f2ed; color: #28634e; }
.admin-status-badge[data-status=rejected] { background: #fbe9e7; color: #963f35; }
.admin-status-badge[data-status=deleted] { background: #eeeaf0; color: var(--muted); }
.admin-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 0; margin: 0 0 24px; border: 1px solid var(--border); border-radius: 12px; background: #faf8fb; padding: 4px; }
.admin-facts > div { min-width: 0; padding: 14px 16px; }
.admin-detail dt { font-size: .6875rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); }
.admin-detail dd { margin: 5px 0 0; white-space: pre-wrap; overflow-wrap: anywhere; font-size: .9375rem; }
.admin-detail .admin-empty { color: #796f7d; font-size: .875rem; font-weight: 400; }
.admin-summary-section { padding-block: 0 20px; }
.admin-summary-section + .admin-summary-section { padding-top: 18px; border-top: 1px solid var(--border); }
.admin-summary-section h3 { font-size: 1rem; font-weight: 650; margin: 0 0 8px; }
.admin-summary-section p { margin: 8px 0 0; font-size: .9375rem; line-height: 1.65; white-space: pre-wrap; overflow-wrap: anywhere; }
.admin-timestamps { display: flex; flex-wrap: wrap; gap: 16px 32px; margin: 0 0 28px; padding: 16px 0; border-block: 1px solid var(--border); }
.admin-timestamps dd { font-size: .8125rem; color: var(--muted); }
.admin-actions { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin-block: 20px; }
.admin-edit { margin-block: 24px; border-block: 1px solid var(--border); padding-block: 16px; }
.admin-edit summary { font-weight: 700; cursor: pointer; }
.admin-history { padding-left: 20px; overflow-wrap: anywhere; }
.admin-history li { margin-block: 20px; }
.admin-history p { margin-block: 4px; white-space: pre-wrap; }
@media (max-width: 760px) { .admin-layout { grid-template-columns: 1fr; } }
#record-preview { width: 100%; margin: 12px 0; }
.record-controls { display: flex; flex-wrap: wrap; gap: 10px; }
.optional { font-weight: 400; color: var(--muted); }
.form-footnote { font-size: .8125rem !important; margin-bottom: 0; }
.email-draft { margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--border); overflow-wrap: anywhere; }
.email-draft h4 { margin: 0; }
.email-draft p { font-size: .9375rem; }
.beyond { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 48px; }
.beyond p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--border); padding-block: 28px; font-size: .875rem; color: var(--muted); }
dialog { width: min(620px, calc(100% - 24px)); max-height: calc(100dvh - 32px); border: 0; border-radius: 18px; padding: 24px; color: var(--ink); background: var(--paper); overflow-y: auto; }
dialog::backdrop { background: #140d20bb; }
.dialog-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.dialog-top .eyebrow { margin: 0; }
.dialog-top button { border: 1px solid var(--border); background: #fff; border-radius: 50%; width: 44px; height: 44px; flex-shrink: 0; }
#detail-title { margin-top: 20px; }
.detail-address { color: var(--muted); margin: 10px 0 16px; }
.detail-schedule { background: #f6e9da; padding: 14px 16px; border-radius: 10px; white-space: pre-line; }
.detail-story { white-space: pre-line; }
#display-detail .detail-story + .detail-story { margin-top: 12px; }
.detail-media { width: 100%; margin: 12px 0; border-radius: 10px; }
img.detail-media { aspect-ratio: 4 / 3; max-height: 340px; object-fit: contain; background: #eee7ee; }
video.detail-media { aspect-ratio: 16 / 9; background: #eee7ee; }
.media-preview { position: relative; margin-block: 12px; border-radius: 10px; }
.media-preview > .detail-media { display: block; margin: 0; }
.media-remove { position: absolute; top: 8px; right: 8px; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--border); border-radius: 50%; background: #fffffff2; color: var(--ink); box-shadow: 0 2px 8px #291e3026; }
.media-remove:hover:not(:disabled) { color: #963f35; background: #fff0ed; border-color: #dba9a2; }
.media-preview[data-kind=audio] { display: flex; align-items: center; gap: 8px; }
.media-preview[data-kind=audio] > audio { flex: 1; min-width: 0; width: 0; }
.media-preview[data-kind=audio] > .media-remove { position: static; flex-shrink: 0; box-shadow: none; }
.media-error { font-size: .875rem; color: #854610; }
.poster-loading { position: absolute; left: 8px; bottom: 8px; margin: 0; padding: 4px 10px; border-radius: 999px; background: #291e30b3; color: #fff; font-size: .75rem; pointer-events: none; }
.upload-placeholder { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; border-radius: 10px; color: var(--muted); font-size: .875rem; background: linear-gradient(100deg, #eee7ee 40%, #f8f3f8 50%, #eee7ee 60%); background-size: 200% 100%; animation: upload-shimmer 1.6s linear infinite; }
.upload-placeholder[data-kind=photo] { aspect-ratio: 4 / 3; max-height: 340px; }
.upload-placeholder[data-kind=video] { aspect-ratio: 16 / 9; }
.upload-placeholder[data-kind=audio] { min-height: 54px; }
.upload-spinner { width: 20px; height: 20px; flex-shrink: 0; border-radius: 50%; border: 3px solid #d9ced9; border-top-color: var(--ink); animation: upload-spin .9s linear infinite; }
@keyframes upload-shimmer { to { background-position: -200% 0; } }
@keyframes upload-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .upload-placeholder, .upload-spinner { animation: none; } }
.poster-debug { font-size: .75rem; color: var(--muted); margin: 4px 0 0; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.detail-visit { width: 100%; margin-top: 20px; }
.narration-label { color: var(--muted); font-size: .875rem; }
.skip-link { position: absolute; z-index: 100; top: -80px; left: 16px; background: #fff; padding: 12px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
@media (max-width: 900px) { .join-layout { gap: 32px; } .tour-layout { grid-template-columns: minmax(260px, 1fr) 1.2fr; } }
@media (max-width: 680px) {
  .editor-layout { grid-template-columns: 1fr; }
  .wrap { width: calc(100% - 32px); } .site-header { min-height: 74px; gap: 12px; flex-wrap: wrap; padding-block: 16px; } .brand { font-size: 1rem; } nav { gap: 12px; } nav a { font-size: .875rem; } nav a:first-child { display: none; }
  .event-intro { grid-template-columns: 1fr; position: relative; min-height: 340px; } .intro-copy { padding: 26px; align-self: start; } h1 { font-size: clamp(2.8rem, 12vw, 4.2rem); } .intro-art { position: absolute; inset: 0; opacity: .3; mask-image: linear-gradient(to right, transparent, black 60%); } .intro-text { color: #f3e5f5; font-size: 1rem; } .hero-cta { display: inline-flex; }
  .section-heading { align-items: start; margin-bottom: 20px; } .section-note { display: none; } .section-heading .eyebrow { font-size: .75rem; } .explore { padding-top: 28px; }
  .tour-toolbar { flex-wrap: wrap; gap: 10px; } .search-label { flex-basis: 100%; } .filter-label { flex: 1; } .filter-label select { flex: 1; min-width: 0; } #fit-map { font-size: .875rem; padding-inline: 10px; }
  .tour-layout { grid-template-columns: 1fr; gap: 14px; } .map-panel { grid-row: 1; height: 290px; } .checklist-panel { height: auto; max-height: 500px; min-height: 200px; } .display-list { max-height: 380px; } .map-status { left: 50px; right: 10px; font-size: .8125rem; } .map-key { padding: 6px 10px; }
  .join-section { padding-block: 40px; } .join-layout { grid-template-columns: 1fr; } .join-copy { max-width: none; } .join-form { padding: 24px 20px; } .beyond { align-items: start; flex-direction: column; } footer { flex-wrap: wrap; gap: 16px; } footer span { order: 3; flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  @page { margin: 15mm; }
  body { background: white; color: black; font: 11pt/1.4 system-ui, sans-serif; }
  body > :not(#print-checklist) { display: none !important; }
  #print-checklist { display: block !important; }
  #print-checklist h1 { color: black; font: bold 22pt/1.2 system-ui, sans-serif; margin: 0 0 8pt; }
  #print-checklist p { margin: 4pt 0 12pt; }
  #print-checklist ol { list-style: none; padding: 0; }
  #print-checklist li { break-inside: avoid; border-bottom: 1px solid #bbb; padding: 10pt 0; }
  #print-checklist li strong { display: block; font-size: 13pt; }
  #print-checklist li span { display: block; padding-left: 22pt; }
}

html[data-halloween-test] .tour-coming-soon { display: none; }
