/*
  ORC page-specific CSS bundle.
  Generated to enforce: one page template/slugs loads one dedicated CSS file.
  No @import rules are used, so this file is self-contained.
*/

/* ==========================================================
   Theme variables copied from variables.css
   ========================================================== */
/* ==========================================================
   Shared Theme Variables
   ========================================================== */
:root {
  --orc-button-gradient: linear-gradient(rgb(155, 170, 94), rgb(127, 145, 61));
  --orc-page-bg: #f5f0e6;
  --orc-page-surface: rgba(255, 251, 244, 0.9);
  --orc-page-surface-strong: rgba(16, 25, 18, 0.88);
  --orc-page-border: rgba(74, 95, 61, 0.18);
  --orc-page-shadow: 0 2.2rem 4.8rem rgba(15, 22, 16, 0.16);
  --orc-page-shadow-soft: 0 1.25rem 3rem rgba(15, 22, 16, 0.12);
  --orc-page-text: #162118;
  --orc-page-text-soft: rgba(22, 33, 24, 0.76);
  --orc-page-olive: #7b8d3a;
  --orc-page-olive-deep: #415531;
  --orc-page-cream: #f8f2e7;
  --orc-page-dark: #101913;

  --orc-green-1: #9AA55D;
  --orc-green-2: #699765;
  --orc-green-3: #40866E;
  --orc-green-4: #277271;
  --orc-green-5: #275D69;
  --orc-green-6: #2F4858;
  --orc-accent-1: #cde266;
  --orc-accent-2: #77833D;
  --orc-accent-3: #56621E;
  --orc-accent-4: #364300;
  --orc-accent-5: #1E2600;
  --orc-grey-1: #363636;
  --theme-gold1: #ffcc33;

  --theme-pallete-1: var(--orc-green-1);
  --theme-pallete-2: var(--orc-green-2);
  --theme-pallete-3: var(--orc-green-3);
  --theme-pallete-4: var(--orc-green-4);
  --theme-pallete-5: var(--orc-green-5);
  --theme-pallete-6: var(--orc-green-6);
  --theme-green-shade1: var(--orc-accent-1);
  --theme-green-shade2: var(--orc-accent-2);
  --theme-green-shade3: var(--orc-accent-3);
  --theme-green-shade4: var(--orc-accent-5);
  --theme-grey1: var(--orc-grey-1);
}


/* ==========================================================
   Front page styles copied from homepage.css
   ========================================================== */
@font-face {
  font-family: "Frizon";
  src: url("../../fonts/frizon.woff") format("woff");
  font-display: swap;
}

.airbornelogo-text-white {
  font-family: "Frizon", Viga, sans-serif;
  color: white;
  text-decoration-line: none;
}

.airbornelogo-text-blue {
  font-family: "Frizon", Viga, sans-serif;
  color: #00b3ff;

}

main.front.wrap.homepage {
  --orc-home-heading-font: Viga, sans-serif;
  --orc-home-body-font: Ubuntu, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  position: relative;
  overflow-x: hidden;
  background: #090d09;
  color: #f6f2e8;
  font-family: var(--orc-home-body-font);


}

.homepage .rslides_container {

  position: relative;
  max-width: none;
}

.homepage .rslides,
.homepage .rslides li,
.homepage .videowrapper,
.homepage .front-image-wrapper {
  min-height: clamp(640px, 72vw, 860px);
}

.homepage .rslides {
  position: relative;
}

.homepage .rslides li {
  overflow: hidden;
}

.homepage .front-video,
.homepage .front-image-wrapper img,
.homepage .rslides img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage .coming-soon-banner {
  position: absolute;
  top: clamp(108px, 20vw, 188px);
  right: clamp(16px, 2vw, 32px);
  z-index: 110;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  background: rgba(14, 19, 15, 0.74);
  color: #f6f2e8;
  font-family: var(--orc-home-heading-font);
  font-size: clamp(0.85rem, 1vw, 1rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.homepage .home-hero-stage {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 2rem));
  margin: -10rem auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 1rem;
}

.homepage .home-hero-main,
.homepage .home-hero-sidecard,
.homepage .home-hero-notecard,
.homepage .sectiongrid-1 .right,
.homepage .home-group-card,
.homepage .home-activity-card,
.homepage .home-location-lead {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(14, 19, 15, 0.86), rgba(24, 33, 24, 0.76)),
    linear-gradient(180deg, rgba(248, 244, 232, 0.03), rgba(248, 244, 232, 0));
  box-shadow: 0 1.5rem 3.8rem rgba(0, 0, 0, 0.24);
  justify-content: flex-start;
}

