:root {
    --ink: #131619;
    --ink-soft: #20262b;
    --red: #c32232;
    --red-dark: #8f1420;
    --gold: #b99858;
    --paper: #f8f5ef;
    --warm: #eee7dc;
    --mist: #f1f3f2;
    --white: #fff;
    --muted: #626a70;
    --line: rgba(19, 22, 25, .14);
    --shadow-sm: 0 12px 32px rgba(18, 21, 24, .09);
    --shadow-lg: 0 30px 80px rgba(18, 21, 24, .18);
    --radius-sm: .55rem;
    --radius: 1rem;
    --radius-lg: 1.55rem;
    --container: 1180px;
    --header-height: 116px;
    --ease: cubic-bezier(.2, .75, .25, 1);
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 8rem;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.has-modal {
    overflow: hidden;
}

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

img {
    height: auto;
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
}

button,
select {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration-thickness: .08em;
    text-underline-offset: .2em;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.035em;
}

h1 {
    font-size: clamp(2.8rem, 7vw, 6.7rem);
}

h2 {
    font-size: clamp(2rem, 4.4vw, 4rem);
}

h3 {
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

p:last-child {
    margin-bottom: 0;
}

::selection {
    color: var(--white);
    background: var(--red);
}

:focus-visible {
    outline: 3px solid #efb2b9;
    outline-offset: 4px;
}

[hidden] {
    display: none !important;
}

.container {
    width: min(calc(100% - 2.5rem), var(--container));
    margin-inline: auto;
}

.container.narrow,
.narrow {
    max-width: 800px;
}

.center {
    text-align: center;
}

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

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 1rem;
    left: 1rem;
    padding: .75rem 1rem;
    color: var(--white);
    background: var(--ink);
    border-radius: var(--radius-sm);
    transform: translateY(-180%);
    transition: transform .2s;
}

.skip-link:focus {
    transform: translateY(0);
}

.eyebrow {
    margin-bottom: .8rem;
    color: var(--red);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .17em;
    line-height: 1.35;
    text-transform: uppercase;
}

.eyebrow--light {
    color: #efb8bd;
}

.lead {
    font-size: clamp(1.1rem, 1.7vw, 1.35rem);
    line-height: 1.55;
}

.section {
    padding-block: clamp(4.5rem, 9vw, 8.5rem);
}

.section--warm {
    background: var(--warm);
}

.section--ink {
    color: rgba(255, 255, 255, .78);
    background:
        radial-gradient(circle at 90% 15%, rgba(195, 34, 50, .18), transparent 32rem),
        var(--ink);
}

.section--ink h2,
.section--ink h3,
.section-heading--light h2,
.section-heading--light h3 {
    color: var(--white);
}

.section-heading {
    margin-bottom: clamp(2.2rem, 5vw, 4rem);
}

.section-heading h2 {
    max-width: 900px;
    margin-bottom: 1rem;
}

.section-heading > p {
    max-width: 720px;
    color: var(--muted);
}

.section-heading--center {
    max-width: 880px;
    margin-inline: auto;
    text-align: center;
}

.section-heading--center h2,
.section-heading--center > p {
    margin-inline: auto;
}

.section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 2rem 5rem;
    align-items: end;
}

.section-heading--split h2 {
    margin-bottom: 0;
}

.section-heading--split > p {
    margin-bottom: .35rem;
}

.section-heading--light > p {
    color: rgba(255, 255, 255, .72);
}

/* Header and navigation */
.site-header {
    position: relative;
    z-index: 100;
    border-bottom: 1px solid var(--line);
    background: rgba(248, 245, 239, .94);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    backdrop-filter: blur(18px);
}

.topbar {
    color: rgba(255, 255, 255, .78);
    background: var(--ink);
    font-size: .78rem;
}

.topbar-inner {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.topbar p {
    margin: 0;
    letter-spacing: .035em;
}

.topbar-actions {
    display: flex;
    align-items: stretch;
    gap: 1.25rem;
}

.topbar-actions a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    text-decoration: none;
}

.topbar-actions a:hover {
    color: var(--white);
}

.topbar-actions .admin-link,
.topbar-actions .cart-link {
    padding-inline: .85rem;
    border-inline: 1px solid rgba(255, 255, 255, .16);
}

.cart-link span {
    display: grid;
    min-width: 1.4rem;
    min-height: 1.4rem;
    margin-left: .45rem;
    place-items: center;
    color: var(--white);
    background: var(--red);
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 800;
}

.navigation {
    display: flex;
    min-height: 104px;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.brand {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 1.1rem;
    text-decoration: none;
}

.brand img {
    width: 76px;
    height: 76px;
    object-fit: contain;
}

.brand .brand-partner {
    width: 66px;
    height: 66px;
    padding-left: 1rem;
    border-left: 1px solid var(--line);
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(.7rem, 1.55vw, 1.35rem);
    font-size: .88rem;
    font-weight: 700;
}

.main-nav a {
    position: relative;
    padding-block: .7rem;
    text-decoration: none;
    white-space: nowrap;
}

.main-nav a:not(.nav-cta)::after {
    position: absolute;
    right: 0;
    bottom: .35rem;
    left: 0;
    height: 2px;
    background: var(--red);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s var(--ease);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.main-nav .nav-cta {
    padding: .75rem 1rem;
    color: var(--white);
    background: var(--red);
    border-radius: 999px;
}

.main-nav .nav-cta:hover {
    background: var(--red-dark);
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 12px;
    border: 1px solid var(--line);
    background: transparent;
    border-radius: 999px;
}

.menu-toggle > span:not(.sr-only) {
    display: block;
    width: 100%;
    height: 2px;
    margin-block: 5px;
    background: var(--ink);
    transition: transform .25s, opacity .25s;
}

/* Buttons and links */
.button,
.button-primary,
.button-secondary,
.button-dark,
.button-outline,
.button-ghost {
    display: inline-flex;
    min-height: 48px;
    padding: .85rem 1.35rem;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .095em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color .25s,
        background .25s,
        border-color .25s,
        transform .25s var(--ease),
        box-shadow .25s;
}

.button:hover,
.button-primary:hover,
.button-secondary:hover,
.button-dark:hover,
.button-outline:hover,
.button-ghost:hover {
    transform: translateY(-2px);
}

.button--primary,
.button-primary {
    color: var(--white);
    background: var(--red);
    box-shadow: 0 10px 28px rgba(195, 34, 50, .25);
}

.button--primary:hover,
.button-primary:hover {
    background: var(--red-dark);
    box-shadow: 0 14px 36px rgba(143, 20, 32, .3);
}

.button--dark,
.button-dark {
    color: var(--white);
    background: var(--ink);
}

.button--dark:hover,
.button-dark:hover {
    background: var(--red);
}

.button--light,
.button-secondary {
    color: var(--ink);
    background: var(--white);
}

.button--light:hover,
.button-secondary:hover {
    color: var(--white);
    background: var(--red);
}

.button--outline,
.button-outline {
    color: var(--ink);
    background: transparent;
    border-color: rgba(19, 22, 25, .45);
}

.button--outline:hover,
.button-outline:hover {
    color: var(--white);
    background: var(--ink);
    border-color: var(--ink);
}

.button--glass {
    color: var(--white);
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(12px);
}

.button--glass:hover {
    background: rgba(255, 255, 255, .18);
}

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

.button-large {
    min-height: 56px;
    padding-inline: 1.8rem;
}

.button--full {
    width: 100%;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    align-items: center;
}

.text-link,
.button-text,
.link-button {
    display: inline-flex;
    padding: 0;
    align-items: center;
    gap: .45rem;
    color: var(--red);
    border: 0;
    background: transparent;
    font-weight: 800;
    text-decoration: none;
}

.text-link:hover,
.button-text:hover,
.link-button:hover {
    text-decoration: underline;
}

.text-link--light {
    color: var(--white);
}

/* Home hero */
.club-hero {
    position: relative;
    display: grid;
    min-height: clamp(680px, calc(100svh - 40px), 920px);
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(10, 13, 15, .96) 0%, rgba(10, 13, 15, .77) 45%, rgba(10, 13, 15, .22) 78%),
        var(--hero-image) center 32% / cover no-repeat;
    isolation: isolate;
}

.club-hero::before {
    position: absolute;
    z-index: -1;
    inset: auto 0 0;
    height: 30%;
    background: linear-gradient(transparent, rgba(8, 10, 12, .72));
    content: "";
}

.club-hero__overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(120deg, transparent 55%, rgba(195, 34, 50, .17)),
        repeating-linear-gradient(110deg, transparent 0 80px, rgba(255, 255, 255, .018) 80px 81px);
}

