:root {
  /* PALETTE H — Civic (red, cream, dark blue) */
  --navy: #0f1a3d;
  --red: #8f1d20;
  --red-soft: #fde7e7;
  --cream: #f7f1e6;
  --cream-warm: #ede4cf;
  --ink: #0f1a3d;
  --ink-soft: #1f2a55;
  --light-blue: #b8ddf9;
  --black: #1b1b1b;
  --blue: #2a3076;
  --blue-deep: #0f1a3d;
  --blue-darker: #0f1a3d;
  --blue-soft: #fde7e7;
  --paper: #eaf0f9;
  --sage: #dc2626;
  --sage-soft: #fde7e7;
  --sage-deep: #dc2626;
  --green: #dc2626;

  --max: 1100px;
  --r: 22px;
  --focus: 3px solid #ffd84d;
  --pad-x-lg: 4rem;
  --sans:
    "Avenir", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif;
  /* PALETTE E — Studio (revert backup, do not delete)
       --blue: #4a6b8a;
       --blue-deep: #2d4763;
       --blue-darker: #1f3349;
       --blue-soft: #e6ecf2;
       --sage: #a8a565;
       --sage-soft: #ebe8d6;
       --sage-deep: #6b6940;
       --cream: #f4f1ec;
       --cream-warm: #ebe5d9;
       --ink: #1a1f2e;
       --ink-soft: #3a4256;
    */
  /* PALETTE A — Coastal (revert backup, do not delete)
       --blue: #5fa8d8;
       --blue-deep: #3d8cc1;
       --blue-darker: #2a6f9e;
       --blue-soft: #e8f2f9;
       --sage: #a8b89c;
       --sage-soft: #dde4d3;
       --sage-deep: #6b7a5e;
       --cream: #f6f1e8;
       --cream-warm: #ede4d3;
       --ink: #1c2236;
       --ink-soft: #3d4660;
    */
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Source Serif 4", serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
p {
  font-family: "Avenir", sans-serif;
}

:focus-visible {
  outline: var(--focus);
  outline-offset: 3px;
  border-radius: 4px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.visually-hidden-offscreen {
  left: -9999px;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--ink);
  color: var(--cream);
  padding: 12px 20px;
  border-radius: 6px;
  z-index: 1000;
  text-decoration: none;
  font-weight: 600;
}
.skip-link:focus {
  top: 16px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

.display {
  font-family: "Source Serif 4", serif;
  font-weight: 500;
  font-variation-settings:
    "opsz" 60,
    "wght" 500;
  letter-spacing: -0.018em;
  line-height: 1.05;
  color: #1b1b1b;
}
.display em {
  font-style: italic;
}
.editorial {
  font-family: "Source Serif 4", serif;
}
.hand {
  font-family: "Caveat", cursive;
}

/* ---------- U.S. GOVERNMENT BANNER ---------- */
.usa-banner {
  background: #1b1b1b;
  color: #ffffff;
  font-family: "Avenir", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  position: relative;
  z-index: 200;
}
.usa-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.usa-banner__flag {
  flex-shrink: 0;
  display: inline-flex;
  width: 16px;
  height: 11px;
}
.usa-banner__text {
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 12px;
}
.usa-banner__text-main {
  color: #ffffff;
}
.usa-banner__button {
  background: transparent;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  color: #005ea2;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.usa-banner__button-label {
  color: #b8ddf9;
}
.usa-banner__button:hover,
.usa-banner__button:focus-visible {
  color: #1a4480;
  outline: var(--focus);
  outline-offset: 2px;
}
.usa-banner__chevron {
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
}
.usa-banner__button[aria-expanded="true"] .usa-banner__chevron {
  transform: rotate(180deg);
}
.usa-banner__content {
  background: #f0f0f0;
  padding: 16px;
  border-top: 1px solid #dfe1e2;
}
.usa-banner__guidance {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 720px) {
  .usa-banner__guidance {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.usa-banner__guidance-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
}
.usa-banner__icon {
  width: 40px;
  height: 40px;
}
.usa-banner__guidance-item p {
  margin: 0;
  font-size: 12px;
  color: #1b1b1b;
}

/* PAGE HEADER */
.page-header-band {
  background: #f4f8fc;
  color: var(--cream);
  padding: 140px 32px 120px;
  position: relative;
  z-index: 2;
}
.page-header {
  max-width: var(--max);
  margin: 0 auto;
}
.page-header h1 {
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-variation-settings:
    "opsz" 60,
    "wght" 400;
  font-size: clamp(56px, 9vw, 120px);
  line-height: 1;
  letter-spacing: -0.022em;
  margin-bottom: 32px;
  max-width: none;
  color: #1b1b1b;
}
.page-eyebrow {
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(247, 241, 230, 0.85);
  display: block;
  margin-bottom: 32px;
}
.page-header h1 em {
  color: var(--red);
  font-style: italic;
}
.page-header h1 span {
  color: #8f1d20;
  font-style: italic;
}
.page-lede {
  font-family: "Source Serif 4", serif;
  font-size: clamp(20px, 2.4vw, 26px);
  color: #1b1b1b;
  max-width: 70ch;
  line-height: 1.55;
}

/* placeholder note for when no real quote exists */
.placeholder-note {
  margin-top: 32px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.5);
  border-left: 3px solid var(--sage-deep);
  font-size: 14px;
  color: var(--sage-deep);
  font-style: italic;
  border-radius: 4px;
}

/* STORY / BODY */
.story {
  padding: 140px 32px 120px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.story-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.story h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  margin-bottom: 32px;
  margin-top: 64px;
}
.story h2:first-child {
  margin-top: 0;
}
.story h2 em {
  color: var(--blue-deep);
}
.story h2 span {
  color: #8f1d20;
  font-style: italic;
}
.story p {
  font-family: "Avenir", sans-serif;
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 24px;
}
.story p:last-child {
  margin-bottom: 0;
}
.story ul {
  font-family: "Source Serif 4", serif;
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 24px;
  padding-left: 1.25em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.story ul li::marker {
  color: #1b1b1b;
}
.story-label {
  display: block;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1b1b1b;
  margin-bottom: 4px;
}
.story-citation {
  text-align: right;
  font-family: "Avenir", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  margin-top: 8px;
  margin-bottom: 0;
}
.story-citation a {
  color: var(--blue-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
  display: block;
  margin-top: 4px;
}

.pullquote {
  margin: 56px 0;
  padding: 32px 40px;
  border-left: 3px solid var(--blue);
  background: var(--paper);
  border-radius: 0 var(--r) var(--r) 0;
}
.pullquote p {
  font-family: "Avenir", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  color: var(--blue-deep);
  margin: 0;
}
.pullquote-attribution {
  display: block;
  margin-top: 18px;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-deep);
  text-align: right;
}

/* Horizontal image beneath "The how" — breaks out wider than the text column.
     Aspect ratio inherits from the image itself (no aspect-ratio set).
     If you want a hard max-height, add max-height: 600px below. */
.how-image {
  margin: 64px 0 0;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--ink-soft);
}
.how-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1100px) {
  .how-image {
    margin: 56px 0 0;
  }
}

/* VALUES / PRINCIPLES */
.values {
  background: var(--ink);
  color: var(--cream);
  padding: 140px 32px;
  position: relative;
  z-index: 2;
}
.values-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.values .label {
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 24px;
  display: block;
}
.values h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  margin-bottom: 32px;
  max-width: 18ch;
}
.values h2 em {
  color: var(--sage);
}
.values-lede {
  font-family: "Source Serif 4", serif;
  font-size: clamp(18px, 1.8vw, 22px);
  color: rgba(247, 241, 230, 0.92);
  max-width: 60ch;
  margin-bottom: 72px;
  line-height: 1.55;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 48px 56px;
}
.value-item .num {
  font-family: "Source Serif 4", serif;
  font-size: 22px;
  color: var(--sage);
  font-style: italic;
  display: block;
  margin-bottom: 12px;
}
.value-item h3 {
  font-family: "Source Serif 4", serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 1.15;
}
.value-item p {
  color: rgba(247, 241, 230, 0.92);
  font-size: 15px;
  line-height: 1.6;
}

