/* =====================================================
   Flat Roofs Newcastle — Main Stylesheet
   Modern professional · Atkinson Hyperlegible
   ===================================================== */

/* --- Atkinson Hyperlegible from Google Fonts is loaded in <head>. */

:root {
    --c-ink:        #0f1115;
    --c-ink-soft:   #2a2d34;
    --c-body:       #3d4148;
    --c-muted:      #6b7280;
    --c-line:       #e5e7eb;
    --c-line-soft:  #f1f2f4;
    --c-bg:         #ffffff;
    --c-bg-alt:     #f7f8fa;
    --c-bg-dark:    #0f1115;
    --c-accent:     #c8252b;
    --c-accent-dk:  #9b1c20;
    --c-accent-soft:#fdecec;
    --c-gold:       #b8860b;
    --c-green:      #15803d;

    --font-display: "Atkinson Hyperlegible", "Helvetica Neue", Arial, sans-serif;
    --font-body:    "Atkinson Hyperlegible", "Helvetica Neue", Arial, sans-serif;

    --container:    1180px;
    --container-sm: 880px;

    --r-sm: 6px;
    --r-md: 10px;
    --r-lg: 16px;

    --shadow-sm: 0 1px 2px rgba(15,17,21,.05), 0 1px 1px rgba(15,17,21,.03);
    --shadow-md: 0 4px 12px rgba(15,17,21,.06), 0 2px 4px rgba(15,17,21,.04);
    --shadow-lg: 0 20px 40px rgba(15,17,21,.08), 0 4px 12px rgba(15,17,21,.05);
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.65;
    color: var(--c-body);
    background: var(--c-bg);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-accent); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--c-accent-dk); }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

/* --- Typography --- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    color: var(--c-ink);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); margin-bottom: 1rem; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); margin-bottom: .9rem; }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); margin-bottom: .6rem; }
h4 { font-size: 1.15rem; margin-bottom: .5rem; }
p  { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
strong { color: var(--c-ink-soft); font-weight: 700; }
ul, ol { margin: 0 0 1rem 1.25rem; }
li { margin-bottom: .35rem; }

/* --- Layout --- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-sm { max-width: var(--container-sm); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(48px, 7vw, 96px) 0; }
.section-alt { background: var(--c-bg-alt); }
.section-dark { background: var(--c-bg-dark); color: #d1d5db; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.text-center { text-align: center; }

.eyebrow {
    display: inline-block;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--c-accent);
    margin-bottom: 1rem;
    padding-bottom: .4rem;
    border-bottom: 2px solid var(--c-accent);
}

.lead { font-size: 1.15rem; color: var(--c-ink-soft); }

/* --- Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: 14px 26px;
    font-weight: 700;
    font-size: .98rem;
    border-radius: var(--r-sm);
    transition: all .18s ease;
    border: 2px solid transparent;
    text-align: center;
    white-space: nowrap;
}
.btn-primary {
    background: var(--c-accent);
    color: #fff;
    border-color: var(--c-accent);
}
.btn-primary:hover { background: var(--c-accent-dk); border-color: var(--c-accent-dk); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-ghost {
    background: transparent;
    color: var(--c-ink);
    border-color: var(--c-line);
}
.btn-ghost:hover { border-color: var(--c-ink); color: var(--c-ink); }
.btn-light {
    background: #fff;
    color: var(--c-ink);
}
.btn-light:hover { background: var(--c-bg-alt); color: var(--c-ink); }

/* --- Top phone bar --- */
.topbar {
    background: var(--c-ink);
    color: #d4d6db;
    font-size: .85rem;
    padding: 8px 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 700; }
