/* ===========================================================
   Liberty Junk Hauling — homepage styles
   Tokens & system per BRAND.md (gold-on-dark identity)
   =========================================================== */

:root {
  --gold:      #FFD946;
  --gold-deep: #C8A13A;
  --ink:       #1B1D23;
  --charcoal:  #2F3942;
  --white:     #FFFFFF;
  --surface:   #F5F5F3;
  --body:      #5F5E5A;
  --line:      #ECECEA;

  --font-head: "Poppins", "Montserrat", Helvetica, Arial, sans-serif;
  --font-body: "Inter", Helvetica, Arial, sans-serif;

  --radius:    12px;
  --radius-sm: 6px;
  --container: 1200px;
  --shadow:    0 12px 30px rgba(27, 29, 35, .08);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--charcoal);
  line-height: 1.15;
  margin: 0;
  font-weight: 700;
}

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

section { scroll-margin-top: 90px; }
.section--surface { background: var(--surface); }

/* ---------- Eyebrow + section heads ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 14px;
}
.eyebrow--light { color: var(--gold); }

.section-head { display: flex; gap: 40px; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(28px, 4vw, 44px); }
.section-head__lead { max-width: 460px; margin: 0; }
.section-head--center { flex-direction: column; align-items: center; text-align: center; }
.section-head--center h2 { max-width: 16ch; }

section.about, section.services, section.why, section.how, section.areas, section.reviews { padding: 96px 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: 15px;
  padding: 13px 26px; border-radius: var(--radius-sm);
  border: 2px solid transparent; cursor: pointer; transition: all .18s ease;
  white-space: nowrap;
}
.btn--lg { padding: 16px 32px; font-size: 16px; }
.btn--primary { background: var(--gold); color: var(--charcoal); }
.btn--primary:hover { background: var(--gold-deep); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); }
.btn--ghost:hover { background: var(--white); color: var(--charcoal); border-color: var(--white); }

/* ---------- Icons (self-contained SVG masks; inherit currentColor) ---------- */
.i {
  display: inline-block; width: 1em; height: 1em; vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask: var(--svg) no-repeat center / contain;
          mask: var(--svg) no-repeat center / contain;
}
.i-phone    { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); }
.i-mail     { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E"); }
.i-shield   { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E"); }
.i-check    { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E"); }
.i-home     { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpath d='M9 22V12h6v10'/%3E%3C/svg%3E"); }
.i-heart    { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1.1-1.1a5.5 5.5 0 0 0-7.8 7.8l1.1 1L12 21.2l7.8-7.7 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E"); }
.i-building { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16'/%3E%3Cpath d='M9 8h1M9 12h1M9 16h1M14 8h1M14 12h1M14 16h1'/%3E%3C/svg%3E"); }
.i-box      { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpath d='M3.3 7 12 12l8.7-5M12 22V12'/%3E%3C/svg%3E"); }
.i-key      { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7.5' cy='15.5' r='5.5'/%3E%3Cpath d='m21 2-9.6 9.6'/%3E%3Cpath d='m15.5 7.5 3 3L22 7l-3-3'/%3E%3C/svg%3E"); }
.i-quote    { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.4 8.4 0 0 1 3.8-.9h.5a8.5 8.5 0 0 1 8 8z'/%3E%3C/svg%3E"); }
.i-star     { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8l-6.2 3.2L7 14.2l-5-4.9 6.9-1z'/%3E%3C/svg%3E"); }
.i-leaf     { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.5 19 2c1 2 2 4.2 2 8 0 5.5-4.8 10-10 10z'/%3E%3Cpath d='M2 21c0-3 1.9-5.4 5.1-6'/%3E%3C/svg%3E"); }
.i-arrow    { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E"); }
.i-facebook { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E"); }
.i-eagle    { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.2 12.2a6 6 0 0 0-8.5-8.5L5 10.5V19h8.5z'/%3E%3Cpath d='M16 8 2 22M17.5 15H9'/%3E%3C/svg%3E"); }

/* ---------- Top bar ---------- */
.topbar { background: var(--ink); color: rgba(255,255,255,.85); font-size: 13.5px; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 16px; }
.topbar__promo { margin: 0; display: flex; align-items: center; gap: 8px; }
.topbar__promo .i { color: var(--gold); }
.topbar__contact { display: flex; gap: 24px; }
.topbar__contact a { display: flex; align-items: center; gap: 7px; transition: color .15s; }
.topbar__contact a:hover { color: var(--gold); }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: var(--white); transition: box-shadow .2s; }
.header.is-stuck { box-shadow: 0 4px 20px rgba(27,29,35,.08); }
.header__inner { display: flex; align-items: center; gap: 28px; min-height: 78px; }

.logo { display: flex; align-items: center; gap: 12px; }
.logo__mark { font-size: 30px; color: var(--gold-deep); display: inline-flex; }
.logo__mark--lg { font-size: 44px; }
.logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.logo__text strong { font-family: var(--font-head); font-weight: 700; font-size: 19px; color: var(--ink); letter-spacing: .3px; }
.logo__text em { font-style: normal; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-deep); }

.nav { display: flex; gap: 28px; margin-left: auto; }
.nav a { font-weight: 500; font-size: 15px; color: var(--charcoal); transition: color .15s; }
.nav a:hover { color: var(--gold-deep); }
.header__cta { flex-shrink: 0; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; margin-left: auto; cursor: pointer; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--charcoal); border-radius: 2px; transition: .25s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  --hero-image: url("../images/hero.webp");
  position: relative; color: var(--white);
  background: var(--hero-image, linear-gradient(135deg, #20242c 0%, #14161b 100%)) center / cover no-repeat;
}
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,22,27,.92) 0%, rgba(20,22,27,.72) 55%, rgba(20,22,27,.5) 100%); }
.hero__inner { position: relative; padding: 120px 24px 130px; max-width: 760px; }
.hero__title { font-size: clamp(44px, 7vw, 76px); color: var(--white); letter-spacing: -1px; }
.hero__title span { color: var(--gold); }
.hero__sub { font-size: 19px; color: rgba(255,255,255,.85); margin: 22px 0 34px; max-width: 580px; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- Trust strip ---------- */
.trust { background: var(--ink); }
.trust__inner { display: flex; align-items: center; gap: 20px; padding: 22px 24px; flex-wrap: wrap; }
.trust__avatars { display: flex; }
.trust__avatars span { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--ink); background: var(--gold-deep); margin-left: -10px; }
.trust__avatars span:first-child { margin-left: 0; }
.trust__text { margin: 0; color: rgba(255,255,255,.82); font-size: 16px; }
.trust__text strong { color: var(--white); }
.trust__stars { color: var(--gold); margin-left: auto; letter-spacing: 2px; font-size: 18px; }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about__copy h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 22px; max-width: 14ch; }
.about__copy p { margin: 0 0 18px; }
.about__copy .btn { margin-top: 10px; }

.stats { display: flex; gap: 14px; margin-top: 44px; }
.stat { flex: 1; padding-right: 14px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.stat:last-child { border-right: 0; }
.stat__num { font-family: var(--font-head); font-weight: 700; font-size: 44px; color: var(--charcoal); line-height: 1; display: inline; }
.stat__plus { font-family: var(--font-head); font-weight: 700; font-size: 30px; color: var(--gold-deep); }
.stat__label { font-size: 13px; text-transform: uppercase; letter-spacing: .5px; color: var(--body); margin-top: 8px; font-weight: 500; }

.about__media { display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px; }
.about__media-col { display: flex; flex-direction: column; gap: 18px; }
.checklist { display: flex; flex-direction: column; gap: 12px; }
.checklist li { display: flex; align-items: center; gap: 10px; font-weight: 500; color: var(--charcoal); font-size: 15px; }
.checklist .i { color: var(--gold-deep); font-size: 18px; flex-shrink: 0; }

/* in-page photos (.img-ph on a <div> is still a labelled placeholder) */
.img-ph { background: var(--charcoal); border-radius: var(--radius); min-height: 220px; position: relative; overflow: hidden; }
.img-ph--tall { min-height: 340px; }
img.img-ph { display: block; width: 100%; height: 100%; object-fit: cover; }
div.img-ph::after {
  content: attr(data-label); position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 12px;
  color: var(--gold); font-family: var(--font-head); font-weight: 600; font-size: 13px; letter-spacing: .5px;
  opacity: .65;
}

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

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow); }

.icon-tile { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 14px; background: var(--gold); color: var(--charcoal); font-size: 26px; margin-bottom: 22px; }

.service-card { display: block; transition: transform .18s, box-shadow .18s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(27,29,35,.12); }
.service-card h3 { font-size: 22px; margin-bottom: 12px; }
.service-card p { margin: 0 0 20px; font-size: 15.5px; }
.link-more { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: 14px; color: var(--charcoal); }
.link-more .i { color: var(--gold-deep); transition: transform .18s; }
.service-card:hover .link-more .i { transform: translateX(4px); }

/* ---------- Why choose us ---------- */
.why__grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 24px; align-items: stretch; }
.why__col { display: flex; flex-direction: column; gap: 24px; }
.why__media { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature-card h3 { font-size: 20px; margin-bottom: 10px; }
.feature-card p { margin: 0; font-size: 14.5px; }
.feature-card .icon-tile { width: 50px; height: 50px; font-size: 22px; margin-bottom: 16px; }

/* ---------- How it works ---------- */
.step-card { position: relative; }
.step-pill { display: inline-block; background: var(--gold); color: var(--charcoal); font-family: var(--font-head); font-weight: 600; font-size: 13px; padding: 6px 14px; border-radius: 20px; margin-bottom: 18px; }
.step-card h3 { font-size: 20px; margin-bottom: 10px; }
.step-card p { margin: 0; font-size: 15px; }

/* ---------- Service areas ---------- */
.areas__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.areas__list li a, .areas__list li span {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 14px 26px; font-family: var(--font-head); font-weight: 600; font-size: 16px; color: var(--charcoal);
  transition: all .16s;
}
.areas__list li a::before { content: "📍"; font-size: 14px; }
.areas__list li a:hover { background: var(--gold); border-color: var(--gold); }

/* ---------- Reviews ---------- */
.review-card { display: flex; flex-direction: column; }
.review-card__stars { color: var(--gold); letter-spacing: 2px; font-size: 18px; margin-bottom: 14px; }
.review-card p { font-style: normal; margin: 0 0 18px; color: var(--charcoal); font-size: 16px; }
.review-card cite { font-style: normal; font-family: var(--font-head); font-weight: 600; color: var(--charcoal); margin-top: auto; }

/* ---------- Final CTA ---------- */
.cta { background: linear-gradient(135deg, #20242c 0%, #14161b 100%); color: var(--white); text-align: center; padding: 90px 0; }
.cta__inner { max-width: 700px; margin: 0 auto; }
.cta h2 { color: var(--white); font-size: clamp(28px, 4.5vw, 46px); margin-bottom: 16px; }
.cta__sub { color: rgba(255,255,255,.8); font-size: 18px; margin: 0 0 32px; }
.cta__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,.7); padding-top: 72px; font-size: 15px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; }
.footer__col h4 { font-family: var(--font-head); color: var(--white); font-size: 16px; margin-bottom: 18px; }
.footer__col p { margin: 0 0 10px; }
.footer__col ul li { margin-bottom: 10px; }
.footer__col a { transition: color .15s; }
.footer__col a:hover { color: var(--gold); }
.footer__brand .logo__mark { color: var(--gold); margin-bottom: 14px; }
.footer__brand strong { display: block; font-family: var(--font-head); color: var(--white); font-size: 18px; margin-bottom: 12px; }
.footer__brand p { font-size: 14px; line-height: 1.6; }
.footer__social { display: inline-flex; align-items: center; gap: 8px; }
.footer__social .i { color: var(--gold); }

.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0; }
.footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; }
.footer__bottom nav { display: flex; gap: 22px; }
.footer__bottom nav a:hover { color: var(--gold); }
.footer__bottom p { margin: 0; }

/* ---------- Floating call button ---------- */
.call-fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--gold); color: var(--charcoal);
  font-family: var(--font-head); font-weight: 700; font-size: 15px;
  padding: 14px 22px; border-radius: 50px; box-shadow: 0 8px 24px rgba(0,0,0,.25);
  transition: transform .15s;
}
.call-fab:hover { transform: translateY(-2px); }

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 980px) {
  .nav { position: fixed; inset: 78px 0 auto 0; flex-direction: column; gap: 0; background: var(--white); padding: 8px 0; box-shadow: 0 12px 24px rgba(0,0,0,.1); transform: translateY(-130%); transition: transform .28s; }
  .nav.is-open { transform: translateY(0); }
  .nav a { padding: 14px 24px; border-bottom: 1px solid var(--line); }
  .header__cta { display: none; }
  .nav-toggle { display: flex; }
  .why__grid { grid-template-columns: 1fr 1fr; }
  .why__media { grid-column: 1 / -1; order: 3; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  .topbar__promo { display: none; }
  .topbar__contact { width: 100%; justify-content: center; gap: 18px; }
  .topbar__contact a span, .topbar__contact a { font-size: 12.5px; }
  .about__grid { grid-template-columns: 1fr; gap: 40px; }
  .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .why__grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 40px; }
  .section-head__lead { max-width: none; }
  .hero__inner { padding: 80px 24px 90px; }
  /* narrow screens: text spans the full width, so darken top-to-bottom instead of left-to-right */
  .hero__overlay { background: linear-gradient(180deg, rgba(20,22,27,.88) 0%, rgba(20,22,27,.76) 100%); }
  .page-banner__overlay { background: linear-gradient(180deg, rgba(20,22,27,.91) 0%, rgba(20,22,27,.80) 100%); }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom-inner { flex-direction: column; text-align: center; }
  section.about, section.services, section.why, section.how, section.areas, section.reviews { padding: 64px 0; }
}

@media (max-width: 460px) {
  .stats { flex-direction: column; gap: 20px; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
  .stat:last-child { border-bottom: 0; }
  .about__media { grid-template-columns: 1fr; }
  .hero__actions .btn, .cta__actions .btn { flex: 1; justify-content: center; }
}

/* ===========================================================
   Inner pages (shared across About / Services / Areas / etc.)
   =========================================================== */

.nav a[aria-current="page"] { color: var(--gold-deep); }

/* ---- Page banner ---- */
.page-banner { position: relative; background: var(--hero-image, linear-gradient(135deg, #20242c 0%, #14161b 100%)) var(--hero-pos, center) / cover no-repeat; color: var(--white); }
.page-banner__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,22,27,.93) 0%, rgba(20,22,27,.82) 45%, rgba(20,22,27,.58) 100%); }
.page-banner__inner { position: relative; padding: 66px 24px 72px; max-width: 820px; }
.page-banner h1 { color: var(--white); font-size: clamp(32px, 5vw, 52px); letter-spacing: -.5px; }
.page-banner__sub { color: rgba(255,255,255,.84); font-size: 18px; margin: 16px 0 0; max-width: 640px; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: rgba(255,255,255,.6); margin-bottom: 16px; }
.breadcrumb a { transition: color .15s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { opacity: .5; }
.breadcrumb [aria-current] { color: var(--gold); }

/* ---- Content layout ---- */
.page-section { padding: 80px 0; }
.layout-split { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }

.prose { color: var(--body); font-size: 17px; }
.prose > h2 { font-size: clamp(26px, 3.4vw, 36px); color: var(--charcoal); margin: 40px 0 16px; }
.prose > *:first-child { margin-top: 0; }
.prose > h3 { font-size: 22px; color: var(--charcoal); margin: 30px 0 12px; }
.prose p { margin: 0 0 18px; }
.prose a:not(.btn) { color: var(--gold-deep); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
.prose ul { margin: 0 0 24px; display: flex; flex-direction: column; gap: 11px; }
.prose ul li { position: relative; padding-left: 30px; color: var(--charcoal); }
.prose ul li::before {
  content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px;
  background: var(--gold-deep);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* ---- Sidebar ---- */
.sidebar { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 100px; }
.sidebar-card { background: var(--ink); color: var(--white); border-radius: var(--radius); padding: 30px; }
.sidebar-card h3 { color: var(--white); font-size: 22px; margin-bottom: 10px; }
.sidebar-card p { color: rgba(255,255,255,.8); font-size: 15px; margin: 0 0 18px; }
.sidebar-card .phone { display: block; font-family: var(--font-head); font-weight: 700; font-size: 27px; color: var(--gold); margin-bottom: 18px; }
.sidebar-card .btn { width: 100%; justify-content: center; }
.sidebar-card--light { background: var(--surface); color: var(--charcoal); border: 1px solid var(--line); }
.sidebar-card--light h3 { color: var(--charcoal); }
.sidebar-links li:not(:last-child) { border-bottom: 1px solid var(--line); }
.sidebar-links a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 0; font-weight: 500; color: var(--charcoal); font-size: 15px; transition: color .15s; }
.sidebar-links a::after { content: ""; width: 16px; height: 16px; flex-shrink: 0; background: var(--gold-deep); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center / contain; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center / contain; }
.sidebar-links a:hover { color: var(--gold-deep); }

/* ---- Intro band (centered lead) ---- */
.intro-band { text-align: center; max-width: 780px; margin: 0 auto; }
.intro-band p { font-size: 18px; }

/* ---- "Items we take" grid ---- */
.items-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
.items-grid li { display: flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; font-weight: 500; color: var(--charcoal); font-size: 15px; }
.items-grid li::before { content: ""; width: 16px; height: 16px; flex-shrink: 0; background: var(--gold-deep); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") no-repeat center / contain; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") no-repeat center / contain; }

/* ---- Contact ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field label { font-family: var(--font-head); font-weight: 600; font-size: 14px; color: var(--charcoal); }
.field input, .field textarea, .field select { font-family: var(--font-body); font-size: 15px; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); color: var(--charcoal); width: 100%; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(200,161,58,.16); }
.field textarea { min-height: 140px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card .btn { width: 100%; justify-content: center; margin-top: 6px; }

.info-list li { display: flex; gap: 16px; margin-bottom: 26px; align-items: flex-start; }
.info-list .info-ico { flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px; background: var(--gold); color: var(--charcoal); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; }
.info-list strong { display: block; font-family: var(--font-head); font-weight: 600; color: var(--charcoal); font-size: 17px; margin-bottom: 2px; }
.info-list a { color: var(--gold-deep); font-weight: 500; }

/* ---- Pricing ---- */
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.price-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 32px; box-shadow: var(--shadow); }
.price-card--feature { border: 2px solid var(--gold); }
.price-card__amount { font-family: var(--font-head); font-weight: 700; font-size: 46px; color: var(--charcoal); line-height: 1; }
.price-card__amount span { font-size: 18px; color: var(--body); font-weight: 500; }
.price-badge { display: inline-block; background: var(--gold); color: var(--charcoal); font-family: var(--font-head); font-weight: 600; font-size: 13px; padding: 5px 14px; border-radius: 20px; margin-bottom: 16px; }

/* ---- FAQ ---- */
.faq details { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; background: var(--white); padding: 0 22px; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-family: var(--font-head); font-weight: 600; font-size: 17px; color: var(--charcoal); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--gold-deep); font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details > p { margin: 0 0 18px; color: var(--body); }

/* ---- Simple list section (sitemap, etc.) ---- */
.link-columns { columns: 2; gap: 40px; }
.link-columns li { break-inside: avoid; margin-bottom: 12px; }
.link-columns a:hover { color: var(--gold-deep); }

@media (max-width: 900px) {
  .layout-split { grid-template-columns: 1fr; gap: 40px; }
  .sidebar { position: static; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .link-columns { columns: 1; }
  .page-section { padding: 56px 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; transition: none !important; }
}
