:root {
    --heritage: #f7b733;
    --energy: #e4572e;
    --growth: #2e7d4e;
    --wisdom: #f5e8d0;
    --roots: #1a140e;
    --ink: #0d0b08;
    --paper: #fffaf0;
    --surface: #ffffff;
    --surface-strong: #f5e8d0;
    --text: #1a140e;
    --text-muted: rgba(26, 20, 14, 0.68);
    --line: rgba(26, 20, 14, 0.12);
    --line-strong: rgba(26, 20, 14, 0.22);
    --header-bg: rgba(13, 11, 8, 0.78);
    --header-text: #f5e8d0;
    --shadow: 0 24px 70px rgba(26, 20, 14, 0.18);
    --hero-bg: #f5e8d0;
    --hero-text: #1a140e;
    --hero-accent: #8a5a00;
    --hero-eyebrow: #a3401d;
    --hero-muted: rgba(26, 20, 14, 0.72);
    --hero-line: rgba(26, 20, 14, 0.14);
    --hero-ghost-bg: rgba(26, 20, 14, 0.06);
    --hero-ghost-border: rgba(26, 20, 14, 0.16);
    --hero-media-background:
        radial-gradient(circle at 82% 44%, rgba(247, 183, 51, 0.26), transparent 20rem),
        radial-gradient(circle at 13% 58%, rgba(228, 87, 46, 0.15), transparent 21rem),
        linear-gradient(90deg, rgba(245, 232, 208, 0.98) 0%, rgba(255, 250, 240, 0.88) 52%, rgba(245, 232, 208, 0.96) 100%);
    --hero-pattern-opacity: 0.1;
    --hero-pattern-filter: none;
    /* remove background for better viewing on light mode
    --hero-mark-bg: #fffaf0;
        */
    --hero-mark-border: rgba(26, 20, 14, 0.14);
    --hero-mark-shadow:
        0 24px 70px rgba(26, 20, 14, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    --divider-bg: #f5e8d0;
    --divider-border-top: rgba(247, 183, 51, 0.34);
    --divider-border-bottom: rgba(26, 20, 14, 0.12);
    --archive-bg: #fff4d7;
    --archive-text: #1a140e;
    --archive-muted: rgba(26, 20, 14, 0.72);
    --archive-card-bg: rgba(255, 255, 255, 0.62);
    --archive-card-gradient: linear-gradient(90deg, rgba(247, 183, 51, 0.2), rgba(255, 255, 255, 0.48));
    --archive-card-border: rgba(26, 20, 14, 0.14);
    --archive-card-shadow: 0 18px 48px rgba(26, 20, 14, 0.13);
    --archive-pattern-opacity: 0.11;
    --archive-pattern-filter: none;
    --archive-stripe-opacity: 0.18;
    --archive-stripe-filter: none;
    --archive-badge-ring: #fff4d7;
    --archive-phone-bg: #ead8b5;
}

html[data-theme="dark"] {
    --paper: #0d0b08;
    --surface: #15110d;
    --surface-strong: #211911;
    --text: #f8edd8;
    --text-muted: rgba(248, 237, 216, 0.72);
    --line: rgba(247, 183, 51, 0.22);
    --line-strong: rgba(247, 183, 51, 0.34);
    --header-bg: rgba(13, 11, 8, 0.82);
    --header-text: #f5e8d0;
    --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
    --hero-bg: #0d0b08;
    --hero-text: #f5e8d0;
    --hero-accent: #f7b733;
    --hero-eyebrow: #f7b733;
    --hero-muted: rgba(245, 232, 208, 0.82);
    --hero-line: rgba(247, 183, 51, 0.24);
    --hero-ghost-bg: rgba(255, 255, 255, 0.08);
    --hero-ghost-border: rgba(245, 232, 208, 0.18);
    --hero-media-background:
        radial-gradient(circle at 83% 47%, rgba(247, 183, 51, 0.16), transparent 18rem),
        radial-gradient(circle at 12% 55%, rgba(228, 87, 46, 0.13), transparent 20rem),
        linear-gradient(90deg, rgba(13, 11, 8, 0.98) 0%, rgba(13, 11, 8, 0.92) 48%, rgba(13, 11, 8, 0.98) 100%);
    --hero-pattern-opacity: 0.24;
    --hero-pattern-filter: contrast(1.2) brightness(1.8);
    --hero-mark-bg: rgba(245, 232, 208, 0.07);
    --hero-mark-border: rgba(247, 183, 51, 0.22);
    --hero-mark-shadow:
        0 28px 72px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(245, 232, 208, 0.08);
    --divider-bg: #0d0b08;
    --divider-border-top: rgba(247, 183, 51, 0.22);
    --divider-border-bottom: rgba(13, 11, 8, 0.82);
    --archive-bg: #0d0b08;
    --archive-text: #f5e8d0;
    --archive-muted: rgba(245, 232, 208, 0.76);
    --archive-card-bg: rgba(245, 232, 208, 0.05);
    --archive-card-gradient: linear-gradient(90deg, rgba(247, 183, 51, 0.11), rgba(245, 232, 208, 0.04));
    --archive-card-border: rgba(247, 183, 51, 0.22);
    --archive-card-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
    --archive-pattern-opacity: 0.12;
    --archive-pattern-filter: invert(1);
    --archive-stripe-opacity: 0.22;
    --archive-stripe-filter: invert(1);
    --archive-badge-ring: #0d0b08;
    --archive-phone-bg: #110d09;
}

.page-progress {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: 3px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 180ms ease;
}

.page-progress.is-visible {
    opacity: 1;
}

.page-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--heritage), var(--energy), var(--growth));
    box-shadow: 0 0 18px rgba(247, 183, 51, 0.55);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 240ms ease;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--text);
    font-family: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: linear-gradient(rgba(46, 125, 78, 0.05), transparent 34rem);
}

