/* Typhoon Builders — shared styles
   Brand: red #F90113 (logo sample) / black / white
   Edit freely — plain CSS, no build step */

:root {
  --red: #F90113;
  --nav-red: #D60707; /* Typhoon Restoration sticky nav CDP */
  --red-dark: #C4000F;
  --black: #0a0a0a;
  --ink: #1a1a1a;
  --heading: rgb(33, 34, 38); /* Typhoon Restoration h1/h3 */
  --heading-h2: rgb(26, 26, 26);
  --gray-900: #222;
  --gray-700: #444;
  --gray-500: #6b6b6b;
  --gray-200: #e8e8e8;
  --gray-100: #f5f5f5;
  --white: #ffffff;
  --max: 1140px;
  --header-h: 124px;
  --radius: 8px;
  --radius-photo: 10px;
  --shadow: 0 8px 28px rgba(0,0,0,.12);
  --font: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  --font-display: "Poppins", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }

/* Picture wrappers: size like the nested img (avoid display:contents — breaks <source> in Chromium) */
.logo-link picture,
.header-brand-right picture,
.footer-grid picture,
.quote-card-top picture {
  display: block;
  line-height: 0;
}
.card > picture {
  display: block;
  line-height: 0;
  width: calc(100% - 1.25rem);
  margin: .625rem .625rem 0;
}
.card > picture .card-img {
  width: 100%;
  margin: 0;
}
.callout > picture {
  display: block;
  line-height: 0;
}
.callout > picture .callout-img {
  width: 100%;
}

a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { padding-left: 1.2rem; }
/* Heading scale matched to typhoonrestoration.com (Poppins) */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", system-ui, sans-serif;
  margin: 0 0 .6em;
  color: var(--heading);
}
h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 65px; /* restoration CDP */
  letter-spacing: normal;
}
h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2; /* tighter for wrapped titles (was 48px) */
  letter-spacing: -1.2px;
  color: var(--heading-h2);
}
h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* restoration CDP */
}
h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  /* Soften only on small screens so 50px H1 still feels restoration-like but readable */
  h1 { font-size: clamp(32px, 8vw, 50px); }
  h2 { font-size: clamp(26px, 5vw, 32px); }
}
p { margin: 0 0 1rem; }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.4rem; border-radius: 4px; font-weight: 600; font-size: .95rem;
  border: 2px solid transparent; cursor: pointer; text-decoration: none !important;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--nav-red); color: var(--white); }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { background: transparent; color: var(--white); border-color: var(--white); }
.btn-secondary:hover { background: var(--white); color: var(--black); }
.btn-outline { background: transparent; color: var(--black); border-color: var(--black); }
.btn-outline:hover { background: var(--black); color: var(--white); }
.btn-outline-red { background: transparent; color: var(--nav-red); border-color: var(--nav-red); }
.btn-outline-red:hover { background: var(--nav-red); color: var(--white); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { background: var(--gray-900); }

/* Sticky header — logo row + full-bleed red nav (Typhoon Restoration match) */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.header-brand {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
}
/* Logo row tools — match Typhoon Restoration header (Call us today + phone + banner) */
.header-brand-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  min-height: 120px;
  padding: .65rem 0;
  flex-wrap: wrap;
}
.header-brand-tools {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: auto;
}
.header-brand-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .35rem;
  flex-shrink: 0;
  max-width: 280px;
}
.header-call-label {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
}
.header-phone {
  display: inline-flex;
  line-height: 0;
  text-decoration: none !important;
}
.header-phone img {
  height: 36px; /* ~Restoration 283×36 */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: none;
}
.header-phone:hover { opacity: .88; }
.header-cta-ribbon {
  height: 28px; /* ~Restoration response ribbon */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-top: .15rem;
}
@media (max-width: 700px) {
  .header-brand-right { max-width: 240px; }
  .header-phone img { height: 28px; }
  .header-cta-ribbon { height: 22px; }
  .header-free-consult { font-size: 13px; }
}
.header-free-consult {
  margin: .15rem 0 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--red);
  line-height: 1.2;
}
.logo-link { display: flex; align-items: center; flex-shrink: 0; }
.logo-link img { height: 104px; width: auto; max-width: 300px; object-fit: contain; }


/* Full-width red navigation bar */
.header-nav-bar {
  background: var(--nav-red);
  width: 100%;
  min-height: 58px;
}
.header-nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 48px;
  padding: 5px 0;
}
/* Phone graphic removed from red nav (looked like a search bar) */
.nav-phone {
  display: none !important;
  flex-shrink: 0;
  text-decoration: none !important;
  line-height: 0;
  padding: .35rem 0;
}
.nav-phone img {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1); /* phone art is red; show white on red bar */
}
.nav-phone:hover { opacity: .88; }

