:root {
  --ink: #18161d;
  --muted: #6f6b78;
  --line: #3a3742;
  --paper: #09090b;
  --white: #ffffff;
  --navy: #1c1b20;
  --navy-deep: #0b0b0f;
  --gold: #8a1538;
  --gold-soft: #d8d9dd;
  --accent-glow: 0 0 18px rgba(138, 21, 56, 0.38), 0 0 48px rgba(216, 217, 221, 0.12);
  --brown: #6e6575;
  --brown-deep: #151219;
  --ivory: #f3f2f6;
  --charcoal: #111116;
  --shadow: 0 24px 80px rgba(10, 4, 18, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  color: var(--ivory);
  background:
    radial-gradient(circle at 86% 6%, rgba(138, 21, 56, 0.22), transparent 28rem),
    radial-gradient(circle at 12% 8%, rgba(216, 217, 221, 0.1), transparent 24rem),
    radial-gradient(circle at 10% 38%, rgba(34, 33, 38, 0.58), transparent 34rem),
    radial-gradient(circle at 92% 36%, rgba(138, 21, 56, 0.08), transparent 26rem),
    linear-gradient(180deg, #040405 0%, #0a0a0d 42%, #151419 72%, #070708 100%);
  background-attachment: fixed;
}

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

.site-header {
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 70px;
  width: 100%;
  padding: 12px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: rgba(13, 13, 17, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d8d9dd;
  font-weight: 800;
  letter-spacing: 0;
}

.header-kicker {
  display: inline-flex;
  align-items: center;
  margin-left: clamp(14px, 2vw, 28px);
  min-height: 36px;
  padding: 0 14px;
  color: rgba(243, 242, 246, 0.88);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.brand-mark {
  display: block;
  width: 70px;
  height: 42px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
  mix-blend-mode: normal;
  transform: none;
}

.nav {
  display: flex;
  margin-left: auto;
  gap: clamp(16px, 3vw, 34px);
  color: rgba(248, 243, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover {
  color: var(--gold);
  text-shadow: 0 0 14px rgba(138, 21, 56, 0.5);
}

.nav-cta {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 22px;
  color: #17151b;
  background:
    linear-gradient(135deg, #ffffff 0%, #d8d9dd 48%, #aeb1bb 100%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  box-shadow:
    0 0 0 5px rgba(216, 217, 221, 0.08),
    0 15px 38px rgba(216, 217, 221, 0.18),
    0 7px 24px rgba(138, 21, 56, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
  overflow: hidden;
  font-weight: 900;
}

.nav-cta::before {
  position: absolute;
  inset: 4px 16%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(138, 21, 56, 0.2), transparent);
  border-radius: inherit;
  opacity: 0.72;
  pointer-events: none;
}

.nav-cta::after {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, #a51d45, var(--gold));
  border-radius: 50%;
  content: "\2192";
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 18px rgba(138, 21, 56, 0.32);
}

.nav-cta:hover {
  color: #17151b;
  background:
    linear-gradient(135deg, #ffffff 0%, #eeeeef 48%, #c5c7cf 100%);
  transform: translate(-50%, calc(-50% - 1px));
}

.section,
.section-band {
  padding-inline: clamp(18px, 5vw, 72px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
  min-height: 92vh;
  padding-top: 92px;
  padding-bottom: 54px;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 18%, rgba(138, 21, 56, 0.18), transparent 30%),
    radial-gradient(circle at 20% 16%, rgba(216, 217, 221, 0.1), transparent 30%),
    radial-gradient(circle at 24% 88%, rgba(42, 40, 48, 0.42), transparent 34%),
    radial-gradient(circle at 88% 88%, rgba(138, 21, 56, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(4, 4, 6, 0.99), rgba(18, 17, 22, 0.98) 58%, rgba(58, 15, 31, 0.88)),
    url("data:image/svg+xml,%3Csvg width='1200' height='800' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='p' width='60' height='60' patternUnits='userSpaceOnUse'%3E%3Cpath d='M60 0H0v60' fill='none' stroke='%23ffffff' stroke-opacity='.05'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='1200' height='800' fill='%230b0b0f'/%3E%3Crect width='1200' height='800' fill='url(%23p)'/%3E%3Cpath d='M766 93c150 34 246 152 257 290 12 141-66 267-191 329-127 63-289 45-384-62-91-102-98-257-27-377C492 153 617 59 766 93Z' fill='%238a1538' fill-opacity='.14'/%3E%3C/svg%3E");
  background-size: cover;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.hero-pill span {
  color: var(--gold);
  text-shadow: 0 0 16px rgba(138, 21, 56, 0.58);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  text-shadow: 0 0 16px rgba(138, 21, 56, 0.5);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6.5vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-note {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.6;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--gold);
  box-shadow: var(--accent-glow);
}

.button.primary:hover {
  background: var(--gold-soft);
  color: var(--ink);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 520px;
  z-index: 1;
}

.logo-card {
  position: absolute;
  top: 58%;
  left: 50%;
  width: min(108vw, 1020px);
  aspect-ratio: 1;
  overflow: hidden;
  opacity: 0.18;
  filter: sepia(0.12) saturate(0.9) contrast(1.04);
  mix-blend-mode: soft-light;
  -webkit-mask-image: radial-gradient(circle, #000 42%, rgba(0, 0, 0, 0.7) 56%, transparent 74%);
  mask-image: radial-gradient(circle, #000 42%, rgba(0, 0, 0, 0.7) 56%, transparent 74%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.logo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
}

.career-launchpad {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  width: min(100%, 600px);
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(14, 14, 18, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.career-launchpad::before {
  position: absolute;
  inset: 12px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(245, 239, 230, 0.12);
  border-radius: 8px;
}

.panel-label {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.launchpad-hero {
  padding: 28px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(206, 187, 155, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(138, 21, 56, 0.52), rgba(12, 13, 16, 0.94) 58%);
}

.launchpad-hero h2 {
  max-width: 500px;
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 0.98;
}

.launchpad-hero p:not(.panel-label) {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.55;
}

.launchpad-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.launchpad-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #0d0e12;
  background: var(--gold-soft);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: var(--accent-glow);
}

.launchpad-actions span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 800;
}

.launchpad-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.launchpad-path div,
.launchpad-proof div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.launchpad-path span,
.launchpad-proof span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.launchpad-path strong,
.launchpad-proof strong {
  display: block;
  color: var(--white);
  font-size: 16px;
  line-height: 1.2;
}

.launchpad-path p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.launchpad-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.launchpad-proof div {
  background:
    linear-gradient(135deg, rgba(245, 239, 230, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(138, 21, 56, 0.14);
}

.launchpad-proof strong {
  font-size: 18px;
  line-height: 1.25;
}

.section {
  padding-top: clamp(78px, 9vw, 126px);
  padding-bottom: clamp(78px, 9vw, 126px);
}

.section-intro {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-intro p,
.fit-copy p,
.proof-section p,
.contact-copy p,
.feature-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.section-intro p {
  color: rgba(248, 243, 255, 0.72);
}

.opportunity-media {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(320px, 1.22fr);
  gap: 18px;
  margin: 0 0 28px;
}

.photo-panel {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  background: #0f0f13;
  border: 1px solid rgba(216, 217, 221, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(5, 5, 7, 0.34);
}

.photo-panel::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(4, 4, 6, 0.08), rgba(4, 4, 6, 0.82)),
    radial-gradient(circle at 18% 18%, rgba(216, 217, 221, 0.18), transparent 20rem),
    radial-gradient(circle at 82% 80%, rgba(138, 21, 56, 0.34), transparent 24rem);
  pointer-events: none;
}

.photo-panel img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08) brightness(0.78);
}

.photo-panel-tall img {
  object-position: 54% 42%;
}

.photo-panel figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  padding-top: 16px;
  border-top: 1px solid rgba(216, 217, 221, 0.28);
}

.photo-panel figcaption span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.photo-panel figcaption strong {
  display: block;
  max-width: 520px;
  color: var(--white);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.15;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  padding: 30px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 58px rgba(10, 4, 18, 0.18);
  animation: feature-slide-in 680ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.feature-card:nth-child(2) {
  animation-delay: 90ms;
}

.feature-card:nth-child(3) {
  animation-delay: 180ms;
}

.feature-card:nth-child(4) {
  animation-delay: 270ms;
}

@keyframes feature-slide-in {
  from {
    transform: translateX(-18px);
  }

  to {
    transform: translateX(0);
  }
}

.feature-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.feature-icon svg {
  display: block;
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.feature-icon-income {
  color: #0b8f45;
}

.feature-icon-business {
  color: #52606f;
}

.feature-icon-mentor {
  color: #7c3f98;
}

.feature-icon-flex {
  color: #0e7c7b;
}

@media (prefers-reduced-motion: reduce) {
  .feature-card {
    animation: none;
  }
}

.fit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  color: var(--white);
  background: var(--charcoal);
}

.fit-list {
  display: grid;
  gap: 14px;
}

.fit-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-weight: 700;
}

.fit-list span {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: var(--accent-glow);
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
  background:
    radial-gradient(circle at 88% 10%, rgba(138, 101, 214, 0.12), transparent 26rem),
    radial-gradient(circle at 12% 10%, rgba(138, 21, 56, 0.1), transparent 26rem),
    rgba(246, 245, 249, 0.92);
  color: var(--ink);
}

.owner-section {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 62px);
  align-items: center;
  background:
    radial-gradient(circle at 18% 12%, rgba(216, 217, 221, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 78%, rgba(138, 21, 56, 0.2), transparent 30rem),
    linear-gradient(135deg, #070708, #16141b 58%, #2a1019);
  color: var(--white);
}

.owner-photo {
  position: relative;
  overflow: hidden;
  width: min(100%, 240px);
  aspect-ratio: 1;
  justify-self: center;
  background: #101014;
  border: 1px solid rgba(216, 217, 221, 0.22);
  border-radius: 28px;
  box-shadow:
    0 22px 62px rgba(4, 4, 6, 0.38),
    0 0 48px rgba(138, 21, 56, 0.16);
}

.owner-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 46%, rgba(4, 4, 6, 0.42)),
    radial-gradient(circle at 22% 12%, rgba(216, 217, 221, 0.16), transparent 17rem);
  pointer-events: none;
}

.owner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  filter: saturate(0.9) contrast(1.04) brightness(0.92);
}

.owner-copy {
  max-width: 980px;
}

.owner-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.owner-copy p:last-child {
  margin-bottom: 0;
}

.owner-handwritten-note {
  display: block;
  width: min(100%, 720px);
  max-width: none;
  margin-top: 30px;
  padding: 0;
  color: #d8d9dd;
  background: transparent;
  font-family: "Zeyada", "Segoe Script", cursive;
  font-size: clamp(29px, 3vw, 41px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.025em;
  text-shadow: 0.25px -0.15px 0 rgba(216, 217, 221, 0.18);
  transform: rotate(-1.4deg) skewX(-18deg);
  transform-origin: 46% 50%;
}

.owner-handwritten-note span {
  display: inline;
}

.owner-handwritten-note span:nth-child(1) {
  transform: none;
}

.owner-handwritten-note span:nth-child(2) {
  letter-spacing: -0.035em;
  transform: none;
}

.owner-handwritten-note span:nth-child(3) {
  font-weight: 400;
  transform: none;
}

.owner-handwritten-note span:nth-child(4) {
  letter-spacing: -0.025em;
  transform: none;
}

.owner-signature {
  display: block;
  width: min(82px, 24vw);
  height: auto;
  margin: 2px 228px 0 auto;
  transform: rotate(-2deg) skewX(-18deg);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.95fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  background:
    radial-gradient(circle at 88% 10%, rgba(138, 101, 214, 0.2), transparent 30rem),
    radial-gradient(circle at 12% 10%, rgba(138, 21, 56, 0.14), transparent 30rem),
    radial-gradient(circle at 10% 90%, rgba(82, 74, 102, 0.24), transparent 28rem),
    radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.05), transparent 28rem),
    linear-gradient(135deg, var(--navy), var(--brown-deep));
  color: var(--white);
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.email-note a {
  color: var(--gold);
  font-weight: 800;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 26px;
  background: var(--white);
  border-radius: 8px;
  color: var(--ink);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: #38414a;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fffdf9;
  border: 1px solid #d8c6ae;
  border-radius: 8px;
  font: inherit;
}

.honeypot {
  display: none;
}

.submission-frame {
  display: none;
}

textarea {
  resize: vertical;
}

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

.form-disclaimer {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.submit-confirmation {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 13px 15px;
  color: #f8f8fb;
  background:
    linear-gradient(135deg, rgba(138, 21, 56, 0.96), rgba(28, 27, 32, 0.94)),
    var(--gold);
  border: 1px solid rgba(216, 217, 221, 0.42);
  border-radius: 8px;
  box-shadow: var(--accent-glow);
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
}

.submit-confirmation[hidden] {
  display: none;
}

.submit-confirmation.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.submit-confirmation-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--gold);
  background: linear-gradient(135deg, #ffffff, var(--gold-soft));
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
  font-size: 18px;
  font-weight: 900;
}

.submit-confirmation-error {
  background:
    linear-gradient(135deg, rgba(60, 15, 24, 0.96), rgba(28, 27, 32, 0.94)),
    #3c0f18;
}

.submit-confirmation-error .submit-confirmation-icon {
  color: #3c0f18;
}

.submit-confirmation strong {
  display: block;
  color: var(--white);
  font-size: 14px;
}

.submit-confirmation span:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: #0b0d0f;
  font-size: 14px;
}

@media (max-width: 920px) {
  .hero,
  .fit-section,
  .proof-section,
  .owner-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    display: grid;
    gap: 14px;
    min-height: auto;
  }

  .career-launchpad {
    width: 100%;
    max-width: none;
  }

  .launchpad-path,
  .launchpad-proof {
    grid-template-columns: 1fr;
  }

  .launchpad-hero {
    padding: 24px;
  }

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

  .opportunity-media {
    grid-template-columns: 1fr;
  }

  .photo-panel {
    min-height: 330px;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: sticky;
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    gap: 14px;
    color: var(--white);
  }

  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
  }

  .nav-cta {
    position: static;
    min-height: 38px;
    padding: 0 12px;
    transform: none;
  }

  .nav-cta:hover {
    transform: none;
  }

  .header-kicker {
    display: none;
  }

  .hero {
    padding-top: 48px;
  }

  h1 {
    font-size: 43px;
  }

  .logo-card {
    top: 54%;
    width: 780px;
    opacity: 0.16;
  }

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

  .main-panel,
  .stat-panel,
  .quote-panel {
    margin-bottom: 14px;
  }

  .support-panels {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

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

  .photo-panel {
    min-height: 280px;
  }

  .site-footer {
    flex-direction: column;
  }
}
