/*
Theme Name: FCF Security
Theme URI: https://fcfsecurity.com
Author: Forest City Frontline Security
Author URI: https://fcfsecurity.com
Description: Clean, classic WordPress theme for Forest City Frontline Security — an Indigenous-led, trauma-informed security company in London, Ontario. Ported faithfully from the hand-coded static site. Brand colours: Forest Green, Copper, Cream. Fonts: Fraunces + Inter.
Version: 1.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fcf-security
Tags: business, security, custom-logo, custom-menu, two-columns, right-sidebar, full-width-template
*/

/* ============================================================
   Styles below are ported verbatim from the static site
   (website/assets/style.css). All class names preserved so the
   markup in the PHP templates renders identically.
   ============================================================ */

/* ==========================================================================
   Forest City Frontline Security — Static Site
   Brand system: forest green + copper on cream
   ========================================================================== */

:root {
    --primary: #1d4d3d;
    --primary-dark: #112e23;
    --primary-soft: #2b6b54;
    --accent: #c8742b;
    --accent-dark: #9c5618;
    --accent-soft: #e5b27a;
    --cream: #faf6ef;
    --warm: #f0e9d8;
    --stone: #e3dccb;
    --text: #1f2421;
    --muted: #5d6661;
    --white: #ffffff;
    --ink: #0d1a14;

    --radius-sm: 6px;
    --radius: 10px;
    --radius-lg: 18px;

    --shadow-sm: 0 4px 12px rgba(13,26,20,0.06);
    --shadow: 0 12px 30px rgba(13,26,20,0.10);
    --shadow-lg: 0 24px 60px rgba(13,26,20,0.16);

    --container: 1240px;
    --container-narrow: 880px;
    --container-text: 720px;

    --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    --font-head: 'Fraunces', 'Playfair Display', Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background: var(--cream);
    color: var(--text);
    line-height: 1.65;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; display: block; }

a {
    color: var(--primary);
    text-decoration: underline;
    text-decoration-color: var(--accent-soft);
    text-underline-offset: 3px;
    transition: color .2s;
}
a:hover { color: var(--accent-dark); }

h1, h2, h3, h4, h5 {
    font-family: var(--font-head);
    color: var(--primary-dark);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.05; letter-spacing: -0.025em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.1rem; }

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

.container { max-width: var(--container); margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 1.5rem; }
.container-text { max-width: var(--container-text); margin: 0 auto; padding: 0 1.5rem; }

