@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-residents {
    --onz-resident-ink: #172d3c;
    --onz-resident-deep: #0d202c;
    --onz-resident-paper: #f3f6f4;
    --onz-resident-white: #fff;
    --onz-resident-line: rgba(23, 45, 60, .16);
    --onz-resident-muted: #63727a;
    --onz-resident-accent: #1ec999;
    --onz-resident-accent-dark: #13836b;
    --onz-resident-warm: #f5a623;
    color: var(--onz-resident-ink);
    background: var(--onz-resident-paper);
    font-family: "HK Grotesk", sans-serif;
}

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

.onz-resident-main,
.onz-resident-main h1,
.onz-resident-main h2,
.onz-resident-main h3,
.onz-resident-main p,
.onz-resident-main a,
.onz-resident-main button,
.onz-resident-main li,
.onz-resident-main dt,
.onz-resident-main dd,
.onz-resident-main summary { font-family: "HK Grotesk", sans-serif; }

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

.onz-residents .navbar-landing > .container,
.onz-residents .layout-wrapper.landing > section.bg-warning > .container,
.onz-residents .custom-footer > .container {
    width: min(1240px, calc(100% - 48px));
    max-width: none;
    padding-inline: 0;
}

.onz-resident-kicker {
    margin: 0 0 20px;
    color: var(--onz-resident-accent-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.onz-resident-heading { margin-bottom: 68px; }

.onz-resident-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr);
    gap: 90px;
    align-items: end;
}

.onz-resident-heading h2,
.onz-resident-not-yet h2,
.onz-resident-cta h2 {
    margin: 0;
    color: var(--onz-resident-ink);
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .98;
}

.onz-resident-heading--split > p,
.onz-resident-heading--split > div + p {
    margin: 0;
    color: var(--onz-resident-muted);
    font-size: 19px;
    line-height: 1.58;
}

.onz-resident-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    align-items: center;
}

.onz-resident-button {
    min-height: 56px;
    padding: 14px 24px;
    display: inline-flex;
    gap: 13px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    color: var(--onz-resident-deep);
    background: var(--onz-resident-accent);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

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

.onz-resident-text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.onz-resident-text-link i,
.onz-resident-for-managers a i { transition: transform 180ms ease; }
.onz-resident-text-link:hover i,
.onz-resident-for-managers a:hover i { transform: translateX(4px); }

/* Navigation */
.onz-residents .navbar-landing {
    min-height: 72px;
    background: rgba(246, 248, 247, .94);
    border-bottom: 1px solid rgba(23, 45, 60, .1);
    box-shadow: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.onz-residents .navbar-landing.is-sticky {
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 10px 35px rgba(13, 32, 44, .09);
}

.onz-residents .navbar-landing .nav-link {
    color: var(--onz-resident-ink) !important;
    font-size: 14px;
    font-weight: 600;
}

.onz-residents .navbar-landing .btn-success {
    padding: 11px 20px;
    color: var(--onz-resident-deep);
    background: var(--onz-resident-accent);
    border-color: var(--onz-resident-accent);
    font-weight: 700;
}

/* Hero */
.onz-resident-hero {
    position: relative;
    min-height: max(780px, 100svh);
    overflow: hidden;
    isolation: isolate;
    color: var(--onz-resident-white);
    background: var(--onz-resident-deep);
}

.onz-resident-hero__texture {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .54;
    background:
        radial-gradient(circle at 78% 45%, rgba(30, 201, 153, .18), transparent 35%),
        linear-gradient(118deg, transparent 0 54%, rgba(255,255,255,.035) 54% 54.15%, transparent 54.15%),
        linear-gradient(28deg, transparent 0 58%, rgba(255,255,255,.025) 58% 58.1%, transparent 58.1%);
}

.onz-resident-hero__inner {
    min-height: max(780px, 100svh);
    padding-top: 130px;
    padding-bottom: 58px;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(500px, 1.08fr);
    gap: 55px;
    align-items: center;
}

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

.onz-resident-brand {
    margin-bottom: 30px;
    display: inline-flex;
    gap: 13px;
    align-items: center;
    color: rgba(255,255,255,.92);
    font-size: 18px;
    font-weight: 600;
}

.onz-resident-brand img { width: 42px; height: 42px; border-radius: 11px; }

.onz-resident-hero h1 {
    margin: 0;
    color: var(--onz-resident-white);
    font-size: clamp(64px, 6.4vw, 94px);
    font-weight: 600;
    letter-spacing: -.066em;
    line-height: .89;
}
.onz-resident-hero h1 span { color: var(--onz-resident-accent); }

.onz-resident-hero__lead {
    max-width: 590px;
    margin: 34px 0 35px;
    color: rgba(255,255,255,.78);
    font-size: 21px;
    line-height: 1.53;
}
.onz-resident-hero .onz-resident-text-link { color: var(--onz-resident-white); }

.onz-resident-hero__visual {
    position: relative;
    min-height: 620px;
    margin: 0;
    display: grid;
    align-items: center;
    justify-items: center;
}

.onz-resident-hero__visual img {
    position: relative;
    z-index: 1;
    width: min(700px, 110%);
    height: auto;
    filter: drop-shadow(0 35px 45px rgba(0,0,0,.36));
}

.onz-resident-hero__orbit {
    position: absolute;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 75px rgba(30,201,153,.035), 0 0 0 150px rgba(255,255,255,.018);
}

.onz-resident-hero__visual figcaption {
    position: absolute;
    z-index: 2;
    right: 2%;
    bottom: 8%;
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,.22);
    color: rgba(255,255,255,.82);
    background: rgba(13,32,44,.74);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

/* Proof */
.onz-resident-proof { border-bottom: 1px solid var(--onz-resident-line); background: var(--onz-resident-accent); }
.onz-resident-proof__inner { min-height: 92px; display: flex; gap: 18px; align-items: center; justify-content: center; color: var(--onz-resident-deep); }
.onz-resident-proof__inner strong { font-size: 22px; }
.onz-resident-proof__inner span { font-size: 17px; }

/* Intro */
.onz-resident-intro { padding: 140px 0; background: var(--onz-resident-paper); }

.onz-resident-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--onz-resident-line);
    border-bottom: 1px solid var(--onz-resident-line);
}

