/* Self-hosted OFL fonts: no third-party font request or visitor-data disclosure. */
@font-face {
    font-family: "Antonio";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("../fonts/antonio-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Antonio";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("../fonts/antonio-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("../fonts/inter-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("../fonts/inter-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Instrument Serif";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/instrument-serif-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Instrument Serif";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/instrument-serif-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Instrument Serif";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/instrument-serif-italic-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Instrument Serif";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/instrument-serif-italic-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --ink: #0B0C0E;
    --soot: #171819;
    --soot-2: #1F2022;
    --bone: #F1ECE0;
    --bone-dim: #D6D1C5;
    --stone: #83807A;
    --stone-dim: #5A5852;
    --brass: #C99A3F;
    --brass-bright: #E0B255;
    --garnet: #6B2E2E;
    --hairline: rgba(241,236,224,.10);
    --ff-display: "Antonio", "Helvetica Neue", Arial, sans-serif;
    --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --ff-serif: "Instrument Serif", Georgia, serif;
    --container: 1240px;
    --container-narrow: 980px;
    --ease: cubic-bezier(.22,.61,.36,1);
    /* Height of the fixed WhatsApp bar above the nav — .nav sits at top:
       var(--topbar-h), and anything absolutely positioned inside the
       viewport-spanning mobile drawer (e.g. the close button) needs to add
       this in too, or it renders underneath the (higher z-index) bar. */
    --topbar-h: 34px;
}

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

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: var(--ink);
    color: var(--bone);
    font-family: var(--ff-body);
    font-size: 17px;
    line-height: 1.55;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

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

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

button {
    cursor: pointer;
}

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

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 28px;
}

.container--narrow {
    max-width: var(--container-narrow);
}

.display {
    font-family: var(--ff-display);
    font-weight: 700;
    line-height: .92;
    letter-spacing: -.01em;
    text-transform: uppercase;
    margin: 0;
}

.eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--stone);
}

.eyebrow .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--brass);
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    transform: translateY(-1px);
}

.serif-italic {
    font-family: var(--ff-serif);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.005em;
}

.body-lg {
    font-size: 19px;
    line-height: 1.55;
    color: var(--bone-dim);
}

.stone {
    color: var(--stone);
}

.brass {
    color: var(--brass);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 16px 26px;
    border: 1px solid var(--bone);
    background: var(--bone);
    color: var(--ink);
    transition: all .3s var(--ease);
    cursor: pointer;
}

.btn:hover {
    background: var(--brass);
    border-color: var(--brass);
    color: var(--ink);
}

.btn--ghost {
    background: transparent;
    color: var(--bone);
    border-color: rgba(241,236,224,.35);
}

.btn--ghost:hover {
    background: var(--bone);
    color: var(--ink);
    border-color: var(--bone);
}

.btn--brass {
    background: var(--brass);
    border-color: var(--brass);
    color: var(--ink);
}

.btn--brass:hover {
    background: var(--brass-bright);
    border-color: var(--brass-bright);
}

.btn--block {
    width: 100%;
}

.arrow {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    transition: transform .3s var(--ease);
}

.arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
}

.arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.btn:hover .arrow {
    transform: translateX(4px);
}

.top-contact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 320;
    background: var(--brass);
    color: var(--ink);
    border-bottom: 1px solid rgba(11,12,14,.16);
}

.top-contact__inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-align: center;
}

.top-contact__inner a {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.top-contact__icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #25D366;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    transform: translateY(-1px);
}

.top-contact__icon svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: currentColor;
}

.nav {
    position: fixed;
    top: var(--topbar-h);
    left: 0;
    right: 0;
    z-index: 300;
    padding: 18px 0;
    border-bottom: 1px solid transparent;
    transition: border-color .3s var(--ease), padding .3s var(--ease);
}

/* The frosted-glass background lives on a pseudo-element rather than on
   .nav itself. backdrop-filter (like transform) makes the element it's set
   on the containing block for any position:fixed descendants — since
   .nav__mobile and .nav__backdrop are fixed-position children of .nav
   (used for the mobile drawer), that was anchoring them to .nav's own box
   (which starts below the WhatsApp bar) instead of the real viewport,
   silently shifting the whole drawer — including the "Book a Consult"
   button at the bottom — down and off the bottom edge of the screen on
   phones. Keeping backdrop-filter off .nav restores normal viewport-relative
   fixed positioning for its descendants. */
.nav::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(11,12,14,.70);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: background .3s var(--ease);
}

.nav.scrolled {
    border-bottom-color: var(--hairline);
    padding: 12px 0;
}

.nav.scrolled::before {
    background: rgba(11,12,14,.94);
}

.nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nav__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--ff-display);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--bone);
}

.nav__brand img {
    height: 34px;
    width: auto;
}

.nav__brand span small {
    display: block;
    font-family: var(--ff-body);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .28em;
    color: var(--brass);
    margin-top: 2px;
}

.nav__links {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav__links a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--bone-dim);
    transition: color .2s var(--ease);
    position: relative;
}

.nav__links a:hover,
.nav__links a.is-active,
.nav__links a[aria-current=page] {
    color: var(--bone);
}

.nav__links a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--brass);
    transition: width .3s var(--ease);
}

.nav__links a:hover::after,
.nav__links a.is-active::after,
.nav__links a[aria-current=page]::after {
    width: 100%;
}

.nav__cta {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 11px 20px;
    background: var(--brass);
    color: var(--ink);
    transition: background .2s var(--ease);
}

.nav__cta:hover {
    background: var(--brass-bright);
}

.nav__dropdown {
    position: relative;
}

.nav__dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--bone-dim);
    transition: color .2s var(--ease);
}

.nav__dropdown-toggle:hover,
.nav__dropdown.is-open .nav__dropdown-toggle {
    color: var(--bone);
}

.nav__dropdown-caret {
    /* Drawn with CSS borders instead of a "?" text glyph — text glyphs are
       exactly the kind of non-ASCII character that keeps getting mangled
       somewhere in this project's save/deploy pipeline. A CSS triangle has
       no character encoding to corrupt. */
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    vertical-align: middle;
    margin-bottom: 1px;
    transition: transform .2s var(--ease);
}

.nav__dropdown.is-open .nav__dropdown-caret {
    transform: rotate(180deg);
}

.nav__dropdown-menu {
    position: absolute;
    top: calc(100% + 18px);
    right: 0;
    min-width: 180px;
    background: var(--soot);
    border: 1px solid var(--hairline);
    box-shadow: 0 20px 40px rgba(0,0,0,.35);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
}

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

.nav__dropdown-menu a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--bone-dim);
    padding: 10px 12px;
    transition: color .2s var(--ease), background .2s var(--ease);
}

.nav__dropdown-menu a:hover,
.nav__dropdown-menu a.is-active,
.nav__dropdown-menu a[aria-current=page] {
    color: var(--bone);
    background: var(--soot-2);
}

