:root {
    --orange: #3B82F6;
    --black: #0F172A;
    --yellow: #10B981;
    --cream: #F8FAFC;
    --line: #dbe4f0;
    --muted: #64748b;
    --white: #fff
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    color: var(--black);
    background: var(--cream);
    line-height: 1.6
}

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

.container {
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto
}

.section-light {
    background: var(--cream)
}

.section-dark {
    background: var(--black);
    color: var(--white)
}

.site-header {
    position: absolute;
    z-index: 5;
    top: 0;
    width: 100%;
    padding: 25px 0
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand img {
    display: block;
    width: 250px;
    height: auto
}

.site-header .brand {
    /*background:var(--cream);*/
    padding: 8px 12px;
    border-radius: 4px
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    color: #e8e7e3;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em
}

.nav-links a:not(.button) {
    opacity: .8;
    transition: opacity .25s
}

.nav-links a:not(.button):hover {
    opacity: 1
}

.button {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 15px 23px;
    border: 1px solid var(--orange);
    background: var(--orange);
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
	border-radius: 8px;
    transition: transform .25s, background .25s


}

.button:hover {
    transform: translateY(-3px);
    background: var(--yellow);
    border-color: var(--yellow);
    color: var(--black)
}

.button-small {
    padding: 11px 16px
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 12px
}

.button-outline {
    background: transparent;
    color: var(--orange);
    border-color: var(--orange)
}

.button-outline:hover {
    color: var(--white) !important;
    background: var(--orange) !important;
    border-color: var(--orange) !important;
    transform: translateY(-3px)
}

.menu-toggle {
    display: none;
    background: none;
    border: 0
}

.hero {
    min-height: 760px;
    position: relative;
    overflow: hidden;
    padding: 175px 0 75px
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(248, 250, 252, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(248, 250, 252, .07) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(90deg, black, transparent 82%)
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 60px;
    align-items: center
}

.hero-copy-column {
    max-width: 560px
}

.eyebrow {
    font-size: 11px;
    letter-spacing: .2em;
    font-weight: 800;
    margin: 0 0 24px
}

.orange {
    color: var(--orange)
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2,
h3 {
    line-height: 1.1;
    letter-spacing: -.05em
}

h1 {
    font-size: clamp(48px, 6vw, 82px);
    max-width: 560px;
    margin-bottom: 28px
}

h1 em,
h2 em {
    font-style: normal;
    color: var(--orange)
}

h1 em {
    font-size: 1.1em
}

.hero-copy {
    max-width: 480px;
    color: #b8b5ae;
    font-size: 15px;
    line-height: 1.75
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 34px
}

.text-link {
    font-size: 12px;
    font-weight: 700;
    color: #eee
}

.text-link span {
    color: var(--orange);
    padding-left: 9px
}

.hero-proof {
    position: absolute;
    left: 0;
    bottom: -180px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #aaa59d;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.proof-mark {
    color: var(--yellow);
    font-size: 18px
}

.proof-line {
    height: 1px;
    width: 60px;
    background: #57534c
}

.hero-media {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 4/5;
    max-height: 520px;
    overflow: hidden;
    border-radius: 2px
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.hero-slide.is-active {
    opacity: 1
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(15%) contrast(1.05)
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 40%, rgba(26, 26, 26, .85) 100%)
}

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 30px;
    z-index: 2;
    color: #fff
}

.slide-caption span {
    display: block;
    font-size: 9px;
    letter-spacing: .2em;
    font-weight: 800;
    color: var(--yellow);
    margin-bottom: 10px
}

.slide-caption strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em
}

.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    transform: translateY(-50%);
    pointer-events: none
}

.slider-button {
    pointer-events: auto;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s, transform .25s
}

.slider-button:hover {
    background: var(--orange);
    border-color: var(--orange);
    transform: scale(1.08)
}

.slider-dots {
    display: flex;
    gap: 8px;
    pointer-events: auto
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: background .25s, width .25s;
    padding: 0
}

.slider-dot.is-active {
    background: var(--orange);
    width: 24px;
    border-radius: 4px
}

.orbit {
    position: absolute;
    border: 1px solid rgba(16, 185, 129, .55);
    border-radius: 50%;
    width: 520px;
    height: 520px;
    right: -280px;
    top: 180px;
    transform: rotate(-32deg);
    z-index: 1
}

