/* ==========================================================================
   Alsafi Pump Repair — Shared Stylesheet
   Responsive (mobile + desktop) | Day / Night mode | Industrial navy theme
   ========================================================================== */

/* ---------- Theme variables ---------- */
:root {
  /* Brand navy */
  --brand:        #123a5a;
  --brand-dark:   #0d2d46;
  --brand-darker: #081f33;
  --brand-light:  #2f6d91;
  --brand-soft:   #e7eef3;
  --accent:       #4fb7c9;
  --accent-dark:  #2f8fa3;
  --cream:        #f6f3ec;

  /* Light mode (default) */
  --bg:           #f6f3ec;
  --bg-alt:       #fffaf4;
  --surface:      #fffaf4;
  --surface-2:    #ebe6dc;
  --text:         #17212b;
  --text-muted:   #5a6672;
  --heading:      #081f33;
  --border:       #ded8ce;
  --shadow:       0 6px 24px rgba(8, 31, 51, 0.09);
  --shadow-lg:    0 18px 50px rgba(8, 31, 51, 0.16);
  --hero-overlay: linear-gradient(135deg, rgba(8, 31, 51, 0.96), rgba(18, 58, 90, 0.92));
  --header-bg:    var(--cream);

  --radius:   8px;
  --radius-sm: 6px;
  --maxw:     1180px;
  --transition: 0.25s ease;
}

[data-theme="dark"] {
  --brand:        #4f94bd;
  --brand-dark:   #2f6d91;
  --brand-darker: #081f33;
  --brand-light:  #7fb8d5;
  --brand-soft:   #132c40;
  --accent:       #58d2e4;
  --accent-dark:  #36a9bf;
  --cream:        #efe7d8;

  --bg:           #071724;
  --bg-alt:       #0b2031;
  --surface:      #0f2a3d;
  --surface-2:    #14364f;
  --text:         #edf5fb;
  --text-muted:   #b8c7d2;
  --heading:      #fffaf0;
  --border:       #274b63;
  --shadow:       0 6px 24px rgba(0, 0, 0, 0.35);
  --shadow-lg:    0 18px 50px rgba(0, 0, 0, 0.5);
  --hero-overlay: linear-gradient(135deg, rgba(8, 31, 51, 0.97), rgba(18, 58, 90, 0.93));
  --header-bg:    #0b2031;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  transition: background var(--transition), color var(--transition);
}

img { max-width: 100%; display: block; }

a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  color: var(--heading);
  line-height: 1.25;
  margin: 0 0 0.5em;
  font-weight: 700;
}

p { margin: 0 0 1rem; }

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

.section { padding: 72px 0; }
.section-alt { background: var(--bg-alt); }

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 12px;
}

.section-title { font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
.section-lead {
  color: var(--text-muted);
  max-width: 640px;
  font-size: 1.05rem;
}
.center { text-align: center; }
.center .section-lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 24px;
  border-radius: 2px;
  font-weight: 800;
  font-size: 0.97rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary {
  background: var(--accent);
  color: var(--brand-darker);
  border-color: #101a14;
  box-shadow: 5px 5px 0 rgba(6, 20, 14, 0.9);
}
.btn-primary:hover { background: var(--accent-dark); }
.btn-outline {
  background: transparent;
  color: var(--brand);
  border-color: var(--brand);
}
.btn-outline:hover { background: var(--brand); color: #fff; }
.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.78);
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); }
.btn-whatsapp { background: #25d366; color: #fff; box-shadow: 0 8px 22px rgba(37, 211, 102, 0.32); }
.btn-whatsapp:hover { background: #1eb858; }
.btn svg { width: 18px; height: 18px; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--header-bg);
  border-bottom: 1px solid rgba(8, 31, 51, 0.16);
}
.top-strip {
  background: var(--brand-darker);
  color: var(--cream);
  font-size: 0.82rem;
}
.top-strip-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
.top-strip a {
  color: var(--cream);
  font-weight: 700;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  height: 78px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: var(--brand-darker);
  font-size: 1.12rem;
  letter-spacing: 0;
}
.brand:hover { text-decoration: none; }
.brand .logo {
  width: 68px; height: 52px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--brand-darker), var(--brand));
  border: 2px solid var(--accent);
  display: grid; place-items: center;
  box-shadow: 5px 5px 0 rgba(8, 31, 51, 0.28);
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
.brand .logo-symbol,
.footer-brand .logo-symbol {
  width: 58px;
  height: 40px;
  display: block;
  position: relative;
  z-index: 1;
}
.brand .logo-symbol circle,
.footer-brand .logo-symbol circle {
  fill: none;
  stroke: var(--accent);
  stroke-width: 4;
}
.brand .logo-symbol path,
.footer-brand .logo-symbol path {
  fill: none;
  stroke: var(--cream);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand .logo-symbol text,
.footer-brand .logo-symbol text {
  fill: var(--cream);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-anchor: middle;
}
.brand .logo::after,
.footer-brand .logo::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 5px;
  height: 3px;
  background: var(--accent);
  border-radius: 999px;
}
.brand small {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--brand);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0; padding: 0;
}
.nav-links a {
  display: block;
  padding: 8px 14px;
  border-radius: 4px;
  color: var(--brand-darker);
  font-weight: 800;
  font-size: 0.95rem;
}
.nav-links a:hover { background: var(--surface-2); text-decoration: none; }
.nav-links a.active { color: var(--brand-darker); background: rgba(214, 162, 31, 0.18); }

