/* NTX Lighting | high-contrast brand (business card) | OMNI RGB accents */

:root {
  color-scheme: light;
  --bg-page: #f5f5f5;
  --bg-subtle: #e8e8e8;
  --bg-card: #ffffff;
  --bg-elevated: #fafafa;
  --stroke: rgba(0, 0, 0, 0.08);
  --stroke-strong: rgba(0, 0, 0, 0.14);
  --text: #0a0a0a;
  --text-secondary: #404040;
  --muted: #5c5c5c;
  --accent: #0a0a0a;
  --accent-hover: #1f1f1f;
  --accent-soft: rgba(0, 0, 0, 0.06);
  --accent-glow: rgba(0, 0, 0, 0.15);
  --link: #0a0a0a;
  --link-hover: #2563eb;
  --rgb-cyan: #06b6d4;
  --rgb-magenta: #c026d3;
  --rgb-lime: #16a34a;
  --rgb-accent: #2563eb;
  --success-tint: #f0fdf4;
  --font-sans: "Montserrat", system-ui, -apple-system, sans-serif;
  --font-display: "Montserrat", system-ui, -apple-system, sans-serif;
  --radius-lg: 0.5rem;
  --radius-md: 0.35rem;
  --radius-sm: 0.2rem;
  --header-h: 6.9rem;
  --announce-h: 2.35rem;
  --site-header-stack: var(--header-h);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-sm: 0 1px 0 rgba(0, 0, 0, 0.04);
  --shadow-md: 0 12px 40px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.16);
}

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

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  /* Avoid a hairline of page background above the fixed white header */
  background-color: #ffffff;
  overflow-x: hidden;
}

@media (min-width: 961px) {
  html {
    overflow-x: clip;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  /* Collapse anonymous whitespace text nodes after <body> (they used to add a top strip) */
  font-size: 0;
  line-height: 1.6;
  font-weight: 500;
  color: var(--text);
  background: var(--bg-page);
  min-height: 100vh;
}

body > * {
  font-size: 1.0625rem;
}

body.has-announcement {
  --body-pad-top: calc(var(--header-h) + var(--announce-h));
  --site-header-stack: calc(var(--header-h) + var(--announce-h));
}

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

a {
  color: var(--link);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--link-hover);
  text-decoration-thickness: 2px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0.5rem 1rem;
  background: var(--text);
  color: var(--bg-card);
  border-radius: var(--radius-sm);
  font-weight: 600;
  z-index: 100;
  transform: translateY(-200%);
  transition: transform 0.2s var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
  outline: 2px solid var(--text);
  outline-offset: 2px;
}

.shell {
  width: min(1140px, calc(100% - 2.5rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
  margin-inline: auto;
}

/* Announcement */

.announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  height: var(--announce-h);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text);
  background: #f0f0f0;
  border-bottom: 1px solid var(--stroke);
}

.announcement-bar a {
  color: var(--text);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.announcement-bar a:hover {
  text-decoration: underline;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  margin: 0;
  background: #ffffff;
  border-bottom: 1px solid var(--stroke);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s var(--ease-out);
}

body.has-announcement .site-header {
  top: var(--announce-h);
}

.site-header.is-scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: var(--header-h);
  transition: height 0.25s var(--ease-out);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  min-width: 0;
  color: inherit;
}

.brand--logo {
  align-items: center;
  gap: 0.65rem;
}

.brand__mark {
  display: block;
  height: clamp(4.4rem, 7.2vw, 5.9rem);
  width: auto;
  max-width: min(90vw, 30rem);
  object-fit: contain;
  object-position: left center;
}

.brand--divider-wordmark {
  flex-direction: row;
  align-items: center;
}

.brand__wordmark {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
  line-height: 1;
}

.brand__heavy {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 1.75rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
}

.brand__divider {
  flex-shrink: 0;
  width: 3px;
  align-self: stretch;
  min-height: 1.55em;
  border-radius: 1px;
  background: var(--text);
}

