/* Catter household pages — warm clay, editorial (not ad-chrome) */
:root {
  --bg: #c8c4b8;
  --paper: hsl(36 35% 97%);
  --paper-2: hsl(36 32% 95%);
  --ink: hsl(24 12% 14%);
  --muted: hsl(24 8% 40%);
  --border: hsl(36 28% 87%);
  --primary: hsl(14 41% 50%);
  --primary-ink: hsl(36 35% 98%);
  --card: #fff;
  --dark: #1a1612;
  --success: hsl(102 32% 43%);
  --warn: hsl(33 64% 42%);
  --shadow: 0 10px 36px rgba(40, 28, 18, 0.10);
  --radius: 18px;
  --max: 1080px;
  --prose: 680px;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; min-height: 100%;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.serif { font-family: var(--serif); font-feature-settings: "ss01"; }
.t-overline {
  font-size: 10px; letter-spacing: 0.09em; text-transform: uppercase;
  font-weight: 600; color: var(--primary); display: inline-block;
}
.t-caption { font-size: 12px; line-height: 1.35; color: var(--muted); }
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  border-radius: 12px; font-weight: 600; cursor: pointer; border: 1px solid transparent;
  font-family: inherit; text-decoration: none; transition: transform 80ms ease-out, background 120ms;
  height: 44px; padding: 0 18px; font-size: 14.5px;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--primary); color: var(--primary-ink); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-ghost {
  background: transparent; color: var(--muted); border-color: transparent;
}
.btn-outline {
  background: transparent; border-color: var(--border); color: var(--ink);
}
.card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px;
}

/* Nav */
.m-nav {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  background: hsl(30 28% 68% / 0.92);
  border-bottom: 1px solid var(--border);
}
.m-nav-inner {
  height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.m-brand {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: inherit;
}
.m-brand span { font-family: var(--serif); font-size: 20px; font-weight: 600; letter-spacing: -0.01em; }
.m-nav-links { display: flex; gap: 4px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.m-nav-links a.btn { height: 36px; padding: 0 12px; font-size: 13.5px; }
@media (max-width: 720px) {
  .m-nav-links .hide-sm { display: none; }
}

/* Hero — soft, like main landing */
.hero {
  position: relative; overflow: hidden;
  padding: 80px 0 72px;
  background: linear-gradient(165deg, hsl(30 28% 70%) 0%, hsl(36 30% 80%) 42%, var(--paper) 100%);
  border-bottom: 1px solid var(--border);
}
.hero.with-photo { min-height: 420px; }
.hero-photo,
picture.hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0.22; pointer-events: none; display: block; margin: 0;
}
.hero-photo img,
picture.hero-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.hero-photo-frame {
  border-radius: 22px; overflow: hidden; border: 1px solid var(--border);
  box-shadow: var(--shadow); background: var(--card);
}
.hero-photo-frame img { width: 100%; height: auto; display: block; aspect-ratio: 16/10; object-fit: cover; }
.prose {
  max-width: var(--prose);
  font-size: 17px; line-height: 1.7; color: var(--ink);
}
.prose p { margin: 0 0 1.1em; color: var(--ink); }
.prose p.muted-p { color: var(--muted); }
.story-block {
  max-width: var(--prose);
}
.story-block h2 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(26px, 3.4vw, 34px);
  letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 16px;
}
.quiet-note {
  background: hsl(36 28% 94%);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  max-width: var(--prose);
}
.quiet-note strong { color: var(--ink); font-weight: 600; }
.proof-list { display: grid; gap: 0; max-width: 640px; }
.proof-item {
  display: grid; grid-template-columns: 12px 1fr; gap: 14px;
  padding: 16px 0; border-bottom: 1px solid var(--border);
}
.proof-item:last-child { border-bottom: 0; }
.proof-dot {
  width: 8px; height: 8px; border-radius: 999px; margin-top: 8px;
  background: var(--primary);
}
.proof-item p { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--muted); }
.proof-item strong { color: var(--ink); font-weight: 600; }
.rhythm {
  display: grid; gap: 0; max-width: 720px;
}
.rhythm-row {
  display: grid; grid-template-columns: 88px 1fr; gap: 16px;
  padding: 18px 0; border-bottom: 1px solid var(--border);
}
.rhythm-row:last-child { border-bottom: 0; }
.rhythm-when {
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--primary); padding-top: 3px;
}
.rhythm-row h3 { margin: 0 0 4px; font-size: 16px; font-weight: 600; }
.rhythm-row p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.5; }
.related-row {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px;
}
.related-row a {
  display: inline-flex; align-items: center;
  padding: 10px 14px; border-radius: 999px;
  background: var(--card); border: 1px solid var(--border);
  text-decoration: none; font-size: 13.5px; color: var(--muted);
}
.related-row a:hover { border-color: var(--primary); color: var(--ink); }
.scenic-strip {
  display: grid; gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}
