:root {
  --navy-950: #081c2d;
  --navy-900: #10283d;
  --navy-800: #173a55;
  --yellow: #f5c84c;
  --yellow-soft: #fbe8a8;
  --cream: #fbf7ec;
  --paper: #fffdf7;
  --white: #ffffff;
  --ink: #142433;
  --muted: #52616d;
  --line: #d8d6cc;
  --green: #2f684f;
  --red: #923a31;
  --shadow: 0 18px 45px rgba(8, 28, 45, 0.10);
  --radius: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 6%, rgba(245, 200, 76, 0.12), transparent 25rem),
    var(--cream);
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

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

a {
  color: var(--navy-800);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

a:hover,
a:focus-visible {
  color: #8a6512;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 4px solid rgba(245, 200, 76, 0.8);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 1000;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 0 0 8px 8px;
}

.skip-link:focus {
  top: 0;
}

.container {
  width: min(calc(100% - 2.5rem), var(--max));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 2.5rem), 820px);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 10;
  color: var(--white);
  background: var(--navy-950);
  border-bottom: 5px solid var(--yellow);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--white);
  text-decoration: none;
  line-height: 1;
}

.brand:hover,
.brand:focus-visible {
  color: var(--white);
}

.brand-mark {
  position: relative;
  display: block;
  width: 58px;
  height: 52px;
  flex: 0 0 58px;
  overflow: hidden;
  background: var(--white);
  border: 2px solid var(--yellow);
  border-radius: 14px;
}

.brand-mark img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 126px;
  max-width: none;
  transform: translateX(-50%);
}

.brand-mark::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  content: "";
  background: var(--white);
}

.brand-copy {
  display: grid;
  gap: 0.25rem;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-byline {
  color: var(--yellow-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
  list-style: none;
}

.site-nav a {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--yellow);
}

.nav-request {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0.55rem 1rem;
  color: var(--navy-950) !important;
  background: var(--yellow);
  border-radius: 999px;
}

.nav-request:hover,
.nav-request:focus-visible {
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(8, 28, 45, 0.99) 20%, rgba(16, 40, 61, 0.92)),
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,0.03) 10px, rgba(255,255,255,0.03) 12px);
}

.hero::after {
  position: absolute;
  right: -100px;
  bottom: -150px;
  width: 430px;
  height: 430px;
  content: "";
  border: 2px solid rgba(245, 200, 76, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(245, 200, 76, 0.05), 0 0 0 74px rgba(245, 200, 76, 0.03);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: center;
  min-height: 590px;
  padding-block: 5.5rem;
  gap: 4rem;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  color: #805b00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark-section .eyebrow,
.page-hero .eyebrow {
  color: var(--yellow);
}

h1,
h2,
h3 {
  color: var(--navy-950);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
  text-wrap: balance;
}

h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  letter-spacing: -0.045em;
}

h2 {
  margin: 0 0 1.2rem;
  font-size: clamp(2.1rem, 5vw, 3.45rem);
  letter-spacing: -0.035em;
}

h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
}

.hero h1,
.page-hero h1,
.dark-section h2,
.dark-section h3 {
  color: var(--white);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 0 2rem;
  color: #e8eef2;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.4rem;
  color: var(--navy-950);
  background: var(--yellow);
  border: 3px solid var(--yellow);
  border-radius: 10px;
  box-shadow: 0 5px 0 #ad8216;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.button:hover,
.button:focus-visible {
  color: var(--navy-950);
  background: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 7px 0 #ad8216;
}

.button-secondary {
  color: var(--navy-950);
  background: var(--white);
  border-color: var(--navy-950);
  box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--white);
  background: var(--navy-950);
  box-shadow: none;
}

.hero-card {
  position: relative;
  padding: 2.1rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
  transform: rotate(1.5deg);
}

.hero-card::before {
  position: absolute;
  top: -17px;
  left: 50%;
  width: 110px;
  height: 32px;
  content: "";
  background: rgba(245, 200, 76, 0.9);
  transform: translateX(-50%) rotate(-2deg);
}

