:root {
  --bg: #060816;
  --bg-elevated: rgba(8, 15, 31, 0.82);
  --bg-soft: rgba(14, 22, 45, 0.72);
  --bg-card: rgba(10, 18, 38, 0.86);
  --line: rgba(126, 160, 255, 0.15);
  --line-strong: rgba(126, 160, 255, 0.32);
  --text: #f3f6ff;
  --muted: #9ca9c7;
  --accent: #4de2c0;
  --accent-strong: #7ef0ff;
  --warm: #f3a25f;
  --hot: #ff7565;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top, rgba(18, 44, 112, 0.52), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(255, 117, 101, 0.12), transparent 20%),
    linear-gradient(180deg, #060816 0%, #081123 38%, #050914 100%);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
svg,
video,
canvas,
iframe {
  display: block;
  max-width: 100%;
}

.background-grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 90%);
  pointer-events: none;
  z-index: -3;
}

.background-glow {
  position: fixed;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
  pointer-events: none;
  z-index: -2;
}

.background-glow-left {
  top: -8rem;
  left: -10rem;
  background: #4de2c0;
}

.background-glow-right {
  top: 18rem;
  right: -12rem;
  background: #2d5dfd;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
}

section[id] {
  scroll-margin-top: 5.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(4, 8, 20, 0.54);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-row,
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.75rem;
}

.brand,
.eyebrow,
.card-topline,
.offer-tag,
.panel-label {
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.5rem 0.8rem 0.5rem 0.6rem;
  border: 1px solid rgba(126, 160, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  letter-spacing: normal;
  text-transform: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0 0.7rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(77, 226, 192, 0.16), rgba(126, 240, 255, 0.08));
  border: 1px solid rgba(126, 240, 255, 0.22);
  color: var(--accent-strong);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.brand-copy {
  display: grid;
  gap: 0.12rem;
}

.brand-name {
  color: var(--text);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.05;
}

.brand-tag {
  color: var(--muted);
  font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.mobile-header-actions {
  display: none;
  align-items: center;
  gap: 0.6rem;
}

.mobile-header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 160, 255, 0.22);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
}

.mobile-header-link-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #04101f;
}

.top-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 2.7rem;
  padding: 0.45rem 0.95rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  transition:
    color 160ms ease,
    opacity 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.top-nav .nav-cta {
  border-color: transparent;
  background: transparent;
  color: var(--accent-strong);
}

.top-nav .nav-cta::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.42rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  opacity: 0.95;
}

.top-nav a:hover,
.top-nav a:focus-visible,
.card-link:hover,
.card-link:focus-visible,
.contact-card a:hover,
.contact-card a:focus-visible {
  color: var(--text);
}

.top-nav a:hover,
.top-nav a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(126, 160, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 1.5rem 0 auto;
  height: 32rem;
  background:
    radial-gradient(circle at 18% 16%, rgba(126, 240, 255, 0.16), transparent 26%),
    radial-gradient(circle at 72% 18%, rgba(255, 117, 101, 0.12), transparent 20%);
  pointer-events: none;
}

.hero-grid,
.contact-grid,
.schedule-card {
  display: grid;
  gap: 2rem;
}

.hero-grid > *,
.hero-band > *,
.projects-grid > *,
.live-groups > *,
.services-grid > *,
.engage-grid > *,
.forms-grid > *,
.automation-shell > *,
.automation-grid > *,
.contact-grid > * {
  min-width: 0;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.84rem;
}

.hero-kicker {
  margin: 0 0 0.8rem;
  color: rgba(243, 246, 255, 0.72);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-title,
.section-heading h2,
.schedule-card h2 {
  margin: 0;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-weight: 700;
  line-height: 0.98;
  text-wrap: balance;
}

.hero-title {
  max-width: 12ch;
  font-size: clamp(3.4rem, 7vw, 6.6rem);
}

.hero-text,
.hero-subtext,
.section-text,
.offer-text,
.panel-note {
  max-width: 42rem;
  color: var(--muted);
}

.hero-text {
  margin: 1.4rem 0 0;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

.hero-subtext {
  margin: 1rem 0 0;
  font-size: 1.02rem;
}

.hero-meta {
  margin: 1.15rem 0 0;
  color: rgba(243, 246, 255, 0.72);
  max-width: 46rem;
}

.hero-actions,
.form-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.hero-actions {
  margin-top: 2rem;
}

.hero-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-band-item,
.live-group {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
}

.hero-band-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--accent-strong);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #04101f;
  box-shadow: 0 12px 34px rgba(77, 226, 192, 0.18);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.02);
  border-color: var(--line-strong);
  color: var(--text);
}