.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; border: 1px solid var(--gray-200); border-radius: 6px;
  background: var(--white); cursor: pointer; padding: 10px;
}
.nav-toggle span {
  display: block; height: 2px; background: var(--black); border-radius: 1px;
  transition: transform .2s, opacity .2s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile: nav slides under brand row, still on red when open */
.site-nav {
  position: absolute; left: 0; right: 0;
  top: 100%;
  background: var(--nav-red);
  max-height: 0; overflow: hidden; transition: max-height .3s ease;
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}
.header-nav-bar { position: relative; }
.site-nav.open { max-height: 90vh; overflow-y: auto; }
.site-nav > ul {
  list-style: none; margin: 0; padding: .5rem 0 .85rem;
  display: flex; flex-direction: column; gap: 0;
  font-family: "Poppins", system-ui, sans-serif;
}
.site-nav ul.dropdown {
  /* Never inherit top-nav flex row — that bug kept Services open */
  display: none;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Poppins", system-ui, sans-serif;
}
.site-nav > ul > li > a,
.site-nav .dropdown-toggle {
  display: block;
  padding: 12px 15px;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.2;
  text-decoration: none !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: color .2s ease-out, opacity .2s ease-out;
}
.site-nav > ul > li > a:hover,
.site-nav > ul > li > a[aria-current="page"],
.site-nav .dropdown-toggle:hover,
.site-nav .has-dropdown:has([aria-current="page"]) > .dropdown-toggle,
.site-nav .dropdown-toggle[aria-current="true"] {
  color: #fff;
  opacity: 1;
  background: rgba(0,0,0,.12);
}

.has-dropdown { position: relative; }
.dropdown {
  list-style: none; margin: 0; padding: 0;
  display: none;
  background: #faf9f9;
}
.has-dropdown.open > ul.dropdown { display: flex; flex-direction: column; }
.dropdown a {
  display: block;
  padding: 12px 15px 12px 1.5rem;
  color: #454545 !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .02em;
  text-decoration: none !important;
  background: transparent !important;
}
.dropdown a:hover,
.dropdown a[aria-current="page"] {
  background: #eee !important;
  color: #222 !important;
  opacity: 1;
}
.dropdown-toggle {
  width: 100%; text-align: left;
  display: flex; justify-content: space-between; align-items: center;
}
.dropdown-toggle::after { content: "▾"; font-size: .75rem; opacity: .85; color: #fff; }

@media (min-width: 980px) {
  .nav-toggle { display: none; }
  .nav-phone { display: inline-flex; align-items: center; }
  .nav-phone img { height: 32px; }

  .site-nav {
    position: static; max-height: none !important; overflow: visible !important;
    background: transparent; box-shadow: none; flex: 1;
  }
  .site-nav > ul {
    flex-direction: row; align-items: stretch; justify-content: flex-start;
    gap: 0; padding: 0; flex-wrap: nowrap;
  }
  .site-nav ul.dropdown {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .site-nav > ul > li > a,
  .site-nav .dropdown-toggle {
    padding: 6px 20px;
    margin: 0 15px 0 0;
    height: 48px;
    display: inline-flex; align-items: center;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.72px;
    color: #ffffff !important;
    background: transparent;
    position: relative;
    border-radius: 3px;
    transition: background-color .2s ease-out, color .2s ease-out;
  }
  /* No underline — Restoration uses background hover (white pill, red text) */
  .site-nav > ul > li > a::after,
  .site-nav .dropdown-toggle::after,
  .site-nav .dropdown-toggle::before {
    content: none !important;
    display: none !important;
  }
  .site-nav > ul > li > a:hover,
  .site-nav > ul > li > a[aria-current="page"],
  .site-nav .dropdown-toggle:hover,
  .site-nav .has-dropdown:hover > .dropdown-toggle,
  .site-nav .has-dropdown:focus-within > .dropdown-toggle,
  .site-nav .has-dropdown:has([aria-current="page"]) > .dropdown-toggle,
  .site-nav .dropdown-toggle[aria-current="true"],
  .site-nav .dropdown-toggle[aria-expanded="true"] {
    background: #ffffff !important;
    color: var(--nav-red) !important;
    opacity: 1;
  }

  .site-nav ul.dropdown {
    position: absolute; top: 100%; left: 0; min-width: 260px;
    background: #ffffff; border: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
    padding: 8px 0; z-index: 30;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .15s ease-out, visibility .15s ease-out;
  }
  .has-dropdown:hover > ul.dropdown,
  .has-dropdown:focus-within > ul.dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .dropdown a { padding: 14px 18px; }
}

/* Mobile call link: hidden on desktop, shown in open hamburger menu */
.nav-call-mobile { display: none; }

/* Mobile: compact logo + hamburger only; non-sticky; no closed red bar */
@media (max-width: 979px) {
  :root { --header-h: 72px; }

  .site-header {
    position: relative; /* not sticky/fixed — frees vertical space for forms */
  }

  /* Collapse coral/red bar when menu closed (open panel keeps its own red bg) */
  .header-nav-bar {
    min-height: 0;
    height: auto;
    background: transparent;
    border: 0;
    padding: 0;
  }
  .header-nav-inner {
    padding: 0;
    min-height: 0;
  }
  .header-nav-bar:not(:has(.site-nav.open)) {
    height: 0;
    min-height: 0;
    overflow: visible; /* allow absolutely-positioned open panel when toggled */
  }

  /* 3-column grid: equal side rails + centered logo — hamburger cannot overlap logo */
  .header-brand-inner {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    align-items: center;
    column-gap: 0.5rem;
    flex-wrap: nowrap;
    min-height: 0;
    padding: .4rem 0;
    gap: 0.5rem 0.5rem;
    position: relative;
  }
  .header-brand-inner::after { content: none; }

  .logo-link {
    grid-column: 2;
    order: unset;
    width: auto;
    max-width: 100%;
    justify-self: center;
    justify-content: center;
    padding-inline: 0;
    box-sizing: border-box;
    min-width: 0;
  }
  .logo-link picture {
    max-width: 100%;
  }
  .nav-toggle {
    grid-column: 3;
    position: static;
    top: auto;
    right: auto;
    z-index: 5;
    margin: 0;
    justify-self: end;
    flex-shrink: 0;
  }

  /* Phone graphic + Free Quotes ribbon: desktop only */
  .header-brand-tools {
    display: none !important;
  }

  .logo-link img {
    height: 54px !important;
    max-width: 180px !important;
    width: auto !important;
  }

  /* Text tel link inside open mobile nav */
  .nav-call-mobile {
    display: list-item;
    margin-top: .35rem;
    border-top: 1px solid rgba(255,255,255,.25);
  }
  .nav-call-mobile a {
    display: block;
    padding: 14px 15px 16px;
    color: #fff !important;
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .02em;
    text-decoration: none !important;
  }
  .nav-call-mobile a:hover {
    background: rgba(0,0,0,.12);
  }
}

/* Hero */
.hero {
  position: relative; color: var(--white);
  background: var(--black);
  min-height: clamp(420px, 68vh, 640px);
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0;
  pointer-events: none;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.55) 55%, rgba(0,0,0,.35) 100%);
}
.hero-inner {
  position: relative; z-index: 2; padding: 4rem 0 3.25rem; width: min(100% - 2rem, var(--max)); margin-inline: auto;
}
.hero-kicker {
  display: inline-block; font-size: .8rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--red); margin-bottom: .75rem;
  background: rgba(249,1,19,.15); padding: .35rem .7rem; border-radius: 3px;
}
.hero h1 { color: var(--white); max-width: 18ch; margin: 0 auto .75rem; text-align: center; font-size: 50px; font-weight: 700; line-height: 65px; }
.hero p { max-width: 42rem; font-size: 1.05rem; color: rgba(255,255,255,.92); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }

/* Hero + premium quote card (restoration sidebar pattern, elevated) */
.hero--with-quote {
  align-items: center;
  min-height: clamp(520px, 78vh, 720px);
}
.hero--with-quote::before {
  background: linear-gradient(115deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.62) 48%, rgba(0,0,0,.45) 100%);
}
.hero--with-quote .hero-inner {
  padding: 3.25rem 0 3.5rem;
  width: min(100% - 2rem, var(--max));
}
.hero-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}
.hero-copy { max-width: 34rem; }
.hero-copy h1 { max-width: 14ch; margin-left: auto; margin-right: auto; text-align: center; }
.hero-perks {
  list-style: none; margin: 1.1rem 0 0; padding: 0;
  display: grid; gap: .45rem;
}
.hero-perks li {
  display: flex; align-items: center; gap: .55rem;
  font-size: .92rem; font-weight: 500; color: rgba(255,255,255,.92);
}
.hero-perks li::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--red); flex-shrink: 0; box-shadow: 0 0 0 3px rgba(249,1,19,.25);
}
.hero--with-quote .hero-ctas { margin-top: 1.35rem; }

.quote-card {
  background: var(--white);
  color: var(--ink);
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.08);
  border-top: 4px solid var(--red);
  padding: 0.55rem 1.1rem 0.7rem;
  max-width: 28.5rem;
  width: 100%;
  justify-self: end;
  scroll-margin-top: calc(var(--header-h) + 1rem);
}
.quote-card-top {
  margin-bottom: 0.4rem;
  padding-top: .5rem; /* breathing room now that the ribbon is gone */
  text-align: center;
}
.quote-ribbon {
  height: 32px; width: auto; margin: 0 auto .2rem; display: block;
}
.quote-card h2 {
  margin: 0 0 .15rem;
  color: var(--heading-h2);
  text-align: center;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.quote-lede {
  margin: 0;
  font-size: .82rem;
  color: var(--gray-700);
  line-height: 1.3;
}
.quote-form {
  max-width: none;
  gap: .55rem;
}
.quote-grid {
  display: grid;
  gap: .5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 420px) {
  .quote-grid { grid-template-columns: 1fr 1fr; }
  .quote-span-2 { grid-column: 1 / -1; }
}
.quote-form label {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--gray-900);
  gap: .2rem;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  padding: .5rem .65rem;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  background: var(--gray-100);
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.quote-form input:hover,
.quote-form select:hover,
.quote-form textarea:hover {
  border-color: #bbb;
  background: var(--white);
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(249,1,19,.15);
}
.quote-contact-method {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.quote-contact-method legend {
  font-size: .75rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: .2rem;
  padding: 0;
}
.quote-radios {
  display: flex; flex-wrap: wrap; gap: .25rem .55rem;
  align-items: center;
  min-height: 0;
}
.quote-radio {
  display: inline-flex !important;
  align-items: center;
  gap: .35rem;
  font-weight: 500 !important;
  font-size: .82rem !important;
  cursor: pointer;
  color: var(--gray-700);
}
.quote-radio input {
  width: auto;
  margin: 0;
  accent-color: var(--red);
}
.quote-photo-note {
  margin: 0;
  font-size: .75rem;
  color: var(--gray-500);
  line-height: 1.4;
}
.quote-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem .75rem;
}
.quote-submit {
  flex: 1 1 auto;
  min-width: 10rem;
  width: 100%;
}
.quote-phone-link {
  font-size: .88rem;
  color: var(--gray-700);
  text-decoration: none !important;
  white-space: nowrap;
}
.quote-phone-link:hover { color: var(--red); }
.quote-phone-link strong { color: var(--black); }
.quote-phone-link:hover strong { color: var(--red); }
.quote-form .form-note {
  margin: 0;
  color: var(--gray-700);
  background: #fff5f5;
  border-left: 3px solid var(--red);
  padding: .55rem .7rem;
  border-radius: 0 4px 4px 0;
}
@media (min-width: 900px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 26.5rem);
    gap: 2.5rem;
    align-items: center;
  }
  .quote-card {
    padding: 0.65rem 1.2rem 0.8rem;
  }
  .quote-submit { width: auto; }
}
@media (max-width: 899px) {
  .hero--with-quote { align-items: stretch; }
  .hero--with-quote .hero-inner { padding-top: 2.75rem; padding-bottom: 2.5rem; }
  .quote-card {
    justify-self: stretch;
    max-width: none;
  }
}

