/*
Theme Name: MyPowerDrops
Theme URI: https://mypowerdrops.com
Author: MyPowerDrops
Description: DJ Drop Studio — bento-grid editorial WordPress theme for MyPowerDrops.com, built exclusively for the AI DJ Drop Generator. 100% Elementor-compatible.
Version: 7.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mypowerdrops
Tags: one-column, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --bg:        #0A0A0D;
  --charcoal:  #131318;
  --panel:     #17171E;
  --panel-2:   #1D1D26;
  --border:    rgba(255,255,255,.09);
  --border-hi: rgba(255,255,255,.2);
  --blue:      #4B7BFF;
  --blue-lt:   #A9C1FF;
  --red:       #FF2E45;
  --red-lt:    #FF8A97;
  --white:     #FFFFFF;
  --ink:       #C9CCDA;
  --dim:       #6E7290;

  --glow-r: 0 0 50px rgba(255,46,69,.28);
  --glow-b: 0 0 50px rgba(75,123,255,.24);

  --f-display: 'Sora', sans-serif;
  --f-body:    'Manrope', sans-serif;
  --f-mono:    'JetBrains Mono', monospace;
  --f-logo:    'Bungee', cursive;

  --wrap: 1240px;
  --pad: clamp(4.5rem, 9vw, 7.5rem);
  --r: 20px;
  --r-sm: 12px;
}

/* ============================================================
   RESET
   ============================================================ */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--f-body); font-size: 1.05rem; line-height: 1.7; color: var(--ink); background: var(--bg); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--blue-lt); text-decoration: none; }
a:hover { color: var(--white); }
::selection { background: var(--red); color: var(--white); }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; clip: rect(1px,1px,1px,1px); overflow: hidden; }

/* ============================================================
   TYPE
   ============================================================ */
h1,h2,h3,h4 { font-family: var(--f-display); font-weight: 700; color: var(--white); letter-spacing: -0.02em; line-height: 1.06; }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { margin-bottom: 1.1em; }
p:last-child { margin-bottom: 0; }

.tag {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--f-mono); font-size: .7rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase; color: var(--red-lt);
  background: rgba(255,46,69,.08); border: 1px solid rgba(255,46,69,.25);
  border-radius: 999px; padding: .4rem 1rem; margin-bottom: 1.2rem;
}

.hl-blue { color: var(--blue-lt); }
.hl-red { color: var(--red-lt); }

/* ============================================================
   LAYOUT
   ============================================================ */
