:root {
    --stage: #f6f2e9;
    --stage-deep: #e8e0d3;
    --panel: #f4f2ec;
    --panel-warm: #fff2df;
    --ink: #202328;
    --muted: #62676b;
    --graphite: #282c31;
    --graphite-deep: #141719;
    --coral: #ff704d;
    --coral-dark: #c94228;
    --violet: #7368ff;
    --signal: #bbff5a;
    --cyan: #62e7f2;
    --amber: #ffbc58;
    --line: rgba(32, 35, 40, .2);
    --radius: 24px;
    --content-width: 1400px;
    --amb-light-x: -.78;
    --amb-light-y: -.92;
    --amb-key-light-intensity: .96;
    --amb-fill-light-intensity: .78;
    --amb-light-hue: 38;
    --amb-light-saturation: 5%;
}

* { box-sizing: border-box; }

html {
    min-width: 320px;
    scroll-behavior: smooth;
    background: var(--stage);
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--ink);
    background-color: var(--stage);
    background-image:
        radial-gradient(circle at 10% 3%, rgba(255, 255, 255, .98), transparent 32rem),
        radial-gradient(circle at 92% 22%, rgba(115, 104, 255, .1), transparent 34rem),
        linear-gradient(rgba(250, 248, 242, .26), rgba(246, 242, 233, .38)),
        url("../../pay/assets/graph-paper-yuppy.png");
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, auto, 100% 100%, 128px 128px;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.shrinkwait,
body.shrinkwait * { cursor: wait !important; }

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

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
    padding: 10px 14px;
    color: #fff;
    background: var(--graphite-deep);
    border-radius: 5px;
    transform: translateY(-160%);
}

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

.site-header {
    --amb-albedo: var(--graphite);
    --amb-shade: .72;
    position: relative;
    z-index: 40;
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px clamp(20px, 4vw, 62px);
    color: #f4f5f2;
    border: 0;
    border-radius: 0;
    background: var(--graphite);
}

.brand {
    display: inline-flex;
    align-items: baseline;
    color: inherit;
    font: 800 clamp(38px, 4.2vw, 66px)/1 Arial, sans-serif;
    letter-spacing: -.09em;
    text-decoration: none;
    white-space: nowrap;
}

.portrait-letter {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: .9em;
    height: 1.05em;
    border: 2.2px solid currentColor;
    background: var(--violet);
    transform: translateY(.1em);
}

.portrait-o { border-radius: 50%; }
.portrait-d { margin-left: .12em; border-radius: 2px 50% 50% 2px; }

.portrait-letter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portrait-letter .portrait-image-left { object-position: 0 50%; }
.portrait-letter .portrait-image-right { object-position: 50% 24%; }

.brand-punctuation {
    margin-left: .08em;
    color: var(--signal);
    font-size: .54em;
    letter-spacing: -.04em;
}

.header-status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(10px, 1.5vw, 22px);
}

.header-link {
    color: #d8dbd8;
    font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
}

.header-link:hover,
.header-link:focus-visible { color: var(--signal); }

.stripe-badge { display: inline-flex; align-items: center; width: fit-content; }
.stripe-badge img { width: 100%; height: auto; }
.stripe-badge-header { width: 108px; }

.pay-me-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 14px;
    color: #142000;
    border: 1px solid #d9ff9f;
    border-radius: 4px 12px 4px 12px;
    background: var(--signal);
    box-shadow:
        0 0 0 3px rgba(187, 255, 90, .2),
        0 0 18px rgba(187, 255, 90, .84),
        0 0 38px rgba(187, 255, 90, .5),
        0 2px 0 rgba(255, 255, 255, .72) inset;
    font: 950 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
    animation: pay-me-pulse 1.15s ease-in-out infinite alternate;
}

.pay-me-button:hover,
.pay-me-button:focus-visible {
    color: #fff;
    border-color: #ffb39f;
    outline: none;
    background: var(--coral);
    box-shadow: 0 0 0 4px rgba(255, 112, 77, .2), 0 0 26px rgba(255, 112, 77, .9);
}

