:root {
    --ink: #070707;
    --ink-soft: #111111;
    --panel: #171717;
    --panel-light: #202020;
    --paper: #f2f0e9;
    --white: #ffffff;
    --yellow: #ffcf18;
    --yellow-bright: #ffdb38;
    --orange: #d96c23;
    --grey: #a6a6a6;
    --line: rgba(255, 255, 255, 0.16);
    --line-dark: rgba(7, 7, 7, 0.24);
    --header-height: 92px;
    --container: 1320px;
    --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
    --body: "Inter", Arial, sans-serif;
    --ease: cubic-bezier(.2, .75, .2, 1);
    --ease-sharp: cubic-bezier(.7, 0, .25, 1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--ink);
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 207, 24, 0.04), transparent 22rem),
        var(--ink);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

::selection {
    color: var(--ink);
    background: var(--yellow);
}

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

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

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

button {
    color: inherit;
}

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

h1,
h2,
h3,
h4 {
    font-family: var(--display);
    text-transform: uppercase;
}

[hidden] {
    display: none !important;
}

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

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1200;
    padding: 10px 16px;
    color: var(--ink);
    background: var(--yellow);
    font-weight: 800;
    transform: translateY(-160%);
    transition: transform .2s ease;
}

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

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

.section {
    position: relative;
    padding: clamp(92px, 10vw, 160px) 0;
}

.section--ink {
    color: var(--white);
    background: var(--ink-soft);
}

.section--concrete {
    color: var(--white);
    background:
        linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, 0.025) 46% 47%, transparent 47%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 74px),
        #151515;
}

.section--yellow {
    color: var(--ink);
    background: var(--yellow);
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: var(--yellow);
    font-family: var(--display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1;
    text-transform: uppercase;
}

.eyebrow span {
    display: inline-grid;
    place-items: center;
    min-width: 38px;
    height: 25px;
    padding: 0 7px;
    color: var(--ink);
    background: var(--yellow);
    font-size: 13px;
    letter-spacing: .06em;
}

.eyebrow--dark {
    color: rgba(7, 7, 7, .7);
}

.eyebrow--dark span {
    color: var(--yellow);
    background: var(--ink);
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: var(--yellow);
    font-family: var(--display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.hero-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.section-heading h2,
.manifesto__heading h2,
.standard-section__top h2,
.about-preview__copy h2,
.process__heading h2,
.journey__top h2,
.development__top h2,
.training-intro__heading h2,
.about-intro__heading h2,
.coaching-style__copy h2,
.gallery-wall__intro h2,
.legal-hero h1 {
    margin-bottom: 0;
    font-size: clamp(58px, 7.2vw, 112px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: .86;
}

.section-heading h2 em,
.about-preview__copy h2 em,
.training-intro__heading h2 em,
.about-intro__heading h2 em,
.coaching-style__copy h2 em {
    color: var(--yellow);
    font-style: normal;
}

.section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    align-items: end;
    gap: 72px;
    margin-bottom: 72px;
}

.section-heading--split > p {
    max-width: 520px;
    margin: 0 0 6px;
    color: #c8c8c8;
    font-size: 17px;
}

.button {
    --button-bg: var(--white);
    --button-color: var(--ink);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 29px;
    overflow: hidden;
    border: 1px solid transparent;
    color: var(--button-color);
    background: var(--button-bg);
    font-family: var(--display);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px));
    transition: color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease);
}

.button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--ink);
    transform: translateY(103%);
    transition: transform .42s var(--ease);
}

.button span {
    position: relative;
    z-index: 1;
}

.button:hover,
.button:focus-visible {
    color: var(--white);
}

.button:hover::before,
.button:focus-visible::before {
    transform: translateY(0);
}

.button--yellow {
    --button-bg: var(--yellow);
    --button-color: var(--ink);
}

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

.button--dark::before {
    background: var(--white);
}

.button--dark:hover,
.button--dark:focus-visible {
    color: var(--ink);
}

.button--outline {
    --button-bg: transparent;
    --button-color: var(--white);
    border-color: rgba(255, 255, 255, .35);
}

.button--outline::before {
    background: var(--yellow);
}

.button--outline:hover,
.button--outline:focus-visible {
    color: var(--ink);
    border-color: var(--yellow);
}

.button--small {
    min-height: 46px;
    padding-inline: 21px;
    font-size: 15px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    font-family: var(--display);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1;
    text-transform: uppercase;
    transition: color .25s ease, border-color .25s ease;
}

.text-link span {
    color: var(--yellow);
    font-size: 20px;
    transition: transform .25s var(--ease);
}

.text-link:hover,
.text-link:focus-visible {
    color: var(--yellow);
    border-color: var(--yellow);
}

.text-link:hover span,
.text-link:focus-visible span {
    transform: translate(3px, -2px);
}

.text-link--large {
    margin-top: 34px;
    font-size: 20px;
}

:focus-visible {
    outline: 3px solid var(--yellow);
    outline-offset: 4px;
}

/* Loader, texture and cursor */
.site-loader {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--ink);
    transition: opacity .55s var(--ease), visibility .55s var(--ease);
}

.site-loader::before,
.site-loader::after {
    content: "";
    position: absolute;
    width: 45vw;
    height: 2px;
    background: rgba(255, 207, 24, .2);
    transform: rotate(-18deg);
}

.site-loader::before {
    top: 18%;
    left: -8%;
}

.site-loader::after {
    right: -8%;
    bottom: 18%;
}

.site-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.site-loader__mark {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    gap: 9px;
    font-family: var(--display);
    font-size: clamp(48px, 9vw, 120px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: .8;
}

.site-loader__mark strong {
    color: var(--yellow);
}

.site-loader__line {
    position: absolute;
    left: 50%;
    bottom: 24%;
    width: min(280px, 60vw);
    height: 3px;
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
    transform: translateX(-50%);
}

.site-loader__line span {
    display: block;
    width: 45%;
    height: 100%;
    background: var(--yellow);
    animation: loaderLine 1.1s var(--ease) infinite;
}

@keyframes loaderLine {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(340%); }
}

.site-noise {
    position: fixed;
    inset: 0;
    z-index: 900;
    pointer-events: none;
    opacity: .13;
    mix-blend-mode: soft-light;
    background-image:
        repeating-radial-gradient(circle at 20% 30%, rgba(255,255,255,.34) 0 1px, transparent 1px 4px),
        repeating-radial-gradient(circle at 80% 70%, rgba(255,255,255,.22) 0 1px, transparent 1px 5px);
    background-size: 7px 9px, 11px 13px;
}

.cursor-dot,
.cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1600;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease, opacity .2s ease, background .2s ease, border .2s ease;
}

.cursor-dot {
    width: 7px;
    height: 7px;
    background: var(--yellow);
}

.cursor-ring {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 207, 24, .75);
}

body.cursor-ready .cursor-dot,
body.cursor-ready .cursor-ring {
    opacity: 1;
}

body.cursor-hover .cursor-ring {
    width: 64px;
    height: 64px;
    border-color: var(--white);
    background: rgba(255, 255, 255, .08);
}

/* Navigation */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: var(--header-height);
    border-bottom: 1px solid transparent;
    transition: height .35s var(--ease), background .35s ease, border-color .35s ease, transform .35s var(--ease);
}

.site-header.is-scrolled {
    height: 74px;
    border-color: rgba(255, 255, 255, .12);
    background: rgba(7, 7, 7, .91);
    backdrop-filter: blur(18px);
}

.site-header.is-hidden {
    transform: translateY(-110%);
}

.site-header__inner {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    align-items: center;
    width: min(calc(100% - 56px), 1460px);
    height: 100%;
    margin: 0 auto;
}

.brand {
    position: relative;
    z-index: 2;
    display: block;
    width: 104px;
    height: 72px;
    overflow: hidden;
}

.brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.desktop-nav {
    display: flex;
    justify-content: center;
    gap: clamp(26px, 3vw, 48px);
}

.desktop-nav a {
    position: relative;
    padding: 12px 0;
    color: rgba(255, 255, 255, .78);
    font-family: var(--display);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
    transition: color .2s ease;
}

.desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 2px;
    background: var(--yellow);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s var(--ease);
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
    color: var(--white);
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(0, 0, 0, .35);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    margin: 5px auto;
    background: var(--white);
    transition: transform .3s var(--ease);
}

.menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 950;
    display: grid;
    align-content: center;
    padding: 110px 32px 36px;
    visibility: hidden;
    opacity: 0;
    background: var(--ink);
    transform: translateY(-30px);
    transition: opacity .35s ease, visibility .35s ease, transform .45s var(--ease);
}

.mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.mobile-menu__court {
    position: absolute;
    inset: 12% -20% auto auto;
    width: 70vw;
    aspect-ratio: 1;
    border: 2px solid rgba(255, 207, 24, .13);
    border-radius: 50%;
}

.mobile-menu__court::before,
.mobile-menu__court::after {
    content: "";
    position: absolute;
    background: rgba(255, 207, 24, .13);
}

.mobile-menu__court::before {
    top: 50%;
    left: -50%;
    width: 200%;
    height: 2px;
}

.mobile-menu__court::after {
    top: -50%;
    left: 50%;
    width: 2px;
    height: 200%;
}

.mobile-menu nav {
    position: relative;
    z-index: 1;
    display: grid;
}

.mobile-menu nav a {
    display: flex;
    align-items: baseline;
    gap: 18px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-family: var(--display);
    font-size: clamp(42px, 12vw, 76px);
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: .95;
    text-transform: uppercase;
}

.mobile-menu nav a span {
    color: var(--yellow);
    font-size: 12px;
    letter-spacing: .1em;
}