.wrap { width: min(var(--wrap), calc(100% - 2.5rem)); margin-inline: auto; }
.sec { padding-block: var(--pad); position: relative; }
.sec-top { max-width: 620px; margin-bottom: 3rem; }
.sec-top.mid { margin-inline: auto; text-align: center; }
.sec-top p { color: var(--dim); font-size: 1.05rem; margin-top: .7rem; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--f-display); font-weight: 700; font-size: .98rem;
  padding: .95rem 2rem; border-radius: var(--r-sm); border: 0; cursor: pointer;
  transition: transform .15s, box-shadow .15s, filter .15s;
}
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: var(--white); box-shadow: 0 10px 30px rgba(255,46,69,.35); }
.btn-red:hover { color: var(--white); filter: brightness(1.08); }
.btn-line { background: transparent; color: var(--white); box-shadow: inset 0 0 0 1.5px var(--border-hi); }
.btn-line:hover { box-shadow: inset 0 0 0 1.5px var(--white); }
.btn-blue { background: var(--blue); color: var(--white); box-shadow: 0 10px 30px rgba(75,123,255,.3); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header { position: sticky; top: 0; z-index: 200; background: rgba(10,10,13,.78); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.hdr { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.05rem; }
.logo { font-family: var(--f-logo); font-size: 1.15rem; color: var(--white); display: flex; align-items: center; gap: .5rem; }
.logo:hover { color: var(--white); }
.logo .p { color: var(--red); }
.logo img { max-height: 38px; }
.dots { display: flex; gap: 3px; align-items: center; }
.dots span { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.dots span:nth-child(2) { background: var(--blue); }
.dots span:nth-child(3) { background: var(--white); }

.mnav ul { list-style: none; display: flex; gap: 1.9rem; }
.mnav a { font-size: .92rem; font-weight: 500; color: var(--dim); }
.mnav a:hover, .mnav .current-menu-item a { color: var(--white); }
.hcta .btn { padding: .6rem 1.4rem; font-size: .85rem; }
.navt { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.navt span { display: block; width: 22px; height: 2px; background: var(--white); margin: 5px 0; transition: .2s; }
.navt[aria-expanded=true] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navt[aria-expanded=true] span:nth-child(2) { opacity: 0; }
.navt[aria-expanded=true] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO — bento grid
   ============================================================ */
.hero { padding-block: clamp(3rem, 7vw, 5rem); }
.hero-bento {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.1rem;
}

.bento-main {
  grid-row: 1 / 3;
  background: linear-gradient(160deg, var(--panel), var(--charcoal) 75%);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: clamp(2rem, 4vw, 3.2rem);
  position: relative;
  overflow: hidden;
}
.bento-main::before {
  content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%;
  top: -150px; right: -150px; background: radial-gradient(circle, rgba(75,123,255,.25), transparent 70%);
  filter: blur(20px); pointer-events: none;
}
.bento-main h1 { position: relative; margin-bottom: .5em; max-width: 13ch; }
.bento-main p { position: relative; color: var(--dim); font-size: clamp(1rem,1.5vw,1.15rem); max-width: 460px; margin-bottom: 2rem; }
.bento-main .btn-row { position: relative; display: flex; flex-wrap: wrap; gap: 1rem; }

/* play button bento */
.bento-play {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--r);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 2rem 1.5rem;
  position: relative;
  min-height: 220px;
}
.play-ring {
  width: 96px; height: 96px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--red-lt), var(--red) 60%, var(--red) 100%);
  display: grid; place-items: center;
  box-shadow: var(--glow-r);
  margin-bottom: 1.2rem;
  position: relative;
}
.play-ring::before, .play-ring::after {
  content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,46,69,.35);
}
.play-ring::before { inset: -14px; }
.play-ring::after { inset: -28px; border-color: rgba(255,46,69,.18); }
.play-ring svg { width: 30px; height: 30px; fill: var(--white); margin-left: 4px; }
.bento-play .cap { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--dim); text-align: center; }
.bento-play strong { display: block; color: var(--white); font-family: var(--f-display); font-size: 1.1rem; margin-top: .3rem; }

/* stat bento */
.bento-stat {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 1.6rem 1.8rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
}
.bento-stat .n { font-family: var(--f-display); font-weight: 800; font-size: 2.1rem; color: var(--white); line-height: 1; }
.bento-stat .l { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .15em; text-transform: uppercase; color: var(--dim); text-align: right; max-width: 110px; }
.bento-stat.blue .n { color: var(--blue-lt); }
.bento-stat.red .n { color: var(--red-lt); }

/* mini stat row under bento */
.hero-strip {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1.1rem; margin-top: 1.1rem;
}
@media (max-width: 900px) { .hero-strip { grid-template-columns: repeat(2,1fr); } }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee { background: var(--charcoal); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding-block: .85rem; overflow: hidden; }
.mq-track { display: flex; gap: 2.8rem; width: max-content; animation: mq 26s linear infinite; }
.marquee:hover .mq-track { animation-play-state: paused; }
@keyframes mq { to { transform: translateX(-50%); } }
.mq-track span { font-family: var(--f-display); font-weight: 700; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); white-space: nowrap; display: inline-flex; align-items: center; gap: 2.8rem; }
.mq-track span::after { content: "●"; font-size: .45rem; color: var(--red); }
.mq-track span:nth-child(3n) { color: var(--blue-lt); }