.home-activity-lead {
  background-color: var(--orc-page-cream);
}

.homepage .home-hero-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.35rem, 2.2vw, 2rem);
}

.homepage .home-hero-title-wrap {
  max-width: 44rem;
}

.homepage .home-hero-title {
  margin: 0;
  color: #fff8ee;
  font-family: var(--orc-home-heading-font);
  font-size: clamp(2.3rem, 4.3vw, 4.5rem);
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-wrap: balance;
}

.homepage .home-hero-copy {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: rgba(255, 250, 242, 0.92);
  font-family: var(--orc-home-body-font);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.65;
}

.homepage .home-hero-actions,
.homepage .home-hero-meta,
.homepage .home-hero-chipset,
.homepage .home-hero-note-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;

}

.home-hero-chipset {
  justify-content: space-evenly;
}

.homepage .home-hero-note-actions {
  justify-content: space-evenly;
}

.homepage .home-hero-actions {
  margin-top: 0.35rem;
}

.homepage .home-hero-cta,
.homepage .home-hero-chipset a,
.homepage .home-hero-note-actions a,
.homepage .home-group-link,
.homepage .home-activities-browse,
.homepage .home-location-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #f8f3e7;
  font-family: var(--orc-home-heading-font);
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.homepage .home-hero-cta.primary,
.homepage .home-group-link,
.homepage .home-location-action.secondary {
  background: linear-gradient(180deg, #9baa5e, #7f913d);
  color: #11160f;
  border-color: transparent;
}

.buttonaligner {
  display: flex;
  justify-content: center;
}

.homepage .home-group-link {
  align-items: center;
}

.homepage .home-hero-cta.secondary,
.homepage .home-hero-note-actions a.is-secondary,
.homepage .home-location-action.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #f8f3e7;
}

.homepage .home-hero-cta:hover,
.homepage .home-hero-chipset a:hover,
.homepage .home-hero-note-actions a:hover,
.homepage .home-group-link:hover,
.homepage .home-activities-browse:hover,
.homepage .home-location-action:hover {
  transform: translateY(-1px);
}

.homepage .home-hero-meta {
  margin-top: 0.2rem;
}

.homepage .home-hero-meta span {
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 250, 242, 0.88);
  font-family: var(--orc-home-body-font);
  font-size: 0.9rem;
  line-height: 1.35;
}

.homepage .home-hero-availability {
  margin-top: 0.2rem;
  font-family: var(--orc-home-body-font);
}

.homepage .home-hero-availability .orc-availability-widget {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(250, 248, 240, 0.98);
  color: #172019;
}

.homepage .home-hero-availability .orc-availability-head {
  gap: 0.85rem;
}

.homepage .home-hero-availability .orc-public-availability-cal .fc-toolbar-title {
  font-size: 1rem;
}

.homepage .home-hero-availability .orc-public-availability-cal .fc-button {
  padding: 0.25rem 0.55rem;
  font-size: 0.78rem;
}

.homepage .home-hero-aside {
  display: grid;
  gap: 1rem;
  align-self: start;
}

.homepage .home-hero-sidecard,
.homepage .home-hero-notecard {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: clamp(1.1rem, 2vw, 1.5rem);
}

.homepage .home-hero-side-kicker,
.homepage .home-hero-note-kicker,
.homepage .homepage-section-kicker,
.homepage .home-group-eyebrow,
.homepage .home-activity-kicker,
.homepage .home-location-label,
.homepage .home-location-note-label,
.homepage .title-leader,
.homepage .second-leader-text {
  color: #b8c67d;
  font-family: var(--orc-home-heading-font);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.homepage .home-hero-sidecard h2,
.homepage .home-hero-notecard h3,
.homepage .home-location-title,
.homepage .home-group-content h3,
.homepage .home-activity-body h3 {
  margin: 0;
  color: #fff8ee;
  font-family: var(--orc-home-heading-font);
  line-height: 1.06;
}

.homepage .home-hero-sidecard h2 {
  font-size: clamp(1.5rem, 2vw, 2.25rem);
}

.homepage .home-hero-notecard h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.7rem);
}

.homepage .home-hero-side-list,
.homepage .home-hero-note-list,
.homepage .frontpage-highlights,
.homepage .home-group-card ul,
.homepage .home-activity-body ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage .home-hero-side-list li,
.homepage .home-hero-note-list li,
.homepage .frontpage-highlights li,
.homepage .home-group-card li,
.homepage .home-activity-body li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(255, 250, 242, 0.9);
  font-family: var(--orc-home-body-font);
  line-height: 1.55;
}

