.oak-homepage .site-header-inner {
    min-height: 64px;
}

.oak-homepage .site-brand img {
    width: 96px;
}

.oak-homepage .site-actions .button {
    min-height: 40px;
    padding-block: 7px;
}

.home-premium {
    --home-charcoal: #1c2923;
    --home-soft: #f3f6f3;
    --home-sky: #dceff2;
    --home-sky-deep: #1f7180;
    --home-warm: #f3ead6;
    --home-coral: #d87962;
    --home-green: #155f3d;
    overflow: hidden;
    color: var(--home-charcoal);
}

.home-premium h1,
.home-premium h2,
.home-premium h3 {
    letter-spacing: 0;
}

.home-premium h2 {
    margin-bottom: 18px;
    color: var(--forest);
    font-size: 2.65rem;
    line-height: 1.14;
}

.home-kicker {
    margin: 0 0 15px;
    color: var(--leaf-dark);
    font-size: 0.76rem;
    font-weight: 850;
    text-transform: uppercase;
}

.home-kicker-light {
    color: #b7ddc6;
}

.home-hero {
    padding: 68px 0 0;
    background: var(--home-soft);
    border-bottom: 1px solid var(--line);
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
    gap: 56px;
    align-items: center;
}

.home-hero-copy {
    padding-bottom: 68px;
}

.home-hero h1 {
    max-width: 680px;
    margin-bottom: 21px;
    color: var(--forest);
    font-size: 3.35rem;
    font-weight: 820;
    line-height: 1.06;
}

.home-hero-lead {
    max-width: 680px;
    margin-bottom: 28px;
    color: #405047;
    font-size: 1.12rem;
}

.home-hero-actions {
    margin-bottom: 23px;
}

.home-trust-line {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    color: #48584f;
    font-size: 0.87rem;
    font-weight: 680;
    list-style: none;
}

.home-trust-line li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--leaf);
    vertical-align: 1px;
}

.home-product-stage {
    min-width: 0;
    align-self: start;
    margin-top: 12px;
    padding: 14px 14px 0;
    border: 1px solid #bdc8c1;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: #e2e8e4;
    box-shadow: 0 24px 58px rgba(18, 61, 42, 0.16);
}

.home-product-heading {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 3px 12px;
    color: #45554c;
    font-size: 0.72rem;
    font-weight: 760;
}

.home-product-status {
    color: var(--leaf-dark);
}

.home-product-status i,
.home-register-sync > i {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: #2b9a61;
}

.home-dashboard-image-wrap {
    overflow: hidden;
    border: 1px solid #c8cfca;
    border-bottom: 0;
    background: #edf0ee;
}

.home-dashboard-shot {
    display: block;
    width: 100%;
    height: auto;
}

.home-evidence-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    border-inline: 1px solid var(--line);
    background: #fff;
}

.home-evidence-strip p {
    min-width: 0;
    margin: 0;
    padding: 22px;
    border-right: 1px solid var(--line);
}

.home-evidence-strip p:last-child {
    border-right: 0;
}

.home-evidence-strip strong,
.home-evidence-strip span {
    display: block;
}

.home-evidence-strip strong {
    margin-bottom: 3px;
    color: var(--forest);
    font-size: 0.92rem;
}

.home-evidence-strip span {
    color: var(--muted);
    font-size: 0.8rem;
}

.home-problem {
    padding: 86px 0;
    color: #fff;
    background: #102f21;
}

.home-problem-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 90px;
    align-items: start;
}

.home-problem h2 {
    max-width: 580px;
    margin: 0;
    color: #fff;
}