.panel-shell,
.project-card,
.offer-card,
.intake-form,
.contact-card,
.schedule-card,
.automation-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(13, 20, 40, 0.88), rgba(7, 12, 26, 0.96));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.panel-shell::before,
.project-card::before,
.offer-card::before,
.intake-form::before,
.contact-card::before,
.schedule-card::before,
.automation-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 240, 255, 0.75), transparent);
}

.panel-shell {
  padding: 1.6rem;
  border-radius: var(--radius-xl);
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.proof-cell {
  padding: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.proof-cell strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.35;
}

.proof-cell-label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--accent-strong);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-terminal {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(3, 8, 19, 0.76);
  color: rgba(243, 246, 255, 0.82);
  overflow: auto;
}

.hero-terminal code {
  white-space: nowrap;
}

.hero-terminal-led {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--hot);
  box-shadow: 0 0 14px rgba(255, 117, 101, 0.35);
}

.hero-terminal-led:nth-child(2) {
  background: var(--warm);
  box-shadow: 0 0 14px rgba(243, 162, 95, 0.28);
}

.hero-terminal-led:nth-child(3) {
  background: var(--accent);
  box-shadow: 0 0 14px rgba(77, 226, 192, 0.28);
}

.signal-list,
.card-points,
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-list {
  text-align: left;
}

.signal-list li,
.card-points li,
.check-list li {
  position: relative;
  padding-left: 1rem;
  color: var(--muted);
}

.signal-list li + li,
.card-points li + li,
.check-list li + li {
  margin-top: 0.8rem;
}