/* ============================================================
   FEATURES — asymmetric bento (not uniform grid)
   ============================================================ */
.feat-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.1rem;
}
.f-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 1.9rem;
  position: relative;
  transition: border-color .2s, transform .2s;
  overflow: hidden;
}
.f-card:hover { border-color: var(--border-hi); transform: translateY(-4px); }
.f-card.c2 { grid-column: span 2; }
.f-card.c3 { grid-column: span 3; }
.f-card.c4 { grid-column: span 4; }
.f-card.big { display: flex; flex-direction: column; justify-content: space-between; }
.f-card.big .f-icon { margin-bottom: 0; }

.f-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(75,123,255,.12); border: 1px solid rgba(75,123,255,.3);
  display: grid; place-items: center; margin-bottom: 1.1rem;
  transition: background .2s, border-color .2s;
}
.f-card:hover .f-icon { background: rgba(255,46,69,.14); border-color: rgba(255,46,69,.4); }
.f-icon svg { width: 21px; height: 21px; stroke: var(--blue-lt); fill: none; stroke-width: 2; transition: stroke .2s; }
.f-card:hover .f-icon svg { stroke: var(--red-lt); }

.f-card h3 { font-size: 1.15rem; margin-bottom: .4em; color: var(--white); }
.f-card p { font-size: .92rem; color: var(--dim); }
.f-num { position: absolute; top: 1.4rem; right: 1.6rem; font-family: var(--f-mono); font-size: .65rem; color: var(--dim); opacity: .5; }

.f-card.hero-feat {
  grid-column: span 3;
  background: linear-gradient(155deg, rgba(255,46,69,.14), var(--panel) 65%);
  border-color: rgba(255,46,69,.3);
}
.f-card.hero-feat:hover { border-color: rgba(255,46,69,.55); box-shadow: var(--glow-r); }
.f-pill { display: inline-block; font-family: var(--f-mono); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; color: var(--white); background: var(--red); border-radius: 999px; padding: .3rem .8rem; margin-bottom: 1rem; }
.f-card.hero-feat .f-icon { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.3); }
.f-card.hero-feat .f-icon svg { stroke: var(--white); }

@media (max-width: 980px) {
  .feat-bento { grid-template-columns: repeat(2,1fr); }
  .f-card.c2, .f-card.c3, .f-card.c4, .f-card.hero-feat { grid-column: span 2; }
}
@media (max-width: 560px) {
  .feat-bento { grid-template-columns: 1fr; }
  .f-card.c2, .f-card.c3, .f-card.c4, .f-card.hero-feat { grid-column: span 1; }
}

/* ============================================================
   HOW IT WORKS — horizontal numbered rail
   ============================================================ */