@keyframes pay-me-pulse {
    from { filter: brightness(.94); transform: rotate(-1.5deg) scale(1); }
    to { filter: brightness(1.2); transform: rotate(1.2deg) scale(1.055); }
}

main { overflow: clip; }

.horse-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    width: min(var(--content-width), calc(100% - clamp(36px, 8vw, 128px)));
    min-height: min(760px, calc(100svh - 100px));
    align-items: center;
    gap: clamp(42px, 7vw, 112px);
    margin: 0 auto;
    padding: clamp(68px, 8vw, 126px) 0 clamp(62px, 7vw, 104px);
}

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

.eyebrow,
.section-number,
.gallery-label,
.feature-label,
.feature-hint,
.hero-stamp {
    font: 850 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    color: #3d4345;
}

.eyebrow-light {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--amber);
    box-shadow: 0 0 0 4px rgba(255, 188, 88, .14), 0 0 18px rgba(255, 188, 88, .7);
}

.hero-kicker {
    width: fit-content;
    margin: 0 0 12px;
    padding: 7px 10px;
    color: #fff;
    background: var(--graphite);
    font: 900 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
    transform: rotate(-1deg);
}

h1,
h2,
p { margin-top: 0; }

h1 {
    max-width: 850px;
    margin-bottom: 24px;
    font: 900 clamp(62px, 8.7vw, 132px)/.82 Arial, sans-serif;
    letter-spacing: -.075em;
    text-wrap: balance;
}

h1 span { color: var(--coral); }

.hero-lede {
    max-width: 720px;
    margin-bottom: 28px;
    color: #4f5558;
    font-size: clamp(18px, 2vw, 27px);
    line-height: 1.4;
    letter-spacing: -.025em;
}

.hero-support {
    width: fit-content;
    max-width: 620px;
    margin: -10px 0 28px;
    padding: 10px 13px;
    color: #353b3d;
    border-left: 4px solid var(--amber);
    background: rgba(255, 255, 255, .68);
    box-shadow: 0 10px 28px rgba(32, 35, 40, .08);
    font-size: 13px;
    line-height: 1.5;
}

.hero-support strong { color: var(--coral-dark); }

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 18px;
    border: 1px solid var(--graphite);
    border-radius: 5px 16px 5px 16px;
    font: 900 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover,
.button:focus-visible { outline: none; transform: translateY(-3px) rotate(-.5deg); }

.button-primary {
    color: #fff;
    background: var(--graphite);
    box-shadow: 0 5px 0 var(--coral), 0 16px 30px rgba(32, 35, 40, .18);
}

.button-primary:hover,
.button-primary:focus-visible { background: var(--coral); box-shadow: 0 5px 0 var(--graphite), 0 16px 32px rgba(255, 112, 77, .3); }

