/* ════════════════════════════════════════════════════════════════
   GAYYAR PRO · صفحات الفئات (Category Listing)
   تستخدم نفس ثيم store.css — HUD سماوي على كحلي
   ════════════════════════════════════════════════════════════════ */

:root {
  --bg:           #0a0f1e;
  --bg-2:         #0c1426;
  --card:         rgba(228, 240, 246, 0.025);
  --card-hover:   rgba(228, 240, 246, 0.055);
  --ink:          #e4f0f6;
  --ink-soft:     #b9c8d4;
  --ink-dim:      #6b7d8f;
  --line:         rgba(228, 240, 246, 0.08);
  --line-strong:  rgba(228, 240, 246, 0.16);

  --gold:         #5ce1ff;
  --gold-light:   #a3f0ff;
  --gold-deep:    #1f8fb8;
  --gold-glow:    rgba(92, 225, 255, 0.42);
  --gold-soft:    rgba(92, 225, 255, 0.12);
  --gold-faint:   rgba(92, 225, 255, 0.05);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
html, body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Tajawal", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  direction: rtl;
  font-size: 16px;
  line-height: 1.55;
}
::selection { background: var(--gold); color: var(--bg); }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img, svg { max-width: 100%; display: block; }

/* utility */
.mono   { font-family: "JetBrains Mono", monospace; letter-spacing: 0.05em; }
.latin  { font-family: "Orbitron", sans-serif; letter-spacing: 0.02em; }
.display { font-family: "Rakkas", serif; }
.accent { color: var(--gold); }

.container {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 40px;
}

.grain {
  position: fixed; inset: 0;
  background-image: radial-gradient(rgba(228,240,246,0.022) 1px, transparent 1px);
  background-size: 3px 3px;
  pointer-events: none;
  z-index: 1000;
  mix-blend-mode: overlay;
}

.eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: ""; width: 24px; height: 1px; background: var(--gold);
}

/* HUD corner brackets */
.cc {
  position: absolute;
  width: 12px; height: 12px;
  border: 1px solid var(--gold);
  opacity: 0.5;
  pointer-events: none;
}
.cc.tl { top: -1px; right: -1px; border-width: 1px 0 0 1px; }
.cc.tr { top: -1px; left: -1px; border-width: 1px 1px 0 0; }
.cc.bl { bottom: -1px; right: -1px; border-width: 0 0 1px 1px; }
.cc.br { bottom: -1px; left: -1px; border-width: 0 1px 1px 0; }

.bg-grid {
  background-image:
    linear-gradient(rgba(92, 225, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 225, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* ════════════════════════════════════════════
   NAV — مطابق store.css
   ════════════════════════════════════════════ */
.nav {
  position: fixed; top: 0; inset-inline: 0;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 40px;
  z-index: 100;
  background: linear-gradient(180deg, rgba(10,15,30,0.85), rgba(10,15,30,0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.3s;
}
.nav.scrolled {
  background: rgba(10, 15, 30, 0.96);
  border-bottom: 1px solid var(--line);
}
.nav .brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav .brand .logo { width: 36px; height: 36px; display: grid; place-items: center; }
.nav .brand .logo img { width: 100%; height: 100%; object-fit: contain; }
.nav .brand .name { display: flex; flex-direction: column; line-height: 1; gap: 3px; }
.nav .brand .name .b {
  font-family: "Orbitron", sans-serif;
  font-size: 15px; letter-spacing: 0.22em; font-weight: 700;
  color: var(--ink);
}
.nav .brand .name .s {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px; letter-spacing: 0.3em; color: var(--gold);
}
.nav-links { display: flex; gap: 28px; }
.nav-links a {
  color: var(--ink-soft);
  font-size: 14px; font-weight: 500;
  transition: color 0.2s; padding: 6px 0;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--gold); border-bottom-color: var(--gold);
}
.nav .cta {
  border: 1px solid var(--gold);
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  color: var(--gold);
  background: var(--gold-soft);
  transition: background 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.nav .cta:hover { background: rgba(92,225,255,0.22); box-shadow: 0 0 16px var(--gold-glow); }

/* breadcrumbs */
.crumbs {
  padding: 110px 40px 0;
  max-width: 1320px;
  margin-inline: auto;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ink-dim);
}
.crumbs a { color: var(--ink-dim); transition: color 0.2s; }
.crumbs a:hover { color: var(--gold); }
.crumbs .sep { margin: 0 10px; opacity: 0.5; }
.crumbs .cur { color: var(--gold); }

/* ════════════════════════════════════════════
   CATEGORY HERO — رأس صفحة الفئة
   ════════════════════════════════════════════ */
.cat-hero {
  position: relative;
  padding: 60px 40px 70px;
  text-align: center;
  overflow: hidden;
  background-image:
    radial-gradient(ellipse 60% 80% at 50% 60%, var(--gold-faint), transparent 70%),
    linear-gradient(rgba(92, 225, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 225, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 60px 60px, 60px 60px;
  border-bottom: 1px solid var(--line);
}
.cat-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin-inline: auto;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
}
.cat-hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--gold-faint);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--gold);
}
.cat-hero-tag .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 8px var(--gold);
  animation: dot-pulse 2s infinite;
}
@keyframes dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}
.cat-hero-title {
  font-family: "Rakkas", serif;
  font-size: clamp(48px, 6.4vw, 92px);
  line-height: 1.35;
  color: var(--ink);
}
.cat-hero-title .accent { color: var(--gold); }
.cat-hero-desc {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
  max-width: 620px;
}
.cat-hero-meta {
  display: inline-flex; align-items: center; gap: 14px;
  margin-top: 6px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ink-dim);
}
.cat-hero-meta .pipe { opacity: 0.4; }
.cat-hero-meta strong { color: var(--gold); font-weight: 700; }

