:root {
    --ink: #171a20;
    --pine: #0f4f45;
    --mango: #f4b63f;
    --chili: #c53d2f;
    --teal: #0f7f8d;
    --cream: #fffaf1;
    --paper: #ffffff;
    --line: rgba(23, 26, 32, 0.13);
    --muted: #667085;
    --shadow: 0 24px 70px rgba(17, 24, 39, 0.16);
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.5;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

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

button,
input {
    font: inherit;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Fraunces", Georgia, serif;
    line-height: 1;
    letter-spacing: 0;
}

.shell {
    width: min(1440px, calc(100% - 72px));
    margin: 0 auto;
}

.topbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 20;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: var(--paper);
    backdrop-filter: none;
    transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease, box-shadow 220ms ease;
}

.topbar.scrolled,
.topbar.menu-active {
    border-bottom-color: rgba(255, 255, 255, 0.14);
    background: rgba(10, 12, 13, 0.82);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 118px;
    gap: 48px;
    padding: 12px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    height: 96px;
    flex-shrink: 0;
}

.brand-mark {
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: left center;
}

.brand-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.02rem;
    font-weight: 900;
}

.nav-links a {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
    white-space: nowrap;
}

.nav-links a:hover {
    color: var(--mango);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-button {
    display: none;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.1);
    color: var(--paper);
    cursor: pointer;
}

.icon-button span,
.icon-button span::before,
.icon-button span::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.icon-button span {
    position: relative;
}

.icon-button span::before {
    position: absolute;
    top: -6px;
}

.icon-button span::after {
    position: absolute;
    top: 6px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-weight: 800;
    letter-spacing: 0;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
    cursor: pointer;
}

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

.button.primary {
    background: var(--mango);
    color: #151107;
    box-shadow: 0 16px 34px rgba(244, 182, 63, 0.3);
}

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

.button.ghost {
    border-color: rgba(255, 255, 255, 0.42);
    color: var(--paper);
    background: rgba(255, 255, 255, 0.1);
}

.button.outline {
    border-color: rgba(23, 26, 32, 0.24);
    color: var(--ink);
    background: var(--paper);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--mango);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 34px;
    height: 2px;
    background: currentColor;
    content: "";
}

.section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
    gap: 38px;
    align-items: end;
    margin-bottom: 36px;
}

.section-head h2 {
    color: var(--ink);
    font-size: 4.7rem;
}

.section-head p {
    margin: 0;
    color: var(--muted);
    font-size: 1.04rem;
}

.map-frame {
    width: 100%;
    min-height: 520px;
    border: 0;
    display: block;
}

footer {
    padding: 34px 0;
    background: var(--ink);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
}

.footer-row {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto auto;
    align-items: center;
    gap: 20px;
}

.footer-brand {
    display: grid;
    gap: 4px;
}

.footer-brand strong {
    color: var(--paper);
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.25rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 800;
}

.footer-contact {
    display: grid;
    gap: 4px;
    text-align: right;
}

.back-to-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 30;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--radius);
    background: var(--ink);
    color: var(--paper);
    box-shadow: 0 14px 36px rgba(23, 26, 32, 0.22);
    font-weight: 900;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
    cursor: pointer;
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .nav-links {
        position: fixed;
        inset: 118px 0 auto;
        display: none;
        padding: 18px 20px 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(16, 20, 22, 0.96);
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links.open {
        display: flex;
    }

    .icon-button {
        display: grid;
    }

    .section-head {
        grid-template-columns: 1fr;
    }

    .section-head h2 {
        font-size: 3.35rem;
    }
}

@media (max-width: 680px) {
    .shell {
        width: min(100% - 28px, 1440px);
    }

    .nav {
        min-height: 86px;
        gap: 16px;
    }

    .nav-links {
        inset: 86px 0 auto;
    }

    .nav-actions .button {
        display: none;
    }

    .brand {
        height: 68px;
    }

    .section-head h2 {
        font-size: 2.45rem;
    }

    .map-frame {
        min-height: 340px;
    }

    .footer-row {
        grid-template-columns: 1fr;
    }

    .footer-contact {
        text-align: left;
    }
}