.orbit:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--orange);
    border-radius: 50%;
    top: 105px;
    left: 80px;
    box-shadow: 0 0 0 10px rgba(59, 130, 246, .12)
}

.orbit-two {
    width: 340px;
    height: 340px;
    right: -180px;
    top: 280px;
    border-color: rgba(59, 130, 246, .65);
    transform: rotate(42deg)
}

.orbit-two:before {
    background: var(--yellow);
    top: auto;
    bottom: 38px;
    left: auto;
    right: 58px
}

.hero-number {
    position: absolute;
    right: 48px;
    bottom: 50px;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .2em;
    color: #726f69;
    text-align: right
}

.hero-number span {
    font-size: 8px;
    color: #b8b5ae
}

.intro {
    padding: 150px 0 135px
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px
}

.intro h2,
.section-heading h2,
.founder h2,
.contact h2 {
    font-size: clamp(42px, 5vw, 68px);
    margin: 0
}

.intro h2 span,
.section-heading h2 span,
.founder h2 span {
    color: var(--orange)
}

.intro-body {
    padding-top: 42px;
    max-width: 480px
}

.intro-body p {
    font-size: 18px;
    line-height: 1.75
}

.intro-body .muted {
    color: var(--muted);
    font-size: 14px
}

.arrow-link {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid var(--black);
    padding: 14px 0;
    font-size: 12px;
    font-weight: 800;
    margin-top: 15px
}

.arrow-link b {
    font-size: 18px;
    color: var(--orange)
}

.solutions {
    padding: 0 0 150px
}

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

.section-note {
    max-width: 260px;
    color: var(--muted);
    font-size: 13px;
    margin: 0 0 6px
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.solution-card {
    min-height: 330px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.orange-card {
    background: var(--orange)
}

.dark-card {
    background: var(--black);
    color: #fff
}

.yellow-card {
    background: var(--yellow)
}

.card-top {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 800
}

.icon {
    font-size: 33px;
    font-weight: 400
}

.solution-card h3 {
    font-size: 38px;
    margin: 40px 0 10px
}

.solution-card p {
    font-size: 13px;
    line-height: 1.7;
    max-width: 290px;
    margin: 0 auto 25px 0
}

.solution-card a {
    font-size: 11px;
    font-weight: 800
}

.solution-card a b {
    font-size: 16px;
    padding-left: 8px
}

.image-story {
    padding: 110px 0
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center
}

.story-image {
    position: relative
}

.story-image img {
    width: 100%;
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    filter: grayscale(100%);
    mix-blend-mode: screen;
    opacity: .84
}

.image-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: var(--yellow);
    font-size: 9px;
    letter-spacing: .2em;
    font-weight: 800
}

.story-content h2 {
    font-size: clamp(42px, 5vw, 68px);
    margin: 0 0 26px
}

.story-content>p:not(.eyebrow) {
    color: #b8b5ae;
    max-width: 450px;
    font-size: 15px;
    line-height: 1.8
}

.stat-row {
    display: flex;
    gap: 55px;
    margin: 45px 0
}

.stat-row div {
    display: flex;
    flex-direction: column
}

.stat-row strong {
    color: var(--orange);
    font-size: 37px;
    letter-spacing: -.07em
}

.stat-row span {
    color: #aaa59d;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 3px
}

.founder {
    padding: 150px 0
}

.founder-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: center
}

.founder-copy>p:not(.eyebrow) {
    max-width: 500px;
    color: #4f4d48;
    font-size: 15px;
    line-height: 1.8
}

.founder-copy strong {
    color: var(--black)
}

.founder-visual {
    height: 480px;
    background: var(--yellow);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.founder-ring {
    width: 340px;
    height: 340px;
    border: 2px solid var(--black);
    border-radius: 50%;
    position: absolute;
    transform: rotate(25deg);
    box-shadow: 25px -20px 0 -22px var(--orange), -20px 35px 0 -22px var(--orange)
}

.founder-initials {
    font-size: 126px;
    font-weight: 800;
    letter-spacing: -.1em;
    position: relative;
    z-index: 1
}

.founder-caption {
    position: absolute;
    bottom: 28px;
    left: 30px;
    display: flex;
    flex-direction: column;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: .15em
}

.founder-caption small {
    font-size: 10px;
    letter-spacing: .02em;
    font-weight: 500;
    margin-top: 5px
}

.principles {
    padding: 0 0 150px
}

.principle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    border-top: 1px solid var(--line);
    padding-top: 35px;
    margin-top: 32px
}