a {
    color: inherit;
}

img,
svg {
    display: block;
}

img {
    max-width: 100%;
}

svg {
    width: 1.15em;
    height: 1.15em;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

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

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    display: grid;
    grid-template-columns: minmax(220px, auto) minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 14px clamp(18px, 4vw, 56px);
    color: var(--header-text);
    background: var(--header-bg);
    border-bottom: 1px solid rgba(247, 183, 51, 0.22);
    backdrop-filter: blur(18px);
}

.brand-lockup,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    text-decoration: none;
}

.brand-lockup img,
.footer-brand img {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    object-fit: cover;
}

.brand-lockup span,
.footer-brand span {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.brand-lockup strong,
.footer-brand strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1;
}

.brand-lockup small,
.footer-brand small {
    color: rgba(245, 232, 208, 0.72);
    font-size: 12px;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.6vw, 34px);
    color: rgba(245, 232, 208, 0.82);
    font-size: 14px;
    font-weight: 750;
}

.desktop-nav a,
.mobile-nav a,
.site-footer nav a {
    text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.mobile-nav a:hover,
.mobile-nav a:focus-visible {
    color: var(--heritage);
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.locale-switcher {
    position: relative;
}

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

.locale-switcher select {
    min-height: 42px;
    padding: 0 30px 0 13px;
    color: var(--wisdom);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(245, 232, 208, 0.18);
    border-radius: 999px;
    cursor: pointer;
}

.locale-switcher select:focus-visible {
    outline: 2px solid var(--heritage);
    outline-offset: 2px;
}

.locale-switcher option {
    color: var(--roots);
    background: var(--wisdom);
}

.button,
.icon-button {
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

.button:disabled,
.icon-button:disabled {
    cursor: wait;
    opacity: 0.68;
}

.button-spinner {
    display: none;
    width: 1.05em;
    height: 1.05em;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    animation: button-spin 780ms linear infinite;
}

.button.is-submitting .button-spinner {
    display: block;
}

.button.is-submitting .button-submit-icon {
    display: none;
}

.bot-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

@keyframes button-spin {
    to {
        transform: rotate(360deg);
    }
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
}

.button-small {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 14px;
}

.button-heritage {
    color: var(--roots);
    background: var(--heritage);
}

.button-ghost {
    color: var(--wisdom);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(245, 232, 208, 0.18);
}

.button-roots {
    color: var(--wisdom);
    background: var(--roots);
}

.icon-button {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--wisdom);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(245, 232, 208, 0.18);
    border-radius: 999px;
}

.theme-icon {
    grid-area: 1 / 1;
}

html[data-theme="dark"] .theme-icon-moon,
html[data-theme="light"] .theme-icon-sun {
    display: none;
}

.mobile-menu-button,
.mobile-nav {
    display: none;
}

.hero-section {
    position: relative;
    min-height: clamp(640px, 88vh, 820px);
    padding: 118px clamp(18px, 5vw, 72px) 66px;
    color: var(--hero-text);
    background: var(--hero-bg);
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: var(--hero-line);
}

.hero-media {
    position: absolute;
    inset: 0;
    background: var(--hero-media-background);
}

.hero-media::before,
.hero-media::after {
    content: "";
    position: absolute;
    top: 82px;
    bottom: 36px;
    width: min(280px, 24vw);
    background:
        url("/brand/patterns/strip-heritage-zig-black.svg")
        center / 190px auto
        repeat;
    opacity: var(--hero-pattern-opacity);
    filter: var(--hero-pattern-filter);
}

.hero-media::before {
    left: -84px;
    transform: rotate(90deg);
}

.hero-media::after {
    right: -64px;
    transform: rotate(-90deg);
}

.hero-inner,
.section-shell,
.footer-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
    gap: clamp(30px, 6vw, 86px);
    align-items: center;
    min-height: calc(clamp(640px, 88vh, 820px) - 184px);
}

.hero-copy {
    max-width: 680px;
}

.eyebrow {
    margin: 0 0 16px;
    color: var(--heritage);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-section .eyebrow {
    color: var(--hero-eyebrow);
}

h1,
h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 0.98;
}

h1 {
    font-size: clamp(56px, 9vw, 120px);
}

.hero-copy h1 {
    max-width: 720px;
    font-size: clamp(54px, 6.4vw, 86px);
    text-wrap: balance;
}

.hero-copy h1 span {
    display: block;
    color: var(--hero-accent);
}

h2 {
    font-size: clamp(36px, 5vw, 70px);
}

h3,
p {
    margin-top: 0;
}

.hero-lead {
    max-width: 560px;
    margin: 24px 0 0;
    color: var(--hero-muted);
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.7;
}

.hero-section .button-ghost {
    color: var(--hero-text);
    background: var(--hero-ghost-bg);
    border-color: var(--hero-ghost-border);
}

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

.hero-visual {
    justify-self: center;
    width: min(360px, 32vw);
    padding: clamp(16px, 2.4vw, 28px);
    background: var(--hero-mark-bg);
    border: 1px solid var(--hero-mark-border);
    border-radius: 8px;
    box-shadow: var(--hero-mark-shadow);
    backdrop-filter: blur(8px);
}

.hero-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.african-pattern-divider {
    position: relative;
    height: clamp(38px, 4vw, 50px);
    background:
        var(--divider-bg)
        url("/brand/patterns/african-hero-divider.png")
        center / auto 100%
        repeat-x;
    border-top: 1px solid var(--divider-border-top);
    border-bottom: 1px solid var(--divider-border-bottom);
    overflow: hidden;
}

.content-section {
    position: relative;
    overflow: hidden;
    padding: clamp(62px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.content-section::before,
.content-section::after {
    pointer-events: none;
}

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

#learn::before {
    content: "";
    position: absolute;
    top: clamp(28px, 5vw, 64px);
    right: max(18px, calc((100vw - 1180px) / 2));
    width: min(360px, 42vw);
    height: 82px;
    background: url("/brand/patterns/strip-wisdom-dot-flower-black.svg") center / auto 82px repeat-x;
    opacity: 0.06;
}

html[data-theme="dark"] #learn::before {
    opacity: 0.1;
    filter: invert(1);
}

.section-heading {
    display: grid;
    gap: 14px;
    max-width: 810px;
    margin-bottom: 34px;
}

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

.section-heading p:not(.eyebrow),
.feature-card p,
.archive-copy > p,
.archive-steps p,
.journey-card p,
.cta-panel p {
    color: var(--text-muted);
    line-height: 1.68;
}

.section-heading p:not(.eyebrow),
.archive-copy > p,
.cta-panel p {
    font-size: 18px;
}

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

.feature-card {
    position: relative;
    overflow: hidden;
    min-height: 248px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.feature-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 6px;
    opacity: 0.28;
    background: url("/brand/patterns/strip-growth-chevron-black.svg") center / auto 18px repeat-x;
}

html[data-theme="dark"] .feature-card::after {
    opacity: 0.18;
    filter: invert(1);
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface-strong);
}

