:root {
    --ink: #153c31;
    --cream: #f6f3ea;
    --lime: #b8ed64;
    --orange: #f3a25b;
    --muted: #6e796f;
    --line: #d8dbd0
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--cream);
    font-family: Manrope, Arial, sans-serif;
    color: var(--ink)
}

.announcement {
    height: 33px;
    background: var(--ink);
    color: #d7edbb;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font: 10px 'DM Mono', monospace;
    letter-spacing: .12em;
    text-transform: uppercase
}

.announcement-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--lime)
}

header {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5.5vw;
    border-bottom: 1px solid var(--line)
}

.brand {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ink);
    text-decoration: none;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -1.5px
}

.brand>span:last-child span {
    color: #74a846
}

.brand-mark {
    position: relative;
    width: 200px;
    height: auto;
    display: inline-flex;
    align-items: flex-end;
    gap: 2px
}

.brand-mark .st0 {
    fill: #1f5e39;
}

.brand-mark .st1 {
    fill: #ffcd03;
}

.brand-mark i {
    display: block;
    width: 6px;
    background: var(--ink);
    border-radius: 6px 6px 1px 1px;
    transform: skewY(-25deg)
}

.brand-mark i:nth-child(1) {
    height: 11px
}

.brand-mark i:nth-child(2) {
    height: 18px
}

.brand-mark i:nth-child(3) {
    height: 24px;
    background: #79ae47
}

nav {
    display: flex;
    gap: 32px
}

nav a,
footer a {
    color: var(--ink);
    font-size: 12px;
    text-decoration: none;
    font-weight: 600
}

.nav-cta {
    font-size: 12px;
    font-weight: 700;
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 4px
}

.nav-cta span {
    font-size: 17px;
    margin-left: 6px
}

.hero {
    min-height: 620px;
    display: grid;
    grid-template-columns: 50% 50%;
    overflow: hidden
}

.hero-copy {
    padding: 116px 5.5vw 70px
}

.eyebrow {
    font: 10px 'DM Mono', monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #607366;
    margin: 0 0 27px;
    display: flex;
    gap: 9px;
    align-items: center
}

.eyebrow span {
    width: 25px;
    height: 1px;
    background: #78ad48
}

.hero h1,
.intro h2,
.section-heading h2,
.process h2,
.estimate h2 {
    font-size: clamp(54px, 6.1vw, 88px);
    letter-spacing: -.075em;
    line-height: .95;
    margin: 0;
    font-weight: 600
}

.hero h1 em,
h2 em {
    font-family: 'Playfair Display', serif;
    font-weight: 500
}

.hero-text {
    max-width: 435px;
    color: #516458;
    font-size: 15px;
    line-height: 1.8;
    margin: 29px 0
}

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

.button {
    border: 0;
    text-decoration: none;
    padding: 17px 20px;
    font: 700 12px Manrope, sans-serif;
    display: inline-flex;
    gap: 23px;
    align-items: center;
    cursor: pointer
}

.button span {
    font-size: 20px;
    line-height: 10px
}

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

.text-link {
    color: var(--ink);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700
}

.text-link span {
    font-size: 17px;
    margin-left: 7px
}

.hero-art {
    position: relative;
    background: #c3e286;
    overflow: hidden;
    min-height: 620px
}

.sun {
    position: absolute;
    right: 23%;
    top: 10%;
    width: 145px;
    height: 145px;
    background: #fff6c1;
    border-radius: 50%;
    box-shadow: 0 0 0 33px rgba(255, 248, 195, .33), 0 0 0 70px rgba(255, 248, 195, .18)
}

.sun span {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fffce2;
    border-radius: 50%;
    top: 29px;
    left: 37px
}

.sun-ring {
    position: absolute;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(21, 60, 49, .16);
    border-radius: 50%;
    right: -110px;
    top: -80px
}

