/* ============================================================
   Prolific Innovations Cleaning Company — Site styles
   Direction: "Fresh Professional" — emerald + mint + warm paper
   ============================================================ */

:root {
  /* Palette */
  --paper: #f4f3ec;
  --surface: #ffffff;
  --ink: #11201a;
  --muted: #586b61;
  --line: rgba(17, 32, 26, 0.10);
  --line-strong: rgba(17, 32, 26, 0.16);

  --primary: #0e6b4f;
  --primary-deep: #083d2d;
  --primary-bright: #1f9d6f;
  --mint: #d6efe1;
  --mint-soft: #ecf6f0;
  --gold: #cf9a3a;

  /* Type */
  --font-display: 'Schibsted Grotesk', system-ui, sans-serif;
  --font-body: 'Hanken Grotesk', system-ui, sans-serif;

  /* Shape */
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --maxw: 1180px;
  --gutter: clamp(16px, 4vw, 24px);

  --shadow-sm: 0 1px 2px rgba(8, 61, 45, 0.06), 0 2px 8px rgba(8, 61, 45, 0.05);
  --shadow-md: 0 10px 30px rgba(8, 61, 45, 0.10);
  --shadow-lg: 0 30px 70px rgba(8, 61, 45, 0.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; overflow-x: hidden; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}

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

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.section { padding: clamp(56px, 8vw, 120px) 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}
.eyebrow::before {
  content: "";
  width: 22px; height: 2px;
  background: var(--primary);
  border-radius: 2px;
}
.eyebrow.on-dark { color: var(--mint); }
.eyebrow.on-dark::before { background: var(--mint); }

.section-head { max-width: 660px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head h2 {
  font-size: clamp(30px, 4.4vw, 50px);
  margin-top: 16px;
}
.section-head p {
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 8px 20px rgba(14,107,79,.28); }
.btn-primary:hover { background: var(--primary-deep); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(14,107,79,.34); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--primary-deep); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-wa { background: #1faf54; color: #fff; }
.btn-wa:hover { background: #178f44; transform: translateY(-2px); }
.btn-lg { padding: 18px 30px; font-size: 17px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 70;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  border-color: var(--line);
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  box-shadow: 0 6px 24px rgba(8,61,45,.06);
}
.nav {
  display: flex; align-items: center; gap: clamp(10px, 2vw, 28px);
  height: 76px;
}
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: clamp(15px, 2.4vw, 19px); letter-spacing: -0.01em; min-width: 0; flex-shrink: 1; }
.brand { flex: none; }
.brand b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand .mark {
  width: 40px; height: 40px; border-radius: 11px;
  background: linear-gradient(150deg, var(--primary-bright), var(--primary));
  display: grid; place-items: center; color: #fff; flex: none;
  box-shadow: var(--shadow-sm);
}
.brand .mark svg { width: 22px; height: 22px; }
.brand .b-sub { display: block; font-family: var(--font-body); font-weight: 500; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.brand b { line-height: 1; white-space: nowrap; }

.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav-links a {
  font-family: var(--font-display); font-weight: 500; font-size: 15.5px;
  padding: 9px 13px; border-radius: 999px; color: var(--ink); white-space: nowrap;
  transition: background .15s ease, color .15s ease;
}
.nav-links a:hover { background: var(--mint-soft); color: var(--primary-deep); }
.nav-spacer { flex: 1; min-width: 0; }
.nav-cta { display: flex; align-items: center; gap: 10px; flex: none; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--primary-deep); }
.nav-phone svg { width: 17px; height: 17px; color: var(--primary); }

.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-strong); background: var(--surface); border-radius: 12px; cursor: pointer; align-items: center; justify-content: center; }
.menu-toggle svg { width: 22px; height: 22px; }

/* Mobile drawer */
.mobile-menu {
  position: fixed; inset: 76px 0 auto 0; z-index: 69;
  background: var(--surface); border-bottom: 1px solid var(--line);
  padding: 12px var(--gutter) 22px;
  transform: translateY(-12px); opacity: 0; pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  box-shadow: var(--shadow-md);
}
.mobile-menu.open { opacity: 1; transform: none; pointer-events: auto; }
.mobile-menu a { display: block; padding: 14px 8px; font-family: var(--font-display); font-weight: 500; font-size: 18px; border-bottom: 1px solid var(--line); }
.mobile-menu .btn { width: 100%; margin-top: 16px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(40px, 5vw, 70px); padding-bottom: clamp(48px, 6vw, 90px); overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(24px, 4vw, 64px);
  align-items: center;
}
.hero-copy { max-width: 600px; }
.hero h1 {
  font-size: clamp(30px, 5.5vw, 74px);
  margin-top: 22px;
}
.hero h1 .accent { color: var(--primary); }
.hero-sub { margin-top: 24px; font-size: clamp(17px, 1.5vw, 20px); color: var(--muted); max-width: 520px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; }
.hero-trust li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; color: var(--ink); }
.hero-trust svg { width: 20px; height: 20px; color: var(--primary); flex: none; }