.principle-grid span {
    font-size: 11px;
    color: var(--orange);
    font-weight: 800
}

.principle-grid h3 {
    font-size: 26px;
    margin: 33px 0 10px
}

.principle-grid p {
    color: var(--muted);
    font-size: 13px;
    max-width: 260px
}

.contact {
    padding: 110px 0
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px
}

.contact h2 {
    margin-bottom: 25px
}

.contact-copy {
    color: #b8b5ae;
    max-width: 390px;
    font-size: 15px;
    line-height: 1.8
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 42px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 700
}

.contact-form {
    background: #fff;
    color: var(--black);
    padding: 34px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.contact-form label {
    font-size: 10px;
    letter-spacing: .08em;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-form label:nth-of-type(3),
.contact-form label:nth-of-type(4),
.contact-form button,
.form-note {
    grid-column: 1/-1
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border: 0;
    border-bottom: 1px solid #cbd5e1;
    padding: 10px 0;
    font: inherit;
    font-size: 12px;
    background: transparent;
    outline: 0;
    border-radius: 0
}

.contact-form textarea {
    resize: vertical
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--orange)
}

.contact-form button {
    margin-top: 10px
}

.form-note {
    font-size: 10px;
    color: var(--muted);
    margin: 0;
    text-align: center
}

.site-footer {
    background: #e2e8f0;
    padding: 55px 0 25px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr;
    gap: 40px
}

.site-footer .brand img {
    filter: none;
    width: 200px
}

.site-footer p {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.7
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    font-weight: 700
}

.footer-links a:hover {
    color: var(--orange)
}

.footer-bottom {
    grid-column: 1/-1;
    border-top: 1px solid #cbd5e1;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    color: #64748b;
    font-size: 10px;
    letter-spacing: .04em
}

@media(max-width:800px) {
    .container {
        width: min(100% - 40px, 560px)
    }

    .site-header {
        padding: 18px 0
    }

    .brand img {
        width: 132px
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 8px
    }

    .menu-toggle span {
        width: 24px;
        height: 2px;
        background: #fff
    }

    .nav-links {
        position: absolute;
        display: none;
        top: 70px;
        left: 20px;
        right: 20px;
        background: var(--black);
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .nav-links.open {
        display: flex
    }

    .hero {
        min-height: 760px;
        padding-top: 135px
    }

    .hero-grid {
        mask-image: none;
        opacity: .5
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .hero-media {
        max-height: 420px;
        aspect-ratio: 3/2
    }

    .orbit {
        width: 300px;
        height: 300px;
        right: -180px;
        top: 380px
    }

    .orbit-two {
        width: 200px;
        height: 200px;
        right: -120px;
        top: 440px
    }

    .hero-number {
        display: none
    }

    .hero-proof {
        bottom: -140px;
        flex-wrap: wrap;
        max-width: 290px
    }

    .intro,
    .founder {
        padding: 90px 0
    }

    .intro-grid,
    .story-grid,
    .founder-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .intro-body {
        padding-top: 0
    }

    .section-heading {
        display: block
    }

    .section-note {
        margin-top: 20px
    }

    .solutions,
    .principles {
        padding-bottom: 90px
    }

    .solution-grid {
        grid-template-columns: 1fr
    }

    .solution-card {
        min-height: 280px
    }

    .story-grid {
        gap: 45px
    }

    .story-image {
        order: 2
    }

    .story-content {
        order: 1
    }

    .founder-visual {
        height: 360px
    }

    .principle-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .principle-grid h3 {
        margin-top: 12px
    }

    .contact-form {
        padding: 24px;
        grid-template-columns: 1fr
    }

    .contact-form label:nth-of-type(3),
    .contact-form label:nth-of-type(4),
    .contact-form button,
    .form-note {
        grid-column: auto
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px
    }

    .footer-links {
        grid-column: 2;
        grid-row: 1/3
    }

    .footer-bottom {
        grid-column: 1/-1;
        flex-direction: column;
        gap: 8px
    }
}