:root {
  --bg: #f4efe7;
  --surface: rgba(255, 250, 243, 0.72);
  --surface-strong: #fffaf2;
  --panel: #171717;
  --text: #181614;
  --muted: #62584d;
  --line: rgba(24, 22, 20, 0.1);
  --accent: #b45f2c;
  --accent-dark: #8d4418;
  --accent-soft: #e9c7af;
  --success: #1f7a52;
  --shadow: 0 20px 60px rgba(56, 34, 16, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(233, 199, 175, 0.85), transparent 32%),
    radial-gradient(circle at right 15% top 10%, rgba(180, 95, 44, 0.18), transparent 24%),
    linear-gradient(180deg, #f7f2ea 0%, var(--bg) 55%, #f2ece4 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(24, 22, 20, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 22, 20, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black 55%, transparent 100%);
}

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

button,
input,
select {
  font: inherit;
}

.site-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 72px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  background: rgba(255, 250, 243, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), #d98c5d);
  color: #fff7f1;
}

.topnav,
.topbar-actions,
.hero-actions,
.hero-metrics,
.score-row,
.signal-grid,
.feature-layout,
.timeline,
.proof-grid,
.integration-list,
.shot-grid,
.pricing-grid {
  display: flex;
  gap: 16px;
}

.topnav {
  align-items: center;
  color: var(--muted);
}

.topbar-actions {
  align-items: center;
}

.link-button,
.solid-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.link-button,
.ghost-button {
  border: 1px solid var(--line);
}

.solid-button {
  background: var(--accent);
  color: #fff7f1;
  border: 1px solid transparent;
}

.solid-button:hover,
.ghost-button:hover,
.link-button:hover {
  transform: translateY(-1px);
}

.ghost-button {
  background: rgba(255, 255, 255, 0.42);
}

.hero,
.platform,
.buyers,
.workflow,
.proof,
.integrations,
.faq,
.contact,
.shots,
.pricing {
  margin-top: 36px;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 28px;
  align-items: stretch;
  padding: 64px 0 24px;
}

.hero-copy h1,
.section-heading h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

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

.eyebrow,
.card-kicker,
.mini-label {
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-dark);
}

.hero-text,
.section-heading p,
.feature-card p,
.timeline p,
.contact-copy p,
.faq-list p,
.testimonial {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 56ch;
  font-size: 1.1rem;
  margin: 20px 0 28px;
}

.hero-metrics {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
}

.hero-metrics li,
.hero-card,
.feature-card,
.proof-stat,
.testimonial,
.faq-list details,
.contact-card,
.shot-card,
.price-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-metrics li {
  flex: 1 1 180px;
  padding: 20px;
}

.hero-metrics strong,
.proof-stat strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.hero-card {
  padding: 22px;
}

.hero-card-primary {
  min-height: 320px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 246, 238, 0.84)),
    linear-gradient(135deg, rgba(180, 95, 44, 0.15), transparent 60%);
}

.hero-card-secondary {
  background: #1d1a17;
  color: #f4eade;
}

.hero-card-secondary p,
.hero-card-secondary .panel-header,
.hero-card-secondary .chart-tag {
  color: rgba(244, 234, 222, 0.86);
}

.panel-header,
.score-row {
  align-items: center;
  justify-content: space-between;
}

.panel-header {
  display: flex;
  margin-bottom: 22px;
  font-weight: 700;
}

.status-pill,
.chart-tag {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  background: rgba(31, 122, 82, 0.12);
  color: var(--success);
}

.chart-tag {
  background: rgba(255, 255, 255, 0.08);
}

.score-row {
  margin-bottom: 18px;
}

.score-row strong {
  font-size: 1.05rem;
}

.signal-grid {
  flex-wrap: wrap;
}

.signal-grid article {
  flex: 1 1 180px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-md);
  border: 1px solid rgba(24, 22, 20, 0.06);
}

.signal-grid span,
.proof-stat span {
  display: block;
  color: var(--muted);
}

.signal-grid strong {
  display: block;
  margin-top: 6px;
}

.market-bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  align-items: end;
  min-height: 150px;
  margin-top: 28px;
}

.market-bars span {
  height: var(--h);
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, #f7d9c6 0%, #cf7c4a 100%);
}

.logo-strip {
  margin-top: 18px;
  padding: 18px 24px;
  text-align: center;
  color: var(--muted);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-grid,
.workflow,
.proof,
.integrations,
.faq {
  padding: 32px 0 0;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.section-heading h2,
.contact-copy h2 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  max-width: 12ch;
}

.section-heading.narrow h2 {
  max-width: 14ch;
}

.feature-layout {
  flex-wrap: wrap;
}

.feature-card {
  flex: 1 1 260px;
  padding: 28px;
}

.feature-card h3,
.timeline h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.feature-card-large {
  flex-basis: 100%;
  background:
    linear-gradient(135deg, rgba(180, 95, 44, 0.12), rgba(255, 255, 255, 0.54)),
    var(--surface);
}

.accent-card {
  background: #2b221d;
  color: #fff8f1;
}

.accent-card p,
.accent-card .card-kicker {
  color: rgba(255, 248, 241, 0.82);
}

.timeline {
  flex-wrap: wrap;
}

.timeline article {
  flex: 1 1 220px;
  padding: 24px 24px 28px;
  border-top: 1px solid var(--line);
}

.timeline span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgba(180, 95, 44, 0.12);
  color: var(--accent-dark);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.proof-grid {
  flex-wrap: wrap;
}

.proof-stat {
  flex: 1 1 220px;
  padding: 28px;
}

.testimonial {
  margin: 22px 0 0;
  padding: 28px;
  font-size: 1.12rem;
}

.integration-list {
  flex-wrap: wrap;
}

.integration-list span {
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--line);
}

.shot-grid,
.pricing-grid {
  flex-wrap: wrap;
}

.shot-card,
.price-card {
  flex: 1 1 260px;
  padding: 22px;
}

.shot-card h3,
.price-card h3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.shot-frame {
  display: grid;
  place-items: center;
  min-height: 220px;
  margin-bottom: 18px;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(24, 22, 20, 0.18);
  background:
    linear-gradient(135deg, rgba(180, 95, 44, 0.12), rgba(255, 255, 255, 0.45)),
    rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-weight: 700;
}

.featured-price {
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.95), rgba(255, 251, 246, 0.82)),
    linear-gradient(135deg, rgba(180, 95, 44, 0.1), transparent 65%);
  border-color: rgba(180, 95, 44, 0.16);
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.price-list li {
  padding-left: 18px;
  position: relative;
}

.price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

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

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin-bottom: 0;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: center;
  padding: 28px 0 0;
}

.contact-card {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.contact-card label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}

.contact-card input,
.contact-card select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(24, 22, 20, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .topbar,
  .hero,
  .contact {
    grid-template-columns: 1fr;
  }

  .topbar {
    border-radius: 28px;
    padding: 18px;
  }

  .topnav,
  .topbar-actions {
    display: none;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .contact {
    align-items: stretch;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 20px, 1200px);
    padding-top: 12px;
  }

  .hero {
    padding-top: 36px;
  }

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

  .hero-actions,
  .topbar-actions {
    flex-direction: column;
  }

  .hero-actions a,
  .contact-card .solid-button {
    width: 100%;
  }

  .signal-grid article,
  .proof-stat,
  .feature-card,
  .timeline article,
  .shot-card,
  .price-card {
    flex-basis: 100%;
  }
}