.brand__lite {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

@media (max-width: 460px) {
  .brand__wordmark {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .brand__divider {
    width: min(7rem, 100%);
    height: 3px;
    min-height: 0;
    align-self: flex-start;
    background: var(--text);
  }

  .brand__mark {
    height: clamp(3.65rem, 11.5vw, 4.45rem);
    max-width: min(78vw, 20rem);
  }
}

.nav__toggle {
  display: none;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--stroke-strong);
  background: var(--bg-card);
  color: var(--text);
  font: inherit;
  cursor: pointer;
}

.nav__toggle-bar {
  display: block;
  width: 1.25rem;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
}

.nav__toggle-label {
  font-size: 0.8rem;
  font-weight: 600;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__list a {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.nav__list a:hover,
.nav__list a:focus-visible {
  color: var(--text);
}

.nav__list a[aria-current="page"] {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 2px;
}

.nav__cta {
  padding: 0.55rem 1.1rem;
  border-radius: var(--radius-sm);
  border: 2px solid var(--text);
  color: #fff !important;
  background: var(--text);
  box-shadow: none;
}

.nav__cta:hover {
  color: #fff !important;
  background: #2a2a2a;
  border-color: #2a2a2a;
}

@media (max-width: 1240px) and (min-width: 1025px) {
  .nav__list {
    gap: 0.45rem;
  }

  .nav__list a {
    font-size: 0.74rem;
  }

  .nav__cta {
    padding: 0.5rem 0.85rem;
    font-size: 0.74rem;
  }
}

@media (max-width: 1024px) {
  .nav__toggle {
    display: inline-flex;
    min-width: 2.75rem;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
  }

  .nav__panel {
    position: fixed;
    left: 0;
    right: 0;
    top: calc(var(--site-header-stack) + env(safe-area-inset-top, 0px));
    padding: 1rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
    margin-top: 0;
    background: #ffffff;
    border-bottom: 1px solid var(--stroke);
    border-radius: 0;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s var(--ease-out), opacity 0.3s ease;
  }

  .nav__panel.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }

  .nav__list a {
    padding: 0.75rem 0;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
  }

  .nav__cta {
    text-align: center;
    margin-top: 0.35rem;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Hero split */

.hero {
  position: relative;
  padding-top: calc(var(--header-h) + 2rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

body.has-announcement .hero {
  padding-top: calc(var(--header-h) + var(--announce-h) + 2rem);
}

.hero--split {
  overflow: hidden;
}

.hero--card {
  background: var(--bg-page);
  border-bottom: 1px solid var(--stroke);
  padding-top: calc(var(--header-h) + 2.5rem);
}

body.has-announcement .hero--card {
  padding-top: calc(var(--header-h) + var(--announce-h) + 2.5rem);
}

.hero--card .hero__panel--card {
  position: relative;
  z-index: 0;
  /* Pure black matches invert(1) on the JPEG (paper becomes #000) */
  background: #000000;
  color: #f5f5f5;
  max-width: none;
  width: 100%;
  min-width: 0;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(255,  255,  255, 0.08);
  /* Shadow mostly downward so it does not read as overlapping the fixed header */
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.hero__brand {
  display: block;
  margin: 0 0 1.5rem;
  max-width: 14rem;
  background-color: #000000;
}

.hero__brand img,
.hero__brand .hero__brand-mark {
  display: block;
  width: 100%;
  max-width: 12.5rem;
  height: auto;
  object-fit: contain;
  object-position: left top;
  /* Slight contrast so off-white JPEG edges invert to #000, not #0a0a0a */
  filter: invert(1) contrast(1.12);
}

@media (min-width: 961px) {
  .hero--card .hero__grid {
    align-items: stretch;
  }

  .hero--card .hero__panel--card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

/* Home: full-bleed hero (edge to edge, black column flush to photo) */
.hero__bleed {
  width: 100%;
  max-width: none;
}

/* Edge hero: no extra band under the fixed header or below the photo (was padding on .hero / .hero--card) */
.hero.hero--split.hero--card.hero--edge {
  padding-top: var(--header-h);
  padding-bottom: 0;
  border-bottom: none;
}

body.has-announcement .hero.hero--split.hero--card.hero--edge {
  padding-top: calc(var(--header-h) + var(--announce-h));
}

.hero--edge .hero__grid {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  gap: 0;
  column-gap: 0;
  row-gap: 0;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  align-items: stretch;
  min-height: clamp(22rem, 68vh, 52rem);
}

.hero--edge.hero--card .hero__panel--card {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: clamp(1.75rem, 4vw, 3rem) clamp(1.5rem, 5vw, 4rem);
}

.hero--edge .hero__figure {
  border-radius: 0;
  border: none;
  box-shadow: none;
  aspect-ratio: auto;
  align-self: stretch;
  min-height: 0;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Hero project slideshow (same images as #gallery) */
.hero__ss {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  touch-action: pan-y;
}

.hero__ss-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #0a0a0a;
}

.hero__ss-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.4s var(--ease-out, ease);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .hero__ss-img {
    transition: none;
  }
}

.hero__ss-ui {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.25rem;
  pointer-events: none;
}

.hero__ss-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255,  255,  255, 0.2);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255,  255,  255, 0.7);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transform: translateY(0.05em);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.5;
}

.hero__ss-btn:hover,
.hero__ss-btn:focus-visible {
  opacity: 0.95;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255,  255,  255, 0.35);
  outline: none;
}

.hero__ss-btn-icon {
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1;
  user-select: none;
}

.hero--edge .hero__figure-cap {
  z-index: 3;
}

@media (min-width: 961px) {
  .hero__ss-btn {
    width: 2.15rem;
    height: 3.25rem;
  }
}

.hero__panel {
  max-width: 34rem;
}

.hero--edge .hero__panel.hero__panel--card {
  max-width: none;
}

.hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.hero__badge {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  border-radius: var(--radius-sm);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f5f5f5;
  background: rgba(255,  255,  255, 0.1);
  border: 1px solid rgba(255,  255,  255, 0.2);
}

.hero__rating {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.hero__rating strong {
  color: var(--text);
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-optical-sizing: auto;
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: none;
  margin: 0 0 1.1rem;
  text-wrap: balance;
  color: var(--text);
}

.hero--card .hero__title {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero__title-accent {
  display: block;
  margin-top: 0.2em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.5em;
  line-height: 1.3;
  background: linear-gradient(
    100deg,
    #ef4444 0%,
    #eab308 22%,
    #22c55e 50%,
    #2563eb 78%,
    #a855f7 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero--card .hero__kickerline {
  color: rgba(255,  255,  255, 0.6);
  letter-spacing: 0.14em;
  font-weight: 700;
}

.hero--card .hero__title-accent {
  text-transform: none;
  font-style: normal;
  font-size: 0.52em;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(255,  255,  255, 0.88);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  background-image: none;
}

.hero__lede {
  margin: 0 0 1.5rem;
  color: var(--text-secondary);
  font-size: 1.02rem;
  max-width: 40ch;
  line-height: 1.65;
  font-weight: 500;
}

.hero--card .hero__lede {
  color: rgba(255,  255,  255, 0.75);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.hero__micro {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--muted);
}

.hero__micro li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.hero__micro svg {
  flex-shrink: 0;
  color: var(--rgb-cyan);
}

.hero--card .hero__micro {
  color: rgba(255,  255,  255, 0.6);
}

.hero--card .hero__micro svg {
  color: #22d3ee;
}

.hero__figure {
  position: relative;
  margin: 0;
  border-radius: calc(var(--radius-lg) + 6px);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--stroke);
  aspect-ratio: 5 / 4;
  background: var(--bg-subtle);
}

.hero__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__figure-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem 1.1rem;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #f8fafc;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.88), transparent);
}

@media (max-width: 960px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__panel {
    order: 0;
  }

  .hero__figure {
    order: 1;
    max-height: min(52vh, 420px);
    aspect-ratio: 16 / 10;
  }

  .hero--edge .hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero--edge .hero__ss {
    flex: 1 1 0;
    min-height: 0;
  }

  .hero--edge .hero__figure {
    height: auto;
    min-height: 0;
    width: 100%;
    max-height: min(50vh, 400px);
    aspect-ratio: 16 / 10;
  }

  .hero--edge.hero--card .hero__panel--card {
    padding: 1.35rem max(1rem, env(safe-area-inset-left, 0px)) 1.65rem max(1rem, env(safe-area-inset-right, 0px));
  }

  .hero--edge .hero__title {
    font-size: clamp(1.5rem, 6.2vw, 2.05rem);
    line-height: 1.15;
  }

  .hero--edge .hero__title-accent {
    font-size: 0.48em;
    line-height: 1.4;
  }

  .hero--edge .hero__lede {
    font-size: 0.98rem;
    max-width: none;
    line-height: 1.62;
  }

  .hero--edge .hero__kickerline {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
  }

  .hero--edge .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
  }

  .hero--edge .hero__actions .btn {
    width: 100%;
    min-height: 3rem;
    padding: 0.95rem 1.15rem;
  }

  .hero--edge .hero__micro {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .hero--edge .hero__figure-cap {
    padding: 0.6rem max(0.75rem, env(safe-area-inset-left, 0px)) 0.75rem max(0.75rem, env(safe-area-inset-right, 0px));
    font-size: 0.76rem;
  }

  .site-header {
    padding-left: env(safe-area-inset-left, 0px);
    padding-right: env(safe-area-inset-right, 0px);
  }
}

@media (max-width: 480px) {
  .hero--edge .hero__figure {
    max-height: min(48vh, 340px);
    aspect-ratio: 4 / 3;
  }

  .hero--edge.hero--card .hero__panel--card {
    padding-top: 1.15rem;
    padding-bottom: 1.35rem;
  }

  .hero__brand {
    margin-bottom: 1.1rem;
  }

  .hero__brand img,
  .hero__brand .hero__brand-mark {
    max-width: 10.5rem;
  }

  :root {
    --header-h: 5.85rem;
  }

  .shell {
    width: min(1140px, calc(100% - 1rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
  }
}

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 800;
  margin: 0 0 0.85rem;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal:nth-child(2) {
  transition-delay: 0.06s;
}
.reveal:nth-child(3) {
  transition-delay: 0.12s;
}
.reveal:nth-child(4) {
  transition-delay: 0.18s;
}
.reveal:nth-child(5) {
  transition-delay: 0.24s;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.88rem 1.45rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s var(--ease-out), background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn,
.mobile-cta__call,
.mobile-cta__quote {
  touch-action: manipulation;
}

.btn--primary {
  background: var(--text);
  color: #fff;
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 32px var(--accent-glow);
  border: 2px solid var(--text);
}

.btn--primary:hover {
  color: #fff;
  background: #2a2a2a;
  border-color: #2a2a2a;
}

.btn--on-dark {
  background: #fff;
  color: #0a0a0a !important;
  border: 2px solid #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.btn--on-dark:hover {
  background: #e5e5e5;
  color: #0a0a0a !important;
  border-color: #e5e5e5;
}

.btn--ghost--on-dark {
  border: 1px solid rgba(255,  255,  255, 0.4);
  color: #fff !important;
  background: transparent;
  box-shadow: none;
  border-radius: var(--radius-sm);
}

.btn--ghost--on-dark:hover {
  color: #fff !important;
  background: rgba(255,  255,  255, 0.08);
  border-color: rgba(255,  255,  255, 0.6);
}

.btn--ghost {
  border-color: var(--stroke-strong);
  color: var(--text);
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-sm);
}

.btn--ghost:hover {
  border-color: var(--text);
  background: #fff;
}

.btn--outline-light {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem 1rem;
  margin: 1.75rem 0 0;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow-sm);
}

.hero__stats--pair {
  grid-template-columns: repeat(2, 1fr);
  max-width: 18rem;
}

.hero__stat dt {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.hero__stat dd {
  margin: 0;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--text);
}

.hero--card .hero__stats {
  background: rgba(255,  255,  255, 0.04);
  border: 1px solid rgba(255,  255,  255, 0.1);
  box-shadow: none;
}

.hero--card .hero__stat dt {
  color: rgba(255,  255,  255, 0.5);
  letter-spacing: 0.14em;
}

.hero--card .hero__stat dd {
  color: #fff;
}

@media (max-width: 560px) {
  .hero__stats {
    grid-template-columns: 1fr;
  }
}

/* Social proof row */

.social-proof {
  padding: 2.25rem 0;
  border-block: 1px solid var(--stroke);
  background: var(--bg-card);
}

.social-proof__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}

.social-proof__item {
  text-align: center;
  padding: 0.5rem;
}

.social-proof__value {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
  margin: 0 0 0.25rem;
  line-height: 1.2;
}

.social-proof__label {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.35;
}

@media (max-width: 900px) {
  .social-proof {
    padding: 1.6rem 0;
  }

  .social-proof__inner {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 32rem;
    margin-inline: auto;
  }

  .social-proof__item {
    text-align: center;
    display: block;
    padding: 0.95rem 0.75rem;
    border-bottom: 1px solid var(--stroke);
  }

  .social-proof__item:last-child {
    border-bottom: 0;
    padding-bottom: 0.1rem;
  }

  .social-proof__value {
    margin: 0 0 0.3rem;
  }
}

@media (max-width: 400px) {
  .social-proof__value {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
  }
}

/* Trust strip */

.strip {
  padding: 2.5rem 0;
  background: #fff;
  border-block: 1px solid var(--stroke);
}

.strip__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(1.25rem, 4vw, 2.75rem);
}

.strip__badge img {
  width: clamp(88px, 12vw, 128px);
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(var(--shadow-sm));
}

.strip__title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0 0 0.5rem;
  text-wrap: balance;
  color: var(--text);
}

.strip__copy p {
  margin: 0;
  color: var(--text-secondary);
  max-width: 54ch;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .strip {
    padding: 1.5rem 0 1.75rem;
  }

  .strip__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0.9rem;
    padding-left: max(0px, env(safe-area-inset-left, 0px));
    padding-right: max(0px, env(safe-area-inset-right, 0px));
  }

  .strip__copy p {
    margin-inline: auto;
  }

  .strip__title {
    margin: 0 0 0.45rem;
  }
}

/* Sections */

.section {
  padding: clamp(3.25rem, 8vw, 5.5rem) 0;
}

.section__head {
  max-width: 44rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0.45rem 0 0.75rem;
  text-wrap: balance;
  color: var(--text);
}

.section__intro {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1.05rem;
  max-width: 52ch;
  line-height: 1.65;
}

/* Why grid */

.why {
  background: var(--bg-page);
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.why__card {
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.25s ease, transform 0.25s var(--ease-out), box-shadow 0.25s ease;
}

.why__card:hover {
  border-color: rgba(0, 0, 0, 0.22);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.why__card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text);
}

.why__card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .why__grid {
    grid-template-columns: 1fr;
  }
}

/* Process */

.process {
  background: var(--bg-card);
  border-block: 1px solid var(--stroke);
}

.process__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: step;
}

