:root {
  --black: #070707;
  --ink: #131313;
  --charcoal: #202124;
  --steel: #8c929a;
  --mist: #f4f4f2;
  --paper: #fffaf0;
  --white: #ffffff;
  --red: #e20d16;
  --deep-red: #8f050b;
  --gold: #d5a900;
  --amber: #f3bd24;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--mist);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 32px;
}

.section-heading h2,
.split-section h2,
.membership-panel h2,
.final-cta h2,
.coach-contact h2,
.space-section h2,
.visit-section h2,
.contact-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-lede,
.split-section p,
.membership-panel p,
.final-cta p,
.coach-contact p,
.space-section p,
.contact-band p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.06rem;
  line-height: 1.7;
}

.primary-button,
.secondary-button,
.nav-action,
.lead-form button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 18px;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease,
    background-color 180ms ease;
}

.primary-button:hover,
.secondary-button:hover,
.nav-action:hover,
.lead-form button:hover {
  transform: translateY(-2px);
}

.primary-button {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(226, 13, 22, 0.28);
}

.secondary-button {
  border: 1px solid currentColor;
  color: inherit;
}

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px max(18px, calc((100vw - 1120px) / 2));
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  font-weight: 1000;
  text-transform: uppercase;
}

.brand-mark img {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.brand-mark span {
  white-space: nowrap;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: inherit;
  font-size: 0.94rem;
  font-weight: 800;
}

.dark-header,
.local-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  background: rgba(7, 7, 7, 0.82);
}

.light-header {
  border-bottom: 1px solid rgba(19, 19, 19, 0.1);
  color: var(--ink);
  background: rgba(255, 250, 240, 0.9);
}

.nav-action {
  background: var(--red);
  color: var(--white);
}

/* Coming soon state */
.launch-banner {
  position: relative;
  z-index: 19;
}

.launch-banner-inner {
  display: flex;
  width: min(1120px, calc(100% - 36px));
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto;
  color: var(--white);
}

.launch-banner span,
.launch-banner strong {
  display: inline-flex;
  align-items: center;
}

.launch-banner span {
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.launch-banner strong {
  font-size: 0.98rem;
  line-height: 1.35;
  text-align: center;
}

.launch-banner button,
.preview-banner button {
  min-height: 36px;
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  font-weight: 1000;
}

.coming-strip .launch-banner {
  position: sticky;
  top: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(143, 5, 11, 0.94), rgba(226, 13, 22, 0.9)),
    var(--deep-red);
}

.coming-soon-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.74);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.coming-soon-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.coming-soon-dialog {
  position: relative;
  width: min(100%, 470px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(226, 13, 22, 0.16), rgba(213, 169, 0, 0.08)),
    #101010;
  color: var(--white);
  box-shadow: var(--shadow);
}

