/* Studio hero — paper, ink, one instrument. Editorial dark tokens stay scoped. */

body.wipper-site .site-header {
  background: #faf8f5;
  border-bottom: 1px solid #eeece6;
}

body.wipper-site .site-header .header-inner {
  max-width: 1080px;
  padding: 14px 20px;
}

body.wipper-site .mobile-menu-btn {
  width: 44px;
  height: 44px;
  padding: 10px;
  justify-content: center;
}

.hero.hero-studio {
  padding: 108px 0 56px;
  background: #faf8f5;
  color: #121317;
}

.hero-studio .hero-shell {
  display: block;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-studio .hero-panel-copy {
  display: block;
  background: none;
  padding: 0;
  color: #121317;
}

.hero-studio .hero-kicker {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #5e5f6b;
  margin: 0 0 16px;
}

.hero-studio h1 {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 9.2vw, 3.35rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #121317;
  margin: 0 0 16px;
  max-width: 8em;
}

.hero-studio .hero-lead {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 450;
  color: #2c2d34;
  max-width: min(22rem, 100%);
  margin: 0 0 28px;
  overflow: visible;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

@media (max-width: 430px) {
  .hero-studio .hero-shell {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .hero-studio .hero-lead {
    max-width: 18em;
  }
}

.hero-tool {
  margin: 0;
}

.hero-studio .hero-url-form {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #d8d4cc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(20, 20, 24, 0.04);
}

.hero-studio .hero-url-form:focus-within {
  border-color: #c45c26;
  box-shadow: 0 1px 2px rgba(20, 20, 24, 0.04);
}

.hero-studio .hero-url-form .url-field {
  min-width: 0;
  flex: 1;
  padding: 0 12px 0 14px;
}

.hero-studio .hero-url-form .url-field input {
  padding: 14px 0;
  font-size: 16px;
}

.hero-studio .hero-url-form .submit-btn {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 650;
  background: #e85a28;
  color: #fff;
  white-space: nowrap;
}

.hero-cash-bar {
  margin: 12px 0 0;
  padding: 0;
  border: 0;
}

.hero-cash-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #d8d4cc;
  border-radius: 12px;
  background: #fff;
  color: #121317;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.hero-cash-bar a:hover,
.hero-cash-bar a:focus-visible {
  border-color: #c45c26;
  color: #b5431b;
}


/* Fabel homepage pass — hero example caption, pricing collapse, industry SEO strip */

.hero-evidence-phone {
  position: relative;
}

.hero-example-caption {
  margin: 0.65rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--ink-tertiary, #5e5f6b);
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-example-caption em {
  font-style: normal;
  font-weight: 650;
  color: var(--ink-secondary, #3a3b43);
}

.label-optional {
  font-weight: 500;
  color: var(--ink-tertiary, #5e5f6b);
  font-size: 0.85em;
}

.price-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .price-grid--three {
    grid-template-columns: 1fr;
  }
}

.price-quiet-upsell a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.industry-seo-strip .industry-seo-heading {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  margin: 0.35rem 0 1rem;
}

.industry-seo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.industry-seo-list a {
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--border, #e4e2dc);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink, #121317);
  text-decoration: none;
  background: var(--surface, #fff);
}

.industry-seo-list a:hover {
  border-color: var(--accent, #e85a28);
  color: var(--accent-text, #b5431b);
}

.footer-brand a,
.footer-legal a {
  color: inherit;
}

.preview-result .phone-frame {
  box-shadow:
    0 0 0 1px rgba(20, 20, 24, 0.08),
    0 18px 48px rgba(20, 20, 24, 0.14);
}

.preview-result .next-step {
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--border, #e4e2dc);
  border-radius: 16px;
  background: var(--surface, #fff);
}

.preview-result .next-step p {
  max-width: 46ch;
}