.mobile-menu__footer {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    color: #929292;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Reveal and image movement */
.reveal {
    opacity: 1;
    transform: none;
}

.js .reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .75s var(--ease), transform .85s var(--ease);
}

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

.parallax-frame {
    overflow: hidden;
}

.parallax-frame img {
    width: 100%;
    height: 112%;
    object-fit: cover;
    transform: translateY(-6%);
    will-change: transform;
}

.tilt-card {
    transform-style: preserve-3d;
    will-change: transform;
}

/* Home hero */
.home-hero {
    position: relative;
    height: 100svh;
    min-height: 680px;
    overflow: hidden;
    background: #030303;
}

.home-hero__media,
.home-hero__media img,
.home-hero__shade,
.home-hero__court {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-hero__media img {
    object-fit: cover;
    object-position: 54% center;
    filter: contrast(1.08) brightness(.82);
    transform: scale(1.025);
    animation: heroBreathe 9s ease-out forwards;
}

@keyframes heroBreathe {
    to { transform: scale(1); }
}

.home-hero__shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .97) 0%, rgba(0, 0, 0, .75) 34%, rgba(0, 0, 0, .18) 64%, rgba(0, 0, 0, .45) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, .86) 0%, transparent 40%, rgba(0, 0, 0, .25) 100%);
}

.home-hero__court {
    pointer-events: none;
}

.court-line {
    position: absolute;
    display: block;
    border: 1px solid rgba(255, 207, 24, .24);
}

.court-line--one {
    top: -22%;
    right: -10%;
    width: 44vw;
    aspect-ratio: 1;
    border-radius: 50%;
}

.court-line--two {
    right: 11%;
    bottom: -22%;
    width: 38vw;
    height: 75%;
    border-radius: 50% 50% 0 0;
    transform: rotate(7deg);
}

.court-line--three {
    top: 0;
    left: 42%;
    width: 1px;
    height: 100%;
    border: 0;
    background: rgba(255, 255, 255, .13);
    transform: rotate(11deg);
}

.home-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
    align-items: end;
    height: 100%;
    padding-top: var(--header-height);
    padding-bottom: clamp(66px, 9vh, 105px);
}

.home-hero__copy {
    align-self: end;
    min-width: 0;
    max-width: 880px;
}

.hero-title {
    margin: 0;
    font-size: clamp(78px, 11.7vw, 188px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .72;
}

.hero-title__line {
    display: block;
    white-space: nowrap;
    text-shadow: 0 8px 32px rgba(0, 0, 0, .35);
}

.hero-title__line--yellow {
    position: relative;
    z-index: 1;
    width: fit-content;
    margin-top: .08em;
    color: var(--yellow);
}

.hero-title__line--yellow::after {
    content: "";
    position: absolute;
    right: -.08em;
    bottom: -.13em;
    left: .03em;
    z-index: -1;
    height: .08em;
    background: var(--yellow);
    transform: rotate(-1.5deg);
    opacity: .85;
}

.home-hero__promise {
    display: grid;
    grid-template-columns: auto minmax(250px, 440px);
    align-items: center;
    gap: 34px;
    max-width: 850px;
    margin-top: 38px;
}

.home-hero__promise h2 {
    margin: 0;
    color: var(--white);
    font-size: clamp(27px, 3vw, 42px);
    font-style: italic;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1;
    white-space: nowrap;
}

.home-hero__promise p {
    margin: 0;
    padding-left: 34px;
    border-left: 1px solid rgba(255, 255, 255, .38);
    color: #d2d2d2;
    font-size: 15px;
    line-height: 1.65;
}

.home-hero__actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 30px;
}

.hero-proof {
    align-self: end;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 4px;
    padding: 18px 22px 17px;
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(4, 4, 4, .45);
    backdrop-filter: blur(9px);
    clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.hero-proof__number {
    color: var(--yellow);
    font-family: var(--display);
    font-size: 68px;
    font-weight: 900;
    line-height: .75;
}

.hero-proof div {
    display: grid;
    gap: 2px;
    max-width: 150px;
    font-family: var(--display);
    line-height: 1.05;
    text-transform: uppercase;
}

.hero-proof strong {
    font-size: 21px;
    letter-spacing: .04em;
}

.hero-proof div span {
    color: #b9b9b9;
    font-size: 13px;
    letter-spacing: .05em;
}

.hero-side-label {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .66);
    font-family: var(--display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    transform: rotate(90deg) translateX(50%);
    transform-origin: right center;
}

.hero-side-label i {
    width: 46px;
    height: 1px;
    background: var(--yellow);
}

.hero-scroll {
    position: absolute;
    left: 22px;
    bottom: 40px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .55);
    font-family: var(--display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: left bottom;
}

.hero-scroll i {
    position: relative;
    width: 58px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, .3);
}

.hero-scroll i::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--yellow);
    animation: scrollLine 2s var(--ease) infinite;
}

@keyframes scrollLine {
    0% { transform: translateX(-110%); }
    55%, 100% { transform: translateX(110%); }
}

.standard-ticker {
    position: relative;
    z-index: 5;
    overflow: hidden;
    color: var(--ink);
    background: var(--yellow);
    transform: translateZ(0);
}

.standard-ticker__track {
    display: flex;
    align-items: center;
    width: max-content;
    height: 72px;
    animation: ticker 24s linear infinite;
}

.standard-ticker span {
    padding: 0 26px;
    font-family: var(--display);
    font-size: 27px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: .04em;
    white-space: nowrap;
}

.standard-ticker b {
    font-size: 20px;
}

@keyframes ticker {
    to { transform: translateX(-50%); }
}

/* Manifesto */
.manifesto {
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent 0 49.93%, rgba(255,255,255,.06) 50%, transparent 50.07%),
        var(--ink);
}

.manifesto::after {
    content: "SKILL LAB";
    position: absolute;
    right: -1vw;
    bottom: -3vw;
    color: transparent;
    font-family: var(--display);
    font-size: 18vw;
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .7;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .055);
    pointer-events: none;
}

.manifesto__heading {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    margin-bottom: 72px;
}

.manifesto__heading h2 {
    grid-column: 1;
}

.manifesto__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
    gap: clamp(50px, 7vw, 110px);
    align-items: center;
}

.manifesto__photo {
    position: relative;
    height: min(760px, 68vw);
    min-height: 570px;
    background: #111;
    clip-path: polygon(0 0, 91% 0, 100% 8%, 100% 100%, 9% 100%, 0 92%);
}

.manifesto__photo img {
    object-position: center;
}

.photo-stamp {
    position: absolute;
    top: 30px;
    right: -7px;
    display: grid;
    place-items: center;
    width: 104px;
    height: 104px;
    border: 2px solid var(--ink);
    border-radius: 50%;
    color: var(--ink);
    background: var(--yellow);
    font-family: var(--display);
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: .9;
    text-align: center;
    transform: rotate(9deg);
}

.photo-coordinate {
    position: absolute;
    right: 24px;
    bottom: 18px;
    color: rgba(255, 255, 255, .74);
    font-family: var(--display);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
}

.manifesto__copy {
    max-width: 650px;
}

.manifesto__lead {
    margin-bottom: 28px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(32px, 4.1vw, 58px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.02;
    text-transform: uppercase;
}

.manifesto__copy > p:not(.manifesto__lead) {
    max-width: 610px;
    margin-bottom: 45px;
    color: #bdbdbd;
    font-size: 17px;
}

.fit-checks {
    border-top: 1px solid var(--line);
}

.fit-checks article {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 4px 17px;
    padding: 23px 0;
    border-bottom: 1px solid var(--line);
}

.fit-checks article > span {
    grid-row: 1 / span 2;
    color: var(--yellow);
    font-family: var(--display);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
}

.fit-checks h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
}

.fit-checks p {
    margin: 3px 0 0;
    color: #999;
    font-size: 14px;
}

/* Standard */
.standard-section {
    position: relative;
    overflow: hidden;
    padding: clamp(92px, 10vw, 150px) 0;
    color: var(--ink);
    background: var(--yellow);
}

.standard-section::before {
    content: "STANDARD";
    position: absolute;
    top: -5vw;
    left: -1vw;
    color: rgba(0, 0, 0, .055);
    font-family: var(--display);
    font-size: 22vw;
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .8;
}

.standard-section__texture {
    position: absolute;
    inset: 0;
    opacity: .24;
    background:
        repeating-radial-gradient(circle at 20% 40%, rgba(0, 0, 0, .22) 0 1px, transparent 1px 6px),
        linear-gradient(125deg, transparent 0 48%, rgba(0,0,0,.14) 48% 48.2%, transparent 48.2%);
    background-size: 9px 9px, auto;
}

.standard-section .container {
    position: relative;
    z-index: 1;
}

.standard-section__top {
    display: grid;
    grid-template-columns: 1fr minmax(270px, 420px);
    align-items: end;
    gap: 60px;
    margin-bottom: 68px;
}

.standard-section__top > p {
    margin: 0 0 10px;
    padding-left: 24px;
    border-left: 5px solid var(--ink);
    font-family: var(--display);
    font-size: clamp(27px, 3.2vw, 43px);
    font-style: italic;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1.02;
    text-transform: uppercase;
}

.standard-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    margin: 0;
    padding: 3px;
    list-style: none;
    background: var(--ink);
}

.standard-grid li {
    position: relative;
    display: flex;
    min-height: 230px;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    overflow: hidden;
    background: var(--yellow);
    transition: color .35s ease, background .35s ease;
}

.standard-grid li::after {
    content: "+";
    position: absolute;
    right: 14px;
    bottom: -26px;
    color: rgba(0, 0, 0, .08);
    font-family: var(--display);
    font-size: 128px;
    font-weight: 300;
    line-height: 1;
}

