:root {
    --ink: #080a0f;
    --ink-2: #10141d;
    --ink-3: #171d29;
    --paper: #fbf7ef;
    --muted: #aeb7c5;
    --muted-2: #748095;
    --line: rgba(255, 255, 255, 0.11);
    --line-strong: rgba(255, 255, 255, 0.18);
    --gold: #d7b46a;
    --gold-2: #f0dca5;
    --green: #8ed1b2;
    --danger: #ffb4a9;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
    --radius-lg: 32px;
    --radius-md: 22px;
    --radius-sm: 14px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--paper);
    background:
        radial-gradient(circle at 10% 8%, rgba(215, 180, 106, 0.12), transparent 32rem),
        radial-gradient(circle at 88% 22%, rgba(142, 209, 178, 0.08), transparent 34rem),
        linear-gradient(180deg, #080a0f 0%, #0d1119 46%, #080a0f 100%);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    content: "";
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 82%);
}

body::after {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    content: "";
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.12) 55%, rgba(0, 0, 0, 0.58) 100%);
}

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

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

p,
h1,
h2,
h3,
dl,
dd {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

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

.skip-link {
    position: fixed;
    top: 14px;
    left: 14px;
    z-index: 100;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    color: var(--ink);
    background: var(--gold-2);
    transform: translateY(-160%);
    transition: transform 160ms ease;
}

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

.site-shell {
    width: min(100%, calc(var(--container) + 48px));
    margin-inline: auto;
    padding-inline: 24px;
}

.site-header {
    position: sticky;
    top: 16px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 16px;
    padding: 12px 12px 12px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(8, 10, 15, 0.72);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
    border-color: rgba(215, 180, 106, 0.22);
    background: rgba(8, 10, 15, 0.88);
}

.site-header.compact {
    max-width: var(--container);
    margin-inline: auto;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}

.brand img {
    filter: drop-shadow(0 12px 28px rgba(215, 180, 106, 0.16));
}

.brand span {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.brand strong {
    color: #fffdf8;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    line-height: 1;
}

.brand em {
    color: var(--muted);
    font-size: 0.72rem;
    font-style: normal;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--muted);
    font-size: 0.92rem;
}

.site-nav a {
    padding: 0.72rem 0.95rem;
    border-radius: 999px;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--paper);
    background: rgba(255, 255, 255, 0.06);
    outline: none;
}

.site-nav .nav-cta {
    color: #1a1306;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    box-shadow: 0 10px 30px rgba(215, 180, 106, 0.16);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
    color: #0b0d12;
    background: linear-gradient(135deg, #fff0bf, #ddb868);
}

.section-pad {
    padding-block: clamp(76px, 8vw, 126px);
}

.hero {
    padding-top: clamp(80px, 10vw, 142px);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.62fr);
    gap: clamp(28px, 4vw, 64px);
    align-items: center;
}

.hero-copy {
    position: relative;
}

.eyebrow,
.section-kicker {
    color: var(--gold-2);
    font-size: 0.78rem;
    font-weight: 740;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero h1,
.split-heading h2,
.principle-band h2,
.bio-copy h2,
.fit-section h2,
.contact-copy h2,
.thank-you-card h1 {
    color: #fffdf8;
    font-weight: 760;
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.hero h1 {
    max-width: 860px;
    margin-top: 22px;
    font-size: clamp(3.45rem, 8.6vw, 7.9rem);
}

.hero-lede {
    max-width: 760px;
    margin-top: 28px;
    color: #d9dee8;
    font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0.86rem 1.14rem;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 760;
    letter-spacing: -0.01em;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.button-primary {
    color: #120f08;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    box-shadow: 0 18px 48px rgba(215, 180, 106, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
    box-shadow: 0 22px 60px rgba(215, 180, 106, 0.24);
}

.button-secondary {
    color: var(--paper);
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.055);
}

.button-secondary:hover,
.button-secondary:focus-visible {
    border-color: rgba(215, 180, 106, 0.38);
    background: rgba(255, 255, 255, 0.082);
}

.proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 835px;
    margin-top: 48px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.09);
}

.proof-strip div {
    padding: 20px;
    background: rgba(13, 17, 25, 0.84);
}