.nav__mobile-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--stone);
    margin-top: 18px;
    padding-bottom: 6px;
}

.nav__toggle {
    display: none;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: var(--bone);
    padding: 8px;
    position: relative;
    z-index: 201;
}

.nav__toggle svg {
    display: block;
}

.nav__mobile {
    display: none;
}

.nav__backdrop {
    display: none;
}

.nav__close {
    display: none;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 140px 0 60px;
    overflow: hidden;
    isolation: isolate;
}

.hero--page {
    min-height: 62vh;
    padding: 150px 0 74px;
}

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(180deg,rgba(11,12,14,.58) 0%,rgba(11,12,14,.25) 35%,rgba(11,12,14,.85) 88%,var(--ink) 100%), url("../hero-chris-cable.jpg?v=2") center 22%/cover no-repeat !important;
}

.hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(80% 60% at 30% 70%,rgba(201,154,63,.08),transparent 70%);
    pointer-events: none;
}

.hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 48px;
    align-items: flex-end;
}

.hero__copy {
    max-width: 800px;
}

.hero__eyebrow {
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.hero__eyebrow .line {
    width: 40px;
    height: 1px;
    background: var(--brass);
}

.hero__title {
    font-size: clamp(56px,9vw,132px);
    color: var(--bone);
}

.hero--page .hero__title {
    font-size: clamp(48px,7vw,104px);
}

.hero__title .amp,
.hero__title em {
    font-family: var(--ff-serif);
    font-weight: 400;
    font-style: italic;
    color: var(--brass);
    text-transform: none;
    letter-spacing: -.01em;
}

.hero__sub {
    margin-top: 28px;
    max-width: 620px;
    font-size: clamp(16px,1.4vw,19px);
    line-height: 1.55;
    color: var(--bone-dim);
}

.hero__actions {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero__scroll {
    position: absolute;
    bottom: 14px;
    left: 28px;
    font-size: 10px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--stone);
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero__scroll::before {
    content: "";
    display: block;
    width: 1px;
    height: 36px;
    background: var(--brass);
}

.spec {
    background: var(--soot);
    border-top: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
}

.spec__grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.spec__cell {
    padding: 28px 32px;
    border-right: 1px solid var(--hairline);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.spec__cell:last-child {
    border-right: none;
}

.spec__label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--stone);
}

.spec__value {
    font-family: var(--ff-display);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .01em;
    color: var(--bone);
    text-transform: uppercase;
    line-height: 1.05;
}

.mark {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--brass);
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-3px);
}

.section {
    padding: 120px 0;
    position: relative;
}

.section--tight {
    padding: 80px 0;
}

.section__head {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    margin-bottom: 80px;
    align-items: start;
    padding-top: 8px;
}

.section__num {
    font-family: var(--ff-display);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .22em;
    color: var(--brass);
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.section__num::before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--brass);
}

.section__title {
    font-size: clamp(40px,5.5vw,72px);
    color: var(--bone);
}

.section__intro {
    font-size: 18px;
    line-height: 1.6;
    color: var(--bone-dim);
    max-width: 620px;
}

.tracks,
.panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--hairline);
}

.tracks-row {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

.tracks-row .tracks {
    flex: 1;
    min-width: 0;
}

.track,
.panel-card {
    padding: 56px 48px 48px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    background: var(--soot);
    min-height: 480px;
}

.track + .track,
.panel-card + .panel-card {
    border-left: 1px solid var(--hairline);
}

.track--online,
.track--inperson,
.panel-card--alt {
    background: linear-gradient(180deg,var(--soot-2) 0%,var(--ink) 100%);
}

.tracks__banner {
    width: 260px;
    flex-shrink: 0;
    overflow: hidden;
    border: 1px solid var(--hairline);
    background: var(--soot-2);
}

.tracks__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 6%;
}

.track__tag,
.card-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--brass);
    font-weight: 600;
}

.track__tag::before,
.card-tag::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--brass);
}

.track__title,
.panel-card h3 {
    font-family: var(--ff-display);
    font-size: clamp(34px,4vw,52px);
    font-weight: 700;
    line-height: .95;
    text-transform: uppercase;
    color: var(--bone);
    margin: 0;
}

.track__title em,
.panel-card h3 em {
    font-family: var(--ff-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--brass);
    text-transform: none;
}

.track__lede,
.panel-card p {
    color: var(--bone-dim);
    font-size: 16px;
    line-height: 1.6;
}

.track__list,
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.track__list li,
.feature-list li {
    display: flex;
    gap: 16px;
    font-size: 15px;
    color: var(--bone-dim);
    line-height: 1.5;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--hairline);
}

.track__list li:last-child,
.feature-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.track__list li::before,
.feature-list li::before {
    content: "\2192"; /* CSS unicode escape (ASCII-safe), not a raw arrow character */
    color: var(--brass);
    font-family: var(--ff-display);
    flex-shrink: 0;
}

.track__foot {
    margin-top: auto;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
}

.track__price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.track__price-label {
    font-size: 10px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--stone);
}

.track__price-amount {
    font-family: var(--ff-display);
    font-size: 28px;
    font-weight: 500;
    color: var(--bone);
}

.track__price-amount small {
    font-size: 13px;
    color: var(--stone);
    font-weight: 400;
    letter-spacing: .05em;
}

.promo-banner {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: stretch;
    background: linear-gradient(180deg,var(--soot-2) 0%,var(--ink) 100%);
    border: 1px solid var(--hairline);
    border-left: 3px solid var(--brass);
    transition: border-color .3s var(--ease);
}

.promo-banner__content {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    padding: 32px 36px;
}

.promo-banner:hover {
    border-left-color: var(--brass-bright);
}

.promo-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -8%;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(201,154,63,.14) 0%, rgba(201,154,63,0) 70%);
    pointer-events: none;
}

.promo-banner__text,
.promo-banner__buy {
    position: relative;
    z-index: 1;
}

.promo-banner__tag {
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--brass);
    font-weight: 600;
}

.promo-banner__title {
    font-family: var(--ff-display);
    font-size: clamp(22px,2.6vw,32px);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bone);
    margin: 8px 0 12px;
    line-height: 1.05;
}

.promo-banner__title em {
    font-family: var(--ff-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--brass);
    text-transform: none;
}

.promo-banner__goals {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.promo-banner__goal {
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--brass-bright);
    border: 1px solid rgba(201,154,63,.4);
    padding: 5px 11px;
}

.promo-banner__body {
    color: var(--bone-dim);
    font-size: 14px;
    line-height: 1.5;
    max-width: 420px;
}

