/* ============================================================
   2026 official-safe refresh: visual hero + tighter copy
   ============================================================ */
.section--tight {
  padding: clamp(3.2rem, 6vw, 5.4rem) 0
}

.hero {
  padding: 48px 0 60px;
  background: linear-gradient(120deg, rgba(20, 39, 30, .06), rgba(255, 253, 248, .92))
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 70% at 80% 20%, rgba(156, 179, 163, .35), transparent 62%);
  pointer-events: none
}

.hero__grid {
  grid-template-columns: 1fr .92fr;
  align-items: center
}

.hero__title {
  max-width: 9ch
}

.hero__lede {
  max-width: 40ch
}

.hero__side {
  display: grid;
  gap: 1rem;
  align-content: start
}

.hero__visual {
  position: relative;
  min-height: 340px;
  border-radius: 14px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(20, 39, 30, .14);
  box-shadow: var(--shadow)
}

.hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(15, 31, 23, .82));
  pointer-events: none
}

.hero__visual figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: .85rem;
  z-index: 2;
  color: rgba(255, 253, 248, .84);
  font-size: .72rem;
  line-height: 1.45
}

.lead-card {
  padding: 1.45rem;
  border-radius: 10px
}

.lead-card h2 {
  font-size: 1.35rem
}

.hero__stats .n {
  font-size: 1.5rem
}

.checks--compact {
  gap: .7rem;
  margin-top: 1.2rem
}

.checks--compact li {
  font-size: .96rem
}

.units--simple .units__row {
  grid-template-columns: 1fr .7fr 1.4fr auto;
  padding: 1.25rem .3rem
}

.fac--compact {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.6rem
}

.fac--compact .fac__item {
  padding: 1.05rem 0
}

.fac--compact .fac__item h3 {
  font-family: var(--serif);
  font-size: 1.3rem
}

.detail-note {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap
}

.detail-note span {
  color: var(--muted);
  font-size: .92rem
}

.gallery__tile img {
  filter: saturate(.95) contrast(.98)
}

.gallery__tile:nth-child(2) img {
  object-position: 70% 40%
}

.gallery__tile:nth-child(3) img {
  object-position: 45% 30%
}

.gallery__tile:nth-child(4) img {
  object-position: 80% 80%
}

.gallery__tile:nth-child(5) img {
  object-position: 20% 65%
}

.gallery__tile::after {
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 31, 23, .05), rgba(15, 31, 23, .72));
  mix-blend-mode: normal
}

.gallery__tile::before {
  z-index: 3
}

.gallery__tile figcaption {
  z-index: 3
}

.footer__wa {
  display: inline-block;
  margin-top: .6rem;
  color: var(--sage);
  font-size: .92rem
}

@media (max-width:980px) {
  .hero__grid {
    grid-template-columns: 1fr
  }

  .hero__title {
    max-width: 12ch
  }

  .hero__side {
    max-width: 640px
  }

  .units--simple .units__row {
    grid-template-columns: 1fr auto
  }

  .fac--compact {
    grid-template-columns: 1fr
  }
}

@media (max-width:720px) {
  .hero {
    padding-top: 36px
  }

  .hero__visual,
  .hero__visual img {
    min-height: 260px
  }

  .hero__title {
    max-width: 10ch
  }

  .units--simple .units__row {
    grid-template-columns: 1fr
  }

  .units__cta {
    grid-row: auto;
    grid-column: auto;
    justify-self: start
  }
}

