:root {
    --af-primary: #0269D0;
    --af-accent: #F80A62;
    --af-dark: #07111f;
    --af-light: #f5f8ff;
    --af-ink: #142033;
    --af-muted: #61708a;
    --af-line: #dce4f2;
    --af-warm: #ffb84d;
    --af-white: #ffffff;
    --af-radius: 8px;
    --af-shadow: 0 18px 60px rgba(11, 35, 72, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--af-white);
    color: var(--af-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

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

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

a:hover {
    color: var(--af-primary);
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    left: 24px;
    top: 24px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    clip: auto;
    z-index: 999;
    background: var(--af-dark);
    color: var(--af-white);
    border-radius: 4px;
}

.af-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.af-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(220, 228, 242, 0.78);
}

.af-site-header__inner {
    min-height: 78px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
}

.af-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-weight: 800;
    color: var(--af-dark);
}

.af-brand img {
    max-height: 42px;
    width: auto;
}

.af-brand__mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--af-primary), var(--af-accent));
    color: var(--af-white);
}

.af-brand__text {
    font-size: 1.05rem;
}

.af-main-nav {
    justify-self: end;
}

.af-menu {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.af-menu li {
    position: relative;
}

.af-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 700;
    color: #26364d;
}

.af-menu a:hover,
.af-menu .current-menu-item > a {
    background: var(--af-light);
    color: var(--af-primary);
}

.af-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: var(--af-white);
    border: 1px solid var(--af-line);
    border-radius: var(--af-radius);
    box-shadow: var(--af-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 160ms ease;
}

.af-menu li:hover > .sub-menu,
.af-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.af-header-actions {
    display: flex;
    justify-content: flex-end;
}

.af-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--af-line);
    border-radius: 6px;
    background: var(--af-white);
    padding: 10px;
}

.af-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--af-dark);
}

.af-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 800;
    line-height: 1.2;
    transition: 160ms ease;
}

.af-button--primary {
    background: var(--af-primary);
    color: var(--af-white);
    box-shadow: 0 10px 24px rgba(11, 92, 255, 0.22);
}

.af-button--primary:hover {
    background: #0649d0;
    color: var(--af-white);
}

.af-button--ghost {
    background: var(--af-white);
    color: var(--af-dark);
    border-color: var(--af-line);
}

.af-button--ghost:hover {
    border-color: var(--af-primary);
}

.af-button--text {
    padding-inline: 0;
    color: var(--af-primary);
    background: transparent;
}

.af-button--light {
    background: var(--af-white);
    color: var(--af-dark);
}

.af-button--outline-light {
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--af-white);
}

.af-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--af-primary);
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.af-eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--af-accent);
}

.af-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(24, 198, 167, 0.18), transparent 28%),
        linear-gradient(180deg, #fafdff 0%, #eef5ff 100%);
}

.af-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 54px;
    align-items: center;
    min-height: 680px;
    padding: 72px 0 56px;
}

.af-hero h1 {
    margin: 14px 0 18px;
    color: var(--af-dark);
    font-size: 5.6rem;
    line-height: 0.95;
    max-width: 800px;
}

.af-hero h1 span {
    display: block;
    color: var(--af-primary);
}

.af-hero__content > p {
    margin: 0 0 28px;
    max-width: 660px;
    color: var(--af-muted);
    font-size: 1.12rem;
}

.af-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.af-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #334661;
}

.af-hero__proof span {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(220, 228, 242, 0.9);
    border-radius: 6px;
    font-weight: 700;
}

.af-hero__visual {
    position: relative;
}

.af-hero__visual img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: var(--af-shadow);
}

.af-floating-panel {
    position: absolute;
    display: grid;
    gap: 2px;
    width: 158px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--af-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(13, 34, 64, 0.16);
}

.af-floating-panel strong {
    color: var(--af-dark);
    font-size: 1.5rem;
    line-height: 1;
}

