/* ============================================================
   WP Maintenance UK - WordPress Care Plans London
   style.css | DM Sans | Navy #1a2b4a | Copper #c07a3a
   ============================================================ */

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

:root {
    --navy:        #1a2b4a;
    --navy-dark:   #111e35;
    --navy-mid:    #243660;
    --copper:      #c07a3a;
    --copper-dark: #a86528;
    --copper-light:#f5e9db;
    --white:       #ffffff;
    --off-white:   #f8f7f4;
    --light-grey:  #f2f4f7;
    --mid-grey:    #e2e6ed;
    --text-dark:   #1a2b4a;
    --text-body:   #374151;
    --text-muted:  #6b7280;
    --success:     #16a34a;
    --error:       #dc2626;
    --radius:      10px;
    --radius-lg:   16px;
    --shadow-sm:   0 2px 8px rgba(26,43,74,.08);
    --shadow-md:   0 6px 24px rgba(26,43,74,.12);
    --shadow-lg:   0 16px 48px rgba(26,43,74,.18);
    --transition:  0.25s ease;
    --font:        'DM Sans', sans-serif;
    --max-w:       1180px;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font); color: var(--text-body); background: var(--white); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ----- UTILITIES ------------------------------------------ */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-light       { background: var(--light-grey); }
.section-white       { background: var(--white); }
.section-navy        { background: var(--navy); color: var(--white); }
.section-copper-light{ background: var(--copper-light); }

.section-header { text-align: center; max-width: 740px; margin: 0 auto 56px; }
.section-header-light h2, .section-header-light .section-intro { color: var(--white); }

.section-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--copper);
    margin-bottom: 10px;
}
.label-copper { color: var(--copper); }

.section-header h2 {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}
.section-header-light h2 { color: var(--white); }
.section-intro { font-size: 1.05rem; color: var(--text-muted); line-height: 1.7; }
.section-header-light .section-intro { color: rgba(255,255,255,0.75); }

