:root {
  --paper: #f4f0e7;
  --ink: #161918;
  --muted: #656762;
  --line: #c8c5bc;
  --coral: #f46847;
  --teal: #6dc8b8;
  --yellow: #f1c94d;
  --white: #fffdf7;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
}

a { color: inherit; }

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

button,
input { font: inherit; }

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 1;
  text-decoration: none;
}

.wordmark span { color: var(--coral); }

.header-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.login-link {
  font-size: 0.88rem;
  font-weight: 750;
  text-underline-offset: 5px;
}

.status-pill,
.eyebrow,
.product-type,
.form-note,
.site-footer {
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.login-placeholder {
  min-height: calc(100vh - 196px);
  display: grid;
  place-items: center;
  padding-block: 80px;
}

.login-placeholder-card {
  width: min(620px, 100%);
  padding: clamp(34px, 7vw, 72px);
  border: 1px solid var(--ink);
  background: var(--teal);
}

.login-placeholder-card h1 {
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 9vw, 6.8rem);
}

.login-placeholder-card > p:not(.eyebrow) {
  max-width: 440px;
  margin-bottom: 28px;
  font-size: 1.08rem;
  line-height: 1.5;
}

.status-pill {
  padding: 8px 11px;
  border: 1px solid var(--ink);
  border-radius: 999px;
}

.footer-app-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  border-radius: 11px;
}

.hero {
  min-height: 610px;
  padding-block: clamp(96px, 15vw, 180px) 100px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--muted);
}

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

h1 {
  max-width: 880px;
  margin-bottom: 34px;
  font-size: clamp(4rem, 10vw, 8.8rem);
  font-weight: 790;
  letter-spacing: -0.078em;
  line-height: 0.84;
}

.hero-copy {
  max-width: 600px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.5;
}

.hero-copy p { margin-bottom: 0; }

.hero-copy p + p { margin-top: 1.25em; }

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 750;
  text-underline-offset: 5px;
}

.portfolio {
  padding-block: 100px 120px;
  border-top: 1px solid var(--line);
}

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

.waitlist h2 {
  max-width: 750px;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

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

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 3px;
}

.product-card--coral { background: var(--coral); }
.product-card--teal { background: var(--teal); }
.product-card--yellow { background: var(--yellow); }

.product-shot {
  aspect-ratio: 5 / 3;
  margin: 18px 18px 0;
  overflow: hidden;
  border: 1px solid rgba(22, 25, 24, 0.5);
  background: #0b0f0e;
}

.product-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-shot--mobile {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.16), transparent 58%),
    #0b0f0e;
}

.product-shot--mobile img {
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.32));
  transform: scale(1.14);
}

.product-copy { padding: 28px 26px 30px; }

.product-type {
  margin-bottom: 22px;
  color: rgba(22, 25, 24, 0.7);
}

.product-title {
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.product-brand {
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 820;
}

.product-name {
  color: rgba(22, 25, 24, 0.54);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.075em;
}

.product-heading {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.product-heading .product-title { margin-bottom: 0; }

.product-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border: 1px solid rgba(22, 25, 24, 0.55);
  border-radius: 12px;
}

.product-copy > p:last-child {
  max-width: 470px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.waitlist {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
  padding-block: 120px;
  border-top: 1px solid var(--line);
}

.waitlist-copy > p:last-child {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.5;
}

.signup-form { position: relative; }

.signup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border-bottom: 2px solid var(--ink);
}

.signup-row input {
  min-width: 0;
  padding: 18px 2px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 1.1rem;
}

.signup-row input::placeholder { color: #8d8d86; }

.signup-row input:focus-visible { box-shadow: inset 0 -3px var(--coral); }

.signup-row button {
  align-self: center;
  padding: 13px 17px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
  font-weight: 740;
}

.signup-row button:hover { background: #343735; }
.signup-row button:disabled { cursor: wait; opacity: 0.65; }

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.5;
}

.form-status {
  min-height: 1.5em;
  margin: 12px 0 0;
  font-size: 0.9rem;
  font-weight: 700;
}

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

.website-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

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

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 76px; }
  .status-pill { font-size: 0.62rem; }
  .header-links { gap: 12px; }
  .login-link { font-size: 0.8rem; }
  .hero { min-height: 540px; padding-block: 100px 74px; }
  h1 { font-size: clamp(3.7rem, 18vw, 6rem); }
  .portfolio { padding-block: 74px 82px; }
  .section-heading,
  .product-grid,
  .waitlist { grid-template-columns: 1fr; }
  .section-heading { gap: 6px; margin-bottom: 36px; }
  .product-grid { gap: 16px; }
  .product-copy { padding: 24px 21px 26px; }
  .waitlist { padding-block: 84px; }
  .signup-row { grid-template-columns: 1fr; border-bottom: 0; gap: 10px; }
  .signup-row input { border-bottom: 2px solid var(--ink); }
  .signup-row button { width: 100%; padding-block: 15px; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 16px; }
}

@media (min-width: 761px) and (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