.proof-strip dt {
    color: #fffdf8;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.proof-strip dd {
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.88rem;
}

.hero-card {
    position: relative;
    overflow: hidden;
    padding: clamp(26px, 4vw, 36px);
    border: 1px solid rgba(215, 180, 106, 0.18);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
        rgba(14, 18, 27, 0.78);
    box-shadow: var(--shadow);
}

.hero-card::before {
    position: absolute;
    inset: -1px;
    z-index: -1;
    content: "";
    background: radial-gradient(circle at 30% 20%, rgba(215, 180, 106, 0.28), transparent 18rem);
}

.liquidity-dial {
    position: relative;
    display: grid;
    place-items: center;
    width: min(100%, 340px);
    aspect-ratio: 1;
    margin: 0 auto 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(215, 180, 106, 0.14) 0 18%, transparent 18.5% 100%),
        conic-gradient(from 45deg, rgba(215, 180, 106, 0.16), rgba(142, 209, 178, 0.05), rgba(255, 255, 255, 0.04), rgba(215, 180, 106, 0.16));
}

.liquidity-dial::before,
.liquidity-dial::after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.12);
}

.liquidity-dial::before {
    width: 72%;
    height: 1px;
}

.liquidity-dial::after {
    width: 1px;
    height: 72%;
}

.liquidity-dial span {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--gold-2);
    box-shadow: 0 0 0 8px rgba(215, 180, 106, 0.11), 0 14px 30px rgba(0, 0, 0, 0.35);
}

.liquidity-dial span:nth-child(1) { top: 13%; left: calc(50% - 6.5px); }
.liquidity-dial span:nth-child(2) { right: 13%; top: calc(50% - 6.5px); }
.liquidity-dial span:nth-child(3) { bottom: 13%; left: calc(50% - 6.5px); }
.liquidity-dial span:nth-child(4) { left: 13%; top: calc(50% - 6.5px); }

.liquidity-dial strong {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(215, 180, 106, 0.34);
    border-radius: 50%;
    color: #fffdf8;
    background: rgba(8, 10, 15, 0.72);
    font-size: 1.25rem;
    letter-spacing: 0.12em;
}

.hero-card h2 {
    color: #fffdf8;
    font-size: clamp(1.55rem, 2.4vw, 2.18rem);
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.hero-card p {
    margin-top: 16px;
    color: #cfd5df;
}

.check-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    color: var(--muted);
}

.check-list li::before {
    position: absolute;
    top: 0.42rem;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    background: linear-gradient(135deg, var(--green), var(--gold-2));
    box-shadow: 0 0 0 5px rgba(142, 209, 178, 0.08);
}

.ticker {
    margin-inline: calc(50% - 50vw);
    border-block: 1px solid var(--line);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.035);
}

.ticker-track {
    display: flex;
    gap: 0;
    width: max-content;
    min-width: 100%;
    animation: ticker 34s linear infinite;
}

.ticker-track span {
    position: relative;
    flex: 0 0 auto;
    padding: 16px 30px;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ticker-track span::after {
    position: absolute;
    right: -4px;
    color: rgba(215, 180, 106, 0.45);
    content: "·";
}

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

.split-section,
.method-section,
.fit-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.split-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.46fr);
    gap: clamp(24px, 6vw, 76px);
    align-items: end;
    margin-top: 18px;
}

.split-heading h2,
.principle-band h2,
.bio-copy h2,
.fit-section h2,
.contact-copy h2 {
    font-size: clamp(2.25rem, 5vw, 4.9rem);
}

.split-heading p,
.principle-band p,
.bio-copy p,
.contact-copy p {
    color: var(--muted);
    font-size: 1.05rem;
}

.asset-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 44px;
}

