/* Readable booking flow with local fonts and assets. */
:root{color-scheme:light;--paper:#f6f4ec;--ink:#193e37;--muted:#53655f;--line:#c8d0c6}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.6 system-ui,-apple-system,"Segoe UI",sans-serif}header,main,footer{width:min(100% - 40px,760px);margin:auto}header{padding:42px 0 24px;border-bottom:1px solid var(--line)}.eyebrow,.step{font-size:.77rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.eyebrow{margin:0;color:var(--muted)}.brand{font-size:1.4rem;font-weight:750;margin:.3rem 0}main{padding:42px 0 24px}h1{font-family:Georgia,serif;font-size:clamp(2.1rem,6vw,3.5rem);font-weight:500;line-height:1.12;letter-spacing:-.025em;margin:.7rem 0 1.2rem}h2{font-size:1.25rem;line-height:1.3;margin:2rem 0 .7rem}.intro{font-size:1.1rem;color:var(--muted);max-width:62ch}.step{color:var(--muted)}a{color:var(--ink);text-underline-offset:.2em}a:hover{text-decoration-thickness:2px}form{margin-top:2rem}label{display:block;font-size:.94rem;font-weight:650;margin:1.15rem 0 .4rem}input,select{font:inherit;color:var(--ink);background:#fff;border:1px solid #82978a;border-radius:7px;width:100%;padding:.78rem;min-height:48px}input[type=checkbox]{width:23px;height:23px;min-height:0;flex:none;margin:.2rem 0;accent-color:var(--ink)}button,.button{display:inline-flex;justify-content:center;align-items:center;gap:1.4rem;background:var(--ink);color:#fff;border:0;border-radius:7px;font:inherit;font-weight:650;text-decoration:none;min-height:52px;padding:.85rem 1.4rem;cursor:pointer}button{width:100%;margin-top:1.5rem}button:hover,.button:hover{background:#295b4e}button:disabled{opacity:.65;cursor:wait}:focus-visible{outline:3px solid #5b8031;outline-offset:4px}.date-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.help{font-size:.86rem;color:var(--muted)}.quote{background:var(--ink);color:white;padding:1.5rem;border-radius:10px;margin:1.5rem 0}.quote>span{display:block;font-size:.9rem}.quote>strong{font-size:2.4rem;line-height:1.3}.quote p{margin:.6rem 0 0}.agreement{white-space:pre-wrap;overflow-wrap:anywhere;background:#fff;border:1px solid var(--line);padding:1.4rem;border-radius:7px;max-height:26rem;overflow:auto}.accept{display:flex;align-items:flex-start;gap:.85rem;font-weight:500;padding:1.1rem;background:#e9eedf;border-radius:7px;margin:1.5rem 0}.test-badge{padding:.75rem 1rem;background:#fff0a6;border:1px solid #ad871b;border-radius:5px;color:#514107;font-size:.9rem;font-weight:750}details{padding:1rem;background:#e9eedf;border-radius:7px}summary{cursor:pointer;font-weight:650}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}footer{padding:28px 0 42px;color:var(--muted);font-size:.85rem;border-top:1px solid var(--line);margin-top:2rem}.skip{position:absolute;top:-100px;left:20px;background:white;padding:.8rem;z-index:2}.skip:focus{top:10px}[role=alert]{background:#fff0e7;border-left:4px solid #a54928;padding:1rem}.cf-turnstile{min-height:70px;max-width:100%;overflow:auto}@media(max-width:560px){header,main,footer{width:calc(100% - 32px)}header{padding-top:24px}main{padding-top:26px}.date-grid{grid-template-columns:1fr;gap:0}.agreement{padding:1rem}.button{width:100%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