.eyebrow {
    color: var(--accent-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.75rem;
}

.eyebrow-light { color: var(--accent-soft); }

/* ----- Buttons ----- */
.btn {
    display: inline-block;
    padding: 0.95rem 1.85rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s;
    line-height: 1;
}
.btn-primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-ghost { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-ghost:hover { background: var(--primary); color: #fff; }
.btn-ghost-light { background: transparent; color: #fff; border-color: #fff; }
.btn-ghost-light:hover { background: #fff; color: var(--primary-dark); }

/* ----- Header ----- */
.site-header {
    background: var(--white);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--stone);
}
.topbar {
    background: var(--primary-dark);
    color: var(--cream);
    font-size: 0.82rem;
}
.topbar a { color: var(--cream); text-decoration: none; }
.topbar a:hover { color: var(--accent-soft); }
.topbar-inner {
    display: flex; justify-content: space-between; align-items: center;
    padding: 0.6rem 0; gap: 1rem; flex-wrap: wrap;
}
.topbar-tag { letter-spacing: 0.05em; }
.topbar-contact { font-weight: 600; }

.nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 1rem 0; gap: 1.5rem;
}
.brand { display: flex; align-items: center; }
.brand img { height: 56px; width: auto; }
.brand-link { text-decoration: none; }

.nav { display: flex; align-items: center; gap: 2rem; }
.nav-menu {
    list-style: none;
    display: flex;
    gap: 2rem;
}
.nav-menu a {
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
    padding: 0.5rem 0;
}
.nav-menu a:hover, .nav-menu a.active {
    color: var(--primary);
}
.nav-menu a.active::after {
    content: '';
    position: absolute; left: 0; right: 0; bottom: -2px;
    height: 2px; background: var(--accent);
}

.nav-toggle {
    display: none;
    background: transparent; border: 0; cursor: pointer;
    padding: 0.5rem; width: 44px; height: 44px;
}
.nav-toggle span {
    display: block; width: 22px; height: 2px;
    background: var(--primary); margin: 5px auto;
    transition: .25s;
}

/* ----- Hero ----- */
.hero {
    position: relative;
    background:
        linear-gradient(135deg, rgba(13,26,20,0.94) 0%, rgba(29,77,61,0.85) 55%, rgba(200,116,43,0.55) 100%),
        url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?q=80&w=1920&auto=format&fit=crop') center/cover;
    color: #fff;
    padding: 6rem 0 7rem;
    overflow: hidden;
}
.hero-inner { max-width: 900px; position: relative; z-index: 1; }
.hero h1 { color: #fff; margin-bottom: 1.5rem; }
.hero h1 em {
    color: var(--accent-soft);
    font-style: italic;
    font-weight: 500;
}
.hero-pills { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.pill {
    display: inline-block;
    padding: 0.4rem 1rem;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fff;
}
.pill-accent { color: var(--accent-soft); border-color: rgba(229,178,122,0.55); }

.hero-lede {
    font-size: 1.2rem;
    line-height: 1.65;
    color: var(--cream);
    margin-bottom: 2.5rem;
    max-width: 720px;
}
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.stat-num {
    color: var(--accent-soft);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.stat-label {
    color: #fff;
    font-size: 0.95rem;
    margin-top: 0.35rem;
}

/* ----- Section base ----- */
.section { padding: 6rem 0; }
.section-warm { background: var(--warm); }
.section-cream { background: var(--cream); }
.section-dark { background: var(--primary-dark); color: var(--cream); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: var(--cream); }

.section-head { max-width: 720px; margin: 0 0 4rem; }
.section-head-center { text-align: center; margin: 0 auto 4rem; }
.section-head p {
    font-size: 1.15rem;
    line-height: 1.65;
    color: var(--muted);
}
.section-dark .section-head p { color: var(--cream); opacity: 0.9; }

/* ----- Manifesto ----- */
.manifesto {
    padding: 7rem 0;
    background: var(--cream);
}
.manifesto-quote {
    font-family: var(--font-head);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    color: var(--primary-dark);
    max-width: 820px;
    margin: 1.5rem auto 0;
    letter-spacing: -0.01em;
}
.manifesto-attr {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted);
}

/* ----- Three Principles ----- */
.principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.principle-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border: 1px solid var(--stone);
    border-top: 6px solid var(--accent);
    border-radius: 4px;
    transition: transform .25s, box-shadow .25s;
}
.principle-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.principle-num {
    font-family: var(--font-head);
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 1rem;
    display: block;
}
.principle-card h3 { margin-bottom: 0.75rem; font-size: 1.35rem; }
.principle-card p { color: var(--muted); line-height: 1.7; }

/* ----- Leadership ----- */
.leadership {
    background: var(--warm);
    padding: 6rem 0;
}
.leaders-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}
.leader-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}
.leader-card::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100px; height: 100px;
    background: radial-gradient(circle, var(--accent-soft) 0%, transparent 70%);
    opacity: 0.3;
    pointer-events: none;
}
.leader-card .eyebrow { font-size: 0.7rem; }
.leader-card h3 {
    font-size: 2rem;
    margin: 0.5rem 0 0.25rem;
}
.leader-tag {
    font-family: var(--font-head);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--primary);
    margin-bottom: 1.25rem;
}
.leader-divider {
    width: 50px;
    height: 3px;
    background: var(--accent);
    margin-bottom: 1.5rem;
    border-radius: 999px;
}
.leader-card p {
    color: var(--text);
    line-height: 1.7;
    font-size: 0.98rem;
}
.leader-meta {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--stone);
}
.leader-meta-title {
    color: var(--accent-dark);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.leader-meta ul { list-style: none; padding: 0; }
.leader-meta li {
    padding: 0.35rem 0;
    font-size: 0.92rem;
    color: var(--text);
    position: relative;
    padding-left: 1.25rem;
}
.leader-meta li::before {
    content: '✦';
    color: var(--accent);
    position: absolute;
    left: 0;
}

/* ----- 3% Pledge — signature section ----- */
.pledge {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    color: var(--cream);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}
.pledge::before {
    content: '';
    position: absolute;
    top: -20%; right: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(200,116,43,0.18) 0%, transparent 60%);
    pointer-events: none;
}
.pledge-grid {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
.pledge-number {
    font-family: var(--font-head);
    font-style: italic;
    font-weight: 600;
    font-size: clamp(6rem, 16vw, 14rem);
    line-height: 0.85;
    color: var(--accent-soft);
    letter-spacing: -0.04em;
}
.pledge-tagline {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 1rem;
}
.pledge h2 { color: #fff; margin-bottom: 1.5rem; }
.pledge p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--cream);
    opacity: 0.95;
}
.pledge strong { color: var(--accent-soft); }