.nav-actions { display: flex; align-items: center; gap: 10px; }

.theme-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: 11px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  display: grid; place-items: center;
  transition: background var(--transition), border var(--transition);
}
.theme-toggle:hover { border-color: var(--brand); color: var(--brand); }
.theme-toggle svg { width: 20px; height: 20px; }
.theme-toggle .icon-moon { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-moon { display: block; }

.nav-cta { display: inline-flex; }

.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: 11px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  display: block;
  width: 20px; height: 2px;
  background: currentColor;
  margin: 0 auto;
  position: relative;
  transition: var(--transition);
}
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after  { position: absolute; top: 6px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: #fff;
  background:
    var(--hero-overlay),
    radial-gradient(circle at 20% 20%, rgba(47, 118, 89, 0.45) 0, transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(9, 36, 26, 0.5) 0, transparent 55%),
    var(--brand-darker);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.5;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding: 92px 0 86px;
  max-width: 760px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  margin-bottom: 18px;
}
.hero h1 span { color: var(--accent); }
.hero p {
  font-size: 1.15rem;
  color: #efe7d8;
  max-width: 620px;
}
.hero .pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 22px;
}
.hero .pill .dot { width: 9px; height: 9px; border-radius: 50%; background: #25d366; box-shadow: 0 0 0 4px rgba(37,211,102,0.25); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 34px;
  margin-top: 44px;
  position: relative; z-index: 1;
}
.hero-stats .stat strong { display: block; font-size: 1.9rem; color: #fff; line-height: 1; }
.hero-stats .stat span { font-size: 0.85rem; color: #d9cebd; }

.hero-home {
  --hero-overlay: linear-gradient(135deg, rgba(8, 31, 51, 0.99), rgba(18, 58, 90, 0.97));
  background-color: var(--brand-darker);
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(8, 31, 51, 0.98) 0%, rgba(12, 43, 68, 0.92) 46%, rgba(18, 58, 90, 0.78) 100%),
    radial-gradient(circle at 18% 86%, rgba(79, 183, 201, 0.14), transparent 36%);
  pointer-events: none;
}

.hero-home::after {
  background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 100% 88px;
  opacity: 0.28;
}

.hero-home .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 54px;
  align-items: center;
  padding: 72px 22px 34px;
  max-width: var(--maxw);
}

.hero-home h1 {
  max-width: 640px;
  color: var(--cream);
  font-size: clamp(3rem, 6vw, 5.1rem);
  line-height: 0.98;
  margin-bottom: 26px;
  letter-spacing: 0;
}

.hero-home p {
  max-width: 620px;
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
  line-height: 1.7;
}

.hero-home .pill {
  background: transparent;
  border: 0;
  color: var(--accent);
  padding: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.78rem;
  box-shadow: none;
}

.hero-home .hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 720px;
  margin-top: 46px;
  padding-top: 30px;
  border-top: 1px solid rgba(245, 239, 228, 0.24);
}

.hero-home .stat {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-home .hero-stats .stat strong {
  color: var(--accent);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  letter-spacing: 0;
}

.hero-photo-card {
  position: relative;
  z-index: 1;
  margin: 0;
  border: 3px solid #091811;
  box-shadow: 8px 8px 0 rgba(5, 16, 11, 0.92);
  background: var(--brand-dark);
}

.hero-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 58, 90, 0.18);
  pointer-events: none;
}