.topbar a:hover { color: #fff; opacity: .85; }
.topbar-item { display: inline-flex; align-items: center; gap: .4rem; }

/* --- Header --- */
.site-header {
    background: #fff;
    border-bottom: 1px solid var(--c-line);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--shadow-sm);
}
.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 14px;
    padding-bottom: 14px;
}
.site-logo {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    text-decoration: none;
    color: var(--c-ink);
}
.site-logo img, .site-logo svg { width: 42px; height: 42px; flex-shrink: 0; }
.site-logo .logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.site-logo .logo-text strong { font-family: var(--font-display); font-size: 1.1rem; color: var(--c-ink); font-weight: 700; }
.site-logo .logo-text span { font-size: .75rem; color: var(--c-muted); letter-spacing: .04em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: .5rem; }
.site-nav a {
    color: var(--c-ink-soft);
    font-weight: 600;
    font-size: .96rem;
    padding: 10px 14px;
    border-radius: var(--r-sm);
    transition: all .15s ease;
}
.site-nav a:hover, .site-nav a.is-active { color: var(--c-accent); background: var(--c-accent-soft); }
.site-nav .btn { margin-left: .5rem; padding: 10px 18px; font-size: .95rem; }
.site-nav a.btn-primary,
.site-nav a.btn-primary:hover,
.site-nav a.btn-primary:focus,
.site-nav a.btn-primary:visited,
.site-nav a.btn-primary.is-active { color: #fff !important; background: var(--c-accent); }
.site-nav a.btn-primary:hover { background: var(--c-accent-dk); }

/* --- Mobile menu toggle --- */
.menu-toggle {
    display: none;
    width: 44px; height: 44px;
    border-radius: var(--r-sm);
    background: var(--c-bg-alt);
}
.menu-toggle span {
    display: block; width: 22px; height: 2px;
    background: var(--c-ink); margin: 4px auto;
    transition: all .2s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* --- Hero --- */
.hero {
    position: relative;
    padding: clamp(56px, 9vw, 120px) 0 clamp(64px, 10vw, 130px);
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; width: 50%; height: 100%;
    background: linear-gradient(135deg, transparent 50%, rgba(200,37,43,.04) 100%);
    z-index: 0;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}
.hero-copy h1 .accent { color: var(--c-accent); }
.hero-copy .lead { margin-bottom: 1.75rem; }
.hero-cta { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.hero-trust {
    display: flex; gap: 1.5rem; flex-wrap: wrap;
    padding-top: 1.25rem;
    border-top: 1px solid var(--c-line);
}
.hero-trust-item { display: flex; align-items: center; gap: .5rem; font-size: .9rem; color: var(--c-ink-soft); font-weight: 600; }
.hero-trust-item svg { width: 20px; height: 20px; color: var(--c-accent); }
.hero-media {
    position: relative;
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4/3;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media-tag {
    position: absolute;
    bottom: 20px; left: 20px;
    background: rgba(15,17,21,.9);
    color: #fff;
    padding: 8px 14px;
    font-size: .85rem;
    border-radius: var(--r-sm);
    backdrop-filter: blur(4px);
    font-weight: 600;
}

/* --- Cards & grids --- */
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: var(--r-md);
    padding: 28px;
    transition: all .2s ease;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: #d4d7dd; }
.card h3 { margin-bottom: .6rem; }
.card p { color: var(--c-body); font-size: .95rem; }
.card-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 48px; height: 48px;
    background: var(--c-accent-soft);
    color: var(--c-accent);
    border-radius: var(--r-sm);
    margin-bottom: 1rem;
}
.card-icon svg { width: 24px; height: 24px; }
.card-link {
    display: inline-flex; align-items: center; gap: .35rem;
    margin-top: 1rem; font-weight: 700; font-size: .9rem;
    color: var(--c-accent);
}
.card-link:hover { gap: .55rem; }

/* Service card with image */
.service-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.service-card .service-image { aspect-ratio: 16/10; overflow: hidden; background: var(--c-bg-alt); }
.service-card .service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-image img { transform: scale(1.04); }
.service-card .service-body { padding: 24px; flex-grow: 1; display: flex; flex-direction: column; }
.service-card .service-body p { flex-grow: 1; }

/* --- Section heading block --- */
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }

/* --- Feature row (icon + text) --- */
.feature-row { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem 0; }
.feature-row .feature-icon {
    flex-shrink: 0;
    width: 44px; height: 44px;
    background: var(--c-accent-soft); color: var(--c-accent);
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: var(--r-sm);
}
.feature-row .feature-icon svg { width: 22px; height: 22px; }
.feature-row h4 { margin-bottom: .25rem; }
.feature-row p { font-size: .95rem; }

/* --- Two-column content row --- */
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}
.two-col img { border-radius: var(--r-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/3; object-fit: cover; width: 100%; }

/* --- Stats strip --- */
.stats-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 0;
    background: var(--c-bg-dark);
    border-radius: var(--r-lg);
    overflow: hidden;
}
.stats-strip .stat {
    padding: 32px 24px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.08);
}
.stats-strip .stat:last-child { border-right: 0; }
.stats-strip .stat-num { font-family: var(--font-display); font-size: clamp(1.75rem, 3vw, 2.4rem); font-weight: 700; color: #fff; line-height: 1; margin-bottom: .25rem; }
.stats-strip .stat-num .unit { color: var(--c-accent); }
.stats-strip .stat-label { font-size: .85rem; color: #9ca3af; }

/* --- FAQ accordion --- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: var(--r-md);
    margin-bottom: 12px;
    transition: all .15s ease;
}
.faq-item[open] { border-color: var(--c-accent); box-shadow: var(--shadow-sm); }
.faq-item summary {
    display: flex; justify-content: space-between; align-items: center; gap: 1rem;
    padding: 20px 24px;
    cursor: pointer;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--c-ink);
    list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--c-accent);
    transition: transform .2s ease;
    flex-shrink: 0;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--c-body); }

/* --- Breadcrumb --- */
.breadcrumb {
    padding: 16px 0;
    font-size: .88rem;
    background: var(--c-bg-alt);
    border-bottom: 1px solid var(--c-line);
}
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.breadcrumb li { display: inline-flex; align-items: center; gap: .35rem; color: var(--c-muted); }
.breadcrumb li + li::before { content: '/'; color: var(--c-muted); margin-right: .35rem; }
.breadcrumb a { color: var(--c-muted); }
.breadcrumb a:hover { color: var(--c-accent); }
.breadcrumb li[aria-current="page"] { color: var(--c-ink); font-weight: 600; }

/* --- Page hero (smaller) --- */
.page-hero {
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
    padding: clamp(40px, 6vw, 72px) 0;
    border-bottom: 1px solid var(--c-line);
}
.page-hero h1 { margin-bottom: .75rem; }
.page-hero .lead { max-width: 720px; }

/* --- Content prose (long-form) --- */
.prose { max-width: 820px; }
.prose h2 { margin-top: 2.5rem; }
.prose h3 { margin-top: 2rem; }
.prose p, .prose ul, .prose ol { font-size: 1.02rem; line-height: 1.75; }
.prose ul li::marker { color: var(--c-accent); }
.prose img { border-radius: var(--r-md); margin: 1.5rem 0; box-shadow: var(--shadow-sm); }
.prose blockquote {
    border-left: 4px solid var(--c-accent);
    padding: 8px 0 8px 20px;
    margin: 1.5rem 0;
    font-style: italic;
    color: var(--c-ink-soft);
}

/* --- Inline image figure --- */
.figure { margin: 1.5rem 0; }
.figure img { width: 100%; border-radius: var(--r-md); }
.figure figcaption { font-size: .85rem; color: var(--c-muted); padding-top: .5rem; text-align: center; }

/* --- Image grid --- */
.image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 2rem 0; }
.image-grid img { aspect-ratio: 1/1; object-fit: cover; border-radius: var(--r-sm); width: 100%; }

/* --- CTA block --- */
.cta-block {
    background: var(--c-ink);
    color: #fff;
    border-radius: var(--r-lg);
    padding: clamp(40px, 6vw, 64px);
    text-align: center;
    background-image:
        radial-gradient(circle at 80% 20%, rgba(200,37,43,.15), transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(200,37,43,.08), transparent 50%);
}
.cta-block h2 { color: #fff; }
.cta-block p { color: #d1d5db; max-width: 600px; margin: 0 auto 1.5rem; font-size: 1.05rem; }
.cta-block .btn-light { color: var(--c-ink); }

/* --- Form --- */
.form-wrap {
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: var(--r-lg);
    padding: clamp(28px, 4vw, 40px);
    box-shadow: var(--shadow-md);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; margin-bottom: 16px; }
.form-group label {
    font-size: .9rem; font-weight: 600;
    color: var(--c-ink-soft); margin-bottom: .35rem;
}
.form-group label .req { color: var(--c-accent); }
.form-group input, .form-group select, .form-group textarea {
    font-family: inherit;
    font-size: 1rem;
    padding: 12px 14px;
    border: 1px solid var(--c-line);
    border-radius: var(--r-sm);
    background: #fff;
    color: var(--c-ink);
    transition: border-color .15s ease, box-shadow .15s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: 0;
    border-color: var(--c-accent);
    box-shadow: 0 0 0 3px rgba(200,37,43,.12);
}
.form-group textarea { resize: vertical; min-height: 140px; }
.form-group small { color: var(--c-muted); font-size: .82rem; margin-top: .35rem; }
.honeypot { position: absolute; left: -9999px; }

/* --- Testimonial card --- */
.testimonial {
    background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-md);
    padding: 28px;
}
.testimonial .stars { color: var(--c-gold); margin-bottom: .75rem; font-size: 1.05rem; letter-spacing: 2px; }
.testimonial blockquote { font-style: normal; border: 0; padding: 0; margin: 0 0 1rem; font-size: 1rem; color: var(--c-ink-soft); line-height: 1.6; }
.testimonial cite { font-style: normal; font-weight: 700; color: var(--c-ink); font-size: .92rem; }
.testimonial .meta { font-size: .82rem; color: var(--c-muted); }

/* --- Area list --- */
.area-list {
    columns: 4; column-gap: 24px;
    list-style: none; margin: 0; padding: 0;
}
.area-list li { break-inside: avoid; padding: 6px 0; font-size: .95rem; border-bottom: 1px dashed var(--c-line-soft); }
.area-list a { color: var(--c-ink-soft); display: block; }
.area-list a::before { content: '→ '; color: var(--c-accent); opacity: 0; transition: opacity .15s; }
.area-list a:hover { color: var(--c-accent); }
.area-list a:hover::before { opacity: 1; }

/* --- Footer --- */
.site-footer {
    background: #0a0b0e;
    color: #9ca3af;
    padding: 64px 0 0;
    font-size: .9rem;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.site-footer h4 { color: #fff; font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer ul li { margin-bottom: .55rem; }
.site-footer a { color: #cbd5e1; }
.site-footer a:hover { color: #fff; }
.footer-logo { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.footer-logo img, .footer-logo svg { width: 46px; height: 46px; }
.footer-logo strong { color: #fff; font-size: 1.1rem; font-family: var(--font-display); }
.footer-blurb { color: #9ca3af; margin-bottom: 1rem; max-width: 320px; }
.footer-contact { color: #cbd5e1; }
.footer-contact a { color: #fff; font-weight: 700; }
.footer-bottom {
    border-top: 1px solid #1f232b;
    padding: 24px 0;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 1rem;
    color: #6b7280;
    font-size: .85rem;
}
.footer-bottom .footer-meta a { color: #9ca3af; margin-left: 1rem; }

/* --- Pill / tag --- */
.pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 700;
    background: var(--c-accent-soft);
    color: var(--c-accent);
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* --- Sitemap layout --- */
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.sitemap-grid h3 { font-size: 1.1rem; margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 2px solid var(--c-accent); }
.sitemap-grid ul { list-style: none; margin: 0; padding: 0; }
.sitemap-grid ul li { padding: 5px 0; }
.sitemap-grid ul a { color: var(--c-ink-soft); }

/* --- Map embed --- */
.map-embed { border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 16/9; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }

/* --- Reviews block --- */
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 2rem 0; }

/* --- Skip link --- */
.skip-link {
    position: absolute; top: -40px; left: 8px;
    background: var(--c-accent); color: #fff; padding: 8px 14px;
    border-radius: var(--r-sm); z-index: 999;
}
.skip-link:focus { top: 8px; color: #fff; }

/* =====================================================
   Responsive — mobile menu + reflow
   ===================================================== */
@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-media { order: -1; max-height: 360px; }
    .two-col { grid-template-columns: 1fr; }
    .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .stats-strip { grid-template-columns: repeat(2, 1fr); }
    .stats-strip .stat { border-bottom: 1px solid rgba(255,255,255,.08); }
    .stats-strip .stat:nth-child(2n) { border-right: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .area-list { columns: 2; }
    .sitemap-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
    .menu-toggle { display: inline-flex; align-items: center; justify-content: center; flex-direction: column; }
    .site-nav {
        position: fixed; top: 0; right: -100%;
        width: min(82vw, 340px); height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 80px 24px 24px;
        gap: 0;
        box-shadow: -10px 0 30px rgba(0,0,0,.1);
        transition: right .25s ease;
        z-index: 99;
    }
    .site-nav.is-open { right: 0; }
    .site-nav a { padding: 14px 16px; border-radius: var(--r-sm); }
    .site-nav .btn { margin-left: 0; margin-top: .5rem; justify-content: center; }
    .topbar-item.hide-mobile { display: none; }
    .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
    .review-grid { grid-template-columns: 1fr; }
    .sitemap-grid { grid-template-columns: 1fr; }
    .stats-strip { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .area-list { columns: 1; }
    .hero-cta { flex-direction: column; align-items: stretch; }
    .hero-cta .btn { justify-content: center; }
    body.menu-open { overflow: hidden; }
    body.menu-open::after {
        content: ''; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 98;
    }
}

/* --- Print --- */
@media print {
    .topbar, .site-header, .site-footer, .menu-toggle, .cta-block { display: none; }
    body { font-size: 11pt; color: #000; }
    a { color: #000; text-decoration: underline; }
}

/* --- Animations --- */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp .5s ease both; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }

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