@font-face {
  font-family: "Bitter Vow";
  src: url("assets/fonts/Bitter-Variable.ttf") format("truetype");
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3 Vow";
  src: url("assets/fonts/SourceSans3-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --studio-ink: #0e0d0c;
  --ink: #151618;
  --graphite: #45423a;
  --paper: #f5eedb;
  --paper-strong: #fffaf0;
  --paper-field: #e8d8b8;
  --hairline: #1d1b18;
  --coral: #d63322;
  --mint: #14858c;
  --cobalt: #295c8c;
  --acid: #e0a31f;
  --muted: #5b554b;
  --radius: 3px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--studio-ink);
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: "Source Sans 3 Vow", "Source Sans 3", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
}

button,
input {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgb(255 255 255 / 0.18) 0 1px, transparent 1.5px) 0 0 / 18px 18px,
    linear-gradient(135deg, rgb(255 255 255 / 0.11), transparent 34%, rgb(0 0 0 / 0.045)),
    var(--paper);
  position: relative;
}

.page-shell::before,
.page-shell::after,
.texture-field::before,
.texture-field::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-shell::before {
  opacity: 0.28;
  background:
    repeating-linear-gradient(93deg, transparent 0 29px, rgb(21 22 24 / 0.045) 30px 31px),
    repeating-linear-gradient(1deg, transparent 0 41px, rgb(255 255 255 / 0.16) 42px 43px);
  mix-blend-mode: multiply;
}

.page-shell::after {
  opacity: 0.32;
  background-image:
    radial-gradient(ellipse at 20% 30%, rgb(21 22 24 / 0.12) 0 1px, transparent 1.6px),
    radial-gradient(ellipse at 70% 60%, rgb(255 255 255 / 0.34) 0 1px, transparent 1.8px);
  background-size: 23px 19px, 37px 31px;
}

.hero {
  min-height: 88vh;
  position: relative;
  display: grid;
  align-items: center;
  padding: clamp(22px, 4vw, 58px);
}

.texture-field {
  position: absolute;
  inset: 0 0 auto;
  min-height: 46vh;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.08), transparent 72%),
    var(--paper-field);
  border-bottom: 2px solid rgb(21 22 24 / 0.32);
}

