/* ============================================================
   Spatula marketing site — owner.com-derived theme.
   Captured 2026-09-02 from www.owner.com computed styles:
   - Type: STK Bureau Sans (licensed) 300–700; Fragment Mono for
     labels. Until the licensed files are added below, Instrument
     Sans (Google) stands in — same stack order, same weights.
   - Ink #2C2C2C on warm ground #FBF8F5, cream cards #F6EEE5,
     deep green #B0451E, vivid green gradient panels, charcoal
     stat cards, mint quote cards.
   - 14px/600 pill buttons (radius 14), sections as rounded
     sheets, huge tight-tracked headings (H1 71/600/-0.04em).
   ============================================================ */

/* When the STK Bureau Sans license is purchased, drop the .woff2
   files into fonts/ and uncomment — the stacks below pick it up.
@font-face { font-family: 'STK Bureau Sans'; src: url('../fonts/STKBureauSans-Book.woff2') format('woff2'); font-weight: 400; }
@font-face { font-family: 'STK Bureau Sans'; src: url('../fonts/STKBureauSans-Medium.woff2') format('woff2'); font-weight: 500; }
@font-face { font-family: 'STK Bureau Sans'; src: url('../fonts/STKBureauSans-Semibold.woff2') format('woff2'); font-weight: 600; }
@font-face { font-family: 'STK Bureau Sans'; src: url('../fonts/STKBureauSans-Bold.woff2') format('woff2'); font-weight: 700; }
*/

:root {
  --ink:        #2C2C2C;
  --ink-soft:   #55554F;
  --muted:      #9C9C94;
  --ground:     #FBF8F5;
  --cream:      #F6EEE5;
  --cream-text: #F9F3ED;
  --white:      #FFFFFF;
  --green:      #B0451E;
  --green-mid:  #C4532A;
  --green-hi:   #E1885C;
  --mint:       #FCE4D8;
  --charcoal:   #1B1B18;
  --border:     rgba(44,44,44,.10);

  --ff-base: 'STK Bureau Sans', 'Instrument Sans', Arial, sans-serif;
  --ff-mono: 'Fragment Mono', ui-monospace, monospace;

  --radius-btn: 14px;
  --radius-card: 20px;
  --radius-sheet: 32px;

  --transition: 0.18s ease;
  --container: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
/* No global smooth-scroll — it made wheel/trackpad scrolling on the long
   report feel floaty and unresponsive ("a mind of its own"). Anchor jumps are
   instant, which is fine. */
body {
  font-family: var(--ff-base);
  color: var(--ink);
  background: var(--ground);
  font-size: 15px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }

h1, h2, h3, h4 { color: var(--ink); font-weight: 600; overflow-wrap: break-word; }
h1 { font-size: clamp(2.6rem, 5.5vw, 4.45rem); letter-spacing: -0.04em; line-height: 0.95; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.65rem); letter-spacing: -0.03em; line-height: 1.0; }
h3 { font-size: 1.05rem; letter-spacing: -0.02em; }
h2 .dim { color: var(--muted); }
.feature-row > *, .card-grid > *, .pricing-grid > *, .contact-grid > *, .calc-panel > * { min-width: 0; }

