:root {
    --wcw-ink: #182126;
    --wcw-charcoal: #253137;
    --wcw-slate: #5c696d;
    --wcw-olive: #607b3b;
    --wcw-olive-dark: #445c28;
    --wcw-lime: #b4cf67;
    --wcw-cream: #f5f3ec;
    --wcw-mist: #e8ece8;
    --wcw-white: #ffffff;
    --wcw-border: #d6ddd6;
    --wcw-shadow: 0 18px 45px rgba(24, 33, 38, 0.12);
    --wcw-radius: 1.1rem;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--wcw-white);
    color: var(--wcw-ink);
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.65;
}

a {
    color: var(--wcw-olive-dark);
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

a:hover {
    color: var(--wcw-olive);
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-name,
.footer-brand {
    color: var(--wcw-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

h1 {
    font-size: clamp(2.45rem, 6vw, 5rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3.45rem);
}

h3 {
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

p:last-child {
    margin-bottom: 0;
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 0.72rem 1.35rem;
}

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

.site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--wcw-border);
    box-shadow: 0 8px 26px rgba(24, 33, 38, 0.06);
    backdrop-filter: blur(14px);
}

.site-navbar {
    min-height: 84px;
    padding: 0.55rem 0;
}

.navbar-brand {
    align-items: center;
    display: inline-flex;
    gap: 0.8rem;
    margin-right: 1.5rem;
    padding: 0;
    text-decoration: none;
}

.brand-mark,
.footer-mark {
    height: auto;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.brand-tagline {
    color: var(--wcw-slate);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    margin-top: 0.15rem;
    text-transform: uppercase;
}

.navbar-nav {
    gap: 0.15rem;
}

.navbar-nav .nav-link {
    border-radius: 999px;
    color: var(--wcw-charcoal);
    font-size: 0.94rem;
    font-weight: 700;
    padding: 0.6rem 0.82rem;
    text-decoration: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background: var(--wcw-mist);
    color: var(--wcw-olive-dark);
}

.dropdown-menu {
    border: 1px solid var(--wcw-border);
    border-radius: 0.8rem;
    box-shadow: var(--wcw-shadow);
    padding: 0.55rem;
}

.dropdown-item {
    border-radius: 0.55rem;
    font-weight: 650;
    padding: 0.55rem 0.8rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: var(--wcw-mist);
    color: var(--wcw-olive-dark);
}

.portal-button:hover {
    background: var(--wcw-charcoal);
    border-color: var(--wcw-charcoal);
}

.cms-page-content > :first-child {
    margin-top: 0;
}

.wcw-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.wcw-section-compact {
    padding: clamp(2.8rem, 6vw, 4.5rem) 0;
}

.wcw-section-muted {
    background: var(--wcw-cream);
}

.wcw-section-dark {
    background: var(--wcw-charcoal);
    color: rgba(255, 255, 255, 0.84);
}

.wcw-section-dark h1,
.wcw-section-dark h2,
.wcw-section-dark h3,
.wcw-section-dark h4,
.wcw-section-dark a:not(.btn) {
    color: var(--wcw-white);
}

.wcw-section-dark .wcw-lead {
    color: rgba(255, 255, 255, 0.84);
}

.wcw-intro {
    background:
        radial-gradient(circle at 88% 12%, rgba(180, 207, 103, 0.3), transparent 28rem),
        linear-gradient(135deg, var(--wcw-cream), #ffffff 66%);
    border-bottom: 1px solid var(--wcw-border);
    padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.wcw-intro .container {
    max-width: 1440px;
}

.wcw-intro h1 {
    font-size: clamp(2.5rem, 3.6vw, 3.75rem);
    max-width: 13ch;
}

.wcw-intro .lead,
.wcw-lead {
    color: var(--wcw-slate);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.65;
    max-width: 42rem;
}

.wcw-kicker {
    align-items: center;
    color: var(--wcw-olive-dark);
    display: flex;
    font-size: 0.78rem;
    font-weight: 850;
    gap: 0.65rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.wcw-kicker::before {
    background: var(--wcw-lime);
    content: "";
    height: 0.22rem;
    width: 2.4rem;
}

.wcw-image-frame {
    background: var(--wcw-mist);
    border: 2px solid var(--wcw-ink);
    border-radius: var(--wcw-radius);
    box-shadow: 0 26px 58px rgba(24, 33, 38, 0.32);
    overflow: hidden;
}

.wcw-image-frame img,
img.wcw-image-frame {
    display: block;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    width: 100%;
}

.wcw-intro .wcw-image-frame img {
    min-height: 440px;
}

.wcw-image-frame-compact {
    aspect-ratio: 1 / 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 390px;
}

.wcw-image-frame-compact img {
    height: 100%;
    min-height: 0;
    object-fit: contain;
    padding: 2rem;
}

.wcw-image-frame-large {
    aspect-ratio: 4 / 3;
}

.wcw-image-frame-large img {
    height: 100%;
    min-height: 0;
    object-fit: contain;
    padding: 1rem;
}

.wcw-image-frame-small img,
img.wcw-image-frame-small {
    min-height: 240px;
}

.wcw-card,
.wcw-value-card,
.wcw-service-card {
    background: var(--wcw-white);
    border: 1px solid var(--wcw-border);
    border-radius: var(--wcw-radius);
    height: 100%;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wcw-card:hover,
.wcw-value-card:hover,
.wcw-service-card:hover {
    border-color: rgba(96, 123, 59, 0.5);
    box-shadow: 0 16px 36px rgba(24, 33, 38, 0.09);
    transform: translateY(-3px);
}

.wcw-card h3,
.wcw-value-card h3,
.wcw-service-card h3 {
    margin-bottom: 0.85rem;
}

.wcw-info-card {
    display: flex;
    flex-direction: column;
}

.wcw-card-image {
    aspect-ratio: 16 / 10;
    background: var(--wcw-mist);
    border-radius: 0.75rem;
    overflow: hidden;
}

.wcw-card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wcw-card-link {
    font-weight: 800;
    margin-top: auto;
    padding-top: 1rem;
}

.wcw-number {
    color: var(--wcw-olive);
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem;
}

.wcw-rule {
    border: 0;
    border-top: 3px solid var(--wcw-lime);
    margin: 1.5rem 0;
    opacity: 1;
    width: 4.5rem;
}

.wcw-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wcw-check-list li {
    border-bottom: 1px solid var(--wcw-border);
    padding: 0.8rem 0 0.8rem 1.75rem;
    position: relative;
}

.wcw-check-list li::before {
    color: var(--wcw-olive-dark);
    content: "✓";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.wcw-check-list li:last-child {
    border-bottom: 0;
}

.wcw-cta-band {
    background: var(--wcw-lime);
    border-radius: var(--wcw-radius);
    color: var(--wcw-ink);
    padding: clamp(2rem, 5vw, 3.5rem);
}

.wcw-cta-band h2,
.wcw-cta-band h3 {
    color: var(--wcw-ink);
}

.wcw-cta-band .wcw-lead {
    color: var(--wcw-ink);
}

.wcw-review-panel {
    background: var(--wcw-white);
    border: 1px solid var(--wcw-border);
    border-radius: var(--wcw-radius);
    box-shadow: var(--wcw-shadow);
    padding: clamp(1.5rem, 4vw, 3rem);
}

.form-control,
.form-select {
    border-color: #bcc7bc;
    border-radius: 0.65rem;
    min-height: 3rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--wcw-olive);
    box-shadow: 0 0 0 0.25rem rgba(96, 123, 59, 0.16);
}

.site-footer {
    background: var(--wcw-ink);
    color: rgba(255, 255, 255, 0.72);
    padding: 3.5rem 0 2rem;
}

.footer-identity {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.footer-mark {
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.footer-brand {
    color: var(--wcw-white);
    font-size: 1.65rem;
}

.footer-summary {
    max-width: 34rem;
}

.footer-label {
    color: var(--wcw-lime);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-footer a {
    color: var(--wcw-white);
}

.site-footer a:hover {
    color: var(--wcw-lime);
}

.footer-editable:empty {
    display: none;
}

.site-footer hr {
    border-color: rgba(255, 255, 255, 0.18);
    margin: 2.25rem 0 1.5rem;
}

.copyright {
    font-size: 0.86rem;
}

@media (max-width: 991.98px) {
    .site-navbar {
        min-height: 74px;
    }

    .brand-mark {
        width: 48px;
    }

    .navbar-collapse {
        border-top: 1px solid var(--wcw-border);
        margin-top: 0.65rem;
        padding: 1rem 0;
    }

    .navbar-nav {
        align-items: stretch !important;
    }

    .navbar-nav .nav-link {
        padding: 0.7rem 0.85rem;
    }
}

@media (max-width: 575.98px) {
    .brand-tagline {
        display: none;
    }

    .brand-name {
        font-size: 1.22rem;
    }

    .wcw-section {
        padding: 3.5rem 0;
    }

    .footer-identity {
        align-items: flex-start;
    }
}

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