@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700;900&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600&family=Hammersmith+One&family=League+Spartan:wght@600;700&family=Poppins:ital,wght@0,300;0,400;0,600;1,300&display=swap");

    :root {
      --blue: #002b64;
      --blue-deep: #001a3d;
      --gold: #fed109;
      --gold-deep: #e0b800;
      --ink: #402e32;
      --brown: #796141;
      --sand: #f8e0bd;
      --paper: #fffaf1;
      --muted: #b8a797;
      --white: #fff;
      --line: rgba(64, 46, 50, 0.14);
      --blue-line: rgba(0, 43, 100, 0.16);
      --shadow: 0 18px 54px rgba(0, 43, 100, 0.14);
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background: var(--paper);
      color: var(--ink);
      font-family: "Poppins", system-ui, sans-serif;
      overflow-x: hidden;
    }

    body.admin-bar .site-nav {
      top: 32px;
    }

    a {
      color: inherit;
    }

    .container {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 32px;
    }

    .section-container {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 32px;
    }

    .site-nav {
      position: fixed;
      inset: 0 0 auto 0;
      z-index: 50;
      height: 72px;
      padding: 0 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: var(--white);
      transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
    }

    .site-nav.is-scrolled {
      background: rgba(255, 250, 241, 0.96);
      box-shadow: 0 2px 24px rgba(64, 46, 50, 0.1);
      color: var(--ink);
      backdrop-filter: blur(14px);
    }

    .site-nav__logo,
    .site-footer__brand {
      font-family: "Big Shoulders Display", sans-serif;
      font-size: 34px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-decoration: none;
    }

    .site-nav__logo--image {
      display: inline-flex;
      align-items: center;
      height: 56px;
      max-width: 200px;
      letter-spacing: 0;
    }

    .site-nav__logo-image {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 56px;
      object-fit: contain;
    }

    .site-nav__logo-image--scrolled {
      display: none;
    }

    .site-nav.is-scrolled .site-nav__logo--has-scrolled .site-nav__logo-image--default {
      display: none;
    }

    .site-nav.is-scrolled .site-nav__logo-image--scrolled {
      display: block;
    }

    .site-nav__links {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

    .site-nav__menu {
      position: absolute;
      left: 50%;
      display: flex;
      align-items: center;
      gap: 28px;
      transform: translateX(-50%);
    }

    .site-nav__actions {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .site-nav__links a,
    .site-nav__cta,
    .button {
      font-family: "Poppins", system-ui, sans-serif;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .site-nav__links a {
      font-size: 12px;
      text-decoration: none;
    }

    .site-nav__cta {
      background: var(--gold);
      color: var(--ink);
      border-radius: 999px;
      padding: 12px 22px;
    }

    .site-nav__instagram {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      color: var(--gold);
      text-decoration: none;
    }

    .site-nav__instagram svg {
      width: 24px;
      height: 24px;
      fill: none;
      stroke: currentColor;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.8;
    }

    .site-nav__instagram svg circle:last-child {
      fill: currentColor;
      stroke: none;
    }

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

    .site-nav__toggle {
      display: none;
      width: 42px;
      height: 42px;
      border: 0;
      background: transparent;
      color: currentColor;
      padding: 9px;
    }

    .site-nav__toggle span {
      display: block;
      height: 2px;
      margin: 5px 0;
      background: currentColor;
    }

    .joma-page {
      background: var(--paper);
    }

    .hero {
      position: relative;
      min-height: 100vh;
      height: 100svh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: linear-gradient(135deg, var(--blue), var(--ink));
      background-position: center;
      background-size: cover;
    }

    .hero__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0, 26, 61, 0.46), rgba(0, 26, 61, 0.68));
    }

    .hero__content {
      position: relative;
      z-index: 1;
      width: min(980px, calc(100% - 48px));
      padding-top: 52px;
      text-align: center;
    }

    .hero__eyebrow {
      margin: 0 0 18px;
      color: var(--gold);
      font-family: "League Spartan", sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.16em;
      line-height: 1.35;
      text-transform: uppercase;
      overflow-wrap: break-word;
    }

    .hero__eyebrow span+span::before {
      content: " • ";
    }

    .hero h1 {
      margin: 0 auto;
      max-width: 980px;
      color: var(--white);
      font-family: "Cormorant Garamond", serif;
      font-size: 72px;
      font-weight: 400;
      line-height: 1.02;
      overflow-wrap: break-word;
    }

    .hero h1 span {
      display: inline;
    }

    .hero__actions {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 16px;
      margin-top: 34px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 15px 28px;
      border: 1px solid transparent;
      border-radius: 999px;
      text-decoration: none;
      font-size: 13px;
      line-height: 1;
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .button:hover {
      transform: translateY(-2px);
    }

    .button--gold {
      background: var(--gold);
      color: var(--ink);
    }

    .button--gold:hover {
      background: var(--gold-deep);
    }

    .button--ghost {
      border-color: rgba(255, 255, 255, 0.72);
      color: var(--white);
      background: rgba(255, 255, 255, 0.06);
    }

    .button--outline {
      border-color: var(--gold);
      color: var(--gold);
    }

    .section-pad {
      padding: 96px 80px;
    }

    .section-kicker {
      margin: 0 0 14px;
      color: var(--blue);
      font-family: "Poppins", system-ui, sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
    }

    .studio h2,
    .section-head h2,
    .access h2 {
      margin: 0;
      color: var(--blue);
      font-family: "Cormorant Garamond", serif;
      font-size: 46px;
      font-weight: 600;
      line-height: 1.08;
      overflow-wrap: break-word;
    }

    .studio {
      background: var(--paper);
    }

    .studio__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 32px 72px;
      align-items: start;
    }

    .studio__intro {
      align-self: end;
      min-width: 0;
    }

    .studio__text {
      color: var(--brown);
      font-size: 16px;
      font-weight: 300;
      line-height: 1.8;
      min-width: 0;
    }

    .studio__text p {
      margin: 32px 0 0;
    }

    .studio__equipment {
      align-self: stretch;
      min-width: 0;
    }

    .equipment-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 22px;
    }

    .equipment-item {
      padding: 0;
      background: transparent;
      border: 0;
      box-shadow: none;
    }

    .equipment-item:not(:last-child) {
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(121, 97, 65, 0.18);
    }

    .equipment-item h3,
    .founder-card h3,
    .discipline-card h3,
    .access-card h3,
    .address-bar h3,
    .price-column h3,
    .price-line h4 {
      margin: 0;
      color: var(--blue);
      font-family: "Hammersmith One", sans-serif;
    }

    .equipment-item h3 {
      font-family: "Cormorant Garamond", serif;
      font-size: 25px;
      font-weight: 600;
      line-height: 1.08;
    }

    .equipment-item p {
      margin: 8px 0 0;
      color: var(--brown);
      font-size: 16px;
      font-weight: 300;
      line-height: 1.65;
      overflow-wrap: break-word;
    }

    .studio__media {
      min-height: 435px;
      grid-row: span 2;
      background: linear-gradient(135deg, rgba(0, 43, 100, 0.18), rgba(254, 209, 9, 0.2));
      background-position: center;
      background-size: cover;
      box-shadow: var(--shadow);
    }

    .concept {
      background: var(--paper);
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 0.78fr) minmax(280px, 1fr);
      gap: 48px;
      align-items: end;
      margin-bottom: 38px;
    }

    .section-head h2 {
      max-width: 760px;
    }

    .section-head>p {
      margin: 0;
      color: var(--brown);
      font-size: 15px;
      font-weight: 300;
      line-height: 1.85;
      overflow-wrap: break-word;
    }

    .concept .section-head h2,
    .concept .section-head>p {
      color: var(--blue);
    }

    .concept .section-head>p {
      color: var(--brown);
    }

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

    .founder-card {
      display: grid;
      grid-template-columns: 1fr;
      background: var(--white);
      overflow: hidden;
    }

    .founder-card__image {
      min-height: 340px;
      background: linear-gradient(135deg, rgba(254, 209, 9, 0.26), rgba(0, 43, 100, 0.42));
      background-position: center;
      background-size: cover;
    }

    .founder-card__body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 36px;
    }

    .founder-card h3 {
      font-family: "Cormorant Garamond", serif;
      font-size: 34px;
      font-weight: 600;
      line-height: 1.05;
    }

    .founder-card h3 span {
      font-style: italic;
      font-weight: 500;
    }

    .founder-card p {
      margin: 18px 0 24px;
      color: var(--brown);
      font-size: 16px;
      font-weight: 300;
      line-height: 1.8;
    }

    .tag-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .tag-list span {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 7px 10px;
      background: rgba(0, 43, 100, 0.08);
      color: var(--blue);
      font-family: "League Spartan", sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .quote-section {
      padding: 124px 80px;
      background: transparent;
    }

    .quote-section blockquote {
      margin: 0 auto;
      max-width: 74ch;
      text-align: center;
    }

    .quote-section p {
      margin: 0;
      color: var(--ink);
      font-family: "Cormorant Garamond", serif;
      font-size: 42px;
      font-style: italic;
      font-weight: 600;
      line-height: 1.16;
    }

    .quote-section cite {
      display: block;
      margin-top: 22px;
      color: rgba(64, 46, 50, 0.7);
      font-family: "League Spartan", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .disciplines,
    .pricing,
    .access {
      background: var(--sand);
    }

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

    .discipline-card {
      display: block;
      min-height: 392px;
      overflow: hidden;
      background: #fff7ec;
      border-top: 5px solid var(--accent, var(--blue));
      box-shadow: 0 2px 10px rgba(0, 43, 100, 0.06);
      color: inherit;
      text-decoration: none;
      transition: transform 0.22s ease, box-shadow 0.22s ease;
    }

    .discipline-card:hover,
    .discipline-card:focus-visible {
      transform: translateY(-4px);
      box-shadow: var(--shadow);
    }

    .discipline-card__image {
      height: 156px;
      background: linear-gradient(135deg, rgba(0, 43, 100, 0.2), rgba(254, 209, 9, 0.16));
      background-position: center;
      background-size: cover;
    }

    .discipline-card__content {
      padding: 26px 28px 30px;
    }

    .discipline-card__meta {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      min-height: 22px;
      color: var(--muted);
      font-size: 11px;
    }

    .discipline-card h3 {
      margin-top: 18px;
      font-size: 22px;
    }

    .discipline-card__subtitle {
      margin: 8px 0 16px;
      color: var(--accent, var(--blue));
      font-family: "League Spartan", sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .discipline-card__body {
      margin: 0;
      color: var(--brown);
      font-size: 13px;
      font-weight: 300;
      line-height: 1.78;
      overflow-wrap: break-word;
    }

    .discipline-card__link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 22px;
      color: var(--accent, var(--blue));
      font-family: "League Spartan", sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase;
    }

    .discipline-card__link span {
      transition: transform 0.2s ease;
    }

    .discipline-card:hover .discipline-card__link span,
    .discipline-card:focus-visible .discipline-card__link span {
      transform: translateX(4px);
    }

    .discipline-detail {
      min-height: 100vh;
      background: var(--paper);
    }

    .discipline-detail__hero {
      position: relative;
      min-height: 520px;
      display: flex;
      align-items: flex-end;
      padding: 150px 8vw 80px;
      color: var(--white);
      background: var(--blue) center / cover no-repeat;
    }

    .discipline-detail__hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 43, 100, 0.18), rgba(0, 43, 100, 0.82));
    }

    .discipline-detail__hero-content {
      position: relative;
      z-index: 1;
      max-width: 850px;
    }

    .discipline-detail__hero h1 {
      margin: 14px 0 0;
      color: inherit;
      font-size: clamp(44px, 7vw, 92px);
    }

    .discipline-detail__content {
      max-width: 860px;
      margin: 0 auto;
      padding: 90px 28px 120px;
      color: var(--brown);
      font-size: 18px;
      line-height: 1.8;
    }

    .discipline-detail__placeholder {
      padding: 28px;
      border-left: 4px solid var(--gold);
      background: var(--white);
    }

    .discipline-detail__intro {
      color: var(--blue);
      font-size: clamp(20px, 2.4vw, 28px);
      font-weight: 300;
      line-height: 1.65;
    }

    .discipline-detail__intro p:first-child,
    .discipline-teacher__content p:first-of-type {
      margin-top: 0;
    }

    .discipline-detail__levels,
    .discipline-teachers {
      margin-top: 80px;
      padding-top: 60px;
      border-top: 1px solid var(--blue-line);
    }

    .discipline-detail__levels h2,
    .discipline-teachers h2 {
      margin: 0 0 34px;
      color: var(--blue);
      font-size: clamp(32px, 4vw, 48px);
    }

    .discipline-teachers .section-kicker {
      margin-bottom: 12px;
    }

    .discipline-teachers__grid {
      display: grid;
      gap: 28px;
    }

    .discipline-teacher {
      display: grid;
      grid-template-columns: 190px minmax(0, 1fr);
      gap: 32px;
      padding: 28px;
      background: var(--white);
      box-shadow: 0 2px 14px rgba(0, 43, 100, 0.06);
    }

    .discipline-teacher__photo {
      width: 190px;
      height: 240px;
      object-fit: cover;
      object-position: center top;
      background: linear-gradient(135deg, rgba(0, 43, 100, 0.12), rgba(254, 209, 9, 0.18));
    }

    .discipline-teacher__content h3 {
      margin: 0 0 18px;
      color: var(--blue);
      font-size: 24px;
    }

    .discipline-teacher__content {
      font-size: 15px;
      line-height: 1.75;
    }

    .discipline-detail__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-top: 42px;
    }

    .related-disciplines {
      background: var(--sand);
    }

    .related-disciplines .section-container {
      max-width: 1240px;
    }

    .related-disciplines .section-head {
      grid-template-columns: 1fr;
    }

    .reservation {
      background: var(--paper);
    }

    .reservation__embed {
      min-height: 520px;
      padding: 18px;
      background: var(--white);
      border: 1px solid var(--blue-line);
      box-shadow: 0 2px 18px rgba(0, 43, 100, 0.06);
    }

    #bsport-widget-23820 {
      min-height: 480px;
    }

    /* Widgets abonnements et cartes : empilés sur toute la largeur. */
    .pricing-grid {
      grid-template-columns: minmax(0, 1fr);
      align-items: start;
    }

    .price-column {
      background: var(--white);
      border-top: 5px solid var(--gold);
      box-shadow: 0 2px 18px rgba(0, 43, 100, 0.06);
    }

    .price-column h3 {
      padding: 28px 30px;
      border-bottom: 1px solid var(--blue-line);
      font-size: 24px;
    }

    .price-line {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 20px;
      padding: 24px 30px;
      border-bottom: 1px solid rgba(0, 43, 100, 0.1);
    }

    .price-line:last-child {
      border-bottom: 0;
    }

    .price-line h4 {
      font-size: 17px;
    }

    .price-line p,
    .price-line span {
      display: block;
      margin: 8px 0 0;
      color: var(--brown);
      font-size: 13px;
      font-weight: 300;
      line-height: 1.65;
    }

    .price-line span {
      color: var(--muted);
    }

    .price-line strong {
      color: var(--blue);
      font-family: "Big Shoulders Display", sans-serif;
      font-size: 30px;
      line-height: 1;
      white-space: nowrap;
    }

    .access h2 {
      margin-bottom: 46px;
    }

    .access-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border: 1px solid var(--blue-line);
      background: var(--paper);
    }

    .access-card {
      padding: 36px 32px;
      border-right: 1px solid var(--blue-line);
    }

    .access-card:last-child {
      border-right: 0;
    }

    .access-card__icon {
      width: 44px;
      height: 44px;
      margin-bottom: 20px;
      background: var(--blue);
      overflow: hidden;
    }

    .access-card--gold .access-card__icon {
      background: var(--gold);
    }

    .access-card--brown .access-card__icon {
      background: var(--brown);
    }

    .access-card__icon img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .access-card h3 {
      margin-bottom: 8px;
      font-size: 19px;
    }

    .access-card strong {
      display: block;
      margin-bottom: 6px;
      color: var(--gold-deep);
      font-family: "League Spartan", sans-serif;
      font-size: 11px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .access-card p {
      margin: 0;
      color: var(--brown);
      font-size: 13px;
      font-weight: 300;
      line-height: 1.7;
    }

    .address-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 24px;
      padding: 24px 36px;
      background: var(--blue);
    }

    .address-bar h3 {
      margin-bottom: 4px;
      color: var(--white);
      font-size: 20px;
    }

    .address-bar p {
      margin: 0;
      color: rgba(255, 255, 255, 0.66);
      font-size: 13px;
      font-weight: 300;
    }

    .site-footer {
      padding: 64px 80px 36px;
      background: var(--blue-deep);
      color: rgba(255, 255, 255, 0.72);
    }

    .newsletter-prefooter {
      padding: 64px 32px;
      background: var(--paper);
    }

    .newsletter-prefooter__inner {
      max-width: 1120px;
      margin: 0 auto;
      padding: 24px;
      background: var(--white);
      border: 1px solid var(--blue-line);
      box-shadow: 0 2px 18px rgba(0, 43, 100, 0.06);
    }

    #bsport-widget-494521 {
      min-height: 180px;
    }

    .site-footer__grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr;
      gap: 60px;
      margin-bottom: 48px;
    }

    .site-footer__brand {
      margin: 0 0 14px;
      color: var(--white);
      font-size: 42px;
    }

    .site-footer p {
      margin: 0;
      font-size: 13px;
      font-weight: 300;
      line-height: 1.8;
    }

    .site-footer .site-footer__contact {
      margin-top: 18px;
    }

    .site-footer__contact a {
      color: var(--white);
      text-decoration-color: rgba(255, 255, 255, 0.42);
      text-underline-offset: 3px;
      transition: color 0.2s ease, text-decoration-color 0.2s ease;
    }

    .site-footer__contact a:hover,
    .site-footer__contact a:focus-visible {
      color: var(--gold);
      text-decoration-color: var(--gold);
    }

    .site-footer h2 {
      margin: 0 0 18px;
      color: var(--gold);
      font-family: "League Spartan", sans-serif;
      font-size: 10px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
    }

    .site-footer__links {
      display: flex;
      flex-direction: column;
      gap: 9px;
    }

    .site-footer__links a {
      color: rgba(255, 255, 255, 0.54);
      font-size: 13px;
      font-weight: 300;
      text-decoration: none;
    }

    .site-footer__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      padding-top: 24px;
    }

    .site-footer__bottom p {
      color: rgba(255, 255, 255, 0.34);
      font-size: 12px;
    }

    .site-footer__bottom a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .site-footer__bottom a:hover,
    .site-footer__bottom a:focus-visible {
      color: var(--gold);
    }

    .fallback {
      min-height: 70vh;
      padding: 120px 40px;
      text-align: center;
    }

    .fallback h1 {
      margin: 0;
      font-family: "Big Shoulders Display", sans-serif;
      font-size: 96px;
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 1120px) {
      .site-nav {
        padding: 0 34px;
      }

      .site-nav__menu {
        gap: 18px;
      }

      .section-pad,
      .quote-section,
      .site-footer {
        padding-left: 42px;
        padding-right: 42px;
      }

      .studio,
      .section-head {
        gap: 36px;
      }

      .studio__grid {
        gap: 32px 36px;
      }

      .founder-card {
        grid-template-columns: 1fr;
      }

      .founder-card__image {
        min-height: 300px;
      }
    }

    @media (max-width: 980px) {
      body.admin-bar .site-nav {
        top: 46px;
      }

      .site-nav {
        padding: 0 24px;
      }

      .site-nav__toggle {
        display: block;
      }

      .site-nav__links {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 24px 24px;
        background: rgba(255, 250, 241, 0.98);
        color: var(--ink);
        box-shadow: 0 18px 40px rgba(64, 46, 50, 0.12);
      }

      .site-nav__menu {
        position: static;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        transform: none;
      }

      .site-nav__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 6px;
      }

      .site-nav__instagram {
        width: 42px;
        height: 42px;
        padding: 9px 0;
      }

      .site-nav__cta {
        text-align: center;
      }

      .site-nav__links.is-open {
        display: flex;
      }

      .site-nav__links a {
        padding: 14px 0;
      }

      .hero {
        min-height: 100vh;
        height: 100svh;
      }

      .hero h1 {
        font-size: 56px;
      }

      .studio,
      .studio__grid,
      .section-head,
      .founder-grid,
      .pricing-grid,
      .site-footer__grid {
        grid-template-columns: 1fr;
      }

      .studio__media {
        min-height: 430px;
        grid-row: auto;
      }

      .studio__text p {
        margin-top: 0;
      }

      .disciplines .section-head {
        grid-template-columns: 1fr;
      }

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

      .access-grid {
        grid-template-columns: 1fr;
      }

      .access-card {
        border-right: 0;
        border-bottom: 1px solid var(--blue-line);
      }

      .access-card:last-child {
        border-bottom: 0;
      }
    }

    @media (max-width: 620px) {

      .discipline-teacher {
        grid-template-columns: 1fr;
      }

      .discipline-teacher__photo {
        width: 100%;
        height: 320px;
      }

      .section-pad,
      .quote-section,
      .site-footer {
        padding: 72px 24px;
      }

      .hero {
        min-height: 100vh;
        height: 100svh;
      }

      .hero__content {
        width: calc(100% - 36px);
      }

      .hero__eyebrow {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        font-size: 11px;
        letter-spacing: 0.12em;
      }

      .hero__eyebrow span {
        display: block;
      }

      .hero__eyebrow span+span::before {
        content: "";
      }

      .hero h1 {
        max-width: 360px;
        font-size: 38px;
        line-height: 1.08;
      }

      .hero h1 span {
        display: block;
      }

      .hero__actions {
        align-items: stretch;
        flex-direction: column;
      }

      .button {
        width: 100%;
      }

      .studio h2,
      .section-head h2,
      .access h2 {
        font-size: 30px;
        line-height: 1.12;
      }

      .studio__text {
        max-width: 320px;
        font-size: 16px;
      }

      .equipment-item h3 {
        font-size: 23px;
      }

      .equipment-item p {
        max-width: 320px;
        font-size: 16px;
      }

      .equipment-grid,
      .discipline-grid {
        grid-template-columns: 1fr;
      }

      .quote-section p {
        font-size: 31px;
      }

      .founder-card__body,
      .price-column h3,
      .price-line,
      .address-bar {
        padding-left: 24px;
        padding-right: 24px;
      }

      .price-line {
        grid-template-columns: 1fr;
      }

      .price-line strong {
        font-size: 28px;
      }

      .reservation__embed {
        padding: 10px;
      }

      .site-footer__bottom {
        display: block;
      }

      .site-footer__bottom p+p {
        margin-top: 8px;
      }
    }

    .container>.joma-page>.hero,
    .container>.joma-page>.studio,
    .container>.joma-page>.concept,
    .container>.joma-page>.quote-section,
    .container>.joma-page>.disciplines,
    .container>.joma-page>.reservation,
    .container>.joma-page>.pricing,
    .container>.joma-page>.access,
    .container>.newsletter-prefooter,
    .container>.site-footer {
      width: 100vw;
      margin-left: calc(50% - 50vw);
    }

    .container>.joma-page>.section-pad,
    .container>.joma-page>.quote-section,
    .container>.site-footer {
      padding-left: max(32px, calc((100vw - 1440px) / 2 + 32px));
      padding-right: max(32px, calc((100vw - 1440px) / 2 + 32px));
    }

    .container>.joma-page>.studio>.section-container {
      max-width: none;
      padding-left: 0;
      padding-right: 0;
    }