.page-hero {
  background: var(--black); color: var(--white);
  padding: 2.75rem 0 2.25rem; border-bottom: 4px solid var(--red);
  text-align: center;
}
.page-hero h1 {
  color: var(--white);
  margin: 0 auto .4rem;
  font-size: 50px; font-weight: 700; line-height: 65px;
  max-width: 22ch;
}
.page-hero p {
  color: rgba(255,255,255,.85);
  max-width: 40rem;
  margin: 0 auto;
}
.page-hero .breadcrumb {
  justify-content: center;
  text-align: center;
}

/* Trust bar */
.trust-bar {
  background: var(--black); color: var(--white);
  padding: .9rem 0; font-size: .85rem; font-weight: 500;
  border-top: 3px solid var(--red);
}
.trust-bar ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; justify-content: center;
}
.trust-bar li { display: flex; align-items: center; gap: .4rem; }
.trust-bar li::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--red);
}

/* Sections */
.section { padding: 3.5rem 0; }
.section-alt { background: var(--gray-100); }
.section-dark { background: var(--black); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-head {
  margin: 0 auto 2rem;
  max-width: 28rem; /* shorter so long titles wrap without a lone last word */
  text-align: center;
}
.section-head h2 {
  text-wrap: balance;
}
.section-head p { color: var(--gray-700); }
.section-dark .section-head p { color: rgba(255,255,255,.8); }
.eyebrow {
  display: block; font-size: .75rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red); margin-bottom: .5rem;
}

