:root {
  color-scheme: dark;
  --oxford: #002147;
  --oxford-deep: #000812;
  --cream: #fffaf0;
  --o-size: clamp(142px, 18vw, 254px);
  --x-size: clamp(62px, 7.8vw, 108px);
  --bridge-width: clamp(248px, 29vw, 438px);
  --bridge-final-width: var(--bridge-width);
  --x-final-width: var(--x-size);
  --wordmark-nudge: 0px;
  --mission-nudge-x: clamp(-18px, -1.1vw, -8px);
  --x-left: calc((var(--o-size) - var(--x-size)) / 2);
  --field-bg: var(--oxford);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

html:has(body.contact-page),
html:has(body.form-page) {
  background: var(--oxford);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--oxford-deep);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-page {
  min-height: 100%;
  background: var(--oxford-deep);
}

.loading-screen {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 33, 71, .84), rgba(0, 8, 18, .98) 60%),
    var(--oxford-deep);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 300ms ease,
    visibility 300ms ease;
  animation: loadingFallback 1ms 2200ms forwards;
}

.loading-screen.is-leaving {
  visibility: hidden;
  opacity: 0;
  animation: none;
}

.loading-mark {
  position: relative;
  display: grid;
  width: clamp(82px, 12vw, 132px);
  aspect-ratio: 1;
  place-items: center;
}

.loading-x {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(2.35rem, 6.2vw, 4.85rem);
  line-height: 1;
  text-shadow:
    0 0 12px rgba(255, 255, 255, .88),
    0 0 30px rgba(255, 255, 255, .5);
  animation: loadingXFlash 900ms cubic-bezier(.2,.8,.2,1) both;
}

.loading-circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
}

.loading-circle-track,
.loading-circle-progress {
  fill: none;
  stroke-width: 5;
}

.loading-circle-track {
  stroke: rgba(255, 255, 255, .14);
}

.loading-circle-progress {
  stroke: #ffffff;
  stroke-dasharray: 302;
  stroke-dashoffset: 302;
  stroke-linecap: square;
  animation: loadingCircleDraw 900ms cubic-bezier(.65,0,.25,1) forwards;
}

.stage {
  position: relative;
  display: grid;
  width: 100%;
  min-height: clamp(620px, 68svh, 800px);
  place-items: start center;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 8, 18, .3), rgba(0, 8, 18, .3)),
    url("/assets/bridge-1448.jpg") center / cover no-repeat,
    var(--oxford-deep);
}

.stage::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: clamp(110px, 17vh, 190px);
  content: "";
  background:
    linear-gradient(
      to bottom,
      rgba(0, 33, 71, 0),
      rgba(0, 33, 71, .44) 48%,
      var(--oxford) 100%
    );
  pointer-events: none;
}

.bridge-photo,
img[src*="OBridgeXNew"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.home-logo-link {
  position: absolute;
  top: clamp(18px, 2.5vw, 34px);
  left: clamp(18px, 2.5vw, 34px);
  z-index: 4;
  display: block;
  width: clamp(76px, 7vw, 112px);
}

.home-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.brand-stage {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  justify-items: center;
  padding: clamp(22px, 5vh, 58px) clamp(20px, 3vw, 42px) clamp(38px, 5vh, 58px);
  text-align: center;
}

.wordmark {
  position: relative;
  z-index: 9;
  display: inline-flex;
  width: max-content;
  max-width: calc(100vw - 36px);
  min-height: var(--o-size);
  align-items: center;
  justify-content: center;
  justify-self: center;
  transform: translateX(var(--wordmark-nudge));
}

.o-mark {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: var(--o-size);
  height: var(--o-size);
  object-fit: contain;
  opacity: 1;
  transform: none;
  transform-origin: 50% 50%;
  filter: drop-shadow(0 10px 18px rgba(0, 8, 18, .42));
}

.bridge-word,
.x-mark {
  color: white;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(4.1rem, 9.2vw, 9.1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 0 12px rgba(255, 255, 255, .62),
    0 12px 26px rgba(0, 8, 18, .58);
}

.bridge-word {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: none;
  overflow: visible;
  padding: .08em 0 .18em;
  margin: -.08em 0 -.18em;
  white-space: nowrap;
  clip-path: none;
  transform: translateY(.075em);
}

.bridge-word::after {
  content: none;
}

.x-mark {
  position: relative;
  z-index: 3;
  display: block;
  flex: 0 0 auto;
  width: max-content;
  padding: 0;
  margin: 0;
  opacity: 1;
  transform: translateY(.075em);
  transform-origin: 50% 55%;
  text-shadow:
    0 0 12px rgba(255, 255, 255, .58),
    0 12px 26px rgba(0, 8, 18, .58);
}

.x-glyph {
  position: relative;
  z-index: 2;
}

.x-impact {
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 1.22em;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 1) 0 8%,
      rgba(255, 255, 255, .94) 18%,
      rgba(255, 255, 255, .5) 38%,
      rgba(255, 255, 255, .12) 58%,
      transparent 74%
    );
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.12);
  transform-origin: 50% 50%;
}

