/* StaffBR Landing — Design System */
:root {
  --green-500: #4ED4A0;
  --green-600: #38BC8A;
  --green-700: #1F9D6E;
  --green-50: #E8FBF3;
  --green-100: #C9F4E0;
  --ink-950: #0B1410;
  --ink-900: #0F1A14;
  --ink-800: #14241D;
  --ink-700: #1C3329;
  --ink-600: #2A4A3C;
  --ink-400: #6B8678;
  --ink-300: #9CB1A5;
  --ink-200: #D6DEDA;
  --paper: #F7FAF8;
  --paper-warm: #F1F5F2;
  --white: #FFFFFF;
  --coral: #FF6B4A;
  --amber: #F6C453;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --shadow-sm: 0 1px 2px rgba(11,20,16,.05), 0 1px 1px rgba(11,20,16,.04);
  --shadow: 0 4px 16px rgba(11,20,16,.08), 0 1px 3px rgba(11,20,16,.06);
  --shadow-lg: 0 24px 48px -12px rgba(11,20,16,.18), 0 8px 16px -4px rgba(11,20,16,.08);
  --max: 1200px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-feature-settings: 'cv11','ss01','ss03';
  background: var(--paper);
  color: var(--ink-900);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 17px;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: 0; }

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

/* Type */
h1, h2, h3, h4 {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(40px, 5.6vw, 72px); line-height: 1.02; letter-spacing: -0.04em; }
h2 { font-size: clamp(32px, 3.8vw, 52px); line-height: 1.05; letter-spacing: -0.03em; }
h3 { font-size: clamp(22px, 2.2vw, 28px); line-height: 1.15; }
h4 { font-size: 18px; line-height: 1.3; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--green-700);
  background: var(--green-50);
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid var(--green-100);
}
.eyebrow.dark { color: var(--green-500); background: rgba(78,212,160,.1); border-color: rgba(78,212,160,.25); }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 4px rgba(78,212,160,.2); }

.muted { color: var(--ink-400); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  transition: all .18s ease;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.btn-primary {
  background: var(--ink-950);
  color: var(--white);
}
.btn-primary:hover { background: var(--ink-800); transform: translateY(-1px); }
.btn-green {
  background: var(--green-500);
  color: var(--ink-950);
  box-shadow: 0 8px 24px -8px rgba(78,212,160,.6);
}
.btn-green:hover { background: var(--green-600); transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--ink-900);
  border: 1px solid var(--ink-200);
}
.btn-ghost:hover { background: var(--white); border-color: var(--ink-900); }
.btn-ghost.dark { color: var(--white); border-color: rgba(255,255,255,.2); }
.btn-ghost.dark:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.4); }
.btn-lg { padding: 18px 28px; font-size: 16px; }
.btn .arrow { transition: transform .18s ease; }
.btn:hover .arrow { transform: translateX(2px); }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(11,20,16,.06);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; max-height: 70px; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 20px; letter-spacing: -0.02em; }
.nav-logo .mark { width: 28px; height: 28px; border-radius: 8px; background: var(--ink-950); display: grid; place-items: center; color: var(--green-500); font-weight: 800; font-size: 14px; letter-spacing: -0.05em; }
.nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--ink-700); font-weight: 500; }
.nav-links a:hover { color: var(--ink-950); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
@media (max-width: 800px) { .nav-links { display: none; } }
@media (max-width: 540px) { .nav-cta .btn-ghost { display: none; } }

/* Hero */
.hero {
  background: var(--ink-950);
  color: var(--white);
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(78,212,160,.18), transparent 60%),
    radial-gradient(600px 400px at 0% 100%, rgba(78,212,160,.08), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px;
  padding-top: 80px; padding-bottom: 96px;
  align-items: center;
  position: relative;
}
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-top: 56px; padding-bottom: 72px; } }

.hero h1 .accent { color: var(--green-500); }
.hero h1 .underline { position: relative; white-space: nowrap; }
.hero h1 .underline::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 10px;
  background: var(--green-500); z-index: -1; opacity: .35; border-radius: 4px;
}
.hero-sub { font-size: 19px; line-height: 1.5; color: rgba(255,255,255,.72); margin: 24px 0 36px; max-width: 560px; }
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

.store-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.store-btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 12px 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  color: var(--white);
  transition: all .18s;
}
.store-btn:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); }
.store-btn .label { font-size: 11px; opacity: .7; line-height: 1; margin-bottom: 3px; text-transform: uppercase; letter-spacing: 0.06em; }
.store-btn .name { font-size: 15px; font-weight: 600; line-height: 1; }

