:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#15314b;background:#f7f4ef;font-size:16px;line-height:1.6;font-synthesis:none}
*{box-sizing:border-box}body{margin:0}main{max-width:800px;margin:30px auto 0;background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 18px 55px #15314b12}
.hero{height:280px;position:relative;background:#eae2d7}.hero img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 47%}.eyebrow{position:absolute;bottom:20px;left:32px;padding:11px 16px;border-radius:99px;background:white;color:#a55806;font-size:.8rem;letter-spacing:.07em;font-weight:800}
.introduction{padding:26px 34px 22px}.introduction p{margin:8px 0 0;color:#526b82}h1{font-size:clamp(1.85rem,4.5vw,2.2rem);line-height:1.2;letter-spacing:-.035em;font-weight:800;margin:0}h2{font-size:1.5rem;line-height:1.3;letter-spacing:-.02em;font-weight:800;margin:0 0 12px}h3{font-size:1.1rem}p{margin:0 0 1rem}
.portal-content{padding:0 34px 26px}aside{font-size:.875rem;color:#6c542e;background:#fff8ec;border:1px solid #f0dfc2;border-radius:12px;padding:12px 16px;margin:0 0 14px}nav{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:20px}nav[hidden]{display:none}nav button.secondary{font-size:.875rem;padding:8px 12px;min-height:42px;margin:0;border-radius:99px;background:#fff;border:1px solid #e4e7eb}
.steps{list-style:none;display:flex;justify-content:center;gap:28px;padding:20px 0;margin:0 0 26px;border-block:1px solid #e9edf0}.steps li{display:flex;align-items:center;gap:8px;color:#627386;font-size:.875rem;font-weight:600}.steps span{display:grid;place-items:center;width:30px;height:30px;border:1px solid #e1e6eb;border-radius:50%;background:#fafbfc}.steps [aria-current=step]{color:#15314b}.steps [aria-current=step] span{background:#f5a43d;border-color:#f5a43d;color:#15314b;font-weight:800}
section{background:#fff}section>p{color:#526b82}label{display:block;font-weight:650;margin:18px 0 7px;font-size:.95rem}input,select,button{font:inherit}input,select{width:100%;min-width:0;min-height:52px;border:1px solid #c9d3dc;border-radius:10px;padding:12px 15px;background:#fff;color:#15314b}input:hover,select:hover{border-color:#8c9eb0}button{border:1px solid transparent;border-radius:10px;background:#f5a43d;color:#15314b;min-height:50px;padding:12px 24px;font-weight:750;cursor:pointer;margin-top:20px;transition:background .15s,border-color .15s}button:hover{background:#ed9628}button.secondary{background:#f3f5f7;border-color:#e0e6ec;color:#15314b;margin-right:8px}button.secondary:hover{background:#e9eef2}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid #a45c08;outline-offset:3px}small{display:block;font-size:.875rem;color:#627386;margin-top:12px}
.summary{padding:18px 20px;background:#fff8ed;border:1px solid #f2dfbe;border-radius:12px;color:#15314b!important;font-weight:650}.appointment-picker{min-width:0}.appointment-picker input[type=date]{display:block;max-width:100%;font-size:1rem;appearance:none;-webkit-appearance:none}.date-hint,.slot-status{font-size:.875rem;color:#627386;margin:8px 0 16px}.time-slots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;border:0;padding:0;margin:24px 0 8px;min-width:0}.time-slots legend{font-weight:650;margin-bottom:10px;padding:0}.slot-choice{position:relative;display:block;margin:0;min-width:0;cursor:pointer}.slot-choice input{position:absolute;opacity:0;width:1px;height:1px;min-height:0;padding:0}.slot-choice span{display:flex;align-items:center;justify-content:center;min-height:58px;padding:12px 4px;border:1px solid #c9d3dc;border-radius:12px;background:#fff;color:#15314b;white-space:nowrap}.slot-choice:hover span{border-color:#cf851e}.slot-choice input:checked+span{background:#fff2dc;border:2px solid #ca7c16;box-shadow:0 0 0 2px #f5a43d20}.slot-choice input:focus-visible+span{outline:3px solid #a45c08;outline-offset:3px}.slot-choice input:disabled+span{background:#f2f4f6;color:#697787;border-color:#dce2e8;text-decoration:line-through;cursor:not-allowed}
dialog{width:min(540px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);overflow-y:auto;border:1px solid #e4e8ec;border-radius:22px;padding:30px;color:#15314b;box-shadow:0 25px 80px #15314b30}dialog::backdrop{background:#15314b80}#message{font-weight:650;overflow-wrap:anywhere;margin:18px 0 0}#message:empty{display:none}a{color:#985207}footer{max-width:800px;margin:24px auto 30px;text-align:center;padding:0 18px;color:#627386;font-size:.875rem}footer strong{color:#15314b}footer p{margin:5px 0}noscript{display:block;text-align:center;padding:16px}
@media(max-width:600px){main{margin:12px 12px 0;border-radius:20px}.hero{height:200px}.hero img{object-position:center}.eyebrow{left:20px;bottom:16px;padding:9px 13px}.introduction{padding:22px 20px 18px}.portal-content{padding:0 20px 22px}.steps{gap:16px}.steps li{flex-direction:column;gap:5px;font-size:.8rem}.steps span{width:30px;height:30px}h2{font-size:1.35rem}button{width:100%;min-height:52px}nav button.secondary{width:auto;flex:1 1 42%;margin:0}.time-slots{gap:8px}dialog{padding:22px}dialog button.secondary{margin-right:0}}
@media(prefers-reduced-motion:reduce){button{transition:none}}
.benefits{display:flex;flex-wrap:wrap;gap:8px 20px;padding:0;list-style:none;margin:18px 0 0;font-size:.875rem;font-weight:650}.benefits li::before{content:'✓ ';color:#985207}nav a{padding:8px 12px;border-radius:9px;font-weight:650}nav a[aria-current=page]{background:#fff2dc}.booking-choices{padding:0;border:0;margin:24px 0;min-width:0}.booking-choices legend{font-weight:750;margin-bottom:8px}.booking-choice{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #c9d3dc;border-radius:10px;margin:10px 0;font-weight:500;cursor:pointer}.booking-choice:has(input:checked){background:#fff2dc;border-color:#ca7c16}.booking-choice input{width:22px;height:22px;min-height:22px;flex:0 0 22px;accent-color:#a55806}.booking-actions{display:flex;gap:10px;justify-content:space-between}.booking-actions button{flex:1}.booking-summary{overflow-wrap:anywhere}.booking-summary dt{font-weight:750;margin-top:12px}.booking-summary dd{margin:0;color:#526b82}textarea{width:100%;box-sizing:border-box;font:inherit;padding:12px;border:1px solid #c9d3dc;border-radius:10px;color:#15314b}textarea:focus-visible{outline:3px solid #a45c08;outline-offset:3px}#booking-message{font-weight:650;margin-top:18px}.booking-steps[hidden]{display:none}.booking-steps{gap:14px}.booking-steps li{flex-direction:column;text-align:center}
@media(max-width:600px){.booking-steps{gap:5px;justify-content:space-between}.booking-steps li{font-size:.68rem}.booking-steps span{width:27px;height:27px}.booking-actions{flex-wrap:wrap}.booking-actions button{min-width:100px}nav a{font-size:.875rem;padding:8px}.booking-choice{min-height:52px}.benefits{gap:8px 14px}}