/* HUD corners on the hero block */
.cat-hero-corners { position: absolute; inset: 30px; pointer-events: none; }
.cat-hero-corner {
  position: absolute; width: 26px; height: 26px;
  border-color: var(--gold); border-style: solid; opacity: 0.45;
}
.cat-hero-corner.tl { top: 0; right: 0; border-width: 1.5px 0 0 1.5px; }
.cat-hero-corner.tr { top: 0; left: 0; border-width: 1.5px 1.5px 0 0; }
.cat-hero-corner.bl { bottom: 0; right: 0; border-width: 0 0 1.5px 1.5px; }
.cat-hero-corner.br { bottom: 0; left: 0; border-width: 0 1.5px 1.5px 0; }

/* ════════════════════════════════════════════
   PRODUCT GRID
   ════════════════════════════════════════════ */
.products-wrap {
  padding: 70px 0 120px;
}

/* toolbar */
.cat-toolbar {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.cat-toolbar-left {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--ink-dim);
}
.cat-toolbar-left strong { color: var(--gold); font-weight: 700; }
.cat-toolbar-right {
  display: flex; gap: 10px;
  flex-wrap: wrap;
}
.sort-select {
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  padding: 9px 16px;
  border-radius: 999px;
  font-family: "Tajawal", sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.sort-select:hover { border-color: var(--gold); color: var(--gold); }

/* product grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.product-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.product-grid.cols-1 { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }

/* product card */
.p-card {
  position: relative;
  display: flex; flex-direction: column;
  min-height: 420px;
  padding: 24px;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
}
.p-card:hover {
  border-color: rgba(92,225,255,0.45);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4), 0 0 24px var(--gold-soft);
}
.p-card.coming {
  opacity: 0.6;
  pointer-events: none;
}

.p-glow {
  position: absolute; inset-inline-end: -20%; top: -20%;
  width: 80%; aspect-ratio: 1;
  background: radial-gradient(circle, var(--gold-soft), transparent 65%);
  filter: blur(30px);
  pointer-events: none;
  opacity: 0.7;
}

.p-badges {
  position: absolute;
  top: 18px; inset-inline-end: 18px;
  display: flex; gap: 6px;
  z-index: 3;
}
.p-badge {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--bg);
  font-weight: 700;
}
.p-badge.soft {
  background: var(--gold-soft);
  color: var(--gold);
  border: 1px solid var(--gold);
}
.p-badge.danger {
  background: rgba(243,97,122,0.18);
  color: #f3617a;
  border: 1px solid #f3617a;
}
.p-badge.coming-soon {
  background: rgba(228,240,246,0.08);
  color: var(--ink-soft);
  border: 1px solid var(--line-strong);
}

.p-image {
  position: relative;
  aspect-ratio: 1.2;
  display: grid; place-items: center;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 55%, var(--gold-soft), transparent 65%),
    rgba(10, 15, 30, 0.5);
  overflow: hidden;
  margin-bottom: 18px;
  z-index: 2;
}
.p-image img {
  width: 78%;
  max-height: 86%;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px var(--gold-glow));
  transition: transform 0.4s ease;
}
.p-card:hover .p-image img { transform: scale(1.06) translateY(-4px); }

