* {
  box-sizing: border-box;
}
html {
  color-scheme: light;
}
body {
  margin: 0;
}
button,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
select:focus-visible {
  outline: 3px solid #a85524;
  outline-offset: 3px;
}
[hidden] {
  display: none !important;
}
.previewbar {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 max(24px, calc((100vw - 1440px) / 2 + 24px));
  background: #1c2423;
  color: #f7f4ee;
  font:
    600 13px/1.3 system-ui,
    sans-serif;
}
.previewbar a {
  text-decoration: none;
}
.preview-home {
  white-space: nowrap;
}
.preview-home span {
  font-weight: 400;
  opacity: 0.68;
}
.preview-note {
  margin-left: auto;
  font-weight: 400;
  color: #c5cfca;
}
.preview-switch {
  display: flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid #6c7571;
  border-radius: 999px;
}
.preview-switch a {
  display: grid;
  place-items: center;
  min-width: 40px;
  min-height: 36px;
  border-radius: 999px;
}
.preview-switch [aria-current] {
  background: #ecf0e9;
  color: #203a33;
}
.previewbar a:hover {
  text-decoration: underline;
}
.index-page {
  min-height: 100vh;
  background: #f3f1eb;
  color: #263631;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
}
.index-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 96px 28px;
}
.eyebrow,
.option-number {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}
.index-wrap h1 {
  max-width: 760px;
  font:
    400 clamp(40px, 5vw, 72px)/1.06 Georgia,
    "Times New Roman",
    serif;
  margin: 24px 0;
}
.index-intro {
  max-width: 680px;
  font-size: 19px;
  line-height: 1.55;
  color: #596762;
  margin-bottom: 48px;
}
.index-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.index-option {
  min-height: 330px;
  padding: 34px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid #bdc9c0;
  transition: transform 0.15s;
}
.index-option:hover {
  transform: translateY(-3px);
}
.index-option strong {
  font:
    400 32px/1.15 Georgia,
    "Times New Roman",
    serif;
  max-width: 360px;
}
.index-option > span:nth-child(3) {
  max-width: 400px;
  line-height: 1.5;
}
.option-a {
  background: #e7ece3;
}
.option-b {
  background: #f7f9fa;
  border-color: #cdd7db;
}
.option-b strong {
  font:
    650 31px/1.15 system-ui,
    sans-serif;
}
.option-link {
  font-weight: 700;
  margin-top: auto;
}
.index-foot {
  font-size: 14px;
  color: #65736b;
  margin-top: 28px;
}
.concept {
  min-height: 100vh;
}
.booking-intro {
  margin: 0;
}
.timezone-trigger {
  border: 0;
  background: transparent;
  min-height: 44px;
  padding: 8px 12px;
  color: inherit;
  font-size: 14px;
  font-weight: 650;
  text-align: left;
}
.timezone-trigger:hover {
  text-decoration: underline;
}
.timezone-trigger span {
  margin-left: 8px;
}
.timezone-panel {
  padding: 14px 16px;
  margin: 6px 0 16px;
  border: 1px solid currentColor;
  border-radius: 10px;
}
.timezone-panel label {
  display: block;
  font-size: 13px;
  font-weight: 650;
  margin-bottom: 8px;
}
.timezone-panel select {
  min-height: 44px;
  width: 100%;
  max-width: 310px;
  padding: 0 10px;
  border: 1px solid #768a83;
  border-radius: 6px;
  background: #fff;
  color: #263631;
}
.time-empty {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 22px;
  color: #687971;
}
.time-empty-symbol {
  font:
    400 40px/1 Georgia,
    serif;
  color: #a9b9a8;
}
.time-empty p {
  max-width: 220px;
  font-size: 14px;
  line-height: 1.5;
}
.time-date {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}
.time-hint {
  font-size: 12px;
  line-height: 1.4;
  margin: 6px 0 22px;
  color: #64746d;
}
.slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.slot {
  min-height: 52px;
  border: 1px solid #93a69a;
  background: transparent;
  color: inherit;
  border-radius: 5px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.slot:hover {
  border-color: #355b4e;
  background: #f1f6ee;
}
.slot[aria-pressed="true"] {
  background: #355b4e;
  color: #fff;
  border-color: #355b4e;
}
.selection {
  min-height: 22px;
  font-size: 13px;
  color: #476758;
  margin: 22px 0 0;
}
.concept-a {
  background: #f1f0e8;
  color: #263a32;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
}
.a-layout {
  display: grid;
  grid-template-columns: minmax(380px, 42%) minmax(0, 1fr);
  min-height: calc(100vh - 54px);
}
.a-profile {
  background: #dfe7da;
  display: flex;
  flex-direction: column;
  padding: 48px clamp(38px, 5.4vw, 108px) 48px clamp(38px, 5.4vw, 108px);
  border-right: 1px solid #b8c6b6;
}
.a-profile-top {
  display: flex;
  align-items: center;
  gap: 13px;
}
.a-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #5b7e6b;
  border-radius: 50%;
  font:
    italic 24px/1 Georgia,
    serif;
}
.a-kicker,
.a-overline {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.a-profile-copy {
  margin: auto 0;
  max-width: 540px;
}
.a-overline {
  color: #425c49;
  margin: 0 0 25px;
}
.a-profile h1 {
  font:
    400 clamp(48px, 5vw, 80px)/0.99 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.055em;
  margin: 0;
}
.a-title {
  font:
    italic 28px Georgia,
    serif;
  margin: 26px 0 30px;
  color: #496653;
}
.a-description {
  font-size: 17px;
  line-height: 1.65;
  max-width: 345px;
  margin: 0;
}
.a-profile-foot {
  font:
    italic 16px/1.4 Georgia,
    serif;
  color: #5b7564;
  margin: 0;
}
.a-booking {
  max-width: 850px;
  width: 100%;
  margin: auto;
  padding: 50px clamp(32px, 5.3vw, 90px) 58px;
}
.a-step {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #56715f;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}
.a-step-line {
  width: 38px;
  height: 1px;
  background: #97aa99;
}
.a-booking h2 {
  font:
    400 clamp(38px, 3.9vw, 57px)/1.07 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.035em;
  margin: 23px 0 16px;
}
.a-booking .booking-intro {
  color: #5d7065;
  font-size: 15px;
}
.a-service {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid #b9c9ba;
  border-bottom: 1px solid #b9c9ba;
  margin: 32px 0 38px;
}
.a-service-icon {
  border: 1px solid #a9bda9;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font:
    italic 17px Georgia,
    serif;
}
.a-service div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.a-service strong {
  font-size: 15px;
}
.a-service div span {
  font-size: 13px;
  color: #526459;
}
.a-service-check {
  margin-left: auto;
  color: #356650;
  font-size: 21px;
}
.picker-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 17px;
}
.picker-overline {
  display: block;
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #53695b;
  font-weight: 700;
  margin-bottom: 4px;
}
.picker-heading h3 {
  font:
    400 26px Georgia,
    serif;
  margin: 0;
}
.a-picker {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(210px, 1fr);
  gap: 18px;
}
.a-days {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.a-day {
  min-height: 63px;
  border: 1px solid #b9c9ba;
  border-radius: 3px;
  background: #f7f7f1;
  color: inherit;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 12px;
  padding: 8px 13px;
}
.a-day:hover {
  border-color: #55765e;
  background: #edf4e9;
}
.a-day[aria-pressed="true"] {
  border: 2px solid #355b4e;
  background: #e8f0e5;
  padding: 7px 12px;
}
.a-day-number {
  font:
    400 29px Georgia,
    serif;
  width: 33px;
  text-align: center;
}
.a-day-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.a-day-copy strong {
  font-size: 13px;
  font-weight: 650;
}
.a-day-copy small {
  font-size: 11px;
  color: #526459;
}
.a-day-count {
  font-size: 10px;
  color: #52695a;
  margin-left: auto;
  white-space: nowrap;
}
.time-column {
  border-left: 1px solid #b9c9ba;
  padding: 8px 0 0 22px;
}
.a-caveat {
  font-size: 12px;
  color: #526459;
  margin: 22px 0 0;
}
.concept-b {
  background: #eef2f4;
  color: #26363f;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
}
.b-frame {
  width: min(1100px, calc(100% - 48px));
  margin: 46px auto 80px;
}
.b-profile {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 0 4px 28px;
  border-bottom: 1px solid #cbd6d9;
}
.b-avatar {
  width: 78px;
  height: 78px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #d3e1e4;
  color: #345263;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.b-label {
  margin: 0 0 6px;
  color: #587080;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.b-profile h1 {
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0;
}
.b-title {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 650;
}
.b-description {
  font-size: 13px;
  color: #566b76;
  margin: 0;
}
.b-service {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
  background: #fff;
  border: 1px solid #d7e1e3;
  border-radius: 11px;
  padding: 14px 22px;
}
.b-service-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #487b73;
  flex: none;
}
.b-service div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.b-service strong {
  font-size: 14px;
}
.b-service div span {
  font-size: 12px;
  color: #61747c;
}
.b-service-tail {
  margin-left: auto;
  color: #4d796e;
  font-size: 12px;
  font-weight: 700;
}
.b-booking {
  background: #fff;
  border: 1px solid #d7e1e3;
  border-radius: 14px;
  box-shadow: 0 8px 35px #38505b0a;
  padding: 34px 36px 22px;
}
.b-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dbe4e6;
}
.b-heading h2 {
  margin: 0 0 8px;
  font-size: 27px;
  letter-spacing: -0.035em;
  line-height: 1.18;
}
.b-heading .booking-intro {
  font-size: 14px;
  color: #526872;
}
.b-picker {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(245px, 0.75fr);
}
.b-calendar {
  padding: 26px 32px 18px 0;
  border-right: 1px solid #dbe4e6;
}
.b-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.b-calendar-head h3 {
  font-size: 16px;
  margin: 0;
}
.month-controls {
  display: flex;
  gap: 5px;
}
.month-controls button {
  border: 1px solid #c4d3d9;
  background: #fff;
  border-radius: 7px;
  min-width: 42px;
  min-height: 42px;
}
.month-controls button:hover:not(:disabled) {
  background: #eaf2f3;
}
.month-controls button:disabled {
  color: #9daeb4;
  cursor: default;
}
.weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  text-align: center;
}
.weekdays span {
  font-size: 12px;
  color: #526872;
  font-weight: 700;
  padding-bottom: 10px;
}
.calendar-day,
.calendar-blank {
  min-height: 57px;
  display: grid;
  place-items: center;
}
.calendar-day {
  border: 0;
  background: transparent;
  border-radius: 8px;
  position: relative;
  font-variant-numeric: tabular-nums;
  color: #40535c;
}
.calendar-day:disabled {
  color: #aab8bd;
  cursor: default;
}
.calendar-day[data-day] {
  color: #244953;
  font-weight: 700;
}
.calendar-day[data-day]::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #477a73;
  position: absolute;
  bottom: 8px;
}
.calendar-day[data-day]:hover {
  background: #e6f2ef;
}
.calendar-day[aria-pressed="true"] {
  background: #245a57;
  color: #fff;
}
.calendar-day[aria-pressed="true"]::after {
  background: #fff;
}
.calendar-legend {
  font-size: 11px;
  color: #526872;
  line-height: 1.4;
  margin: 22px 0 0;
}
.legend-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #477a73;
  margin-right: 4px;
}
.b-times {
  padding: 30px 0 18px 32px;
}
.b-times .time-empty {
  min-height: 360px;
}
.b-times .time-empty-symbol {
  color: #b6c8cb;
}
.b-times .time-date {
  font-size: 16px;
}
.b-times .slots {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.b-times .slot {
  border-color: #b4c8ce;
  border-radius: 8px;
}
.b-times .slot:hover {
  background: #eaf4f4;
}
.b-times .slot[aria-pressed="true"] {
  background: #245a57;
  border-color: #245a57;
}
.b-times .selection {
  color: #3b6568;
}
.b-caveat {
  font-size: 12px;
  color: #526872;
  margin: 15px 0 0;
}
@media (max-width: 1050px) {
  .a-layout {
    grid-template-columns: minmax(320px, 38%) minmax(0, 1fr);
  }
  .a-profile {
    padding-left: 35px;
    padding-right: 35px;
  }
  .a-booking {
    padding-left: 34px;
    padding-right: 34px;
  }
  .a-picker {
    grid-template-columns: 1fr;
  }
  .a-days {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .time-column {
    border-left: 0;
    border-top: 1px solid #b9c9ba;
    padding: 18px 0 0;
  }
  .b-frame {
    width: min(900px, calc(100% - 40px));
  }
}
@media (max-width: 700px) {
  .previewbar {
    padding: 0 15px;
    gap: 8px;
  }
  .preview-home span {
    display: none;
  }
  .preview-note {
    font-size: 11px;
  }
  .index-wrap {
    padding: 56px 20px;
  }
  .index-options {
    grid-template-columns: 1fr;
  }
  .index-option {
    min-height: 280px;
  }
  .a-layout {
    display: block;
  }
  .a-profile {
    border-right: 0;
    border-bottom: 1px solid #b8c6b6;
    padding: 24px 22px 25px;
  }
  .a-profile-top {
    display: none;
  }
  .a-profile-copy {
    margin: 0;
  }
  .a-overline {
    margin-bottom: 9px;
  }
  .a-profile h1 {
    font-size: 35px;
    letter-spacing: -0.04em;
    line-height: 1.05;
  }
  .a-profile h1 br {
    display: none;
  }
  .a-title {
    font-size: 17px;
    margin: 8px 0 12px;
  }
  .a-description {
    font-size: 13px;
    line-height: 1.4;
    max-width: 360px;
  }
  .a-profile-foot {
    display: none;
  }
  .a-booking {
    padding: 28px 18px 36px;
    max-width: none;
  }
  .a-step {
    font-size: 10px;
  }
  .a-booking h2 {
    font-size: 35px;
    margin: 16px 0 9px;
  }
  .a-booking h2 br {
    display: none;
  }
  .a-booking .booking-intro {
    font-size: 13px;
  }
  .a-service {
    margin: 24px 0 27px;
    padding: 14px 0;
    gap: 10px;
  }
  .a-service-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
    flex: none;
  }
  .a-service strong {
    font-size: 13px;
  }
  .a-service div span {
    font-size: 12px;
  }
  .picker-heading {
    align-items: center;
  }
  .picker-heading h3 {
    font-size: 23px;
  }
  .timezone-trigger {
    font-size: 12px;
    padding: 8px 4px;
  }
  .a-picker {
    display: block;
  }
  .a-days {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 8px;
    scrollbar-width: thin;
  }
  .a-day {
    min-width: 105px;
    min-height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1px;
    padding: 8px;
  }
  .a-day[aria-pressed="true"] {
    padding: 7px;
  }
  .a-day-number {
    font-size: 25px;
    width: auto;
  }
  .a-day-copy strong {
    font-size: 11px;
  }
  .a-day-copy small {
    display: none;
  }
  .a-day-count {
    font-size: 10px;
    margin: 3px 0 0;
  }
  .time-column {
    margin-top: 16px;
  }
  .time-empty {
    min-height: 135px;
  }
  .b-frame {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px 30px;
  }
  .b-profile {
    padding: 22px 5px 18px;
    gap: 12px;
  }
  .b-avatar {
    width: 50px;
    height: 50px;
    font-size: 17px;
    border-radius: 10px;
  }
  .b-profile h1 {
    font-size: 19px;
  }
  .b-label {
    font-size: 9px;
  }
  .b-title {
    font-size: 12px;
    margin: 3px 0;
  }
  .b-description {
    font-size: 11px;
    line-height: 1.35;
  }
  .b-service {
    margin: 14px 0;
    min-height: 63px;
    padding: 10px 13px;
  }
  .b-service strong {
    font-size: 12px;
  }
  .b-service div span {
    font-size: 11px;
  }
  .b-service-tail {
    font-size: 10px;
  }
  .b-booking {
    border-radius: 10px;
    padding: 19px 13px 18px;
  }
  .b-heading {
    display: block;
    padding-bottom: 16px;
  }
  .b-heading h2 {
    font-size: 22px;
  }
  .b-heading .booking-intro {
    font-size: 12px;
  }
  .b-heading .timezone-trigger {
    margin-top: 10px;
    padding-left: 0;
  }
  .b-picker {
    display: block;
  }
  .b-calendar {
    padding: 18px 0 14px;
    border-right: 0;
    border-bottom: 1px solid #dbe4e6;
  }
  .b-calendar-head {
    margin-bottom: 13px;
  }
  .b-calendar-head h3 {
    font-size: 15px;
  }
  .calendar-day,
  .calendar-blank {
    min-height: 44px;
  }
  .calendar-legend {
    margin-top: 12px;
  }
  .b-times {
    padding: 16px 0 0;
  }
  .b-times .time-empty {
    min-height: 85px;
  }
  .b-times .time-empty-symbol {
    display: none;
  }
  .b-times .time-empty p {
    max-width: none;
  }
  .b-times .time-hint {
    margin-bottom: 12px;
  }
}
@media (max-width: 370px) {
  .preview-note {
    display: none;
  }
  .preview-switch {
    margin-left: auto;
  }
  .a-profile h1 {
    font-size: 32px;
  }
  .b-service-tail {
    display: none;
  }
  .b-booking {
    padding-left: 10px;
    padding-right: 10px;
  }
  .calendar-day,
  .calendar-blank {
    min-height: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-option {
    transition: none;
  }
}

.index-start {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  gap: 18px;
  margin: 0 0 41px;
  padding: 10px 21px;
  background: #355b4e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
}
.index-start:hover {
  background: #294c40;
}
.index-subhead {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin: 0 0 15px;
}