/* Cards / grids */
.grid-2 { display: grid; gap: 1.5rem; }
.grid-3 { display: grid; gap: 1.5rem; }
.grid-4 { display: grid; gap: 1.25rem; }
@media (min-width: 640px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

.card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow .2s, transform .2s;
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.card-img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: calc(100% - 1.25rem);
  height: auto;
  margin: .625rem .625rem 0;
  border-radius: var(--radius-photo);
  background: var(--gray-200);
}
.card-body { padding: 1.25rem 1.35rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.card-body h2 {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -1.2px;
  margin-bottom: .4rem;
}
.card-body h3 {
  margin-bottom: .4rem;
  line-height: 1.2;
  letter-spacing: -1.2px;
}
.card-body p { color: var(--gray-700); font-size: .95rem; flex: 1; }
.card-link {
  margin-top: .75rem; font-weight: 600; color: var(--red);
  text-decoration: none !important; display: inline-flex; align-items: center; gap: .35rem;
}
.card-link::after { content: "→"; }

.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.feature-list li {
  background: var(--white); border-left: 4px solid var(--red);
  padding: 1rem 1.15rem; border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.feature-list strong { display: block; margin-bottom: .25rem; color: var(--black); }

/* Process */
.process {
  display: grid; gap: 1rem;
  counter-reset: step;
}
@media (min-width: 800px) { .process { grid-template-columns: repeat(4, 1fr); } }
.process-step {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius); padding: 1.35rem 1.2rem 1.4rem;
  position: relative;
}
.process-step::before {
  counter-increment: step; content: counter(step);
  display: inline-flex; align-items: center; justify-content: center;
  width: 2rem; height: 2rem; border-radius: 50%;
  background: var(--red); color: var(--white); font-weight: 700; font-size: .9rem;
  margin-bottom: .75rem;
}
.process-step h3 { /* inherit restoration H3: 20px / 600 */ }
.process-step p { margin: 0; color: var(--gray-700); font-size: .92rem; line-height: 1.45; }

/* Callout */
.callout {
  display: grid; gap: 1rem; align-items: center;
  background: var(--black); color: var(--white);
  border-radius: var(--radius); overflow: hidden;
  padding: .625rem;
}
@media (min-width: 800px) { .callout { grid-template-columns: 1.1fr 1fr; } }
.callout-img {
  width: 100%; height: 100%; min-height: 220px; object-fit: cover;
  border-radius: var(--radius-photo);
}
.callout-body { padding: 2rem 1.75rem; }
.callout-body h2 { color: var(--white); }
.callout-body p { color: rgba(255,255,255,.88); }

/* Split */
.split { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 860px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split.reverse > :first-child { order: 2; }
}
/* Mobile: center section headers (eyebrow + h2) when stacked */
@media (max-width: 859px) {
  .split > div:has(.eyebrow) > .eyebrow,
  .split > div:has(.eyebrow) > h2,
  .callout-body > .eyebrow,
  .callout-body > h2,
  .section > .container > .eyebrow,
  .section > .container > h2 {
    text-align: center;
  }
  .split > div:has(.eyebrow) > h2,
  .callout-body > h2,
  .section-head h2 {
    text-wrap: balance;
  }
  /* Short marketing splits (home Design/About teasers): center copy + CTA too */
  .split > div:has(.eyebrow):has(.btn) {
    text-align: center;
  }
}
.split img { border-radius: var(--radius-photo); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
/* Ribbons/logos inside .split must not get the photo crop */
.split > div > p img,
.split img.cta-ribbon,
.split img.header-cta-ribbon {
  border-radius: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

/* Gallery */
.gallery-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
.gallery-item {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius); overflow: hidden;
}
.gallery-item > img {
  width: calc(100% - 1.25rem);
  margin: .625rem .625rem 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-photo);
}
.gallery-item figcaption {
  padding: .85rem 1rem 1.1rem; font-size: .88rem; color: var(--gray-700);
}
.gallery-item figcaption strong { display: block; color: var(--black); margin-bottom: .2rem; }
/* Before/After drag slider (WoCode-style) */
.ba-gallery {
  display: grid; gap: 1.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .ba-gallery { grid-template-columns: repeat(2, 1fr); }
}
.ba-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.ba-card > .ba-slider {
  width: calc(100% - 1.25rem);
  margin: .625rem .625rem 0;
  border-radius: var(--radius-photo);
}
.ba-card figcaption {
  padding: 1rem 1.1rem 1.25rem;
  font-size: .92rem;
  color: var(--gray-700);
}
.ba-card figcaption h3 {
  margin: 0 0 .5rem;
  color: var(--black);
}
.ba-card figcaption p {
  margin: 0 0 .55rem;
  line-height: 1.55;
}
.ba-card figcaption p:last-child { margin-bottom: 0; }
.ba-card figcaption strong { color: var(--black); font-weight: 600; }
.ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--gray-200);
  user-select: none;
  touch-action: none;
  cursor: ew-resize;
  border-radius: var(--radius-photo);
}
.ba-slider.is-dragging { cursor: grabbing; }
.ba-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  display: block;
}
.ba-slider .ba-after { z-index: 1; }
.ba-slider .ba-before {
  z-index: 2;
  /* Clip from left edge to --pos (percentage of width showing BEFORE) */
  clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0);
}
.ba-slider .ba-overlay {
  position: absolute; inset: 0; z-index: 3;
  background: rgba(0,0,0,.5); opacity: 0;
  transition: opacity .2s; pointer-events: none;
}
.ba-slider.is-dragging .ba-overlay { opacity: 1; }
@media (hover: hover) and (pointer: fine) {
  .ba-slider:hover .ba-overlay,
  .ba-slider:focus-within .ba-overlay { opacity: 1; }
}
.ba-slider .ba-label {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: none;
  padding: .4rem .75rem;
  border-radius: 2px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
}
.ba-slider.is-dragging .ba-label { opacity: 1; }
@media (hover: hover) and (pointer: fine) {
  .ba-slider:hover .ba-label,
  .ba-slider:focus-within .ba-label { opacity: 1; }
}
.ba-slider .ba-label-before { left: 1rem; }
.ba-slider .ba-label-after { right: 1rem; }
.ba-slider .ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos, 50%);
  width: 0;
  z-index: 5;
  transform: translateX(-50%);
  pointer-events: none;
}
.ba-slider .ba-handle::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: var(--white);
  box-shadow: 0 0 8px rgba(0,0,0,.35);
}
.ba-slider .ba-handle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 3px solid var(--white);
  background: var(--white);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-shadow: 0 4px 14px rgba(0,0,0,.35);
  pointer-events: auto;
  cursor: grab;
  padding: 0;
}
.ba-slider.is-dragging .ba-handle-btn { cursor: grabbing; }
.ba-slider .ba-handle-btn:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(249,1,19,.45), 0 4px 14px rgba(0,0,0,.35);
}
.ba-slider .ba-chevron {
  display: block;
  width: 0; height: 0;
  border-style: solid;
}
.ba-slider .ba-chevron-left {
  border-width: 6px 8px 6px 0;
  border-color: transparent currentColor transparent transparent;
  margin-right: 3px;
}
.ba-slider .ba-chevron-right {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent currentColor;
  margin-left: 3px;
}
/* Compact teaser on homepage */
.ba-slider.ba-slider--teaser {
  aspect-ratio: 4 / 3;
  width: calc(100% - 1.25rem);
  margin: .625rem .625rem 0;
  border-radius: var(--radius-photo);
}
.ba-slider.ba-slider--teaser .ba-handle-btn { width: 38px; height: 38px; }
.gallery-item .ba-slider { border-radius: var(--radius-photo); }