/* SVG placeholder inside p-image */
.p-image .p-ph {
  width: 100%; height: 100%;
  display: grid; place-items: center;
  color: var(--gold);
}
.p-image .p-ph svg { width: 60%; height: auto; opacity: 0.5; }
.p-image .p-ph-label {
  position: absolute;
  bottom: 14px; left: 50%;
  transform: translateX(-50%);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px; letter-spacing: 0.2em;
  color: var(--gold);
  opacity: 0.6;
}

.p-body {
  display: flex; flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 2;
}
.p-cat {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--ink-dim);
}
.p-name {
  font-family: "Rakkas", serif;
  font-size: 26px;
  line-height: 1.05;
  color: var(--ink);
}
.p-blurb {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}
.p-specs-mini {
  display: flex; gap: 6px; flex-wrap: wrap;
  margin-top: 4px;
}
.p-specs-mini .pill {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--gold-faint);
  border: 1px solid var(--line-strong);
  color: var(--gold);
}

.p-bottom {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
}
.p-price {
  display: flex; flex-direction: column; gap: 2px;
}
.p-price .now {
  font-family: "Orbitron", sans-serif;
  font-size: 20px; font-weight: 800;
  color: var(--gold);
  letter-spacing: -0.01em;
}
.p-price .now small {
  font-size: 11px; opacity: 0.7; margin-inline-start: 4px;
}
.p-price .old {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  color: var(--ink-dim);
  text-decoration: line-through;
}
.p-arrow {
  width: 36px; height: 36px;
  border-radius: 999px;
  display: grid; place-items: center;
  border: 1px solid var(--gold);
  background: var(--gold-soft);
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
  transition: transform 0.2s, background 0.2s;
}
.p-card:hover .p-arrow {
  background: var(--gold);
  color: var(--bg);
  transform: translateX(-4px);
}

/* ── HERO product card (the spotlight one) ── */
.p-card.hero {
  grid-column: span 3;
  flex-direction: row;
  min-height: 480px;
  padding: 40px;
  align-items: stretch;
  background:
    radial-gradient(circle at 80% 30%, var(--gold-soft), transparent 55%),
    var(--card);
}
.p-card.hero .p-image {
  flex: 1;
  aspect-ratio: auto;
  margin-bottom: 0;
  margin-inline-start: 30px;
  min-height: 380px;
  border-radius: 18px;
}
.p-card.hero .p-image img {
  width: 80%;
  max-height: 90%;
  animation: cardFloat 6s ease-in-out infinite;
}
@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.p-card.hero .p-body {
  flex: 1.1;
  justify-content: center;
  gap: 14px;
  padding-inline-end: 20px;
}
.p-card.hero .p-name {
  font-size: 58px;
  line-height: 0.96;
}
.p-card.hero .p-blurb {
  font-size: 15px;
  max-width: 480px;
}
.p-card.hero .p-bottom {
  margin-top: 14px;
}
.p-card.hero .p-price .now { font-size: 30px; }
.p-card.hero .p-price .now small { font-size: 13px; }
.p-card.hero .p-arrow {
  width: 48px; height: 48px;
  font-size: 22px;
}
.p-card.hero .p-glow {
  width: 50%; aspect-ratio: 1;
}
.p-card.hero .p-flagship-banner {
  position: absolute;
  top: 30px; inset-inline-start: 30px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--gold);
  display: flex; align-items: center; gap: 10px;
  z-index: 3;
}
.p-card.hero .p-flagship-banner::before {
  content: ""; width: 24px; height: 1px; background: var(--gold);
}

/* coming-soon overlay watermark */
.p-soon-stamp {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
  font-family: "JetBrains Mono", monospace;
  font-size: 22px;
  letter-spacing: 0.2em;
  color: var(--gold);
  border: 2px dashed var(--gold);
  padding: 14px 28px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 4;
  opacity: 0.85;
  background: rgba(10,15,30,0.6);
  text-align: center;
  line-height: 1.4;
}
.p-soon-stamp small {
  display: block;
  font-size: 10px;
  margin-top: 4px;
  opacity: 0.7;
}

/* ════════════════════════════════════════════
   CTA — "ما لقيت اللي تبيه؟" بنفس صفحة الفئة
   ════════════════════════════════════════════ */