.photo-badge {
  position: absolute;
  left: -24px;
  top: 32px;
  z-index: 2;
  background: var(--accent);
  color: #111811;
  border: 3px solid #111811;
  box-shadow: 5px 5px 0 rgba(5, 16, 11, 0.92);
  padding: 10px 16px;
  font-weight: 900;
  font-size: 0.9rem;
}

.hero-service-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(245, 239, 228, 0.24);
  background: rgba(8, 31, 51, 0.86);
  color: #fffaf0;
  font-weight: 800;
  font-size: 0.88rem;
}

.hero-service-strip span {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 10px 16px;
}

.hero-service-strip span + span {
  border-left: 1px solid rgba(245, 239, 228, 0.18);
}

/* ---------- Grid helpers ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Cards ---------- */
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition), border var(--transition);
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--brand); }
.card .ico {
  width: 54px; height: 54px;
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.card .ico svg { width: 28px; height: 28px; }
.card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.card p { color: var(--text-muted); margin-bottom: 0; font-size: 0.97rem; }
.card ul { color: var(--text-muted); margin: 12px 0 0; padding-left: 18px; font-size: 0.95rem; }
.card ul li { margin-bottom: 5px; }

/* ---------- Feature list (why us) ---------- */
.feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.feature .ico {
  flex: 0 0 auto;
  width: 48px; height: 48px;
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand);
  display: grid; place-items: center;
}
.feature .ico svg { width: 24px; height: 24px; }
.feature h3 { font-size: 1.08rem; margin-bottom: 4px; }
.feature p { color: var(--text-muted); margin: 0; font-size: 0.96rem; }

/* ---------- Split (image-ish / text) ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.panel {
  background: linear-gradient(140deg, var(--brand), var(--brand-darker));
  border-radius: var(--radius);
  padding: 40px;
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.panel h3 { color: #fff; }
.panel .panel-list { list-style: none; margin: 18px 0 0; padding: 0; }
.panel .panel-list li {
  display: flex; align-items: center; gap: 11px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,0.16);
  color: #edf7ef;
}
.panel .panel-list li:first-child { border-top: none; }
.panel .panel-list svg { width: 20px; height: 20px; color: var(--accent); flex: 0 0 auto; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; }
.step .num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  display: grid; place-items: center;
  font-weight: 700;
  margin-bottom: 14px;
}

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-darker));
  color: #fff;
  border-radius: var(--radius);
  padding: 48px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.2rem); }
.cta-band p { color: #edf7ef; max-width: 560px; margin: 0 auto 26px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---------- Contact cards ---------- */
.contact-card {
  display: flex; align-items: center; gap: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  transition: transform var(--transition), border var(--transition);
}
.contact-card:hover { transform: translateY(-4px); border-color: var(--brand); text-decoration: none; }
.contact-card .ico {
  width: 52px; height: 52px; flex: 0 0 auto;
  border-radius: var(--radius);
  background: var(--brand-soft); color: var(--brand);
  display: grid; place-items: center;
}
.contact-card .ico svg { width: 26px; height: 26px; }
.contact-card .meta small { display: block; color: var(--text-muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0; }
.contact-card .meta strong { color: var(--heading); font-size: 1.05rem; word-break: break-word; }

/* ---------- Info / hours table ---------- */
.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
}
.info-list li:last-child { border-bottom: none; }
.info-list li b { color: var(--heading); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--brand-darker);
  color: #d5e4d9;
  padding: 56px 0 24px;
}
[data-theme="dark"] .site-footer { background: #061522; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 36px;
}
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer a { color: #d5e4d9; }
.site-footer a:hover { color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: #fff; font-weight: 800; font-size: 1.1rem; }
.footer-brand .logo {
  width: 62px;
  height: 46px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--brand-darker), var(--brand));
  border: 2px solid var(--accent);
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}
.footer-brand .logo-symbol {
  width: 54px;
  height: 38px;
}
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  font-size: 0.85rem;
  color: #a9c1b0;
}