/* Mobile BA gallery: full-bleed taller photos */
@media (max-width: 899px) {
  .ba-card > .ba-slider {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .ba-slider {
    aspect-ratio: 4 / 3;
  }
  .ba-card figcaption {
    padding: .85rem 1rem 1.05rem;
  }
}
/* Legacy .ba-pair removed — use .ba-slider */

/* Design studio tiles */
.studio-grid {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .studio-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .studio-grid { grid-template-columns: repeat(3, 1fr); } }
.studio-item {
  border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: .625rem .625rem 1.15rem; background: var(--white);
  border-top: 3px solid var(--red);
  display: flex; flex-direction: column; gap: .75rem;
}
.studio-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-photo);
  background: var(--gray-200);
}
.studio-item-body { padding: 0 .55rem; }
.studio-item h2, .studio-item h3 { margin-bottom: .35rem; }
.studio-item p { margin: 0; color: var(--gray-700); font-size: .92rem; }

/* Forms */
.form {
  display: grid; gap: 1rem; max-width: 36rem;
}
.form label { display: grid; gap: .35rem; font-weight: 600; font-size: .9rem; }
.form input, .form select, .form textarea {
  font: inherit; padding: .75rem .9rem; border: 1px solid #ccc;
  border-radius: 6px; width: 100%;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: 2px solid var(--red); outline-offset: 1px; border-color: var(--red);
}
.form-note { font-size: .85rem; color: var(--gray-500); }
.contact-cards { display: grid; gap: 1rem; }
@media (min-width: 700px) { .contact-cards { grid-template-columns: repeat(3, 1fr); } }
.contact-card {
  border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: 1.35rem; background: var(--white);
}
.contact-card h3 { margin-bottom: .4rem; }
.contact-card a { font-weight: 700; font-size: 1.05rem; text-decoration: none !important; color: var(--black); }
.contact-card a:hover { color: var(--red); }

/* CTA band */
.cta-band {
  background: linear-gradient(90deg, var(--black) 0%, #1c1c1c 100%);
  color: var(--white); padding: 3rem 0; text-align: center;
  border-top: 4px solid var(--red);
}
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,.85); max-width: 36rem; margin: 0 auto 1.25rem; }
.cta-band .cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; align-items: center; }
.cta-ribbon { height: 48px; width: auto; margin: 0 auto 1rem; }

/* License badge */
.license-badge { max-width: 220px; height: auto; }

