:root {
    --green-950: #123431;
    --green-900: #173e3b;
    --green-800: #24514c;
    --green-700: #32645d;
    --cream: #f7f3ea;
    --cream-2: #fffdf8;
    --ink: #18302e;
    --muted: #5f716d;
    --line: rgba(23, 62, 59, 0.15);
    --white: #ffffff;
    --shadow: 0 26px 70px rgba(18, 52, 49, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: var(--cream);
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 10%, rgba(50, 100, 93, 0.12), transparent 30rem),
        linear-gradient(135deg, var(--cream-2) 0%, var(--cream) 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

.site-shell {
    min-height: calc(100vh - 74px);
    display: grid;
    place-items: center;
    padding: clamp(28px, 5vw, 72px);
}

.hero {
    position: relative;
    isolation: isolate;
    width: min(1180px, 100%);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
    gap: clamp(30px, 5vw, 72px);
    align-items: center;
    padding: clamp(34px, 6vw, 78px);
    border: 1px solid rgba(23, 62, 59, 0.12);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

.hero__glow {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(1px);
    opacity: 0.65;
}

.hero__glow--one {
    width: 420px;
    height: 420px;
    top: -260px;
    left: -130px;
    background: rgba(50, 100, 93, 0.15);
}

.hero__glow--two {
    width: 310px;
    height: 310px;
    right: -150px;
    bottom: -130px;
    background: rgba(198, 175, 124, 0.19);
}

.hero__content {
    max-width: 680px;
}

.brand {
    margin-bottom: 28px;
}

.brand__mark {
    width: clamp(128px, 17vw, 190px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
}

.brand__mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand__fallback {
    display: none;
    width: 100%;
    aspect-ratio: 1;
    place-items: center;
    text-align: center;
    border: 2px solid var(--green-900);
    border-radius: 50%;
    padding: 20px;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.1;
}

.brand__fallback span,
.brand__fallback strong {
    display: block;
}

.brand__fallback span {
    font-size: 1.3rem;
}

.brand__fallback strong {
    margin-top: 6px;
    font-size: 1rem;
}

.eyebrow,
.card-label {
    margin: 0 0 10px;
    color: var(--green-700);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h1 {
    max-width: 760px;
    margin: 0;
    color: var(--green-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.55rem, 5vw, 5.1rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.lead {
    max-width: 650px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: clamp(1.05rem, 1.7vw, 1.28rem);
    line-height: 1.65;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button:focus-visible,
.office-card a:focus-visible,
.site-footer a:focus-visible {
    outline: 3px solid rgba(50, 100, 93, 0.35);
    outline-offset: 3px;
}

.button--primary {
    color: var(--white);
    background: var(--green-900);
    box-shadow: 0 12px 26px rgba(23, 62, 59, 0.22);
}

.button--primary:hover {
    background: var(--green-800);
    box-shadow: 0 15px 32px rgba(23, 62, 59, 0.26);
}

.button--secondary {
    color: var(--green-900);
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.72);
}

.button--secondary:hover {
    background: var(--white);
}

.button__icon {
    font-size: 0.95em;
}

.office-card {
    position: relative;
    padding: clamp(26px, 4vw, 38px);
    color: var(--green-950);
    border: 1px solid rgba(23, 62, 59, 0.12);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(247, 243, 234, 0.96), rgba(255, 255, 255, 0.94));
    box-shadow: 0 18px 45px rgba(18, 52, 49, 0.10);
}

.office-card__section + .office-card__section {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.office-card h2 {
    margin: 0 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 2.4vw, 2rem);
    font-weight: 500;
}

.office-card address {
    color: var(--muted);
    font-style: normal;
    line-height: 1.65;
}

.office-card__contact {
    display: grid;
    gap: 8px;
}

.office-card__contact .card-label {
    margin-bottom: 2px;
}

.office-card__contact a {
    width: fit-content;
    color: var(--green-900);
    font-weight: 750;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.hours {
    display: grid;
    gap: 10px;
    margin: 0;
}

.hours > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
}

.hours dt,
.hours dd {
    margin: 0;
    line-height: 1.35;
}

.hours dt {
    color: var(--muted);
}

.hours dd {
    font-weight: 750;
    text-align: right;
}

.office-card__note {
    margin: 24px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.site-footer {
    min-height: 74px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 18px;
    padding: 18px 24px 24px;
    color: #687975;
    font-size: 0.84rem;
    text-align: center;
}

.site-footer p {
    margin: 0;
}

.site-footer a {
    color: var(--green-800);
    font-weight: 750;
    text-underline-offset: 3px;
}

@media (max-width: 900px) {
    .site-shell {
        padding: 22px;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: clamp(28px, 7vw, 52px);
        border-radius: 26px;
    }

    .hero__content {
        max-width: none;
    }

    .brand {
        margin-bottom: 22px;
    }

    .office-card {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .site-shell {
        padding: 14px;
        place-items: start center;
    }

    .hero {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .brand__mark {
        width: 130px;
    }

    h1 {
        font-size: clamp(2.35rem, 13vw, 3.5rem);
    }

    .lead {
        font-size: 1rem;
        line-height: 1.6;
    }

    .actions {
        display: grid;
    }

    .button {
        width: 100%;
    }

    .office-card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .hours > div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .hours dd {
        text-align: left;
    }

    .site-footer {
        padding-bottom: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
