/* Layout that used to come from Tailwind — Bootstrap handles breakpoints */

.pin-frame {
  --pin-color: var(--color-border-corner);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.pin-frame--accent {
  --pin-color: var(--color-accent);
}

.pin-frame span {
  position: absolute;
  width: 12px;
  height: 12px;
}

.pin-frame span:nth-child(1) {
  top: 0;
  left: 0;
  border-top: 1px solid var(--pin-color);
  border-left: 1px solid var(--pin-color);
}

.pin-frame span:nth-child(2) {
  top: 0;
  right: 0;
  border-top: 1px solid var(--pin-color);
  border-right: 1px solid var(--pin-color);
}

.pin-frame span:nth-child(3) {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--pin-color);
  border-left: 1px solid var(--pin-color);
}

.pin-frame span:nth-child(4) {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid var(--pin-color);
  border-right: 1px solid var(--pin-color);
}

.panel__body {
  position: relative;
  z-index: 2;
  height: 100%;
}

.pinned-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.pinned-media img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-shift {
  margin-top: calc(var(--header-height) * -1);
}

.section-block {
  padding-block: var(--section-pad-y);
}

.icon-accent {
  flex-shrink: 0;
  color: var(--color-accent);
  font-size: 28px;
  line-height: 1;
}

.icon-accent--sm {
  font-size: 20px;
}

.social-glyph {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #fff;
  color: var(--color-accent);
  font-size: 20px;
}

.social-facebook .social-glyph {
  border-color: #1877f2;
  background: #1877f2;
  color: #fff;
}

.social-x .social-glyph {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.social-youtube .social-glyph {
  border-color: #ff0000;
  background: #ff0000;
  color: #fff;
}

.social-instagram .social-glyph {
  border-color: #d62976;
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 28%, #d62976 58%, #4f5bd5 100%);
  color: #fff;
}

.social-linkedin .social-glyph {
  border-color: #0a66c2;
  background: #0a66c2;
  color: #fff;
}

.social-google .social-glyph {
  border-color: #4285f4;
  background: linear-gradient(135deg, #4285f4, #ea4335, #fbbc05, #34a853);
  color: #fff;
}

.social-phone .social-glyph {
  border-color: #4caf50;
  background: #4caf50;
  color: #fff;
}

.social-whatsapp .social-glyph {
  border-color: #25d366;
  background: #25d366;
  color: #fff;
}

.social-email .social-glyph {
  border-color: #ea4335;
  background: #ea4335;
  color: #fff;
}

.hero__tagline {
  font-family: var(--font-display);
  font-size: var(--text-hero);
  font-weight: 700;
  line-height: 0.935;
  letter-spacing: var(--tracking-hero);
  color: var(--color-accent-soft);
  text-transform: uppercase;
}

.btn-military--hero {
  width: 100%;
  max-width: 508px;
  padding: 16px 24px;
  font-size: 28px;
}

@media (max-width: 767.98px) {
  .btn-military--hero {
    padding: 12px 20px;
    font-size: 20px;
  }
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--header-height) + 8px) var(--gutter) 48px;
}

.wordmark-wrap {
  width: 100%;
  max-width: 274px;
}

.wordmark-wrap img {
  width: 100%;
  height: auto;
}

.scroll-cue {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--color-accent);
  text-decoration: none;
}

.scroll-cue__label {
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  opacity: 0.8;
}

/* --- Our Team: featured coach + team strip ------------------------------- */

/* Portrait and details sit side by side, stacking on narrow panels. */
.coach-feature {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	gap: var(--space-4);
	padding: var(--space-5) var(--space-6);
	border: 1px solid var(--color-border);
	background: var(--color-panel-glass);
	transition: background var(--duration-fast) var(--ease-out),
	border-color var(--duration-fast) var(--ease-out);
}

.coach-feature:hover {
  background: rgba(137, 143, 74, 0.06);
  border-color: color-mix(in srgb, var(--color-accent) 38%, var(--color-border));
  border-left-color: var(--color-accent);
}

.coach-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  min-width: 0;
}

.coach-eyebrow {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--text-xs);
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: var(--color-accent);
}

.coach-role {
  margin: 0;
  color: var(--color-ink-muted);
}

.coach-creds {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2) var(--space-5);
	margin: 0;
	padding: var(--space-2);
	border: 1px solid var(--color-border);
	list-style: none;
	width: 30%;
}