.horizon {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36%;
    background: #9bc86b;
    clip-path: polygon(0 27%, 25% 13%, 51% 33%, 71% 11%, 100% 30%, 100% 100%, 0 100%)
}

.house {
    position: absolute;
    bottom: 63px;
    left: 26%;
    width: 210px;
    height: 185px;
    z-index: 2
}

.roof {
    height: 75px;
    background: #1f5543;
    clip-path: polygon(9% 100%, 50% 0, 96% 100%)
}

.home-body {
    width: 155px;
    height: 112px;
    margin: -3px auto 0;
    background: #f8eecd;
    position: relative
}

.window {
    position: absolute;
    top: 28px;
    left: 22px;
    width: 37px;
    height: 37px;
    border: 6px solid #e1d2a8;
    background: #8ecbbd
}

.door {
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 29px;
    height: 57px;
    background: #dd9463
}

.solar-array {
    position: absolute;
    bottom: 23px;
    left: 49%;
    z-index: 3;
    width: 205px;
    height: 82px;
    transform: skewY(-13deg);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px
}

.solar-array b {
    border: 2px solid #b8dce1;
    background: #3c7380;
    opacity: .96
}

.energy-pill {
    position: absolute;
    right: 38px;
    top: 55%;
    z-index: 4;
    background: #f7f2e6;
    padding: 11px 15px;
    border-radius: 30px;
    font: 10px 'DM Mono', monospace;
    color: var(--ink);
    box-shadow: 0 10px 35px #30603a33
}

.pulse {
    width: 7px;
    height: 7px;
    background: #7caf47;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px
}

.hero-caption {
    position: absolute;
    bottom: 29px;
    right: 38px;
    z-index: 4;
    display: flex;
    gap: 11px;
    color: #173e31;
    font: 10px 'DM Mono', monospace;
    text-transform: uppercase;
    line-height: 1.4
}

.hero-caption span:first-child {
    color: #f9f7e8
}

.trust-bar {
    background: #e7e4d9;
    padding: 31px 5.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.trust-bar p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700
}

.trust-bar div {
    display: flex;
    gap: 46px;
    color: #8b9587;
    font: 10px 'DM Mono', monospace;
    letter-spacing: .13em
}

.intro {
    padding: 140px 9vw
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 80px;
    align-items: end
}

.intro h2 {
    font-size: clamp(44px, 5.1vw, 72px)
}

.intro-grid div p {
    color: #5c6f61;
    font-size: 15px;
    line-height: 1.85;
    margin: 0 0 25px
}

.solutions {
    padding: 0 5.5vw 120px
}

.section-heading {
    margin-bottom: 48px
}

.section-heading h2 {
    font-size: clamp(44px, 5vw, 70px)
}

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

.solution-card {
    min-height: 459px;
    padding: 24px 24px 27px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.solution-card.solar {
    background: #d4eaa3
}

.solution-card.storage {
    background: #f5c48a
}

.solution-card.ev {
    background: #bcded6
}

.card-number {
    font: 10px 'DM Mono', monospace;
    letter-spacing: .08em
}

.card-art {
    height: 206px;
    position: relative
}

.panel-art {
    width: 190px;
    margin: 25px auto 0;
    transform: rotate(-19deg) skewY(8deg);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px
}

.panel-art span {
    height: 60px;
    background: #39727b;
    border: 3px solid #d5edf0
}

.battery-art {
    width: 113px;
    height: 154px;
    border: 8px solid #fcf1dc;
    border-radius: 13px;
    margin: 23px auto 0;
    position: relative;
    overflow: hidden
}

.battery-fill {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: #e67c45
}

.battery-cap {
    position: absolute;
    width: 42px;
    height: 8px;
    background: #fcf1dc;
    top: -8px;
    left: 27px;
    border-radius: 4px 4px 0 0
}

.charger-art {
    margin: 25px auto 0;
    width: 160px
}

.charger-box {
    width: 90px;
    height: 115px;
    background: #f6f3e9;
    border-radius: 7px;
    position: relative;
    z-index: 2
}

.charger-box i {
    position: absolute;
    width: 26px;
    height: 38px;
    border: 4px solid #1d6059;
    border-radius: 3px;
    top: 30px;
    left: 32px
}

.charger-box i:after {
    content: '';
    position: absolute;
    height: 15px;
    border-left: 4px solid #1d6059;
    left: 9px;
    top: 34px
}

.cord {
    width: 115px;
    height: 100px;
    border: 7px solid #1d6059;
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 80px 0;
    position: absolute;
    top: 57px;
    left: 72px
}

.solution-card h3 {
    font-size: 23px;
    letter-spacing: -1px;
    margin: 0 0 10px
}

.solution-card p {
    margin: 0;
    color: #496358;
    font-size: 13px;
    line-height: 1.65;
    max-width: 270px
}

.solution-card a {
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    margin-top: auto
}

.solution-card a span {
    margin-left: 8px;
    font-size: 18px
}

.numbers {
    background: var(--ink);
    color: #f4f2e8;
    padding: 86px 9vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr) 1.2fr;
    gap: 30px;
    align-items: end
}