.hero-trust {
  display: flex; gap: 28px; margin-top: 36px; flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.hero-trust .stat .num { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; }
.hero-trust .stat .num .accent { color: var(--green-500); }
.hero-trust .stat .lbl { font-size: 12px; color: rgba(255,255,255,.55); margin-top: 2px; }

/* Audience toggle */
.aud-toggle {
  display: inline-flex; padding: 4px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  margin-bottom: 28px;
}
.aud-toggle button {
  padding: 8px 18px;
  border-radius: 999px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: all .18s;
}
.aud-toggle button.active {
  background: var(--green-500);
  color: var(--ink-950);
}

/* Phone mockup */
.phone-wrap {
  position: relative;
  display: grid;
  place-items: center;
  z-index: 10;
}
.phone {
  width: 320px;
  height: 640px;
  background: #0a0a0a;
  border-radius: 44px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 40px 80px -20px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.04);
  position: relative;
}
.phone::before {
  content: ''; position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 28px; background: #000; border-radius: 14px; z-index: 3;
}
.phone-screen {
  width: 100%; height: 100%; border-radius: 32px; overflow: hidden;
  background: linear-gradient(180deg, #fafafa, #f0f4f1);
  position: relative;
}

/* Floating notif card on phone */
.notif {
  position: absolute;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  padding: 14px 16px;
  display: flex; gap: 12px; align-items: center;
  font-size: 13px;
  color: var(--ink-900);
  font-weight: 500;
  z-index: 2;
  pointer-events: none;
}
.notif .icon-circle {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--green-100);
  display: grid; place-items: center;
  color: var(--green-700);
  flex-shrink: 0;
}
.notif .icon-circle.dark { background: var(--ink-950); color: var(--green-500); }
.notif strong { display: block; font-size: 13px; margin-bottom: 2px; }
.notif span { color: var(--ink-400); font-size: 12px; }

/* Sections */
section { padding: 96px 0; }
@media (max-width: 720px) { section { padding: 72px 0; } }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head .lead { color: var(--ink-400); font-size: 19px; margin-top: 16px; line-height: 1.5; }