.cat-cta {
  margin-top: 90px;
  padding: 50px 40px;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 60% 90% at 50% 50%, var(--gold-soft), transparent 70%),
    var(--card);
  border: 1px solid var(--line);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cat-cta h3 {
  font-family: "Rakkas", serif;
  font-size: 38px;
  margin-bottom: 10px;
  color: var(--ink);
}
.cat-cta h3 .accent { color: var(--gold); }
.cat-cta p {
  color: var(--ink-soft);
  max-width: 540px;
  margin: 0 auto 22px;
  font-size: 15px;
  line-height: 1.7;
}
.cat-cta .actions {
  display: inline-flex; gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px;
  background: var(--gold);
  color: var(--bg);
  border: 1px solid var(--gold);
  border-radius: 999px;
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px var(--gold-glow); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px;
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(92,225,255,0.5);
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.btn-secondary:hover { background: var(--gold-soft); border-color: var(--gold); }

/* ════════════════════════════════════════════
   FOOTER (مصغّر)
   ════════════════════════════════════════════ */
.footer-mini {
  padding: 36px;
  text-align: center;
  border-top: 1px solid var(--line);
  color: var(--ink-dim);
  font-size: 12px;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.15em;
}
.footer-mini a { color: var(--gold); margin: 0 4px; }
.footer-mini .row {
  display: inline-flex; align-items: center; gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ════════════════════════════════════════════
   TWEAKS PANEL
   ════════════════════════════════════════════ */
.tweaks-panel {
  position: fixed;
  bottom: 24px; inset-inline-start: 24px;
  width: 280px;
  background: rgba(12, 20, 38, 0.95);
  border: 1px solid var(--gold);
  border-radius: 18px;
  padding: 20px;
  z-index: 9999;
  backdrop-filter: blur(20px);
  display: none;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6), 0 0 30px var(--gold-soft);
  font-family: "Tajawal", sans-serif;
}
.tweaks-panel.open { display: block; }
.tw-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.tw-title {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--gold);
}
.tw-close {
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--ink-soft);
  width: 26px; height: 26px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 14px;
}
.tw-close:hover { border-color: var(--gold); color: var(--gold); }
.tw-section { margin-bottom: 16px; }
.tw-label {
  display: block;
  font-size: 12px;
  color: var(--ink-soft);
  margin-bottom: 8px;
  font-weight: 600;
}
.tw-swatches { display: flex; gap: 8px; }
.tw-swatch {
  width: 32px; height: 32px;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s;
}
.tw-swatch:hover { transform: scale(1.08); }
.tw-swatch.active { border-color: var(--ink); }
.tw-segment {
  display: flex;
  background: rgba(228,240,246,0.04);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 3px;
  gap: 2px;
}
.tw-seg-btn {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--ink-soft);
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.tw-seg-btn.active {
  background: var(--gold);
  color: var(--bg);
}
.tw-toggle {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 0;
  cursor: pointer;
  border-block-start: 1px solid rgba(228,240,246,0.04);
}
.tw-toggle-track {
  position: relative;
  width: 38px; height: 22px;
  border-radius: 999px;
  background: rgba(228,240,246,0.1);
  transition: background 0.2s;
}
.tw-toggle-track::after {
  content: ""; position: absolute;
  top: 3px; right: 3px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--ink);
  transition: transform 0.2s;
}
.tw-toggle.on .tw-toggle-track { background: var(--gold); }
.tw-toggle.on .tw-toggle-track::after { transform: translateX(-16px); background: var(--bg); }
.tw-toggle-label { font-size: 13px; color: var(--ink); }

/* floating gear button (fallback when not in host) */
.tweaks-fab {
  position: fixed;
  bottom: 24px; inset-inline-start: 24px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--bg);
  border: none;
  cursor: pointer;
  z-index: 998;
  box-shadow: 0 8px 24px var(--gold-glow);
  font-size: 19px;
  display: grid; place-items: center;
}

/* ════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .p-card.hero { grid-column: span 2; }
}
@media (max-width: 780px) {
  .nav { padding: 14px 22px; }
  .nav-links { display: none; }
  .crumbs { padding: 90px 22px 0; font-size: 10px; }
  .cat-hero { padding: 80px 22px 50px; }
  .container { padding-inline: 22px; }
  .product-grid, .product-grid.cols-2 { grid-template-columns: 1fr; }
  .product-grid.cols-1 { max-width: 100%; }
  .p-card.hero { grid-column: span 1; flex-direction: column; padding: 24px; }
  .p-card.hero .p-image {
    margin-inline-start: 0; margin-bottom: 18px;
    min-height: 280px; aspect-ratio: 1.3;
  }
  .p-card.hero .p-name { font-size: 40px; }
  .p-card.hero .p-body { padding-inline-end: 0; }
  .cat-cta { margin-top: 50px; padding: 36px 22px; }
  .cat-cta h3 { font-size: 30px; }
  .tweaks-panel { inset-inline-start: 12px; inset-inline-end: 12px; width: auto; bottom: 12px; }
  .tweaks-fab { bottom: 14px; inset-inline-start: 14px; }
}
