:root {
  --bg: #f7f1e8;
  --panel: rgba(255, 251, 245, 0.82);
  --panel-strong: #fff8f0;
  --ink: #1d1c1a;
  --muted: #5f584f;
  --line: rgba(34, 26, 18, 0.12);
  --primary: #d06c3c;
  --primary-deep: #a14d26;
  --accent: #26463f;
  --accent-soft: #dce6df;
  --shadow: 0 22px 60px rgba(55, 33, 18, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --content-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 195, 144, 0.5), transparent 32%),
    radial-gradient(circle at top right, rgba(127, 171, 153, 0.36), transparent 30%),
    linear-gradient(180deg, #fff9f1 0%, var(--bg) 45%, #efe6d8 100%);
}

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

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

.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;
}

.site-shell {
  width: min(calc(100% - 28px), var(--content-width));
  margin: 16px auto 40px;
}

.topbar,
.proof-band,
.showcase,
.features,
.workflow,
.faq,
.waitlist,
.footer,
.hero-panel,
.signal-card,
.preview-card,
.showcase-text-card,
.showcase-image-card,
.feature-grid article,
.workflow-grid article,
.faq-list details,
.waitlist-form {
  backdrop-filter: blur(10px);
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.topbar,
.proof-band,
.showcase,
.features,
.workflow,
.faq,
.waitlist,
.footer {
  border-radius: var(--radius-xl);
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 22px;
  margin-bottom: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 16px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-cta,
.button,
.waitlist-form button {
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.nav-cta,
.button-primary,
.waitlist-form button {
  color: #fff9f3;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 28px 4px 10px;
}

.hero-copy,
.hero-panel {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--primary-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.waitlist-copy h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 5.9rem);
}

.hero-text,
.section-heading p,
.showcase-text-card p,
.showcase-text-card li,
.feature-grid p,
.workflow-grid p,
.faq-list p,
.waitlist-copy p,
.footer p,
.form-note,
.form-status {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 58ch;
  margin: 20px 0 0;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.46);
  border-color: var(--line);
}

.hero-points {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink);
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(208, 108, 60, 0.12);
  flex: none;
}

.hero-panel {
  position: relative;
  padding: 18px;
  border-radius: 40px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.9), rgba(242, 233, 221, 0.9)),
    radial-gradient(circle at top right, rgba(208, 108, 60, 0.18), transparent 38%);
}

.signal-card,
.preview-card {
  border-radius: var(--radius-lg);
}

.signal-card {
  padding: 18px 20px;
  margin-bottom: 16px;
  background: rgba(250, 243, 235, 0.92);
}

.signal-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--primary-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.signal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.preview-card {
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.preview-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.preview-badges span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(38, 70, 63, 0.1);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.preview-card img,
.showcase-image-card img {
  width: 100%;
  border-radius: 18px;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 26px;
  padding: 18px;
}

.proof-band div {
  padding: 10px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(34, 26, 18, 0.08);
}

.proof-band strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.proof-band span {
  color: var(--muted);
  font-size: 0.95rem;
}

.showcase,
.features,
.workflow,
.faq,
.waitlist,
.footer {
  padding: 30px;
  margin-top: 22px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.section-heading h2,
.waitlist-copy h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.section-heading p,
.waitlist-copy p {
  margin-top: 14px;
  font-size: 1.02rem;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
}

.showcase-text-card,
.showcase-image-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.showcase-text-card h3 {
  margin: 0 0 14px;
  font-size: 1.8rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.showcase-text-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.feature-grid,
.workflow-grid {
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workflow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article,
.workflow-grid article {
  padding: 22px;
  border-radius: 22px;
}

.feature-grid h3,
.workflow-grid h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.workflow-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(38, 70, 63, 0.1);
  color: var(--accent);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
  border-radius: 20px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.04rem;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 12px 0 0;
}

.waitlist {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: center;
}

.waitlist-form {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.waitlist-form input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(34, 26, 18, 0.16);
  background: rgba(255, 255, 255, 0.84);
  font: inherit;
}

.waitlist-form input:focus {
  outline: 2px solid rgba(208, 108, 60, 0.3);
  outline-offset: 2px;
}

.waitlist-form button {
  width: 100%;
  height: 54px;
  margin-top: 12px;
  border: 0;
  border-radius: 16px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.form-note,
.form-status {
  margin: 12px 0 0;
  font-size: 0.93rem;
}

.form-status.is-error {
  color: #9a2f2f;
}

.form-status.is-success {
  color: #1b5b4d;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font-weight: 700;
}

.footer-domain {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.nav-cta:hover,
.button:hover,
.waitlist-form button:hover {
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .hero,
  .showcase-grid,
  .waitlist,
  .feature-grid,
  .workflow-grid,
  .proof-band {
    grid-template-columns: 1fr;
  }

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

  .nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(calc(100% - 18px), var(--content-width));
    margin-top: 10px;
  }

  .topbar,
  .showcase,
  .features,
  .workflow,
  .faq,
  .waitlist,
  .footer {
    padding: 20px;
  }

  .hero {
    padding-top: 10px;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .section-heading h2,
  .waitlist-copy h2 {
    font-size: 2.1rem;
  }
}
