:root {
  --ink: #172033;
  --ink-soft: #596579;
  --blue: #1557c0;
  --blue-dark: #0e438f;
  --line: #d9e0e8;
  --paper: #f5f7f9;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; }
.page-shell { width: min(100% - 36px, 760px); min-height: calc(100vh - 92px); margin: 0 auto; padding: 32px 0 52px; }
.wordmark { display: inline-block; color: var(--ink); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-decoration: none; }
.wordmark::before { display: inline-block; width: 10px; height: 10px; margin: 0 8px 0 1px; border: 2px solid var(--blue); border-radius: 1px; content: ""; transform: translateY(1px); }
.lead-panel, .booking-panel { margin-top: clamp(48px, 13vh, 105px); }
.booking-panel { margin-top: 52px; }
.eyebrow { margin: 0 0 13px; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 18px; font-size: clamp(2.2rem, 8vw, 4rem); line-height: 1.02; letter-spacing: -.055em; }
h2 { margin: 0; font-size: 1.12rem; letter-spacing: -.025em; }
.lede { max-width: 590px; margin-bottom: 38px; color: var(--ink-soft); font-size: 1.05rem; }
.lead-form { max-width: 590px; padding-top: 28px; border-top: 1px solid var(--line); }
.form-heading { margin-bottom: 22px; }
.form-heading p { margin: 5px 0 0; color: var(--ink-soft); font-size: .92rem; }
.fields { display: grid; grid-template-columns: 1fr; gap: 16px; }
label { display: grid; gap: 6px; color: #334053; font-size: .84rem; font-weight: 720; }
input { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #bfc9d5; border-radius: 3px; color: var(--ink); background: var(--white); font: inherit; }
input:focus { border-color: var(--blue); outline: 3px solid rgba(21, 87, 192, .16); outline-offset: 0; }
.optional { color: var(--ink-soft); font-weight: 500; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; margin-top: 26px; padding: 0 22px; border: 1px solid var(--blue); border-radius: 3px; color: var(--white); background: var(--blue); font: inherit; font-size: .94rem; font-weight: 800; cursor: pointer; }
.button:hover { border-color: var(--blue-dark); background: var(--blue-dark); }
.button:disabled { cursor: wait; opacity: .72; }
.form-note, .form-status { margin: 14px 0 0; color: var(--ink-soft); font-size: .78rem; }
.alternate-route { margin: 17px 0 0; color: var(--ink); font-size: 1rem; font-weight: 800; }
.alternate-route a { color: var(--blue); font-weight: 850; text-underline-offset: 3px; }
.form-status { color: #a63224; font-weight: 650; }
.calendar-wrap { min-height: 680px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: var(--white); }
.calendar-wrap iframe { display: block; width: 100%; min-height: 680px; border: 0; }
.site-footer { display: flex; justify-content: space-between; gap: 18px; width: min(100% - 36px, 760px); margin: 0 auto; padding: 24px 0 30px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .75rem; }
.site-footer span:last-child { display: flex; gap: 17px; }
.site-footer a { text-underline-offset: 3px; }
.legal { width: min(100% - 36px, 760px); min-height: calc(100vh - 92px); margin: 0 auto; padding: 32px 0 52px; }
.legal article { max-width: 680px; margin-top: 58px; }
.legal h1 { font-size: clamp(2rem, 6vw, 3rem); }
.legal h2 { margin: 28px 0 8px; }
.legal p, .legal li { color: #465367; }
.launch-note { padding: 14px; border-left: 3px solid #bc7a13; color: #654307; background: #fff8e8; }
@media (min-width: 620px) { .fields { grid-template-columns: 1fr 1fr; } .fields label:last-child { grid-column: 1 / -1; } }
@media (max-width: 460px) { .site-footer { align-items: flex-start; flex-direction: column; } .calendar-wrap, .calendar-wrap iframe { min-height: 700px; } }