html[data-theme="dark"] .feature-icon {
    background: rgba(245, 232, 208, 0.06);
}

.feature-icon img {
    width: 38px;
    height: 38px;
}

.feature-card h3,
.archive-steps h3,
.journey-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.15;
}

.feature-card-heritage {
    border-top: 4px solid var(--heritage);
}

.feature-card-growth {
    border-top: 4px solid var(--growth);
}

.feature-card-energy {
    border-top: 4px solid var(--energy);
}

.feature-card-roots {
    border-top: 4px solid var(--roots);
}

html[data-theme="dark"] .feature-card-roots {
    border-top-color: var(--wisdom);
}

.journey-section {
    position: relative;
    background: var(--surface);
    border-block: 1px solid var(--line);
}

.journey-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 14px;
    background: url("/brand/patterns/strip-growth-chevron-black.svg") center / auto 14px repeat-x;
    opacity: 0.1;
}

html[data-theme="dark"] .journey-section::before {
    opacity: 0.16;
    filter: invert(1);
}

.journey-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
}

.journey-tabs {
    display: grid;
    gap: 12px;
}

.journey-tab {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    min-height: 64px;
    padding: 12px 14px;
    color: var(--text);
    text-align: left;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
}

.journey-tab img {
    width: 38px;
    height: 38px;
}