.signal-list li::before,
.card-points li::before,
.check-list li::before {
  content: "";
  position: absolute;
  top: 0.46rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.signal-list li::before,
.check-list li::before {
  background: var(--accent);
}

.card-points li::before {
  background: var(--warm);
}

.panel-divider {
  height: 1px;
  margin: 1.4rem 0;
  background: linear-gradient(90deg, var(--line-strong), transparent);
}

.section-heading {
  margin-bottom: 1.8rem;
}

.section-heading h2,
.schedule-card h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

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

.projects-grid,
.services-grid,
.engage-grid {
  display: grid;
  gap: 1.3rem;
}

.projects-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-card,
.offer-card,
.contact-card,
.automation-card {
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.project-card h3,
.offer-card h3,
.automation-card h3 {
  margin: 0.35rem 0 1rem;
  font-size: 1.45rem;
  line-height: 1.15;
  text-wrap: balance;
}

.project-card:hover,
.offer-card:hover,
.contact-card:hover,
.automation-card:hover,
.intake-form:hover,
.live-group:hover,
.hero-band-item:hover {
  transform: translateY(-4px);
  border-color: rgba(126, 240, 255, 0.28);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
}

.card-topline {
  color: var(--warm);
  font-size: 0.82rem;
}

.card-link {
  display: inline-flex;
  margin-top: 1.3rem;
  color: var(--accent-strong);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.live-directory {
  margin-top: 2rem;
  padding: 1.6rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.live-directory-head {
  margin-bottom: 1.5rem;
}

.live-directory-head .eyebrow {
  margin-bottom: 0.7rem;
}

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

.live-group h3 {
  margin: 0 0 0.9rem;
  font-size: 1rem;
}

.live-group-note,
.offer-inline-note {
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.live-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.live-links a,
.live-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  overflow-wrap: anywhere;
}

.live-pill-muted {
  color: var(--muted);
}

.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-chip {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
  color: var(--text);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.service-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(126, 240, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.engage-grid {
  grid-template-columns: 1.2fr 0.9fr;
  align-items: start;
}

.offer-card-primary {
  border-color: rgba(77, 226, 192, 0.24);
}

.offer-tag {
  color: var(--accent);
  font-size: 0.82rem;
}

.offer-tag-secondary {
  color: var(--warm);
}

.offer-lead {
  margin: 0 0 0.7rem;
  color: rgba(243, 246, 255, 0.88);
  font-weight: 700;
}

.payment-note {
  margin-top: 1.3rem;
  padding: 1.15rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
}

.payment-note-label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--accent-strong);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-note-text {
  margin: 0;
  color: var(--muted);
}

.compact li + li {
  margin-top: 0.6rem;
}

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

.intake-form {
  padding: 1.6rem;
  border-radius: var(--radius-xl);
}

.intake-form h3 {
  margin: 0.35rem 0 0.7rem;
  font-size: 1.45rem;
  line-height: 1.15;
}

.intake-form-primary {
  border-color: rgba(77, 226, 192, 0.24);
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

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

.intake-form label {
  display: block;
}

.intake-form label + label,
.intake-form .form-row,
.intake-form .form-row + label,
.intake-form label + .form-row {
  margin-top: 1rem;
}

.intake-form span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--text);
  font-weight: 600;
}

.intake-form input,
.intake-form select,
.intake-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  resize: vertical;
}

.intake-form input::placeholder,
.intake-form textarea::placeholder {
  color: #7180a5;
}

.intake-form input:focus,
.intake-form select:focus,
.intake-form textarea:focus {
  outline: 1px solid transparent;
  border-color: rgba(126, 240, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(126, 240, 255, 0.08);
}

.form-note {
  min-height: 1.5rem;
  margin: 0;
  color: var(--accent);
}

.intake-protection {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.schedule-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 1.8rem;
  border-radius: var(--radius-xl);
}

.section-contrast {
  position: relative;
}

.section-contrast::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 24%, rgba(77, 226, 192, 0.08), transparent 22%),
    radial-gradient(circle at 88% 42%, rgba(255, 117, 101, 0.07), transparent 18%);
  pointer-events: none;
}

.automation-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.4rem;
  align-items: start;
}

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

.automation-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.automation-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.contact-grid {
  grid-template-columns: minmax(0, 0.7fr) minmax(300px, 0.5fr);
  align-items: end;
}

.contact-card {
  display: grid;
  gap: 1rem;
}

.contact-label {
  color: rgba(243, 246, 255, 0.78);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card a {
  font-size: 1.1rem;
  color: var(--accent-strong);
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 0 0 2rem;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

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

@media (max-width: 1060px) {
  .hero-grid,
  .automation-shell,
  .automation-grid,
  .contact-grid,
  .engage-grid,
  .projects-grid,
  .schedule-card,
  .forms-grid {
    grid-template-columns: 1fr;
  }

  .hero-band,
  .live-groups,
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof-grid {
    grid-template-columns: 1fr;
  }

  .header-row {
    align-items: center;
    padding: 0.65rem 0;
  }

  .hero-title {
    max-width: none;
  }

  .top-nav {
    gap: 0.35rem;
  }

  .top-nav a {
    min-height: 2.45rem;
    padding: 0.4rem 0.78rem;
  }

  .brand {
    padding: 0.45rem 0.7rem 0.45rem 0.55rem;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 6.5rem;
  }

  .header-row {
    flex-wrap: wrap;
    justify-content: stretch;
  }

  .top-nav {
    display: none;
  }

  .mobile-header-actions {
    display: flex;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    justify-content: stretch;
  }

  .mobile-header-link {
    flex: 1 1 0;
  }

  .brand {
    flex: 1 1 100%;
    min-width: 0;
    max-width: none;
    margin: 0 auto;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 0.35rem 0 0.55rem;
  }

  .site-header .container {
    width: min(calc(100% - 1rem), var(--container));
    margin: 0 auto;
    padding: 0;
  }

  .section {
    padding: 3.6rem 0;
  }

  .hero {
    padding-top: 3.9rem;
    padding-bottom: 3rem;
  }

  .hero::before {
    height: 24rem;
  }

  .header-row,
  .footer-row {
    min-height: auto;
  }

  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .header-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 0;
    width: 100%;
  }

  .brand {
    width: 100%;
    padding: 0.45rem 0.65rem;
    gap: 0.65rem;
    justify-content: flex-start;
    border-radius: 16px;
    margin: 0;
  }

  .brand-mark {
    min-width: 2.55rem;
    min-height: 2.55rem;
    padding: 0 0.55rem;
    font-size: 0.92rem;
  }

  .brand-copy {
    gap: 0.05rem;
    min-width: 0;
    text-align: left;
  }

  .brand-name {
    font-size: 0.88rem;
  }

  .brand-tag {
    font-size: 0.66rem;
  }

  .hero-title {
    max-width: 8.5ch;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.2rem, 13vw, 3.45rem);
    line-height: 0.95;
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .section-heading h2,
  .schedule-card h2 {
    font-size: clamp(1.85rem, 8.8vw, 2.45rem);
  }

  .project-card h3,
  .offer-card h3,
  .automation-card h3,
  .intake-form h3 {
    font-size: 1.3rem;
  }

  .hero-copy {
    display: grid;
    justify-items: center;
  }

  .hero-copy,
  .hero-panel,
  .hero-band,
  .live-directory,
  .section-heading,
  .automation-copy,
  .live-directory-head,
  .payment-note,
  .schedule-card,
  .contact-card {
    text-align: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text,
  .hero-subtext,
  .hero-meta,
  .section-text,
  .offer-text,
  .payment-note-text,
  .panel-note {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .card-links,
  .live-links,
  .automation-tags {
    justify-content: center;
  }

  .hero-actions,
  .form-footer {
    align-items: stretch;
  }

  .form-footer {
    flex-direction: column;
  }

  .form-note {
    text-align: center;
  }

  .hero-actions .button,
  .form-footer .button,
  .schedule-card .button {
    width: 100%;
  }

  .hero-band,
  .live-groups,
  .services-grid,
  .automation-grid,
  .form-row,
  .forms-grid {
    grid-template-columns: 1fr;
  }

  .projects-grid,
  .engage-grid,
  .automation-grid,
  .forms-grid,
  .contact-grid,
  .schedule-card,
  .hero-grid {
    gap: 1rem;
  }

  .panel-shell,
  .project-card,
  .offer-card,
  .intake-form,
  .contact-card,
  .schedule-card,
  .automation-card,
  .live-directory {
    padding: 1.2rem;
  }

  .intake-form,
  .intake-form label,
  .intake-form span {
    text-align: left;
  }

  .hero-proof-grid {
    gap: 0.7rem;
  }

  .hero-band-item,
  .live-group,
  .service-chip {
    padding: 0.95rem 1rem;
  }

  .project-card,
  .offer-card,
  .automation-card,
  .intake-form,
  .live-group,
  .service-chip,
  .payment-note {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .schedule-card {
    justify-items: stretch;
  }

  .contact-card {
    justify-items: center;
  }

  .mobile-header-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 0.35rem;
  }

  .mobile-header-link {
    width: 100%;
    min-height: 3rem;
    padding: 0.45rem 0.5rem;
    border-radius: 16px;
  }

  .hero-terminal {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-terminal code {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 480px) {
  .site-header .container {
    width: min(calc(100% - 0.8rem), var(--container));
  }

  .container {
    width: min(calc(100% - 1rem), var(--container));
  }

  .brand {
    padding: 0.42rem 0.55rem;
    gap: 0.55rem;
    max-width: none;
  }

  .mobile-header-actions {
    max-width: none;
  }

  .brand-name {
    font-size: 0.82rem;
  }

  .brand-tag {
    font-size: 0.62rem;
  }

  .hero-title {
    max-width: 8ch;
    font-size: clamp(2rem, 14vw, 2.95rem);
  }

  .section-heading h2,
  .schedule-card h2 {
    font-size: clamp(1.7rem, 9vw, 2.15rem);
  }

  .project-card h3,
  .offer-card h3,
  .automation-card h3,
  .intake-form h3 {
    font-size: 1.18rem;
  }

  .hero-kicker,
  .eyebrow,
  .card-topline,
  .offer-tag,
  .panel-label,
  .payment-note-label {
    letter-spacing: 0.07em;
  }

  .button,
  .mobile-header-link {
    min-height: 2.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-text,
  .hero-subtext,
  .hero-meta,
  .section-text,
  .offer-text,
  .payment-note-text,
  .panel-note {
    max-width: 100%;
  }

  .hero-band-item,
  .live-group,
  .service-chip,
  .proof-cell {
    padding: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .button,
  .top-nav a,
  .card-link,
  .contact-card a {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
