
:root { --navy:#062f56; --navy-deep:#04243f; --red:#aa1e32; --gold:#c8a24a; --ink:#15283a; --muted:#5f6f7f; --line:#d9dee3; --paper:#fff; --soft:#f3f6f8; --success:#19704d; }
* { box-sizing:border-box; }
html { min-width:320px; background:var(--soft); }
body { margin:0; color:var(--ink); background:var(--soft); font:16px/1.55 Arial, Helvetica, sans-serif; }
a { color:inherit; } button, input, select, textarea { font:inherit; } [hidden] { display:none !important; }
.skip-link { position:fixed; left:1rem; top:-5rem; z-index:10; padding:.7rem 1rem; color:#fff; background:var(--navy); }
.skip-link:focus { top:1rem; }
.site-header { display:flex; align-items:center; justify-content:space-between; gap:24px; min-height:112px; padding:18px clamp(20px,5vw,72px); border-bottom:1px solid var(--line); background:var(--paper); }
.brand { display:block; width:min(390px,72vw); } .brand img { display:block; width:100%; height:auto; }
.back-link { color:var(--navy); font-weight:800; text-decoration:none; } .back-link:hover { text-decoration:underline; }
main { width:min(100% - 40px,1040px); margin:0 auto; padding:44px 0 70px; }
.hero { padding:clamp(28px,5vw,56px); color:#fff; background:linear-gradient(110deg,var(--navy-deep),var(--navy) 64%,#7b1f32); border-radius:6px 6px 0 0; }
.eyebrow,.section-label { margin:0 0 .75rem; color:#f0cc6d; font-size:.82rem; font-weight:800; text-transform:uppercase; }
h1 { max-width:800px; margin:0; font:700 clamp(2.2rem,5vw,4.5rem)/1.05 Georgia, serif; }
.hero > p:not(.eyebrow) { max-width:760px; margin:1.2rem 0 0; color:#e7edf3; font-size:1.05rem; }
.hero dl { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin:28px 0 0; }
.hero dl div { padding:14px 16px; border:1px solid rgba(255,255,255,.28); background:rgba(255,255,255,.08); }
.hero dt { color:#e2bd5d; font-size:.72rem; font-weight:800; text-transform:uppercase; } .hero dd { margin:3px 0 0; font-weight:800; }
form { display:grid; gap:18px; padding:22px 0; }
.form-section,.receipt,.pass-summary { padding:clamp(26px,5vw,48px); border:1px solid var(--line); background:var(--paper); }
.pass-summary { margin-top:18px; }
.pass-summary dl { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin:22px 0 0; }
.pass-summary dl div { padding:15px; background:var(--soft); }
.pass-summary dt { color:var(--muted); font-size:.72rem; font-weight:800; text-transform:uppercase; }
.pass-summary dd { margin:4px 0 0; color:var(--navy); font-weight:800; }
.pass-summary > p:last-child { margin:18px 0 0; color:var(--muted); }
.section-label { color:var(--red); }
h2 { margin:0 0 .5rem; color:var(--navy); font:700 clamp(1.65rem,4vw,2.5rem)/1.15 Georgia, serif; }
.guidance,.helper,.request-note { color:var(--muted); }
fieldset { margin:0; padding:0; border:0; } legend { margin-bottom:12px; color:var(--muted); }
.identity-options { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:24px; }
.identity-options legend { grid-column:1/-1; }
.identity-options label { display:grid; grid-template-columns:auto 1fr; gap:12px; align-items:start; min-height:108px; padding:18px; border:1px solid var(--line); cursor:pointer; }
.identity-options label:has(input:checked) { border-color:var(--red); box-shadow:inset 4px 0 var(--red); background:#fff9fa; }
.identity-options input { width:20px; height:20px; margin:2px 0 0; accent-color:var(--red); }
.identity-options strong,.identity-options small { display:block; } .identity-options small { margin-top:4px; color:var(--muted); }
.conditional-panel { margin-top:18px; padding:18px; border-left:4px solid var(--gold); background:#f7f8f9; }
.field-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px 24px; margin-top:24px; }
label > span,.date-field > span,.note-field > span { display:block; margin-bottom:7px; font-weight:800; }
input,select,textarea { width:100%; min-height:50px; padding:11px 13px; border:1px solid #b9c5cf; border-radius:3px; color:var(--ink); background:#fff; }
textarea { resize:vertical; }
.date-field { display:block; max-width:360px; margin:24px 0; }
.time-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.time-grid legend { grid-column:1/-1; color:var(--ink); font-weight:800; }
.time-grid label { position:relative; min-width:0; }
.time-grid input { position:absolute; opacity:0; pointer-events:none; }
.time-grid span { display:grid; place-items:center; min-height:54px; padding:8px; border:1px solid var(--line); color:var(--navy); background:#fff; font-weight:800; cursor:pointer; }
.time-grid label:has(input:checked) span { border-color:var(--red); color:#fff; background:var(--red); }
.time-grid label.is-full span { color:#7a838b; background:#eef1f3; text-decoration:none; cursor:not-allowed; }
.time-grid small { display:block; font-size:.67rem; font-weight:800; text-transform:uppercase; }
.empty-times { grid-column:1/-1; margin:0; padding:20px; color:var(--muted); background:var(--soft); }
.note-field { display:block; margin-top:24px; }
.confirmation { display:grid; grid-template-columns:auto 1fr; gap:12px; align-items:start; margin:22px 0 10px; }
.confirmation input { width:20px; height:20px; min-height:0; margin-top:2px; accent-color:var(--red); }
.primary-button { display:inline-grid; place-items:center; width:max-content; min-height:52px; padding:.8rem 1.4rem; border:1px solid var(--red); border-radius:4px; color:#fff; background:var(--red); font-weight:800; text-decoration:none; cursor:pointer; }
.primary-button:hover { background:#8f1528; } .primary-button:disabled { opacity:.62; cursor:wait; }
.form-message { min-height:1.5rem; color:var(--red); font-weight:700; } .form-message.success { color:var(--success); }
.honeypot { position:absolute; left:-10000px; width:1px; height:1px; }
.receipt { margin-top:20px; } .receipt dl { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin:24px 0; }
.receipt dl div { padding:15px; background:var(--soft); } .receipt dt { color:var(--muted); font-size:.75rem; font-weight:800; text-transform:uppercase; } .receipt dd { margin:4px 0 0; font-weight:800; }
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible { outline:3px solid #e7b94e; outline-offset:3px; }
footer { display:flex; justify-content:space-between; gap:20px; padding:26px clamp(20px,5vw,72px); color:#fff; background:var(--navy-deep); } footer span { color:#dce5ed; }
@media (max-width:760px) { .identity-options { grid-template-columns:1fr; } .field-grid { grid-template-columns:1fr; } .time-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } .pass-summary dl { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:560px) { .site-header { align-items:flex-start; min-height:92px; flex-direction:column; } .brand { width:min(330px,86vw); } main { width:min(100% - 24px,1040px); padding:24px 0 50px; } .hero,.form-section,.receipt,.pass-summary { padding:26px 22px; } .hero dl,.receipt dl,.pass-summary dl { grid-template-columns:1fr; } .time-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } footer { align-items:stretch; flex-direction:column; } .primary-button { width:100%; } }
