@font-face {
  font-family: Manrope;
  src: url("./assets/fonts/manrope-400.9e9e02e13969.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("./assets/fonts/manrope-600.aa357afe8ae1.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("./assets/fonts/manrope-700.41d7e1d2cf8d.woff2") format("woff2");
  font-weight: 700 800;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("./assets/fonts/barlow-condensed-700.27cfad2630b1.woff2")
    format("woff2");
  font-weight: 700;
  font-display: swap;
}
:root {
  color-scheme: light;
  --cream: oklch(97.9% 0.009 88);
  --paper: oklch(99% 0.006 88);
  --brown: oklch(33.8% 0.047 48);
  --muted: oklch(48% 0.031 48);
  --butter: oklch(91.8% 0.083 96);
  --blue: oklch(88.9% 0.043 240);
  --line: oklch(88% 0.018 68);
  --danger: oklch(42% 0.14 29);
  --success: oklch(35% 0.065 148);
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-section: 48px;
  --radius: 16px;
  --z-nav: 10;
  --z-toast: 30;
  font:
    400 16px/1.5 Manrope,
    sans-serif;
  color: var(--brown);
  background: var(--cream);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
  color: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  border: 0;
  background: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
button:active:not(:disabled) {
  transform: translateY(1px);
}
button,
a {
  touch-action: manipulation;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
svg.icon {
  height: 20px;
  width: 20px;
  stroke: currentColor;
  stroke-width: 1.65;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.1;
}
p {
  max-width: 65ch;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--brown);
  outline-offset: 4px;
}
input,
select {
  min-height: 48px;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 10px 12px;
  font-size: 1rem;
}
input[type="checkbox"] {
  min-height: 20px;
  width: 20px;
  accent-color: var(--brown);
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  background: var(--butter);
  padding: 12px;
  z-index: 40;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1440px;
  margin: auto;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  min-height: 90px;
}
.wordmark {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1.2rem;
  line-height: 0.93;
  font-weight: 800;
  letter-spacing: -0.06em;
}
.wordmark-dot {
  color: var(--brown);
}
.header-actions {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  align-items: center;
  gap: 12px;
}
.desktop-nav {
  display: none;
}
.demo-badge {
  font-size: 0.6875rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  white-space: nowrap;
}
.location-button {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-size: 0.875rem;
  font-weight: 600;
}
.location-button .icon:last-child {
  width: 14px;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  flex-shrink: 0;
}
.saved-nav {
  display: none;
}
.mobile-nav {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
}
.mobile-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 2px;
  font-size: 0.8125rem;
  color: var(--muted);
  border-bottom: 2px solid transparent;
}
.mobile-nav a[aria-current="page"] {
  color: var(--brown);
  border-bottom-color: var(--brown);
  font-weight: 700;
}
.site-header {
  flex-wrap: wrap;
  row-gap: 4px;
}

main {
  max-width: 1320px;
  padding: 24px;
  margin: auto;
  min-height: 65vh;
}
main:focus {
  outline: none;
}
.hero {
  display: grid;
  position: relative;
  overflow: hidden;
  background: var(--butter);
  border-radius: 20px;
  grid-template-columns: minmax(0, 1fr);
}
.hero-copy {
  padding: 28px;
  position: relative;
  z-index: 1;
}
.eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.eyebrow .small-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: currentColor;
}
.hero h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.5rem;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 16px 0;
}
.hero-copy > p {
  font-size: 0.875rem;
  max-width: 33ch;
}
.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  font-size: 0.8125rem;
  font-weight: 700;
  min-height: 44px;
}
.round-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.hero-photo {
  height: 190px;
  position: relative;
  overflow: hidden;
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  object-position: 50% 46%;
}
.photo-caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--cream);
  border-radius: 30px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.6875rem;
  font-weight: 600;
}
.photo-caption .icon {
  height: 16px;
  width: 16px;
}
.page-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin: 12px 0 32px;
}
.page-intro h1 {
  font:
    700 3.5rem/1 "Barlow Condensed",
    sans-serif;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 12px 0;
}
.page-intro p {
  font-size: 0.875rem;
  color: var(--muted);
}
.activity-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 24px -24px 0;
  padding: 0 24px 16px;
  scrollbar-width: thin;
}
.activity-button {
  border: 1px solid var(--line);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  min-height: 44px;
  font-size: 0.8125rem;
  white-space: nowrap;
  background: var(--paper);
}
.activity-button[aria-pressed="true"] {
  background: var(--brown);
  color: var(--cream);
  border-color: var(--brown);
}
.activity-button .icon {
  width: 18px;
  height: 18px;
}
.content-layout {
  display: grid;
  gap: 32px;
  margin-top: 20px;
}
.section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.section-top h2 {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}
.section-top .count {
  font-size: 0.75rem;
  color: var(--muted);
}
.date-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 4px 12px;
  margin: 0 -4px;
}
.date-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  min-width: 56px;
  padding: 10px 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 0.625rem;
  background: var(--paper);
  flex: 1;
}
.date-button strong {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
}
.date-button[aria-pressed="true"] {
  background: var(--butter);
  border-color: var(--brown);
}
.date-button.today::after {
  content: "";
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  margin-top: 53px;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 8px 0 24px;
}
.search-field {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 160px;
  border-bottom: 1px solid var(--line);
}
.search-field input {
  width: 100%;
  border: 0;
  background: transparent;
  padding-left: 0;
}
.search-field svg {
  width: 18px;
}
.time-filter {
  font-size: 0.8125rem;
  min-height: 44px;
  border-radius: 8px;
  max-width: 180px;
}
.check-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  cursor: pointer;
  min-height: 44px;
}
.results-summary {
  font-size: 0.6875rem;
  color: var(--muted);
  margin-bottom: 16px;
}
.session-grid {
  display: grid;
  gap: 28px 24px;
  grid-template-columns: minmax(0, 1fr);
}
.session-card {
  min-width: 0;
}
.session-image {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: var(--blue);
  aspect-ratio: 1.72;
}
.session-image > a {
  display: block;
  height: 100%;
}
.session-image img {
  height: 100%;
  width: 100%;
  transition: transform 0.4s ease;
}
.save-button {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--cream);
  border: 0;
}
.save-button[aria-pressed="true"] svg {
  fill: var(--brown);
}
.image-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: var(--butter);
  border-radius: 5px;
  padding: 5px 9px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.6875rem;
  color: var(--muted);
}
.card-meta .type {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.session-card h3 {
  font-size: 1.125rem;
  letter-spacing: -0.035em;
  line-height: 1.35;
  margin: 6px 0;
}
.provider {
  font-size: 0.75rem;
  color: var(--muted);
}
.card-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}
.time-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.time-chip {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 7px 10px;
  font-size: 0.75rem;
  background: var(--paper);
}
.time-chip.booked {
  background: var(--blue);
  border-color: var(--blue);
}
.price {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.price small {
  font-size: 0.625rem;
  font-weight: 400;
  color: var(--muted);
}
.no-times {
  font-size: 0.75rem;
  color: var(--muted);
  padding: 10px 0;
}
.schedule-aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.fit-panel {
  background: var(--blue);
  border-radius: 16px;
  padding: 24px;
  overflow: hidden;
  position: relative;
}
.fit-panel h2 {
  font:
    700 2.5rem/1 "Barlow Condensed",
    sans-serif;
  text-transform: uppercase;
  margin: 16px 0 12px;
  letter-spacing: -0.025em;
}
.fit-panel p {
  font-size: 0.8125rem;
  color: var(--brown);
}
.week-mini {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin: 24px 0;
}
.mini-day {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-size: 0.625rem;
  flex: 1;
}
.mini-day b {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  font-size: 0.75rem;
  font-weight: 600;
}
.mini-day.active b {
  background: var(--brown);
  color: var(--cream);
  border-radius: 50%;
}
.mini-day i {
  height: 4px;
  width: 4px;
  background: var(--brown);
  border-radius: 50%;
}
.mini-day:not(.occupied) i {
  visibility: hidden;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--brown);
  color: var(--cream);
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
}
.button.secondary {
  background: transparent;
  color: var(--brown);
  border: 1px solid var(--brown);
}
.button.light {
  background: var(--butter);
  color: var(--brown);
}
.button.full {
  width: 100%;
}
.micro-copy {
  font-size: 0.6875rem !important;
  line-height: 1.6;
  margin-top: 12px;
  opacity: 0.85;
}
.aside-note {
  padding: 0 4px;
}
.aside-note h3 {
  font-size: 1rem;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}