/* ----- BUTTONS -------------------------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all var(--transition);
    line-height: 1;
}
.btn-primary    { background: var(--copper); color: var(--white); border-color: var(--copper); }
.btn-primary:hover { background: var(--copper-dark); border-color: var(--copper-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline    { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn-outline-light:hover { background: var(--white); color: var(--navy); border-color: var(--white); transform: translateY(-2px); }
.btn-copper     { background: var(--copper); color: var(--white); border-color: var(--copper); }
.btn-copper:hover { background: var(--copper-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-full { width: 100%; }

/* ----- NAVIGATION ----------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--white); border-bottom: 1px solid var(--mid-grey); transition: box-shadow var(--transition); }
.site-header.scrolled { box-shadow: var(--shadow-md); }
.navbar { padding: 0; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 24px; }
.nav-logo { font-size: 1.1rem; font-weight: 800; color: var(--navy); flex-shrink: 0; letter-spacing: -0.02em; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 7px 14px; border-radius: 6px; font-size: 0.9rem; font-weight: 500; color: var(--text-body); transition: all var(--transition); }
.nav-links a:hover { background: var(--light-grey); color: var(--navy); }
.nav-links .nav-blog { background: var(--navy); color: var(--white); padding: 7px 16px; }
.nav-links .nav-blog:hover { background: var(--copper); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all var(--transition); }

/* ----- HERO ----------------------------------------------- */
.hero { background: var(--navy); color: var(--white); position: relative; overflow: hidden; padding: 80px 0 90px; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.london-skyline { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 200px; }
.london-skyline svg { width: 100%; height: 100%; }
.shape { position: absolute; border-radius: 50%; opacity: 0.05; background: var(--copper); }
.shape-1 { width: 480px; height: 480px; top: -180px; right: -120px; }
.shape-2 { width: 260px; height: 260px; bottom: 0; left: 8%; }
.hero-inner { display: grid; grid-template-columns: 1fr 400px; gap: 56px; align-items: center; position: relative; z-index: 1; }

.breadcrumb-nav { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 18px; flex-wrap: wrap; }
.breadcrumb-nav a { color: rgba(255,255,255,0.55); transition: color var(--transition); }
.breadcrumb-nav a:hover { color: var(--copper); }
.breadcrumb-nav span[aria-current] { color: rgba(255,255,255,0.9); }

.hero-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--copper); margin-bottom: 12px; }
.hero-headline { font-size: clamp(1.9rem, 3.8vw, 2.9rem); font-weight: 800; line-height: 1.15; color: var(--white); margin-bottom: 20px; letter-spacing: -0.02em; }
.hero-subtext { font-size: 1.05rem; color: rgba(255,255,255,0.8); line-height: 1.7; max-width: 520px; margin-bottom: 28px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.88); padding: 5px 13px; border-radius: 20px; font-size: 0.8rem; font-weight: 500; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-form-card { background: var(--white); border-radius: var(--radius-lg); padding: 30px 26px; box-shadow: var(--shadow-lg); }
.form-card-title { font-size: 1.08rem; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.form-card-sub { font-size: 0.86rem; color: var(--text-muted); margin-bottom: 18px; line-height: 1.5; }

/* ----- FORMS ---------------------------------------------- */
.form-group { margin-bottom: 13px; }
.form-group label { display: block; font-size: 0.84rem; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.form-group label span { color: var(--copper); }
.form-group input,
.form-group select,
.form-group textarea { width: 100%; padding: 10px 14px; border: 1.5px solid var(--mid-grey); border-radius: var(--radius); font-family: var(--font); font-size: 0.9rem; color: var(--text-dark); background: var(--white); transition: border-color var(--transition), box-shadow var(--transition); appearance: none; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--copper); box-shadow: 0 0 0 3px rgba(192,122,58,0.15); }
.form-group textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-consent { font-size: 0.79rem; color: var(--text-muted); margin-bottom: 14px; line-height: 1.5; }
.form-consent a { color: var(--copper); text-decoration: underline; }
.form-success { background: #f0fdf4; border: 1.5px solid #86efac; color: var(--success); padding: 14px 16px; border-radius: var(--radius); margin-bottom: 14px; font-size: 0.9rem; }
.form-error   { background: #fef2f2; border: 1.5px solid #fca5a5; color: var(--error);   padding: 14px 16px; border-radius: var(--radius); margin-bottom: 14px; font-size: 0.9rem; }
.form-error a { color: var(--error); text-decoration: underline; }

/* ----- TRUST BAR ------------------------------------------ */
.trust-bar { background: var(--navy-dark); padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.trust-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 0; }
.trust-item { display: flex; align-items: center; gap: 8px; padding: 6px 20px; font-size: 0.84rem; font-weight: 500; color: rgba(255,255,255,0.8); }
.trust-item svg { width: 16px; height: 16px; color: var(--copper); flex-shrink: 0; }
.trust-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.12); }

/* ----- TWO COLUMN GRID ------------------------------------ */
.two-col-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.content-block p { margin-bottom: 16px; color: var(--text-body); line-height: 1.75; }
.content-block p:last-of-type { margin-bottom: 24px; }
.content-block h2 { font-size: clamp(1.6rem, 2.5vw, 2.1rem); font-weight: 800; color: var(--navy); margin-bottom: 20px; line-height: 1.2; letter-spacing: -0.02em; }

/* London stats */
.london-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.london-stat-card { background: var(--white); border: 1.5px solid var(--mid-grey); border-radius: var(--radius-lg); padding: 24px 20px; text-align: center; transition: all var(--transition); }
.london-stat-card:hover { border-color: var(--copper); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.stat-number { font-size: 2rem; font-weight: 900; color: var(--copper); line-height: 1; margin-bottom: 6px; letter-spacing: -0.03em; }
.stat-label { font-size: 0.85rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; line-height: 1.3; }
.stat-context { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; }

/* ----- INDUSTRIES ----------------------------------------- */
.industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.industry-card { background: var(--white); border: 1.5px solid var(--mid-grey); border-radius: var(--radius-lg); padding: 24px 20px; transition: all var(--transition); }
.industry-card:hover { border-color: var(--copper); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.industry-icon { width: 44px; height: 44px; background: var(--copper-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--copper); margin-bottom: 14px; }
.industry-icon svg { width: 22px; height: 22px; }
.industry-card h3 { font-size: 0.92rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.3; }
.industry-card p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.65; }

/* ----- PLANS ---------------------------------------------- */
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 24px; }
.plan-card { background: rgba(255,255,255,0.07); border: 1.5px solid rgba(255,255,255,0.15); border-radius: var(--radius-lg); padding: 30px 26px; position: relative; transition: all var(--transition); display: flex; flex-direction: column; gap: 24px; }
.plan-card:hover { border-color: rgba(255,255,255,0.35); transform: translateY(-4px); }
.plan-card-featured { background: var(--white); border-color: var(--copper); color: var(--text-dark); box-shadow: 0 20px 60px rgba(0,0,0,0.22); transform: translateY(-8px); }
.plan-card-featured:hover { transform: translateY(-12px); }
.plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--copper); color: var(--white); font-size: 0.73rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 16px; border-radius: 20px; white-space: nowrap; }
.plan-tier { font-size: 0.73rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--copper); }
.plan-name { font-size: 1.15rem; font-weight: 800; color: var(--white); line-height: 1.3; }
.plan-card-featured .plan-name { color: var(--navy); }
.plan-desc { font-size: 0.86rem; color: rgba(255,255,255,0.68); line-height: 1.6; }
.plan-card-featured .plan-desc { color: var(--text-muted); }
.plan-features { flex: 1; display: flex; flex-direction: column; }
.plan-features li { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: 0.86rem; color: rgba(255,255,255,0.85); border-bottom: 1px solid rgba(255,255,255,0.07); }
.plan-card-featured .plan-features li { color: var(--text-body); border-bottom-color: var(--mid-grey); }
.plan-features .feature-na { opacity: 0.4; }
.tick, .cross { width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; font-size: 0.68rem; font-weight: 700; }
.tick { background: rgba(22,163,74,0.2); color: #16a34a; }
.tick::after { content: '✓'; }
.cross { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.4); }
.cross::after { content: '×'; }
.plan-card-featured .cross { background: var(--mid-grey); color: var(--text-muted); }
.plans-note { text-align: center; font-size: 0.87rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.plans-note a { color: var(--copper); text-decoration: underline; }

/* ----- REALITY GRID --------------------------------------- */
.reality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.reality-card { background: var(--light-grey); border: 1.5px solid var(--mid-grey); border-radius: var(--radius-lg); padding: 28px 24px; transition: all var(--transition); }
.reality-card:hover { border-color: var(--copper); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.reality-card-large { grid-column: 1 / -1; background: var(--navy); color: var(--white); border-color: transparent; }
.reality-card-large h3 { color: var(--white); }
.reality-card-large p { color: rgba(255,255,255,0.8); }
.reality-icon { width: 48px; height: 48px; background: var(--copper-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--copper); margin-bottom: 16px; }
.reality-card-large .reality-icon { background: rgba(192,122,58,0.2); color: var(--copper); }
.reality-icon svg { width: 22px; height: 22px; }
.reality-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.reality-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }

/* ----- BOROUGHS ------------------------------------------- */
.boroughs-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-bottom: 20px; }
.borough-group { background: var(--white); border: 1.5px solid var(--mid-grey); border-radius: var(--radius); padding: 20px; }
.borough-group h3 { font-size: 0.82rem; font-weight: 700; color: var(--copper); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.borough-group ul { display: flex; flex-direction: column; gap: 6px; }
.borough-group li { font-size: 0.84rem; color: var(--text-body); display: flex; align-items: center; gap: 6px; }
.borough-group li::before { content: ''; width: 5px; height: 5px; background: var(--copper); border-radius: 50%; flex-shrink: 0; }
.boroughs-note { text-align: center; font-size: 0.88rem; color: var(--text-muted); }
.boroughs-note a { color: var(--copper); text-decoration: underline; }

/* ----- AGENCY SPLIT --------------------------------------- */
.agency-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.agency-text h2 { font-size: clamp(1.6rem, 2.5vw, 2.1rem); font-weight: 800; color: var(--white); line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em; }
.agency-text p { font-size: 0.95rem; color: rgba(255,255,255,0.78); line-height: 1.75; margin-bottom: 16px; }
.agency-text p:last-of-type { margin-bottom: 28px; }
.agency-points { display: flex; flex-direction: column; gap: 24px; }
.agency-point { display: flex; gap: 18px; align-items: flex-start; }
.ap-num { font-size: 2rem; font-weight: 900; color: var(--copper); opacity: 0.4; line-height: 1; flex-shrink: 0; width: 44px; }
.agency-point h3 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 5px; }
.agency-point p { font-size: 0.86rem; color: rgba(255,255,255,0.65); line-height: 1.6; }

