/* ============================================================
   ANA INTERIOR — SUPER MARIO BROS THEME
   Loaded AFTER styles.css. Turns the whole site into a game.
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");

body.mario {
  --m-red: #e52521;
  --m-red-dark: #a81210;
  --m-green: #00a800;
  --m-green-dark: #0a7a0a;
  --m-green-light: #5fe65f;
  --m-blue: #5c94fc;
  --m-blue-dark: #2f5fc4;
  --m-navy: #10124a;
  --m-sky: #5c94fc;
  --m-yellow: #fcb900;
  --m-brown: #8c5a28;
  --m-brown-dark: #61371a;
  --m-black: #141414;
  background: var(--m-sky);
  color: var(--m-black);
}

/* ---------- pixel chrome ---------- */
body.mario .brand-text strong,
body.mario .brand-text small,
body.mario .nav-link,
body.mario .btn,
body.mario .hero-title,
body.mario .hero-badge,
body.mario .hero-tagline,
body.mario .section-kicker,
body.mario .section-title,
body.mario .stat-num,
body.mario .stat-plus,
body.mario .stat-dash,
body.mario .stat-label,
body.mario .flip-front-content h3,
body.mario .flip-back h3,
body.mario .flip-wa,
body.mario .post-cat,
body.mario .post-title a,
body.mario .post-more,
body.mario .page-hero-kicker,
body.mario .page-hero-title,
body.mario .breadcrumb,
body.mario .footer-col h4,
body.mario .hud-item,
body.mario .article-title,
body.mario .article-body h2,
body.mario .article-body h3,
body.mario .related-title,
body.mario .article-cta h3,
body.mario .contact-card h3,
body.mario .contact-link,
body.mario .other-body h3,
body.mario .project-card figcaption,
body.mario .footer-smile,
body.mario .footer-bottom p {
  font-family: "Press Start 2P", monospace;
}

/* ============================================================
   HEADER — Mario HUD bar
   ============================================================ */
