:root {
  --bg: #f7f9fb;
  --surface: #ffffff;
  --surface-soft: #edf4f5;
  --text: #172126;
  --muted: #5d6970;
  --primary: #146c70;
  --primary-hover: #0f5558;
  --accent: #d94f34;
  --accent-hover: #bf432b;
  --gold: #f0c465;
  --border: #dbe4e7;
  --shadow: 0 24px 70px rgba(27, 43, 50, .12);
  --shadow-strong: 0 30px 90px rgba(21, 37, 44, .18);
  --ring: 0 0 0 4px rgba(20, 108, 112, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background:
    linear-gradient(180deg, #ffffff 0, var(--bg) 520px),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.hero {
  min-height: 92vh;
  background:
    linear-gradient(115deg, rgba(237, 244, 245, .96), rgba(255, 255, 255, .9)),
    linear-gradient(180deg, rgba(20, 108, 112, .12), rgba(217, 79, 52, .08));
  border-bottom: 1px solid var(--border);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.brand {
  color: var(--primary);
  font-size: 1.3rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--primary);
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity .2s ease, transform .2s ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  padding: 38px 0 68px;
}

.hero-copy {
  max-width: 720px;
}

.tag,
.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.55rem, 6.4vw, 5.35rem);
  line-height: .98;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.subtitle {
  max-width: 650px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 1.16rem;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease;
}

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

.btn:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: none;
  box-shadow: var(--ring);
  border-radius: 8px;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--primary-hover);
}

.btn-secondary {
  background: var(--accent);
  color: #fff;
}

.btn-secondary:hover {
  background: var(--accent-hover);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 38px 0 0;
}

.hero-facts div,
.hours-panel,
.centre-card,
.spec-list div {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.hero-facts div {
  padding: 16px;
}

.hero-facts dt {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
}

.hero-facts dd {
  margin: 4px 0 0;
  color: var(--text);
  font-weight: 800;
}

.hero-media {
  position: relative;
  padding: 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}

.hero-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.hero-collage {
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
}

.hero-photo-main {
  height: 100%;
  min-height: 532px;
  aspect-ratio: 4 / 5;
}

.hero-photo-small {
  position: absolute;
  width: 42%;
  border: 6px solid var(--surface);
  box-shadow: 0 18px 46px rgba(23, 33, 38, .22);
}

.hero-photo-top {
  top: 28px;
  right: 28px;
  aspect-ratio: 1;
}

.hero-photo-bottom {
  right: 28px;
  bottom: 28px;
  aspect-ratio: 4 / 5;
}

.hero-result-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: grid;
  gap: 2px;
  max-width: 180px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(23, 33, 38, .16);
}

.hero-result-badge strong {
  color: var(--primary);
  font-size: 2rem;
  line-height: 1;
}

.hero-result-badge span {
  color: var(--text);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.2;
}

.section {
  padding: clamp(56px, 8vw, 92px) 0;
}