/* ----- FAQ ------------------------------------------------ */
.faq-grid { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--white); border: 1.5px solid var(--mid-grey); border-radius: var(--radius); overflow: hidden; transition: border-color var(--transition); }
.faq-item[open] { border-color: var(--copper); }
.faq-question { padding: 17px 20px; font-size: 0.94rem; font-weight: 600; color: var(--navy); cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: background var(--transition); user-select: none; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after { content: '+'; font-size: 1.4rem; font-weight: 300; color: var(--copper); flex-shrink: 0; transition: transform var(--transition); line-height: 1; }
.faq-item[open] .faq-question { background: var(--off-white); }
.faq-item[open] .faq-question::after { content: '+'; transform: rotate(45deg); }
.faq-answer { padding: 0 20px 18px; font-size: 0.89rem; color: var(--text-muted); line-height: 1.75; border-top: 1px solid var(--mid-grey); }
.faq-answer p { padding-top: 14px; }

/* ----- ENQUIRY -------------------------------------------- */
.enquiry-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.enquiry-content h2 { font-size: clamp(1.75rem, 2.5vw, 2.2rem); font-weight: 800; color: var(--navy); margin-bottom: 16px; line-height: 1.2; letter-spacing: -0.02em; }
.enquiry-content p { color: var(--text-body); font-size: 0.95rem; line-height: 1.7; margin-bottom: 22px; }
.enquiry-promises { margin-bottom: 20px; display: flex; flex-direction: column; gap: 8px; }
.enquiry-promises li { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: var(--text-body); }
.enquiry-promises li::before { content: '✓'; width: 20px; height: 20px; background: var(--copper-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; color: var(--copper); flex-shrink: 0; font-weight: 700; }
.location-tag { display: flex; align-items: center; gap: 9px; font-size: 0.86rem; color: var(--text-muted); margin-bottom: 16px; }
.location-tag svg { width: 16px; height: 16px; color: var(--copper); flex-shrink: 0; }
.contact-link { display: inline-flex; align-items: center; gap: 10px; color: var(--copper); font-size: 0.9rem; font-weight: 600; transition: opacity var(--transition); }
.contact-link:hover { opacity: 0.75; }
.contact-link svg { width: 17px; height: 17px; }
.enquiry-form-wrap { background: var(--white); border-radius: var(--radius-lg); padding: 34px 30px; box-shadow: var(--shadow-md); }

/* ----- EXPLORE MORE --------------------------------------- */
.explore-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.explore-card { display: flex; flex-direction: column; gap: 10px; background: var(--light-grey); border: 1.5px solid var(--mid-grey); border-radius: var(--radius-lg); padding: 24px 20px; transition: all var(--transition); }
.explore-card:hover { border-color: var(--copper); background: var(--copper-light); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.explore-icon { width: 44px; height: 44px; background: var(--white); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--copper); flex-shrink: 0; }
.explore-icon svg { width: 20px; height: 20px; }
.explore-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--navy); line-height: 1.3; }
.explore-card p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.6; flex: 1; }
.explore-link { font-size: 0.82rem; font-weight: 700; color: var(--copper); display: flex; align-items: center; gap: 5px; }
.explore-link::after { content: '→'; }