.process__step {
  position: relative;
  padding: 1.35rem 1.15rem 1.35rem 1.35rem;
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  border: 1px solid var(--stroke);
}

.process__step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 2px;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 800;
  color: #fff;
  background: var(--text);
}

.process__step h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  font-weight: 700;
  padding-right: 2rem;
  color: var(--text);
}

.process__step p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

@media (max-width: 960px) {
  .process__track {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .process__track {
    grid-template-columns: 1fr;
  }
}

/* Gallery: 3-up carousel (see main.js initGalleryCarousel) */

.gallery-section {
  background: var(--bg-page);
}

.gallery-section__title {
  margin: 0 0 1.1rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--text);
}

.gallery-carousel {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.gallery-carousel:focus-visible {
  outline: 2px solid var(--rgb-accent);
  outline-offset: 4px;
  border-radius: 0.35rem;
}

.gallery {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  gap: 0.6rem 0.75rem;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery--triplet .gallery__item {
  grid-column: auto;
  width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 3;
}

.gallery__item--wide {
  /* legacy if ever used in markup */
  grid-column: span 1;
  aspect-ratio: 16 / 9;
}

.gallery__item {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: zoom-in;
  background: var(--bg-subtle);
  isolation: isolate;
  transition: transform 0.35s var(--ease-out);
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.gallery__shine {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), transparent 45%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  border-radius: inherit;
  pointer-events: none;
}

.gallery__item:hover img,
.gallery__item:focus-visible img {
  transform: scale(1.04);
}

.gallery__item:hover .gallery__shine,
.gallery__item:focus-visible .gallery__shine {
  opacity: 0.5;
}

.gallery__item:focus-visible {
  outline: 3px solid var(--rgb-accent);
  outline-offset: 2px;
}

.gallery-carousel__foot {
  margin-top: 0.55rem;
  text-align: center;
}

.gallery-carousel__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

.gallery-carousel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.25rem 0.4rem;
  font: inherit;
  line-height: 1;
  border: 1px solid var(--stroke-strong);
  border-radius: var(--radius-sm);
  color: var(--text);
  background: var(--bg-card);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-shadow: var(--shadow-sm);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.gallery-carousel__btn:hover,
.gallery-carousel__btn:focus-visible {
  background: var(--bg-elevated);
  border-color: var(--text);
  outline: none;
}

.gallery-carousel__btn-icon {
  font-size: 1.45rem;
  font-weight: 500;
  user-select: none;
}

@media (max-width: 600px) {
  .gallery {
    gap: 0.4rem 0.45rem;
  }

  .gallery--triplet .gallery__item {
    aspect-ratio: 1;
  }

  .gallery-carousel__btn {
    min-width: 2.75rem;
    min-height: 2.75rem;
  }
}

/* Commitment */

.commitment {
  background: var(--bg-card);
}

.commitment__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.commitment__card {
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--stroke);
  background: var(--bg-elevated);
}

.commitment__card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.commitment__card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

@media (max-width: 800px) {
  .commitment__grid {
    grid-template-columns: 1fr;
  }
}

/* App showcase */

.app-showcase {
  background: #fff;
  border-block: 1px solid var(--stroke);
}

/* Copy left, 3 app thumbnails right; stacks below 960px */
.app-showcase__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 28rem);
  gap: clamp(1.25rem, 3.5vw, 2.25rem);
  align-items: start;
  margin: 0;
  padding: 0;
}

