/* Match setupmyhouse.com's dark visual palette; booking remains BOS-owned. */
:root {
  font-family: Arial, ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: #edf7ff; background: #050a10; color-scheme: dark;
  line-height: 1.55; font-size: 16px;
  --surface: #0b1722; --line: #21384a; --muted: #9fb3c2;
  --blue: #4ab2ff; --yellow: #ffe45b;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 82% 12%, #10283a 0, transparent 40%), #07111a; }
a { color: #65bdff; text-underline-offset: .2em; }
a:hover { color: var(--yellow); }
header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 82px; padding: .8rem max(1.25rem, calc((100% - 1120px)/2)); border-bottom: 1px solid #1f3546; background: #050b11; }
header a { font-size: .875rem; font-weight: 700; }
header a:first-child { display: flex; align-items: center; }
header img { display: block; width: 174px; max-width: 100%; height: 56px; object-fit: contain; filter: invert(1) hue-rotate(180deg) brightness(1.18) saturate(1.12) drop-shadow(0 0 18px rgb(74 178 255 / 12%)); }
main { max-width: 1080px; margin: auto; padding: 3.75rem 1.5rem 2rem; }
h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); font-weight: 750; letter-spacing: -.06em; line-height: 1.02; margin: .75rem 0 1.25rem; }
h1 em { color: #5bb8ff; font-style: normal; }
.eyebrow { font-size: .75rem; letter-spacing: .16em; font-weight: 800; color: #65baff; }
.eyebrow::before { content: ''; display: inline-block; width: 26px; height: 2px; margin-right: 10px; vertical-align: middle; background: var(--yellow); }
.intro { font-size: 1.125rem; color: var(--muted); margin-bottom: 2rem; }
section { background: var(--surface); border: 1px solid #264257; border-radius: 12px; padding: 1.75rem; margin: 1.25rem 0; box-shadow: 0 18px 50px rgb(0 0 0 / 18%); }
h2 { font-size: 1.3rem; line-height: 1.3; letter-spacing: -.025em; margin: 0 0 1.5rem; display: flex; align-items: center; gap: .75rem; }
h2 span { display: grid; place-items: center; flex-shrink: 0; background: #102c41; color: #66bdff; border: 1px solid #285776; border-radius: 50%; width: 34px; height: 34px; font-size: 1rem; }
button, input, textarea { font: inherit; }
button, .button { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; border: 1px solid var(--yellow); border-radius: 6px; background: var(--yellow); color: #081018; min-height: 48px; padding: .75rem 1.25rem; font-weight: 750; text-decoration: none; transition: background .15s, border-color .15s; }
button:not(:disabled):hover, .button:hover { background: #66bdff; border-color: #66bdff; color: #06101a; }
button:disabled { opacity: .5; cursor: not-allowed; }
.choices { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: .85rem; }
button.choice { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; text-align: left; background: #07111a; color: #edf7ff; border: 2px solid #264257; gap: .5rem; padding: 1.1rem; }
.choice small { color: var(--muted); font-weight: 400; }
button.choice:not(:disabled):hover { background: #102435; border-color: var(--blue); color: #edf7ff; }
.choice[aria-pressed=true], button.choice[aria-pressed=true]:hover { background: #102c41; border-color: var(--blue); box-shadow: 0 0 24px rgb(74 178 255 / 12%); }
.calendar { max-width: 420px; border: 1px solid #28506b; border-radius: 10px; padding: 1rem; background: #07111a; }
.calendar-nav { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.calendar-nav h3 { font-size: 1rem; margin: 0; }
.calendar-nav button { background: #10283a; border-color: #264257; color: #65bdff; padding: 0 .8rem; font-size: 1.5rem; min-height: 44px; }
.weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .25rem; text-align: center; }
.weekdays { margin: 1rem 0 .5rem; color: var(--muted); font-size: .8rem; }
.calendar-days button { border: 1px solid transparent; background: transparent; color: #edf7ff; padding: .5rem 0; min-height: 44px; font-weight: 500; }
.calendar-days button[aria-pressed=true] { background: var(--yellow); color: #07111a; font-weight: 750; }
.calendar-days button:disabled { color: #91a7b8; opacity: .45; }
.times { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.times button { background: #07111a; color: #65bdff; border: 2px solid #28506b; min-width: 110px; }
.times button[aria-pressed=true] { background: var(--yellow); border-color: var(--yellow); color: #07111a; }
label { display: block; font-size: .9rem; font-weight: 650; color: #c2d3df; }
input, textarea { display: block; border: 1px solid #2b4557; border-radius: 6px; background: #07111a; color: #eaf5fb; width: 100%; padding: .85rem; margin-top: .45rem; font-size: 1rem; }
input::placeholder, textarea::placeholder { color: #91a7b8; opacity: 1; }
textarea { resize: vertical; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.full { grid-column: 1/-1; }
small, .fine { font-size: .875rem; color: var(--muted); font-weight: 400; }
.review { border-top: 1px solid var(--line); margin-top: 1.5rem; padding-top: 1rem; }
.review h3 { margin: .5rem 0; }
#summary { font-weight: 650; }
#message:not(:empty) { padding: 1rem; border-left: 4px solid var(--blue); background: #10283a; }
#message[data-error=true] { border-color: #ff9685; background: #33201e; color: #ffd5cc; }
#success { border-color: var(--blue); background: linear-gradient(145deg, #102c41, #081723); }
#success h2 { color: var(--yellow); font-size: 1.75rem; }
footer { padding: 1.5rem 0; color: var(--muted); font-size: .9rem; }
*:focus-visible { outline: 3px solid #66bdff; outline-offset: 4px; }
::selection { background: var(--blue); color: #050a10; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px !important; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 560px) {
  header { padding: .75rem 1rem; gap: .75rem; }
  header img { width: 144px; height: 48px; }
  header a:last-child { font-size: .8rem; }
  main { padding: 2rem 1rem 1rem; }
  section { padding: 1.1rem; }
  .fields, .choices { grid-template-columns: 1fr; }
  .calendar { padding: .7rem; }
  .calendar-days button { min-height: 40px; }
  #submit { width: 100%; }
  footer a { display: inline-block; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
