/*
Theme Name: New Majority Voice
Theme URI: https://newmajorityvoice.com/
Author: New Majority Voice
Description: Private political voiceover landing site for Democratic and progressive campaign buyers.
Version: 1.0.0
Text Domain: new-majority-voice
*/

:root {
  --ink: #071326;
  --ink-2: #0b1b35;
  --paper: #f7f8fb;
  --white: #ffffff;
  --line: #d9dfeb;
  --muted: #58657a;
  --blue: #2676ff;
  --red: #d8242e;
  --red-dark: #a91e27;
  --shadow: 0 24px 60px rgba(7, 19, 38, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-shell {
  overflow: hidden;
  background: var(--paper);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px clamp(22px, 5vw, 64px);
  background: rgba(7, 19, 38, 0.95);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: block;
  flex: 0 0 auto;
}

.brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.mark-blue {
  fill: var(--blue);
}

.mark-red {
  fill: var(--red);
}

.mark-mic,
.mark-line,
.mark-wave {
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.4;
}

.brand-text {
  display: grid;
  line-height: 0.9;
  font-size: 1.02rem;
  text-transform: uppercase;
}

.brand-text span:last-child {
  color: #ff3c44;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 36px);
  font-weight: 800;
  font-size: 0.95rem;
}

.nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.86);
}

.nav a:hover {
  color: var(--white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 2px solid currentColor;
  border-radius: 4px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.button-primary:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.button-secondary {
  color: var(--white);
  background: transparent;
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: stretch;
  padding: clamp(54px, 8vw, 112px) clamp(22px, 5vw, 64px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 19, 38, 0.98) 0%, rgba(7, 19, 38, 0.92) 43%, rgba(7, 19, 38, 0.68) 100%),
    url("assets/hero-campaign-bg.png") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background:
    radial-gradient(circle at 20% 80%, rgba(38, 118, 255, 0.34), transparent 38%),
    linear-gradient(180deg, transparent, rgba(7, 19, 38, 0.94));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 520px);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.hero-copy {
  max-width: 750px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(3.15rem, 6.6vw, 6.9rem);
  line-height: 0.95;
  letter-spacing: 0;
  font-weight: 950;
}

.accent-red {
  color: #ff3540;
}

.accent-line {
  width: 86px;
  height: 5px;
  background: var(--blue);
  margin: 0 0 30px;
}

.hero-lede {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  line-height: 1.48;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.demo-panel {
  border: 1px solid rgba(88, 151, 255, 0.82);
  background: rgba(5, 15, 31, 0.82);
  box-shadow: var(--shadow);
  padding: clamp(24px, 3.4vw, 34px);
  backdrop-filter: blur(14px);
}

.demo-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 20px;
}

.demo-panel h2 {
  margin: 0 0 4px;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  line-height: 1.05;
}

.demo-note {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
}

.status-dot {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(216, 36, 46, 0.16);
}

.waveform {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 4px;
  margin: 18px 0 18px;
  border-left: 2px solid rgba(255, 255, 255, 0.75);
}

.waveform span {
  width: 4px;
  height: calc(var(--h) * 1%);
  min-height: 9px;
  background: var(--blue);
}

.player-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
}

.demo-audio {
  width: 100%;
  height: 46px;
  color-scheme: dark;
  accent-color: var(--blue);
}

.play-button {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.play-button svg {
  width: 22px;
  height: 22px;
  margin-left: 2px;
}

.progress {
  position: relative;
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.28);
}

.progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  background: var(--blue);
}

.time {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.track-list {
  display: grid;
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.track-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  padding: 11px 0;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 750;
}

.track-list b {
  color: var(--white);
}

.booking-note {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-top: 4px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
}

.booking-note svg {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: var(--blue);
}

.proof-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px clamp(22px, 5vw, 54px);
  background: var(--white);
  box-shadow: 0 -1px 0 var(--line) inset;
}

.proof-strip::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--red));
}

.proof-item {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 8px clamp(12px, 3vw, 34px);
  text-align: center;
  border-left: 1px solid var(--line);
}

.proof-item:first-child {
  border-left: 0;
}

.proof-item svg {
  width: 42px;
  height: 42px;
  color: var(--blue);
}

.proof-item h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.12;
}

.proof-item p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  max-width: 260px;
}

.section {
  padding: clamp(62px, 8vw, 104px) clamp(22px, 5vw, 64px);
  scroll-margin-top: 92px;
}

.section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr);
  gap: clamp(38px, 7vw, 88px);
  align-items: center;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.8vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 950;
}

