:root {
  --ink: #07182b;
  --ink-soft: #102b48;
  --paper: #f6f7f8;
  --white: #ffffff;
  --blue: #078ae8;
  --yellow: #f5e900;
  --line: rgba(7, 24, 43, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; height: 82px; z-index: 50; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 2rem; padding: 0 3vw; color: white; background: linear-gradient(to bottom, rgba(2, 12, 24, .88), rgba(2, 12, 24, .12)); transition: background .3s, height .3s; }
.site-header.scrolled { height: 70px; background: rgba(4, 18, 34, .96); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; width: 210px; text-decoration: none; }
.brand img { display: block; width: 100%; height: auto; filter: invert(1) contrast(1.2); mix-blend-mode: screen; }
nav { display: flex; justify-content: center; gap: clamp(1rem, 2.3vw, 2.5rem); }
nav a { color: white; text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.header-cta { border: 1px solid rgba(255,255,255,.7); padding: .72rem 1rem; text-decoration: none; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 850px; height: 100vh; color: white; overflow: hidden; background: var(--ink); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.03); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 15, 29, .86) 0%, rgba(3, 15, 29, .44) 42%, rgba(3, 15, 29, .05) 72%), linear-gradient(0deg, rgba(3,15,29,.72), transparent 42%); }
.hero-content { position: absolute; left: 6vw; top: 24%; max-width: 690px; }
.eyebrow { margin: 0 0 1.2rem; font-size: .73rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.3rem; font-size: clamp(4rem, 8.2vw, 8.8rem); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.hero-copy { max-width: 580px; margin-bottom: 2rem; font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.hero-actions, .visit-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.35rem; text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.button-light { color: var(--ink); background: white; }
.text-link { color: white; text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: .45rem; }
.hero-facts { position: absolute; left: 6vw; right: 6vw; bottom: 2.2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.38); border-top: 1px solid rgba(255,255,255,.5); }
.hero-facts div { display: flex; align-items: baseline; gap: .8rem; padding: 1.3rem 1rem 0 0; background: rgba(5, 18, 33, .22); }
.hero-facts strong { font-size: 1.4rem; }
.hero-facts span { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }

.opening-strip { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 2rem; padding: 1.8rem 6vw; color: var(--ink); background: var(--yellow); }
.opening-strip p { margin: 0; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.opening-strip h2 { margin: 0; font-size: clamp(1.1rem, 2vw, 1.75rem); text-align: center; text-transform: uppercase; }
.opening-strip p:last-child { text-align: right; }

.news { display: grid; grid-template-columns: .32fr 1fr; gap: 6vw; padding: 7rem 6vw; background: white; }
.news-label { border-top: 2px solid var(--ink); padding-top: 1.2rem; }
.news-label time { color: #536173; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.news article { max-width: 980px; }
.news h2 { margin-bottom: 2rem; font-size: clamp(2.7rem, 5.4vw, 5.8rem); line-height: .93; letter-spacing: -.05em; text-transform: uppercase; }
.news article > p { max-width: 880px; font-size: 1.04rem; color: #35465a; }
.news .news-lead { font-size: 1.2rem; color: var(--ink); }
.news blockquote { margin: 3rem 0; padding: 0 0 0 2rem; border-left: 5px solid var(--yellow); font-size: clamp(1.45rem, 2.4vw, 2.1rem); font-weight: 700; line-height: 1.25; }
.news cite { display: block; margin-top: 1rem; color: #536173; font-size: .76rem; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.event-details { display: grid; grid-template-columns: repeat(2, 1fr); margin: 3rem 0 1.5rem; border-top: 1px solid var(--line); }
.event-details div { display: flex; flex-direction: column; gap: .35rem; padding: 1.35rem 1rem 1.35rem 0; border-bottom: 1px solid var(--line); }
.event-details div:nth-child(odd) { border-right: 1px solid var(--line); }
.event-details div:nth-child(even) { padding-left: 1.5rem; }
.event-details span { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.event-details strong { font-size: 1.05rem; }
.news .news-note { margin: 1.5rem 0 2rem; font-size: .9rem; }
.news-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.news-button { color: white; background: var(--ink); }

.split-feature { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; }
.section-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 10vw 8vw 7vw; }
.section-copy h2, .section-heading h2, .training h2, .visit h2, .resources h2 { font-size: clamp(2.7rem, 5vw, 5rem); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.section-copy > p:not(.eyebrow) { max-width: 620px; font-size: 1.12rem; }
.dark-link { margin-top: 1.6rem; color: var(--ink); }
.statement { display: flex; flex-direction: column; justify-content: center; padding: 5vw; color: white; background: var(--ink); overflow: hidden; }
.statement p { margin: -.02em 0; font-size: clamp(4.5rem, 9vw, 10rem); font-weight: 900; line-height: .85; letter-spacing: -.07em; }
.statement p:nth-child(2) { color: var(--blue); }
.statement p:nth-child(3) { color: var(--yellow); }

.membership { padding: 8rem 6vw; color: white; background: #07182b; }
.section-heading { max-width: 900px; margin-bottom: 4rem; }
.section-heading > p:last-child { max-width: 650px; font-size: 1.08rem; color: rgba(255,255,255,.72); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.plan { min-height: 400px; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; padding: 2.4rem; border-right: 1px solid rgba(255,255,255,.28); }
.plan:last-child { border-right: 0; }
.plan.featured { color: var(--ink); background: var(--yellow); }
.plan-name { margin-bottom: 2rem; font-size: 1rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.plan-top { display: flex; justify-content: space-between; gap: 1rem; }
.plan-top span { font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price { margin: 0; font-size: clamp(3.3rem, 5vw, 5.5rem); font-weight: 800; letter-spacing: -.06em; line-height: 1; }
.price > span { font-size: .45em; vertical-align: top; }
.price small { margin-left: .35rem; font-size: .18em; letter-spacing: .03em; }
.plan ul { min-height: 110px; margin: 0; padding-left: 1.1rem; color: rgba(255,255,255,.78); }
.plan.featured ul { color: var(--ink); }
.plan li { margin: .65rem 0; }
.membership-note { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-top: 2.2rem; }
.membership-note p { margin: 0; color: rgba(255,255,255,.72); }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.55); }

.rates { padding: 8rem 6vw; background: white; }
.dark-heading > p:last-child { color: #465568; }
.rate-list { border-top: 2px solid var(--ink); }
.rate-list article { display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: center; gap: 2rem; padding: 2.3rem 0; border-bottom: 1px solid var(--line); }
.rate-list article > p { margin: 0; color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.rate-list h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 3rem); text-transform: uppercase; }
.rate-list article > div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.rate-list article span { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.rate-list article strong { font-size: 1.45rem; }
.weather { max-width: 840px; margin-top: 4rem; padding: 2rem 0 0 2rem; border-left: 5px solid var(--yellow); }
.weather p:last-child { font-size: 1.12rem; }

.training { display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--blue); }
.training-intro { padding: 8vw 7vw; }
.training-intro > p:last-child { max-width: 620px; font-size: 1.08rem; }
.training-prices { display: flex; flex-direction: column; justify-content: center; padding: 5vw 7vw; background: #061a31; }
.training-prices div { display: grid; grid-template-columns: 1.4fr 1fr .8fr; align-items: baseline; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.26); }
.training-prices span { font-weight: 700; }
.training-prices strong { font-size: 2.1rem; text-align: right; }
.training-prices small { color: rgba(255,255,255,.65); text-align: right; }

.visit { min-height: 570px; display: grid; grid-template-columns: 1.35fr .65fr; color: white; background: linear-gradient(115deg, rgba(4,17,33,.96), rgba(4,17,33,.7)), url('assets/gyration-main-banner.png') center/cover; }
.visit-copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw; }
.visit-copy > p:not(.eyebrow) { max-width: 650px; font-size: 1.12rem; }
.visit address { display: flex; flex-direction: column; justify-content: center; gap: 1.8rem; padding: 4vw; background: rgba(0,0,0,.28); font-style: normal; }
.visit address span { font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visit address strong { font-size: 1.7rem; }

.resources { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6vw; padding: 8rem 6vw; }
.resources h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.resource-links { border-top: 2px solid var(--ink); }
.resource-links a { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.resource-links span { font-weight: 700; }
.resource-links b { color: var(--blue); font-size: .72rem; letter-spacing: .08em; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 3rem; padding: 3rem 6vw; color: white; background: #020a13; }
.footer-brand { display: flex; flex-direction: column; max-width: 330px; }
.footer-brand img { display: block; width: min(100%, 290px); height: auto; filter: invert(1) contrast(1.2); mix-blend-mode: screen; }
.footer-brand small { margin-top: .5rem; color: rgba(255,255,255,.55); letter-spacing: .18em; }
footer p { margin: 0; color: rgba(255,255,255,.55); font-size: .8rem; }
footer > div:last-child { display: flex; gap: 1.2rem; }
footer a { color: white; text-decoration: none; font-size: .76rem; text-transform: uppercase; }

a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
a:hover { opacity: .75; }

@media (max-width: 900px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; color: white; background: transparent; border: 1px solid rgba(255,255,255,.55); padding: .6rem .8rem; font: inherit; font-size: .75rem; text-transform: uppercase; }
  .site-header nav { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 6vw 1.5rem; background: rgba(4,18,34,.98); }
  .site-header nav.open { display: flex; }
  nav a { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .header-cta { display: none; }
  .hero { min-height: 760px; }
  .hero-content { top: 21%; right: 6vw; }
  .hero-facts { grid-template-columns: 1fr; gap: 0; }
  .hero-facts div { padding: .5rem 0; background: transparent; }
  .opening-strip { grid-template-columns: 1fr; gap: .4rem; text-align: center; }
  .opening-strip p:last-child { text-align: center; }
  .split-feature, .training, .visit, .resources { grid-template-columns: 1fr; }
  .news { grid-template-columns: 1fr; padding: 6rem 6vw; }
  .news-label { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
  .section-copy, .training-intro, .visit-copy, .resources { padding: 6rem 6vw; }
  .statement { min-height: 430px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan { min-height: 320px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .membership-note { align-items: flex-start; flex-direction: column; }
  .training-prices { padding: 4rem 6vw; }
  .visit address { min-height: 280px; padding: 3rem 6vw; }
  footer { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 600px) {
  .site-header { padding: 0 1rem; }
  .brand { width: 170px; }
  .hero-content { left: 1.2rem; right: 1.2rem; }
  h1 { font-size: clamp(3.2rem, 17vw, 5.2rem); }
  .hero-facts { left: 1.2rem; right: 1.2rem; }
  .membership, .rates { padding: 5rem 1.2rem; }
  .rate-list article { grid-template-columns: 1fr; gap: .65rem; }
  .rate-list article > div { justify-content: flex-start; gap: 2rem; }
  .training-prices div { grid-template-columns: 1fr auto; }
  .training-prices small { grid-column: 1 / -1; text-align: left; }
  .resources { padding: 5rem 1.2rem; }
  .news { padding: 5rem 1.2rem; }
  .event-details { grid-template-columns: 1fr; }
  .event-details div:nth-child(odd) { border-right: 0; }
  .event-details div:nth-child(even) { padding-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
