@font-face {
  font-family: "Lato";
  src: url("assets/fonts/lato-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("assets/fonts/lato-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("assets/fonts/lato-black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --navy-950: #001328;
  --navy-900: #001b38;
  --navy-800: #06264a;
  --ink: #06172a;
  --muted: #526173;
  --paper: #ffffff;
  --mist: #f3f7f8;
  --line: rgba(6, 23, 42, 0.16);
  --teal: #00a99d;
  --cyan: #13a9ee;
  --green: #42b969;
  --purple: #8c55da;
  --linkedin: #0a66c2;
  --shell: 1180px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3,
strong {
  text-wrap: balance;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h3 {
  line-height: 1.15;
}

.shell {
  width: min(var(--shell), calc(100% - (2 * var(--gutter))));
  margin-inline: auto;
}

.section {
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.eyebrow {
  margin-bottom: 1rem;
  color: #087b75;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #58ddd4;
}

.lead {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.4;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.75rem 1rem;
  color: var(--navy-950);
  background: white;
  font-weight: 900;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 4.9rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 0.75rem max(var(--gutter), calc((100vw - var(--shell)) / 2));
  color: white;
  background: rgba(0, 19, 40, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.05;
}

.brand strong {
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.brand span {
  margin-top: 0.25rem;
  color: #8fded9;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.8rem, 2vw, 1.75rem);
}

.site-header nav a {
  padding-block: 0.5rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: white;
}

.header-vote {
  padding: 0.65rem 1rem;
  color: var(--navy-950);
  background: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.header-talk {
  padding: 0.58rem 0.9rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-talk:hover,
.header-talk:focus-visible {
  color: var(--navy-950);
  background: white;
}

.conversation-invite {
  color: var(--ink);
  background: #eaf6f6;
  border-bottom: 1px solid rgba(6, 23, 42, 0.12);
}

.conversation-invite-layout {
  min-height: 12.5rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding-block: clamp(1.7rem, 3.5vw, 2.8rem);
}

.conversation-number {
  display: flex;
  flex-direction: column;
  color: var(--navy-950);
  line-height: 0.88;
}

.conversation-number strong {
  color: var(--teal);
  font-size: clamp(4.25rem, 7vw, 6.8rem);
  font-weight: 900;
  letter-spacing: -0.07em;
}

.conversation-number span {
  margin-top: 0.55rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.conversation-invite-copy .eyebrow {
  margin-bottom: 0.5rem;
}

.conversation-invite-copy h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
}

.conversation-invite-copy p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: #304257;
  font-size: 1.05rem;
  line-height: 1.5;
}

.conversation-button {
  white-space: nowrap;
}

.header-talk.is-current {
  color: var(--navy-950);
  background: white;
}

.talk-hero {
  position: relative;
  min-height: 32rem;
  overflow: hidden;
  isolation: isolate;
  color: white;
  background:
    radial-gradient(circle at 78% 10%, rgba(49, 116, 154, 0.42), transparent 31%),
    linear-gradient(122deg, #001328 0%, #031a36 58%, #0a2f4d 100%);
}

.talk-lines {
  position: absolute;
  z-index: -1;
  right: -7vw;
  bottom: -15vw;
  width: 72vw;
  height: 39vw;
  opacity: 0.72;
  transform: rotate(-8deg);
  background:
    linear-gradient(177deg, transparent 51%, rgba(5, 176, 255, 0.9) 51.4%, transparent 52%),
    linear-gradient(171deg, transparent 59%, rgba(0, 180, 164, 0.95) 59.4%, transparent 60%),
    linear-gradient(164deg, transparent 67%, rgba(161, 92, 255, 0.9) 67.4%, transparent 68%);
}

.talk-hero-layout {
  min-height: 32rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.58fr);
  align-items: end;
  gap: clamp(2rem, 5vw, 5.5rem);
}

.talk-intro {
  max-width: 780px;
  align-self: center;
  padding-block: clamp(3rem, 7vw, 5.5rem);
}

.talk-intro h1 {
  max-width: 820px;
  margin-bottom: 1.1rem;
  font-size: clamp(3.4rem, 7vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.talk-lead {
  max-width: 720px;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.5;
}

.talk-portrait {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.talk-portrait img {
  width: min(100%, 29rem);
  max-height: 31rem;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 1.6rem 2.5rem rgba(0, 0, 0, 0.25));
}

.talk-form-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background: #f3f8fa;
}

.talk-form-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.66fr) minmax(0, 1.34fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 6rem);
}

.talk-form-heading {
  position: sticky;
  top: 6.5rem;
}

.talk-form-heading h2 {
  max-width: 520px;
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 4vw, 4.25rem);
  line-height: 0.98;
}

.talk-form-heading > p:not(.eyebrow) {
  max-width: 520px;
  color: #405066;
  font-size: 1.08rem;
  line-height: 1.55;
}

.talk-priorities {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 900;
}

.talk-priorities span:nth-child(1) { color: var(--cyan); }
.talk-priorities span:nth-child(2) { color: var(--green); }
.talk-priorities span:nth-child(3) { color: var(--purple); }

.conversation-form {
  padding: clamp(1.5rem, 3vw, 2.8rem);
  color: var(--ink);
  background: white;
  border-top: 6px solid var(--teal);
  box-shadow: 0 1.4rem 4rem rgba(6, 23, 42, 0.12);
}

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

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.form-field-wide {
  margin-top: 1.35rem;
}

.form-field label,
.time-fieldset legend {
  color: var(--navy-950);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.form-field label span {
  color: #6d7a8b;
  font-weight: 700;
  text-transform: none;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.78rem 0.88rem;
  color: var(--ink);
  background: #f8fafb;
  border: 1px solid #bac6d0;
  border-radius: 0;
  font: inherit;
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 3px solid rgba(0, 180, 164, 0.22);
  border-color: var(--teal);
}

.form-field small {
  color: #637185;
  font-size: 0.76rem;
}

.time-fieldset {
  margin: 1.5rem 0 0;
  padding: 0;
  border: 0;
}

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

.time-options label {
  cursor: pointer;
}

.time-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.time-options span {
  min-height: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  color: var(--navy-950);
  background: #f3f6f8;
  border: 1px solid #bac6d0;
  font-weight: 900;
}

.time-options input:checked + span {
  color: var(--navy-950);
  background: #c9f3ef;
  border-color: var(--teal);
  box-shadow: inset 0 0 0 2px var(--teal);
}

.time-options input:focus-visible + span {
  outline: 3px solid rgba(0, 180, 164, 0.25);
  outline-offset: 2px;
}

.conversation-submit-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.conversation-submit-row button {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
}

.conversation-submit-row p {
  max-width: 440px;
  margin: 0;
  color: #637185;
  font-size: 0.82rem;
  line-height: 1.45;
}

.conversation-error {
  margin: 1rem 0 0;
  padding: 0.75rem 0.9rem;
  color: #8a1e25;
  background: #fff0f1;
  border-left: 4px solid #c4343d;
  font-weight: 800;
}

.conversation-fallback {
  margin-top: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #eaf6f6;
  border-top: 5px solid var(--teal);
}

.conversation-ready-label {
  margin: 0 0 0.3rem;
  color: #007f78;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.conversation-fallback h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 4vw, 2.45rem);
  line-height: 1;
}

.conversation-note-card {
  margin-top: 1.15rem;
  padding: 1.1rem;
  background: white;
  border: 1px solid #bac6d0;
}

.conversation-note-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
}

.conversation-note-heading span {
  color: #405066;
  font-size: 0.75rem;
}

.conversation-fallback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.conversation-fallback textarea {
  width: 100%;
  padding: 0.8rem;
  color: #405066;
  background: white;
  border: 1px solid #bac6d0;
  font: inherit;
  font-size: 0.9rem;
  line-height: 1.5;
  resize: vertical;
}

.conversation-note-card textarea {
  margin-bottom: 0.85rem;
  background: #f7fafb;
}

.conversation-send-step {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #bac6d0;
}

.conversation-send-step h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.conversation-send-step p {
  margin: 0.65rem 0;
  color: #405066;
  line-height: 1.5;
}

.conversation-privacy {
  margin: 1.15rem 0 0;
  color: #6d7a8b;
  font-size: 0.76rem;
}

@media (max-width: 900px) {
  .talk-hero-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(12rem, 0.8fr);
    gap: 1rem;
  }

  .talk-intro h1 {
    font-size: clamp(3.5rem, 9vw, 5.5rem);
  }

  .talk-portrait img {
    width: 120%;
    max-width: none;
  }

  .talk-form-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .talk-form-heading {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 2rem;
  }

  .talk-form-heading .eyebrow,
  .talk-form-heading h2,
  .talk-form-heading > p {
    grid-column: 1;
  }

  .talk-priorities {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    margin-top: 0;
    text-align: right;
  }
}

@media (max-width: 620px) {
  .talk-page .site-header {
    padding-block: 0.7rem;
  }

  .talk-page .header-actions {
    gap: 0.35rem;
  }

  .talk-page .header-talk,
  .talk-page .header-vote {
    padding: 0.55rem 0.58rem;
    font-size: 0.66rem;
  }

  .talk-hero {
    min-height: 0;
  }

  .talk-hero-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  .talk-intro {
    z-index: 1;
    padding: 2.8rem var(--shell-padding) 1.25rem;
  }

  .talk-intro h1 {
    max-width: 92%;
    font-size: clamp(3.15rem, 16vw, 4.8rem);
  }

  .talk-lead {
    max-width: 94%;
    font-size: 1.07rem;
  }

  .talk-portrait {
    height: 15rem;
    justify-content: flex-end;
    margin-top: -3rem;
  }

  .talk-portrait img {
    width: 17.5rem;
    max-width: 70%;
    max-height: 17rem;
    margin-right: -0.5rem;
  }

  .talk-form-section {
    padding-block: 2.8rem;
  }

  .talk-form-heading {
    display: block;
  }

  .talk-form-heading h2 {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
  }

  .talk-priorities {
    margin-top: 1.4rem;
    text-align: left;
  }

  .conversation-form {
    margin-inline: calc(var(--shell-padding) * -0.35);
    padding: 1.25rem;
  }

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

  .time-options {
    grid-template-columns: 1fr;
  }

  .conversation-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .conversation-submit-row .button {
    width: 100%;
  }

  .conversation-fallback-actions {
    display: grid;
  }

  .conversation-note-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .conversation-fallback-actions .button {
    width: 100%;
  }
}

.hero {
  position: relative;
  min-height: calc(100svh - 4.9rem);
  overflow: hidden;
  isolation: isolate;
  color: white;
  background:
    radial-gradient(circle at 80% 10%, rgba(49, 116, 154, 0.36), transparent 32%),
    linear-gradient(122deg, #001328 0%, #031a36 54%, #0a2f4d 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, black, transparent 76%);
}

.hero-lines {
  position: absolute;
  z-index: -1;
  right: -9vw;
  bottom: -12vw;
  width: 78vw;
  height: 42vw;
  opacity: 0.78;
  transform: rotate(-8deg);
  background:
    linear-gradient(169deg, transparent 44%, rgba(19, 169, 238, 0.8) 44.4%, transparent 45.2%),
    linear-gradient(166deg, transparent 50%, rgba(0, 169, 157, 0.9) 50.4%, transparent 51.4%),
    linear-gradient(163deg, transparent 56%, rgba(140, 85, 218, 0.8) 56.4%, transparent 57.3%);
  filter: drop-shadow(0 0 18px rgba(19, 169, 238, 0.35));
}

.hero-layout {
  width: min(1350px, calc(100% - (2 * var(--gutter))));
  min-height: calc(100svh - 4.9rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.78fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  column-gap: clamp(2rem, 5vw, 6rem);
  padding-block: clamp(3.75rem, 7vw, 6.5rem) clamp(3rem, 6vw, 5rem);
}

.hero-intro {
  position: relative;
  z-index: 3;
  grid-column: 1;
  align-self: end;
  padding-bottom: clamp(2rem, 5vh, 4rem);
}

.hero-name {
  margin-bottom: clamp(1.4rem, 3vh, 2.5rem);
  font-size: clamp(3.8rem, 7vw, 7.2rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.77;
  text-transform: uppercase;
}

.hero-name span {
  display: block;
}

.hero-name span + span {
  margin-top: 0.16em;
}

.hero-kicker {
  margin-bottom: 0.28rem;
  color: var(--teal);
  font-size: clamp(1rem, 2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 850px;
  margin-bottom: 0;
  font-size: clamp(2.8rem, 6vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.hero-portrait {
  position: absolute;
  z-index: 2;
  right: max(0rem, calc((100vw - 1450px) / 2));
  bottom: 0;
  width: min(46vw, 730px);
  transform: scale(1.12);
  transform-origin: right bottom;
  pointer-events: none;
}

.hero-portrait::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 7%;
  bottom: 0;
  width: 70%;
  height: 75%;
  border-radius: 50%;
  background: rgba(8, 44, 70, 0.46);
  filter: blur(40px);
}

.hero-portrait img {
  width: 100%;
  height: auto;
  filter: drop-shadow(-28px 22px 28px rgba(0, 0, 0, 0.25));
}

.hero-details {
  position: relative;
  z-index: 4;
  grid-column: 1;
  grid-row: 2;
  max-width: 810px;
  padding-top: clamp(1.4rem, 2.5vw, 2rem);
  border-top: 3px solid var(--teal);
}

.hero-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem clamp(1rem, 2.5vw, 2rem);
  margin-bottom: 1.55rem;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.25;
}

.hero-promises strong:nth-child(1) {
  color: var(--cyan);
}

.hero-promises strong:nth-child(2) {
  color: var(--green);
}

.hero-promises strong:nth-child(3) {
  color: #ad78f2;
}

.hero-vote-date {
  margin-bottom: 1.7rem;
}

.hero-vote-date > span {
  display: block;
  color: #7fe0d9;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-vote-date > strong {
  display: block;
  margin-block: 0.18rem 0.1rem;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  line-height: 1.2;
}

.hero-vote-date p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.3rem;
  border: 2px solid transparent;
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

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

.button-primary {
  color: var(--navy-950);
  background: var(--teal);
}

.button-outline-light {
  color: white;
  border-color: rgba(255, 255, 255, 0.56);
}

.button-outline-dark {
  color: var(--ink);
  border-color: rgba(6, 23, 42, 0.46);
}

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

.promise-section {
  position: relative;
  color: white;
  background: var(--navy-950);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.promise-section .shell {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.promise-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 3rem 7rem;
  align-items: end;
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.promise-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -1.5rem;
}

.promise-heading h2 {
  max-width: 780px;
}

.promise-heading > p:last-child {
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.12rem;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid rgba(255, 255, 255, 0.2);
}

.promise {
  position: relative;
  min-height: 24rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem clamp(1.4rem, 3vw, 2.5rem) 2.6rem 0;
  color: white;
  text-decoration: none;
}

.promise + .promise {
  padding-left: clamp(1.4rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.promise:last-child {
  padding-right: 0;
}

.promise::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 0;
  height: 3px;
  background: currentColor;
  transform: scaleX(0.12);
  transform-origin: left;
  transition: transform 220ms ease;
}

.promise + .promise::after {
  left: clamp(1.4rem, 3vw, 2.5rem);
}

.promise:hover::after,
.promise:focus-visible::after {
  transform: scaleX(1);
}

.promise-supported {
  color: var(--cyan);
}

.promise-respected {
  color: var(--green);
}

.promise-valued {
  color: #ad78f2;
}

.promise-number {
  margin-bottom: 0;
  color: currentColor;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.promise h3 {
  min-height: 2.25em;
  margin: 5rem 0 1.1rem;
  color: white;
  font-size: clamp(1.9rem, 3.2vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.promise h3 span {
  display: block;
}

.promise p {
  color: rgba(255, 255, 255, 0.72);
}

.promise > strong {
  margin-top: auto;
  padding-top: 1rem;
  color: currentColor;
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

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

.quick-signup {
  color: white;
  background:
    linear-gradient(110deg, rgba(19, 169, 238, 0.13), transparent 42%),
    var(--navy-900);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.quick-signup-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.88fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: center;
  padding-block: clamp(1.25rem, 2.3vw, 1.9rem);
}

.quick-signup-copy h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(1.35rem, 2.25vw, 2.1rem);
  line-height: 1.08;
}

.brevo-native-form {
  position: relative;
}

.signup-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
}

.signup-controls input {
  min-width: 0;
  min-height: 3.6rem;
  padding: 0.9rem 1rem;
  color: var(--ink);
  background: white;
  border: 2px solid transparent;
  border-radius: 0;
  font: inherit;
}

.signup-controls input::placeholder {
  color: #697887;
}

.signup-controls input:focus {
  outline: 3px solid rgba(19, 169, 238, 0.44);
  outline-offset: 2px;
  border-color: var(--teal);
}

.signup-controls button {
  min-height: 3.6rem;
  padding: 0.9rem 1.3rem;
  color: var(--navy-950);
  background: var(--teal);
  border: 2px solid var(--teal);
  border-radius: 0;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  cursor: pointer;
}

.signup-controls button:hover {
  background: #19c2b6;
  border-color: #19c2b6;
}

.signup-controls button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.signup-privacy,
.signup-error {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.45;
}

.signup-error {
  color: #ffd0d0;
}

.signup-honeypot,
.signup-response-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.signup-success {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  min-height: 4.5rem;
  color: white;
}

.signup-success[hidden] {
  display: none;
}

.signup-success strong,
.signup-success span:last-child {
  display: block;
}

.signup-tick {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  color: var(--navy-950);
  background: var(--green);
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 900;
}

.tool-feature {
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(19, 169, 238, 0.11), transparent 38%),
    linear-gradient(300deg, rgba(66, 185, 105, 0.11), transparent 38%),
    #edf8f7;
  border-block: 1px solid rgba(0, 169, 157, 0.22);
}

.tool-feature.section {
  padding-block: clamp(1.8rem, 3.2vw, 3rem);
}

.tool-feature-layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.75rem, 3.5vw, 3.5rem);
  align-items: center;
}

.tool-feature-copy {
  max-width: 610px;
}

.tool-feature-copy h2 {
  margin-bottom: 0.3rem;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: 0.94;
  white-space: nowrap;
}

.tool-feature-tagline {
  margin-bottom: 0.75rem;
  color: var(--navy-950);
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  font-weight: 900;
  line-height: 1.18;
}

.tool-feature-copy > p:not(.eyebrow):not(.tool-feature-tagline) {
  max-width: 37rem;
  margin-bottom: 0.7rem;
  color: var(--muted);
  line-height: 1.48;
}

.tool-feature-copy .tool-feature-privacy {
  margin-top: 0;
  font-size: 0.86rem;
}

.tool-feature-copy .button.button-primary {
  display: inline-flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  min-width: 17rem;
  margin-top: 0.45rem;
  padding: 1rem 1.2rem;
  color: var(--navy-950);
  background: linear-gradient(135deg, #ffd15a, #ffad19);
  border-color: #ffbd2e;
  box-shadow: 0 12px 28px rgba(159, 95, 0, 0.24);
  font-size: 0.98rem;
}

.tool-feature-copy .button.button-primary:hover,
.tool-feature-copy .button.button-primary:focus-visible {
  color: var(--navy-950);
  background: linear-gradient(135deg, #ffdc78, #ffbd2e);
  border-color: #ffbd2e;
  box-shadow: 0 15px 34px rgba(159, 95, 0, 0.3);
}

.tool-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.7vw, 1.5rem);
  align-items: center;
}

.tool-preview figure {
  margin: 0;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(4, 29, 51, 0.16);
  box-shadow: 0 18px 45px rgba(4, 29, 51, 0.18);
}

.tool-preview figure + figure {
  transform: translateY(0.7rem);
}

.tool-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.why {
  background: white;
}

.why.section {
  padding-block: clamp(5.5rem, 9vw, 8rem);
}

.why .shell {
  width: min(var(--shell), calc(100% - (2 * var(--gutter))));
}

.why-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
}

.why-heading {
  margin: 0;
}

.why-heading h2 {
  max-width: 560px;
  font-size: clamp(3.2rem, 5vw, 5rem);
}

.why-story {
  width: 100%;
  margin: 0;
}

.why-story p {
  max-width: 610px;
  margin-bottom: 0;
  padding-top: 2.15rem;
  font-size: clamp(1.18rem, 1.65vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.014em;
  line-height: 1.55;
}

.story-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
}

.story-columns p {
  margin-bottom: 1.25rem;
}

.why blockquote {
  width: 100%;
  margin: clamp(4rem, 7vw, 6rem) 0 0;
  padding: clamp(2.5rem, 5vw, 4.25rem);
  color: white;
  background:
    linear-gradient(105deg, rgba(0, 169, 157, 0.18), transparent 48%),
    var(--navy-950);
  border: 0;
  border-left: 7px solid var(--teal);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.16;
  box-shadow: none;
}

.priority {
  position: relative;
  padding-block: clamp(6rem, 11vw, 10rem);
  overflow: hidden;
}

.priority::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
}

.priority-supported {
  background: #eff9fd;
}

.priority-supported::before {
  background: var(--cyan);
}

.priority-respected {
  background: #f2faf3;
}

.priority-respected::before {
  background: var(--green);
}

.priority-valued {
  background: #f7f3fc;
}

.priority-valued::before {
  background: var(--purple);
}

.priority-title {
  display: grid;
  grid-template-columns: 0.3fr 1.7fr;
  gap: 2rem 3rem;
  align-items: start;
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
}

.priority-number {
  font-size: clamp(3.8rem, 8vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.82;
}

.priority-supported .priority-number,
.priority-supported .eyebrow {
  color: #057cb1;
}

.priority-respected .priority-number,
.priority-respected .eyebrow {
  color: #288a48;
}

.priority-valued .priority-number,
.priority-valued .eyebrow {
  color: #7441b8;
}

.priority-title h2 {
  max-width: 930px;
}

.priority-content {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(3rem, 8vw, 8rem);
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.priority-story {
  max-width: 620px;
}

.priority-story p {
  margin-bottom: 1.35rem;
}

.champion {
  align-self: start;
  padding-top: 0.4rem;
}

.champion h3 {
  margin-bottom: 1.75rem;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.champion ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: champion;
}

.champion li {
  position: relative;
  padding: 1.15rem 0 1.15rem 2.8rem;
  border-top: 1px solid var(--line);
  counter-increment: champion;
}

.champion li:last-child {
  border-bottom: 1px solid var(--line);
}

.champion li::before {
  content: counter(champion, upper-alpha);
  position: absolute;
  top: 1.3rem;
  left: 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.priority-outcome {
  max-width: 980px;
  margin: 0;
  padding-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid var(--line);
  font-size: clamp(1.8rem, 3.5vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.outcomes {
  color: white;
  background:
    linear-gradient(135deg, rgba(0, 169, 157, 0.12), transparent 40%),
    var(--navy-950);
}

.outcomes-heading {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 2rem 5rem;
  align-items: start;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.outcomes-heading h2 {
  max-width: 920px;
}

.outcome-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.outcome-list li {
  min-height: 15rem;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.2rem;
  align-content: start;
  padding: 2.5rem 2.5rem 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.outcome-list li:nth-child(even) {
  padding-left: 2.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.outcome-list span {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.outcome-list p {
  margin-bottom: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.4;
}

.why-me {
  background: white;
}

.why-me-heading {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 2rem 5rem;
  align-items: start;
  margin-bottom: clamp(4rem, 8vw, 6.5rem);
}

.why-me-heading h2 {
  max-width: 920px;
}

.why-me-copy {
  width: min(900px, 100%);
  margin-left: auto;
}

.why-me-copy > .lead {
  max-width: 820px;
  margin-bottom: 2.5rem;
  font-size: clamp(1.5rem, 2.7vw, 2.05rem);
}

.evidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(4rem, 8vw, 7rem);
  border-block: 1px solid var(--line);
}

.evidence > div {
  min-height: 11rem;
  padding: 2rem 2rem 2rem 0;
}

.evidence > div + div {
  padding-left: 2rem;
  border-left: 1px solid var(--line);
}

.evidence span {
  display: block;
  margin-bottom: 1rem;
  color: #087b75;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.evidence strong {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.25;
}

.why-me-close {
  max-width: 950px;
  margin: clamp(3.5rem, 7vw, 6rem) 0 0;
  font-size: clamp(1.8rem, 3.8vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.14;
}

.statement-band {
  padding-block: clamp(2rem, 4vw, 3rem);
  color: white;
  background: var(--navy-800);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.statement-band-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.statement-band .eyebrow {
  margin-bottom: 0.5rem;
}

.statement-band h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.statement-popover {
  width: min(760px, calc(100% - 2rem));
  max-height: min(86vh, 900px);
  margin: auto;
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: white;
  border: 0;
  box-shadow: 0 24px 80px rgba(0, 13, 27, 0.42);
}

.statement-popover::backdrop {
  background: rgba(0, 13, 27, 0.78);
  backdrop-filter: blur(5px);
}

.statement-popover > header {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.6rem clamp(1.4rem, 4vw, 3rem);
  background: white;
  border-bottom: 1px solid var(--line);
}

.statement-popover h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.statement-close {
  flex: 0 0 auto;
  padding: 0.55rem 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}

.statement-copy {
  max-width: 680px;
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.4rem, 5vw, 4rem);
}

.statement-copy p,
.statement-copy li {
  margin-bottom: 1rem;
}

.statement-copy ul {
  padding-left: 1.25rem;
}

.vote {
  color: white;
  background:
    radial-gradient(circle at 85% 20%, rgba(20, 132, 160, 0.32), transparent 30%),
    var(--navy-950);
}

.vote-heading {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 2rem 5rem;
  align-items: start;
}

.vote-heading h2 {
  max-width: 900px;
}

.vote-dates {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  margin-block: clamp(4rem, 8vw, 7rem);
  border-block: 1px solid rgba(255, 255, 255, 0.26);
}

.vote-dates > div {
  min-height: 9rem;
  padding: 2rem 2rem 2rem 0;
}

.vote-dates > div + div {
  padding-left: 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.vote-dates span {
  display: block;
  margin-bottom: 0.5rem;
  color: #72d8d1;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vote-dates strong {
  display: block;
  font-size: clamp(1.6rem, 3.1vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.vote-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.vote-steps > li {
  padding-right: clamp(1.5rem, 3vw, 3rem);
}

.vote-steps > li + li {
  padding-left: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.vote-steps > li > span {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  margin-bottom: 1.5rem;
  color: var(--navy-950);
  background: var(--teal);
  border-radius: 50%;
  font-weight: 900;
}

.vote-steps h3 {
  margin-bottom: 0.9rem;
  font-size: 1.25rem;
}

.vote-steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.vote-steps a {
  color: white;
  font-weight: 700;
}

.vote-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.rules-link {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}

.email-signup {
  color: white;
  background:
    radial-gradient(circle at 88% 10%, rgba(49, 116, 154, 0.38), transparent 32%),
    var(--navy-900);
}

.email-signup-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.7fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.email-signup-copy h2 {
  max-width: 760px;
  margin-bottom: 1.5rem;
  font-size: clamp(2.7rem, 5.2vw, 4.9rem);
}

.email-signup-copy > p:not(.eyebrow) {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.78);
}

.email-signup-note {
  margin-top: 1.5rem;
  font-size: 0.86rem;
}

.email-signup-form {
  padding: clamp(1.5rem, 4vw, 2.7rem);
  background: white;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.email-signup-form label {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--navy-950);
  font-weight: 900;
}

.email-signup-form .signup-controls input {
  background: #f3f7f8;
  border-color: #c8d2d6;
}

.email-signup-form .signup-privacy {
  color: var(--muted);
}

.email-signup-form .signup-error {
  color: #9e1b2b;
}

.email-signup-form .signup-success {
  min-height: 7rem;
  color: var(--navy-950);
}

.share {
  background: white;
}

.share-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.share h2 {
  max-width: 720px;
  margin-bottom: 1.75rem;
}

.share .lead {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
}

.share-actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem max(var(--gutter), calc((100vw - var(--shell)) / 2));
  color: rgba(255, 255, 255, 0.68);
  background: #000d1b;
  font-size: 0.78rem;
}

footer > div {
  display: flex;
  flex-direction: column;
}

footer strong {
  color: white;
  text-transform: uppercase;
}

footer span {
  color: #72d8d1;
}

footer p {
  margin-bottom: 0;
}

footer a {
  color: white;
}

:focus-visible {
  outline: 3px solid #ffd85a;
  outline-offset: 4px;
}

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

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    min-height: 850px;
  }

  .hero-intro,
  .hero-details {
    width: 62%;
  }

  .hero-portrait {
    right: -6vw;
    width: min(56vw, 650px);
  }

  .promise-heading,
  .why-heading,
  .outcomes-heading,
  .why-me-heading,
  .vote-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .promise-heading .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }
}

@media (min-width: 1041px) and (max-height: 800px) {
  .hero-layout {
    padding-top: 2.7rem;
    padding-bottom: 2.5rem;
  }

  .hero-intro {
    padding-bottom: 1.65rem;
  }

  .hero-name {
    margin-bottom: 1.45rem;
    font-size: clamp(3.8rem, 6.5vw, 6rem);
  }

  .hero h1 {
    font-size: clamp(2.8rem, 5.2vw, 5rem);
  }

  .hero-details {
    padding-top: 1.15rem;
  }

  .hero-promises {
    margin-bottom: 1rem;
  }

  .hero-vote-date {
    margin-bottom: 1.15rem;
  }

}

@media (min-width: 1041px) {
  .hero-portrait {
    top: clamp(3.5rem, 7vh, 5.5rem);
    right: max(1rem, calc((100vw - 1450px) / 2));
    bottom: auto;
    width: min(39vw, 640px);
    transform: none;
    -webkit-mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 91%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 91%,
      transparent 100%
    );
  }

  .hero-details {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
    grid-template-rows: auto auto;
    column-gap: clamp(3rem, 6vw, 6rem);
    align-items: start;
    padding-top: clamp(1.15rem, 2vw, 1.6rem);
    border-top: 0;
  }

  .hero-promises {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    justify-content: space-between;
    gap: clamp(0.35rem, 0.7vw, 0.65rem);
    margin-bottom: 0;
    padding-top: clamp(1rem, 1.8vw, 1.35rem);
    border-top: 3px solid var(--teal);
    font-size: clamp(2rem, 2.15vw, 2.35rem);
    line-height: 1.1;
  }

  .hero-vote-date {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
    padding-top: clamp(1rem, 1.8vw, 1.35rem);
    border-top: 3px solid rgba(127, 224, 217, 0.72);
  }

  .hero-details .actions {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0.9rem;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 1rem;
  }

  html {
    scroll-padding-top: 4.25rem;
  }

  .site-header {
    min-height: 4.25rem;
    padding-block: 0.55rem;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .brand span {
    font-size: 0.59rem;
  }

  .header-vote {
    padding: 0.55rem 0.7rem;
    font-size: 0.67rem;
  }

  .header-actions {
    gap: 0.35rem;
  }

  .header-talk {
    padding: 0.5rem 0.62rem;
    font-size: 0.65rem;
  }

  .conversation-invite-layout {
    grid-template-columns: auto 1fr;
    gap: 1rem 1.3rem;
  }

  .conversation-number strong {
    font-size: clamp(3.75rem, 16vw, 5.25rem);
  }

  .conversation-invite-copy h2 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .conversation-button {
    grid-column: 2;
    justify-self: start;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 2.4rem var(--gutter) 2rem;
  }

  .hero-intro {
    width: 100%;
    align-self: auto;
    padding-bottom: 1.25rem;
  }

  .hero-name {
    margin-bottom: 1.5rem;
    font-size: clamp(3.1rem, 16vw, 5.5rem);
    line-height: 0.79;
  }

  .hero-kicker {
    font-size: 0.9rem;
  }

  .hero h1 {
    max-width: 580px;
    font-size: clamp(2.5rem, 12vw, 4.7rem);
  }

  .hero-portrait {
    position: relative;
    right: auto;
    bottom: auto;
    order: 2;
    width: min(132%, 680px);
    margin: -1.2rem -16% -2px auto;
    align-self: flex-end;
    transform: none;
  }

  .hero-portrait img {
    filter: drop-shadow(-14px 15px 20px rgba(0, 0, 0, 0.25));
  }

  .hero-details {
    order: 3;
    width: 100%;
    max-width: none;
    padding: 1rem;
    background: var(--navy-950);
  }

  .hero-promises {
    display: grid;
    gap: 0.18rem;
    margin-bottom: 1.05rem;
    font-size: clamp(1.25rem, 5.5vw, 1.6rem);
    line-height: 1.18;
  }

  .hero-vote-date {
    margin-bottom: 1.1rem;
  }

  .hero-details .actions {
    gap: 0.65rem;
  }

  .hero-lines {
    right: -35vw;
    bottom: 15%;
    width: 150vw;
    height: 85vw;
  }

  .promise-grid {
    grid-template-columns: 1fr;
  }

  .promise {
    min-height: auto;
    padding: 2rem 0 2.5rem;
  }

  .promise + .promise {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .promise::after,
  .promise + .promise::after {
    right: 0;
    bottom: 1.25rem;
    left: 0;
  }

  .promise h3 {
    min-height: 0;
    margin: 2.5rem 0 0.75rem;
  }

  .why-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .why-story p {
    max-width: 680px;
    padding-top: 0;
  }

  .why-story,
  .why-me-copy {
    width: 100%;
    margin-left: 0;
  }

  .story-columns,
  .priority-content,
  .evidence,
  .statement-layout,
  .vote-dates,
  .vote-steps,
  .quick-signup-layout,
  .tool-feature-heading,
  .tool-feature-layout,
  .email-signup-layout,
  .share-layout {
    grid-template-columns: 1fr;
  }

  .tool-feature-heading .eyebrow {
    margin-bottom: -1rem;
  }

  .email-signup-form {
    width: min(100%, 600px);
  }

  .priority-title {
    grid-template-columns: 1fr;
  }

  .priority-number {
    font-size: 4.8rem;
  }

  .priority-content {
    gap: 2.75rem;
    padding-bottom: 0;
  }

  .champion li:last-child {
    border-bottom: 0;
  }

  .priority-outcome {
    margin-top: 0;
  }

  .evidence > div {
    min-height: auto;
    padding: 1.6rem 0;
  }

  .evidence > div + div {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .outcome-list {
    grid-template-columns: 1fr;
  }

  .outcome-list li {
    min-height: auto;
    padding: 2rem 0;
  }

  .outcome-list li:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .vote-dates > div {
    min-height: auto;
    padding: 1.7rem 0;
  }

  .vote-dates > div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    border-left: 0;
  }

  .vote-steps {
    gap: 2rem;
  }

  .vote-steps > li {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    padding: 0 0 2rem;
  }

  .vote-steps > li + li {
    padding-left: 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .vote-steps > li > span {
    margin-bottom: 0;
  }

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

  .share-actions {
    width: min(100%, 430px);
  }

  .statement-band-layout {
    align-items: stretch;
    flex-direction: column;
  }

  .statement-band .button {
    width: 100%;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: left;
  }
}

@media (max-width: 520px) {
  :root {
    --gutter: 1.1rem;
  }

  .section {
    padding-block: 4.5rem;
  }

  .brand span {
    display: none;
  }

  .header-talk,
  .header-vote {
    padding-inline: 0.52rem;
    font-size: 0.61rem;
  }

  .conversation-invite-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding-block: 1.6rem;
  }

  .conversation-number {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 0.7rem;
  }

  .conversation-number strong {
    font-size: 3.8rem;
  }

  .conversation-number span {
    margin-bottom: 0.45rem;
  }

  .conversation-invite-copy p:last-child {
    font-size: 0.98rem;
  }

  .conversation-button {
    grid-column: 1;
    width: 100%;
    margin-top: 0.45rem;
  }

  .quick-signup-layout {
    padding-block: 1.25rem;
  }

  .tool-feature.section {
    padding-block: 2.35rem;
  }

  .tool-preview {
    gap: 0.55rem;
  }

  .tool-preview figure + figure {
    transform: translateY(0.7rem);
  }

  .email-signup-form {
    margin-inline: 0;
    padding: 1.25rem;
  }

  .signup-controls {
    grid-template-columns: 1fr;
  }

  .signup-controls button {
    width: 100%;
  }

  .tool-feature-heading h2 {
    font-size: clamp(2.7rem, 12.5vw, 4.2rem);
  }

  .tool-preview {
    display: grid;
    gap: 1rem;
    min-height: auto;
  }

  .tool-preview figure {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .tool-feature-copy {
    padding-top: 0.35rem;
  }

  .tool-feature-copy h2 {
    white-space: normal;
  }

  h2 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
  }

  .hero-layout {
    padding-top: 2rem;
  }

  .hero-name {
    font-size: clamp(3rem, 18vw, 4.6rem);
  }

  .hero-portrait {
    width: 132%;
    margin-right: -16%;
    margin-bottom: -1px;
  }

  .actions,
  .actions .button {
    width: 100%;
  }

  .promise-section .shell {
    padding-block: 4.5rem;
  }

  .promise-heading {
    margin-bottom: 2.75rem;
  }

  .why blockquote {
    margin-right: 0.7rem;
  }

  .priority {
    padding-block: 5rem;
  }

  .priority-title {
    padding-bottom: 3rem;
  }

  .priority-outcome {
    font-size: 1.8rem;
  }

  .outcome-list li {
    grid-template-columns: 2.4rem 1fr;
  }

  .statement summary {
    padding-right: 2.5rem;
  }

  .vote-steps > li {
    grid-template-columns: 2.8rem 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