.section-lede {
  max-width: 750px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 650;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 800;
}

.check-list svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--blue);
  margin-top: 2px;
}

.brush-card {
  position: relative;
  padding: clamp(34px, 5vw, 54px);
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.brush-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(38, 118, 255, 0.75);
}

.brush-card > * {
  position: relative;
  z-index: 1;
}

.brush-card h3 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.brush-card p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  font-weight: 650;
}

.fit-section {
  background: var(--white);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 38px;
  border: 1px solid var(--line);
  border-left: 0;
  background: var(--white);
}

.fit-card {
  min-height: 210px;
  padding: 28px 20px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.fit-card svg {
  width: 42px;
  height: 42px;
  color: var(--blue);
  margin-bottom: 18px;
}

.fit-card h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.fit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 650;
}

.identity-section {
  background: var(--ink);
  color: var(--white);
}

.identity-section .section-lede {
  color: rgba(255, 255, 255, 0.78);
}

.identity-callout {
  border: 1px solid rgba(38, 118, 255, 0.85);
  padding: clamp(30px, 5vw, 52px);
}

.identity-callout h2 {
  font-size: clamp(2.1rem, 5vw, 4.1rem);
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.seo-link {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 900;
}

.seo-link span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-section {
  position: relative;
  background:
    linear-gradient(180deg, #eef2f8 0%, var(--paper) 72%, #ffffff 100%);
  border-top: 1px solid var(--line);
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--red));
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: stretch;
}

.contact-card {
  position: relative;
  padding: clamp(30px, 4vw, 46px);
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(38, 118, 255, 0.52);
  overflow: hidden;
}

.contact-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 6px;
  background: linear-gradient(90deg, var(--blue), var(--red));
}

.contact-card h2 {
  color: var(--white);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.contact-card p {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  font-weight: 650;
  line-height: 1.58;
}

.contact-card p + p {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
  padding: clamp(24px, 4vw, 38px);
  background: var(--white);
  border: 1px solid #cbd4e2;
  box-shadow: 0 24px 70px rgba(7, 19, 38, 0.12);
}

.field-wide {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 850;
}

input,
textarea,
select {
  width: 100%;
  min-height: 56px;
  border: 1px solid #c8d0dd;
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  padding: 14px 16px;
  font: inherit;
  font-size: 1rem;
  font-weight: 650;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(38, 118, 255, 0.13);
}

input::placeholder,
textarea::placeholder {
  color: #748094;
  opacity: 1;
}

select {
  appearance: none;
  padding-right: 48px;
  background-image:
    linear-gradient(45deg, transparent 50%, #071326 50%),
    linear-gradient(135deg, #071326 50%, transparent 50%),
    linear-gradient(90deg, #d6deeb, #d6deeb);
  background-position:
    calc(100% - 24px) 50%,
    calc(100% - 17px) 50%,
    calc(100% - 52px) 50%;
  background-size:
    7px 7px,
    7px 7px,
    1px 26px;
  background-repeat: no-repeat;
}

textarea {
  min-height: 146px;
  resize: vertical;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--red-dark);
  font-weight: 800;
}

.contact-form .button {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 230px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(22px, 5vw, 64px);
  color: rgba(255, 255, 255, 0.74);
  background: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.footer a {
  text-decoration: none;
}

.page-hero {
  padding: clamp(64px, 9vw, 124px) clamp(22px, 5vw, 64px);
  color: var(--white);
  background: var(--ink);
}

.page-hero .section-inner {
  max-width: 920px;
}

.page-hero h1 {
  font-size: clamp(3rem, 6.2vw, 6rem);
}

.article-body {
  max-width: 900px;
  padding: clamp(54px, 8vw, 90px) clamp(22px, 5vw, 64px);
  margin: 0 auto;
}

.article-body h2 {
  margin-top: 44px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.article-body p,
.article-body li {
  color: #26344b;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  font-weight: 650;
}

.article-body li {
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero-inner,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip,
  .fit-grid,
  .seo-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-item:first-child {
    border-top: 0;
  }

  .fit-card {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .topbar {
    position: relative;
  }

  .topbar .button {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form .button {
    width: 100%;
  }

  .footer {
    flex-direction: column;
  }
}
:root {
/*
Theme Name: New Majority Voice
Theme URI: https://newmajorityvoice.com/
Author: New Majority Voice
Description: Private political voiceover landing site for Democratic and progressive campaign buyers.
Version: 1.0.0
Text Domain: new-majority-voice
*/

:root {