.onz-resident-benefit {
    min-height: 340px;
    padding: 30px;
    border-left: 1px solid var(--onz-resident-line);
}
.onz-resident-benefit:first-child { border-left: 0; }
.onz-resident-benefit > span { color: var(--onz-resident-accent-dark); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.onz-resident-benefit > i { margin: 70px 0 30px; display: block; color: var(--onz-resident-ink); font-size: 34px; }
.onz-resident-benefit h3 { margin: 0 0 14px; color: var(--onz-resident-ink); font-size: 27px; font-weight: 600; letter-spacing: -.03em; }
.onz-resident-benefit p { margin: 0; color: var(--onz-resident-muted); font-size: 15px; line-height: 1.58; }

/* Moments */
.onz-resident-moments { padding: 140px 0; color: var(--onz-resident-white); background: var(--onz-resident-deep); }
.onz-resident-moments .onz-resident-kicker { color: var(--onz-resident-accent); }
.onz-resident-moments .onz-resident-heading h2 { color: var(--onz-resident-white); }

.onz-resident-moments__stage { border: 1px solid rgba(255,255,255,.13); }
.onz-resident-moments__tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(255,255,255,.13); }
.onz-resident-moments__tabs button {
    min-height: 82px;
    padding: 18px 22px;
    display: flex;
    gap: 14px;
    align-items: center;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.13);
    color: rgba(255,255,255,.58);
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    transition: color 180ms ease, background 180ms ease;
}
.onz-resident-moments__tabs button:first-child { border-left: 0; }
.onz-resident-moments__tabs button span { color: var(--onz-resident-accent); font-size: 11px; letter-spacing: .12em; }
.onz-resident-moments__tabs button:hover,
.onz-resident-moments__tabs button[aria-selected="true"] { color: var(--onz-resident-white); background: rgba(255,255,255,.06); }
.onz-resident-moments__tabs button[aria-selected="true"] { box-shadow: inset 0 -3px var(--onz-resident-accent); }

