/* Shared navigation, media proportions and homepage reference refinements. */
.site-header {
  gap: 30px;
  padding-inline: clamp(24px, 5.556vw, 80px);
}
.site-header .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  min-width: 46px;
}
.site-header .brand img,
.mobile-menu-top > img,
.footer-brand > img {
  display: block;
  width: auto;
  height: 58px;
  aspect-ratio: auto;
  object-fit: contain !important;
  flex-shrink: 0;
  max-width: none;
}
.site-header .brand img {
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.desktop-nav {
  flex: 0 1 auto;
  gap: 20px;
  align-self: stretch;
}
.desktop-nav > .nav-dropdown {
  height: 100%;
}
.desktop-nav > .nav-dropdown:first-child {
  position: static;
}
.desktop-nav > a[aria-current="page"] {
  color: var(--text);
}
.desktop-nav > a,
.nav-dropdown > summary {
  position: relative;
  color: #9a908a;
}
.desktop-nav > a::after,
.nav-dropdown > summary::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
}
.nav-dropdown > summary::before {
  bottom: calc(50% - 17px);
}
.desktop-nav > a:hover,
.desktop-nav > a:focus-visible,
.nav-dropdown[open] > summary,
.nav-dropdown.is-active > summary {
  color: var(--text);
}
.desktop-nav > a[aria-current="page"]::after,
.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after,
.nav-dropdown[open] > summary::before,
.nav-dropdown.is-active > summary::before {
  transform: scaleX(1);
}
.nav-dropdown > summary {
  padding-block: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-dropdown[open] > summary::after,
.nav-dropdown.is-active > summary::after {
  color: var(--red);
}
.nav-dropdown > summary::after {
  content: "";
  position: relative;
  top: -2px;
  display: block;
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  margin-top: -4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.nav-dropdown[open] > summary::after {
  content: "";
  transform: rotate(225deg);
  margin-top: 4px;
}
.nav-panel {
  padding: 0;
  border-top: 3px solid var(--red);
  box-shadow: 0 26px 60px #0009;
}
.nav-panel--camps {
  display: block;
  width: 470px;
  left: max(24px, calc((100vw - 1128px) / 2));
}
.nav-panel--about {
  width: 470px;
  left: -24px;
}
/* These entries carry only their name, so the rule beside them is sized to one
   line rather than to the two the camps panel holds. */
.nav-panel--about .nav-camp-row::before {
  height: 26px;
}
.nav-dropdown > summary > a {
  color: inherit;
}
.nav-panel > .nav-camp {
  display: block;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}
.nav-camp-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-camp-row::before {
  content: "";
  width: 3px;
  height: 34px;
  background: var(--line);
  flex: none;
}
.nav-camp:hover,
.nav-camp[aria-current="page"] {
  background: #c81e331a;
  color: var(--text);
}
.nav-camp:hover .nav-camp-row::before,
.nav-camp[aria-current="page"] .nav-camp-row::before {
  background: var(--red);
}
.nav-camp-heading {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.nav-camp small {
  font: 600 15px/1.3 var(--heading);
  letter-spacing: 0.06em;
  color: #6e645f;
}
.nav-camp strong {
  font: 700 24px/1.2 var(--heading);
  letter-spacing: 0.02em;
  color: var(--text);
}
.nav-camp .nav-camp-detail {
  display: block;
  margin-top: 3px;
  font: 400 10px/1.5 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a908a;
}
.nav-camp:hover .nav-camp-detail {
  color: #d6a96a;
}
.nav-camp:focus-visible .nav-camp-row::before {
  background: var(--red);
}
.camp-fee-note {
  display: block;
  margin-top: 5px;
  font: 400 13px/1.4 var(--body);
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  opacity: 0.8;
}
.stats-band {
  background: var(--panel);
  border-block: 1px solid var(--line);
}
.stats-band .stats {
  border: 0;
  margin-block: 0;
  padding-block: 0;
}
.stats-band .stats > div {
  text-align: left;
  padding: 40px 28px;
}
.stats-band .stats > div:first-child {
  padding-left: 0;
}
.stats-band .stats dt {
  color: var(--text);
  white-space: nowrap;
}
.stats-band .stat-symbol {
  color: var(--red);
}
@media (max-width: 767px) {
  .stats-band .stats > div {
    padding: 26px 18px;
  }
  .stats-band .stats > div:nth-child(odd) {
    padding-left: 0;
  }
}
.nav-panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 24px;
  background: var(--bg);
}
.nav-panel-footer .nav-all {
  border: 0;
  font-size: 16px;
}
.nav-panel-footer .status {
  font-size: 9px;
}
.header-actions .desktop-cta {
  white-space: nowrap;
}
.reviews-section .section {
  padding-block: 92px;
}
.reviews-section .section-heading {
  margin-bottom: 34px;
  padding-bottom: 16px;
}
.reviews-section .section-heading h2 {
  font-size: 48px;
}
.reviews-section .section-heading .text-link {
  border-color: #ad0922;
  font-size: 18px;
}
.reviews-layout {
  grid-template-columns: 440px minmax(0, 1fr);
  gap: 44px;
  align-items: stretch;
}
.harald-card {
  display: flex;
  flex-direction: column;
  background: var(--bg);
  color: var(--text);
}
.harald-card .video-teaser {
  flex: 1 1 auto;
  height: auto;
  min-height: 420px;
}
.harald-card .video-teaser img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}
.harald-card .video-teaser::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #14100f1a, transparent 45%, #14100fb8);
}
.harald-card .play {
  z-index: 1;
  width: 68px;
  height: 68px;
  box-shadow: none;
  background: #c81e33f0;
  padding: 0;
}
.harald-card .video-label {
  z-index: 1;
  background: none;
  left: 20px;
  bottom: 16px;
  padding: 0;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.harald-card .harald-description {
  flex: none;
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.harald-card .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #f0ce9a;
}
.harald-card .eyebrow::before {
  content: "";
  height: 3px;
  width: 18px;
  background: var(--red);
}
.harald-card h3 {
  font-size: 34px;
  font-weight: 700;
  margin: 0;
}
.harald-card .harald-description > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}
.review-stack {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
.review-stack figure {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.review-stack figcaption {
  color: #8b817b;
  font: 400 10px/1.5 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.review-stack a {
  display: block;
}
.review-stack img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid #cfc8bf;
}
.reviews-touch-hint,
.reviews-mobile-link {
  display: none;
}
.support-section {
  background: var(--bg);
  color: var(--text);
  padding: 96px 0;
}
.support-cards article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
  background: var(--panel);
  border: 1px solid var(--line);
}
.support-cards article::after {
  display: none;
}
.support-cards article > .cover {
  position: static;
  width: 100%;
  height: 220px;
  z-index: auto;
  object-fit: cover;
}
.support-cards article > div {
  padding: 34px 40px 40px;
}
.support-cards h2 {
  font-size: 34px;
  margin-bottom: 14px;
}
.support-cards p:not(.eyebrow) {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 20px;
}
.support-cards .button {
  background: transparent;
  border-color: #4a403c;
  font-size: 17px;
  min-height: 0;
  padding: 14px 26px;
}
@media (min-width: 960px) {
  .hero {
    height: calc(100vh - 88px - var(--wp-admin--admin-bar--height, 0px));
    min-height: 0;
    display: flex;
    align-items: center;
  }
  .hero-content {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: clamp(12px, 2.4vh, 26px);
  }
  .hero h1 {
    font-size: clamp(58px, 11vh, 104px);
  }
  .hero-intro {
    font-size: clamp(17px, 2.4vh, 21px);
  }
}
@media (max-width: 1199px) and (min-width: 960px) {
  .site-header {
    gap: 20px;
    padding-inline: 24px;
  }
  .desktop-nav {
    gap: 14px;
  }
  .header-actions {
    gap: 12px;
  }
  .desktop-cta {
    display: inline-flex !important;
    font-size: 16px;
    padding: 12px 18px;
  }
  .reviews-layout {
    grid-template-columns: 36% 1fr;
    gap: 32px;
  }
}
@media (max-width: 959px) {
  .reviews-layout {
    grid-template-columns: 36% 1fr;
    gap: 28px;
  }
  .harald-card .video-teaser {
    min-height: 360px;
  }
  .reviews-section .section-heading h2 {
    font-size: 40px;
  }
  .hero {
    height: auto;
  }
  .site-header .brand {
    width: 38px;
    min-width: 38px;
    flex-basis: 38px;
  }
  .site-header .brand img {
    width: auto;
    min-width: 0;
    height: 44px;
    flex-basis: auto;
  }
  .desktop-cta {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .site-header {
    padding-inline: 18px;
  }
  .reviews-section .section {
    padding-block: 52px;
  }
  .reviews-section .section-heading {
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .reviews-section .section-heading h2 {
    font-size: 34px;
  }
  .reviews-desktop-link {
    display: none;
  }
  .reviews-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .harald-card .video-teaser {
    height: 380px;
    min-height: 380px;
    flex: none;
    aspect-ratio: auto;
  }
  .harald-card .play {
    width: 60px;
    height: 60px;
  }
  .harald-card .video-label {
    left: 16px;
    bottom: 14px;
    font-size: 10px;
  }
  .harald-card .harald-description {
    padding: 18px 20px 22px;
    gap: 10px;
  }
  .harald-card h3 {
    font-size: 30px;
  }
  .harald-card .harald-description > p:not(.eyebrow) {
    font-size: 15.5px;
  }
  .review-stack figcaption {
    font-size: 9.5px;
  }
  .review-stack figure {
    gap: 6px;
  }
  .reviews-touch-hint {
    display: block;
    padding-top: 12px;
    font: 400 9.5px/1.5 var(--mono);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8b817b !important;
  }
  .reviews-mobile-link {
    display: flex;
    margin-top: 24px;
    width: 100%;
    background: transparent;
    color: var(--ink) !important;
    border-color: #cfc8bf;
  }
  .support-section {
    padding: 56px 0;
  }
  .support-cards article > .cover {
    height: 170px;
  }
  .support-cards article > div {
    padding: 22px 26px 26px;
  }
  .support-cards h2 {
    font-size: 30px;
  }
  .support-cards .button {
    font-size: 16px;
    padding: 14px 22px;
  }
  .support-cards p:not(.eyebrow) {
    font-size: 16px;
  }
  .mobile-menu-top > img {
    width: auto;
    height: 44px;
  }
  .footer-brand > img {
    width: auto;
    height: 64px;
  }
}
