:root {
  --campaign-red: #d71b1e;
  --campaign-red-dark: #a91013;
  --campaign-rose: #efb7c2;
  --campaign-gold: #f2d09f;
  --campaign-blue: #7f9ecc;
  --campaign-ink: #242a33;
  --campaign-slate: #536071;
  --campaign-line: #d9dde3;
  --campaign-cloud: #f3f4f6;
  --campaign-white: #ffffff;
  --campaign-shadow: 0 24px 70px rgba(25, 31, 43, 0.14);
  --site-width: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Libre Baskerville", "Times New Roman", serif;
  color: var(--campaign-ink);
  background:
    radial-gradient(circle at top right, rgba(215, 27, 30, 0.08), transparent 28%),
    linear-gradient(180deg, #fdfdfd 0%, #eef1f4 100%);
}

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

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

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem clamp(1.25rem, 3vw, 2.5rem);
  background: var(--campaign-red);
  border-bottom: 4px solid #f3c9ca;
  box-shadow: 0 18px 40px rgba(98, 6, 10, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand__crest {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: var(--campaign-white);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.brand__copy {
  display: grid;
  color: var(--campaign-white);
  line-height: 1;
}

.brand__copy strong {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.brand__copy span {
  margin-top: 0.15rem;
  font-size: 0.92rem;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.9;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex: 1;
}

.site-nav__link {
  padding: 0.75rem 1rem;
  color: var(--campaign-white);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
}

.vote-link {
  flex-shrink: 0;
  padding: 0.75rem 1.3rem;
  color: var(--campaign-red);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: var(--campaign-white);
  border-radius: 0.3rem;
  border: 2px solid var(--campaign-white);
  text-transform: lowercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 30px rgba(115, 10, 13, 0.18);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.vote-link:hover,
.vote-link:focus-visible {
  color: var(--campaign-white);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

main {
  overflow: hidden;
}

.section,
.site-footer {
  width: min(var(--site-width), calc(100% - 2.5rem));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 44rem) minmax(20rem, 26rem);
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  width: 100%;
  margin: 0;
  padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem) 4.5rem;
  position: relative;
  min-height: 42rem;
  isolation: isolate;
  overflow: hidden;
  border-radius: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(249, 250, 252, 0.84) 0%, rgba(249, 250, 252, 0.7) 32%, rgba(249, 250, 252, 0.38) 58%, rgba(249, 250, 252, 0.18) 100%),
    linear-gradient(180deg, rgba(215, 27, 30, 0.09), rgba(255, 255, 255, 0.03)),
    url("assets/fielding-johnson.jpg");
  background-size: cover;
  background-position: center center;
  box-shadow: 0 32px 90px rgba(29, 35, 44, 0.16);
  z-index: -3;
  animation: campaign-pan 18s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.28), transparent 22%),
    radial-gradient(circle at 76% 18%, rgba(127, 158, 204, 0.26), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(215, 27, 30, 0.18), transparent 20%),
    radial-gradient(circle, rgba(255, 255, 255, 0.26) 1px, transparent 1.4px);
  background-size: auto, auto, auto, 14px 14px;
  opacity: 0.6;
  pointer-events: none;
  z-index: -2;
}

.hero__motion {
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: blur(30px) saturate(115%);
  pointer-events: none;
  opacity: 0.52;
}

.hero__blob {
  position: absolute;
  display: block;
  border-radius: 50%;
  mix-blend-mode: screen;
}

.hero__blob--one {
  width: 18rem;
  height: 18rem;
  left: 14%;
  top: 10%;
  background: rgba(239, 183, 194, 0.85);
  animation: blob-drift-one 14s ease-in-out infinite alternate;
}

.hero__blob--two {
  width: 22rem;
  height: 22rem;
  right: 8%;
  top: 18%;
  background: rgba(127, 158, 204, 0.62);
  animation: blob-drift-two 17s ease-in-out infinite alternate;
}

.hero__blob--three {
  width: 16rem;
  height: 16rem;
  right: 18%;
  bottom: 3%;
  background: rgba(242, 208, 159, 0.58);
  animation: blob-drift-three 12s ease-in-out infinite alternate;
}

.hero__content {
  width: min(100%, 44rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  margin-left: 0;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 60px rgba(25, 31, 43, 0.12);
  position: relative;
  overflow: hidden;
  border-radius: 1.3rem;
}

.hero__content::after {
  content: "";
  position: absolute;
  inset: auto -18% -40% auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 27, 30, 0.12) 0%, rgba(215, 27, 30, 0) 68%);
  animation: soft-pulse 8s ease-in-out infinite;
  pointer-events: none;
}