.texture-field::before {
  opacity: 0.26;
  background-image: radial-gradient(circle, rgb(21 22 24 / 0.34) 0 1px, transparent 1.4px);
  background-size: 12px 12px;
  mask-image: linear-gradient(180deg, #000 0 66%, transparent);
}

.texture-field::after {
  top: auto;
  height: 22px;
  background: repeating-linear-gradient(
    172deg,
    transparent 0 8px,
    rgb(21 22 24 / 0.28) 8px 9px,
    transparent 9px 15px
  );
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 450px);
  gap: clamp(32px, 7vw, 90px);
  width: min(1160px, 100%);
  margin: 0 auto;
  align-items: center;
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(48px, 9vh, 92px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-family: "Bitter Vow", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 850;
}

.brand-mark {
  width: 18px;
  height: 18px;
  background: var(--coral);
  box-shadow: 5px 5px 0 var(--studio-ink);
  transform: rotate(-5deg);
}

.online-pill {
  border: 1.5px solid rgb(21 22 24 / 0.66);
  background: rgb(255 250 240 / 0.64);
  color: var(--muted);
  padding: 8px 10px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.kicker,
.section-label p,
.queue-label,
.screen-top,
.metric-strip dt,
.stamp {
  margin: 0;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.76rem;
  line-height: 1.1;
  font-weight: 850;
  text-transform: uppercase;
}

.kicker {
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.kicker::before {
  content: "";
  width: 14px;
  height: 6px;
  background: var(--coral);
  transform: rotate(-8deg);
}

h1,
h2,
.screen-title,
.timer {
  font-family: "Bitter Vow", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin: 14px 0 20px;
  font-size: clamp(4.1rem, 10vw, 8rem);
  line-height: 0.86;
  font-weight: 900;
}

.lede {
  max-width: 640px;
  margin: 0 0 32px;
  color: var(--graphite);
  font-size: clamp(1.12rem, 1.7vw, 1.34rem);
  line-height: 1.42;
  font-weight: 560;
}

.signup-form {
  width: min(100%, 670px);
}

.signup-form label {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.signup-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  filter: drop-shadow(8px 9px 0 rgb(14 13 12 / 0.86));
}

.input-row input {
  min-width: 0;
  height: 58px;
  border: 2px solid var(--studio-ink);
  border-right: 0;
  border-radius: var(--radius) 0 0 var(--radius);
  background: var(--paper-strong);
  color: var(--ink);
  padding: 0 18px;
  font-size: 1.05rem;
  font-weight: 650;
  outline: none;
}

.input-row input:focus {
  box-shadow: inset 0 0 0 3px rgb(20 133 140 / 0.24);
}

.input-row button {
  min-width: 170px;
  height: 58px;
  border: 2px solid var(--studio-ink);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--studio-ink);
  color: var(--paper);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  cursor: pointer;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.input-row button:hover,
.input-row button:focus-visible {
  background: var(--coral);
  color: var(--paper-strong);
}

.form-status {
  min-height: 24px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 640;
}

.form-status[data-state="success"] {
  color: #1d5f48;
}

.form-status[data-state="error"] {
  color: #a92c20;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 580px);
  margin: 42px 0 0;
  border-top: 1.5px solid rgb(21 22 24 / 0.36);
  border-bottom: 1.5px solid rgb(21 22 24 / 0.36);
}

.metric-strip div {
  padding: 16px 12px;
  border-right: 1.5px solid rgb(21 22 24 / 0.24);
}

.metric-strip div:last-child {
  border-right: 0;
}

.metric-strip dt {
  color: var(--muted);
}

.metric-strip dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 1.06rem;
  font-weight: 850;
}

.app-preview {
  justify-self: center;
  width: min(100%, 450px);
}

.phone-shell {
  position: relative;
  width: min(100%, 360px);
  margin: 0 auto;
  aspect-ratio: 0.49;
  padding: 14px;
  background: var(--studio-ink);
  border: 2px solid rgb(255 250 240 / 0.45);
  box-shadow: 18px 22px 0 rgb(14 13 12 / 0.82), -10px -10px 0 rgb(214 51 34 / 0.95);
  transform: rotate(1.5deg);
}

.phone-shell::before {
  content: "";
  position: absolute;
  inset: 8px auto auto 50%;
  width: 84px;
  height: 5px;
  background: rgb(245 238 219 / 0.18);
  transform: translateX(-50%);
}

.phone-screen {
  height: 100%;
  overflow: hidden;
  padding: 26px 18px 18px;
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 26%, rgb(224 163 31 / 0.18) 0 2px, transparent 2.5px) 0 0 / 17px 17px,
    linear-gradient(180deg, rgb(255 255 255 / 0.045), transparent),
    var(--studio-ink);
  border: 1.5px solid rgb(245 238 219 / 0.26);
}

.screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(245 238 219 / 0.64);
}

.status-dot {
  width: 8px;
  height: 8px;
  background: var(--acid);
  border-radius: 999px;
}

.screen-title {
  margin: 16px 0 18px;
  font-size: 3.1rem;
  line-height: 0.9;
  font-weight: 900;
}

.commitment-panel {
  position: relative;
  padding: 17px;
  background: var(--paper);
  color: var(--ink);
  border: 2px solid rgb(245 238 219 / 0.84);
  box-shadow: 7px 8px 0 rgb(214 51 34 / 0.9);
}

.stamp {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 9px;
  background: var(--coral);
  color: var(--paper);
  transform: rotate(-2deg);
}

.commitment-panel strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.05;
  font-weight: 900;
}

.commitment-panel p {
  margin: 10px 0 18px;
  color: var(--graphite);
  font-size: 0.94rem;
  line-height: 1.25;
  font-weight: 620;
}

.timer {
  color: var(--studio-ink);
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
}

.queue-label {
  margin: 26px 0 10px;
  color: rgb(245 238 219 / 0.64);
}

.task-row {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgb(245 238 219 / 0.22);
}

.task-row > span {
  width: 9px;
  height: 30px;
  background: var(--mint);
}

.task-row.muted > span {
  background: var(--acid);
}

.task-row strong,
.task-row small {
  display: block;
}

.task-row strong {
  font-weight: 850;
}

.task-row small {
  margin-top: 2px;
  color: rgb(245 238 219 / 0.58);
  font-weight: 650;
}

.dock {
  position: absolute;
  right: 30px;
  bottom: 32px;
  left: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 11px;
  padding: 12px;
  background: rgb(245 238 219 / 0.08);
  border: 1px solid rgb(245 238 219 / 0.18);
}

.dock span {
  height: 7px;
  background: rgb(245 238 219 / 0.38);
}

.dock span:first-child {
  background: var(--acid);
}

