@font-face{font-family:"Space Grotesk";src:url("../fonts/SpaceGrotesk.woff2") format("woff2");font-weight:500 700;font-display:swap;}
@font-face{font-family:"Inter";src:url("../fonts/Inter.woff2") format("woff2");font-weight:400 700;font-display:swap;}
@font-face{font-family:"JetBrains Mono";src:url("../fonts/JetBrainsMono.woff2") format("woff2");font-weight:500 700;font-display:swap;}

:root{
  --void:#0A0A0B;
  --surface:#131315;
  --surface-2:#1B1B1F;
  --line: rgba(245,245,240,0.09);
  --lime:#D7FF3E;
  --lime-dim:#96B824;
  --coral:#FF4D5E;
  --paper:#F5F5F0;
  --mute:#8C8C90;
  --radius:18px;
  --disp: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --body: "Inter", ui-sans-serif, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{background:var(--void);}
body{
  background:var(--void);
  color:var(--paper);
  font-family:var(--body);
  font-size:16px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:1240px; margin:0 auto; padding:0 32px;}
.eyebrow{
  font-family:var(--mono); font-size:12px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--lime); font-weight:500; display:flex; align-items:center; gap:10px;
}
.eyebrow::before{content:""; width:16px; height:1px; background:var(--lime);}
h1,h2,h3{font-family:var(--disp); font-weight:700; letter-spacing:-0.02em; line-height:1.02;}
:focus-visible{outline:2px solid var(--lime); outline-offset:3px;}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important;}
  .marquee-track{animation-duration:26s !important; animation-iteration-count:infinite !important;}
}

/* ---------- header ---------- */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(10,10,11,0.94);
  border-bottom:1px solid var(--line);
}
.nav{position:relative; display:flex; align-items:center; justify-content:space-between; height:76px; gap:24px;}
.brand{display:flex; align-items:center; gap:10px; flex-shrink:0;}
.brand img{height:26px; width:auto;}
.nav-toggle-input{display:none;}
.nav-right{display:flex; align-items:center; gap:10px;}
.menu-toggle{
  display:none; flex-direction:column; gap:4px; width:40px; height:40px; cursor:pointer;
  align-items:center; justify-content:center; flex-shrink:0;
  border:1px solid var(--line); border-radius:11px; background:var(--surface);
  transition:border-color .15s ease, background .15s ease;
}
.menu-toggle:hover{border-color:rgba(215,255,62,0.4);}
.menu-toggle span{display:block; width:16px; height:2px; background:var(--paper); border-radius:2px; transition:transform .2s ease, opacity .2s ease, width .2s ease;}
.nav-toggle-input:checked ~ .nav-right .menu-toggle{background:var(--lime); border-color:var(--lime);}
.nav-toggle-input:checked ~ .nav-right .menu-toggle span{background:var(--void);}
.nav-toggle-input:checked ~ .nav-right .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg);}
.nav-toggle-input:checked ~ .nav-right .menu-toggle span:nth-child(2){opacity:0;}
.nav-toggle-input:checked ~ .nav-right .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg);}
nav.links{display:flex; align-items:center; gap:2px; flex-wrap:wrap;}
nav.links li{list-style:none;}
.sub-menu{list-style:none;}
nav.links a{
  font-size:13.5px; font-weight:500; color:var(--mute); padding:9px 14px; border-radius:999px;
  transition:color .15s ease, background .15s ease;
}
nav.links a:hover, nav.links a.current-menu-item, nav.links li.current-menu-item a{color:var(--paper); background:var(--surface-2);}
.cta{
  font-family:var(--body); font-weight:600; font-size:13.5px; color:var(--void);
  background:var(--lime); padding:11px 20px; border-radius:999px; white-space:nowrap;
  box-shadow:0 0 0 1px rgba(215,255,62,0.4);
}

