:root {
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
  --ink: #0a0b0d;
  --paper: #f4f0e8;
  --cream: #fffaf1;
  --blue: #33aef5;
  --orange: #ff9838;
  --line: rgba(10, 11, 13, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--orange); color: var(--ink); }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  min-height: 88px;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: var(--cream);
}
.wordmark {
  width: max-content;
  font-weight: 850;
  letter-spacing: -.07em;
  font-size: 1.35rem;
}
.wordmark span { color: var(--blue); }
.site-header nav { display: flex; gap: 2.2rem; font-size: .82rem; font-weight: 650; }
.site-header nav a, .nav-contact { transition: color .2s ease; }
.site-header nav a:hover { color: var(--orange); }
.nav-contact { justify-self: end; font-size: .82rem; font-weight: 700; }
.nav-contact span, .text-link span, .email-link span, .listen span { display: inline-block; transition: transform .2s ease; }
.nav-contact:hover span, .text-link:hover span, .email-link:hover span, .podcast-list a:hover .listen span { transform: translate(3px, -3px); }

.hero {
  min-height: 790px;
  background: var(--ink);
  color: var(--cream);
  display: grid;
  grid-template-columns: 47% 53%;
  overflow: hidden;
}
.hero-copy {
  padding: 175px 6vw 90px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.hero-copy::after {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  left: -180px;
  top: 230px;
  border-radius: 50%;
  background: rgba(29, 150, 255, .11);
  filter: blur(70px);
  z-index: -1;
}
.eyebrow {
  margin: 0 0 2rem;
  display: flex;
  align-items: center;
  gap: .7rem;
  color: #555b60;
  font: 700 .72rem/1 var(--font-geist-mono), monospace;
  letter-spacing: .16em;
}
.eyebrow span { width: 28px; height: 2px; background: var(--orange); box-shadow: 0 0 12px rgba(255, 152, 56, .6); }
.hero .eyebrow, .light { color: rgba(255,255,255,.62); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 2rem;
  font-size: clamp(3.9rem, 6.7vw, 7.9rem);
  line-height: .88;
  letter-spacing: -.04em;
  font-weight: 820;
}
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--orange); }
.hero-lead {
  max-width: 560px;
  margin-bottom: 2.7rem;
  color: rgba(255,255,255,.7);
  font-size: 1.13rem;
  line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button {
  min-height: 54px;
  padding: 0 1.45rem;
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  border-radius: 4px;
  font-size: .84rem;
  font-weight: 800;
}
.button-primary { background: var(--orange); color: var(--ink); box-shadow: 0 12px 38px rgba(255, 137, 41, .18); transition: transform .2s ease, box-shadow .2s ease; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 42px rgba(255, 137, 41, .32); }
.text-link { font-size: .82rem; font-weight: 750; padding-bottom: .4rem; border-bottom: 1px solid currentColor; }
.hero-visual { position: relative; min-height: 700px; overflow: hidden; }
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 34%;
  background: linear-gradient(90deg, var(--ink), transparent);
}
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 25%;
  background: linear-gradient(0deg, rgba(10,11,13,.72), transparent);
}
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.92) contrast(1.04); }
.hero-frame { position: absolute; z-index: 2; inset: 115px 45px 48px 0; border: 1px solid rgba(255,255,255,.18); border-left: 0; pointer-events: none; }
.image-note {
  position: absolute;
  z-index: 3;
  right: 4.5rem;
  bottom: 4rem;
  display: flex;
  gap: .7rem;
  align-items: center;
  font: 650 .65rem/1 var(--font-geist-mono), monospace;
  letter-spacing: .14em;
  color: rgba(255,255,255,.68);
}
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 13px var(--blue); }

.marquee { overflow: hidden; background: var(--orange); color: var(--ink); border-block: 1px solid rgba(0,0,0,.28); }
.marquee div { min-height: 64px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-around; gap: 2rem; white-space: nowrap; font: 800 .72rem/1 var(--font-geist-mono), monospace; letter-spacing: .08em; }
.marquee i { font-style: normal; font-size: .9rem; }