.rail { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.rail::before {
  content: ""; position: absolute; top: 27px; left: 8%; right: 8%; height: 2px;
  background: linear-gradient(90deg, var(--red), var(--blue));
  opacity: .35;
}
.rail-step { position: relative; text-align: left; }
.rail-num {
  width: 54px; height: 54px; border-radius: 50%; background: var(--charcoal);
  border: 2px solid var(--border-hi);
  display: grid; place-items: center; font-family: var(--f-mono); font-weight: 600; color: var(--white);
  margin-bottom: 1.4rem; position: relative; z-index: 2;
}
.rail-step:nth-child(1) .rail-num { border-color: var(--red); color: var(--red-lt); }
.rail-step:nth-child(2) .rail-num { border-color: var(--blue); color: var(--blue-lt); }
.rail-step:nth-child(3) .rail-num { border-color: var(--white); }
.rail-step h3 { font-size: 1.25rem; margin-bottom: .4em; }
.rail-step p { color: var(--dim); font-size: .95rem; }
@media (max-width: 800px) { .rail { grid-template-columns: 1fr; } .rail::before { display: none; } }

/* ============================================================
   STUDIO PREVIEW — full-bleed dark console strip
   ============================================================ */
.console-strip {
  background: var(--charcoal);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  margin-top: 3.5rem;
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
}
.cs-top { display: flex; align-items: center; gap: .6rem; padding: .9rem 1.4rem; border-bottom: 1px solid var(--border); background: var(--panel); }
.cs-dot { width: 10px; height: 10px; border-radius: 50%; }
.cs-dot:nth-child(1) { background: #FF5F57; } .cs-dot:nth-child(2) { background: #FEBC2E; } .cs-dot:nth-child(3) { background: #28C840; }
.cs-title { font-family: var(--f-mono); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--dim); margin-left: auto; }
.cs-grid { display: grid; grid-template-columns: 1.2fr 1fr; }
.cs-fields { padding: 2rem; }
.cs-row { display: grid; grid-template-columns: 84px 1fr; gap: .5rem 1rem; align-items: center; margin-bottom: 1rem; }
.cs-label { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.cs-val { background: var(--panel-2); border: 1px solid var(--border); border-radius: 8px; padding: .55rem .9rem; font-size: .88rem; color: var(--ink); }
.cs-val.on { border-color: rgba(75,123,255,.4); color: var(--blue-lt); }
.cs-eq { background: var(--panel-2); display: flex; align-items: flex-end; gap: 3px; padding: 1.5rem; }
.cs-eq span { flex: 1; background: linear-gradient(to top, var(--red), var(--blue-lt)); border-radius: 2px 2px 0 0; animation: eqb .9s ease-in-out infinite; }
@keyframes eqb { 0%,100% { transform: scaleY(.3); } 50% { transform: scaleY(1); } }
@media (max-width: 700px) { .cs-grid { grid-template-columns: 1fr; } }

/* ============================================================
   DEMO DROPS
   ============================================================ */
.drop-list { display: flex; flex-direction: column; gap: .9rem; }
.drop-row {
  display: grid; grid-template-columns: 90px 1fr auto; gap: 1.2rem; align-items: center;
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-sm);
  padding: 1.1rem 1.4rem; transition: border-color .2s;
}
.drop-row:hover { border-color: var(--border-hi); }
.drop-idx { font-family: var(--f-mono); font-size: 1.6rem; font-weight: 700; color: var(--dim); opacity: .4; }
.drop-info h3 { font-size: 1.05rem; margin-bottom: .15em; }
.drop-info span { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--red-lt); }
.drop-row audio { width: 220px; max-width: 40vw; }
@media (max-width: 640px) { .drop-row { grid-template-columns: 1fr; text-align: left; } .drop-idx { display: none; } .drop-row audio { width: 100%; max-width: none; } }

/* ============================================================
   PRICING
   ============================================================ */