/* Mobile overflow fixes after visual QA */
@media (max-width:720px) {
  .topbar__inner {
    padding: 8px 18px;
    gap: .55rem;
    line-height: 1.45;
    justify-content: center
  }

  .topbar__right,
  .topbar__icon {
    display: none
  }

  .topbar__left {
    justify-content: center
  }

  .topbar__left .topbar__item:first-of-type,
  .topbar .sep {
    display: none
  }

  .hero__eyebrow {
    max-width: 100%;
    white-space: normal;
    line-height: 1.45;
    border-radius: 18px;
    align-items: flex-start;
    font-size: .68rem;
    letter-spacing: .1em
  }

  .hero__stats {
    flex-direction: column;
    max-width: 100%
  }

  .hero__stats>div {
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .hero__stats>div:last-child {
    border-bottom: 0
  }

  .hero__actions .btn {
    width: 100%;
    white-space: normal;
    text-align: center
  }

  .hero__content,
  .hero__side {
    min-width: 0;
    width: 100%
  }

  .lead-card {
    max-width: 100%
  }
}

/* Hard stop mobile horizontal overflow */
html,
body {
  max-width: 100%;
  overflow-x: hidden
}

main,
section,
.container,
.hero__grid,
.hero__content,
.hero__side {
  min-width: 0
}

@media (max-width:720px) {
  .hero .container {
    overflow: hidden
  }

  .hero__eyebrow {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word
  }

  .hero__lede {
    max-width: 100%;
    overflow-wrap: anywhere
  }

  .btn {
    max-width: 100%
  }
}

/* Small-screen hero width tuning */
@media (max-width:600px) {

  .hero__content,
  .hero__side {
    max-width: 330px
  }

  .hero__eyebrow {
    font-size: .66rem;
    letter-spacing: .12em
  }

  .container {
    padding-left: 30px;
    padding-right: 30px
  }
}

/* (legacy light-hero mobile rule removed — hero is now full-bleed dark) */

/* Gallery media refresh: remote location imagery + video reel */
.media-reel {
  position: relative;
  margin: 0 0 18px;
  border-radius: 10px;
  overflow: hidden;
  min-height: 360px;
  background: var(--green-deep);
  box-shadow: var(--shadow-soft)
}

.media-reel video {
  width: 100%;
  height: clamp(280px, 42vw, 520px);
  display: block;
  object-fit: cover;
  filter: saturate(.92) contrast(.96)
}

.media-reel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 31, 23, .05), rgba(15, 31, 23, .52));
  pointer-events: none
}

.media-reel figcaption {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1rem;
  z-index: 2;
  color: var(--paper-2);
  font-size: .86rem;
  line-height: 1.5;
  max-width: 62ch
}

.media-credit {
  max-width: 88ch;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: .74rem;
  line-height: 1.55;
  text-align: center
}

.gallery__tile:nth-child(2) img {
  object-position: center center
}

.gallery__tile:nth-child(3) img {
  object-position: center center
}

.gallery__tile:nth-child(4) img {
  object-position: center center
}

.gallery__tile:nth-child(5) img {
  object-position: center center
}

/* ============================================================
   DEVELOPER STRIP
   ============================================================ */
.dev-strip {
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.dev-strip__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center
}

.dev-strip__col {
  padding: 1.6rem 2rem;
  border-right: 1px solid var(--line);
  text-align: center
}

.dev-strip__role {
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 700;
  margin-bottom: .4rem
}

.dev-strip__name {
  font-family: var(--serif);
  font-size: 1.45rem;
  color: var(--green)
}

.dev-strip__cta {
  padding: 1.6rem 2rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  align-items: center;
  text-align: center
}

.dev-strip__tagline {
  font-size: .85rem;
  color: var(--muted);
  max-width: 17ch;
  line-height: 1.45;
  text-align: center
}

/* ============================================================
   OVERVIEW IMAGE STACK
   ============================================================ */
.overview-images {
  display: grid;
  gap: 10px
}

.overview-images .img-a {
  border-radius: var(--r);
  overflow: hidden;
  aspect-ratio: 16/9
}

.overview-images .img-b {
  border-radius: var(--r-sm);
  overflow: hidden;
  aspect-ratio: 16/6
}

.overview-images figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