.af-floating-panel span {
    color: var(--af-muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.af-floating-panel--top {
    top: 26px;
    right: -22px;
}

.af-floating-panel--bottom {
    bottom: 34px;
    left: -24px;
}

.af-section {
    padding: 88px 0;
}

.af-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.af-section-head h2,
.af-story__grid h2,
.af-product h2,
.af-cta h2,
.af-page-hero h1 {
    margin: 12px 0 14px;
    color: var(--af-dark);
    font-size: 3.4rem;
    line-height: 1.04;
}

.af-section-head p,
.af-story__grid p,
.af-product p,
.af-cta p,
.af-page-hero p {
    margin: 0;
    color: var(--af-muted);
    font-size: 1.05rem;
}

.af-story {
    background: var(--af-white);
}

.af-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: -44px;
    margin-bottom: 70px;
}

.af-stat {
    min-height: 132px;
    padding: 22px;
    background: var(--af-white);
    border: 1px solid var(--af-line);
    border-radius: var(--af-radius);
    box-shadow: 0 14px 42px rgba(8, 27, 58, 0.08);
}

.af-stat strong {
    display: block;
    color: var(--af-primary);
    font-size: 2.2rem;
    line-height: 1;
}

.af-stat span {
    display: block;
    margin-top: 8px;
    color: var(--af-muted);
    font-weight: 800;
}

.af-story__grid,
.af-product__grid,
.af-contact-grid,
.af-page-hero__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
    align-items: center;
}

.af-services,
.af-cases,
.af-blog {
    background: var(--af-light);
}

.af-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.af-service-card,
.af-case-card,
.af-blog-card,
.af-testimonial,
.af-contact-card,
.af-contact-sidebar {
    background: var(--af-white);
    border: 1px solid var(--af-line);
    border-radius: var(--af-radius);
    box-shadow: 0 14px 44px rgba(13, 34, 64, 0.07);
}

.af-service-card {
    min-height: 260px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.af-service-card__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #eaf8f5;
    color: #097965;
    font-weight: 900;
    font-size: 0.82rem;
}

.af-service-card h3,
.af-service-card h2,
.af-case-card h3,
.af-case-card h2,
.af-blog-card h3,
.af-blog-card h2,
.af-workflow-step h3,
.af-list-panel h3,
.af-contact-card h2,
.af-contact-sidebar h2 {
    margin: 0 0 10px;
    color: var(--af-dark);
    font-size: 1.18rem;
    line-height: 1.25;
}

.af-service-card p,
.af-case-card p,
.af-blog-card p,
.af-workflow-step p,
.af-list-panel li {
    color: var(--af-muted);
}

.af-inline-link {
    margin-top: auto;
    color: var(--af-primary);
    font-weight: 900;
}

.af-workflow {
    background: #fff9ed;
}

.af-workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    counter-reset: workflow;
}

.af-workflow-step {
    min-height: 280px;
    padding: 24px;
    border: 1px solid rgba(255, 184, 77, 0.5);
    border-radius: var(--af-radius);
    background: var(--af-white);
}

.af-workflow-step span {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 26px;
    border-radius: 8px;
    background: var(--af-warm);
    color: #3c2500;
    font-weight: 900;
}

.af-product {
    background: var(--af-dark);
    color: var(--af-white);
}

.af-product h2,
.af-product p {
    color: var(--af-white);
}

.af-product .af-eyebrow {
    color: var(--af-accent);
}

.af-product__panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.af-list-panel {
    min-height: 360px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--af-radius);
    background: rgba(255, 255, 255, 0.08);
}

.af-list-panel h3 {
    color: var(--af-white);
}

.af-list-panel ul {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.af-list-panel li {
    position: relative;
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.78);
}

.af-list-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--af-warm);
}

.af-list-panel--solution li::before {
    background: var(--af-accent);
}

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

.af-case-card,
.af-blog-card {
    overflow: hidden;
}