.promo-banner__buy {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.promo-banner__price {
    font-family: var(--ff-display);
    font-size: 26px;
    color: var(--bone);
}

.promo-banner__price small {
    font-size: 11px;
    color: var(--stone);
    font-weight: 400;
    letter-spacing: .05em;
}

.promo-banner__photo {
    width: 240px;
    flex-shrink: 0;
    overflow: hidden;
    border-right: 1px solid var(--hairline);
    background: var(--soot);
    position: relative;
    z-index: 1;
}

.promo-banner__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
}

@media (max-width: 640px) {
    .promo-banner {
        flex-direction: column;
        align-items: stretch;
    }

    .promo-banner__photo {
        width: 100%;
        aspect-ratio: 4 / 3;
        border-right: none;
        border-bottom: 1px solid var(--hairline);
    }

    .promo-banner__content {
        align-items: flex-start;
    }

    .promo-banner__buy {
        width: 100%;
        justify-content: space-between;
    }
}

.approach {
    background: var(--soot);
    border-top: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
}

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

.step {
    padding: 64px 40px;
    border-right: 1px solid var(--hairline);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step:last-child {
    border-right: none;
}

.step__num {
    font-family: var(--ff-display);
    font-size: 14px;
    color: var(--brass);
    letter-spacing: .2em;
    font-weight: 500;
}

.step__title {
    font-family: var(--ff-display);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bone);
    line-height: 1;
    margin: 0;
}

.step__body {
    font-size: 15px;
    color: var(--bone-dim);
    line-height: 1.6;
}

.proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--hairline);
}

.proof__visual {
    position: relative;
    background: var(--soot-2);
    overflow: hidden;
    min-height: 580px;
}

.proof__visual img,
.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: contrast(1.02);
}

.proof__visual::after {
    content: "MY TRANSFORMATION";
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-family: var(--ff-display);
    font-size: 11px;
    letter-spacing: .3em;
    color: var(--bone);
    background: rgba(11,12,14,.72);
    padding: 8px 12px;
    backdrop-filter: blur(6px);
}

.proof__quote {
    padding: 64px 56px;
    background: var(--soot);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 36px;
}

.quote__mark {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: 88px;
    color: var(--brass);
    line-height: 1;
    margin-bottom: -28px;
}

.quote__body {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: clamp(22px,2.4vw,30px);
    line-height: 1.35;
    color: var(--bone);
}

.quote__cite {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid var(--hairline);
    padding-top: 24px;
}

.quote__name {
    font-family: var(--ff-display);
    font-size: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.quote__meta {
    font-size: 12px;
    letter-spacing: .1em;
    color: var(--stone);
    text-transform: uppercase;
}

.proof__results,
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    margin-top: 48px;
    border: 1px solid var(--hairline);
    background: var(--soot);
}

.stat {
    padding: 32px 28px;
    border-right: 1px solid var(--hairline);
}

.stat:last-child {
    border-right: none;
}

.stat__num {
    font-family: var(--ff-display);
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    color: var(--bone);
}

.stat__num sup {
    font-size: 24px;
    color: var(--brass);
    font-weight: 500;
    vertical-align: top;
    margin-left: 4px;
}

.stat__label {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--stone);
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    max-width: 78%;
    margin-left: auto;
    margin-right: auto;
}

.content-card {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: var(--soot);
    display: block;
    transition: transform .4s var(--ease);
}

.content-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .6s var(--ease), filter .4s var(--ease);
    filter: grayscale(.12);
}

.content-card:hover img {
    transform: scale(1.05);
    filter: grayscale(0);
}

.content-card__platform {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--bone);
    background: rgba(11,12,14,.7);
    backdrop-filter: blur(6px);
    padding: 6px 10px;
}

.content-card__title {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    font-family: var(--ff-display);
    font-size: 14px;
    letter-spacing: .04em;
    color: var(--bone);
    text-transform: uppercase;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .3s var(--ease), transform .3s var(--ease);
}

.content-card:hover .content-card__title {
    opacity: 1;
    transform: translateY(0);
}

.content-foot {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.content-follow {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.content-follow a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid var(--hairline);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--bone-dim);
    transition: all .2s var(--ease);
}

.content-follow a:hover {
    color: var(--ink);
    background: var(--bone);
    border-color: var(--bone);
}

.closer {
    padding: 140px 0;
    background: var(--soot);
    border-top: 1px solid var(--hairline);
    position: relative;
    overflow: hidden;
}

.closer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../chris-hacksquat-img.jpg") right center/cover no-repeat;
    opacity: .12;
    filter: grayscale(1);
    z-index: 0;
}

.closer__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 80px;
    align-items: center;
}

.closer__title {
    font-size: clamp(48px,7vw,96px);
}

.closer__title em {
    font-family: var(--ff-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--brass);
    text-transform: none;
}

.closer__side {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.closer__body {
    font-size: 17px;
    color: var(--bone-dim);
    line-height: 1.6;
}

.closer__refer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: transparent;
    border: 1px solid var(--brass);
    color: var(--bone);
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: all .3s var(--ease);
}

.closer__refer:hover {
    background: var(--brass);
    color: var(--ink);
}

.footer {
    background: var(--ink);
    padding: 64px 0 32px;
    border-top: 1px solid var(--hairline);
}

.footer__inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer__brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 320px;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--ff-display);
    font-size: 22px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.footer__logo img {
    height: 38px;
    width: auto;
}

.footer__tag {
    font-size: 14px;
    color: var(--stone);
    line-height: 1.6;
}

.footer__col h5 {
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--brass);
    margin: 0 0 16px;
    font-weight: 700;
}

.footer__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__col a {
    font-size: 14px;
    color: var(--bone-dim);
    transition: color .2s var(--ease);
}

.footer__col a:hover {
    color: var(--brass);
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid var(--hairline);
    font-size: 12px;
    color: var(--stone);
    letter-spacing: .04em;
    flex-wrap: wrap;
    gap: 16px;
}

.footer__socials {
    display: flex;
    gap: 14px;
}

.footer__socials a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bone-dim);
    font-size: 12px;
    border: 1px solid var(--hairline);
    transition: all .2s var(--ease);
}

.footer__socials a:hover {
    color: var(--ink);
    background: var(--brass);
    border-color: var(--brass);
}

.form-section {
    padding: 150px 0 100px;
}

.form-shell {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: start;
}

.map-embed {
    border: 1px solid var(--hairline);
    background: var(--soot);
    overflow: hidden;
    position: relative;
}

.map-embed__static {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 1;
    max-height: 400px;
    overflow: hidden;
}

.map-embed__tiles {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 100%;
    height: 100%;
}

.map-embed__tiles img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-embed__pin {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 26px;
    transform: translate(-50%, -100%);
    pointer-events: none;
}

.map-embed__pin::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 18px;
    height: 18px;
    background: var(--brass);
    border: 2px solid var(--ink);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
}

.map-embed__pin::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 9px;
    width: 2px;
    height: 8px;
    background: var(--ink);
}

.map-embed__link {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: var(--ink);
    border: 1px solid var(--hairline);
    color: var(--bone);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 12px;
}

