:root {
  color-scheme: dark;
  --bg: #070707;
  --panel: #101010;
  --panel-2: #151515;
  --line: #2b2b2b;
  --text: #fff;
  --soft: #d0d0d0;
  --muted: #929292;
  --pink: #ff2e9b;
  --cyan: #00e6f6;
  --acid: #d9ff38;
  --danger: #ff6666;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    var(--bg);
  background-size: 72px 72px;
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 0 max(20px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 7, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.brand > span:last-child span {
  color: var(--pink);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 6px;
  background: var(--pink);
}

.brand-mark svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--soft);
  font-size: 14px;
  font-weight: 850;
}

.site-header nav a:hover {
  color: var(--cyan);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: var(--pink);
  color: #fff;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.header-cta {
  min-height: 46px;
  padding: 0 20px;
  font-size: 13px;
}

.button {
  min-height: 62px;
  padding: 0 26px;
  font-size: 16px;
}

.button:hover,
.header-cta:hover {
  background: #ff51ac;
}

.button span {
  transition: transform 150ms ease;
}

.button:hover span {
  transform: translateX(4px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 52px;
  align-items: center;
  max-width: var(--max);
  min-height: 760px;
  margin: 0 auto;
  padding: 72px 20px;
}

.hero > *,
.proof-section > * {
  min-width: 0;
}

.kicker,
.label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.kicker {
  gap: 9px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: var(--cyan);
}

.kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
}

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

h1 {
  max-width: 760px;
  margin: 23px 0 22px;
  font-size: clamp(52px, 6.4vw, 84px);
  font-weight: 950;
  line-height: 0.92;
  text-transform: uppercase;
}

h1 strong {
  display: block;
  color: var(--pink);
}

h1 strong span {
  display: inline;
}

.lede {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--soft);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 750;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.text-link {
  color: var(--cyan);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.plain-promises {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 24px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  list-style: none;
  text-transform: uppercase;
}

.plain-promises li::before {
  color: var(--pink);
  content: "+ ";
}

.statement {
  padding: 84px max(20px, calc((100vw - 920px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
  text-align: center;
}

.statement p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 850;
  text-transform: uppercase;
}

.statement p:last-child {
  margin: 18px 0 0;
  color: var(--cyan);
}

.statement h2,
.section-heading h2,
.proof-section h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 950;
  line-height: 0.98;
  text-transform: uppercase;
}

.section {
  padding: 92px max(20px, calc((100vw - var(--max)) / 2));
  scroll-margin-top: 88px;
}

.section-heading {
  display: grid;
  gap: 18px;
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
  justify-items: center;
}

.label {
  min-height: 28px;
  padding: 0 13px;
  border-radius: 5px;
  background: var(--pink);
  color: #050505;
}

.checklist {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.checklist article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.checklist article > span {
  color: var(--cyan);
  font-size: 20px;
  font-weight: 950;
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 950;
  line-height: 1.05;
}

.checklist p,
.work-list p,
.proof-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 740;
}

.work-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}

.work-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.work-list article {
  min-width: 0;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.work-list h3 {
  font-size: 23px;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 60px;
  align-items: start;
}

.proof-section .label {
  margin-bottom: 18px;
}

.proof-copy {
  display: grid;
  gap: 18px;
  padding-top: 46px;
}

.proof-copy p {
  padding: 20px;
  border-left: 3px solid var(--pink);
  background: rgba(255, 255, 255, 0.025);
  color: var(--soft);
  font-size: 20px;
}

.intake-form {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  background: var(--panel-2);
}

.hero-form {
  align-self: center;
  width: 100%;
}

.form-heading {
  display: grid;
  gap: 6px;
  padding-bottom: 4px;
}

.form-heading p,
.form-heading h2 {
  margin: 0;
}

.form-heading p {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.form-heading h2 {
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.form-heading span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.hero-form textarea {
  min-height: 96px;
}

.intake-form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

input,
textarea {
  width: 100%;
  border: 1px solid #3b3b3b;
  border-radius: 6px;
  background: #090909;
  color: #fff;
  font-weight: 700;
}

input {
  min-height: 54px;
  padding: 0 15px;
}

textarea {
  min-height: 120px;
  padding: 14px 15px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #686868;
}

input.is-invalid {
  border-color: var(--danger);
}

.field-error {
  min-height: 17px;
  color: var(--danger);
  font-size: 12px;
  font-weight: 850;
  text-transform: none;
}

.intake-form .button {
  width: 100%;
}

.intake-form .button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.form-note,
.form-status {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.form-note {
  color: var(--muted);
}

.form-status {
  min-height: 20px;
  color: var(--acid);
}

.form-status.error {
  color: var(--danger);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px max(20px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
}

footer .brand {
  font-size: 22px;
}

footer .brand-mark {
  width: 32px;
  height: 32px;
}

footer .brand-mark svg {
  width: 20px;
  height: 20px;
}

footer p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 1040px) {
  .hero,
  .proof-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-form {
    max-width: 720px;
  }

  .work-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-copy {
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 70px;
  }

  .site-header {
    gap: 8px;
    min-height: 66px;
    padding: 10px 16px;
  }

  .site-header nav {
    display: none;
  }

  .brand {
    font-size: 20px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 10px;
    font-size: 11px;
    white-space: nowrap;
  }

  .hero {
    padding: 48px 16px 62px;
  }

  h1 {
    font-size: 42px;
    overflow-wrap: anywhere;
  }

  h1 strong span {
    display: block;
  }

  .hero-actions {
    display: grid;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .text-link {
    text-align: center;
  }

  .statement,
  .section {
    padding: 68px 16px;
  }

  .statement h2,
  .section-heading h2,
  .proof-section h2 {
    font-size: 38px;
  }

  .work-list {
    grid-template-columns: 1fr;
  }

  .work-list article {
    padding: 22px;
  }

  .checklist article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

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

@media (max-width: 420px) {
  .brand {
    font-size: 20px;
  }

  .header-cta {
    padding: 0 10px;
  }

  h1 {
    font-size: 37px;
  }

  .plain-promises {
    display: grid;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