.journey-tab span {
    font-weight: 850;
}

.journey-tab.is-active {
    color: var(--roots);
    background: var(--heritage);
    border-color: transparent;
}

.journey-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(220px, 0.64fr);
    gap: 22px;
    align-items: center;
    padding: clamp(22px, 4vw, 36px);
    color: var(--text);
    background: var(--surface-strong);
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.journey-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 13px;
    background: url("/brand/patterns/strip-heritage-zig-black.svg") center / auto 78px repeat-y;
    opacity: 0.2;
}

html[data-theme="dark"] .journey-card::before {
    opacity: 0.44;
    filter: invert(1);
}

.journey-card > * {
    position: relative;
    z-index: 1;
}

.journey-card-copy > img {
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
}

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

.journey-card figure,
.phone-stack figure {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: var(--archive-phone-bg);
}

.journey-card figure {
    border: 1px solid var(--line-strong);
}

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

.archive-section {
    position: relative;
    color: var(--archive-text);
    background: var(--archive-bg);
}

.archive-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 18px;
    background: url("/brand/patterns/strip-energy-zig-wisdom.svg") center / auto 18px repeat-x;
}

.archive-section::after {
    content: "";
    position: absolute;
    right: max(18px, calc((100vw - 1180px) / 2));
    bottom: clamp(28px, 6vw, 70px);
    width: min(470px, 48vw);
    height: 110px;
    background: url("/brand/patterns/strip-wisdom-dot-flower-black.svg") center / auto 110px repeat-x;
    opacity: var(--archive-pattern-opacity);
    filter: var(--archive-pattern-filter);
}

.archive-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
    gap: clamp(30px, 6vw, 80px);
    align-items: center;
}

.archive-copy h2 {
    max-width: 780px;
}

.archive-copy > p {
    max-width: 700px;
    color: var(--archive-muted);
    margin-top: 20px;
}

.archive-steps {
    position: relative;
    display: grid;
    gap: 12px;
    max-width: 680px;
    margin-top: 34px;
}

.archive-steps::before {
    content: "";
    position: absolute;
    inset: 26px auto 26px 25px;
    width: 1px;
    background: linear-gradient(var(--heritage), rgba(247, 183, 51, 0.08));
}

.archive-steps article {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px 20px;
    border: 1px solid var(--archive-card-border);
    border-radius: 8px;
    background:
        var(--archive-card-gradient),
        var(--archive-card-bg);
    box-shadow: var(--archive-card-shadow);
}