.price-wrap { max-width: 900px; margin-inline: auto; display: grid; grid-template-columns: 1fr 1.15fr; gap: 1.1rem; align-items: stretch; }
.price-side {
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--r);
  padding: 2.2rem; display: flex; flex-direction: column; justify-content: center; gap: 1.4rem;
}
.price-side .n { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--dim); }
.price-side .big { font-family: var(--f-display); font-weight: 800; font-size: 2.4rem; color: var(--white); }
.price-main {
  background: linear-gradient(160deg, rgba(255,46,69,.1), var(--panel) 60%);
  border: 1px solid rgba(255,46,69,.35);
  border-radius: var(--r);
  padding: clamp(2rem,4vw,2.8rem);
  position: relative;
  box-shadow: var(--glow-r);
}
.price-main .pill { display: inline-block; font-family: var(--f-mono); font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: var(--white); background: var(--red); border-radius: 999px; padding: .35rem 1rem; margin-bottom: 1.2rem; }
.price-num { font-family: var(--f-display); font-weight: 800; font-size: clamp(3rem,7vw,4.4rem); color: var(--white); line-height: 1; letter-spacing: -0.03em; }
.price-num small { font-size: 1.1rem; color: var(--dim); font-weight: 500; }
.price-desc { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .1em; color: var(--dim); text-transform: uppercase; margin: .8rem 0 1.6rem; }
.price-feats { list-style: none; display: flex; flex-direction: column; gap: .65rem; margin-bottom: 1.8rem; }
.price-feats li { display: flex; gap: .7rem; font-size: .93rem; align-items: flex-start; }
.price-feats li::before { content: "✓"; color: var(--red-lt); font-weight: 700; flex-shrink: 0; }
.price-note { font-size: .74rem; color: var(--dim); line-height: 1.6; margin-top: 1rem; }
@media (max-width: 800px) { .price-wrap { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ — two column
   ============================================================ */
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.faq-item { border: 1px solid var(--border); border-radius: var(--r-sm); overflow: hidden; transition: border-color .2s; }
.faq-item[open] { border-color: var(--border-hi); }
.faq-item summary { cursor: pointer; list-style: none; font-family: var(--f-display); font-weight: 700; font-size: 1rem; color: var(--white); padding: 1.1rem 3rem 1.1rem 1.3rem; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%); color: var(--red-lt); font-family: var(--f-mono); }
.faq-item[open] summary::after { content: "–"; }
.faq-item > p { padding: 0 1.3rem 1.2rem; color: var(--dim); font-size: .92rem; }
@media (max-width: 700px) { .faq-grid { grid-template-columns: 1fr; } }

/* ============================================================
   TESTIMONIALS — horizontal scroller feel
   ============================================================ */
.testi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.testi-card { background: var(--panel); border: 1px solid var(--border); border-radius: var(--r); padding: 1.9rem; transition: transform .2s, border-color .2s; }
.testi-card:hover { transform: translateY(-4px); border-color: var(--border-hi); }
.testi-card .stars { color: var(--red-lt); margin-bottom: .9rem; letter-spacing: .1em; }
.testi-card p { font-style: italic; font-size: .95rem; color: var(--ink); margin-bottom: 1.1rem; }
.testi-card cite { font-family: var(--f-mono); font-style: normal; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-lt); }
@media (max-width: 800px) { .testi-row { grid-template-columns: 1fr; } }

/* ============================================================
   CTA
   ============================================================ */
.cta {
  position: relative; text-align: center; overflow: hidden;
  padding-block: clamp(4rem,8vw,6.5rem);
  border-top: 1px solid var(--border);
}
.cta::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 400px; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,46,69,.2), rgba(75,123,255,.12) 60%, transparent); filter: blur(80px); pointer-events: none; }
.cta .wrap { position: relative; z-index: 2; }
.cta p { color: var(--dim); max-width: 480px; margin: 1rem auto 2rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--charcoal); border-top: 1px solid var(--border); padding: 3.5rem 0 2rem; }
.ftr-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.ftr-brand p { color: var(--dim); font-size: .88rem; margin-top: .8rem; max-width: 280px; }
.site-footer h5 { font-family: var(--f-display); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--white); margin-bottom: 1rem; }
.site-footer ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.site-footer a { font-size: .88rem; color: var(--dim); }
.site-footer a:hover { color: var(--white); }
.ftr-bottom { border-top: 1px solid var(--border); padding-top: 1.4rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-family: var(--f-mono); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: var(--dim); }
.credit-note { color: var(--red-lt); }

/* ============================================================
   INNER PAGES
   ============================================================ */
.page-hero { text-align: center; padding-block: clamp(3.5rem,7vw,5.5rem); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 500px; height: 300px; border-radius: 50%; background: radial-gradient(ellipse, rgba(75,123,255,.18), rgba(255,46,69,.1) 60%, transparent); filter: blur(70px); }
.page-hero h1 { position: relative; }
.page-hero .tag { justify-content: center; position: relative; }
.content-wrap { max-width: 740px; margin-inline: auto; padding-block: var(--pad); }
.content-wrap h2 { margin-top: 1.7em; }
.content-wrap blockquote { border-left: 2px solid var(--red); padding-left: 1.2rem; color: var(--dim); font-style: italic; margin: 1.4em 0; }
.content-wrap img { border-radius: var(--r); }

