:root {
    --paper: #efe8dc;
    --paper-light: #f8f3ea;
    --ink: #2f322b;
    --ink-soft: #65675f;
    --green: #596b4b;
    --green-dark: #3f5136;
    --green-light: #8fa07d;
    --field: #a8ad7b;
    --field-dark: #7c855d;
    --sky: #cbd7d3;
    --sky-light: #e4e8df;
    --sun: #d7a960;
    --house: #c7a982;
    --roof: #6b5142;
    --window: #efd48d;
    --line: rgba(47, 50, 43, 0.13);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

html {
    background: var(--paper);
}

body {
    min-width: 320px;
    color: var(--ink);

    font-family:
        "Segoe UI",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            var(--sky) 0%,
            var(--sky-light) 48%,
            var(--paper) 48.2%,
            var(--paper) 100%
        );
}

.page::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 18% 12%,
            rgba(255, 255, 255, 0.28),
            transparent 28%
        );

    opacity: 0.8;
}

.header {
    position: relative;
    z-index: 10;

    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
}

.brand-mark {
    display: grid;
    place-items: center;

    width: 42px;
    height: 42px;

    border: 1px solid var(--line);
    border-radius: 50%;

    background: rgba(248, 243, 234, 0.55);

    font-size: 21px;
    line-height: 1;
}

