:root {
  --green-950: #07351d;
  --green-900: #0a4c28;
  --green-800: #0f6c35;
  --green-700: #198447;
  --green-200: #b8d9bc;
  --green-100: #dcebdc;
  --cream: #f2efe5;
  --paper: #fbfaf5;
  --white: #ffffff;
  --ink: #17231c;
  --muted: #68736c;
  --line: rgba(23, 35, 28, .14);
  --shadow: 0 24px 70px rgba(11, 58, 31, .13);
  --radius: 26px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color-scheme: light;
}

:root[data-theme='dark'] {
  --cream: #0e1812;
  --paper: #152219;
  --white: #19281e;
  --ink: #f4f2e9;
  --muted: #b4beb7;
  --line: rgba(255, 255, 255, .13);
  --shadow: 0 24px 70px rgba(0, 0, 0, .35);
  color-scheme: dark;
}

:root[data-theme='dark'] .visit-card,
:root[data-theme='dark'] .map-card {
  background-color: #f9f8f1;
  color: #17381f;
}
:root[data-theme='dark'] .visit-card h2,
:root[data-theme='dark'] .visit-card p,
:root[data-theme='dark'] .map-card strong {
  color: #17381f;
}
:root[data-theme='dark'] .visit-card .muted,
:root[data-theme='dark'] .map-card span {
  color: #53695a;
}
:root[data-theme='dark'] .visit-card .button-ghost {
  color: #17381f;
  border-color: rgba(23,56,31,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--ink); color: var(--paper); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--cream) 88%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--green-800); color: #fff; font-family: var(--serif); font-size: 28px; font-style: italic; overflow: hidden; flex: 0 0 auto; }