.posts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px,1fr)); gap: 1.2rem; }
.post-card { background: var(--panel); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; transition: transform .2s, border-color .2s; }
.post-card:hover { transform: translateY(-4px); border-color: var(--border-hi); }
.post-card img { aspect-ratio: 16/9; object-fit: cover; }
.post-body { padding: 1.4rem; }
.post-card h2 { font-size: 1.2rem; margin-bottom: .4em; }
.post-card h2 a { color: var(--white); }
.post-meta { font-family: var(--f-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--red-lt); display: block; margin-bottom: .5rem; }

/* generator page reuses console-strip styling with form fields */
.gen-select, .gen-input, .gen-textarea {
  width: 100%; background: var(--panel-2); border: 1px solid var(--border); border-radius: 8px;
  color: var(--white); font-family: var(--f-body); font-size: .95rem; padding: .8rem 1rem;
}
.gen-select:focus, .gen-input:focus, .gen-textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(255,46,69,.18); }
.gen-label { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-lt); display: block; margin: 1.1rem 0 .4rem; }
.gen-preview { margin-top: 1.4rem; background: var(--panel-2); border: 1px dashed var(--border-hi); border-radius: 10px; min-height: 80px; display: flex; align-items: center; justify-content: center; gap: 4px; }
.gen-preview.idle { color: var(--dim); font-family: var(--f-mono); font-size: .8rem; }
.gen-preview .bar { width: 4px; background: var(--red); border-radius: 2px; animation: eqb 1s ease infinite; }
.gen-note { font-size: .8rem; color: var(--dim); margin-top: .8rem; }

.pagination { margin-top: 2.5rem; text-align: center; font-family: var(--f-mono); font-size: .78rem; }
.pagination .page-numbers { display: inline-block; padding: .5rem 1rem; margin: 0 .15rem; border-radius: 999px; background: var(--panel); border: 1px solid var(--border); color: var(--ink); }
.pagination .page-numbers.current { background: var(--red); border-color: var(--red); color: var(--white); }

.comment-body { background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 1.3rem; margin-bottom: 1rem; }
.comment-form input, .comment-form textarea { width: 100%; background: var(--panel); border: 1px solid var(--border); border-radius: 8px; color: var(--white); padding: .75rem 1rem; margin-bottom: 1rem; font-family: var(--f-body); }
.comment-form input[type=submit] { background: var(--red); color: var(--white); border: 0; border-radius: 999px; font-family: var(--f-display); font-weight: 700; cursor: pointer; width: auto; padding: .8rem 1.8rem; }

.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { margin-inline: auto; }
.wp-caption-text { font-size: .8rem; color: var(--dim); text-align: center; }
.sticky, .bypostauthor {}

/* reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* elementor */
.full-width-content { width: 100%; }
.full-width-content > * { max-width: none; }
.elementor-page .content-wrap { max-width: none; padding: 0; }
.elementor-widget-container h1,.elementor-widget-container h2,.elementor-widget-container h3 { font-family: var(--f-display); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .hero-bento { grid-template-columns: 1fr; grid-template-rows: auto; }
  .bento-main { grid-row: auto; }
  .cs-grid { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .navt { display: block; }
  .mnav { position: fixed; inset: 0; top: 64px; background: var(--bg); padding: 2rem 1.5rem; transform: translateX(100%); transition: transform .25s; overflow-y: auto; border-top: 1px solid var(--border); }
  .mnav.open { transform: none; }
  .mnav ul { flex-direction: column; gap: .3rem; }
  .mnav a { font-size: 1.35rem; padding: .55rem 0; }
  .hcta { display: none; }
}
@media (max-width: 600px) {
  .ftr-grid { grid-template-columns: 1fr; }
  .hero-strip { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .mq-track { animation: none; }
}