/* Sections are rounded sheets stacked on the ground */
.section { padding: 104px 0; }
.sheet { border-radius: var(--radius-sheet); margin: 12px; }
.section--alt { background: var(--cream); border-radius: var(--radius-sheet); margin: 12px; }
.section--dark { background: linear-gradient(160deg, #BE4E26 0%, var(--green-mid) 35%, var(--green) 100%); border-radius: var(--radius-sheet); margin: 12px; }
.section--dark h2 { color: var(--cream-text); }
.section-head { max-width: 780px; margin: 0 0 56px; }
.section-head--center { margin: 0 auto 56px; text-align: center; }
.section-head p { margin-top: 16px; color: var(--ink-soft); font-size: 1.02rem; max-width: 560px; }
.section-head--center p { margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-block; font-family: var(--ff-mono); font-size: .72rem;
  letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px;
}
.section--dark .eyebrow { color: rgba(249,243,237,.6); }

/* ---------- Buttons (owner: 14px/600, 14x21 padding, radius 14) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 14px 21px; border-radius: var(--radius-btn);
  font-weight: 600; font-size: .9rem; line-height: 1; cursor: pointer;
  border: 1px solid transparent; transition: all var(--transition);
  white-space: nowrap;
}
.btn--primary { background: var(--green); color: var(--cream-text); }
.btn--primary:hover { background: #92381A; }
.btn--ink { background: var(--ink); color: var(--cream-text); }
.btn--ink:hover { background: #000; }
.btn--ghost { background: var(--white); color: var(--ink); border-color: var(--border); }
.btn--ghost:hover { border-color: var(--ink); }
.section--dark .btn--ghost { background: transparent; color: var(--cream-text); border-color: rgba(249,243,237,.35); }
/* On the saturated terracotta section the CTA flips to a solid cream button
   (same treatment as featured pricing card + cta banner) so it reads as the
   clear next action instead of vanishing into the background. */
.section--dark .btn--primary { background: var(--cream-text); color: var(--green); }
.section--dark .btn--primary:hover { background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.20); }

/* ---------- Image placeholders ---------- */
.img-ph {
  background: repeating-linear-gradient(45deg, #F1EAE1, #F1EAE1 12px, #EAE2D7 12px, #EAE2D7 24px);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-family: var(--ff-mono); font-size: .78rem;
  text-align: center; padding: 16px; min-height: 240px; width: 100%;
}
.img-ph::after { content: attr(data-label); }
.img-ph--logo { min-height: 48px; width: 140px; border-radius: 10px; }
.img-ph--avatar { min-height: 56px; width: 56px; border-radius: 50%; padding: 0; flex: none; }
.img-ph--hero { min-height: 420px; }
.section--dark .img-ph { background: repeating-linear-gradient(45deg, rgba(255,255,255,.10), rgba(255,255,255,.10) 12px, rgba(255,255,255,.16) 12px, rgba(255,255,255,.16) 24px); border-color: rgba(249,243,237,.25); color: rgba(249,243,237,.75); }

/* ---------- Header (owner: minimal, small, pill CTA) ---------- */
/* Background is 92% opaque, so the blur was barely visible — but a
   backdrop-filter on a sticky header re-blurs the page behind it on every
   scroll frame, which made long pages (the scan report) stutter badly on
   macOS. Drop it: near-identical look, smooth scrolling. */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,248,245,.97); }
