/*
Theme Name: AJ Removal London
Theme URI: https://ajremovallondon.co.uk
Author: AJ Removal London
Description: Custom WordPress theme for removals and property lettings in London.
Version: 1.0.0
Text Domain: aj-removal-london
*/

:root {
  --ink: #18201d;
  --muted: #5d6863;
  --green: #167a58;
  --green-dark: #0d513b;
  --yellow: #f4ba3f;
  --paper: #ffffff;
  --mist: #f3f6f4;
  --line: #dce4df;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; font-size: 21px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 6px; font-size: 18px; }
.site-nav ul { display: flex; align-items: center; gap: 25px; padding: 0; margin: 0; list-style: none; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: 15px; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; font-size: 24px; }
.btn, .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 20px; border: 2px solid var(--green); border-radius: 5px; background: var(--green); color: #fff; text-decoration: none; font-weight: 800; }
.btn:hover, .wp-block-button__link:hover { background: var(--green-dark); border-color: var(--green-dark); }
.btn-light { border-color: #fff; background: #fff; color: var(--ink); }
.btn-ghost { border-color: rgba(255,255,255,.75); background: transparent; color: #fff; }
.hero { min-height: 650px; display: grid; align-items: center; background-size: cover; background-position: center; color: #fff; }
.hero-content { max-width: 640px; padding-block: 80px; }
.eyebrow { margin: 0 0 15px; color: var(--yellow); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 620px; font-size: clamp(42px, 6vw, 74px); line-height: 1.04; letter-spacing: 0; }
.hero p { max-width: 580px; margin: 22px 0 30px; font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-strip { background: var(--ink); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 25px 20px; border-right: 1px solid rgba(255,255,255,.15); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--yellow); font-size: 15px; }
.trust-item span { color: #d9dfdc; font-size: 14px; }
.section { padding: 84px 0; }
.section-soft { background: var(--mist); }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading h2, .split-copy h2, .page-hero h1 { margin: 0 0 14px; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: 0; }
.section-heading p, .split-copy > p { color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 235px; padding: 28px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 6px; color: #fff; background: var(--green); font-weight: 900; }
.service-card h3 { margin: 0 0 8px; font-size: 22px; }
.service-card p { margin: 0 0 18px; color: var(--muted); }
.service-card a { color: var(--green-dark); font-weight: 800; text-decoration: none; }
.split { display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; }
.split-media { min-height: 540px; background-size: cover; background-position: center; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px max(40px, calc((100vw - var(--max))/2)); background: var(--ink); color: #fff; }
.split-copy > p { color: #d9dfdc; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 22px 0 30px; list-style: none; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 10px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; counter-reset: step; }
.step { padding-top: 20px; border-top: 3px solid var(--green); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 14px; color: var(--green); font-weight: 900; }
.step h3 { margin: 0 0 7px; }
.step p { margin: 0; color: var(--muted); }
.cta-band { padding: 55px 0; background: var(--yellow); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { margin: 0; font-size: 34px; }
.page-hero { padding: 82px 0; color: #fff; background: var(--ink); }
.page-content { padding: 70px 0; }
.page-content > * { max-width: 840px; }
.page-content .alignwide { max-width: var(--max); }
.quote-form { max-width: 850px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 7px; font-weight: 800; }
.quote-form .full { grid-column: 1 / -1; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 13px; border: 1px solid #aebbb4; border-radius: 4px; background: #fff; font: inherit; }
.notice { padding: 14px 18px; border-left: 4px solid var(--green); background: #eaf6f1; }
.site-footer { padding: 56px 0 25px; background: #101613; color: #d9dfdc; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; }
.site-footer h3 { color: #fff; }
.site-footer a { color: #fff; text-decoration: none; }
.footer-menu { padding: 0; list-style: none; }
.footer-menu li { margin: 8px 0; }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 13px; }

@media (max-width: 900px) {
  .site-nav { display: none; position: absolute; inset: 76px 0 auto; padding: 20px; border-bottom: 1px solid var(--line); background: #fff; }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: flex-start; }
  .menu-toggle { display: block; }
  .header-actions .btn { display: none; }
  .hero { min-height: 610px; background-position: 62% center; }
  .hero-content { max-width: 570px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .service-grid, .steps { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .split-media { min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand { font-size: 17px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 590px; background-position: 68% center; }
  .hero-content { padding-block: 55px; }
  .hero p { font-size: 17px; }
  .trust-grid, .service-grid, .steps, .footer-grid, .quote-form { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .section { padding: 62px 0; }
  .split-copy { padding: 48px 24px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .quote-form .full { grid-column: auto; }
}