.onz-resident-moment { min-height: 680px; display: none; grid-template-columns: minmax(0,.8fr) minmax(430px,1fr); }
.onz-resident-moment.is-active { display: grid; }
.onz-resident-moment__copy { padding: 72px; display: flex; flex-direction: column; justify-content: center; }
.onz-resident-moment__copy h3 { max-width: 520px; margin: 0 0 25px; color: var(--onz-resident-white); font-size: clamp(42px,4.2vw,64px); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
.onz-resident-moment__copy > p:not(.onz-resident-kicker) { max-width: 520px; margin: 0 0 28px; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.6; }
.onz-resident-moment__copy ul { margin: 0; padding: 0; list-style: none; }
.onz-resident-moment__copy li { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.84); font-size: 14px; }

.onz-resident-moment__visual {
    position: relative;
    min-height: 680px;
    margin: 0;
    display: grid;
    overflow: hidden;
    place-items: end center;
    background: #dfe9e5;
}
.onz-resident-moment__visual::before { position: absolute; inset: 12%; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(30,201,153,.26), transparent 66%); }
.onz-resident-moment__visual img {
    position: relative;
    z-index: 1;
    width: 370px;
    height: 620px;
    padding: 12px 12px 0;
    border: 1px solid rgba(13,32,44,.2);
    border-bottom: 0;
    border-radius: 48px 48px 0 0;
    background: #0d202c;
    box-shadow: 0 35px 70px rgba(13,32,44,.28);
    object-fit: cover;
    object-position: top center;
}

/* Personal experience */
.onz-resident-everything { padding: 140px 0; background: var(--onz-resident-white); }
.onz-resident-personal { min-height: 650px; display: grid; grid-template-columns: minmax(390px,.82fr) minmax(0,1fr); border-top: 1px solid var(--onz-resident-line); border-bottom: 1px solid var(--onz-resident-line); }
.onz-resident-personal__visual { min-height: 650px; display: grid; overflow: hidden; place-items: end center; background: #e7eeeb; }
.onz-resident-personal__visual img { width: 330px; height: 600px; padding: 11px 11px 0; border-radius: 44px 44px 0 0; background: var(--onz-resident-deep); object-fit: cover; object-position: top center; box-shadow: 0 30px 60px rgba(13,32,44,.22); }
.onz-resident-personal__content { padding: 45px 0 45px 70px; display: flex; align-items: center; }
.onz-resident-personal__content dl { width: 100%; margin: 0; }
.onz-resident-personal__content dl > div { padding: 27px 0; display: grid; grid-template-columns: 150px 1fr; gap: 45px; border-top: 1px solid var(--onz-resident-line); }
.onz-resident-personal__content dl > div:last-child { border-bottom: 1px solid var(--onz-resident-line); }
.onz-resident-personal__content dt { color: var(--onz-resident-ink); font-size: 17px; font-weight: 700; }
.onz-resident-personal__content dd { margin: 0; color: var(--onz-resident-muted); font-size: 16px; line-height: 1.55; }
.onz-resident-for-managers { margin: 45px 0 0; padding-top: 28px; border-top: 1px solid var(--onz-resident-line); color: var(--onz-resident-muted); font-size: 16px; }
.onz-resident-for-managers a { display: inline-flex; gap: 8px; align-items: center; color: var(--onz-resident-ink); font-weight: 700; text-decoration: none; }

/* Getting started */
.onz-resident-start { padding: 140px 0; background: var(--onz-resident-paper); }
.onz-resident-start__steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--onz-resident-line); border-bottom: 1px solid var(--onz-resident-line); list-style: none; }
.onz-resident-start__steps li { min-height: 320px; padding: 30px; border-left: 1px solid var(--onz-resident-line); }
.onz-resident-start__steps li:first-child { border-left: 0; }
.onz-resident-start__steps span { display: block; margin-bottom: 92px; color: var(--onz-resident-accent-dark); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.onz-resident-start__steps strong { display: block; color: var(--onz-resident-ink); font-size: 23px; line-height: 1.15; }
.onz-resident-start__steps p { margin: 16px 0 0; color: var(--onz-resident-muted); font-size: 15px; line-height: 1.55; }

/* Not yet */
.onz-resident-not-yet { padding: 115px 0; scroll-margin-top: 100px; color: var(--onz-resident-white); background: var(--onz-resident-accent); }
.onz-resident-not-yet__inner { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.55fr); gap: 100px; align-items: end; }
.onz-resident-not-yet .onz-resident-kicker { color: var(--onz-resident-deep); }
.onz-resident-not-yet h2 { font-size: clamp(42px,4.6vw,66px); }
.onz-resident-not-yet__inner > div:last-child p { margin: 0 0 30px; color: rgba(13,32,44,.72); font-size: 18px; line-height: 1.58; }
.onz-resident-share { display: grid; gap: 18px; }
.onz-resident-share__actions { display: flex; flex-wrap: wrap; gap: 18px 24px; align-items: center; }
.onz-resident-share .onz-resident-button { border: 0; font-family: inherit; cursor: pointer; }
.onz-resident-not-yet .onz-resident-share .onz-resident-button--dark,
.onz-resident-not-yet .onz-resident-share .onz-resident-button--dark:hover,
.onz-resident-not-yet .onz-resident-share .onz-resident-button--dark:focus-visible,
.onz-resident-not-yet .onz-resident-share .onz-resident-button--dark:active { color: var(--onz-resident-white); background: var(--onz-resident-deep); }
.onz-resident-share__options {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    border-top: 1px solid rgba(13,32,44,.24);
    border-bottom: 1px solid rgba(13,32,44,.24);
}
.onz-resident-share__options[hidden] { display: none; }
.onz-resident-share__options a,
.onz-resident-share__options button {
    min-height: 60px;
    padding: 12px 15px;
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-left: 1px solid rgba(13,32,44,.18);
    color: var(--onz-resident-deep);
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease;
}
.onz-resident-share__options > :first-child { border-left: 0; }
.onz-resident-share__options a:hover,
.onz-resident-share__options button:hover { color: var(--onz-resident-white); background: var(--onz-resident-deep); }
.onz-resident-share__options i { font-size: 19px; font-weight: 400; }
.onz-resident-share__status { min-height: 1.35em; margin: -8px 0 0 !important; color: var(--onz-resident-deep) !important; font-size: 14px !important; font-weight: 700; }