/* ----- Who we serve ----- */
.serve-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.serve-card {
    padding: 3rem 2.5rem;
    border-radius: 8px;
}
.serve-card-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--cream);
}
.serve-card-primary h3 { color: #fff; }
.serve-card-secondary {
    background: var(--warm);
    border: 1px solid var(--stone);
}
.serve-card .eyebrow { font-size: 0.72rem; margin-bottom: 0.75rem; }
.serve-card h3 { font-size: 1.6rem; margin-bottom: 1rem; }
.serve-card ul { list-style: none; padding: 0; margin-top: 1.5rem; }
.serve-card li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.5;
}
.serve-card li::before {
    content: '✦';
    color: var(--accent);
    position: absolute;
    left: 0;
}
.serve-card-primary li::before { color: var(--accent-soft); }

/* ----- Credentials Strip ----- */
.credentials {
    background: var(--primary-dark);
    color: var(--cream);
    padding: 4rem 0;
}
.cred-eyebrow {
    text-align: center;
    color: var(--accent-soft);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}
.cred-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    text-align: center;
}
.cred-item h4 {
    color: #fff;
    font-family: var(--font-head);
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}
.cred-item span {
    color: var(--stone);
    font-size: 0.82rem;
}

/* ----- CTA Banner ----- */
.cta-section { padding: 5rem 0; }
.cta-banner {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #fff;
    padding: 4.5rem 3rem;
    border-radius: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-banner::before {
    content: '';
    position: absolute;
    top: -50%; right: -10%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(200,116,43,0.25) 0%, transparent 60%);
}
.cta-banner h2 { color: #fff; max-width: 720px; margin: 0.5rem auto 1.25rem; position: relative; }
.cta-banner p {
    color: var(--cream);
    max-width: 620px;
    margin: 0 auto 2rem;
    position: relative;
    font-size: 1.1rem;
}
.cta-banner .cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

/* ----- Page Hero (interior pages) ----- */
.page-hero {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #fff;
    padding: 5rem 0 4.5rem;
    text-align: center;
}
.page-hero h1 { color: #fff; margin-bottom: 0.75rem; font-size: clamp(2rem, 4.5vw, 3.5rem); }
.page-hero p {
    color: var(--cream);
    font-size: 1.15rem;
    max-width: 720px;
    margin: 0 auto;
    opacity: 0.95;
}
.breadcrumb {
    display: inline-block;
    color: var(--accent-soft);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

/* ----- Long-form story (about page) ----- */
.story {
    max-width: 820px;
    margin: 0 auto;
}
.story p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 1.5em;
}
.story h2 {
    margin: 3rem 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.2rem);
}
.story .pull-quote {
    font-family: var(--font-head);
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.4;
    color: var(--primary-dark);
    border-left: 4px solid var(--accent);
    padding-left: 1.5rem;
    margin: 2.5rem 0;
}
.story .pull-quote cite {
    display: block;
    font-style: normal;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 1rem;
}
.story .divider {
    height: 1px;
    background: var(--stone);
    margin: 4rem 0;
}

/* ----- Services detail ----- */
.service-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 4rem 0;
    border-bottom: 1px solid var(--stone);
}
.service-detail:last-child { border-bottom: 0; }
.service-detail.reverse > :first-child { order: 2; }
.service-detail .eyebrow { font-size: 0.75rem; }
.service-detail h2 { margin: 0.5rem 0 1rem; }
.service-detail ul {
    padding: 0;
    list-style: none;
    margin: 1.5rem 0;
}
.service-detail li {
    padding: 0.5rem 0 0.5rem 1.75rem;
    color: var(--muted);
    position: relative;
    line-height: 1.5;
}
.service-detail li::before {
    content: '✓';
    color: var(--accent);
    font-weight: 700;
    position: absolute;
    left: 0;
}
.service-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.service-img img { aspect-ratio: 4/3; object-fit: cover; }

