/*
Theme Name: Vehica Child
Theme URI: https://overcar.bg/
Author: Overcar
Description: Seron-inspired design system for Overcar, built on Vehica.
Template: vehica
Version: 2.0.0
Text Domain: vehica
*/

:root {
    --oc-accent-bright: #4dd63e;
    --oc-accent: #23842b;
    --oc-accent-dark: #155a1d;
    --oc-ink: #202224;
    --oc-deep: #111315;
    --oc-black: #070809;
    --oc-paper: #f7f7f5;
    --oc-muted: #74797d;
    --oc-line: #dcdedc;
    --oc-white: #fff;
    --oc-shell: min(1340px, calc(100vw - 96px));
    --oc-shadow: 0 20px 55px rgba(14, 16, 18, .12);
}

html {
    scroll-behavior: smooth;
}

body.home {
    margin: 0;
    background: var(--oc-paper);
    color: var(--oc-ink);
    font-family: "Saira", "Arial Narrow", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.home * {
    box-sizing: border-box;
}

body.home a {
    color: inherit;
    text-decoration: none;
}

.oc-shell {
    width: var(--oc-shell);
    margin-inline: auto;
}

.oc-skip-link {
    position: fixed;
    z-index: 10000;
    left: 24px;
    top: -100px;
    padding: 12px 18px;
    background: var(--oc-white);
    color: var(--oc-black);
    transition: top .2s ease;
}

.oc-skip-link:focus {
    top: 16px;
}

.oc-header {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    color: var(--oc-white);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.admin-bar .oc-header {
    top: 32px;
}

.oc-header.is-scrolled {
    position: fixed;
    background: rgba(12, 13, 15, .96);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
    backdrop-filter: blur(12px);
}

.oc-header__inner {
    display: grid;
    grid-template-columns: 210px 1fr 190px;
    align-items: center;
    min-height: 88px;
}

.oc-logo {
    display: flex;
    width: fit-content;
}

.oc-logo img {
    width: 176px;
    height: auto;
    max-height: 66px;
    object-fit: contain;
}

.oc-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 3vw, 48px);
}

.oc-nav a {
    position: relative;
    padding: 34px 0 30px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: color .2s ease;
}

.oc-nav a::after {
    content: "";
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--oc-accent-bright);
    transition: width .25s ease;
}

.oc-nav a:hover,
.oc-nav a[aria-current="page"] {
    color: var(--oc-white);
}

.oc-nav a:hover::after,
.oc-nav a[aria-current="page"]::after {
    width: 100%;
}

.oc-nav__contact {
    display: none;
}

.oc-header__phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.oc-header__phone span {
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.oc-header__phone strong {
    font-size: 16px;
    font-weight: 600;
}

.oc-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 11px 9px;
    border: 0;
    background: transparent;
}

.oc-menu-toggle i {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--oc-white);
    transition: transform .2s ease, opacity .2s ease;
}

.oc-seron h1,
.oc-seron h2,
.oc-seron h3,
.oc-footer strong {
    margin: 0;
    font-family: "Saira", "Arial Narrow", Arial, sans-serif;
}

.oc-seron h1,
.oc-seron h2 {
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: .98;
}

.oc-seron h1 em,
.oc-seron h2 em {
    color: var(--oc-accent);
    font-style: normal;
}

.oc-hero h1 em,
.oc-section-heading--light h2 em,
.oc-instagram__heading h2 em {
    color: var(--oc-accent-bright);
}

.oc-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .75);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.oc-kicker span {
    width: 28px;
    height: 2px;
    background: var(--oc-accent-bright);
}

.oc-kicker--dark {
    color: #676c70;
}

.oc-hero {
    position: relative;
    display: flex;
    min-height: 830px;
    overflow: hidden;
    color: var(--oc-white);
    background-color: #0d1014;
    background-image: var(--oc-hero-image);
    background-position: center;
    background-size: cover;
}

.oc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 5, 7, .96) 0%, rgba(3, 5, 7, .7) 40%, rgba(3, 5, 7, .18) 75%, rgba(3, 5, 7, .4) 100%),
        linear-gradient(0deg, rgba(4, 5, 7, .72) 0%, transparent 45%);
}

.oc-hero__wash {
    position: absolute;
    z-index: 1;
    top: 88px;
    right: 0;
    width: 48%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .36));
}