.hero__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(35, 41, 52, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 41, 52, 0.04) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 80%);
  pointer-events: none;
}

.eyebrow,
.section-heading__eyebrow,
.team-card__role,
.hero-panel__label {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow,
.section-heading__eyebrow,
.hero-panel__label {
  color: var(--campaign-red);
}

.hero h1,
.section-heading h2,
.vote-panel h2,
.hero-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.95;
  text-transform: none;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(3.6rem, 8vw, 6.2rem);
  letter-spacing: -0.025em;
}

.hero__lead,
.section-heading p,
.hero-panel p,
.team-card p,
.plan-card p,
.vote-panel p,
.site-footer p {
  font-size: 1.18rem;
  line-height: 1.68;
}

.hero__lead {
  max-width: 58ch;
  margin: 1.4rem 0 0;
  color: var(--campaign-slate);
  font-size: 1.24rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.35rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  border: 2px solid transparent;
  border-radius: 999px;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

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

.button--primary,
.button--panel {
  color: var(--campaign-white);
  background: linear-gradient(180deg, #ef3438 0%, #d71b1e 58%, #b10d12 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(106, 0, 0, 0.28),
    0 14px 28px rgba(154, 18, 20, 0.22);
}

.button--primary:hover,
.button--primary:focus-visible,
.button--panel:hover,
.button--panel:focus-visible {
  background: linear-gradient(180deg, #f24347 0%, #de2024 58%, #b10d12 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 0 rgba(106, 0, 0, 0.32),
    0 18px 34px rgba(154, 18, 20, 0.3);
}

.button--secondary {
  color: var(--campaign-red);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(215, 27, 30, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 12px 24px rgba(25, 31, 43, 0.08);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  color: var(--campaign-white);
  background: rgba(215, 27, 30, 0.92);
}

.button--wide {
  min-width: 10rem;
}

.button::before,
.vote-link::before {
  content: "";
  position: absolute;
  inset: 1px 8% auto;
  height: 42%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  z-index: -1;
}

.button::after,
.vote-link::after {
  content: "";
  position: absolute;
  inset: -120% auto auto -30%;
  width: 40%;
  height: 300%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: rotate(18deg);
  transition: transform 320ms ease;
  z-index: -1;
}

.button:hover::after,
.button:focus-visible::after,
.vote-link:hover::after,
.vote-link:focus-visible::after {
  transform: translateX(260%) rotate(18deg);
}

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

.signal-card {
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.84);
  border-left: 5px solid var(--campaign-red);
  box-shadow: 0 18px 50px rgba(19, 27, 38, 0.08);
  backdrop-filter: blur(6px);
  transition: transform 220ms ease, box-shadow 220ms ease;
  border-radius: 1rem;
}

.signal-card:hover,
.signal-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(19, 27, 38, 0.14);
}

.signal-card__number,
.plan-card__number {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  color: var(--campaign-red);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.signal-card p,
.plan-card p {
  margin: 0;
}

.hero-panel {
  position: relative;
  width: min(100%, 26rem);
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-top: 8px solid var(--campaign-red);
  box-shadow: var(--campaign-shadow);
  justify-self: end;
  border-radius: 1.2rem;
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto 1.1rem 1.1rem auto;
  width: 90px;
  height: 90px;
  background:
    linear-gradient(135deg, rgba(215, 27, 30, 0.16), transparent),
    repeating-linear-gradient(
      -45deg,
      rgba(215, 27, 30, 0.16) 0,
      rgba(215, 27, 30, 0.16) 6px,
      transparent 6px,
      transparent 12px
    );
  opacity: 0.75;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(35, 41, 52, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 41, 52, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 78%);
  pointer-events: none;
}

.hero-panel h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.hero-panel p {
  margin: 1rem 0 0;
  color: var(--campaign-slate);
}

.hero-panel__list {
  margin: 1.4rem 0 1.6rem;
  padding: 0;
  list-style: none;
}

.hero-panel__list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.85rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero-panel__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--campaign-red);
  transform: rotate(45deg);
}

.hero-panel__note {
  font-size: 0.92rem;
}

.section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.section-heading {
  max-width: 54rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.vote-panel h2 {
  font-size: clamp(3rem, 6vw, 5rem);
}

.section-heading p,
.vote-panel p {
  margin: 1rem 0 0;
  color: var(--campaign-slate);
}

.section--team {
  position: relative;
}

.section--team::before {
  content: "";
  position: absolute;
  left: -8vw;
  right: -8vw;
  top: 0;
  bottom: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.97)),
    radial-gradient(circle at left center, rgba(215, 27, 30, 0.08), transparent 26%);
  z-index: -1;
}

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