/* BIG QUOTE — beneath How we work */
.big-quote {
  background: var(--sage-soft);
  padding: 140px 32px;
  position: relative;
  z-index: 2;
}
.big-quote-inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.big-quote-mark {
  font-family: "Source Serif 4", serif;
  font-size: 140px;
  color: var(--sage-deep);
  opacity: 0.4;
  line-height: 0.6;
  display: block;
  margin-bottom: 16px;
}
.big-quote-text {
  font-family: "Source Serif 4", serif;
  font-style: italic;
  font-weight: 500;
  font-variation-settings:
    "opsz" 60,
    "wght" 500;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.25;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0 0 32px;
  max-width: 26ch;
  margin-left: auto;
  margin-right: auto;
}
.big-quote-cite {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: block;
}

/* SUPPORTERS */
.supporters {
  padding: 80px 32px 100px;
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.supporters .label {
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 20px;
  display: block;
}
.supporters h2 {
  font-size: clamp(36px, 4.8vw, 56px);
  margin-bottom: 24px;
}
.supporters h2 em {
  color: var(--blue-deep);
}
.supporters .sub {
  font-family: "Source Serif 4", serif;
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 50ch;
  margin: 0 auto 80px;
}
/* Logo row: no boxes, single line on desktop, stacks on mobile */
.logo-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 32px 0;
}
@media (max-width: 600px) {
  .logo-grid {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 60px;
  }
}
.logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.logo-cell:hover,
.logo-cell:focus-visible {
  transform: translateY(-3px);
}
.logo-cell img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  /* Full saturation, no opacity dim */
}
/* Logos 2 & 3 are 30% smaller than logo 1 (200px → 140px) */
.logo-cell:nth-child(2) img,
.logo-cell:nth-child(3) img {
  max-height: 140px;
}