.oc-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 88px;
    padding-bottom: 92px;
}

.oc-hero__copy {
    width: min(760px, 64vw);
}

.oc-hero h1 {
    max-width: 760px;
    margin-bottom: 30px;
    font-size: clamp(64px, 6.6vw, 104px);
    text-transform: uppercase;
}

.oc-hero__lead {
    max-width: 620px;
    margin: 0 0 38px;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.6;
}

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

.oc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.oc-button span {
    margin-left: 26px;
    font-size: 18px;
    line-height: 1;
}

.oc-button:hover {
    transform: translateY(-2px);
}

.oc-button--accent {
    background: var(--oc-accent);
    color: var(--oc-white) !important;
}

.oc-button--accent:hover {
    background: var(--oc-accent-dark);
}

.oc-button--ghost {
    border-color: rgba(255, 255, 255, .4);
    color: var(--oc-white) !important;
    background: rgba(255, 255, 255, .03);
}

.oc-button--ghost:hover {
    border-color: var(--oc-white);
    background: rgba(255, 255, 255, .1);
}

.oc-button--dark {
    color: var(--oc-white) !important;
    background: var(--oc-ink);
}

.oc-button--dark:hover {
    background: var(--oc-accent);
}

.oc-hero__note {
    align-self: flex-end;
    display: flex;
    width: 295px;
    margin-bottom: 24px;
    padding-top: 24px;
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, .32);
}

.oc-hero__note-number {
    color: var(--oc-accent-bright);
    font-size: 12px;
    font-weight: 700;
}

.oc-hero__note strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.oc-hero__note p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    line-height: 1.5;
}

.oc-hero__bottom {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.oc-hero__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
}

.oc-hero__bottom p,
.oc-hero__bottom a {
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.oc-hero__bottom p span {
    margin-right: 10px;
    color: #55cf62;
}

.oc-hero__bottom a span {
    margin-left: 12px;
    color: var(--oc-white);
}

.oc-proof {
    position: relative;
    z-index: 4;
    color: var(--oc-ink);
    background: var(--oc-accent-bright);
}

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

.oc-proof__grid > div {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 130px;
    padding: 24px 36px;
    border-right: 1px solid rgba(10, 45, 14, .2);
}

.oc-proof__grid > div:first-child {
    border-left: 1px solid rgba(10, 45, 14, .2);
}

.oc-proof strong {
    font-size: clamp(35px, 3.4vw, 54px);
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 1;
}

.oc-proof strong span {
    color: rgba(10, 45, 14, .62);
}

.oc-proof p {
    margin: 0;
    color: rgba(10, 35, 13, .74);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.oc-section {
    padding: 120px 0;
}

.oc-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    align-items: end;
    gap: 80px;
    margin-bottom: 58px;
}

.oc-section-heading h2,
.oc-selling__intro h2,
.oc-instagram__heading h2 {
    font-size: clamp(46px, 5vw, 72px);
    text-transform: uppercase;
}

.oc-section-heading__aside {
    padding-bottom: 6px;
}

.oc-section-heading__aside p {
    margin: 0 0 24px;
    color: var(--oc-muted);
    font-size: 15px;
    line-height: 1.65;
}

.oc-text-link {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--oc-ink);
    color: var(--oc-ink) !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.oc-text-link span {
    color: var(--oc-accent);
    font-size: 17px;
}

.oc-car-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.oc-car {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--oc-line);
    background: var(--oc-white);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: transform .3s ease, box-shadow .3s ease;
}

.oc-car:hover {
    transform: translateY(-7px);
    box-shadow: var(--oc-shadow);
}

.oc-car__image {
    position: relative;
    display: block;
    height: 264px;
    overflow: hidden;
    background: #e7e8e7;
}

.oc-car__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), transparent 45%, rgba(0, 0, 0, .25));
}

.oc-car__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.oc-car:hover .oc-car__image img {
    transform: scale(1.045);
}

