:root {
  --paper: #f4f0e7;
  --paper-deep: #e9e2d6;
  --ink: #1d2926;
  --muted: #5f6b67;
  --teal: #2f7d8b;
  --teal-soft: #cbe5df;
  --teal-pale: #e1efeb;
  --coral: #f2a489;
  --white: #fffdf8;
  --line: #d8d1c5;
  --danger: #9a3e32;
  --shadow: 0 24px 70px rgba(29, 41, 38, .1);
  --radius: 4px;
  --brand-logo-width: 142px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.6rem); margin-bottom: 1.6rem; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); margin-bottom: 1rem; }
h3 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
h4 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
main { overflow-x: hidden;}
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.content-brand { display: inline-flex; float: left; margin: 0 1.4rem 1.4rem 4px; }
.content-brand img { display: block; width: var(--brand-logo-width); height: auto; }
.content-brand + .eyebrow { min-height: 42px; display: flex; align-items: center; }
.content-brand + .eyebrow + * { clear: both; }
.site-footer { width: min(1180px, calc(100% - 40px)); margin: 5rem auto 0; padding: 1.5rem 0 2.5rem; border-top: 1px solid var(--line); color: var(--muted); display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: .82rem; }
.site-footer-brand { display: grid; gap: .2rem; }
.site-footer-powered-by { width: fit-content; color: var(--muted); font-size: .72rem; letter-spacing: .025em; text-decoration: none; }
.site-footer-powered-by span { opacity: .8; }
.site-footer-powered-by strong { color: var(--teal); font-weight: 800; }
.site-footer-powered-by:hover strong { border-bottom: 1px solid currentColor; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .9rem; }
.site-footer nav a { text-decoration: none; font-weight: 700; border-bottom: 1px solid transparent; }
.site-footer nav a:hover { border-color: currentColor; }
.eyebrow { color: var(--teal); font-size: .74rem; font-weight: 850; letter-spacing: .18em; margin-bottom: 1.5rem; }
.eyebrow::before { content: ""; display: inline-block; width: 38px; height: 2px; vertical-align: middle; margin-right: 12px; background: var(--teal); }
.lead { max-width: 690px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 5vw; padding: 2rem 0 6rem; }
.hero h1 span { color: var(--teal); display: block; }
.hero-copy { position: relative; z-index: 1; }
.hero-art { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; width: 125%; aspect-ratio: 1; background: var(--teal-soft); border-radius: 44% 54% 48% 50%; transform: rotate(8deg); z-index: -2; max-width: 90vw; }
.hero-art::after { content: ""; position: absolute; width: 120px; height: 120px; right: -3rem; top: 1rem; border: 2px dashed var(--coral); border-radius: 50%; z-index: -1;}
.hero-art-background { display: none; }
.calendar-card { position: relative; z-index: 1; width: min(390px, 80%); min-height: 300px; background: var(--white); padding: 2.8rem; box-shadow: var(--shadow); transform: rotate(-2deg); }
.calendar-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 12px; background: var(--ink); }
.calendar-card small { display: block; color: var(--teal); letter-spacing: .16em; font-weight: 800; margin-bottom: 1rem; }
.calendar-card strong { display: block; font-size: 2.2rem; line-height: 1.05; }
.calendar-lines { display: grid; gap: .75rem; margin: 2rem 0; }
.calendar-lines i { height: 12px; background: var(--teal-pale); }
.calendar-lines i:nth-child(2) { width: 78%; }
.calendar-lines i:nth-child(3) { width: 54%; }
.calendar-check { position: absolute; display: grid; place-items: center; right: -25px; bottom: -25px; width: 74px; height: 74px; border-radius: 50%; background: var(--ink); color: white; font-size: 2rem; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; font-size: .78rem; color: var(--muted); }
.trust-row span { border-top: 1px solid var(--line); padding-top: 1rem; }
.trust-row strong { display: block; color: var(--teal); font-size: .88rem; }
.booking-types { padding: 0 0; }
.section-intro { max-width: 740px; margin-bottom: 3rem; }
.section-intro > p:last-child { color: var(--muted); font-size: 1.08rem; }
.contact-group + .contact-group { margin-top: 5rem; }
.contact-heading { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.contact-heading .eyebrow { margin-bottom: .4rem; }
.contact-heading h3 { margin-bottom: .25rem; }
.contact-heading .text-link { margin-left: auto; text-align: right; }
.contact-email { margin-bottom: 0; color: var(--muted); font-size: .85rem; }
.organizer-photo-index { width: 76px; height: 76px; flex: 0 0 auto; }
.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.type-card { min-height: 430px; padding: 2rem; background: var(--white); border-top: 5px solid var(--teal); display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s, box-shadow .2s; }
.type-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.type-number { color: var(--coral); font: italic 2rem Georgia, serif; }
.type-card .meta { color: var(--teal); font-size: .68rem; letter-spacing: .12em; font-weight: 800; }
.type-card p { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 54px; padding: .85rem 1.35rem; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: white; text-decoration: none; font-weight: 800; cursor: pointer; transition: .18s ease; }
.button:hover:not(:disabled) { background: var(--teal); border-color: var(--teal); transform: translateY(-1px); }
.button:disabled { opacity: .45; cursor: not-allowed; }
.button-arrow { justify-content: space-between; }
.button-arrow span { font-size: 1.35rem; }
.button-secondary { background: transparent; color: var(--ink); }
.demo-note { margin-top: 2rem; padding: 1rem 1.2rem; background: #fff4df; border-left: 4px solid #d9952c; color: #67502f; }
.contact-hero { min-height: 360px; padding: 3rem 0 2rem; }
.contact-hero-copy { width: 100%; }
.contact-hero .content-brand { float: none; display: flex; margin: 2.5rem 0 1.5rem; }
.contact-hero .content-brand + .eyebrow { min-height: 0; display: block; clear: none; }
.contact-hero .content-brand + .eyebrow + * { clear: none; }
.contact-identity { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.contact-title { max-width: 760px; }
.contact-hero h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.contact-hero h1 span { color: var(--teal); }
.contact-photo { width: clamp(150px, 20vw, 240px); height: clamp(150px, 20vw, 240px); flex: 0 0 auto; }
.contact-booking-types { padding-top: 3rem; }
.booking-shell { display: grid; grid-template-columns: .72fr 1.28fr; margin-top: 3rem; background: var(--white); min-height: 720px; box-shadow: var(--shadow); }
.booking-summary { padding: 3rem; background: var(--ink); color: white; position: relative; overflow: hidden; }
.booking-summary::after { content: ""; position: absolute; width: 280px; height: 280px; left: -80px; bottom: -100px; border: 2px dashed var(--coral); border-radius: 50%; opacity: .55; }
.booking-summary .eyebrow { margin-top: 4rem; color: #86c6cf; }
.booking-summary .eyebrow::before { background: #86c6cf; }
.booking-summary h1 { font-size: clamp(2.1rem, 4vw, 3.7rem); }
.booking-summary > p { color: #c7d0cd; }
.organizer-photo { object-fit: cover; border-radius: 50%; border: 4px solid rgba(255, 255, 255, .9); box-shadow: 0 10px 26px rgba(0, 0, 0, .22); }
.organizer-photo-summary { display: block; width: 132px; height: 132px; margin: 1.75rem 0; }
.back-link { color: inherit; font-size: .85rem; font-weight: 700; text-decoration: none; }
.booking-facts { margin: 2.5rem 0; }
.booking-facts div { padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; gap: 1rem; }
.booking-facts dt { color: #9facaa; }
.booking-facts dd { margin: 0; font-weight: 700; text-align: right; }
.privacy-hint { position: relative; z-index: 1; font-size: .78rem; }
.booking-panel { padding: 3rem clamp(1.5rem, 5vw, 4rem); }
.steps { display: flex; gap: 1.5rem; list-style: none; padding: 0 0 2rem; margin: 0 0 2.5rem; border-bottom: 1px solid var(--line); color: #9b9f9d; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.steps li { display: flex; align-items: center; gap: .5rem; }
.steps span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid currentColor; border-radius: 50%; }
.steps li.active { color: var(--teal); }
.booking-step { display: none; }
.booking-step.active { display: block; animation: fade-in .25s ease; }
@keyframes fade-in { from { opacity: 0; transform: translateY(6px); } }
.booking-step h2 { font-size: clamp(2rem, 4vw, 3rem); }
.field { display: grid; gap: .45rem; margin-bottom: 1.25rem; }
.field > span:first-child, .question legend { font-weight: 750; font-size: .86rem; }
.field small { color: var(--muted); }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); padding: .83rem .9rem; outline: 0; }
input:focus, textarea:focus, select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(47,125,139,.13); }
input.input-validation-error, textarea.input-validation-error, select.input-validation-error { border-color: var(--danger); background: #fff7f5; box-shadow: 0 0 0 3px rgba(154,62,50,.1); }
.field:has(.input-validation-error) > span:first-child { color: var(--danger); }
input[readonly] { background: #eeece6; color: var(--muted); border-style: dashed; cursor: not-allowed; }
textarea { resize: vertical; }
.slot-status { margin: 1rem 0; color: var(--muted); min-height: 1.5em; }
.availability-picker { display: grid; grid-template-columns: minmax(300px, .95fr) minmax(260px, 1.05fr); gap: 2rem; align-items: start; margin: 1.5rem 0 2rem; }
.month-calendar { min-width: 0; padding: 1rem; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.calendar-toolbar { display: grid; grid-template-columns: 40px 1fr 40px; align-items: center; gap: .5rem; margin-bottom: 1rem; text-transform: capitalize; }
.calendar-toolbar strong { text-align: center; font-size: 1rem; }
.calendar-toolbar button { width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
.calendar-toolbar button:disabled { opacity: .25; cursor: not-allowed; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .3rem; }
.calendar-weekdays { margin-bottom: .35rem; color: var(--muted); font-size: .68rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.calendar-grid { min-height: 250px; transition: opacity .15s; }
.calendar-grid.loading { opacity: .45; pointer-events: none; }
.calendar-grid > span, .calendar-grid > button { aspect-ratio: 1; }
.calendar-grid button { position: relative; width: 100%; min-width: 0; padding: 0; border: 0; background: #f5f2eb; color: #b0b0aa; cursor: not-allowed; }
.calendar-grid button.available { border: 1px solid transparent; background: var(--teal-pale); color: var(--ink); cursor: pointer; font-weight: 800; }
.calendar-grid button.available:hover { border-color: var(--teal); }
.calendar-grid button.selected { background: var(--teal); color: white; }
.calendar-grid button i { position: absolute; bottom: 2px; left: calc(50% - 2px); width: 4px; height: 4px; background: var(--teal); border-radius: 50%; }
.calendar-grid button.selected i { background: white; }
.calendar-legend { display: flex; align-items: center; gap: .5rem; margin-top: .9rem; color: var(--muted); font-size: .72rem; }
.calendar-legend i { width: 10px; height: 10px; background: var(--teal-pale); border: 1px solid var(--teal); border-radius: 50%; }
.time-picker > strong { display: block; min-height: 2.6rem; font-size: 1.05rem; }
.slot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .65rem; min-height: 100px; margin: 1rem 0 2rem; }
.slot { padding: .8rem; border: 1px solid var(--teal); background: transparent; color: var(--teal); font-weight: 800; cursor: pointer; }
.slot:hover, .slot.selected { background: var(--teal); color: white; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.company-name-field { grid-column: 1 / -1; }
.form-grid.three { grid-template-columns: repeat(3, 1fr); }
.question { border: 0; padding: 0; margin: 1.8rem 0; }
.question legend { margin-bottom: .8rem; }
.question.invalid { margin-inline: -.8rem; padding: .8rem; border-left: 4px solid var(--danger); background: #fff3f0; }
.question.invalid legend { color: var(--danger); }
.question-error { display: block; min-height: 1.1rem; margin-top: .55rem; color: var(--danger); font-size: .78rem; font-weight: 700; }
.choice-grid { display: flex; flex-wrap: wrap; gap: .65rem; }
.choice { cursor: pointer; }
.choice input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.choice span { display: block; min-width: 62px; padding: .7rem .85rem; border: 1px solid var(--line); text-align: center; background: white; }
.choice input:checked + span { border-color: var(--teal); background: var(--teal-pale); color: var(--teal); font-weight: 750; }
.button-row { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.review-card { background: var(--teal-pale); border-left: 5px solid var(--teal); padding: 1.5rem; }
.review-card dl { margin: 0; display: grid; gap: .8rem; }
.review-card div { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; }
.review-card dt { color: var(--muted); }
.review-card dd { margin: 0; font-weight: 750; }
.error-box { padding: .9rem 1rem; margin: 1rem 0; background: #fae8e4; border-left: 4px solid var(--danger); color: var(--danger); }
.error-box:empty { display: none; }
.error-page { min-height: calc(100vh - 150px); display: grid; place-items: center; padding: 4rem 0; }
.error-card { position: relative; width: min(820px, 100%); padding: clamp(2rem, 6vw, 5rem); overflow: hidden; border-top: 7px solid var(--danger); background: var(--white); box-shadow: var(--shadow); }
.error-card::after { content: ""; position: absolute; z-index: 0; width: 260px; height: 260px; right: -130px; top: -130px; border: 2px dashed var(--coral); border-radius: 50%; opacity: .65; }
.error-card > * { position: relative; z-index: 1; }
.error-card h1 { max-width: 680px; margin-bottom: 1.5rem; font-size: clamp(2.7rem, 7vw, 5.2rem); }
.error-lead { max-width: 680px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.error-reference { margin: 2rem 0 0; color: var(--muted); font-size: .78rem; }
.error-reference code { overflow-wrap: anywhere; color: var(--ink); }
.error-actions { display: flex; margin-top: 2rem; }
.error-technical { margin-top: 2rem; border: 1px solid var(--line); background: #f7f3eb; }
.error-technical summary { padding: 1rem 1.2rem; color: var(--danger); font-weight: 800; cursor: pointer; }
.exception-details { max-width: 100%; max-height: 420px; margin: 0; padding: 1rem 1.2rem; overflow: auto; overflow-wrap: anywhere; white-space: pre-wrap; border-top: 1px solid var(--line); background: #f1ede5; }
.submit-note { margin-top: 1rem; color: var(--muted); font-size: .78rem; }
.confirmation { text-align: center; padding: 7rem 0 3rem; max-width: 800px; }
.success-mark { display: grid; place-items: center; width: 90px; height: 90px; margin: 0 auto 2rem; border-radius: 50%; background: var(--teal); color: white; font-size: 2.5rem; }
.confirmation h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.confirmation .lead { margin-inline: auto; }
.confirmation-card { width: min(500px, 100%); margin: 3rem auto 1.5rem; padding: 2rem; background: var(--white); box-shadow: var(--shadow); display: grid; gap: .6rem; }
.confirmation-card > strong:first-of-type { font-size: 1.8rem; }
.confirmation-card hr { border: 0; border-top: 1px solid var(--line); width: 100%; margin: 1rem 0; }
.confirmation-card .button { margin-top: 1rem; }
.reference { color: var(--muted); font-size: .78rem; }
.text-link { color: var(--teal); font-weight: 800; }
.login-shell { min-height: 650px; display: grid; place-items: center; }
.login-card { width: min(500px, 100%); padding: clamp(2rem, 5vw, 4rem); background: var(--white); box-shadow: var(--shadow); }
.login-card h1 { font-size: clamp(2.5rem, 6vw, 4rem); }
.login-card > p { color: var(--muted); }
.login-card .button { width: 100%; }
.login-separator { display: flex; align-items: center; gap: .8rem; margin: 2rem 0 1.25rem; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.login-separator::before, .login-separator::after { content: ""; flex: 1; border-top: 1px solid var(--line); }
.management-user { margin: .5rem 0 0; color: var(--muted); }
.admin-shell, .editor-shell { padding: 2rem 0; }
.admin-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2rem; }
.admin-heading h1, .editor-shell h1 { font-size: clamp(2.8rem, 6vw, 5rem); margin-bottom: 0; }
.text-button { border: 0; background: transparent; text-decoration: underline; cursor: pointer; }
.status-card { padding: 1.5rem; display: flex; align-items: center; gap: 1rem; background: var(--white); border-left: 5px solid #d9952c; }
.status-card.live { border-color: #3f9472; }
.status-card p { margin: .2rem 0 0; color: var(--muted); }
.status-dot { width: 13px; height: 13px; flex: 0 0 auto; background: #d9952c; border-radius: 50%; box-shadow: 0 0 0 6px #f9e8c9; }
.status-card.live .status-dot { background: #3f9472; box-shadow: 0 0 0 6px #d9eee5; }
.admin-section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin: 4rem 0 1.5rem; }
.admin-section-heading.compact { margin-top: 5rem; }
.admin-section-heading h2 { margin-bottom: 0; font-size: 2.6rem; }
.admin-section-heading .eyebrow { margin-bottom: .7rem; }
.admin-list { display: grid; gap: .8rem; }
.admin-list article { background: var(--white); padding: 1.4rem 1.6rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.admin-list h3 { margin: .6rem 0 .3rem; font-size: 1.5rem; }
.admin-list p { margin: 0; color: var(--muted); }
.visibility { display: inline-block; padding: .2rem .5rem; background: #eee9df; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.visibility.active { color: #28674f; background: #d9eee5; }
.admin-actions { display: flex; gap: 1rem; flex-wrap: wrap; font-weight: 750; }
.admin-actions form { margin: 0; }
.action-link { padding: 0; border: 0; background: transparent; color: var(--ink); text-decoration: underline; cursor: pointer; font-weight: 750; }
.empty-state { padding: 3rem; text-align: center; color: var(--muted); background: rgba(255,255,255,.45); border: 1px dashed var(--line); }
.booking-table-wrap { overflow-x: auto; background: var(--white); }
.booking-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.booking-table th, .booking-table td { padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); text-align: left; }
.booking-table th { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.booking-table small { color: var(--muted); }
.table-actions { text-align: right !important; }
.danger-link { border: 0; background: transparent; color: var(--danger); text-decoration: underline; cursor: pointer; font-weight: 700; }
.admin-message { max-width: none; margin-top: 1rem; }
.admin-tool-card { display: flex; align-items: center; gap: 1rem; margin-top: 1rem; padding: 1rem 1.2rem; border: 1px solid #b7d4cd; background: var(--teal-pale); color: var(--ink); text-decoration: none; transition: .18s ease; }
.admin-tool-card:hover { border-color: var(--teal); transform: translateY(-1px); }
.admin-tool-card > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; background: var(--teal); color: white; font-size: 1.3rem; }
.admin-tool-card > div { display: grid; flex: 1; min-width: 0; }
.admin-tool-card small { color: var(--muted); }
.admin-tool-card b { color: var(--teal); font-size: 1.4rem; }
.admin-system-section { padding-bottom: 2rem; }
.editor-shell > .back-link { display: inline-block; margin-bottom: 3rem; }
.editor-card { padding: clamp(1.5rem, 4vw, 2.5rem); margin: 1rem 0; background: var(--white); }
.editor-card-title { display: flex; gap: 1.2rem; margin-bottom: 2rem; }
.editor-card-title > span { color: var(--coral); font: italic 1.8rem Georgia, serif; }
.editor-card-title h2 { font-size: 2rem; margin: 0; }
.editor-card-title p { color: var(--muted); margin: .3rem 0; }
.input-prefix { display: flex; border: 1px solid var(--line); background: #f1ede5; }
.input-prefix > span { padding: .83rem 0 .83rem .9rem; color: var(--muted); }
.input-prefix input { border: 0; box-shadow: none; padding-left: .2rem; }
.input-prefix:has(.input-validation-error) { border-color: var(--danger); background: #fff0ed; box-shadow: 0 0 0 3px rgba(154,62,50,.1); }
.input-prefix .input-validation-error { box-shadow: none; }
.time-rule-groups { margin: 1.5rem 0; }
.input-group { margin: 0; padding: 1.15rem; border: 1px solid var(--line); }
.input-group legend { padding: 0 .35rem; font-weight: 750; font-size: .86rem; }
.input-group .field { margin: 0; }
.weekly-schedule { margin-top: 1.5rem; border: 1px solid #bfd6d0; background: #f5faf8; }
.weekly-schedule-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; padding: 1.4rem; border-bottom: 1px solid #d8e6e2; background: linear-gradient(135deg, #e7f3ef 0%, #f8fbfa 70%); }
.weekly-schedule-header h3 { margin: .18rem 0; font-size: 1.35rem; }
.weekly-schedule-header p { margin: 0; color: var(--muted); }
.schedule-kicker { color: var(--teal); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.schedule-actions { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: flex-end; }
.schedule-action { padding: .58rem .78rem; border: 1px solid #aacbc2; background: rgba(255,255,255,.78); color: var(--teal); cursor: pointer; font-size: .76rem; font-weight: 800; }
.schedule-action:hover { border-color: var(--teal); background: var(--white); transform: translateY(-1px); }
.schedule-summary { padding: .7rem 1.4rem; border-bottom: 1px solid #d8e6e2; color: var(--teal); font-size: .78rem; font-weight: 800; }
.schedule-summary.is-empty { color: var(--danger); }
.schedule-days { display: grid; }
.schedule-day { display: grid; grid-template-columns: minmax(185px, .75fr) minmax(300px, 1fr); align-items: center; gap: 1.2rem; padding: .85rem 1.4rem; border-bottom: 1px solid #e0ebe7; background: rgba(255,255,255,.54); transition: background .2s, opacity .2s; }
.schedule-day:last-child { border-bottom: 0; }
.schedule-day:not(.is-active) { opacity: .56; background: #f0f1ee; }
.schedule-day-toggle { display: flex; align-items: center; gap: .7rem; cursor: pointer; }
.schedule-day-toggle > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.schedule-switch { width: 38px; height: 22px; flex: 0 0 auto; padding: 3px; border-radius: 20px; background: #b8bdbb; transition: .2s; }
.schedule-switch::after { content: ""; display: block; width: 16px; height: 16px; border-radius: 50%; background: white; transition: .2s; box-shadow: 0 1px 3px rgba(29,41,38,.25); }
.schedule-day-toggle > input:checked + .schedule-switch { background: var(--teal); }
.schedule-day-toggle > input:checked + .schedule-switch::after { transform: translateX(16px); }
.schedule-day-toggle > input:focus-visible + .schedule-switch { outline: 3px solid rgba(47,125,139,.2); }
.schedule-day-badge { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 50%; background: #e5e8e3; color: var(--muted); font-size: .72rem; font-weight: 850; }
.schedule-day.is-active .schedule-day-badge { background: var(--teal-pale); color: var(--teal); }
.schedule-time-range { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: .65rem; }
.schedule-time-range label { display: grid; gap: .24rem; color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.schedule-time-range input { min-width: 0; padding: .6rem .7rem; background: white; color: var(--ink); }
.schedule-day:not(.is-active) .schedule-time-range { pointer-events: none; }
.schedule-time-separator { padding-bottom: .65rem; color: var(--teal); font-weight: 850; }
.schedule-day-error { grid-column: 2; min-height: 0; margin-top: -.8rem; }
.readonly-input { position: relative; }
.readonly-input input { padding-right: 2.8rem; }
.readonly-input > span { position: absolute; right: .85rem; top: 50%; transform: translateY(-50%); filter: grayscale(1); opacity: .65; }
.readonly-note { display: inline-flex; align-items: center; width: fit-content; padding: .3rem .55rem; background: #eeece6; color: var(--muted); font-weight: 700; }
.organizer-photo-editor { display: grid; grid-template-columns: 112px 1fr; gap: 1.25rem; align-items: center; margin-top: .75rem; padding: 1rem; border: 1px solid var(--line); background: #faf8f2; }
.organizer-photo-editor .field { margin: 0; }
.organizer-photo-preview-frame { display: grid; place-items: center; width: 96px; height: 96px; border: 1px dashed var(--teal); border-radius: 50%; background: var(--teal-pale); color: var(--teal); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; overflow: hidden; }
.organizer-photo-editor-preview { width: 96px; height: 96px; border: 0; box-shadow: none; }
.confirmation-editor { background: #edf5f2; }
.confirmation-settings { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(320px, 1.2fr); gap: 1.25rem; }
.confirmation-settings > .field { margin: 0; }
.confirmation-settings > .reminder-custom-text,
.confirmation-settings > .reminder-mail-preview,
.confirmation-attachments { grid-column: 1 / -1; }
.confirmation-attachments { display: grid; gap: 1rem; padding: 1.2rem; border: 1px solid #ddcfb8; background: rgba(255,255,255,.72); }
.confirmation-attachments h3 { margin: 0 0 .25rem; font-size: 1.25rem; }
.confirmation-attachments p { margin: 0; color: var(--muted); }
.confirmation-attachments .field { margin: 0; }
.attachment-list { display: grid; gap: .55rem; }
.attachment-item { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; border: 1px solid var(--line); background: var(--white); }
.attachment-item > span:first-child { display: grid; min-width: 0; }
.attachment-item strong { overflow-wrap: anywhere; }
.attachment-item small { color: var(--muted); }
.attachment-remove { display: flex; align-items: center; gap: .4rem; flex: 0 0 auto; color: var(--danger); font-size: .8rem; font-weight: 750; }
.attachment-remove input { width: auto; }
.reminder-editor { background: #edf5f2; }
.reminder-info { margin: -1rem 0 1.25rem; padding: 1rem 1.2rem; border-left: 4px solid var(--teal); background: var(--white); }
.reminder-info p { margin: .25rem 0 0; color: var(--muted); }
.reminder-card { margin-top: 1rem; border: 1px solid #bfd6d0; background: var(--white); }
.reminder-card > header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem; }
.reminder-card > header > div { display: flex; align-items: center; gap: 1rem; }
.reminder-card h3 { margin: 0 0 .25rem; font-size: 1.35rem; letter-spacing: -.025em; }
.reminder-card header p { margin: 0; color: var(--muted); font-size: .84rem; }
.reminder-number { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 auto; border-radius: 50%; background: var(--teal-pale); color: var(--teal); font-weight: 850; }
.toggle.compact { flex: 0 0 auto; }
.toggle.compact > strong { min-width: 35px; color: var(--muted); font-size: .8rem; }
.reminder-card-settings { display: grid; grid-template-columns: minmax(210px, .65fr) minmax(320px, 1.35fr); gap: 1.25rem; padding: 1.25rem; border-top: 1px solid var(--line); }
.reminder-card-settings.is-hidden, .reminder-custom-text.is-hidden { display: none; }
.reminder-timing { padding: 1rem; background: #f6f3ec; }
.reminder-timing .field { margin-bottom: .75rem; }
.reminder-text-choice { margin: 0; padding: 0; border: 0; }
.reminder-text-choice legend { margin-bottom: .65rem; font-size: .86rem; font-weight: 750; }
.segmented-choice { display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem; }
.segmented-choice label { cursor: pointer; }
.segmented-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.segmented-choice span { display: block; padding: .75rem; border: 1px solid var(--line); background: #fff; text-align: center; font-weight: 750; }
.segmented-choice input:checked + span { border-color: var(--teal); background: var(--teal-pale); color: var(--teal); box-shadow: inset 0 0 0 1px var(--teal); }
.segmented-choice input:focus-visible + span { outline: 3px solid rgba(47,125,139,.2); }
.reminder-custom-text, .reminder-mail-preview { grid-column: 1 / -1; }
.reminder-custom-text { margin: 0; }
.reminder-mail-preview { overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 28px rgba(29,41,38,.08); }
.reminder-mail-heading { display: grid; gap: .2rem; padding: .8rem 1rem; border-bottom: 1px solid var(--line); background: #f3f0e9; }
.reminder-mail-heading span { color: var(--teal); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.reminder-mail-heading small { overflow: hidden; color: var(--ink); font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.reminder-mail-body { padding: 1.25rem; }
.reminder-mail-body > p { white-space: pre-line; }
.reminder-mail-body dl { margin: 1.25rem 0; background: var(--teal-pale); }
.reminder-mail-body dl div { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: .55rem .8rem; }
.reminder-mail-body dt { color: var(--muted); }
.reminder-mail-body dd { margin: 0; font-weight: 700; }
.reminder-mail-body > small { color: var(--muted); }
.question-list { display: grid; gap: .8rem; margin-bottom: 1rem; }
.question-editor-item { display: grid; grid-template-columns: 30px 1fr 30px; gap: .8rem; padding: 1rem; border: 1px solid var(--line); }
.question-editor-fields { display: grid; grid-template-columns: 1.5fr 1fr; gap: .8rem; }
.question-editor-fields .options-field, .question-editor-fields .inline-check { grid-column: 1 / -1; }
.drag-handle, .remove-question { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 1.3rem; }
.remove-question:hover { color: var(--danger); }
.inline-check { display: flex; align-items: center; gap: .5rem; }
.inline-check input { width: auto; }
.toggles { display: grid; gap: 1rem; }
.toggle { display: flex; align-items: center; gap: 1rem; cursor: pointer; }
.toggle > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.toggle > span { width: 46px; height: 26px; padding: 3px; background: #bbb; border-radius: 20px; transition: .2s; }
.toggle > span::after { content: ""; display: block; width: 20px; height: 20px; border-radius: 50%; background: white; transition: .2s; }
.toggle > input:checked + span { background: var(--teal); }
.toggle > input:checked + span::after { transform: translateX(20px); }
.toggle div { display: grid; }
.toggle small { color: var(--muted); }
.listing-choice { margin: .5rem 0 0; padding: 1.25rem 0 0; border: 0; border-top: 1px solid var(--line); }
.listing-choice legend { padding: 0; font-weight: 800; }
.listing-choice > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 1rem; }
.listing-choice label { cursor: pointer; }
.listing-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.listing-choice label > span { display: block; height: 100%; padding: 1rem; border: 1px solid var(--line); background: #fff; }
.listing-choice strong, .listing-choice small { display: block; }
.listing-choice small { margin-top: .4rem; color: var(--muted); }
.listing-choice input:checked + span { border-color: var(--teal); background: var(--teal-pale); color: var(--teal); box-shadow: inset 0 0 0 1px var(--teal); }
.listing-choice input:focus-visible + span { outline: 3px solid rgba(47,125,139,.2); }
.sticky-actions { position: sticky; bottom: 0; z-index: 5; display: flex; justify-content: flex-end; gap: .8rem; margin-top: 2rem; padding: 1rem 1.25rem; border-top: 4px solid var(--teal); background: var(--ink); box-shadow: 0 -12px 30px rgba(29,41,38,.18); }
.sticky-actions .button-secondary { border-color: rgba(255,255,255,.65); color: white; }
.sticky-actions .button-secondary:hover { border-color: var(--teal); }
.field-error { display: block; min-height: 1.2rem; color: var(--danger); font-size: .78rem; font-weight: 700; }
.field-error.field-note { color: var(--muted); }
.attendee-composer { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; min-height: 56px; padding: .45rem; border: 1px solid var(--line); background: #fff; }
.attendee-composer:focus-within { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(47,125,139,.13); }
.attendee-composer.invalid { border-color: var(--danger); }
.attendee-composer input { flex: 1 1 230px; min-width: 180px; border: 0; box-shadow: none; padding: .45rem; }
.attendee-composer input:focus { box-shadow: none; }
.attendee-composer > button { align-self: stretch; border: 0; padding: .45rem .75rem; background: var(--teal-pale); color: var(--teal); font-weight: 800; cursor: pointer; }
.attendee-chips { display: contents; }
.attendee-chip { display: inline-flex; align-items: center; gap: .35rem; max-width: 100%; padding: .38rem .45rem .38rem .65rem; background: var(--teal-pale); color: var(--teal); border-radius: 999px; font-size: .78rem; font-weight: 750; overflow-wrap: anywhere; }
.attendee-chip button { width: 22px; height: 22px; border: 0; border-radius: 50%; background: rgba(47,125,139,.13); color: inherit; cursor: pointer; }
.confirmation-links { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.booking-confirmation { text-align: center; }
.booking-confirmation .eyebrow { text-align: left; }
.booking-confirmation h2 { margin-inline: auto; max-width: 640px; }
.booking-confirmation .lead { margin-inline: auto; }
.booking-confirmation .success-mark { width: 76px; height: 76px; margin-bottom: 1.5rem; font-size: 2rem; }
.organizer-photo-confirmation { display: block; width: 128px; height: 128px; margin: 0 auto 1.5rem; border-color: var(--teal); }
.muted-link { color: var(--muted); font-weight: 600; }
.cancellation-page { min-height: 650px; }
.cancel-form { width: min(520px, 100%); margin: 2rem auto; text-align: left; }
.cancellation-scope { display: grid; gap: .75rem; margin: 0 0 1.25rem; padding: 1rem; border: 1px solid var(--line); }
.cancellation-scope legend { padding: 0 .35rem; font-weight: 750; }
.cancellation-scope .field { margin: .25rem 0 0; }
.button-danger { width: 100%; background: var(--danger); border-color: var(--danger); }
.success-box { padding: .9rem 1rem; margin: 1rem auto; max-width: 520px; background: #dff0e8; border-left: 4px solid #3f9472; color: #28674f; }
.database-shell > .lead { max-width: 760px; }
.database-message { max-width: none; margin: 1.5rem 0; }
.database-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin: 2rem 0; border: 1px solid var(--line); background: rgba(255,255,255,.48); }
.database-summary > div { display: grid; gap: .15rem; padding: 1.15rem 1.3rem; border-right: 1px solid var(--line); }
.database-summary > div:last-child { border-right: 0; }
.database-summary strong { font-size: 1.65rem; line-height: 1; }
.database-summary span { color: var(--muted); font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.database-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: start; }
.database-card { display: grid; gap: 1.5rem; min-width: 0; padding: clamp(1.4rem, 4vw, 2.2rem); border-top: 5px solid var(--teal); background: var(--white); }
.database-card-number { color: var(--coral); font: italic 1.8rem Georgia, serif; }
.database-card h2 { margin-bottom: .7rem; font-size: clamp(1.8rem, 3vw, 2.45rem); }
.database-card p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }
.database-card .button { width: 100%; }
.database-import-card { border-top-color: var(--danger); }
.database-import-card form { display: grid; gap: 1rem; }
.database-import-card .field { margin: 0; }
.database-import-card input[type="file"] { min-height: 58px; padding: .7rem; background: #f8f5ee; }
.warning-box { display: grid; gap: .25rem; padding: 1rem; border-left: 4px solid #d9952c; background: #fff5df; }
.warning-box span { color: var(--muted); font-size: .85rem; }
.branding-shell > .lead { max-width: 780px; }
.branding-message { max-width: none; margin: 1.5rem 0; }
.branding-logo-preview { display: grid; place-items: center; min-height: 110px; margin: -1rem 0 1.5rem; padding: 1rem; border: 1px dashed var(--line); background: #faf8f2; }
.branding-logo-preview img { display: block; max-width: min(320px, 100%); max-height: 90px; }
.branding-remove-assets { display: grid; gap: .65rem; margin-top: .5rem; padding: 1rem; border-left: 4px solid var(--teal); background: #f5faf8; }
.branding-remove-assets small { color: var(--muted); }
.branding-color-grid { display: grid; grid-template-columns: repeat(4, minmax(130px, 1fr)); gap: 1rem; }
.branding-color-grid .field { margin: 0; }
.branding-color-grid input[type="color"] { min-height: 54px; padding: .35rem; cursor: pointer; }
.branding-reset { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 2rem 0; padding: 1rem 1.2rem; border: 1px solid #e0b7ad; background: #fff7f5; }
.branding-reset > div { display: grid; }
.branding-reset small { color: var(--muted); }

@media (max-width: 1100px) {
  .booking-shell { grid-template-columns: 1fr; }
  .booking-summary { padding: 2rem; }
  .booking-summary .eyebrow { margin-top: 2.5rem; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-art { min-height: 430px; }
  .type-grid { grid-template-columns: 1fr; }
  .type-card { min-height: 320px; }
  .contact-heading { align-items: flex-start; flex-wrap: wrap; }
  .contact-heading .text-link { width: 100%; margin-left: 0; text-align: left; }
  .contact-hero { min-height: auto; }
  .form-grid.three { grid-template-columns: repeat(2, 1fr); }
  .availability-picker { grid-template-columns: 1fr; }
  .confirmation-settings { grid-template-columns: 1fr; }
  .reminder-card-settings { grid-template-columns: 1fr; }
  .database-grid { grid-template-columns: 1fr; }
  .branding-color-grid { grid-template-columns: repeat(2, minmax(130px, 1fr)); }
}

@media (max-width: 620px) {
  .shell, .site-footer { width: min(100% - 24px, 1180px); }
  .content-brand img { width: min(var(--brand-logo-width), 124px); }
  .hero { padding-top: 1.5rem; }
  .hero-art { min-height: 340px; }
  .contact-hero { padding: 1.25rem 0 1rem; }
  .contact-hero .content-brand { margin: 1.25rem 0; }
  .contact-identity { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: .9rem; }
  .contact-title { grid-column: 2; }
  .contact-title .eyebrow { margin-bottom: .75rem; font-size: .63rem; letter-spacing: .13em; }
  .contact-title .eyebrow::before { width: 22px; margin-right: 8px; }
  .contact-hero h1 { margin-bottom: 0; font-size: 2.15rem; }
  .contact-hero .lead { margin: 1.25rem 0 0; }
  .contact-photo { grid-column: 1; grid-row: 1; width: 88px; height: 88px; }
  .contact-booking-types { padding-top: 1.5rem; }
  .trust-row, .form-grid, .form-grid.three { grid-template-columns: 1fr; }
  .calendar-card { padding: 2rem; }
  .booking-types { padding: 0 0; }
  .booking-shell { margin-top: 12px; }
  .booking-summary { padding: 1.5rem; }
  .booking-summary .eyebrow { margin-top: 1.75rem; }
  .booking-panel { padding: 1.5rem 1.2rem; }
  .steps { justify-content: space-between; gap: .4rem; }
  .steps li { font-size: 0; }
  .steps li span { font-size: .78rem; }
  .slot-grid { grid-template-columns: repeat(3, 1fr); }
  .button-row, .admin-heading, .admin-section-heading, .admin-list article, .site-footer { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .review-card div { grid-template-columns: 1fr; gap: 0; }
  .admin-actions { justify-content: space-between; }
  .admin-actions form { flex: 1 1 42%; }
  .admin-actions form button { min-height: 42px; text-align: left; }
  .admin-tool-card { align-items: flex-start; }
  .database-summary { grid-template-columns: 1fr; }
  .database-summary > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .database-summary > div:last-child { border-bottom: 0; }
  .question-editor-fields { grid-template-columns: 1fr; }
  .organizer-photo-editor { grid-template-columns: 1fr; }
  .attachment-item { align-items: flex-start; flex-direction: column; }
  .reminder-card > header { align-items: flex-start; }
  .reminder-card > header > div { align-items: flex-start; }
  .reminder-card header p { display: none; }
  .segmented-choice { grid-template-columns: 1fr; }
  .listing-choice > div { grid-template-columns: 1fr; }
  .weekly-schedule-header, .schedule-day { grid-template-columns: 1fr; }
  .weekly-schedule-header { display: grid; }
  .schedule-actions { justify-content: flex-start; }
  .schedule-day { gap: .7rem; padding: 1rem; }
  .schedule-day-error { grid-column: 1; margin-top: -.35rem; }
  .question-editor-fields .options-field, .question-editor-fields .inline-check { grid-column: auto; }
  .sticky-actions { flex-direction: column-reverse; }
  .branding-color-grid { grid-template-columns: 1fr; }
  .branding-reset { align-items: flex-start; flex-direction: column; }
}