/* ---------- hero ---------- */
.hero{position:relative; padding:96px 0 72px; overflow:hidden;}
.hero::before{
  content:""; position:absolute; top:-260px; left:50%; width:900px; height:700px; transform:translateX(-50%);
  background:radial-gradient(circle, rgba(215,255,62,0.14) 0%, rgba(215,255,62,0) 68%);
  pointer-events:none;
}
.hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; position:relative;}
.hero h1{font-size:clamp(40px,5vw,68px); text-transform:uppercase;}
.hero h1 em{font-style:normal; color:var(--lime);}
.hero p.lede{font-family:var(--body); font-size:17px; color:var(--mute); max-width:440px; margin-top:22px; line-height:1.6;}
.hero-ctas{display:flex; gap:12px; margin-top:34px; flex-wrap:wrap;}
.btn-primary{
  font-family:var(--body); font-weight:600; font-size:14.5px; color:var(--void); background:var(--lime);
  padding:15px 26px; border-radius:999px; display:inline-block;
}
.btn-ghost{
  font-family:var(--body); font-weight:600; font-size:14.5px; color:var(--paper);
  padding:15px 26px; border-radius:999px; border:1px solid var(--line); display:inline-block;
}

/* swipe deck */
.deck{position:relative; height:420px; display:flex; align-items:center; justify-content:center;}
.card{
  position:absolute; width:300px; background:var(--surface); border:1px solid var(--line); border-radius:22px;
  padding:22px; box-shadow:0 30px 60px -20px rgba(0,0,0,0.7);
}
.card.back2{transform:rotate(7deg) translateY(18px); opacity:.45; z-index:1;}
.card.back1{transform:rotate(-5deg) translateY(8px); opacity:.7; z-index:2;}
.card.front{transform:rotate(0deg); z-index:3;}
.card .cat{font-family:var(--mono); font-size:10.5px; color:var(--mute); text-transform:uppercase; letter-spacing:.1em;}
.card h2{font-family:var(--disp); font-size:19px; font-weight:700; margin-top:10px; line-height:1.25;}
.split{display:flex; margin-top:20px; border-radius:12px; overflow:hidden; border:1px solid var(--line);}
.split div{flex:1; padding:12px 14px; font-family:var(--mono);}
.split .yes{background:rgba(215,255,62,0.1); border-right:1px solid var(--line);}
.split .no{background:rgba(255,77,94,0.1);}
.split .lbl{font-size:10px; letter-spacing:.12em; color:var(--mute); text-transform:uppercase;}
.split .val{font-size:20px; font-weight:700; margin-top:4px;}
.split .yes .val{color:var(--lime);}
.split .no .val{color:var(--coral);}
.card .meta{display:flex; justify-content:space-between; margin-top:16px; font-family:var(--mono); font-size:11px; color:var(--mute);}
.swipe-hint{position:absolute; bottom:-6px; left:50%; transform:translateX(-50%); font-family:var(--mono); font-size:11px; color:var(--mute); letter-spacing:.14em; text-transform:uppercase; display:flex; gap:8px; align-items:center;}
.mascot-peek{position:absolute; left:-38px; bottom:36px; width:132px; z-index:4; filter:drop-shadow(0 18px 26px rgba(0,0,0,0.55));}
.mascot-peek img{border-radius:14px;}

/* mascot strip */
.mascot-strip{
  display:flex; align-items:center; gap:40px; background:var(--surface); border:1px solid var(--line);
  border-radius:24px; padding:32px 40px;
}
.mascot-strip img{width:150px; height:auto; border-radius:16px; flex-shrink:0;}
.mascot-strip h3{font-size:24px; margin-top:10px; text-transform:uppercase;}
.mascot-strip p{color:var(--mute); font-size:14.5px; margin-top:12px; max-width:520px; line-height:1.6;}
.cta-mascot{width:96px; margin:0 auto 20px; position:relative; border-radius:14px;}

/* marquee */
.marquee{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--surface); overflow:hidden; padding:16px 0;}
.marquee-track{display:flex; gap:40px; white-space:nowrap; font-family:var(--mono); font-size:13px; letter-spacing:.1em; color:var(--mute); animation:scroll 26s linear infinite; width:max-content;}
.marquee-track span{color:var(--lime);}
@keyframes scroll{from{transform:translateX(0);} to{transform:translateX(-50%);}}

/* section shell */
section{padding:88px 0;}
.section-head{max-width:640px; margin-bottom:48px;}
.section-head h2{font-size:clamp(28px,3.4vw,42px); margin-top:14px; text-transform:uppercase;}
.section-head p{color:var(--mute); margin-top:14px; font-size:15.5px; max-width:520px;}