.oc-car__tag,
.oc-car__photos {
    position: absolute;
    z-index: 2;
    top: 18px;
    color: var(--oc-white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.oc-car__tag {
    left: 18px;
    padding: 7px 10px;
    background: var(--oc-accent);
}

.oc-car__photos {
    right: 18px;
    padding: 7px 9px;
    background: rgba(10, 11, 12, .72);
    backdrop-filter: blur(8px);
}

.oc-car__body {
    padding: 25px 26px 24px;
}

.oc-car__meta {
    display: flex;
    gap: 18px;
    margin-bottom: 12px;
    color: #8a8f92;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.oc-car__meta span + span::before {
    content: "·";
    margin-right: 18px;
    color: var(--oc-accent);
}

.oc-car h3 {
    min-height: 52px;
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

.oc-car h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.oc-car__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid var(--oc-line);
}

.oc-car__footer strong {
    font-size: 22px;
    font-weight: 700;
}

.oc-car__footer a {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--oc-line);
    color: var(--oc-accent) !important;
    font-size: 18px;
    transition: color .2s ease, background .2s ease;
}

.oc-car:hover .oc-car__footer a {
    color: var(--oc-white) !important;
    background: var(--oc-accent);
}

.oc-experience {
    padding: 120px 0 130px;
    color: var(--oc-white);
    background: var(--oc-ink);
}

.oc-section-heading--light h2 {
    color: var(--oc-white);
}

.oc-section-heading--light .oc-section-heading__aside p {
    color: rgba(255, 255, 255, .58);
}

.oc-experience__grid {
    display: grid;
    grid-template-columns: 1.25fr .875fr .875fr;
    gap: 12px;
}

.oc-feature-card {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    isolation: isolate;
}

.oc-feature-card--large {
    min-height: 540px;
}

.oc-feature-card img,
.oc-feature-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.oc-feature-card img {
    z-index: -2;
    object-fit: cover;
    filter: saturate(.88);
    transition: transform .6s cubic-bezier(.2, .7, .2, 1), filter .3s ease;
}

.oc-feature-card__shade {
    z-index: -1;
    background: linear-gradient(180deg, rgba(5, 6, 7, .08) 20%, rgba(5, 6, 7, .9) 100%);
}

.oc-feature-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.05);
}

.oc-feature-card > span {
    position: absolute;
    top: 28px;
    right: 28px;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-weight: 700;
}

.oc-feature-card > div:last-child {
    position: absolute;
    right: 34px;
    bottom: 34px;
    left: 34px;
}

.oc-feature-card h3 {
    margin-bottom: 12px;
    font-size: 23px;
    font-weight: 600;
}

.oc-feature-card p {
    max-width: 380px;
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    line-height: 1.6;
}

.oc-lifestyle {
    min-height: 720px;
    display: flex;
    align-items: center;
    background-image: var(--oc-lifestyle-image);
    background-position: center;
    background-size: cover;
}

.oc-lifestyle__inner {
    display: flex;
    justify-content: flex-start;
}

.oc-lifestyle__card {
    width: min(610px, 52vw);
    padding: 62px 64px;
    color: var(--oc-white);
    background: rgba(17, 19, 21, .9);
    box-shadow: var(--oc-shadow);
    backdrop-filter: blur(8px);
}

.oc-lifestyle__card h2 {
    margin-bottom: 24px;
    font-size: clamp(44px, 4.5vw, 64px);
    text-transform: uppercase;
}

.oc-lifestyle__card > p:not(.oc-kicker) {
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .67);
    font-size: 15px;
    line-height: 1.7;
}

.oc-selling {
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent 49.95%, rgba(20, 22, 24, .06) 50%, transparent 50.05%),
        var(--oc-white);
}

.oc-selling__intro {
    max-width: 780px;
    margin-bottom: 70px;
}

.oc-selling__intro > p:last-child {
    max-width: 570px;
    margin: 28px 0 0;
    color: var(--oc-muted);
    font-size: 16px;
    line-height: 1.65;
}

.oc-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--oc-line);
    border-bottom: 1px solid var(--oc-line);
}

.oc-steps li {
    display: flex;
    min-height: 220px;
    gap: 26px;
    padding: 44px 40px;
    border-right: 1px solid var(--oc-line);
}

.oc-steps li:first-child {
    padding-left: 0;
}

.oc-steps li:last-child {
    border-right: 0;
}

.oc-steps li > span {
    color: var(--oc-accent);
    font-size: 12px;
    font-weight: 700;
}

.oc-steps h3 {
    margin-bottom: 13px;
    font-size: 21px;
    font-weight: 600;
}

.oc-steps p {
    margin: 0;
    color: var(--oc-muted);
    font-size: 14px;
    line-height: 1.65;
}