.apps-section { padding: 140px 6vw 150px; max-width: 1600px; margin: auto; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5vw; align-items: end; margin: 0 auto 72px; }
.section-heading .eyebrow { margin-bottom: 1.5rem; }
.section-heading h2, .about-intro h2, .contact-section h2 { margin-bottom: 0; font-size: clamp(3.3rem, 6vw, 6.4rem); line-height: .93; letter-spacing: -.07em; }
.section-heading > p { max-width: 480px; margin-bottom: .6rem; color: #5f615f; line-height: 1.75; }

.app-list { display: grid; gap: 26px; }
.app-card {
  min-height: 565px;
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(360px, .85fr) 1.15fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #111216;
  color: white;
}
.app-index { padding: 32px 0 0 28px; font: 600 .68rem/1 var(--font-geist-mono), monospace; color: rgba(255,255,255,.42); }
.app-copy { padding: 70px 3vw 64px 2vw; align-self: center; position: relative; z-index: 3; }
.app-category { margin-bottom: 2rem; color: var(--accent); font: 700 .68rem/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .15em; }
.app-title-row { display: flex; align-items: center; gap: 1.3rem; margin-bottom: 1.7rem; }
.app-title-row > img { width: 78px; height: 78px; border-radius: 18px; box-shadow: 0 12px 35px rgba(0,0,0,.3); }
.app-title-row h3 { margin: 0; font-size: clamp(2.15rem, 3.6vw, 4.1rem); line-height: 1; letter-spacing: -.055em; }
.app-title-row p { margin: .45rem 0 0; color: rgba(255,255,255,.56); font-size: .9rem; }
.app-description { max-width: 520px; margin-bottom: 2.4rem; color: rgba(255,255,255,.68); font-size: .98rem; line-height: 1.7; }
.store-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.store-link {
  width: auto;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: .75rem 1.1rem;
  white-space: nowrap;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 8px;
  transition: background .2s ease, color .2s ease, border .2s ease;
}
.store-link:hover { background: white; border-color: white; color: var(--ink); }
.store-link .store-label { display: grid; min-width: max-content; font-size: .88rem; font-weight: 750; line-height: 1.12; }
.store-link .store-label strong { font: inherit; }
.store-link small { font-size: .58rem; font-weight: 500; }
.app-showcase { position: relative; min-height: 565px; display: grid; place-items: center; overflow: hidden; }
.app-showcase::before { content: ""; position: absolute; inset: 10% 8% -15%; background: radial-gradient(circle at center, color-mix(in srgb, var(--accent) 42%, transparent), transparent 64%); opacity: .55; }
.app-showcase::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to left, #000, transparent 90%); }
.phone {
  width: 262px;
  height: 535px;
  position: absolute;
  z-index: 2;
  bottom: -70px;
  border: 8px solid #24262a;
  border-radius: 42px;
  overflow: hidden;
  background: #0b0c0e;
  box-shadow: 0 32px 80px rgba(0,0,0,.62), inset 0 0 0 1px rgba(255,255,255,.28);
  transform: rotate(7deg);
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.app-card:hover .phone { transform: rotate(3deg) translateY(-12px); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-speaker { position: absolute; top: 9px; left: 50%; z-index: 3; width: 70px; height: 18px; transform: translateX(-50%); border-radius: 14px; background: #101114; }
.app-badge { position: absolute; z-index: 3; right: 2rem; bottom: 2rem; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.2); border-radius: 50px; color: rgba(255,255,255,.65); font: 600 .62rem/1 var(--font-geist-mono), monospace; backdrop-filter: blur(12px); }
.app-pink .phone { transform: rotate(-6deg); }
.app-pink:hover .phone { transform: rotate(-2deg) translateY(-12px); }
.app-purple .phone { transform: rotate(4deg); }
.app-purple:hover .phone { transform: rotate(1deg) translateY(-12px); }
.app-blue .phone { transform: rotate(5deg); }
.app-orange .phone { transform: rotate(-5deg); }
.app-orange:hover .phone { transform: rotate(-1deg) translateY(-12px); }

.about-section { padding: 145px 8vw; background: #0a0b0d; color: var(--cream); position: relative; overflow: hidden; }
.about-section::before { content: ""; position: absolute; inset: 0; opacity: .22; background: repeating-linear-gradient(90deg, transparent 0 46px, rgba(255,255,255,.035) 46px 47px); }
.about-intro, .about-grid { position: relative; z-index: 1; max-width: 1350px; margin-inline: auto; }
.about-intro h2 { max-width: 1100px; }
.about-intro h2 em { color: var(--blue); }
.about-grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(560px, 1.3fr); gap: 6vw; margin-top: 95px; align-items: start; }
.about-story { max-width: 650px; }
.about-story p { color: rgba(255,255,255,.6); line-height: 1.8; }
.about-story .large-copy { color: var(--cream); font-size: 1.38rem; line-height: 1.6; }
.light-link { display: inline-block; margin-top: 1.5rem; }
.milestones-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.milestone-card { min-height: 330px; padding: 28px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: linear-gradient(145deg, #1a1b1f, #101115); }
.milestone-featured { min-height: 420px; grid-column: 1 / -1; }
.milestone-card::after { content: ""; position: absolute; inset: auto -70px -100px auto; width: 260px; height: 260px; border-radius: 50%; background: var(--orange); filter: blur(95px); opacity: .18; }
.milestone-top { display: flex; align-items: center; justify-content: space-between; }
.year { font: 600 .72rem/1 var(--font-geist-mono), monospace; color: rgba(255,255,255,.5); }
.usa-tag { padding: .45rem .65rem; border-radius: 50px; background: var(--orange); color: var(--ink); font: 800 .62rem/1 var(--font-geist-mono), monospace; }
.milestone-card h3 { margin: 48px 0 .6rem; font-size: 2.7rem; letter-spacing: -.045em; }
.milestone-featured h3 { margin-top: 58px; font-size: 3.4rem; }
.milestone-card > p { max-width: 290px; color: rgba(255,255,255,.55); line-height: 1.5; }
.milestone-card strong { display: block; margin-top: 2rem; color: var(--orange); font-size: 3.7rem; line-height: .9; letter-spacing: -.05em; }
.milestone-featured strong { font-size: 4.7rem; }
.players { color: rgba(255,255,255,.5); font-size: .72rem; }
.blue-tag { background: var(--blue); }
.dark-tag { background: var(--cream); }
.milestone-yc::after { background: var(--blue); opacity: .2; }
.milestone-yc strong { color: var(--blue); }
.milestone-apps { background: linear-gradient(145deg, #211914, #111215); }
.pipe-art span { position: absolute; display: block; border: 12px solid rgba(52,176,247,.45); filter: drop-shadow(0 0 14px rgba(52,176,247,.3)); }
.pipe-a { width: 95px; height: 95px; right: -25px; bottom: 30px; border-left: 0 !important; border-radius: 0 50% 50% 0; }
.pipe-b { width: 105px; height: 105px; right: 70px; bottom: -54px; border-bottom: 0 !important; border-radius: 50% 50% 0 0; }
.pipe-c { width: 75px; height: 20px; right: 108px; bottom: 62px; border-radius: 20px; }

.podcast-section { max-width: 1500px; margin: auto; padding: 145px 7vw 155px; }
.podcast-heading { margin-bottom: 58px; }
.podcast-list { border-top: 1px solid var(--line); }
.podcast-list > a { min-height: 138px; display: grid; grid-template-columns: 70px 64px 1fr auto; gap: 1.6rem; align-items: center; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.podcast-list > a:hover { padding-inline: 18px; background: rgba(255,255,255,.5); }
.episode-number { color: #8b8984; font: 600 .7rem/1 var(--font-geist-mono), monospace; }
.play { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--ink); font-size: .72rem; transition: background .2s ease, color .2s ease; }
.podcast-list a:hover .play { background: var(--blue); border-color: var(--blue); }
.episode-copy { display: flex; flex-direction: column; gap: .45rem; }
.episode-copy small { color: #77736c; font: 600 .64rem/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .1em; }
.episode-copy strong { font-size: 1.35rem; letter-spacing: -.02em; }
.listen { font-size: .75rem; font-weight: 750; }

.contact-section { min-height: 680px; padding: 120px 8vw 70px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: #101114; color: var(--cream); position: relative; overflow: hidden; }
.contact-section::before, .contact-section::after { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; filter: blur(130px); opacity: .18; }
.contact-section::before { left: -230px; top: 10%; background: var(--blue); }
.contact-section::after { right: -230px; bottom: 0; background: var(--orange); }
.contact-section > * { position: relative; z-index: 1; }
.contact-section h2 { max-width: 1160px; font-size: clamp(2.9rem, 5.3vw, 5.9rem); line-height: .96; }
.contact-section h2 em { color: var(--orange); }
.email-link { margin-top: 3.7rem; padding-bottom: .55rem; border-bottom: 1px solid rgba(255,255,255,.55); font-size: clamp(1.1rem, 2vw, 1.55rem); }

footer { min-height: 100px; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: #070709; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.08); font-size: .68rem; }
footer p { margin: 0; }
footer > a:last-child { justify-self: end; }
.footer-mark { color: white; }

a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; border-radius: 3px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; padding-right: 10vw; }
  .hero-visual { height: 620px; min-height: 0; }
  .hero-visual::before { width: 100%; height: 20%; inset: 0 0 auto; background: linear-gradient(180deg, var(--ink), transparent); }
  .hero-frame { inset: 35px 35px 35px; border-left: 1px solid rgba(255,255,255,.18); }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { max-width: 620px; }
  .app-card { grid-template-columns: 55px minmax(330px, .9fr) 1.1fr; }
  .app-copy { padding-left: 1rem; }
  .about-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-story { max-width: 780px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding: 0 22px; }
  .wordmark { font-size: 1.1rem; }
  .nav-contact { font-size: .73rem; }
  .hero { min-height: 0; }
  .hero-copy { min-height: 635px; padding: 140px 24px 70px; }
  h1 { font-size: clamp(3.65rem, 17vw, 5.4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { height: 440px; }
  .hero-visual > img { object-position: 54% center; }
  .hero-frame { inset: 20px; }
  .image-note { right: 2rem; bottom: 2rem; }
  .marquee div { width: max-content; justify-content: flex-start; animation: scroll 18s linear infinite; }
  @keyframes scroll { to { transform: translateX(-48%); } }
  .apps-section, .podcast-section { padding: 95px 18px; }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2, .about-intro h2, .contact-section h2 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .app-card { min-height: 770px; display: block; }
  .app-index { position: absolute; z-index: 5; right: 20px; top: 0; left: auto; padding: 22px 0; }
  .app-copy { padding: 50px 24px 24px; }
  .app-title-row { align-items: flex-start; }
  .app-title-row > img { width: 66px; height: 66px; border-radius: 15px; }
  .app-title-row h3 { font-size: 2.5rem; }
  .app-showcase { min-height: 390px; }
  .phone { width: 205px; height: 418px; bottom: -64px; border-radius: 34px; }
  .app-badge { right: 1rem; bottom: 1rem; }
  .about-section { padding: 95px 22px; }
  .about-grid { grid-template-columns: 1fr; margin-top: 60px; }
  .milestone-card { min-height: 430px; }
  .milestones-grid { grid-template-columns: 1fr; }
  .milestone-featured { grid-column: auto; }
  .podcast-list > a { min-height: 120px; grid-template-columns: 35px 48px 1fr; gap: .8rem; }
  .listen { display: none; }
  .episode-copy strong { font-size: 1rem; }
  .contact-section { min-height: 600px; padding-inline: 22px; }
  footer { grid-template-columns: 1fr 1fr; min-height: 120px; padding: 24px; }
  footer p { display: none; }
}

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