@charset "UTF-8";

:root {
    --paper: #f8f9f5;
    --ink: #232720;
    --muted: #6b7067;
    --line: #dfe3d9;
    --lime: #d2ef91;
    --dark: #222720;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 105px;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: var(--lime);
    color: var(--ink);
}

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

button {
    font: inherit;
    cursor: pointer;
}

a, button {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 2px solid #779439;
    outline-offset: 5px;
}

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

h1, h2, h3, p {
    margin: 0;
}

.page-shell {
    width: min(1280px, calc(100% - 112px));
    max-width: 1280px;
    margin-inline: auto;
}

.icon-library {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.icon, .service-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.skip-link {
    position: fixed;
    top: -70px;
    left: 20px;
    z-index: 100;
    padding: 14px 20px;
    background: var(--lime);
}

.skip-link:focus {
    top: 15px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--line);
    background: rgba(248, 249, 245, .96);
    backdrop-filter: blur(16px);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 96px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2.7px;
}

.brand-star {
    width: 35px;
    height: 35px;
}

.brand-doo {
    margin-left: 8px;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 38px;
    font-size: 13px;
}

.main-nav > a:not(.nav-contact):hover, .text-link:hover {
    color: #68802d;
}

.nav-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding: 14px 21px;
    border: 1px solid var(--ink);
    border-radius: 5px;
    transition: background .2s;
}

.nav-contact:hover {
    background: var(--lime);
}

.menu-toggle {
    display: none;
}

.hero {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    align-items: center;
    gap: 52px;
    padding-block: 54px 53px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 1.75px;
    text-transform: uppercase;
}

.signal-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #a2c75e;
}

h1 {
    margin-top: 26px;
    font-size: clamp(58px, 5.8vw, 83px);
    font-weight: 500;
    letter-spacing: -4.6px;
    line-height: 1.055;
}

h1 em, h2 em {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
}

h1 em {
    position: relative;
    z-index: 0;
}

h1 em::after {
    content: '';
    position: absolute;
    left: 0;
    right: -4px;
    bottom: 5px;
    height: 13px;
    background: var(--lime);
    z-index: -1;
}

.title-period {
    display: inline-block;
    margin-left: 25px;
    color: #98b55d;
    font-size: .68em;
    font-weight: 400;
    vertical-align: 6px;
}

.hero-description {
    max-width: 435px;
    margin-top: 27px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--muted);
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 29px;
}

.button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 18px 21px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    transition: background .2s, transform .2s;
}

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

.button-dark {
    color: #fff;
    background: var(--ink);
}

.button-dark:hover {
    background: #435236;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    font-weight: 500;
    transition: color .2s;
}

.hero-footnote {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 37px;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: .2px;
}

.tiny-cross {
    color: #627744;
    font-size: 19px;
}

.hero-visual {
    position: relative;
    height: 565px;
    overflow: hidden;
    border-radius: 12px;
    background: #252722;
    color: white;
}

.hero-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
}

.hero-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .17), transparent 30%, transparent 65%, rgba(0, 0, 0, .6));
    pointer-events: none;
}

.visual-topline, .visual-caption {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 30px;
    right: 30px;
}

.visual-topline {
    top: 28px;
    font-size: 8px;
    letter-spacing: 1.4px;
    color: #e6e9dd;
}

.visual-topline > span:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
}

.visual-caption {
    bottom: 29px;
    font-size: 23px;
    line-height: 1.35;
    letter-spacing: -.6px;
}

.visual-caption p > span {
    color: #b6bcb0;
}

.visual-arrow {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #72796b;
    border-radius: 50%;
}

.focus-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    padding-block: 29px 37px;
    border-top: 1px solid var(--line);
}

.focus-strip > span:not(.focus-intro) {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 500;
}

.focus-strip .icon {
    width: 25px;
    height: 25px;
    stroke-width: 1.2;
}

.focus-intro {
    font-size: 10px;
    line-height: 1.6;
    color: var(--muted);
}

.focus-intro strong {
    color: var(--ink);
    font-weight: 500;
}

.section-space {
    padding-block: 98px;
}

.about-section {
    background: #eef1e9;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    gap: 100px;
    align-items: center;
}

.about-visual {
    position: relative;
}

.about-visual img {
    width: 100%;
    height: 393px;
    object-fit: cover;
    border-radius: 8px;
}

.image-note {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    font-size: 10px;
    letter-spacing: .3px;
}

