@font-face {
  font-family: "Argesta Hairline";
  src: url("fonts/Argesta/ArgestaHairline-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("fonts/Jost/Jost-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("fonts/Jost/Jost-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --bg: #000;
  --fg: #f8f4ef;
  --placeholder: #6f6c66;
  --rule: rgba(248, 244, 239, 0.55);

  /* Desktop sizes anchored to the 1920pt design artboard (1vw = 19.2px @1920). */
  --pad-x: clamp(1.5rem, 16.77vw, 322px);
  --pad-top: clamp(1.75rem, 4.4vw, 85px);
  --pad-bottom: clamp(1.75rem, 5.5vw, 105px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  background: var(--bg);
  color: var(--fg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Jost", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background: var(--bg);
  color: var(--fg);
  min-height: 100vh;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page {
  max-width: 1920px;
  margin: 0 auto;
  padding: var(--pad-top) var(--pad-x) var(--pad-bottom);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ---------- Logos ---------- */

.wordmark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.wordmark-img {
  display: block;
  width: clamp(168px, 14.27vw, 274px);
  height: auto;
}

.monogram {
  display: inline-flex;
  line-height: 0;
}

.monogram-img {
  display: block;
  width: clamp(38px, 2.92vw, 56px);
  height: auto;
}

/* ---------- Header ---------- */

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(2.5rem, 6.6vw, 127px);
}

/* ---------- Hero ---------- */

.hero {
  flex: 1;
  display: block;
}

.headline {
  font-family: "Argesta Hairline", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 5.21vw, 100px);
  line-height: 1.0;
  letter-spacing: 0;
  margin: 0 0 clamp(1.5rem, 3.3vw, 63px);
  text-transform: uppercase;
}

.lede {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: clamp(1.25rem, 2.08vw, 40px);
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 clamp(2.75rem, 7.2vw, 139px);
  color: var(--fg);
}

/* ---------- CTA Block ---------- */

.cta {
  max-width: clamp(20rem, 28.3vw, 543px);
}

.cta-body {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: clamp(1.35rem, 1.1vw, 22px);
  line-height: 1.55;
  margin: 0 0 clamp(1.25rem, 2.6vw, 50px);
  color: var(--fg);
}

.moreganic-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  transition: opacity 0.15s ease;
}

.moreganic-link:hover,
.moreganic-link:focus-visible {
  opacity: 0.7;
  outline: none;
}

.signup {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 2.2vw, 42px);
  margin-bottom: clamp(1.5rem, 2.6vw, 50px);
}

.signup-input {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule);
  color: var(--fg);
  font-family: inherit;
  font-size: clamp(1.1rem, 1.15vw, 22px);
  font-weight: 300;
  padding: 0.5rem 0.1rem;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: border-color 0.15s ease;
}

.signup-input::placeholder {
  color: var(--placeholder);
  font-weight: 350;
  opacity: 1;
}

.signup-input:focus {
  border-bottom-color: var(--fg);
}

.signup-button {
  align-self: flex-start;
  background: transparent;
  color: var(--fg);
  border: 1px solid var(--fg);
  border-radius: 999px;
  font-family: inherit;
  font-size: clamp(0.98rem, 1.04vw, 20px);
  font-weight: 400;
  letter-spacing: 0.01em;
  padding: 0.75em 1.5em;
  cursor: pointer;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease;
}

.signup-button:hover,
.signup-button:focus-visible {
  background: var(--fg);
  color: var(--bg);
  outline: none;
}

.fineprint {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.0vw, 19px);
  line-height: 1.5;
  color: var(--fg);
  margin: 0;
  max-width: 100%;
}

/* ---------- Founder Note ---------- */

.founder {
  max-width: clamp(20rem, 36vw, 690px);
  margin-top: clamp(3rem, 7vw, 134px);
  padding-top: clamp(2rem, 3.6vw, 69px);

}

.founder-note {
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.05rem, 1.04vw, 20px);
  line-height: 1.6;
  margin: 0;
  color: var(--fg);
}

/* ---------- Footer ---------- */

.site-footer {
  margin-top: clamp(3.5rem, 8vw, 120px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* ---------- Mobile (anchored to the 600pt mobile design artboard) ---------- */

@media (max-width: 700px) {
  :root {
    --pad-x: clamp(1.25rem, 6.7vw, 2.5rem);
    --pad-top: 1.75rem;
    --pad-bottom: 2rem;
  }

  .wordmark-img {
    width: clamp(150px, 38vw, 220px);
  }

  .monogram-img {
    width: clamp(34px, 8.5vw, 48px);
  }

  .site-header {
    margin-bottom: clamp(2rem, 9vw, 3.5rem);
  }

  .headline {
    font-size: clamp(2rem, 13.8vw, 4rem);
    line-height: 1.04;
    margin-bottom: clamp(1.5rem, 6vw, 2.5rem);
  }

  .lede {
    font-size: clamp(1.3rem, 6.3vw, 1.9rem);
    line-height: 1.3;
    margin-bottom: clamp(2rem, 10vw, 3.5rem);
  }

  .cta,
  .signup,
  .fineprint {
    max-width: 100%;
  }

  .cta-body {
    font-size: clamp(1.1rem, 4.3vw, 1.31rem);
    margin-bottom: clamp(2rem, 9vw, 3rem);
  }

  .signup {
    gap: clamp(1.25rem, 5vw, 1.75rem);
  }

  .signup-input {
    font-size: clamp(1.1rem, 4.3vw, 1.31rem);
  }

  .signup-button {
    font-size: clamp(1rem, 4vw, 1.15rem);
    padding: 0.75em 1.5em;
  }

  .fineprint {
    font-size: clamp(0.9rem, 3.5vw, 1.05rem);
  }

  .founder {
    max-width: 100%;
    margin-top: clamp(2.5rem, 11vw, 4rem);
    padding-top: clamp(1.75rem, 7vw, 2.5rem);
  }

  .founder-note {
    font-size: clamp(1rem, 4vw, 1.2rem);
    line-height: 1.55;
  }

  .site-footer {
    margin-top: clamp(3rem, 12vw, 5rem);
    align-items: flex-end;
  }
}