    :root {
      --bg: #0b0d10;
      --ink: #f6f6f6;
      --muted: #c2c7d1;
      --gold: #f4c21a;
      --red: #b91d1d;
      --glass: rgba(10, 12, 16, 0.7);
      --stroke: rgba(255,255,255,0.08);
      --shadow: 0 30px 80px rgba(0,0,0,0.55);
      --hero-image: url("image.webp");
      --coach-image: url("background-image.webp");
      --coaching-image: url("coaching-alperton.webp");
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: "Space Grotesk", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
      font-size-adjust: 0.52;
      line-height: 1.5;
      background:
        radial-gradient(70% 80% at 80% 10%, rgba(244,194,26,0.15), transparent 55%),
        radial-gradient(70% 60% at 15% 85%, rgba(185,29,29,0.25), transparent 55%),
        var(--bg);
      color: var(--ink);
      min-height: 100vh;
    }
    a { color: inherit; text-decoration: none; }
    h1, h2, h3, h4, h5, h6 { font-size-adjust: 0.5; }

    @supports (background-image: image-set(url("image.webp") type("image/webp") 1x)) {
      :root {
        --hero-image: image-set(
          url("image.webp") type("image/webp") 1x,
          url("image.png") type("image/png") 1x
        );
        --coach-image: image-set(
          url("background-image.webp") type("image/webp") 1x,
          url("background-image.png") type("image/png") 1x
        );
        --coaching-image: image-set(
          url("coaching-alperton.webp") type("image/webp") 1x,
          url("coaching-alperton.png") type("image/png") 1x
        );
      }
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .page {
      max-width: 1200px;
      margin: 0 auto;
      padding: 24px 24px 64px;
    }

    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
    }
    .header-right {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }
    .header-actions {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
    @media (max-width: 600px) {
      .header-actions { display: none; }
      .lang-button {
        width: 42px;
        height: 42px;
        border-radius: 10px;
      }
      .lang-button .flag-img {
        width: 24px;
        height: 14px;
      }
    }
    .header-rsvp-btn {
      padding: 10px 12px;
      font-size: 12px;
      letter-spacing: 0.6px;
      border-radius: 999px;
      box-shadow: none;
      white-space: nowrap;
    }
    .pwa-install-btn {
      padding: 10px 12px;
      font-size: 12px;
      letter-spacing: 0.6px;
      border-radius: 999px;
      box-shadow: none;
      white-space: nowrap;
    }
    @media (max-width: 600px) {
      .pwa-install-btn {
        padding: 8px 10px;
        font-size: 11px;
      }
    }
    .burger {
      display: inline-flex;
      width: 42px;
      height: 42px;
      border-radius: 10px;
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(0,0,0,0.35);
      color: var(--ink);
      font-size: 20px;
      cursor: pointer;
      align-items: center;
      justify-content: center;
    }
    .site-nav {
      display: none;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: flex-start;
      position: fixed;
      top: 70px;
      right: 24px;
      left: auto;
      flex-direction: column;
      align-items: stretch;
      padding: 12px;
      border-radius: 16px;
      background: rgba(11, 13, 16, 0.96);
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: var(--shadow);
      z-index: 1100;
      min-width: 220px;
    }
    .site-nav a {
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.12);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--ink);
      letter-spacing: 0.6px;
    }
    .site-nav a.active {
      background: var(--gold);
      color: #0b0d10;
      border-color: var(--gold);
    }
    .site-nav.is-open { display: flex; }
    @media (min-width: 601px) {
      .burger { display: none; }
      .site-nav {
        position: static;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        min-width: 0;
      }
      header {
        align-items: center;
      }
    }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 0;
    }
    .brand-link {
      color: inherit;
      text-decoration: none;
    }
    .lang-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 22px;
      border-radius: 4px;
      border: 1px solid rgba(255,255,255,0.2);
      background: rgba(0,0,0,0.35);
      box-shadow: 0 6px 12px rgba(0,0,0,0.35);
    }
    .flag-img {
      width: 20px;
      height: 12px;
      border-radius: 2px;
      display: inline-block;
      object-fit: cover;
    }
    .lang-menu {
      position: relative;
      display: inline-flex;
      align-items: center;
    }
    .lang-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 22px;
      border-radius: 4px;
      border: 1px solid rgba(255,255,255,0.2);
      background: rgba(0,0,0,0.35);
      box-shadow: 0 6px 12px rgba(0,0,0,0.35);
      cursor: pointer;
    }
    .lang-button.is-text {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--ink);
    }
    .lang-panel {
      position: absolute;
      top: calc(100% + 8px);
      right: 0;
      display: none;
      flex-direction: column;
      gap: 8px;
      padding: 10px;
      border-radius: 12px;
      background: rgba(11, 13, 16, 0.96);
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: var(--shadow);
      z-index: 1200;
      min-width: 140px;
    }
    .lang-panel.is-open { display: flex; }
    .lang-option {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 10px;
      border-radius: 10px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--ink);
    }
    .brand img {
      height: 44px;
      width: 44px;
      object-fit: contain;
      filter: drop-shadow(0 12px 24px rgba(0,0,0,0.6));
    }
    .brand-title {
      font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
      font-size: 22px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.25;
      display: grid;
    }
    .brand-title span { color: var(--gold); }
    .brand-title .brand-club { color: var(--ink); }

    .nav-actions {
      display: inline-flex;
      gap: 12px;
      align-items: center;
    }
    .btn {
      background: var(--gold);
      color: #0b0d10;
      padding: 12px 20px;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 8px;
      box-shadow: var(--shadow);
      transition: transform 180ms ease, box-shadow 180ms ease;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: none;
      cursor: pointer;
    }
    .btn:hover { transform: translateY(-2px); box-shadow: 0 36px 90px rgba(0,0,0,0.6); }
    .meetup-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(0,0,0,0.2);
      transition: transform 180ms ease, box-shadow 180ms ease;
    }
    .meetup-link:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(0,0,0,0.35); }
    .meetup-icon {
      width: 56px;
      height: 56px;
      display: block;
    }
    .btn-meetup:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    }

    body.is-modal-open {
      overflow: hidden;
    }

    .rsvp-backdrop {
      position: fixed;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px;
      background: rgba(0, 0, 0, 0.68);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      z-index: 3000;
    }
    .rsvp-backdrop[hidden] { display: none; }

    .rsvp-modal {
      width: min(560px, 100%);
      border-radius: 18px;
      background: rgba(11, 13, 16, 0.96);
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: var(--shadow);
      padding: 18px;
      position: relative;
    }
    .rsvp-close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.16);
      background: rgba(0,0,0,0.35);
      color: var(--ink);
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
    }
    .rsvp-title {
      font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0 0 6px 0;
      font-size: 28px;
    }
    .rsvp-subtitle {
      margin: 0 0 14px 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.5;
    }
    .rsvp-form {
      display: grid;
      gap: 12px;
    }
    .rsvp-field {
      display: grid;
      gap: 6px;
    }
    .rsvp-field span {
      font-size: 12px;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: var(--muted);
      font-weight: 700;
    }
    .rsvp-field input,
    .rsvp-field select,
    .rsvp-field textarea {
      width: 100%;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(0,0,0,0.35);
      color: var(--ink);
      padding: 12px 12px;
      font-size: 14px;
      outline: none;
    }
    .rsvp-field textarea { resize: vertical; min-height: 90px; }
    .rsvp-field input:focus,
    .rsvp-field select:focus,
    .rsvp-field textarea:focus {
      border-color: rgba(244,194,26,0.55);
      box-shadow: 0 0 0 3px rgba(244,194,26,0.18);
    }
    .rsvp-actions {
      display: grid;
      gap: 10px;
      grid-template-columns: 1fr;
      margin-top: 6px;
    }
    @media (min-width: 520px) {
      .rsvp-actions {
        grid-template-columns: 1fr 1fr;
      }
    }
    .btn.btn-rsvp-secondary {
      background: rgba(255,255,255,0.08);
      color: var(--ink);
      border: 1px solid rgba(255,255,255,0.16);
      box-shadow: none;
    }
    .btn.btn-rsvp-secondary:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 45px rgba(0,0,0,0.35);
    }
    .rsvp-status {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.5;
      margin: 0;
      word-break: break-word;
    }