.coming-soon-dialog h2 {
  margin: 0 34px 14px 0;
  font-size: clamp(2rem, 7vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.coming-soon-dialog p:not(.eyebrow) {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 1000;
  line-height: 1;
}

.modal-confirm {
  border: 0;
  cursor: pointer;
}

.coming-prototypes-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 76% 16%, rgba(226, 13, 22, 0.28), transparent 31%),
    linear-gradient(135deg, #080808, #181818 58%, #070707);
  color: var(--white);
}

.coming-prototype-board {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 56px 0;
}

.coming-prototype-hero {
  display: grid;
  min-height: 42vh;
  align-items: center;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
}

.coming-prototype-hero h1 {
  margin: 0 0 18px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.7rem, 10vw, 8rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.coming-prototype-hero p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
  line-height: 1.7;
}

.coming-prototype-hero img {
  width: min(100%, 320px);
  justify-self: center;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.coming-preview-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coming-preview {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.coming-preview > span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.coming-preview h2 {
  margin: 26px 0 18px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.95;
}

.coming-preview > p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.coming-preview .primary-button,
.coming-preview .secondary-button {
  width: fit-content;
  margin-top: auto;
}

.preview-banner {
  min-height: 180px;
  display: grid;
  align-content: center;
  gap: 12px;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 18px;
}

.preview-banner strong {
  font-size: 1.28rem;
  line-height: 1.1;
}

.preview-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.preview-banner button {
  width: fit-content;
}

.strip-sample {
  min-height: 120px;
  background: linear-gradient(90deg, rgba(143, 5, 11, 0.96), rgba(226, 13, 22, 0.86));
}

.card-sample {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(226, 13, 22, 0.2), rgba(213, 169, 0, 0.14)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.badge-sample {
  width: min(100%, 300px);
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #101010;
}

/* Prototype picker */
.prototype-index {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(7, 7, 7, 0.92), rgba(32, 33, 36, 0.7)),
    radial-gradient(circle at 80% 18%, rgba(226, 13, 22, 0.3), transparent 31%),
    var(--black);
  color: var(--white);
}

.prototype-picker {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 56px 0;
}

.picker-hero {
  display: grid;
  min-height: 46vh;
  align-items: center;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
}

.picker-hero h1 {
  margin: 0 0 18px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.2rem, 13vw, 10rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.picker-hero p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.12rem;
  line-height: 1.7;
}

.picker-logo {
  width: min(100%, 360px);
  justify-self: center;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.prototype-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prototype-card {
  min-height: 290px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease;
}

.prototype-card:hover {
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-4px);
}

.prototype-card span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.prototype-card h2 {
  margin: 58px 0 14px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.prototype-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.forge-card {
  background:
    linear-gradient(150deg, rgba(226, 13, 22, 0.22), transparent 48%),
    rgba(255, 255, 255, 0.06);
}

.coach-card {
  background:
    linear-gradient(150deg, rgba(255, 250, 240, 0.19), transparent 50%),
    rgba(255, 255, 255, 0.06);
}

.local-card {
  background:
    linear-gradient(150deg, rgba(213, 169, 0, 0.2), transparent 50%),
    rgba(255, 255, 255, 0.06);
}

/* Forge prototype */
.prototype-forge {
  color: var(--white);
  background:
    linear-gradient(180deg, #070707 0%, #111 54%, #050505 100%),
    var(--black);
}

.forge-hero {
  display: grid;
  min-height: calc(100vh - 76px);
  align-items: center;
  gap: 42px;
  padding: 54px 0 72px;
  grid-template-columns: minmax(0, 0.94fr) minmax(300px, 1fr);
}

.forge-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.1rem, 10vw, 9rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.forge-hero .hero-lede {
  max-width: 610px;
  margin: 22px 0 28px;
}

.forge-visual {
  position: relative;
  display: grid;
  min-height: min(64vw, 620px);
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px),
    radial-gradient(circle at center, rgba(213, 169, 0, 0.62), rgba(226, 13, 22, 0.12) 42%, rgba(0, 0, 0, 0.9) 72%);
  background-size: 54px 54px, 54px 54px, auto;
  box-shadow: var(--shadow);
}

.forge-visual img {
  position: relative;
  z-index: 2;
  width: min(82%, 520px);
  border-radius: 8px;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.48));
}

.plate-stack {
  position: absolute;
  top: 50%;
  width: 28%;
  max-width: 150px;
  aspect-ratio: 1;
  border: 16px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: inset 0 0 0 14px rgba(0, 0, 0, 0.88),
    inset 0 0 0 28px rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}

.plate-left {
  left: 5%;
}

.plate-right {
  right: 5%;
}

.stats-strip {
  display: grid;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-strip div {
  min-height: 128px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.stats-strip div:last-child {
  border-right: 0;
}

.stats-strip strong {
  display: block;
  font-size: clamp(1.7rem, 3.5vw, 3.2rem);
  line-height: 1;
}

.stats-strip span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.4;
}

.split-section {
  display: grid;
  align-items: start;
  gap: 44px;
  padding: 110px 0;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
}

.split-section p {
  max-width: 530px;
}

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

.equipment-grid article,
.program-row article,
.price-list article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.equipment-grid span {
  color: var(--red);
  font-weight: 1000;
}

.equipment-grid h3,
.program-row h3,
.price-list h3 {
  margin: 18px 0 10px;
  font-size: 1.45rem;
}

.equipment-grid p,
.program-row p,
.price-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.6;
}

.program-section {
  padding: 96px 0;
}

.program-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.program-row article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.program-row h3 {
  margin-top: 0;
}

.program-row span {
  margin-top: auto;
  color: var(--amber);
  font-weight: 900;
}

.membership-panel {
  display: grid;
  align-items: start;
  gap: 34px;
  padding: 100px 0;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.9fr);
}

.price-list {
  display: grid;
  gap: 12px;
}

.price-list article {
  display: grid;
  align-items: center;
  gap: 16px;
  grid-template-columns: minmax(110px, 0.42fr) minmax(0, 1fr);
}

.price-list h3 {
  margin: 0;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 56px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(226, 13, 22, 0.18), rgba(213, 169, 0, 0.1)),
    rgba(255, 255, 255, 0.05);
}