.coach-creds li {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  color: var(--color-ink-muted);
}

/* Wide silhouette band under the coach card. */
.team-strip {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.team-strip img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 96px;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .coach-feature {
    padding: var(--space-4) var(--space-5);
  }

  .coach-creds {
    flex-direction: column;
    gap: var(--gap-tight);
  }
}

.media-fill {
  width: 100%;
  min-height: 192px;
  flex: 1;
	margin: 0;
}

.media-gallery {
  width: 100%;
  min-height: 240px;
  height: min(345px, 45vw);
	margin: 0;
}

.media-action {
  width: 100%;
  min-height: 220px;
  height: min(345px, 55vw);
	margin: 0;
}

.media-portrait {
  width: 100%;
  min-height: 320px;
}

.media-portrait img {
  object-position: top;
}

.media-ratio {
  width: 100%;
  aspect-ratio: 6 / 4;
}

.media-pricing {
  width: 100%;
  min-height: 280px;
}

@media (min-width: 992px) {
  .media-portrait {
    min-height: 380px;
  }

  .media-pricing {
    min-height: 100%;
  }
}
.benefit-grid {
  height: 100%;
}

.benefit-cell {
  display: flex;
  min-height: 80px;
	height: 100%;
  flex-direction: column;
  align-items: center;
	justify-content: center;
  gap: var(--gap-tight);
  border: 1px solid var(--color-border);
  padding: 10px 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  transition: background var(--duration-fast) var(--ease-out);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.span-3 {
  grid-column: span 3 / span 3;
}

.span-2 {
  grid-column: span 2 / span 2;
}

@media (min-width: 576px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.benefit-cell:hover {
  background: rgba(137, 143, 74, 0.08);
}

.price-num {
  font-size: 40px;
  line-height: 1;
}

.check-row {
  display: flex;
  align-items: center;
  gap: var(--gap-stack);
}

.faq-item {
  border: 1px solid var(--color-border);
}

.plan-card {
  border: 1px solid var(--color-border);
  padding: 24px;
}

address {
  font-style: normal;
}

.book-modal__body {
  position: relative;
  z-index: 2;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 16px;
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: -0.5px;
  color: var(--color-accent-soft);
  text-transform: uppercase;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary .faq-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-stack);
}

.faq-item[open] .faq-plus {
  transform: rotate(45deg);
}

.faq-plus {
  color: var(--color-accent);
  transition: transform 180ms ease;
}

.faq-answer {
  border-top: 1px solid var(--color-border);
  padding: 12px 16px;
}

.cta-band {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-stack);
  padding: 32px;
  text-align: center;
  background: var(--color-accent-muted);
}

.cta-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.legal-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  text-align: left;
}

.legal-copy {
  font-size: 18px;
  letter-spacing: -1px;
  margin: 0;
  flex: 1;
  min-width: 0;
  text-align: center;
}