.standard-grid li:hover {
    color: var(--yellow);
    background: var(--ink);
}

.standard-grid li > span {
    font-family: var(--display);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}

.standard-grid strong {
    position: relative;
    z-index: 1;
    font-family: var(--display);
    font-size: clamp(29px, 3vw, 45px);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: .9;
    text-transform: uppercase;
}

.standard-grid__wide {
    grid-column: span 2;
}

.standard-signoff {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 17px;
    margin-top: 38px;
    font-family: var(--display);
    font-size: clamp(20px, 2.3vw, 33px);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

.standard-signoff span::after {
    content: "/";
    margin-left: 17px;
    color: rgba(0, 0, 0, .35);
}

.standard-signoff strong {
    padding: 8px 14px;
    color: var(--yellow);
    background: var(--ink);
    font-weight: 900;
}

/* Pricing */
.pricing-home,
.pricing-full {
    overflow: hidden;
}

.pricing-home__ball {
    position: absolute;
    top: 10%;
    right: -14vw;
    width: 38vw;
    aspect-ratio: 1;
    border: 2px solid rgba(255, 207, 24, .08);
    border-radius: 50%;
}

.pricing-home__ball::before,
.pricing-home__ball::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid rgba(255, 207, 24, .08);
    border-radius: 50%;
}

.pricing-home__ball::before {
    transform: scaleX(.4) rotate(27deg);
}

.pricing-home__ball::after {
    transform: scaleY(.4) rotate(-18deg);
}

.pricing-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.price-card {
    position: relative;
    display: flex;
    min-height: 650px;
    flex-direction: column;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .18);
    background:
        linear-gradient(135deg, rgba(255,255,255,.04), transparent 40%),
        #151515;
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}

.price-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 78px;
    height: 78px;
    border-top: 1px solid rgba(255, 255, 255, .25);
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.price-card--featured {
    color: var(--ink);
    border-color: var(--yellow);
    background: var(--yellow);
}

.price-card--featured::before {
    border-color: rgba(0, 0, 0, .25);
}

.price-card__tag {
    align-self: flex-start;
    margin-bottom: 30px;
    padding: 7px 10px;
    border: 1px solid currentColor;
    font-family: var(--display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1;
    text-transform: uppercase;
}

.price-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid currentColor;
}

.price-card__head > span {
    color: var(--yellow);
    font-family: var(--display);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}

.price-card--featured .price-card__head > span {
    color: var(--ink);
}

.price-card h3 {
    margin: 0;
    font-size: clamp(32px, 3.3vw, 49px);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: .9;
    text-align: right;
}

.price-card__price {
    display: flex;
    align-items: flex-start;
    margin: 31px 0 16px;
    font-family: var(--display);
    font-size: clamp(88px, 9vw, 132px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .72;
}

.price-card__price sup {
    margin: 7px 5px 0 0;
    font-size: .36em;
    letter-spacing: 0;
}

.price-card__price small {
    align-self: flex-end;
    max-width: 82px;
    margin: 0 0 6px 10px;
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.1;
    text-transform: uppercase;
}

.price-card--featured .price-card__price small {
    color: rgba(7, 7, 7, .65);
}

.price-card > p {
    min-height: 72px;
    margin: 0 0 22px;
    color: #b2b2b2;
    font-size: 15px;
}

.price-card--featured > p {
    color: rgba(7, 7, 7, .72);
}

.price-card ul {
    display: grid;
    gap: 12px;
    margin: 0 0 34px;
    padding: 23px 0 0;
    border-top: 1px solid currentColor;
    list-style: none;
}

.price-card li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.price-card li::before {
    content: "+";
    position: absolute;
    left: 0;
    color: var(--yellow);
    font-weight: 900;
}

.price-card--featured li::before {
    color: var(--ink);
}

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

.pricing-note {
    margin: 30px 0 0;
    color: #777;
    font-size: 13px;
    text-align: right;
}

.pricing-full__texture {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image: repeating-linear-gradient(115deg, transparent 0 80px, rgba(255,255,255,.03) 80px 82px);
}

/* About preview */
.about-preview {
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent 0 7%, rgba(255,207,24,.05) 7% 7.2%, transparent 7.2%),
        var(--ink);
}

.about-preview__grid {
    display: grid;
    grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(60px, 8vw, 125px);
}

.about-preview__visual {
    position: relative;
    min-height: 770px;
}

.about-preview__main {
    position: absolute;
    inset: 0 8% 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
}

.about-preview__main img {
    object-position: 50% 30%;
}

.about-preview__sticker {
    position: absolute;
    right: -3%;
    bottom: -4%;
    width: 43%;
    padding: 12px;
    background: var(--yellow);
    transform: rotate(4deg);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
}

.about-preview__sticker img {
    width: 100%;
}

.about-preview__label {
    position: absolute;
    top: 5%;
    left: -25px;
    padding: 10px 14px;
    color: var(--ink);
    background: var(--yellow);
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top;
}

.about-preview__copy {
    position: relative;
    z-index: 1;
}

.about-preview__copy .lead {
    margin-top: 38px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.12;
    text-transform: uppercase;
}

.about-preview__copy > p:not(.lead) {
    max-width: 630px;
    color: #a7a7a7;
}

.about-preview__facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 40px;
    background: var(--line);
}

.about-preview__facts div {
    display: grid;
    align-content: center;
    min-height: 130px;
    padding: 18px;
    background: var(--ink);
}

.about-preview__facts strong {
    color: var(--yellow);
    font-family: var(--display);
    font-size: 47px;
    font-weight: 900;
    line-height: 1;
}

.about-preview__facts span {
    margin-top: 5px;
    color: #8f8f8f;
    font-family: var(--display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.25;
    text-transform: uppercase;
}

/* Development pillars */
.pillars {
    overflow: hidden;
}

.pillars::after {
    content: "03";
    position: absolute;
    top: -6vw;
    right: -1vw;
    color: transparent;
    font-family: var(--display);
    font-size: 35vw;
    font-weight: 900;
    line-height: .8;
    -webkit-text-stroke: 1px rgba(255,255,255,.045);
}

.pillars .section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.pillar-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.pillar-card {
    position: relative;
    min-height: 450px;
    padding: 28px;
    overflow: hidden;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transition: color .4s ease, background .4s ease;
}

.pillar-card::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
}

.pillar-card:hover {
    color: var(--ink);
    background: var(--yellow);
}

.pillar-card__number {
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
}

.pillar-card__icon {
    display: grid;
    place-items: center;
    width: 122px;
    height: 122px;
    margin: 62px 0 46px;
    border: 2px solid currentColor;
    border-radius: 50%;
    color: var(--yellow);
    font-family: var(--display);
    font-size: 48px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    transition: color .4s ease, transform .4s var(--ease);
}

.pillar-card:hover .pillar-card__icon {
    color: var(--ink);
    transform: rotate(-8deg) scale(1.05);
}

.pillar-card h3 {
    margin: 0 0 12px;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: .95;
}

.pillar-card p {
    max-width: 350px;
    margin: 0;
    color: #999;
    font-size: 14px;
    transition: color .4s ease;
}

.pillar-card:hover p {
    color: rgba(7,7,7,.7);
}

/* Gallery preview */
.gallery-preview {
    background: var(--ink);
}

.gallery-preview__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 70px;
}

.gallery-preview__head h2 {
    margin: 0;
    font-size: clamp(60px, 8.2vw, 128px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: .8;
}

.gallery-preview__grid {
    display: grid;
    grid-template-columns: 1.05fr .65fr .9fr;
    grid-template-rows: 330px 330px;
    gap: 14px;
}

.gallery-tile {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #111;
    cursor: pointer;
}

.gallery-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.75), transparent 46%);
}

.gallery-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s var(--ease), filter .65s ease;
}

.gallery-tile:hover img {
    filter: contrast(1.1);
    transform: scale(1.045);
}

.gallery-tile > span {
    position: absolute;
    right: 18px;
    bottom: 15px;
    left: 18px;
    z-index: 1;
    color: var(--white);
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-align: left;
}

.gallery-tile--a {
    grid-row: 1 / span 2;
}

.gallery-tile--b img {
    object-position: center 34%;
}

.gallery-tile--c {
    grid-column: 2 / span 2;
}

.gallery-tile--d {
    grid-column: 3;
    grid-row: 1;
}

/* Process */
.process {
    overflow: hidden;
}

.process::before {
    content: "";
    position: absolute;
    top: -16vw;
    right: -10vw;
    width: 55vw;
    aspect-ratio: 1;
    border: 1px solid rgba(255,207,24,.09);
    border-radius: 50%;
}

.process__heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.process-list {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.process-list li {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    gap: 30px;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}

.process-list > li > span {
    color: var(--yellow);
    font-family: var(--display);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .1em;
}

.process-list li div {
    display: grid;
    grid-template-columns: minmax(240px, .8fr) minmax(280px, 1.2fr);
    align-items: center;
    gap: 50px;
}

.process-list h3 {
    margin: 0;
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 800;
    line-height: .95;
}

.process-list p {
    max-width: 600px;
    margin: 0;
    color: #8f8f8f;
    font-size: 14px;
}

/* Footer */
.footer-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(80px, 9vw, 135px) 0;
    color: var(--ink);
    background: var(--yellow);
}

.footer-cta__court {
    position: absolute;
    top: 50%;
    right: -10vw;
    width: 47vw;
    aspect-ratio: 1;
    border: 3px solid rgba(0,0,0,.12);
    border-radius: 50%;
    transform: translateY(-50%);
}

.footer-cta__court::before,
.footer-cta__court::after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.12);
}

.footer-cta__court::before {
    top: 50%;
    left: -50%;
    width: 200%;
    height: 3px;
}