.club-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 4rem;
    align-items: center;
    padding-block: clamp(7rem, 14vh, 11rem);
}

.club-hero__copy {
    max-width: 810px;
}

.club-hero h1 {
    max-width: 880px;
    margin-bottom: 1.5rem;
    color: var(--white);
    font-size: clamp(3.2rem, 7.7vw, 7.6rem);
    text-wrap: balance;
}

.club-hero__lead {
    max-width: 660px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.club-hero__phone {
    display: inline-flex;
    margin-top: 2rem;
    align-items: center;
    gap: .6rem;
    color: rgba(255, 255, 255, .86);
    font-weight: 700;
    text-decoration: none;
}

.club-hero__facts {
    display: grid;
    padding: .8rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(10, 13, 15, .52);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(16px);
}

.club-hero__facts > div {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 1rem;
    align-items: center;
    padding-block: 1.25rem;
}

.club-hero__facts > div + div {
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.club-hero__facts strong {
    color: var(--white);
    font-family: Georgia, serif;
    font-size: 2.5rem;
    line-height: 1;
}

.club-hero__facts span {
    color: rgba(255, 255, 255, .7);
    font-size: .86rem;
    line-height: 1.45;
}

.club-hero__scroll {
    position: absolute;
    bottom: 1.6rem;
    left: 50%;
    display: flex;
    align-items: center;
    gap: .6rem;
    color: rgba(255, 255, 255, .7);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.trust-strip {
    color: var(--white);
    background: var(--red);
}

.trust-strip__inner {
    display: flex;
    min-height: 116px;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.trust-strip__brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.trust-strip__brand img {
    width: 58px;
    height: 66px;
    padding: .3rem;
    background: var(--white);
    border-radius: var(--radius-sm);
    object-fit: contain;
}

.trust-strip__list {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: .6rem 1.7rem;
    list-style: none;
    font-size: .86rem;
    font-weight: 700;
}

.trust-strip__list li::before {
    margin-right: .65rem;
    color: rgba(255, 255, 255, .55);
    content: "•";
}

/* Cards and editorial sections */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
}

.feature-card {
    position: relative;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: transform .35s var(--ease), box-shadow .35s;
}

.feature-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-8px);
}

.feature-card figure {
    height: 270px;
    margin: 0;
    overflow: hidden;
    background: #e8e5df;
}

.feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--ease);
}

.feature-card:hover img {
    transform: scale(1.045);
}

.feature-card__body {
    position: relative;
    min-height: 245px;
    padding: 2rem;
}

.feature-card__body h3 {
    padding-right: 2.5rem;
}

.feature-card__body p {
    color: var(--muted);
}

.feature-card__number {
    position: absolute;
    top: 1.8rem;
    right: 1.8rem;
    color: rgba(195, 34, 50, .45);
    font-family: Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.split-layout--reverse .split-layout__content {
    order: -1;
}

.split-layout__media {
    position: relative;
    margin: 0;
}

.split-layout__media img {
    width: 100%;
    max-height: 720px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    object-fit: cover;
}

.split-layout__content h2 {
    margin-bottom: 1.5rem;
}

.split-layout__content > p:not(.eyebrow) {
    color: var(--muted);
}

.section--ink .split-layout__content > p:not(.eyebrow) {
    color: rgba(255, 255, 255, .74);
}

.section--ink .split-layout__content h2 {
    color: var(--white);
}

.collage-frame {
    padding: .9rem;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .04);
    border-radius: var(--radius-lg);
    transform: rotate(-1.5deg);
}