.legal-link {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 4px 10px;
  border: 1px solid var(--color-border);
  background: transparent;
  color: var(--color-ink-muted);
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.legal-link:hover {
  border-color: var(--color-accent);
  color: var(--color-accent-soft);
  background: rgba(137, 143, 74, 0.12);
}

.book-modal__body--policy {
  min-height: 0;
  max-height: min(78vh, 640px);
  overflow: hidden;
}

.policy-copy {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  max-height: min(58vh, 480px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding-right: 8px;
  padding-bottom: 12px;
  scrollbar-gutter: stable;
}

.policy-copy__heading {
  margin: 12px 0 6px;
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: -0.5px;
  color: var(--color-accent);
  text-transform: uppercase;
}

.policy-copy__heading:first-child {
  margin-top: 0;
}

.policy-copy__list {
  margin: 0 0 8px;
  padding-left: 18px;
  list-style: disc;
}

.policy-copy__list li {
  margin-bottom: 6px;
}

.policy-copy a,
.policy-copy code {
  color: var(--color-accent-soft);
}

.policy-copy a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-copy code {
  font-size: 0.92em;
}

.policy-copy__note {
  margin-top: 12px;
  font-size: 12px;
  opacity: 0.75;
}

@media (max-width: 575.98px) {
  .legal-band {
    padding: 10px 14px;
    gap: 8px;
  }

  .legal-copy {
    font-size: 13px;
  }

  .legal-link {
    padding: 3px 8px;
    font-size: 10px;
  }

  .book-modal__body--policy {
    max-height: min(84vh, 100%);
  }

  .policy-copy {
    max-height: min(62vh, 520px);
  }
}

.ink-muted {
  color: var(--color-ink-muted);
}

.accent {
  color: var(--color-accent);
}

.timetable-split {
  display: flex;
  flex-direction: column;
}

.timetable-aside {
  width: 100%;
}

.timetable-main {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  border: 1px solid var(--color-border);
}

@media (min-width: 768px) {
  .timetable-split {
    flex-direction: row;
  }

  .timetable-aside {
    width: 300px;
    flex-shrink: 0;
  }

  .timetable-main {
    border-left: 0;
  }

  .timetable-copy {
    border-top: 1px solid var(--color-border);
  }
}

.timetable-intro {
  border: 1px solid var(--color-border);
  padding: 24px;
}

.timetable-copy {
  flex: 1;
  border: 1px solid var(--color-border);
  border-top: 0;
  padding: 24px;
}

.table-schedule {
  width: 100%;
  min-width: 512px;
  border-collapse: collapse;
  text-align: left;
}

.table-schedule thead th {
  font-weight: 700;
}

.table-schedule th,
.table-schedule td {
  border: 1px solid var(--color-border);
  padding: 8px;
  color: #fff;
}

.table-schedule tbody th {
  font-weight: 400;
  color: #fff;
}

.table-schedule tbody td {
  color: #fff;
}

.table-head {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: -1px;
  color: var(--color-accent);
  font-weight: 700;
}

@media (min-width: 768px) {
  .table-head {
    font-size: 24px;
  }
}

.section-kicker {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--color-accent);
  text-transform: uppercase;
}

.error-wrap {
  display: flex;
  min-height: 60dvh;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-block: 80px;
}

.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: var(--z-header-controls, 160);
}

.header-bar {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  max-width: var(--page-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.header-chip {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 48px;
}

.header-chip--call {
  width: 98px;
  min-width: 98px;
  gap: 0;
  overflow: hidden;
  color: var(--color-accent-soft);
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.header-chip--call .header-chip__label {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition:
    max-width 280ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 180ms ease,
    visibility 0s linear 280ms;
}

.header-chip--call:hover,
.header-chip--call:focus-visible {
  width: 180px;
  min-width: 180px;
  gap: 6px;
  padding-inline: 12px;
}

.header-chip--call:hover .header-chip__label,
.header-chip--call:focus-visible .header-chip__label {
  max-width: 110px;
  opacity: 1;
  visibility: visible;
  transition:
    max-width 280ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 180ms ease 80ms,
    visibility 0s linear;
}

.header-chip--call .icon-accent {
  font-size: 20px;
}

.header-chip--menu {
  width: 98px;
  min-width: 98px;
  gap: 0;
  overflow: hidden;
}

.header-chip--menu .header-chip__label {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition:
    max-width 280ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 180ms ease,
    visibility 0s linear 280ms;
}

.header-chip--menu:hover,
.header-chip--menu:focus-visible {
  width: 148px;
  min-width: 148px;
  gap: 6px;
}

.header-chip--menu:hover .header-chip__label,
.header-chip--menu:focus-visible .header-chip__label {
  max-width: 60px;
  opacity: 1;
  visibility: visible;
  transition:
    max-width 280ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 180ms ease 80ms,
    visibility 0s linear;
}

.nav-menu-root {
  position: relative;
  z-index: 2;
}

.z-chip {
  position: relative;
  z-index: 2;
}

.panel--fill .panel__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--gap-stack);
}

.map-embed {
  position: relative;
  flex: 1;
  min-height: 200px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: #070d0f;
}

.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  /* Embed API has no dark theme — invert tiles to match the site */
  -webkit-filter: invert(0.9) hue-rotate(180deg) brightness(0.9) contrast(0.95) saturate(0.75);
  filter: invert(0.9) hue-rotate(180deg) brightness(0.9) contrast(0.95) saturate(0.75);
}

@media (prefers-reduced-motion: reduce) {
  .map-embed iframe {
    -webkit-filter: invert(0.88) hue-rotate(180deg) brightness(0.92);
    filter: invert(0.88) hue-rotate(180deg) brightness(0.92);
  }
}

.maps-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: -0.5px;
  color: var(--color-accent);
  text-transform: uppercase;
}