.app-showcase__copy-wide {
  max-width: none;
  padding: 0;
  min-width: 0;
}

.app-showcase__side {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.4rem;
}

.app-showcase__row .app-gallery {
  max-width: none;
  width: 100%;
  margin-inline: 0;
  padding: 0;
}

.app-showcase__side .app-gallery__hint {
  margin: 0;
  text-align: center;
  padding: 0 0 0.15rem;
  font-size: 0.78rem;
}

.app-showcase__lede {
  margin: 0 0 1.35rem;
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 54ch;
}

.app-features {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.app-features li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.45;
}

.app-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1px;
  background: linear-gradient(135deg, #ef4444, #2563eb, #22c55e);
}

.app-showcase__fine-print {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 50ch;
}

.app-gallery {
  max-width: min(32rem, 100%);
  margin-inline: auto;
  padding: 0 0.1rem;
}

/* Default hint spacing when not in app row (if reused elsewhere) */
.app-gallery__hint {
  margin: 0.65rem 0 clamp(1.75rem, 4vw, 2.75rem);
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
}

.app-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem 0.65rem;
}

.app-gallery__cell {
  margin: 0;
  min-width: 0;
}

.app-gallery__btn {
  display: block;
  width: 100%;
  padding: 0.28rem;
  margin: 0;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-md);
  cursor: zoom-in;
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s ease;
}

.app-gallery__btn:hover,
.app-gallery__btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.app-gallery__btn:focus-visible {
  outline: 3px solid var(--rgb-accent);
  outline-offset: 2px;
}

.app-gallery__btn img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-md) - 3px);
}

@media (max-width: 960px) {
  .app-showcase__row {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .app-showcase__row .app-gallery {
    max-width: min(30rem, 100%);
    margin-inline: auto;
  }

  .app-showcase__side .app-gallery__hint {
    font-size: 0.8rem;
    margin: 0.1rem 0 0.25rem;
  }
}

@media (max-width: 720px) {
  .app-showcase__row .app-gallery {
    max-width: min(18rem, 100%);
  }

  .app-gallery__grid {
    grid-template-columns: 1fr;
  }
}

/* FAQ */

.faq-section {
  background: var(--bg-page);
}

.faq {
  max-width: 42rem;
  display: grid;
  gap: 0.65rem;
}

.faq__item {
  border-radius: var(--radius-md);
  border: 1px solid var(--stroke);
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.faq__summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.15rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq__summary::-webkit-details-marker {
  display: none;
}

.faq__summary::after {
  content: "+";
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--text);
  line-height: 1;
}

.faq__item[open] .faq__summary::after {
  content: "\2212";
}

.faq__body {
  margin: 0;
  padding: 0 1.15rem 1.1rem;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq__body a {
  font-weight: 600;
}

/* CTA band */

.cta-band {
  padding: clamp(3rem, 8vw, 4.5rem) 0;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #e2e8f0;
}

.cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-band__title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 500;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.cta-band__text {
  margin: 0;
  max-width: 38ch;
  font-size: 1.02rem;
  color: #94a3b8;
  line-height: 1.55;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* Contact */

.contact {
  padding-bottom: clamp(3.5rem, 10vw, 6rem);
}

.contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.1fr);
  gap: 2.25rem clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2.75rem);
  border-radius: calc(var(--radius-lg) + 4px);
  border: 1px solid var(--stroke);
  background: var(--bg-card);
  box-shadow: var(--shadow-lg);
}

/* Contact page: flat, no “floating card on card” (plain shell + grid) */
.contact-page {
  width: 100%;
  margin: 0;
  padding: 0 0 clamp(2.25rem, 6vw, 3.5rem);
  background: var(--bg-page);
}

.contact__inner--flat {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  gap: 1.75rem 2.25rem;
  align-items: start;
}

.contact__text p:not(.eyebrow) {
  margin: 0;
  color: var(--text-secondary);
  max-width: 46ch;
  line-height: 1.65;
}