.aside-note p {
  font-size: 0.75rem;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  text-underline-offset: 4px;
  min-height: 44px;
  font-size: 0.75rem;
  font-weight: 600;
}
.aside-divider {
  border: 0;
  border-top: 1px solid var(--line);
  width: 100%;
  margin: 0;
}
.empty-state {
  padding: 40px 24px;
  background: var(--paper);
  border: 1px dashed var(--line);
  border-radius: 12px;
  grid-column: 1/-1;
}
.empty-state .icon {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
}
.empty-state h2,
.empty-state h3 {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.empty-state p {
  font-size: 0.875rem;
  color: var(--muted);
  margin-bottom: 20px;
}
.site-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1272px;
  margin: 40px 24px 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 0.625rem;
  color: var(--muted);
}
.footer-brand {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--brown);
}
.site-footer button {
  align-self: flex-start;
  font-size: 0.6875rem;
  min-height: 44px;
  padding: 0;
}
.toast {
  position: fixed;
  z-index: var(--z-toast);
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 16px;
  right: 16px;
  max-width: 560px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 12px;
  background: var(--brown);
  color: var(--cream);
  box-shadow: 0 4px 24px #49302320;
  font-size: 0.8125rem;
}
.toast button {
  color: var(--butter);
  font-weight: 700;
  min-height: 44px;
  text-decoration: underline;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  min-height: 44px;
  margin-bottom: 16px;
}
.detail-layout {
  display: grid;
  gap: 28px;
}
.detail-photo {
  width: 100%;
  aspect-ratio: 1.45;
  border-radius: 16px;
}
.detail-heading {
  font:
    700 3rem/1 "Barlow Condensed",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 16px 0;
}
.detail-description {
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 20px 0;
}
.detail-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.8125rem;
}
.detail-facts span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-more {
  margin-top: 24px;
}
.detail-more h2 {
  font-size: 1rem;
  margin-bottom: 8px;
}
.detail-more p {
  font-size: 0.8125rem;
  color: var(--muted);
}
.booking-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  align-self: start;
}
.booking-panel h2 {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.booking-panel > p {
  font-size: 0.8125rem;
  color: var(--muted);
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}
.field > span,
.field > label {
  font-size: 0.75rem;
  font-weight: 600;
}
.slot-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 24px;
}
.slot-options .time-chip {
  flex: 1;
}
.slot-options .time-chip[aria-pressed="true"] {
  background: var(--butter);
  border-color: var(--brown);
}
.booking-total {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  font-size: 0.875rem;
}
.booking-total strong {
  font-size: 1.5rem;
}
.demo-notice {
  font-size: 0.75rem;
  line-height: 1.6;
  padding: 14px 0;
  color: var(--muted);
}
.success-panel {
  background: var(--blue);
  padding: 28px;
  border-radius: 16px;
}
.success-panel .icon {
  height: 32px;
  width: 32px;
}
.success-panel h2 {
  font:
    700 2.5rem/1 "Barlow Condensed",
    sans-serif;
  text-transform: uppercase;
  margin: 16px 0;
}
.success-panel p {
  font-size: 0.875rem;
  margin-bottom: 16px;
}
.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.week-layout {
  display: grid;
  gap: 32px;
}
.booking-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.booking-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.booking-date {
  text-align: center;
  background: var(--butter);
  border-radius: 10px;
  padding: 12px 8px;
  align-self: start;
}
.booking-date span {
  font-size: 0.625rem;
  display: block;
  text-transform: uppercase;
}
.booking-date strong {
  font-size: 1.5rem;
}
.booking-row h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.booking-row p {
  font-size: 0.75rem;
  color: var(--muted);
}
.booking-row-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.booking-row-actions button {
  font-size: 0.75rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  min-height: 44px;
  padding: 0;
}
.booking-row-actions .cancel {
  color: var(--danger);
}
.busy-panel {
  background: var(--blue);
  padding: 24px;
  border-radius: 16px;
}
.busy-panel h2 {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.busy-panel > p {
  font-size: 0.8125rem;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 7rem), 1fr));
  gap: 12px;
}
.form-row .field {
  margin-top: 0;
  min-width: 0;
}
.busy-list {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.busy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.75rem;
  border-top: 1px solid color-mix(in oklch, var(--brown) 20%, transparent);
  padding-top: 12px;
}
.busy-row .icon-button {
  border-color: var(--brown);
}
.form-error {
  font-size: 0.8125rem;
  color: var(--danger);
  margin: 12px 0;
}
.location-panel,
.about-panel {
  max-width: 680px;
  margin: 12px auto 48px;
}
.location-panel h1,
.about-panel h1 {
  font:
    700 3.5rem/1 "Barlow Condensed",
    sans-serif;
  text-transform: uppercase;
  margin: 12px 0 24px;
}
.location-panel p,
.about-panel p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 16px 0;
}
.location-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}
.location-state {
  background: var(--blue);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
}
.about-panel h2 {
  font-size: 1.25rem;
  margin-top: 32px;
}
.storage-warning {
  padding: 16px;
  background: var(--butter);
  font-size: 0.8125rem;
  border-radius: 8px;
  margin-bottom: 16px;
}
.loading-state,
.no-script {
  padding: 40px;
  text-align: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (hover: hover) {
  .session-image > a:hover img {
    transform: scale(1.035);
  }
  .activity-button:hover,
  .time-chip:hover:not(:disabled) {
    border-color: var(--brown);
  }
  .desktop-nav a:hover {
    color: var(--brown);
  }
  .button:hover {
    filter: brightness(1.12);
  }
  .button.secondary:hover {
    background: var(--butter);
  }
  .text-link:hover {
    text-decoration-thickness: 2px;
  }
}
@media (min-width: 600px) {
  .session-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero {
    grid-template-columns: 1.1fr 1fr;
  }
  .hero-photo {
    height: auto;
    min-height: 310px;
  }
  .hero-copy {
    padding: 32px;
  }
  .hero h1 {
    font-size: 4rem;
  }
  .header-actions .demo-badge {
    display: block;
  }
  .activity-strip {
    margin-top: 28px;
  }
  .detail-photo {
    aspect-ratio: 1.8;
  }
  .date-button {
    min-width: 60px;
  }
  .site-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .site-footer button {
    align-self: center;
  }
}
@media (min-width: 960px) {
  .site-header {
    padding: 24px 48px;
  }
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-left: 80px;
  }
  .desktop-nav a {
    font-size: 0.8125rem;
    color: var(--muted);
    padding: 12px 0;
    position: relative;
  }
  .desktop-nav a[aria-current="page"] {
    color: var(--brown);
    font-weight: 700;
  }
  .desktop-nav a[aria-current="page"]::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--brown);
  }
  .saved-nav {
    display: flex;
  }
  .mobile-nav {
    display: none;
  }
  main {
    padding: 32px 48px;
  }
  .hero {
    grid-template-columns: 1.25fr 1fr;
  }
  .hero-copy {
    padding: 36px 40px;
  }
  .hero h1 {
    font-size: 5rem;
    max-width: 12ch;
  }
  .hero-copy > p {
    font-size: 0.875rem;
    max-width: 37ch;
  }
  .hero-photo {
    min-height: 345px;
  }
  .hero-link {
    margin-top: 24px;
  }
  .content-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 40px;
    margin-top: 28px;
  }
  .schedule-aside {
    padding-top: 3px;
  }
  .activity-strip {
    margin: 28px 0 0;
    padding: 0 0 20px;
    gap: 10px;
    border-bottom: 1px solid var(--line);
  }
  .activity-button {
    padding: 10px 19px;
  }
  .site-footer {
    margin: 48px auto 24px;
    max-width: 1224px;
    padding: 24px 0;
  }
  .detail-layout {
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
    gap: 48px;
  }
  .detail-photo {
    aspect-ratio: 1.7;
  }
  .detail-heading {
    font-size: 4rem;
  }
  .booking-panel {
    position: sticky;
    top: 24px;
  }
  .week-layout {
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, 1fr);
    gap: 48px;
  }
  .toast {
    bottom: 28px;
    left: 24px;
    right: 24px;
  }
  .page-intro h1 {
    font-size: 4.5rem;
  }
  .site-footer {
    margin-left: 48px;
    margin-right: 48px;
  }
  .session-grid {
    gap: 32px 24px;
  }
  .detail-save {
    margin-left: auto;
  }
}
@media (min-width: 1320px) {
  .site-footer {
    margin-left: auto;
    margin-right: auto;
  }
  .content-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 48px;
  }
}
@media (max-width: 380px) {
  .site-header {
    padding: 16px;
  }
  .header-actions {
    gap: 4px;
  }
  .demo-badge {
    font-size: 0.5625rem;
    padding: 5px;
  }
  .location-button {
    gap: 4px;
    font-size: 0.75rem;
  }
  .location-button .icon:last-child {
    display: none;
  }
  main {
    padding: 20px;
  }
  .hero-copy {
    padding: 24px;
  }
  .hero h1 {
    font-size: 3.25rem;
  }
  .activity-strip {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-nav a {
    padding: 8px 2px;
  }
  .filters {
    gap: 8px;
  }
  .time-filter {
    max-width: 140px;
  }
  .card-bottom {
    gap: 8px;
  }
  .time-chip {
    padding: 7px 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
@media (forced-colors: active) {
  .button,
  .date-button[aria-pressed="true"],
  .activity-button[aria-pressed="true"],
  .mobile-nav a[aria-current="page"] {
    border: 2px solid ButtonText;
  }
  .save-button[aria-pressed="true"] svg {
    fill: ButtonText;
  }
}
/* Grid children must shrink so the date strip scrolls inside the phone viewport. */
.content-layout > section,
.week-layout > section {
  min-width: 0;
}
.text-link[aria-pressed="true"] .icon {
  fill: var(--brown);
}
@media (min-width: 960px) {
  .hero h1 {
    font-size: 4.5rem;
    max-width: none;
  }
}

/* One entrance per content block; no scroll listeners or layout animation. */
.scroll-reveal {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}
.scroll-reveal.reveal-pending {
  opacity: 0;
  transform: translateY(16px);
}
.session-card.scroll-reveal:nth-child(even) {
  transition-delay: 55ms;
}
.scroll-reveal:focus-within {
  opacity: 1;
  transform: none;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-reveal,
  .scroll-reveal.reveal-pending {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (min-width: 960px) {
  .site-header {
    flex-wrap: nowrap;
  }
}

/* Let enlarged text reflow instead of extending the page width. */
h1,
h2,
h3,
p,
.button,
.eyebrow {
  overflow-wrap: anywhere;
}
.hero-copy,
.detail-layout > *,
.booking-row > *,
.page-intro > *,
.field {
  min-width: 0;
}
.section-top,
.booking-total,
.location-options {
  flex-wrap: wrap;
}
input,
select {
  min-width: 0;
}
.image-label,
.photo-caption {
  max-width: calc(100% - 32px);
}
.booking-row {
  grid-template-columns: minmax(0, 64px) minmax(0, 1fr);
}
@media (min-width: 960px) {
  .site-header,
  .desktop-nav {
    flex-wrap: wrap;
  }
}