.maps-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.btn-military--cta {
  position: relative;
  padding: 12px 32px;
  font-size: 18px;
  color: #fff;
}

.book-modal__close {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border);
  color: var(--color-accent);
}

.site-nav__phone,
.site-nav__email {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-link__arrow {
  font-size: 20px;
}

.menu-icon {
  position: relative;
  z-index: 2;
  color: var(--color-accent);
  font-size: 24px;
}

.site-nav__sound {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--color-border);
  padding: 10px 12px;
  color: var(--color-ink-muted);
  font-size: 14px;
  text-align: left;
}

.sound-toggle__label {
  font-family: var(--font-display);
  letter-spacing: -0.5px;
  color: var(--color-accent);
  text-transform: uppercase;
}

/* Beat Bootstrap reboot (loads before this file, unlayered) */
html {
  color-scheme: dark !important;
  background: var(--color-bg) !important;
}

body {
  background: var(--color-bg) !important;
  color: var(--color-ink) !important;
  font-family: var(--font-sans) !important;
  color-scheme: dark;
}

/* Keep brand colors even if the OS switches to light mode */
@media (prefers-color-scheme: light) {
  html,
  body,
  .page-shell,
  .panel,
  .book-modal,
  .site-nav {
    background-color: var(--color-bg) !important;
    color: var(--color-ink) !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pinned-media img,
.hero__bg,
.hero-logo,
.page-loader__crest,
.site-nav__crest {
  max-width: none;
}

.pinned-media img,
.hero__bg {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
select,
textarea,
button {
  color-scheme: dark;
}

.book-field__input,
.book-field select,
.book-field textarea {
  background-color: rgba(0, 0, 0, 0.35);
  color: var(--color-ink);
  border-color: var(--color-border);
}

.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

@media (max-width: 767.98px) {
  .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }

  .content-grid {
    padding-inline: max(12px, var(--gutter));
  }

  .heading-section {
    font-size: clamp(20px, 6vw, 28px);
  }

  .cta-title {
    font-size: 21.6px;
  }

  .cta-actions {
    width: 100%;
  }

  .cta-actions .btn-military {
    width: 100%;
  }

  .btn-military--cta {
    width: 100%;
    padding: 12px 16px;
    font-size: 15.2px;
  }

  .section-kicker {
    font-size: 21.6px;
    letter-spacing: -1px;
  }

  .timetable-intro,
  .timetable-copy {
    padding: 16px;
  }

  .table-head {
    font-size: 16px;
  }

  .list-cell {
    padding: 10px 14px;
    gap: 12px;
    min-height: 52px;
  }

  .hero-inner {
    padding-bottom: 40px;
  }
	.hero__media {
    height: 400px;
	}

  .media-gallery,
  .media-action {
    min-height: 200px;
    height: min(280px, 58vw);
  }

  .media-portrait {
    min-height: 260px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .cta-actions .btn-military {
    flex: 1 1 auto;
  }

  .media-portrait {
    min-height: 420px;
  }
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
	justify-items: center;
}

.hero__stack {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 509px;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-tight);
  text-align: center;
}

.hero__brand {
  position: relative;
  width: 100%;
}

.hero__brand-fg {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.site-nav__actions .btn-military {
  flex: 1;
  padding: 10px 16px;
  font-size: 16px;
  color: #fff;
}

.book-form__actions .btn-military {
  flex: 1;
  padding: 10px 16px;
  font-size: 16px;
  text-align: center;
}

.font-display {
  font-family: var(--font-display);
}

.coach-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}

.heading-price {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: -1px;
  color: var(--color-accent);
}

.price-line {
  font-weight: 700;
  color: #fff;
}

.overflow-x-auto {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Cross-browser compatibility helpers */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

.hero-logo,
.hero__bg,
.pinned-media img,
.page-loader__crest,
.site-nav__crest {
  max-width: none;
}

a,
button,
.header-chip,
.nav-link,
.list-cell,
.benefit-cell {
  -webkit-tap-highlight-color: transparent;
}

.hero__flag {
  -webkit-user-select: none;
  user-select: none;
}

@supports not (height: 100dvh) {
  .site-nav,
  .site-nav__panel,
  .book-modal,
  body {
    height: auto;
    min-height: 100vh;
    max-height: none;
  }

  .hero {
    min-height: 100vh;
  }
}