.hero-media { position: relative; }
.hero-media .photo-main { width: 100%; aspect-ratio: 4 / 5; }
.hero-media .photo-badge {
  position: absolute; left: clamp(-8px, -2vw, -22px); bottom: 26px;
  background: var(--surface); border-radius: var(--radius);
  padding: 14px 16px; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px; max-width: min(250px, 80%);
}
.hero-media .photo-badge .ring {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  background: var(--mint); display: grid; place-items: center; color: var(--primary-deep);
}
.hero-media .photo-badge .ring svg { width: 24px; height: 24px; }
.hero-media .photo-badge b { font-family: var(--font-display); font-size: 17px; }
.hero-media .photo-badge span { display: block; font-size: 13px; color: var(--muted); }
.hero-blob { position: absolute; z-index: -1; width: min(520px, 80vw); height: min(520px, 80vw); right: -80px; top: -80px; background: radial-gradient(circle at 50% 50%, var(--mint) 0%, transparent 70%); opacity: .7; }

/* image-slot baseline look */
image-slot {
  --slot-bg: var(--mint-soft);
  background: var(--mint-soft);
  border: 1px dashed color-mix(in srgb, var(--primary) 35%, transparent);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  color: var(--primary-deep);
  font-family: var(--font-body);
}

/* ---------- Logo / trust strip ---------- */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px 10px; flex-wrap: wrap; }
.strip-inner .lead { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--muted); max-width: 220px; }
.strip-stats { display: flex; gap: clamp(28px, 5vw, 64px); flex-wrap: wrap; }
.strip-stats .stat b { font-family: var(--font-display); font-size: clamp(28px, 3vw, 38px); color: var(--primary-deep); display: block; line-height: 1; }
.strip-stats .stat span { font-size: 14px; color: var(--muted); margin-top: 6px; display: block; }

/* ---------- Services ---------- */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.svc-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 26px 26px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative; overflow: hidden;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.svc-icon {
  width: 54px; height: 54px; border-radius: 14px; background: var(--mint-soft);
  display: grid; place-items: center; color: var(--primary); margin-bottom: 20px;
  transition: background .2s ease, color .2s ease;
}
.svc-icon svg { width: 28px; height: 28px; }
.svc-card:hover .svc-icon { background: var(--primary); color: #fff; }
.svc-card h3 { font-size: 21px; }
.svc-card p { margin-top: 10px; color: var(--muted); font-size: 15.5px; }
.svc-card .tag { position: absolute; top: 22px; right: 22px; font-family: var(--font-display); font-weight: 600; font-size: 12px; color: var(--gold); letter-spacing: .04em; }
.svc-card .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--primary); }
.svc-card .more svg { width: 15px; height: 15px; transition: transform .2s ease; }
.svc-card:hover .more svg { transform: translateX(3px); }