.af-case-card__image,
.af-blog-card__image {
    display: block;
    aspect-ratio: 1.4 / 1;
    overflow: hidden;
    background: #eaf0fb;
}

.af-case-card__image img,
.af-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.af-card-visual {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(11, 92, 255, 0.14), rgba(24, 198, 167, 0.2)),
        #f7fbff;
}

.af-card-visual span {
    display: block;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(220, 228, 242, 0.9);
}

.af-card-visual span:first-child {
    grid-row: span 2;
}

.af-card-visual span:last-child {
    background: var(--af-warm);
    opacity: 0.65;
}

.af-case-card__body,
.af-blog-card__body {
    padding: 22px;
}

.af-case-card__result {
    margin-top: 0;
    color: var(--af-primary);
    font-weight: 900;
}

.af-blog-card time {
    display: block;
    margin-bottom: 10px;
    color: var(--af-muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.af-section-action {
    margin-top: 28px;
}

.af-testimonial-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.af-testimonial {
    padding: 26px;
}

.af-rating {
    color: var(--af-warm);
    font-size: 1rem;
}

.af-testimonial blockquote {
    margin: 16px 0 22px;
    color: var(--af-ink);
}

.af-testimonial footer {
    display: grid;
    gap: 2px;
}

.af-testimonial footer span {
    color: var(--af-muted);
}

.af-cta {
    padding: 0 0 88px;
    background: var(--af-light);
}

.af-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 44px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--af-primary), #0e2f83);
    color: var(--af-white);
}

.af-cta h2,
.af-cta p,
.af-cta .af-eyebrow {
    color: var(--af-white);
}

.af-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.af-site-footer {
    background: #050b14;
    color: rgba(255, 255, 255, 0.76);
    padding: 70px 0 28px;
}

.af-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
    gap: 36px;
}

.af-site-footer .af-brand {
    color: var(--af-white);
}

.af-footer-about p {
    max-width: 360px;
}

.af-site-footer h2 {
    margin: 0 0 16px;
    color: var(--af-white);
    font-size: 1rem;
}

.af-footer-links,
.af-contact-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.af-footer-links a,
.af-contact-list a,
.af-socials a,
.af-footer-bottom a {
    color: rgba(255, 255, 255, 0.76);
}

.af-footer-links a:hover,
.af-contact-list a:hover,
.af-socials a:hover,
.af-footer-bottom a:hover {
    color: var(--af-accent);
}