.hero-card .stamp {
  display: grid;
  width: 96px;
  height: 96px;
  margin: 0 auto 1.3rem;
  place-items: center;
  color: var(--navy-950);
  border: 5px double var(--navy-950);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5deg);
}

.hero-card h2 {
  font-size: 1.55rem;
  text-align: center;
}

.hero-card p {
  margin-bottom: 0;
  color: var(--muted);
  text-align: center;
}

.trust-strip {
  background: var(--yellow);
  border-bottom: 1px solid #d7a922;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 1.15rem 0;
  list-style: none;
}

.trust-list li {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 1rem;
  gap: 0.65rem;
  color: var(--navy-950);
  border-right: 1px solid rgba(8, 28, 45, 0.25);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.trust-list li:last-child {
  border-right: 0;
}

.check-icon {
  display: inline-grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 50%;
  font-size: 0.8rem;
}

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

.section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2.3rem;
  gap: 2rem;
}

.section-intro > div {
  max-width: 760px;
}

.section-intro p:last-child,
.lead {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

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

.category-card {
  position: relative;
  display: flex;
  min-height: 265px;
  flex-direction: column;
  padding: 1.7rem;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--navy-950);
  border-radius: var(--radius);
  box-shadow: 7px 7px 0 var(--navy-950);
  text-decoration: none;
}

.category-card:hover,
.category-card:focus-visible {
  color: var(--ink);
  background: #fff9e8;
  transform: translateY(-3px);
}

.category-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 1.25rem;
  place-items: center;
  color: var(--navy-950);
  background: var(--yellow);
  border-radius: 14px;
  font-size: 1.5rem;
  font-weight: 900;
}

.category-card h3 {
  font-size: 1.65rem;
}

.category-card p {
  margin: 0;
  color: var(--muted);
}

.capacity {
  margin-top: auto;
  padding-top: 1.35rem;
}

.capacity-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.55rem;
  color: var(--navy-950);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.capacity-dots {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}

.capacity-dots span {
  height: 10px;
  background: #e4e1d5;
  border: 1px solid #c7c4b9;
  border-radius: 999px;
}

.capacity-dots .filled {
  background: var(--yellow);
  border-color: #ad8216;
}

.ask-card {
  justify-content: center;
  color: var(--white);
  background: var(--navy-950);
  border-color: var(--navy-950);
  box-shadow: 7px 7px 0 var(--yellow);
}

.ask-card:hover,
.ask-card:focus-visible {
  color: var(--white);
  background: var(--navy-800);
}

.ask-card h3,
.ask-card p {
  color: var(--white);
}

.ask-card .category-icon {
  border-radius: 50%;
}

.bri-note {
  position: relative;
  padding: clamp(2rem, 6vw, 4.5rem);
  background: var(--white);
  border: 2px solid #d8cfba;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.bri-note::before {
  content: none;
}

.founder-id {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.founder-id h2 {
  margin: 0 0 0.25rem;
  font-size: clamp(1.7rem, 4vw, 2.25rem);
}

.founder-id p {
  margin: 0;
  color: #56627e;
  font-size: 1.2rem;
}

.founder-monogram {
  display: grid;
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  place-items: center;
  color: var(--navy-950);
  background: var(--yellow);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 900;
}

.founder-quote {
  max-width: 970px;
  margin: clamp(2rem, 5vw, 3.5rem) 0 0;
  color: #3d4d70;
  font-size: clamp(1.35rem, 3.3vw, 2rem);
  line-height: 1.75;
}

.founder-quote p {
  margin: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.step {
  position: relative;
  padding-top: 5.4rem;
}

.step-number {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--navy-950);
  background: var(--yellow);
  border: 3px solid var(--navy-950);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--navy-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 800;
}

.step p {
  color: var(--muted);
}

.dark-section {
  color: #edf3f6;
  background: var(--navy-950);
}

.contractor-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  gap: 2rem;
}