.homepage .home-hero-side-list li::before,
.homepage .home-hero-note-list li::before,
.homepage .frontpage-highlights li::before,
.homepage .home-group-card li::before,
.homepage .home-activity-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #9baa5e;
}

.homepage .home-hero-chipset a {
  padding: 0.65rem 0.95rem;
}

.homepage .home-hero-note-actions a {
  min-height: 2.7rem;
}

.homepage .home-hero-availability .orc-availability-widget h3 {
  margin-bottom: 0.3rem;
  font-size: clamp(1.05rem, 1.4vw, 1.4rem);
}

.homepage .home-hero-availability .orc-availability-lead {
  font-size: 0.92rem;
  line-height: 1.45;
}

.homepage .home-hero-availability .orc-availability-status {
  min-width: 160px;
}

.homepage .homepage-sponsors,
.homepage .home-groups-section,
.homepage .homepage-activities,
.homepage .homepage-location {
  position: relative;
  z-index: 1;
  padding: clamp(2.25rem, 4vw, 3rem) 1rem;
}

.homepage .homepage-sponsors {
  background:
    radial-gradient(circle at top, rgba(123, 141, 58, 0.08), transparent 20rem),
    linear-gradient(180deg, rgba(12, 16, 12, 0.98), rgba(18, 23, 18, 0.98));
}

.homepage .homepage-sponsors .sectionwrap,
.homepage .home-groups-section .sectionwrap,
.homepage .homepage-activities .sectionwrap,
.homepage .homepage-location .sectionwrap {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.homepage .homepage-sponsor-grid,
.homepage .home-groups-grid,
.homepage .home-activities-grid {
  display: grid;
  gap: 1rem;
}

.homepage .homepage-sponsor-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.homepage .homepage-sponsor-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.homepage .homepage-sponsor-item img {
  max-width: min(220px, 100%);
  max-height: 80px;
  object-fit: contain;
}

.homepage .homepage-sponsor-item.sponsor-airborne {
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  text-decoration: none;
}

.homepage .homepage-sponsor-item.sponsor-airborne img {
  max-height: 74px;
}

.homepage .homepage-sponsor-item.sponsor-airborne>span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.18em;
  font-family: "Frizon", Viga, sans-serif;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.homepage .homepage-sponsor-item.sponsor-airborne .airbornelogo-text-white,
.homepage .homepage-sponsor-item.sponsor-airborne .airbornelogo-text-blue {
  font-family: "Frizon", Viga, sans-serif;
  text-decoration: none;
}

.homepage #section-1 {
  position: relative;
  z-index: 1;
  padding: clamp(2.25rem, 4vw, 3rem) 1rem;
  background: linear-gradient(180deg, #f5efdf, #ede4d1);
}

.homepage .sectiongrid-1 {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: center;
}

.homepage #section-1 .left,
.homepage #section-1 .right {
  position: relative;
  min-width: 0;
  background: var(--orc-page-cream);
}

.homepage #section-1 .left {
  overflow: hidden;
  border-radius: 28px;
}

.homepage #section-1 .left-underlay,
.homepage #section-1 .section-mini-left.background {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage #section-1 .right {
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.homepage .title-leader {
  margin: 0 0 0.75rem;
  color: #7b8d3a;
}

.homepage .front-page-leadertext {
  margin: 0;
  color: #111813;
  font-family: Viga, sans-serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.homepage .linearswipe {
  width: min(100%, 32rem);
  height: 2px;
  margin: 1rem 0 1.2rem;
  background: linear-gradient(90deg, rgba(123, 141, 58, 0), rgba(175, 196, 89, 0.9), rgba(123, 141, 58, 0));
}

.homepage .home-welcome-intro,
.homepage .home-welcome-note,
.homepage .home-section-intro,
.homepage .home-map-intro p,
.homepage .booking-tip,
.homepage .day-pass-tip {
  color: #40493b;
  font-family: Ubuntu, sans-serif;
  line-height: 1.7;
}

.homepage .frontpage-highlights {
  margin: 1rem 0;
}

.homepage .frontpage-highlights li {
  color: #31402d;
}

.homepage .home-welcome-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.homepage .welcome-cta {
  min-height: 2.9rem;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  background: #24321f;
  color: #fff;
  font-family: Viga, sans-serif;
  text-decoration: none;
  place-items: center;
  font-size: 25px;
}

.homepage .home-groups-section {
  background: linear-gradient(180deg, #262b26, #1f241f);
  color: #f6f2e8;
}

.homepage .second-leader-text {
  margin: 0.75rem 0 0;
  color: #f7f0df;
  letter-spacing: 0.02em;
  text-transform: none;
}

.homepage .home-section-intro {
  max-width: 44rem;
  margin: 0.75rem 0 0;
  color: rgba(246, 242, 232, 0.74);
}

.homepage .home-groups-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.homepage .home-group-card,
.homepage .home-activity-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(18, 22, 18, 0.96), rgba(21, 28, 20, 0.94));
  color: #f8f4ea;
}