.team-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 252, 0.94));
  border: 1px solid rgba(31, 41, 55, 0.08);
  box-shadow: 0 22px 48px rgba(23, 30, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
  border-radius: 1.4rem;
}

.team-card:hover,
.team-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(23, 30, 40, 0.14);
}

.team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(127, 158, 204, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(215, 27, 30, 0.1), transparent 26%);
  pointer-events: none;
}

.team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: inherit;
  pointer-events: none;
}

.team-card__portrait {
  height: 17rem;
  margin-bottom: 1.3rem;
  background-color: #e7e9ee;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(31, 41, 55, 0.08);
}

.team-card__portrait::before,
.team-card__portrait::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.team-card__portrait::before {
  width: 7rem;
  height: 7rem;
  left: calc(50% - 3.5rem);
  top: 2.2rem;
  background: linear-gradient(180deg, #f3c3c4 0%, #e27a7d 100%);
}

.team-card__portrait::after {
  width: 11rem;
  height: 11rem;
  left: calc(50% - 5.5rem);
  bottom: -2.4rem;
  background: linear-gradient(180deg, #d71b1e 0%, #8e0d10 100%);
}

.team-card__portrait--members {
  background:
    linear-gradient(160deg, rgba(215, 27, 30, 0.22), transparent 55%),
    linear-gradient(180deg, #f6f7f9 0%, #dde1e7 100%);
}

.team-card__portrait--members::before {
  background: linear-gradient(180deg, #f0d0b4 0%, #d7a47b 100%);
}

.team-card__portrait--members::after {
  background: linear-gradient(180deg, #323e54 0%, #1b2231 100%);
}

.team-card__portrait--future {
  background:
    linear-gradient(160deg, rgba(12, 68, 130, 0.18), transparent 55%),
    linear-gradient(180deg, #f6f7f9 0%, #dde1e7 100%);
}

.team-card__portrait--future::before {
  background: linear-gradient(180deg, #f2c7b4 0%, #cc8b6f 100%);
}

.team-card__portrait--future::after {
  background: linear-gradient(180deg, #4a5569 0%, #232a36 100%);
}

.team-card__role {
  margin-bottom: 0.6rem;
}

.team-card h3,
.plan-card h3 {
  margin: 0 0 0.7rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2.15rem;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.team-card p {
  margin: 0;
  color: var(--campaign-slate);
}

.section--plan {
  position: relative;
  color: var(--campaign-white);
}

.section--plan::before {
  content: "";
  position: absolute;
  left: -8vw;
  right: -8vw;
  top: 0;
  bottom: 0;
  background:
    linear-gradient(135deg, rgba(215, 27, 30, 0.97) 0%, rgba(169, 16, 19, 0.98) 100%),
    repeating-linear-gradient(
      -55deg,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 14px,
      transparent 14px,
      transparent 30px
    );
  z-index: -1;
}

.section-heading--light .section-heading__eyebrow,
.section-heading--light p {
  color: rgba(255, 255, 255, 0.82);
}

.section-heading--light h2 {
  color: var(--campaign-white);
}

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

.plan-card {
  position: relative;
  overflow: hidden;
  padding: 1.6rem;
  background:
    linear-gradient(180deg, rgba(12, 14, 18, 0.96), rgba(20, 24, 31, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  transition: transform 240ms ease, background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
  min-height: 14.5rem;
  border-radius: 1.3rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.plan-card:hover,
.plan-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.28);
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), transparent 88%);
  pointer-events: none;
}

.plan-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -42% auto;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(215, 27, 30, 0.35), transparent 68%);
  pointer-events: none;
}

.plan-card__number {
  color: rgba(255, 255, 255, 0.82);
}

.plan-card h3 {
  margin-bottom: 0.8rem;
  color: var(--campaign-white);
}

.plan-card p {
  color: rgba(255, 255, 255, 0.88);
}

.section--vote {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.vote-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--campaign-white);
  border-left: 8px solid var(--campaign-red);
  box-shadow: var(--campaign-shadow);
  border-radius: 1.2rem;
}

.vote-panel__copy {
  max-width: 48rem;
}

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

.site-footer p {
  margin: 0;
  color: #697586;
  text-align: center;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes campaign-pan {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.045) translate3d(1.2%, -1%, 0);
  }
}

@keyframes blob-drift-one {
  from {
    transform: translate3d(-6%, -4%, 0) scale(1);
  }

  to {
    transform: translate3d(8%, 5%, 0) scale(1.1);
  }
}

@keyframes blob-drift-two {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-10%, 8%, 0) scale(1.14);
  }
}

@keyframes blob-drift-three {
  from {
    transform: translate3d(2%, 0, 0) scale(0.96);
  }

  to {
    transform: translate3d(-8%, -10%, 0) scale(1.08);
  }
}

@keyframes soft-pulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.62;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.9;
  }
}