.contractor-callout h2 {
  margin-bottom: 0.4rem;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
}

.contractor-callout p {
  margin: 0;
  color: #becbd3;
}

.quiet-link {
  flex: 0 0 auto;
  color: var(--yellow);
  font-weight: 800;
}

.quiet-link:hover,
.quiet-link:focus-visible {
  color: var(--white);
}

.page-hero {
  color: var(--white);
  background:
    linear-gradient(100deg, var(--navy-950), var(--navy-800)),
    var(--navy-950);
}

.page-hero-inner {
  max-width: 900px;
  padding-block: clamp(4rem, 9vw, 7rem);
}

.page-hero h1 {
  font-size: clamp(2.6rem, 7vw, 4.8rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #dbe5eb;
  font-size: 1.2rem;
}

.paid-earned {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 0.8rem;
  color: var(--navy-950);
  background: var(--yellow);
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.roster-jump {
  position: sticky;
  top: 0;
  z-index: 8;
  padding: 0.9rem 0;
  background: rgba(251, 247, 236, 0.97);
  border-bottom: 1px solid var(--line);
}

.roster-jump ul {
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  gap: 0.8rem;
  list-style: none;
  white-space: nowrap;
}

.roster-jump a {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  color: var(--navy-950);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.roster-jump a:hover,
.roster-jump a:focus-visible {
  background: var(--yellow);
  border-color: var(--yellow);
}

.roster-section {
  padding-block: 4rem;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 75px;
}

.roster-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.roster-heading h2 {
  margin: 0;
}

.slot-badge {
  display: inline-block;
  padding: 0.45rem 0.8rem;
  color: var(--navy-950);
  background: var(--yellow-soft);
  border: 1px solid #d2a62c;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 900;
}

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

.contractor-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 190px;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(8, 28, 45, 0.06);
  text-decoration: none;
}

.contractor-card:hover,
.contractor-card:focus-visible {
  color: var(--ink);
  border-color: var(--navy-950);
  box-shadow: 0 10px 0 var(--yellow);
}

.contractor-card-image {
  display: grid;
  place-items: center;
  color: var(--navy-950);
  background: var(--yellow-soft);
  border-right: 1px solid var(--line);
}

.contractor-card-image svg {
  width: 80%;
}

.contractor-card-copy {
  padding: 1.25rem;
}

.example-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  padding: 0.18rem 0.42rem;
  color: var(--white);
  background: var(--red);
  border-radius: 3px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contractor-card h3 {
  margin-bottom: 0.35rem;
}

.contractor-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.card-arrow {
  display: block;
  margin-top: 0.65rem;
  color: var(--navy-950);
  font-weight: 900;
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 5rem);
}

.profile-photo {
  position: sticky;
  top: 2rem;
}

.person-photo-placeholder {
  display: grid;
  aspect-ratio: 4 / 5;
  place-items: end center;
  overflow: hidden;
  color: var(--navy-950);
  background: var(--yellow-soft);
  border: 5px solid var(--navy-950);
  border-radius: 18px;
  box-shadow: 10px 10px 0 var(--yellow);
}

.person-photo-placeholder svg {
  width: 88%;
}

.photo-note {
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  font-style: italic;
  text-align: center;
}

.profile-meta {
  margin: 0 0 1.8rem;
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.profile-copy h1 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
}

.profile-copy > .lead {
  margin-bottom: 2.5rem;
}

.profile-block {
  padding-block: 2rem;
  border-top: 1px solid var(--line);
}

.profile-block h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}

.verification-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
}

.verification-table th,
.verification-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.verification-table th {
  width: 39%;
  color: var(--navy-950);
  font-size: 1rem;
}

.verification-table tr:last-child th,
.verification-table tr:last-child td {
  border-bottom: 0;
}

.verified-word {
  color: var(--green);
  font-weight: 900;
}

.endorsement-list {
  display: grid;
  gap: 1rem;
}