/* ----- FOOTER --------------------------------------------- */
.site-footer { background: var(--navy-dark); color: rgba(255,255,255,0.7); }
.footer-inner { display: grid; grid-template-columns: 1.5fr 2fr; gap: 56px; padding: 56px 24px 48px; max-width: var(--max-w); margin: 0 auto; }
.footer-logo { display: inline-block; font-size: 1.1rem; font-weight: 800; color: var(--white); margin-bottom: 12px; }
.footer-brand p { font-size: 0.87rem; line-height: 1.65; max-width: 280px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-col h3 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); margin-bottom: 14px; }
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: 0.87rem; color: rgba(255,255,255,0.55); transition: color var(--transition); }
.footer-col a:hover { color: var(--copper); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 18px 24px; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { font-size: 0.81rem; color: rgba(255,255,255,0.38); }

/* ----- BACK TO TOP ---------------------------------------- */
.back-to-top { position: fixed; bottom: 28px; right: 28px; width: 44px; height: 44px; background: var(--copper); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); opacity: 0; transform: translateY(12px); transition: all var(--transition); z-index: 900; }
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--copper-dark); transform: translateY(-3px); }
.back-to-top svg { width: 18px; height: 18px; }

/* ----- RESPONSIVE ----------------------------------------- */
@media (max-width: 1024px) {
    .industries-grid { grid-template-columns: repeat(2, 1fr); }
    .boroughs-grid { grid-template-columns: repeat(3, 1fr); }
    .explore-grid { grid-template-columns: repeat(2, 1fr); }
    .plans-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto 24px; }
    .plan-card-featured { transform: none; }
    .plan-card-featured:hover { transform: translateY(-4px); }
    .hero-inner { grid-template-columns: 1fr; }
    .two-col-grid { grid-template-columns: 1fr; }
    .reality-grid { grid-template-columns: 1fr; }
    .reality-card-large { grid-column: 1; }
    .agency-split { grid-template-columns: 1fr; }
    .enquiry-inner { grid-template-columns: 1fr; }
    .london-stats-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
    .section { padding: 56px 0; }
    .nav-links { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--mid-grey); padding: 14px 24px; gap: 4px; box-shadow: var(--shadow-md); }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 10px 14px; border-radius: 8px; width: 100%; }
    .nav-toggle { display: flex; }
    .trust-inner { gap: 4px 0; justify-content: flex-start; overflow-x: auto; }
    .trust-divider { display: none; }
    .hero-ctas { flex-direction: column; }
    .hero-ctas .btn { width: 100%; }
    .industries-grid { grid-template-columns: 1fr; }
    .boroughs-grid { grid-template-columns: repeat(2, 1fr); }
    .explore-grid { grid-template-columns: 1fr; }
    .london-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .form-row { grid-template-columns: 1fr; }
    .enquiry-form-wrap { padding: 22px 18px; }
    .footer-inner { grid-template-columns: 1fr; gap: 32px; }
    .footer-nav { grid-template-columns: repeat(2, 1fr); }
    .footer-bottom .container { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
    .hero-headline { font-size: 1.75rem; }
    .boroughs-grid { grid-template-columns: 1fr; }
    .footer-nav { grid-template-columns: 1fr; }
    .back-to-top { bottom: 16px; right: 16px; }
}

/* ----- ACCESSIBILITY -------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; border-radius: 4px; }