.asset-card,
.steps article,
.fit-panel,
.bio-card,
.deal-form,
.thank-you-card {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.asset-card {
    min-height: 292px;
    padding: 24px;
    border-radius: var(--radius-md);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.asset-card:hover {
    transform: translateY(-3px);
    border-color: rgba(215, 180, 106, 0.26);
    background: rgba(255, 255, 255, 0.062);
}

.card-number {
    color: var(--gold-2);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.asset-card h3,
.steps h3,
.fit-panel h3 {
    margin-top: 30px;
    color: #fffdf8;
    font-size: 1.28rem;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

.asset-card p,
.steps p,
.fit-panel li,
.bio-facts p,
.legal {
    margin-top: 14px;
    color: var(--muted);
    font-size: 0.96rem;
}

.principle-band {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.48fr);
    gap: clamp(22px, 4vw, 58px);
    align-items: center;
    margin: 16px 0;
    padding: clamp(36px, 6vw, 68px);
    border: 1px solid rgba(215, 180, 106, 0.2);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(135deg, rgba(215, 180, 106, 0.12), rgba(255, 255, 255, 0.035)),
        rgba(255, 255, 255, 0.035);
}

.principle-band h2 {
    margin-top: 16px;
    font-size: clamp(2.1rem, 4.7vw, 4.4rem);
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 46px;
}

.steps article {
    position: relative;
    min-height: 278px;
    padding: 26px;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.steps article::after {
    position: absolute;
    right: -40px;
    bottom: -56px;
    color: rgba(255, 255, 255, 0.035);
    content: attr(data-step);
    font-size: 9rem;
    font-weight: 900;
    line-height: 1;
}

.steps span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(215, 180, 106, 0.28);
    border-radius: 50%;
    color: #1a1306;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    font-weight: 850;
}

.steps h3 {
    margin-top: 52px;
}

.bio-section {
    padding-top: clamp(82px, 8vw, 132px);
}

.bio-card {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.56fr);
    gap: clamp(24px, 5vw, 60px);
    padding: clamp(30px, 5vw, 58px);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 5% 0%, rgba(215, 180, 106, 0.14), transparent 22rem),
        rgba(255, 255, 255, 0.045);
}

.bio-copy h2 {
    margin-top: 18px;
}

.bio-copy p {
    max-width: 780px;
    margin-top: 24px;
}

.bio-copy strong {
    color: var(--paper);
}

.bio-facts {
    display: grid;
    gap: 12px;
}

.bio-facts div {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(8, 10, 15, 0.45);
}

.bio-facts span {
    color: var(--gold-2);
    font-size: 0.76rem;
    font-weight: 820;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.fit-section h2 {
    max-width: 850px;
    margin-top: 16px;
}

.fit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 42px;
}

.fit-panel {
    padding: clamp(24px, 4vw, 34px);
    border-radius: var(--radius-md);
}

.fit-panel h3 {
    margin-top: 0;
    font-size: 1.35rem;
}

.fit-panel ul {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.fit-panel li {
    position: relative;
    padding-left: 26px;
}

.fit-panel li::before {
    position: absolute;
    top: 0.6rem;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    background: var(--gold-2);
}

.fit-panel.neutral li::before {
    background: var(--muted-2);
}

.contact-section {
    padding-bottom: clamp(76px, 9vw, 142px);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.82fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: start;
}

.contact-copy {
    position: sticky;
    top: 120px;
}

.contact-copy h2 {
    margin-top: 18px;
}

.contact-copy p {
    margin-top: 22px;
}

.contact-note {
    display: grid;
    gap: 8px;
    margin-top: 28px;
    padding: 20px;
    border: 1px solid rgba(215, 180, 106, 0.2);
    border-radius: 20px;
    background: rgba(215, 180, 106, 0.08);
}

.contact-note strong {
    color: #fffdf8;
}

.contact-note span {
    color: var(--muted);
}

.deal-form {
    display: grid;
    gap: 18px;
    padding: clamp(22px, 4vw, 34px);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 100% 0%, rgba(215, 180, 106, 0.11), transparent 22rem),
        rgba(13, 17, 25, 0.88);
}

.form-grid {
    display: grid;
    gap: 14px;
}

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

label {
    display: grid;
    gap: 8px;
}

label span:not(.consent-row span) {
    color: #e9edf3;
    font-size: 0.9rem;
    font-weight: 740;
}

input,
textarea,
select {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    color: #fffdf8;
    background: rgba(4, 6, 10, 0.62);
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

input,
select {
    min-height: 52px;
    padding: 0 14px;
}

textarea {
    min-height: 120px;
    padding: 14px;
    resize: vertical;
}

select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--gold-2) 50%),
        linear-gradient(135deg, var(--gold-2) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 50%,
        calc(100% - 12px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

option {
    color: var(--ink);
    background: var(--paper);
}

input::placeholder,
textarea::placeholder {
    color: #6f7a8f;
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(215, 180, 106, 0.58);
    background: rgba(4, 6, 10, 0.82);
    box-shadow: 0 0 0 4px rgba(215, 180, 106, 0.12);
}

.consent-row {
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    color: var(--muted);
    font-size: 0.92rem;
}

.consent-row input {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin-top: 0.18rem;
    accent-color: var(--gold);
}

.form-submit {
    width: 100%;
    min-height: 56px;
    margin-top: 4px;
    border: 0;
}

.form-footnote {
    color: var(--muted-2);
    font-size: 0.86rem;
    text-align: center;
}

.form-footnote strong {
    color: var(--muted);
}

.form-alert {
    padding: 16px 18px;
    border: 1px solid rgba(255, 180, 169, 0.34);
    border-radius: 18px;
    color: #ffe3de;
    background: rgba(255, 100, 80, 0.08);
}

.form-alert strong {
    display: block;
    margin-bottom: 8px;
}

.form-alert ul {
    display: grid;
    gap: 4px;
    padding-left: 18px;
}

.form-alert li {
    list-style: disc;
}

.hp-field {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.site-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    padding: 38px 0 46px;
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.footer-brand {
    display: inline-flex;
    margin-bottom: 8px;
    color: #fffdf8;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.site-footer p {
    max-width: 560px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 18px;
}

.footer-links a {
    color: #dce1ea;
    transition: color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: var(--gold-2);
    outline: none;
}

.legal {
    grid-column: 1 / -1;
    max-width: 980px;
    margin-top: 0;
    font-size: 0.82rem;
}

.thank-you-body {
    min-height: 100vh;
}

.thank-you-main {
    display: grid;
    place-items: center;
    min-height: calc(100vh - 92px);
    padding: 70px 0;
}

.thank-you-card {
    width: min(720px, 100%);
    padding: clamp(30px, 6vw, 58px);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 10% 0%, rgba(215, 180, 106, 0.15), transparent 22rem),
        rgba(13, 17, 25, 0.86);
}

.thank-you-card h1 {
    margin-top: 16px;
    font-size: clamp(2.5rem, 6vw, 5rem);
}

.thank-you-card p {
    margin-top: 22px;
    color: var(--muted);
    font-size: 1.06rem;
}

@media (max-width: 1040px) {
    .site-nav a:not(.nav-cta) {
        display: none;
    }

    .hero-grid,
    .split-heading,
    .principle-band,
    .bio-card,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .hero-card {
        max-width: 660px;
    }

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

    .contact-copy {
        position: static;
    }
}

@media (max-width: 760px) {
    .site-shell {
        padding-inline: 16px;
    }

    .site-header {
        top: 10px;
        margin-top: 10px;
        border-radius: 24px;
    }

    .brand em {
        display: none;
    }

    .site-nav .nav-cta {
        padding-inline: 0.85rem;
        font-size: 0.86rem;
    }

    .hero {
        padding-top: 74px;
    }

    .hero h1 {
        font-size: clamp(3.1rem, 15vw, 5.4rem);
    }

    .hero-lede {
        font-size: 1.02rem;
    }

    .proof-strip,
    .asset-grid,
    .steps,
    .fit-grid,
    .form-grid.two,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .proof-strip div {
        padding: 18px;
    }

    .liquidity-dial {
        width: min(100%, 280px);
    }

    .principle-band,
    .bio-card,
    .deal-form,
    .thank-you-card {
        border-radius: 24px;
    }

    .asset-card,
    .steps article {
        min-height: unset;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 460px) {
    .site-header {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }

    .brand {
        justify-content: center;
    }

    .site-nav {
        justify-content: center;
        width: 100%;
    }

    .site-nav .nav-cta {
        width: 100%;
        text-align: center;
    }

    .hero-actions .button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}
