/* ===== DoughForge page — warm artisan-modern ===== */
body.df {
  background: var(--df-bg); color: var(--df-ink);
  font-family: "Manrope", sans-serif;
  --pill-border: #E7DcC4; --pill-fg: #8A7A66;
  --pill-active-bg: var(--df-tomato); --pill-active-fg: #fff;
  --ft-border: var(--df-border); --ft-fg: var(--df-ink-sec);
  overflow-x: hidden;
}
.df .brand { color: var(--df-ink); font-weight: 800; }
.df .brand-mark { background: linear-gradient(135deg, var(--df-tomato), var(--df-tomato-dark)); border-radius: 11px; }
.df .site-nav { color: var(--df-ink-sec); }
.df .back-link { font-size: 13.5px; font-weight: 800; text-decoration: none; color: var(--df-ink-sec); }
.df .back-link:hover { color: var(--df-ink); }

/* Hero */
.df-hero { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; padding: 60px 0 90px; }
.df-hero .badge {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--df-tomato-dark); background: rgba(198, 61, 47, 0.12); padding: 7px 14px; border-radius: 999px;
}
.df-hero h1 { font-size: clamp(42px, 4.4vw, 62px); font-weight: 800; line-height: 1.07; letter-spacing: -0.02em; margin: 22px 0 0; }
.df-hero h1 .tomato { color: var(--df-tomato); }
.df-hero .lede { font-size: 19px; color: var(--df-ink-sec); font-weight: 600; max-width: 480px; line-height: 1.6; margin: 22px 0 0; }
.df-hero .store-row { margin-top: 32px; }
.df .store-btn.primary { background: var(--df-tomato); color: #fff; }
.df .store-btn.secondary { background: #fff; color: var(--df-ink); border: 1.5px solid var(--df-border); box-shadow: none; }

/* Coming-soon (not yet published) store buttons */
.df .store-btn.soon { background: #F0E7D3; color: #B0A088; border: 1px solid var(--df-border); box-shadow: none; cursor: default; }
.df .store-btn.soon:hover { transform: none; box-shadow: none; }
.df .store-btn.soon .sub { font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }

.df-hero-phone { display: grid; place-items: center; position: relative; }
.df-hero-phone::before {
  content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 61, 47, 0.14), transparent 65%);
}
.df-hero-phone .phone { transform: rotate(-3deg); position: relative; --phone-frame: #2B1D14; }

/* Stat chips (baker's %) */
.stat-row { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.stat-chip {
  background: #fff; border-radius: 16px; padding: 14px 18px; min-width: 138px;
  border: 1px solid var(--df-border); box-shadow: 0 10px 30px rgba(43, 29, 20, 0.08);
}
.stat-chip .bar { width: 26px; height: 4px; border-radius: 2px; background: var(--chip-accent, var(--df-tomato)); margin-bottom: 8px; }
.stat-chip .label { font-size: 12px; font-weight: 700; color: var(--df-ink-sec); }
.stat-chip .value { font-size: 26px; font-weight: 800; line-height: 1.2; }
.stat-chip .unit { font-size: 13px; font-weight: 800; color: var(--chip-accent, var(--df-tomato)); margin-left: 4px; }

/* Features */
.df-features { padding: 64px 0 76px; background: #fff; border-top: 1px solid var(--df-border); }
.df-features h2 { text-align: center; font-size: 32px; font-weight: 800; margin: 0 0 34px; }
.df-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.df-feat {
  background: var(--df-bg); border: 1px solid var(--df-border); border-radius: 20px; padding: 26px 24px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
}
.df-feat:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(43, 29, 20, 0.1); }
.df-feat .icon {
  width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 18px;
}
.df-feat h3 { font-size: 19px; font-weight: 800; margin: 16px 0 6px; }
.df-feat p { font-size: 14.5px; font-weight: 600; color: var(--df-ink-sec); line-height: 1.55; margin: 0; }

/* CTA */
.df-cta { text-align: center; padding: 78px 0 88px; }
.df-cta h2 { font-size: 36px; font-weight: 800; margin: 0; }
.df-cta p { font-size: 17px; font-weight: 600; color: var(--df-ink-sec); margin: 14px auto 0; max-width: 460px; }
.df-cta .store-row { justify-content: center; margin-top: 28px; }

/* ===== Beta / test page ===== */
.df-beta { padding: 54px 0 80px; text-align: center; }
.df-beta .kicker {
  font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--df-tomato-dark); margin: 0;
}
.df-beta h1 { font-size: clamp(38px, 4.2vw, 56px); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; margin: 16px 0 0; }
.df-beta h1 .tomato { color: var(--df-tomato); }
.df-beta .lede { font-size: 18px; color: var(--df-ink-sec); font-weight: 600; max-width: 560px; margin: 20px auto 0; line-height: 1.6; }

.beta-platforms { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin: 40px 0 0; }
.platform-card {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  width: 240px; padding: 30px 24px; border-radius: 22px; text-decoration: none;
  background: #fff; border: 1px solid var(--df-border); color: var(--df-ink);
  box-shadow: 0 14px 34px rgba(43, 29, 20, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.platform-card:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(43, 29, 20, 0.14); border-color: var(--df-tomato); }
.platform-card .platform-icon {
  width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center;
  color: #fff; margin-bottom: 8px;
}
.platform-card.ios .platform-icon { background: linear-gradient(135deg, #2B1D14, #4a3524); }
.platform-card.android .platform-icon { background: linear-gradient(135deg, #C63D2F, #A32C22); }
.platform-card .platform-name { font-size: 22px; font-weight: 800; }
.platform-card .platform-label { font-size: 13.5px; font-weight: 600; color: var(--df-ink-sec); }
.platform-card .platform-cta { margin-top: 10px; font-size: 14px; font-weight: 800; color: var(--df-tomato); }

.beta-note { font-size: 14px; font-weight: 600; color: var(--df-ink-sec); margin: 22px auto 0; max-width: 480px; }

.beta-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 52px 0 0; text-align: left; }
.beta-step {
  background: #fff; border: 1px solid var(--df-border); border-radius: 18px; padding: 24px 22px;
}
.beta-step .step-num {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  background: var(--df-gold); color: #2B1D14; font-weight: 800; font-size: 16px;
}
.beta-step h3 { font-size: 17px; font-weight: 800; margin: 14px 0 6px; }
.beta-step p { font-size: 14px; font-weight: 600; color: var(--df-ink-sec); line-height: 1.55; margin: 0; }

@media (max-width: 900px) {
  .df-hero { grid-template-columns: 1fr; }
  .df-hero-phone { order: -1; }
  .df-feat-grid { grid-template-columns: 1fr; }
  .beta-steps { grid-template-columns: 1fr; }
}
