/* Mills & Kirby Builders - Colchester
   Bespoke build · Libre Baskerville + Source Sans Pro · Forest green + cream + gold
   Composition: editorial heritage with stat panel hero, 3-band service zones */

:root{
  --forest: #2d5a3a;
  --forest-deep: #1f3d27;
  --forest-soft: #6e9476;
  --gold: #b08c3d;
  --gold-deep: #8e6e2a;
  --ink: #16191a;
  --ink-2: #2b2f30;
  --ink-soft: #555c5d;
  --cream: #f7f3e8;
  --cream-deep: #ebe5d2;
  --paper: #fcfaf2;
  --line: #d9d2bd;
}

*{box-sizing:border-box; margin:0; padding:0;}
html{ scroll-behavior:smooth; }
body{
  font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
  font-size: 17px; line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}
img{ max-width:100%; height:auto; display:block; }
a{ color: var(--forest); text-decoration: none; }
a:hover{ color: var(--gold-deep); }
.container{ width: min(1140px, 92vw); margin: 0 auto; }

.site-header{ background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.hd{ display:flex; align-items:center; justify-content:space-between; padding:18px 0; gap:22px; }
.bm{ display:flex; align-items:baseline; gap:14px; color:var(--ink); text-decoration:none; }
.bm .nm{ font-family: 'Libre Baskerville', Georgia, serif; font-weight: 700; font-size: clamp(1.3rem, 2.4vw, 1.65rem); color: var(--forest-deep); letter-spacing:-.005em; }
.bm .nm .amp{ color: var(--gold-deep); font-style:italic; font-weight:400; }
.bm .sub{ display:none; font-size:.66rem; letter-spacing:.26em; text-transform:uppercase; color: var(--ink-soft); padding-left:14px; border-left:1px solid var(--line); }
@media(min-width:720px){ .bm .sub{ display:inline-block; } }

.nv{ display:none; list-style:none; gap:26px; align-items:center; }
@media(min-width:880px){ .nv{ display:flex; } }
.nv a{ color: var(--ink); font-size:.9rem; font-weight:600; padding:6px 0; position:relative; }
.nv a:hover, .nv a[aria-current="page"]{ color: var(--forest); }
.nv a::after{ content:''; position:absolute; left:0; bottom:-3px; width:0; height:2px; background: var(--gold); transition: width .22s ease; }
.nv a:hover::after, .nv a[aria-current="page"]::after{ width:100%; }

.phone-c{ display:inline-flex; align-items:center; gap:10px; background:var(--forest); color:#fff; padding:11px 20px; font-weight:600; font-size:.9rem; }
.phone-c:hover{ background:var(--forest-deep); color:#fff; }
.phone-c svg{ width:14px; height:14px; }

.menu-btn{ display:inline-flex; flex-direction:column; gap:5px; background:transparent; border:0; padding:8px; cursor:pointer; }
@media(min-width:880px){ .menu-btn{ display:none; } }
.menu-btn span{ width:24px; height:2px; background:var(--ink); }
.mn{ display:none; background:var(--paper); border-bottom:1px solid var(--line); }
.mn.open{ display:block; }
.mn ul{ list-style:none; padding:8px 24px 24px; }
.mn li{ border-bottom:1px solid var(--line); }
.mn a{ display:block; padding:14px 0; color:var(--ink); font-weight:600; }

/* HERO - split with stat panel */
.hero{ background: var(--cream); padding: 84px 0 96px; overflow:hidden; }
.hero-grid{ display:grid; grid-template-columns: 1.15fr .85fr; gap:56px; align-items:center; }
@media(max-width:880px){ .hero-grid{ grid-template-columns:1fr; gap:40px; } }
.hero-eyebrow{ display:inline-block; font-size:.74rem; letter-spacing:.28em; text-transform:uppercase; color: var(--gold-deep); font-weight:700; margin-bottom:22px; padding-bottom:14px; border-bottom: 2px solid var(--gold); }
.hero h1{
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.08; letter-spacing: -.012em;
  color: var(--forest-deep);
  margin-bottom: 22px;
}
.hero h1 em{ font-style: italic; color: var(--gold-deep); font-weight:400; }
.hero p.lede{ font-size: clamp(1rem, 1.6vw, 1.18rem); line-height:1.55; color: var(--ink-2); margin-bottom: 32px; max-width: 520px; }
.hero-act{ display:flex; gap:14px; flex-wrap:wrap; }

.btn{ display:inline-flex; align-items:center; gap:10px; padding:13px 26px; font-size:.9rem; font-weight:600; letter-spacing:.04em; text-decoration:none; cursor:pointer; border:0; transition: transform .15s ease, background .2s ease, color .2s ease; }
.btn-forest{ background: var(--forest); color:#fff; }
.btn-forest:hover{ background: var(--forest-deep); transform: translateY(-1px); color:#fff; }
.btn-gold{ background: var(--gold); color: var(--forest-deep); }
.btn-gold:hover{ background: var(--gold-deep); color:#fff; }
.btn-outline{ background:transparent; color: var(--forest-deep); border:2px solid var(--forest-deep); }
.btn-outline:hover{ background: var(--forest-deep); color:#fff; }
.btn-light{ background:#fff; color: var(--ink); }
.btn-light:hover{ background: var(--cream-deep); }

.stat-panel{ background: var(--forest-deep); color: var(--cream); padding: 36px 32px; position: relative; }
.stat-panel::before{ content:''; position:absolute; top:0; left:0; width: 100%; height: 4px; background: var(--gold); }
.stat-panel .h{
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700; font-size: 1.15rem;
  color: var(--gold);
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(176,140,61,.3);
}
.stat-panel .row{ display:grid; grid-template-columns: auto 1fr; gap: 18px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.stat-panel .row:last-child{ border-bottom:0; }
.stat-panel .n{ font-family: 'Libre Baskerville', Georgia, serif; font-size: 2rem; font-weight: 700; color: var(--gold); line-height: 1; }
.stat-panel .l{ font-size: .9rem; color: rgba(247,243,232,.85); }

/* Trust bar */
.trust{ background: var(--ink); color: var(--cream); padding: 26px 0; }
.tr-row{ display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:34px; font-size:.82rem; letter-spacing:.18em; text-transform:uppercase; color: rgba(247,243,232,.88); }
.tr-row strong{ color: var(--gold); font-weight: 700; }
.tr-row .dot{ width:5px; height:5px; background:var(--gold); border-radius:50%; }

section{ padding: 88px 0; }
@media(max-width:720px){ section{ padding: 60px 0; } }

.section-head{ max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head .eyebrow{ display:inline-block; font-size:.74rem; letter-spacing:.28em; text-transform:uppercase; color: var(--gold-deep); font-weight:700; margin-bottom:14px; }
.section-head h2{
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.08; letter-spacing: -.01em;
  color: var(--forest-deep);
  margin-bottom: 14px;
}
.section-head h2 em{ font-style: italic; color: var(--gold-deep); font-weight: 400; }
.section-head p.kicker{ font-size: 1.04rem; color: var(--ink-soft); max-width: 580px; margin: 0 auto; }

/* Services - 3 band layout */
.bands{ background: var(--paper); }
.band{
  display:grid; grid-template-columns: 1fr 1.5fr;
  gap: 0; align-items: stretch;
  margin-bottom: 20px;
  border: 1px solid var(--line);
  background: var(--paper);
  overflow: hidden;
}
.band.reverse{ grid-template-columns: 1.5fr 1fr; }
.band.reverse .b-text{ order: 1; }
.band.reverse .b-pic{ order: 2; }
@media(max-width:720px){ .band, .band.reverse{ grid-template-columns: 1fr; }
  .band.reverse .b-text{ order: 2; } .band.reverse .b-pic{ order: 1; } }
.b-pic{ min-height: 300px; background-size: cover; background-position: center; background-color: var(--forest); }
.b-text{ padding: 40px 40px; display: flex; flex-direction: column; justify-content: center; }
@media(max-width:560px){ .b-text{ padding: 28px 26px; } }
.b-text .num{ font-family: 'Libre Baskerville', Georgia, serif; font-size: .9rem; font-style: italic; color: var(--gold-deep); margin-bottom: 10px; letter-spacing: .14em; }
.b-text h3{ font-family: 'Libre Baskerville', Georgia, serif; font-size: clamp(1.4rem, 2.4vw, 1.8rem); font-weight: 700; color: var(--forest-deep); margin-bottom: 14px; line-height: 1.2; }
.b-text p{ color: var(--ink-2); margin-bottom: 16px; }
.b-text ul{ list-style: none; }
.b-text li{ padding: 6px 0 6px 22px; position: relative; color: var(--ink-2); font-weight: 500; font-size:.96rem; }
.b-text li::before{ content: '✓'; position: absolute; left: 0; color: var(--gold-deep); font-weight: 700; }

/* Heritage / about */
.about{ background: var(--cream); }
.about-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media(max-width:880px){ .about-grid{ grid-template-columns: 1fr; gap: 40px; } }
.about p{ color: var(--ink-2); margin-bottom: 18px; font-size: 1.04rem; }
.about p.intro{
  font-family: 'Libre Baskerville', Georgia, serif;
  font-style: italic;
  font-size: 1.35rem; line-height: 1.55;
  color: var(--forest-deep); margin-bottom: 22px;
}
.about .feature-img{
  aspect-ratio: 4/5;
  background-size: cover; background-position: center;
  box-shadow: 0 24px 56px rgba(20,30,20,.16);
}

/* CTA */
.cta-band{
  background: var(--forest-deep);
  color: var(--cream);
  padding: 80px 0;
  text-align: center;
}
.cta-band h2{ font-family: 'Libre Baskerville', Georgia, serif; font-weight: 700; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.1; margin-bottom: 18px; color: #fff; }
.cta-band h2 em{ font-style: italic; color: var(--gold); font-weight: 400; }
.cta-band p{ max-width: 540px; margin: 0 auto 28px; color: rgba(247,243,232,.82); font-size: 1.04rem; }
.cta-band .btns{ display:inline-flex; gap:14px; flex-wrap:wrap; justify-content:center; }
.cta-band .btn-light{ background: var(--cream); color: var(--forest-deep); }
.cta-band .btn-outline{ border-color: rgba(247,243,232,.4); color: var(--cream); }
.cta-band .btn-outline:hover{ background: rgba(247,243,232,.08); color:#fff; }

/* Contact */
.contact{ background: var(--paper); padding: 80px 0; }
.c-grid{ display:grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: start; }
@media(max-width:880px){ .c-grid{ grid-template-columns:1fr; gap:40px; } }
.c-form{ background: var(--cream); padding: 40px 36px; border-top: 4px solid var(--forest); }
.c-form .row{ display:grid; gap:16px; margin-bottom:16px; grid-template-columns: 1fr 1fr; }
@media(max-width:600px){ .c-form .row{ grid-template-columns:1fr; } }
.c-form label{ display:block; font-size:.72rem; letter-spacing:.18em; text-transform:uppercase; color: var(--ink-soft); font-weight:700; margin-bottom:6px; }
.c-form input, .c-form select, .c-form textarea{ width:100%; padding:12px 14px; border:1px solid var(--line); background: var(--paper); font-family:inherit; font-size:1rem; color: var(--ink); border-radius:0; }
.c-form input:focus, .c-form select:focus, .c-form textarea:focus{ outline: 2px solid var(--forest); outline-offset: -2px; }
.c-form textarea{ min-height:130px; resize:vertical; }
.c-form button{ width:100%; margin-top:12px; }
.c-form .promise{ margin-top:14px; font-size:.8rem; color: var(--ink-soft); }
.c-info h3{ font-family: 'Libre Baskerville', Georgia, serif; font-size: 1.7rem; font-weight: 700; color: var(--forest-deep); margin-bottom: 22px; }
.c-info dl{ display:grid; grid-template-columns: 110px 1fr; row-gap:16px; align-items:baseline; }
.c-info dt{ font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; color: var(--gold-deep); font-weight:700; }
.c-info dd a{ color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.c-info dd a:hover{ color: var(--gold-deep); }
.c-map{ margin-top:28px; border:1px solid var(--line); }
.c-map iframe{ width:100%; border:0; display:block; }

/* Page hero */
.page-hero{ background: var(--forest-deep); color: var(--cream); padding: 88px 0 60px; border-bottom: 4px solid var(--gold); }
.page-hero h1{ font-family: 'Libre Baskerville', Georgia, serif; font-weight: 700; font-size: clamp(2.2rem, 4.6vw, 3.4rem); line-height: 1.08; margin-bottom: 16px; color:#fff; }
.page-hero h1 em{ font-style: italic; color: var(--gold); font-weight: 400; }
.page-hero p{ color: rgba(247,243,232,.82); max-width: 540px; font-size: 1.04rem; }
.page-hero .crumbs{ font-size:.74rem; letter-spacing:.22em; text-transform:uppercase; color: var(--gold); margin-bottom:22px; }
.page-hero .crumbs a{ color: var(--gold); }

.sub-body{ background: var(--paper); padding: 80px 0; }
.sub-narrow{ max-width: 760px; margin: 0 auto; }
.sub-narrow p{ font-size: 1.05rem; color: var(--ink-2); margin-bottom: 18px; line-height: 1.7; }
.sub-narrow h2{ font-family: 'Libre Baskerville', Georgia, serif; font-weight: 700; font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 32px 0 16px; color: var(--forest-deep); }

/* Footer */
.site-footer{ background: var(--ink); color: rgba(247,243,232,.72); padding: 60px 0 22px; }
.fg{ display:grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; }
@media(max-width:720px){ .fg{ grid-template-columns: 1fr; gap: 28px; } }
.foot-brand{ font-family: 'Libre Baskerville', Georgia, serif; font-weight: 700; font-size: 1.4rem; color: #fff; margin-bottom: 12px; }
.foot-brand .amp{ color: var(--gold); font-style: italic; font-weight: 400; }
.foot-tag{ font-size:.78rem; letter-spacing:.22em; text-transform:uppercase; color: rgba(247,243,232,.5); margin-bottom: 20px; }
.fg h4{ font-size:.8rem; letter-spacing:.18em; text-transform:uppercase; color: var(--gold); font-weight:700; margin-bottom: 14px; }
.fg ul{ list-style: none; }
.fg li{ margin-bottom: 8px; font-size: .92rem; }
.fg a{ color: rgba(247,243,232,.72); }
.fg a:hover{ color: #fff; }
.foot-bottom{ margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); display:flex; flex-wrap:wrap; justify-content:space-between; gap:14px; font-size:.78rem; color: rgba(247,243,232,.45); }

.sticky-call{ position:fixed; bottom:14px; left:14px; right:14px; background: var(--forest); color:#fff; padding:13px 18px; font-weight:600; font-size:.94rem; display:flex; justify-content:space-between; align-items:center; z-index:50; text-decoration:none; box-shadow: 0 14px 28px rgba(45,90,58,.4); }
.sticky-call:hover{ color:#fff; }
@media(min-width:900px){ .sticky-call{ display:none; } }