/* Footer */
.site-footer {
  background: #0d0d0d; color: rgba(255,255,255,.78);
  padding: 3rem 0 1.5rem; font-size: .9rem;
}
.footer-grid {
  display: grid; gap: 2rem;
  margin-bottom: 2rem;
}
/* Mobile: brand full-width; Explore + Services side-by-side */
@media (max-width: 699px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1.15rem;
  }
  .footer-grid > :first-child {
    grid-column: 1 / -1;
  }
  .site-footer h3 {
    margin-bottom: .7rem;
    font-size: .72rem;
  }
  .footer-links {
    gap: .38rem;
    font-size: .82rem;
    line-height: 1.35;
  }
}
@media (min-width: 700px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
.site-footer h3 {
  color: var(--white); font-size: .8rem; letter-spacing: .1em;
  text-transform: uppercase; margin-bottom: .9rem;
}
.site-footer a { color: rgba(255,255,255,.85); text-decoration: none !important; }
.site-footer a:hover { color: var(--red); }
.footer-logo { height: auto; width: 300px; max-width: 100%; margin-bottom: 1rem; filter: none; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin: 1.25rem 0 1.15rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  overflow: visible;
  box-sizing: border-box;
}
.footer-badges img {
  height: 28px;
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
}
@media (max-width: 699px) {
  .footer-badges {
    gap: .75rem 1rem;
    padding: 1rem 1.35rem; /* side padding so badges are not clipped */
    justify-content: space-evenly;
  }
  .footer-badges img {
    height: 24px;
    max-width: 30%;
  }
}
@media (min-width: 800px) {
  .footer-badges img { height: 32px; }
}

.footer-meta {
  margin-top: 0.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
  font-size: .82rem;
  line-height: 1.5;
  color: rgba(255,255,255,.68);
}
.footer-meta-row {
  margin: 0 0 .45rem;
}
.footer-meta-row:last-child { margin-bottom: 0; }
.footer-meta-creds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35rem .85rem;
  list-style: none;
  margin: 0 0 .55rem;
  padding: 0;
}
.footer-meta-creds li {
  position: relative;
  padding: 0 .15rem;
}
.footer-meta-creds li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -.55rem;
  color: rgba(255,255,255,.35);
}
.footer-meta a { color: rgba(255,255,255,.88); }
.footer-meta a:hover { color: var(--red); }
.footer-bottom {
  margin-top: 1rem;
  padding-top: .85rem;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: .78rem;
  color: rgba(255,255,255,.55);
}
.footer-credit-link {
  color: var(--red) !important; /* #F90113 */
  font-weight: 600;
}
.footer-credit-link:hover {
  color: #ff2a3a !important;
  text-decoration: underline !important;
}

/* legacy class kept if any page still has it */
.footer-trust {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 1.25rem; font-size: .8rem; line-height: 1.55;
  color: rgba(255,255,255,.65);
}

/* Utility */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.text-center { text-align: center; }
.muted { color: var(--gray-500); }
.breadcrumb {
  font-size: .85rem; color: var(--gray-500); margin-bottom: 1rem;
}
.breadcrumb a { color: var(--gray-700); }
.prose { max-width: 42rem; }
.prose p:last-child { margin-bottom: 0; }
.tag {
  display: inline-block; font-size: .72rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  background: var(--gray-100); color: var(--gray-700);
  padding: .25rem .5rem; border-radius: 3px; margin-bottom: .5rem;
}

.nav-phone-mobile { display: inline-flex; margin-left: auto; margin-right: .5rem; }
.nav-phone-mobile img { height: 22px; width: auto; filter: none; }
@media (min-width: 980px) {
  .nav-phone-mobile { display: none !important; }
}

/* Photo radius / cover sizing: content photos only — not logos, phone, ribbon, badges */
.nav-phone img,
img.cta-ribbon,
img.footer-logo,
img.license-badge,
.split img.license-badge,
.split img.cta-ribbon,
.footer-badges img {
  border-radius: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  width: auto !important;
  height: 28px !important;
  max-width: none !important;
}
@media (max-width: 699px) {
  .footer-badges img {
    height: 24px !important;
    max-width: 30% !important;
  }
}
.logo-link img,
.header-brand .logo-link img {
  border-radius: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}
@media (min-width: 800px) {
  .footer-badges img { height: 32px !important; }
}
/* Desktop logo size — must not override mobile (cascade after photo-reset block) */
@media (min-width: 980px) {
  .logo-link img { height: 104px !important; width: auto !important; max-width: 300px; }
}
@media (max-width: 979px) {
  .logo-link img {
    height: 54px !important;
    max-width: 180px !important;
    width: auto !important;
  }
}
.nav-phone img { height: 28px !important; width: auto !important; }
.site-footer img.footer-logo { width: 300px !important; height: auto !important; max-width: 100% !important; filter: none !important; }
@media (max-width: 699px) {
  .site-footer img.footer-logo { width: 300px !important; height: auto !important; max-width: 100% !important; }
}
.cta-ribbon { height: 48px !important; width: auto !important; }
.license-badge { max-width: 220px !important; height: auto !important; width: auto !important; }

