:root {
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic",
    sans-serif;
  color: #263c37;
  background: #f7f7f1;
  font-synthesis: none;
  --green: #205e50;
  --muted: #75827b;
  --line: #dfe5dc;
}
[hidden] {
  display: none !important;
}
.check-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.check-label input[type="checkbox"] {
  width: auto;
  flex: none;
  margin-top: 3px;
}
details {
  margin-top: 18px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
.local-banner {
  background: #dbe8db;
  color: #395847;
  padding: 8px 5%;
  font-size: 11px;
  letter-spacing: 0.07em;
}
.local-banner span {
  margin-left: 20px;
  letter-spacing: 0;
}
header {
  max-width: 1260px;
  margin: auto;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
a {
  color: var(--green);
  text-underline-offset: 4px;
}
.brand {
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -1px;
}
.brand > span:first-child {
  color: #9daa71;
}
.brand-sub {
  font-family: system-ui;
  font-size: 11px;
  letter-spacing: 0.06em;
  margin-left: 16px;
  font-weight: normal;
}
nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
}
.pill {
  display: inline-block;
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #edf2e9;
  color: #50654a;
}
main {
  max-width: 1200px;
  margin: 42px auto 80px;
  padding: 0 24px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--muted);
  font-weight: 600;
  margin: 0 0 14px;
}
h1 {
  font-size: 30px;
  letter-spacing: 0.025em;
  margin: 0 0 12px;
  font-weight: 600;
}
h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px;
}
h3 {
  font-size: 14px;
  margin: 0 0 10px;
}
p {
  line-height: 1.8;
}
.muted {
  color: var(--muted);
  font-size: 13px;
}
.intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.intro p {
  margin: 8px 0 0;
}
.layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 24px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  margin-bottom: 22px;
  box-shadow: 0 4px 16px #21372c03;
}
.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}
.card-head h2 {
  margin: 0;
}
.stats {
  display: flex;
  gap: 36px;
  margin: 26px 0 32px;
}
.stat strong {
  display: block;
  font-size: 28px;
  font-weight: 500;
}
.stat span {
  font-size: 12px;
  color: var(--muted);
}
label {
  font-size: 12px;
  color: #506258;
  display: block;
  margin-bottom: 14px;
  line-height: 1.6;
}
input,
select,
textarea {
  font: inherit;
  font-size: 14px;
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #d5ded4;
  border-radius: 8px;
  margin-top: 6px;
  color: #263c37;
  background: #fff;
}
textarea {
  resize: vertical;
  min-height: 92px;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #87ad98;
  outline-offset: 1px;
}
button,
.button {
  border: 0;
  border-radius: 9px;
  padding: 12px 18px;
  background: var(--green);
  color: white;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
button:hover,
.button:hover {
  filter: brightness(0.94);
}
button:disabled {
  opacity: 0.45;
  cursor: default;
}
button.secondary,
.button.secondary {
  background: #edf2e9;
  color: #395c4d;
}
button.small {
  font-size: 11px;
  padding: 7px 10px;
}
button.danger {
  color: #a34539;
  background: #fbefec;
}
.full {
  width: 100%;
}
.row {
  display: flex;
  gap: 12px;
}
.row > * {
  flex: 1;
  min-width: 0;
}
.subtle-box {
  background: #f5f7f1;
  border-radius: 10px;
  padding: 15px;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 18px;
}
.carryover-box {
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px solid #dce7d5;
  border-left: 3px solid #729b70;
  border-radius: 10px;
  background: #f7faf3;
  font-size: 13px;
  line-height: 1.7;
}
.carryover-box p { margin: 4px 0; }
.carryover-required { border-color: #d5c795; border-left-color: #b38c3b; background: #fffaf0; }
.carryover-guidance { color: #71571d; }
.people-card h3 { margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); }
.people-card .row { gap: 8px; }
.people-list { margin: 0 0 18px; }
.people-list h3 { margin: 12px 0 4px; padding: 0; border: 0; font-size: 13px; }
.person-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 10px; padding: 9px 0; border-bottom: 1px solid #edf0e8; }
.person-row strong { font-size: 13px; }
.person-row small { grid-column: 1 / -1; color: var(--muted); overflow-wrap: anywhere; }
.subtle-box a {
  overflow-wrap: anywhere;
}
.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.day-name {
  text-align: center;
  font-size: 10px;
  color: var(--muted);
  padding: 8px 0;
}
.day {
  min-height: 72px;
  padding: 8px;
  border: 1px solid #edf0e8;
  border-radius: 9px;
  font-size: 12px;
  background: #fff;
  color: #344a3d;
  text-align: left;
  position: relative;
}
.day.closed {
  background: #f5f6f2;
  color: #a6ada2;
}
.day.today {
  border: 1.5px solid #729883;
}
.day.has-events:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #678c62;
  left: 10px;
  bottom: 10px;
}
.day.selected {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.event {
  padding: 16px 0;
  border-bottom: 1px solid #edf0e8;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.event:last-child {
  border: 0;
}
.event strong {
  display: block;
  font-size: 14px;
  margin: 4px 0;
}
.event p {
  margin: 4px 0;
  font-size: 12px;
  color: var(--muted);
}
.subscription-label { color: #80683b !important; }
.event-time {
  font-size: 12px;
  color: #68825a;
}
.empty {
  padding: 28px 10px;
  text-align: center;
  color: #8b958b;
  font-size: 13px;
}
.tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.tabs button {
  background: #edf1e7;
  color: #627361;
}
.tabs button.active {
  background: var(--green);
  color: white;
}
.booking-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  max-width: 1000px;
  margin: 0 auto;
}
.booking-layout > *,
.layout > * {
  min-width: 0;
}
.profile {
  padding-top: 24px;
}
.avatar {
  height: 60px;
  width: 60px;
  background: #e4ead7;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Georgia;
  font-size: 22px;
  margin-bottom: 26px;
}
.profile h1 {
  font-size: 26px;
}
.profile .detail {
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 18px;
  line-height: 2.3;
  font-size: 13px;
}
.steps {
  display: flex;
  gap: 18px;
  font-size: 11px;
  color: #a0aaa0;
  margin-bottom: 28px;
}
.steps .active {
  color: var(--green);
  font-weight: bold;
}
.slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.slot {
  background: #fff;
  color: #315b48;
  border: 1px solid #dce5d9;
}
.slot.selected {
  color: #fff;
  background: var(--green);
}
.slot.unavailable,
.date-tab.unavailable {
  text-decoration: line-through;
  opacity: .65;
}
.date-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 15px;
  margin-bottom: 12px;
}
.date-tab {
  min-width: 75px;
  background: #f0f4eb;
  color: #496448;
  padding: 12px 10px;
  font-size: 12px;
}
.date-tab.active {
  background: var(--green);
  color: white;
}
.booking-summary {
  border-left: 3px solid #88a975;
  background: #f3f6ef;
  padding: 16px 20px;
  margin-bottom: 25px;
  line-height: 1.8;
}
.check {
  font-size: 28px;
  color: #638658;
  background: #eef4e7;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
}
.success h1 {
  font-size: 27px;
}
.inline-error {
  color: #a34c3b;
  font-size: 13px;
  line-height: 1.8;
}
#notice {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #293f35;
  color: white;
  border-radius: 10px;
  padding: 14px 23px;
  font-size: 13px;
  box-shadow: 0 5px 25px #0002;
  max-width: 90vw;
  z-index: 5;
}
footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  border-top: 1px solid var(--line);
  color: #8b948b;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.long {
  overflow-wrap: anywhere;
}
details summary {
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 16px;
  color: var(--green);
}
.today-agenda {
  margin-top: 25px;
}
@media (max-width: 900px) {
  .layout {
    grid-template-columns: 1fr;
  }
  .booking-layout {
    grid-template-columns: 1fr;
  }
  .profile {
    padding-top: 0;
  }
  .profile .detail {
    margin-top: 12px;
    padding-top: 12px;
  }
  .avatar {
    display: none;
  }
  .profile .muted {
    display: none;
  }
  .brand-sub {
    display: none;
  }
}
@media (max-width: 540px) {
  header {
    padding: 18px;
  }
  .local-banner {
    font-size: 9px;
  }
  .local-banner span {
    display: block;
    margin: 4px 0 0;
  }
  main {
    padding: 0 16px;
    margin-top: 28px;
  }
  .card {
    padding: 20px 16px;
  }
  h1 {
    font-size: 24px;
  }
  .intro {
    display: block;
  }
  .intro .pill {
    margin-top: 16px;
  }
  nav {
    gap: 10px;
  }
  nav .pill {
    display: none;
  }
  .day {
    min-height: 52px;
    padding: 7px;
  }
  .stats {
    gap: 24px;
  }
  .slots {
    grid-template-columns: repeat(2, 1fr);
  }
  footer {
    display: block;
  }
  footer span {
    display: block;
    margin-top: 10px;
  }
  .steps {
    gap: 13px;
  }
  .people-card .row { display: block; }
  .people-card .row > * { width: 100%; }
  .event { flex-wrap: wrap; }
  .actions { flex-wrap: wrap; }
}