.main--interior .shell--page-crumb {
  margin-bottom: 0.5rem;
}

.main--interior .shell--page-crumb .crumb {
  margin-bottom: 0.15rem;
}

.contact__text .section__title {
  max-width: 20ch;
}

.contact__phone-box {
  margin-top: 1.5rem;
  padding: 1.1rem 1.2rem 1.15rem;
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow-sm);
}

.contact__inner--flat .contact__phone-box {
  background: transparent;
  border: none;
  border-top: 1px solid var(--stroke);
  border-radius: 0;
  box-shadow: none;
  padding: 1.1rem 0 0.15rem;
  margin-top: 1.35rem;
}

.contact__phone-box-label {
  margin: 0 0 0.2rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact__phone-number {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  text-decoration: none;
  color: var(--text);
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.contact__phone-number:hover,
.contact__phone-number:focus-visible {
  color: var(--link-hover);
  outline: none;
}

.contact__phone-box-note {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}

/* Contact: quote form (home can stay elevated via parent card; flat page overwrites) */
.contact-form {
  margin: 0;
  padding: 1.35rem 1.4rem 1.5rem;
  border-radius: var(--radius-lg);
  background: #ffffff;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
  position: relative;
  z-index: 0;
}

@media (min-width: 900px) {
  .contact-form {
    top: 0.15rem;
  }
}

.contact__inner--flat .contact-form {
  padding: 0;
  top: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  gap: 0.95rem;
}

.contact-form__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.contact-form__lead {
  margin: -0.1rem 0 0.15rem;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--muted);
}

.contact-form__row--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem 1.1rem;
}

@media (max-width: 560px) {
  .contact-form__row--split {
    grid-template-columns: 1fr;
  }
}

.contact-form__field {
  margin: 0;
  min-width: 0;
}

.contact-form__label {
  display: block;
  margin: 0 0 0.3rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
}

.contact-form__req {
  color: var(--rgb-accent, #1d4ed8);
  font-weight: 900;
}

.contact-form__optional {
  font-weight: 500;
  color: var(--muted);
  font-size: 0.75rem;
}

.contact-form__hint {
  margin: 0 0 0.28rem;
  font-size: 0.7rem;
  line-height: 1.3;
  color: var(--muted);
}

.contact-form__input,
.contact-form__select,
.contact-form__textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.6rem 0.75rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.4;
  border: 1px solid var(--stroke-strong);
  border-radius: var(--radius-sm);
  background: #fafafa;
  transition: border-color 0.12s ease, background 0.12s ease, box-shadow 0.12s ease;
}

.contact__inner--flat .contact-form__input,
.contact__inner--flat .contact-form__select,
.contact__inner--flat .contact-form__textarea {
  background: #fff;
  border-color: var(--stroke);
  box-shadow: none;
}

.contact__inner--flat .contact-form__input:focus,
.contact__inner--flat .contact-form__select:focus,
.contact__inner--flat .contact-form__textarea:focus {
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.35);
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #7a7a7a;
  opacity: 0.9;
}

.contact-form__input:hover,
.contact-form__select:hover,
.contact-form__textarea:hover {
  background: #fff;
}

.contact-form__input:focus,
.contact-form__select:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.18);
}

.contact-form__textarea {
  min-height: 7.5rem;
  resize: vertical;
  max-width: 100%;
}

.contact-form__fieldset {
  margin: 0.15rem 0 0;
  padding: 0.75rem 1rem 0.9rem;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-sm);
  background: var(--bg-elevated);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.contact__inner--flat .contact-form__fieldset {
  background: transparent;
  border: none;
  border-top: 1px solid var(--stroke);
  border-radius: 0;
  padding: 0.7rem 0 0.15rem;
  margin: 0.1rem 0 0;
}

.contact-form__legend {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.3;
}

.contact-form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
}

.contact-form__radio {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  user-select: none;
}

.contact-form__radio input {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  flex-shrink: 0;
  accent-color: #0a0a0a;
}

.contact-form__field--honeypot {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: 0;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100%);
  white-space: nowrap;
  scroll-margin: 0;
}

.contact-form__foot {
  margin: 0.35rem 0 0;
  padding: 0;
}

.contact-form__submit {
  width: 100%;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.contact-form__notice,
.contact-form__email-note {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--muted);
}

.contact-form__notice a {
  font-weight: 700;
}

.contact-form__email-note {
  padding-top: 0.1rem;
}

@media (max-width: 800px) {
  .contact__inner {
    grid-template-columns: 1fr;
    padding: 1.35rem 1.1rem 1.75rem;
  }

  .contact__inner--flat {
    padding: 0;
  }
}

@media (min-width: 801px) {
  .contact__text {
    max-width: 100%;
  }
}

.contact__extra {
  margin-top: 1rem;
}

/* Home: contact strip still uses a simple card + buttons */
.contact__card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  border: 1px solid var(--stroke);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.contact__card-title {
  margin: 0 0 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--muted);
}