.mission-statement {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 0 14px;
  color: #ffffff;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  text-shadow:
    0 6px 18px rgba(0, 8, 18, .68);
  opacity: 1;
  transform: none;
}

.mission-group {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-content: center;
  width: min(1080px, calc(100vw - 48px));
  min-height: auto;
  justify-self: center;
  margin-top: clamp(18px, 3vh, 34px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
  filter: none;
  opacity: 1;
  transform: translateX(var(--mission-nudge-x));
  animation: none;
}

.mission-group::before {
  content: none;
}

.mission-group::after {
  content: none;
}

.manifesto-box {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(1080px, 100%);
  justify-items: center;
  padding: clamp(24px, 2.6vw, 34px) clamp(26px, 4vw, 48px) clamp(26px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(220, 231, 237, .88);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0) 42%),
    rgba(0, 12, 28, .84);
  box-shadow:
    10px 10px 0 rgba(0, 8, 18, .58),
    0 18px 42px rgba(0, 8, 18, .32),
    inset 0 1px 0 rgba(255, 255, 255, .18);
}

.manifesto-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 1px;
  content: "";
  background: var(--cream);
}

.manifesto-box::after {
  position: absolute;
  inset: 1px;
  content: "";
  border-radius: 0;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .055),
    inset 0 28px 62px rgba(255, 255, 255, .045);
}

.eyebrow {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  color: #c9d8e2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(.72rem, .86vw, .82rem);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
}

.tagline {
  position: relative;
  z-index: 2;
  width: min(78ch, 100%);
  max-width: 100%;
  margin: 0;
  color: #f7fbff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(.86rem, 1.05vw, 1rem);
  font-weight: 500;
  line-height: 1.42;
  text-align: left;
  text-wrap: pretty;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .82);
}