.hero {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(100deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.1) 100%),
    var(--hero-image) 100% 40%/60% auto no-repeat;
  min-height: 520px;
  display: grid;
  align-items: center;
  padding: 54px 48px;
  margin-top: 24px;
}
.hero.is-coaching-hero {
  background:
    linear-gradient(102deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 52%, rgba(0,0,0,0.18) 100%),
    url("sej-coach.webp") 92% 26%/58% auto no-repeat;
}
.hero.coach-session-hero {
  background:
    linear-gradient(102deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 52%, rgba(0,0,0,0.18) 100%),
    url("sej-2-coach.png") 92% 26%/58% auto no-repeat;
}
.hero.coach-main-hero {
  background:
    linear-gradient(102deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 52%, rgba(0,0,0,0.18) 100%),
    url("sej-coach.webp") 92% 26%/58% auto no-repeat;
}
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(65% 60% at 75% 35%, rgba(244,194,26,0.35), transparent 60%),
        radial-gradient(45% 50% at 92% 10%, rgba(244,194,26,0.22), transparent 70%);
      pointer-events: none;
    }
    .hero-content {
      position: relative;
      z-index: 1;
      min-width: 0;
      width: 100%;
      max-width: 620px;
    }
    .week-carousel,
    .week-slides {
      min-width: 0;
      width: 100%;
      max-width: 100%;
    }

    .eyebrow {
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 10px;
      font-weight: 700;
    }
    .hero-title {
      font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
      font-size: 64px;
      line-height: 0.95;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .hero-title span { color: var(--gold); display: block; }
    .hero-title .hero-title-light { color: var(--ink); }
    .hero-tagline {
      display: inline-block;
      color: var(--gold);
      font-weight: 700;
      letter-spacing: 2px;
      border-bottom: 3px solid var(--red);
      padding-bottom: 8px;
      margin-bottom: 18px;
      text-transform: uppercase;
      font-size: 15px;
    }
    .hero-details {
      color: var(--muted);
      font-size: 16px;
      margin-bottom: 22px;
    }
    .hero-details-callout {
      font-size: 18px;
      color: var(--ink);
    }
    .callout-link {
      display: inline-block;
      margin-top: 8px;
      color: var(--ink);
      font-weight: 600;
      text-decoration: none;
      font-size: 20px;
    }
    .callout-link:hover { color: var(--ink); }
    .hero-details-list {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .hero-details.hero-details-lg {
      font-size: 18px;
    }
    .hero-details.hero-details-xl {
      font-size: 21px;
    }
    .hero-cta {
      display: inline-flex;
      align-items: center;
      gap: 14px;
    }
    .pill {
      background: transparent;
      color: #ffffff;
      font-weight: 700;
      padding: 0;
      border-radius: 0;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 0.5px;
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    }

    .week-carousel {
      position: relative;
      overflow: hidden;
      margin-top: 18px;
      max-width: 620px;
    }
    .week-slides { transition: height 0.25s ease; }
    .week-slide { display: none; animation: fadeUp 0.35s ease; position: relative; }
    .week-slide.active { display: block; }
    .week-slide.coaching-bg {
      padding: 0;
      border-radius: 0;
      background: transparent;
      border: none;
    }
    .slide-image {
      margin-top: 14px;
      max-width: 240px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: var(--shadow);
      display: block;
    }
    .week-overview {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 16px;
      margin-top: 12px;
    }
    .overview-column {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .overview-column-title {
      letter-spacing: 1px;
      font-size: 20px;
      text-transform: uppercase;
      color: var(--red);
      font-weight: 700;
      margin: 0;
    }
    .overview-item {
      display: grid;
      gap: 2px;
    }
    .overview-item-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      column-gap: 10px;
    }
    .overview-item-row .overview-item {
      min-width: 0;
    }
    .overview-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #d01717;
      background: rgba(0, 0, 0, 0.52);
      border-radius: 999px;
      padding: 7px 14px;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.75px;
      color: #ffffff;
      text-decoration: none;
      white-space: nowrap;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32);
      transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
      opacity: 1;
      visibility: visible;
      z-index: 2;
    }
    .overview-cta:hover {
      transform: translateY(-1px);
      filter: brightness(1.06);
      background: rgba(185, 29, 29, 0.16);
      box-shadow: 0 12px 24px rgba(0,0,0,0.38);
    }
    .overview-cta:focus-visible {
      outline: 2px solid #ffffff;
      outline-offset: 2px;
    }
    .overview-day {
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 0.7px;
      font-weight: 700;
      color: var(--gold);
    }
    .overview-note-white {
      color: var(--ink);
      text-transform: none;
      letter-spacing: 0.2px;
      font-weight: 700;
    }
    .overview-meta {
      color: var(--muted);
      font-size: 18px;
    }

    .week-dots {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      position: relative;
      margin-bottom: 12px;
      z-index: 2;
      min-height: 38px;
    }
    .week-session-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(185, 29, 29, 0.85);
      background: rgba(0, 0, 0, 0.28);
      border-radius: 999px;
      padding: 12px 18px;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      color: var(--ink);
      text-decoration: none;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
      transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
    }
    .week-session-link:hover {
      transform: translateY(-2px);
      filter: brightness(1.06);
      background: rgba(185, 29, 29, 0.16);
      box-shadow: 0 16px 36px rgba(0,0,0,0.42);
    }
    .week-session-link:focus-visible {
      outline: 2px solid #ffffff;
      outline-offset: 2px;
    }
    .week-session-link[hidden] {
      display: none;
    }
    .week-carousel { padding-top: 0; }
    .week-dot {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255,255,255,0.25);
      background: rgba(255,255,255,0.06);
      cursor: pointer;
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--muted);
    }
    .week-dot.active { background: var(--gold); border-color: var(--gold); color: #0b0d10; }

    .mobile-nav {
      position: fixed;
      left: 16px;
      right: 16px;
      bottom: 16px;
      display: none;
      gap: 10px;
      padding: 10px;
      border-radius: 14px;
      background: rgba(11, 13, 16, 0.9);
      border: 1px solid rgba(255,255,255,0.1);
      backdrop-filter: blur(10px);
      z-index: 1000;
    }
    .mobile-nav.is-open { display: flex; }
    .mobile-nav a {
      flex: 1;
      text-align: center;
      padding: 10px 12px;
      border-radius: 10px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 12px;
      color: var(--ink);
      background: rgba(255,255,255,0.06);
    }
    .mobile-nav a.primary {
      background: var(--gold);
      color: #0b0d10;
    }

    body.has-mobile-actions .notif-prompt {
      bottom: 86px;
    }
    body.has-mobile-actions .mobile-book {
      display: none !important;
    }
    .mobile-actions {
      position: fixed;
      left: 16px;
      right: 16px;
      bottom: 16px;
      display: none;
      gap: 10px;
      padding: 10px;
      border-radius: 14px;
      background: rgba(11, 13, 16, 0.9);
      border: 1px solid rgba(255,255,255,0.1);
      backdrop-filter: blur(10px);
      z-index: 1200;
    }
    .mobile-actions-link {
      flex: 1;
      text-align: center;
      padding: 10px 12px;
      border-radius: 10px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 12px;
      color: var(--ink);
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.12);
    }
    .mobile-actions-link.primary {
      background: var(--gold);
      border-color: var(--gold);
      color: #0b0d10;
    }
    @media (max-width: 600px) {
      .mobile-actions { display: flex; }
    }

    .info-grid {
      margin-top: 32px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }
    .locations-section {
      margin-top: 24px;
      margin-bottom: 10px;
    }
    .locations-section h2 {
      font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
      font-size: 28px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 8px;
    }
    .locations-intro {
      color: var(--muted);
      margin-bottom: 14px;
      font-size: 18px;
    }
    .locations-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 16px;
      align-items: start;
    }
    .location-card {
      background: var(--glass);
      border: 1px solid var(--stroke);
      border-radius: 14px;
      padding: 16px;
      box-shadow: var(--shadow);
      height: auto;
      align-self: start;
    }
    .location-card h3 {
      margin: 0 0 6px;
      font-size: 20px;
      letter-spacing: 0.4px;
      text-transform: uppercase;
    }
    .location-card p {
      margin: 0 0 10px;
      color: var(--muted);
      font-size: 16px;
    }
    .location-card iframe {
      width: 100%;
      height: 220px;
      border: 0;
      border-radius: 10px;
      display: block;
      filter: saturate(0.92) contrast(1.04) brightness(0.94);
      transition: filter 180ms ease;
    }
    .location-card:hover iframe {
      filter: saturate(1) contrast(1.02) brightness(0.98);
    }
    .map-shell iframe[hidden],
    .map-shell iframe[src="about:blank"] {
      display: none !important;
    }
    .map-shell-inline .map-embed {
      margin-top: 0;
      height: 200px;
      box-shadow: none;
    }
    .map-shell {
      margin-top: 12px;
      border-radius: 12px;
      border: 1px solid rgba(244,194,26,0.28);
      background:
        linear-gradient(135deg, rgba(244,194,26,0.14), rgba(185,29,29,0.14)),
        rgba(9, 11, 16, 0.95);
      padding: 10px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.45);
    }
    .map-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 8px;
    }
    .map-badge {
      display: inline-flex;
      align-items: center;
      margin-bottom: 0;
      padding: 4px 10px;
      border-radius: 999px;
      border: 1px solid rgba(244,194,26,0.45);
      color: var(--gold);
      background: rgba(244,194,26,0.08);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.7px;
      text-transform: uppercase;
    }
    .map-review-link {
      color: var(--gold);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid rgba(244,194,26,0.34);
      border-radius: 999px;
      background: rgba(244,194,26,0.08);
      padding: 4px 9px;
      white-space: nowrap;
    }
    .map-review-link:hover {
      background: var(--gold);
      border-color: var(--gold);
      color: #0b0d10;
    }
    .location-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 8px 12px;
      border-radius: 10px;
      border: 1px solid rgba(244,194,26,0.34);
      background: rgba(244,194,26,0.12);
      margin-top: 0;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      font-weight: 700;
      color: var(--gold);
      text-decoration: none;
    }
    .location-link:hover {
      color: #0b0d10;
      background: var(--gold);
      border-color: var(--gold);
    }
    .map-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 10px;
    }
    .location-proof-note {
      margin-top: 8px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.5;
    }
    .card {
      background: var(--glass);
      border: 1px solid var(--stroke);
      border-radius: 14px;
      padding: 18px;
      box-shadow: var(--shadow);
    }
    .card h3 {
      font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
      font-size: 18px;
      margin-bottom: 8px;
      text-transform: uppercase;
    }
    .card h3.spaced-heading {
      letter-spacing: 1.1px;
    }
    .card p {
      color: var(--muted);
      font-size: 18px;
    }
    .map-text-link {
      color: var(--gold);
      text-decoration: underline;
      text-underline-offset: 2px;
      font-weight: 600;
    }
    .map-text-link-inline {
      display: inline;
      line-height: inherit;
    }
    .map-text-link:hover {
      color: var(--ink);
    }
    .location-name {
      color: var(--red);
      font-weight: 800;
    }
    #info-location .location-gbp-label {
      color: var(--gold);
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-size: 13px;
    }
    #info-location .location-inline-link {
      display: inline-flex;
      margin-top: 6px;
      margin-right: 12px;
      color: var(--gold);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.4px;
      text-decoration: none;
    }
    #info-location .location-inline-link:hover {
      color: var(--ink);
    }
    .time-book {
      display: inline-flex;
      margin-top: 12px;
      padding: 8px 14px;
      font-size: 12px;
      box-shadow: none;
    }
    .mobile-book {
      display: none;
    }
    @media (max-width: 600px) {
      .time-book { display: none !important; }
      .mobile-book {
        position: fixed;
        left: 16px;
        right: 16px;
        bottom: 16px;
        z-index: 1100;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 12px 16px;
        font-size: 14px;
        text-transform: uppercase;
      }
    }
    .time-calendar {
      display: none;
      margin-top: 10px;
      padding: 8px 14px;
      font-size: 12px;
      background: rgba(255,255,255,0.08);
      color: var(--ink);
      border: 1px solid rgba(255,255,255,0.16);
      box-shadow: none;
    }
    .time-live {
      display: none;
      margin-top: 10px;
      padding: 6px 12px;
      border-radius: 999px;
      background: rgba(34, 197, 94, 0.18);
      border: 1px solid rgba(34, 197, 94, 0.5);
      color: #9ef2b9;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      width: fit-content;
    }
    .time-card #info-time,
    .time-card .time-book,
    .time-card .time-live,
    .time-card .next-event,
    .time-card .time-countdown {
      font-size: 18px;
    }
    .next-event {
      display: block;
      margin-top: 10px;
      font-size: 18px;
      color: var(--muted);
      min-height: 1.5em;
    }
    .time-countdown {
      display: block;
      margin-top: 6px;
      font-size: 18px;
      color: #9ef2b9;
      letter-spacing: 0.3px;
      text-shadow: 0 0 12px rgba(34, 197, 94, 0.75);
      min-height: 1.5em;
    }
    .video-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 10px;
      padding: 8px 12px;
      border-radius: 8px;
      border: 1px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.06);
      color: var(--ink);
      font-family: inherit;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer;
    }

    .lightbox {
      position: fixed;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(0,0,0,0.78);
      z-index: 2000;
    }
    .lightbox.is-open { display: flex; }
    .lightbox-content {
      position: relative;
      width: min(860px, 100%);
      background: #0b0d10;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,0.12);
      padding: 16px;
      box-shadow: var(--shadow);
    }
    .lightbox-content video {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 10px;
      background: #000;
      position: relative;
      z-index: 1;
    }
    .lightbox-close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 34px;
      height: 34px;
      border-radius: 10px;
      border: 1px solid rgba(255,255,255,0.2);
      background: rgba(0,0,0,0.7);
      color: #fff;
      font-size: 20px;
      cursor: pointer;
      z-index: 2;
    }

    .strip {
      margin-top: 28px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }
    .strip-item {
      background: var(--glass);
      border: 1px solid var(--stroke);
      border-radius: 12px;
      padding: 14px;
      text-align: center;
      box-shadow: var(--shadow);
    }
    .strip-title {
      font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 6px;
    }
    .strip-meta { color: var(--muted); font-size: 13px; }

    .bring-section {
      margin-top: 16px;
      padding: 22px;
      border-radius: 16px;
      background: var(--glass);
      border: 1px solid var(--stroke);
      box-shadow: var(--shadow);
    }
    .bring-section.is-hidden { display: none; }
    .bring-title {
      font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
      font-size: 22px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .about-list {
      margin-top: 12px;
      padding-left: 18px;
      color: var(--muted);
      line-height: 1.6;
    }
    .about-cards {
      margin-top: 12px;
      display: grid;
      grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
      gap: 14px;
    }
    .about-card-main {
      margin-top: 0;
    }
    .about-card-time {
      margin-top: 0;
    }
    .about-card-time h3 {
      letter-spacing: 1.1px;
    }
    .about-list li { margin-bottom: 6px; }
    .bring-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }
    .bring-card {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px;
      padding: 14px;
      text-align: center;
    }
    .bring-icon { font-size: 20px; margin-bottom: 6px; }
    .bring-text { color: var(--muted); font-size: 13px; }

    .faq-section {
      margin-top: 28px;
      padding: 22px;
      border-radius: 16px;
      background: var(--glass);
      border: 1px solid var(--stroke);
      box-shadow: var(--shadow);
    }
    .faq-title {
      font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
      font-size: 22px;
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    details {
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 10px;
      padding: 12px 14px;
      margin-top: 10px;
      background: rgba(255,255,255,0.03);
    }
    summary { cursor: pointer; font-weight: 600; }
    details p { color: var(--muted); margin-top: 8px; }

    @media (max-width: 900px) {
      .hero { padding: 40px 28px; }
      .hero.is-coaching-hero {
        background-position: 74% 20%;
        background-size: 96% auto;
      }
      .hero.coach-session-hero {
        background-position: 74% 20%;
        background-size: 96% auto;
      }
      .hero.coach-main-hero {
        background-position: 74% 20%;
        background-size: 96% auto;
      }
      .hero-title { font-size: 48px; }
      .locations-grid { grid-template-columns: 1fr; }
      .info-grid { grid-template-columns: 1fr; }
      .strip { grid-template-columns: 1fr 1fr; }
      .bring-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 600px) {
      header { align-items: center; }
      .hero {
        min-height: 420px;
        padding: 32px 20px;
        background:
          linear-gradient(100deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.1) 100%),
		          var(--hero-image) 80% 40%/146% auto no-repeat;
        background-attachment: scroll;
      }
      .hero.is-coaching-hero {
        background:
          linear-gradient(102deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.42) 54%, rgba(0,0,0,0.12) 100%),
          url("sej-coach.webp") 76% 28%/108% auto no-repeat;
      }
      .hero.coach-session-hero {
        background:
          linear-gradient(102deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.42) 54%, rgba(0,0,0,0.12) 100%),
          url("sej-2-coach.png") 76% 28%/108% auto no-repeat;
      }
      .hero.coach-main-hero {
        background:
          linear-gradient(102deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.42) 54%, rgba(0,0,0,0.12) 100%),
          url("sej-coach.webp") 76% 28%/108% auto no-repeat;
      }
      .hero.is-coaching-hero::after,
      .hero.coach-session-hero::after,
      .hero.coach-main-hero::after {
        background:
          radial-gradient(62% 58% at 78% 36%, rgba(244,194,26,0.18), transparent 64%),
          radial-gradient(36% 40% at 92% 14%, rgba(244,194,26,0.12), transparent 72%);
      }
      .hero-title { font-size: 40px; }
      .hero-title { line-height: 1.02; margin-bottom: 14px; }
      .hero-tagline { margin-bottom: 16px; }
      .hero-details { line-height: 1.6; margin-bottom: 18px; }
      .hero-details { letter-spacing: 0.3px; }
      .hero-cta { margin-top: 6px; }
      .hero-cta .week-session-link {
        width: 100%;
      }
      .week-dots {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
      }
      .week-dots::-webkit-scrollbar {
        display: none;
      }
      .week-dot {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 11px;
        padding: 7px 12px;
      }
      .nav-actions { display: none; }
      .week-overview { grid-template-columns: 1fr; }
      .overview-item-row {
        align-items: start;
        column-gap: 8px;
      }
      .overview-item-row .overview-item {
        min-width: 0;
      }
      .overview-cta {
        align-self: start;
      }
      .overview-day,
      .overview-meta {
        display: block;
      }
      .eyebrow { margin-bottom: 14px; }
      #info-location,
      #info-atmosphere {
        max-width: 22ch;
      }
      #about-session .card {
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
      }
      #about-session p,
      #about-session li {
        font-size: 18px;
        line-height: 1.6;
        color: var(--muted);
      }
      .site-nav {
        right: 16px;
        left: 16px;
        min-width: auto;
      }
    }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.page-hero {
  margin-top: 24px;
  border-radius: 22px;
  padding: 54px 48px;
  background:
    linear-gradient(110deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.2) 100%),
    var(--hero-image) center/cover no-repeat;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
  min-height: 520px;
  display: grid;
  align-items: center;
}
.page-hero h1 {
  font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  font-size: 56px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-hero p { color: var(--muted); font-size: 18px; }
.page-hero.coach-hero {
  background:
    linear-gradient(102deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 52%, rgba(0,0,0,0.18) 100%),
    url("sej-2-coach.png") 92% 26%/58% auto no-repeat;
}
.page-hero.coach-hero p {
  max-width: 760px;
}
@media (max-width: 900px) {
  .page-hero.coach-hero {
    background-position: 74% 20%;
    background-size: 96% auto;
    min-height: 480px;
  }
}
@media (max-width: 600px) {
  .page-hero.coach-hero {
    background:
      linear-gradient(102deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.62) 55%, rgba(0,0,0,0.28) 100%),
      url("sej-2-coach.png") 70% 18%/cover no-repeat;
  }
}
.section {
  margin-top: 32px;
  padding: 22px;
  border-radius: 16px;
  background: var(--glass);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
}
.section h2 {
  font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section h1 {
  font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section p { color: var(--muted); margin-top: 10px; line-height: 1.6; }

.service-section {
  overflow: hidden;
}
.service-lead {
  font-size: 18px;
  max-width: 1000px;
}
.service-cta-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service-points {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.service-point {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px;
}
.service-point p {
  margin-top: 6px;
  font-size: 15px;
}
.service-mini-title {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.service-figure {
  margin-top: 18px;
}
.service-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
}
.service-figure figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}
.service-gallery {
  margin-top: 18px;
}
.service-gallery-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.service-gallery-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.service-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(244,194,26,0.25);
  background:
    linear-gradient(135deg, rgba(244,194,26,0.12), rgba(185,29,29,0.10)),
    rgba(10, 12, 16, 0.95);
  padding: 10px;
  box-shadow: var(--shadow);
}
.service-carousel-track {
  width: 100%;
  transition: transform 320ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-carousel-track {
    transition: none;
  }
}
.service-slide {
  display: none;
  margin: 0;
  position: relative;
}
.service-slide.is-active {
  display: block;
}
.service-slide img {
  width: 100%;
  height: 340px;
  height: clamp(230px, 34vw, 430px);
  display: block;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
}
.service-slide figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 8px;
  padding: 7px 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.72));
  color: #f2f2f2;
  font-size: 13px;
  line-height: 1.35;
}
.service-carousel-nav {
  position: absolute;
  top: calc(50% - 20px);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(244,194,26,0.45);
  background: rgba(11,13,16,0.75);
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.service-carousel-nav,
.service-carousel-dots {
  display: none;
}
.service-carousel.is-ready .service-carousel-track {
  display: flex;
}
.service-carousel.is-ready .service-slide {
  display: block;
  min-width: 100%;
  flex: 0 0 100%;
}
.service-carousel.is-ready .service-carousel-nav {
  display: inline-flex;
}
.service-carousel.is-ready .service-carousel-dots {
  display: flex;
}
.service-carousel-nav.prev {
  left: 16px;
}
.service-carousel-nav.next {
  right: 16px;
}
.service-carousel-nav:hover {
  background: var(--gold);
  color: #0b0d10;
}
.service-carousel-dots {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
}
.service-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(244,194,26,0.45);
  background: rgba(244,194,26,0.25);
  padding: 0;
  cursor: pointer;
}
.service-carousel-dot.is-active {
  width: 22px;
  background: var(--gold);
  border-color: var(--gold);
}
.service-carousel:focus-visible {
  outline: 2px solid rgba(244,194,26,0.7);
  outline-offset: 2px;
}
.tension-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.tension-card {
  border: 1px solid rgba(244,194,26,0.28);
  border-radius: 12px;
  background:
    linear-gradient(140deg, rgba(244,194,26,0.1), rgba(185,29,29,0.08)),
    rgba(11, 13, 16, 0.92);
  padding: 12px;
}
.tension-card h3 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--gold);
}
.tension-card .tension-range {
  margin-top: 4px;
  color: #f6f6f6;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.tension-card p {
  margin-top: 6px;
  font-size: 14px;
  color: var(--muted);
}
.string-options {
  margin-top: 12px;
}
.string-options-note {
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 14px;
}
.string-scroll-hint {
  display: none;
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.string-scroll-nav {
  display: none;
}
.string-table-wrap {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border: 1px solid rgba(244,194,26,0.26);
  border-radius: 12px;
  background: rgba(11, 13, 16, 0.88);
}
.string-table-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.string-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}
.string-table th,
.string-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  vertical-align: top;
  font-size: 14px;
}
.string-table thead th {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: rgba(244,194,26,0.08);
}
.string-table tbody th {
  color: #f4f4f4;
  font-weight: 700;
}
.string-table tbody td:last-child {
  color: var(--gold);
  font-weight: 700;
}
.string-table tbody tr:hover td,
.string-table tbody tr:hover th {
  background: rgba(255,255,255,0.03);
}
.string-table tbody tr:last-child th,
.string-table tbody tr:last-child td {
  border-bottom: 0;
}
.service-inline-link {
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
}
.service-inline-link:hover {
  color: var(--ink);
}
.service-faq {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}
.service-faq details {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  padding: 10px 12px;
}
.service-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
}
.service-faq p {
  margin-top: 8px;
  font-size: 15px;
}
.service-close {
  margin-top: 14px;
}
.service-mobile-cta {
  display: none;
}
@media (max-width: 960px) {
  .service-points {
    grid-template-columns: 1fr;
  }
  .tension-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .service-lead {
    font-size: 17px;
  }
  .service-carousel {
    padding: 8px;
  }
  .service-slide img {
    height: 250px;
  }
  .service-slide figcaption {
    font-size: 12px;
    bottom: 8px;
    left: 8px;
    right: 8px;
  }
  .service-carousel-nav {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
  }
  .service-carousel-nav.prev {
    left: 10px;
  }
  .service-carousel-nav.next {
    right: 10px;
  }
  .string-scroll-hint {
    display: block;
    margin: 0 0 10px;
    padding: 10px 12px;
    border: 1px solid rgba(244,194,26,0.4);
    border-left: 3px solid var(--gold);
    border-radius: 10px;
    background: rgba(244,194,26,0.08);
    color: #ffd45a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2px;
    line-height: 1.45;
    text-transform: none;
  }
  .string-scroll-hint.is-hidden {
    display: none;
  }
  .string-scroll-nav {
    display: block;
    margin-top: 8px;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    background: rgba(11, 13, 16, 0.92);
    user-select: none;
    -webkit-user-select: none;
  }
  .string-scroll-nav.is-hidden {
    display: none;
  }
  .string-scroll-nav-label {
    color: #f6f6f6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: none;
    margin-bottom: 8px;
  }
  .string-scroll-nav-bar {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    overflow: hidden;
    cursor: pointer;
    display: none;
  }
  .string-scroll-nav-bar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 34%;
    height: 100%;
    border-radius: 999px;
    background: rgba(244,194,26,0.9);
    animation: stringSwipeHint 1.8s ease-in-out infinite;
    transition: left 0.18s ease;
    cursor: grab;
    touch-action: none;
  }
  .string-table-wrap.is-dragging .string-scroll-nav-bar span {
    cursor: grabbing;
  }
  .string-scroll-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .string-scroll-dot {
    appearance: none;
    -webkit-appearance: none;
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: rgba(255,255,255,0.24);
    border: 1px solid rgba(255,255,255,0.3);
    transform: scale(0.9);
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
    padding: 0;
    cursor: pointer;
  }
  .string-scroll-dot.is-active {
    background: var(--gold);
    border-color: rgba(244,194,26,0.95);
    transform: scale(1.1);
  }
  .string-scroll-dot:focus-visible {
    outline: 2px solid rgba(244,194,26,0.9);
    outline-offset: 2px;
  }
  .string-table {
    min-width: 560px;
  }
  .service-mobile-cta {
    display: inline-flex;
  }
}