.map-embed__link:hover {
    border-color: var(--brass);
    color: var(--brass);
}


.form-card,
.info-card,
.plan-card,
.table-card {
    background: linear-gradient(180deg,var(--soot-2),var(--soot));
    border: 1px solid var(--hairline);
    padding: 36px;
}

.form-card h1,
.form-card h2,
.info-card h1,
.info-card h2,
.plan-card h3 {
    font-family: var(--ff-display);
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.field label {
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--stone);
    font-weight: 700;
}

.field input,
.field textarea,
.field select {
    width: 100%;
    background: rgba(241,236,224,.05);
    border: 1px solid var(--hairline);
    color: var(--bone);
    padding: 15px 16px;
    outline: none;
    transition: border-color .2s var(--ease), background .2s var(--ease);
}

.field textarea {
    min-height: 150px;
    resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
    border-color: var(--brass);
    background: rgba(241,236,224,.08);
}

.hint {
    font-size: 13px;
    color: var(--stone);
    margin-top: 10px;
}

.alert {
    padding: 15px 18px;
    border: 1px solid var(--hairline);
    background: rgba(241,236,224,.05);
    color: var(--bone-dim);
    margin: 0 0 20px;
}

.alert--success {
    border-color: rgba(201,154,63,.45);
    background: rgba(201,154,63,.10);
}

.alert--error {
    border-color: rgba(107,46,46,.8);
    background: rgba(107,46,46,.18);
}

.page-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.image-frame {
    min-height: 560px;
    background: var(--soot);
    border: 1px solid var(--hairline);
    overflow: hidden;
}

.image-frame--short {
    min-height: 360px;
}

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

.plan-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.plan-card__price {
    font-family: var(--ff-display);
    font-size: 42px;
    color: var(--brass);
}

.plan-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.plan-card li {
    color: var(--bone-dim);
    font-size: 15px;
}

.plan-card li::before {
    content: "\2192"; /* CSS unicode escape (ASCII-safe), not a raw arrow character */
    color: var(--brass);
    margin-right: 10px;
}

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

.mini-slots {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 18px;
}

.mini-slot {
    padding: 12px;
    border: 1px solid var(--hairline);
    color: var(--bone-dim);
    font-size: 13px;
}

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

.data-table th,
.data-table td {
    padding: 14px;
    border-bottom: 1px solid var(--hairline);
    text-align: left;
}

.data-table th {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--brass);
}

.data-table td {
    color: var(--bone-dim);
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .9s var(--ease), transform .9s var(--ease);
}

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

.delay-1 {
    transition-delay: .08s;
}

.delay-2 {
    transition-delay: .16s;
}

.delay-3 {
    transition-delay: .24s;
}

@media(max-width:1024px) {
    .section {
        padding: 96px 0;
    }

    .section__head {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 56px;
    }

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

    .spec__cell:nth-child(2) {
        border-right: none;
    }

    .spec__cell:nth-child(1),
    .spec__cell:nth-child(2) {
        border-bottom: 1px solid var(--hairline);
    }

    .tracks,
    .panel-grid,
    .form-shell,
    .page-split {
        grid-template-columns: 1fr;
    }

    .track + .track,
    .panel-card + .panel-card {
        border-left: none;
        border-top: 1px solid var(--hairline);
    }

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

    .step {
        border-right: none;
        border-bottom: 1px solid var(--hairline);
    }

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

    .proof__visual {
        min-height: 420px;
    }

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

    .stat:nth-child(2) {
        border-right: none;
    }

    .stat:nth-child(1),
    .stat:nth-child(2) {
        border-bottom: 1px solid var(--hairline);
    }

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

    .closer__inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

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

@media(max-width:720px) {
    body {
        font-size: 16px;
    }

    .container {
        padding: 0 18px;
    }

    .section {
        padding: 60px 0;
    }

    .section--tight {
        padding: 44px 0;
    }

    .section__head {
        margin-bottom: 36px;
    }

    .nav__links,
    .nav__cta {
        display: none;
    }

    .nav__toggle {
        display: flex;
    }

    /* Backdrop — dims the left half when menu is open */
    .nav__backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.55);
        z-index: 298;
    }

    .nav.is-open .nav__backdrop {
        display: block;
    }

    /* Drawer — slides in from the right, covers half the screen */
    .nav__mobile {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        width: 50%;
        min-width: 220px;
        height: 100%;
        height: 100dvh;
        background: var(--soot);
        border-left: 1px solid var(--hairline);
        padding: 0;
        gap: 0;
        z-index: 299;
        /* The drawer itself no longer scrolls — only .nav__mobile-links does.
           That keeps the CTA button (a flex sibling, not part of the
           scrollable area) permanently within the visible viewport instead
           of being pushed below the fold on short screens / when iOS
           Safari's address bar is showing. */
        overflow: hidden;
        transform: translateX(100%);
        transition: transform .32s cubic-bezier(.22,.61,.36,1);
        visibility: hidden;
    }

    .nav.is-open .nav__mobile {
        transform: translateX(0);
        visibility: visible;
    }

    /* Close × inside the drawer */
    .nav__close {
        position: absolute;
        /* .nav__mobile now spans the true viewport (top:0), but the fixed
           WhatsApp bar (--topbar-h tall) still paints above it at a higher
           z-index — without this offset the close button renders directly
           underneath that bar, invisible and unclickable. */
        top: calc(var(--topbar-h) + 18px);
        right: 18px;
        background: transparent;
        border: 1px solid var(--hairline);
        color: var(--bone);
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        line-height: 1;
    }

    /* Scrollable link list — takes all the space the CTA doesn't need and
       scrolls internally if the links overflow (e.g. the admin
       "Availability" link is present), instead of pushing the CTA offscreen. */
    .nav__mobile-links {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 72px 24px 24px;
        display: flex;
        flex-direction: column;
    }

    .nav__mobile a {
        font-family: var(--ff-display);
        font-size: 22px;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: var(--bone);
        padding: 14px 0;
        border-bottom: 1px solid var(--hairline);
        display: block;
        transition: color .2s;
    }

    .nav__mobile a:hover {
        color: var(--brass);
    }

    .nav__mobile .nav__cta-mobile {
        /* Always a flex sibling of the scrollable list, never inside it, so
           it stays fully visible without requiring the user to scroll. */
        flex-shrink: 0;
        margin: 0 24px calc(20px + env(safe-area-inset-bottom, 0px));
        padding: 15px 18px;
        background: var(--brass);
        color: var(--ink);
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
        box-shadow: 0 -10px 20px -8px rgba(11,12,14,.9);
    }

    .hero {
        padding-top: 120px;
        min-height: 92vh;
    }

    .hero--page {
        min-height: 56vh;
    }

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

    .hero__scroll {
        display: none;
    }

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

    .spec__cell {
        border-right: none;
        border-bottom: 1px solid var(--hairline);
    }

    .spec__cell:last-child {
        border-bottom: none;
    }

    .track,
    .panel-card,
    .form-card,
    .info-card,
    .plan-card {
        padding: 32px 24px;
        min-height: 0;
    }

    .step {
        padding: 44px 28px;
    }

    .proof__quote {
        padding: 44px 28px;
    }

    .stat {
        padding: 24px 18px;
    }

    .stat__num {
        font-size: 40px;
    }

    .content-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .closer {
        padding: 96px 0;
    }

    .footer__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

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

    .booking-grid,
    .mini-slots {
        grid-template-columns: 1fr;
    }
}