/* features */
.features{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;}
.feature{background:var(--surface); padding:32px 28px;}
.feature .num{font-family:var(--mono); font-size:12px; color:var(--lime);}
.feature h3{font-size:19px; margin-top:16px;}
.feature p{color:var(--mute); font-size:14px; margin-top:10px; line-height:1.6;}

/* categories */
.cat-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
.cat-card{
  background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:24px;
  position:relative; overflow:hidden; min-height:168px; display:flex; flex-direction:column; justify-content:space-between;
}
.cat-card::after{content:""; position:absolute; inset:0; background:linear-gradient(160deg, rgba(215,255,62,0.07), transparent 55%); opacity:0; transition:opacity .2s;}
.cat-card:hover::after{opacity:1;}
.cat-card .glyph{font-family:var(--disp); font-size:26px; color:var(--lime);}
.cat-card h2,.cat-card h3{font-family:var(--body); font-weight:700; letter-spacing:normal; line-height:normal; font-size:17px; margin-top:26px;}
.cat-card span.tag{font-family:var(--mono); font-size:11px; color:var(--mute); margin-top:6px; display:block;}

/* how it works */
.steps{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
.step .idx{font-family:var(--mono); font-size:13px; color:var(--lime); border:1px solid var(--line); width:34px; height:34px; border-radius:50%; display:flex; align-items:center; justify-content:center;}
.step h3{font-size:20px; margin-top:20px;}
.step p{color:var(--mute); font-size:14.5px; margin-top:10px; line-height:1.6;}

/* community band */
.community{position:relative; border-radius:24px; overflow:hidden; border:1px solid var(--line);}
.community img{width:100%; height:440px; object-fit:cover; object-position:65% 35%; display:block;}
.community-overlay{position:absolute; inset:0; background:linear-gradient(90deg, rgba(10,10,11,0.94) 28%, rgba(10,10,11,0.35) 68%, rgba(10,10,11,0.1) 100%); display:flex; align-items:center;}
.community-copy{padding:0 48px; max-width:460px;}
.community-copy .eyebrow{margin-bottom:16px;}
.community-copy h2{font-size:clamp(26px,3vw,36px); text-transform:uppercase;}
.community-copy p{color:var(--mute); margin-top:16px; font-size:15px; line-height:1.65;}
.chips{display:flex; gap:10px; margin-top:24px; flex-wrap:wrap;}
.chip{font-family:var(--mono); font-size:11.5px; color:var(--paper); border:1px solid var(--line); padding:8px 14px; border-radius:999px; background:rgba(19,19,21,0.7);}

/* CTA band */
.cta-band{background:var(--surface); border:1px solid var(--line); border-radius:24px; padding:56px 48px; text-align:center; position:relative; overflow:hidden;}
.cta-band::before{content:""; position:absolute; top:-160px; left:50%; transform:translateX(-50%); width:600px; height:400px; background:radial-gradient(circle, rgba(215,255,62,0.16), transparent 70%);}
.cta-band h2{font-size:clamp(26px,3.4vw,40px); text-transform:uppercase; position:relative;}
.cta-band p{color:var(--mute); margin:16px auto 30px; max-width:460px; font-size:15px; position:relative;}
.cta-band .btn-primary{position:relative;}

/* footer */
footer{border-top:1px solid var(--line); padding:56px 0 32px;}
.foot-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px;}
.foot-brand{display:flex; align-items:center; gap:10px; margin-bottom:14px;}
.foot-brand img{height:22px;}
footer p.desc{color:var(--mute); font-size:13.5px; max-width:260px; line-height:1.6;}
.foot-col-title{font-family:var(--mono); font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--mute); margin-bottom:16px;}
.foot-col a{display:block; font-size:13.5px; color:var(--paper); opacity:.82; margin-bottom:11px;}
.foot-col a:hover{opacity:1; color:var(--lime);}
.foot-bottom{display:flex; justify-content:space-between; align-items:center; margin-top:48px; padding-top:24px; border-top:1px solid var(--line); flex-wrap:wrap; gap:12px;}
.foot-bottom p{font-family:var(--mono); font-size:11.5px; color:var(--mute);}
.disclaimer{font-size:11.5px; color:var(--mute); max-width:900px; margin-top:20px; line-height:1.6;}

