:root {
  --ink: #111111;
  --paper: #f7f1e8;
  --paper-2: #fffaf2;
  --line: rgba(17, 17, 17, 0.14);
  --muted: #6f6a63;
  --red: #f04438;
  --cyan: #00b8d9;
  --lime: #d6f75a;
  --violet: #6e56cf;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 20px 32px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.brand {
  align-items: baseline;
  display: inline-flex;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
}

.brand i {
  background: var(--red);
  border-radius: 999px;
  display: inline-block;
  height: 0.42em;
  margin-left: 3px;
  width: 0.42em;
}

.top-nav {
  align-items: center;
  display: flex;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 800;
}

.top-nav a {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  color: var(--ink);
  opacity: 1;
  padding: 10px 13px;
}

.top-nav a:hover {
  background: var(--white);
}

.nav-cta {
  background: var(--red) !important;
  border-color: rgba(240, 68, 56, 0.8) !important;
  color: var(--white);
}

.hero {
  background:
    linear-gradient(90deg, rgba(247, 241, 232, 0.96) 0 56%, rgba(17, 17, 17, 0.94) 56% 100%),
    repeating-linear-gradient(135deg, rgba(240, 68, 56, 0.1) 0 1px, transparent 1px 18px);
  min-height: 86svh;
  overflow: hidden;
  padding: 132px 32px 72px;
  position: relative;
}

.hero::after {
  background: var(--lime);
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 34%;
}

.hero-copy {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: 4.75rem;
  line-height: 0.94;
  margin-bottom: 24px;
  max-width: 620px;
}

h2 {
  font-size: 2.55rem;
  line-height: 1.03;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.15;
}

.hero-text {
  color: #332f2a;
  font-size: 1.2rem;
  line-height: 1.55;
  margin-bottom: 30px;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 900;
  min-height: 48px;
  padding: 0 18px;
}

.button.primary {
  background: var(--red);
  color: var(--white);
}

.button.primary:hover {
  background: #d9382e;
}

.button.secondary {
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.14);
  color: var(--ink);
}

.button.secondary:hover {
  background: rgba(17, 17, 17, 0.14);
}

.button.dark {
  background: var(--ink);
  color: var(--white);
}

.button.dark:hover {
  background: #2a2a2a;
}

.hero-product {
  bottom: 52px;
  height: 560px;
  position: absolute;
  right: max(32px, calc((100vw - 1180px) / 2));
  width: 520px;
  z-index: 1;
}

.product-phone {
  background: #0b0b0b;
  border: 8px solid #0b0b0b;
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  height: 430px;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  width: 238px;
}

.freela-phone {
  left: 18px;
  top: 86px;
  transform: rotate(-6deg);
}

.venue-phone {
  right: 36px;
  top: 18px;
  transform: rotate(7deg);
}

.phone-top {
  background: #0b0b0b;
  border-radius: 999px;
  height: 22px;
  left: 50%;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 72px;
  z-index: 2;
}

.phone-screen {
  background: var(--paper-2);
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
  padding: 38px 16px 16px;
}

.app-mini-header {
  margin-bottom: 14px;
}

.app-mini-header strong,
.app-mini-header span {
  display: block;
}

.app-mini-header strong {
  font-size: 1rem;
}

.app-mini-header span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  margin-top: 4px;
}

.app-mini-header.dark strong {
  color: var(--white);
}

.venue-phone .phone-screen {
  background: #161616;
  color: var(--white);
}

.shift-card,
.venue-post,
.freela-match {
  border-radius: 8px;
}

.shift-card {
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  margin-bottom: 10px;
  padding: 12px;
}

.shift-card.active {
  background: var(--red);
  color: var(--white);
}