.collage-frame figcaption {
    padding: .9rem .5rem .2rem;
    color: rgba(255, 255, 255, .64);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.check-list {
    display: grid;
    margin: 1.7rem 0 2rem;
    padding: 0;
    gap: .75rem;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 1.8rem;
}

.check-list li::before {
    position: absolute;
    top: .05rem;
    left: 0;
    color: var(--red);
    content: "✓";
    font-weight: 900;
}

.section--ink .check-list li::before {
    color: #ed8b95;
}

.schedule-ribbon {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.schedule-ribbon article {
    display: flex;
    min-height: 175px;
    padding: 1.5rem 1.2rem;
    flex-direction: column;
    justify-content: space-between;
}

.schedule-ribbon article + article {
    border-left: 1px solid var(--line);
}

.schedule-ribbon span {
    color: var(--red);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.schedule-ribbon strong {
    font-family: Georgia, serif;
    font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.schedule-ribbon small {
    color: var(--muted);
    line-height: 1.4;
}

.schedule-preview__note {
    margin-top: 1rem;
    color: var(--muted);
    font-size: .88rem;
    text-align: right;
}

/* Shared page hero */
.page-hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(3.5rem, 7vw, 7rem);
    background:
        linear-gradient(135deg, rgba(195, 34, 50, .09), transparent 46%),
        var(--warm);
}

.page-hero::after {
    position: absolute;
    right: -8rem;
    bottom: -14rem;
    width: 34rem;
    height: 34rem;
    border: 1px solid rgba(195, 34, 50, .18);
    border-radius: 50%;
    content: "";
}

.page-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}

.page-hero h1 {
    margin-bottom: 1.35rem;
    font-size: clamp(2.9rem, 6.6vw, 6.2rem);
}

.page-hero__intro {
    max-width: 640px;
    margin-bottom: 2rem;
    color: var(--muted);
    font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.page-hero__media {
    position: relative;
    min-height: 470px;
    margin: 0;
}

.page-hero__media::before {
    position: absolute;
    z-index: -1;
    top: -1rem;
    right: -1rem;
    bottom: 1rem;
    left: 1rem;
    background: var(--red);
    border-radius: var(--radius-lg);
    content: "";
}

.page-hero__media img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    max-height: 610px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    object-fit: cover;
}

.editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
}

.editorial-copy h2 {
    margin-bottom: 1.5rem;
}

.editorial-copy p:not(.eyebrow) {
    max-width: 760px;
    color: var(--muted);
}

.principle-card {
    position: sticky;
    top: 2rem;
    padding: 2.3rem;
    color: var(--white);
    background: var(--ink);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.principle-card__kanji {
    display: block;
    color: rgba(255, 255, 255, .12);
    font-family: serif;
    font-size: 7rem;
    line-height: .85;
}

.principle-card > p {
    margin-block: 1.5rem;
    color: var(--white);
    font-family: Georgia, serif;
    font-size: 1.75rem;
    line-height: 1.15;
}

.principle-card ul {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(255, 255, 255, .7);
}

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

.benefit-card {
    min-height: 270px;
    padding: 2rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.benefit-card > span {
    display: inline-block;
    margin-bottom: 3rem;
    color: var(--red);
    font-family: Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.benefit-card p {
    color: var(--muted);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.coach-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.coach-card figure {
    height: 390px;
    margin: 0;
    overflow: hidden;
    background: var(--warm);
}

.coach-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coach-card__body {
    padding: 1.7rem;
}

.coach-card__body h3 {
    margin-bottom: 1rem;
}

.coach-card__body p {
    color: var(--muted);
    font-size: .92rem;
}

.coach-card__rank {
    margin-bottom: .45rem;
    color: var(--red) !important;
    font-size: .7rem !important;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Schedule and prices */
.venue-key {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.2rem;
    color: var(--muted);
    font-size: .86rem;
}

.venue-key span {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.venue-dot {
    width: .65rem;
    height: .65rem;
    background: var(--red);
    border-radius: 50%;
}

.venue-dot--alt {
    background: var(--gold);
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.schedule-day {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.schedule-day__head {
    display: flex;
    min-height: 92px;
    padding: 1.4rem;
    align-items: flex-end;
    justify-content: space-between;
    gap: .8rem;
    color: var(--white);
    background: var(--red);
}

.schedule-day--alternate .schedule-day__head {
    background: #8b713f;
}

.schedule-day__head h3 {
    margin: 0;
    color: var(--white);
    font-size: 1.65rem;
}

.schedule-day__head span {
    max-width: 135px;
    font-size: .7rem;
    font-weight: 800;
    line-height: 1.3;
    text-align: right;
}

.schedule-day__sessions {
    display: grid;
}

.schedule-session {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 1rem;
    padding: 1.3rem;
}

.schedule-session + .schedule-session {
    border-top: 1px solid var(--line);
}

.schedule-session time {
    font-family: Georgia, serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.schedule-session div {
    display: grid;
}

.schedule-session span {
    color: var(--muted);
    font-size: .83rem;
}

.info-notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 1.5rem;
}

.info-notes p {
    padding: 1.2rem;
    background: rgba(185, 152, 88, .12);
    border-left: 4px solid var(--gold);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    font-size: .88rem;
}

.source-poster {
    margin-top: 2rem;
    padding: 1rem 1.25rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.source-poster summary {
    font-weight: 800;
}

.source-poster figure {
    max-width: 650px;
    margin: 1.5rem auto .5rem;
}

.source-poster img {
    border-radius: var(--radius-sm);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    align-items: stretch;
}

.price-card {
    position: relative;
    display: flex;
    min-height: 490px;
    padding: 2rem;
    flex-direction: column;
    color: var(--ink);
    background: #252a2e;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius-lg);
}

.price-card h3,
.price-card .price-card__price {
    color: var(--white);
}

.price-card__badge {
    align-self: flex-start;
    margin-bottom: 1.2rem;
    padding: .35rem .65rem;
    color: var(--white);
    background: var(--red);
    border-radius: 999px;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.price-card__price {
    margin: 1.5rem 0 0;
    font-family: Georgia, serif;
    font-size: clamp(2.6rem, 5vw, 4.2rem);
    font-weight: 700;
    line-height: 1;
}

.price-card__period,
.price-card li,
.price-card__note {
    color: rgba(255, 255, 255, .68);
}

.price-card ul {
    display: grid;
    margin: 2rem 0;
    padding: 0;
    gap: .7rem;
    list-style: none;
    font-size: .9rem;
}

.price-card li::before {
    margin-right: .5rem;
    color: #e88e97;
    content: "✓";
}

.price-card .button {
    margin-top: auto;
}

.price-card--featured {
    background: var(--red-dark);
    transform: translateY(-1rem);
}

.pricing-proof-note {
    margin-top: 1.2rem;
    color: rgba(255, 255, 255, .68);
    font-size: .84rem;
}

.family-offer {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 2rem;
    margin-top: 2.5rem;
    padding: 2rem;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: var(--radius-lg);
}

.family-offer__amount {
    color: var(--white);
    font-family: Georgia, serif;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}

.family-offer h3 {
    color: var(--white);
}

.family-offer p {
    color: rgba(255, 255, 255, .68);
}

/* Forms */
.enrollment-layout,
.contact-layout {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
}

.trial-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
}

.enrollment-sidebar,
.trial-content,
.contact-details {
    position: sticky;
    top: 2rem;
}

.step-list {
    display: grid;
    margin: 2rem 0;
    padding: 0;
    gap: 1rem;
    list-style: none;
}

.step-list li,
.trial-steps article {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 1rem;
    align-items: start;
}

.step-list li > span,
.trial-steps article > span,
.step-number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--white);
    background: var(--red);
    border-radius: 50%;
    font-weight: 900;
}

.step-list p,
.trial-steps p {
    color: var(--muted);
    font-size: .9rem;
}

.license-note,
.bring-card,
.pickup-card,
.secure-note,
.legal-callout {
    padding: 1.35rem;
    background: rgba(185, 152, 88, .13);
    border: 1px solid rgba(185, 152, 88, .35);
    border-radius: var(--radius);
}

.license-note + .license-note {
    margin-top: 1rem;
}

.license-note--muted {
    background: rgba(20, 42, 47, .05);
    border-color: rgba(20, 42, 47, .14);
}

.form-card,
.card {
    padding: clamp(1.5rem, 4vw, 3rem);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.form-card__header {
    margin-bottom: 2rem;
}

.form-card__header h2 {
    margin-bottom: .7rem;
    font-size: clamp(2rem, 4vw, 3rem);
}

.form-card__header p:last-child {
    color: var(--muted);
    font-size: .9rem;
}

.club-form,
.checkout-form,
.legal-form,
.install-form {
    display: grid;
    gap: 1.5rem;
}

.club-form fieldset,
.checkout-form fieldset,
.legal-form fieldset {
    min-width: 0;
    margin: 0;
    padding: 1.35rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.club-form legend,
.checkout-form legend,
.legal-form legend {
    padding-inline: .45rem;
    font-family: Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
}

.form-grid {
    display: grid;
    gap: 1rem;
}

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

.form-field--wide,
.field-wide {
    grid-column: 1 / -1;
}

.club-form label,
.checkout-form label,
.legal-form label,
.field {
    display: grid;
    gap: .45rem;
    font-size: .86rem;
    font-weight: 750;
}

.club-form input:not([type="checkbox"], [type="radio"]),
.club-form select,
.club-form textarea,
.checkout-form input:not([type="checkbox"], [type="radio"]),
.checkout-form select,
.checkout-form textarea,
.legal-form input:not([type="checkbox"], [type="radio"]),
.legal-form select,
.legal-form textarea,
.install-form input,
.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 49px;
    padding: .78rem .9rem;
    border: 1px solid rgba(19, 22, 25, .23);
    outline: 0;
    background: #fbfaf7;
    border-radius: .65rem;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.club-form textarea,
.checkout-form textarea,
.legal-form textarea {
    min-height: 120px;
    resize: vertical;
}

.club-form input:focus,
.club-form select:focus,
.club-form textarea:focus,
.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus,
.legal-form input:focus,
.legal-form select:focus,
.legal-form textarea:focus,
.install-form input:focus {
    border-color: var(--red);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(195, 34, 50, .1);
}

.club-form input:user-invalid,
.club-form select:user-invalid,
.club-form textarea:user-invalid {
    border-color: var(--red);
}

.choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

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

.choice-card {
    position: relative;
    cursor: pointer;
}

.choice-card[hidden] {
    display: none;
}

.choice-card.is-disabled {
    cursor: not-allowed;
}

.choice-card.is-disabled > span {
    opacity: .56;
    filter: grayscale(.7);
}

.choice-card > input {
    position: absolute;
    opacity: 0;
}

.choice-card > span {
    display: grid;
    min-height: 145px;
    padding: 1.1rem;
    align-content: center;
    background: var(--paper);
    border: 2px solid transparent;
    border-radius: var(--radius);
    transition: border-color .2s, background .2s, transform .2s;
}

.choice-card input:checked + span {
    background: #fff8f8;
    border-color: var(--red);
    transform: translateY(-2px);
}

.choice-card input:focus-visible + span {
    outline: 3px solid #efb2b9;
    outline-offset: 3px;
}

.choice-card b {
    color: var(--red);
    font-family: Georgia, serif;
    font-size: 1.4rem;
}

.choice-card small,
.form-field-note,
.form-privacy,
.form-help,
.form-privacy-note {
    color: var(--muted);
    font-size: .8rem;
}

.choice-card em {
    margin-top: .45rem;
    color: var(--muted);
    font-size: .74rem;
    font-style: normal;
    font-weight: 500;
}

.form-field-note--warning {
    padding: .75rem .9rem;
    color: #6c4811;
    background: #fff5dd;
    border: 1px solid #ebcd89;
    border-radius: .6rem;
}

.inline-radio-group {
    display: grid;
    gap: .65rem;
}

.inline-radio-group label {
    display: flex;
    padding: .75rem .9rem;
    align-items: flex-start;
    gap: .65rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: .65rem;
}

.inline-radio-group input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: .12rem;
    accent-color: var(--red);
}

.subject-choices,
.radio-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
}

.subject-choices label,
.radio-field,
.choice {
    display: flex;
    padding: .8rem;
    align-items: center;
    gap: .65rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: .65rem;
}

.checkbox-line,
.check-field,
.consent-choice {
    display: flex !important;
    align-items: flex-start;
    gap: .7rem !important;
    font-size: .82rem !important;
    font-weight: 500 !important;
}

.checkbox-line input,
.check-field input,
.consent-choice input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: .2rem;
    flex: 0 0 auto;
    accent-color: var(--red);
}

.form-consents {
    display: grid;
    gap: .9rem;
}

.form-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.conditional-fields {
    padding: 1rem;
    background: var(--warm);
    border-radius: var(--radius);
}

.form-alert,
.alert,
.form-errors,
.form-notice {
    margin-bottom: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: var(--radius-sm);
}

.form-alert {
    display: grid;
}

.form-alert--success,
.alert-info {
    color: #134d34;
    background: #e6f5ed;
    border: 1px solid #a7d6bd;
}

.form-alert--info {
    color: #173f4b;
    background: #e9f5f7;
    border: 1px solid #acd3da;
}

.form-alert--error,
.alert-error,
.form-errors {
    color: #721e27;
    background: #fdebed;
    border: 1px solid #efafb6;
}

.enrollment-confirmation {
    display: grid;
    gap: 1.5rem;
}

.enrollment-confirmation__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.confirmation-card {
    padding: clamp(1.5rem, 4vw, 2.4rem);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.confirmation-card--status {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.confirmation-card--wide {
    display: grid;
    gap: 1rem;
}

.confirmation-reference {
    display: block;
    margin-block: .7rem 1.5rem;
    color: var(--red-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 4vw, 2.5rem);
    overflow-wrap: anywhere;
}

.confirmation-summary {
    display: grid;
    margin: 0;
}

.confirmation-summary > div {
    display: grid;
    grid-template-columns: minmax(110px, .4fr) minmax(0, 1fr);
    gap: 1rem;
    padding-block: .7rem;
    border-top: 1px solid var(--line);
}

.confirmation-summary dt {
    color: var(--muted);
    font-size: .8rem;
    font-weight: 800;
}

.confirmation-summary dd {
    margin: 0;
    font-weight: 750;
}

.payment-state {
    width: fit-content;
    padding: .5rem .75rem;
    color: #594009;
    background: #fff3cf;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 900;
}

.payment-state[data-tone="paid"],
.payment-state[data-tone="active"] {
    color: #15553a;
    background: #dff4e8;
}

.payment-state[data-tone="failed"],
.payment-state[data-tone="cancelled"],
.payment-state[data-tone="warning"] {
    color: #76212a;
    background: #fde5e8;
}

.payment-state[data-tone="processing"] {
    color: #204d67;
    background: #e2f0f7;
}

.payment-progress {
    display: flex;
    padding: 1rem;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    background: var(--paper);
    border-radius: var(--radius-sm);
}

.payment-progress span {
    color: var(--muted);
    font-size: .84rem;
}

.payment-history {
    display: grid;
    gap: .65rem;
}

.payment-history > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 1rem;
    padding: .85rem 1rem;
    align-items: center;
    background: var(--paper);
    border-radius: .65rem;
}

.payment-history small {
    color: var(--muted);
}

.confirmation-help {
    margin: .5rem 0 0;
    text-align: center;
}

@media (max-width: 780px) {
    .enrollment-confirmation__grid,
    .choice-grid--plans {
        grid-template-columns: 1fr;
    }

    .confirmation-summary > div,
    .payment-history > div {
        grid-template-columns: 1fr;
        gap: .2rem;
    }

    .payment-progress {
        align-items: flex-start;
        flex-direction: column;
    }
}

.contact-details {
    display: grid;
    gap: 1.5rem;
}

.contact-details__intro p:last-child {
    color: var(--muted);
}

.contact-list {
    margin: 0;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.contact-list > div {
    display: grid;
    grid-template-columns: 110px 1fr;
    padding: 1rem 1.2rem;
    gap: 1rem;
}

.contact-list > div + div {
    border-top: 1px solid var(--line);
}

.contact-list dt {
    color: var(--red);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-list dd {
    margin: 0;
}

.contact-list dd a {
    display: block;
}

.trial-steps {
    display: grid;
    gap: 1.2rem;
    margin-block: 2rem;
}

.bring-card {
    margin-top: 2rem;
}

.faq-list {
    max-width: 850px;
    margin-inline: auto;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.faq-list details {
    padding: 1.2rem 1.5rem;
}

.faq-list details + details {
    border-top: 1px solid var(--line);
}

.faq-list summary {
    font-family: Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
}

.faq-list p {
    margin: 1rem 0 0;
    color: var(--muted);
}

/* External media consent */
.video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.consent-embed {
    position: relative;
    display: grid;
    min-height: 310px;
    aspect-ratio: var(--embed-ratio, 16 / 9);
    overflow: hidden;
    place-items: center;
    color: var(--white);
    background: #171b1e;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: var(--radius-lg);
    isolation: isolate;
}

.consent-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.consent-embed__poster,
.consent-embed__veil {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
}

.consent-embed__poster {
    object-fit: cover;
}

.consent-embed__veil {
    z-index: -1;
    background: linear-gradient(rgba(8, 10, 12, .66), rgba(8, 10, 12, .91));
}

.consent-embed__content {
    max-width: 410px;
    padding: 2rem;
    text-align: center;
}

.consent-embed__content h3 {
    margin-bottom: .6rem;
    color: var(--white);
}

.consent-embed__content p {
    color: rgba(255, 255, 255, .72);
    font-size: .86rem;
}

.consent-embed__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    place-items: center;
    background: var(--red);
    border-radius: 50%;
}

.consent-embed__provider {
    margin-bottom: .5rem !important;
    color: #f0aab1 !important;
    font-size: .65rem !important;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.consent-embed .text-link {
    display: flex;
    width: max-content;
    margin: .9rem auto 0;
    font-size: .78rem;
}

.local-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
}

.local-video-card {
    overflow: hidden;
    background: #272d31;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius-lg);
}

.local-video-card video {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    object-fit: contain;
}

.local-video-card > div {
    padding: 1.3rem 1.5rem;
}

.local-video-card h3 {
    margin: .2rem 0 0;
    color: var(--white);
}

.local-video-card span {
    color: rgba(255, 255, 255, .56);
    font-size: .76rem;
}

.section-action {
    margin-top: 2rem;
    text-align: center;
}

/* Gallery and press */
.gallery-toolbar {
    display: flex;
    margin-bottom: 3.5rem;
    padding: 1.2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.gallery-toolbar p {
    margin: 0;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.filter-button {
    padding: .6rem .85rem;
    border: 1px solid var(--line);
    background: transparent;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 800;
}

.filter-button:hover,
.filter-button.is-active {
    color: var(--white);
    background: var(--ink);
    border-color: var(--ink);
}

.gallery-section + .gallery-section {
    margin-top: 6rem;
    padding-top: 5rem;
    border-top: 1px solid var(--line);
}

.gallery-section__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .6fr);
    gap: 2rem 4rem;
    margin-bottom: 2rem;
    align-items: end;
}

.gallery-section__header h2 {
    margin-bottom: 0;
}

.gallery-section__header > p {
    color: var(--muted);
}

.photo-grid {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.photo-card {
    min-width: 0;
    margin: 0;
}

.photo-card button,
.podium-grid button {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: var(--warm);
    border-radius: var(--radius);
}

.photo-card button {
    aspect-ratio: 1;
}

.photo-card--lead {
    grid-column: span 2;
    grid-row: span 2;
}

.photo-card img,
.podium-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s var(--ease), filter .45s;
}

.photo-card:hover img,
.podium-grid figure:hover img {
    filter: brightness(.82);
    transform: scale(1.04);
}

.photo-card__zoom {
    position: absolute;
    right: .8rem;
    bottom: .8rem;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--ink);
    background: var(--white);
    border-radius: 50%;
}

.photo-card figcaption,
.podium-grid figcaption {
    padding: .65rem .2rem;
    color: var(--muted);
    font-size: .78rem;
    line-height: 1.4;
}

.achievement-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.achievement-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.achievement-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.achievement-card > div {
    padding: 1.25rem;
}

.podium-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
}

.podium-grid figure {
    margin: 0;
}

.podium-grid button {
    aspect-ratio: 3 / 4;
}

.lightbox {
    width: min(94vw, 1120px);
    max-height: 94vh;
    padding: 0;
    overflow: hidden;
    color: var(--white);
    background: #090b0c;
    border: 0;
    border-radius: var(--radius);
    box-shadow: 0 30px 120px rgba(0, 0, 0, .55);
}

.lightbox::backdrop {
    background: rgba(6, 8, 9, .88);
    backdrop-filter: blur(7px);
}

.lightbox__figure {
    display: grid;
    max-height: 94vh;
    margin: 0;
}

.lightbox__figure img {
    width: 100%;
    max-height: calc(94vh - 70px);
    object-fit: contain;
}

.lightbox__figure figcaption {
    padding: 1rem 4rem 1rem 1.2rem;
    color: rgba(255, 255, 255, .72);
    font-size: .85rem;
}

.lightbox__close {
    position: absolute;
    z-index: 1;
    top: .75rem;
    right: .75rem;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--white);
    background: rgba(0, 0, 0, .7);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    font-size: 1.4rem;
}

.press-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.press-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.press-card > a {
    display: grid;
    height: 100%;
    grid-template-columns: 40% 1fr;
    text-decoration: none;
}

.press-card figure {
    min-height: 280px;
    margin: 0;
    overflow: hidden;
}

.press-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s var(--ease);
}

.press-card:hover img {
    transform: scale(1.04);
}

.press-card__body {
    display: flex;
    padding: 1.7rem;
    flex-direction: column;
}

.press-card__body > span {
    color: var(--red);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.press-card__body h3 {
    margin: 1rem 0;
}

.press-card__body time {
    color: var(--muted);
    font-size: .78rem;
}

.press-card__body .text-link {
    margin-top: auto;
}

.press-card--lead {
    grid-column: 1 / -1;
}

.press-card--lead > a {
    grid-template-columns: 52% 1fr;
}

.press-card--lead figure {
    min-height: 430px;
}

/* Closing call to action */
.closing-cta {
    color: var(--white);
    background:
        linear-gradient(100deg, rgba(143, 20, 32, .96), rgba(195, 34, 50, .86)),
        url("../media/optimized/1317-photo-couverture-plan-large.webp") center / cover;
}

.closing-cta__inner {
    display: flex;
    min-height: 300px;
    padding-block: 3.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.closing-cta h2 {
    max-width: 780px;
    margin-bottom: .6rem;
    color: var(--white);
}

.closing-cta p:not(.eyebrow) {
    color: rgba(255, 255, 255, .72);
}

/* Shop and checkout shared styles */
.shop-hero,
.simple-hero {
    padding-block: clamp(3.5rem, 7vw, 6.5rem);
    background: var(--warm);
}

.shop-hero {
    overflow: hidden;
}

.shop-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
    gap: clamp(2rem, 6vw, 5.5rem);
    align-items: center;
}

.shop-hero-copy {
    position: relative;
    z-index: 2;
}

.shop-hero-copy h1 {
    max-width: 720px;
    margin-bottom: 1rem;
}

.shop-hero-copy > p:last-child {
    max-width: 620px;
    color: var(--muted);
    font-size: clamp(1rem, 1.7vw, 1.16rem);
}

.shop-hero-media {
    width: 100%;
    max-width: 690px;
    margin: 0;
    overflow: hidden;
    justify-self: end;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.shop-hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
}

.service-strip {
    padding-block: 2rem;
    background: var(--ink);
}

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

.service-grid > div {
    display: grid;
    padding: 1.25rem;
    gap: .35rem;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--radius);
}

.service-grid span {
    color: rgba(255, 255, 255, .68);
    font-size: .84rem;
}

.catalog-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr)) auto;
    margin-block: 2rem;
    padding: 1.25rem;
    align-items: end;
    gap: 1rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.catalog-filters label {
    min-width: 0;
}

.catalog-filters .button {
    min-width: 132px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}

.product-card {
    position: relative;
    display: grid;
    height: 100%;
    overflow: hidden;
    grid-template-rows: auto 1fr;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition:
        transform .3s var(--ease),
        box-shadow .3s var(--ease);
}

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

.product-card > a {
    display: block;
    text-decoration: none;
}

.product-image {
    aspect-ratio: 1;
    overflow: hidden;
    background: #ecebe7;
}

.product-image img {
    width: 100%;
    height: 100%;
    padding: .45rem;
    object-fit: contain;
    transition: transform .45s var(--ease);
}

.product-card:hover .product-image img {
    transform: scale(1.04);
}

.product-content {
    display: flex;
    padding: 1.2rem;
    flex-direction: column;
}

.product-content h2,
.product-content h3 {
    font-size: 1.25rem;
}

.product-category {
    color: var(--red);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.product-price,
.product-price-large {
    color: var(--ink);
    font-family: Georgia, serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.product-content .product-price {
    margin-top: auto;
    padding-top: 1rem;
}

.product-price-large {
    font-size: 2.2rem;
}

.featured-badge,
.stock-badge {
    position: absolute;
    z-index: 2;
    top: .8rem;
    left: .8rem;
    padding: .4rem .65rem;
    color: var(--white);
    background: var(--red);
    border-radius: 999px;
    font-size: .65rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-page,
.gallery-main {
    padding-block: clamp(3rem, 7vw, 6rem);
}

.breadcrumbs {
    margin-bottom: 2rem;
    color: var(--muted);
    font-size: .8rem;
}

.product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(2rem, 7vw, 6rem);
}

.product-gallery {
    display: grid;
    gap: 1rem;
}

.gallery-thumb {
    overflow: hidden;
    background: var(--white);
    border-radius: var(--radius);
}

.product-summary {
    position: sticky;
    top: 2rem;
    align-self: start;
}

.product-video {
    overflow: hidden;
    margin-block: 1.5rem;
    background: var(--ink);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.product-video video {
    width: 100%;
    max-height: 520px;
    background: #000;
}

.product-video p {
    margin: 0;
    padding: .8rem 1rem;
    color: var(--white);
}

.product-facts {
    display: grid;
    margin-block: 2rem;
}

.product-facts > div {
    display: grid;
    grid-template-columns: 150px 1fr;
    padding-block: .8rem;
    border-bottom: 1px solid var(--line);
}

.product-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: .35rem;
    gap: 1rem;
}

.product-actions .button {
    min-height: 46px;
    padding-inline: 1rem;
}

.product-quick-add {
    display: flex;
}

.product-quick-add .button {
    width: 100%;
    white-space: nowrap;
}

.add-to-cart-form {
    display: grid;
    gap: 1rem;
}

.cart-layout,
.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 2rem;
    align-items: start;
}

.cart-list,
.checkout-items {
    display: grid;
    gap: 1rem;
}

.cart-item {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 1.2rem;
    padding: 1rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.cart-item img {
    width: 120px;
    height: 120px;
    border-radius: .6rem;
    object-fit: cover;
}

.order-summary,
.request-summary {
    position: sticky;
    top: 2rem;
    padding: 1.5rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.summary-total {
    display: flex;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    justify-content: space-between;
    border-top: 2px solid var(--ink);
    font-size: 1.25rem;
    font-weight: 900;
}

.empty-state,
.confirmation-page,
.form-confirmation {
    max-width: 760px;
    margin: 4rem auto;
    padding: 3rem;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.confirmation-icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 1.5rem;
    place-items: center;
    color: var(--white);
    background: var(--red);
    border-radius: 50%;
    font-size: 2rem;
}

.invoice-shell {
    width: min(calc(100% - 2.5rem), 1100px);
}

.invoice-actions {
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: space-between;
    gap: 1rem;
}

.invoice-document {
    overflow-x: auto;
    padding: clamp(1.25rem, 4vw, 3rem);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.invoice-heading,
.invoice-parties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.invoice-heading {
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--ink);
}

.invoice-heading h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
}

.invoice-heading dl,
.invoice-totals dl {
    margin: 0;
}

.invoice-heading dl > div,
.invoice-totals dl > div {
    display: flex;
    padding-block: .35rem;
    justify-content: space-between;
    gap: 1rem;
}

.invoice-heading dd,
.invoice-totals dd {
    margin: 0;
    text-align: right;
}

.invoice-parties {
    padding-block: 2rem;
}

.invoice-parties h2 {
    font-size: 1.25rem;
}

.invoice-lines {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
}

.invoice-lines th,
.invoice-lines td {
    padding: .75rem;
    border: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.invoice-lines th {
    background: var(--warm);
    font-size: .75rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.invoice-totals {
    width: min(100%, 430px);
    margin: 2rem 0 2rem auto;
}

.invoice-grand-total {
    margin-top: .6rem;
    padding-top: .85rem !important;
    border-top: 2px solid var(--ink);
    font-size: 1.15rem;
    font-weight: 900;
}

.invoice-notes {
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
    font-size: .9rem;
}

@media print {
    .site-header,
    .site-footer,
    .cookie-banner,
    .invoice-actions {
        display: none !important;
    }

    .invoice-document {
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .invoice-shell {
        width: 100%;
    }
}

/* Legal pages */
.legal-hero {
    padding-block: clamp(3rem, 7vw, 6rem);
    padding-inline: max(1.25rem, calc((100% - var(--container)) / 2));
    background: var(--warm);
}

.legal-hero > * {
    max-width: 850px;
}

.legal-layout {
    display: grid;
    width: min(calc(100% - 2.5rem), var(--container));
    margin-inline: auto;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 4rem;
    padding-block: 4rem;
    align-items: start;
}

.legal-summary {
    position: sticky;
    top: 2rem;
    padding: 1.2rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.legal-summary {
    display: grid;
    gap: .45rem;
}

.legal-summary strong {
    margin-bottom: .35rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
}

.legal-summary a {
    padding: .35rem .45rem;
    color: var(--muted);
    border-radius: .4rem;
    text-decoration: none;
}

.legal-summary a:hover,
.legal-summary a:focus-visible {
    color: var(--red-dark);
    background: var(--warm);
}

.legal-content,
.rich-text {
    max-width: 850px;
}

.legal-content > section {
    scroll-margin-top: 8rem;
}

.legal-content > section + section {
    margin-top: 2.75rem;
    padding-top: .25rem;
    border-top: 1px solid var(--line);
}

.legal-content h2,
.rich-text h2 {
    margin-top: 2.5rem;
    font-size: 2rem;
}

.legal-content h3,
.rich-text h3 {
    margin-top: 2rem;
}

.legal-content p,
.legal-content li,
.rich-text p,
.rich-text li {
    color: #434a4f;
}

.legal-table-wrap {
    overflow-x: auto;
    margin-block: 1.5rem;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
}

.legal-table th,
.legal-table td {
    padding: .8rem;
    border: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.legal-table th {
    background: var(--warm);
}

.legal-identity,
.request-summary {
    display: grid;
    margin-block: 1.4rem;
    border-top: 1px solid var(--line);
}

.legal-identity > div,
.request-summary > div {
    display: grid;
    padding-block: .8rem;
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(150px, .45fr) minmax(0, 1fr);
    gap: 1.25rem;
}

.legal-identity dt,
.request-summary dt {
    color: var(--muted);
    font-weight: 800;
}

.legal-identity dd,
.request-summary dd {
    margin: 0;
}

.legal-update {
    margin-top: 3.5rem;
    padding-top: 1rem;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font-size: .86rem;
}

.legal-form-page {
    padding-block: 0;
}

.legal-form-container {
    width: min(calc(100% - 2.5rem), 850px);
    margin-inline: auto;
    padding-block: 4rem;
}

.legal-form-container > section + section {
    margin-top: 2.5rem;
}

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

.legal-form .field small,
.form-privacy-note {
    color: var(--muted);
    font-size: .82rem;
    font-weight: 500;
}

.form-privacy-note {
    padding: 1rem;
    background: var(--mist);
    border-radius: var(--radius-sm);
}

.form-confirmation {
    padding: clamp(1.5rem, 5vw, 3rem);
    background: var(--white);
    border: 1px solid var(--line);
    border-top: 5px solid var(--red);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.request-summary {
    padding-inline: 1rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.inline-form {
    margin-top: .75rem;
}

.button-text {
    padding-inline: 0;
    color: var(--red-dark);
    background: transparent;
    border: 0;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: .2em;
}

.requirements-list {
    display: grid;
    padding: 0;
    gap: .5rem;
    list-style: none;
}

.requirements-list .is-ok {
    color: #267550;
}

.requirements-list .is-error {
    color: var(--red);
}

/* Footer */
.site-footer {
    color: rgba(255, 255, 255, .7);
    background: #0c0f11;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-block: 4.5rem 3rem;
}

.site-footer h2 {
    margin-bottom: 1.1rem;
    color: var(--white);
    font-family: inherit;
    font-size: .8rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.site-footer a,
.site-footer .link-button {
    color: rgba(255, 255, 255, .73);
}

.site-footer a:hover,
.site-footer .link-button:hover {
    color: var(--white);
}

.footer-logo {
    width: 84px;
    height: 84px;
    padding: .35rem;
    background: var(--white);
    border-radius: 50%;
    object-fit: contain;
}

.footer-title {
    margin: 1rem 0 .4rem;
    color: var(--white);
    font-family: Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.site-footer address {
    margin-bottom: 1rem;
    font-style: normal;
}

.footer-links {
    display: grid;
    margin: 0;
    padding: 0;
    gap: .55rem;
    list-style: none;
    font-size: .88rem;
}

.footer-bottom {
    display: flex;
    padding-block: 1.3rem;
    justify-content: space-between;
    gap: 2rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: .74rem;
}

.footer-bottom p {
    margin: 0;
}

/* Flash and cookie controls */
.flash {
    position: relative;
    z-index: 90;
    display: flex;
    margin-top: 1rem;
    padding: .9rem 3rem .9rem 1rem;
    justify-content: space-between;
    border-radius: var(--radius-sm);
}

.flash p {
    margin: 0;
}

.flash button {
    position: absolute;
    top: .45rem;
    right: .65rem;
    border: 0;
    background: transparent;
    font-size: 1.4rem;
}

.flash-success {
    color: #134d34;
    background: #e6f5ed;
    border: 1px solid #a7d6bd;
}

.flash-error {
    color: #721e27;
    background: #fdebed;
    border: 1px solid #efafb6;
}

.consent-banner {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    padding: 1rem;
    place-items: center;
    background: rgba(7, 9, 10, .72);
    backdrop-filter: blur(7px);
}

.consent-card {
    width: min(100%, 660px);
    max-height: calc(100svh - 2rem);
    padding: clamp(1.5rem, 5vw, 3rem);
    overflow-y: auto;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: 0 30px 100px rgba(0, 0, 0, .35);
}

.consent-card h2 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 3.2rem);
}

.consent-actions {
    display: flex;
    margin-block: 1.5rem;
    flex-wrap: wrap;
    gap: .6rem;
}

.consent-options {
    display: grid;
    margin-block: 1.5rem;
    gap: .8rem;
}

.consent-row {
    display: flex;
    padding: 1rem;
    align-items: flex-start;
    gap: .8rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.consent-row input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: .2rem;
    accent-color: var(--red);
}

.consent-row span {
    display: grid;
}

.consent-row small {
    color: var(--muted);
}

/* Motion */
.js [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s var(--ease), transform .7s var(--ease);
}

.js [data-reveal].is-revealed {
    opacity: 1;
    transform: none;
}

/* Responsive */
@media (max-width: 1120px) {
    .navigation {
        min-height: 92px;
    }

    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        z-index: 120;
        top: 0;
        right: 0;
        display: flex;
        width: min(88vw, 420px);
        height: 100svh;
        padding: 6.5rem 2rem 2rem;
        overflow-y: auto;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        background: var(--paper);
        box-shadow: -20px 0 60px rgba(0, 0, 0, .25);
        transform: translateX(110%);
        transition: transform .35s var(--ease);
    }

    .main-nav.is-open {
        transform: translateX(0);
    }

    .main-nav a {
        padding-block: 1rem;
        border-bottom: 1px solid var(--line);
        font-size: 1rem;
    }

    .main-nav .nav-cta {
        margin-top: 1rem;
        padding-inline: 1.2rem;
        text-align: center;
    }

    .menu-open .menu-toggle {
        position: fixed;
        z-index: 130;
        top: 1.2rem;
        right: 1.2rem;
        background: var(--white);
    }

    .menu-open .menu-toggle > span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-open .menu-toggle > span:nth-child(2) {
        opacity: 0;
    }

    .menu-open .menu-toggle > span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .club-hero__content {
        grid-template-columns: minmax(0, 1fr) 240px;
    }

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

    .price-card:last-child {
        grid-column: 1 / -1;
    }

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

@media (max-width: 900px) {
    .topbar-inner > p {
        display: none;
    }

    .topbar-inner {
        justify-content: flex-end;
    }

    .topbar-actions > a:not(.admin-link, .cart-link) {
        display: none;
    }

    .club-hero {
        min-height: 780px;
        background:
            linear-gradient(rgba(8, 10, 12, .65), rgba(8, 10, 12, .88)),
            var(--hero-image) 58% center / cover no-repeat;
    }

    .club-hero__content {
        grid-template-columns: 1fr;
        align-content: center;
    }

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

    .club-hero__facts > div {
        grid-template-columns: 1fr;
    }

    .club-hero__facts > div + div {
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, .16);
        padding-left: 1.2rem;
    }

    .trust-strip__inner {
        padding-block: 1.2rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-heading--split,
    .page-hero__grid,
    .shop-hero-grid,
    .split-layout,
    .editorial-grid,
    .enrollment-layout,
    .contact-layout,
    .trial-grid,
    .product-detail,
    .cart-layout,
    .checkout-layout,
    .legal-layout {
        grid-template-columns: 1fr;
    }

    .shop-hero-media {
        max-width: none;
        justify-self: stretch;
    }

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

    .catalog-filters .button {
        width: 100%;
    }

    .invoice-heading,
    .invoice-parties {
        grid-template-columns: 1fr;
    }

    .page-hero__media {
        min-height: 380px;
    }

    .page-hero__media img {
        min-height: 380px;
    }

    .split-layout--reverse .split-layout__content {
        order: initial;
    }

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

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

    .video-grid > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

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

    .schedule-ribbon article:nth-child(n + 4) {
        border-top: 1px solid var(--line);
    }

    .schedule-ribbon article:nth-child(4) {
        border-left: 0;
    }

    .enrollment-sidebar,
    .trial-content,
    .contact-details,
    .product-summary,
    .order-summary,
    .request-summary,
    .legal-summary {
        position: static;
    }

    .gallery-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .press-card > a,
    .press-card--lead > a {
        grid-template-columns: 1fr;
    }

    .press-card figure,
    .press-card--lead figure {
        min-height: 270px;
        max-height: 350px;
    }

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

@media (max-width: 680px) {
    :root {
        --radius-lg: 1.15rem;
    }

    .container {
        width: min(calc(100% - 1.4rem), var(--container));
    }

    .topbar-actions {
        gap: 0;
    }

    .navigation {
        min-height: 78px;
    }

    .brand {
        gap: .7rem;
    }

    .brand img {
        width: 56px;
        height: 56px;
    }

    .brand .brand-partner {
        width: 50px;
        height: 50px;
        padding-left: .7rem;
    }

    .club-hero {
        min-height: 760px;
    }

    .club-hero__content {
        gap: 2rem;
        padding-block: 5rem 7rem;
    }

    .club-hero h1 {
        font-size: clamp(3rem, 16vw, 5.1rem);
    }

    .club-hero__facts {
        grid-template-columns: 1fr;
    }

    .club-hero__facts > div {
        grid-template-columns: 55px 1fr;
    }

    .club-hero__facts > div + div {
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .16);
        border-left: 0;
    }

    .club-hero__scroll {
        display: none;
    }

    .trust-strip__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .feature-grid,
    .benefit-grid,
    .team-grid,
    .schedule-grid,
    .pricing-grid,
    .video-grid,
    .local-video-grid,
    .podium-grid,
    .achievement-grid,
    .press-grid,
    .product-grid,
    .service-grid {
        grid-template-columns: 1fr;
    }

    .catalog-filters {
        grid-template-columns: 1fr;
    }

    .product-actions {
        grid-template-columns: 1fr;
    }

    .price-card:last-child,
    .video-grid > :last-child:nth-child(odd),
    .press-card--lead {
        grid-column: auto;
    }

    .price-card--featured {
        transform: none;
    }

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

    .schedule-ribbon article:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }

    .schedule-ribbon article:nth-child(odd) {
        border-left: 0;
    }

    .schedule-ribbon article:nth-child(4) {
        border-left: 1px solid var(--line);
    }

    .family-offer {
        grid-template-columns: 1fr;
    }

    .family-offer__amount {
        text-align: left;
    }

    .form-grid--2,
    .legal-form .form-grid,
    .choice-grid,
    .subject-choices,
    .radio-list,
    .info-notes {
        grid-template-columns: 1fr;
    }

    .form-card {
        padding: 1.1rem;
    }

    .club-form fieldset,
    .checkout-form fieldset,
    .legal-form fieldset {
        padding: 1rem;
    }

    .legal-layout,
    .legal-form-container {
        width: min(calc(100% - 1.4rem), var(--container));
    }

    .legal-identity > div,
    .request-summary > div {
        grid-template-columns: 1fr;
        gap: .2rem;
    }

    .gallery-section__header {
        grid-template-columns: 1fr;
    }

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

    .photo-card--lead {
        grid-column: span 2;
        grid-row: span 2;
    }

    .closing-cta__inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .cart-item {
        grid-template-columns: 82px 1fr;
    }

    .cart-item img {
        width: 82px;
        height: 82px;
    }

    .cart-line-price {
        grid-column: 2;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: .4rem;
    }

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

    .consent-actions .button,
    .consent-actions .button-primary,
    .consent-actions .button-outline,
    .consent-actions .button-ghost {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .js [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