.contact__highlight {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.contact__btn {
  width: 100%;
}

.contact__trust {
  margin: 0.35rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px dashed var(--stroke);
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
}

/* Interior pages */

.main--interior {
  padding-top: calc(var(--header-h) + 1.5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

body.has-announcement .main--interior {
  padding-top: calc(var(--header-h) + var(--announce-h) + 1.5rem);
}

.page-hero {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.page-hero__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.12;
  color: var(--text);
}

.page-hero__intro {
  margin: 0;
  max-width: 58ch;
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

.page-section {
  margin-bottom: clamp(2.25rem, 5vw, 3.5rem);
}

.page-section:last-child {
  margin-bottom: 0;
}

.page-section__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--text);
}

.page-section__body {
  margin: 0;
  max-width: 62ch;
  color: var(--text-secondary);
  line-height: 1.7;
}

.page-section__body + .page-section__body {
  margin-top: 1rem;
}

.page-section__body--mt {
  margin-top: 1rem;
}

/* Breadcrumb (city SEO pages) */
.crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.45rem;
  margin: 0 0 1.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
}

.crumb__link {
  color: var(--text-secondary);
  text-decoration: none;
}

.crumb__link:hover,
.crumb__link:focus-visible {
  color: var(--link-hover);
  text-decoration: underline;
}

.crumb__sep {
  color: var(--stroke-strong);
  user-select: none;
}

.crumb__here {
  color: var(--text);
  font-weight: 700;
}

/* Service area: DFW map */
.dfw-map {
  margin: 0.75rem 0 0;
  padding: 0;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-md);
  background: var(--bg-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.dfw-map__img {
  display: block;
  width: 100%;
  max-width: 40rem;
  height: auto;
  margin: 0 auto;
}

.dfw-map--leaflet .dfw-map__leaflet,
.dfw-map--leaflet .dfw-map__leaflet.leaflet-container {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 280px;
  height: clamp(280px, 42vh, 400px);
  background: var(--bg-elevated);
  font: inherit;
}

.dfw-map--leaflet .leaflet-control-attribution {
  font-size: 0.7rem;
  line-height: 1.3;
  max-width: 100%;
}

.dfw-map__cap {
  margin: 0;
  padding: 0.75rem 1rem 0.9rem;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.45;
  text-align: center;
  background: var(--bg-card);
  border-top: 1px solid var(--stroke);
}

/* City pages: intro + compact photos in one row only; body copy is full width below */
.city-hero-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  align-items: start;
  margin: 0.15rem 0 1.75rem;
}

@media (min-width: 900px) {
  .city-hero-split {
    grid-template-columns: minmax(0, 1fr) min(13.5rem, 24vw);
    column-gap: clamp(1.75rem, 4.5vw, 3rem);
  }
}

.city-hero-split__text {
  min-width: 0;
}

.page-hero--city {
  margin-bottom: 0;
}

.city-hero-split__media {
  min-width: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

@media (min-width: 900px) {
  .city-hero-split__media {
    padding: 0.1rem 0 0.25rem 1.1rem;
    border-left: 1px solid var(--stroke);
  }
}

.city-hero-split__eyebrow {
  color: var(--muted);
  margin: 0 0 0.6rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.city-hero-photos {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.city-hero-photos__fig {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.city-hero-photos__img {
  display: block;
  width: 100%;
  max-height: 5.5rem;
  min-height: 0;
  border-radius: var(--radius-sm);
  border: 1px solid var(--stroke);
  object-fit: cover;
  object-position: center;
  background: var(--bg-elevated);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  aspect-ratio: 16 / 9;
}

.city-hero-photos__cap {
  margin: 0;
  font-size: 0.65rem;
  line-height: 1.35;
  color: var(--muted);
}

.city-hero-split__more {
  margin: 0.55rem 0 0;
  font-size: 0.8rem;
}

.city-hero-split__more-link {
  font-weight: 700;
  text-decoration: none;
  color: var(--text);
  border-bottom: 1px solid var(--link-hover);
  padding-bottom: 0.05em;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.city-hero-split__more-link:hover,
.city-hero-split__more-link:focus-visible {
  color: var(--link-hover);
  border-bottom-color: transparent;
  outline: none;
}

/* Mobile: optional max width for the photo block */
@media (max-width: 899px) {
  .city-hero-split__media {
    max-width: 20rem;
  }
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.25rem 1.3rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--stroke);
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: var(--shadow-md);
}

.service-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
}

.service-card__text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.area-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.35rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}

.area-columns li {
  padding-left: 0.4rem;
  border-left: 3px solid #0a0a0a;
}

.area-columns a {
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
}

.area-columns a:hover,
.area-columns a:focus-visible {
  color: var(--link-hover);
  text-decoration: underline;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 1rem 0 0;
}

.footer__links a {
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--muted);
  transition: color 0.2s ease;
}

.footer__links a:hover,
.footer__links a:focus-visible {
  color: var(--text);
}

@media (max-width: 560px) {
  .area-columns {
    grid-template-columns: 1fr;
  }
}

/* Footer */

.site-footer {
  padding: 2.5rem 0 calc(3rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--stroke);
  background: var(--bg-card);
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer__cities {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid var(--stroke);
  align-self: stretch;
}

.footer__cities-title {
  margin: 0 0 0.6rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer__cities-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  align-items: start;
  gap: 0.5rem 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__cities-list li {
  min-width: 0;
}

.footer__cities-list a {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  color: var(--muted);
  transition: color 0.2s ease;
  text-wrap: balance;
}

.footer__cities-list a:hover,
.footer__cities-list a:focus-visible {
  color: var(--text);
  text-decoration: underline;
}

.footer__cities-list a[aria-current="page"] {
  color: var(--text);
  font-weight: 700;
}

@media (max-width: 420px) {
  .footer__cities-list {
    grid-template-columns: repeat(auto-fill, minmax(9.25rem, 1fr));
  }
}

.footer__logo {
  display: block;
  margin: 0 0 0.5rem;
}

.footer__mark {
  display: block;
  height: clamp(2.9rem, 4.5vw, 3.65rem);
  width: auto;
  max-width: min(88vw, 20rem);
  object-fit: contain;
  object-position: left center;
}

a.footer__logo {
  text-decoration: none;
}

a.footer__logo:hover .footer__mark,
a.footer__logo:focus-visible .footer__mark {
  opacity: 0.88;
}

.footer__wordmark {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 0.15rem;
  line-height: 1.1;
}

.footer__heavy {
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
}

.footer__divider {
  flex-shrink: 0;
  width: 2px;
  align-self: stretch;
  min-height: 1.3em;
  border-radius: 1px;
  background: var(--text);
}

.footer__lite {
  font-weight: 700;
  font-size: 0.64rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

@media (max-width: 420px) {
  .footer__wordmark {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }

  .footer__divider {
    width: min(6rem, 100%);
    height: 2px;
    min-height: 0;
    align-self: flex-start;
    background: var(--text);
  }
}

.footer__tag {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
}

.footer__legal {
  margin: 0;
  font-size: 0.76rem;
  color: var(--muted);
  max-width: 38ch;
  line-height: 1.45;
}

/* Mobile sticky CTA */

.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  padding: 0.65rem max(1rem, env(safe-area-inset-left, 0px)) calc(0.65rem + env(safe-area-inset-bottom, 0px))
    max(1rem, env(safe-area-inset-right, 0px));
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--stroke);
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.08);
  gap: 0.5rem;
  justify-content: center;
}

.mobile-cta__call,
.mobile-cta__quote {
  flex: 1;
  max-width: 11rem;
  text-align: center;
  padding: 0.85rem 0.75rem;
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  font-weight: 800;
  font-size: 0.85rem;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.mobile-cta__call {
  border: 2px solid var(--stroke-strong);
  color: var(--text);
  background: var(--bg-card);
}

.mobile-cta__quote {
  background: #0a0a0a;
  color: #fff;
  border: 1px solid #0a0a0a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

@media (max-width: 720px) {
  .mobile-cta {
    display: flex;
  }

  body {
    padding-bottom: max(4.25rem, calc(3.5rem + env(safe-area-inset-bottom, 0px)));
  }
}

/* Lightbox */

.lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: max(1rem, env(safe-area-inset-top, 0px)) max(1rem, env(safe-area-inset-right, 0px))
    max(1rem, env(safe-area-inset-bottom, 0px)) max(1rem, env(safe-area-inset-left, 0px));
}

.lightbox[hidden] {
  display: none;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(8px);
}

.lightbox__figure {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: min(1200px, 100%);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.lightbox__img {
  max-height: min(78vh, 860px);
  width: auto;
  margin-inline: auto;
  border-radius: var(--radius-sm);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
}

.lightbox--app .lightbox__img {
  max-width: min(96vw, 1040px);
  max-height: min(90vh, 960px);
  object-fit: contain;
}

.lightbox__caption {
  text-align: center;
  color: #cbd5e1;
  font-size: 0.92rem;
  max-width: 36rem;
  margin-inline: auto;
}

.lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(30, 41, 59, 0.95);
  color: #f8fafc;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox__close:hover {
  background: rgba(51, 65, 85, 0.98);
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(30, 41, 59, 0.92);
  color: #f8fafc;
  font-size: 1.75rem;
  cursor: pointer;
}

.lightbox__nav:hover {
  background: rgba(51, 65, 85, 0.98);
}

.lightbox__nav--prev {
  left: 1rem;
}

.lightbox__nav--next {
  right: 1rem;
}

@media (max-width: 640px) {
  .lightbox__nav {
    top: auto;
    bottom: 1rem;
    transform: none;
  }
  .lightbox__nav--prev {
    left: 25%;
  }
  .lightbox__nav--next {
    right: 25%;
  }
}

/* Long-form and SEO support pages */

.insight-card {
  margin: 0 0 clamp(2.25rem, 5vw, 3.25rem);
  padding: 1.5rem 1.65rem 1.5rem 1.45rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--stroke);
  border-left: 3px solid #0a0a0a;
  background: linear-gradient(145deg, #fff 0%, var(--bg-elevated) 100%);
  box-shadow: var(--shadow-md);
  max-width: min(64ch, 100%);
}

.insight-card__label {
  margin: 0 0 0.4rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
}

.insight-card__text {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.insight-card__text strong {
  color: var(--text);
}

.insight-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.1rem;
  max-width: 64ch;
}

.insight-list li {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.7;
  border-left: 3px solid var(--rgb-accent);
  padding-left: 1.1rem;
}

.insight-list__title {
  display: block;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.2rem;
}

.trademark-footnote {
  max-width: 62ch;
  margin: 2.5rem auto 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--muted);
}

.cta-band--tight {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding: clamp(2.25rem, 5vw, 3.25rem) 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* Home: people searching brand names and product categories */

.discovery-strip {
  position: relative;
  padding: clamp(2.75rem, 6vw, 4rem) 0;
  background: var(--bg-card);
  border-block: 1px solid var(--stroke);
  overflow: hidden;
}

.discovery-strip::after {
  content: "";
  position: absolute;
  right: -20%;
  top: -50%;
  width: 50%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.04) 0%, transparent 65%);
  pointer-events: none;
}

.discovery-strip__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}

