﻿/* Page stylesheet entry */
@import url('common.css?v=20260525n13');

body.about-template {
    background: #ffffff;
    color: #101018;
}

.about-page-main {
    background: #ffffff;
    overflow-x: hidden;
}

.about-intro {
    max-width: 1210px;
    margin: 0 auto;
    padding: 18px 28px 0;
}

.about-head-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 148px;
    gap: 26px;
    align-items: end;
}

.about-head-row h1 {
    margin: 0;
    font-family: 'The Seasons', 'Juana', serif;
    font-size: clamp(34px, 3.5vw, 56px);
    line-height: 0.9;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #050515;
    text-transform: uppercase;
}

.about-head-row h1 span {
    color: #43ac45;
}

.about-head-line-two {
    display: block;
    color: #050515 !important;
    white-space: nowrap;
    font-size: 1em;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.about-head-dash {
    font-family: 'Helvetica Neue Light', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 0.92em;
}

.about-head-logo {
    width: 100%;
    max-width: 108px;
    justify-self: end;
    margin-bottom: 4px;
    margin-right: clamp(8px, 1vw, 18px);
}

.about-copy {
    margin-top: 18px;
}

.about-copy h2 {
    margin: 18px 0 3px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(14.5px, 0.96vw, 18.5px);
    line-height: 1.3;
    font-weight: 700;
    color: #43ac45;
}

.about-copy p {
    margin: 0 0 14px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(12.5px, 0.84vw, 15.5px);
    line-height: 1.45;
    font-weight: 500;
    color: #101015;
}

.about-tree-strip {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: -8px;
    border-bottom: 3px solid #3fa846;
}

.about-tree-strip img {
    display: block;
    width: 100%;
    height: auto;
}

body.about-template footer {
    border-top: 0;
    background: #ffffff;
    padding-top: 74px;
}

body.about-template .footer-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

body.about-template .footer-links a,
body.about-template .address-col p,
body.about-template .footer-desc,
body.about-template .footer-bottom p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.about-mobile-menu {
    display: none;
}

.about-mobile-drawer {
    display: none;
}

/* About page: keep visual balance at browser 50% zoom */
@media (min-width: 2200px) and (max-width: 2800px) {
    .about-intro {
        width: min(86vw, 2100px);
        max-width: 2100px;
        padding: 34px 0 0;
    }

    .about-head-row {
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 42px;
    }

    .about-head-row h1 {
        font-size: clamp(72px, 4.1vw, 96px);
        line-height: 0.9;
    }

    .about-head-logo {
        max-width: 148px;
        margin-bottom: 10px;
        margin-right: clamp(16px, 1.2vw, 28px);
    }

    .about-copy {
        margin-top: 18px;
    }

    .about-copy h2 {
        margin: 28px 0 10px;
        font-size: 30px;
        line-height: 1.25;
    }

    .about-copy p {
        font-size: 24px;
        line-height: 1.52;
        margin-bottom: 22px;
    }

    .about-tree-strip {
        margin-top: 22px;
    }

    body.about-template footer {
        padding-top: 96px;
    }
}

@media (max-width: 1180px) {
    .about-intro {
        padding: 16px 22px 0;
    }

    .about-head-row {
        grid-template-columns: minmax(0, 1fr) 130px;
        gap: 16px;
    }

    .about-head-logo {
        max-width: 92px;
        margin-right: 8px;
    }

    .about-head-row h1 {
        font-size: clamp(31px, 3.95vw, 48px);
    }
}

@media (max-width: 860px) {
    .about-intro {
        padding: 28px 16px 0;
    }

    .about-head-row {
        grid-template-columns: minmax(0, 1fr) 98px;
        gap: 12px;
        align-items: start;
    }

    .about-head-row h1 {
        font-size: clamp(28px, 5.8vw, 42px);
        line-height: 0.92;
    }

    .about-head-logo {
        justify-self: end;
        max-width: 98px;
        margin-top: 8px;
        margin-bottom: 0;
    }

    .about-copy {
        margin-top: 16px;
    }

    .about-copy p {
        line-height: 1.62;
    }

    body.about-template footer {
        padding-top: 56px;
    }
}

@media (max-width: 620px) {
    .about-intro {
        padding: 24px 14px 0;
    }

    .about-head-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-head-row h1 {
        font-size: clamp(24px, 6.7vw, 34px);
        line-height: 0.94;
    }

    .about-head-logo {
        order: -1;
        justify-self: start;
        max-width: 108px;
        margin-top: 0;
    }

    .about-copy h2 {
        font-size: 17px;
    }

    .about-copy p {
        font-size: 14px;
        line-height: 1.56;
    }
}

/* About page: mobile layout + burger nav to match reference PDF */
@media (max-width: 940px) {
    body.about-template {
        background: #ffffff;
    }

    .about-page-main,
    .about-intro,
    .about-copy,
    .about-tree-strip,
    body.about-template footer {
        background: #ffffff;
    }

    body.about-template header {
        position: relative;
        padding-top: 8px;
        padding-bottom: 10px;
    }

    body.about-template header .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    body.about-template .header-content {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        padding: 0;
    }

    body.about-template .logo {
        margin-right: 0;
    }

    body.about-template .logo-img {
        width: 58px;
    }

    body.about-template nav,
    body.about-template .btn-outline {
        display: none;
    }

    .about-mobile-menu {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 0;
        padding: 0;
        background: transparent;
        color: #39a945;
        font-size: 30px;
        line-height: 1;
        cursor: pointer;
    }

    .about-mobile-drawer {
        display: flex;
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        z-index: 70;
        padding: 12px 24px 16px;
        background: #ffffff;
        border-top: 1px solid #d8d8d8;
        border-bottom: 2px solid #39a945;
        flex-direction: column;
        gap: 10px;
    }

    .about-mobile-drawer[hidden] {
        display: none !important;
    }

    .about-mobile-drawer a {
        display: inline-flex;
        width: fit-content;
        font-family: 'HelveticaNeueMedium', 'Helvetica Neue', Arial, sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.15;
        text-transform: uppercase;
        color: #111111;
    }

    .about-mobile-drawer .about-mobile-cta {
        margin-top: 4px;
        border: 2px solid #39a945;
        border-radius: 12px;
        padding: 8px 12px;
        font-size: 12px;
        font-weight: 700;
    }

    .about-intro {
        max-width: none;
        margin: 0;
        padding: 18px 24px 0;
    }

    .about-head-row {
        grid-template-columns: minmax(0, 1fr) 112px;
        gap: 12px;
        align-items: start;
    }

    .about-head-row h1 {
        font-size: clamp(33px, 8vw, 48px);
        line-height: 0.92;
        letter-spacing: -0.018em;
    }

    .about-head-line-two {
        white-space: normal;
        max-width: 13ch;
    }

    .about-head-logo {
        order: initial;
        justify-self: end;
        max-width: 100px;
        margin-top: 2px;
        margin-bottom: 0;
    }

    .about-copy {
        margin-top: 14px;
    }

    .about-copy h2 {
        margin: 14px 0 4px;
        font-size: clamp(11px, 2.35vw, 14px);
        line-height: 1.34;
    }

    .about-copy p {
        margin-bottom: 10px;
        font-size: clamp(10.5px, 2.2vw, 12.5px);
        line-height: 1.46;
        font-weight: 500;
    }

    .about-tree-strip {
        margin-top: 14px;
        border-bottom: 0;
    }

    body.about-template footer {
        padding-top: 24px;
    }
}

@media (max-width: 720px) {
    .about-intro {
        padding: 16px 20px 0;
    }

    .about-head-row {
        grid-template-columns: minmax(0, 1fr) 96px;
        gap: 10px;
    }

    .about-head-row h1 {
        font-size: clamp(30px, 8.1vw, 40px);
        line-height: 0.93;
    }

    .about-head-line-two {
        max-width: 12.4ch;
    }

    .about-head-logo {
        max-width: 88px;
        margin-top: 4px;
    }
}

@media (max-width: 520px) {
    .about-intro {
        padding: 14px 16px 0;
    }

    .about-head-row {
        grid-template-columns: minmax(0, 1fr) 86px;
        gap: 8px;
    }

    .about-head-row h1 {
        font-size: clamp(28px, 8.8vw, 36px);
        line-height: 0.94;
    }

    .about-head-line-two {
        max-width: 12ch;
    }

    .about-head-logo {
        max-width: 82px;
        margin-top: 6px;
    }
}

@media (max-width: 390px) {
    .about-intro {
        padding: 14px 14px 0;
    }

    .about-head-row {
        grid-template-columns: minmax(0, 1fr) 78px;
        gap: 8px;
    }

    .about-head-row h1 {
        font-size: clamp(26px, 8.9vw, 32px);
    }

    .about-head-line-two {
        max-width: 11.8ch;
    }

    .about-head-logo {
        max-width: 76px;
    }
}