/* Logo strip */
.logo-strip {
  padding: 48px 0;
  border-bottom: 1px solid rgba(11,20,16,.06);
  background: var(--paper);
}
.logo-strip .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px; }
.logo-strip .label { font-size: 12px; color: var(--ink-400); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.logo-strip .logos { display: flex; flex-wrap: wrap; gap: 36px 48px; align-items: center; opacity: .55; filter: grayscale(1); }
.logo-strip .logos span { font-weight: 700; font-size: 17px; color: var(--ink-700); letter-spacing: -0.02em; }

/* Problem */
.problem-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
@media (max-width: 880px) { .problem-grid { grid-template-columns: 1fr; } }
.pain-card {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  transition: all .2s;
}
.pain-card:hover { border-color: var(--ink-900); transform: translateY(-2px); }
.pain-card .pain-num {
  font-size: 12px; color: var(--coral); font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; margin-bottom: 16px;
  display: flex; align-items: center; gap: 8px;
}
.pain-card .pain-num::before { content: ''; width: 8px; height: 8px; background: var(--coral); border-radius: 50%; }
.pain-card h3 { font-size: 22px; margin-bottom: 8px; }
.pain-card p { color: var(--ink-400); font-size: 15px; margin: 0; line-height: 1.5; }

/* Solution / How it works */
.steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
@media (max-width: 960px) { .steps { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 540px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--ink-200);
  position: relative;
}
.step .step-num {
  width: 36px; height: 36px; border-radius: 12px;
  background: var(--green-500); color: var(--ink-950);
  display: grid; place-items: center; font-weight: 800; font-size: 16px;
  margin-bottom: 20px;
}
.step h4 { font-size: 18px; margin-bottom: 6px; font-weight: 700; }
.step p { color: var(--ink-400); font-size: 14px; line-height: 1.5; margin: 0; }

/* Features bento */
.bento {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-rows: minmax(220px, auto);
  gap: 16px;
}
@media (max-width: 960px) { .bento { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .bento { grid-template-columns: 1fr; } }
.bento-card {
  border-radius: var(--radius-lg);
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--ink-200);
  display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.bento-card.dark { background: var(--ink-950); color: var(--white); border-color: var(--ink-800); }
.bento-card.dark .bento-sub { color: rgba(255,255,255,.6); }
.bento-card.green { background: var(--green-500); color: var(--ink-950); border-color: transparent; }
.bento-card.span-2 { grid-column: span 2; }
.bento-card.row-2 { grid-row: span 2; }
@media (max-width: 600px) { .bento-card.span-2 { grid-column: span 1; } }
.bento-card h3 { font-size: 24px; margin-bottom: 8px; }
.bento-sub { color: var(--ink-400); font-size: 15px; line-height: 1.5; }
.bento-card .icon-tile {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--green-100); color: var(--green-700);
  display: grid; place-items: center; margin-bottom: 20px;
}
.bento-card.dark .icon-tile { background: rgba(78,212,160,.15); color: var(--green-500); }
.bento-card.green .icon-tile { background: rgba(11,20,16,.1); color: var(--ink-950); }

/* Stats banner */
.stats-banner {
  background: var(--ink-950);
  color: var(--white);
  border-radius: var(--radius-xl);
  padding: 64px 48px;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.stats-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(800px 300px at 50% 0%, rgba(78,212,160,.18), transparent 60%);
  pointer-events: none;
}
@media (max-width: 720px) { .stats-banner { grid-template-columns: repeat(2,1fr); padding: 48px 24px; } }
.stats-banner .stat .num { font-size: clamp(36px, 4vw, 56px); font-weight: 700; letter-spacing: -0.04em; line-height: 1; color: var(--green-500); }
.stats-banner .stat .lbl { font-size: 14px; color: rgba(255,255,255,.65); margin-top: 8px; }

/* Testimonials */
.testimonials {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
@media (max-width: 960px) { .testimonials { grid-template-columns: 1fr; } }
.tcard {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex; flex-direction: column; gap: 20px;
}
.tcard .stars { color: var(--amber); font-size: 14px; letter-spacing: 2px; }
.tcard blockquote { font-size: 17px; line-height: 1.5; margin: 0; color: var(--ink-900); font-weight: 500; letter-spacing: -0.01em; }
.tcard .author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tcard .avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  color: var(--ink-950);
  display: grid; place-items: center; font-weight: 700; font-size: 15px;
}
.tcard .name { font-weight: 600; font-size: 14px; }
.tcard .role { font-size: 12px; color: var(--ink-400); }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
@media (max-width: 880px) { .faq-grid { grid-template-columns: 1fr; gap: 32px; } }
.faq-item {
  border-bottom: 1px solid var(--ink-200);
  padding: 20px 0;
}
.faq-item summary {
  font-size: 17px; font-weight: 600; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  list-style: none;
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 22px; color: var(--green-700); font-weight: 400;
  transition: transform .2s;
  width: 28px; height: 28px; display: grid; place-items: center;
  background: var(--green-50); border-radius: 50%;
}
.faq-item[open] summary::after { content: '×'; transform: rotate(0deg); }
.faq-item p { color: var(--ink-400); font-size: 15px; line-height: 1.6; margin: 12px 0 0; }

/* CTA final */
.cta-final {
  background: var(--ink-950);
  border-radius: var(--radius-xl);
  padding: 80px 48px;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(700px 300px at 50% 0%, rgba(78,212,160,.22), transparent 60%),
    radial-gradient(400px 200px at 100% 100%, rgba(78,212,160,.1), transparent 60%);
  pointer-events: none;
}
.cta-final h2 { font-size: clamp(36px, 4.5vw, 64px); }
.cta-final h2 .accent { color: var(--green-500); }
.cta-final p { font-size: 19px; color: rgba(255,255,255,.7); max-width: 520px; margin: 24px auto 36px; }
.cta-final .store-row { justify-content: center; }

/* Footer */
.footer {
  background: var(--ink-950);
  color: rgba(255,255,255,.7);
  padding: 64px 0 32px;
  margin-top: 24px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
.footer h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--white); margin-bottom: 20px; font-weight: 600; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer ul a { font-size: 14px; }
.footer ul a:hover { color: var(--white); }
.footer .brand p { font-size: 14px; max-width: 280px; line-height: 1.5; margin-top: 16px; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 56px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
  flex-wrap: wrap; gap: 16px;
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed; left: 16px; right: 16px; bottom: 16px;
  background: var(--ink-950); color: var(--white);
  padding: 12px 12px 12px 20px;
  border-radius: 999px;
  display: none;
  align-items: center; justify-content: space-between; gap: 12px;
  z-index: 40;
  box-shadow: var(--shadow-lg);
}
.sticky-cta .label { font-size: 14px; font-weight: 600; }
.sticky-cta .btn { padding: 10px 16px; font-size: 13px; }
@media (max-width: 720px) { .sticky-cta { display: flex; } }

/* Utility */
.cluster { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px;
  background: var(--paper-warm); border: 1px solid var(--ink-200);
  font-size: 12px; font-weight: 500; color: var(--ink-700);
}
.chip.green { background: var(--green-50); border-color: var(--green-100); color: var(--green-700); }
.chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green-600); }