.discovery-strip__kicker {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
}

.discovery-strip__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.15;
  color: var(--text);
}

.discovery-strip__copy {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 52ch;
}

.discovery-strip__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  list-style: none;
  margin: 0.85rem 0 1.1rem;
  padding: 0;
}

.discovery-strip__tags li {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-secondary);
  background: var(--bg-elevated);
  border: 1px solid var(--stroke);
  border-radius: 999px;
}

.discovery-strip__link {
  font-weight: 700;
}

.discovery-strip__aside {
  margin: 0;
  padding: 1.35rem 1.4rem 1.45rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--stroke);
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-page) 100%);
  box-shadow: var(--shadow-sm);
  font-size: 0.97rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

.discovery-strip__aside strong {
  color: var(--text);
}

@media (max-width: 820px) {
  .discovery-strip__grid {
    grid-template-columns: 1fr;
  }
}

/* Simpler home (v2) */

.hero__kickerline {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.strip__copy--one {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  max-width: 50ch;
  text-align: left;
}

.strip__copy--one .strip__title {
  display: block;
}

@media (max-width: 640px) {
  .strip__copy--one {
    text-align: center;
    margin-inline: auto;
    max-width: 100%;
  }

  .strip__sub {
    text-wrap: pretty;
  }

  .strip__link {
    padding: 0.2rem 0.15rem;
  }
}

.strip__sub {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.5;
  font-size: 1.02rem;
}

.strip__link {
  font-weight: 700;
  margin-top: 0.25rem;
  font-size: 0.98rem;
}

/* Pro install vs string lights (Trimlight style) */

.pro-vs {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: var(--bg-elevated);
  border-block: 1px solid var(--stroke);
}

.pro-vs__h {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text);
}

.pro-vs__lede {
  margin: 0 auto 1.5rem;
  text-align: center;
  color: var(--text-secondary);
  max-width: 40ch;
  font-size: 0.98rem;
}

.pro-vs__table {
  max-width: 52rem;
  margin: 0 auto;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
}

.pro-vs__row {
  display: grid;
  grid-template-columns: 1.15fr 1.1fr 1.1fr;
  gap: 0.35rem 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  line-height: 1.4;
  border-bottom: 1px solid var(--stroke);
  align-items: start;
}

.pro-vs__row:last-child {
  border-bottom: 0;
}

.pro-vs__row--head {
  background: #1e293b;
  color: #e2e8f0;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 0;
}

.pro-vs__row--head .pro-vs__cell--good {
  color: #fff;
}

.pro-vs__label {
  font-weight: 700;
  color: var(--text);
  padding: 0.1rem 0 0;
}

.pro-vs__y {
  color: #0d9488;
  font-weight: 600;
}

.pro-vs__n {
  color: var(--muted);
  overflow-wrap: break-word;
}

.pro-vs__label,
.pro-vs__y {
  overflow-wrap: break-word;
}

@media (max-width: 700px) {
  .pro-vs__row {
    grid-template-columns: 1fr;
    gap: 0.2rem 0;
  }

  .pro-vs__row--head {
    display: none;
  }

  .pro-vs__row:not(.pro-vs__row--head) {
    display: block;
    padding: 0.9rem 1rem;
  }

  .pro-vs__label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted);
  }

  .pro-vs__y,
  .pro-vs__n {
    display: block;
  }

  .pro-vs__y::before {
    content: "Pro install, OMNI RGB: ";
    color: #0d9488;
    font-weight: 700;
  }

  .pro-vs__n::before {
    content: "String lights: ";
    color: var(--text);
    font-weight: 600;
  }
}