/* CTA */
.cta {
  background: #1069c2;
  color: var(--cream);
  padding: 140px 32px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.cta-inner {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cta h2 {
  font-size: clamp(40px, 5vw, 64px);
  margin-bottom: 24px;
  color: #ffffff;
}
.cta h2 em {
  color: #bbddf9;
  font-style: italic;
}
.cta h2 span {
  color: #b8ddf9;
  font-style: italic;
}
.cta p {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgba(247, 241, 230, 0.95);
  margin-bottom: 40px;
}
.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.signup__form {
  display: flex;
  justify-content: center;
  gap: 12px;
  max-width: 600px;
  margin: 0 auto 12px;
}
.signup__form input[type="email"] {
  flex: 1;
  padding: 14px 20px;
  font-family: "Avenir", sans-serif;
  font-size: 15px;
  color: #1b1b1b;
  background: #ffffff;
  border: none;
  border-radius: 8px;
  outline: none;
  min-width: 0;
}
.signup__form input[type="email"]::placeholder {
  color: #9ca3af;
}
.btn--accent {
  background: var(--light-blue);
  color: var(--black);
  border-color: var(--light-blue);
}
.btn--accent:hover {
  background: #a3d2f5;
  transform: none;
}
.signup__fineprint {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
.btn {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 1rem 1.5rem 0.875rem 1.5rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition:
    transform 0.15s ease,
    background-color 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
  line-height: 1;
}
.btn-primary {
  background: white;
  color: var(--ink);
  border-color: white;
}
.btn-primary:hover {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--ink);
  transform: translateY(-2px);
}
.btn-secondary {
  background: transparent;
  color: var(--cream);
  border: 2px solid var(--cream);
}
.btn-secondary:hover {
  background: rgba(247, 241, 230, 0.08);
  border-color: var(--sage);
  color: var(--sage);
}

.footer {
  background: var(--paper);
  color: var(--black);
  padding: 6rem var(--pad-x-lg) 5rem;
  position: relative;
}
.footer__top {
  display: flex;
  justify-content: flex-end;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
.footer__dot {
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  border: 0.0625rem solid rgba(255, 255, 255, 0.6);
  background: transparent;
}
.footer__dot--filled {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
}

.footer__brand {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.95);
}
.footer__rule {
  border: 0;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.18);
  margin: 0 0 1.75rem;
}
.footer__feedback-link:link,
.footer__feedback-link:visited .footer__feedback-link:hover,
.footer__feedback-link:active {
  text-decoration-line: underline;
  text-decoration-skip-ink: auto;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.footer__feedback-link:focus {
  /* For accessibility */
  outline: 2px solid #000;
  outline-offset: 2px;
}
.footer__copy {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.9375rem;
  margin: 0;
  color: var(--black);
  font-weight: 500;
}
.footer__copy a {
  color: var(--black);
}
.footer__logo {
  margin: 2px 0 6px -9px;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 1s ease,
    transform 1s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
/* ---------- MODAL ---------- */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 25, 43, 0.6);
  backdrop-filter: blur(4px);
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.modal-backdrop.open {
  display: flex;
  opacity: 1;
}
.modal {
  background: var(--cream);
  border-radius: 16px;
  max-width: 480px;
  width: 100%;
  padding: 40px 36px 36px;
  position: relative;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.4);
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  max-height: 90vh;
  overflow-y: auto;
}
.modal-backdrop.open .modal {
  transform: translateY(0);
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  transition:
    background 0.2s,
    color 0.2s;
}
.modal-close:hover,
.modal-close:focus-visible {
  background: rgba(0, 0, 0, 0.06);
  color: var(--ink);
}
.modal-close svg {
  width: 18px;
  height: 18px;
}
.modal-eyebrow {
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue-deep);
  display: block;
  margin-bottom: 12px;
}
.modal-title {
  font-family: "Source Serif 4", serif;
  font-weight: 500;
  font-variation-settings:
    "opsz" 60,
    "wght" 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.018em;
  margin-bottom: 12px;
  color: var(--ink);
}
.modal-desc {
  font-size: 16px;
  color: var(--ink-soft);
  margin-bottom: 28px;
  line-height: 1.5;
}
.modal-form .field {
  margin-bottom: 18px;
}
.modal-form label {
  font-family: "Avenir", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  display: block;
  margin-bottom: 8px;
}
.modal-form input,
.modal-form select {
  width: 100%;
  padding: 12px 14px;
  font-family: "Source Serif 4", serif;
  font-size: 16px;
  color: var(--ink);
  border: 1.5px solid rgba(20, 25, 43, 0.18);
  border-radius: 8px;
  background: white;
  transition: border-color 0.2s;
}
.modal-form input:focus-visible,
.modal-form select:focus-visible {
  outline: var(--focus);
  outline-offset: 2px;
  border-color: var(--blue-deep);
}
.modal-form .submit-row {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.modal-form .submit-row .btn {
  flex: 1;
  justify-content: center;
}
.modal-form .btn-cancel {
  background: transparent;
  color: var(--ink-soft);
  border: 1.5px solid rgba(20, 25, 43, 0.18);
}
.modal-form .btn-cancel:hover {
  background: rgba(0, 0, 0, 0.04);
  color: var(--ink);
}
.modal-form .btn-submit {
  background: var(--ink);
  color: var(--cream);
}
.modal-form .btn-submit:hover {
  background: var(--blue-deep);
}
.modal-success {
  display: none;
  text-align: center;
  padding: 16px 0;
}
.modal-success.visible {
  display: block;
}
.modal-success p {
  font-family: "Avenir", sans-serif;
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 16px;
}
body.modal-open {
  overflow: hidden;
}
.signup {
  background: var(--blue);
  color: #fff;
  padding: 6rem var(--pad-x-lg);
  text-align: center;
}
.signup__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 6.25rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 1.5rem;
  color: #fff;
}
.signup__title em {
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-decoration-color: var(--red);
}
.signup__body {
  max-width: 36rem;
  margin: 0 auto 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.55;
  color: #fff;
}
.signup__form {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 32rem;
  margin: 0 auto 0.875rem;
}
.signup__form input[type="email"] {
  flex: 1;
  min-width: 0;
  font-family: var(--sans);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.875rem 1rem;
  border-radius: 0.25rem;
  border: 0;
  background: #fff;
  color: var(--black);
  outline: none;
}
.signup__form input[type="email"]::placeholder {
  color: #8a8a8a;
}
.signup__form .btn {
  flex-shrink: 0;
}
.signup__form input[type="email"]:focus {
  box-shadow: 0 0 0 0.1875rem rgba(184, 221, 249, 0.6);
}
img {
  max-width: 100%;
  display: block;
}

@media (max-width: 55rem) {
  :root {
    --pad-x-lg: 1.5rem;
  }

  .signup__title {
    font-size: clamp(2.75rem, 10vw, 3.5rem);
    line-height: 0.95;
    margin-bottom: 0.75rem;
  }

  .signup__body {
    font-size: 1rem;
    padding-top: 10px;
  }
}

@media (max-width: 48rem) {
  .signup__form {
    gap: 0;
  }

  .signup__form input[type="email"] {
    border-radius: 0.25rem 0 0 0.25rem;
  }

  .signup__form .btn {
    border-radius: 0 0.25rem 0.25rem 0;
    max-width: 8.75rem;
  }
}