/* ============================================================
   GALLERY ASYMMETRICAL GRID
   ============================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 16px;
  margin-top: 2.5rem;
  position: relative;
  padding-bottom: 26px
}

.slider-arrow {
  display: none;
}

.g-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.g-tile {
  border-radius: 16px;
  overflow: hidden;
  margin: 0
}

.g-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.g-tile--tall {
  aspect-ratio: 4/5
}

.g-tile--short {
  aspect-ratio: 4/3
}

.g-tile--main {
  flex: 1;
  border-radius: 20px
}


/* ============================================================
   HIGHLIGHTS / LIFESTYLE ICONS
   ============================================================ */
.highlights {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.1rem;
  margin-top: 2.8rem
}

.highlights__item {
  text-align: left;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--paper-2);
  transition: box-shadow .3s var(--ease), transform .3s var(--ease);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.highlights__item:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-3px)
}

.highlights__img {
  position: relative;
  height: 150px;
  width: 100%;
}

.highlights__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlights__img::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, var(--paper-2) 0%, transparent 100%);
}

.highlights__content {
  padding: 1.2rem;
  position: relative;
  flex: 1;
}

.highlights__icon {
  position: absolute;
  top: -24px;
  left: 1.2rem;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
  background: var(--paper-2);
  border: 1px solid rgba(47, 93, 74, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  z-index: 2;
}

.highlights__icon svg {
  width: 20px;
  height: 20px;
}

.highlights__item h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: .4rem;
  margin-top: .4rem;
}

.highlights__item p {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

/* ============================================================
   LOCATION WITH MAP
   ============================================================ */
.loc-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 3rem;
  align-items: stretch;
}

.loc-text {
  max-width: 400px;
}

.loc-text .kicker {
  margin-bottom: 0.5rem;
}

.loc-text .h-xl {
  font-size: 2.2rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.loc-text .section__intro {
  margin-bottom: 2.5rem;
  font-size: 0.95rem;
}

.loc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.2rem;
}

.loc-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.loc-list .loc-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--muted);
}

.loc-list .t {
  font-weight: 600;
  color: var(--ink);
  min-width: 50px;
  display: inline-block;
}

.loc-media-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.loc-media-map {
  border-radius: var(--r);
  overflow: hidden;
  height: 100%;
}

.loc-media-map img,
.loc-media-map iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}

.loc-media-photos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.loc-photo-wide {
  border-radius: var(--r);
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.loc-media-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  flex: 1;
  min-height: 0;
}

.img-sq-wrap {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  height: 100%;
}

.img-sq-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1rem 0.8rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

/* ============================================================
   REGISTER "Be the first to know" CTA band
   ============================================================ */
.register-cta {
  background: var(--green-deep);
  color: var(--paper-2);
  padding: clamp(2.8rem, 5vw, 4rem) 0;
  text-align: center
}

.register-cta .h-xl {
  color: var(--paper-2);
  margin-bottom: 1rem
}

.register-cta p {
  color: var(--sage);
  margin-bottom: 2rem;
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto
}

/* ============================================================
   FOOTER 4-COL
   ============================================================ */
.footer__grid-4 {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 2.4rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid rgba(246, 242, 234, .12)
}

.footer__social {
  display: flex;
  gap: .8rem;
  margin-top: 1.2rem
}

.footer__social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(246, 242, 234, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sage);
  font-size: .75rem;
  transition: border-color .25s, color .25s
}

.footer__social a:hover {
  border-color: var(--paper-2);
  color: var(--paper-2)
}

/* ============================================================
   RESPONSIVE — NEW SECTIONS
   ============================================================ */
