@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/space-grotesk-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/archivo-latin.woff2") format("woff2");
}

:root {
  --ink: #101114;
  --ink-soft: #191b1f;
  --paper: #f2f0e7;
  --paper-deep: #e5e1d3;
  --lemon: #f4d64e;
  --lemon-bright: #ffe45c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Archivo", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3 {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  letter-spacing: -.05em;
  line-height: .98;
}

.siteHeader {
  align-items: center;
  background: rgba(16, 17, 20, .94);
  color: white;
  display: flex;
  height: 82px;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
.brand {
  align-items: center;
  display: inline-flex;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 18px;
  gap: 10px;
  letter-spacing: -.02em;
}
.brand img { border-radius: 9px; height: 36px; width: 36px; }
.siteHeader nav { align-items: center; display: flex; font-size: 13px; gap: clamp(18px, 3vw, 42px); }
.siteHeader nav a { color: #d8d8d4; transition: color .2s ease; }
.siteHeader nav a:hover, .siteHeader nav a:focus-visible { color: white; }
.navAction { border: 1px solid rgba(244, 214, 78, .7); color: var(--lemon) !important; padding: 11px 16px; }

.hero {
  background: var(--ink);
  color: white;
  display: grid;
  min-height: 790px;
  overflow: hidden;
  padding: 146px clamp(24px, 6vw, 94px) 80px;
  position: relative;
}
.hero::before {
  background: radial-gradient(circle, rgba(244, 214, 78, .09), transparent 65%);
  content: "";
  height: 700px;
  left: -200px;
  position: absolute;
  top: 50px;
  width: 700px;
}
.heroCopy { align-self: center; max-width: 670px; position: relative; z-index: 2; }
.eyebrow, .sectionKicker {
  color: #746f5e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.eyebrow { align-items: center; color: var(--lemon); display: flex; }
.eyebrow span {
  background: var(--lemon);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(244, 214, 78, .12);
  height: 7px;
  margin-right: 12px;
  width: 7px;
}
h1 { font-size: clamp(64px, 8vw, 116px); margin: 0; max-width: 760px; }
.heroLede { color: #d7d7d3; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; margin: 32px 0; max-width: 650px; }
.heroActions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 53px;
  padding: 0 24px;
  transition: transform .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.buttonPrimary { background: var(--lemon); color: var(--ink); }
.buttonPrimary:hover, .buttonPrimary:focus-visible { background: var(--lemon-bright); }
.buttonQuiet { border-bottom: 1px solid #5b5b58; color: white; gap: 14px; padding-inline: 8px; }
.buttonQuiet span { color: var(--lemon); }
.heroProof { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 54px; }
.heroProof span { color: #a6a6a0; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.heroProof span::before { color: var(--lemon); content: "●"; font-size: 8px; margin-right: 9px; }

.studioStage { margin-top: 62px; position: relative; z-index: 2; }
.stageGlow { background: var(--lemon); filter: blur(90px); height: 220px; opacity: .14; position: absolute; right: 4%; top: 15%; width: 60%; }
.studioWindow {
  background: #0c0d0f;
  border: 1px solid #3c3c37;
  box-shadow: 0 45px 100px rgba(0, 0, 0, .5);
  margin-left: auto;
  max-width: 920px;
  min-height: 520px;
  overflow: hidden;
  position: relative;
  transform: perspective(1400px) rotateX(2deg);
}
.studioChrome { align-items: center; background: #17181b; border-bottom: 1px solid #2b2c30; display: flex; font-size: 12px; justify-content: space-between; padding: 13px 18px; }
.studioLogo { align-items: center; display: flex; font-weight: 700; gap: 8px; }
.studioLogo img { border-radius: 5px; height: 20px; width: 20px; }
.privacyStatus { color: var(--lemon); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.studioBody { display: grid; grid-template-columns: 155px 1fr; min-height: 480px; }
.studioRail {
  background: #121316;
  border-right: 1px solid #292a2e;
  color: #aaa;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  gap: 12px;
  padding: 18px 13px;
}
.studioRail strong { color: white; font-size: 12px; }
.newGeneration { background: var(--lemon); color: var(--ink); font-weight: 800; margin-bottom: 7px; padding: 10px; }
.railLabel { color: #626267; font-size: 8px; letter-spacing: .12em; }
.railSpacer { flex: 1; }
.studioGallery { background: linear-gradient(160deg, #1b1c20, #111215); padding: 20px 20px 96px; position: relative; }
.galleryHeading { align-items: baseline; display: flex; justify-content: space-between; margin-bottom: 16px; }
.galleryHeading span { font-size: 18px; font-weight: 700; }
.galleryHeading small { color: #777; font-size: 9px; }
.mediaGrid { display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr); }
.mediaTile {
  aspect-ratio: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 9px;
  position: relative;
}
.mediaTile::after { background: linear-gradient(transparent 50%, rgba(0, 0, 0, .75)); bottom: 0; content: ""; height: 55%; left: 0; position: absolute; width: 100%; }
.mediaTile > span { color: white; font-size: 8px; font-weight: 800; letter-spacing: .08em; position: relative; z-index: 2; }
.tileCoast { background: linear-gradient(160deg, #d8b756 0 22%, #748da1 23% 47%, #244a5c 48% 62%, #0c252c 63%); }
.tilePortrait { background: radial-gradient(circle at 65% 35%, #e7c58c 0 12%, transparent 13%), linear-gradient(130deg, #e0be4d 0 34%, #824f3f 35% 55%, #293b4e 56%); }
.tileVideo { align-items: center; background: repeating-radial-gradient(ellipse at 50% 90%, #cbd5c8 0 8%, #315e70 9% 17%, #102f40 18% 25%); justify-content: center; }
.tileVideo .play { align-items: center; background: rgba(0, 0, 0, .55); border-radius: 50%; display: flex; font-size: 12px; height: 34px; justify-content: center; width: 34px; }
.tileVideo span:last-child { bottom: 9px; left: 9px; position: absolute; }
.tileLemon { background: radial-gradient(circle at 50% 45%, #f4d64e 0 28%, #c8a829 29% 35%, transparent 36%), linear-gradient(145deg, #224438, #0d1a18); }
.studioComposer {
  background: rgba(24, 25, 28, .96);
  border: 1px solid #37383d;
  bottom: 16px;
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr auto;
  left: 4%;
  padding: 10px 12px 7px;
  position: absolute;
  width: 92%;
}
.studioComposer .plus { color: var(--lemon); }
.studioComposer .prompt { color: #c7c7c3; font-size: 10px; }
.studioComposer .send { background: var(--lemon); border-radius: 50%; color: var(--ink); display: grid; font-weight: 900; height: 23px; place-items: center; width: 23px; }
.composerOptions { color: #6d6e72; display: flex; font-size: 8px; gap: 14px; grid-column: 2; }
.composerOptions b { color: var(--lemon); }

.manifesto, .betaSection, .waitlist, .faqSection { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.manifestoGrid { display: grid; gap: 8vw; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .65fr); }
.manifesto h2, .betaHeading h2, .waitlistCopy h2, .faqSection h2 { font-size: clamp(42px, 5.5vw, 76px); margin: 0; }
.manifestoGrid > p, .betaHeading > p, .waitlistCopy > p:not(.sectionKicker) { color: #5b5b55; font-size: 18px; line-height: 1.75; margin: 10px 0 0; }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); }
.pillarCard { background: var(--paper-deep); min-height: 480px; padding: clamp(32px, 4vw, 60px); position: relative; }
.pillarCard + .pillarCard { border-left: 1px solid #c9c4b6; }
.pillarMotion { background: var(--lemon); }
.pillarPrivate { background: var(--ink-soft); color: white; }
.pillarNumber { font-family: "Space Grotesk", sans-serif; font-size: 11px; letter-spacing: .15em; }
.pillarSymbol { align-items: center; display: flex; font-size: 74px; height: 170px; }
.motionSymbol { gap: 9px; }
.motionSymbol i { background: var(--ink); border-radius: 50%; display: block; height: 22px; width: 22px; }
.motionSymbol i:nth-child(2) { opacity: .55; transform: scale(.75); }
.motionSymbol i:nth-child(3) { opacity: .24; transform: scale(.5); }
.lockSymbol { color: var(--lemon); }
.pillarCard h3 { font-size: clamp(31px, 3vw, 43px); margin: 0 0 24px; max-width: 430px; }
.pillarCard p { color: #5d5c54; line-height: 1.75; margin: 0; max-width: 440px; }
.pillarMotion p { color: #463f20; }
.pillarPrivate p { color: #aaa9a2; }

.betaSection { background: #faf9f4; }
.betaHeading { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1.35fr .65fr; }
.betaCards { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 72px; background: #d1cdc1; border: 1px solid #d1cdc1; }
.betaCards article { background: var(--paper); min-height: 310px; padding: clamp(30px, 4vw, 54px); }
.betaCards article > span { color: #777268; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.betaCards h3 { font-size: clamp(27px, 2.6vw, 38px); margin: 55px 0 22px; }
.betaCards p { color: #66635b; line-height: 1.7; margin: 0; }
.buildStatus { color: #6a6558; font-size: 11px; font-weight: 800; letter-spacing: .1em; margin-top: 30px; text-transform: uppercase; }
.buildStatus span { background: var(--lemon); border-radius: 50%; display: inline-block; height: 8px; margin-right: 10px; width: 8px; }

.privacyBand {
  align-items: center;
  background: var(--lemon);
  display: grid;
  gap: 5vw;
  grid-template-columns: .35fr 1.1fr .8fr;
  overflow: hidden;
  padding: clamp(65px, 8vw, 110px) clamp(24px, 7vw, 110px);
}
.latitudeLines { height: 160px; position: relative; }
.latitudeLines::before { border: 18px solid var(--ink); border-radius: 50% 44% 50% 44%; content: ""; inset: 4px 16%; position: absolute; transform: rotate(-8deg); }
.latitudeLines i { background: var(--ink); height: 10px; left: 5%; position: absolute; width: 90%; }
.latitudeLines i:nth-child(1) { top: 25%; transform: rotate(-6deg); }
.latitudeLines i:nth-child(2) { top: 48%; }
.latitudeLines i:nth-child(3) { top: 70%; transform: rotate(6deg); }
.darkKicker { color: #5a4f1d; }
.privacyBand h2 { font-size: clamp(42px, 5vw, 72px); margin: 0; }
.privacyBand > p { color: #443d1f; font-size: 17px; line-height: 1.7; }

.waitlist { align-items: start; background: #faf9f4; display: grid; gap: clamp(50px, 9vw, 140px); grid-template-columns: .9fr 1.1fr; }
.waitlistCopy > p:not(.sectionKicker) { margin-top: 30px; max-width: 620px; }
.waitlistPrinciples { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 30px; }
.waitlistPrinciples span { color: #777268; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.waitlistPrinciples span::before { color: var(--lemon); content: "●"; font-size: 8px; margin-right: 8px; }
.signupArea, #waitlistForm, .signupSuccess { min-height: 390px; }
#waitlistForm, .signupSuccess { background: var(--ink); color: white; padding: clamp(30px, 4vw, 56px); }
#waitlistForm > label:first-child { display: block; font-family: "Space Grotesk", sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 13px; }
.emailRow { display: grid; grid-template-columns: 1fr auto; }
.emailRow input { background: #222328; border: 1px solid #3c3d42; border-right: 0; color: white; font: inherit; min-width: 0; outline: none; padding: 17px 18px; }
.emailRow input:focus { border-color: var(--lemon); box-shadow: inset 0 0 0 1px var(--lemon); }
.emailRow button { background: var(--lemon); border: 0; color: var(--ink); cursor: pointer; font: 800 14px "Archivo", sans-serif; padding: 0 24px; }
.emailRow button:hover, .emailRow button:focus-visible { background: var(--lemon-bright); }
.emailRow button:disabled { cursor: wait; opacity: .65; }
.honeypot { left: -10000px; position: absolute; }
.consent { align-items: start; color: #c0c0ba; display: grid; font-size: 13px; gap: 11px; grid-template-columns: auto 1fr; line-height: 1.55; margin-top: 24px; }
.consent input { accent-color: var(--lemon); height: 17px; margin-top: 2px; width: 17px; }
.formFinePrint { color: #777873; font-size: 11px; line-height: 1.6; margin: 20px 0 0; }
.formFinePrint a { color: #b9b9b3; text-decoration: underline; text-underline-offset: 3px; }
.formStatus { color: #ff9990; font-size: 12px; margin: 16px 0 0; min-height: 19px; }
.signupSuccess { display: flex; flex-direction: column; justify-content: center; }
.successKicker { color: var(--lemon); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.signupSuccess h3 { font-size: clamp(38px, 4vw, 56px); margin: 12px 0 18px; }
.signupSuccess p:last-child { color: #b6b6af; font-size: 17px; line-height: 1.65; max-width: 480px; }

.faqSection { background: var(--paper); }
.faqList { border-top: 1px solid #c9c5b9; margin-left: auto; margin-top: 60px; max-width: 900px; }
.faqList details { border-bottom: 1px solid #c9c5b9; }
.faqList summary { align-items: center; cursor: pointer; display: flex; font-family: "Space Grotesk", sans-serif; font-size: 21px; font-weight: 700; justify-content: space-between; list-style: none; padding: 24px 0; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: #8f8b81; font-size: 24px; transition: transform .2s ease; }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details p { color: #5d5b54; line-height: 1.75; margin: -4px 0 28px; max-width: 760px; }

footer { align-items: center; background: #0c0d0f; color: #888984; display: grid; font-size: 12px; gap: 30px; grid-template-columns: 1fr auto 1fr; padding: 38px clamp(24px, 5vw, 76px); }
.footerBrand { color: white; }
.footerMeta { align-items: center; display: flex; gap: 20px; justify-content: flex-end; }
.footerMeta a:hover, .footerMeta a:focus-visible { color: white; }

@media (min-width: 1080px) {
  .hero { gap: 5vw; grid-template-columns: .82fr 1.18fr; }
  .studioStage { align-self: center; margin-top: 0; min-width: 620px; }
}

@media (max-width: 900px) {
  .siteHeader nav a:not(.navAction) { display: none; }
  .hero { padding-top: 134px; }
  .studioWindow { min-width: 700px; transform: scale(.85); transform-origin: left top; }
  .studioStage { margin-bottom: -60px; overflow: hidden; }
  .manifestoGrid, .betaHeading, .waitlist { grid-template-columns: 1fr; }
  .pillars, .betaCards { grid-template-columns: 1fr; }
  .pillarCard { min-height: auto; }
  .pillarCard + .pillarCard { border-left: 0; border-top: 1px solid #c9c4b6; }
  .pillarSymbol { height: 130px; }
  .privacyBand { grid-template-columns: .4fr 1fr; }
  .privacyBand > p { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .siteHeader { height: 72px; }
  .brand { font-size: 16px; }
  .brand img { height: 31px; width: 31px; }
  .navAction { padding: 8px 10px; }
  .hero { min-height: auto; padding-top: 120px; }
  h1 { font-size: 58px; }
  .heroLede { font-size: 17px; }
  .heroActions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .studioWindow { min-width: 650px; transform: scale(.58); }
  .studioStage { margin-bottom: -190px; }
  .manifesto, .betaSection, .waitlist, .faqSection { padding-block: 76px; }
  .manifesto h2, .betaHeading h2, .waitlistCopy h2, .faqSection h2 { font-size: 42px; }
  .manifestoGrid { gap: 34px; }
  .betaCards { margin-top: 48px; }
  .privacyBand { grid-template-columns: 1fr; }
  .latitudeLines { height: 110px; width: 160px; }
  .emailRow { grid-template-columns: 1fr; }
  .emailRow input { border-right: 1px solid #3c3d42; }
  .emailRow button { min-height: 52px; }
  .faqList summary { font-size: 18px; gap: 20px; }
  footer { grid-template-columns: 1fr; text-align: left; }
  .footerMeta { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