.app-showcase__intro {
  margin: 0.4rem 0 0.75rem;
  max-width: 48ch;
  color: var(--text-secondary);
  font-size: 1.04rem;
  line-height: 1.6;
}

/* Compare page (chart) */

.page-hero--tight {
  margin-bottom: 1.5rem;
  text-align: left;
  max-width: 56ch;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0 0;
}

.compare-honest {
  max-width: 60ch;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0 0 1.75rem;
  font-size: 1.02rem;
}

.chart-figures {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.chart-fig {
  margin: 0;
  text-align: center;
}

.chart-fig__link {
  display: block;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-sm);
  overflow: hidden;
  line-height: 0;
  box-shadow: var(--shadow-md);
  transition: box-shadow 0.2s;
}

.chart-fig__link:hover,
.chart-fig__link:focus-visible {
  box-shadow: var(--shadow-lg);
  outline: none;
}

.chart-fig__link:focus-visible {
  outline: 2px solid var(--rgb-accent);
  outline-offset: 2px;
}

.chart-fig__img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.chart-fig figcaption {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0.4rem 0 0;
}

.simple-tips {
  margin: 0;
  padding: 0 0 0 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 58ch;
  font-size: 1.02rem;
}

.simple-tips li {
  margin: 0.4rem 0 0.8rem;
}

.compare-three h2,
.compare-three p {
  max-width: 52ch;
  margin: 0 auto 0.5rem;
  text-align: center;
}

.compare-three p {
  color: var(--text-secondary);
  line-height: 1.65;
}

.compare-three h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--text);
  margin-bottom: 0.4rem;
}

.compare-three {
  margin: 2.5rem 0 2rem;
}

.cta-card {
  max-width: 28rem;
  margin: 0 auto 2.5rem;
  padding: 1.4rem 1.5rem;
  border-radius: var(--radius-lg);
  text-align: center;
  background: var(--bg-card);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow-sm);
}

.cta-card p {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  color: var(--text);
  font-weight: 600;
}

.compare-foot {
  margin-top: 2.5rem;
}

/* Interactive comparison matrix (rebuilt from 2026 chart) */

.c-matrix-blk {
  margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
}

.c-matrix-blk__title {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 0.4rem;
  color: var(--text);
}

.c-matrix-blk h2,
.c-matrix-blk .c-matrix-legend {
  max-width: 64ch;
}

.c-matrix-legend {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0 0 0.9rem;
}

.c-matrix__wrap {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -0.5rem 0.5rem;
  padding: 0 0.5rem 0.5rem;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-md);
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
}

.c-matrix {
  width: 100%;
  min-width: 64rem;
  border-collapse: collapse;
  font-size: 0.8rem;
  line-height: 1.4;
  table-layout: fixed;
}

.c-matrix caption {
  text-align: left;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.85rem 0.9rem 0.6rem;
  border-bottom: 1px solid var(--stroke);
}

.c-matrix thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #1e293b;
  color: #e2e8f0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.55rem 0.4rem;
  text-align: center;
  border-bottom: 2px solid #0f172a;
  vertical-align: bottom;
  white-space: normal;
  hyphens: auto;
}

.c-matrix thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  min-width: 9.5rem;
  max-width: 11.5rem;
  text-align: left;
  background: #1e293b;
  text-transform: none;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.c-matrix th.c-matrix__omni,
.c-matrix td.c-matrix__omni {
  background: rgba(37,  99,  235, 0.08);
  box-shadow: inset 0 0 0 1px rgba(37,  99,  235, 0.12);
  font-weight: 600;
  color: #1e3a5f;
}

.c-matrix tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  background: var(--bg-elevated);
  text-align: left;
  font-weight: 600;
  color: var(--text);
  padding: 0.5rem 0.55rem;
  border-bottom: 1px solid var(--stroke);
  font-size: 0.78rem;
  max-width: 12rem;
  min-width: 8.5rem;
  vertical-align: top;
  white-space: normal;
  hyphens: auto;
}

.c-matrix td {
  padding: 0.5rem 0.45rem;
  color: var(--text-secondary);
  text-align: center;
  border-bottom: 1px solid var(--stroke);
  word-break: break-word;
  hyphens: auto;
  vertical-align: top;
}

.c-matrix tr:nth-child(even) > td,
.c-matrix tr:nth-child(even) > th[scope="row"] {
  background: rgba(248, 250, 252, 0.6);
}

.c-matrix tr:hover td,
.c-matrix tr:hover th[scope="row"] {
  background: rgba(0, 0, 0, 0.03);
}

.c-matrix tr:hover th[scope="row"] {
  background: #f0f0f0;
}

.c-matrix tr:hover .c-matrix__omni {
  background: rgba(37,  99,  235, 0.1);
}

.c-matrix .cell-na,
.c-matrix .c-matrix__omni--lite {
  font-size: 0.76rem;
  color: var(--muted);
  font-style: normal;
  font-weight: 500;
}

.c-matrix--dealer {
  min-width: 60rem;
}

.c-matrix + .c-matrix-legend {
  margin-top: 1rem;
}

.c-matrix-details {
  margin: 0 0 2.5rem;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  padding: 0;
}

.c-matrix-details summary {
  list-style: none;
  padding: 1rem 1.15rem;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  user-select: none;
}

.c-matrix-details summary::-webkit-details-marker {
  display: none;
}

.c-matrix-details__lede {
  padding: 0.75rem 1.15rem 0.3rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-secondary);
  border-top: 1px solid var(--stroke);
  background: var(--bg-page);
}

.c-matrix-details summary::after {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  border-right: 2px solid var(--text-secondary);
  border-bottom: 2px solid var(--text-secondary);
  transform: rotate(45deg);
  margin-left: 0.5rem;
  vertical-align: 0.15em;
  transition: transform 0.2s ease;
}

.c-matrix-details[open] summary::after {
  transform: rotate(225deg);
  vertical-align: 0.05em;
}

.c-matrix-details .c-matrix__wrap {
  margin: 0;
  border: none;
  border-radius: 0;
  border-top: 1px solid var(--stroke);
  box-shadow: none;
}

.compare-pdf-foot {
  margin: 0 0 0.25rem;
  font-size: 0.88rem;
  color: var(--text-secondary);
  max-width: 60ch;
}

@media (min-width: 1200px) {
  .c-matrix {
    font-size: 0.82rem;
  }

  .c-matrix td,
  .c-matrix tbody th {
    padding: 0.6rem 0.5rem;
  }
}

.moved-page {
  font-family: var(--font-sans), system-ui, sans-serif;
  max-width: 40em;
  margin: 3rem auto;
  padding: 0 1.25rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg-page);
  min-height: 50vh;
}
