:root {
    --ink: #17211d;
    --muted: #66716b;
    --cream: #f5f4ee;
    --lime: #c9f36a;
    --orange: #ff7758;
    --line: #dbe0d9;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: Manrope, sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
}
.wrap {
    max-width: 1180px;
    margin: auto;
    padding-left: 36px;
    padding-right: 36px;
}
.nav {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -1px;
}
.brand-mark {
    display: inline-grid;
    place-items: center;
    background: var(--ink);
    color: var(--lime);
    border-radius: 50%;
    width: 27px;
    height: 27px;
    font-size: 16px;
    margin-right: 7px;
}
nav {
    display: flex;
    gap: 32px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}
.button {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    border-radius: 99px;
    padding: 16px 20px;
    font-size: 13px;
    font-weight: 800;
}
.button span,
.card-link span {
    font-size: 18px;
    font-weight: 400;
}
.button-small {
    padding: 12px 17px;
    gap: 15px;
}
.button-dark {
    background: var(--ink);
    color: white;
}
.button-accent {
    background: var(--lime);
    color: var(--ink);
}
.hero {
    min-height: 570px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-top: 54px;
    padding-bottom: 65px;
}
.eyebrow {
    font-family: "DM Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--muted);
    margin: 0 0 28px;
}
.dot {
    width: 7px;
    height: 7px;
    background: var(--orange);
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}
h1,
h2,
h3,
p {
    margin-top: 0;
}
h1 {
    font-size: clamp(58px, 7vw, 96px);
    line-height: 0.96;
    letter-spacing: -6px;
    margin-bottom: 29px;
}
h1 em,
h2 em {
    font-family: Georgia, serif;
    font-weight: 400;
    letter-spacing: -4px;
}
h1 em {
    color: var(--orange);
}
.hero-lead {
    max-width: 400px;
    line-height: 1.65;
    color: var(--muted);
    font-size: 16px;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-top: 38px;
}
.text-link {
    font-size: 13px;
    font-weight: 800;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 5px;
}
.text-link span {
    font-size: 17px;
    margin-left: 7px;
}
.hero-art {
    height: 380px;
    position: relative;
    overflow: hidden;
    background: #dfead5;
    border-radius: 190px 190px 24px 24px;
    margin-left: 55px;
}
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
}
.orb-a {
    width: 180px;
    height: 180px;
    background: var(--lime);
    top: 74px;
    left: 96px;
}
.orb-b {
    width: 100px;
    height: 100px;
    background: var(--orange);
    top: 188px;
    right: 57px;
}
.orb-c {
    width: 80px;
    height: 80px;
    background: #9ad1d0;
    top: 38px;
    right: 81px;
}
.orbit {
    position: absolute;
    border: 1px solid rgba(23, 33, 29, 0.25);
    border-radius: 50%;
    transform: rotate(-31deg);
}
.orbit-one {
    width: 390px;
    height: 145px;
    top: 116px;
    left: -7px;
}
.orbit-two {
    width: 310px;
    height: 130px;
    top: 135px;
    left: 44px;
    transform: rotate(35deg);
}
.art-card {
    position: absolute;
    background: #fff;
    padding: 14px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 9px;
    box-shadow: 0 10px 25px #53645122;
    font-family: "DM Mono", monospace;
    font-size: 9px;
}
.art-card b {
    color: #76a23e;
    margin-left: 18px;
    font-size: 15px;
}
.card-top {
    top: 86px;
    left: 32px;
}
.card-bottom {
    bottom: 58px;
    right: 22px;
}
.mini-icon {
    font-size: 19px;
}
.cross {
    position: absolute;
    font-size: 25px;
    font-weight: 300;
}
.cross-one {
    top: 49px;
    left: 50%;
}
.cross-two {
    bottom: 37px;
    left: 28%;
}
.proof {
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding-top: 23px;
    padding-bottom: 23px;
    color: var(--muted);
    font-size: 11px;
}
.proof-line {
    height: 1px;
    background: var(--line);
    flex: 1;
}
.mono {
    font-family: "DM Mono", monospace;
    font-size: 10px;
    letter-spacing: 1px;
}
.solutions {
    padding-top: 125px;
    padding-bottom: 135px;
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    gap: 55px;
}
.section-intro h2,
.feature-inner h2,
.cta h2 {
    font-size: 50px;
    line-height: 1.02;
    letter-spacing: -3px;
    margin-bottom: 23px;
}
.section-intro h2 em,
.feature-inner h2 em,
.cta h2 em {
    color: var(--orange);
}
.section-intro > p:last-child {
    max-width: 280px;
    color: var(--muted);
    line-height: 1.6;
    font-size: 14px;
}
.solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.solution-card {
    padding: 31px 30px 28px;
    min-height: 425px;
    border-radius: 4px;
    position: relative;
}
.identity {
    background: var(--ink);
    color: white;
}
.data {
    background: #dcebd2;
}
.card-number {
    font: 10px "DM Mono", monospace;
    letter-spacing: 1px;
    opacity: 0.62;
}
.icon-box {
    font-size: 34px;
    margin-top: 37px;
}
.solution-card h3 {
    font-size: 25px;
    line-height: 1.08;
    letter-spacing: -1.2px;
    margin: 11px 0 18px;
}
.solution-card p {
    font-size: 12px;
    line-height: 1.55;
    opacity: 0.72;
    max-width: 270px;
}
.solution-card ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 28px;
    border-top: 1px solid #ffffff33;
}
.data ul {
    border-color: #17211d33;
}
.solution-card li {
    font-size: 11px;
    padding: 8px 0;
    border-bottom: 1px solid #ffffff33;
}
.data li {
    border-color: #17211d33;
}
.card-link {
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    bottom: 29px;
    left: 30px;
}
.card-link span {
    margin-left: 13px;
}
.feature-band {
    background: var(--ink);
    color: white;
    padding: 102px 0;
}
.feature-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.feature-inner h2 em {
    color: var(--lime);
}
.feature-copy > p {
    font-size: 16px;
    line-height: 1.6;
    color: #b8c1ba;
    max-width: 350px;
}
.feature-points {
    display: flex;
    gap: 20px;
    margin-top: 62px;
}
.feature-points div {
    border-top: 1px solid #ffffff38;
    padding-top: 13px;
    min-width: 105px;
}
.feature-points strong {
    display: block;
    font: 11px "DM Mono", monospace;
    color: var(--lime);
    margin-bottom: 16px;
}
.feature-points span {
    font-size: 12px;
    line-height: 1.5;
}
.cta {
    text-align: center;
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
}
.cta .eyebrow {
    color: var(--orange);
}
.cta h2 {
    margin-bottom: 20px;
}
.cta > p:not(.eyebrow) {
    color: var(--muted);
    font-size: 14px;
    max-width: 390px;
    margin: 0 auto 31px;
    line-height: 1.6;
}
.cta-shape {
    position: absolute;
    right: 10%;
    top: 110px;
    font-size: 70px;
    color: var(--lime);
    transform: rotate(15deg);
}
.footer {
    border-top: 1px solid var(--line);
    padding-top: 23px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--muted);
    font-size: 10px;
}
.footer .brand {
    color: var(--ink);
    font-size: 17px;
}
@media (max-width: 800px) {
    .wrap {
        padding-left: 22px;
        padding-right: 22px;
    }
    .nav {
        height: 74px;
    }
    .nav nav {
        display: none;
    }
    .nav .button {
        display: none;
    }
    .hero {
        grid-template-columns: 1fr;
        padding-top: 60px;
    }
    .hero-art {
        margin: 55px 0 0;
        height: 290px;
    }
    .solutions,
    .feature-inner {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .solutions {
        padding-top: 80px;
        padding-bottom: 85px;
    }
    .solution-grid {
        grid-template-columns: 1fr;
    }
    .section-intro h2,
    .feature-inner h2,
    .cta h2 {
        font-size: 40px;
    }
    .feature-band {
        padding: 75px 0;
    }
    .feature-points {
        margin-top: 40px;
    }
    .cta {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .cta-shape {
        right: 3%;
        top: 65px;
        font-size: 45px;
    }
    .footer {
        flex-wrap: wrap;
        gap: 17px;
    }
    .footer > span:first-of-type {
        order: 3;
        width: 100%;
    }
    h1 {
        font-size: 63px;
        letter-spacing: -4px;
    }
}