.brand-mark-logo img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: .9; }
.brand-copy small { letter-spacing: .22em; font-size: 9px; }
.brand-copy strong { font: 28px/1 var(--serif); }
.site-nav, .admin-nav { display: flex; align-items: center; gap: 23px; }
.site-nav > a:not(.button), .admin-nav a { text-decoration: none; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.button):hover, .admin-nav a:hover { color: var(--green-700); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--ink); border-radius: 999px; padding: 8px 14px; }
.theme-toggle { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--ink); }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 48px; padding: 12px 22px; border: 1px solid var(--green-800); border-radius: 999px; background: var(--green-800); color: #fff; text-decoration: none; font-weight: 750; box-shadow: 0 9px 25px rgba(15, 108, 53, .18); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-700); border-color: var(--green-700); }
.button:disabled { opacity: .65; cursor: wait; transform: none; }
.button-small { min-height: 40px; padding: 9px 16px; font-size: 14px; }
.button-ghost { background: transparent; color: var(--ink); border-color: var(--line); box-shadow: none; }
.button-ghost:hover { color: #fff; border-color: var(--green-800); }
.button-block { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button-row-center { justify-content: center; }

.hero { position: relative; overflow: hidden; padding: 76px 0 90px; background:
  radial-gradient(circle at 16% 20%, rgba(184, 217, 188, .55), transparent 35%),
  linear-gradient(135deg, var(--paper), var(--cream)); }
.hero::after { content: ''; position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: repeating-linear-gradient(100deg, transparent 0 13px, rgba(15,108,53,.08) 14px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.eyebrow { margin-bottom: 14px; color: var(--green-700); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.02; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; font-size: clamp(54px, 7vw, 94px); }
h1 em, h2 em { color: var(--green-800); font-weight: 500; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 66px); }
h3 { margin-bottom: 12px; font-size: 23px; }
p { margin-top: 0; }
.hero-lead { max-width: 720px; font-size: clamp(18px, 2vw, 22px); color: var(--muted); }
.hero-copy .button-row { margin-top: 31px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 36px; color: var(--muted); font-size: 13px; font-weight: 650; }
.hero-proof span::before { content: '•'; color: var(--green-700); margin-right: 8px; }
.hero-art { position: relative; }
.hero-art img { width: 100%; height: auto; border-radius: 36px; box-shadow: var(--shadow); }
.hero-art-feature { padding: 14px; border: 1px solid var(--line); border-radius: 42px; background: color-mix(in srgb, var(--paper) 90%, transparent); box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-art-feature > img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center 58%; box-shadow: none; }
.hero-art-label { position: absolute; left: 36px; top: 34px; display: grid; gap: 2px; max-width: 225px; padding: 13px 16px; border-radius: 16px; background: rgba(7,53,29,.9); color: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.hero-art-label span { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-art-label strong { font: 29px/1 var(--serif); }
.hero-stamp { position: absolute; right: -18px; bottom: -24px; display: grid; place-items: center; min-width: 160px; min-height: 160px; padding: 20px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); color: var(--green-800); font-family: var(--serif); font-size: 54px; text-align: center; }
.hero-stamp small { display: block; margin-top: -8px; color: var(--muted); font: 9px/1.4 var(--sans); letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 105px 0; }
.paper-section { background-color: var(--paper); background-image: radial-gradient(rgba(15,108,53,.08) .8px, transparent .8px); background-size: 9px 9px; }
.editorial-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.large-copy { font: clamp(23px, 2.7vw, 35px)/1.35 var(--serif); color: var(--muted); }
.large-copy p:first-child { color: var(--ink); }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }
.split-heading > p { max-width: 450px; color: var(--muted); font-size: 18px; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.menu-card { min-height: 285px; padding: 34px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 12px 40px rgba(12, 55, 30, .06); }
.menu-card span { margin-bottom: auto; color: var(--green-700); font-size: 12px; font-weight: 850; }
.menu-card p { margin-bottom: 0; color: var(--muted); max-width: 470px; }
.menu-card-green { background: var(--green-800); color: #fff; }
.menu-card-green span, .menu-card-green p { color: rgba(255,255,255,.75); }
.menu-card-cream { background: var(--green-100); color: #17381f; }
.menu-card-cream p { color: #4f6757; }

.event-feature { background: var(--green-950); color: #fff; overflow: hidden; }
.event-feature-grid { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr); gap: 72px; align-items: center; }
.event-poster-wrap { width: min(100%, 410px); margin-inline: auto; padding: 11px; border-radius: 26px; background: rgba(255,255,255,.08); transform: rotate(-1.1deg); }
.event-poster-wrap img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; border-radius: 17px; }
.event-feature-copy h2 { font-size: clamp(50px, 7vw, 82px); }
.event-feature-copy .eyebrow { color: #9ad0a3; }
.event-subtitle { font-size: 17px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.event-feature-copy > p { max-width: 660px; color: rgba(255,255,255,.72); font-size: 18px; }
.event-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 31px 0; }
.event-facts div { padding: 18px; border-radius: 17px; border: 1px solid rgba(255,255,255,.18); }
.event-facts small { display: block; margin-bottom: 5px; color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.event-facts strong { display: block; line-height: 1.25; }
.availability-line { margin: 24px 0; padding: 14px 18px; border-radius: 14px; background: rgba(255,255,255,.09); color: rgba(255,255,255,.86); }

.visit-section { background: #dcebdc; color: #17381f; }
.visit-section h2, .visit-section h3, .visit-section p, .visit-section .eyebrow { color: #17381f; }
.visit-section .muted { color: #53695a; }
.visit-section .button-ghost { color: #17381f; border-color: rgba(23,56,31,.25); background: transparent; }
.visit-section .button-ghost:hover { color: #fff; background: #0f6c35; border-color: #0f6c35; }
.visit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: stretch; }
.visit-card, .map-card { border-radius: 30px; background: #f9f8f1; border: 1px solid rgba(23,56,31,.12); padding: 45px; }
.visit-card p { max-width: 640px; font-size: 18px; }
.muted { color: var(--muted); }
.map-card { min-height: 380px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; text-decoration: none; overflow: hidden; background:
  linear-gradient(135deg, rgba(255,255,255,.82), rgba(220,235,220,.9)),
  repeating-linear-gradient(35deg, transparent 0 30px, rgba(15,108,53,.07) 31px 33px); }
.map-card::before, .map-card::after { content: ''; position: absolute; border: 2px solid rgba(15,108,53,.18); border-radius: 50%; }
.map-card::before { width: 380px; height: 380px; right: -170px; top: -170px; }
.map-card::after { width: 210px; height: 210px; left: -100px; bottom: -80px; }
.map-pin { position: absolute; left: 45%; top: 33%; display: grid; place-items: center; width: 82px; height: 82px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--green-800); color: white; font: 35px var(--serif); box-shadow: var(--shadow); }
.map-pin::first-letter { transform: rotate(45deg); }
.map-card strong, .map-card span { position: relative; z-index: 1; display: block; }
.map-card strong { font-size: 26px; font-family: var(--serif); }
.map-card span { color: #53695a; }
.map-card .map-arrow { position: absolute; right: 34px; bottom: 39px; color: var(--green-800); font-size: 30px; }

.site-footer { padding: 70px 0 25px; background: #082c19; color: #eaf1eb; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .95fr .8fr; gap: 55px; }
.footer-grid h2 { font: 12px var(--sans); letter-spacing: .14em; text-transform: uppercase; color: #9dc5a6; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.67); }
.footer-brand { font: 29px var(--sans); }
.footer-brand em { font: 47px var(--serif); }
.footer-note { margin-top: 12px; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 12px; }

.event-hero { padding: 66px 0 90px; background: var(--green-950); color: white; }
.event-hero-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: center; }
.event-hero h1 { font-size: clamp(60px, 8vw, 105px); }
.event-hero .eyebrow { color: #a9d5b1; }
.event-hero .hero-lead { color: rgba(255,255,255,.75); }
.back-link { display: inline-block; margin-bottom: 34px; color: inherit; text-decoration: none; font-size: 14px; opacity: .75; }
.event-facts-large { grid-template-columns: 1fr 1fr; }
.event-facts-large div:last-child { grid-column: 1 / -1; }
.admission-banner { display: inline-block; margin-bottom: 24px; padding: 12px 16px; background: #d9efdb; color: #17381f; border-radius: 10px; font-weight: 850; }
.event-poster-large { width: min(100%, 420px); transform: rotate(.7deg); }
.learning-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.learning-list { display: grid; }
.learning-list article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.learning-list article > span { color: var(--green-700); font-weight: 800; font-size: 12px; }
.learning-list h3 { margin-bottom: 6px; }
.learning-list p { margin-bottom: 0; color: var(--muted); }
.registration-section { background: linear-gradient(135deg, var(--green-100), var(--cream)); }
.registration-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: start; }
.registration-summary { position: sticky; top: 112px; }
.summary-box { display: grid; gap: 6px; margin-top: 30px; padding: 24px; border: 1px solid rgba(23,56,31,.15); border-radius: 18px; background: rgba(255,255,255,.58); color: #17381f; }
.form-card { padding: 38px; border-radius: 30px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.field { margin-bottom: 24px; }
.field label, .fieldset legend { display: block; margin-bottom: 9px; font-weight: 760; }
.field label > span, .fieldset legend > span, .check-row strong { color: #bd3c2b; }
.field label small { color: var(--muted); font-weight: 500; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: var(--white); color: var(--ink); padding: 13px 14px; outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(25,132,71,.12); }
textarea { resize: vertical; }
.form-two-columns { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.form-three-columns { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.fieldset { padding: 0; border: 0; }
.radio-card { display: flex; gap: 13px; align-items: flex-start; padding: 15px; margin-bottom: 10px; border: 1px solid var(--line); border-radius: 15px; cursor: pointer; }
.radio-card:has(input:checked) { border-color: var(--green-700); background: rgba(25,132,71,.08); }
.radio-card input, .check-row input { width: auto; margin-top: 4px; accent-color: var(--green-800); }
.radio-card span { display: grid; gap: 2px; }
.radio-card small, .field-help, .form-note { color: var(--muted); font-size: 13px; }
.check-row { display: flex; gap: 12px; align-items: flex-start; margin: 14px 0 25px; }
.honeypot { position: absolute; left: -9999px; }
.field-error { display: block; margin-top: 7px; color: #b3392b; font-weight: 650; }
.form-error-summary { margin-bottom: 22px; padding: 14px 16px; border-radius: 13px; border: 1px solid rgba(190,57,43,.25); background: rgba(190,57,43,.08); color: #a92f23; }
.closed-message { padding: 40px 10px; text-align: center; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 780; font-size: 18px; }
.faq-list p { margin: 14px 0 0; color: var(--muted); }

.status-page { min-height: 72vh; display: grid; place-items: center; padding: 70px 0; background: radial-gradient(circle at top, var(--green-100), var(--cream) 60%); }
.status-shell { max-width: 760px; }
.status-card { padding: clamp(30px, 6vw, 60px); border-radius: 32px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); text-align: center; }
.status-card h1 { font-size: clamp(42px, 7vw, 70px); }
.status-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 22px; border-radius: 50%; background: var(--green-800); color: white; font: 35px var(--serif); }
.status { display: inline-flex; align-items: center; padding: 5px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.status-large { padding: 8px 14px; font-size: 14px; }
.status-pending { background: #fff0be; color: #6b5200; }
.status-confirmed, .status-attended { background: #d7efdc; color: #135d2d; }
.status-waitlisted { background: #dfe8ff; color: #294a91; }
.status-cancelled, .status-declined, .status-no_show { background: #f3dddd; color: #7c2929; }
.status-message { max-width: 560px; margin: 20px auto 30px; color: var(--muted); font-size: 18px; }
.confirmation-details { display: grid; gap: 0; margin: 30px 0; text-align: left; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.confirmation-details div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.confirmation-details div:last-child { border-bottom: 0; }
.confirmation-details dt { color: var(--muted); }
.confirmation-details dd { margin: 0; font-weight: 700; }
.reference-form { display: grid; gap: 12px; text-align: left; max-width: 420px; margin: 30px auto 0; }

.flash { padding: 11px 0; font-weight: 700; font-size: 14px; }
.flash-success { background: #d7efdc; color: #135d2d; }
.flash-error { background: #f3dddd; color: #7c2929; }

.admin-body { background: #f4f5f1; color: #17231c; }
.admin-header { background: #0b3e23; color: white; }
.admin-header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand-admin .brand-mark { background: white; color: #0b3e23; }
.admin-nav { gap: 18px; }
.admin-nav a { color: rgba(255,255,255,.76); }
.admin-main { min-height: calc(100vh - 145px); padding-top: 45px; padding-bottom: 70px; }
.admin-footer { padding: 18px 0 30px; color: #728076; font-size: 12px; }
.auth-wrap { min-height: 70vh; display: grid; place-items: center; }
.auth-card { width: min(470px, 100%); padding: 36px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.auth-card-wide { width: min(780px, 100%); }
.auth-card h1 { font-size: 48px; }
.auth-card .back-link { margin-top: 20px; }
.admin-title-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 25px; margin-bottom: 30px; }
.admin-title-row h1 { margin-bottom: 5px; font-size: 58px; }
.admin-title-row p { margin: 0; color: #68736c; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; margin-bottom: 24px; }
.metric-grid article { padding: 24px; border-radius: 18px; background: white; border: 1px solid rgba(23,35,28,.08); }
.metric-grid small { display: block; min-height: 42px; color: #68736c; }
.metric-grid strong { display: block; font: 47px var(--serif); color: #0f6c35; }
.admin-panel { margin-bottom: 24px; padding: 28px; border-radius: 22px; background: white; border: 1px solid rgba(23,35,28,.08); }
.panel-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 20px; }
.panel-heading h2, .admin-panel h2 { margin-bottom: 6px; font: 31px var(--serif); }
.panel-heading p { color: #68736c; margin: 0; }
.progress-track { height: 12px; overflow: hidden; border-radius: 999px; background: #e4e9e5; }
.progress-track span { display: block; height: 100%; background: #198447; border-radius: inherit; }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; min-width: 700px; }
.data-table th, .data-table td { padding: 14px 10px; text-align: left; border-bottom: 1px solid rgba(23,35,28,.09); vertical-align: middle; }
.data-table th { color: #68736c; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.data-table td small { display: block; color: #68736c; }
.data-table a { color: #0f6c35; font-weight: 700; }
.empty-state { padding: 35px 10px; text-align: center; color: #68736c; }
.filter-bar { display: grid; grid-template-columns: 1fr 220px auto auto; gap: 10px; align-items: center; }
.admin-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.admin-details { display: grid; gap: 0; }
.admin-details div { padding: 14px 0; border-bottom: 1px solid rgba(23,35,28,.09); }
.admin-details dt { color: #68736c; font-size: 12px; }
.admin-details dd { margin: 4px 0 0; font-weight: 650; }
.admin-form-wide { max-width: 960px; }
.check-stack { margin-bottom: 25px; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 70px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav .button { width: 100%; }
  .theme-toggle { width: 100%; border-radius: 999px; }
  .hero-grid, .editorial-grid, .split-heading, .event-feature-grid, .visit-grid, .event-hero-grid, .learning-grid, .registration-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-art { max-width: 620px; margin-inline: auto; }
  .event-feature-grid { gap: 45px; }
  .event-poster-wrap { max-width: 560px; margin-inline: auto; }
  .registration-summary { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .admin-header-inner { align-items: flex-start; padding-block: 15px; }
  .admin-nav { flex-wrap: wrap; justify-content: flex-end; }
  .metric-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .admin-two-column { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 24px; }
  .hero { padding: 50px 0 72px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  h2 { font-size: 42px; }
  .section { padding: 75px 0; }
  .hero-grid { gap: 40px; }
  .hero-art-label { left: 24px; top: 24px; max-width: 180px; padding: 10px 12px; }
  .hero-stamp { right: 8px; bottom: -30px; min-width: 125px; min-height: 125px; font-size: 43px; }
  .menu-grid, .form-two-columns, .form-three-columns, .event-facts, .event-facts-large { grid-template-columns: 1fr; }
  .event-facts-large div:last-child { grid-column: auto; }
  .form-card, .visit-card, .map-card, .auth-card, .admin-panel { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .confirmation-details div { grid-template-columns: 1fr; gap: 4px; }
  .admin-header-inner { flex-direction: column; }
  .admin-nav { justify-content: flex-start; }
  .admin-title-row { align-items: flex-start; flex-direction: column; }
  .admin-title-row h1 { font-size: 48px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .filter-bar { grid-template-columns: 1fr; }
}


.setup-fieldset {
    border: 1px solid var(--line, #d8e2d8);
    border-radius: 18px;
    margin: 0 0 24px;
    padding: 22px;
}
.setup-fieldset legend {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0 8px;
}
.field small {
    color: var(--muted, #657067);
    display: block;
    font-size: .82rem;
    margin-top: 6px;
}

/* v1.1.3 administrator account management */
.accounts-layout { align-items: start; }
.account-list { display: grid; gap: 12px; }
.account-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 17px; border: 1px solid rgba(23,35,28,.1); border-radius: 16px; background: #fafbf8; }
.account-row strong, .account-row small { display: block; }
.account-row small { margin-top: 3px; color: #68736c; }
.account-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 8px; }
.account-actions form { margin: 0; }
.button-danger { background: #7c2929; border-color: #7c2929; box-shadow: none; }
.button-danger:hover { background: #641f1f; border-color: #641f1f; }
@media (max-width: 640px) {
  .account-row { align-items: flex-start; flex-direction: column; }
  .account-actions { justify-content: flex-start; width: 100%; }
}

/* v1.1.4 customer email and reminder tools */
.code-block {
    margin: 16px 0;
    padding: 15px 17px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--paper-2);
    color: var(--ink);
    font: 13px/1.6 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}