.shift-card small,
.venue-post small {
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.shift-card h3,
.venue-post h3 {
  margin-bottom: 5px;
}

.shift-card p,
.venue-post p,
.freela-match span {
  font-size: 0.76rem;
  line-height: 1.35;
  margin-bottom: 0;
}

.shift-row,
.freela-match {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.shift-row span {
  background: rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  padding: 4px 8px;
}

.active .shift-row span {
  background: rgba(255, 255, 255, 0.18);
}

.venue-post {
  background: var(--cyan);
  color: var(--ink);
  margin-bottom: 12px;
  padding: 14px;
}

.freela-match {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 10px;
  padding: 12px;
}

.freela-match b {
  color: var(--lime);
}

.mini-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}

.mini-tabs span {
  background: rgba(17, 17, 17, 0.2);
  border-radius: 999px;
  height: 5px;
  width: 30px;
}

.purpose-band,
.section,
.audience-band,
.site-footer {
  padding-left: 32px;
  padding-right: 32px;
}

.purpose-band {
  background: var(--white);
  padding-bottom: 88px;
  padding-top: 88px;
}

.section-copy,
.section-heading,
.steps-grid,
.model-grid,
.audience-grid,
.site-footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.narrow {
  max-width: 820px;
}

.section-copy p,
.section-heading p,
.audience-panel p,
.model-item p,
.legal-note {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.6;
}

.section {
  padding-bottom: 88px;
  padding-top: 88px;
}

.section-heading {
  margin-bottom: 32px;
}

.steps-grid,
.model-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step,
.model-item {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.step span {
  color: var(--red);
  display: block;
  font-weight: 900;
  margin-bottom: 42px;
}

.step p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.audience-band {
  background: var(--ink);
  padding-bottom: 32px;
  padding-top: 32px;
}

.audience-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audience-panel {
  border-radius: 8px;
  min-height: 390px;
  padding: 34px;
}

.audience-panel.light {
  background: var(--paper);
}

.audience-panel.dark {
  background:
    linear-gradient(180deg, rgba(0, 184, 217, 0.14), rgba(240, 68, 56, 0.12)),
    #171717;
  color: var(--white);
}

.audience-panel.dark p,
.audience-panel.dark li {
  color: rgba(255, 255, 255, 0.74);
}

.audience-panel ul {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.audience-panel li {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
  padding: 16px 0;
}

.audience-panel.dark li {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.panel-link {
  align-items: center;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  margin-top: 18px;
  min-height: 44px;
  padding: 0 14px;
}

.panel-link.invert {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

.model-section {
  background: var(--white);
}

.model-item strong {
  display: block;
  font-size: 1.12rem;
  margin-bottom: 10px;
}

.model-item p {
  margin-bottom: 0;
}

.legal-note {
  border-left: 4px solid var(--red);
  margin: 26px auto 0;
  max-width: 1180px;
  padding-left: 16px;
}

.site-footer {
  align-items: center;
  background: var(--paper);
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-bottom: 28px;
  padding-top: 28px;
}

.site-footer span {
  color: var(--ink);
  font-size: 1.4rem;
  font-weight: 900;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: var(--ink);
  font-weight: 800;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-actions a {
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  padding: 9px 12px;
}

.manifesto-header .nav-cta {
  color: var(--white);
}

.manifesto-hero {
  background:
    linear-gradient(rgba(247, 241, 232, 0.98), rgba(247, 241, 232, 0.98)),
    repeating-linear-gradient(135deg, rgba(240, 68, 56, 0.1) 0 1px, transparent 1px 18px);
  min-height: 0;
  padding: 138px 32px 88px;
  position: relative;
}

.manifesto-hero::after {
  background: var(--red);
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 44%;
}

.manifesto-copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.manifesto-copy h1 {
  max-width: 860px;
}

.manifesto-copy p:not(.eyebrow) {
  color: #332f2a;
  font-size: 1.28rem;
  line-height: 1.6;
  max-width: 700px;
}

.manifesto-section {
  background: var(--white);
  padding: 48px 32px;
}

.generation-band {
  background: var(--paper);
  padding: 88px 32px;
}

.manifesto-block {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 42px;
  grid-template-columns: 160px minmax(0, 820px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding: 52px 0;
}

.manifesto-block:last-child {
  border-bottom: 0;
}

.manifesto-number {
  color: var(--red);
  font-size: 0.95rem;
  font-weight: 900;
}

.manifesto-block p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.68;
}

.manifesto-pull {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  min-height: 320px;
  padding: 64px 32px;
}

.manifesto-quote {
  margin: 0 auto;
  max-width: 1180px;
}

.manifesto-quote blockquote {
  color: var(--white);
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.58;
  margin: 0;
  max-width: 860px;
}

.manifesto-quote figcaption {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  font-weight: 600;
  margin-top: 22px;
}

.manifesto-principles {
  padding: 88px 32px;
}

.lead-header .nav-cta {
  color: var(--white);
}

.lead-page {
  min-height: 100svh;
}

.lead-hero {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  min-height: 100svh;
  padding: 132px 32px 72px;
}

.freela-lead .lead-hero {
  background:
    linear-gradient(135deg, rgba(240, 68, 56, 0.13), transparent 36%),
    linear-gradient(315deg, rgba(214, 247, 90, 0.22), transparent 42%),
    var(--paper);
}

.venue-lead .lead-hero {
  background:
    linear-gradient(135deg, rgba(0, 184, 217, 0.13), transparent 38%),
    linear-gradient(315deg, rgba(17, 17, 17, 0.08), transparent 42%),
    var(--paper-2);
}

.lead-copy,
.lead-form-card,
.lead-proof {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 100%;
}

.lead-copy h1 {
  max-width: 760px;
}

.lead-copy p:not(.eyebrow) {
  color: #332f2a;
  font-size: 1.22rem;
  line-height: 1.58;
  max-width: 620px;
}

.lead-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  max-width: 620px;
}

.lead-pills span {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  padding: 9px 12px;
}

.lead-form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.13);
  padding: 24px;
}

.venue-card {
  background: var(--ink);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.form-kicker {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.lead-form-card h2 {
  font-size: 1.72rem;
  margin-bottom: 20px;
}

.lead-form-card form {
  display: grid;
  gap: 13px;
}

.lead-form-card label {
  color: var(--muted);
  display: grid;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 6px;
}

.venue-card label {
  color: rgba(255, 255, 255, 0.7);
}

.lead-form-card input,
.lead-form-card select {
  appearance: none;
  background: var(--paper-2);
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 8px;
  color: var(--ink);
  min-height: 46px;
  outline: 0;
  padding: 0 12px;
  width: 100%;
}

.venue-card input,
.venue-card select {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.venue-card option {
  color: var(--ink);
}

.lead-form-card input:focus,
.lead-form-card select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(240, 68, 56, 0.16);
}

.hidden-field {
  display: none;
}

.form-button {
  border: 0;
  cursor: pointer;
  justify-content: center;
  margin-top: 4px;
  width: 100%;
}

.form-note {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
  margin-bottom: 0;
}

.venue-card .form-note {
  color: rgba(255, 255, 255, 0.58);
}

.lead-proof {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 32px;
}

.lead-proof article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.lead-proof strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: 8px;
}

.lead-proof p {
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 0;
}

.thanks-page {
  align-content: center;
  background:
    linear-gradient(135deg, rgba(240, 68, 56, 0.13), transparent 38%),
    var(--paper);
  display: grid;
  min-height: 100svh;
  padding: 32px;
}

.thanks-page .brand {
  left: 32px;
  position: absolute;
  top: 28px;
}

.thanks-page section {
  max-width: 720px;
}

.thanks-page p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.6;
  max-width: 620px;
}

@media (max-width: 1020px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(247, 241, 232, 0.98) 0 63%, rgba(17, 17, 17, 0.94) 63% 100%),
      repeating-linear-gradient(135deg, rgba(240, 68, 56, 0.1) 0 1px, transparent 1px 18px);
    padding-bottom: 420px;
  }

  .nav-cta {
    color: var(--white);
  }

  .hero-product {
    bottom: 28px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) scale(0.9);
  }

  h1 {
    font-size: 4rem;
  }

  .steps-grid,
  .model-grid,
  .lead-proof {
    grid-template-columns: 1fr;
  }

  .lead-hero {
    grid-template-columns: 1fr;
  }

  .manifesto-block {
    gap: 18px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 18px 18px;
  }

  .site-header {
    flex-wrap: wrap;
    gap: 12px;
  }

  .top-nav {
    gap: 6px;
    justify-content: flex-start;
    width: 100%;
  }

  .top-nav a {
    font-size: 0.78rem;
    padding: 8px 9px;
  }

  .hero {
    min-height: auto;
    padding: 110px 18px 360px;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-text {
    font-size: 1.02rem;
  }

  .button {
    justify-content: center;
    width: 100%;
  }

  .hero-product {
    bottom: -18px;
    height: 380px;
    transform: translateX(-50%) scale(0.68);
    width: 470px;
  }

  .purpose-band,
  .section,
  .audience-band,
  .site-footer,
  .manifesto-hero,
  .manifesto-section,
  .generation-band,
  .manifesto-pull,
  .manifesto-principles,
  .lead-hero,
  .lead-proof,
  .thanks-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .purpose-band,
  .section,
  .generation-band,
  .manifesto-principles {
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .lead-hero {
    min-height: auto;
    padding-bottom: 42px;
    padding-top: 104px;
  }

  .lead-copy p:not(.eyebrow) {
    font-size: 1rem;
  }

  .lead-form-card {
    padding: 18px;
  }

  .lead-proof {
    padding-bottom: 42px;
    padding-top: 8px;
  }

  .manifesto-hero {
    min-height: auto;
    padding-bottom: 120px;
    padding-top: 110px;
  }

  .manifesto-copy p:not(.eyebrow),
  .manifesto-block p {
    font-size: 1rem;
  }

  .manifesto-section {
    padding-bottom: 22px;
    padding-top: 22px;
  }

  .manifesto-block {
    padding: 36px 0;
  }

  .manifesto-pull {
    min-height: 0;
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .manifesto-quote blockquote {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .manifesto-quote figcaption {
    font-size: 0.86rem;
    margin-top: 18px;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-panel {
    min-height: 0;
    padding: 24px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .thanks-page .brand {
    left: 18px;
    top: 18px;
  }
}