.image-note .icon {
    width: 22px;
    height: 22px;
}

.section-label {
    margin-bottom: 23px;
    color: #62695b;
}

.section-label > span {
    margin-right: 7px;
    color: #839375;
    font-size: 10px;
    letter-spacing: 0;
}

h2 {
    font-size: clamp(35px, 3.5vw, 48px);
    line-height: 1.13;
    letter-spacing: -2px;
    font-weight: 500;
}

.about-copy > p:not(.eyebrow) {
    max-width: 455px;
    margin-top: 21px;
    font-size: 13px;
    line-height: 1.85;
    color: #68705f;
}

.underlined-link {
    margin-top: 29px;
    padding-bottom: 12px;
    border-bottom: 1px solid #b9c0ae;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 40px;
}

.section-heading > p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
    padding-bottom: 4px;
}

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

.service-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px 22px;
    border: 1px solid var(--line);
    border-radius: 7px;
    transition: border-color .2s, transform .2s;
}

.service-card:hover {
    border-color: #9ba98c;
    transform: translateY(-4px);
}

.featured-card {
    background: #e9efdf;
    border-color: #e9efdf;
}

.service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
}

.service-top > span {
    color: #858b7f;
    font-size: 10px;
}

.service-icon {
    width: 32px;
    height: 32px;
    stroke-width: 1.25;
}

h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.7px;
    line-height: 1.25;
}

.service-card > p {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.85;
    color: var(--muted);
}

.service-tags {
    flex: 1;
    margin-top: 22px;
    padding-bottom: 25px;
    font-size: 9px;
    line-height: 1.8;
    color: #707867;
}

.service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding-top: 18px;
    border-top: 1px solid #d5dccd;
    font-size: 10px;
}

.service-link:hover {
    color: #637c34;
}

.service-link .icon {
    width: 18px;
    height: 18px;
}

.analytics-section {
    padding-block: 79px;
    color: #f3f5ed;
    background: var(--dark);
}

.analytics-grid {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    align-items: center;
    gap: 88px;
}

.analytics-copy .eyebrow {
    color: #c7cebe;
    margin-bottom: 26px;
}

.analytics-copy h2 {
    font-size: 46px;
}

.analytics-copy h2 em {
    color: var(--lime);
}

.analytics-copy > p:not(.eyebrow) {
    max-width: 370px;
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.85;
    color: #b0b8a8;
}

.analytics-copy > a {
    margin-top: 28px;
    color: var(--lime);
}

.analytics-copy > a:hover {
    color: white;
}

.dashboard {
    padding: 25px 28px 19px;
    color: var(--ink);
    background: #fafbf7;
    border: 1px solid #fff;
    border-radius: 9px;
    box-shadow: 0 14px 40px #0002;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 500;
}

.dashboard-header > span:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dashboard-mark {
    font-size: 21px;
    line-height: 1;
}

.sample-badge {
    padding: 5px 8px;
    border: 1px solid #e1e5d9;
    border-radius: 4px;
    color: #737c68;
    font-size: 8px;
    white-space: nowrap;
}

.analytics-tabs {
    display: flex;
    gap: 22px;
    margin-top: 24px;
    border-bottom: 1px solid #e1e6d8;
}

.analytics-tabs button {
    position: relative;
    padding: 0 0 11px;
    background: transparent;
    border: 0;
    color: #757d6d;
    font-size: 10px;
}

.analytics-tabs button[aria-selected="true"] {
    color: #293521;
}

.analytics-tabs button[aria-selected="true"]::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #85a854;
}

.dashboard-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-block: 23px 25px;
}

.dashboard-metrics > div > span {
    display: block;
    margin-bottom: 8px;
    color: #727b65;
    font-size: 9px;
}

.metric-value, .secondary-value {
    display: flex;
    align-items: baseline;
    gap: 11px;
    font-size: 31px;
    letter-spacing: -1.2px;
}

.secondary-value {
    font-size: 26px;
}

.metric-value > span, .secondary-value > span {
    color: #5c7b32;
    font-size: 9px;
    letter-spacing: 0;
}

.chart-heading {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 13px;
    font-size: 9px;
}

.chart-legend {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #7b836f;
    font-size: 8px;
}

.chart-legend i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #86a958;
}

.performance-chart {
    display: block;
    width: 100%;
    overflow: visible;
}

.chart-grid {
    fill: none;
    stroke: #e1e6d9;
    stroke-dasharray: 3 4;
}