/* FAQ */
.onz-resident-faq { padding: 140px 0; background: var(--onz-resident-white); }
.onz-resident-faq__inner { display: grid; grid-template-columns: minmax(280px,.48fr) minmax(0,1fr); gap: 100px; align-items: start; }
.onz-resident-faq .onz-resident-heading { position: sticky; top: 120px; margin: 0; }
.onz-resident-faq__list { border-top: 1px solid var(--onz-resident-line); }
.onz-resident-faq__list details { border-bottom: 1px solid var(--onz-resident-line); }
.onz-resident-faq__list summary { padding: 25px 0; display: flex; gap: 25px; align-items: center; justify-content: space-between; color: var(--onz-resident-ink); font-size: 19px; font-weight: 600; list-style: none; cursor: pointer; }
.onz-resident-faq__list summary::-webkit-details-marker { display: none; }
.onz-resident-faq__list summary i { flex: 0 0 auto; color: var(--onz-resident-accent-dark); font-size: 22px; transition: transform 180ms ease; }
.onz-resident-faq__list details[open] summary i { transform: rotate(45deg); }
.onz-resident-faq__list details p { max-width: 740px; margin: -5px 0 27px; color: var(--onz-resident-muted); font-size: 16px; line-height: 1.65; }

/* CTA */
.onz-resident-cta { padding: 95px 0; color: var(--onz-resident-white); background: var(--onz-resident-deep); }
.onz-resident-cta__inner { display: flex; flex-direction: column; gap: 38px; align-items: flex-start; }
.onz-resident-cta .onz-resident-kicker { color: var(--onz-resident-accent); }
.onz-resident-cta h2 { color: var(--onz-resident-white); font-size: clamp(42px,4.7vw,66px); }
.onz-resident-cta__copy { max-width: 860px; margin: 25px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.65; }