.brand-text {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.header-note {
    padding: 9px 13px;

    border: 1px solid var(--line);
    border-radius: 999px;

    background: rgba(248, 243, 234, 0.48);

    color: var(--ink-soft);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.hero {
    position: relative;
    z-index: 3;

    width: min(1180px, calc(100% - 40px));
    min-height: calc(100vh - 100px);
    margin: 0 auto;
    padding: 42px 0 120px;

    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(390px, 0.97fr);
    align-items: center;
    gap: clamp(45px, 7vw, 110px);
}

.copy {
    max-width: 720px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    width: max-content;
    max-width: 100%;

    margin-bottom: 24px;
    padding: 9px 14px;

    border: 1px solid var(--line);
    border-radius: 999px;

    background: rgba(248, 243, 234, 0.52);

    color: var(--ink-soft);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    max-width: 760px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(64px, 8.6vw, 122px);
    font-weight: 500;
    line-height: 0.86;
    letter-spacing: -0.055em;
}

h1 em {
    display: block;
    color: var(--green-dark);
    font-weight: inherit;
}

.lead {
    max-width: 590px;
    margin: 32px 0 0;

    color: rgba(47, 50, 43, 0.76);

    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.66;
    letter-spacing: -0.012em;
}

.values {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;

    margin-top: 30px;
}

.value {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 14px;

    border: 1px solid var(--line);
    border-radius: 999px;

    background: rgba(248, 243, 234, 0.52);

    color: var(--ink-soft);

    font-size: 13px;
    font-weight: 700;
}

.value-icon {
    min-width: 17px;
    text-align: center;
}

.landscape {
    position: relative;

    width: 100%;
    min-height: 570px;

    overflow: hidden;

    border: 1px solid rgba(47, 50, 43, 0.11);
    border-radius: 44px;

    background:
        linear-gradient(
            180deg,
            #c6d4d1 0%,
            #e3e7dc 56%,
            #a8ad7b 56.2%,
            #879161 100%
        );

    box-shadow:
        0 35px 80px rgba(52, 61, 45, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.sun {
    position: absolute;
    top: 62px;
    right: 70px;

    width: 82px;
    height: 82px;

    border-radius: 50%;

    background: var(--sun);

    box-shadow:
        0 0 0 14px rgba(215, 169, 96, 0.08),
        0 0 55px rgba(225, 193, 130, 0.45);
}

.bird {
    position: absolute;

    color: rgba(47, 50, 43, 0.48);

    font-family: Georgia, serif;
    font-size: 28px;

    transform: rotate(-8deg);
}

.bird-one {
    top: 120px;
    left: 105px;
}

.bird-two {
    top: 150px;
    left: 155px;

    font-size: 20px;
}

.hill {
    position: absolute;
    left: -12%;
    right: -12%;

    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.hill-back {
    bottom: 33%;
    height: 32%;

    background: #94a17a;
}

.hill-mid {
    bottom: 18%;
    height: 34%;

    background: #798961;
}

.hill-front {
    bottom: -3%;
    height: 38%;

    background: #68774f;
}

.house {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 118px;

    width: 150px;
    height: 132px;

    transform: translateX(-50%);
}

.house-body {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;

    height: 92px;

    border-radius: 2px;

    background: var(--house);

    box-shadow:
        inset 0 -8px 0 rgba(84, 62, 44, 0.05);
}

.roof {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 1px;

    width: 148px;
    height: 64px;

    background: var(--roof);

    clip-path:
        polygon(
            50% 0,
            100% 100%,
            0 100%
        );
}

.chimney {
    position: absolute;
    z-index: 1;
    top: 22px;
    right: 30px;

    width: 18px;
    height: 42px;

    background: #765b49;
}

.window {
    position: absolute;
    top: 25px;
    left: 23px;

    width: 34px;
    height: 34px;

    border: 5px solid #826b55;

    background: var(--window);

    box-shadow:
        0 0 16px rgba(239, 212, 141, 0.65);
}

.window::before,
.window::after {
    content: "";
    position: absolute;

    background: rgba(130, 107, 85, 0.75);
}

.window::before {
    left: 50%;
    top: 0;
    bottom: 0;

    width: 2px;

    transform: translateX(-50%);
}

.window::after {
    left: 0;
    right: 0;
    top: 50%;

    height: 2px;

    transform: translateY(-50%);
}

.door {
    position: absolute;
    right: 22px;
    bottom: 0;

    width: 36px;
    height: 60px;

    background: #6d5847;
}

.door::after {
    content: "";
    position: absolute;
    top: 31px;
    right: 6px;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #d2ad68;
}

.tree {
    position: absolute;
    z-index: 4;

    width: 95px;
    height: 180px;
}

.tree-one {
    left: 45px;
    bottom: 90px;
}

.tree-two {
    right: 38px;
    bottom: 70px;

    transform: scale(0.78);
    transform-origin: bottom center;
}

.tree-crown {
    position: absolute;
    top: 0;
    left: 50%;

    width: 95px;
    height: 135px;

    transform: translateX(-50%);

    border-radius: 52% 48% 48% 52% / 45% 45% 55% 55%;

    background: var(--green-dark);

    box-shadow:
        inset -14px -10px 0 rgba(30, 46, 28, 0.08);
}

.tree-trunk {
    position: absolute;
    left: 50%;
    bottom: 0;

    width: 15px;
    height: 72px;

    transform: translateX(-50%);

    background: #6d5847;
}

.path {
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: -35px;

    width: 155px;
    height: 210px;

    transform: translateX(-50%);

    background: #c6b591;

    clip-path:
        polygon(
            43% 0,
            57% 0,
            100% 100%,
            0 100%
        );

    opacity: 0.68;
}

.caption {
    position: absolute;
    z-index: 8;
    left: 24px;
    right: 24px;
    bottom: 20px;

    display: flex;
    justify-content: space-between;
    gap: 16px;

    color: rgba(244, 241, 226, 0.78);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.footer {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 18px;

    width: min(1180px, calc(100% - 40px));

    transform: translateX(-50%);

    display: flex;
    justify-content: space-between;
    gap: 24px;

    color: rgba(47, 50, 43, 0.58);

    font-size: 11px;
    font-weight: 650;
}

@media (max-width: 880px) {
    .page {
        overflow-y: auto;
    }

    .header {
        width: min(680px, calc(100% - 28px));
        padding-top: 18px;
    }

    .header-note {
        display: none;
    }

    .hero {
        width: min(680px, calc(100% - 28px));
        min-height: auto;

        padding-top: 45px;
        padding-bottom: 150px;

        grid-template-columns: 1fr;
        gap: 50px;
    }

    h1 {
        font-size: clamp(62px, 19vw, 96px);
    }

    .landscape {
        min-height: 520px;
    }

    .footer {
        width: calc(100% - 28px);

        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 520px) {
    .brand-text {
        font-size: 14px;
    }

    .hero {
        padding-top: 28px;
    }

    .eyebrow {
        font-size: 9px;
    }

    h1 {
        font-size: clamp(58px, 19vw, 84px);
    }

    .lead {
        font-size: 17px;
    }

    .value {
        padding: 9px 12px;
        font-size: 12px;
    }

    .landscape {
        min-height: 430px;
        border-radius: 34px;
    }

    .sun {
        top: 45px;
        right: 38px;

        width: 62px;
        height: 62px;
    }

    .house {
        bottom: 92px;

        transform:
            translateX(-50%)
            scale(0.82);

        transform-origin: bottom center;
    }

    .tree-one {
        left: 10px;
        bottom: 64px;

        transform: scale(0.74);
        transform-origin: bottom center;
    }

    .tree-two {
        right: 5px;
        bottom: 55px;

        transform: scale(0.58);
        transform-origin: bottom center;
    }

    .caption {
        font-size: 8px;
    }

    .footer span:first-child {
        max-width: 280px;
    }
}