/* ----- Contact ----- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}
.contact-info ul { list-style: none; padding: 0; }
.contact-info li {
    display: flex; gap: 1.25rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--stone);
    align-items: flex-start;
}
.contact-info li:last-child { border-bottom: 0; }
.contact-icon {
    width: 44px; height: 44px;
    flex-shrink: 0;
    background: var(--warm);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: var(--primary);
    font-size: 1.1rem;
}
.contact-label {
    color: var(--accent-dark);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
.contact-value { color: var(--primary-dark); font-weight: 600; font-size: 1.05rem; }
.contact-value a { color: inherit; text-decoration: none; }
.contact-value a:hover { color: var(--accent-dark); }

.form-wrap {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 12px;
    border: 1px solid var(--stone);
}
.form-wrap h3 { margin-bottom: 0.5rem; }
.form-wrap p { color: var(--muted); margin-bottom: 1.5rem; font-size: 0.95rem; }
.form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form label {
    display: flex; flex-direction: column;
    font-weight: 600; font-size: 0.85rem;
    color: var(--primary-dark);
    gap: 0.35rem;
}
.form input, .form select, .form textarea {
    font: inherit;
    padding: 0.85rem 1rem;
    border: 1px solid var(--stone);
    border-radius: 8px;
    background: var(--cream);
    color: var(--text);
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.form input:focus, .form select:focus, .form textarea:focus {
    outline: none;
    border-color: var(--accent);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(200,116,43,0.15);
}
.form button { align-self: flex-start; margin-top: 0.5rem; }

.alert-box {
    background: var(--warm);
    border-left: 4px solid var(--accent);
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    margin-top: 1.5rem;
}
.alert-box strong { color: var(--primary-dark); }
.alert-box p { margin: 0.25rem 0 0; color: var(--muted); font-size: 0.95rem; }

/* ----- Footer ----- */
.site-footer {
    background: var(--primary-dark);
    color: var(--cream);
    padding: 5rem 0 2rem;
    margin-top: 5rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 3rem;
    padding-bottom: 3rem;
}
.footer-brand { display: flex; align-items: center; gap: 0.75rem; }
.footer-brand img { height: 48px; }
.footer-tag {
    margin-top: 1.25rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #b9b09c;
}
.footer-pledge {
    color: var(--accent-soft);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 1rem;
}
.footer-col h4 {
    color: #fff;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: 0.6rem; font-size: 0.95rem; }
.footer-col a { color: #d8d2c4; text-decoration: none; }
.footer-col a:hover { color: var(--accent-soft); }
.footer-247 { color: var(--accent-soft); font-weight: 700; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 1.5rem;
    display: flex; justify-content: space-between; gap: 1rem;
    font-size: 0.82rem; color: #968b73;
    flex-wrap: wrap;
}

/* ----- Responsive ----- */
@media (max-width: 980px) {
    .principles-grid,
    .leaders-grid,
    .serve-grid,
    .contact-grid,
    .service-detail { grid-template-columns: 1fr; gap: 2rem; }
    .service-detail.reverse > :first-child { order: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .pledge-grid { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
    .pledge-number { text-align: center; }
    .cred-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .hero-stats { grid-template-columns: repeat(2, 1fr); }
    .section, .pledge, .leadership { padding: 4.5rem 0; }
}
@media (max-width: 720px) {
    .nav-toggle { display: block; }
    .nav {
        position: absolute; top: 100%; left: 0; right: 0;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 1rem 1.5rem 1.5rem;
        gap: 0.5rem;
        border-bottom: 1px solid var(--stone);
        box-shadow: var(--shadow);
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }
    .nav.is-open { max-height: 600px; }
    .nav-menu {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    .nav-menu li { border-bottom: 1px solid var(--stone); }
    .nav-menu a { display: block; padding: 0.85rem 0; }
    .topbar-tag { display: none; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero-stats { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
    .cta-banner { padding: 3rem 1.5rem; }
}