.endorsement {
  margin: 0;
  padding: 1.35rem;
  background: var(--white);
  border-left: 6px solid var(--yellow);
  border-radius: 0 10px 10px 0;
}

.endorsement p {
  margin-top: 0;
}

.endorsement footer {
  color: var(--navy-950);
  font-size: 1rem;
  font-weight: 900;
}

.request-panel {
  padding: 2rem;
  color: var(--white);
  background: var(--navy-950);
  border-radius: var(--radius);
}

.request-panel h2 {
  color: var(--white);
}

.request-panel p {
  color: #d4e0e7;
}

.request-panel .button {
  width: 100%;
}

.form-shell {
  padding: clamp(1.5rem, 5vw, 3.5rem);
  background: var(--white);
  border: 2px solid var(--navy-950);
  border-radius: 20px;
  box-shadow: 10px 10px 0 var(--yellow);
}

.form-intro {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.response-promise {
  display: flex;
  align-items: flex-start;
  margin: 1.3rem 0 0;
  padding: 1rem;
  gap: 0.8rem;
  color: var(--navy-950);
  background: var(--yellow-soft);
  border-radius: 10px;
  font-weight: 800;
}

.field {
  margin-bottom: 1.7rem;
}

.field label,
.field legend {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--navy-950);
  font-weight: 900;
}

.field .hint {
  display: block;
  margin: -0.25rem 0 0.55rem;
  color: var(--muted);
  font-size: 1rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  min-height: 58px;
  padding: 0.75rem 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid #7c8790;
  border-radius: 8px;
}

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

input:focus,
select:focus,
textarea:focus {
  border-color: var(--navy-950);
  outline: 4px solid rgba(245, 200, 76, 0.55);
}

fieldset.field {
  margin-inline: 0;
  padding: 0;
  border: 0;
}

.radio-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.radio-option {
  position: relative;
}

.radio-option input {
  position: absolute;
  top: 1.15rem;
  left: 1rem;
  width: 22px;
  height: 22px;
}

.radio-option label {
  display: flex;
  min-height: 68px;
  align-items: center;
  margin: 0;
  padding: 0.8rem 0.8rem 0.8rem 2.9rem;
  background: var(--paper);
  border: 2px solid #7c8790;
  border-radius: 8px;
  cursor: pointer;
}

.radio-option input:checked + label {
  background: var(--yellow-soft);
  border-color: var(--navy-950);
}

.radio-option input:focus-visible + label {
  outline: 4px solid rgba(245, 200, 76, 0.65);
  outline-offset: 2px;
}

.privacy-note {
  color: var(--muted);
  font-size: 1rem;
}

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

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

.criterion {
  position: relative;
  padding: 1.7rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.criterion-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  place-items: center;
  color: var(--navy-950);
  background: var(--yellow);
  border-radius: 50%;
  font-weight: 900;
}

.criterion p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

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