@media(prefers-reduced-motion:reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    html {
        scroll-behavior: auto;
    }
}

/* About page enhancements */
.about-intro {
    align-items: start;
}

.about-intro__title {
    margin-top: 24px;
}

.about-profile {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-profile__figure {
    aspect-ratio: 4/5;
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--hairline);
    background: var(--soot);
}

.about-profile__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.about-profile__card {
    background: var(--soot);
    border: 1px solid var(--hairline);
    padding: 28px;
}

.about-profile__card h3 {
    font-family: var(--ff-display);
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    margin: 14px 0 12px;
    color: var(--bone);
}

.about-profile__card p {
    color: var(--bone-dim);
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 18px;
}

.about-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.info-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid var(--hairline);
    background: rgba(241,236,224,.03);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--bone-dim);
}

.feature-list.compact {
    gap: 12px;
}

.feature-list.compact li {
    padding-bottom: 12px;
}

.about-stats {
    margin-top: 28px;
}

.section--about-summary .panel-card {
    min-height: 0;
    padding: 32px 28px;
    gap: 18px;
}

.section--about-summary .panel-card h3 {
    font-size: clamp(26px,2.7vw,36px);
}

.section--about-summary .panel-card p {
    font-size: 14.5px;
    line-height: 1.5;
}

.section--about-summary .stats-grid {
    margin-top: 22px;
}

.section--about-summary .stat {
    padding: 22px 18px;
}

.section--about-summary .stat__num {
    font-size: 38px;
}

.section--about-summary .stat__label {
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: .13em;
}