@media (max-width: 720px) { .scenic-strip { grid-template-columns: 1fr; } }
.scenic-strip figure {
  margin: 0; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border); background: var(--card);
}
.scenic-strip img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block;
}
.scenic-strip figcaption {
  padding: 10px 12px; font-size: 12.5px; color: var(--muted);
}
.creative-grid {
  display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.creative-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 16px;
  overflow: hidden; text-decoration: none; color: inherit;
}
.creative-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.creative-card.portrait img { aspect-ratio: 3/4; }
.creative-card.square img { aspect-ratio: 1/1; }
.creative-card .meta { padding: 12px 14px; }
.creative-card .meta strong { display: block; font-size: 13.5px; margin-bottom: 2px; }
.article-hero-img {
  width: 100%; border-radius: 18px; border: 1px solid var(--border);
  margin: 0 0 28px; aspect-ratio: 16/9; object-fit: cover;
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; gap: 32px; align-items: center;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-aside { order: -1; max-width: 360px; margin: 0 auto; }
}
.hero h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(32px, 5.2vw, 52px);
  letter-spacing: -0.025em; line-height: 1.06; margin: 12px 0 16px;
}
.hero .lede {
  font-size: 17.5px; line-height: 1.55; color: var(--muted); max-width: 540px; margin: 0 0 22px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 18px; }
.hero-actions .btn { height: 48px; padding: 0 20px; font-size: 15px; }
.receipt {
  display: inline-flex; align-items: center; gap: 12px;
  background: hsl(36 35% 97% / 0.9); border: 1px solid var(--border);
  border-radius: 999px; padding: 8px 14px 8px 8px; max-width: 100%;
  box-shadow: var(--shadow);
}
.avatar {
  width: 30px; height: 30px; border-radius: 999px; color: #fff;
  font-weight: 700; font-size: 13px;
  display: inline-flex; align-items: center; justify-content: center;
}
.avatar + .avatar { margin-left: -10px; box-shadow: 0 0 0 2px hsl(36 35% 97%); }
.proof-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: hsl(0 0% 100% / 0.7); border: 1px solid var(--border);
  border-radius: 999px; padding: 6px 12px; font-size: 12.5px; font-weight: 500; color: var(--muted);
}

/* Sections */
.section { padding: 72px 0; background: var(--paper); }
.section.alt { background: var(--paper-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section.dark {
  background: hsl(24 14% 14%); color: #f3efe8; margin-top: 40px;
}
.section.dark .t-overline { color: hsl(14 45% 68%); }
.section.dark .muted, .section.dark .t-caption, .section.dark .sub { color: hsl(36 12% 72%); }
.section.warm-cta {
  background: linear-gradient(180deg, hsl(30 22% 88%), hsl(36 28% 90%));
  border-top: 1px solid var(--border);
}
.section h2 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(26px, 3.6vw, 38px);
  letter-spacing: -0.02em; line-height: 1.1; margin: 10px 0 12px;
}
.section .sub {
  color: var(--muted); font-size: 16.5px; line-height: 1.55; max-width: 620px; margin: 0 0 28px;
}
.section.dark .sub { color: hsl(36 10% 70%); }
.center { text-align: center; }
.center .sub { margin-left: auto; margin-right: auto; }

.grid-3 { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.grid-2 { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.grid-4 { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
}
.card h3 {
  font-family: var(--serif); font-size: 20px; font-weight: 600;
  letter-spacing: -0.01em; margin: 0 0 8px;
}
.card p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.5; }
.card .icon {
  width: 40px; height: 40px; border-radius: 12px;
  background: hsl(14 41% 50% / 0.12); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; margin-bottom: 12px;
}

.steps { counter-reset: step; display: grid; gap: 14px; }
.step {
  display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start;
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 18px;
}
.step::before {
  counter-increment: step; content: counter(step);
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--dark); color: #fff; font-weight: 700;
  display: flex; align-items: center; justify-content: center; font-size: 14px;
}
.step h3 { margin: 0 0 4px; font-size: 16px; font-weight: 600; }
.step p { margin: 0; color: var(--muted); font-size: 14.5px; }

/* Compare table */
.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); }
table.compare { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 640px; }
table.compare th, table.compare td {
  padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--border);
}
table.compare th { background: hsl(36 22% 94%); font-weight: 600; font-size: 12.5px; }
table.compare tr:last-child td { border-bottom: 0; }
table.compare td:first-child { font-weight: 500; }
.yes { color: var(--success); font-weight: 600; }
.no { color: hsl(24 8% 55%); }
.maybe { color: var(--warn); font-weight: 500; }

