a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
  border-radius: 8px;
}

/* Brighter Hope Path palette */
:root {
  --ink: #123f3b;
  --forest: #08766c;
  --pale: #d7f3e9;
  --cream: #fff3df;
  --paper: #fffdf8;
  --gold: #f2a93b;
  --line: rgba(8, 118, 108, 0.17);
  --muted: #506e69;
}

body {
  background: #fffdf8;
}

.site-header {
  background: rgba(255, 253, 248, 0.94);
  border-bottom-color: rgba(8, 118, 108, 0.16);
}

.button {
  background: linear-gradient(135deg, #078276, #075f59);
  box-shadow: 0 10px 24px rgba(8, 118, 108, 0.2);
}

.button:hover {
  background: linear-gradient(135deg, #e87555, #c9573e);
}

.hero {
  background:
    radial-gradient(circle at 78% 12%, rgba(242, 169, 59, 0.27), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(232, 117, 85, 0.13), transparent 28%),
    linear-gradient(140deg, #fffdf8 52%, #dff6ee 100%);
}

.eyebrow,
.kicker {
  color: #08766c;
}

.eyebrow span {
  background: #e87555;
  box-shadow: 0 0 0 6px rgba(232, 117, 85, 0.15);
}

.booking-card {
  background: linear-gradient(155deg, #08766c, #064e4a);
  box-shadow: 0 30px 70px rgba(8, 118, 108, 0.26);
}

.booking-card-head .sun {
  background: #f7bd4f;
}

.choice-icon {
  background: #d7f3e9;
  color: #08766c;
}

.choice:hover {
  background: #fff2dc;
}

.principles {
  background: linear-gradient(90deg, #075f59, #0b8b7d);
}

.principles i {
  background: #ffc55d;
}

.service-card {
  border-color: rgba(8, 118, 108, 0.14);
}

.service-card:nth-child(3n + 1) {
  background: #f1fbf7;
}

.service-card:nth-child(3n + 2) {
  background: #fff7e9;
}

.service-card:nth-child(3n) {
  background: #fff1ed;
}

.service-card:hover {
  background: #dff6ee;
}

.service-card > span,
.value-list b,
.steps-grid article > span,
summary span {
  color: #e56d4c;
}

.approach {
  background: linear-gradient(135deg, #fff3df, #f7e8d6);
}

.path-mark {
  background: linear-gradient(150deg, #ccefe4, #ffe7bd);
}

.steps {
  background: linear-gradient(145deg, #dff6ee, #eef9f5);
}

.steps-grid article:nth-child(2) {
  background: #fff5e4;
}

.steps-grid article:nth-child(3) {
  background: #fff0eb;
}

.contact {
  background: linear-gradient(135deg, #08766c, #075650 68%, #174943);
  box-shadow: 0 28px 65px rgba(8, 118, 108, 0.2);
}

.kicker.light {
  color: #ffd176;
}

.button-light {
  background: #fff;
  color: #08766c;
  box-shadow: none;
}

footer {
  background: #073f3b;
}

.site-header {
  box-shadow: 0 8px 30px rgba(23, 60, 53, 0.04);
}

.site-header .button span {
  margin-left: 0.5rem;
  font-size: 0.9em;
}

.booking-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.choice {
  position: relative;
  z-index: 1;
}

.mobile-booking-bar {
  display: none;
}

@media (max-width: 640px) {
  body {
    padding-bottom: 92px;
  }

  .site-header {
    box-shadow: 0 8px 25px rgba(23, 60, 53, 0.08);
  }

  .site-header .button-small {
    min-height: 42px;
    padding: 0.6rem 1rem;
  }

  .site-header .button-small span {
    display: none;
  }

  .hero {
    background: radial-gradient(circle at 82% 8%, rgba(217, 170, 88, 0.2), transparent 22%), linear-gradient(160deg, #fffdf8 58%, #edf3ee);
  }

  .booking-card {
    border-radius: 26px;
    box-shadow: 0 22px 55px rgba(23, 60, 53, 0.18);
  }

  .mobile-booking-bar {
    position: fixed;
    display: flex;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 40;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0.7rem 0.7rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    background: rgba(23, 60, 53, 0.96);
    color: #fff;
    box-shadow: 0 14px 40px rgba(15, 44, 38, 0.3);
    backdrop-filter: blur(16px);
  }

  .mobile-booking-bar > span {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
  }

  .mobile-booking-bar strong {
    font-size: 0.84rem;
  }

  .mobile-booking-bar small {
    font-size: 0.68rem;
    color: #bfd0c9;
  }

  .mobile-booking-bar .button {
    min-height: 46px;
    padding: 0.65rem 1rem;
    background: #fff;
    color: var(--forest);
    white-space: nowrap;
    font-size: 0.82rem;
  }
}

@media (max-width: 640px) {
  .hero {
    background:
      radial-gradient(circle at 82% 8%, rgba(242, 169, 59, 0.27), transparent 24%),
      radial-gradient(circle at 8% 92%, rgba(232, 117, 85, 0.12), transparent 28%),
      linear-gradient(160deg, #fffdf8 52%, #dff6ee);
  }

  .mobile-booking-bar {
    background: rgba(7, 95, 89, 0.97);
  }
}