@media (max-width: 1024px) {
    .section--about-summary .panel-card {
        padding: 26px 22px;
    }

    .section--about-summary .stat {
        padding: 18px 16px;
    }

    .section--about-summary .stat__num {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .section--about-summary .panel-grid,
    .section--about-summary .stats-grid {
        grid-template-columns: 1fr;
    }

    .section--about-summary .panel-card {
        padding: 22px 18px;
    }

    .section--about-summary .stat {
        padding: 14px 12px;
    }
}

.closer--compact {
    padding: 110px 0;
}

@media (max-width: 640px) {
    :root {
        --topbar-h: 40px;
    }

    .top-contact__inner {
        min-height: 40px;
        gap: 6px;
        flex-direction: column;
        font-size: 10px;
        line-height: 1.15;
        letter-spacing: .10em;
    }
}

@media (max-width:1024px) {
    .about-profile__figure {
        aspect-ratio: 5/6;
    }
}

@media (max-width:720px) {
    .about-profile__card {
        padding: 22px;
    }

    .about-profile__card h3 {
        font-size: 26px;
    }

    .about-pill-row {
        gap: 10px;
    }

    .info-pill {
        width: 100%;
        justify-content: flex-start;
    }
}

/* Booking UX improvements */
.booking-grid--friendly {
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

.field-help {
    margin: 8px 0 0;
    color: var(--stone);
    font-size: 13px;
    line-height: 1.45;
}

.field select option {
    background: #171819;
    color: #F1ECE0;
}

.booking-note-card,
.booking-summary-card {
    border: 1px solid var(--hairline);
    background: rgba(241,236,224,.04);
    padding: 18px;
    margin-top: 24px;
}

.booking-note-card p {
    margin: 10px 0 0;
    color: var(--bone-dim);
    font-size: 14px;
    line-height: 1.6;
}

.booking-summary-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 4px 0 22px;
    background: rgba(201,154,63,.09);
    border-color: rgba(201,154,63,.35);
}

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

.booking-summary-card strong {
    font-family: var(--ff-display);
    font-size: 28px;
    line-height: 1;
    color: var(--bone);
    text-transform: uppercase;
    letter-spacing: .02em;
}

.booking-summary-card span {
    font-size: 18px;
    color: var(--brass);
    font-weight: 600;
}

.booking-summary-card small {
    color: var(--stone);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

@media(max-width:720px) {
    .booking-grid--friendly {
        grid-template-columns: 1fr;
    }

    .booking-summary-card strong {
        font-size: 24px;
    }
}
/* Social logo labels */
.content-card__platform {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.content-card__platform svg {
    color: var(--brass);
    flex-shrink: 0;
}

.content-follow a svg {
    color: var(--brass);
    flex-shrink: 0;
}

.content-follow a:hover svg {
    color: var(--ink);
}


/* =========================================================
   HOMEPAGE HERO REWORK - compact text/buttons + visible image
   Paste kept at bottom so it overrides the older hero CSS above.
   Image path assumes:
   htdocs/hero-chris-cable.jpg
   htdocs/styles/marshall.css
   ========================================================= */

.hero {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    min-height: 68vh !important;
    padding: 88px 0 28px !important;
    justify-content: flex-start !important;
    background: #0B0C0E !important;
}

.hero__bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    display: block !important;
    opacity: 1 !important;
    background:
        linear-gradient(90deg, rgba(11,12,14,.94) 0%, rgba(11,12,14,.78) 30%, rgba(11,12,14,.38) 52%, rgba(11,12,14,.12) 72%, rgba(11,12,14,.48) 100%),
        linear-gradient(180deg, rgba(11,12,14,.16) 0%, rgba(11,12,14,.18) 48%, #0B0C0E 100%),
        url("../hero-chris-cable.jpg") 64% center / cover no-repeat !important;
    filter: contrast(1.03) saturate(1.03);
}

.hero__bg::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background:
        radial-gradient(65% 58% at 76% 42%, rgba(241,236,224,.08), transparent 62%),
        radial-gradient(58% 52% at 18% 70%, rgba(201,154,63,.08), transparent 68%) !important;
}

.hero > .container,
.hero__inner,
.hero__copy,
.hero__scroll {
    position: relative !important;
    z-index: 2 !important;
}

.hero__inner {
    display: grid !important;
    grid-template-columns: minmax(300px, 540px) minmax(260px, 1fr) !important;
    gap: 24px !important;
    align-items: center !important;
    min-height: calc(68vh - 116px) !important;
}

.hero__copy {
    max-width: 540px !important;
    padding-top: 8px !important;
}

.hero__eyebrow {
    margin-bottom: 14px !important;
}

.hero__eyebrow .line {
    width: 32px !important;
}

.hero__title {
    max-width: 560px !important;
    font-size: clamp(34px, 4.6vw, 62px) !important;
    line-height: .94 !important;
    letter-spacing: -.02em !important;
}

.hero__sub {
    margin-top: 10px !important;
    max-width: 490px !important;
    font-size: clamp(13px, 1vw, 15px) !important;
    line-height: 1.4 !important;
}

.hero__actions {
    margin-top: 14px !important;
    gap: 10px !important;
}

.hero__actions .btn {
    padding: 11px 16px !important;
    font-size: 10px !important;
    letter-spacing: .105em !important;
    gap: 8px !important;
}

.hero__actions .arrow {
    width: 11px !important;
    height: 11px !important;
}

.hero__scroll {
    bottom: 10px !important;
    left: 20px !important;
    font-size: 9px !important;
}

/* Laptop/tablet: keep text compact and show more of the photo */
@media (max-width: 1100px) {
    .hero {
        min-height: 64vh !important;
        padding-top: 82px !important;
        padding-bottom: 24px !important;
    }

    .hero__inner {
        grid-template-columns: minmax(280px, 500px) 1fr !important;
        min-height: calc(64vh - 106px) !important;
    }

    .hero__title {
        font-size: clamp(36px, 5.8vw, 58px) !important;
    }

    .hero__sub {
        max-width: 450px !important;
        font-size: 13px !important;
    }

    .hero__actions {
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }

    .hero__actions .btn {
        padding: 10px 12px !important;
        font-size: 9px !important;
    }
}

/* Phone hero */
@media (max-width: 720px) {
    .hero {
        min-height: auto !important;
        padding-top: 104px !important;
        padding-bottom: 36px !important;
        justify-content: flex-start !important;
    }

    .hero__bg {
        background:
            linear-gradient(180deg, rgba(11,12,14,.72) 0%, rgba(11,12,14,.62) 44%, #0B0C0E 100%),
            url("../hero-chris-cable.jpg") 58% center / cover no-repeat !important;
    }

    .hero__inner {
        display: block !important;
        min-height: auto !important;
        transform: none !important;
        max-width: 100% !important;
    }

    .hero__copy {
        max-width: 100% !important;
    }

    .hero__eyebrow {
        margin-bottom: 12px !important;
    }

    .hero__title {
        max-width: 100% !important;
        font-size: clamp(34px, 10.5vw, 46px) !important;
        line-height: .95 !important;
    }

    .hero__sub {
        max-width: 100% !important;
        margin-top: 12px !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    .hero__actions {
        margin-top: 16px !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
    }

    .hero__actions .btn {
        flex: 1 1 0;
        padding: 12px 10px !important;
        font-size: 9.5px !important;
    }
}
/* HERO FINAL POLISH */
.hero__inner {
    max-width: 620px !important;
    margin-left: 0 !important;
    padding-top: 20px !important;
}

.hero__copy {
    max-width: 620px !important;
}

.hero__title {
    font-size: clamp(38px, 4vw, 68px) !important;
    line-height: .94 !important;
    max-width: 620px !important;
}

.hero__sub {
    max-width: 520px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-top: 14px !important;
}

.hero__actions {
    margin-top: 20px !important;
}

.hero__actions .btn {
    padding: 12px 18px !important;
    font-size: 10px !important;
}

/* Slightly lighter image so the photo shows more */
.hero__bg {
    background:
        linear-gradient(90deg, rgba(11,12,14,.82) 0%, rgba(11,12,14,.55) 36%, rgba(11,12,14,.18) 68%, rgba(11,12,14,.38) 100%),
        linear-gradient(180deg, rgba(11,12,14,.08) 0%, rgba(11,12,14,.15) 58%, #0B0C0E 100%),
        url("../hero-chris-cable.jpg?v=2") center 22% / cover no-repeat !important;
}

/* Remove extra scroll label */
.hero__scroll {
    display: none !important;
}


/* SMALL HERO POSITION POLISH — desktop only */
@media (min-width: 721px) {
    .hero__inner {
        transform: translateX(-45px) !important;
    }

    .hero__sub {
        max-width: 440px !important;
    }
}

/* About page: compact first section (01 - Christian Marshall) */
.section--about-intro {
    padding: 56px 0 42px;
}

.section--about-intro .page-split {
    gap: 28px;
}

.section--about-intro .section__num {
    font-size: 12px;
    letter-spacing: .16em;
}

.section--about-intro .section__title {
    font-size: clamp(28px,3.4vw,44px);
    line-height: .95;
}

.section--about-intro .about-intro__title {
    margin-top: 14px;
}

.section--about-intro .body-lg {
    font-size: 15px;
    line-height: 1.45;
    margin: 10px 0 0;
}

.section--about-intro .about-pill-row {
    gap: 8px;
    margin-top: 16px;
}

.section--about-intro .info-pill {
    padding: 7px 10px;
    font-size: 10px;
    letter-spacing: .11em;
}

.section--about-intro .about-profile {
    gap: 14px;
}

.section--about-intro .about-profile__figure {
    aspect-ratio: 1 / 1;
    max-height: 360px;
}

.section--about-intro .about-profile__card {
    padding: 18px;
}

.section--about-intro .about-profile__card h3 {
    font-size: 24px;
    margin: 10px 0 8px;
}

.section--about-intro .about-profile__card p {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 12px;
}

.section--about-intro .feature-list.compact {
    gap: 8px;
}

.section--about-intro .feature-list.compact li {
    font-size: 13px;
    line-height: 1.3;
    padding-bottom: 8px;
}

/* About hero alignment: keep text off center and clear of face */
.about-page .hero--page {
    min-height: 58vh;
    padding: 132px 0 50px !important;
}

.about-page .hero--page .container {
    display: flex;
    align-items: flex-end;
    min-height: calc(58vh - 182px);
}

.about-page .hero--page .hero__copy {
    max-width: 520px !important;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    left: -120px;
}

.about-page .hero--page .hero__eyebrow {
    margin-bottom: 12px !important;
}

.about-page .hero--page .hero__title {
    font-size: clamp(34px,4.2vw,62px) !important;
    line-height: .94;
}

.about-page .hero--page .hero__sub {
    margin-top: 12px !important;
    max-width: 470px !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
}

.about-page .hero--page .hero__bg {
    background:
        linear-gradient(90deg, rgba(11,12,14,.84) 0%, rgba(11,12,14,.60) 30%, rgba(11,12,14,.26) 62%, rgba(11,12,14,.40) 100%),
        linear-gradient(180deg, rgba(11,12,14,.10) 0%, rgba(11,12,14,.18) 58%, #0B0C0E 100%),
        url("../hero-chris-cable.jpg?v=2") 68% 24% / cover no-repeat !important;
}

@media (max-width: 1024px) {
    .about-page .hero--page {
        min-height: 52vh;
        padding: 120px 0 40px !important;
    }

    .about-page .hero--page .hero__title {
        font-size: clamp(30px,5vw,48px) !important;
    }

    .about-page .hero--page .hero__copy {
        left: -56px;
    }

    .about-page .hero--page .hero__bg {
        background:
            linear-gradient(180deg, rgba(11,12,14,.74) 0%, rgba(11,12,14,.62) 44%, #0B0C0E 100%),
            url("../hero-chris-cable.jpg?v=2") 62% 22% / cover no-repeat !important;
    }
}

@media (max-width: 720px) {
    .about-page .hero--page .hero__copy {
        left: 0;
    }
}

@media (max-width: 1366px) {
    .section--about-intro {
        padding: 44px 0 34px;
    }

    .section--about-intro .page-split {
        gap: 22px;
    }

    .section--about-intro .about-profile__figure {
        max-height: 300px;
    }
}

/* Homepage compression: 02 Approach + 03 Results + 04 Watch */
#approach.section--tight {
    padding: 18px 0;
}

#program.section--tight {
    padding: 24px 0 32px;
}

#visit.section--tight {
    padding: 28px 0 48px;
}

#visit .section__head {
    margin-bottom: 20px;
}

#approach .section__head {
    gap: 14px;
    margin-bottom: 12px;
}

#approach .section__title {
    font-size: clamp(20px, 2.4vw, 32px);
}

#approach .section__intro {
    font-size: 13px;
    line-height: 1.35;
    margin-top: 6px;
}

