/* ========================================
   Retro Fit Installation LLC — Homepage Preview
   Premium custom-home overlay (Scottsdale-ready)
   Inspired by editorial luxury contractor sites.
   This stylesheet ONLY overrides / extends
   the homepage hero, header, project marquee,
   pillars/trust section, and footer touch-ups.
   Service pages and forms remain on styles.css.
   ======================================== */

:root {
  --preview-ink: #14110f;
  --preview-ink-2: #1f1b17;
  --preview-cream: #f3efe7;
  --preview-line: rgba(243, 239, 231, 0.14);
  --preview-brass: #c69a5e;
  --preview-brass-soft: #d9b07e;
}

/* ---------- HEADER (clean, less crowded) ---------- */
/* Transparent over the cinematic hero; solidifies to dark on scroll */
body.preview-home .site-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(243, 239, 231, 0.10);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background .35s ease, backdrop-filter .35s ease, border-color .35s ease;
}
body.preview-home .site-header.is-scrolled,
body.preview-home .site-header.is-solid {
  background: rgba(20, 17, 15, 0.92) !important;
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom-color: rgba(243, 239, 231, 0.08);
}
body.preview-home .site-header,
body.preview-home .site-header .brand,
body.preview-home .site-header .site-nav a,
body.preview-home .site-header .phone-link,
body.preview-home .site-header .social-icon,
body.preview-home .site-header .brand-name,
body.preview-home .site-header .brand-sub {
  color: var(--preview-cream);
}
body.preview-home .site-header .brand-mark { color: var(--preview-brass-soft); }
body.preview-home .site-header .brand-sub { color: rgba(243, 239, 231, 0.65); }

body.preview-home .site-header .site-nav { gap: 1.75rem; }
body.preview-home .site-header .site-nav a {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: .4rem 0;
}
body.preview-home .site-header .site-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--preview-brass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
body.preview-home .site-header .site-nav a:hover::after { transform: scaleX(1); }

body.preview-home .site-header .nav-cta {
  border: 1px solid var(--preview-brass);
  padding: .55rem .9rem;
  border-radius: 999px;
  color: var(--preview-brass-soft);
  letter-spacing: 0.12em;
}
body.preview-home .site-header .nav-cta::after { display: none; }
body.preview-home .site-header .nav-cta:hover {
  background: var(--preview-brass);
  color: var(--preview-ink);
}

body.preview-home .header-cta .btn-primary {
  background: var(--preview-brass);
  color: var(--preview-ink);
  border: 1px solid var(--preview-brass);
}
body.preview-home .header-cta .btn-primary:hover {
  background: transparent;
  color: var(--preview-cream);
}

body.preview-home .header-social .social-icon {
  background: transparent;
  border: 1px solid rgba(243, 239, 231, 0.25);
  color: var(--preview-cream);
}
body.preview-home .header-social .social-icon:hover {
  background: var(--preview-brass);
  color: var(--preview-ink);
  border-color: var(--preview-brass);
}