@media (max-width:980px) {
  .dev-strip__inner {
    grid-template-columns: repeat(2, 1fr)
  }

  .dev-strip__cta {
    border-top: 1px solid var(--line);
    grid-column: span 2
  }

  .highlights {
    grid-template-columns: repeat(3, 1fr)
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .g-col--main {
    grid-column: span 2;
    order: -1
  }

  .g-tile--main {
    min-height: 300px
  }

  .location-grid {
    grid-template-columns: 1fr
  }

  .footer__grid-4 {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:600px) {
  .connect {
    padding-top: 2rem !important;
  }

  .dev-strip__inner {
    grid-template-columns: 1fr
  }

  .dev-strip__cta {
    grid-column: span 1
  }

  .highlights-slider-wrap,
  .gallery-slider-wrap,
  .full-gallery-slider-wrap {
    position: relative;
  }

  .highlights,
  .gallery-grid,
  .full-gallery-slider-wrap .gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 26px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .highlights::-webkit-scrollbar,
  .gallery-grid::-webkit-scrollbar,
  .full-gallery-slider-wrap .gallery::-webkit-scrollbar {
    display: none;
  }

  .highlights__item {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }

  .gallery__tile {
    flex: 0 0 80%;
    scroll-snap-align: start;
    aspect-ratio: 4/3; /* Fix missing height issue on flex tiles */
  }

  .slider-arrow {
    position: absolute;
    top: calc(50% - 13px);
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    z-index: 10;
    cursor: pointer;
  }

  .slider-arrow svg {
    width: 18px;
    height: 18px;
  }

  .slider-arrow--prev {
    left: -10px;
  }

  .slider-arrow--next {
    right: -10px;
  }

  .highlights-slider-wrap .slider-arrow {
    top: 75px;
  }

  .g-col {
    display: contents;
  }

  .g-col--main {
    grid-column: span 1;
  }

  .g-tile {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }

  .g-tile--tall,
  .g-tile--short,
  .g-tile--main {
    aspect-ratio: 4/3;
    min-height: auto;
  }

  .footer__grid-4 {
    grid-template-columns: 1fr
  }
}

@media (max-width:720px) {
  .media-reel {
    min-height: 240px
  }

  .media-reel video {
    height: 260px
  }

  .media-reel figcaption {
    font-size: .76rem
  }

  .media-credit {
    text-align: left
  }
}

/* ============================================================
   HERO REDESIGN — full-bleed render + overlay + form card
   (reference match — overrides earlier light hero rules)
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.2rem, 6vw, 5.5rem) 0;
  min-height: clamp(540px, 66vh, 700px);
  display: flex;
  align-items: center;
  /* This background is the LCP image. The breakpoint + files must stay in
     sync with the <link rel="preload"> pair and the video poster in
     index.html, so each viewport downloads exactly one hero image. */
  background: url("../img/hero-poster-m.webp") center right/cover no-repeat;
  color: var(--paper-2);
}

@media (min-width: 761px) {
  .hero {
    background-image: url("../img/thomson-view-hero.webp");
  }
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12, 24, 17, .93) 0%, rgba(12, 24, 17, .74) 30%, rgba(12, 24, 17, .36) 55%, rgba(12, 24, 17, .10) 80%),
    linear-gradient(0deg, rgba(12, 24, 17, .5), transparent 42%)
}

.hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.05fr .82fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem)
}

.hero__content {
  max-width: none
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  background: none;
  border: 0;
  padding: 0;
  margin-bottom: 1.15rem;
  color: #d8b066;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase
}

.hero__title {
  color: var(--paper-2);
  font-weight: 600;
  line-height: 1.02;
  max-width: none;
  font-size: clamp(3.2rem, 7.4vw, 6rem);
  text-shadow: 0 2px 30px rgba(0, 0, 0, .35)
}

.hero__sub {
  display: block;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  font-size: clamp(1.6rem, 3.6vw, 2.9rem);
  color: rgba(246, 242, 234, .94);
  margin-top: .1rem
}

.hero__lede {
  color: rgba(246, 242, 234, .86);
  max-width: 42ch;
  margin-top: 1.4rem;
  font-size: 1.12rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .3)
}

.hero__lede strong {
  color: #fff
}