#approach .step {
    padding: 24px 24px;
}

#approach .step__title {
    font-size: 22px;
    margin-bottom: 6px;
}

#approach .step__num {
    font-size: 12px;
    margin-bottom: 6px;
}

#approach .step__body {
    font-size: 13px;
    line-height: 1.45;
}

#proof.section,
#content.section {
    padding: 20px 0;
}

#proof .section__head,
#content .section__head {
    gap: 14px;
    margin-bottom: 14px;
}

#proof .section__title,
#content .section__title {
    font-size: clamp(20px,2.4vw,32px);
}

#proof .section__intro,
#content .section__intro {
    font-size: 13px;
    line-height: 1.35;
    max-width: 480px;
}

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

#proof .proof__visual {
    min-height: 170px;
}

#proof .proof__quote {
    padding: 20px 22px;
    gap: 10px;
}

#proof .quote__mark {
    font-size: 40px;
    margin-bottom: -10px;
}

#proof .quote__body {
    font-size: clamp(13px,1.2vw,17px);
    line-height: 1.25;
}

#proof .quote__cite {
    padding-top: 8px;
}

#proof .proof__results {
    margin-top: 6px;
}

#proof .stat {
    padding: 6px 10px;
}

#proof .stat__num {
    font-size: 20px;
}

#proof .stat__num sup {
    font-size: 11px;
}

#proof .stat__label {
    margin-top: 2px;
    font-size: 9px;
    letter-spacing: .12em;
}

#content .content-grid {
    gap: 12px;
}

#content .content-card {
    aspect-ratio: 4 / 5;
}

#content .content-card__platform {
    top: 10px;
    left: 10px;
    font-size: 10px;
    letter-spacing: .14em;
    padding: 5px 8px;
}

#content .content-card__title {
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 12px;
    letter-spacing: .03em;
}

#content .content-foot {
    margin-top: 24px;
}

#content .content-follow a {
    padding: 9px 12px;
    font-size: 10px;
    letter-spacing: .1em;
}

@media (max-width: 1366px) {
    #proof.section,
    #content.section {
        padding: 28px 0;
    }

    #proof .section__head,
    #content .section__head {
        margin-bottom: 18px;
    }

    #proof .proof__visual {
        min-height: 220px;
    }

    #proof .proof__quote {
        padding: 20px 22px;
    }

    #proof .quote__body {
        font-size: clamp(13px,1.2vw,17px);
    }

    #proof .stat {
        padding: 10px 12px;
    }

    #proof .stat__num {
        font-size: 26px;
    }

    #content .content-card {
        aspect-ratio: 1 / 1;
    }
}

/* Extra compact pass for 01, 03 and 04 sections */
#tracks.section,
#proof.section,
#content.section {
    padding: 28px 0;
}

#tracks .section__head,
#proof .section__head,
#content .section__head {
    gap: 20px;
    margin-bottom: 12px;
}

#tracks .section__title,
#proof .section__title,
#content .section__title {
    font-size: clamp(22px,2.6vw,36px);
}

#proof .section__head {
    margin-bottom: 14px;
}

#tracks .section__intro,
#proof .section__intro,
#content .section__intro {
    font-size: 13px;
    line-height: 1.35;
    max-width: 480px;
}

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

#tracks .tracks__banner {
    width: 210px;
}

#tracks .tracks-row {
    gap: 12px;
}

#tracks .track {
    min-height: 0;
    padding: 16px 14px;
    gap: 9px;
    border-left: none;
    border-right: 1px solid var(--hairline);
}

#tracks .track:last-child {
    border-right: none;
}

#tracks .track__tag {
    font-size: 9px;
    letter-spacing: .15em;
}

#tracks .track__tag::before {
    width: 14px;
}

#tracks .track__title {
    font-size: clamp(18px,1.5vw,22px);
    line-height: .95;
}

#tracks .track__lede {
    font-size: 11px;
    line-height: 1.35;
}

#tracks .track__list {
    gap: 5px;
}

#tracks .track__list li {
    font-size: 10.5px;
    line-height: 1.25;
    gap: 8px;
    padding-bottom: 5px;
}

#tracks .track__foot {
    padding-top: 5px;
    gap: 8px;
}

#tracks .track__price-amount {
    font-size: 18px;
}

#tracks .track__price-amount small {
    font-size: 10px;
}

#tracks .track .btn {
    padding: 7px 8px;
    font-size: 9px;
    letter-spacing: .09em;
    gap: 5px;
}

#tracks .track__tiers {
    padding-top: 6px;
}

#tracks .track__tier {
    padding: 3px 0;
    font-size: 10px;
}

#tracks .track__tier span:last-child {
    font-size: 11px;
}

.track__tiers {
    border-top: 1px solid var(--hairline);
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}

.track__tier {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px 0;
    font-size: 11px;
    color: var(--stone);
    border-bottom: 1px solid rgba(255,255,255,.04);
    gap: 8px;
}

.track__tier span:first-child {
    flex: 1;
}

.track__tier span:last-child {
    font-family: var(--ff-display);
    font-size: 13px;
    color: var(--brass);
    white-space: nowrap;
}

.track__tier small {
    font-family: var(--ff-body);
    font-size: 10px;
    color: var(--stone);
}

.track__tier--best {
    color: var(--bone);
    border-bottom: none;
}