.af-contact-list span {
    display: block;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.af-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.af-socials a {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
}

.af-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 44px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.af-page-hero {
    padding: 92px 0 58px;
    background: linear-gradient(180deg, #fafdff 0%, var(--af-light) 100%);
}

.af-page-hero--split {
    padding-bottom: 72px;
}

.af-page-hero__visual .af-card-visual {
    min-height: 320px;
    border-radius: 8px;
    box-shadow: var(--af-shadow);
}

.af-entry {
    max-width: 840px;
    padding: 52px 0 92px;
}

.af-entry > *:first-child {
    margin-top: 0;
}

.af-entry h2,
.af-entry h3 {
    color: var(--af-dark);
    line-height: 1.2;
}

.af-entry a {
    color: var(--af-primary);
    font-weight: 800;
}

.af-featured-image {
    margin-bottom: 28px;
}

.af-featured-image img {
    width: 100%;
    border-radius: 8px;
}

.af-case-facts {
    background: var(--af-white);
    border-bottom: 1px solid var(--af-line);
}

.af-case-facts__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding: 22px 0;
}

.af-case-facts span {
    display: block;
    color: var(--af-muted);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.af-case-facts strong {
    color: var(--af-dark);
}

.af-contact-grid {
    align-items: start;
}

.af-contact-card,
.af-contact-sidebar {
    padding: 28px;
}

.af-contact-sidebar .af-contact-list span {
    color: var(--af-muted);
}

.af-contact-sidebar .af-contact-list a {
    color: var(--af-primary);
}

.af-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.af-field {
    display: grid;
    gap: 8px;
    margin: 0;
}

.af-field--full,
.af-contact-form .af-button,
.af-field--hidden {
    grid-column: 1 / -1;
}

.af-field--hidden {
    position: absolute;
    left: -9999px;
}

.af-field label {
    color: var(--af-dark);
    font-weight: 800;
}

.af-field input,
.af-field textarea {
    width: 100%;
    border: 1px solid var(--af-line);
    border-radius: 6px;
    padding: 12px 14px;
    font: inherit;
}

.af-field input:focus,
.af-field textarea:focus {
    outline: 3px solid rgba(11, 92, 255, 0.16);
    border-color: var(--af-primary);
}

.af-form-status {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 6px;
    font-weight: 800;
}

.af-form-status--success {
    background: #eaf8f5;
    color: #097965;
}

.af-form-status--error {
    background: #fff1ed;
    color: #a63514;
}

@media (max-width: 1040px) {
    .af-site-header__inner {
        grid-template-columns: auto auto;
    }

    .af-menu-toggle {
        display: block;
        justify-self: end;
    }

    .af-main-nav {
        display: none;
        grid-column: 1 / -1;
        justify-self: stretch;
        padding-bottom: 16px;
    }

    .af-main-nav.is-open {
        display: block;
    }

    .af-menu,
    .af-menu .sub-menu {
        position: static;
        display: grid;
        gap: 4px;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 0;
        padding: 0;
        background: transparent;
    }

    .af-menu .sub-menu {
        margin-left: 14px;
    }

    .af-header-actions {
        display: none;
    }

    .af-hero__grid,
    .af-story__grid,
    .af-product__grid,
    .af-contact-grid,
    .af-page-hero__grid,
    .af-cta__inner {
        grid-template-columns: 1fr;
    }

    .af-hero__grid {
        min-height: auto;
        padding-top: 58px;
    }

    .af-hero h1 {
        font-size: 4rem;
    }

    .af-section-head h2,
    .af-story__grid h2,
    .af-product h2,
    .af-cta h2,
    .af-page-hero h1 {
        font-size: 2.6rem;
    }

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

    .af-case-grid,
    .af-blog-grid,
    .af-testimonial-track,
    .af-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .af-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .af-container {
        width: min(100% - 28px, 1180px);
    }

    .af-site-header__inner {
        min-height: 68px;
    }

    .af-hero__grid,
    .af-section,
    .af-page-hero {
        padding-block: 52px;
    }

    .af-hero h1 {
        font-size: 2.8rem;
    }

    .af-section-head h2,
    .af-story__grid h2,
    .af-product h2,
    .af-cta h2,
    .af-page-hero h1 {
        font-size: 2.05rem;
    }

    .af-floating-panel {
        position: static;
        width: auto;
        margin-top: 10px;
    }

    .af-stats,
    .af-service-grid,
    .af-workflow-grid,
    .af-product__panels,
    .af-case-grid,
    .af-blog-grid,
    .af-testimonial-track,
    .af-footer-grid,
    .af-case-facts__grid,
    .af-contact-form {
        grid-template-columns: 1fr;
    }

    .af-stats {
        margin-top: 0;
        margin-bottom: 42px;
    }

    .af-service-card,
    .af-workflow-step,
    .af-list-panel {
        min-height: auto;
    }

    .af-cta {
        padding-bottom: 52px;
    }

    .af-cta__inner {
        padding: 28px;
    }

    .af-footer-bottom {
        flex-direction: column;
    }
}

/* =================================================================
   OVELITHUB DESIGN TOKENS — consolidated single source of truth
   Added 2026-08-02 (Implementation Phase 1: Design System Foundation)
   Additive only: defines the canonical --ov-* token vocabulary.
   Nothing consumes these yet — there is NO visual change from this block.
   Later phases migrate components onto these tokens and retire hardcoded
   values, off-brand colors, duplicate breakpoints and !important overrides.
   ================================================================= */
:root {
    /* Brand */
    --ov-primary: #0269D0;
    --ov-primary-600: #0356AE;
    --ov-primary-050: #EAF3FF;
    --ov-accent: #F80A62;
    --ov-accent-600: #D0044F;
    --ov-accent-050: #FFF0F5;
    /* Neutrals / surfaces */
    --ov-ink: #142033;
    --ov-muted: #5B6C86;
    --ov-line: #DCE4F2;
    --ov-dark: #061528;
    --ov-dark-2: #0B2A4A;
    --ov-surface: #FFFFFF;
    --ov-surface-alt: #F4F8FF;
    /* Semantic */
    --ov-success: #1E874B;
    --ov-warning: #B8860B;
    --ov-error: #C0143C;
    /* One brand gradient */
    --ov-gradient-brand: linear-gradient(90deg, #0269D0 0%, #F80A62 100%);
    /* Typography */
    --ov-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --ov-text-xs: 0.75rem;
    --ov-text-sm: 0.875rem;
    --ov-text-base: 1rem;
    --ov-text-lg: 1.125rem;
    --ov-text-xl: 1.375rem;
    --ov-text-2xl: 1.75rem;
    --ov-text-3xl: 2.25rem;
    --ov-text-4xl: 3rem;
    --ov-text-5xl: clamp(2.75rem, 5vw, 4.5rem);
    --ov-fw-regular: 400;
    --ov-fw-medium: 500;
    --ov-fw-semibold: 600;
    --ov-fw-bold: 700;
    --ov-fw-display: 800;
    --ov-lh-tight: 1.1;
    --ov-lh-snug: 1.3;
    --ov-lh-normal: 1.6;
    /* Spacing (8-pt scale) */
    --ov-space-1: 4px;
    --ov-space-2: 8px;
    --ov-space-3: 12px;
    --ov-space-4: 16px;
    --ov-space-5: 24px;
    --ov-space-6: 32px;
    --ov-space-7: 48px;
    --ov-space-8: 64px;
    --ov-space-9: 96px;
    /* Layout / container (fixes home 1747 vs inner 1680 once adopted) */
    --ov-container: 1280px;
    --ov-container-wide: 1680px;
    --ov-container-text: 760px;
    --ov-container-pad: clamp(16px, 4vw, 40px);
    /* Radius */
    --ov-radius-sm: 6px;
    --ov-radius-md: 8px;
    --ov-radius-lg: 16px;
    --ov-radius-pill: 999px;
    --ov-radius-circle: 50%;
    /* Elevation */
    --ov-shadow-sm: 0 1px 2px rgba(6, 21, 40, 0.06);
    --ov-shadow-md: 0 8px 24px rgba(6, 21, 40, 0.10);
    --ov-shadow-lg: 0 18px 60px rgba(11, 35, 72, 0.14);
    --ov-shadow-xl: 0 30px 80px rgba(6, 21, 40, 0.20);
    /* Motion */
    --ov-dur-fast: 150ms;
    --ov-dur-base: 240ms;
    --ov-dur-slow: 360ms;
    --ov-ease-standard: cubic-bezier(0.2, 0.75, 0.25, 1);
    --ov-ease-out: cubic-bezier(0, 0, 0.2, 1);
    /* Z-index scale */
    --ov-z-header: 100;
    --ov-z-dropdown: 200;
    --ov-z-overlay: 900;
    --ov-z-modal: 1000;
    --ov-z-toast: 1100;
}

/* Accessibility (2026-08-02, Impl Phase 8): visible keyboard focus + reduced motion. Additive; consumes --ov tokens. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
.af-button:focus-visible,
.ovh-btn:focus-visible,
.af-menu a:focus-visible,
.wpcf7-form :focus-visible {
    outline: 3px solid var(--ov-primary) !important;
    outline-offset: 2px !important;
}

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