/* Homepage service area — city list stays one line */
.service-area .container { max-width: min(1120px, 100%); }
.service-area h2 {
  white-space: nowrap;
  font-size: clamp(1.05rem, 2.2vw, 2rem);
  line-height: 1.25;
  margin-bottom: .65rem;
}
.service-area-cities {
  white-space: nowrap;
  font-size: clamp(.72rem, 1.15vw, .95rem);
  line-height: 1.4;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  margin-inline: auto;
  padding-bottom: .15rem;
}

/* Scroll fade-in reveals (honors prefers-reduced-motion) */
@media (prefers-reduced-motion: no-preference) {
  html.js-reveal .reveal {
    opacity: 0;
    transform: translate3d(0, 1.15rem, 0);
    transition:
      opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0s);
  }
  html.js-reveal .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* FAQ */
.faq-section .faq-list {
  max-width: 46rem;
  margin: 0 auto;
  display: grid;
  gap: .75rem;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--gray-200, #e5e7eb);
  border-radius: 8px;
  padding: .85rem 1.1rem;
}
.section-alt .faq-item { background: #fff; }
.faq-item summary {
  cursor: pointer;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  list-style: none;
  color: var(--black, #111);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  float: right;
  font-weight: 700;
  color: var(--red, #c41230);
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  margin: .75rem 0 0;
  color: var(--gray-700, #374151);
  line-height: 1.55;
}


/* Project stills click-to-enlarge */
.still-zoom {
  position: relative;
  display: block;
  cursor: zoom-in;
  text-decoration: none !important;
  border-radius: var(--radius-photo);
  overflow: hidden;
}
.still-zoom img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.still-zoom:hover img,
.still-zoom:focus-visible img {
  transform: scale(1.03);
}
.still-zoom-hint {
  position: absolute;
  right: .65rem;
  bottom: .65rem;
  background: rgba(0,0,0,.72);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .35rem .55rem;
  border-radius: 4px;
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
}
.still-zoom:hover .still-zoom-hint,
.still-zoom:focus-visible .still-zoom-hint { opacity: 1; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0,0,0,.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 3.5rem;
}
.lightbox[hidden] { display: none !important; }
.lightbox-figure {
  margin: 0;
  max-width: min(1100px, 100%);
  max-height: 100%;
  text-align: center;
}
.lightbox-figure img {
  max-width: 100%;
  max-height: calc(100vh - 6rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0,0,0,.45);
}
.lightbox-figure figcaption {
  color: rgba(255,255,255,.9);
  margin-top: .75rem;
  font-size: .95rem;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 6px;
  font-size: 1.5rem;
  line-height: 1;
  padding: .45rem .7rem;
  transition: background .15s ease;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { background: rgba(255,255,255,.22); }
.lightbox-close { top: 1rem; right: 1rem; font-size: 1.75rem; }
.lightbox-prev { left: .75rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: .75rem; top: 50%; transform: translateY(-50%); }
body.lightbox-open { overflow: hidden; }
@media (max-width: 700px) {
  .lightbox { padding: 3.5rem 0.75rem 1.25rem; }
  .still-zoom-hint { opacity: 1; }
}

/* Mobile header: tap-to-call phone icon (left rail, mirrors hamburger) */
.header-call-icon { display: none; }
@media (max-width: 979px) {
  .header-call-icon {
    display: inline-flex; align-items: center; justify-content: center;
    grid-column: 1; grid-row: 1; justify-self: start;
    width: 44px; height: 44px; border: 1px solid var(--gray-200); border-radius: 6px;
    background: var(--white); color: var(--red); text-decoration: none !important;
  }
  .header-call-icon:active { background: #fff3f3; }
  .logo-link { grid-row: 1; }
  .nav-toggle { grid-row: 1; }
}

/* Text-only cards (Consulting page) — inner padding */
.card.card-text { padding: 1.5rem 1.5rem 1.35rem; gap: .5rem; }
.card.card-text h3 { margin: 0; }
.card.card-text p { margin: 0; }
@media (max-width: 600px) { .card.card-text { padding: 1.25rem 1.15rem 1.1rem; } }

/* Lead form: honeypot + status colors */
.hp-field { position:absolute !important; left:-9999px !important; width:1px; height:1px; overflow:hidden; }
#form-status.is-success, #quote-form-status.is-success { color:#1a7f37; }
#form-status.is-error, #quote-form-status.is-error { color:#D60707; }