.track__tier--best em {
    font-style: normal;
    font-size: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: rgba(201,154,63,.18);
    color: var(--brass);
    padding: 2px 5px;
    margin-left: 5px;
    vertical-align: middle;
}

#proof .proof__visual {
    min-height: 170px;
}

#proof .proof__quote {
    padding: 20px 22px;
    gap: 10px;
}

#proof .quote__mark {
    font-size: 40px;
    margin-bottom: -10px;
}

#proof .quote__body {
    font-size: clamp(13px,1.2vw,17px);
    line-height: 1.25;
}

#proof .proof__results {
    margin-top: 6px;
}

#proof .stat {
    padding: 6px 10px;
}

#proof .stat__num {
    font-size: 20px;
}

#proof .stat__num sup {
    font-size: 11px;
}

#proof .stat__label {
    margin-top: 2px;
    font-size: 9px;
}

#content .content-grid {
    gap: 10px;
}

#content .content-card {
    aspect-ratio: 1 / 1;
}

#content .content-card__platform {
    font-size: 9px;
    padding: 4px 7px;
}

#content .content-card__title {
    font-size: 11px;
}

#content .content-foot {
    margin-top: 16px;
}

#content .content-follow a {
    padding: 7px 10px;
    font-size: 9px;
}

@media (max-width: 1366px) {
    #tracks .tracks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #tracks .track {
        border-right: none;
        border-bottom: 1px solid var(--hairline);
    }

    #tracks .track:nth-child(2n + 1) {
        border-right: 1px solid var(--hairline);
    }

    #tracks .track:nth-last-child(-n + 2) {
        border-bottom: none;
    }
}

@media (max-width: 720px) {
    #tracks .tracks,
    #proof .proof,
    #proof .proof__results,
    #content .content-grid {
        grid-template-columns: 1fr;
    }

    #tracks .track {
        border-right: none;
        border-bottom: 1px solid var(--hairline);
    }

    #tracks .track:last-child {
        border-bottom: none;
    }

    #tracks .tracks-row {
        flex-direction: column;
    }

    #tracks .tracks__banner {
        width: 100%;
        aspect-ratio: 4 / 3;
    }
}


/* =========================================================
   SMALL PHONE — 480px and below
   ========================================================= */
@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .section {
        padding: 48px 0;
    }

    .hero {
        padding-top: 88px !important;
        padding-bottom: 28px !important;
    }

    .hero__title {
        font-size: clamp(28px, 8.8vw, 36px) !important;
        line-height: .96 !important;
    }

    .hero__sub {
        font-size: 13px !important;
        margin-top: 10px !important;
    }

    .hero__actions {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }

    .hero__actions .btn {
        flex: none !important;
        width: 100%;
        min-width: 0;
        justify-content: center !important;
        padding: 12px 8px !important;
        font-size: 10px !important;
    }

    .nav__mobile-links {
        padding: 80px 16px 20px;
        gap: 10px;
    }

    .nav__mobile .nav__cta-mobile {
        margin: 0 16px calc(16px + env(safe-area-inset-bottom, 0px));
    }

    .nav__mobile a {
        font-size: 24px;
    }

    .track,
    .panel-card {
        padding: 24px 16px;
    }

    .step {
        padding: 32px 16px;
    }

    .proof__quote {
        padding: 28px 16px;
    }

    .proof__visual {
        min-height: 260px;
    }

    .stat__num {
        font-size: 34px;
    }

    .content-grid {
        grid-template-columns: 1fr !important;
    }

    .content-card {
        aspect-ratio: 4 / 3;
    }

    .closer {
        padding: 72px 0;
    }

    .closer__title {
        font-size: clamp(38px, 10vw, 54px) !important;
    }

    .footer__inner {
        gap: 24px;
    }

    .form-section {
        padding: 100px 0 64px;
    }

    .form-card,
    .info-card,
    .plan-card {
        padding: 24px 16px;
    }

    .section__title {
        font-size: clamp(28px, 8vw, 40px);
    }

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

    .track__foot .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Blog hero alignment: the homepage hero rework's bare .hero rule forces
   padding:88px and justify-content:flex-start site-wide, which pushes the
   eyebrow line up under the fixed nav on short "page" heroes. about.php has
   its own patch for this; blog pages need the same. */
.blog-page .hero--page {
    min-height: 60vh;
    padding: 140px 0 60px !important;
}

.blog-page .hero--page .container {
    display: flex;
    align-items: flex-end;
    min-height: calc(60vh - 200px);
}

/* Blog */
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--stone);
}

.article-body {
    font-size: 18px;
    line-height: 1.7;
    color: var(--bone-dim);
}

.article-body p {
    margin: 0 0 24px;
}

.article-body h2 {
    font-family: var(--ff-display);
    font-size: clamp(28px,3.4vw,40px);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bone);
    line-height: 1.05;
    margin: 56px 0 20px;
}

.article-body h3 {
    font-family: var(--ff-display);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: var(--bone);
    margin: 40px 0 16px;
}

.article-body ul,
.article-body ol {
    margin: 0 0 24px;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-body li {
    padding-left: 6px;
}

.article-body strong {
    color: var(--bone);
    font-weight: 600;
}

.article-body a {
    color: var(--brass);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-body blockquote {
    margin: 32px 0;
    padding: 24px 28px;
    border-left: 2px solid var(--brass);
    background: var(--soot);
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: 20px;
    color: var(--bone);
}

.article-figure {
    max-width: 520px;
    margin: 8px auto 40px;
    border: 1px solid var(--hairline);
    overflow: hidden;
    aspect-ratio: 4/3;
}

.article-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-figure figcaption {
    padding: 12px 16px;
    font-size: 12px;
    letter-spacing: .04em;
    color: var(--stone);
    background: var(--soot);
    border-top: 1px solid var(--hairline);
}

.article-author {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 64px;
    padding: 28px;
    border: 1px solid var(--hairline);
    background: var(--soot);
}

.article-author img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.article-author strong {
    display: block;
    font-family: var(--ff-display);
    text-transform: uppercase;
    letter-spacing: .02em;
    color: var(--bone);
    margin-bottom: 6px;
}

.article-author p {
    margin: 0;
    font-size: 14px;
    color: var(--bone-dim);
    line-height: 1.6;
}

.article-author a {
    color: var(--brass);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    background: var(--soot);
    border: 1px solid var(--hairline);
    overflow: hidden;
}

.blog-card__image {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--soot-2);
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s var(--ease);
}

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

.blog-card__body {
    padding: 24px 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.blog-card__title {
    font-family: var(--ff-display);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--bone);
}

.blog-card__excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: var(--bone-dim);
    flex: 1;
}

.blog-card__meta {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--stone);
}

.blog-card__link {
    font-size: 13px;
    font-weight: 600;
    color: var(--brass);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media(max-width:1024px) {
    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:720px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .article-author {
        flex-direction: column;
    }

    .article-body {
        font-size: 17px;
    }
}