.header-inner { display: flex; align-items: center; gap: 32px; height: 64px; }
.logo { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.logo i, .logo em { color: var(--green-mid); font-style: normal; }
.header-nav { display: flex; gap: 4px; flex: 1; justify-content: center; }
.header-nav > li { position: relative; }
.header-nav > li > a, .header-nav > li > button {
  display: inline-flex; align-items: center; gap: 5px; padding: 9px 13px;
  font: inherit; font-size: .9rem; font-weight: 500; color: var(--ink);
  background: none; border: 0; cursor: pointer; border-radius: 10px; white-space: nowrap;
}
.header-nav > li > a:hover, .header-nav > li > button:hover { background: rgba(44,44,44,.05); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-actions .login { font-weight: 500; font-size: .9rem; }

.mega {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%);
  min-width: 560px; background: var(--white);
  border: 1px solid var(--border); border-radius: var(--radius-card);
  box-shadow: 0 16px 48px rgba(44,44,44,.12); padding: 20px;
  display: none; grid-template-columns: repeat(2, 1fr); gap: 2px 20px;
}
.header-nav li:hover .mega, .header-nav li:focus-within .mega { display: grid; }
/* Bridge the 10px gap between the nav item and the panel. The panel is
   absolutely positioned (outside the <li>'s box), so without this the cursor
   loses :hover while crossing the gap and the menu closes before you reach it. */
.mega::before { content: ''; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.mega a { display: block; padding: 10px 12px; border-radius: 10px; }
.mega a:hover { background: var(--ground); }
.mega a strong { display: block; color: var(--ink); font-weight: 600; font-size: .9rem; }
.mega a span { font-size: .8rem; color: var(--muted); }
.mega-footer {
  grid-column: 1 / -1; margin-top: 10px; padding-top: 14px;
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
}
/* :not(.btn) so the terracotta "Get started" button keeps its own cream text —
   a blanket `color` here painted the button's label terracotta-on-terracotta. */
.mega-footer a:not(.btn) { color: var(--green); font-weight: 600; font-size: .88rem; }

/* ---------- Mobile nav ---------- */
.hamburger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform .32s var(--spring), opacity .18s ease; transform-origin: center; }
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav {
  position: fixed; inset: 64px 0 0 0; z-index: 99;
  background: var(--ground); overflow-y: auto; padding: 24px;
  opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: opacity .24s ease, transform .34s var(--spring), visibility 0s linear .24s;
}
.mobile-nav.open {
  opacity: 1; visibility: visible; transform: none;
  transition: opacity .24s ease, transform .34s var(--spring), visibility 0s;
}
.mobile-nav details { border-bottom: 1px solid var(--border); }
.mobile-nav summary { padding: 16px 0; font-weight: 600; color: var(--ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
.mobile-nav summary::after { content: '+'; color: var(--muted); }
.mobile-nav details[open] summary::after { content: '–'; }
.mobile-nav a { display: block; padding: 10px 0 10px 12px; color: var(--ink-soft); }
.mobile-nav > a { padding: 16px 0; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--border); }
.mobile-nav .mobile-cta { margin-top: 24px; display: grid; gap: 12px; }
@media (max-width: 992px) {
  .header-nav, .header-actions .login { display: none; }
  .hamburger { display: block; }
  /* Nav (the flex spacer) is gone on mobile, so push the actions right. */
  .header-actions { margin-left: auto; }
}

/* ---------- Hero (owner: rating row, huge centered h1, quiet lead) ---------- */
.hero { padding: 84px 0 56px; text-align: center; }
.rating-row {
  display: flex; gap: 10px; align-items: center; justify-content: center;
  font-size: .82rem; font-weight: 500; color: var(--ink-soft); margin-bottom: 30px;
}
.rating-row .stars { color: var(--green-mid); letter-spacing: 2px; }
.hero h1 { max-width: 900px; margin: 0 auto; }
.hero h1 .dim { color: var(--muted); }
.hero p.lead { max-width: 560px; margin: 26px auto 30px; font-size: 1.05rem; color: var(--ink-soft); }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Green gradient hero panel (owner signature) */
.hero-panel {
  margin-top: 56px; border-radius: var(--radius-sheet); padding: 56px 48px;
  background:
    radial-gradient(120% 140% at 85% 0%, rgba(249,243,237,.5) 0%, rgba(249,243,237,0) 34%),
    linear-gradient(120deg, #8A3417 0%, var(--green-mid) 42%, var(--green-hi) 100%);
  display: flex; gap: 32px; justify-content: center; align-items: flex-end;
}
.hero-panel .img-ph {
  max-width: 340px; min-height: 420px; border-radius: 28px;
  background: rgba(251,248,245,.95); color: var(--ink-soft); border: 0;
  box-shadow: 0 24px 60px rgba(140,52,23,.35);
}

/* ---------- Claims row (Fragment Mono labels, replaces ticker) ---------- */
.claims { padding: 26px 0; }
.claims .row {
  display: flex; gap: 12px 36px; justify-content: center; flex-wrap: wrap;
  font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .05em;
  text-transform: uppercase; color: var(--muted);
}

/* ---------- Feature rows ---------- */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.feature-row--flip .feature-row__media { order: -1; }
.feature-row__copy h2 { margin: 2px 0 18px; }
.feature-row__copy > p { color: var(--ink-soft); margin-bottom: 20px; max-width: 480px; }
.section--dark .feature-row__copy > p { color: rgba(249,243,237,.9); }
.check-list li { display: flex; gap: 12px; padding: 9px 0; color: var(--ink-soft); font-size: .95rem; }
.check-list li b { color: var(--ink); font-weight: 600; }
.check-list li::before {
  content: ''; flex: none; width: 21px; height: 21px; margin-top: 1px;
  background-color: var(--green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M128%2C24A104%2C104%2C0%2C1%2C0%2C232%2C128%2C104.11%2C104.11%2C0%2C0%2C0%2C128%2C24Zm45.66%2C85.66-56%2C56a8%2C8%2C0%2C0%2C1-11.32%2C0l-24-24a8%2C8%2C0%2C0%2C1%2C11.32-11.32L112%2C148.69l50.34-50.35a8%2C8%2C0%2C0%2C1%2C11.32%2C11.32Z%22%2F%3E%3C%2Fsvg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M128%2C24A104%2C104%2C0%2C1%2C0%2C232%2C128%2C104.11%2C104.11%2C0%2C0%2C0%2C128%2C24Zm45.66%2C85.66-56%2C56a8%2C8%2C0%2C0%2C1-11.32%2C0l-24-24a8%2C8%2C0%2C0%2C1%2C11.32-11.32L112%2C148.69l50.34-50.35a8%2C8%2C0%2C0%2C1%2C11.32%2C11.32Z%22%2F%3E%3C%2Fsvg%3E") center / contain no-repeat;
}
.section--dark .check-list li { color: rgba(249,243,237,.9); }
.section--dark .check-list li b { color: var(--cream-text); }
.section--dark .check-list li::before { background-color: var(--cream-text); }
.feature-row__cta { margin-top: 26px; }
@media (max-width: 900px) {
  .feature-row { grid-template-columns: 1fr; gap: 36px; }
  .feature-row--flip .feature-row__media { order: 0; }
}

/* ---------- Cards (owner: cream, big radius, quiet) ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.card {
  background: var(--cream); border: 0;
  border-radius: var(--radius-card); padding: 30px 26px; transition: all var(--transition);
}
.section--alt .card { background: var(--white); }
a.card:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(44,44,44,.08); }
.card .card-icon {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--mint); display: flex; align-items: center;
  justify-content: center; font-size: 1.15rem; margin-bottom: 18px;
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--ink-soft); font-size: .9rem; }
.card .card-link { display: inline-block; margin-top: 14px; color: var(--green); font-weight: 600; font-size: .88rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { background: var(--white); border-radius: var(--radius-card); padding: 34px 28px; }
.section--alt .step { background: var(--ground); }
.step__num {
  font-family: var(--ff-mono); font-size: .78rem; color: var(--green);
  width: auto; margin-bottom: 20px;
}
.step__num::before { content: 'step '; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: .9rem; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Comparison table ---------- */
.compare-wrap { overflow-x: auto; border-radius: var(--radius-card); background: var(--white); }
.compare-table { width: 100%; border-collapse: collapse; min-width: 520px; }
.compare-table th, .compare-table td { padding: 18px 24px; text-align: left; border-bottom: 1px solid var(--border); font-size: .95rem; }
.compare-table thead th { font-family: var(--ff-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 400; }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table .yes { color: var(--green); font-weight: 600; }
.compare-table .no { color: #B4342A; font-weight: 600; }
.compare-table tr.highlight td { background: var(--mint); color: var(--ink); font-weight: 600; }
.compare-table td .num { font-variant-numeric: tabular-nums; font-weight: 600; }

/* ---------- Quote + dark stat cards (owner testimonial style) ---------- */
.quote-band { max-width: 820px; margin: 0 auto; }
.quote-band .big { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1.05; color: var(--ink); margin-bottom: 22px; }
.quote-band blockquote { font-size: 1.05rem; color: var(--ink-soft); margin-bottom: 14px; }
.quote-band .attrib { font-family: var(--ff-mono); font-size: .75rem; color: var(--muted); margin-bottom: 44px; }
.stats-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.stat { background: var(--charcoal); color: var(--white); border-radius: var(--radius-card); padding: 26px 24px; }
.stat strong { display: block; font-size: 1.8rem; font-weight: 600; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.stat span { display: block; margin-top: 4px; color: rgba(255,255,255,.62); font-size: .85rem; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); background: transparent; }
.faq-item summary {
  padding: 22px 0; font-weight: 600; color: var(--ink); font-size: 1rem;
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px;
}
.faq-item summary::after { content: '+'; color: var(--muted); font-size: 1.2rem; font-weight: 400; }
.faq-item[open] summary::after { content: '–'; }
.faq-item .faq-body { padding: 0 0 22px; color: var(--ink-soft); font-size: .95rem; max-width: 620px; }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; align-items: stretch; max-width: 880px; margin: 0 auto; }
.pricing-card { background: var(--white); border-radius: var(--radius-card); padding: 38px 32px; display: flex; flex-direction: column; }
.pricing-card--featured { background: var(--green); color: rgba(249,243,237,.8); position: relative; }
.pricing-card--featured h3, .pricing-card--featured .pricing-card__name, .pricing-card--featured .pricing-card__price { color: var(--cream-text); }
.pricing-card--featured .check-list li { color: rgba(249,243,237,.8); }
.pricing-card--featured .check-list li b { color: var(--cream-text); }
.pricing-card--featured .check-list li::before { background-color: var(--cream-text); }
.pricing-card__flag {
  position: absolute; top: 26px; right: 26px;
  font-family: var(--ff-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .05em;
  background: var(--cream-text); color: var(--green); padding: 6px 12px; border-radius: 999px;
}
.pricing-card__name { font-weight: 600; font-size: 1rem; }
.pricing-card__price { font-size: 3.1rem; font-weight: 600; letter-spacing: -0.03em; margin: 14px 0 4px; font-variant-numeric: tabular-nums; }
.pricing-card__price small { font-size: .95rem; font-weight: 500; color: inherit; opacity: .65; letter-spacing: 0; }
.pricing-card__tagline { font-size: .88rem; margin-bottom: 26px; opacity: .8; }
.pricing-card .check-list { flex: 1; margin-bottom: 26px; }
.pricing-card .check-list li { font-size: .9rem; padding: 6px 0; }
.pricing-card--featured .btn--primary { background: var(--cream-text); color: var(--green); }

/* ---------- Calculator ---------- */
.calc-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; border-radius: var(--radius-sheet); }
.calc-inputs { padding: 44px; background: var(--white); }
.calc-inputs label { display: block; font-weight: 600; font-size: .88rem; margin: 18px 0 6px; }
.calc-inputs input, .calc-inputs select, .form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 13px 16px; border: 1px solid var(--border);
  border-radius: 12px; font: inherit; color: var(--ink); background: var(--ground);
}
.calc-result { padding: 44px; background: var(--charcoal); color: rgba(255,255,255,.7); }
.calc-result h3 { color: var(--white); }
.calc-result .big { font-size: 2.9rem; font-weight: 600; letter-spacing: -0.03em; color: var(--green-hi); margin: 14px 0; font-variant-numeric: tabular-nums; }
.calc-result .btn { margin-top: 8px; }
@media (max-width: 800px) { .calc-panel { grid-template-columns: 1fr; } }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- CTA banner (deep green sheet) ---------- */
.cta-banner {
  padding: 104px 0; text-align: center; margin: 12px; border-radius: var(--radius-sheet);
  background:
    radial-gradient(110% 130% at 80% 0%, rgba(249,243,237,.28) 0%, rgba(249,243,237,0) 40%),
    linear-gradient(140deg, #B84A22 0%, var(--green) 70%);
}
.cta-banner h2 { color: var(--cream-text); }
.cta-banner p { color: rgba(249,243,237,.86); max-width: 480px; margin: 18px auto 30px; }
.cta-banner .btn--primary { background: var(--cream-text); color: var(--green); }
.cta-banner .trust {
  display: flex; gap: 14px 34px; justify-content: center; flex-wrap: wrap; margin-top: 34px;
  font-family: var(--ff-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em;
  color: rgba(249,243,237,.82);
}

/* ---------- Footer (owner: light, quiet columns) ---------- */
.site-footer { background: var(--ground); color: var(--ink-soft); padding: 72px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 40px; margin-bottom: 56px; }
.footer-brand .logo { color: var(--ink); }
.footer-brand p { font-size: .88rem; margin: 14px 0 18px; color: var(--muted); max-width: 260px; }
.footer-brand a { font-size: .88rem; }
.footer-col h4 { font-family: var(--ff-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 400; margin-bottom: 16px; }
.footer-col a { display: block; padding: 5px 0; font-size: .9rem; color: var(--ink); }
.footer-col a:hover { color: var(--green); }
.footer-bottom {
  border-top: 1px solid var(--border); padding-top: 26px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: .8rem; color: var(--muted);
}
.footer-bottom nav { display: flex; gap: 20px; }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 460px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Phosphor icons ---------- */
.card-icon i, .ph-lead { font-size: 1.25rem; color: var(--green); display: inline-flex; }
.rating-row .stars { display: inline-flex; gap: 1px; letter-spacing: 0; }
.rating-row .stars i { font-size: .95rem; }
.btn i { font-size: 1em; }

/* ---------- AI store scan (owner.com hero pattern) ---------- */
.scan-bar {
  display: flex; align-items: center; gap: 6px;
  background: var(--white); border-radius: 18px; padding: 6px 6px 6px 18px;
  max-width: 480px; margin: 30px auto 0;
  box-shadow: 0 10px 34px rgba(44,44,44,.10), 0 0 0 1px var(--border);
}
.scan-bar input {
  flex: 1; min-width: 0; border: 0; outline: none; font: inherit; font-size: .95rem;
  color: var(--ink); background: transparent;
}
.scan-bar input::placeholder { color: var(--muted); }
.scan-bar .btn { flex: none; }
.scan-note {
  font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .04em;
  text-transform: uppercase; color: var(--muted); margin-top: 14px;
}

/* Phone mockup inside the green panel */
.hero-panel--scan { align-items: center; padding: 64px 48px; }
.phone {
  width: 320px; max-width: 100%; border-radius: 44px; background: #101010;
  padding: 12px; box-shadow: 0 30px 70px rgba(140,52,23,.4); position: relative; flex: none;
}
.phone::before {
  content: ''; position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 24px; background: #101010; border-radius: 999px; z-index: 3;
}
.phone-screen {
  border-radius: 34px; background: var(--ground); height: 560px; overflow: hidden;
  position: relative;
}
.scan-report { padding: 60px 16px 16px; animation: scan-scroll 11s ease-in-out infinite; }
@keyframes scan-scroll {
  0%, 28%   { transform: translateY(0); }
  55%, 90%  { transform: translateY(-46%); }
  100%      { transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) { .scan-report { animation: none; } }

.rep-card { background: var(--white); border-radius: 14px; padding: 14px; margin-bottom: 10px; text-align: left; }
.rep-title { font-weight: 600; font-size: .82rem; color: var(--ink); margin-bottom: 10px; }
.rep-row {
  display: flex; align-items: center; gap: 8px; padding: 7px 8px; border-radius: 9px;
  font-size: .74rem; color: var(--ink-soft);
}
.rep-row .pos { font-family: var(--ff-mono); font-size: .62rem; color: var(--muted); width: 26px; flex: none; }
.rep-row .nm { flex: 1; color: var(--ink); font-weight: 500; }
.rep-row .stars { color: #E8A33D; font-size: .62rem; display: inline-flex; }
.rep-row .score { font-family: var(--ff-mono); font-size: .66rem; color: var(--green); }
.rep-row--you { background: var(--mint); }
.rep-row--gap { justify-content: center; color: var(--muted); font-size: .8rem; padding: 2px; }
.rep-loss {
  background: var(--white); border-radius: 14px; padding: 14px; margin-bottom: 10px; text-align: left;
  font-weight: 600; font-size: .8rem; color: var(--ink);
}
.rep-loss b { color: #B4342A; }
.rep-issue {
  display: flex; gap: 10px; background: var(--white); border-radius: 12px;
  padding: 12px; margin-bottom: 8px; text-align: left;
}
.rep-issue i { color: #B4342A; font-size: .95rem; flex: none; margin-top: 1px; }
.rep-issue .t { font-weight: 600; font-size: .74rem; color: var(--ink); }
.rep-issue .d { font-size: .68rem; color: var(--muted); line-height: 1.4; }
.rep-cta { display: block; text-align: center; background: var(--green); color: var(--cream-text); border-radius: 12px; padding: 12px; font-size: .78rem; font-weight: 600; }

/* Scanning overlay state */
.scan-overlay {
  position: absolute; inset: 0; z-index: 2; background: var(--ground);
  display: none; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  font-family: var(--ff-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-soft);
}
.phone-screen.scanning .scan-overlay { display: flex; }
.phone-screen.scanning .scan-report { visibility: hidden; }
.scan-overlay .ring {
  width: 44px; height: 44px; border-radius: 50%;
  border: 3px solid var(--mint); border-top-color: var(--green);
  animation: scan-spin .9s linear infinite;
}
@keyframes scan-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .scan-overlay .ring { animation: none; } }
@media (max-width: 700px) { .hero-panel--scan { padding: 36px 20px; } .phone { width: 280px; } .phone-screen { height: 500px; } }

/* ---------- Scan-bar autocomplete dropdown ---------- */
.scan-bar { position: relative; }
.scan-suggest {
  display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 50;
  background: var(--white); border-radius: 16px; overflow: hidden;
  box-shadow: 0 18px 48px rgba(44,44,44,.16), 0 0 0 1px var(--border);
}
.scan-suggest.open { display: block; }
.scan-suggest button {
  display: flex; flex-direction: column; align-items: flex-start; gap: 1px;
  width: 100%; padding: 12px 18px; border: 0; background: none; cursor: pointer;
  font: inherit; text-align: left;
}
.scan-suggest button:hover { background: var(--ground); }
.scan-suggest button b { color: var(--ink); font-weight: 600; font-size: .92rem; }
.scan-suggest button span { color: var(--muted); font-size: .78rem; }

/* ---------- Spatula logo lockup (same mark as the current site) ---------- */
.logo-lockup { display: inline-flex; align-items: center; gap: 10px; }
.logo-lockup .logo-divider { width: 1px; height: 22px; background: var(--border); }
.logo-lockup .logo-word { font-weight: 700; font-size: 1.15rem; color: var(--ink); letter-spacing: -0.02em; }

/* ---------- Cost comparison rows (compare pages + scan report) ---------- */
.vs-row { display: flex; gap: 14px; align-items: baseline; padding: 14px 16px; border-radius: 12px; margin-bottom: 8px; background: var(--white); }
.vs-row .who { font-weight: 600; color: var(--ink); white-space: nowrap; }
.vs-row .what { color: var(--ink-soft); font-size: .92rem; }
.vs-row.us { background: var(--mint); }
.vs-row.us .what b { color: var(--green); }
.price-breakdown { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-card); overflow: hidden; }
.price-breakdown td { padding: 12px 18px; border-bottom: 1px solid var(--border); font-size: .92rem; }
.price-breakdown td:last-child { text-align: right; font-weight: 600; color: var(--ink); white-space: nowrap; }
.price-breakdown tr:last-child td { border-bottom: 0; }

/* ---------- Rotating hero headline (word-by-word) ---------- */
.rotator { display: inline; }
.rotator .rot-w {
  display: inline-block; white-space: pre; opacity: 0; transform: translateY(0.55em);
  animation: rotw-in .55s cubic-bezier(.2, .7, .25, 1) forwards;
}
.rotator.out .rot-w { animation: rotw-out .3s ease forwards; }
@keyframes rotw-in { to { opacity: 1; transform: none; } }
@keyframes rotw-out { from { opacity: 1; transform: none; } to { opacity: 0; transform: translateY(-0.45em); } }
@media (prefers-reduced-motion: reduce) {
  .rotator .rot-w { animation: none; opacity: 1; transform: none; }
}

/* ---------- Mobile nav fixes ----------
   `.mobile-nav a` (0,1,1) was overriding `.btn` (0,1,0), so the drawer's
   Log in / Get started rendered as plain left-aligned blocks that bled off
   the edge. These higher-specificity rules restore proper buttons and make
   the accordion rows visibly distinct from flat links. */
.mobile-nav .mobile-cta .btn {
  display: flex; align-items: center; justify-content: center;
  width: 100%; padding: 14px 21px; text-align: center;
}
/* `.mobile-nav a` (0,1,1) also overrode the button TEXT colour, so the
   terracotta Get started rendered with dark ink text. Restore per variant. */
.mobile-nav .mobile-cta .btn--primary { color: var(--cream-text); }
.mobile-nav .mobile-cta .btn--ghost { color: var(--ink); }
.mobile-nav summary { align-items: center; }
.mobile-nav summary::after { font-size: 1.4rem; line-height: 1; color: var(--clr-primary, var(--green)); }
/* On mobile, the drawer already carries the CTA — drop the crowded header
   button so the top bar is just logo + hamburger. */
@media (max-width: 992px) {
  .header-actions .btn--primary { display: none; }
}

/* ================= Motion: springs + scroll reveal ================= */
:root { --spring: cubic-bezier(.34, 1.56, .64, 1); --ease-out: cubic-bezier(.22, .61, .36, 1); }

/* Buttons: spring lift on hover, press-in on click */
.btn { transition: transform .3s var(--spring), background .16s ease, box-shadow .3s var(--spring), border-color var(--transition); }
.btn:hover { transform: translateY(-2px) scale(1.02); }
.btn:active { transform: translateY(0) scale(.96); transition-duration: .08s; }
.btn--primary:hover { box-shadow: 0 10px 26px rgba(196,83,42,.30); }
.btn--ink:hover { box-shadow: 0 10px 26px rgba(44,44,44,.24); }
.btn i { transition: transform .3s var(--spring); }
.btn:hover i.ph-arrow-up-right { transform: translate(2px,-2px); }

/* Cards: spring lift + icon pop */
.card { transition: transform .32s var(--spring), box-shadow .32s var(--spring), border-color var(--transition); }
.card:hover { transform: translateY(-5px); }
a.card:hover { transform: translateY(-5px) scale(1.012); }
.card-icon { transition: transform .34s var(--spring); }
.card:hover .card-icon { transform: scale(1.14) rotate(-5deg); }
.pricing-card { transition: transform .32s var(--spring), box-shadow .32s var(--spring); }
.pricing-card:hover { transform: translateY(-5px); }
.rank-row { transition: transform .2s var(--spring); }
.rank-row:hover { transform: translateX(3px); }

/* Nav links: tiny spring nudge */
.header-nav > li > a, .header-nav > li > button { transition: background .16s ease, transform .22s var(--spring); }
.header-nav > li > a:hover, .header-nav > li > button:hover { transform: translateY(-1px); }
.footer-col a, .mega a { transition: color .16s ease, transform .2s var(--spring); }
.footer-col a:hover, .mega a:hover { transform: translateX(3px); }

/* Scroll reveal — only when motion is welcome, and only once JS is present */
@media (prefers-reduced-motion: no-preference) {
  html.js-reveal .reveal,
  html.js-reveal .reveal-group > * {
    opacity: 0; transform: translateY(20px);
    transition: opacity .6s var(--ease-out), transform .6s var(--ease-out);
  }
  html.js-reveal .reveal.in,
  html.js-reveal .reveal-group.in > * { opacity: 1; transform: none; }
}

/* Graceful empty-submit nudge on the scan bar (no native validation popup) */
.scan-bar.shake { animation: scan-shake .4s cubic-bezier(.36,.07,.19,.97); box-shadow: 0 10px 34px rgba(180,52,42,.16), 0 0 0 1.5px #B4342A; }
@keyframes scan-shake {
  10%, 90% { transform: translateX(-2px); }
  20%, 80% { transform: translateX(4px); }
  30%, 50%, 70% { transform: translateX(-7px); }
  40%, 60% { transform: translateX(7px); }
}
@media (prefers-reduced-motion: reduce) { .scan-bar.shake { animation: none; } }

/* ---------- Glassmorphism rating pill with glowing AI outline ---------- */
@property --pill-a { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
.rating-pill {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 20px; border-radius: 999px;
  background: rgba(255, 255, 255, .45);
  -webkit-backdrop-filter: blur(12px) saturate(1.3);
  backdrop-filter: blur(12px) saturate(1.3);
  color: var(--ink-soft); font-size: .82rem; font-weight: 500; line-height: 1;
  box-shadow: 0 4px 22px rgba(44, 44, 44, .07);
  isolation: isolate;
}
.rating-pill__ai { color: var(--green-mid); font-size: .95rem; }
/* crisp rotating gradient border (masked ring) */
.rating-pill::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px;
  background: conic-gradient(from var(--pill-a), #C4532A, #E1885C, #E8A33D, #F4C879, #E1885C, #C4532A);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude; z-index: -1;
  animation: pill-spin 4.5s linear infinite;
}
/* soft outer glow, same rotation */
.rating-pill::after {
  content: ''; position: absolute; inset: -2px; border-radius: inherit; z-index: -2;
  background: conic-gradient(from var(--pill-a), #C4532A, #E1885C, #E8A33D, #C4532A);
  filter: blur(9px); opacity: .4; animation: pill-spin 4.5s linear infinite;
}
@keyframes pill-spin { to { --pill-a: 360deg; } }
@media (prefers-reduced-motion: reduce) {
  .rating-pill::before, .rating-pill::after { animation: none; }
}
