@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-semibold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

.onz-features-page {
    --onz-features-ink: #172d3c;
    --onz-features-deep: #0b202c;
    --onz-features-paper: #f2f5f2;
    --onz-features-white: #fff;
    --onz-features-line: rgba(23, 45, 60, .17);
    --onz-features-muted: #61717a;
    --onz-features-accent: #f9a515;
    --onz-features-green: #1ec999;
    color: var(--onz-features-ink);
    background: var(--onz-features-paper);
    font-family: "HK Grotesk", sans-serif;
}

.onz-features-page .layout-wrapper.landing { overflow: clip; }

.onz-features-main,
.onz-features-main h1,
.onz-features-main h2,
.onz-features-main h3,
.onz-features-main p,
.onz-features-main a,
.onz-features-main span,
.onz-features-main strong,
.onz-features-main small,
.onz-features-main em,
.onz-features-main li { font-family: "HK Grotesk", sans-serif; }

.onz-features-shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.onz-features-kicker {
    margin: 0 0 20px;
    color: #b56c00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.onz-features-button {
    display: inline-flex;
    min-height: 56px;
    padding: 14px 24px;
    gap: 14px;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.onz-features-button--accent { color: var(--onz-features-deep); background: var(--onz-features-accent); }
.onz-features-button--accent:hover { color: var(--onz-features-deep); background: var(--onz-features-white); transform: translateY(-2px); }
.onz-features-button--dark { color: var(--onz-features-white); background: var(--onz-features-deep); }
.onz-features-button--dark:hover { color: var(--onz-features-deep); background: var(--onz-features-green); transform: translateY(-2px); }

.onz-features-hero {
    position: relative;
    min-height: 660px;
    overflow: hidden;
    color: var(--onz-features-white);
    background:
        radial-gradient(circle at 83% 24%, rgba(30, 201, 153, .15), transparent 25%),
        radial-gradient(circle at 57% 100%, rgba(249, 165, 21, .11), transparent 30%),
        var(--onz-features-deep);
}

.onz-features-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    mask-image: linear-gradient(to right, transparent, #000 52%);
}

.onz-features-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, .85fr);
    min-height: 660px;
    gap: 70px;
    align-items: center;
    padding-block: 100px 58px;
}

.onz-features-hero__copy { position: relative; z-index: 2; max-width: 720px; }
.onz-features-hero .onz-features-kicker { color: var(--onz-features-accent); }

.onz-features-hero__copy > * {
    opacity: 0;
    transform: translateY(24px);
    animation: onz-features-rise 720ms cubic-bezier(.2, .7, .2, 1) forwards;
}

.onz-features-hero__copy > :nth-child(1) { animation-delay: 80ms; }
.onz-features-hero__copy > :nth-child(2) { animation-delay: 170ms; }
.onz-features-hero__copy > :nth-child(3) { animation-delay: 270ms; }
.onz-features-hero__copy > :nth-child(4) { animation-delay: 370ms; }

.onz-features-hero h1 {
    margin: 0;
    color: var(--onz-features-white);
    font-size: clamp(50px, 5.25vw, 78px);
    font-weight: 600;
    letter-spacing: -.06em;
    line-height: .95;
}

.onz-features-hero h1 span { color: var(--onz-features-accent); }

.onz-features-hero__copy > p:not(.onz-features-kicker) {
    max-width: 650px;
    margin: 29px 0 34px;
    color: rgba(255, 255, 255, .74);
    font-size: 19px;
    line-height: 1.55;
}

.onz-features-hero__media {
    position: relative;
    min-height: 470px;
    margin: 40px -110px 0 0;
    opacity: 0;
    transform: translateX(36px);
    animation: onz-features-screen 900ms 230ms cubic-bezier(.2, .7, .2, 1) forwards;
}

.onz-features-hero__glow {
    position: absolute;
    inset: 15% 9% 8% 4%;
    background: rgba(30, 201, 153, .16);
    filter: blur(55px);
}

.onz-features-hero__screen {
    position: absolute;
    inset: 50px 0 auto 0;
    overflow: visible;
    transform: perspective(1100px) rotateY(-5deg) rotateX(2deg);
    transform-origin: right center;
}

.onz-features-hero__screen img { display: block; width: 100%; height: auto; }

.onz-features-hero__media figcaption {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 9px;
    flex-direction: column;
}