.footer-cta__court::after {
    top: -50%;
    left: 50%;
    width: 3px;
    height: 200%;
}

.footer-cta__inner {
    position: relative;
    z-index: 1;
}

.footer-cta__inner h2 {
    margin: 0;
    font-size: clamp(92px, 15.5vw, 230px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .65;
}

.footer-cta__inner h2 span {
    color: transparent;
    -webkit-text-stroke: 3px var(--ink);
}

.footer-cta__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 65px;
}

.footer-cta__action p {
    max-width: 560px;
    margin: 0;
    font-family: var(--display);
    font-size: clamp(22px, 2.6vw, 36px);
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
}

.site-footer {
    padding: 70px 0 25px;
    background: #050505;
}

.site-footer__top {
    display: grid;
    grid-template-columns: 180px 1fr auto;
    align-items: center;
    gap: 60px;
    padding-bottom: 50px;
}

.site-footer__brand {
    display: block;
    width: 150px;
}

.site-footer__statement {
    display: grid;
    justify-items: start;
    font-family: var(--display);
    font-size: clamp(27px, 3vw, 43px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: .95;
    text-transform: uppercase;
}

.site-footer__statement span {
    color: var(--yellow);
}

.site-footer__contact {
    display: grid;
    justify-items: end;
}

.site-footer__contact > span {
    color: #777;
    font-family: var(--display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.site-footer__contact a {
    margin: 3px 0;
    font-family: var(--display);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.site-footer__contact a:hover {
    color: var(--yellow);
}

.site-footer__contact p {
    margin: 0;
    color: #777;
    font-size: 13px;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: #666;
    font-size: 12px;
}

.site-footer__bottom p {
    margin: 0;
}

.site-footer__bottom div {
    display: flex;
    gap: 26px;
}

.site-footer__bottom a:hover {
    color: var(--yellow);
}

/* Inner heroes */
.inner-hero {
    position: relative;
    height: min(88svh, 920px);
    min-height: 680px;
    overflow: hidden;
    background: #050505;
}

.inner-hero__media,
.inner-hero__shade {
    position: absolute;
    inset: 0;
}

.inner-hero__media {
    left: 44%;
}

.inner-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
}

.inner-hero__media--wide {
    left: 37%;
}

.inner-hero__media--wide img {
    object-position: center 43%;
}

.inner-hero__shade {
    background:
        linear-gradient(90deg, #050505 0 37%, rgba(5,5,5,.86) 49%, rgba(5,5,5,.12) 78%, rgba(5,5,5,.5) 100%),
        linear-gradient(0deg, rgba(0,0,0,.76), transparent 45%);
}

.inner-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-top: var(--header-height);
}

.inner-hero h1 {
    margin: 0;
    font-size: clamp(100px, 14.4vw, 220px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .67;
}

.inner-hero h1 span {
    color: var(--yellow);
}

.inner-hero__lead {
    max-width: 540px;
    margin: 42px 0 0;
    color: #d2d2d2;
    font-family: var(--display);
    font-size: clamp(25px, 2.8vw, 39px);
    font-style: italic;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
}

.inner-hero__mark {
    position: absolute;
    right: -1vw;
    bottom: -5vw;
    z-index: 1;
    color: transparent;
    font-family: var(--display);
    font-size: 40vw;
    font-weight: 900;
    line-height: .75;
    -webkit-text-stroke: 2px rgba(255,255,255,.11);
}

.inner-hero__footer {
    position: absolute;
    right: 32px;
    bottom: 26px;
    left: 32px;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    gap: 34px;
    color: rgba(255,255,255,.63);
    font-family: var(--display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
}

.inner-hero__footer span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.inner-hero__footer span:not(:last-child)::after {
    content: "/";
    color: var(--yellow);
}

/* About page */
.about-intro {
    background: var(--ink);
}

.about-intro__grid,
.training-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: clamp(60px, 9vw, 140px);
    align-items: start;
}

.about-intro__copy .lead,
.training-intro__copy .lead {
    margin-bottom: 30px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(29px, 3.8vw, 50px);
    font-weight: 600;
    letter-spacing: -.015em;
    line-height: 1.08;
    text-transform: uppercase;
}

.about-intro__copy > p:not(.lead),
.training-intro__copy > p:not(.lead) {
    color: #aaa;
    font-size: 16px;
}

.signature-line {
    display: grid;
    justify-items: start;
    gap: 3px;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    font-family: var(--display);
    text-transform: uppercase;
}

.signature-line span {
    color: var(--yellow);
    font-size: 26px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: .03em;
}

.signature-line small {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
}

.journey {
    overflow: hidden;
}

.journey::after {
    content: "USA";
    position: absolute;
    right: -2vw;
    bottom: -5vw;
    color: transparent;
    font-family: var(--display);
    font-size: 26vw;
    font-weight: 900;
    line-height: .7;
    -webkit-text-stroke: 1px rgba(255,255,255,.04);
}

.journey__top {
    position: relative;
    z-index: 1;
    margin-bottom: 82px;
}

.journey-track {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.journey-step {
    position: relative;
    min-height: 410px;
    padding: 0 25px 25px;
    border-left: 1px solid var(--line);
}

.journey-step:last-child {
    border-right: 1px solid var(--line);
}

.journey-step__number {
    color: var(--yellow);
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
}

.journey-step__line {
    position: relative;
    height: 130px;
    margin: 28px 0 35px;
    border-left: 1px solid rgba(255,207,24,.45);
}

.journey-step__line::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--yellow);
}

.journey-step h3 {
    margin-bottom: 13px;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.01em;
    line-height: .92;
}

.journey-step p {
    margin: 0;
    color: #898989;
    font-size: 13px;
}

.coaching-style {
    overflow: hidden;
    background: var(--ink);
}

.coaching-style__grid {
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
    gap: clamp(60px, 8vw, 120px);
    align-items: center;
}

.coaching-style__visual {
    position: relative;
    min-height: 820px;
}

.coaching-style__photo {
    position: absolute;
    inset: 0 10% 0 0;
    clip-path: polygon(0 0, 88% 0, 100% 10%, 100% 100%, 0 100%);
}

.coaching-style__photo img {
    object-position: center 28%;
}

.coaching-style__note {
    position: absolute;
    top: 30px;
    right: -1px;
    padding: 10px 14px;
    color: var(--ink);
    background: var(--yellow);
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    writing-mode: vertical-rl;
}

.coaching-style__illustration {
    position: absolute;
    right: -3%;
    bottom: -4%;
    width: 43%;
    border: 8px solid var(--yellow);
    background: var(--yellow);
    transform: rotate(4deg);
}

.coaching-style__copy .lead {
    margin: 35px 0 30px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(28px, 3.2vw, 43px);
    font-weight: 600;
    line-height: 1.05;
    text-transform: uppercase;
}

.coaching-principles {
    border-top: 1px solid var(--line);
}

.coaching-principles article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.coaching-principles article > span {
    color: var(--yellow);
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
}

.coaching-principles h3 {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.coaching-principles p {
    margin: 0;
    color: #8e8e8e;
    font-size: 13px;
}

.proof-strip {
    padding: 0;
    background: var(--yellow);
}

.proof-strip__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: none;
}

.proof-strip__photo {
    height: 630px;
    overflow: hidden;
}

.proof-strip__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proof-strip__quote {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(50px, 8vw, 120px);
    color: var(--ink);
}

.quote-mark {
    position: absolute;
    top: 30px;
    left: 7vw;
    color: rgba(0,0,0,.09);
    font-family: Georgia, serif;
    font-size: 240px;
    line-height: 1;
}

.proof-strip blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    font-family: var(--display);
    font-size: clamp(38px, 4.5vw, 66px);
    font-style: italic;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: .98;
    text-transform: uppercase;
}

.proof-strip__quote p {
    margin: 0;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .15em;
}

.expect-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 70px;
    background: var(--line);
}

.expect-grid article {
    min-height: 320px;
    padding: 27px;
    background: #151515;
}

.expect-grid article > span {
    color: var(--yellow);
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
}

.expect-grid h3 {
    margin: 105px 0 12px;
    font-size: 30px;
    font-weight: 900;
    line-height: .95;
}

.expect-grid p {
    margin: 0;
    color: #8a8a8a;
    font-size: 13px;
}

/* Training page */
.training-intro {
    background: var(--ink);
}

.development {
    overflow: hidden;
    background: var(--ink);
}

.development::before {
    content: "WORK";
    position: absolute;
    top: 0;
    right: -1vw;
    color: transparent;
    font-family: var(--display);
    font-size: 24vw;
    font-weight: 900;
    line-height: .75;
    -webkit-text-stroke: 1px rgba(255,255,255,.045);
}

.development__top {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.development-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
}

.development-card {
    position: relative;
    min-height: 310px;
    padding: 25px;
    overflow: hidden;
    background: #111;
    transition: background .35s ease, color .35s ease;
}

.development-card::after {
    content: "+";
    position: absolute;
    right: 17px;
    bottom: -23px;
    color: rgba(255,255,255,.05);
    font-family: var(--display);
    font-size: 112px;
    font-weight: 300;
}

.development-card:hover,
.development-card--yellow {
    color: var(--ink);
    background: var(--yellow);
}

.development-card > span {
    color: var(--yellow);
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
}

.development-card:hover > span,
.development-card--yellow > span {
    color: var(--ink);
}

.development-card h3 {
    margin: 105px 0 10px;
    font-size: 31px;
    font-weight: 900;
    line-height: .95;
}

.development-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #898989;
    font-size: 13px;
    transition: color .35s ease;
}

.development-card:hover p,
.development-card--yellow p {
    color: rgba(7,7,7,.7);
}

.guarantee {
    position: relative;
    overflow: hidden;
}