.no-exceptions {
  display: inline-block;
  margin-top: 0.55rem;
  padding: 0.2rem 0.5rem;
  color: var(--white);
  background: var(--red);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.removal-policy {
  position: relative;
  padding: clamp(2rem, 6vw, 4rem);
  color: var(--white);
  background: var(--navy-950);
  border: 6px solid var(--yellow);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.removal-policy h2 {
  color: var(--white);
}

.removal-policy .lead {
  color: #d8e3e9;
}

.removal-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 2rem 0;
  padding: 0;
  gap: 0.8rem 1.5rem;
  list-style: none;
}

.removal-list li {
  position: relative;
  padding: 0.7rem 0.7rem 0.7rem 2.5rem;
  background: rgba(255,255,255,0.07);
  border-radius: 8px;
  font-weight: 800;
}

.removal-list li::before {
  position: absolute;
  top: 0.6rem;
  left: 0.7rem;
  color: var(--yellow);
  content: "×";
  font-size: 1.5rem;
  font-weight: 900;
}

.fee-line {
  margin: 0;
  padding-top: 1.5rem;
  color: var(--yellow);
  border-top: 1px solid rgba(255,255,255,0.25);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.standard-summary {
  padding: clamp(1.5rem, 5vw, 2.5rem);
  background: var(--yellow-soft);
  border: 2px solid var(--navy-950);
  border-radius: 16px;
}

.standard-summary h2 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
}

.standard-summary ul {
  margin: 1.25rem 0 0;
  padding-left: 1.4rem;
}

.standard-summary li {
  margin-bottom: 0.7rem;
}

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

.benefit {
  padding: 1.5rem;
  background: var(--white);
  border-top: 6px solid var(--yellow);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 24px rgba(8, 28, 45, 0.07);
}

.benefit p {
  margin-bottom: 0;
  color: var(--muted);
}

.pricing-note {
  margin: 2rem 0 0;
  padding: 1.2rem;
  color: var(--navy-950);
  background: var(--yellow-soft);
  border-left: 6px solid var(--yellow);
  font-weight: 800;
}

.confirmation-wrap {
  display: grid;
  min-height: calc(100vh - 170px);
  place-items: center;
  padding-block: clamp(4rem, 10vw, 8rem);
  background:
    radial-gradient(circle at 50% 20%, rgba(245, 200, 76, 0.22), transparent 22rem),
    var(--cream);
}

.confirmation-card {
  padding: clamp(2rem, 7vw, 4.5rem);
  background: var(--white);
  border: 2px solid var(--navy-950);
  border-radius: 22px;
  box-shadow: 10px 10px 0 var(--yellow);
  text-align: center;
}

.confirmation-card h1 {
  font-size: clamp(2.5rem, 7vw, 4.5rem);
}

.confirmation-card .lead {
  margin: 0 auto 2rem;
}

.confirmation-check {
  display: grid;
  width: 82px;
  height: 82px;
  margin: 0 auto 1.5rem;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 900;
}

.draft-notice {
  margin-bottom: 2rem;
  padding: 1.2rem;
  color: var(--navy-950);
  background: var(--yellow-soft);
  border: 2px solid #b78a16;
  border-radius: 10px;
}

.privacy-section {
  padding-block: 2rem;
  border-top: 1px solid var(--line);
}

.privacy-section h2 {
  font-size: clamp(1.7rem, 4vw, 2.25rem);
}

.privacy-section li {
  margin-bottom: 0.6rem;
}

.apply-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.2rem;
}

.full-width {
  grid-column: 1 / -1;
}

.site-footer {
  color: #d2dce2;
  background: #061521;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  padding-block: 3.5rem;
  gap: 3rem;
}

.site-footer .brand {
  margin-bottom: 1rem;
}

.footer-note {
  max-width: 560px;
  margin: 0;
  color: #9fb0bb;
  font-size: 1rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  margin: 0;
  padding: 0;
  gap: 0.8rem 1.5rem;
  list-style: none;
}

.footer-links a {
  color: var(--white);
  font-weight: 700;
}

.footer-bottom {
  padding: 1.2rem 0;
  color: #879ba8;
  border-top: 1px solid #263947;
  font-size: 1rem;
}

.footer-bottom p {
  margin: 0;
}

.announcement-bar {
  padding: 0.65rem 0;
  color: var(--navy-950);
  background: var(--yellow);
  border-bottom: 1px solid #c99a1c;
  font-weight: 800;
  text-align: center;
}

.announcement-bar a {
  color: var(--navy-950);
  white-space: nowrap;
}

.launch-hero .hero-inner {
  min-height: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.6rem;
  gap: 1rem;
}

.button-outline-light {
  color: var(--white);
  background: transparent;
  border-color: var(--yellow);
  box-shadow: none;
}

.button-outline-light:hover,
.button-outline-light:focus-visible {
  color: var(--navy-950);
  background: var(--white);
  box-shadow: none;
}