.onz-features-hero__media figcaption span {
    color: var(--onz-features-green);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.onz-features-hero__media figcaption strong { color: var(--onz-features-white); font-size: 17px; font-weight: 600; }

.onz-features-hero__actors {
    position: absolute;
    right: 80px;
    bottom: 18px;
    display: flex;
    max-width: 560px;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.onz-features-hero__actors span {
    display: inline-flex;
    min-height: 37px;
    padding: 8px 12px;
    gap: 7px;
    align-items: center;
    color: var(--onz-features-white);
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(11, 32, 44, .82);
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(12px);
}

.onz-features-hero__actors i { color: var(--onz-features-accent); font-size: 16px; }

.onz-features-index {
    position: relative;
    z-index: 5;
    border-bottom: 1px solid var(--onz-features-line);
    background: rgba(255, 255, 255, .97);
}

.onz-features-index.is-sticky {
    position: sticky;
    top: 72px;
    box-shadow: 0 10px 30px rgba(11, 32, 44, .06);
    backdrop-filter: blur(14px);
}

.onz-features-index .onz-features-shell { display: flex; overflow-x: auto; scrollbar-width: none; }
.onz-features-index .onz-features-shell::-webkit-scrollbar { display: none; }

.onz-features-index a {
    display: inline-flex;
    min-width: max-content;
    min-height: 68px;
    padding: 0 20px;
    gap: 8px;
    align-items: center;
    color: var(--onz-features-ink);
    border-right: 1px solid var(--onz-features-line);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease;
}

.onz-features-index a:first-child { border-left: 1px solid var(--onz-features-line); }
.onz-features-index a span { color: #8b989e; font-size: 10px; letter-spacing: .08em; }
.onz-features-index a:hover,
.onz-features-index a.is-active { color: var(--onz-features-deep); background: rgba(249, 165, 21, .14); }

.onz-features-intro { padding-block: 126px 84px; background: var(--onz-features-paper); scroll-margin-top: 140px; }

.onz-features-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr);
    gap: 88px;
    align-items: end;
}

.onz-features-heading h2,
.onz-features-final h2,
.onz-features-shared h2 {
    max-width: 860px;
    margin: 0;
    color: var(--onz-features-ink);
    font-size: clamp(46px, 5.2vw, 74px);
    font-weight: 600;
    letter-spacing: -.058em;
    line-height: .96;
}

.onz-features-heading > p {
    margin: 0 0 5px;
    color: var(--onz-features-muted);
    font-size: 18px;
    line-height: 1.65;
}

.onz-features-outcomes { background: var(--onz-features-paper); }

.onz-features-outcome {
    position: relative;
    scroll-margin-top: 140px;
}

.onz-features-outcome__inner {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(480px, 1.05fr);
    min-height: 660px;
    gap: 88px;
    align-items: center;
    padding-block: 96px;
    border-top: 1px solid var(--onz-features-line);
}

.onz-features-outcome--reverse .onz-features-outcome__copy { order: 2; }
.onz-features-outcome--reverse .onz-features-outcome__media { order: 1; }

.onz-features-outcome__meta { display: flex; gap: 14px; align-items: center; margin-bottom: 27px; }
.onz-features-outcome__meta span { color: #849197; font-size: 11px; letter-spacing: .1em; }
.onz-features-outcome__meta > i { display: grid; width: 40px; height: 40px; place-items: center; color: var(--onz-features-deep); background: var(--onz-features-accent); font-size: 20px; }
.onz-features-outcome__meta small { color: #9a5c00; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.onz-features-outcome h2 {
    max-width: 600px;
    margin: 0;
    color: var(--onz-features-ink);
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 600;
    letter-spacing: -.052em;
    line-height: 1;
}

.onz-features-outcome__copy > p {
    max-width: 590px;
    margin: 26px 0 34px;
    color: var(--onz-features-muted);
    font-size: 18px;
    line-height: 1.65;
}

.onz-features-outcome__modules { padding-top: 22px; border-top: 1px solid var(--onz-features-line); }
.onz-features-outcome__modules > span { display: block; margin-bottom: 12px; color: #7b898f; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.onz-features-outcome__modules ul { display: flex; padding: 0; margin: 0; flex-wrap: wrap; gap: 8px 18px; list-style: none; }
.onz-features-outcome__modules li { position: relative; padding-left: 13px; color: var(--onz-features-ink); font-size: 14px; font-weight: 600; }
.onz-features-outcome__modules li::before { position: absolute; top: .52em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--onz-features-green); content: ""; }
.onz-features-outcome__link { display: inline-flex; margin-top: 28px; gap: 10px; align-items: center; color: var(--onz-features-ink); font-size: 15px; font-weight: 700; text-decoration: none; }
.onz-features-outcome__link i { color: #a76200; transition: transform 180ms ease; }
.onz-features-outcome__link:hover { color: #9a5c00; }
.onz-features-outcome__link:hover i { transform: translateX(4px); }

.onz-features-outcome__media { margin: 0; }

.onz-features-outcome__image {
    display: grid;
    min-height: 430px;
    padding: 46px 0 46px 46px;
    overflow: hidden;
    place-items: center;
    background: #dfe7e4;
}

.onz-features-outcome:nth-child(3n + 2) .onz-features-outcome__image { background: #e9e0d1; }
.onz-features-outcome:nth-child(3n + 3) .onz-features-outcome__image { background: #dce5eb; }

.onz-features-outcome__image img {
    display: block;
    width: calc(100% + 24px);
    max-width: none;
    height: auto;
    border: 1px solid rgba(23, 45, 60, .12);
    border-radius: 8px 0 0 8px;
    box-shadow: 0 26px 65px rgba(23, 45, 60, .19);
}

.onz-features-outcome__media--portrait .onz-features-outcome__image { padding: 34px; }
.onz-features-outcome__media--portrait .onz-features-outcome__image img { width: auto; height: 390px; border-radius: 22px; box-shadow: 0 25px 55px rgba(23, 45, 60, .22); }
.onz-features-outcome__media--cover .onz-features-outcome__image { padding: 0; }
.onz-features-outcome__media--cover .onz-features-outcome__image img { width: 100%; height: 430px; border: 0; border-radius: 0; object-fit: cover; box-shadow: none; }

.onz-features-outcome__media figcaption {
    display: flex;
    padding-top: 14px;
    gap: 14px;
    align-items: center;
    color: var(--onz-features-muted);
    font-size: 12px;
    font-weight: 600;
}

.onz-features-outcome__media figcaption span { color: #8b989e; font-size: 10px; letter-spacing: .09em; }

.onz-features-experiences { padding-block: 128px 142px; color: var(--onz-features-white); background: var(--onz-features-deep); }
.onz-features-heading--dark { margin-bottom: 78px; }
.onz-features-heading--dark .onz-features-kicker { color: var(--onz-features-green); }
.onz-features-heading--dark h2 { color: var(--onz-features-white); }
.onz-features-heading--dark > p { color: rgba(255, 255, 255, .62); }

.onz-features-experiences__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); }
.onz-features-experience { position: relative; min-height: 310px; padding: 30px 28px 34px; border-right: 1px solid rgba(255, 255, 255, .18); }
.onz-features-experience:last-child { border-right: 0; }
.onz-features-experience > span { display: block; color: rgba(255, 255, 255, .4); font-size: 10px; letter-spacing: .1em; }
.onz-features-experience > i { display: block; margin: 44px 0 24px; color: var(--onz-features-accent); font-size: 34px; }
.onz-features-experience h3 { margin: 0 0 13px; color: var(--onz-features-white); font-size: 24px; font-weight: 600; letter-spacing: -.025em; }
.onz-features-experience p { margin: 0; color: rgba(255, 255, 255, .61); font-size: 15px; line-height: 1.55; }

.onz-features-shared { padding-block: 128px; background: var(--onz-features-white); }
.onz-features-shared__inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, .7fr); gap: 110px; align-items: start; }
.onz-features-shared__heading > p:not(.onz-features-kicker) { max-width: 610px; margin: 28px 0 0; color: var(--onz-features-muted); font-size: 18px; line-height: 1.65; }
.onz-features-shared__list { padding: 0; margin: 0; border-top: 1px solid var(--onz-features-line); list-style: none; }
.onz-features-shared__list li { display: grid; grid-template-columns: 42px 1fr; min-height: 73px; align-items: center; border-bottom: 1px solid var(--onz-features-line); }
.onz-features-shared__list span { color: #8b989e; font-size: 10px; letter-spacing: .09em; }
.onz-features-shared__list strong { color: var(--onz-features-ink); font-size: 18px; font-weight: 600; }

.onz-features-final { padding-block: 96px; background: var(--onz-features-deep); }
.onz-features-final__inner { display: flex; gap: 60px; align-items: flex-start; justify-content: space-between; }
.onz-features-final .onz-features-kicker { color: var(--onz-features-green); }
.onz-features-final h2 { max-width: 770px; color: var(--onz-features-white); font-size: clamp(43px, 5vw, 70px); }
.onz-features-final__inner > div > p:not(.onz-features-kicker) { max-width: 690px; margin: 25px 0 0; color: rgba(255, 255, 255, .68); font-size: 18px; line-height: 1.6; }
.onz-features-final .onz-features-button { flex: 0 0 auto; margin-top: 44px; }
.onz-features-final .onz-features-button--dark { color: var(--onz-features-deep); background: var(--onz-features-accent); }
.onz-features-final .onz-features-button--dark:hover { color: var(--onz-features-deep); background: var(--onz-features-white); }

.onz-features-motion .onz-features-reveal { opacity: 0; transform: translateY(30px); transition: opacity 680ms cubic-bezier(.2, .7, .2, 1), transform 680ms cubic-bezier(.2, .7, .2, 1); }
.onz-features-motion .onz-features-reveal.is-visible { opacity: 1; transform: none; }

@keyframes onz-features-rise { to { opacity: 1; transform: none; } }
@keyframes onz-features-screen { to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
    .onz-features-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 40px; }
    .onz-features-hero__media { margin-right: -160px; }
    .onz-features-outcome__inner { grid-template-columns: minmax(0, .8fr) minmax(420px, 1fr); gap: 54px; }
    .onz-features-heading { gap: 55px; }
    .onz-features-shared__inner { gap: 70px; }
}

@media (max-width: 900px) {
    .onz-features-hero { min-height: auto; }
    .onz-features-hero__inner { grid-template-columns: 1fr; min-height: auto; padding-block: 92px 70px; }
    .onz-features-hero__copy { max-width: 760px; }
    .onz-features-hero__media { min-height: 420px; margin: 10px -90px 0 7%; }
    .onz-features-index.is-sticky { top: 68px; }
    .onz-features-heading { grid-template-columns: 1fr; gap: 30px; }
    .onz-features-heading > p { max-width: 660px; }
    .onz-features-outcome__inner { grid-template-columns: 1fr; min-height: auto; gap: 52px; }
    .onz-features-outcome--reverse .onz-features-outcome__copy,
    .onz-features-outcome--reverse .onz-features-outcome__media { order: initial; }
    .onz-features-experiences__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .onz-features-experience:nth-child(2) { border-right: 0; }
    .onz-features-experience:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, .18); }
    .onz-features-shared__inner { grid-template-columns: 1fr; gap: 60px; }
    .onz-features-final__inner { flex-direction: column; }
    .onz-features-final .onz-features-button { margin-top: 0; }
}

@media (max-width: 640px) {
    .onz-features-shell { width: min(100% - 32px, 1240px); }
    .onz-features-hero__inner { gap: 34px; padding-block: 72px 48px; }
    .onz-features-hero h1 { font-size: clamp(42px, 12vw, 58px); line-height: .98; }
    .onz-features-hero__copy > p:not(.onz-features-kicker) { margin-block: 24px 28px; font-size: 17px; }
    .onz-features-button { width: 100%; }
    .onz-features-hero__media { min-height: 340px; margin: 0 -110px 0 0; }
    .onz-features-hero__screen { top: 48px; min-width: 590px; }
    .onz-features-hero__actors { right: 110px; bottom: 0; justify-content: flex-start; }
    .onz-features-hero__actors span { min-height: 32px; padding: 6px 9px; font-size: 11px; }
    .onz-features-hero__actors i { font-size: 14px; }
    .onz-features-index.is-sticky { top: 64px; }
    .onz-features-index a { min-height: 60px; padding-inline: 16px; }
    .onz-features-intro { padding-block: 88px 52px; }
    .onz-features-heading h2,
    .onz-features-final h2,
    .onz-features-shared h2 { font-size: clamp(40px, 11vw, 55px); }
    .onz-features-outcome__inner { padding-block: 70px; }
    .onz-features-outcome h2 { font-size: clamp(36px, 10vw, 49px); }
    .onz-features-outcome__copy > p { font-size: 17px; }
    .onz-features-outcome__modules ul { display: grid; gap: 10px; }
    .onz-features-outcome__image { min-height: 320px; padding: 28px 0 28px 24px; }
    .onz-features-outcome__media--portrait .onz-features-outcome__image img { height: 310px; }
    .onz-features-outcome__media--cover .onz-features-outcome__image img { height: 320px; }
    .onz-features-experiences { padding-block: 88px 96px; }
    .onz-features-heading--dark { margin-bottom: 52px; }
    .onz-features-experiences__list { grid-template-columns: 1fr; }
    .onz-features-experience { min-height: auto; padding: 27px 8px 32px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
    .onz-features-experience:last-child { border-bottom: 0; }
    .onz-features-experience > i { margin-block: 28px 18px; }
    .onz-features-shared { padding-block: 88px; }
    .onz-features-shared__inner { gap: 48px; }
    .onz-features-final { padding-block: 76px; }
}

@media (prefers-reduced-motion: reduce) {
    .onz-features-hero__copy > *,
    .onz-features-hero__media,
    .onz-features-motion .onz-features-reveal { opacity: 1; transform: none; animation: none; transition: none; }
    .onz-features-index { position: relative !important; top: auto !important; }
}