.guarantee::after {
    content: "RESULTS";
    position: absolute;
    right: -2vw;
    bottom: -4vw;
    color: rgba(0,0,0,.06);
    font-family: var(--display);
    font-size: 20vw;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.05em;
    line-height: .75;
}

.guarantee__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(60px, 9vw, 140px);
    align-items: center;
}

.guarantee__statement h2 {
    margin: 0;
    font-size: clamp(82px, 11vw, 170px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .7;
}

.guarantee__statement > strong {
    display: inline-block;
    margin-top: 35px;
    padding: 13px 18px;
    color: var(--yellow);
    background: var(--ink);
    font-family: var(--display);
    font-size: clamp(21px, 2.5vw, 34px);
    font-style: italic;
    font-weight: 900;
    line-height: 1;
}

.guarantee__terms .lead {
    font-family: var(--display);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
}

.guarantee__terms > p:not(.lead) {
    color: rgba(7,7,7,.72);
}

.guarantee__terms .button {
    margin-top: 22px;
}

.session-flow__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 70px 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    list-style: none;
}

.session-flow__list li {
    min-height: 380px;
    padding: 26px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.session-flow__list > li > span {
    color: var(--yellow);
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
}

.session-flow__list h3 {
    margin: 160px 0 12px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.session-flow__list p {
    margin: 0;
    color: #888;
    font-size: 13px;
}

.faq {
    background: var(--ink);
}

.faq__grid {
    display: grid;
    grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
    gap: clamp(60px, 9vw, 145px);
    align-items: start;
}

.faq__heading {
    position: sticky;
    top: 110px;
}

.faq__heading h2 {
    margin: 0;
    font-size: clamp(70px, 9vw, 138px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: .75;
}

.accordion {
    border-top: 1px solid var(--line);
}

.accordion-item {
    border-bottom: 1px solid var(--line);
}

.accordion-item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
    border: 0;
    text-align: left;
    background: transparent;
    cursor: pointer;
}

.accordion-item button span {
    padding-right: 30px;
    font-family: var(--display);
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.accordion-item button i {
    position: relative;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
}

.accordion-item button i::before,
.accordion-item button i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 1px;
    background: var(--yellow);
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
}

.accordion-item button i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.is-open button i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.accordion-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .42s var(--ease);
}

.accordion-panel p {
    overflow: hidden;
    margin: 0;
    color: #909090;
    font-size: 15px;
}

.accordion-item.is-open .accordion-panel {
    grid-template-rows: 1fr;
}

.accordion-item.is-open .accordion-panel p {
    padding: 0 60px 28px 0;
}

/* Gallery page */
.gallery-hero {
    position: relative;
    height: 94svh;
    min-height: 700px;
    overflow: hidden;
}

.gallery-hero__image,
.gallery-hero__overlay,
.gallery-hero__court {
    position: absolute;
    inset: 0;
}

.gallery-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    filter: grayscale(1) contrast(1.08) brightness(.7);
}

.gallery-hero__overlay {
    background:
        linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.22) 65%, rgba(0,0,0,.55)),
        linear-gradient(0deg, rgba(0,0,0,.86), transparent 52%);
}

.gallery-hero__court {
    left: auto;
    width: 48vw;
    border-left: 1px solid rgba(255,207,24,.22);
    transform: skewX(-12deg);
}

.gallery-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 clamp(80px, 11vh, 125px);
}

.gallery-hero h1 {
    margin: 0;
    font-size: clamp(100px, 15vw, 230px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .66;
}

.gallery-hero h1 span {
    color: var(--yellow);
}

.gallery-hero__lead {
    max-width: 590px;
    margin: 44px 0 0;
    color: #d1d1d1;
    font-family: var(--display);
    font-size: clamp(25px, 3vw, 39px);
    font-style: italic;
    font-weight: 700;
    line-height: 1.03;
    text-transform: uppercase;
}

.gallery-hero__index {
    position: absolute;
    right: 28px;
    bottom: 30px;
    z-index: 1;
    font-family: var(--display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    writing-mode: vertical-rl;
}

.gallery-wall {
    background: var(--ink);
}

.gallery-wall__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 50px;
    align-items: end;
    margin-bottom: 75px;
}

.gallery-wall__intro .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -20px;
}

.gallery-wall__intro p:last-child {
    margin: 0;
    color: #929292;
}

.masonry-gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 82px;
    gap: 14px;
}

.masonry-item,
.masonry-art,
.masonry-quote {
    position: relative;
    overflow: hidden;
    border: 0;
    background: #121212;
}

.masonry-item {
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
}

.masonry-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.78), transparent 42%);
}

.masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s var(--ease), filter .7s ease;
}

.masonry-item:hover img {
    filter: contrast(1.1);
    transform: scale(1.04);
}

.masonry-item > span {
    position: absolute;
    right: 18px;
    bottom: 15px;
    left: 18px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
}

.masonry-item > span b {
    color: var(--yellow);
}

.masonry-item--wide {
    grid-column: span 8;
    grid-row: span 6;
}

.masonry-item--portrait {
    grid-column: span 4;
    grid-row: span 6;
}

.masonry-item--portrait-tall {
    grid-column: span 4;
    grid-row: span 8;
}

.masonry-item--small {
    grid-column: span 4;
    grid-row: span 5;
}

.masonry-item--landscape {
    grid-column: span 8;
    grid-row: span 5;
}

.masonry-quote {
    grid-column: span 4;
    grid-row: span 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 27px;
    color: var(--ink);
    background: var(--yellow);
}