body.mario .header {
  background: var(--m-navy);
  border-bottom: 4px solid #000;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.mario .header.scrolled { background: #0c0e3a; }
body.mario .brand-text strong {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 #000;
}
body.mario .brand-text small {
  font-size: 7px;
  color: var(--m-yellow);
  letter-spacing: 0;
  margin-top: 3px;
}
body.mario .brand-logo {
  background: #fff;
  padding: 4px;
  border: 3px solid #000;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
body.mario .hud {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  margin-right: 18px;
}
body.mario .hud-item {
  font-size: 9px;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.hud-item .coin-ico {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(90deg, #e6a800, #ffe08a 45%, #b87f00);
  border: 2px solid #6b5200;
  display: inline-block;
  box-shadow: inset -2px -2px 0 rgba(0, 0, 0, 0.3);
}
body.mario .nav-link {
  font-size: 9px;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  padding: 10px;
}
body.mario .nav-link:hover,
body.mario .nav-link.active { color: var(--m-yellow); }
body.mario .nav-link::after { background: var(--m-yellow); }
body.mario .nav-cta { font-size: 9px; }
body.mario .nav-toggle span { background: #fff; box-shadow: 1px 1px 0 #000; }

@media (max-width: 1100px) {
  body.mario .hud { display: none; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
body.mario .btn {
  font-size: 11px;
  letter-spacing: 0;
  border: 3px solid #000;
  border-radius: 6px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.55);
}
body.mario .btn-cta {
  background: linear-gradient(180deg, #ff5a4e 0%, #d3241f 55%, #9e0f0c 100%);
}
body.mario .btn-cta:hover {
  background: var(--m-yellow);
  color: #000;
  text-shadow: none;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4), 0 0 24px rgba(252, 185, 0, 0.6);
}
body.mario .btn-ghost {
  background: var(--m-green);
  border-color: #000;
  color: #fff;
}
body.mario .btn-ghost:hover {
  background: var(--m-green-light);
  color: #000;
  text-shadow: none;
}

/* ============================================================
   HERO — game screen
   ============================================================ */
body.mario .hero {
  background: linear-gradient(180deg, #6db3ff 0%, var(--m-sky) 55%, #86ccff 100%);
}
body.mario .hero-overlay {
  background: linear-gradient(180deg, rgba(16, 18, 74, 0.38), rgba(16, 18, 74, 0.2) 55%, rgba(16, 18, 74, 0.55));
}
body.mario .hero-slide { filter: saturate(1.15) contrast(1.08); }
/* scanlines over the game screen */
body.mario .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.09) 0 2px, transparent 2px 5px);
}
/* ground strip */
body.mario .hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  z-index: 3;
  background:
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0 44px, transparent 44px 88px),
    linear-gradient(180deg, #d8a452 0 14px, var(--m-brown) 14px);
  border-top: 4px solid #000;
}
body.mario .hero-dots { bottom: 78px; }
body.mario .hero-scroll { display: none; }
body.mario .hero-arrow {
  background: rgba(16, 18, 74, 0.55);
  border: 3px solid #fff;
  font-family: "Press Start 2P", monospace;
  font-size: 12px;
}
body.mario .hero-arrow:hover { background: var(--m-yellow); color: #000; border-color: #000; }
body.mario .hero-badge {
  font-family: "Press Start 2P", monospace;
  font-size: 9px;
  letter-spacing: 0;
  background: var(--m-yellow);
  color: #000;
  border: 3px solid #000;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
}
body.mario .hero-title {
  font-size: clamp(30px, 7vw, 72px);
  letter-spacing: 0;
  color: #fff;
  text-shadow:
    4px 0 0 #000, -4px 0 0 #000, 0 4px 0 #000, 0 -4px 0 #000,
    3px 3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, -3px -3px 0 #000,
    0 10px 0 var(--m-red);
}
body.mario .hero-tagline {
  font-size: clamp(9px, 1.6vw, 14px);
  letter-spacing: 0;
  color: var(--m-yellow);
  text-shadow: 2px 2px 0 #000;
}
body.mario .tag-2 em { color: var(--m-green-light); }
body.mario .hero-desc { color: rgba(255, 255, 255, 0.95); text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6); }

/* ---------- game decorations ---------- */
.game-decor { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }

.cloud {
  position: absolute;
  width: 120px;
  height: 34px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
  animation: cloudDrift 48s linear infinite;
}
.cloud::before, .cloud::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
}
.cloud::before { width: 46px; height: 46px; left: 14px; top: -20px; }
.cloud::after { width: 32px; height: 32px; left: 56px; top: -14px; }
.cloud.c1 { top: 16%; left: -140px; animation-duration: 46s; }
.cloud.c2 { top: 30%; left: -140px; animation-duration: 66s; }
.cloud.c3 { top: 8%; left: -140px; animation-duration: 88s; }
.cloud.c4 { top: 22%; left: -140px; animation-duration: 58s; transform: scale(0.7); }
@keyframes cloudDrift {
  from { margin-left: 0; }
  to { margin-left: calc(100vw + 320px); }
}

.hill {
  position: absolute;
  width: 170px;
  height: 100px;
  bottom: 56px;
  background: linear-gradient(180deg, #2fb82f 0%, #1e8f1e 55%, #146014 100%);
  border-radius: 85px 85px 0 0;
  border: 4px solid #000;
  border-bottom: none;
}
.hill::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16px;
  background: #0d4a0d;
  border-radius: 0 0 0 0;
}
.hill.h1 { left: -40px; }
.hill.h2 { right: -60px; transform: scale(0.65); bottom: 40px; }

.pipe {
  position: absolute;
  bottom: 56px;
  width: 56px;
  height: 110px;
  background: linear-gradient(90deg, #00c400 0 8px, #7dff7d 8px 20px, #00a800 20px 46px, #0a7a0a 46px 100%);
  border: 4px solid #000;
}
.pipe .pipe-lip {
  position: absolute;
  left: -10px;
  top: -20px;
  width: 72px;
  height: 24px;
  background: linear-gradient(90deg, #00c400 0 10px, #7dff7d 10px 26px, #00a800 26px 62px, #0a7a0a 62px 100%);
  border: 4px solid #000;
}
.pipe.p1 { left: 9%; }
.pipe.p2 { right: 12%; transform: scale(0.8); bottom: 40px; }

.block {
  position: absolute;
  width: 44px;
  height: 44px;
  background: linear-gradient(180deg, #ffd44a, #f8a21c 60%, #d87f0a);
  border: 3px solid #000;
  box-shadow: inset -6px -6px 0 rgba(0, 0, 0, 0.25), inset 6px 6px 0 rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Press Start 2P", monospace;
  font-size: 20px;
  color: #7a5200;
  cursor: pointer;
  animation: blockBlink 1.1s steps(1) infinite;
  pointer-events: auto;
}
.block::before, .block::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 2px;
}
.block::before { left: 5px; top: 5px; }
.block::after { right: 5px; bottom: 5px; }
@keyframes blockBlink { 50% { filter: brightness(1.3); } }
.block.bumped { animation: blockBump 0.4s ease; }
@keyframes blockBump {
  0% { transform: translateY(0); }
  40% { transform: translateY(-16px); }
  100% { transform: translateY(0); }
}

.brick {
  position: absolute;
  width: 44px;
  height: 44px;
  background: var(--m-brown);
  border: 3px solid #000;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14) 30%, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.08) 34%, transparent 34%),
    linear-gradient(90deg, transparent 0 50%, rgba(0, 0, 0, 0.35) 50% 54%, transparent 54%);
}

.coin-f1 {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff3a0, #fcb900 45%, #b87f00);
  border: 2px solid #6b5200;
  box-shadow: inset -2px -2px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  pointer-events: auto;
  animation: coinSpin 1.4s steps(2) infinite;
}
@keyframes coinSpin { 50% { transform: scaleX(0.18); } }

.coin-pop {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Press Start 2P", monospace;
  font-size: 10px;
  color: var(--m-yellow);
  text-shadow: 2px 2px 0 #000;
  animation: popUp 0.9s ease forwards;
  pointer-events: none;
  z-index: 40;
  white-space: nowrap;
}
@keyframes popUp {
  from { opacity: 1; transform: translate(-50%, 0); }
  to { opacity: 0; transform: translate(-50%, -44px); }
}

/* ============================================================
   STATS — scoreboard
   ============================================================ */
body.mario .stats {
  background: linear-gradient(180deg, #1c3f8f 0%, var(--m-blue-dark) 100%);
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
body.mario .stat-num { font-size: 24px; color: #fff; text-shadow: 3px 3px 0 #000; }
body.mario .stat-plus, body.mario .stat-dash { font-size: 20px; color: var(--m-yellow); text-shadow: 2px 2px 0 #000; }
body.mario .stat-label { font-size: 8px; letter-spacing: 0; color: var(--m-yellow); text-shadow: 1px 1px 0 #000; }

/* ============================================================
   SECTIONS
   ============================================================ */
body.mario .section-kicker {
  font-size: 9px;
  letter-spacing: 0;
  background: var(--m-yellow);
  color: #000;
  border: 3px solid #000;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
}
body.mario .section-title {
  font-size: clamp(16px, 3vw, 28px);
  letter-spacing: 0;
  color: #fff;
  text-shadow: 3px 3px 0 #000, 6px 6px 0 rgba(0, 0, 0, 0.28);
}
body.mario .section-desc { color: #fff; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45); }

/* Products — overworld sky */
body.mario .products { background: var(--m-sky); }
body.mario .products .section-head::before,
body.mario .products .section-head::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 26px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
body.mario .products .section-head { position: relative; }
body.mario .products .section-head::before { left: 4%; top: -10px; }
body.mario .products .section-head::after { right: 6%; top: 26px; transform: scale(0.7); }

/* flip cards as game blocks */
body.mario .flip-front {
  border: 3px solid #000;
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
}
body.mario .flip-front::after {
  background: linear-gradient(180deg, rgba(16, 18, 74, 0.1) 0%, rgba(16, 18, 74, 0.55) 100%);
}
body.mario .flip-front-content h3 {
  font-size: 11px;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 #000;
}
body.mario .flip-back {
  border: 3px solid #000;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #fff3c8);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
}
body.mario .flip-back h3 { font-size: 10px; color: #b07a00; }
body.mario .flip-back p { font-size: 13px; }
body.mario .flip-wa { font-size: 9px; color: var(--m-green-dark); }

/* CTA banner — 1-UP block */
body.mario .cta-banner { border-top: 6px solid #000; border-bottom: 6px solid #000; }
body.mario .cta-banner-overlay {
  background: linear-gradient(120deg, rgba(16, 18, 74, 0.93), rgba(160, 15, 12, 0.85));
}
body.mario .free-badge {
  font-family: "Press Start 2P", monospace;
  font-size: 11px;
  letter-spacing: 0;
  background: var(--m-yellow);
  color: #000;
  border: 3px solid #000;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
  animation: none;
}
body.mario .free-badge .ico { display: none; }
body.mario .cta-title {
  font-family: "Press Start 2P", monospace;
  font-size: clamp(14px, 3vw, 28px);
  letter-spacing: 0;
  color: #fff;
  text-shadow: 3px 3px 0 #000, 6px 6px 0 rgba(0, 0, 0, 0.3);
}
body.mario .cta-desc { color: rgba(255, 255, 255, 0.92); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

/* Other products — overworld green field */
body.mario .other-products {
  background: linear-gradient(180deg, var(--m-sky) 0%, #4fc24f 26%);
}
body.mario .other-card {
  border: 3px solid #000;
  border-radius: 12px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
}
body.mario .other-body h3 { font-size: 13px; }
body.mario .other-body p { font-size: 13.5px; }

/* Projects — underground */
body.mario .projects {
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 26px),
    #181a4a;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
}
body.mario .project-card {
  border: 3px solid #000;
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4);
}
body.mario .project-card figcaption {
  font-size: 9px;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 #000;
  padding-bottom: 18px;
}

/* Contact — sky */
body.mario .contact { background: var(--m-sky); }
body.mario .contact-card {
  border: 3px solid #000;
  border-radius: 12px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
}
body.mario .contact-card h3 { font-size: 12px; }
body.mario .contact-link { font-size: 9px; color: var(--m-red-dark); }
body.mario .contact-ico {
  border: 3px solid #000;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
}

/* ============================================================
   FOOTER — castle
   ============================================================ */
body.mario .footer {
  background: #0d0d16;
  border-top: 6px solid var(--m-red);
  box-shadow: inset 0 10px 24px rgba(229, 37, 33, 0.35);
}
body.mario .footer-brand p, body.mario .footer-col a, body.mario .footer-hours { font-size: 12.5px; }
body.mario .footer-col h4 { font-size: 10px; letter-spacing: 0; }
body.mario .footer-smile { font-size: 10px; }
body.mario .footer-smile span { color: var(--m-yellow); }
body.mario .footer-bottom { border-top: 3px solid rgba(252, 185, 0, 0.5); }
body.mario .footer-bottom p { font-size: 8px; }

/* ============================================================
   FLOATING BUTTONS — mushroom + block
   ============================================================ */
body.mario .wa-float {
  background: var(--m-red);
  border: 3px solid #000;
  box-shadow: 0 7px 0 var(--m-red-dark), 0 14px 26px rgba(0, 0, 0, 0.45);
}
body.mario .wa-float::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
}
body.mario .wa-float::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
}
body.mario .wa-float svg { width: 26px; height: 26px; position: relative; z-index: 2; }
body.mario .back-top {
  background: var(--m-blue-dark);
  border: 3px solid #000;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
}

/* ============================================================
   BLOG + ARTICLE PAGES
   ============================================================ */
body.mario .page-hero { background: linear-gradient(180deg, #6db3ff, var(--m-sky)); }
body.mario .page-hero-overlay {
  background: linear-gradient(180deg, rgba(16, 18, 74, 0.6), rgba(16, 18, 74, 0.35));
}
body.mario .page-hero-kicker {
  font-size: 9px;
  letter-spacing: 0;
  background: var(--m-yellow);
  color: #000;
  border: 3px solid #000;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
}
body.mario .page-hero-title {
  font-size: clamp(16px, 3.6vw, 32px);
  letter-spacing: 0;
  color: #fff;
  text-shadow: 3px 3px 0 #000, 6px 6px 0 rgba(0, 0, 0, 0.3);
}
body.mario .page-hero-desc { color: rgba(255, 255, 255, 0.92); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
body.mario .breadcrumb { font-size: 9px; letter-spacing: 0; }
body.mario .breadcrumb a:hover { color: var(--m-yellow); }

/* blog listing section — sky (scoped so article pages' related-posts stay white) */
body.mario .section:has(> .container > .featured-post),
body.mario .section:has(> .container > .blog-grid) { background: var(--m-sky); }
/* article pages keep a clean white reading surface */
body.mario .section:has(.article-wrap) { background: #fff; }

body.mario .filter-btn {
  font-family: "Press Start 2P", monospace;
  font-size: 9px;
  border: 3px solid #000;
  border-radius: 6px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
}
body.mario .filter-btn.active {
  background: var(--m-yellow);
  color: #000;
  border-color: #000;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
}
body.mario .filter-btn:hover { border-color: #000; background: #fff; }

body.mario .featured-post {
  border: 4px solid #000;
  border-radius: 14px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
}
body.mario .featured-body .post-title { font-size: 15px; }
body.mario .post-cat {
  font-size: 8px;
  letter-spacing: 0;
  border: 2px solid #000;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
body.mario .cat-tips { background: var(--m-blue); color: #fff; }
body.mario .cat-perbandingan { background: var(--m-yellow); color: #000; }
body.mario .cat-inspirasi { background: var(--m-green); color: #fff; }
body.mario .post-card {
  border: 3px solid #000;
  border-radius: 12px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
}
body.mario .post-title a {
  font-size: 11px;
  line-height: 1.7;
  color: var(--m-navy);
}
body.mario .post-title a:hover { color: var(--m-red-dark); }
body.mario .post-meta { font-family: "Press Start 2P", monospace; font-size: 8px; color: #6b6f7a; }
body.mario .post-excerpt { font-size: 13px; }
body.mario .post-more { font-size: 9px; color: var(--m-red-dark); }

/* article page */
body.mario .article-title {
  font-size: clamp(16px, 3.4vw, 30px);
  letter-spacing: 0;
  color: var(--m-navy);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.12);
}
body.mario .article-meta { font-family: "Press Start 2P", monospace; font-size: 9px; color: #6b6f7a; }
body.mario .article-hero { border: 4px solid #000; border-radius: 14px; box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3); }
body.mario .article-body { font-size: 16px; }
body.mario .article-body h2 { font-size: 17px; letter-spacing: 0; color: var(--m-red-dark); }
body.mario .article-body h3 { font-size: 13px; letter-spacing: 0; color: var(--m-navy); }
body.mario .article-body blockquote {
  border-left: 6px solid var(--m-yellow);
  background: #fff8dd;
  border-radius: 0 10px 10px 0;
}
body.mario .article-cta {
  background: linear-gradient(180deg, var(--m-navy), #160f0f);
  border: 4px solid #000;
  border-radius: 14px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
}
body.mario .article-cta h3 { font-size: 13px; }
body.mario .related-title { font-size: 14px; letter-spacing: 0; }

/* ============================================================
   RESPONSIVE TWEAKS
   ============================================================ */
@media (max-width: 900px) {
  body.mario .nav {
    background: var(--m-navy);
    border-left: 4px solid #000;
  }
  body.mario .nav-link {
    font-size: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  body.mario .brand-text strong { font-size: 11px; }
}
@media (max-width: 768px) {
  body.mario .stat-num { font-size: 18px; }
  body.mario .stat-label { font-size: 7px; }
  body.mario .hero-title { text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 0 6px 0 var(--m-red); }
}
@media (max-width: 480px) {
  body.mario .pipe.p2, body.mario .hill.h2 { display: none; }
  body.mario .hero-content { max-width: 92%; }
  body.mario .block, body.mario .brick { transform: scale(0.8); }
  body.mario .cloud.c3, body.mario .cloud.c4 { display: none; }
}