.home-problem-copy {
    padding-top: 27px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.home-problem-copy p {
    color: #d6e5dc;
    font-size: 1.03rem;
}

.home-problem-copy a,
.home-text-link,
.home-inline-links a {
    color: inherit;
    font-weight: 780;
    text-underline-offset: 4px;
}

.home-workflow,
.home-proof,
.home-field,
.home-outcomes,
.home-commercial,
.home-faq {
    padding: 92px 0;
}

.home-section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.home-section-heading p:last-child {
    max-width: 690px;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.02rem;
}

.home-workflow-rail {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-block: 1px solid var(--line);
    list-style: none;
}

.home-workflow-rail li {
    min-width: 0;
    padding: 27px 17px 27px 0;
}

.home-workflow-rail li:not(:last-child) {
    margin-right: 17px;
    border-right: 1px solid var(--line);
}

.home-workflow-rail span,
.home-workflow-rail strong {
    display: block;
}

.home-workflow-rail span {
    margin-bottom: 25px;
    color: var(--leaf);
    font-size: 0.72rem;
    font-weight: 850;
}

.home-workflow-rail strong {
    margin-bottom: 7px;
    color: var(--forest);
    font-size: 0.94rem;
}

.home-workflow-rail p {
    margin: 0;
    color: var(--muted);
    font-size: 0.81rem;
    line-height: 1.46;
}

.home-proof-muted {
    background: var(--home-soft);
    border-block: 1px solid var(--line);
}

.home-proof-grid,
.home-field-grid,
.home-outcomes-grid,
.home-commercial-grid,
.home-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 74px;
    align-items: center;
}

.home-proof-media {
    min-width: 0;
    border: 1px solid #c6cec9;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(18, 61, 42, 0.1);
    overflow: hidden;
}

.home-media-label {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 15px;
    border-bottom: 1px solid #d7ddd9;
    color: #5d6b63;
    background: #e7ece8;
    font-size: 0.7rem;
}

.home-media-label span {
    color: var(--leaf-dark);
    font-weight: 850;
    text-transform: uppercase;
}

.home-booking-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 18px;
}

.home-booking-toolbar b {
    color: #23352b;
    font-size: 0.94rem;
}

.home-booking-toolbar span {
    padding: 7px 10px;
    border: 1px solid #d5dcd7;
    border-radius: 4px;
    color: #68766e;
    font-size: 0.7rem;
}

.home-booking-head,
.home-booking-row {
    display: grid;
    grid-template-columns: 70px minmax(130px, 1fr) 62px 78px;
    gap: 14px;
    align-items: center;
}

.home-booking-head {
    padding: 9px 18px;
    border-block: 1px solid #dce2de;
    color: #748078;
    background: #f5f7f5;
    font-size: 0.63rem;
    font-weight: 760;
    text-transform: uppercase;
}

.home-booking-row {
    padding: 16px 18px;
    border-bottom: 1px solid #e0e4e1;
    font-size: 0.74rem;
}

.home-booking-row.is-selected {
    border-left: 3px solid var(--home-sky-deep);
    background: #edf7f8;
}

.home-booking-row time,
.home-booking-row > strong {
    color: #34463c;
    font-weight: 780;
}

.home-booking-row span b,
.home-booking-row span small {
    display: block;
}

.home-booking-row span b {
    color: #24362d;
}

.home-booking-row span small {
    margin-top: 3px;
    color: #829087;
    font-size: 0.64rem;
}

.home-booking-row em {
    color: #177245;
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 800;
}

.home-family-detail {
    display: grid;
    grid-template-columns: 42px minmax(100px, 1fr) minmax(90px, 1fr) minmax(90px, 1fr);
    gap: 12px;
    align-items: center;
    margin: 16px;
    padding: 17px;
    border: 1px solid #cfe0d5;
    border-radius: 5px;
    background: #f5fbf7;
}

.home-demo-avatar {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: #175f3d;
    background: #d6f0df;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 820;
}

.home-demo-avatar.is-small {
    width: 34px;
    height: 34px;
    font-size: 0.58rem;
}

.home-demo-avatar.is-sky {
    color: #1c6370;
    background: #d8eef1;
}

.home-demo-avatar.is-warm {
    color: #80533a;
    background: #f1e1c9;
}

.home-family-detail div:not(.home-demo-avatar) strong,
.home-family-detail div:not(.home-demo-avatar) b,
.home-family-detail div:not(.home-demo-avatar) span {
    display: block;
}

.home-family-detail strong,
.home-family-detail b {
    color: #30433a;
    font-size: 0.7rem;
}