.hero__actions {
  margin-top: 2rem;
  display: flex;
  gap: .9rem;
  flex-wrap: wrap
}

.hero__note {
  color: rgba(246, 242, 234, .62);
  margin-top: 1.5rem;
  font-size: .8rem;
  max-width: 50ch;
  line-height: 1.5
}

/* ghost button on dark bg */
.btn--ghost {
  background: rgba(255, 255, 255, .06);
  color: var(--paper-2);
  border-color: rgba(246, 242, 234, .55);
  backdrop-filter: blur(2px)
}

.btn--ghost:hover {
  background: var(--paper-2);
  color: var(--ink);
  border-color: var(--paper-2);
  transform: translateY(-2px)
}

/* hero form card */
.hero__side {
  display: block;
  max-width: none
}

.hero .lead-card {
  background: var(--paper-2);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 16px;
  padding: clamp(1.6rem, 2.4vw, 2.2rem);
  box-shadow: 0 44px 90px -34px rgba(0, 0, 0, .6)
}

.hero .lead-card h2 {
  font-size: 1.6rem;
  color: var(--ink)
}

.hero .lead-card__sub {
  color: var(--muted);
  font-size: .86rem;
  margin: .4rem 0 1.35rem
}

.hero .lead-form .btn--dark {
  background: var(--green-deep);
  margin-top: .4rem
}

.hero .lead-form .btn--dark:hover {
  background: var(--green-2);
  transform: translateY(-2px)
}

@media (max-width:980px) {
  .hero {
    min-height: 0;
    padding: clamp(2.6rem, 8vw, 4rem) 0;
    background-position: center
  }

  .hero__grid {
    grid-template-columns: 1fr
  }

  .hero__overlay {
    background: linear-gradient(0deg, rgba(12, 24, 17, .86) 10%, rgba(12, 24, 17, .55) 100%)
  }

  .hero__lede {
    max-width: 100%
  }

  .hero__side {
    max-width: 460px
  }
}

@media (max-width:600px) {
  .hero__actions .btn {
    width: 100%
  }
}

/* ============================================================
   Footer refresh to match reference
   ============================================================ */
.register-cta {
  min-height: 260px;
  margin: 0;
  padding: clamp(2.2rem, 4vw, 3.2rem) 0;
  text-align: left;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 24, 16, .82) 0%, rgba(7, 24, 16, .54) 42%, rgba(7, 24, 16, .18) 78%),
    url("../img/facilities-10.webp") center 52%/cover no-repeat;
  color: var(--paper-2);
  border-radius: 8px 8px 0 0;
  overflow: hidden
}

.register-cta .container {
  padding-left: clamp(30px, 10vw, 138px)
}

.register-cta .h-xl {
  color: var(--paper-2);
  font-size: clamp(3.2rem, 6.4vw, 5rem);
  max-width: 12ch;
  margin: 0 0 .7rem;
  line-height: .98;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .28)
}

.register-cta p {
  color: rgba(255, 253, 248, .9);
  max-width: 46ch;
  margin: 0 0 1.55rem;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 600
}

.register-cta .btn {
  border-radius: 7px;
  padding: .95rem 1.55rem;
  background: #c99a49;
  color: #fff;
  border-color: #c99a49;
  box-shadow: 0 18px 30px -20px rgba(0, 0, 0, .65)
}