.final-cta p {
  max-width: 680px;
}

/* Coach prototype */
.prototype-coach {
  color: var(--ink);
  background: var(--paper);
}

.prototype-coach .eyebrow {
  color: var(--deep-red);
}

.prototype-coach .primary-button {
  background: var(--black);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(7, 7, 7, 0.16);
}

.prototype-coach .secondary-button {
  color: var(--ink);
}

.coach-hero {
  display: grid;
  min-height: calc(100vh - 76px);
  align-items: center;
  gap: 52px;
  padding: 64px 0 88px;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.82fr);
}

.coach-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.8rem, 8vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.coach-hero .hero-lede {
  max-width: 620px;
  margin: 22px 0 30px;
  color: rgba(19, 19, 19, 0.66);
}

.coach-card-stack {
  position: relative;
  min-height: 580px;
}

.logo-tile {
  position: absolute;
  inset: 46px 24px 82px 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.3)),
    radial-gradient(circle at 50% 40%, rgba(243, 189, 36, 0.9), rgba(226, 13, 22, 0.08) 50%, transparent 70%);
  box-shadow: var(--shadow);
}

.logo-tile img {
  width: min(82%, 420px);
  border-radius: 8px;
}

.coach-note {
  position: absolute;
  width: min(72%, 290px);
  border: 1px solid rgba(19, 19, 19, 0.11);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(19, 19, 19, 0.12);
}

.coach-note strong,
.coach-note span {
  display: block;
}

.coach-note strong {
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.coach-note span {
  color: rgba(19, 19, 19, 0.58);
  line-height: 1.45;
}

.note-one {
  top: 0;
  left: 0;
}

.note-two {
  right: 0;
  bottom: 24px;
}

.method-section,
.tracks-section,
.space-section,
.coach-contact {
  padding: 96px 0;
}

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

.method-grid article {
  min-height: 220px;
  border-top: 3px solid var(--red);
  padding: 22px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(19, 19, 19, 0.08);
}

.method-grid span {
  display: block;
  margin-bottom: 42px;
  font-size: 1.45rem;
  font-weight: 1000;
}

.method-grid p,
.track-cards p,
.track-cards li,
.space-section p,
.coach-contact p {
  color: rgba(19, 19, 19, 0.65);
  line-height: 1.62;
}

.track-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.track-cards article {
  min-height: 420px;
  border: 1px solid rgba(19, 19, 19, 0.1);
  border-radius: 8px;
  padding: 26px;
  background: var(--white);
}

.track-cards h3 {
  margin: 0 0 18px;
  font-size: 2rem;
  line-height: 1;
}

.track-cards ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.track-cards li {
  padding-left: 18px;
  border-left: 3px solid var(--red);
}

.space-section {
  display: grid;
  align-items: center;
  gap: 48px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
}

.space-map {
  display: grid;
  min-height: 420px;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(90px, 1fr));
}

.space-map span {
  display: grid;
  place-items: center;
  border: 1px solid rgba(19, 19, 19, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f1eee4);
  color: rgba(19, 19, 19, 0.78);
  font-weight: 1000;
  text-align: center;
}

.space-map span:nth-child(1) {
  grid-column: span 2;
  background: var(--black);
  color: var(--white);
}

.space-map span:nth-child(2) {
  grid-row: span 2;
  background: var(--red);
  color: var(--white);
}

.coach-contact {
  display: grid;
  align-items: start;
  gap: 46px;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.75fr);
}

.lead-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(19, 19, 19, 0.1);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(19, 19, 19, 0.1);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(19, 19, 19, 0.72);
  font-weight: 900;
}

.lead-form input,
.lead-form select {
  width: 100%;
  border: 1px solid rgba(19, 19, 19, 0.14);
  border-radius: 6px;
  padding: 13px 12px;
  background: #fbfaf6;
  color: var(--ink);
}

.lead-form button {
  border: 0;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
}

/* Local prototype */
.prototype-local {
  color: var(--white);
  background: #101010;
}

.local-hero {
  min-height: calc(100vh - 76px);
  padding: 34px 0 72px;
  background:
    linear-gradient(120deg, rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.72) 52%, rgba(143, 5, 11, 0.75)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 68px);
}

.local-hero-inner {
  display: grid;
  width: min(1120px, calc(100% - 36px));
  min-height: calc(100vh - 182px);
  align-items: center;
  gap: 40px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.78fr);
}

