:root {
    --tc-primary: #0f6f65;
    --tc-primary-dark: #0a4f48;
    --tc-ink: #15201f;
    --tc-soft: #f4f8f7;
}

body {
    color: var(--tc-ink);
}

.btn-primary {
    --bs-btn-bg: var(--tc-primary);
    --bs-btn-border-color: var(--tc-primary);
    --bs-btn-hover-bg: var(--tc-primary-dark);
    --bs-btn-hover-border-color: var(--tc-primary-dark);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.hero-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--tc-soft) 100%);
}

.page-hero {
    background: var(--tc-soft);
}

.nav-link.active {
    color: var(--tc-primary);
    font-weight: 700;
}

.footer-link.is-active {
    color: #fff;
    font-weight: 700;
}

.min-vh-75 {
    min-height: 75vh;
}

.eyebrow {
    color: var(--tc-primary);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-panel {
    padding: 1rem;
    border: 1px solid rgba(21, 32, 31, .1);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(21, 32, 31, .08);
}

.hero-image {
    width: 100%;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(15, 111, 101, .05), rgba(15, 111, 101, .65)),
        url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.feature-card,
.stat-box {
    padding: 1.5rem;
    border: 1px solid rgba(21, 32, 31, .1);
    border-radius: .75rem;
    background: #fff;
}

.location-section {
    background: var(--tc-soft);
}

.stat-value {
    display: block;
    color: var(--tc-primary);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.stat-label {
    display: block;
    margin-top: .5rem;
    color: #66706f;
}

.footer-link {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
}