.oc-selling__action {
    display: flex;
    align-items: center;
    gap: 25px;
}

.oc-selling__action p {
    margin: 0;
    color: #8a8e91;
    font-size: 12px;
}

.oc-instagram {
    padding: 120px 0 130px;
    color: var(--oc-white);
    background: var(--oc-deep);
}

.oc-instagram__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 55px;
}

.oc-instagram__heading .oc-button {
    flex: 0 0 auto;
}

.oc-social-group + .oc-social-group {
    margin-top: 72px;
}

.oc-social-group__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.oc-social-group__heading h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--oc-white);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.oc-social-group__heading h3 span {
    color: var(--oc-accent-bright);
}

.oc-social-group__heading p {
    margin: 0;
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.oc-reels-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.oc-native-reels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.oc-native-posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.oc-native-embed {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    background: #fff;
}

.oc-native-embed--reel {
    aspect-ratio: 9 / 16;
}

.oc-native-embed--post {
    aspect-ratio: 1;
}

.oc-native-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

.oc-reel-card,
.oc-post-card {
    position: relative;
    display: block;
    overflow: hidden;
    isolation: isolate;
    background: #292c2e;
}

.oc-reel-card {
    aspect-ratio: 9 / 16;
}

.oc-reel-card video,
.oc-reel-card > img,
.oc-post-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2, .7, .2, 1), opacity .3s ease;
}

.oc-reel-card::after,
.oc-post-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 5, 6, .06) 25%, rgba(4, 5, 6, .88) 100%);
    pointer-events: none;
    transition: opacity .25s ease;
}

.oc-reel-card:hover video,
.oc-reel-card:hover > img,
.oc-post-card:hover > img {
    transform: scale(1.045);
}

.oc-reel-card__badge,
.oc-reel-card__caption,
.oc-reel-card__open,
.oc-post-card__icon,
.oc-post-card__caption {
    position: absolute;
    z-index: 2;
    color: var(--oc-white);
}

.oc-reel-card__badge {
    top: 18px;
    left: 18px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    background: rgba(7, 8, 9, .5);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.oc-reel-card__badge i {
    margin-right: 5px;
    color: var(--oc-accent-bright);
    font-style: normal;
}

.oc-reel-card__caption {
    right: 48px;
    bottom: 24px;
    left: 20px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.oc-reel-card__open {
    right: 20px;
    bottom: 25px;
    color: var(--oc-accent-bright);
    font-size: 20px;
}

.oc-reels-empty {
    display: grid;
    grid-template-columns: minmax(240px, 290px) 1fr;
    align-items: stretch;
    gap: 14px;
}

.oc-reel-card--preview {
    max-height: 510px;
}

.oc-reels-empty__copy {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, .12);
    background:
        linear-gradient(135deg, rgba(77, 214, 62, .08), transparent 55%),
        rgba(255, 255, 255, .025);
}

.oc-reels-empty__copy p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, .52);
    font-size: 15px;
    line-height: 1.7;
}

.oc-reels-empty__copy strong {
    display: block;
    margin-bottom: 10px;
    color: var(--oc-white);
    font-size: 22px;
    font-weight: 600;
}

.oc-live-dot {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    border-radius: 50%;
    background: var(--oc-accent-bright);
    box-shadow: 0 0 0 7px rgba(77, 214, 62, .12);
}

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

.oc-post-card {
    aspect-ratio: 1;
}

.oc-post-card__icon {
    top: 16px;
    right: 16px;
    font-size: 25px;
}

.oc-post-card__caption {
    right: 18px;
    bottom: 17px;
    left: 18px;
    overflow: hidden;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oc-final-cta {
    padding: 92px 0;
    color: var(--oc-ink);
    background: var(--oc-accent-bright);
}

.oc-final-cta__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}

.oc-final-cta .oc-kicker span {
    background: var(--oc-ink);
}

.oc-final-cta .oc-kicker {
    color: rgba(12, 43, 15, .72);
}

.oc-final-cta h2 {
    font-size: clamp(38px, 4vw, 60px);
}

.oc-final-cta .oc-button--accent {
    color: var(--oc-white) !important;
    background: var(--oc-black);
}

.oc-final-cta .oc-button--ghost {
    border-color: rgba(12, 43, 15, .48);
    color: var(--oc-ink) !important;
    background: rgba(255, 255, 255, .16);
}