/* Motion */
.onz-motion .onz-resident-reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.onz-motion .onz-resident-reveal.is-visible { opacity: 1; transform: translateY(0); }
.onz-motion .onz-resident-moment.is-active .onz-resident-moment__copy { animation: onz-resident-panel-in 420ms ease both; }
.onz-motion .onz-resident-moment.is-active .onz-resident-moment__visual img { animation: onz-resident-phone-in 480ms cubic-bezier(.2,.7,.2,1) both; }
@keyframes onz-resident-panel-in { from { opacity: 0; transform: translateX(-14px); } to { opacity: 1; transform: translateX(0); } }
@keyframes onz-resident-phone-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1199.98px) {
    .onz-resident-hero__inner { grid-template-columns: minmax(0,.8fr) minmax(450px,1fr); gap: 15px; }
    .onz-resident-hero__visual img { width: min(660px, 108%); }
    .onz-resident-heading--split { gap: 55px; }
    .onz-resident-benefit { padding: 25px; }
    .onz-resident-moment__copy { padding: 50px; }
    .onz-resident-personal__content { padding-left: 45px; }
    .onz-resident-not-yet__inner,
    .onz-resident-faq__inner { gap: 60px; }
}

@media (max-width: 991.98px) {
    .onz-residents header.d-none.d-md-block { display: none !important; }
    .onz-residents header.d-block.d-lg-none { display: block !important; }
    .onz-residents header.d-block.d-lg-none .navbar-landing { align-items: flex-start; }
    .onz-residents .navbar-landing #navbarMenuSmall { max-height: calc(100dvh - 72px); overflow-y: auto; }
    .onz-residents .navbar-landing #navbarMenuSmall.collapsing,
    .onz-residents .navbar-landing #navbarMenuSmall .navbar-collapse { overflow-y: hidden; }
    .onz-residents .navbar-landing #navbarMenuSmall .navbar-collapse { max-height: none; }
    .onz-resident-shell,
    .onz-residents .navbar-landing > .container,
    .onz-residents .layout-wrapper.landing > section.bg-warning > .container,
    .onz-residents .custom-footer > .container { width: min(100% - 36px, 920px); }
    .onz-resident-hero,
    .onz-resident-hero__inner { min-height: auto; }
    .onz-resident-hero__inner { padding-top: 150px; grid-template-columns: 1fr; }
    .onz-resident-hero__copy { max-width: 760px; }
    .onz-resident-hero__visual { width: min(100%,700px); min-height: 500px; justify-self: center; }
    .onz-resident-hero__visual img { width: min(620px, 106%); }
    .onz-resident-heading--split,
    .onz-resident-not-yet__inner { grid-template-columns: 1fr; gap: 38px; }
    .onz-resident-benefits,
    .onz-resident-start__steps { grid-template-columns: repeat(2,1fr); }
    .onz-resident-benefit:nth-child(3),
    .onz-resident-benefit:nth-child(4),
    .onz-resident-start__steps li:nth-child(3),
    .onz-resident-start__steps li:nth-child(4) { border-top: 1px solid var(--onz-resident-line); }
    .onz-resident-benefit:nth-child(3),
    .onz-resident-start__steps li:nth-child(3) { border-left: 0; }
    .onz-resident-moment { grid-template-columns: 1fr 1fr; }
    .onz-resident-moment__copy { padding: 40px; }
    .onz-resident-moment__visual img { width: 330px; }
    .onz-resident-personal { grid-template-columns: minmax(330px,.7fr) 1fr; }
    .onz-resident-personal__content dl > div { grid-template-columns: 120px 1fr; gap: 25px; }
    .onz-resident-faq__inner { grid-template-columns: 1fr; }
    .onz-resident-faq .onz-resident-heading { position: static; }
}