.hero-copy .hero-disclosure {
  max-width: 710px;
  margin: 0;
  color: var(--yellow-soft);
  font-size: 1rem;
  font-weight: 700;
}

.launch-card {
  transform: rotate(0.8deg);
}

.status-list {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.status-list li {
  display: flex;
  align-items: flex-start;
  padding: 0.65rem 0;
  gap: 0.7rem;
  color: var(--navy-950);
  border-top: 1px solid var(--line);
  font-weight: 800;
}

.status-list span {
  color: var(--green);
  font-weight: 900;
}

.launch-category {
  min-height: 330px;
}

.opening-badge {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding: 0.45rem 0.7rem;
  color: var(--navy-950);
  background: var(--yellow-soft);
  border: 1px solid #c99a1c;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 900;
}

.category-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.15rem;
  gap: 1rem;
}

.category-actions a {
  font-weight: 900;
}

.ask-card .category-actions a {
  color: var(--yellow);
}

.founding-section .section-intro p:last-child {
  color: #d1dde3;
}

.founding-intro {
  align-items: center;
}

.founding-intro .button {
  flex: 0 0 auto;
}

.founding-benefits .benefit {
  color: var(--ink);
}

.launch-form-note {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  color: var(--navy-950);
  background: var(--cream);
  border-left: 5px solid var(--navy-950);
}

@media (max-width: 940px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 1rem;
    gap: 1rem;
  }

  .site-nav {
    width: 100%;
  }

  .site-nav ul {
    justify-content: space-between;
    overflow-x: auto;
    gap: 1rem;
  }

  .site-nav a {
    white-space: nowrap;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero-card {
    max-width: 500px;
  }

  .trust-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-list li:nth-child(2) {
    border-right: 0;
  }

  .trust-list li:nth-child(-n+2) {
    border-bottom: 1px solid rgba(8, 28, 45, 0.25);
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-layout {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 2.5rem;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 18px;
  }

  .container,
  .narrow {
    width: min(calc(100% - 1.5rem), var(--max));
  }

  .brand-byline {
    display: none;
  }

  .site-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: visible;
  }

  .site-nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
  }

  .nav-request {
    justify-content: center;
  }

  .hero-inner {
    min-height: auto;
    padding-block: 4rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .launch-category {
    min-height: 290px;
  }

  .hero-card {
    padding: 1.6rem;
    transform: none;
  }

  .section-intro,
  .contractor-callout,
  .roster-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-grid,
  .steps,
  .contractor-grid,
  .criteria-grid,
  .benefit-grid,
  .footer-inner,
  .profile-layout,
  .apply-form-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 240px;
  }

  .founder-id {
    align-items: flex-start;
    gap: 1rem;
  }

  .founder-monogram {
    width: 76px;
    height: 76px;
    flex-basis: 76px;
    font-size: 1.8rem;
  }

  .founder-id p {
    font-size: 1rem;
  }

  .founder-quote {
    line-height: 1.55;
  }

  .profile-photo {
    position: static;
    max-width: 420px;
  }

  .person-photo-placeholder {
    aspect-ratio: 5 / 4;
  }

  .verification-table,
  .verification-table tbody,
  .verification-table tr,
  .verification-table th,
  .verification-table td {
    display: block;
    width: 100%;
  }

  .verification-table tr {
    padding: 1rem;
    border-bottom: 1px solid var(--line);
  }

  .verification-table th,
  .verification-table td {
    padding: 0;
    border: 0;
  }

  .verification-table td {
    margin-top: 0.25rem;
  }

  .radio-group,
  .removal-list {
    grid-template-columns: 1fr;
  }

  .full-width,
  .criterion-wide {
    grid-column: auto;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 470px) {
  .trust-list {
    grid-template-columns: 1fr;
  }

  .trust-list li,
  .trust-list li:nth-child(2) {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 28, 45, 0.25);
    text-align: left;
  }

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

  .contractor-card {
    grid-template-columns: 88px 1fr;
  }

  .contractor-card-copy {
    padding: 1rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
