@font-face {
  font-family: "Exposurevar";
  src: url("/_ts_fonts/66193ad4e4fdd6ac603ec212_ExposureVAR.ttf") format("truetype");
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oldschool Grotesk";
  src: url("/_ts_fonts/66193e99f3f819649172df21_OldschoolGrotesk_W-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oldschool Grotesk";
  src: url("/_ts_fonts/6625d6a743fc3144a6fadbbb_OldschoolGrotesk_W-Medium.woff2") format("woff2");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --teal: #005c65;
  --teal-hover: #07474d;
  --slate: #314d5c;
  --line: #cfe0dd;
  --line-strong: #9db6bb;
  --mint: #e1f0ee;
  --blue: #e7f3ff;
  --cream: #faf9f3;
  --white: #fff;
  --danger: #a93226;
  --focus: #005c65;
  --display: "Exposurevar", Georgia, serif;
  --sans: "Oldschool Grotesk", Tahoma, system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  background: var(--cream);
  color: var(--slate);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

a { color: var(--teal); }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

[hidden] { display: none !important; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.booking-header {
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
}

.booking-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  text-decoration: none;
}

.booking-brand img { width: 27px; height: 27px; }

.booking-brand span {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.booking-header-link {
  color: var(--teal);
  font-size: 14px;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.booking-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

@media (max-width: 420px) {
  .booking-header { gap: 12px; padding-inline: 14px; }
  .booking-header-actions { gap: 8px; }
  .booking-header-link { font-size: 0; }
  .booking-header-link::after { content: 'Home'; font-size: 13px; }
}

.booking-page {
  min-height: calc(100vh - 132px);
  padding: clamp(34px, 5vw, 76px) clamp(20px, 4vw, 64px) 72px;
}

.booking-layout {
  display: grid;
  width: min(100%, 780px);
  margin: 0 auto;
}

.booking-workspace { min-width: 0; }

.booking-progress {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 40px;
}

.booking-progress > p {
  margin: 0;
  color: var(--slate);
  font-size: 13px;
  white-space: nowrap;
}

.booking-progress ol {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-progress li {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 25px minmax(0, auto);
  align-items: center;
  gap: 8px;
  color: #6a7f87;
  font-size: 12px;
}

.booking-progress li:not(:last-child)::after {
  position: absolute;
  top: 12px;
  right: 12px;
  left: calc(25px + 8px + 46px);
  height: 1px;
  background: var(--line);
  content: "";
}

.booking-progress li > span {
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--white);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: center;
}

.booking-progress li strong { font-weight: 500; }

.booking-progress li.is-current,
.booking-progress li.is-complete { color: var(--teal); }

.booking-progress li.is-current > span,
.booking-progress li.is-complete > span {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
}

.booking-progress li.is-complete:not(:last-child)::after { background: var(--teal); }

.booking-form { min-width: 0; }

.step-pane { animation: booking-fade .22s ease both; }

@keyframes booking-fade {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.booking-step-heading { margin-bottom: 28px; }

.booking-step-heading h2 {
  margin: 0 0 8px;
  color: var(--teal);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.booking-step-heading h2:last-child { margin-bottom: 0; }

.booking-step-heading p {
  margin: 0;
  color: var(--slate);
  font-size: 15px;
}

.booking-error-summary {
  margin: -4px 0 24px;
  padding: 14px 16px;
  border-left: 4px solid var(--danger);
  background: #fff4f1;
  color: #702319;
}

.booking-error-summary strong { display: block; margin-bottom: 5px; }

.booking-error-summary ul { margin: 0; padding-left: 20px; }

.booking-error-summary a {
  color: #702319;
  font-weight: 600;
  text-underline-offset: 3px;
}

.booking-two-col { display: grid; gap: 18px; }

.row { margin-bottom: 20px; }

.row label,
.booking-concerns legend {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 600;
}

.row label span { color: var(--slate); font-weight: 400; }

.inp,
.sel,
.booking-phone select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d9e3e0;
  border-radius: 6px;
  background: rgba(255, 255, 255, .86);
  color: var(--teal);
}

.inp,
.sel { padding: 12px 14px; }

.sel {
  appearance: none;
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%23005c65' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.inp::placeholder { color: #788b91; opacity: 1; }

.inp[aria-invalid="true"],
.sel[aria-invalid="true"],
.booking-phone:has(.inp[aria-invalid="true"]) .booking-phone-code-button {
  border-color: var(--danger);
  box-shadow: 0 0 0 1px var(--danger);
}

textarea.inp { min-height: 94px; resize: vertical; }

.booking-city-row { max-width: calc(50% - 9px); }

.booking-concerns {
  margin: 6px 0 24px;
  padding: 0;
  border: 0;
}

.booking-concerns .help {
  margin: -4px 0 12px;
  color: var(--slate);
  font-size: 13px;
}

.booking-concern-grid {
  display: grid;
  column-gap: 26px;
}

.booking-concern-grid label {
  position: relative;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}

.booking-concern-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.booking-concern-grid span {
  position: relative;
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: 9px 2px 9px 30px;
  color: var(--teal);
  font-size: 14px;
  line-height: 1.3;
  transition: color .16s ease;
}

.booking-concern-grid span::before {
  position: absolute;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--line-strong);
  border-radius: 3px;
  background: var(--white);
  content: "";
}

.booking-concern-grid input:checked + span {
  color: var(--teal);
  font-weight: 600;
}

.booking-concern-grid input:checked + span::before {
  border-color: var(--teal);
  background: var(--teal);
  box-shadow: inset 0 0 0 3px var(--white);
}

.booking-concern-grid input:focus-visible + span,
.booking-account-choice input:focus-visible + span {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.booking-note-toggle {
  margin: 0 0 8px;
}

.booking-note-toggle summary {
  width: fit-content;
  padding: 8px 0;
  color: var(--teal);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.booking-note-toggle summary span { color: var(--slate); font-weight: 400; }

.booking-note-toggle .row { margin-bottom: 14px; }

.booking-step-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 0;
}

.booking-step-footer--end { justify-content: flex-end; }

.booking-primary,
.booking-back,
.booking-google,
.booking-text-button {
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

.booking-primary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--teal);
  color: var(--white);
  font-weight: 600;
  transition: background-color .16s ease, transform .16s ease;
}

.booking-primary:hover { background: var(--teal-hover); transform: translateY(-1px); }

.booking-primary:disabled,
.booking-google:disabled { cursor: wait; opacity: .62; transform: none; }

.booking-back,
.booking-text-button {
  padding: 10px 0;
  background: transparent;
  color: var(--teal);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.booking-step-heading--split {
  display: grid;
  align-items: start;
  gap: 18px;
}

.booking-choice-summary {
  display: grid;
  gap: 8px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.booking-choice-summary p {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  margin: 0;
}

.booking-choice-summary span {
  color: #6a7f87;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-choice-summary strong { color: var(--teal); font-size: 13px; font-weight: 600; }

.booking-date-picker {
  margin: 6px -16px 0;
  padding: 18px 16px 16px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(225, 240, 238, .58);
}

.booking-time-picker { margin-top: 30px; }

.booking-picker-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.booking-picker-heading h3 {
  margin: 0;
  color: var(--teal);
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -.01em;
}

.booking-picker-heading p {
  margin: 0;
  color: #607780;
  font-size: 12px;
  text-align: right;
}

.booking-date-tabs {
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scroll-padding-inline: 0;
  scrollbar-width: none;
}

.booking-date-tabs::-webkit-scrollbar { display: none; }

.booking-date-tab {
  min-width: 82px;
  flex: 0 0 auto;
  padding: 9px 10px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--teal);
  cursor: pointer;
  line-height: 1.15;
}

.booking-date-tab span,
.booking-date-tab strong { display: block; }

.booking-date-tab span { margin-bottom: 4px; color: var(--slate); font-size: 11px; }

.booking-date-tab strong { font-size: 14px; font-weight: 600; }

.booking-date-tab:hover { background: rgba(255, 255, 255, .7); }

.booking-date-tab[aria-selected="true"] { background: var(--teal); color: var(--white); }

.booking-date-tab[aria-selected="true"] span { color: rgba(255, 255, 255, .78); }

.booking-slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.booking-slot {
  position: relative;
  display: grid;
  min-height: 48px;
  place-content: center;
  gap: 1px;
  padding: 8px 5px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  color: var(--teal);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.booking-slot span,
.booking-slot small { display: block; }

.booking-slot small { color: #6a7f87; font-size: 10px; font-weight: 500; }

.booking-slot[data-choice] small { color: var(--teal); }

.booking-slot:hover { border-color: var(--teal); }

.booking-slot[data-choice] { border-color: var(--teal); background: var(--mint); box-shadow: inset 0 0 0 1px var(--teal); }

.booking-slot[data-choice]::after {
  position: absolute;
  top: 3px;
  right: 4px;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  content: attr(data-choice);
  font-size: 9px;
  font-weight: 700;
}

.booking-slot-help { margin: 14px 0 0; color: var(--slate); font-size: 13px; }

.booking-field-error,
.formerr { margin: 9px 0 0; color: var(--danger); font-size: 14px; }

.booking-field-error::before { content: ""; }

.booking-review {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.booking-review img { width: 94px; height: 94px; border-radius: 50%; object-fit: cover; }

.booking-review h3 { margin: 0 0 12px; color: var(--teal); font-size: 21px; font-weight: 600; }

.booking-review dl,
.booking-review dl div { margin: 0; }

.booking-review dl { display: grid; gap: 7px; }

.booking-review dl div { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 10px; }

.booking-review dt { color: #6a7f87; font-size: 12px; }

.booking-review dd { margin: 0; color: var(--teal); font-size: 13px; font-weight: 600; }

.booking-text-button { margin-top: 9px; font-size: 13px; }

.booking-pending-note {
  margin: 18px 0 28px;
  padding: 15px 17px;
  border-left: 3px solid var(--teal);
  background: var(--blue);
}

.booking-pending-note strong { display: block; margin-bottom: 3px; color: var(--teal); font-size: 14px; }

.booking-pending-note p { margin: 0; font-size: 13px; }

.booking-contact-fields { margin-top: 4px; }

.booking-phone { display: grid; grid-template-columns: 112px minmax(0, 1fr); }

.booking-phone-code { position: relative; min-width: 0; }

.booking-phone-code-button {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 9px;
  border: 1px solid #d9e3e0;
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background: rgba(255, 255, 255, .86);
  color: var(--teal);
  cursor: pointer;
}

.booking-phone-code-button svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.booking-phone-code-flag { font-size: 17px; line-height: 1; }

.booking-phone-code-panel {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  left: 0;
  width: min(340px, calc(100vw - 40px));
  padding: 10px;
  border: 1px solid #d9e3e0;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(0, 52, 60, .16);
}

.booking-phone-code-search {
  width: 100%;
  min-height: 44px;
  margin: 0 0 7px;
  padding: 9px 11px;
  border: 1px solid #d9e3e0;
  border-radius: 6px;
  background: var(--white);
  color: var(--teal);
}

.booking-phone-code-list {
  max-height: 260px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.booking-phone-code-option {
  display: grid;
  width: 100%;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 10px 6px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--teal);
  cursor: pointer;
  text-align: left;
}

.booking-phone-code-option:hover,
.booking-phone-code-option[aria-selected="true"] { background: var(--mint); }

.booking-phone-code-option strong { min-width: 0; overflow: hidden; font-size: 13px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }

.booking-phone-code-option small { color: var(--slate); font-size: 12px; }

.booking-phone-code-empty { margin: 0; padding: 16px 8px; color: var(--slate); font-size: 13px; text-align: center; }

.booking-phone .inp { min-width: 0; border-radius: 0 6px 6px 0; }

.booking-google {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--white);
  color: var(--teal);
  font-weight: 600;
}

.booking-google:hover { border-color: var(--teal); }

.booking-google svg { width: 20px; height: 20px; }

.booking-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  color: #6a7f87;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-divider::before,
.booking-divider::after { height: 1px; flex: 1; background: var(--line); content: ""; }

.booking-account-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.booking-account-choice label { position: relative; cursor: pointer; }

.booking-account-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }

.booking-account-choice span {
  position: relative;
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: flex-start;
  padding: 9px 0 9px 30px;
  border-bottom: 1px solid var(--line);
  color: var(--slate);
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.booking-account-choice span::before {
  position: absolute;
  left: 1px;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--line-strong);
  border-radius: 50%;
  background: var(--white);
  content: "";
}

.booking-account-choice input:checked + span { color: var(--teal); }

.booking-account-choice input:checked + span::before {
  border-color: var(--teal);
  box-shadow: inset 0 0 0 4px var(--white);
  background: var(--teal);
}

.booking-auth-status { min-height: 20px; margin: 12px 0 0; color: var(--slate); font-size: 13px; text-align: center; }

.booking-contact-consent {
  max-width: 68ch;
  margin: 18px 0 20px;
  color: #526c75;
  font-size: 12px;
  line-height: 1.55;
}

.booking-contact-consent a { color: var(--teal); text-underline-offset: 3px; }

.hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.booking-success { max-width: 700px; padding-top: 24px; }

.booking-success h2 {
  margin: 0;
  color: var(--teal);
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .98;
}

.booking-success-mark {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--teal);
  font-size: 22px;
  font-weight: 700;
}

.booking-success h2 { margin-bottom: 18px; font-size: clamp(42px, 5vw, 64px); }

.booking-success > p { max-width: 54ch; margin: 0; font-size: 17px; }

.booking-success .booking-call-notice {
  max-width: 58ch;
  margin-top: 18px;
  padding-left: 16px;
  border-left: 3px solid var(--mint);
  color: var(--slate);
  font-size: 15px;
  line-height: 1.6;
}

.booking-call-notice strong { color: var(--teal); }

.booking-success-summary { margin: 30px 0; border-top: 1px solid var(--line); }

.booking-success-summary div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.booking-success-summary dt { color: #6a7f87; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.booking-success-summary dd { margin: 0; color: var(--teal); font-size: 14px; font-weight: 600; }

.booking-success-actions { display: flex; align-items: center; gap: 22px; }

.booking-footer {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  color: var(--slate);
  font-size: 12px;
}

.booking-footer a { text-underline-offset: 3px; }

@media (min-width: 680px) {
  .booking-two-col,
  .booking-concern-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .booking-step-heading--split { grid-template-columns: minmax(0, 1fr) minmax(270px, .85fr); }

  .booking-slot-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (min-width: 980px) {
  .booking-slot-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

@media (max-width: 679px) {
  .booking-page { padding-top: 28px; padding-bottom: 48px; }

  .booking-progress { gap: 12px; margin-bottom: 30px; }

  .booking-progress li { grid-template-columns: 24px; gap: 0; }

  .booking-progress li strong { display: none; }

  .booking-progress li:not(:last-child)::after { right: 10px; left: 34px; }

  .booking-city-row { max-width: none; }

  .booking-review { grid-template-columns: 72px minmax(0, 1fr); gap: 14px; }

  .booking-review img { width: 72px; height: 72px; }

  .booking-review dl div { grid-template-columns: 1fr; gap: 1px; }

  .booking-review dd { width: 100%; overflow-wrap: anywhere; }

  .booking-step-footer { align-items: stretch; }

  .booking-step-footer .booking-primary { flex: 1; padding-inline: 16px; }

  .booking-submit-actions {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
  }

  .booking-submit-actions .booking-back { order: 2; }

  .booking-submit-actions .booking-primary,
  .booking-submit-actions .booking-back {
    width: 100%;
    max-width: none;
    justify-content: center;
    margin: 0;
    text-align: center;
  }

  .booking-account-choice { grid-template-columns: 1fr; }

  .booking-picker-heading { display: block; }

  .booking-picker-heading p { margin-top: 3px; text-align: left; }

  .booking-success-actions { align-items: stretch; flex-direction: column; }

  .booking-success-actions .booking-back { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