@media (max-width: 767.98px) {
    .onz-residents .navbar-landing { min-height: 66px; }
    .onz-resident-shell,
    .onz-residents .navbar-landing > .container,
    .onz-residents .layout-wrapper.landing > section.bg-warning > .container,
    .onz-residents .custom-footer > .container { width: calc(100% - 30px); }
    .onz-resident-kicker { margin-bottom: 16px; }
    .onz-resident-heading { margin-bottom: 44px; }
    .onz-resident-heading h2,
    .onz-resident-not-yet h2,
    .onz-resident-cta h2 { font-size: clamp(38px,12vw,54px); }
    .onz-resident-heading--split { gap: 24px; }
    .onz-resident-heading--split > p,
    .onz-resident-heading--split > div + p { font-size: 17px; }
    .onz-resident-brand { margin-bottom: 24px; }
    .onz-resident-hero__inner { padding-top: 124px; padding-bottom: 54px; }
    .onz-resident-hero h1 { font-size: clamp(52px,16vw,70px); }
    .onz-resident-hero__lead { margin: 27px 0 30px; font-size: 19px; }
    .onz-resident-actions { align-items: stretch; }
    .onz-resident-button { width: 100%; }
    .onz-resident-hero__visual { min-height: 345px; margin-top: 25px; }
    .onz-resident-hero__visual img { width: 115%; }
    .onz-resident-hero__orbit { width: 280px; height: 280px; box-shadow: 0 0 0 40px rgba(30,201,153,.035),0 0 0 80px rgba(255,255,255,.018); }
    .onz-resident-hero__visual figcaption { right: 0; bottom: 0; font-size: 9px; }
    .onz-resident-proof__inner { min-height: 110px; display: grid; gap: 3px; align-content: center; justify-content: start; }
    .onz-resident-proof__inner strong { font-size: 21px; }
    .onz-resident-proof__inner span { font-size: 15px; }
    .onz-resident-intro,
    .onz-resident-moments,
    .onz-resident-everything,
    .onz-resident-start,
    .onz-resident-faq { padding-block: 92px; }
    .onz-resident-benefits,
    .onz-resident-start__steps { grid-template-columns: 1fr; }
    .onz-resident-benefit,
    .onz-resident-start__steps li { min-height: 265px; padding: 28px 0; border-top: 1px solid var(--onz-resident-line); border-left: 0; }
    .onz-resident-benefit:first-child,
    .onz-resident-start__steps li:first-child { border-top: 0; }
    .onz-resident-benefit > i { margin: 48px 0 25px; }
    .onz-resident-start__steps span { margin-bottom: 52px; }
    .onz-resident-moments__stage { margin-inline: -15px; border-inline: 0; }
    .onz-resident-moments__tabs { overflow-x: auto; grid-template-columns: repeat(4,minmax(140px,1fr)); scrollbar-width: none; }
    .onz-resident-moments__tabs::-webkit-scrollbar { display: none; }
    .onz-resident-moments__tabs button { min-height: 68px; padding: 14px; }
    .onz-resident-moment,
    .onz-resident-moment.is-active { min-height: 0; grid-template-columns: 1fr; }
    .onz-resident-moment__copy { min-height: 520px; padding: 45px 15px; }
    .onz-resident-moment__copy h3 { font-size: 47px; }
    .onz-resident-moment__copy > p:not(.onz-resident-kicker) { font-size: 17px; }
    .onz-resident-moment__visual { min-height: 580px; }
    .onz-resident-moment__visual img { width: min(325px,86vw); height: 540px; }
    .onz-resident-personal { grid-template-columns: 1fr; margin-inline: -15px; }
    .onz-resident-personal__visual { min-height: 570px; }
    .onz-resident-personal__visual img { width: min(310px,84vw); height: 540px; }
    .onz-resident-personal__content { padding: 35px 15px; }
    .onz-resident-personal__content dl > div { padding: 24px 0; grid-template-columns: 1fr; gap: 8px; }
    .onz-resident-for-managers { font-size: 15px; }
    .onz-resident-for-managers a { margin-top: 8px; }
    .onz-resident-not-yet { padding-block: 84px; }
    .onz-resident-not-yet__inner > div:last-child p { font-size: 17px; }
    .onz-resident-share__actions { align-items: stretch; }
    .onz-resident-share__actions .onz-resident-button { width: 100%; }
    .onz-resident-faq__inner { gap: 45px; }
    .onz-resident-faq__list summary { padding: 22px 0; font-size: 17px; }
    .onz-resident-cta { padding-block: 76px; }
    .onz-resident-cta__inner { gap: 35px; }
}

@media (max-width: 575.98px) {
    .onz-resident-share__options { grid-template-columns: 1fr; }
    .onz-resident-share__options a,
    .onz-resident-share__options button { justify-content: flex-start; border-left: 0; border-top: 1px solid rgba(13,32,44,.18); }
    .onz-resident-share__options > :first-child { border-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .onz-motion .onz-resident-reveal { opacity: 1; transform: none; transition: none; }
    .onz-motion .onz-resident-moment.is-active .onz-resident-moment__copy,
    .onz-motion .onz-resident-moment.is-active .onz-resident-moment__visual img { animation: none; }
}
