:root {
  --ink: #071322;
  --navy: #092d5c;
  --red: #c92c2b;
  --steel: #6f777d;
  --mist: #eef1f3;
  --paper: #ffffff;
  --sand: #cbb79b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }

.masthead {
  height: 96px;
  padding: 10px clamp(22px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #d9dde0;
}
.brand { display: block; line-height: 0; }
.brand img { width: 210px; height: 72px; object-fit: cover; }
.nav-cta { text-decoration: none; text-transform: uppercase; font-family: "Barlow Condensed", sans-serif; font-size: .9rem; font-weight: 600; letter-spacing: .14em; border-bottom: 2px solid var(--red); padding: 8px 0 5px; }

.hero { min-height: calc(100svh - 96px); position: relative; overflow: hidden; display: flex; align-items: center; color: #fff; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 57% center; }
.hero-shade { background: linear-gradient(90deg, rgba(4,12,22,.96) 0%, rgba(4,12,22,.78) 37%, rgba(4,12,22,.15) 70%, rgba(4,12,22,.23) 100%), linear-gradient(0deg, rgba(3,9,16,.58), transparent 45%); }
.hero-content { position: relative; z-index: 1; width: min(760px, 88vw); margin-left: clamp(24px, 8vw, 130px); padding: 80px 0 110px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .2em; font-size: .76rem; font-weight: 600; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: #d9e0e5; }
.eyebrow span { width: 38px; height: 3px; background: var(--red); display: inline-block; }
h1, h2 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: -.02em; line-height: .91; margin: 0; }
h1 { font-size: clamp(4rem, 8.2vw, 8.2rem); font-weight: 600; max-width: 920px; text-wrap: balance; }
.hero-copy { max-width: 620px; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.75; color: #d7dce0; margin: 30px 0 36px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }
.button { min-height: 54px; padding: 0 24px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font: 600 .88rem/1 Inter, sans-serif; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button-primary { background: var(--red); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); transition: background .2s ease, transform .2s ease; }
.button-primary:hover { background: #aa2222; transform: translateY(-2px); }
.text-link { color: #fff; font-size: .9rem; font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); padding: 8px 0; }
.hero-caption { position: absolute; z-index: 1; right: clamp(22px, 5vw, 78px); bottom: 34px; margin: 0; text-transform: uppercase; letter-spacing: .18em; font-size: .7rem; color: rgba(255,255,255,.75); writing-mode: vertical-rl; }

.approach { padding: clamp(80px, 11vw, 150px) clamp(24px, 8vw, 130px); background: #fff; }
.section-kicker { color: var(--red); margin: 0 0 48px; }
.approach-heading { display: grid; grid-template-columns: minmax(320px, 1.15fr) minmax(280px, .85fr); gap: 8vw; align-items: end; border-bottom: 1px solid #cdd2d5; padding-bottom: 60px; }
.approach h2, .early-access h2 { font-size: clamp(3.5rem, 6.7vw, 7rem); font-weight: 600; }
h2 em { color: var(--steel); font-style: normal; }
.approach-heading > p { font-size: clamp(1.1rem, 1.7vw, 1.45rem); line-height: 1.65; color: #3f4951; margin: 0; max-width: 590px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 5vw, 78px); margin-top: 60px; }
.principles article > span { display: block; color: var(--red); font-family: "Barlow Condensed", sans-serif; font-size: .9rem; letter-spacing: .12em; }
.principles h3 { font-family: "Barlow Condensed", sans-serif; font-size: 2rem; font-weight: 600; text-transform: uppercase; margin: 18px 0 10px; }
.principles p { color: #5a646b; margin: 0; }

.signal { background: var(--ink); color: #fff; min-height: 420px; padding: 80px clamp(24px, 8vw, 130px); display: grid; align-content: center; position: relative; overflow: hidden; }
.signal::after { content: "A"; position: absolute; right: -2vw; top: 50%; transform: translateY(-53%); font: 700 clamp(24rem, 50vw, 48rem)/.7 "Barlow Condensed"; color: rgba(255,255,255,.025); }
.signal p { position: relative; z-index: 1; margin: 0; font: 600 clamp(2.7rem, 6vw, 6rem)/1.05 "Barlow Condensed"; text-transform: uppercase; letter-spacing: -.01em; }
.signal p:last-child { color: var(--sand); margin-left: clamp(0px, 12vw, 180px); }

.early-access { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 150px); padding: clamp(80px, 11vw, 150px) clamp(24px, 8vw, 130px); background: var(--mist); }
.access-copy > p:last-child { color: #4d575e; max-width: 590px; font-size: 1.05rem; margin-top: 30px; }
.access-form { align-self: center; background: #fff; padding: clamp(28px, 4vw, 54px); box-shadow: 0 20px 55px rgba(5,20,34,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: block; color: #35414a; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 600; margin-bottom: 22px; }
input, select { width: 100%; height: 50px; margin-top: 7px; border: 0; border-bottom: 1px solid #aeb6bc; border-radius: 0; background: transparent; color: var(--ink); font: 400 1rem Inter, sans-serif; outline: none; }
input:focus, select:focus { border-bottom-color: var(--red); box-shadow: 0 2px 0 -1px var(--red); }
.access-form .button { width: 100%; margin-top: 10px; }
.form-note { color: #778087; font-size: .76rem; line-height: 1.5; margin: 12px 0 0; text-align: center; }

footer { min-height: 180px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 38px clamp(24px, 8vw, 130px); border-top: 1px solid #d9dde0; }
footer img { width: 180px; height: 78px; object-fit: cover; }
footer div { text-align: right; color: #68727a; font-size: .82rem; }
footer a { color: var(--navy); text-decoration-color: #aeb6bc; }
footer p { margin: 7px 0 0; }

@media (max-width: 820px) {
  .masthead { height: 78px; padding: 8px 20px; }
  .brand img { width: 155px; height: 58px; }
  .nav-cta { font-size: .76rem; }
  .hero { min-height: calc(100svh - 78px); }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,12,22,.94), rgba(4,12,22,.55)), linear-gradient(0deg, rgba(3,9,16,.7), transparent 60%); }
  .hero-content { margin-left: 24px; padding: 70px 0 100px; }
  h1 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .hero-caption { display: none; }
  .approach-heading, .early-access { grid-template-columns: 1fr; }
  .approach-heading { gap: 30px; }
  .principles { grid-template-columns: 1fr; }
  .principles article { border-top: 1px solid #d9dde0; padding-top: 24px; }
  .signal p:last-child { margin-left: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { align-items: flex-start; flex-direction: column; }
  footer div { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button-primary { transition: none; }
}