.button-secondary { color: var(--graphite); background: rgba(255, 255, 255, .5); }
.button-secondary:hover,
.button-secondary:focus-visible { background: #fff; box-shadow: 0 12px 28px rgba(32, 35, 40, .12); }

.proof-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 760px;
    margin: 46px 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.proof-strip li {
    display: grid;
    gap: 6px;
    padding: 16px 12px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.proof-strip strong {
    color: var(--coral);
    font: 900 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.hero-art {
    --amb-albedo: #23272b;
    position: relative;
    aspect-ratio: .92;
    padding: clamp(12px, 1.7vw, 24px);
    border-color: rgba(255, 255, 255, .1);
    background: var(--graphite);
    transform: rotate(2.3deg);
    transform-style: preserve-3d;
}

.hero-art::before {
    position: absolute;
    inset: 4.5%;
    z-index: 1;
    border: 1px dashed rgba(187, 255, 90, .42);
    border-radius: 18px 5px 18px 5px;
    content: "";
    pointer-events: none;
}

.hero-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px 5px 18px 5px;
    filter: saturate(.88) contrast(1.04) brightness(1.05);
}

.hero-stamp {
    position: absolute;
    top: 7%;
    left: -6%;
    z-index: 3;
    padding: 10px 13px;
    color: #181d1f;
    background: var(--signal);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    transform: rotate(-7deg) translateZ(24px);
}

.orbit-note {
    position: absolute;
    z-index: 3;
    padding: 8px 11px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(20, 23, 25, .88);
    box-shadow: 0 9px 24px rgba(0, 0, 0, .24);
    font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.orbit-note-one { right: -5%; bottom: 22%; transform: rotate(6deg) translateZ(36px); }
.orbit-note-two { left: -4%; bottom: 7%; color: #17191c; background: var(--amber); transform: rotate(-4deg) translateZ(30px); }

.funnel-rail {
    position: sticky;
    top: 0;
    z-index: 35;
    display: flex;
    justify-content: center;
    gap: 2px;
    width: 100%;
    padding: 8px clamp(12px, 3vw, 40px);
    overflow-x: auto;
    color: #f1f2ee;
    background: rgba(32, 35, 40, .94);
    border-block: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 12px 30px rgba(32, 35, 40, .18);
    scrollbar-width: none;
    backdrop-filter: blur(12px);
}

.funnel-rail::-webkit-scrollbar { display: none; }

.funnel-rail a {
    display: inline-flex;
    min-width: max-content;
    align-items: center;
    gap: 7px;
    padding: 9px clamp(10px, 1.6vw, 22px);
    border-radius: 4px 10px 4px 10px;
    color: #c8ceca;
    font: 800 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease;
}

.funnel-rail a span { color: var(--amber); }
.funnel-rail a:hover,
.funnel-rail a:focus-visible,
.funnel-rail a.is-active { color: #17191c; outline: none; background: var(--signal); }
.funnel-rail a:hover span,
.funnel-rail a:focus-visible span,
.funnel-rail a.is-active span { color: #17191c; }

.funnel-section {
    position: relative;
    display: grid;
    width: min(var(--content-width), calc(100% - clamp(28px, 7vw, 112px)));
    grid-template-columns: minmax(340px, .86fr) minmax(0, 1.14fr);
    align-items: start;
    gap: clamp(34px, 6vw, 96px);
    margin: clamp(46px, 7vw, 108px) auto;
    padding: clamp(28px, 5vw, 74px);
    overflow: hidden;
    border: 1px solid rgba(32, 35, 40, .13);
    border-radius: 34px 8px 34px 8px;
    background: rgba(246, 242, 233, .78);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset, 0 30px 90px rgba(45, 39, 31, .13);
    scroll-margin-top: 64px;
}

.funnel-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: var(--section-accent, var(--coral));
    content: "";
}

.intro { --section-accent: var(--coral); }
.value-proposition { --section-accent: var(--amber); grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); }
.strategy { --section-accent: var(--cyan); }
.research { --section-accent: var(--violet); }
.financial-strategy { --section-accent: var(--coral); }

.strategy,
.financial-strategy { overflow: visible; }

.intro .image,
.strategy .image,
.research .image,
.financial-strategy .image { grid-column: 1; grid-row: 1; }

.intro .content,
.strategy .content,
.research .content,
.financial-strategy .content { grid-column: 2; grid-row: 1; }

.value-proposition .content { grid-column: 1; }
.value-proposition .image { grid-column: 2; }
.funnel-section .content { padding: clamp(4px, 1vw, 14px) 0; }

.section-number {
    margin-bottom: 18px;
    color: var(--section-accent, var(--coral));
}

h2 {
    max-width: 850px;
    margin-bottom: 24px;
    font: 900 clamp(44px, 5.6vw, 88px)/.92 Arial, sans-serif;
    letter-spacing: -.065em;
    text-wrap: balance;
}

.section-lede {
    margin-bottom: 22px;
    color: #34393c;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.42;
    letter-spacing: -.025em;
}

.content > p:not(.section-number, .section-lede, .feature-hint, .fine-print) {
    max-width: 760px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.micro-proof {
    display: grid;
    gap: 6px;
    margin-top: 30px;
    padding: 18px;
    border-left: 5px solid var(--coral);
    background: #fff;
    box-shadow: 0 15px 35px rgba(32, 35, 40, .09);
}

.micro-proof span {
    color: var(--muted);
    font: 800 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.micro-proof strong { font-size: 18px; }

.funnel-support {
    display: grid;
    gap: 7px;
    max-width: 760px;
    margin: 0 0 24px;
    padding: 15px 17px;
    color: #34393c;
    border-left: 5px solid var(--section-accent, var(--coral));
    background: rgba(255, 255, 255, .66);
    box-shadow: 0 13px 32px rgba(32, 35, 40, .08);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.48;
}

.funnel-support span {
    color: var(--section-accent, var(--coral));
    font: 900 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.gallery-board,
.bglogo {
    --amb-albedo: #e8e3d8;
    position: relative;
    align-self: start;
    padding: clamp(14px, 2vw, 24px);
    background: #e8e3d8;
}

.gallery-board-warm { --amb-albedo: #f6dfb7; background: #f6dfb7; }
.gallery-board-violet { --amb-albedo: #dad6f8; background: #dad6f8; }

.gallery-label {
    margin: 0 0 12px;
    color: #4e5356;
}

.gallery {
    display: flex;
    width: 100%;
    gap: 10px;
    overflow: hidden;
}

.gallery + .gallery { margin-top: 10px; }

.image .gallery img {
    width: calc(50% - 5px);
    min-width: 0;
    aspect-ratio: 1;
    flex: 0 0 calc(50% - 5px);
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 16px 4px 16px 4px;
    box-shadow: 0 8px 18px rgba(32, 35, 40, .13);
    cursor: zoom-in;
    transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s ease, opacity .35s ease, flex-basis .6s cubic-bezier(.2, .8, .2, 1);
}

.gallery img:hover,
.gallery img:focus-visible {
    z-index: 2;
    outline: 3px solid var(--signal);
    outline-offset: -3px;
    box-shadow: 0 18px 34px rgba(32, 35, 40, .25);
    transform: scale(1.045) rotate(2.4deg);
}

.gallery img:nth-child(odd):hover,
.gallery img:nth-child(odd):focus-visible { transform: scale(1.045) rotate(-2.4deg); }

.gallery:has(.shrinking) img:not(.shrinking) { flex-basis: 0; opacity: .18; }

.image .gallery img.shrinking {
    z-index: 5;
    flex-basis: 100%;
    cursor: wait;
    animation: gallery-spotlight 5s cubic-bezier(.2, .75, .25, 1) forwards;
}

@keyframes gallery-spotlight {
    0%, 100% { filter: saturate(1); transform: scale(1); }
    14%, 80% { filter: saturate(1.14) contrast(1.04); transform: scale(1.015); }
}

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 24px 28px;
    color: #fff;
    border-radius: 5px 22px 5px 22px;
    background: var(--graphite);
    box-shadow: 7px 7px 0 var(--amber);
    font: 850 clamp(22px, 2.6vw, 36px)/1.12 Arial, sans-serif;
    letter-spacing: -.035em;
    transform: rotate(-.8deg);
}

.tail-chase-ribbon {
    position: relative;
    width: 100%;
    margin: clamp(34px, 5vw, 72px) 0;
    overflow: hidden;
    border-block: 1px solid rgba(32, 35, 40, .18);
    background:
        linear-gradient(90deg, rgba(244, 92, 58, .13), transparent 28%, transparent 72%, rgba(246, 182, 48, .15)),
        rgba(246, 242, 233, .68);
}

.tail-chase-ribbon::before,
.tail-chase-ribbon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 7px;
    background: var(--amber);
    content: "";
}

.tail-chase-ribbon::before { left: 0; }
.tail-chase-ribbon::after { right: 0; background: var(--coral); }

.tail-chase-ribbon .tail-chase-stage {
    width: min(var(--content-width), calc(100% - clamp(28px, 7vw, 112px)));
    margin: 0 auto;
}

.tail-chase-stage {
    --tail-cycle: 11s;
    --cube-cycle: 4.6s;
    --orbit-radius: clamp(76px, 9vw, 126px);
    position: relative;
    display: grid;
    width: 100%;
    max-width: none;
    min-height: clamp(380px, 34vw, 480px);
    align-items: center;
    margin: 30px 0 22px;
    isolation: isolate;
}

.tail-chase-stage blockquote {
    z-index: 1;
    grid-area: 1 / 1;
    display: flex;
    width: 100%;
    max-width: none;
    min-height: clamp(170px, 15vw, 230px);
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: clamp(28px, 4vw, 52px) clamp(58px, 9vw, 130px);
    text-align: center;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 24px 0;
}

.benefit-grid span {
    display: grid;
    gap: 7px;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 4px 12px 4px 12px;
    color: var(--muted);
    background: rgba(255, 255, 255, .55);
    font-size: 11px;
}

.benefit-grid b {
    color: var(--ink);
    font: 900 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cube-container {
    --cube-size: clamp(150px, 15vw, 210px);
    --cube-half: calc(var(--cube-size) / 2);
    width: var(--cube-size);
    height: var(--cube-size);
    margin: 70px auto 32px;
    perspective: 900px;
}

.tail-chase-stage .cube-container {
    --cube-size: clamp(118px, 12vw, 172px);
    --cube-half: calc(var(--cube-size) / 2);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin: 0;
    pointer-events: none;
    animation: chase-tail-path var(--tail-cycle) linear infinite;
    transform-style: preserve-3d;
    will-change: transform;
}

.cube {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: rotate-cube var(--cube-cycle, 4.6s) infinite linear;
    will-change: transform;
}

.cube-face {
    position: absolute;
    width: var(--cube-size);
    height: var(--cube-size);
    border: 2px solid rgba(255, 255, 255, .8);
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 30px rgba(32, 35, 40, .12) inset;
    backface-visibility: visible;
}

.cube-face.front { transform: translateZ(var(--cube-half)); }
.cube-face.back { transform: rotateY(180deg) translateZ(var(--cube-half)); }
.cube-face.cube-right { transform: rotateY(90deg) translateZ(var(--cube-half)); }
.cube-face.cube-left { transform: rotateY(-90deg) translateZ(var(--cube-half)); }
.cube-face.top { transform: rotateX(90deg) translateZ(var(--cube-half)); }
.cube-face.bottom { transform: rotateX(-90deg) translateZ(var(--cube-half)); }

@keyframes rotate-cube {
    from { transform: rotateX(-12deg) rotateY(0deg) rotateZ(2deg); }
    to { transform: rotateX(-12deg) rotateY(360deg) rotateZ(2deg); }
}

@keyframes chase-tail-path {
    from {
        transform: translate(-50%, -50%) rotateZ(0deg) translateX(var(--orbit-radius)) rotateZ(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotateZ(360deg) translateX(var(--orbit-radius)) rotateZ(-360deg);
    }
}

.bglogo {
    position: sticky;
    top: 78px;
    overflow: hidden;
    background: var(--graphite-deep);
}

.bglogo::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

.bglogo > img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 16px 4px 16px 4px;
    transition: opacity .42s ease, transform .6s cubic-bezier(.2, .8, .2, 1), filter .42s ease;
}

.bglogo > img.fade-out { opacity: 0; transform: scale(.96); filter: blur(8px); }
.bglogo > img.fade-in { opacity: 1; transform: scale(1.02); }

.feature-label,
.feature-hint { position: relative; z-index: 2; color: #d8dbd8; }

.feature-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
}

.feature-label span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--signal);
    box-shadow: 0 0 14px var(--signal);
}

.feature-hint { margin: 12px 0 0; color: #9ca3a0; letter-spacing: .1em; }

.step-list {
    display: grid;
    gap: 12px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.step-list li {
    position: relative;
    display: grid;
    grid-template-columns: 34px repeat(5, minmax(0, 82px)) minmax(220px, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 112px;
    padding: 12px;
    border: 1px solid rgba(32, 35, 40, .14);
    border-radius: 5px 18px 5px 18px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.step-list li:hover {
    z-index: 2;
    border-color: var(--section-accent, var(--cyan));
    box-shadow: 0 16px 36px rgba(32, 35, 40, .11);
    transform: translateX(-5px);
}

.step-index {
    align-self: start;
    padding-top: 8px;
    color: var(--section-accent, var(--cyan));
    font: 900 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.step-list li img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(32, 35, 40, .1);
    border-radius: 11px 3px 11px 3px;
    cursor: pointer;
    transition: transform .32s cubic-bezier(.2, .8, .2, 1), box-shadow .32s ease, filter .32s ease;
}

.step-list li img:hover,
.step-list li img:focus-visible {
    z-index: 2;
    outline: 3px solid var(--signal);
    outline-offset: -3px;
    box-shadow: 0 12px 22px rgba(32, 35, 40, .25);
    filter: saturate(1.08);
    transform: translateY(-5px) rotate(-3deg) scale(1.07);
}

.step-list li img:nth-of-type(even):hover,
.step-list li img:nth-of-type(even):focus-visible { transform: translateY(-5px) rotate(3deg) scale(1.07); }

.step-list li p {
    grid-column: 7;
    margin: 0;
    color: #555b5e;
    font-size: 13px;
    line-height: 1.5;
}

.step-list li p strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 15px; }

.investment-list li { grid-template-columns: 34px repeat(4, minmax(0, 82px)) minmax(220px, 1fr); }
.investment-list li p { grid-column: 6; }

.fine-print {
    margin-top: 30px;
    padding: 15px 17px;
    border: 1px dashed rgba(32, 35, 40, .25);
    color: #73787a;
    background: rgba(255, 255, 255, .45);
    font: 700 11px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.contact {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    width: min(var(--content-width), calc(100% - clamp(28px, 7vw, 112px)));
    align-items: center;
    gap: clamp(36px, 6vw, 90px);
    margin: clamp(62px, 10vw, 150px) auto clamp(46px, 7vw, 100px);
    padding: clamp(28px, 5vw, 74px);
    overflow: hidden;
    color: #f4f5f2;
    border-radius: 8px 40px 8px 40px;
    background: var(--graphite);
    box-shadow: 10px 12px 0 var(--coral), 0 30px 90px rgba(20, 23, 25, .3);
    scroll-margin-top: 64px;
}

.contact::before {
    position: absolute;
    right: -90px;
    bottom: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(187, 255, 90, .16), transparent 66%);
    content: "";
}

.contact-art { position: relative; transform: rotate(-3deg); }
.contact-art img { width: 100%; border-radius: 50% 8px 50% 8px; filter: saturate(.82) brightness(1.08); }
.contact .content { position: relative; z-index: 2; }
.contact .section-number { color: var(--signal); }
.contact h2 { margin-bottom: 22px; color: #fff; }
.contact h2 span { color: var(--signal); }
.contact .content > p:not(.section-number) { max-width: 680px; color: #c7cdca; font-size: 18px; line-height: 1.6; }

.contact .content > .conversion-note {
    width: fit-content;
    margin: 24px 0;
    padding: 10px 13px;
    color: var(--signal);
    border: 1px solid rgba(187, 255, 90, .42);
    background: rgba(187, 255, 90, .08);
    font: 850 11px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.button-pay { color: #142000; border-color: #d9ff9f; background: var(--signal); box-shadow: 0 0 26px rgba(187, 255, 90, .46); }
.button-pay:hover,
.button-pay:focus-visible { color: #fff; border-color: var(--coral); background: var(--coral); box-shadow: 0 0 28px rgba(255, 112, 77, .5); }
.button-dark { color: #fff; border-color: rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .06); }

footer {
    display: flex;
    width: min(var(--content-width), calc(100% - 40px));
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto;
    padding: 28px 0 42px;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font: 750 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .1em;
    text-transform: uppercase;
}

footer p { margin: 0; }
footer a { text-decoration: none; }
footer a:hover,
footer a:focus-visible { color: var(--coral); }
footer .footer-brand {
    width: fit-content;
    justify-self: start;
    color: var(--ink);
    font: 900 28px/1 Arial, sans-serif;
    letter-spacing: -.09em;
    text-transform: none;
}

footer .footer-brand .portrait-letter { border-width: 1.35px; }

.reveal-ready .reveal-item {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .75s ease, transform .85s cubic-bezier(.16, 1, .3, 1);
}

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

@media (min-width: 1280px) {
    .strategy,
    .financial-strategy {
        width: min(1600px, calc(100% - clamp(32px, 4vw, 72px)));
        grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
        gap: clamp(44px, 5vw, 82px);
    }
}

@media (max-width: 1120px) {
    .header-link { display: none; }
    .horse-hero { grid-template-columns: minmax(0, 1fr) minmax(310px, .75fr); gap: 45px; }
    .funnel-section { grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr); gap: 40px; }
    .value-proposition { grid-template-columns: minmax(0, 1.1fr) minmax(290px, .9fr); }
    .step-list li,
    .investment-list li { grid-template-columns: 30px repeat(5, minmax(0, 1fr)); }
    .step-list li p,
    .investment-list li p { grid-column: 2 / -1; padding: 6px 2px 2px; }
    .investment-list li img:last-of-type { display: none; }
}

@media (max-width: 820px) {
    .site-header { min-height: 84px; padding: 14px 20px; }
    .brand { font-size: clamp(34px, 8vw, 54px); }
    .stripe-badge-header { width: 94px; }
    .horse-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 64px; }
    .hero-copy { max-width: 720px; }
    .hero-art { width: min(620px, 88%); justify-self: center; }
    h1 { font-size: clamp(64px, 15vw, 112px); }
    .funnel-rail { justify-content: flex-start; }
    .funnel-section,
    .value-proposition,
    .contact { grid-template-columns: 1fr; }
    .funnel-section { padding: clamp(24px, 7vw, 54px); }
    .intro .image,
    .strategy .image,
    .research .image,
    .financial-strategy .image,
    .value-proposition .image,
    .intro .content,
    .strategy .content,
    .research .content,
    .financial-strategy .content,
    .value-proposition .content { grid-column: 1; }
    .intro .content,
    .value-proposition .content,
    .strategy .content,
    .financial-strategy .content { grid-row: 1; }
    .intro .image,
    .value-proposition .image,
    .strategy .image,
    .financial-strategy .image { grid-row: 2; }
    .research .image { grid-row: 1; }
    .research .content { grid-row: 2; }
    .strategy,
    .financial-strategy {
        display: flex;
        flex-direction: column;
        overflow: visible;
    }
    .strategy .bglogo,
    .financial-strategy .bglogo {
        position: sticky;
        top: 48px;
        z-index: 30;
        display: grid;
        width: 100%;
        grid-template-columns: minmax(120px, 32%) 1fr;
        grid-template-rows: auto 1fr;
        align-items: center;
        gap: 5px 16px;
        order: 1;
        padding: 10px;
        box-shadow: 0 18px 42px rgba(20, 23, 25, .3);
    }
    .strategy .content,
    .financial-strategy .content { order: 2; }
    .strategy .bglogo > img,
    .financial-strategy .bglogo > img {
        grid-column: 1;
        grid-row: 1 / 3;
        max-height: 190px;
    }
    .strategy .feature-label,
    .financial-strategy .feature-label { grid-column: 2; grid-row: 1; margin-bottom: 0; }
    .strategy .feature-hint,
    .financial-strategy .feature-hint { grid-column: 2; grid-row: 2; margin-top: 0; }
    .contact-art { width: min(420px, 72%); }
    .contact .content { grid-row: 1; }
    .contact-art { grid-row: 2; }
    footer { flex-wrap: wrap; }
}

@media (max-width: 600px) {
    .site-header { gap: 10px; padding-inline: 14px; }
    .brand { font-size: clamp(29px, 9vw, 42px); }
    .stripe-badge-header { display: none; }
    .pay-me-button { padding: 10px 11px; font-size: 9px; }
    .horse-hero,
    .funnel-section,
    .contact { width: calc(100% - 24px); }
    .horse-hero { gap: 44px; padding: 48px 0 58px; }
    h1 { font-size: clamp(58px, 18vw, 88px); }
    .hero-lede { font-size: 18px; }
    .hero-actions { align-items: stretch; }
    .hero-actions .button { flex: 1 1 100%; }
    .proof-strip { grid-template-columns: 1fr; gap: 10px; margin-top: 38px; }
    .proof-strip li { grid-template-columns: 28px 1fr; padding-top: 10px; }
    .hero-art { width: 88%; }
    .orbit-note-one { right: -8%; }
    .orbit-note-two { left: -8%; }
    .funnel-section { gap: 30px; margin-block: 30px; padding: 30px 20px; border-radius: 22px 6px 22px 6px; }
    h2 { font-size: clamp(42px, 13vw, 66px); }
    .section-lede { font-size: 18px; }
    .benefit-grid { grid-template-columns: 1fr; }
    .tail-chase-stage {
        --orbit-radius: min(20vw, 78px);
        min-height: clamp(270px, 76vw, 320px);
        margin: 24px 0 18px;
    }
    .tail-chase-stage blockquote {
        min-height: 150px;
        padding: 21px 18px;
        font-size: clamp(20px, 7vw, 29px);
    }
    .tail-chase-stage .cube-container {
        --cube-size: min(29vw, 116px);
        --cube-half: calc(var(--cube-size) / 2);
    }
    .gallery-board,
    .bglogo { padding: 12px; }
    .strategy .bglogo,
    .financial-strategy .bglogo {
        grid-template-columns: 104px 1fr;
        gap: 4px 10px;
        padding: 8px;
    }
    .strategy .bglogo > img,
    .financial-strategy .bglogo > img { max-height: 104px; }
    .strategy .feature-label,
    .financial-strategy .feature-label { font-size: 8px; letter-spacing: .1em; }
    .strategy .feature-hint,
    .financial-strategy .feature-hint { font-size: 8px; line-height: 1.4; }
    .gallery { gap: 6px; }
    .gallery + .gallery { margin-top: 6px; }
    .image .gallery img { width: calc(50% - 3px); flex-basis: calc(50% - 3px); border-radius: 10px 3px 10px 3px; }
    .step-list li,
    .investment-list li {
        grid-template-columns: 24px repeat(3, minmax(0, 1fr));
        padding: 10px;
    }
    .step-list li img:nth-of-type(n + 4),
    .investment-list li img:nth-of-type(n + 4) { display: none; }
    .step-list li p,
    .investment-list li p { grid-column: 2 / -1; font-size: 12px; }
    .contact { gap: 34px; margin-block: 52px 40px; padding: 34px 24px; box-shadow: 6px 8px 0 var(--coral), 0 24px 65px rgba(20, 23, 25, .28); }
    .contact-art { width: 82%; }
    footer { display: grid; justify-content: start; gap: 10px; padding-bottom: 30px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal-ready .reveal-item { opacity: 1; transform: none; }
}
