/*
Theme Name: Masters Removals LTD
Theme URI: https://example.com
Author: Masters Removals LTD
Description: Lightweight, modern WordPress theme for a removals company. Homepage matches the provided mockup style.
Version: 1.0.0
Text Domain: masters-removals
*/

:root{
  --navy:#0B3F7B;
  --navy-2:#072E5A;
  --gold:#F2B233;
  --gold-2:#D99A1B;
  --ink:#0F172A;
  --muted:#475569;
  --bg:#F6F8FC;
  --card:#FFFFFF;
  --line:rgba(15, 23, 42, .10);
  --radius:18px;
  --shadow:0 14px 35px rgba(2, 8, 23, .10);
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.55;
}
img{max-width:100%; height:auto; display:block}
a{color:inherit; text-decoration:none}
p{margin:0 0 1rem}
h1,h2,h3{line-height:1.15; margin:0 0 .75rem}

.container{max-width:var(--max); margin:0 auto; padding:0 18px}
.section{padding:72px 0}
.section--tight{padding:54px 0}
.section-title{
  text-align:center;
  margin-bottom:26px;
}
.section-title h2{font-size:34px}
.section-title p{color:var(--muted); max-width:720px; margin:0 auto}

.topbar{
  background:linear-gradient(90deg, var(--navy-2), var(--navy));
  color:#fff;
  font-size:14px;
}
.topbar .row{
  display:flex;
  gap:14px;
  justify-content:flex-end;
  padding:10px 0;
  flex-wrap:wrap;
}
.topbar a{opacity:.95}
.topbar a:hover{opacity:1}

.header{
  position:sticky; top:0; z-index:50;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.header .row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
}
.brand img{width:190px; height:auto}
.nav{
  display:flex; align-items:center; gap:10px;
  flex-wrap:wrap;
}
.nav a{
  font-weight:700;
  color:var(--ink);
  opacity:.9;
  padding:8px 10px;
  border-radius:12px;
}
.nav a:hover{background:rgba(11,63,123,.06); opacity:1}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:999px;
  padding:12px 18px;
  font-weight:800;
  border:1px solid transparent;
  transition:transform .06s ease, filter .15s ease;
  cursor:pointer;
}
.btn:active{transform:translateY(1px)}
.btn--primary{
  background:linear-gradient(180deg, var(--gold), var(--gold-2));
  color:#1a1200;
  box-shadow:0 10px 18px rgba(242,178,51,.28);
}
.btn--ghost{
  background:transparent;
  border-color:rgba(255,255,255,.35);
  color:#fff;
}
.btn--navy{
  background:linear-gradient(180deg, var(--navy), var(--navy-2));
  color:#fff;
}

.hero{
  padding:46px 0 70px;
  background:
    radial-gradient(1200px 500px at 10% 0%, rgba(242,178,51,.18), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(11,63,123,.18), transparent 55%),
    linear-gradient(180deg, #fff, var(--bg));
}
.hero .grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:26px;
  align-items:center;
}
.kicker{
  display:inline-flex; gap:10px; align-items:center;
  font-weight:800;
  color:var(--navy);
  background:rgba(11,63,123,.06);
  padding:8px 12px;
  border-radius:999px;
}
.hero h1{
  font-size:52px;
  letter-spacing:-.02em;
}
.hero h1 .accent{color:var(--gold-2)}
.hero p{font-size:18px; color:var(--muted); max-width:58ch}
.hero .actions{
  display:flex; gap:12px; flex-wrap:wrap; margin-top:18px;
}
.hero-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero-card .photo{
  min-height:330px;
  background:
    linear-gradient(90deg, rgba(7,46,90,.20), rgba(7,46,90,.05)),
    url("assets/img/hero.jpg");
  background-size:cover;
  background-position:center;
}
.hero-card .strip{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:16px;
  border-top:1px solid var(--line);
  background:#fff;
}
.badge{
  display:flex; flex-direction:column; gap:2px;
  font-weight:800;
}
.badge span{font-size:12px; color:var(--muted); font-weight:700}

.cards{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  margin-top:22px;
}
.card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:22px;
  box-shadow:0 10px 25px rgba(2,8,23,.06);
}
.card h3{font-size:20px}
.card p{color:var(--muted); margin-bottom:0}
.icon{
  width:48px; height:48px;
  border-radius:14px;
  background:linear-gradient(180deg, rgba(242,178,51,.25), rgba(242,178,51,.10));
  border:1px solid rgba(242,178,51,.35);
  display:grid; place-items:center;
  margin-bottom:14px;
  color:var(--navy);
  font-weight:900;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:center;
}
.photo-frame{
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:#fff;
}
.photo-frame img{width:100%; height:auto}
.list{
  display:grid; gap:10px; margin-top:12px;
}
.tick{
  display:flex; gap:10px; align-items:flex-start;
  color:var(--muted);
}
.tick b{color:var(--ink)}
.tick .dot{
  width:18px; height:18px; border-radius:50%;
  background:linear-gradient(180deg, var(--gold), var(--gold-2));
  margin-top:3px;
  flex:0 0 auto;
}

.testimonials{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:22px;
}
.quote{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:22px;
}
.stars{color:var(--gold-2); letter-spacing:2px}
.quote p{color:var(--muted)}
.quote .who{margin-top:10px; font-weight:900}

.cta{
  background:linear-gradient(135deg, var(--navy), var(--navy-2));
  color:#fff;
  border-radius:28px;
  padding:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.12);
}
.cta h2{margin:0; font-size:32px}
.cta p{margin:6px 0 0; opacity:.9}
.cta .actions{margin:0}

.footer{
  padding:26px 0;
  color:rgba(255,255,255,.88);
  background:linear-gradient(90deg, var(--navy-2), var(--navy));
}
.footer .row{
  display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
}
.footer a{opacity:.9}
.footer a:hover{opacity:1}

/* Page content */
.page-hero{
  padding:34px 0 22px;
  background:linear-gradient(180deg, #fff, var(--bg));
  border-bottom:1px solid var(--line);
}
.page-hero h1{margin:0; font-size:40px}
.content{
  padding:40px 0 70px;
}
.prose{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 10px 25px rgba(2,8,23,.06);
  padding:26px;
}
.prose h2,.prose h3{margin-top:1.2rem}
.prose a{color:var(--navy); text-decoration:underline}
.prose ul{padding-left:1.25rem}

/* Simple Quote Form */
.form{
  display:grid; gap:12px;
}
.field{
  display:grid; gap:6px;
}
.field label{font-weight:800; font-size:14px}
.field input, .field select, .field textarea{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  font:inherit;
}
.field textarea{min-height:110px; resize:vertical}

/* Responsive */
@media (max-width: 980px){
  .hero .grid{grid-template-columns:1fr}
  .hero h1{font-size:42px}
  .cards{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .testimonials{grid-template-columns:1fr}
  .brand img{width:170px}
  .cta{flex-direction:column; align-items:flex-start}
}