.section-muted {
  background: var(--surface-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-results {
  overflow: hidden;
  background:
    linear-gradient(180deg, #172126 0%, #203238 48%, #edf4f5 48%, #edf4f5 100%);
  color: #fff;
}

.split,
.feature-grid,
.hours-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.split p,
.lead,
.section-heading p,
.contact-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-media {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.feature-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.feature-copy {
  max-width: 560px;
}

.feature-copy .lead {
  margin-top: 18px;
}

.spec-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
}

.spec-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
}

.spec-list span,
.hours-panel span {
  color: var(--muted);
  font-weight: 700;
}

.spec-list strong,
.hours-panel strong {
  color: var(--text);
  text-align: right;
}

.small-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.section-heading p {
  margin-top: 14px;
}

.section-results .eyebrow {
  color: var(--gold);
}

.section-results .section-heading p {
  color: #c8d3d7;
}

.results-heading {
  margin-bottom: 22px;
}

.result-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.result-stats div {
  display: grid;
  gap: 2px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.result-stats strong {
  color: #fff;
  font-size: clamp(1.25rem, 2.3vw, 1.75rem);
  line-height: 1.05;
}

.result-stats span {
  color: #c8d3d7;
  font-size: .86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.video-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(2, minmax(0, .85fr));
  gap: 16px;
  margin-bottom: 18px;
}

.video-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}

.video-card:first-child {
  grid-row: span 2;
}

.video-card video,
.pass-gallery img {
  width: 100%;
  object-fit: cover;
}

.video-card video {
  aspect-ratio: 9 / 16;
  max-height: 420px;
  background: #0f171a;
}

.video-card:first-child video {
  max-height: 720px;
}

.video-card div {
  padding: 16px;
}

.video-card span {
  display: block;
  color: var(--accent);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.video-card strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.2;
}

.pass-gallery {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  padding: 10px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(27, 43, 50, .12);
}

.pass-gallery img {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 6px;
  box-shadow: none;
}

.pass-gallery img:nth-child(1),
.pass-gallery img:nth-child(4) {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}

.pass-gallery-more {
  margin-top: 14px;
}

.more-results {
  margin-top: 14px;
}

.more-results summary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--primary);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.more-results summary::-webkit-details-marker {
  display: none;
}

.more-results summary::after {
  margin-left: 10px;
  color: var(--accent);
  content: "+";
  font-size: 1.2rem;
  line-height: 1;
}

.more-results[open] summary::after {
  content: "-";
}

.centre-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.centre-card {
  padding: 22px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.centre-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.centre-card p {
  margin: 0;
  color: var(--muted);
  font-size: .96rem;
}

.hours-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.hours-panel div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
}

.hours-panel div + div {
  border-top: 1px solid var(--border);
}

.contact-band {
  background: #172126;
  color: #fff;
}

.contact-band .eyebrow {
  color: var(--gold);
}

.contact-band p,
.contact-band .small-note {
  color: #c8d3d7;
}

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

.contact-list li {
  padding: 16px 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
}

.contact-list a {
  color: #fff;
  font-weight: 800;
}

.footer {
  margin: 0;
  padding: 24px 0;
  background: #11191d;
  color: #c8d3d7;
  text-align: center;
}

.footer p {
  margin: 0;
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
  }

  .nav {
    align-items: flex-start;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 8px;
  }

  .hero-grid,
  .split,
  .feature-grid,
  .hours-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 22px;
  }

  .hero-media {
    max-width: 520px;
  }

  .hero-collage {
    min-height: 520px;
  }

  .hero-photo-main {
    min-height: 492px;
  }

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

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

  .video-card:first-child {
    grid-column: span 2;
    grid-row: auto;
  }

  .video-card:first-child video {
    max-height: 560px;
  }

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

@media (max-width: 560px) {
  .container {
    width: min(100% - 32px, 1120px);
  }

  .nav {
    display: block;
  }

  .nav-links {
    justify-content: flex-start;
    margin-top: 14px;
  }

  .hero-facts,
  .result-stats,
  .video-grid,
  .centre-grid {
    grid-template-columns: 1fr;
  }

  .video-card:first-child {
    grid-column: auto;
  }

  .hero-collage {
    min-height: 430px;
  }

  .hero-photo-main {
    min-height: 402px;
  }

  .hero-photo-small {
    width: 38%;
    border-width: 4px;
  }

  .hero-photo-top {
    top: 20px;
    right: 20px;
  }

  .hero-photo-bottom {
    right: 20px;
    bottom: 20px;
  }

  .hero-result-badge {
    left: 20px;
    bottom: 20px;
    max-width: 150px;
  }

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

  .pass-gallery img:nth-child(1),
  .pass-gallery img:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }

  .btn {
    width: 100%;
  }

  .spec-list div,
  .hours-panel div {
    display: grid;
    gap: 4px;
  }

  .spec-list strong,
  .hours-panel strong {
    text-align: left;
  }

}