.numbers strong {
    font-size: 60px;
    letter-spacing: -4px;
    line-height: 1
}

.numbers strong span {
    font: 14px 'DM Mono', monospace;
    letter-spacing: -1px;
    margin-left: 5px;
    color: #b6ed6b
}

.numbers div p,
.numbers-note {
    font-size: 11px;
    line-height: 1.6;
    color: #bbc8bb;
    margin: 13px 0 0
}

.numbers-note {
    border-left: 1px solid #597365;
    padding-left: 25px;
    margin: 0
}

.process {
    display: grid;
    grid-template-columns: 44% 56%;
    min-height: 670px
}

.process-visual {
    background: #eea461;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.process-visual span {
    position: relative;
    font: 11px 'DM Mono', monospace;
    letter-spacing: .15em;
    line-height: 1.8;
    text-align: center;
    color: #1b4a3a
}

.orb {
    position: absolute;
    border-radius: 50%
}

.orb-one {
    width: 125px;
    height: 125px;
    background: #f5edc8;
    top: 16%;
    right: 17%
}

.orb-two {
    width: 246px;
    height: 246px;
    background: #bbdd8b;
    bottom: -80px;
    left: -60px
}

.orbit {
    position: absolute;
    border: 1px solid rgba(22, 60, 48, .43);
    width: 415px;
    height: 415px;
    border-radius: 50%;
    transform: rotate(-34deg)
}

.orbit:after {
    content: '';
    position: absolute;
    background: #174433;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 35px;
    left: 44px
}

.process-copy {
    padding: 106px 9vw 60px 8vw
}

.process h2 {
    font-size: clamp(41px, 4.4vw, 65px)
}

ol {
    list-style: none;
    margin: 46px 0 0;
    padding: 0
}

ol li {
    display: grid;
    grid-template-columns: 42px 1fr;
    border-top: 1px solid var(--line);
    padding: 17px 0
}

ol li>span {
    font: 10px 'DM Mono', monospace;
    color: #76926b;
    padding-top: 4px
}

ol h3 {
    font-size: 15px;
    margin: 0 0 5px
}

ol p {
    margin: 0;
    color: #65766a;
    font-size: 12px;
    line-height: 1.6
}

.estimate {
    margin: 0 5.5vw;
    background: #b7e96a;
    padding: 82px 7%;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 80px
}

.estimate h2 {
    font-size: clamp(43px, 5vw, 68px)
}

.estimate>div>p:last-child {
    max-width: 390px;
    color: #386045;
    font-size: 14px;
    line-height: 1.75;
    margin-top: 28px
}

.estimate form {
    display: flex;
    flex-direction: column;
    gap: 17px
}

.estimate label {
    font: 10px 'DM Mono', monospace;
    letter-spacing: .1em;
    color: #31533a
}