.home-family-detail span {
    margin-top: 3px;
    color: #74827a;
    font-size: 0.61rem;
}

.home-proof-copy h2 {
    max-width: 570px;
}

.home-proof-intro,
.home-outcomes-copy > p:not(.home-kicker) {
    color: var(--muted);
    font-size: 1rem;
}

.home-curated-list {
    margin: 28px 0 24px;
    border-top: 1px solid var(--line);
}

.home-curated-list div {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 22px;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
}

.home-curated-list dt {
    color: var(--leaf-dark);
    font-size: 0.74rem;
    font-weight: 850;
    text-transform: uppercase;
}

.home-curated-list dd {
    margin: 0;
    color: #55645c;
    font-size: 0.89rem;
}

.home-text-link,
.home-inline-links a {
    color: var(--leaf-dark);
    font-size: 0.87rem;
}

.home-field {
    background: var(--home-sky);
    border-bottom: 1px solid #b9d6db;
}

.home-field-grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
}

.home-field-copy > p:not(.home-kicker) {
    max-width: 600px;
    color: #3e5553;
    font-size: 1.01rem;
}

.home-boundary-note {
    margin: 27px 0 20px;
    padding: 18px 20px;
    border-left: 4px solid var(--home-sky-deep);
    background: rgba(255, 255, 255, 0.72);
}

.home-boundary-note strong {
    display: block;
    margin-bottom: 5px;
    color: #173d42;
}

.home-boundary-note p {
    margin: 0;
    color: #456164;
    font-size: 0.86rem;
}

.home-staff-note {
    font-size: 0.9rem !important;
}

.home-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 23px;
}

.home-register-device {
    min-width: 0;
    max-width: 520px;
    justify-self: end;
    padding: 14px;
    border: 1px solid #9fbfc4;
    border-radius: 22px;
    background: #173d42;
    box-shadow: 0 24px 50px rgba(27, 86, 95, 0.16);
}

.home-register-device > * {
    background: #fff;
}

.home-register-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 12px 16px;
    border-radius: 10px 10px 0 0;
    color: #4b5b53;
    font-size: 0.67rem;
}

.home-register-top b {
    color: #176447;
}

.home-register-top i {
    justify-self: end;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38a66a;
}

.home-register-title {
    padding: 22px 20px 18px;
    border-top: 1px solid #e0e5e2;
}

.home-register-title span,
.home-register-title strong,
.home-register-title small {
    display: block;
}

.home-register-title span {
    margin-bottom: 14px;
    color: var(--home-sky-deep);
    font-size: 0.68rem;
    font-weight: 820;
    text-transform: uppercase;
}

.home-register-title strong {
    color: #20362c;
    font-size: 1.2rem;
}

.home-register-title small {
    margin-top: 4px;
    color: #75837b;
}

.home-register-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #cddbd4;
}

.home-register-summary span {
    padding: 13px 8px;
    color: #66756d;
    background: #edf4f0;
    font-size: 0.66rem;
    text-align: center;
}

.home-register-summary b {
    color: #214a36;
}

.home-register-list {
    padding: 7px 18px;
}

.home-register-list p {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    gap: 11px;
    align-items: center;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e1e6e3;
}

.home-register-list p:last-child {
    border-bottom: 0;
}

.home-register-list b {
    color: #31443a;
    font-size: 0.74rem;
}

.home-register-list em {
    padding: 5px 7px;
    border-radius: 4px;
    color: #176447;
    background: #e1f4e8;
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 800;
}

.home-register-sync {
    display: flex;
    gap: 9px;
    align-items: center;
    padding: 15px 18px;
    border-radius: 0 0 10px 10px;
    color: #607168;
    background: #f3f7f4;
    font-size: 0.63rem;
}

.home-register-sync span,
.home-register-sync strong {
    display: block;
}

.home-register-sync strong {
    color: #285640;
}

.home-outcomes {
    background: var(--home-warm);
    border-bottom: 1px solid #d7c49c;
}

.home-outcomes-grid {
    grid-template-columns: minmax(480px, 1.08fr) minmax(0, 0.92fr);
}