.has-motion [data-reveal] {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.has-motion [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-inline: 1.25rem;
  }

  .hero::before {
    background-position: center;
  }

  .hero__signals,
  .team-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .vote-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__content {
    margin-left: 0;
    width: 100%;
  }

  .hero-panel {
    width: 100%;
    justify-self: stretch;
  }

  .hero__motion {
    opacity: 0.6;
  }
}

@media (max-width: 760px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.75rem;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    overflow-x: visible;
    padding-bottom: 0.2rem;
    gap: 0.85rem;
  }

  .site-nav__link,
  .vote-link {
    font-size: 1.15rem;
    padding: 0.6rem 0.95rem;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .section,
  .site-footer {
    width: min(var(--site-width), calc(100% - 1.5rem));
  }

  .hero h1 {
    max-width: none;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(250, 250, 251, 0.96) 0%, rgba(250, 250, 251, 0.84) 45%, rgba(250, 250, 251, 0.68) 100%),
      linear-gradient(180deg, rgba(215, 27, 30, 0.1), rgba(255, 255, 255, 0.04)),
      url("assets/fielding-johnson.jpg");
    background-size: cover;
    background-position: center;
  }

  .hero::after {
    background:
      radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.22), transparent 20%),
      radial-gradient(circle at 80% 24%, rgba(127, 158, 204, 0.2), transparent 22%),
      radial-gradient(circle, rgba(255, 255, 255, 0.22) 1px, transparent 1.4px);
    background-size: auto, auto, 14px 14px;
    opacity: 0.38;
  }

  .hero__blob--one {
    width: 12rem;
    height: 12rem;
    left: 6%;
    top: 7%;
  }

  .hero__blob--two {
    width: 14rem;
    height: 14rem;
    right: 2%;
    top: 24%;
  }

  .hero__blob--three {
    width: 11rem;
    height: 11rem;
    right: 8%;
    bottom: 10%;
  }
}

@media (max-width: 520px) {
  .brand__copy strong {
    font-size: 1rem;
  }

  .brand__copy span {
    font-size: 0.74rem;
  }

  .site-nav__link,
  .vote-link {
    padding-inline: 0.8rem;
  }

  .hero-panel,
  .team-card,
  .plan-card,
  .vote-panel {
    padding: 1.25rem;
  }
}

@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;
  }
}