.masonry-quote > span,
.masonry-quote small {
    font-family: var(--display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.masonry-quote blockquote {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(45px, 5vw, 72px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: .8;
    text-transform: uppercase;
}

.masonry-art {
    grid-column: span 4;
    grid-row: span 7;
    padding: 17px;
    color: var(--ink);
    background: #89a7dd;
}

.masonry-art img {
    width: 100%;
    height: calc(100% - 44px);
    object-fit: cover;
}

.masonry-art span {
    display: block;
    padding-top: 12px;
    font-family: var(--display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
}

.gallery-manifesto {
    overflow: hidden;
}

.gallery-manifesto::after {
    content: "WORK";
    position: absolute;
    right: -2vw;
    bottom: -6vw;
    color: rgba(0,0,0,.06);
    font-family: var(--display);
    font-size: 28vw;
    font-weight: 900;
    line-height: .8;
}

.gallery-manifesto__inner {
    position: relative;
    z-index: 1;
}

.gallery-manifesto__inner > p {
    margin-bottom: 18px;
    font-family: var(--display);
    font-size: clamp(24px, 2.8vw, 38px);
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}

.gallery-manifesto__inner h2 {
    margin-bottom: 45px;
    font-size: clamp(68px, 10vw, 150px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .77;
}

/* Contact */
.contact-page .site-header,
.contact-page .mobile-menu {
    display: none;
}

.contact-page main {
    min-height: 100svh;
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(370px, 43%) minmax(0, 57%);
    min-height: 100svh;
    background: var(--ink);
}

.contact-shell__visual {
    position: sticky;
    top: 0;
    height: 100svh;
    overflow: hidden;
}

.contact-shell__photo,
.contact-shell__shade,
.contact-shell__court {
    position: absolute;
    inset: 0;
}

.contact-shell__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: contrast(1.08) brightness(.78);
}

.contact-shell__shade {
    background:
        linear-gradient(0deg, rgba(0,0,0,.92), transparent 60%),
        linear-gradient(90deg, rgba(0,0,0,.25), transparent 60%);
}

.contact-shell__court {
    left: 55%;
    width: 70%;
    border-left: 1px solid rgba(255,207,24,.2);
    transform: skewX(-12deg);
}

.contact-shell__copy {
    position: absolute;
    right: 46px;
    bottom: 95px;
    left: 46px;
    z-index: 2;
}

.contact-shell__copy h1 {
    margin: 0;
    font-size: clamp(76px, 9vw, 142px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .67;
}

.contact-shell__copy h1 span {
    color: var(--yellow);
}

.contact-shell__copy > p:last-child {
    max-width: 450px;
    margin: 34px 0 0;
    color: #c8c8c8;
    font-family: var(--display);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.05;
    text-transform: uppercase;
}

.contact-shell__details {
    position: absolute;
    right: 35px;
    bottom: 25px;
    left: 35px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.22);
    color: #aaa;
    font-family: var(--display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-shell__details a {
    color: var(--white);
}

.enquiry-panel {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    padding: 34px clamp(34px, 5vw, 78px) 45px;
    background:
        linear-gradient(115deg, transparent 0 49%, rgba(255,255,255,.025) 49% 49.2%, transparent 49.2%),
        #101010;
}

.enquiry-panel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: clamp(40px, 6vh, 82px);
}

.enquiry-panel__logo {
    display: block;
    width: 92px;
    height: 72px;
}

.enquiry-panel__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.enquiry-progress {
    width: min(310px, 48%);
}

.enquiry-progress > span {
    display: block;
    margin-bottom: 9px;
    color: #8b8b8b;
    font-family: var(--display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-align: right;
    text-transform: uppercase;
}

.enquiry-progress > div {
    height: 3px;
    overflow: hidden;
    background: rgba(255,255,255,.12);
}

.enquiry-progress i {
    display: block;
    width: 14.285%;
    height: 100%;
    background: var(--yellow);
    transition: width .45s var(--ease);
}

.enquiry-form {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: min(100%, 860px);
    margin: 0 auto;
}

.form-step {
    animation: formIn .45s var(--ease) both;
}

@keyframes formIn {
    from { opacity: 0; transform: translateX(24px); }
    to { opacity: 1; transform: translateX(0); }
}

.form-step__number {
    margin-bottom: 18px;
    color: var(--yellow);
    font-family: var(--display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.form-step h2,
.enquiry-success h2 {
    margin: 0;
    font-size: clamp(58px, 7vw, 102px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: .8;
}

.form-step__intro {
    max-width: 650px;
    margin: 24px 0 37px;
    color: #929292;
    font-size: 15px;
}

.field-grid {
    display: grid;
    gap: 22px;
}

.field-grid--two {
    grid-template-columns: 1fr 1fr;
}

.field {
    display: grid;
    gap: 10px;
}

.field > span {
    color: #c6c6c6;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.field input,
.field textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.28);
    border-radius: 0;
    outline: 0;
    color: var(--white);
    background: transparent;
    font-size: 17px;
    transition: border-color .25s ease, background .25s ease;
}

.field input {
    height: 58px;
}

.field textarea {
    min-height: 125px;
    padding: 16px 0;
    resize: vertical;
    line-height: 1.55;
}

.field input::placeholder,
.field textarea::placeholder {
    color: #555;
}

.field input:focus,
.field textarea:focus {
    border-color: var(--yellow);
}

.field.has-error input,
.field.has-error textarea {
    border-color: #ff6b5f;
}

.field small,
.group-error {
    min-height: 18px;
    color: #ff8278;
    font-size: 12px;
}

.field--compact {
    max-width: 520px;
    margin-top: 28px;
}

.option-fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.option-card {
    position: relative;
    min-height: 126px;
    cursor: pointer;
}

.option-card input,
.choice-chip input,
.session-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.option-card > span {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.02);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
    transition: border-color .25s ease, color .25s ease, background .25s ease;
}

.option-card b {
    font-family: var(--display);
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}

.option-card small {
    margin-top: 8px;
    color: #777;
    font-size: 12px;
    line-height: 1.35;
}

.option-card:hover > span,
.option-card input:focus-visible + span {
    border-color: var(--yellow);
}

.option-card input:checked + span {
    color: var(--ink);
    border-color: var(--yellow);
    background: var(--yellow);
}

.option-card input:checked + span small {
    color: rgba(7,7,7,.65);
}

.chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

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

.choice-chip span {
    display: block;
    padding: 13px 18px;
    border: 1px solid rgba(255,255,255,.2);
    color: #c0c0c0;
    font-family: var(--display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
    transition: border-color .25s ease, color .25s ease, background .25s ease;
}

.choice-chip:hover span,
.choice-chip input:focus-visible + span {
    border-color: var(--yellow);
}

.choice-chip input:checked + span {
    color: var(--ink);
    border-color: var(--yellow);
    background: var(--yellow);
}

.session-options {
    display: grid;
    gap: 8px;
}

.session-option {
    position: relative;
    display: grid;
    grid-template-columns: 46px 1fr auto;
    align-items: center;
    gap: 16px;
    min-height: 86px;
    padding: 15px 20px;
    border: 1px solid rgba(255,255,255,.18);
    cursor: pointer;
    transition: border-color .25s ease, color .25s ease, background .25s ease;
}

.session-option:hover,
.session-option:has(input:focus-visible) {
    border-color: var(--yellow);
}

.session-option:has(input:checked) {
    color: var(--ink);
    border-color: var(--yellow);
    background: var(--yellow);
}

.session-option__index {
    color: var(--yellow);
    font-family: var(--display);
    font-size: 12px;
    font-weight: 800;
}

.session-option:has(input:checked) .session-option__index {
    color: var(--ink);
}

.session-option__name {
    display: grid;
}

.session-option__name b {
    font-family: var(--display);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.session-option__name small {
    margin-top: 5px;
    color: #777;
    font-size: 11px;
}

.session-option:has(input:checked) .session-option__name small {
    color: rgba(7,7,7,.62);
}

.session-option > strong {
    font-family: var(--display);
    font-size: 31px;
    font-weight: 900;
    line-height: 1;
}

.session-option > strong small {
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.consent-check {
    position: relative;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: start;
    margin-top: 24px;
    color: #8f8f8f;
    font-size: 12px;
    cursor: pointer;
}

.consent-check input {
    appearance: none;
    width: 21px;
    height: 21px;
    margin: 0;
    border: 1px solid rgba(255,255,255,.32);
    background: transparent;
    cursor: pointer;
}

.consent-check input:checked {
    border-color: var(--yellow);
    background: var(--yellow);
    box-shadow: inset 0 0 0 5px #101010;
}

.consent-check a {
    color: var(--white);
    text-decoration: underline;
}

.form-message {
    min-height: 24px;
    margin-top: 18px;
    color: #ff8278;
    font-size: 13px;
}

.form-message.is-success {
    color: var(--yellow);
}

.enquiry-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    padding-top: 35px;
}

.button-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border: 0;
    color: #8a8a8a;
    background: transparent;
    font-family: var(--display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}

.button-back:hover:not(:disabled) {
    color: var(--white);
}

.button-back:disabled {
    opacity: .25;
    cursor: not-allowed;
}

.enquiry-success {
    width: min(100%, 740px);
    margin: auto;
    animation: formIn .55s var(--ease) both;
}

.enquiry-success__check {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    margin-bottom: 35px;
    color: var(--ink);
    border-radius: 50%;
    background: var(--yellow);
    font-family: var(--display);
    font-size: 42px;
    font-weight: 900;
}

.enquiry-success > p:not(.eyebrow) {
    max-width: 580px;
    margin: 32px 0 0;
    color: #9a9a9a;
    font-size: 16px;
}

.enquiry-success > p strong {
    color: var(--white);
}

.enquiry-success__actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 42px;
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
}

.contact-page .site-footer {
    padding-top: 42px;
}

.contact-page .site-footer__top {
    display: none;
}

/* Legal and error */
.legal-hero {
    position: relative;
    padding: 200px 0 95px;
    overflow: hidden;
    background: var(--yellow);
    color: var(--ink);
}

.legal-hero::after {
    content: "PRIVACY";
    position: absolute;
    right: -2vw;
    bottom: -4vw;
    color: rgba(0,0,0,.06);
    font-family: var(--display);
    font-size: 23vw;
    font-weight: 900;
    line-height: .75;
}

.legal-hero .hero-kicker {
    color: var(--ink);
}

.legal-hero h1 {
    position: relative;
    z-index: 1;
    font-size: clamp(94px, 15vw, 220px);
    font-style: italic;
}

.legal-hero p:last-child {
    position: relative;
    z-index: 1;
    margin: 35px 0 0;
    font-family: var(--display);
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}

.legal-content {
    background: var(--ink);
}

.legal-content__grid {
    display: grid;
    grid-template-columns: 230px minmax(0, 760px);
    justify-content: space-between;
    gap: 80px;
}

.legal-content__aside {
    position: sticky;
    top: 110px;
    align-self: start;
    display: grid;
    gap: 7px;
    padding-top: 8px;
    font-family: var(--display);
    text-transform: uppercase;
}

.legal-content__aside span {
    color: #777;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
}

.legal-content__aside strong {
    color: var(--yellow);
    font-size: 20px;
    font-weight: 800;
}

.legal-copy h2 {
    margin: 54px 0 14px;
    font-size: 35px;
    font-weight: 900;
}

.legal-copy h2:first-child {
    margin-top: 0;
}

.legal-copy p {
    color: #a3a3a3;
}

.legal-copy a {
    color: var(--yellow);
    text-decoration: underline;
}

.error-screen {
    position: relative;
    display: grid;
    min-height: 100svh;
    place-items: center;
    overflow: hidden;
    background: var(--ink);
}

.error-screen__court {
    position: absolute;
    right: -12vw;
    width: 58vw;
    aspect-ratio: 1;
    border: 2px solid rgba(255,207,24,.13);
    border-radius: 50%;
}

.error-screen__inner {
    position: relative;
    z-index: 1;
    padding-top: var(--header-height);
}

.error-screen__code {
    position: absolute;
    top: -160px;
    right: 0;
    color: transparent;
    font-family: var(--display);
    font-size: 300px;
    font-weight: 900;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(255,255,255,.08);
}

.error-screen h1 {
    margin: 0;
    font-size: clamp(88px, 13vw, 190px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .7;
}

.error-screen h1 span {
    color: var(--yellow);
}

.error-screen__inner > p:not(.hero-kicker) {
    margin: 35px 0;
    color: #999;
}

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1800;
    display: grid;
    place-items: center;
    padding: 70px;
    visibility: hidden;
    opacity: 0;
    background: rgba(0,0,0,.94);
    transition: opacity .35s ease, visibility .35s ease;
}

.lightbox.is-open {
    visibility: visible;
    opacity: 1;
}

.lightbox img {
    max-width: min(1200px, 90vw);
    max-height: 82vh;
    object-fit: contain;
    box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

.lightbox > button {
    position: absolute;
    top: 22px;
    right: 28px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.lightbox > p {
    position: absolute;
    bottom: 22px;
    margin: 0;
    color: #bbb;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1180px) {
    :root {
        --header-height: 82px;
    }

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

    .site-header__inner {
        width: calc(100% - 40px);
    }

    .desktop-nav {
        gap: 24px;
    }

    .home-hero__inner {
        grid-template-columns: 1fr 230px;
    }

    .hero-title {
        font-size: clamp(72px, 12vw, 145px);
    }

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

    .standard-grid__wide {
        grid-column: span 3;
    }

    .pricing-grid {
        gap: 11px;
    }

    .price-card {
        min-height: 640px;
        padding: 27px;
    }

    .price-card h3 {
        font-size: 37px;
    }

    .about-preview__visual,
    .coaching-style__visual {
        min-height: 680px;
    }

    .journey-track {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 50px;
    }

    .journey-step:nth-child(4),
    .journey-step:nth-child(5) {
        border-top: 1px solid var(--line);
        padding-top: 25px;
    }

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

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

    .session-flow__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-shell {
        grid-template-columns: minmax(330px, 39%) minmax(0, 61%);
    }

    .contact-shell__copy {
        right: 30px;
        left: 30px;
    }
}

@media (max-width: 980px) {
    .desktop-nav,
    .header-cta {
        display: none;
    }

    .site-header__inner {
        grid-template-columns: 1fr auto;
    }

    .menu-toggle {
        display: block;
    }

    .home-hero__inner {
        grid-template-columns: 1fr;
    }

    .hero-proof {
        position: absolute;
        right: 0;
        bottom: 74px;
    }

    .home-hero__promise {
        max-width: 690px;
    }

    .hero-side-label,
    .hero-scroll {
        display: none;
    }

    .manifesto__grid,
    .about-preview__grid,
    .coaching-style__grid,
    .about-intro__grid,
    .training-intro__grid,
    .guarantee__grid {
        grid-template-columns: 1fr;
    }

    .manifesto__photo {
        width: min(660px, 100%);
        height: 700px;
    }

    .manifesto__copy {
        max-width: none;
    }

    .standard-section__top,
    .section-heading--split {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .price-card {
        min-height: 0;
    }

    .price-card > p {
        min-height: 0;
    }

    .about-preview__visual,
    .coaching-style__visual {
        width: min(680px, 100%);
        min-height: 780px;
    }

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

    .pillar-card {
        min-height: 330px;
    }

    .pillar-card__icon {
        margin: 35px 0 30px;
    }

    .gallery-preview__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 420px 310px 310px;
    }

    .gallery-tile--a {
        grid-column: 1 / span 2;
        grid-row: 1;
    }

    .gallery-tile--b {
        grid-column: 1;
        grid-row: 2;
    }

    .gallery-tile--d {
        grid-column: 2;
        grid-row: 2;
    }

    .gallery-tile--c {
        grid-column: 1 / span 2;
        grid-row: 3;
    }

    .process-list li div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .site-footer__top {
        grid-template-columns: 140px 1fr;
    }

    .site-footer__contact {
        grid-column: 1 / -1;
        justify-items: start;
    }

    .inner-hero__media {
        left: 33%;
    }

    .inner-hero__shade {
        background:
            linear-gradient(90deg, #050505 0 25%, rgba(5,5,5,.78) 50%, rgba(5,5,5,.25) 100%),
            linear-gradient(0deg, rgba(0,0,0,.8), transparent 52%);
    }

    .journey-track {
        grid-template-columns: repeat(2, 1fr);
    }

    .journey-step:nth-child(3) {
        border-top: 1px solid var(--line);
        padding-top: 25px;
    }

    .proof-strip__grid {
        grid-template-columns: 1fr;
    }

    .proof-strip__photo {
        height: 600px;
    }

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

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

    .faq__heading {
        position: static;
    }

    .contact-shell {
        grid-template-columns: 1fr;
    }

    .contact-shell__visual {
        position: relative;
        height: 64svh;
        min-height: 560px;
    }

    .enquiry-panel {
        min-height: auto;
        padding-top: 28px;
    }

    .enquiry-actions {
        margin-top: 50px;
    }

    .masonry-gallery {
        grid-auto-rows: 70px;
    }

    .masonry-item--wide,
    .masonry-item--landscape {
        grid-column: span 12;
    }

    .masonry-item--portrait,
    .masonry-item--portrait-tall,
    .masonry-item--small,
    .masonry-quote,
    .masonry-art {
        grid-column: span 6;
    }
}

@media (max-width: 760px) {
    :root {
        --header-height: 72px;
    }

    body {
        font-size: 15px;
    }

    .container {
        width: calc(100% - 30px);
    }

    .section {
        padding: 84px 0;
    }

    .site-header__inner {
        width: calc(100% - 24px);
    }

    .brand {
        width: 82px;
        height: 61px;
    }

    .site-header.is-scrolled {
        height: 66px;
    }

    .site-noise {
        opacity: .08;
    }

    .home-hero {
        min-height: 620px;
    }

    .home-hero__media img {
        object-position: 53% center;
    }

    .home-hero__shade {
        background:
            linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.68) 48%, rgba(0,0,0,.13) 100%),
            linear-gradient(90deg, rgba(0,0,0,.65), transparent 72%);
    }

    .home-hero__inner {
        align-items: end;
        padding-bottom: 42px;
    }

    .hero-kicker {
        margin-bottom: 19px;
        font-size: 11px;
        letter-spacing: .14em;
    }

    .hero-kicker::before {
        width: 23px;
    }

    .hero-title {
        max-width: 100%;
        font-size: clamp(52px, 14vw, 78px);
        line-height: .74;
    }

    .hero-title__line {
        white-space: nowrap;
    }

    .home-hero__promise {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 31px;
    }

    .home-hero__promise h2 {
        font-size: 29px;
        white-space: normal;
    }

    .home-hero__promise p {
        max-width: 460px;
        padding-left: 0;
        border-left: 0;
        font-size: 13px;
    }

    .home-hero__actions {
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 23px;
    }

    .home-hero__actions .button {
        min-height: 52px;
    }

    .hero-proof {
        display: none;
    }

    .standard-ticker__track {
        height: 57px;
    }

    .standard-ticker span {
        padding-inline: 18px;
        font-size: 21px;
    }

    .section-heading h2,
    .manifesto__heading h2,
    .standard-section__top h2,
    .about-preview__copy h2,
    .process__heading h2,
    .journey__top h2,
    .development__top h2,
    .training-intro__heading h2,
    .about-intro__heading h2,
    .coaching-style__copy h2,
    .gallery-wall__intro h2 {
        font-size: clamp(55px, 16vw, 84px);
    }

    .eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .manifesto__heading {
        margin-bottom: 45px;
    }

    .manifesto__photo {
        height: 610px;
        min-height: 0;
    }

    .manifesto__grid {
        gap: 48px;
    }

    .manifesto__lead {
        font-size: 33px;
    }

    .fit-checks article {
        grid-template-columns: 40px 1fr;
    }

    .standard-section {
        padding: 84px 0;
    }

    .standard-section__top {
        margin-bottom: 45px;
    }

    .standard-section__top > p {
        font-size: 27px;
    }

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

    .standard-grid li {
        min-height: 175px;
        padding: 18px;
    }

    .standard-grid strong {
        font-size: 28px;
    }

    .standard-grid__wide {
        grid-column: span 2;
    }

    .standard-signoff {
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 19px;
    }

    .standard-signoff span::after {
        margin-left: 8px;
    }

    .section-heading--split {
        margin-bottom: 47px;
    }

    .price-card {
        padding: 25px;
    }

    .price-card h3 {
        font-size: 35px;
    }

    .price-card__price {
        font-size: 92px;
    }

    .about-preview__visual,
    .coaching-style__visual {
        min-height: 590px;
    }

    .about-preview__main,
    .coaching-style__photo {
        right: 0;
    }

    .about-preview__sticker,
    .coaching-style__illustration {
        right: -2%;
        width: 41%;
    }

    .about-preview__facts {
        grid-template-columns: 1fr;
    }

    .about-preview__facts div {
        min-height: 98px;
    }

    .pillar-card {
        min-height: 300px;
        padding: 23px;
    }

    .gallery-preview__head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 45px;
    }

    .gallery-preview__head h2 {
        font-size: 74px;
    }

    .gallery-preview__grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 380px);
    }

    .gallery-tile--a,
    .gallery-tile--b,
    .gallery-tile--c,
    .gallery-tile--d {
        grid-column: 1;
        grid-row: auto;
    }

    .process-list li {
        grid-template-columns: 45px 1fr;
        gap: 15px;
    }

    .process-list h3 {
        font-size: 27px;
    }

    .footer-cta__inner h2 {
        font-size: clamp(78px, 25vw, 130px);
        line-height: .67;
    }

    .footer-cta__inner h2 span {
        -webkit-text-stroke-width: 2px;
    }

    .footer-cta__action {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 45px;
    }

    .site-footer {
        padding-top: 50px;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .site-footer__statement {
        font-size: 31px;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .inner-hero {
        height: 86svh;
        min-height: 620px;
    }

    .inner-hero__media,
    .inner-hero__media--wide {
        left: 0;
    }

    .inner-hero__media img {
        object-position: 55% center;
    }

    .inner-hero__shade {
        background:
            linear-gradient(0deg, rgba(0,0,0,.94), rgba(0,0,0,.47) 60%, rgba(0,0,0,.13)),
            linear-gradient(90deg, rgba(0,0,0,.6), transparent);
    }

    .inner-hero__inner {
        justify-content: flex-end;
        padding-bottom: 90px;
    }

    .inner-hero h1 {
        font-size: clamp(90px, 25vw, 140px);
    }

    .inner-hero__lead {
        margin-top: 30px;
        font-size: 25px;
    }

    .inner-hero__footer {
        right: 15px;
        bottom: 14px;
        left: 15px;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 4px 14px;
        overflow: hidden;
        font-size: 8px;
        white-space: normal;
    }

    .inner-hero--training h1 {
        max-width: 100%;
        font-size: clamp(65px, 17vw, 104px);
    }

    .journey-track {
        grid-template-columns: 1fr;
    }

    .journey-step,
    .journey-step:nth-child(3),
    .journey-step:nth-child(4),
    .journey-step:nth-child(5) {
        min-height: 0;
        padding: 25px;
        border-top: 1px solid var(--line);
        border-right: 1px solid var(--line);
    }

    .journey-step__line {
        height: 55px;
    }

    .proof-strip__photo {
        height: 500px;
    }

    .proof-strip__quote {
        padding: 65px 24px;
    }

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

    .expect-grid article {
        min-height: 260px;
    }

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

    .development-card {
        min-height: 250px;
    }

    .development-card h3 {
        margin-top: 75px;
    }

    .guarantee__grid,
    .faq__grid,
    .gallery-wall__intro {
        grid-template-columns: minmax(0, 1fr);
    }

    .guarantee__grid > *,
    .faq__grid > *,
    .gallery-wall__intro > * {
        min-width: 0;
        max-width: 100%;
    }

    .guarantee__statement h2 {
        max-width: 100%;
        font-size: clamp(62px, 17vw, 82px);
    }

    .faq__heading h2 {
        max-width: 100%;
        font-size: clamp(58px, 16vw, 80px);
    }

    .gallery-wall__intro h2 {
        max-width: 100%;
        font-size: clamp(49px, 14vw, 72px);
        overflow-wrap: normal;
    }

    .session-flow__list {
        grid-template-columns: 1fr;
    }

    .session-flow__list li {
        min-height: 260px;
    }

    .session-flow__list h3 {
        margin-top: 85px;
    }

    .accordion-item button span {
        font-size: 26px;
    }

    .gallery-hero {
        min-height: 620px;
    }

    .gallery-hero__image img {
        object-position: 56% center;
    }

    .gallery-hero h1 {
        font-size: clamp(88px, 25vw, 140px);
    }

    .gallery-hero__lead {
        padding-right: 40px;
        font-size: 22px;
    }

    .gallery-wall__intro {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .gallery-wall__intro .eyebrow {
        margin-bottom: 0;
    }

    .masonry-gallery {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .masonry-item--wide,
    .masonry-item--portrait,
    .masonry-item--portrait-tall,
    .masonry-item--small,
    .masonry-item--landscape,
    .masonry-quote,
    .masonry-art {
        grid-column: 1;
        grid-row: auto;
    }

    .masonry-item {
        height: 480px;
    }

    .masonry-item--wide,
    .masonry-item--landscape {
        height: 340px;
    }

    .masonry-quote {
        min-height: 330px;
    }

    .masonry-art {
        height: 580px;
    }

    .gallery-manifesto__inner h2 {
        font-size: 67px;
    }

    .contact-shell__visual {
        height: 58svh;
        min-height: 500px;
    }

    .contact-shell__copy {
        right: 20px;
        bottom: 73px;
        left: 20px;
    }

    .contact-shell__copy h1 {
        font-size: 82px;
    }

    .contact-shell__copy > p:last-child {
        margin-top: 22px;
        font-size: 19px;
    }

    .contact-shell__details {
        right: 20px;
        left: 20px;
    }

    .enquiry-panel {
        padding: 25px 18px 35px;
    }

    .enquiry-panel__top {
        margin-bottom: 46px;
    }

    .enquiry-panel__logo {
        width: 76px;
        height: 58px;
    }

    .enquiry-progress {
        width: 53%;
    }

    .form-step h2,
    .enquiry-success h2 {
        font-size: clamp(55px, 16vw, 78px);
    }

    .field-grid--two,
    .option-grid {
        grid-template-columns: 1fr;
    }

    .option-card {
        min-height: 105px;
    }

    .session-option {
        grid-template-columns: 34px 1fr auto;
        padding: 13px;
    }

    .session-option__name b {
        font-size: 20px;
    }

    .session-option > strong {
        font-size: 25px;
    }

    .enquiry-actions {
        padding-top: 26px;
    }

    .enquiry-actions .button {
        min-height: 52px;
        padding-inline: 22px;
    }

    .enquiry-success__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .legal-hero {
        padding: 150px 0 75px;
    }

    .legal-content__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .legal-content__aside {
        position: static;
    }

    .lightbox {
        padding: 50px 14px;
    }
}

@media (max-width: 430px) {
    .hero-title {
        font-size: 54px;
    }

    .home-hero__promise h2 {
        font-size: 25px;
    }

    .button {
        min-height: 53px;
        padding-inline: 22px;
    }

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

    .standard-grid__wide {
        grid-column: 1;
    }

    .standard-grid li {
        min-height: 145px;
    }

    .about-preview__visual,
    .coaching-style__visual {
        min-height: 520px;
    }

    .gallery-preview__grid {
        grid-template-rows: repeat(4, 330px);
    }

    .site-footer__contact a {
        font-size: 28px;
    }

    .inner-hero h1 {
        font-size: 91px;
    }

    .inner-hero--training h1 {
        font-size: 65px;
    }

    .guarantee__statement h2 {
        font-size: 62px;
    }

    .masonry-item {
        height: 410px;
    }

    .masonry-item--wide,
    .masonry-item--landscape {
        height: 290px;
    }

    .masonry-art {
        height: 510px;
    }

    .contact-shell__copy h1 {
        font-size: 72px;
    }

    .contact-shell__details {
        flex-direction: column;
        gap: 3px;
    }

    .choice-chip span {
        padding: 12px 14px;
        font-size: 14px;
    }

    .session-option__index {
        display: none;
    }

    .session-option {
        grid-template-columns: 1fr auto;
    }

    .enquiry-actions {
        gap: 10px;
    }

    .button-back {
        font-size: 13px;
    }
}

@media (hover: none), (pointer: coarse) {
    .cursor-dot,
    .cursor-ring {
        display: none;
    }

    .tilt-card {
        transform: none !important;
    }
}

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

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

    .reveal,
    .js .reveal {
        opacity: 1;
        transform: none;
    }

    .parallax-frame img {
        height: 100%;
        transform: none !important;
    }
}

/* Goal and process development rule */
.development-rule {
    position: relative;
    overflow: hidden;
    color: var(--ink);
}

.development-rule__mark {
    position: absolute;
    right: -2vw;
    bottom: -4vw;
    color: rgba(0, 0, 0, .055);
    font-family: var(--display);
    font-size: clamp(150px, 23vw, 420px);
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .72;
    pointer-events: none;
}

.development-rule__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
    align-items: start;
    gap: clamp(55px, 8vw, 130px);
}

.development-rule__statement h2 {
    max-width: 760px;
    margin: 22px 0 34px;
    font-size: clamp(58px, 6.7vw, 108px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .78;
}

.development-rule__statement h2 span {
    display: inline-block;
    padding: .02em .08em .07em;
    color: var(--yellow);
    background: var(--ink);
    transform: rotate(-1.5deg);
}

.development-rule__statement h2 em {
    font-style: italic;
    -webkit-text-stroke: 1px var(--ink);
    color: transparent;
}

.development-rule__statement > p:last-child {
    max-width: 640px;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
}

.development-rule__system {
    padding: clamp(22px, 3vw, 38px);
    border: 3px solid var(--ink);
    background: rgba(255, 255, 255, .34);
    box-shadow: 14px 14px 0 var(--ink);
}

.development-rule__contrast {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    border: 2px solid var(--ink);
    background: var(--ink);
}

.development-rule__contrast article {
    min-height: 190px;
    padding: 24px;
    background: var(--yellow);
}

.development-rule__contrast article:last-child {
    color: var(--white);
    background: var(--ink);
}

.development-rule__contrast article > span {
    display: block;
    margin-bottom: 25px;
    font-family: var(--display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.development-rule__contrast article strong {
    display: block;
    font-family: var(--display);
    font-size: clamp(25px, 2.5vw, 38px);
    font-weight: 900;
    line-height: .9;
}

.development-rule__contrast article p {
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 1.5;
    opacity: .7;
}

.development-rule__contrast > i {
    display: grid;
    width: 48px;
    place-items: center;
    color: var(--yellow);
    background: var(--ink);
    font-family: var(--display);
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
}

.development-rule__path {
    display: grid;
    margin: 22px 0 0;
    padding: 0;
    border-top: 2px solid var(--ink);
    list-style: none;
}

.development-rule__path li {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 79px;
    border-bottom: 1px solid rgba(7, 7, 7, .28);
}

.development-rule__path li::after {
    content: "↓";
    position: absolute;
    right: 4px;
    color: rgba(7, 7, 7, .46);
    font-family: var(--display);
    font-size: 20px;
    font-weight: 900;
}

.development-rule__path li:last-child::after {
    content: "↻";
}

.development-rule__path li > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--yellow);
    background: var(--ink);
    font-family: var(--display);
    font-size: 12px;
    font-weight: 900;
}

.development-rule__path div {
    display: grid;
    gap: 2px;
    padding-right: 34px;
}

.development-rule__path strong {
    font-family: var(--display);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.development-rule__path small {
    font-size: 12px;
    opacity: .65;
}

@media (max-width: 1080px) {
    .development-rule__grid {
        grid-template-columns: 1fr;
    }

    .development-rule__statement > p:last-child {
        max-width: 780px;
    }
}

@media (max-width: 620px) {
    .development-rule__system {
        padding: 14px;
        box-shadow: 8px 8px 0 var(--ink);
    }

    .development-rule__contrast {
        grid-template-columns: 1fr;
    }

    .development-rule__contrast > i {
        width: 100%;
        height: 42px;
    }

    .development-rule__contrast article {
        min-height: 0;
        padding: 20px;
    }

    .development-rule__contrast article > span {
        margin-bottom: 16px;
    }

    .development-rule__path li {
        grid-template-columns: 46px 1fr;
        gap: 11px;
    }

    .development-rule__path li > span {
        width: 38px;
        height: 38px;
    }
}

/* Enquiry form grouping */
.form-subgroup {
    margin-top: 30px;
}

.option-fieldset > legend:not(.sr-only) {
    display: block;
    margin: 0 0 14px;
    padding: 0;
    color: #8f8f8f;
    font-family: var(--display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (max-width: 620px) {
    .form-subgroup {
        margin-top: 24px;
    }
}