.archive-steps article::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 8px;
    background: url("/brand/patterns/strip-heritage-zig-black.svg") center / auto 58px repeat-y;
    opacity: var(--archive-stripe-opacity);
    filter: var(--archive-stripe-filter);
}

.archive-steps span {
    position: relative;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: var(--roots);
    background: var(--heritage);
    border-radius: 999px;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 0 0 6px var(--archive-badge-ring);
}

.archive-steps h3 {
    margin-bottom: 6px;
}

.archive-steps p {
    margin-bottom: 0;
    color: var(--archive-muted);
}

.phone-stack {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: end;
}

.phone-stack figure {
    position: relative;
    border: 1px solid rgba(247, 183, 51, 0.22);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.phone-stack figure::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 10px;
    background: url("/brand/patterns/strip-energy-zig-wisdom.svg") center / auto 10px repeat-x;
}

.phone-stack figure:nth-child(2) {
    transform: translateY(-28px);
}

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

.cta-section {
    padding-top: 0;
}

.cta-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(26px, 4vw, 44px);
    color: var(--roots);
    background: var(--heritage);
    border: 1px solid rgba(26, 20, 14, 0.12);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.cta-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 18px;
    background: url("/brand/patterns/strip-heritage-zig-black.svg") center / auto 18px repeat-x;
    opacity: 0.5;
}

.cta-panel::after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: -24px;
    width: min(360px, 42vw);
    height: 74px;
    background: url("/brand/patterns/strip-growth-chevron-black.svg") center / auto 74px repeat-x;
    opacity: 0.12;
}

.cta-panel > * {
    position: relative;
    z-index: 1;
}

.cta-panel h2 {
    max-width: 780px;
    font-size: clamp(30px, 4vw, 54px);
}

.cta-panel p {
    max-width: 680px;
    margin: 14px 0 0;
    color: rgba(26, 20, 14, 0.76);
}

