@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  background: #000000;
}

body {
  margin: 0;
  background: #000000;
  color: #FFFFFF;
  font-family: "Geologica", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  color: #03A2DA;
  text-decoration: none;
  transition: color 250ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

a:hover {
  color: #0286B5;
}

p {
  margin: 0 0 1em;
}

.eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.eyebrow--ink {
  color: #868686;
}

.eyebrow--yellow {
  color: #03A2DA;
}

.h-display {
  margin: 0;
  font-size: 76px;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.accent {
  color: #03A2DA;
}

.lede {
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.note {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}

.meta {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.on-light {
  color: #111111;
}

.on-light .lede {
  color: #555555;
}

.on-light .note {
  color: #555555;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}

.site {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #000000;
}

.band {
  padding: 96px 60px;
}

.band--tight {
  padding: 48px 60px;
}

.band--flush-top {
  padding-top: 0;
}

.band--dark {
  background: #0E0E0E;
}

.band--black {
  background: #000000;
}

.band--light {
  background: #FFFFFF;
  color: #111111;
}

.band--rule {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.band--rule-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.band__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 48px;
}

.band__head-title {
  margin-top: 24px;
}

.band__head .note {
  max-width: 380px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.split--even {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.split--form {
  grid-template-columns: minmax(0, 1fr) 420px;
}

.split--login {
  grid-template-columns: minmax(0, 1fr) 520px;
}

.split__copy {
  padding: 96px 60px;
}

.split__copy--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split__media {
  position: relative;
  min-height: 480px;
}

.grid {
  display: grid;
  gap: 24px;
}

.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid--gap-lg {
  gap: 64px;
}

.stack {
  display: flex;
  flex-direction: column;
}

.stack--sm {
  gap: 12px;
}

.stack--md {
  gap: 24px;
}

.row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.row--wrap {
  flex-wrap: wrap;
}

.row--between {
  justify-content: space-between;
}

.row--end {
  align-items: flex-end;
}

.row--baseline {
  align-items: baseline;
}

.row--top {
  align-items: flex-start;
}

.row--center {
  justify-content: center;
}

.breadcrumb {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 24px;
}

.row--offset {
  margin-top: 40px;
}

.band__head-title--tight {
  margin-top: 6px;
}

.ph {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 120px;
  background: #15171a;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px;
}

.ph__label {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

.ph-frame {
  position: relative;
}

.ph-frame--fill {
  position: absolute;
  inset: 0;
}

.ph-frame--h180 {
  height: 180px;
}

.ph-frame--h210 {
  height: 210px;
}

.ph-frame--h240 {
  height: 240px;
}

.ph-frame--h300 {
  height: 300px;
}

.ph-frame--h420 {
  height: 420px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-family: "Geologica", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 250ms cubic-bezier(0.22, 0.61, 0.36, 1), color 250ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 250ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 150ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background: #03A2DA;
  color: #FFFFFF;
}

.btn--primary:hover {
  background: #0286B5;
  color: #FFFFFF;
}

.btn--green {
  background: #2E8B57;
  color: #FFFFFF;
}

.btn--green:hover {
  background: #256f46;
  color: #FFFFFF;
}

.btn--outline {
  background: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn--outline:hover {
  background: #FFFFFF;
  color: #111111;
}

.btn--dark {
  background: #1A1A1A;
  color: #FFFFFF;
}

.btn--dark:hover {
  background: #262626;
  color: #FFFFFF;
}

.btn--ink {
  background: #111111;
  color: #FFFFFF;
}

.btn--ink:hover {
  background: #2a2a2a;
  color: #FFFFFF;
}

.btn--sm {
  padding: 12px 24px;
  font-size: 12px;
}

.btn--full {
  width: 100%;
}

.chip {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 2px;
  background: #03A2DA;
  color: #111111;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.chip--blue {
  background: #2D6CDF;
  color: #FFFFFF;
}

.chip--green {
  background: #2E8B57;
  color: #FFFFFF;
}

.chip--ink {
  background: #111111;
  color: #6FD0EE;
}

.chip--winter {
  background: #4c63d2;
  color: #FFFFFF;
}

.chip--sm {
  padding: 4px 9px;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.chip--wide {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 12px 14px;
  font-size: 12.5px;
  letter-spacing: 0.1em;
}

.site-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 20px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand__mark {
  width: 38px;
  height: 38px;
  background: #03A2DA;
  color: #FFFFFF;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
}

.brand__mark--sm {
  width: 34px;
  height: 34px;
  font-size: 11px;
}

.brand__mark--lg {
  width: 44px;
  height: 44px;
  font-size: 14px;
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand__name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #FFFFFF;
}

.brand__sub {
  margin-top: 4px;
  font-size: 9.5px;
  letter-spacing: 0.24em;
  color: #03A2DA;
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav__link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}

.nav__link:hover {
  color: #03A2DA;
}

.nav__link--active {
  color: #03A2DA;
  border-bottom-color: #03A2DA;
}

.nav__login {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #03A2DA;
}

.nav__login .material-symbols-outlined {
  font-size: 18px;
}

.nav__toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  color: #FFFFFF;
  cursor: pointer;
}

.hero {
  position: relative;
  height: 660px;
}

.hero--lake {
  height: 560px;
}

.hero--page {
  height: 430px;
}

.hero--cta {
  height: 340px;
}

.hero__cta {
  margin-top: 22px;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.88) 100%);
}

.hero__scrim--even {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.9) 100%);
}

.hero__scrim--flat {
  background: rgba(0, 0, 0, 0.66);
}

.hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 60px 48px;
}

.hero__inner--split {
  justify-content: space-between;
  padding-top: 32px;
}

.hero__inner--split .breadcrumb {
  margin: 0;
}

.hero__share {
  margin-top: 24px;
}

.hero__inner--center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero__title {
  max-width: 900px;
  margin: 22px 0 0;
}

.hero__lede {
  margin: 24px 0 32px;
  max-width: 560px;
}

.hero__actions {
  display: flex;
  gap: 14px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0E0E0E;
}

.stats--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: #000000;
}

.stat {
  padding: 34px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.stat:last-child {
  border-right: 0;
}

.stats--6 .stat {
  padding: 18px 26px;
}

.stat__num {
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
}

.stat__num--accent {
  color: #03A2DA;
}

.stat__num small {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

.stat__label {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.stats--6 .stat__label {
  margin: 0 0 8px;
  font-size: 10.5px;
}

.stats--6 .stat__num {
  font-size: 26px;
  line-height: 1.15;
}

.stat__num--icon {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.stat__icon {
  font-size: 26px;
  line-height: 1;
  color: #03A2DA;
  flex-shrink: 0;
}

.stat__icon--water {
  color: #56c1ea;
}

.stat__icon--v {
  transform: rotate(90deg);
}

.stat__stack {
  display: inline-grid;
  place-items: center;
}

.stat__stack .stat__icon {
  grid-column: 1;
  grid-row: 1;
}

.stat__icon--muted {
  color: rgba(255, 255, 255, 0.45);
}

.stat__icon--block {
  color: #e5484d;
}

svg.stat__svg {
  width: 25px;
  height: 25px;
  color: #03A2DA;
}

.stat__num--accent svg.stat__svg {
  color: #03A2DA;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 48px;
  max-width: 560px;
}

.feature {
  border-top: 1px solid #E6E6E6;
  padding-top: 18px;
}

.feature__title {
  font-size: 15px;
  font-weight: 600;
  color: #111111;
}

.feature p {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #555555;
}

.tile {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.tile--tall {
  height: 420px;
}

.tile--wide {
  grid-column: span 2;
  height: 420px;
}

.tile--sm {
  height: 240px;
}

.tile__media {
  position: absolute;
  inset: 0;
  transition: transform 250ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.tile:hover .tile__media {
  transform: translateY(-2px);
}

.tile__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.tile__chip {
  position: absolute;
  left: 0;
  top: 0;
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tile__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.tile__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
  color: #FFFFFF;
}

.tile--wide .tile__title {
  font-size: 30px;
}

.tile__meta {
  margin-top: 8px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.72);
}

.tile__arrow {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1.5px solid #03A2DA;
  border-radius: 999px;
  color: #03A2DA;
  font-size: 18px;
  flex: none;
}

.card__meta {
  margin-top: 16px;
}

.card__title {
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: #FFFFFF;
}

.card__text {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.card__caption {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
}

.card__sub {
  font-size: 13px;
  color: #868686;
}

.dtable {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.dtable__row {
  display: grid;
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.dtable__row--head {
  padding: 14px 0;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.dtable__row--sm {
  padding: 13px 0;
  font-size: 13.5px;
}

.dtable__row--current {
  background: #1A1A1A;
  color: #FFFFFF;
}

.dtable__name {
  font-weight: 600;
  color: #FFFFFF;
}

.dtable__yellow {
  color: #03A2DA;
  font-weight: 600;
}

.dtable__blue {
  color: #2D6CDF;
  font-weight: 500;
}

.dtable__muted {
  color: rgba(255, 255, 255, 0.35);
}

.dtable__more {
  padding: 16px 0;
  font-size: 12.5px;
  color: #03A2DA;
}

.dtable--waters .dtable__row {
  grid-template-columns: 1.5fr 1.2fr 0.7fr 0.9fr 0.7fr 1fr 0.9fr;
}

.dtable--access .dtable__row {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.dtable--swims .dtable__row {
  grid-template-columns: auto 1fr auto auto;
}

.dtable--log .dtable__row {
  grid-template-columns: 1fr 1.4fr 0.7fr 1.2fr 1fr;
}

.ltable {
  border-top: 1px solid #111111;
}

.ltable__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #E6E6E6;
  font-size: 14px;
  color: #555555;
}

.ltable__value {
  font-weight: 600;
  color: #111111;
}

.plan {
  background: #0E0E0E;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
}

.plan__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 32px;
  align-items: start;
}

.plan__svg {
  width: 100%;
}

.legend {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}

.legend__item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
}

.legend__key {
  width: 16px;
  height: 16px;
  flex: none;
}

.legend__key--shallow {
  background: #26333B;
}

.legend__key--mid {
  background: #1C2630;
}

.legend__key--deep {
  background: #121A22;
}

.legend__key--swim {
  background: #03A2DA;
  border-radius: 999px;
}

.peg {
  cursor: pointer;
}

.peg__dot {
  fill: #03A2DA;
  stroke: none;
}

.peg__label {
  font-size: 11px;
  font-weight: 700;
  fill: #FFFFFF;
}

.peg--active .peg__dot {
  fill: #FFFFFF;
  stroke: #03A2DA;
  stroke-width: 3;
}

.peg--active .peg__label {
  fill: #03A2DA;
}

.swim-panel {
  background: #03A2DA;
  color: #FFFFFF;
  padding: 24px;
}

.swim-panel__eyebrow {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.swim-panel__title {
  margin: 10px 0 0;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 600;
}

.swim-panel__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.swim-panel__label {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.swim-panel__value {
  font-size: 16px;
  font-weight: 600;
}

.subnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  background: #0E0E0E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.subnav__links {
  display: flex;
  gap: 34px;
}

.subnav__link {
  padding: 20px 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid transparent;
  background: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-family: "Geologica", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  cursor: pointer;
}

.subnav__link--active {
  color: #03A2DA;
  border-bottom-color: #03A2DA;
}

.subnav__aside {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.subnav__aside b {
  color: #FFFFFF;
  font-weight: 600;
}

.price {
  background: #0E0E0E;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.price > :last-child {
  margin-top: auto;
}

.ticket-card__body .ticket-avail {
  margin-top: 18px;
}

.price--featured {
  background: #03A2DA;
  border: 0;
  color: #111111;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.price__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.price--featured .price__label {
  color: rgba(255, 255, 255, 0.75);
}

.price__name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
}

.price--featured .price__name {
  color: #111111;
}

.price__amount {
  margin-top: 16px;
  font-size: 46px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
}

.price--featured .price__amount {
  color: #111111;
}

.price__amount--name {
  font-size: 32px;
}

.price__note {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.price--featured .price__note {
  color: rgba(255, 255, 255, 0.78);
}

.price__text {
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.price--featured .price__text {
  color: #111111;
}

.price__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.price--featured .price__list {
  border-top-color: rgba(255, 255, 255, 0.28);
  color: #111111;
}

.toggle {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 4px;
  flex: none;
}

.toggle__opt {
  padding: 10px 22px;
  border: 0;
  background: transparent;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Geologica", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.toggle__opt--active {
  background: #03A2DA;
  color: #FFFFFF;
}

.steps {
  display: flex;
  align-items: center;
  gap: 28px;
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step__num {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #03A2DA;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
}

.step__num--todo {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.55);
}

.step__label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.step__label--todo {
  color: rgba(255, 255, 255, 0.55);
}

.step__rule {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.form__legend {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 16px;
}

.field {
  margin-bottom: 18px;
}

.field__label {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
}

.field__box {
  width: 100%;
  padding: 15px 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Geologica", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
}

.field__box::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.field__box--area {
  min-height: 96px;
  resize: vertical;
}

.option {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  background: #0E0E0E;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.option--selected {
  background: #1A1A1A;
  border: 1.5px solid #03A2DA;
}

.option--disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.option__dot {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  flex: none;
  display: grid;
  place-items: center;
}

.option--selected .option__dot {
  border-color: #03A2DA;
}

.option__dot i {
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #03A2DA;
}

.option--selected .option__dot i {
  display: block;
}

.option__body {
  flex: 1;
}

.option__title {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

.option__meta {
  font-size: 13.5px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
}

.option__price {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}

.check {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: #0E0E0E;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.check--selected {
  background: #1A1A1A;
  border: 1.5px solid #03A2DA;
}

.check__box {
  width: 20px;
  height: 20px;
  flex: none;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  color: transparent;
}

.check--selected .check__box {
  background: #03A2DA;
  border-color: #03A2DA;
  color: #111111;
}

.check__title {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
}

.check__meta {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
}

.check__text {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.summary {
  background: #0E0E0E;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding: 64px 40px;
}

.summary__row {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}

.summary__value {
  color: #FFFFFF;
  font-weight: 600;
}

.summary__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 22px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}

.summary__amount {
  color: #03A2DA;
  font-size: 28px;
  font-weight: 600;
}

.callout {
  padding: 24px;
  background: #1A1A1A;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.callout b {
  color: #FFFFFF;
  font-weight: 600;
}

.app-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  background: #0E0E0E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.app-bar__tag {
  margin-left: 8px;
  padding: 5px 10px;
  background: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #03A2DA;
}

.app-bar__user {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #FFFFFF;
}

.avatar {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 11.5px;
  font-weight: 600;
  color: #FFFFFF;
}

.app {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
}

.sidebar {
  background: #0E0E0E;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 26px 0;
}

.sidebar__group {
  padding: 0 18px 14px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.sidebar__group--spaced {
  padding-top: 24px;
}

.side-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-left: 2px solid transparent;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.side-item .material-symbols-outlined {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.side-item:hover {
  color: #FFFFFF;
}

.side-item--active {
  background: #1A1A1A;
  border-left-color: #03A2DA;
  font-weight: 600;
  color: #FFFFFF;
}

.side-item--active .material-symbols-outlined {
  color: #03A2DA;
}

.app__main {
  padding: 40px 40px 64px;
}

.kpi {
  background: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
}

.kpi--accent {
  background: #03A2DA;
  border: 0;
  color: #111111;
}

.kpi__label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.kpi--accent .kpi__label {
  color: rgba(255, 255, 255, 0.75);
}

.kpi__value {
  margin-top: 12px;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
}

.kpi__value--sm {
  font-size: 22px;
  line-height: 1.15;
}

.kpi--accent .kpi__value {
  color: #111111;
}

.kpi__note {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.kpi--accent .kpi__note {
  color: rgba(255, 255, 255, 0.82);
}

.kpi__note--accent {
  color: #03A2DA;
}

.notice {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.notice__head {
  display: flex;
  gap: 10px;
  align-items: center;
}

.notice__date {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.45);
}

.notice__title {
  margin-top: 9px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: #FFFFFF;
}

.notice__where {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
}

.prompt {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 24px;
}

.prompt .material-symbols-outlined {
  font-size: 26px;
  color: #03A2DA;
}

.prompt__body {
  flex: 1;
}

.prompt__title {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
}

.prompt__text {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
}

.site-footer {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 64px 60px 40px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.site-footer__title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #03A2DA;
  margin-bottom: 16px;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  font-weight: 300;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__links a:hover {
  color: #03A2DA;
}

.site-footer p {
  margin: 24px 0 0;
  max-width: 280px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}

.site-footer__bottom a {
  color: inherit;
  text-decoration: none;
}

.site-footer__bottom a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.stage {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: #141414;
}

.phone {
  position: relative;
  width: 393px;
  height: 852px;
  background: #000000;
  border: 11px solid #1b1b1d;
  border-radius: 52px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.phone__status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 30px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  pointer-events: none;
}

.phone__status span:last-child {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.phone__screen {
  height: 100%;
  overflow-y: auto;
  padding-top: 64px;
}

.phone__indicator {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.m-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m-header__title {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}

.m-hero {
  position: relative;
  height: 420px;
}

.m-hero--lake {
  height: 230px;
}

.m-hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 18px 22px;
}

.m-hero__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.m-hero__title--sm {
  font-size: 30px;
  line-height: 1.05;
}

.m-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #0E0E0E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m-stat {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m-stat:nth-child(2n) {
  border-right: 0;
}

.m-stat:nth-child(n+3) {
  border-bottom: 0;
}

.m-stat__num {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
}

.m-stat__num--accent {
  color: #03A2DA;
}

.m-stat__num small {
  font-size: 14px;
}

.m-stat__label {
  margin-top: 6px;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.m-section {
  padding: 28px 18px;
}

.m-tile {
  position: relative;
  height: 190px;
}

.m-tile__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
}

.m-tile__title {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  color: #FFFFFF;
}

.m-tile__meta {
  margin-top: 5px;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.72);
}

.m-tabs {
  display: flex;
  gap: 22px;
  padding: 0 18px;
  background: #0E0E0E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m-tabs__tab {
  padding: 14px 0;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid transparent;
}

.m-tabs__tab--active {
  color: #03A2DA;
  border-bottom-color: #03A2DA;
}

.tile__media,
.tile__scrim,
.tile__chip,
.tile__body,
.tile__title,
.tile__meta,
.m-tile__body,
.m-tile__title,
.m-tile__meta,
.location,
.location__where,
.option__title,
.option__meta,
.option__price,
.check__title,
.check__meta,
.check__text,
.prompt__title,
.prompt__text,
.ph__label,
.card__sub {
  display: block;
}

.location__row {
  display: flex;
}

.tile__body > span {
  display: block;
  flex: 1;
}

a.tile, a.m-tile, a.location, a.index-list {
  color: inherit;
}

a.tile:hover .tile__title, a.m-tile:hover .m-tile__title {
  color: #03A2DA;
}

.price--featured,
.swim-panel,
.kpi--accent,
.chip,
.brand__mark,
.tick,
.step__num,
.legend__key--swim {
  color: #FFFFFF;
}

.price--featured .price__amount,
.price--featured .price__text,
.price--featured .price__list,
.swim-panel__title,
.swim-panel__value,
.kpi--accent .kpi__value {
  color: #FFFFFF;
}

.option--selected .option__dot i,
.check--selected .check__box {
  color: #FFFFFF;
}

.check--selected .check__box {
  background: #03A2DA;
  border-color: #03A2DA;
}

.nav-scrim {
  display: none;
}

@keyframes navSlideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes navScrimIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-head {
  padding: 64px 60px 48px;
  background: #0E0E0E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-head__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 64px;
}

.page-head .lede {
  max-width: 440px;
  margin-top: 22px;
}

.locations {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 32px;
  background: #0E0E0E;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 32px;
}

.locations__map {
  position: relative;
  min-height: 520px;
}

.locations__list {
  display: flex;
  flex-direction: column;
}

.location {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.location__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.location__name {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

.location__size {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 6px;
  font-size: 13px;
  color: #03A2DA;
  text-align: right;
}

.location__fact {
  color: #03A2DA;
  white-space: nowrap;
}

.location__fact:not(:first-child)::before {
  content: "·";
  margin-right: 6px;
  opacity: 0.6;
}

.location__where {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.faq__item {
  border: 0;
}

.faq__q {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
}

.faq__a {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}

.faq__a[hidden] {
  display: none;
}

.contact-box {
  background: #1A1A1A;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-box__lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: #FFFFFF;
}

.login {
  background: #0E0E0E;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding: 72px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login__aside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0 30px;
}

.login__foot {
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
}

.tick {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  background: #03A2DA;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  flex: none;
}

.index-page {
  padding: 56px;
  max-width: 900px;
}

.index-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.index-list a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.index-list a:hover {
  color: #03A2DA;
}

.index-list code {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 13px;
  color: #03A2DA;
}

@media (max-width: 1100px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: #000000;
  }
  .nav {
    display: none;
  }
  .nav--open {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: min(80vw, 340px);
    z-index: 30;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 26px;
    padding: 104px 32px 64px;
    margin: 0;
    background: #000000;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    overscroll-behavior: contain;
    animation: navSlideIn 0.22s ease;
  }
  .nav--open .nav__link {
    font-size: 22px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .nav--open .nav__login {
    font-size: 15px;
    margin-top: 4px;
  }
  .nav--open .btn {
    margin-top: 8px;
  }
  .nav-scrim {
    display: none;
  }
  body.nav-lock .nav-scrim {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 29;
    background: rgba(0, 0, 0, 0.55);
    animation: navScrimIn 0.22s ease;
  }
  .brand {
    position: relative;
    z-index: 41;
  }
  .nav__toggle {
    display: block;
    position: relative;
    z-index: 41;
  }
  body.nav-lock {
    overflow: hidden;
  }
  .split {
    grid-template-columns: minmax(0, 1fr);
  }
  .split--even {
    grid-template-columns: minmax(0, 1fr);
  }
  .split--form {
    grid-template-columns: minmax(0, 1fr);
  }
  .split--login {
    grid-template-columns: minmax(0, 1fr);
  }
  .plan__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .locations {
    grid-template-columns: minmax(0, 1fr);
  }
  .app {
    grid-template-columns: minmax(0, 1fr);
  }
  .grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats--6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .h-display {
    font-size: 52px;
  }
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 30px;
  }
  .band {
    padding: 64px 24px;
  }
  .site-header {
    padding: 16px 24px;
  }
  .subnav {
    padding: 0 24px;
    overflow-x: auto;
  }
  .page-head {
    padding: 48px 24px;
  }
  .site-footer {
    padding: 48px 24px 32px;
  }
  .split__copy {
    padding: 48px 24px;
  }
  .hero__inner {
    padding: 0 24px 32px;
  }
  .dtable__row {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .page-head__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .page-head__row .lede,
  .page-head .lede {
    margin-top: 0;
    max-width: none;
  }
}
@media (max-width: 700px) {
  .grid--3 {
    grid-template-columns: minmax(0, 1fr);
  }
  .grid--4 {
    grid-template-columns: minmax(0, 1fr);
  }
  .tile--wide {
    grid-column: span 1;
  }
  .features {
    grid-template-columns: minmax(0, 1fr);
  }
  .site-footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .h-display {
    font-size: 40px;
  }
  .hero {
    height: 560px;
  }
  .hero--page {
    height: 340px;
  }
}
/* ------------------------------------------------------------------ *
 *  Spacing / measure rules extracted from template inline styles.
 *  Scoped by template body class (or component) so each value matches
 *  exactly what it replaced. See the corresponding cms/ templates.
 * ------------------------------------------------------------------ */
.template-lake .hero__inner--split .h1 {
  margin-top: 20px;
}
.template-lake .hero__inner--split .lede {
  margin-top: 18px;
  max-width: 620px;
}

.template-catchreport .hero__inner--split .h1 {
  margin-top: 18px;
}
.template-catchreport .hero__inner--split .lede {
  margin-top: 14px;
  max-width: 620px;
}
.template-catchreport .hero__share {
  margin-top: 22px;
}
.template-catchreport .story__body {
  margin-top: 20px;
}
.template-catchreport .catch-note {
  margin-top: 12px;
  text-align: center;
}
.template-catchreport .catch-lake__intro {
  margin-top: 20px;
  max-width: 640px;
}
.template-catchreport .more-captures {
  margin: 44px 0 20px;
}

.template-lake .irrigation {
  gap: 12px;
}
.template-lake .irrigation__icon {
  color: #03A2DA;
}
.template-lake .irrigation .note {
  margin: 0;
}
.template-lake .day-ticket__note {
  margin-top: 14px;
}
.template-lake .day-ticket__actions {
  margin-top: 24px;
}
.template-lake .other-waters__label {
  margin-bottom: 24px;
}
.template-lake .price .btn {
  margin-top: 20px;
}

.template-catchreports .page-head .btn {
  margin-top: 20px;
}

.template-news .news-tags {
  gap: 10px;
  margin-bottom: 20px;
}
.template-news .prose {
  max-width: 720px;
  margin-top: 28px;
}
.template-news .news-foot {
  margin-top: 36px;
  gap: 18px;
  flex-wrap: wrap;
}

.template-watersindex .waters-head {
  margin-bottom: 20px;
}

.template-watersindex .waters-head--gap {
  gap: 12px;
}

.hero__media img,
.hero__media video,
.tile__media img,
.tile__media video,
.split__media img,
.split__media video,
.ph-frame img,
.ph-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__video {
  display: block;
}

.ticket-includes {
  margin-top: 18px;
}
.ticket-includes__head {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 8px;
}
.ticket-includes__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ticket-includes__list li {
  padding: 5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ticket-includes__list a {
  color: inherit;
  text-decoration: none;
}
.ticket-includes__list a:hover {
  text-decoration: underline;
}
.ticket-includes__more {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #03a2da;
  text-decoration: none;
}
.ticket-includes__more:hover {
  text-decoration: underline;
}

.ticket-charts {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.chip--sold {
  background: #e2574c;
  color: #fff;
}

.ticket-season {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.ticket-season__dates {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.location__tickets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.ticket-avail__head {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.85);
}
.ticket-avail__bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}
.ticket-avail__bar span {
  display: block;
  height: 100%;
  width: var(--pct, 0%);
  border-radius: 999px;
  background: #03a2da;
  transition: width 0.4s ease;
}
.ticket-avail__label {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.ticket-avail__pct {
  opacity: 0.7;
}
.ticket-avail--full .ticket-avail__bar span {
  background: #e2574c;
}

.ph[hidden] {
  display: none;
}

.locations__preview {
  overflow: hidden;
  border-radius: 10px;
  background: #1c2630;
}
.locations__preview .locations__preview-img,
.locations__preview .ph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.locations__preview .locations__preview-img {
  object-fit: cover;
  transition: opacity 0.45s ease;
}
.locations__preview .locations__preview-img.is-fading {
  opacity: 0;
}

.locations__chip {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
}

.location {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  transition: background 0.35s ease, box-shadow 0.35s ease, padding-left 0.35s ease;
}
.location.is-active {
  background: rgba(3, 162, 218, 0.14);
  box-shadow: inset 4px 0 0 #03a2da;
  padding-left: 20px;
}
.location.is-active .location__name {
  color: #03a2da;
}
.location .location__name {
  transition: color 0.35s ease;
}

.location__namecol {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.location__facts {
  margin: 0;
  padding-left: 16px;
  list-style: disc;
  color: #03a2da;
  font-size: 13px;
  line-height: 1.5;
}
.location__facts li::marker {
  color: #03a2da;
}

.location__view {
  flex-shrink: 0;
}

@media (max-width: 760px) {
  .locations {
    grid-template-columns: 1fr;
  }
  .location {
    grid-template-columns: 1fr auto;
  }
  .location__facts {
    grid-column: 1/-1;
  }
  .locations__preview {
    min-height: 0;
    aspect-ratio: 4/3;
  }
}
.waitlist__inner {
  max-width: 560px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}
.waitlist__lead {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.waitlist__form {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.waitlist__form input[type=email] {
  flex: 1;
  min-width: 220px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: inherit;
  font: inherit;
}
.waitlist__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.waitlist__msg {
  margin-top: 14px;
  font-size: 14px;
}
.waitlist__msg--ok {
  color: #58c78a;
}
.waitlist__msg--err {
  color: #ff8a8a;
}

.on-light .waitlist__inner {
  border-color: rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.02);
}

.notify-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vmin;
  background: rgba(0, 0, 0, 0.8);
}
.notify-modal[hidden] {
  display: none;
}
.notify-modal__box {
  position: relative;
  width: 100%;
  max-width: 460px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px;
  border-radius: 14px;
  background: #16202a;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.notify-modal__title {
  margin: 0 0 6px;
  padding-right: 30px;
}
.notify-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.notify-modal__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ticket-full {
  margin-top: 20px;
}
.ticket-full .chip--sold {
  display: inline-block;
  margin-bottom: 12px;
}
.ticket-full .chip--wide {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 12px;
}
.ticket-full__notify {
  display: block;
  background: none;
  border: 0;
  padding: 0;
  color: #03a2da;
  font: inherit;
  font-weight: 600;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.gallery-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.gallery-thumb .ph-frame {
  transition: transform 0.25s ease;
}
.gallery-thumb:hover .ph-frame, .gallery-thumb:focus-visible .ph-frame {
  transform: translateY(-2px);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4vmin;
  background: rgba(0, 0, 0, 0.9);
}
.lightbox[hidden] {
  display: none;
}
.lightbox__stage {
  margin: 0;
  max-width: min(90vw, 100vw - 150px);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lightbox__img {
  max-width: 100%;
  max-height: 82vh;
  border-radius: 6px;
  object-fit: contain;
}
.lightbox__caption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  text-align: center;
}
.lightbox__close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 44px;
  height: 44px;
}
.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.lightbox__prev {
  left: 20px;
}
.lightbox__next {
  right: 20px;
}
.lightbox__close, .lightbox__nav {
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.lightbox__close:hover, .lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.24);
}

@media (max-width: 640px) {
  .lightbox__nav {
    top: auto;
    bottom: 20px;
    transform: none;
  }
  .lightbox__stage {
    max-width: 92vw;
  }
}
.rules-list {
  max-width: 760px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: rule;
}

.rules-list__item {
  counter-increment: rule;
  position: relative;
  padding: 16px 0 16px 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.rules-list__item::before {
  content: counter(rule);
  position: absolute;
  left: 0;
  top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(3, 162, 218, 0.16);
  color: #03a2da;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rules-list__title {
  font-weight: 600;
  font-size: 17px;
}

.rules-list__desc {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.band__head--rules {
  align-items: flex-start;
}

.rules-acc__head {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  user-select: none;
}
.rules-acc__head::-webkit-details-marker {
  display: none;
}
.rules-acc__title {
  margin: 0;
}
.rules-acc__count {
  background: rgba(3, 162, 218, 0.18);
  color: #56c1ea;
  border-radius: 999px;
  padding: 3px 13px;
  font-size: 15px;
  font-weight: 800;
}
.rules-acc__chev {
  display: inline-block;
  flex: none;
  width: 14px;
  height: 14px;
  border-right: 3px solid #9aa6b2;
  border-bottom: 3px solid #9aa6b2;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
  margin: 0 0 6px 0;
}
.rules-acc[open] .rules-acc__chev {
  transform: rotate(-135deg);
  margin: 0;
}
.rules-acc__body {
  padding-top: 20px;
}
.rules-acc__body .rules-list__item:first-child {
  border-top: 0;
}

.news-list,
.news-feed {
  display: flex;
  flex-direction: column;
}

.news-feed {
  max-width: 760px;
}

.news-item {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.news-item__img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin: 4px 0 14px;
}
.news-item__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.news-item__date {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.news-item__title {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
.news-item__title a {
  color: inherit;
  text-decoration: none;
}
.news-item__title a:hover {
  color: #03a2da;
}
.news-item__body, .news-item__excerpt {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}
.news-item__more {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #03a2da;
  text-decoration: none;
}
.news-item__more:hover {
  text-decoration: underline;
}

.news-item--card {
  border-top: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.news-item--card .news-item__img {
  margin: 0 0 14px;
}

.on-light .news-item {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.on-light .news-item__date {
  color: rgba(0, 0, 0, 0.55);
}
.on-light .news-item__body, .on-light .news-item__excerpt {
  color: rgba(0, 0, 0, 0.7);
}

.prose {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.7;
}
.prose h2,
.prose h3,
.prose h4 {
  margin: 1.6em 0 0.5em;
  line-height: 1.25;
}
.prose h2 {
  font-size: 26px;
}
.prose h3 {
  font-size: 21px;
}
.prose h4 {
  font-size: 18px;
}
.prose p {
  margin: 0 0 1.1em;
}
.prose ul,
.prose ol {
  margin: 0 0 1.1em 1.2em;
}
.prose li {
  margin-bottom: 0.4em;
}
.prose a {
  text-decoration: underline;
}
.prose blockquote {
  margin: 1.4em 0;
  padding-left: 20px;
  border-left: 3px solid #03a2da;
  font-style: italic;
  opacity: 0.9;
}
.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1em 0;
}
.prose hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin: 2em 0;
}

.on-light .prose hr {
  border-top-color: rgba(0, 0, 0, 0.15);
}

.report-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}
.report-split--solo {
  grid-template-columns: minmax(0, 1fr);
}
.report-split__copy .prose {
  max-width: none;
}
.report-split__media {
  position: sticky;
  top: 90px;
}

.slider {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.slider__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.slider__track::-webkit-scrollbar {
  display: none;
}
.slider__slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  display: block;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}
.slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}
.slider__nav:hover {
  background: rgba(0, 0, 0, 0.85);
}
.slider__prev {
  left: 12px;
}
.slider__next {
  right: 12px;
}

.slider--gallery {
  background: transparent;
  border-radius: 0;
  overflow: visible;
}
.slider--gallery .slider__track {
  gap: 12px;
  padding: 2px;
  scroll-snap-type: x proximity;
}
.slider--gallery .slider__slide {
  position: relative;
  flex: 0 0 clamp(220px, 30%, 320px);
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.slider--gallery .slider__slide img {
  aspect-ratio: 4/3;
}
.slider--gallery .slider__nav {
  display: none;
}
.slider--gallery.is-scrollable .slider__nav {
  display: grid;
}

.slider__cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 20px 12px 9px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.25;
  text-align: left;
  pointer-events: none;
}

.slider__hint {
  display: none;
  margin-top: 12px;
}

.slider--gallery.is-scrollable + .slider__hint {
  display: block;
}

.slider__hint--ink {
  color: rgba(0, 0, 0, 0.6);
}

.slider--brands {
  background: transparent;
  border-radius: 0;
  overflow: visible;
}
.slider--brands .slider__track {
  gap: 14px;
  padding: 2px;
  scroll-snap-type: x proximity;
}
.slider--brands .slider__slide.brand-slide {
  flex: 0 0 clamp(150px, 22%, 210px);
  scroll-snap-align: start;
  display: grid;
  place-items: center;
  height: 110px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.slider--brands .slider__slide.brand-slide img {
  max-width: 100%;
  max-height: 74px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.slider--brands .slider__nav {
  display: none;
}
.slider--brands.is-scrollable .slider__nav {
  display: grid;
}

.shop-visit__aside {
  display: flex;
  flex-direction: column;
}

.shop-address {
  margin: 8px 0 0;
  white-space: normal;
}

.shop-map {
  margin-top: 18px;
  border-radius: 12px;
  overflow: hidden;
  min-height: 320px;
}
.shop-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}
.shop-map .ph {
  min-height: 320px;
}

.offer-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  overflow: hidden;
}
.offer-card__media {
  aspect-ratio: 16/10;
}
.offer-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 13px 14px 15px;
}
.offer-card__price {
  align-self: flex-start;
  padding: 3px 10px;
  border-radius: 999px;
  background: #2fa84f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.offer-card__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.offer-card__desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.45;
}
.offer-card__link {
  margin-top: auto;
  padding-top: 4px;
  font-weight: 600;
  font-size: 13px;
  color: #56c1ea;
}

.slider--offers {
  background: transparent;
  border-radius: 0;
  overflow: visible;
}
.slider--offers .slider__track {
  gap: 14px;
  padding: 2px;
  scroll-snap-type: x proximity;
}
.slider--offers .slider__slide {
  flex: 0 0 clamp(210px, 40%, 260px);
  scroll-snap-align: start;
}
.slider--offers .slider__slide .offer-card {
  width: 100%;
  height: 100%;
}
.slider--offers .slider__nav {
  display: none;
}
.slider--offers.is-scrollable .slider__nav {
  display: grid;
}

@media (max-width: 700px) {
  .slider--offers .slider__slide {
    flex-basis: 76%;
  }
}
@media (max-width: 700px) {
  .slider--gallery .slider__slide {
    flex-basis: 78%;
  }
}
@media (max-width: 900px) {
  .report-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .report-split__media {
    position: static;
    order: -1;
  }
}
.media-full {
  text-align: center;
}
.media-full img {
  display: inline-block;
  max-width: 100%;
  max-height: 600px;
  height: auto;
  border-radius: 10px;
}

.share {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.share__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;
}
.share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.share__btn .material-symbols-outlined {
  font-size: 20px;
}
.share__btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
}
.share__btn--fb:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}
.share__btn--x:hover {
  background: #000;
  border-color: #fff;
  color: #fff;
}
.share__btn--wa:hover {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.share__btn.is-copied {
  color: #58c78a;
  border-color: #58c78a;
}

.on-light .share__btn {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.03);
}
.on-light .share__btn:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.3);
}

.lake-rows {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.lake-row {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: #0e0e0e;
}
.lake-row__media {
  position: relative;
  display: block;
  min-height: 200px;
}
.lake-row__ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  text-align: center;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  background: #1a1a1a;
}
.lake-row__chip {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}
.lake-row__body {
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
}
.lake-row__body h3 a {
  color: inherit;
  text-decoration: none;
}
.lake-row__body h3 a:hover {
  color: #03a2da;
}
.lake-row__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 18px 0;
}
.lake-row__more {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #03a2da;
  text-decoration: none;
}
.lake-row__more:hover {
  text-decoration: underline;
}

.fact {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.fact__label {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.fact__val {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.fact__val--accent {
  color: #03a2da;
}

@media (max-width: 760px) {
  .lake-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .lake-row__media {
    aspect-ratio: 16/9;
    min-height: 0;
  }
  .lake-row__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-scroll__hint {
  display: none;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .table-scroll {
    overflow-x: visible;
  }
  .table-scroll .dtable--waters {
    min-width: 0;
  }
  .dtable--waters .dtable__row {
    grid-template-columns: 1.5fr 0.7fr 1.2fr;
    gap: 10px;
  }
  .dtable--waters .dtable__row > :nth-child(2),
  .dtable--waters .dtable__row > :nth-child(4),
  .dtable--waters .dtable__row > :nth-child(5),
  .dtable--waters .dtable__row > :nth-child(6) {
    display: none;
  }
  .table-scroll__hint {
    display: none;
  }
}
.writeup {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}
.writeup__text {
  max-width: none;
}
.writeup__media {
  margin: 0;
  position: sticky;
  top: 90px;
}
.writeup__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.writeup--media-left .writeup__text {
  order: 2;
}
.writeup--media-left .writeup__media {
  order: 1;
}

@media (max-width: 860px) {
  .writeup {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .writeup__media {
    position: static;
    order: 0;
  }
  .writeup--media-left .writeup__text {
    order: 0;
  }
}
.lake-video {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.lake-video video,
.lake-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lake-video iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.lake-video .ph {
  position: absolute;
  inset: 0;
}

.catch-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.catch-card .ph-frame {
  position: relative;
  overflow: hidden;
}
.catch-card:hover .card__title {
  text-decoration: underline;
}

.catch-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.catch-filter__chip {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #cdd6df;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.catch-filter__chip:hover {
  border-color: rgba(86, 193, 234, 0.6);
  color: #fff;
}
.catch-filter__chip.is-active {
  background: #03a2da;
  border-color: #03a2da;
  color: #fff;
}

.catch-masonry {
  columns: 3 320px;
  column-gap: 22px;
}

.catch-masonry__item {
  display: block;
  margin: 0 0 26px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  color: inherit;
  text-decoration: none;
}
.catch-masonry__item:hover .card__title {
  text-decoration: underline;
}

.catch-masonry__media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.04);
}
.catch-masonry__media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.catch-masonry__item:hover .catch-masonry__media img {
  transform: scale(1.03);
}

.catch-masonry__ph {
  display: grid;
  place-items: center;
  aspect-ratio: 4/3;
  color: #7c8894;
}

.ticket-picker {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ticket-picker .ticket-card {
  display: flex;
  margin-bottom: 0;
  font-weight: 400;
}

.ticket-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.ticket-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ticket-card:hover {
  border-color: rgba(255, 255, 255, 0.34);
}
.ticket-card.is-selected, .ticket-card:has(input:checked) {
  border-color: #03a2da;
  background: rgba(3, 162, 218, 0.12);
}
.ticket-card__tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
}
.ticket-card__tick .material-symbols-outlined {
  font-size: 24px;
}
.ticket-card.is-selected .ticket-card__tick, .ticket-card:has(input:checked) .ticket-card__tick {
  background: #03a2da;
  color: #fff;
}
.ticket-card__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.ticket-card__btn .material-symbols-outlined {
  font-size: 18px;
}
.ticket-card__btn-on {
  display: none;
  align-items: center;
  gap: 4px;
}
.ticket-card.is-selected .ticket-card__btn, .ticket-card:has(input:checked) .ticket-card__btn {
  background: #03a2da;
  border-color: #03a2da;
  color: #fff;
}
.ticket-card.is-selected .ticket-card__btn-add, .ticket-card:has(input:checked) .ticket-card__btn-add {
  display: none;
}
.ticket-card.is-selected .ticket-card__btn-on, .ticket-card:has(input:checked) .ticket-card__btn-on {
  display: inline-flex;
}
.ticket-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.ticket-card__name {
  font-weight: 600;
  font-size: 15px;
}
.ticket-card__lakes {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.ticket-card__price {
  padding-left: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.ticket-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ticket-group__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.ticket-group__label {
  font-size: 13px;
  font-weight: 600;
}
.ticket-group__term {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.ticket-card--soldout {
  opacity: 0.6;
  cursor: default;
}
.ticket-card--soldout:hover {
  border-color: rgba(255, 255, 255, 0.18);
}
.ticket-card--soldout .ticket-card__soldchip {
  flex: 0 0 auto;
  white-space: nowrap;
}

.ticket-picker__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 15px;
}
.ticket-picker__total strong {
  font-size: 20px;
  color: #03a2da;
}

.form-legend {
  margin: 34px 0 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.postcode-lookup {
  display: flex;
  gap: 10px;
}
.postcode-lookup input {
  flex: 1;
}

.cropper__frame {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.cropper__guide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cropper__canvas {
  display: block;
  width: 240px;
  height: 309px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  touch-action: none;
  cursor: grab;
}
.cropper__canvas:active {
  cursor: grabbing;
}
.cropper__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.cropper__controls input[type=range] {
  width: 180px;
}
.cropper__done {
  color: #58c78a;
  font-weight: 600;
}

.apply-form.apply-form--wide {
  max-width: none;
}

.apply-form--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  align-items: start;
}
.apply-form--split .apply-form__col {
  min-width: 0;
}
.apply-form--split .apply-form__full {
  grid-column: 1/-1;
}
.apply-form--split .apply-form__col > .form-legend:first-child {
  margin-top: 0;
}

.apply-step--center {
  max-width: 560px;
}

.apply-step[hidden] {
  display: none;
}

.apply-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.apply-actions .btn--block {
  flex: 1;
}

.btn--block {
  width: 100%;
}

@media (max-width: 760px) {
  .apply-form--split {
    display: block;
  }
}
.catch-form,
.apply-form {
  max-width: 640px;
}
.catch-form .form-field,
.apply-form .form-field {
  margin-bottom: 22px;
}
.catch-form label,
.apply-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.catch-form input[type=text],
.catch-form input[type=email],
.catch-form input[type=tel],
.catch-form input[type=date],
.catch-form select,
.catch-form textarea,
.apply-form input[type=text],
.apply-form input[type=email],
.apply-form input[type=tel],
.apply-form input[type=date],
.apply-form select,
.apply-form textarea {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: inherit;
  font: inherit;
}
.catch-form input[type=date],
.apply-form input[type=date] {
  color-scheme: dark;
  cursor: pointer;
}
.catch-form textarea,
.apply-form textarea {
  resize: vertical;
}

.form-field--sharing .note {
  margin: -2px 0 12px;
}

.choice-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.choice-list .choice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 13px 15px;
  font-weight: 400;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.choice-list .choice input[type=radio] {
  margin-top: 3px;
  accent-color: #03a2da;
  flex: none;
}
.choice-list .choice:hover {
  border-color: rgba(255, 255, 255, 0.34);
}
.choice-list .choice:has(input:checked) {
  border-color: #03a2da;
  background: rgba(3, 162, 218, 0.12);
}

.field-error {
  margin-top: 8px;
  color: #ff8a8a;
  font-size: 14px;
}

.field-notice {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}
.field-notice--warn {
  padding: 10px 13px;
  border: 1px solid rgba(240, 180, 60, 0.45);
  border-left: 4px solid #d99a1c;
  border-radius: 8px;
  background: rgba(138, 90, 0, 0.22);
  color: #f3dca6;
}

.uploader__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.uploader__item {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 8px;
  overflow: hidden;
}
.uploader__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uploader__remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 22px;
  height: 22px;
  padding: 0;
  line-height: 20px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.catch-card__count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.catch-card__count .material-symbols-outlined {
  font-size: 16px;
}

.price__more {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #03a2da;
  text-decoration: none;
}
.price__more:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------------ *
 *  Block + component spacing extracted from template inline styles.
 * ------------------------------------------------------------------ */
.testimonial__quote {
  margin-top: 26px;
  font-weight: 300;
  line-height: 1.45;
}

.testimonial__name {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 600;
}

.cta-block__lede {
  margin: 18px 0 30px;
}

.video-block__caption {
  margin-top: 14px;
}

.split-block__body {
  max-width: 520px;
  margin-top: 24px;
}

.gallery-block__figure {
  margin: 0;
}

.pricing-cta {
  margin-top: 36px;
}

.ticket-meta {
  margin-top: 12px;
}

.ticket-price {
  margin-top: 14px;
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: #fff;
}

.ticket-summary-row {
  gap: 16px;
}

.ticket-status__chip {
  margin-right: 10px;
}

.ticket-avail--wide {
  margin-top: 20px;
  max-width: 420px;
}

.lake-row__head {
  gap: 12px;
}

.lake-row__title {
  margin: 0;
}

.lake-row__intro {
  margin: 8px 0 0;
}

.notify-inline {
  max-width: 480px;
}

.login-apply {
  max-width: 480px;
  margin: 18px 0 0;
  opacity: 0.85;
}

/* Breadcrumb sitting over a hero image — a dark translucent pill so the small
   text stays legible against any photo. */
.hero .breadcrumb {
  align-self: flex-start;
  display: inline-block;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 400;
}

.hero .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.hero .breadcrumb a:hover {
  text-decoration: underline;
}

/* Contact page — short branded hero + form/aside split. */
.hero--contact {
  height: 360px;
}

.hero__media--brand {
  background: radial-gradient(130% 130% at 12% 8%, rgba(3, 162, 218, 0.5), transparent 58%), linear-gradient(160deg, #101821 0%, #10151b 55%, #05070a 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.contact-form {
  max-width: 560px;
}

.contact-aside .eyebrow {
  display: block;
  margin-bottom: 8px;
}

.contact-points {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.contact-points li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.contact-points .material-symbols-outlined {
  color: #03a2da;
  font-size: 20px;
}

.contact-hp {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-thanks {
  max-width: 640px;
}

@media (max-width: 860px) {
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .hero--contact {
    height: 320px;
  }
}
.msg__lede {
  max-width: 620px;
  margin: 18px 0 30px;
}

.msg__lede--tight {
  margin: 18px 0 6px;
}

.msg__note {
  max-width: 620px;
  margin: 0 0 30px;
}

.apply-step--center .note {
  max-width: 520px;
}

/* ------------------------------------------------------------------ *
 *  Member portal (sign-in + account area)
 * ------------------------------------------------------------------ */
.auth-alt {
  margin-top: 16px;
}

.account-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.account-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(158deg, rgba(3, 162, 218, 0.12), #0E0E0E 46%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 26px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 200px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}
.account-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #03a2da, #56c1ea);
}
.account-card::after {
  content: "HCF";
  position: absolute;
  right: 16px;
  bottom: 10px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.account-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.account-card__season {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #03A2DA;
}
.account-card__ticket {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  color: #FFFFFF;
}
.account-card__waters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.account-card__waters-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a94a0;
  font-weight: 700;
}
.account-card__water {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #cdd6df;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.account-card__water:hover {
  border-color: rgba(86, 193, 234, 0.6);
  background: rgba(3, 162, 218, 0.12);
  color: #fff;
}
.account-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.account-card-actions {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .account-cards-head {
    flex-direction: column;
    align-items: stretch;
  }
  .account-card-actions--cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 6px;
  }
  .account-card-actions--cards .btn {
    width: 100%;
    text-align: center;
  }
}
.access-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 22px;
}

.access-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px 22px;
  min-width: 200px;
}
.access-item .label {
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #8a94a0;
  font-weight: 700;
  margin-bottom: 6px;
}

.access-item--code {
  border-color: rgba(3, 162, 218, 0.5);
  background: rgba(3, 162, 218, 0.1);
}

.access-code {
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #56c1ea;
  font-variant-numeric: tabular-nums;
}

.access-value {
  color: #e8edf2;
  font-size: 1.05rem;
  line-height: 1.5;
}

.access-notes {
  margin-bottom: 22px;
}
.access-notes .label {
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #8a94a0;
  font-weight: 700;
  margin-bottom: 6px;
}

.access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.account-card--offer {
  border-color: rgba(3, 162, 218, 0.5);
}

.account-payment {
  margin-top: 22px;
}

.account-payment__body {
  white-space: pre-line;
}

.account-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-list__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.account-list__row a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
}
.account-list__row a:hover {
  color: #03A2DA;
}

.account-card__links {
  margin-top: 4px;
  font-size: 13px;
}
.account-card__links a {
  color: #03A2DA;
  text-decoration: none;
}
.account-card__links a:hover {
  text-decoration: underline;
}

.account-detail {
  max-width: 560px;
}
.account-detail__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.account-detail__row .label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.account-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.account-hero {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.account-hero__photo {
  flex: none;
}
.account-hero__photo img {
  display: block;
  width: 116px;
  height: 116px;
  object-fit: cover;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.14);
}
.account-hero__ph {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  color: #8a94a0;
  font-size: 13px;
  text-align: center;
  padding: 8px;
}
.account-hero__ph--cta {
  gap: 6px;
  text-decoration: none;
  border-color: rgba(3, 162, 218, 0.6);
  background: rgba(3, 162, 218, 0.1);
  color: #56c1ea;
  font-weight: 700;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.account-hero__ph--cta:hover {
  background: rgba(3, 162, 218, 0.18);
  border-color: #03a2da;
}
.account-hero__ph-icon {
  font-size: 26px;
  line-height: 1;
}
.account-hero__ph-text {
  font-size: 12px;
  line-height: 1.25;
}
.account-hero__body {
  min-width: 0;
}
.account-hero__name {
  margin: 0;
}
.account-hero__photo-note {
  margin: 12px 0 0;
  padding: 10px 14px;
  border: 1px solid rgba(240, 180, 60, 0.4);
  border-left: 4px solid #d99a1c;
  border-radius: 8px;
  background: rgba(138, 90, 0, 0.22);
  color: #f3dca6;
  font-size: 0.95rem;
  line-height: 1.5;
}
.account-hero__photo-note a {
  color: #ffd76a;
  font-weight: 700;
  white-space: nowrap;
}

.member-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 14px;
  padding: 10px 18px;
  border: 2px solid rgba(3, 162, 218, 0.65);
  border-radius: 12px;
  background: rgba(3, 162, 218, 0.12);
}
.member-badge__label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #8fb9cc;
}
.member-badge__num {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.account-hero__actions {
  margin-top: 16px;
}

.account-hero__vehicles {
  margin-left: auto;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.account-hero__vehicles-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #8fb9cc;
  margin-bottom: 10px;
}
.account-hero__vehicles-add {
  display: inline-block;
}
.account-hero__vehicles-warn {
  max-width: 340px;
  margin-top: 4px;
  padding: 10px 14px;
  border: 1px solid rgba(240, 180, 60, 0.4);
  border-left: 4px solid #d99a1c;
  border-radius: 8px;
  background: rgba(138, 90, 0, 0.22);
  color: #f3dca6;
  font-size: 0.9rem;
  line-height: 1.5;
}
.account-hero__vehicles-warn a {
  color: #ffd76a;
  font-weight: 700;
  white-space: nowrap;
}
.account-hero__vehicles-warn-note {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  color: #e8cfa0;
}

.account-hero__plates {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 640px) {
  .account-hero__vehicles {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }
}
.account-vehicles-head {
  align-items: center;
  margin-bottom: 16px;
}

.account-vehicles {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.account-vehicles__hint {
  margin-top: 14px;
}

.plate {
  display: inline-block;
  background: #f6d33c;
  color: #111;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  padding: 12px 20px;
  border-radius: 8px;
  border: 2px solid #000;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  font-family: "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}

.plate--sm {
  font-size: 1.15rem;
  padding: 7px 13px;
  border-width: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.catch-lozenge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 6px 8px 6px 14px;
  border-radius: 999px;
  background: rgba(3, 162, 218, 0.12);
  border: 1px solid rgba(3, 162, 218, 0.5);
  color: #cdeaf6;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.catch-lozenge:hover {
  background: rgba(3, 162, 218, 0.2);
  border-color: #03a2da;
}
.catch-lozenge__count {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: #03a2da;
  color: #04121a;
  font-size: 0.85rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.pay-panel {
  border: 1px solid rgba(240, 180, 60, 0.4);
  border-left: 5px solid #d99a1c;
  border-radius: 14px;
  background: rgba(138, 90, 0, 0.18);
  padding: 22px 24px;
}
.pay-panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.pay-panel__title {
  margin: 0;
  font-size: 1.3rem;
  color: #ffd76a;
}
.pay-panel__total {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
}
.pay-panel__refs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 16px 0;
}
.pay-panel__ref {
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 16px;
  min-width: 220px;
}
.pay-panel__ref-ticket {
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.pay-panel__ref-line {
  color: #e8dcc0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.pay-panel__ref-line .label {
  display: inline-block;
  min-width: 82px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c9a86a;
  font-weight: 700;
}
.pay-panel__how {
  margin-top: 8px;
}
.pay-panel__how .label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a86a;
  font-weight: 700;
  margin-bottom: 4px;
}
.pay-panel__notify {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.pay-panel__notify .label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a86a;
  font-weight: 700;
  margin-bottom: 4px;
}
.pay-panel__notify .note {
  margin-bottom: 12px;
}

.pay-notify {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}
.pay-notify__amount {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding-left: 12px;
}
.pay-notify__prefix {
  color: #ffd76a;
  font-weight: 800;
  font-size: 1.05rem;
}
.pay-notify__amount input {
  width: 130px;
  padding: 11px 12px;
  background: transparent;
  border: 0;
  color: #fff;
  font: inherit;
  font-variant-numeric: tabular-nums;
}
.pay-notify__amount input:focus {
  outline: none;
}

.pay-ref {
  color: #ffd76a;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.account-profile {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.account-profile__photo {
  flex: none;
}
.account-profile__photo img {
  width: 120px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}
.account-profile__ph {
  display: grid;
  place-items: center;
  width: 120px;
  height: 150px;
  border: 1px dashed rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  padding: 8px;
}
.account-profile__body {
  flex: 1;
  min-width: 260px;
}

.account-card__decline {
  margin-top: 8px;
}

.account-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: flex-start;
}
.account-cols__main {
  flex: 1 1 0;
  min-width: 300px;
}
.account-cols__side {
  flex: 1 1 0;
  min-width: 300px;
}
.account-cols .account-detail {
  max-width: none;
}

.pay-summary {
  background: #0E0E0E;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px;
}
.pay-summary__title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #03A2DA;
  margin: 0 0 14px;
}
.pay-summary__download .btn + .btn, .pay-summary__download .btn + .note {
  margin-top: 10px;
}
.pay-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  font-size: 15px;
}
.pay-summary__row--total {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 4px;
  padding-top: 12px;
  font-weight: 600;
}
.pay-summary__block {
  margin-top: 18px;
}
.pay-summary__payments {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
.pay-summary__payments li {
  padding: 4px 0;
  font-size: 14px;
}
.pay-summary__ref {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.04em;
}
.pay-summary__download {
  margin-top: 22px;
}

.btn.is-disabled,
.btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: auto;
}

.profile-photo-current {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.profile-photo-current img {
  width: 64px;
  height: 82px;
  object-fit: cover;
  border-radius: 6px;
}

.account-toggle__summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.account-toggle__summary::-webkit-details-marker {
  display: none;
}
.account-toggle__summary::after {
  content: "▾";
  color: #03A2DA;
  font-size: 11px;
}
.account-toggle__summary:hover {
  background: rgba(255, 255, 255, 0.06);
}
.account-toggle[open] .account-toggle__summary::after {
  content: "▴";
}
.account-toggle__body {
  padding-top: 24px;
}

.impersonation-bar {
  position: sticky;
  top: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 10px 16px;
  background: #b45309;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.impersonation-bar__stop {
  background: #fff;
  color: #7c3a00;
  font-weight: 700;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  white-space: nowrap;
}

.ban-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 90, 90, 0.5);
  border-left: 5px solid #e5484d;
  border-radius: 12px;
  background: rgba(120, 20, 20, 0.35);
}

.ban-notice__icon {
  font-size: 28px;
  line-height: 1;
}

.ban-notice__body {
  flex: 1;
}

.ban-notice__title {
  display: block;
  color: #ff8a8a;
  font-size: 1.15rem;
  font-weight: 800;
}

.ban-notice__text {
  margin: 6px 0 0;
  color: #f0cccc;
  line-height: 1.5;
}

.ban-notice__reason {
  margin: 10px 0 0;
  color: #f0cccc;
}
.ban-notice__reason .label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ff8a8a;
  font-weight: 700;
  margin-right: 6px;
}

.conditions {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 22px;
  border: 1px solid rgba(3, 162, 218, 0.35);
  border-left: 5px solid #03A2DA;
  border-radius: 14px;
  background: rgba(3, 162, 218, 0.08);
}

.conditions__icon {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(3, 162, 218, 0.16);
  color: #56c1ea;
}
.conditions__icon .material-symbols-outlined {
  font-size: 24px;
}

.conditions__body {
  flex: 1;
}

.conditions__title {
  margin: 2px 0 8px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}

.conditions__text {
  color: #cdd6df;
  line-height: 1.6;
}

.ticket-access-dates {
  margin: 8px 0 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
}
.ticket-access-dates strong {
  color: #fff;
}

.ticket-access-dates__season {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
}

.membership-note {
  margin: 6px 0 26px;
  max-width: 640px;
}

.band__head--sub {
  margin: 30px 0 16px;
}

.band__head--sub .eyebrow {
  margin: 0;
}

.pinboard__note {
  max-width: 720px;
  margin: 0 0 28px;
}

.pinboard {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 32px 26px;
  padding: 36px 30px 42px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #2b2620;
  background-image: radial-gradient(rgba(0, 0, 0, 0.22) 1px, transparent 1.4px), radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1.4px);
  background-size: 14px 14px, 22px 22px;
  background-position: 0 0, 7px 11px;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.42);
}

.pincard {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  padding: 28px 22px 22px;
  background: #fbf9f4;
  color: #14171a;
  border-radius: 4px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.34), 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pincard:nth-child(3n+1) {
  transform: rotate(-1.6deg);
}

.pincard:nth-child(3n+2) {
  transform: rotate(1.2deg);
}

.pincard:nth-child(3n+3) {
  transform: rotate(-0.5deg);
}

.pincard:nth-child(5n+4) {
  transform: rotate(1.9deg);
}

.pincard:hover {
  transform: rotate(0deg) translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.4), 0 3px 6px rgba(0, 0, 0, 0.24);
  z-index: 2;
}

.pincard__pin {
  position: absolute;
  top: -11px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 32%, #ff8b7e 0 22%, #e5493f 55%, #b8261c 100%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.pincard:nth-child(4n+2) .pincard__pin {
  background: radial-gradient(circle at 34% 32%, #7fd0ee 0 22%, #03a2da 55%, #026a90 100%);
}

.pincard:nth-child(4n+3) .pincard__pin {
  background: radial-gradient(circle at 34% 32%, #ffe08a 0 22%, #f2c230 55%, #c9970a 100%);
}

.pincard:nth-child(4n+4) .pincard__pin {
  background: radial-gradient(circle at 34% 32%, #9be8b1 0 22%, #2e8b57 55%, #1c5c39 100%);
}

.pincard__logo {
  width: 84px;
  height: 84px;
  margin: 0 0 14px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.pincard__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pincard__tag {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #eaf6fb;
  color: #0286b5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pincard__name {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #14171a;
}

.pincard__blurb {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #454b52;
}

.pincard__contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pincard__link {
  font-size: 13px;
  font-weight: 600;
  color: #0286b5;
  text-decoration: none;
  word-break: break-word;
}
.pincard__link:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .pinboard {
    padding: 22px 16px 26px;
    gap: 26px 18px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .pincard {
    transform: none !important;
  }
}

/*# sourceMappingURL=main.css.1cd4eee05929.map */