@keyframes stringSwipeHint {
  0% { left: 0; }
  50% { left: 68%; }
  100% { left: 0; }
}

.post-meta {
  color: var(--muted);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.post-date {
  color: var(--muted);
  font-size: 14px;
  margin-top: 6px;
}

/* Restringing page: hide all visible scrollbars while preserving scrolling */
body.restringing-page,
body.restringing-page * {
  scrollbar-width: none;
}
body.restringing-page::-webkit-scrollbar,
body.restringing-page *::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.post-image {
  width: 100%;
  height: 260px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(110deg, rgba(0,0,0,0.75), rgba(0,0,0,0.35)),
    var(--hero-image) center/cover no-repeat;
  margin-bottom: 10px;
}
.post-image-caption {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.post-prev {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.post-prev:hover { color: var(--ink); }

.site-footer {
  margin-top: 40px;
  padding: 28px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.footer-title {
  font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--gold);
}
.footer-links,
.footer-posts {
  display: grid;
  gap: 8px;
}
.footer-links a {
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
}
.footer-links a:hover { color: var(--gold); }
.footer-post-title {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}
.footer-post-date {
  color: var(--muted);
  font-size: 13px;
}
    @media (max-width: 900px) {
      .footer-grid { grid-template-columns: 1fr; }
      .about-cards { grid-template-columns: 1fr; }
    }
.posts { margin-top: 24px; display: grid; gap: 16px; }
.post-card {
  background: var(--glass);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--shadow);
}
.post-card h2 {
  font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.post-card p { color: var(--muted); line-height: 1.6; }

.map-embed {
  width: 100%;
  height: 220px;
  border: 0;
  border-radius: 12px;
  margin-top: 12px;
  box-shadow: var(--shadow);
}

.map-lazy-trigger {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(244,194,26,0.28);
  border-radius: 10px;
  margin-top: 0;
  box-shadow: none;
  background:
    linear-gradient(135deg, rgba(244,194,26,0.12), rgba(185,29,29,0.10)),
    rgba(11, 13, 16, 0.9);
  color: var(--ink);
  font-family: "Space Grotesk", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.map-lazy-trigger-main {
  display: block;
}

.map-lazy-trigger-sub {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: rgba(246,246,246,0.72);
}

.map-lazy-trigger:hover {
  border-color: rgba(244,194,26,0.45);
}

@media (max-width: 600px) {
  .map-embed { height: 200px; }
  .map-lazy-trigger { height: 200px; }
}

.notif-prompt {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  max-width: 560px;
  margin: 0 auto;
  z-index: 2600;
}
body.has-mobile-nav .notif-prompt {
  bottom: 78px;
}
.notif-prompt[hidden] { display: none; }
.notif-content {
  border-radius: 16px;
  background: rgba(11, 13, 16, 0.96);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow);
  padding: 14px 14px;
}
.notif-title {
  font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 6px;
}
.notif-body {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.notif-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}
.notif-actions .btn {
  justify-content: center;
  padding: 12px 14px;
}

.coach-profile-card {
  padding: 16px;
}
.coach-profile-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 96px 1fr;
  align-items: start;
}
@media (max-width: 520px) {
  .coach-profile-grid {
    grid-template-columns: 1fr;
  }
}
.coach-profile-image {
  width: 96px;
  height: 96px;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.25);
}
@media (max-width: 520px) {
  .coach-profile-image {
    width: 88px;
    height: 88px;
  }
}
.coach-profile-name {
  font-family: "Oswald", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  font-size: 22px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.coach-profile-meta {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 2px;
}
.coach-profile-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
}
@media (max-width: 520px) {
  .coach-profile-actions {
    grid-template-columns: 1fr;
  }
}
.coach-profile-actions .btn {
  justify-content: center;
}