.chart-axis {
    fill: #818873;
    font-size: 9px;
}

#chart-line {
    fill: none;
    stroke: #8bab5b;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#chart-end {
    fill: #8bab5b;
    stroke: #fafbf7;
    stroke-width: 2;
}

.dashboard-insight {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    margin-top: 17px;
    padding: 10px 12px;
    border-radius: 4px;
    background: #ecf1e3;
    color: #566548;
    font-size: 9px;
    line-height: 1.55;
}

.dashboard-insight > span {
    font-size: 19px;
}

.sample-note {
    margin-top: 12px;
    color: #7a816f;
    font-size: 8px;
    text-align: right;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 43px;
    margin-top: 48px;
}

.step-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ccd4c2;
    color: #70865a;
    font-size: 11px;
}

.step-heading > span:last-child {
    font-size: 21px;
}

.step-heading .icon {
    width: 22px;
    height: 22px;
}

.approach-grid h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.approach-grid article > p {
    max-width: 330px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.9;
}

.contact-section {
    padding-top: 74px;
    color: #eef2e7;
    background: #1c211b;
}

.contact-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 55px;
}

.contact-top .eyebrow {
    margin-bottom: 25px;
    color: #b9c3ae;
    font-size: 9px;
}

.contact-top h2 {
    font-size: 62px;
    letter-spacing: -2.8px;
}

.contact-top h2 em {
    color: var(--lime);
}

.button-lime {
    padding: 20px 25px;
    background: var(--lime);
    color: #26341c;
}

.button-lime:hover {
    background: #e0ffab;
}

.contact-details {
    display: grid;
    grid-template-columns: 1.35fr 1.1fr .9fr 1fr;
    gap: 35px;
    padding-block: 37px 43px;
    border-top: 1px solid #3c4436;
}

.contact-intro {
    color: #b3bba9;
    font-size: 12px;
    line-height: 1.85;
}

.contact-label {
    display: block;
    margin-bottom: 13px;
    color: #9fa996;
    font-size: 9px;
}

.contact-details a, .contact-details address {
    font-size: 11px;
    font-style: normal;
    line-height: 1.85;
}

.contact-details a > span {
    margin-left: 7px;
    color: var(--lime);
}

.contact-details a:hover, .back-top:hover {
    color: var(--lime);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding-block: 25px;
    border-top: 1px solid #3c4436;
}

.footer-bottom .brand {
    font-size: 19px;
}

.footer-bottom .brand-star {
    width: 27px;
    height: 27px;
    color: var(--lime);
}

.footer-bottom > span, .back-top {
    font-size: 9px;
    color: #a3ae9a;
}

.back-top > span {
    margin-left: 13px;
    color: #d7e3cb;
    font-size: 16px;
}

@media (min-width: 1500px) {
    .hero {
        padding-block: 66px;
    }

    .hero-visual {
        height: 600px;
    }
}