.tagline.tagline--thesis {
  width: min(84ch, 100%);
  font-size: clamp(.9rem, 1.08vw, 1.04rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.tagline--thesis strong {
  color: #ffffff;
  font-weight: 800;
}

.tagline strong {
  color: white;
  font-weight: 800;
}

.brand-note {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: block;
  margin: 0;
  pointer-events: none;
}

.brand-note-trigger {
  position: absolute;
  top: clamp(-2px, .15vw, 2px);
  right: clamp(-10px, -.6vw, -4px);
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #f5f8fa;
  background: transparent;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .72rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  cursor: help;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  text-shadow: 0 0 7px rgba(255, 255, 255, .9);
}

.brand-note-trigger::before {
  position: absolute;
  z-index: -1;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(235, 242, 246, .88);
  border-radius: 50%;
  content: "";
  background: rgba(0, 12, 28, .76);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08),
    0 0 9px rgba(235, 242, 246, .62),
    0 0 22px rgba(207, 218, 225, .3),
    0 4px 12px rgba(0, 8, 18, .32);
}

.brand-note-trigger:hover,
.brand-note-trigger:focus-visible {
  color: #f3f7f9;
  outline: 1px solid rgba(239, 244, 247, .62);
  outline-offset: -6px;
}

.brand-note-trigger:hover::before,
.brand-note-trigger:focus-visible::before {
  border-color: rgba(239, 244, 247, .9);
  background: rgba(20, 42, 62, .9);
  box-shadow:
    0 0 0 2px rgba(235, 242, 246, .16),
    0 0 14px rgba(255, 255, 255, .72),
    0 0 30px rgba(207, 218, 225, .42);
}

.brand-note-popover {
  position: absolute;
  top: clamp(44px, 3.4vw, 54px);
  right: 0;
  left: auto;
  z-index: 12;
  display: grid;
  gap: 10px;
  width: min(390px, calc(100vw - 32px));
  padding: 16px 18px;
  border: 1px solid rgba(207, 218, 225, .6);
  color: #e8eff3;
  background:
    linear-gradient(135deg, rgba(226, 234, 239, .065), transparent 48%),
    rgba(0, 12, 28, .97);
  box-shadow:
    10px 10px 0 rgba(0, 8, 18, .46),
    0 22px 54px rgba(0, 8, 18, .5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition:
    opacity 160ms ease,
    transform 180ms ease,
    visibility 160ms ease;
  pointer-events: none;
  text-align: left;
}

.brand-note-popover::before {
  position: absolute;
  top: -6px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(207, 218, 225, .6);
  border-left: 1px solid rgba(207, 218, 225, .6);
  content: "";
  background: rgba(0, 12, 28, .97);
  transform: rotate(45deg);
}

.brand-note-popover p {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(.8rem, .92vw, .9rem);
  line-height: 1.48;
}

.brand-note-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #e8eff3;
  background: transparent;
  font: inherit;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.brand-note-close:hover,
.brand-note-close:focus-visible {
  color: #ffffff;
  background: rgba(226, 234, 239, .1);
  outline: 1px solid rgba(226, 234, 239, .45);
  outline-offset: -4px;
}

.brand-note-popover strong {
  color: #ffffff;
}

.brand-note-pronunciation {
  color: #dbe5ea;
}

.brand-note-list {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.brand-note-list li {
  display: grid;
  grid-template-columns: 5.4em minmax(0, 1fr);
  gap: 10px;
  padding-top: 7px;
  border-top: 1px solid rgba(207, 218, 225, .16);
  color: #dce6eb;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(.76rem, .88vw, .86rem);
  line-height: 1.35;
}

.brand-note-verdict {
  padding-top: 10px;
  border-top: 1px solid rgba(207, 218, 225, .28);
  color: #f4f8fa;
  font-style: italic;
}

.brand-note.is-open .brand-note-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .brand-note:hover .brand-note-popover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.site-actions {
  position: absolute;
  top: clamp(18px, 2.5vw, 34px);
  right: clamp(18px, 3vw, 42px);
  z-index: 4;
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact-link,
.signup-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 16px;
  border: 1px solid rgba(255, 250, 240, .6);
  color: var(--cream);
  background: rgba(0, 8, 18, .55);
  font-size: .84rem;
  font-weight: 750;
  text-decoration: none;
}

.signup-link {
  border-color: var(--cream);
  color: var(--oxford-deep);
  background: var(--cream);
}

.contact-link:hover,
.contact-link:focus-visible,
.signup-link:hover,
.signup-link:focus-visible {
  border-color: var(--cream);
  color: var(--cream);
  background: rgba(0, 33, 71, .88);
}

.homepage-signup {
  position: relative;
  scroll-margin-top: 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 1100px;
  border-top: 0;
  background:
    linear-gradient(
      180deg,
      transparent 0,
      rgba(255, 255, 255, .028) 170px,
      transparent 360px
    ),
    var(--oxford);
}

.scroll-cue {
  position: absolute;
  bottom: clamp(14px, 2.4vh, 28px);
  left: 50%;
  z-index: 5;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: rgba(255, 250, 240, .62);
  transform: translateX(-50%);
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.scroll-cue svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.scroll-cue:hover,
.scroll-cue:focus-visible {
  color: rgba(255, 250, 240, .92);
  transform: translate(-50%, 2px);
}

.signup-shell,
.privacy-shell {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  width: min(1080px, calc(100vw - 36px));
  padding: clamp(124px, 13vw, 176px) 0 clamp(54px, 7vw, 92px);
}

.signup-shell--home {
  margin: 0 auto;
  padding-top: clamp(72px, 9vw, 112px);
}

.signup-intro {
  display: grid;
  gap: 14px;
  width: min(780px, 100%);
}

.signup-kicker {
  margin: 0;
  color: #c9d8e2;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.signup-summary {
  width: min(62ch, 100%);
  margin: 0;
  color: #dce7ed;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

.signup-form {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

.role-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  border: 0;
}

.role-picker legend {
  grid-column: 1 / -1;
  margin-bottom: 12px;
  color: #c9d8e2;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.role-option {
  position: relative;
  display: grid;
  min-height: 146px;
  align-content: end;
  gap: 7px;
  padding: 22px;
  border: 1px solid #597287;
  background: rgba(0, 12, 28, .76);
  cursor: pointer;
}

.role-option:hover,
.role-option:has(input:focus-visible) {
  border-color: #c9d8e2;
  background: rgba(0, 23, 51, .92);
}

.role-option:has(input:checked) {
  border-color: var(--cream);
  box-shadow: inset 0 0 0 1px var(--cream);
  background: #073660;
}

.role-option input {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 18px;
  height: 18px;
  accent-color: var(--cream);
}

.role-name {
  color: white;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  font-weight: 700;
}

.role-copy {
  max-width: 30ch;
  color: #c9d8e2;
  font-size: .86rem;
  line-height: 1.45;
}

.signup-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  width: min(820px, 100%);
}

.signup-fields > label {
  display: grid;
  gap: 7px;
  color: #c9d8e2;
  font-size: .82rem;
  font-weight: 750;
  text-transform: uppercase;
}

.talent-oxford-field[hidden] {
  display: none;
}

.signup-fields > label:has(textarea),
.signup-fields .consent-label,
.signup-fields button,
.signup-fields .contact-status {
  grid-column: 1 / -1;
}

.signup-fields input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),
.signup-fields select,
.signup-fields textarea {
  width: 100%;
  border: 1px solid #8fa6b4;
  border-radius: 0;
  color: #f7fbff;
  background: var(--field-bg);
  caret-color: var(--cream);
  color-scheme: dark;
  font: inherit;
  appearance: none;
}

.signup-fields input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),
.signup-fields select {
  min-height: 46px;
  padding: 10px 12px;
}

.signup-fields textarea {
  min-height: 164px;
  padding: 12px;
  resize: vertical;
}

.signup-fields input:focus,
.signup-fields select:focus,
.signup-fields textarea:focus {
  border-color: #c9d8e2;
  outline: 2px solid rgba(201, 216, 226, .72);
  outline-offset: 2px;
}

.signup-fields .consent-label {
  display: flex;
  max-width: none;
  align-items: flex-start;
  gap: 11px;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  white-space: nowrap;
}

.signup-fields .consent-label > span {
  flex: 0 0 auto;
  width: max-content;
  white-space: nowrap;
}

.consent-label input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--cream);
}