.home-outcomes-demo {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(170px, 0.8fr);
    gap: 14px;
    padding: 16px;
    border: 1px solid #d1bd93;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 22px 50px rgba(83, 68, 39, 0.1);
}

.home-journey-note,
.home-report-snapshot {
    min-width: 0;
    padding: 20px;
    border: 1px solid #ddd2b9;
    border-radius: 5px;
    background: #fff;
}

.home-journey-note > span,
.home-report-snapshot > span {
    display: block;
    margin-bottom: 18px;
    color: #906749;
    font-size: 0.65rem;
    font-weight: 850;
    text-transform: uppercase;
}

.home-journey-note > div {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 11px;
    align-items: center;
}

.home-journey-note > div p {
    margin: 0;
}

.home-journey-note > div strong,
.home-journey-note > div small {
    display: block;
}

.home-journey-note > div strong {
    color: #31443a;
    font-size: 0.75rem;
}

.home-journey-note > div small,
.home-journey-note time {
    color: #829087;
    font-size: 0.62rem;
}

.home-journey-note blockquote {
    margin: 20px 0;
    padding-left: 15px;
    border-left: 3px solid var(--home-coral);
    color: #4d594f;
    font-size: 0.83rem;
    line-height: 1.58;
}

.home-next-step {
    margin: 0;
    padding: 12px;
    color: #5f654d;
    background: #f5f2df;
    font-size: 0.69rem;
}

.home-next-step strong {
    display: block;
    color: #52603f;
}

.home-report-snapshot > strong,
.home-report-snapshot > small {
    display: block;
}

.home-report-snapshot > strong {
    color: #173d2b;
    font-size: 1.85rem;
}

.home-report-snapshot > small {
    color: #7b877f;
    font-size: 0.62rem;
}

.home-report-snapshot > div {
    display: flex;
    height: 112px;
    gap: 7px;
    align-items: end;
    margin: 20px 0 14px;
    border-bottom: 1px solid #d9dfdb;
}

.home-report-snapshot > div i {
    flex: 1;
    min-height: 12px;
    background: #4f9c6b;
}

.home-report-snapshot > div i:nth-child(2n) {
    background: #4d98a4;
}

.home-report-snapshot > p {
    display: flex;
    gap: 10px;
    margin: 0;
    color: #758279;
    font-size: 0.61rem;
}

.home-report-snapshot > p b {
    color: #34463c;
}

.home-outcomes-copy h2 {
    max-width: 560px;
}

.home-commercial {
    background: #fff;
}

.home-commercial-grid {
    align-items: stretch;
    gap: 1px;
    border: 1px solid var(--line);
    background: var(--line);
}

.home-pricing-preview,
.home-trust-preview {
    padding: 48px;
    background: #fff;
}

.home-pricing-preview {
    background: #fbf7ee;
}

.home-price-line {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 26px 0;
    padding-block: 20px;
    border-block: 1px solid #dbcaa5;
}

.home-price-line > strong {
    color: var(--forest);
    font-size: 4.4rem;
    line-height: 0.9;
}

.home-price-line > span {
    color: #554b34;
    font-weight: 800;
}

.home-price-line small {
    color: #7c725c;
    font-weight: 620;
}

.home-pricing-preview h2,
.home-trust-preview h2 {
    font-size: 2rem;
}

.home-pricing-preview > p:not(.home-kicker),
.home-trust-preview > p:not(.home-kicker) {
    color: var(--muted);
}

.home-trust-preview dl {
    margin: 25px 0 22px;
    border-top: 1px solid var(--line);
}

.home-trust-preview dl div {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
}

.home-trust-preview dt {
    color: var(--forest);
    font-size: 0.82rem;
    font-weight: 800;
}

.home-trust-preview dd {
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
}

.home-faq-grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
}

.home-faq .faq-list {
    max-width: none;
}

.home-final-cta {
    padding: 78px 0;
    color: #fff;
    background: var(--home-green);
}

.home-final-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 70px;
    align-items: center;
}