.site-footer {
  margin-top: 0;
  padding: 2.2rem 0 1rem;
  background:
    radial-gradient(80% 120% at 0% 50%, rgba(14, 82, 55, .9), transparent 60%),
    linear-gradient(90deg, #063222 0%, #082e21 52%, #06311f 100%);
  color: rgba(255, 253, 248, .9)
}

.footer__grid-4 {
  display: grid;
  grid-template-columns: 1.35fr .9fr .9fr 1.45fr;
  gap: clamp(2rem, 5vw, 4.2rem);
  align-items: start;
  padding-bottom: 1.45rem;
  border-bottom: 0
}

.footer__grid-4>div {
  min-width: 0
}

.footer__grid-4>div:not(:first-child) {
  border-left: 1px solid rgba(224, 195, 132, .36);
  padding-left: clamp(1.7rem, 3vw, 2.7rem)
}

.footer__brand .brand {
  gap: .75rem;
  margin-bottom: 1.05rem;
  align-items: center
}

.footer__brand .brand__logo {
  width: 76px;
  height: 76px
}

.footer__brand .brand__text {
  color: #c99a49;
  background: linear-gradient(180deg, #efd283 0%, #c99a49 45%, #8f681d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 14px 24px rgba(0, 0, 0, .18)
}

.footer__brand .brand__top,
.footer__brand .brand__bot {
  font-size: 1.36rem;
  letter-spacing: .18em;
  line-height: .98
}

.footer__brand p {
  max-width: 21ch;
  margin: 0 0 1.25rem;
  color: rgba(255, 253, 248, .78);
  font-size: .9rem;
  line-height: 1.55;
  font-weight: 600
}

.footer__social {
  display: flex;
  margin-top: 0
}

.footer__social a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(201, 154, 73, .72);
  display: grid;
  place-items: center;
  color: #25d366;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 14px 28px -22px rgba(0, 0, 0, .7);
  transition: transform .25s var(--ease), border-color .25s, background .25s
}

.footer__social svg {
  width: 26px;
  height: 26px;
  fill: currentColor
}

.footer__social a:hover {
  transform: translateY(-2px);
  border-color: #25d366;
  background: rgba(37, 211, 102, .12)
}

.footer__label {
  margin: 0 0 1rem;
  font-size: .72rem;
  letter-spacing: .16em;
  color: rgba(255, 253, 248, .88);
  text-transform: uppercase;
  font-weight: 800
}

.footer__nav {
  gap: .45rem
}

.footer__nav a {
  color: rgba(255, 253, 248, .76);
  font-size: .88rem;
  line-height: 1.35;
  font-weight: 600
}

.footer__nav a:hover {
  color: #c99a49
}

.footer__contact-list {
  display: grid;
  gap: .95rem
}

.footer__contact {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: .9rem;
  align-items: start;
  margin: 0;
  color: rgba(255, 253, 248, .82);
  font-size: .92rem;
  line-height: 1.45;
  font-weight: 700
}

.footer__contact:hover {
  color: #fff
}

.footer__contact-icon {
  width: 26px;
  height: 26px;
  color: #c99a49;
  display: grid;
  place-items: center
}

.footer__contact-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.footer__legal {
  padding-top: .3rem;
  display: block;
  text-align: center
}

.copyright {
  color: rgba(255, 253, 248, .72);
  font-size: .82rem
}

.disclaimer {
  display: none
}

@media (max-width:980px) {
  .footer__grid-4 {
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem
  }

  .footer__grid-4>div:nth-child(3) {
    border-left: 0;
    padding-left: 0
  }
}

@media (max-width:680px) {
  .register-cta {
    min-height: 300px;
    background:
      linear-gradient(180deg, rgba(7, 24, 16, .78), rgba(7, 24, 16, .62)),
      url("../img/facilities-10.webp") center/cover no-repeat
  }

  .register-cta .container {
    padding-left: 26px;
    padding-right: 26px
  }

  .footer__grid-4 {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1rem;
  }

  .footer__grid-4>div:first-child,
  .footer__grid-4>div:last-child {
    grid-column: span 2;
  }

  .footer__brand {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    column-gap: 1.2rem;
    row-gap: 0.8rem;
  }

  .footer__brand .brand {
    width: 100%;
    justify-content: center;
  }

  .footer__brand p {
    text-align: left;
    margin: 0;
  }

  .footer__brand .footer__social {
    margin: 0;
  }

  .footer__grid-4>div:not(:first-child) {
    border-left: 0;
    padding-left: 0;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(224, 195, 132, .24);
  }

  .footer__legal {
    text-align: left
  }
}

/* ============================================================
   MOBILE FIX (appended): fact sheet + location media
   ============================================================ */
@media (max-width:820px) {

  /* Fact sheet: stack layout, one fact per row, no overflow */
  .fact-layout {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .fact-layout__media {
    min-height: 200px;
    max-height: 240px;
  }

  .fact-row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .fact-col {
    grid-template-columns: 135px 1fr;
    padding: .7rem 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .fact-row .fact-col:last-child {
    border-bottom: 0;
  }

  .fact-row:last-child .fact-col:last-child {
    border-bottom: 0;
  }

  .fact-note {
    flex-direction: column;
    align-items: flex-start;
    gap: .9rem;
  }

  .fact-note .btn {
    width: 100%;
    text-align: center;
  }

  /* Location: stack the whole grid (text above media) + map above photos */
  .loc-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .loc-text {
    max-width: none;
  }

  .loc-media-layout {
    grid-template-columns: 1fr;
  }

  .loc-media-map {
    height: 280px;
  }

  .loc-media-photos {
    height: auto;
  }

  .loc-media-split {
    min-height: 150px;
  }
}

@media (max-width:480px) {

  /* Stack label over value on small phones */
  .fact-col {
    grid-template-columns: 1fr;
    gap: .15rem;
  }

  .f-label {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  .f-val {
    font-size: 1.02rem;
  }

  .loc-media-split {
    grid-template-columns: 1fr 1fr;
  }
}

/* Header on mobile: hamburger to far right + compact logo */
@media (max-width:720px) {
  .header__cta {
    margin-left: auto;
  }

  .brand__logo {
    width: 54px;
    height: 54px;
  }

  .brand__top,
  .brand__bot {
    font-size: 1.12rem;
  }
}

@media (max-width:380px) {
  .brand__logo {
    width: 46px;
    height: 46px;
  }

  .brand__top,
  .brand__bot {
    font-size: 1rem;
    letter-spacing: .08em;
  }
}


/* ============================================================
   HERO VIDEO BACKGROUND + FACT-SHEET VERTICAL VIDEO (2026-06-12)
   ============================================================ */
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
}

.fact-layout__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile: fact-sheet video shows in its true 9:16 ratio (no crop);
   hero video centres on the tower */
@media (max-width: 760px) {
  .fact-layout__media {
    min-height: 0;
    max-height: none;
    border-radius: 0;
    overflow: visible;
  }

  .fact-layout__media video {
    aspect-ratio: 9 / 16;
    height: auto;
    max-width: 420px;
    margin: 0 auto;
    border-radius: var(--r);
  }

  .hero__video {
    object-position: center;
  }
}

/* ============================================================
   MOBILE FACT SHEET ACCORDION
   ============================================================ */
.fact-accordion-check,
.fact-accordion-label {
  display: none;
}

@media (max-width: 820px) {
  .fact-mobile-accordion {
    margin-top: 1rem;
  }
  .fact-accordion-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--paper);
    border: 1px solid var(--line-soft);
    padding: 1rem 1.25rem;
    border-radius: var(--r);
    cursor: pointer;
    font-weight: 600;
    color: var(--ink);
  }
  .fact-accordion-label svg {
    transition: transform 0.3s var(--ease);
  }
  .fact-accordion-check:checked ~ .fact-accordion-label svg {
    transform: rotate(180deg);
  }
  .fact-accordion-content {
    display: none;
    margin-top: 1rem;
  }
  .fact-accordion-check:checked ~ .fact-accordion-content {
    display: block;
  }
  .label-hide { display: none; }
  .fact-accordion-check:checked ~ .fact-accordion-label .label-show { display: none; }
  .fact-accordion-check:checked ~ .fact-accordion-label .label-hide { display: inline; }
}