.homepage .home-activity-card {
  min-height: 100%;
}

.homepage .home-group-card img,
.homepage .home-activity-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.homepage .home-activity-media img.featured {
  height: 100%;
}

.homepage .home-group-content,
.homepage .home-activity-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.2rem;
  flex: 1;
}

.homepage .home-group-content h3,
.homepage .home-activity-body h3 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.02;
  text-wrap: balance;
}

.homepage .home-group-content p,
.homepage .home-activity-body p {
  margin: 0;
  color: rgba(255, 250, 242, 0.9);
  font-family: var(--orc-home-body-font);
  font-size: 0.98rem;
  line-height: 1.6;
}

.homepage .home-group-link {
  margin-top: auto;
  align-self: flex-start;
}

.homepage .home-activity-link {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.68rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(155, 170, 94, 0.22);
  background: linear-gradient(180deg, #9baa5e, #7f913d);
  color: #11160f;
  font-family: var(--orc-home-heading-font);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.homepage .home-activity-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.homepage .home-activity-kicker {
  display: inline-block;
  font-size: 0.72rem;
  line-height: 1;
}

.homepage .home-activity-body ul {
  margin-top: 0.15rem;
}

.homepage .home-activity-body li {
  color: rgba(255, 250, 242, 0.94);
  font-size: 0.93rem;
  line-height: 1.5;
}

.homepage .homepage-activities {
  background:
    radial-gradient(circle at top right, rgba(123, 141, 58, 0.08), transparent 18rem),
    linear-gradient(180deg, #ece8de, #e1dbcf);
}

.homepage .home-activities-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(60, 73, 52, 0.14);
}

.homepage .home-activities-intro {
  max-width: 40rem;
  margin: 0.6rem 0 0;
  color: #4c5446;
  font-family: var(--orc-home-body-font);
  font-size: 1.02rem;
  line-height: 1.7;
}

.homepage .home-activities-browse {
  background: #24321f;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(36, 50, 31, 0.18);
}

.homepage .home-activities-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
  gap: 1rem;
  align-items: stretch;
  grid-auto-rows: minmax(230px, auto);
}

.homepage .home-activity-card.featured {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.homepage .home-activity-card .home-activity-media {
  position: relative;
  overflow: hidden;
  min-height: 240px;
}

.homepage .home-activity-card.featured .home-activity-media {
  min-height: 100%;
}

.homepage .home-activities-grid>.home-activity-card:not(.featured):nth-of-type(2) {
  grid-column: 3;
  grid-row: 1;
}

.homepage .home-activities-grid>.home-activity-card:not(.featured):nth-of-type(3) {
  grid-column: 3;
  grid-row: 2;
}

.homepage .home-activities-grid>.home-activity-card:not(.featured):nth-of-type(4) {
  grid-column: 1;
  grid-row: 3;
}

.homepage .home-activities-grid>.home-activity-card:not(.featured):nth-of-type(5) {
  grid-column: 2;
  grid-row: 3;
}

.homepage .home-activities-grid>.home-activity-card:not(.featured):nth-of-type(6) {
  grid-column: 3;
  grid-row: 3;
}

.homepage .homepage-activities .sectionwrap {
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid rgba(74, 95, 61, 0.14);
  border-radius: 32px;
  background: rgba(247, 243, 235, 0.88);
  box-shadow: 0 1.6rem 3.8rem rgba(15, 22, 16, 0.08);
  backdrop-filter: blur(8px);
}

.homepage .homepage-location {
  background:
    radial-gradient(circle at top right, rgba(123, 141, 58, 0.14), transparent 18rem),
    linear-gradient(180deg, #111613, #0a0f0c);
}

.homepage .homepage-location .sectionwrap {
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid rgba(114, 132, 55, 0.16);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(12, 17, 13, 0.98), rgba(18, 24, 18, 0.98));
  box-shadow: 0 1.6rem 3.8rem rgba(15, 22, 16, 0.12);
}

.homepage .home-location-stage {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.78fr);
  gap: 1rem;
  align-items: stretch;
}

.homepage .home-location-lead,
.homepage .home-location-aside {
  padding: clamp(1.2rem, 2.2vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(14, 19, 15, 0.98), rgba(10, 15, 12, 0.98)),
    linear-gradient(180deg, rgba(248, 244, 232, 0.03), rgba(248, 244, 232, 0));
  box-shadow: 0 1.5rem 3.6rem rgba(0, 0, 0, 0.22);
}

.homepage .home-location-title {
  font-size: clamp(1.9rem, 3.6vw, 3.4rem);
  line-height: 0.98;
}

.homepage .home-location-copy {
  margin: 1rem 0 0;
  color: rgba(246, 242, 232, 0.9);
  font-family: var(--orc-home-body-font);
  font-size: 1rem;
  line-height: 1.65;
}

.homepage .home-location-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.homepage .home-location-card {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.homepage .home-location-card strong,
.homepage .home-location-card a {
  color: #f8f4ea;
  font-family: var(--orc-home-body-font);
  text-decoration: none;
}

.homepage .home-location-note-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.homepage .home-location-note {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.homepage .home-location-note p,
.homepage .home-location-card strong,
.homepage .home-location-card a,
.homepage .home-section-intro,
.homepage .second-leader-text {
  font-family: var(--orc-home-body-font);
}

.homepage .home-location-note p {
  margin: 0;
  color: rgba(246, 242, 232, 0.9);
  line-height: 1.55;
}

.homepage .home-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.homepage .home-location-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, #9baa5e, #7f913d);
  color: #11160f;
  font-family: var(--orc-home-heading-font);
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.homepage .home-location-action.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #f8f3e7;
}

.homepage .home-location-action:hover {
  transform: translateY(-1px);
}

#HoverMarkers ellipse:hover,
#HoverMarkers rect:hover {
  fill-opacity: .25 !important;
}

.homepage-location .home-location-stage strong a {
  background-color: var(--orc-page-cream);
  color: var(--orc-accent-5);

}

.homepage-location .home-location-stage strong a:hover {
  text-decoration: underline;
}

.homepage-location .home-location-stage strong a[href^="tel:"]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.15em;
  margin-right: 8px;
  background-image: url("../../svg/phone.svg");
}