@media (max-width: 1100px) {
    .page-shell {
        width: calc(100% - 64px);
    }

    .main-nav {
        gap: 25px;
    }

    .hero {
        gap: 32px;
    }

    h1 {
        font-size: 64px;
        letter-spacing: -3.7px;
    }

    .hero-visual {
        height: 550px;
    }

    .hero-actions {
        gap: 18px;
    }

    .focus-strip {
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 32px;
    }

    .focus-intro {
        display: none;
    }

    .focus-strip > span:not(.focus-intro) {
        font-size: 11px;
    }

    .about-grid, .analytics-grid {
        gap: 45px;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-card {
        padding: 28px;
    }

    .service-top {
        margin-bottom: 25px;
    }

    .analytics-copy h2 {
        font-size: 39px;
    }

    .dashboard {
        padding: 23px 20px 18px;
    }

    .contact-details {
        gap: 22px;
    }

    .contact-intro {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 86px;
    }

    .page-shell {
        width: calc(100% - 40px);
    }

    .header-inner {
        height: 76px;
    }

    .brand {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .brand-star {
        width: 30px;
        height: 30px;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        width: 44px;
        height: 44px;
        border: 1px solid #cbd3c1;
        border-radius: 5px;
        background: transparent;
    }

    .menu-toggle > span {
        display: block;
        width: 18px;
        height: 1px;
        background: var(--ink);
        transition: transform .2s;
    }

    .menu-toggle[aria-expanded="true"] > span:first-child {
        transform: translateY(3.5px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] > span:last-child {
        transform: translateY(-3.5px) rotate(-45deg);
    }

    .main-nav {
        position: absolute;
        display: none;
        top: 76px;
        left: 0;
        right: 0;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 12px 20px 22px;
        border-bottom: 1px solid var(--line);
        background: var(--paper);
        box-shadow: 0 14px 20px #18220f0d;
    }

    .main-nav.is-open {
        display: flex;
    }

    .main-nav > a {
        padding: 17px 12px;
    }

    .main-nav .nav-contact {
        margin-top: 8px;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-block: 40px 30px;
    }

    .eyebrow {
        font-size: 8px;
        letter-spacing: 1.4px;
    }

    h1 {
        margin-top: 23px;
        font-size: clamp(52px, 11.6vw, 78px);
        letter-spacing: -3.5px;
        line-height: 1.06;
    }

    .hero-description {
        max-width: 500px;
        margin-top: 22px;
        font-size: 13px;
    }

    .hero-actions {
        margin-top: 25px;
        column-gap: 21px;
    }

    .button {
        padding: 16px 17px;
        font-size: 11px;
        gap: 19px;
    }

    .hero-actions .text-link {
        font-size: 10px;
        gap: 10px;
    }

    .hero-footnote {
        margin-top: 22px;
        font-size: 9px;
    }

    .hero-visual {
        height: 420px;
    }

    .visual-topline, .visual-caption {
        left: 23px;
        right: 23px;
    }

    .visual-topline {
        font-size: 7px;
    }

    .visual-caption {
        font-size: 22px;
    }

    .focus-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px 12px;
        padding-block: 25px 32px;
    }

    .focus-strip > span:not(.focus-intro) {
        gap: 8px;
        font-size: 10px;
    }

    .focus-strip .icon {
        width: 22px;
        height: 22px;
    }

    .section-space {
        padding-block: 62px;
    }

    .about-grid, .analytics-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-copy {
        grid-row: 1;
    }

    .about-visual img {
        height: 290px;
    }

    h2 {
        font-size: 38px;
        letter-spacing: -1.6px;
    }

    .section-label {
        margin-bottom: 20px;
    }

    .about-copy > p:not(.eyebrow) {
        max-width: none;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
        margin-bottom: 30px;
    }

    .section-heading > p {
        font-size: 12px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .service-card {
        padding: 25px;
    }

    .service-card h3 {
        font-size: 25px;
    }

    .service-card > p {
        font-size: 13px;
    }

    .service-tags {
        font-size: 10px;
    }

    .service-link {
        font-size: 12px;
        padding-top: 20px;
    }

    .analytics-section {
        padding-block: 61px;
    }

    .analytics-copy h2 {
        font-size: 40px;
    }

    .analytics-copy > p:not(.eyebrow) {
        max-width: 500px;
    }

    .dashboard {
        padding: 23px 19px 18px;
    }

    .dashboard-header {
        font-size: 11px;
    }

    .dashboard-header > span:first-child {
        gap: 6px;
    }

    .analytics-tabs {
        gap: 24px;
    }

    .analytics-tabs button {
        min-height: 35px;
        font-size: 10px;
    }

    .metric-value, .secondary-value {
        flex-wrap: wrap;
        column-gap: 9px;
        font-size: 29px;
    }

    .secondary-value {
        font-size: 24px;
    }

    .chart-heading {
        font-size: 8px;
    }

    .approach-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }

    .step-heading {
        margin-bottom: 19px;
    }

    .approach-grid article > p {
        max-width: none;
        font-size: 13px;
    }

    .contact-section {
        padding-top: 58px;
    }

    .contact-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
        padding-bottom: 35px;
    }

    .contact-top .eyebrow {
        max-width: 280px;
        font-size: 8px;
        letter-spacing: 1px;
    }

    .contact-top h2 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .contact-details {
        grid-template-columns: 1fr 1fr;
        gap: 29px 20px;
        padding-block: 30px;
    }

    .contact-intro {
        grid-column: 1 / -1;
        font-size: 12px;
    }

    .contact-details > div:first-of-type {
        grid-column: 1 / -1;
    }

    .contact-details a, .contact-details address {
        font-size: 11px;
    }

    .contact-label {
        margin-bottom: 8px;
    }

    .footer-bottom {
        flex-wrap: wrap;
        gap: 23px;
        padding-block: 25px;
    }

    .footer-bottom > span {
        order: 3;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        transition: none !important;
    }
}