/* ---------- inner pages: hero + editable content ---------- */
.page-hero{padding:64px 0 48px; border-bottom:1px solid var(--line); position:relative; overflow:hidden;}
.page-hero::before{content:""; position:absolute; top:-220px; left:8%; width:620px; height:500px; background:radial-gradient(circle, rgba(215,255,62,0.12), transparent 68%); pointer-events:none;}
.breadcrumb{font-family:var(--mono); font-size:12px; color:var(--mute); letter-spacing:.06em; position:relative;}
.breadcrumb a:hover{color:var(--lime);}
.page-hero h1{font-size:clamp(32px,4.4vw,52px); text-transform:uppercase; margin-top:16px; position:relative;}
.page-hero p.lede{color:var(--mute); font-size:16px; max-width:600px; margin-top:16px; position:relative;}

.content-shell{padding:64px 0 20px;}
.content-body{max-width:760px; font-size:16.5px; line-height:1.75; color:var(--paper);}

.content-body .wp-block-table{overflow-x:auto; -webkit-overflow-scrolling:touch; max-width:100%; margin:24px 0; border-radius:12px; border:1px solid var(--line);}
.content-body table{border-collapse:collapse; width:100%; min-width:520px;}
.content-body table th, .content-body table td{padding:14px 16px; border:1px solid var(--line); text-align:left; font-size:14.5px; vertical-align:top;}
.content-body table th{background:var(--surface); font-family:var(--disp); color:var(--paper); font-weight:700;}
.content-body table td{color:var(--mute);}
.content-body table td strong{color:var(--paper);}
.content-body p{margin-bottom:20px; color:#D8D8D3;}
.content-body h2{font-size:26px; text-transform:none; margin:44px 0 16px; letter-spacing:-0.01em;}
.content-body h3{font-size:20px; text-transform:none; margin:32px 0 14px;}
.content-body ul,.content-body ol{margin:0 0 20px 22px; color:#D8D8D3;}
.content-body li{margin-bottom:8px;}
.content-body a{color:var(--lime); text-decoration:underline; text-underline-offset:3px;}
.content-body blockquote{border-left:2px solid var(--lime); padding:4px 0 4px 20px; color:var(--mute); font-style:italic; margin:28px 0;}
.content-body img{border-radius:14px; margin:28px 0;}
.content-body strong{color:var(--paper);}
.content-body figure{margin:28px 0;}

/* ---------- table of contents ---------- */
.toc{
  background:var(--surface); border:1px solid var(--line); border-radius:var(--radius);
  padding:18px 22px; margin:0 0 32px;
}
.toc summary{
  cursor:pointer; list-style:none; font-family:var(--disp); font-weight:700; font-size:15px;
  color:var(--paper); display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.toc summary::-webkit-details-marker{display:none;}
.toc summary::after{content:""; width:8px; height:8px; border-right:2px solid var(--lime); border-bottom:2px solid var(--lime); transform:rotate(45deg); transition:transform .2s ease; flex-shrink:0;}
.toc[open] summary::after{transform:rotate(-135deg);}
.toc nav{margin-top:14px; padding-top:14px; border-top:1px solid var(--line);}
.toc ol{list-style:none; display:flex; flex-direction:column; gap:2px;}
.toc li a{
  display:block; padding:7px 10px; border-radius:10px; font-size:13.5px; color:var(--mute);
  transition:color .15s ease, background .15s ease;
}
.toc li a:hover, .toc li a:focus-visible{color:var(--paper); background:var(--surface-2);}
.toc li.toc-h3 a{padding-left:26px; font-size:13px;}

.empty-state{border:1px dashed var(--line); border-radius:16px; padding:40px; text-align:center; color:var(--mute); font-size:14.5px; max-width:760px;}
.empty-state strong{color:var(--paper); display:block; font-family:var(--disp); font-size:20px; text-transform:uppercase; margin-bottom:10px;}

/* blog listing */
.blog-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.post-card{background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:24px; display:flex; flex-direction:column; min-height:200px;}
.post-card .cat{font-family:var(--mono); font-size:11px; color:var(--lime); text-transform:uppercase; letter-spacing:.08em;}
.post-card h2,.post-card h3{font-size:19px; margin-top:14px; line-height:1.3;}
.post-card p{color:var(--mute); font-size:14px; margin-top:10px; line-height:1.6; flex-grow:1;}
.post-card .meta{font-family:var(--mono); font-size:11px; color:var(--mute); margin-top:18px; padding-top:16px; border-top:1px solid var(--line);}

/* single post */
.post-single-head{max-width:780px;}
.post-single-head .meta{font-family:var(--mono); font-size:12px; color:var(--mute); margin-top:20px; display:flex; gap:16px; flex-wrap:wrap;}
.author-box{display:flex; gap:16px; align-items:center; margin-top:56px; padding:24px; border:1px solid var(--line); border-radius:16px; background:var(--surface); max-width:760px;}
.author-box img{width:48px; height:48px; border-radius:50%; flex-shrink:0;}
.author-box .name{font-family:var(--disp); font-size:15px; font-weight:700;}
.author-box .bio{color:var(--mute); font-size:13.5px; margin-top:4px;}

/* ---------- responsive ---------- */
/* ---------- header dropdown (Markets / Trust & Info / Blog) ---------- */
.menu-item-has-children{position:relative;}
.menu-item-has-children > a{display:flex; align-items:center; gap:6px;}
.menu-item-has-children > a::after{
  content:""; width:0; height:0; flex-shrink:0;
  border-left:4px solid transparent; border-right:4px solid transparent; border-top:5px solid var(--mute);
  transition:transform .15s ease, border-top-color .15s ease;
}
.menu-item-has-children:hover > a::after, .menu-item-has-children:focus-within > a::after{transform:rotate(180deg); border-top-color:var(--lime);}
.sub-menu{
  display:none; flex-direction:column; gap:2px;
  position:absolute; top:calc(100% + 8px); left:0; min-width:230px; z-index:70;
  background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:8px;
  box-shadow:0 24px 48px -20px rgba(0,0,0,0.7);
}
/* invisible bridge over the 8px gap so the pointer never leaves the hoverable area
   between the trigger link and the panel — without it :hover drops mid-transit and
   the panel snaps shut before the pointer reaches it. */
.sub-menu::before{content:""; position:absolute; top:-8px; left:0; right:0; height:8px;}
.sub-menu a{font-size:13.5px; font-weight:500; color:var(--mute); padding:9px 14px; border-radius:10px; white-space:nowrap;}
.sub-menu a:hover, .sub-menu a.current-menu-item{color:var(--paper); background:var(--surface-2);}
.submenu-toggle-input{display:none;}
.submenu-toggle{display:none;}
.nav-backdrop{display:none;}
/* Hover/focus-within dropdown is DESKTOP-ONLY. Scoped to min-width so a touch tap
   (which can leave a "sticky" :hover on mobile browsers with no real mouse to leave)
   never fights the mobile accordion's :checked-based show/hide. */
@media (min-width:981px){
  .menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu{display:flex;}
}

/* ---------- FAQ ---------- */
.faq{display:flex; flex-direction:column; gap:12px; max-width:820px;}
.faq-item{background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:20px 22px;}
.faq-item summary{
  cursor:pointer; list-style:none; font-family:var(--disp); font-weight:700; font-size:16px;
  color:var(--paper); display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{
  content:""; width:9px; height:9px; flex-shrink:0;
  border-right:2px solid var(--lime); border-bottom:2px solid var(--lime); transform:rotate(45deg);
  transition:transform .2s ease;
}
.faq-item[open] summary::after{transform:rotate(-135deg);}
.faq-item p{margin-top:14px; padding-top:14px; border-top:1px solid var(--line); color:var(--mute); font-size:14.5px; line-height:1.65;}
@media (max-width:980px){
  .wrap{padding:0 20px;}
  .menu-toggle{display:flex;}
  nav.links{
    display:none; position:absolute; top:calc(100% + 1px); left:0; right:0; z-index:60;
    background:var(--surface); border-bottom:1px solid var(--line); border-top:1px solid var(--line);
    border-radius:0 0 18px 18px;
    flex-direction:column; align-items:stretch; gap:0; padding:10px 16px 18px;
    box-shadow:0 24px 48px -20px rgba(0,0,0,0.7);
  }
  .nav-toggle-input:checked ~ nav.links{display:flex;}
  .nav-toggle-input:checked ~ .nav-backdrop{
    /* starts at the header's own bottom edge (header is the containing block,
       position:sticky) so it never overlaps the hamburger/X button above it —
       an inset:0 fixed overlay would sit on top of that button and block it. */
    display:block; position:absolute; top:100%; left:0; right:0; height:100vh; z-index:59;
    background:rgba(0,0,0,0.001);
  }
  nav.links a{
    padding:15px 14px; border-radius:12px; border-bottom:1px solid var(--line); width:100%;
    font-size:14.5px; display:flex; align-items:center; justify-content:space-between;
  }
  nav.links a::after{content:"\2192"; color:var(--mute); font-size:13px;}
  nav.links a:last-child{border-bottom:none;}
  nav.links a:hover, nav.links a:active{background:var(--surface-2); color:var(--lime);}
  nav.links a:hover::after{color:var(--lime);}
  .menu-item-has-children{display:flex; flex-wrap:wrap; align-items:stretch; border-bottom:1px solid var(--line);}
  nav.links .menu-item-has-children > a{flex:1 1 auto; width:auto; border-bottom:none;}
  .menu-item-has-children > a::after{content:none !important;}
  .submenu-toggle{
    display:flex; align-items:center; justify-content:center;
    width:52px; flex-shrink:0; cursor:pointer;
  }
  .submenu-toggle .caret{
    width:0; height:0; flex-shrink:0;
    border-left:5px solid transparent; border-right:5px solid transparent; border-top:6px solid var(--mute);
    transition:transform .15s ease, border-top-color .15s ease;
  }
  .submenu-toggle-input:checked ~ .submenu-toggle .caret{transform:rotate(180deg); border-top-color:var(--lime);}
  .sub-menu{
    display:none; flex-basis:100%; width:100%; position:static; flex-direction:column;
    background:transparent; border:none; box-shadow:none; padding:0 0 6px 14px; margin:0;
  }
  .submenu-toggle-input:checked ~ .sub-menu{display:flex;}
  .sub-menu a{padding:12px 14px 12px 18px; font-size:13.5px; border-bottom:1px solid var(--line);}
  .sub-menu a:last-child{border-bottom:none;}

  .hero-grid{grid-template-columns:1fr; gap:48px;}
  .deck{height:340px;}
  .card{width:260px;}
  .features{grid-template-columns:1fr;}
  .cat-grid{grid-template-columns:repeat(2,1fr);}
  .steps{grid-template-columns:1fr; gap:36px;}
  .community img{height:360px; object-position:70% 30%;}
  .community-copy{padding:0 28px; max-width:100%;}
  .foot-grid{grid-template-columns:1fr 1fr; gap:32px;}
  .cta-band{padding:44px 24px;}
  .mascot-peek{width:100px; left:-16px; bottom:24px;}
  .mascot-strip{flex-direction:column; text-align:center; padding:32px 28px;}
  .mascot-strip img{width:130px;}
  .blog-grid{grid-template-columns:repeat(2,1fr);}
  .faq-item{padding:16px 18px;}
  .faq-item summary{font-size:14.5px;}
}
@media (max-width:520px){
  .content-body table th, .content-body table td{padding:11px 12px; font-size:13px;}

  .toc{padding:16px 18px; margin-bottom:24px;}
  .toc summary{font-size:14px;}
  .nav{height:66px;}
  .cta{padding:9px 16px; font-size:12.5px;}
  .hero h1{font-size:34px;}
  section{padding:60px 0;}
  .cat-grid{grid-template-columns:1fr 1fr; gap:12px;}
  .cat-card{min-height:140px; padding:18px;}
  .foot-grid{grid-template-columns:1fr; gap:28px;}
  .foot-bottom{flex-direction:column; align-items:flex-start;}
  .community-overlay{background:linear-gradient(180deg, rgba(10,10,11,0.55) 0%, rgba(10,10,11,0.97) 62%);align-items:flex-end;}
  .community img{height:420px; object-position:60% 30%;}
  .community-copy{padding:0 20px 32px;}
  .hero{padding:56px 0 116px;}
  .mascot-peek{
    display:block; left:50%; top:352px; bottom:auto;
    transform:translateX(-50%); width:92px; filter:drop-shadow(0 14px 20px rgba(0,0,0,0.55));
  }
  .blog-grid{grid-template-columns:1fr;}
  .page-hero{padding:44px 0 32px;}
}