/* FAQ */
details {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 14px; padding: 14px 18px; margin-bottom: 10px;
}
details summary {
  cursor: pointer; font-weight: 600; font-size: 15.5px; list-style: none;
}
details summary::-webkit-details-marker { display: none; }
details p { margin: 10px 0 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }

/* CTA band */
.cta-band {
  display: grid; gap: 20px; align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}
@media (max-width: 640px) {
  .cta-band { grid-template-columns: 1fr; }
  .cta-band .btn { width: 100%; }
}

/* Article */
.article { background: var(--paper); padding: 40px 0 80px; }
.article-inner { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--primary); }
.article h1 {
  font-family: var(--serif); font-size: clamp(28px, 4vw, 40px);
  font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; margin: 8px 0 14px;
}
.article .lede { font-size: 18px; color: var(--muted); line-height: 1.55; margin: 0 0 28px; }
.article h2 {
  font-family: var(--serif); font-size: 24px; font-weight: 600;
  letter-spacing: -0.015em; margin: 36px 0 12px;
}
.article p { font-size: 16px; line-height: 1.65; color: var(--ink); margin: 0 0 14px; }
.article ul { margin: 0 0 16px; padding-left: 1.2em; color: var(--ink); }
.article li { margin-bottom: 6px; line-height: 1.55; }
.pullquote {
  border-left: 3px solid var(--primary); padding: 8px 0 8px 16px;
  font-family: var(--serif); font-size: 20px; font-weight: 500;
  letter-spacing: -0.01em; margin: 24px 0; color: var(--ink);
}
.soft-cta {
  background: hsl(14 41% 50% / 0.08); border: 1px solid hsl(14 41% 50% / 0.2);
  border-radius: var(--radius); padding: 20px; margin: 28px 0;
}
.soft-cta p { margin: 0 0 12px; color: var(--ink); }
.soft-cta .actions { display: flex; flex-wrap: wrap; gap: 8px; }
.end-cta {
  background: var(--dark); color: #f3efe8; border-radius: 20px;
  padding: 28px; margin: 40px 0 24px; text-align: center;
}
.end-cta h2 { color: #fff; margin: 0 0 8px; font-size: 26px; }
.end-cta p { color: hsl(36 10% 70%); margin: 0 0 16px; }
.related { margin-top: 32px; }
.related h2 { font-size: 20px; }
.related ul { list-style: none; padding: 0; }
.related a {
  display: block; padding: 12px 14px; border: 1px solid var(--border);
  border-radius: 12px; margin-bottom: 8px; text-decoration: none;
  background: var(--card); font-weight: 500;
}
.related a:hover { border-color: var(--primary); }

/* Hub cards */
.hub-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.hub-card {
  display: block; text-decoration: none; color: inherit;
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px; transition: border-color 120ms, transform 80ms;
}
.hub-card:hover { border-color: var(--primary); transform: translateY(-1px); }
.hub-card .tag {
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  font-weight: 600; color: var(--primary); margin-bottom: 8px;
}
.hub-card h3 { font-family: var(--serif); font-size: 19px; margin: 0 0 8px; font-weight: 600; }
.hub-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }

/* Mock phone */
.phone-mock {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 28px; padding: 14px; box-shadow: var(--shadow);
  max-width: 280px; margin: 0 auto;
}
.phone-screen {
  background: hsl(36 35% 97%); border-radius: 20px; padding: 16px; min-height: 320px;
}
.phone-screen .status {
  font-family: var(--serif); font-size: 22px; font-weight: 600; margin: 0 0 8px;
}
.feed-row {
  display: flex; gap: 10px; align-items: center;
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 10px; margin-top: 8px; font-size: 13px;
}
.feed-row strong { display: block; font-size: 13.5px; }
.feed-row span { color: var(--muted); font-size: 12px; }

/* Footer */
.m-footer {
  padding: 32px 0 40px; color: var(--muted); background: var(--paper);
  border-top: 1px solid var(--border);
}
.m-footer-inner {
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 20px;
}
.m-footer a { color: var(--muted); text-decoration: none; font-size: 13.5px; }
.m-footer a:hover { color: var(--primary); }
.m-footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.m-footer-cols { display: grid; grid-template-columns: repeat(3, auto); gap: 24px 40px; }
.m-footer-cols h4 {
  margin: 0 0 8px; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink);
}
.m-footer-cols a { display: block; margin-bottom: 6px; }