/* ---------- Approach / Why us (dark band) ---------- */
.band-dark { background: var(--primary-deep); color: #eafff6; position: relative; overflow: hidden; }
.band-dark .wrap { position: relative; z-index: 1; }
.band-dark h2 { color: #fff; }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 70px); align-items: start; }
.approach-copy p { color: rgba(255,255,255,.78); margin-top: 18px; font-size: 17px; }
.why-list { margin-top: 30px; display: grid; gap: 14px; }
.why-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; }
.why-list svg { width: 22px; height: 22px; color: var(--mint); flex: none; margin-top: 1px; }

.process { display: grid; gap: 14px; }
.process .p-title { font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: var(--mint); margin-bottom: 6px; }
.step {
  display: flex; gap: 18px; align-items: center;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 16px 20px;
  transition: background .2s ease, transform .2s ease;
}
.step:hover { background: rgba(255,255,255,.11); transform: translateX(4px); }
.step .n { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--mint); width: 34px; flex: none; }
.step b { font-family: var(--font-display); font-size: 17px; color: #fff; }
.step span { display: block; font-size: 14px; color: rgba(255,255,255,.7); margin-top: 2px; }
.band-dark .glow { position: absolute; width: min(600px, 90vw); height: min(600px, 90vw); border-radius: 50%; background: radial-gradient(circle, var(--primary-bright) 0%, transparent 65%); opacity: .25; right: -160px; bottom: -200px; }

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px 30px; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price-card.featured { background: var(--primary-deep); color: #eafff6; border-color: var(--primary-deep); box-shadow: var(--shadow-lg); }
.price-card.featured h3, .price-card.featured .amount { color: #fff; }
.price-card .pc-tag { font-family: var(--font-display); font-weight: 600; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.price-card.featured .pc-tag { color: var(--mint); }
.price-card h3 { font-size: 24px; margin-top: 10px; }
.price-card .pc-desc { font-size: 15px; color: var(--muted); margin-top: 8px; }
.price-card.featured .pc-desc { color: rgba(255,255,255,.75); }
.price-card .amount { font-family: var(--font-display); font-weight: 700; font-size: 38px; margin-top: 22px; line-height: 1; letter-spacing: -0.02em; }
.price-card .amount small { font-family: var(--font-body); font-weight: 500; font-size: 15px; color: var(--muted); letter-spacing: 0; }
.price-card.featured .amount small { color: rgba(255,255,255,.7); }
.price-card .pc-list { margin-top: 24px; display: grid; gap: 12px; flex: 1; }
.price-card .pc-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; }
.price-card .pc-list svg { width: 19px; height: 19px; color: var(--primary); flex: none; margin-top: 2px; }
.price-card.featured .pc-list svg { color: var(--mint); }
.price-card .btn { margin-top: 28px; width: 100%; }
.price-note { margin-top: 22px; font-size: 13.5px; color: var(--muted); text-align: center; }

/* ---------- Testimonials ---------- */
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.test-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; display: flex; flex-direction: column; }
.test-stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 16px; }
.test-stars svg { width: 18px; height: 18px; }
.test-card blockquote { margin: 0; font-size: 16.5px; line-height: 1.55; flex: 1; }
.test-who { display: flex; align-items: center; gap: 13px; margin-top: 22px; }
.test-who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--mint); color: var(--primary-deep); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 17px; flex: none; }
.test-who b { font-family: var(--font-display); font-size: 16px; display: block; }
.test-who span { font-size: 13.5px; color: var(--muted); }

/* ---------- CEO / About ---------- */
.ceo-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.ceo-photo image-slot { width: 100%; aspect-ratio: 3 / 4; }
.ceo-quote { font-family: var(--font-display); font-weight: 600; font-size: clamp(22px, 2.6vw, 32px); line-height: 1.28; letter-spacing: -0.01em; }
.ceo-quote .mk { color: var(--primary); }
.ceo-meta { margin-top: 26px; display: flex; align-items: center; gap: 14px; }
.ceo-meta .line { width: 38px; height: 2px; background: var(--primary); }
.ceo-meta b { font-family: var(--font-display); font-size: 16px; }
.ceo-meta span { display: block; font-size: 14px; color: var(--muted); }
.about-stats { display: flex; gap: 36px; margin-top: 34px; flex-wrap: wrap; }
.about-stats b { font-family: var(--font-display); font-size: 30px; color: var(--primary-deep); display: block; line-height: 1; }
.about-stats span { font-size: 13.5px; color: var(--muted); margin-top: 6px; display: block; }