.estimate input,
.estimate select {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #679a5b;
    background: transparent;
    padding: 11px 0 12px;
    font: 14px Manrope;
    color: var(--ink);
    outline: 0
}

.estimate input::placeholder {
    color: #64845f
}

.button-light {
    align-self: flex-start;
    background: var(--ink);
    color: white;
    margin-top: 9px
}

.estimate small {
    font-size: 9px;
    color: #477447
}

footer {
    margin-top: 110px;
    background: #f0ede4;
    padding: 49px 5.5vw 25px;
    display: grid;
    grid-template-columns: 1fr 1.3fr auto;
    gap: 20px;
    align-items: start
}

footer p {
    margin: 0;
    color: #647368;
    font-size: 12px
}

footer div {
    display: flex;
    gap: 19px
}

footer small {
    grid-column: 1/-1;
    border-top: 1px solid #d9dbd2;
    padding-top: 21px;
    color: #849084;
    font: 9px 'DM Mono', monospace;
    letter-spacing: .08em
}

@media(max-width:780px) {
    header {
        height: 70px;
        padding: 0 6vw
    }

    nav {
        display: none
    }

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

    .hero-copy {
        padding: 75px 7vw 60px
    }

    .hero-art {
        min-height: 410px
    }

    .trust-bar {
        padding: 25px 7vw
    }

    .trust-bar div {
        display: none
    }

    .intro {
        padding: 90px 7vw
    }

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

    .solutions {
        padding: 0 5vw 75px
    }

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

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

    .numbers {
        padding: 62px 8vw;
        grid-template-columns: repeat(2, 1fr)
    }

    .numbers-note {
        grid-column: 1/-1;
        margin-top: 20px
    }

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

    .process-visual {
        min-height: 330px
    }

    .process-copy {
        padding: 70px 8vw
    }

    .estimate {
        margin: 0 5vw;
        padding: 58px 7vw;
        grid-template-columns: 1fr;
        gap: 44px
    }

    footer {
        margin-top: 75px;
        padding: 40px 7vw 20px;
        grid-template-columns: 1fr
    }

    footer div {
        grid-row: 3
    }

    footer small {
        grid-column: 1
    }

    .hero h1 {
        font-size: 61px
    }

    .card-art {
        height: 165px
    }
}

.hero-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.86) contrast(1.05)
}

.photo-wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(9, 44, 33, .6), rgba(9, 44, 33, .05) 55%, rgba(246, 172, 92, .25))
}

.hero-photo-label {
    position: absolute;
    z-index: 3;
    left: 42px;
    top: 42px;
    color: #f8f4e7;
    text-transform: uppercase
}

.hero-photo-label span {
    display: block;
    font: 9px 'DM Mono', monospace;
    letter-spacing: .14em;
    color: #d7efa1;
    margin-bottom: 11px
}

.hero-photo-label strong {
    font: 500 25px/1.05 'Playfair Display', serif;
    letter-spacing: -.04em;
    text-transform: none
}

.hero-photo .energy-pill {
    background: rgba(248, 246, 237, .93);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 35px #06291b55
}

.hero-photo .hero-caption {
    color: #eff8e4
}

.hero-photo .hero-caption span:first-child {
    color: #d5ee99
}

.photo-tile {
    height: 190px !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    overflow: hidden;
    border-radius: 3px;
    background: #274d40;
    position: relative !important;
    transform: none !important;
    display: block !important
}

.photo-tile img {
    height: auto;
    width: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(.82) contrast(1.05);
    transition: transform .5s ease;
    background-position: center center;
    background-size: cover;
}

.photo-tile:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(12, 47, 36, .75))
}

.photo-tile span {
    position: absolute;
    z-index: 2;
    bottom: 13px;
    left: 14px;
    color: #fff;
    font: 9px 'DM Mono', monospace;
    letter-spacing: .11em;
    text-transform: uppercase
}

.solution-card:hover .photo-tile img {
    transform: scale(1.05)
}