.local-hero h1 {
  max-width: 750px;
  margin: 0;
  font-size: clamp(3.7rem, 8.2vw, 8rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.local-hero .hero-lede {
  max-width: 620px;
  margin: 22px 0 30px;
}

.local-logo-stage {
  display: grid;
  min-height: min(66vw, 560px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 30%, rgba(213, 169, 0, 0.8), rgba(226, 13, 22, 0.14) 48%, rgba(0, 0, 0, 0.86) 72%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent);
}

.local-logo-stage img {
  width: min(86%, 450px);
  border-radius: 8px;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.42));
}

.local-proof {
  display: grid;
  gap: 18px;
  padding: 92px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-proof article {
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.05);
}

.local-proof span {
  color: var(--amber);
  font-weight: 1000;
}

.local-proof h2 {
  margin: 58px 0 16px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.local-proof p,
.visit-flow p,
.plan-grid p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.visit-section {
  display: grid;
  align-items: start;
  gap: 38px;
  padding: 96px 0;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
}

.visit-flow {
  display: grid;
  gap: 12px;
}

.visit-flow article {
  display: grid;
  align-items: center;
  gap: 18px;
  grid-template-columns: 92px minmax(0, 1fr);
  border-left: 4px solid var(--red);
  padding: 18px 18px 18px 22px;
  background: rgba(255, 255, 255, 0.06);
}

.visit-flow strong {
  color: var(--amber);
  font-size: 1.35rem;
}

.visit-flow p {
  margin: 0;
}

.local-plans {
  padding: 94px 0;
}

.plan-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-grid article {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.plan-grid h3 {
  margin: 0 0 16px;
  font-size: 2rem;
}

.plan-grid a {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  margin-top: auto;
  border-bottom: 2px solid var(--red);
  color: var(--white);
  font-weight: 1000;
}

.featured-plan {
  background:
    linear-gradient(145deg, rgba(226, 13, 22, 0.26), rgba(213, 169, 0, 0.12)),
    rgba(255, 255, 255, 0.07);
}

.local-contact {
  padding: 36px 0 58px;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 34px;
  background: var(--white);
  color: var(--ink);
}

.contact-band p {
  max-width: 640px;
  color: rgba(19, 19, 19, 0.64);
}

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

.contact-band .secondary-button {
  color: var(--ink);
}

@media (max-width: 980px) {
  .top-nav {
    display: none;
  }

  .picker-hero,
  .coming-prototype-hero,
  .forge-hero,
  .coach-hero,
  .local-hero-inner,
  .split-section,
  .membership-panel,
  .space-section,
  .coach-contact,
  .visit-section {
    grid-template-columns: 1fr;
  }

  .prototype-grid,
  .coming-preview-grid,
  .program-row,
  .track-cards,
  .local-proof,
  .plan-grid {
    grid-template-columns: 1fr;
  }

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

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

  .forge-visual,
  .local-logo-stage {
    min-height: 520px;
  }

  .coach-card-stack {
    min-height: 520px;
  }

  .final-cta,
  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .section-shell,
  .prototype-picker,
  .coming-prototype-board,
  .local-hero-inner,
  .stats-strip {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    min-height: 68px;
    gap: 12px;
  }

  .coming-strip .launch-banner {
    top: 68px;
  }

  .launch-banner-inner {
    min-height: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 12px 0;
  }

  .launch-banner strong {
    text-align: left;
  }

  .launch-banner button {
    width: 100%;
  }

  .brand-mark span {
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-mark img {
    width: 38px;
    height: 38px;
  }

  .nav-action {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.88rem;
  }

  .picker-hero h1,
  .coming-prototype-hero h1,
  .forge-hero h1,
  .coach-hero h1,
  .local-hero h1 {
    font-size: clamp(3.2rem, 18vw, 4.7rem);
  }

  .forge-visual,
  .local-logo-stage,
  .coach-card-stack {
    min-height: 420px;
  }

  .stats-strip,
  .equipment-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

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

  .stats-strip div:last-child {
    border-bottom: 0;
  }

  .price-list article,
  .visit-flow article {
    grid-template-columns: 1fr;
  }

  .space-map {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .space-map span:nth-child(1),
  .space-map span:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
  }

  .coach-note {
    width: min(86%, 270px);
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .secondary-button,
  .coming-preview .primary-button,
  .coming-preview .secondary-button {
    width: 100%;
  }
}