.site-footer {
    padding: 28px clamp(18px, 5vw, 72px);
    color: var(--text-muted);
    background: var(--paper);
    border-top: 1px solid var(--line);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.footer-brand strong {
    color: var(--text);
}

.footer-brand small {
    color: var(--text-muted);
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 14px;
    font-weight: 800;
}

.footer-copyright {
    margin: 0;
    color: var(--text-muted);
    font-size: 13px;
    text-align: center;
}

.involvement-modal {
    width: min(860px, calc(100% - 28px));
    max-height: min(86vh, 920px);
    margin: auto;
    padding: 0;
    color: var(--text);
    background: transparent;
    border: 0;
    overflow: visible;
}

.involvement-modal::backdrop {
    background: rgba(13, 11, 8, 0.78);
    backdrop-filter: blur(10px);
}

.modal-shell {
    position: relative;
    overflow: auto;
    max-height: min(86vh, 920px);
    padding: clamp(22px, 4vw, 34px);
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.modal-shell::before {
    content: "";
    display: block;
    height: 12px;
    margin: calc(clamp(22px, 4vw, 34px) * -1) calc(clamp(22px, 4vw, 34px) * -1) 22px;
    background: url("/brand/patterns/strip-energy-zig-wisdom.svg") center / auto 12px repeat-x;
}

.modal-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    margin-bottom: 24px;
}

.modal-header h2 {
    max-width: 680px;
    font-size: clamp(31px, 5vw, 54px);
}

.modal-header p:not(.eyebrow) {
    max-width: 660px;
    margin: 14px 0 0;
    color: var(--text-muted);
    line-height: 1.6;
}

.modal-close {
    color: var(--text);
    background: var(--surface-strong);
    border-color: var(--line);
}

.involvement-form {
    display: grid;
    gap: 18px;
}

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

.field,
.interest-fieldset,
.consent-field {
    display: grid;
    gap: 8px;
}

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

.field span,
.interest-fieldset legend {
    color: var(--text);
    font-size: 13px;
    font-weight: 900;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    color: var(--text);
    background: var(--paper);
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field input,
.field select {
    min-height: 48px;
    padding: 0 13px;
}

.field textarea {
    min-height: 118px;
    padding: 13px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--heritage);
    box-shadow: 0 0 0 4px rgba(247, 183, 51, 0.16);
}

.interest-fieldset {
    margin: 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.interest-fieldset legend {
    padding: 0 8px;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.checkbox-grid label,
.consent-field {
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
    color: var(--text-muted);
    line-height: 1.45;
}

.checkbox-grid label {
    display: grid;
    min-height: 44px;
    padding: 10px 12px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.checkbox-grid input,
.consent-field input {
    appearance: none;
    display: grid;
    place-content: center;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    color: var(--roots);
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.checkbox-grid input::before,
.consent-field input::before {
    width: 10px;
    height: 6px;
    content: "";
    border: solid currentColor;
    border-width: 0 0 2px 2px;
    opacity: 0;
    transform: translateY(-1px) rotate(-45deg) scale(0.7);
    transition: opacity 120ms ease, transform 120ms ease;
}

.checkbox-grid input:checked,
.consent-field input:checked {
    background: var(--heritage);
    border-color: var(--heritage);
}

.checkbox-grid input:checked::before,
.consent-field input:checked::before {
    opacity: 1;
    transform: translateY(-1px) rotate(-45deg) scale(1);
}

.checkbox-grid input:focus-visible,
.consent-field input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(247, 183, 51, 0.24);
}

.form-status {
    padding: 12px 14px;
    color: var(--roots);
    background: rgba(247, 183, 51, 0.18);
    border: 1px solid rgba(247, 183, 51, 0.5);
    border-radius: 8px;
    font-weight: 800;
}

.form-status.is-error {
    color: var(--wisdom);
    background: rgba(228, 87, 46, 0.18);
    border-color: rgba(228, 87, 46, 0.62);
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.modal-secondary {
    color: var(--text);
    background: transparent;
    border-color: var(--line-strong);
}

@media (max-width: 1040px) {
    .site-header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-menu-button {
        display: inline-grid;
    }

    .mobile-nav {
        position: absolute;
        inset: calc(100% + 1px) clamp(14px, 4vw, 40px) auto;
        display: none;
        padding: 12px;
        background: rgba(13, 11, 8, 0.96);
        border: 1px solid rgba(247, 183, 51, 0.22);
        border-radius: 8px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
    }

    .mobile-nav.is-open {
        display: grid;
    }

    .mobile-nav a {
        padding: 14px;
        color: var(--wisdom);
        border-radius: 6px;
        font-weight: 800;
    }

    .mobile-nav a:hover,
    .mobile-nav a:focus-visible {
        background: rgba(245, 232, 208, 0.08);
    }

    .hero-inner,
    .journey-shell,
    .archive-grid,
    .cta-panel {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        justify-self: start;
        width: min(340px, 72vw);
    }

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

    .journey-card {
        grid-template-columns: minmax(0, 1fr) minmax(180px, 0.55fr);
    }
}

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

    .brand-lockup span,
    .button-small {
        display: none;
    }

    .hero-section {
        min-height: auto;
        padding-top: 110px;
    }

    .hero-inner {
        min-height: auto;
    }

    .hero-visual {
        display: none;
    }

    h1 {
        font-size: clamp(48px, 16vw, 78px);
    }

    .hero-media::before,
    .hero-media::after {
        width: 180px;
        opacity: 0.16;
    }

    #learn::before,
    .archive-section::after,
    .cta-panel::after {
        display: none;
    }

    .feature-grid,
    .journey-card,
    .form-grid,
    .checkbox-grid,
    .footer-inner {
        grid-template-columns: 1fr;
    }

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

    .phone-stack figure:last-child {
        display: none;
    }

    .phone-stack figure:nth-child(2) {
        transform: translateY(-18px);
    }

    .footer-inner {
        display: grid;
        align-items: start;
    }

    .footer-copyright {
        text-align: start;
    }

    .modal-header {
        grid-template-columns: 1fr;
    }

    .modal-close {
        position: absolute;
        top: 18px;
        right: 18px;
    }

    .modal-header h2 {
        padding-right: 48px;
    }

    .form-actions {
        justify-content: stretch;
    }

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

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

    *,
    *::before,
    *::after {
        transition-duration: 1ms !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
    }
}