.homepage-location .home-location-stage strong a[href^="mailto:"]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.15em;
  margin-right: 8px;
  background-image: url("../../svg/mail.svg");
}

@media (max-width: 1180px) {

  .homepage .home-hero-stage,
  .homepage .sectiongrid-1,
  .homepage .home-location-stage {
    width: min(100% - 1.5rem, 1180px);
  }
}

@media (max-width: 980px) {

  .homepage .home-hero-stage,
  .homepage .sectiongrid-1,
  .homepage .home-groups-grid,
  .homepage .home-activities-grid,
  .homepage .home-location-stage,
  .homepage .homepage-sponsor-grid {
    grid-template-columns: 1fr;
  }

  .homepage .home-hero-stage {
    margin-top: -7rem;
  }

  .homepage .home-activity-card.featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .homepage .home-activities-head {
    grid-template-columns: 1fr;
  }

  .homepage .home-activities-browse {
    justify-self: start;
  }

  .homepage .home-activities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .homepage .home-activity-card.featured,
  .homepage .home-activities-grid>.home-activity-card:not(.featured):nth-of-type(2),
  .homepage .home-activities-grid>.home-activity-card:not(.featured):nth-of-type(3),
  .homepage .home-activities-grid>.home-activity-card:not(.featured):nth-of-type(4),
  .homepage .home-activities-grid>.home-activity-card:not(.featured):nth-of-type(5),
  .homepage .home-activities-grid>.home-activity-card:not(.featured):nth-of-type(6) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .homepage .coming-soon-banner {
    font-size: 18px;
    text-align: center;
    align-items: center;
    align-self: center;
    align-content: center;
    height: calc(17px * 2)
  }

  .homepage .home-hero-stage,
  .homepage .sectiongrid-1,
  .homepage .home-location-stage {
    width: calc(100% - 1rem);
  }

  .homepage .home-hero-main,
  .homepage .home-hero-sidecard,
  .homepage .home-hero-notecard,
  .homepage .sectiongrid-1 .right,
  .homepage .home-group-content,
  .homepage .home-activity-body,
  .homepage .home-location-lead,
  .homepage .home-location-aside {
    padding: 1rem;
    border-radius: 22px;
  }

  .homepage .home-hero-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .homepage .home-group-card img,
  .homepage .home-activity-media img {
    height: 200px;
  }

  .homepage .home-activities-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .homepage .home-location-strip,
  .homepage .home-hero-meta {
    grid-template-columns: 1fr;
  }

  .homepage .home-location-actions,
  .homepage .home-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .homepage .home-location-action,
  .homepage .home-hero-cta {
    width: 100%;
  }
}