body.preview-home .nav-toggle {
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(243, 239, 231, 0.22);
  border-radius: 999px;
  background: rgba(20, 17, 15, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body.preview-home .nav-toggle span {
  width: 19px;
  height: 1.5px;
  background: var(--preview-cream);
}

/* ---------- MOBILE DROPDOWN (premium panel) ---------- */
body.preview-home .mobile-nav {
  position: fixed;
  top: 72px;
  left: var(--gutter);
  right: var(--gutter);
  padding: .55rem;
  border: 1px solid rgba(243, 239, 231, 0.13);
  border-top: 2px solid var(--preview-brass);
  border-radius: 0 0 18px 18px;
  background:
    linear-gradient(180deg, rgba(31, 27, 23, 0.98), rgba(17, 14, 12, 0.98)),
    var(--preview-ink);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  overflow: hidden;
}
body.preview-home .mobile-nav::before {
  content: "Menu";
  display: block;
  padding: .6rem .75rem .45rem;
  color: rgba(243, 239, 231, 0.48);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
body.preview-home .mobile-nav.is-open { display: flex; }
body.preview-home .mobile-nav > a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .9rem .75rem;
  border-bottom: 1px solid rgba(243, 239, 231, 0.09);
  color: var(--preview-cream);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .13em;
  line-height: 1.15;
  text-transform: uppercase;
}
body.preview-home .mobile-nav > a:not(.btn)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  color: rgba(217, 176, 126, 0.78);
  flex: none;
}
body.preview-home .mobile-nav > a:hover,
body.preview-home .mobile-nav > a:focus-visible {
  color: var(--preview-brass-soft);
  background: rgba(198, 154, 94, 0.08);
}
body.preview-home .mobile-nav a.nav-cta {
  align-self: stretch;
  justify-content: center;
  min-height: 48px;
  margin: .35rem 0 .45rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(198, 154, 94, 0.72);
  border-radius: 12px;
  background: rgba(198, 154, 94, 0.12);
  color: var(--preview-brass-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
body.preview-home .mobile-nav a.nav-cta::after { display: none; }
body.preview-home .mobile-nav a.nav-cta:hover,
body.preview-home .mobile-nav a.nav-cta:focus-visible {
  background: var(--preview-brass);
  color: var(--preview-ink);
}
body.preview-home .mobile-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  padding: .75rem 0 .35rem;
  border-bottom: 0;
}
body.preview-home .mobile-nav .mobile-social a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border: 1px solid rgba(243, 239, 231, 0.12);
  border-radius: 12px;
  padding: .7rem .75rem;
  background: rgba(243, 239, 231, 0.045);
  color: rgba(243, 239, 231, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.preview-home .mobile-nav .mobile-social a:hover,
body.preview-home .mobile-nav .mobile-social a:focus-visible {
  border-color: rgba(198, 154, 94, 0.65);
  background: rgba(198, 154, 94, 0.12);
  color: var(--preview-brass-soft);
}
body.preview-home .mobile-nav .mobile-social svg {
  width: 15px;
  height: 15px;
}
body.preview-home .mobile-nav .btn-primary {
  min-height: 50px;
  justify-content: center;
  margin-top: .5rem;
  border: 1px solid var(--preview-brass);
  border-radius: 12px;
  background: var(--preview-brass);
  color: var(--preview-ink);
  font-size: 13px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
body.preview-home .mobile-nav .btn-primary::after { display: none; }
body.preview-home .mobile-nav .btn-primary:hover,
body.preview-home .mobile-nav .btn-primary:focus-visible {
  background: transparent;
  color: var(--preview-cream);
}

/* ---------- HERO (cinematic, low text density) ---------- */
/* Pull hero up under the transparent header so the cinematic photo extends edge-to-edge. */
body.preview-home .site-header { position: fixed; top: 0; left: 0; right: 0; }
body.preview-home .hero {
  min-height: 100vh;
  padding-top: 0;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
  position: relative;
}
body.preview-home .hero .hero-media picture,
body.preview-home .hero .hero-media img {
  object-position: 60% center;
  filter: saturate(1.02) contrast(1.04);
}
body.preview-home .hero .hero-shade {
  background:
    linear-gradient(180deg, rgba(20,17,15,0.55) 0%, rgba(20,17,15,0.15) 30%, rgba(20,17,15,0.45) 70%, rgba(20,17,15,0.85) 100%),
    linear-gradient(90deg, rgba(20,17,15,0.55) 0%, rgba(20,17,15,0.10) 50%, rgba(20,17,15,0.00) 100%);
}
body.preview-home .hero-inner {
  padding-top: 8rem;
  padding-bottom: clamp(3rem, 8vw, 6rem);
  width: 100%;
  max-width: 1240px;
}
body.preview-home .hero .eyebrow {
  color: var(--preview-brass-soft);
  letter-spacing: 0.28em;
  font-size: 11px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
}
body.preview-home .hero .eyebrow::before {
  content: "";
  width: 36px; height: 1px;
  background: var(--preview-brass-soft);
}
body.preview-home .hero-title {
  font-size: clamp(2.6rem, 6vw, 5.25rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--preview-cream);
  max-width: 18ch;
  margin: 0 0 1.5rem;
}
body.preview-home .hero-title em {
  font-style: italic;
  font-weight: 500;
  color: var(--preview-brass-soft);
}
body.preview-home .hero-sub {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.55;
  color: rgba(243, 239, 231, 0.82);
  max-width: 46ch;
  margin: 0 0 2.25rem;
}
body.preview-home .hero-actions { margin-bottom: 0; gap: 1rem; }
body.preview-home .hero-actions .btn-primary {
  background: var(--preview-brass);
  color: var(--preview-ink);
  border: 1px solid var(--preview-brass);
  padding: 1.05rem 1.75rem;
  letter-spacing: 0.04em;
}
body.preview-home .hero-actions .btn-primary:hover {
  background: transparent;
  color: var(--preview-cream);
}
body.preview-home .hero-actions .btn-ghost {
  color: var(--preview-cream);
  border: 1px solid rgba(243, 239, 231, 0.35);
  background: transparent;
  padding: 1.05rem 1.5rem;
  letter-spacing: 0.04em;
}
body.preview-home .hero-actions .btn-ghost:hover {
  background: var(--preview-cream);
  color: var(--preview-ink);
  border-color: var(--preview-cream);
}

/* Hero corner meta (replaces the old trust-row list) */
body.preview-home .hero-corner {
  position: absolute;
  right: clamp(1.25rem, 4vw, 3rem);
  bottom: clamp(1.25rem, 4vw, 3rem);
  z-index: 2;
  text-align: right;
  color: rgba(243, 239, 231, 0.75);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 900px) {
  body.preview-home .hero-corner { display: block; }
}
body.preview-home .hero-corner .roc {
  display: block;
  color: var(--preview-brass-soft);
  font-weight: 600;
  margin-top: .35rem;
}

/* ---------- INTRO STRIP (replaces noisy old trust strip on homepage) ---------- */
body.preview-home .intro-strip {
  background: var(--preview-ink);
  color: var(--preview-cream);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-bottom: 1px solid var(--preview-line);
}
body.preview-home .intro-strip .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 900px) {
  body.preview-home .intro-strip .container {
    grid-template-columns: 1.1fr 1fr;
    gap: 5rem;
  }
}
body.preview-home .intro-strip .eyebrow {
  color: var(--preview-brass-soft);
  letter-spacing: 0.22em;
}
body.preview-home .intro-strip h2 {
  color: var(--preview-cream);
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  max-width: 26ch;
}
body.preview-home .intro-strip p {
  color: rgba(243, 239, 231, 0.78);
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
  max-width: 56ch;
}
body.preview-home .intro-strip .intro-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
}
body.preview-home .intro-strip .intro-stats div {
  border-top: 1px solid var(--preview-line);
  padding-top: 1rem;
}
body.preview-home .intro-strip .intro-stats .n {
  display: block;
  font-family: var(--font-display);
  font-size: 1.85rem;
  color: var(--preview-brass-soft);
  letter-spacing: -0.02em;
}
body.preview-home .intro-strip .intro-stats .l {
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(243, 239, 231, 0.6);
  margin-top: .35rem;
}

/* ---------- FEATURED PORTFOLIO (editorial cards, earlier on page) ---------- */
body.preview-home .featured-portfolio {
  background: var(--bg);
  padding: clamp(4rem, 9vw, 7rem) 0 clamp(3rem, 7vw, 5rem);
}
body.preview-home .featured-portfolio .section-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: none;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
@media (min-width: 800px) {
  body.preview-home .featured-portfolio .section-head {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
}
body.preview-home .featured-portfolio .section-title {
  font-size: clamp(1.85rem, 3.4vw, 2.85rem);
  letter-spacing: -0.025em;
  max-width: 18ch;
  margin: 0;
}
body.preview-home .featured-portfolio .section-aside {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 44ch;
  justify-self: start;
}
@media (min-width: 800px) {
  body.preview-home .featured-portfolio .section-aside { justify-self: end; text-align: left; }
}

body.preview-home .portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 760px) {
  body.preview-home .portfolio-grid {
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.5rem;
  }
}
body.preview-home .portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: var(--ink);
  isolation: isolate;
  display: block;
  color: var(--preview-cream);
  aspect-ratio: 4 / 3;
}
body.preview-home .portfolio-card.is-feature {
  grid-row: span 2;
  aspect-ratio: 4 / 5;
}
@media (max-width: 759px) {
  body.preview-home .portfolio-card,
  body.preview-home .portfolio-card.is-feature {
    aspect-ratio: auto;
    background: var(--surface);
    color: var(--ink);
  }
  body.preview-home .portfolio-card img {
    height: auto;
    max-height: 68vh;
    object-fit: contain;
    background: var(--surface);
  }
  body.preview-home .portfolio-card::after {
    display: none;
  }
  body.preview-home .portfolio-card .card-meta {
    position: static;
    color: var(--ink);
    padding: 1.15rem;
    background: var(--surface);
  }
  body.preview-home .portfolio-card .card-tag,
  body.preview-home .portfolio-card .card-sub {
    color: var(--muted);
  }
}
body.preview-home .portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
body.preview-home .portfolio-card:hover img { transform: scale(1.04); }
body.preview-home .portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,17,15,0) 40%, rgba(20,17,15,0.85) 100%);
  pointer-events: none;
}
body.preview-home .portfolio-card .card-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  z-index: 2;
}
body.preview-home .portfolio-card .card-tag {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--preview-brass-soft);
  display: inline-block;
  margin-bottom: .6rem;
}
body.preview-home .portfolio-card .card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  letter-spacing: -0.02em;
  margin: 0 0 .35rem;
  color: var(--preview-cream);
  line-height: 1.1;
}
body.preview-home .portfolio-card .card-sub {
  font-size: 14px;
  color: rgba(243, 239, 231, 0.78);
  margin: 0;
  max-width: 36ch;
}
body.preview-home .portfolio-card .card-cta {
  margin-top: .9rem;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--preview-brass-soft);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