.signup-fields button {
  justify-self: start;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid var(--cream);
  border-radius: 0;
  color: #00142c;
  background: var(--cream);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.signup-fields button:hover,
.signup-fields button:focus-visible {
  color: var(--cream);
  background: #073660;
}

.signup-fields button:disabled {
  cursor: wait;
  opacity: .7;
}

.signup-fields a,
.privacy-copy a {
  color: var(--cream);
  text-underline-offset: 3px;
}

.privacy-shell {
  gap: 14px;
  width: min(780px, calc(100vw - 36px));
}

.privacy-copy {
  display: grid;
  gap: 28px;
  margin-top: 28px;
}

.privacy-copy section {
  display: grid;
  gap: 8px;
  padding-top: 22px;
  border-top: 1px solid #597287;
}

.privacy-copy h2,
.privacy-copy p {
  margin: 0;
}

.privacy-copy h2 {
  color: white;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.45rem;
}

.privacy-copy p {
  color: #dce7ed;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.65;
}

.contact-page,
.form-page {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  overflow: auto;
  color: var(--cream);
  background: var(--oxford) !important;
  background-color: var(--oxford) !important;
}

.contact-logo-link {
  position: fixed;
  top: clamp(18px, 2.4vw, 30px);
  left: clamp(18px, 2.4vw, 30px);
  z-index: 3;
  display: block;
  width: clamp(88px, 9vw, 132px);
}

.contact-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.contact-back {
  position: fixed;
  top: clamp(20px, 3vw, 38px);
  right: clamp(18px, 3.4vw, 42px);
  z-index: 4;
  color: rgba(255, 250, 240, .86);
  font-size: .88rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.contact-back:hover,
.contact-back:focus-visible {
  color: var(--cream);
}

.contact-shell {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
  width: min(720px, calc(100vw - 36px));
  padding: clamp(116px, 12vw, 176px) clamp(28px, 5vw, 54px) clamp(28px, 5vw, 54px);
}

.contact-title {
  margin: 0;
  color: var(--cream);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(2.4rem, 7vw, 5.4rem);
  font-weight: 700;
  line-height: .92;
  letter-spacing: 0;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.spam-field {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #c9d8e2;
  font-size: .82rem;
  font-weight: 750;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #8fa6b4;
  border-radius: 0;
  color: #f7fbff;
  background: var(--field-bg) !important;
  background-color: var(--field-bg) !important;
  caret-color: var(--cream);
  color-scheme: dark;
  font: inherit;
  appearance: none;
}

.contact-form input {
  min-height: 44px;
  padding: 10px 12px;
}

.contact-form textarea {
  min-height: 210px;
  padding: 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form input:active,
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form textarea:focus {
  border-color: #c9d8e2;
  background: var(--field-bg) !important;
  background-color: var(--field-bg) !important;
  outline: 2px solid rgba(201, 216, 226, .72);
  outline-offset: 2px;
}

.contact-form textarea:active {
  background: var(--field-bg) !important;
  background-color: var(--field-bg) !important;
}

.contact-form input:autofill,
.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus {
  border-color: #c9d8e2;
  background: var(--field-bg) !important;
  background-color: var(--field-bg) !important;
  -webkit-text-fill-color: #f7fbff;
  caret-color: var(--cream);
  box-shadow: 0 0 0 1000px var(--field-bg) inset;
  transition: background-color 9999s ease-in-out 0s;
}

.contact-form button {
  justify-self: start;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid #8fa6b4;
  border-radius: 0;
  color: #00142c;
  background: var(--cream);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: .7;
}

.contact-status {
  min-height: 1.5em;
  margin: 0;
  color: #c9d8e2;
  font-size: .94rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.contact-status[data-state="error"] {
  color: #ffd2ca;
}

.contact-status[data-state="success"] {
  color: #d8f5df;
}

@keyframes loadingXFlash {
  0% {
    opacity: 0;
    transform: scale(.45);
  }
  58% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes loadingCircleDraw {
  from {
    stroke-dashoffset: 302;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes loadingFallback {
  to {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 760px) {
  :root {
    --o-size: clamp(82px, 22vw, 124px);
    --x-size: clamp(39px, 10.5vw, 60px);
    --bridge-width: clamp(150px, 40vw, 228px);
    --bridge-final-width: var(--bridge-width);
    --x-final-width: var(--x-size);
    --wordmark-nudge: 0px;
    --mission-nudge-x: 0px;
    --x-left: calc((var(--o-size) - var(--x-size)) / 2);
  }

  .brand-stage {
    padding: 72px 12px 40px;
  }

  .stage {
    min-height: auto;
  }

  .home-logo-link {
    top: 12px;
    left: 12px;
    width: clamp(38px, 11vw, 52px);
  }

  .wordmark {
    max-width: calc(100vw - 20px);
    min-height: calc(var(--o-size) * 1.18);
  }

  .bridge-word,
  .x-mark {
    font-size: clamp(2.55rem, 12.4vw, 4rem);
  }

  .brand-note {
    inset: 0;
  }

  .brand-note-trigger {
    top: -6px;
    right: -2px;
    font-size: .78rem;
  }

  .brand-note-popover {
    top: 40px;
    right: auto;
    left: 50%;
    gap: 8px;
    width: min(340px, calc(100vw - 32px));
    max-height: min(58svh, 380px);
    padding: 14px 42px 14px 14px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translate(-50%, -5px);
  }

  .brand-note.is-open .brand-note-popover {
    transform: translate(-50%, 0);
  }

  .brand-note-list {
    gap: 5px;
  }

  .brand-note-list li {
    gap: 8px;
    padding-top: 5px;
    font-size: clamp(.72rem, 2.8vw, .82rem);
  }

  .brand-note-verdict {
    padding-top: 8px;
  }

  .mission-group {
    width: min(100vw - 24px, 640px);
    min-height: auto;
    margin-top: clamp(12px, 2vh, 20px);
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    filter: none;
  }

  .mission-group::before {
    content: none;
  }

  .mission-group::after {
    content: none;
  }

  .manifesto-box {
    width: 100%;
    padding: 18px 17px 19px;
    border-radius: 0;
  }

  .mission-statement {
    margin-bottom: 10px;
    font-size: clamp(1.72rem, 8.2vw, 2.7rem);
    transform: none;
    animation: none;
  }

  .tagline {
    width: 100%;
    font-size: clamp(.7rem, 2.8vw, .84rem);
    line-height: 1.34;
    text-align: left;
    transform: none;
  }

  .tagline.tagline--thesis {
    font-size: clamp(.78rem, 3vw, .92rem);
    line-height: 1.42;
    text-align: center;
  }

  .eyebrow {
    transform: none;
  }

  .contact-link,
  .signup-link {
    font-size: .78rem;
  }

  .site-actions {
    top: 12px;
    right: 12px;
  }

  .contact-logo-link {
    top: 18px;
    left: 18px;
    width: clamp(82px, 22vw, 112px);
  }

  .contact-back {
    top: 18px;
    right: 16px;
  }

  .contact-shell {
    width: min(100vw - 28px, 640px);
    padding-top: clamp(104px, 29vw, 142px);
  }

  .signup-shell,
  .privacy-shell {
    width: min(100vw - 28px, 640px);
    padding-top: clamp(108px, 29vw, 142px);
  }

  .signup-shell--home {
    padding-top: 68px;
  }

  .role-picker {
    grid-template-columns: 1fr;
  }

  .role-option {
    min-height: 118px;
  }

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

  .signup-fields > label,
  .signup-fields > label:has(textarea) {
    grid-column: 1;
  }

  .signup-fields .consent-label {
    white-space: normal;
  }

  .signup-fields .consent-label > span {
    flex: 1 1 auto;
    width: auto;
    white-space: normal;
  }
}

@media (max-width: 760px) and (hover: hover) and (pointer: fine) {
  .brand-note:hover .brand-note-popover {
    transform: translate(-50%, 0);
  }
}

@media (hover: none), (pointer: coarse) {
  .brand-note-trigger {
    width: 44px;
    height: 44px;
  }

  .brand-note-popover {
    right: auto;
    left: 50%;
    width: min(340px, calc(100vw - 32px));
    max-height: min(58svh, 380px);
    padding: 14px 42px 14px 14px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translate(-50%, -5px);
  }

  .brand-note.is-open .brand-note-popover {
    transform: translate(-50%, 0);
  }

  .brand-note-close {
    display: grid;
  }
}

@media (max-width: 520px) {
  :root {
    --o-size: clamp(72px, 21vw, 96px);
    --x-size: clamp(34px, 9.6vw, 46px);
    --bridge-width: clamp(128px, 39vw, 176px);
    --bridge-final-width: var(--bridge-width);
    --x-final-width: var(--x-size);
    --wordmark-nudge: 0px;
    --x-left: calc((var(--o-size) - var(--x-size)) / 2);
  }

  .stage {
    background:
      linear-gradient(rgba(0, 8, 18, .3), rgba(0, 8, 18, .3)),
      url("/assets/bridge-960.jpg") center / cover no-repeat,
      var(--oxford-deep);
  }

  .manifesto-box {
    padding: 14px 13px 15px;
  }

  .mission-statement {
    font-size: clamp(1.45rem, 8vw, 2.05rem);
  }

  .tagline {
    width: 100%;
    font-size: clamp(.68rem, 2.9vw, .8rem);
    line-height: 1.3;
    text-align: left;
  }

  .eyebrow {
    font-size: .7rem;
  }
}

@media (max-height: 650px) and (min-width: 761px) {
  :root {
    --o-size: clamp(96px, 21vh, 150px);
    --x-size: clamp(58px, 12vh, 88px);
    --bridge-width: clamp(188px, 47vh, 286px);
  }

  .eyebrow {
    font-size: .76rem;
  }

  .tagline {
    font-size: .95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-delay: 0ms !important;
    scroll-behavior: auto !important;
  }

}