/* ---------- Quote / Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 60px); align-items: start; }
.contact-info .ci-item { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-info .ci-item:last-child { border-bottom: 0; }
.contact-info .ci-ico { width: 46px; height: 46px; border-radius: 12px; background: var(--mint-soft); color: var(--primary); display: grid; place-items: center; flex: none; }
.contact-info .ci-ico svg { width: 22px; height: 22px; }
.contact-info .ci-item .l { font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.contact-info .ci-item .v { font-size: 17px; margin-top: 3px; }
.contact-info .ci-item .v a { display: block; }
.contact-info .ci-item .v a:hover { color: var(--primary); }
.contact-actions { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }

.quote-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px, 3vw, 38px); box-shadow: var(--shadow-md); }
.quote-card h3 { font-size: 26px; }
.quote-card > p { color: var(--muted); margin-top: 8px; font-size: 15px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--font-display); font-weight: 600; font-size: 13.5px; }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 16px; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line-strong); border-radius: 12px;
  background: var(--paper); transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--primary); background: #fff;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 14%, transparent);
}
.field textarea { resize: vertical; min-height: 96px; }
.field.error input, .field.error select, .field.error textarea { border-color: #d9534f; }
.field .err-msg { color: #d9534f; font-size: 13px; display: none; }
.field.error .err-msg { display: block; }
.quote-card .submit-row { margin-top: 22px; }
.quote-card .submit-row .btn { width: 100%; }
.form-fine { font-size: 13px; color: var(--muted); margin-top: 14px; text-align: center; }
.form-success {
  display: none; text-align: center; padding: 30px 10px;
}
.form-success.show { display: block; }
.form-success .ok { width: 68px; height: 68px; border-radius: 50%; background: var(--mint); color: var(--primary-deep); display: grid; place-items: center; margin: 0 auto 18px; }
.form-success .ok svg { width: 34px; height: 34px; }
.form-success h3 { font-size: 24px; }
.form-success p { color: var(--muted); margin-top: 10px; }

/* ---------- Footer ---------- */
.site-footer { background: #0a2a20; color: rgba(255,255,255,.8); padding: clamp(54px, 6vw, 80px) 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; }
.site-footer .brand { color: #fff; }
.site-footer .brand .b-sub { color: rgba(255,255,255,.55); }
.footer-about { margin-top: 18px; font-size: 15px; color: rgba(255,255,255,.65); max-width: 320px; }
.footer-col h4 { font-family: var(--font-display); font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 16px; }
.footer-col a, .footer-col li { display: block; padding: 6px 0; font-size: 15px; color: rgba(255,255,255,.78); }
.footer-col a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; color: rgba(255,255,255,.55); flex-wrap: wrap; }

/* ---------- Floating actions ---------- */
.floaters { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: flex; flex-direction: column; gap: 12px; }
.floaters a {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  box-shadow: var(--shadow-lg); color: #fff; transition: transform .18s ease;
  position: relative;
}
.floaters a:hover { transform: scale(1.08); }
.floaters a svg { width: 27px; height: 27px; }
.floaters .f-wa { background: #25d366; }
.floaters .f-call { background: var(--primary); }
.floaters a .tip {
  position: absolute; right: 66px; top: 50%; transform: translateY(-50%);
  background: var(--ink); color: #fff; font-size: 13px; font-weight: 600; font-family: var(--font-display);
  padding: 7px 12px; border-radius: 8px; white-space: nowrap; opacity: 0; pointer-events: none;
  transition: opacity .18s ease;
}
.floaters a:hover .tip { opacity: 1; }

/* ---------- Reveal animation ----------
   Base state is VISIBLE. We only hide elements while JS is actively
   driving the animation (html.anim) and they haven't entered yet. If JS
   never runs, content shows immediately — nothing can get stuck hidden. */
.reveal { transition: opacity .7s cubic-bezier(.16,.8,.3,1), transform .7s cubic-bezier(.16,.8,.3,1); }
html.anim .reveal:not(.in) { opacity: 0; transform: translateY(22px); }
@media (prefers-reduced-motion: reduce) {
  html.anim .reveal:not(.in) { opacity: 1; transform: none; }
  .reveal { transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .test-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .approach-grid, .ceo-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 860px) {
  .nav-links, .nav-phone { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 100%; width: 100%; }
  .hero-media .photo-main { aspect-ratio: 16 / 10; }
  .hero-copy { max-width: 100%; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .strip-inner { justify-content: flex-start; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: 1; }
  .contact-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .nav { height: 64px; }
  html { scroll-padding-top: 70px; }
}