:root {
  color: #090909;
  background: #fff;
  font-family: Aptos, "Aptos Display", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 9, 9, 0.035) 1px, transparent 1px),
    #fff;
  background-size: 42px 42px;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

h1,
h2,
p,
figure,
ol {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

.site-header,
main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 14px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: clamp(42px, 5vw, 58px);
  height: clamp(42px, 5vw, 58px);
  object-fit: contain;
}

.brand-name {
  display: block;
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  font-weight: 400;
  line-height: 0.9;
}

.brand-subtitle {
  display: block;
  margin-top: 4px;
  font-size: clamp(0.9rem, 1.8vw, 1.25rem);
}

.header-link,
.primary-link,
.secondary-link,
.signup-form button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 2px solid #090909;
  border-radius: 3px;
  padding: 10px 15px;
  background: #fff;
  text-decoration: none;
  font-weight: 650;
}

.primary-link,
.signup-form button {
  background: #090909;
  color: #fff;
}

.primary-link {
  min-height: 54px;
  padding: 13px 21px;
  font-size: 1.1rem;
}

.header-link:hover,
.primary-link:hover,
.secondary-link:hover,
.signup-form button:hover {
  text-decoration: underline;
}

.header-link:focus-visible,
.primary-link:focus-visible,
.secondary-link:focus-visible,
.signup-form input:focus-visible,
.signup-form button:focus-visible {
  outline: 3px solid #f3c623;
  outline-offset: 3px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: clamp(48px, 8vw, 96px) 0;
}

.hero-copy {
  display: grid;
  gap: 22px;
}

.eyebrow {
  width: fit-content;
  border-bottom: 2px solid #090909;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.8rem, 6.2vw, 5.5rem);
  font-weight: 430;
  line-height: 0.96;
}

.lead {
  max-width: 650px;
  font-size: clamp(1.18rem, 2.2vw, 1.55rem);
  line-height: 1.25;
}

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

.cta-note,
.form-note,
.form-status {
  font-size: 0.92rem;
  line-height: 1.3;
}

.hero-visual {
  border: 2px solid #090909;
  background: #fff;
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

figcaption {
  border-top: 2px solid #090909;
  padding: 10px 12px;
  font-size: 0.95rem;
}

.process,
.signup-section {
  border-top: 2px solid #090909;
  padding: clamp(38px, 6vw, 68px) 0;
}

.section-heading {
  display: grid;
  gap: 16px;
}

h2 {
  max-width: 900px;
  font-size: clamp(2.15rem, 4.5vw, 4.2rem);
  font-weight: 430;
  line-height: 1.02;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
}

.step-grid li {
  display: grid;
  min-height: 190px;
  gap: 12px;
  align-content: start;
  border: 2px solid #090909;
  padding: 16px;
  background: #fff;
}

.step-grid span {
  font-size: 0.9rem;
  font-weight: 700;
}

.step-grid strong {
  font-size: 1.35rem;
}

.step-grid p,
.section-copy {
  font-size: 1.08rem;
  line-height: 1.35;
}

.signup-section {
  display: grid;
  grid-template-columns: 1fr minmax(330px, 440px);
  gap: clamp(24px, 5vw, 64px);
}

.signup-section > div {
  display: grid;
  gap: 14px;
}

.signup-form {
  display: grid;
  gap: 9px;
  border: 2px solid #090909;
  padding: 16px;
  background: #fff;
}

.signup-form label {
  font-weight: 700;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.signup-form input {
  min-width: 0;
  min-height: 48px;
  border: 2px solid #090909;
  border-radius: 3px;
  padding: 9px 11px;
}

.signup-form button {
  cursor: pointer;
}

.form-status {
  min-height: 19px;
  font-weight: 650;
}

.form-status.is-error {
  color: #8f1d1d;
}

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

  .hero-visual {
    max-width: 640px;
  }

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

  .step-grid li {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .site-header,
  main {
    width: min(100% - 24px, 1120px);
  }

  .site-header {
    display: grid;
  }

  .header-link,
  .primary-link,
  .secondary-link,
  .signup-form button {
    width: 100%;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-actions,
  .form-row {
    display: grid;
    grid-template-columns: 1fr;
  }
}