.oc-final-cta .oc-button--ghost:hover {
    border-color: var(--oc-ink);
    background: rgba(255, 255, 255, .32);
}

.oc-footer {
    padding: 78px 0 24px;
    color: rgba(255, 255, 255, .62);
    background: var(--oc-black);
    font-family: "Saira", Arial, sans-serif;
}

.oc-footer__top {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 70px;
    padding-bottom: 65px;
}

.oc-footer__logo {
    display: block;
    width: 170px;
    height: auto;
    margin-bottom: 18px;
}

.oc-footer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}

.oc-footer__top > div:not(:first-child) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.oc-footer strong {
    margin-bottom: 10px;
    color: var(--oc-white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.oc-footer a,
.oc-footer span {
    font-size: 13px;
}

.oc-footer a {
    transition: color .2s ease;
}

.oc-footer a:hover {
    color: var(--oc-white);
}

.oc-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.oc-js [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s cubic-bezier(.2, .7, .2, 1);
}

.oc-js [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .oc-js [data-reveal] { opacity: 1; transform: none; transition: none; }
    .oc-car, .oc-car__image img, .oc-feature-card img, .oc-reel-card video, .oc-reel-card img, .oc-post-card img, .oc-button { transition: none; }
}

@media (max-width: 1180px) {
    :root { --oc-shell: min(100% - 56px, 1120px); }
    .oc-header__inner { grid-template-columns: 180px 1fr 165px; }
    .oc-logo img { width: 150px; }
    .oc-nav { gap: 22px; }
    .oc-nav a { font-size: 11px; }
    .oc-proof__grid > div { padding-inline: 22px; }
    .oc-car__image { height: 220px; }
    .oc-experience__grid { grid-template-columns: 1fr 1fr; }
    .oc-feature-card--large { grid-column: span 2; }
    .oc-reels-row { gap: 10px; }
}

@media (max-width: 900px) {
    :root { --oc-shell: calc(100% - 40px); }
    .admin-bar .oc-header { top: 46px; }
    .oc-header__inner { display: flex; justify-content: space-between; min-height: 76px; }
    .oc-header__phone { display: none; }
    .oc-logo,
    .oc-menu-toggle { position: relative; z-index: 2; }
    .oc-menu-toggle { display: block; cursor: pointer; }
    .oc-nav {
        position: fixed;
        z-index: 1;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        min-height: 100vh;
        min-height: 100dvh;
        padding: calc(104px + env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
        overflow-y: auto;
        background: #0a0b0c;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-16px);
        transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    }
    .oc-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
    .oc-nav > a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: clamp(24px, 7vw, 38px); line-height: 1.15; letter-spacing: -.02em; text-transform: none; }
    .oc-nav a::after { display: none; }
    .oc-nav__contact {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-top: auto;
        padding-top: 32px;
    }
    .oc-nav__contact > span {
        margin-bottom: 7px;
        color: rgba(255,255,255,.52);
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .15em;
        text-transform: uppercase;
    }
    .oc-nav .oc-nav__number {
        width: fit-content;
        padding: 0;
        color: var(--oc-white);
        font-size: clamp(25px, 8vw, 36px);
        font-weight: 600;
        letter-spacing: -.02em;
    }
    .oc-nav .oc-nav__call {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 18px;
        padding: 16px 20px;
        background: var(--oc-accent-bright);
        color: #071007;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }
    html.oc-menu-open,
    html.oc-menu-open body { overflow: hidden; }
    .oc-menu-toggle.is-open i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .oc-menu-toggle.is-open i:nth-child(2) { opacity: 0; }
    .oc-menu-toggle.is-open i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .oc-hero { min-height: 760px; }
    .oc-hero__content { align-items: center; padding-top: 76px; }
    .oc-hero__copy { width: 100%; }
    .oc-hero h1 { font-size: clamp(54px, 10vw, 82px); }
    .oc-hero__note { display: none; }
    .oc-proof__grid { grid-template-columns: repeat(2, 1fr); }
    .oc-proof__grid > div { border-bottom: 1px solid rgba(10,45,14,.2); }
    .oc-section { padding: 90px 0; }
    .oc-section-heading { grid-template-columns: 1fr; gap: 28px; }
    .oc-section-heading__aside { max-width: 560px; }
    .oc-car-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .oc-experience { padding: 90px 0; }
    .oc-lifestyle { min-height: 640px; }
    .oc-lifestyle__card { width: min(620px, 78vw); }
    .oc-steps { grid-template-columns: 1fr; }
    .oc-steps li, .oc-steps li:first-child { min-height: auto; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--oc-line); }
    .oc-steps li:last-child { border-bottom: 0; }
    .oc-instagram { padding: 90px 0; }
    .oc-reels-row { display: flex; overflow-x: auto; margin-right: -20px; padding-right: 20px; padding-bottom: 18px; scroll-snap-type: x mandatory; }
    .oc-reel-card { flex: 0 0 min(300px, 72vw); scroll-snap-align: start; }
    .oc-native-reels { display: flex; overflow-x: auto; margin-right: -20px; padding-right: 20px; padding-bottom: 18px; scroll-snap-type: x mandatory; }
    .oc-native-embed--reel { flex: 0 0 min(360px, 76vw); scroll-snap-align: start; }
    .oc-native-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .oc-posts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .oc-reels-empty { grid-template-columns: minmax(220px, 280px) 1fr; }
    .oc-final-cta__inner { align-items: flex-start; flex-direction: column; }
    .oc-footer__top { grid-template-columns: 1fr 1fr; gap: 45px; }
}

@media (max-width: 600px) {
    :root { --oc-shell: calc(100% - 32px); }
    .oc-logo img { width: 136px; }
    .oc-hero { min-height: 720px; }
    .oc-hero::before { background: linear-gradient(90deg, rgba(3,5,7,.95), rgba(3,5,7,.58)), linear-gradient(0deg, rgba(3,5,7,.7), transparent); }
    .oc-hero h1 { font-size: clamp(39px, 10.7vw, 49px); }
    .oc-hero__lead { font-size: 15px; }
    .oc-actions { align-items: stretch; flex-direction: column; }
    .oc-button { width: 100%; }
    .oc-hero__bottom p { display: none; }
    .oc-hero__bottom-inner { justify-content: flex-end; }
    .oc-proof__grid > div { min-height: 105px; padding: 20px 12px; gap: 12px; }
    .oc-proof strong { font-size: 32px; }
    .oc-proof p { font-size: 9px; }
    .oc-section, .oc-experience, .oc-instagram { padding: 72px 0; }
    .oc-section-heading h2, .oc-selling__intro h2, .oc-instagram__heading h2 { font-size: 39px; }
    .oc-car-grid { display: flex; overflow-x: auto; gap: 14px; margin-right: -16px; padding-right: 16px; padding-bottom: 20px; scroll-snap-type: x mandatory; }
    .oc-car { flex: 0 0 86vw; scroll-snap-align: start; }
    .oc-car__image { height: 230px; }
    .oc-experience__grid { display: flex; overflow-x: auto; margin-right: -16px; padding-right: 16px; padding-bottom: 18px; scroll-snap-type: x mandatory; }
    .oc-feature-card, .oc-feature-card--large { flex: 0 0 82vw; min-height: 460px; scroll-snap-align: start; }
    .oc-lifestyle { min-height: 620px; align-items: flex-end; padding-bottom: 24px; background-position: 68% center; }
    .oc-lifestyle__card { width: 100%; padding: 38px 28px; }
    .oc-lifestyle__card h2 { font-size: 39px; }
    .oc-selling__intro { margin-bottom: 48px; }
    .oc-selling__action { align-items: flex-start; flex-direction: column; }
    .oc-instagram__heading { align-items: stretch; flex-direction: column; }
    .oc-social-group + .oc-social-group { margin-top: 55px; }
    .oc-social-group__heading { align-items: flex-start; flex-direction: column; gap: 6px; }
    .oc-reels-empty { display: block; }
    .oc-reel-card--preview { width: 72vw; margin-bottom: 14px; }
    .oc-reels-empty__copy { min-height: 0; padding: 30px 24px; }
    .oc-reels-empty__copy strong { font-size: 18px; }
    .oc-posts-grid { gap: 8px; }
    .oc-native-posts { grid-template-columns: 1fr; gap: 12px; }
    .oc-final-cta { padding: 70px 0; }
    .oc-final-cta__inner { gap: 36px; }
    .oc-footer { padding-top: 60px; }
    .oc-footer__top { grid-template-columns: 1fr; gap: 38px; }
    .oc-footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}