/* ---------- Floating WhatsApp ---------- */
.float-wa {
  position: fixed;
  right: 20px; bottom: 20px;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: grid; place-items: center;
  box-shadow: 0 10px 28px rgba(37,211,102,0.45);
  z-index: 60;
  transition: transform var(--transition);
}
.float-wa:hover { transform: scale(1.08); text-decoration: none; }
.float-wa svg { width: 30px; height: 30px; color: #fff; }

/* ---------- Page banner (inner pages) ---------- */
.page-banner {
  background:
    var(--hero-overlay),
    var(--brand-darker);
  color: #fff;
  padding: 64px 0;
  position: relative;
}
.page-banner h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 8px; }
.page-banner p { color: #edf7ef; margin: 0; }
.breadcrumb { font-size: 0.85rem; color: #d5e4d9; margin-bottom: 14px; }
.breadcrumb a { color: #d5e4d9; }
.breadcrumb a:hover { color: #fff; }

/* ---------- Utility ---------- */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.text-muted { color: var(--text-muted); }
.list-check { list-style: none; margin: 16px 0 0; padding: 0; }
.list-check li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; color: var(--text-muted); }
.list-check svg { width: 20px; height: 20px; color: var(--brand); flex: 0 0 auto; margin-top: 2px; }

/* ==========================================================================
   Imagery — hero media, card banners, media frames
   ========================================================================== */
/* Full-bleed photo hero */
.hero.hero-photo {
  background-image:
    var(--hero-overlay),
    radial-gradient(circle at 16% 88%, rgba(214, 162, 31, 0.12), transparent 36%),
    radial-gradient(circle at 85% 18%, rgba(47, 118, 89, 0.4), transparent 34%);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-inner.has-media { max-width: var(--maxw); }
.hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.hero-copy { max-width: 620px; }
.hero-media { position: relative; z-index: 1; }
.hero-media img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 46px rgba(3, 18, 40, 0.45));
}

/* Service card with image banner */
.svc-card { padding: 0; overflow: hidden; }
.svc-card .card-media { display: block; line-height: 0; }
.svc-card .card-media img {
  width: 100%;
  height: 156px;
  object-fit: cover;
  display: block;
}
.svc-card .card-body { padding: 24px 28px 28px; }
.svc-card .card-body h3 { font-size: 1.18rem; margin-bottom: 8px; }
.svc-card .card-body p { color: var(--text-muted); margin-bottom: 0; }
.svc-card .card-body ul { color: var(--text-muted); margin: 12px 0 0; padding-left: 18px; font-size: 0.95rem; }
.svc-card .card-body ul li { margin-bottom: 5px; }

/* Generic media frame (about / contact) */
.media-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}

/* ==========================================================================
   Responsive — tablet & mobile
   ========================================================================== */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-home .hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .hero-photo-card {
    max-width: 520px;
  }
}

@media (max-width: 900px) {
  .hero-layout { grid-template-columns: 1fr; gap: 26px; }
  .hero-media { max-width: 380px; margin: 0 auto; }
}

@media (max-width: 760px) {
  .nav-cta { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: var(--cream);
    border-bottom: 1px solid var(--border);
    padding: 14px 18px 20px;
    box-shadow: var(--shadow);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: transform var(--transition), opacity var(--transition);
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 12px 14px; }
  .nav-links .mobile-cta { margin-top: 8px; }
  .nav-links .mobile-cta a { background: var(--accent); color: var(--brand-darker); text-align: center; border-radius: 4px; }

  .section { padding: 54px 0; }
  .hero-inner { padding: 64px 0 58px; }
  .top-strip-inner {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 7px 22px;
    font-size: 0.76rem;
  }
  .nav { height: 78px; }
  .brand { font-size: 1rem; }
  .brand .logo { width: 58px; height: 44px; }
  .brand .logo-symbol { width: 50px; height: 34px; }
  .hero-home .hero-inner { padding: 46px 22px 34px; }
  .hero-home h1 { font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .hero-home .pill { font-size: 0.72rem; }
  .hero-home .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
  }
  .hero-home .hero-stats .stat span {
    display: block;
    line-height: 1.25;
    font-size: 0.74rem;
  }
  .hero-photo-card {
    max-width: none;
    box-shadow: 5px 5px 0 rgba(5, 16, 11, 0.92);
  }
  .photo-badge {
    left: 14px;
    top: 14px;
    font-size: 0.78rem;
  }
  .hero-service-strip {
    grid-template-columns: repeat(2, 1fr);
    font-size: 0.78rem;
  }
  .hero-service-strip span:nth-child(odd) {
    border-left: 0;
  }
  .hero-stats { gap: 22px; }
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .cta-band, .panel { padding: 30px; }
  .hero-actions .btn, .cta-actions .btn { flex: 1 1 100%; justify-content: center; }
}