.home-final-cta h2 {
    max-width: 720px;
    margin-bottom: 12px;
    color: #fff;
}

.home-final-cta p:not(.home-kicker) {
    max-width: 680px;
    margin: 0;
    color: #d8eadf;
}

.home-button-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.62);
    background: transparent;
}

.home-button-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1080px) {
    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .home-hero-copy {
        max-width: 800px;
        padding-bottom: 48px;
    }

    .home-product-stage {
        width: 100%;
        max-width: 900px;
        justify-self: center;
    }

    .home-proof-grid,
    .home-field-grid,
    .home-outcomes-grid,
    .home-commercial-grid,
    .home-faq-grid,
    .home-problem-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .home-workflow-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-workflow-rail li:nth-child(3) {
        margin-right: 0;
        border-right: 0;
    }

    .home-workflow-rail li:nth-child(-n + 3) {
        border-bottom: 1px solid var(--line);
    }

    .home-register-device {
        width: min(100%, 580px);
        justify-self: start;
    }

    .home-outcomes-demo {
        max-width: 760px;
    }

    .home-commercial-grid {
        gap: 1px;
    }
}

@media (max-width: 680px) {
    .oak-homepage .site-header-inner {
        min-height: 60px;
    }

    .oak-homepage .site-navigation {
        inset: 60px 0 auto;
        min-height: calc(100vh - 60px);
    }

    .oak-homepage .site-brand img {
        width: 88px;
    }

    .home-premium h2 {
        font-size: 2rem;
    }

    .home-hero {
        padding-top: 45px;
    }

    .home-hero h1 {
        font-size: 2.4rem;
    }

    .home-hero-lead {
        font-size: 1.02rem;
    }

    .home-product-stage {
        width: calc(100% - 8px);
        padding: 9px 9px 0;
    }

    .home-product-heading {
        display: grid;
        gap: 3px;
        font-size: 0.64rem;
    }

    .home-dashboard-image-wrap {
        aspect-ratio: 0.92;
    }

    .home-dashboard-shot {
        width: 215%;
        max-width: none;
        transform: translateX(-18%);
    }

    .home-evidence-strip {
        width: calc(100% - 8px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-evidence-strip p:nth-child(2) {
        border-right: 0;
    }

    .home-evidence-strip p:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .home-evidence-strip p {
        padding: 17px 14px;
    }

    .home-problem,
    .home-workflow,
    .home-proof,
    .home-field,
    .home-outcomes,
    .home-commercial,
    .home-faq {
        padding: 68px 0;
    }

    .home-workflow-rail {
        grid-template-columns: 1fr;
    }

    .home-workflow-rail li,
    .home-workflow-rail li:not(:last-child),
    .home-workflow-rail li:nth-child(3) {
        display: grid;
        grid-template-columns: 39px 1fr;
        column-gap: 12px;
        margin: 0;
        padding: 19px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .home-workflow-rail li:last-child {
        border-bottom: 0;
    }

    .home-workflow-rail span {
        grid-row: 1 / 3;
        margin: 2px 0 0;
    }

    .home-workflow-rail strong,
    .home-workflow-rail p {
        grid-column: 2;
    }

    .home-booking-head,
    .home-booking-row {
        grid-template-columns: 52px 1fr 58px;
        gap: 9px;
    }

    .home-booking-head span:last-child,
    .home-booking-row em {
        display: none;
    }

    .home-family-detail {
        grid-template-columns: 38px 1fr;
    }

    .home-family-detail > div:nth-child(n + 3) {
        grid-column: 2;
    }

    .home-curated-list div,
    .home-trust-preview dl div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .home-register-device {
        padding: 9px;
        border-radius: 17px;
    }

    .home-outcomes-demo {
        grid-template-columns: 1fr;
    }

    .home-report-snapshot {
        display: none;
    }

    .home-pricing-preview,
    .home-trust-preview {
        padding: 32px 25px;
    }

    .home-price-line > strong {
        font-size: 3.5rem;
    }

    .home-final-cta {
        padding: 65px 0;
    }

    .home-final-cta-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-premium *,
    .home-premium *::before,
    .home-premium *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
