:root {
  --ink: #141210;
  --brick: #a8332c;
  --brick-bright: #c23f35;
  --paper: #f3eee2;
  --bone: #fdfbf6;
  --muted: #d8d0c4;
  --display: "Anton", sans-serif;
  --body: "Inter", sans-serif;
  --text-body: clamp(1rem, 1.4vw, 1.125rem);
  --text-caption: 0.875rem;
  --text-h2: clamp(2.25rem, 4vw, 2.5rem);
  --text-h1: clamp(3.25rem, 6vw, 4.5rem);
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
.container {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: 20px;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
.svg-defs {
  position: absolute;
}
.eyebrow {
  margin: 0;
  font-size: var(--text-caption);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 18px 0;
  transition: 0.25s;
}
.site-header.scrolled {
  padding: 12px 0;
  background: rgb(20 18 16/0.94);
  box-shadow: 0 6px 24px rgb(0 0 0/0.3);
  backdrop-filter: blur(8px);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wordmark {
  display: flex;
  align-items: center;
  font-family: var(--display);
  font-size: 1.05rem;
  white-space: nowrap;
}
.brand-logo {
  display: block;
  width: 118px;
  height: auto;
}
.wordmark span,
.closing-section span {
  color: var(--brick-bright);
}
.home-header .nav-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.brand-ornament {
  display: block;
  width: 27px;
  height: 27px;
  color: rgb(253 251 246 / 0.5);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}
.brand-ornament-group {
  display: flex;
  align-items: center;
  gap: 5px;
}
.brand-ornament-group.brand-ornament-left {
  transform: scaleX(-1);
}
.tear {
  height: 54px;
  line-height: 0;
  margin: 0;
  position: relative;
  z-index: 5;
}
.tear svg {
  display: block;
  width: 100%;
  height: 100%;
}
.tear-to-dark {
  background: var(--brick);
}
.tear-paper-to-dark {
  background: var(--paper);
}
.desktop-nav > a:not(.btn),
.back-link {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 0;
  border-radius: 4px;
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: var(--brick-bright);
  color: var(--bone);
  box-shadow: 0 8px 20px rgb(0 0 0/0.18);
}
.btn-dark {
  background: var(--ink);
  color: var(--bone);
}
.btn-secondary {
  border: 2px solid var(--bone);
  background: transparent;
  color: var(--bone);
  box-shadow: none;
}
.btn-secondary:hover {
  background: var(--bone);
  color: var(--ink);
}
.team-copy .btn-secondary {
  min-height: 54px;
  padding-inline: 30px;
  font-size: 1.1rem;
}
.team-copy .btn-dark {
  min-height: 54px;
  padding-inline: 30px;
  font-size: 1.1rem;
}
.hero {
  display: grid;
  align-items: center;
  padding: clamp(150px, 13vw, 180px) 0 clamp(80px, 10vw, 130px);
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero h1 {
  max-width: 880px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.7rem, 5.35vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 0.98;
  text-transform: none;
}
.hero-line {
  display: block;
  white-space: nowrap;
}
.lede {
  max-width: 690px;
  margin: 0;
  color: #e7e0d1;
  font-size: var(--text-body);
  line-height: 1.6;
}
.lede p {
  margin: 0;
}
.lede p + p {
  margin-top: 18px;
}
.hero-note {
  margin-top: 14px !important;
}
.team-section {
  padding: clamp(72px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 18% 15%, rgb(253 251 246 / 0.055), transparent 30%),
    linear-gradient(180deg, #aa332c 0%, var(--brick) 100%);
}
.team-grid,
.team-stack {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}
.team-grid {
  grid-template-columns: 1.1fr 0.9fr;
}
.team-section h2 {
  max-width: 680px;
  margin: 0;
  font-family: var(--display);
  font-size: var(--text-h2);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}
.team-stack {
  align-items: start;
}
.team-cards p {
  color: #f1e9dc;
}
.team-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
}
.team-cards article {
  position: relative;
  min-height: 100%;
  border-top: 1px solid rgb(253 251 246 / 0.33);
  background:
    linear-gradient(180deg, rgb(253 251 246 / 0.06), transparent 70%);
  padding: clamp(22px, 3vw, 30px) clamp(4px, 1.5vw, 18px) 0;
}
.team-cards article::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 46px;
  height: 1px;
  background: var(--bone);
  content: "";
}
.team-cards h2,
.team-cards h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 0.98;
}
.team-cards h2 {
  max-width: 320px;
}
.team-cards p {
  margin: 0;
  font-size: clamp(0.96rem, 1.18vw, 1.03rem);
  line-height: 1.58;
}
.team-cards p + p {
  margin-top: 14px;
}
.team-highlight {
  color: var(--bone) !important;
  font-weight: 700;
}
.team-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: -10px;
  text-align: center;
}
.team-cta p {
  margin: 0;
  color: var(--bone);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.team-copy {
  font-size: var(--text-body);
  line-height: 1.6;
}
.team-copy > p {
  margin-top: 0;
}
.benefits {
  display: grid;
  gap: 12px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}
.hero-benefits {
  gap: 8px;
  margin: 16px 0 0;
}
.benefits li::before {
  content: "✓";
  margin-right: 10px;
  font-weight: 800;
}
.benefits li {
  font-size: var(--text-body);
  font-weight: 500;
}
.closing-section {
  display: grid;
  min-height: 70svh;
  align-items: center;
  padding: 90px 0;
  background: #050505;
}
.closing-copy p {
  margin: 0;
  text-transform: none;
}
.closing-brand {
  font: var(--text-h1)/0.92 var(--display);
  letter-spacing: -0.025em;
}
.closing-line {
  margin-top: 12px !important;
  font: 400 clamp(1.55rem, 3vw, 2.125rem)/1.2 var(--body);
  letter-spacing: -0.025em;
}
.closing-soon {
  margin-top: 30px !important;
  color: var(--brick-bright);
  font: var(--text-h1)/0.9 var(--display);
  letter-spacing: -0.025em;
}
.application-section {
  display: grid;
  min-height: 100svh;
  padding: 140px 0 90px;
  background: var(--paper);
  color: var(--ink);
}
.coming-soon-main {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  padding: 130px 0 70px;
  background:
    radial-gradient(circle at 82% 35%, rgb(194 63 53 / 0.2), transparent 32%),
    var(--ink);
}
.coming-soon-main::after {
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: min(48vw, 620px);
  aspect-ratio: 1;
  border: 2px solid rgb(253 251 246 / 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgb(253 251 246 / 0.025), 0 0 0 110px rgb(253 251 246 / 0.018);
  content: "";
}
.coming-soon-content {
  position: relative;
  z-index: 1;
}
.coming-soon-mark {
  width: 52px;
  margin-bottom: 28px;
  color: var(--brick-bright);
}
.coming-soon-mark svg {
  display: block;
  width: 100%;
}
.coming-soon-content h1 {
  max-width: 800px;
  margin: 14px 0 24px;
  font: 400 clamp(3.25rem, 8vw, 6.75rem)/0.93 var(--display);
  letter-spacing: -0.025em;
}
.coming-soon-content h1 span {
  color: var(--brick-bright);
}
.coming-soon-text {
  max-width: 640px;
  margin: 0;
  color: #e7e0d1;
  font-size: var(--text-body);
  line-height: 1.65;
}
.coming-soon-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 34px 0 30px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.coming-soon-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brick-bright);
  box-shadow: 0 0 0 6px rgb(194 63 53 / 0.15);
}
.submission-success-main {
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding: 140px 0 80px;
  background:
    radial-gradient(circle at 80% 45%, rgb(194 63 53 / 0.18), transparent 30%),
    var(--ink);
}
.submission-success-content {
  text-align: center;
}
.submission-success-content .eyebrow {
  color: var(--brick-bright);
}
.submission-success-content h1 {
  margin: 16px auto 26px;
  font: 400 clamp(3rem, 7vw, 6rem)/0.95 var(--display);
  letter-spacing: -0.025em;
}
.submission-success-content h1 span {
  color: var(--brick-bright);
}
.submission-success-content > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 34px;
  color: #e7e0d1;
  font-size: var(--text-body);
  line-height: 1.65;
}
.form-wrap {
  width: min(100%, 760px);
}
.form-wrap h1 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: var(--text-h1);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}
.form-intro {
  margin: 0 0 38px;
  color: #5a534a;
  font-size: var(--text-body);
  line-height: 1.6;
}
.field {
  margin-bottom: 20px;
}
.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.field label {
  display: block;
  margin-bottom: 8px;
  color: #514a43;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.field input,
.field select {
  width: 100%;
  min-height: 50px;
  border: 1.5px solid #c9c0ad;
  border-radius: 5px;
  background: var(--bone);
  padding: 12px 14px;
  color: var(--ink);
}
.field input:focus,
.field select:focus {
  outline: 2px solid var(--brick);
  outline-offset: 1px;
  border-color: var(--brick);
}
.field small {
  display: block;
  margin-top: 7px;
  color: #756c62;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.consent-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
}
.consent-field input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0;
}
.consent-field label {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
}
.submit-btn {
  width: 100%;
  margin-top: 8px;
}
.form-status {
  min-height: 24px;
  margin: 16px 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
.form-status.error {
  color: #a11f1f;
}
.form-status.success {
  color: #276b36;
}
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
:focus-visible {
  outline: 3px solid #f0ab00;
  outline-offset: 3px;
}
@media (max-width: 760px) {
  .container {
    padding-inline: 16px;
  }
  .team-grid,
  .team-stack,
  .form-row {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 132px 0 78px;
  }
  .hero h1 {
    max-width: 560px;
    font-size: clamp(1.78rem, 9.2vw, 3rem);
    line-height: 0.96;
  }
  .brand-logo {
    width: 82px;
  }
  .brand-lockup {
    gap: 12px;
  }
  .brand-ornament {
    width: 17px;
    height: 17px;
  }
  .brand-ornament-group {
    gap: 2px;
  }
  .team-section h2 {
    font-size: clamp(2.1rem, 9vw, 2.7rem);
  }
  .team-cards {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .team-cards article {
    padding: 20px 0 0;
  }
  .team-cta {
    align-items: stretch;
    justify-content: stretch;
    margin-top: 0;
    text-align: left;
  }
  .team-copy {
    font-size: 1.0625rem;
  }
  .benefits li {
    font-size: 1.08rem;
  }
  .back-link {
    font-size: 0.7rem;
  }
  .application-section {
    padding-top: 115px;
  }
  .form-wrap h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }
  .desktop-nav .btn {
    min-height: 42px;
    padding: 9px 14px;
    font-size: 1.05rem;
  }
}
@media (min-width: 768px) {
  .tear {
    height: 88px;
  }
}
@media (max-width: 980px) {
  .team-cards {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .team-cards article {
    padding-inline: 0;
  }
}
@media (max-width: 380px) {
  .container {
    padding-inline: 12px;
  }
  .wordmark {
    font-size: 0.9rem;
  }
  .back-link {
    font-size: 0.62rem;
  }
  .btn {
    width: 100%;
    white-space: normal;
  }
  .hero h1 {
    font-size: clamp(1.68rem, 8.8vw, 2.1rem);
  }
  .desktop-nav .btn {
    width: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .site-header,
  .btn {
    transition: none;
  }
}