body.preview-home .portfolio-card .card-cta::after {
  content: "→";
  transition: transform .35s var(--ease);
}
body.preview-home .portfolio-card:hover .card-cta::after { transform: translateX(4px); }

body.preview-home .project-showcase-stack {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
}
body.preview-home .project-showcase-panel {
  position: relative;
  min-height: clamp(520px, 78vh, 820px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: var(--preview-ink);
  color: var(--preview-cream);
  isolation: isolate;
}
body.preview-home .project-showcase-panel picture,
body.preview-home .project-showcase-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.preview-home .project-showcase-panel img {
  object-fit: cover;
  object-position: center center;
  filter: brightness(.68) contrast(1.04);
  transition: transform 1.2s var(--ease), filter .6s var(--ease);
}
body.preview-home .project-showcase-panel:hover img {
  transform: scale(1.025);
  filter: brightness(.74) contrast(1.05);
}
body.preview-home .project-showcase-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(20,17,15,.04), rgba(20,17,15,.42)),
    linear-gradient(180deg, rgba(20,17,15,.08), rgba(20,17,15,.48));
  pointer-events: none;
}
body.preview-home .project-showcase-overlay {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100% - 2rem));
  padding: clamp(1.5rem, 5vw, 3rem);
  text-align: center;
}
body.preview-home .project-showcase-overlay .eyebrow {
  color: rgba(243,239,231,.82);
  margin-bottom: 1rem;
}
body.preview-home .project-showcase-overlay h3 {
  color: var(--preview-cream);
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: .9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  margin: 0;
}
body.preview-home .project-showcase-overlay p:not(.eyebrow) {
  color: rgba(243,239,231,.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  max-width: 42ch;
  margin: 1rem auto 0;
}
body.preview-home .project-showcase-overlay span {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-top: 1.35rem;
  color: var(--preview-brass-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
body.preview-home .project-showcase-overlay span::after {
  content: "→";
  transition: transform .35s var(--ease);
}
body.preview-home .project-showcase-panel:hover .project-showcase-overlay span::after {
  transform: translateX(5px);
}

@media (max-width: 759px) {
  body.preview-home .portfolio-card,
  body.preview-home .portfolio-card.is-feature {
    aspect-ratio: auto;
    background: var(--surface);
    color: var(--ink);
    box-shadow: var(--shadow-sm);
  }
  body.preview-home .portfolio-card img {
    width: 100%;
    height: auto;
    max-height: 68vh;
    object-fit: contain;
    background: var(--surface);
  }
  body.preview-home .portfolio-card::after {
    display: none;
  }
  body.preview-home .portfolio-card .card-meta {
    position: static;
    color: var(--ink);
    padding: 1.15rem;
    background: var(--surface);
  }
  body.preview-home .portfolio-card .card-tag {
    color: var(--accent);
  }
  body.preview-home .portfolio-card .card-title {
    color: var(--ink);
  }
  body.preview-home .portfolio-card .card-sub {
    color: var(--muted);
  }
  body.preview-home .portfolio-card .card-cta {
    color: var(--ink);
    border: 0;
    border-radius: 0;
    padding: 0 0 .25rem;
    margin-top: 1rem;
    background: transparent;
    border-bottom: 1px solid rgba(198, 154, 94, 0.55);
    width: fit-content;
  }
  body.preview-home .project-showcase-panel {
    min-height: 76vh;
    border-radius: 0;
    margin-inline: calc(var(--container-pad) * -1);
  }
  body.preview-home .project-showcase-overlay {
    width: 100%;
    padding-inline: 1.25rem;
  }
  body.preview-home .project-showcase-overlay h3 {
    font-size: clamp(3rem, 15vw, 5.2rem);
  }
}

/* ---------- BUILDER / DESIGNER PILLARS ---------- */
body.preview-home .pillars {
  background: var(--preview-ink);
  color: var(--preview-cream);
  padding: clamp(4rem, 9vw, 7rem) 0;
  position: relative;
}
body.preview-home .pillars .pillar-head {
  max-width: 760px;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}
body.preview-home .pillars .eyebrow {
  color: var(--preview-brass-soft);
  letter-spacing: 0.22em;
}
body.preview-home .pillars h2 {
  color: var(--preview-cream);
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 1.25rem;
}
body.preview-home .pillars .lede {
  color: rgba(243, 239, 231, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}
body.preview-home .pillar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--preview-line);
  border-bottom: 1px solid var(--preview-line);
}
@media (min-width: 760px) {
  body.preview-home .pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.preview-home .pillar-grid .pillar:nth-child(odd) {
    border-right: 1px solid var(--preview-line);
  }
  body.preview-home .pillar-grid .pillar:nth-child(-n+2) {
    border-bottom: 1px solid var(--preview-line);
  }
}
@media (min-width: 1024px) {
  body.preview-home .pillar-grid { grid-template-columns: repeat(4, 1fr); }
  body.preview-home .pillar-grid .pillar { border-right: 1px solid var(--preview-line); border-bottom: none; }
  body.preview-home .pillar-grid .pillar:last-child { border-right: none; }
}
body.preview-home .pillar {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-bottom: 1px solid var(--preview-line);
}
body.preview-home .pillar:last-child { border-bottom: none; }
body.preview-home .pillar .num {
  font-family: var(--font-display);
  color: var(--preview-brass-soft);
  font-size: 13px;
  letter-spacing: 0.22em;
  margin-bottom: 1.5rem;
  display: block;
}
body.preview-home .pillar h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--preview-cream);
  margin: 0 0 .65rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
body.preview-home .pillar p {
  color: rgba(243, 239, 231, 0.7);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0;
}
body.preview-home .pillars .pillar-footer {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  justify-content: center;
  align-items: center;
  color: rgba(243, 239, 231, 0.72);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}
body.preview-home .pillars .pillar-footer .dot {
  width: 4px; height: 4px; border-radius: 50%; background: var(--preview-brass);
  display: inline-block; margin-right: .65rem; vertical-align: middle;
}

/* ---------- SERVICES SECTION TUNE-UP ON HOMEPAGE ---------- */
body.preview-home #services { padding-top: clamp(4rem, 8vw, 6rem); }
body.preview-home #services .section-title {
  font-size: clamp(1.85rem, 3.4vw, 2.85rem);
  max-width: 22ch;
  letter-spacing: -0.025em;
}

/* ---------- ABOUT TUNE ---------- */
body.preview-home #about { background: var(--bg-alt); }
body.preview-home #about .section-title {
  font-size: clamp(1.85rem, 3.4vw, 2.85rem);
  letter-spacing: -0.025em;
}

/* ---------- HIDE ELEMENTS REPLACED IN PREVIEW ---------- */
body.preview-home .hero .trust-row { display: none; }
body.preview-home main > .trust-strip { display: none; }

/* ---------- MOBILE TWEAKS ---------- */
@media (max-width: 720px) {
  body.preview-home .hero-inner { padding-top: 6.5rem; }
  body.preview-home .hero-title { font-size: clamp(2.2rem, 9vw, 3rem); }
  body.preview-home .intro-strip .container { gap: 2rem; }
  body.preview-home .intro-strip .intro-stats { gap: 1rem 1.5rem; }
  body.preview-home .hero-actions { flex-direction: column; align-items: stretch; }
  body.preview-home .hero-actions .btn { width: 100%; }
}