/* Comparison */
.compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  background: var(--paper-warm);
  border-radius: var(--radius-xl);
  padding: 16px;
}
@media (max-width: 720px) { .compare { grid-template-columns: 1fr; } }
.compare-col {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.compare-col.bad { background: transparent; }
.compare-col.bad ul li::before { content: '✕'; color: var(--coral); }
.compare-col.good { background: var(--ink-950); color: var(--white); }
.compare-col.good ul li::before { content: '✓'; color: var(--green-500); }
.compare-col h3 { font-size: 20px; margin-bottom: 16px; }
.compare-col.good h3 .accent { color: var(--green-500); }
.compare-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.compare-col li {
  display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start;
  font-size: 15px; line-height: 1.4;
}
.compare-col li::before { font-weight: 700; font-size: 16px; }
.compare-col.bad { color: var(--ink-400); }

/* Job ticker */
.ticker-wrap {
  background: var(--white); border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg); padding: 20px; overflow: hidden;
  position: relative;
}
.ticker-wrap::before, .ticker-wrap::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none;
}
.ticker-wrap::before { left: 0; background: linear-gradient(90deg, var(--white), transparent); }
.ticker-wrap::after { right: 0; background: linear-gradient(-90deg, var(--white), transparent); }
.ticker {
  display: flex; gap: 12px;
  animation: scroll 40s linear infinite;
  width: max-content;
}
.ticker-wrap:hover .ticker { animation-play-state: paused; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.job-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px;
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 999px;
  font-size: 13px; font-weight: 500;
  white-space: nowrap;
}
.job-pill .price { color: var(--green-700); font-weight: 700; }
.job-pill .role { color: var(--ink-900); }
.job-pill .city { color: var(--ink-400); font-size: 12px; }
.job-pill .badge-now {
  background: var(--coral); color: var(--white);
  font-size: 10px; padding: 3px 7px; border-radius: 999px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase;
}


/* ========================================================
   Categorias — peças com foto split (08–12)
   ======================================================== */
.categories {
  background: var(--paper);
  padding-top: 88px;
  padding-bottom: 88px;
}
.cat-stack {
  display: flex; flex-direction: column;
  gap: 24px;
  margin-top: 56px;
}
.cat-piece {
  display: grid;
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
  background: var(--ink-950);
  color: #fff;
  box-shadow: var(--shadow-lg);
  isolation: isolate;
  container-type: inline-size;
}
.cat-piece.flip .cat-photo { order: 2; }
.cat-piece.flip .cat-copy  { order: 1; }

.cat-photo {
  position: relative;
  overflow: hidden;
  background: var(--ink-800);
}
.cat-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.cat-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(11,20,16,.35), transparent 35%);
  pointer-events: none;
}

.cat-chip {
  position: absolute;
  left: 5%; top: 7%;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cat-chip .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 4px rgba(78,212,160,.25);
}

.cat-handle {
  position: absolute;
  right: 5%; bottom: 7%;
  z-index: 2;
  color: rgba(255,255,255,.85);
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(12px, 1cqi, 15px);
  text-shadow: 0 2px 8px rgba(0,0,0,.4);
}

.cat-copy {
  padding: 7% 6%;
  display: flex; flex-direction: column;
  justify-content: space-between;
  gap: 4%;
  background: var(--ink-950);
  position: relative;
}
.cat-lockup {
  display: inline-flex; align-items: baseline;
  font-family: 'Mulish', 'Inter Tight', sans-serif;
  font-weight: 900; font-style: italic;
  letter-spacing: -0.05em; line-height: 1;
  font-size: clamp(22px, 2.6cqi, 38px);
}
.cat-lockup .a { color: #fff; }
.cat-lockup .b { color: var(--green-500); }

.cat-h {
  font-family: 'Mulish', 'Inter Tight', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 5cqi, 80px);
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 28px 0 0;
  text-wrap: balance;
  color: #fff;
}
.cat-h em {
  font-style: italic;
  color: var(--green-500);
}

.cat-sub {
  font-weight: 500;
  font-size: clamp(13px, 1.4cqi, 18px);
  line-height: 1.45;
  margin: 22px 0 0;
  color: rgba(255,255,255,.78);
  max-width: 38ch;
}

.cat-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(10px, .9cqi, 13px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.cat-foot b {
  color: #fff; font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(11px, 1cqi, 14px);
}

@media (max-width: 760px) {
  .cat-piece, .cat-piece.flip {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
  }
  .cat-piece.flip .cat-photo, .cat-piece .cat-photo { order: 1; aspect-ratio: 4/3; }
  .cat-piece.flip .cat-copy,  .cat-piece .cat-copy  { order: 2; }
  .cat-h { font-size: clamp(28px, 8vw, 44px); }
  .cat-sub { font-size: 15px; }
}