.release-band {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto 54px;
  padding: 38px 0 10px;
  border-top: 2px solid rgb(21 22 24 / 0.62);
}

.seo-band {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
  padding: 48px 0;
  border-top: 1.5px solid rgb(21 22 24 / 0.46);
}

.seo-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.58fr);
  gap: clamp(24px, 6vw, 76px);
  margin-top: 16px;
  align-items: start;
}

.seo-grid p,
.faq-list p,
.seo-page p,
.seo-page li {
  color: var(--graphite);
  font-size: 1.08rem;
  line-height: 1.5;
  font-weight: 600;
}

.intent-links {
  display: grid;
  gap: 10px;
}

.intent-links a,
.seo-page-link {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid rgb(21 22 24 / 0.5);
  background: rgb(255 250 240 / 0.56);
  color: var(--ink);
  padding: 11px 13px;
  text-decoration: none;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.intent-links a::after,
.seo-page-link::after {
  content: "->";
  color: var(--coral);
}

.faq-band {
  padding-bottom: 68px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-list article {
  border-top: 1.5px solid rgb(21 22 24 / 0.32);
  padding-top: 14px;
}

.faq-list h3,
.seo-page h2,
.seo-page h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Bitter Vow", Georgia, serif;
  letter-spacing: 0;
}

.faq-list h3 {
  font-size: 1.32rem;
  line-height: 1.05;
}

.faq-list p {
  margin: 8px 0 0;
}

.seo-page {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(26px, 5vw, 58px) 0 72px;
}

.seo-page-header {
  padding: clamp(46px, 10vh, 94px) 0 34px;
  border-bottom: 2px solid rgb(21 22 24 / 0.58);
}

.seo-page h1 {
  max-width: 860px;
}

.seo-page h2 {
  margin-top: 42px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
}

.seo-page h3 {
  margin-top: 24px;
  font-size: 1.45rem;
}

.seo-page ul {
  margin: 16px 0 0;
  padding-left: 22px;
}

.seo-page article {
  border-top: 1.5px solid rgb(21 22 24 / 0.28);
  margin-top: 24px;
  padding-top: 8px;
}

.seo-page-cta {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 2px solid rgb(21 22 24 / 0.58);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}

.section-label span {
  width: 5px;
  height: 19px;
  background: var(--coral);
}

.release-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(260px, 0.64fr);
  gap: clamp(24px, 6vw, 80px);
  align-items: start;
  margin-top: 16px;
}

h2 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(2.3rem, 5vw, 4.75rem);
  line-height: 0.92;
  font-weight: 900;
}

.release-grid p {
  margin: 4px 0 0;
  color: var(--graphite);
  font-size: 1.12rem;
  line-height: 1.45;
  font-weight: 600;
}

@media (max-width: 880px) {
  .hero {
    min-height: auto;
    padding: 20px 20px 52px;
  }

  .hero-grid,
  .release-grid,
  .seo-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .masthead {
    margin-bottom: 44px;
  }

  .app-preview {
    width: 100%;
    margin-top: 10px;
  }

  .phone-shell {
    width: min(78vw, 320px);
    box-shadow: 12px 16px 0 rgb(14 13 12 / 0.82), -8px -8px 0 rgb(214 51 34 / 0.95);
  }
}

@media (max-width: 560px) {
  .texture-field {
    min-height: 324px;
  }

  .online-pill {
    display: none;
  }

  h1 {
    font-size: clamp(3.5rem, 19vw, 5.6rem);
  }

  .input-row {
    grid-template-columns: 1fr;
    filter: drop-shadow(6px 7px 0 rgb(14 13 12 / 0.86));
  }

  .input-row input {
    border-right: 2px solid var(--studio-ink);
    border-radius: var(--radius) var(--radius) 0 0;
  }

  .input-row button {
    width: 100%;
    min-width: 0;
    border-top: 0;
    border-radius: 0 0 var(--radius) var(--radius);
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }

  .metric-strip div {
    border-right: 0;
    border-bottom: 1.5px solid rgb(21 22 24 / 0.24);
  }

  .metric-strip div:last-child {
    border-bottom: 0;
  }

  .phone-shell {
    width: min(86vw, 300px);
  }

  .release-band {
    width: calc(100% - 40px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .status-dot {
    animation: pulse 2.4s ease-in-out infinite;
  }

  .phone-shell {
    transition: transform 240ms ease;
  }

  .app-preview:hover .phone-shell {
    transform: rotate(0deg) translateY(-4px);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.52;
  }
  50% {
    opacity: 1;
  }
}
