
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:#e3e8ee; color:#e3e8ee; font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height:1.4; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
img { display:block; max-width:100%; }
a { color:inherit; }
.comic { max-width:1080px; margin:0 auto; padding:14px; background:#e3e8ee;
  display:flex; flex-direction:column; gap:14px; }

.panel { background:#25282c; border:4px solid #e3e8ee; border-radius:2px;
  position:relative; overflow:hidden; box-shadow:5px 5px 0 rgba(0,0,0,.35); }

.titlebar { background:#4a7ab0; color:#ffffff; border:5px solid #e3e8ee;
  border-radius:2px; display:flex; align-items:center; justify-content:space-between;
  gap:14px; padding:10px 20px; }
.logo { font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-weight:900; text-transform:uppercase;
  font-size:clamp(1.8rem,7vw,4rem); letter-spacing:-.02em; line-height:.9;
  text-align:center; flex:1; -webkit-text-stroke:2px #e3e8ee; }
.issue { font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-weight:900; background:#25282c; color:#e3e8ee;
  border:3px solid #e3e8ee; padding:4px 10px; border-radius:6px; white-space:nowrap;
  font-size:.85rem; transform:rotate(-4deg); }

.grid { display:grid; gap:14px; }
.grid--top { grid-template-columns:2fr 1fr;
  grid-template-areas:"hero side"; }
.splash { min-height:clamp(280px,42vh,440px); }
.splash img, .tall img { position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; }
.tall { min-height:100%; }

.cap { position:absolute; background:#294361; color:#ffffff;
  font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:.03em;
  font-size:.8rem; padding:6px 10px; border:3px solid #e3e8ee; max-width:60%;
  line-height:1.15; }
.cap--tl { top:10px; left:10px; } .cap--bl { bottom:10px; left:10px; }
.cap--free { position:static; display:inline-block; margin-bottom:12px;
  transform:rotate(-2deg); font-size:1rem; }

.bubble { position:absolute; background:#25282c; color:#e3e8ee; border:3px solid #e3e8ee;
  border-radius:26px; padding:12px 16px; font-weight:600; line-height:1.25;
  max-width:56%; }
.bubble::after { content:""; position:absolute; bottom:-16px; left:26px;
  border:12px solid transparent; border-top-color:#25282c; }
.bubble::before { content:""; position:absolute; bottom:-21px; left:23px;
  border:14px solid transparent; border-top-color:#e3e8ee; z-index:-1; }
.bubble--hero { right:14px; bottom:52px; font-size:.95rem; }
.bubble--hero b { font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-size:1.05rem; }
.bubble--sm { right:8px; bottom:38px; max-width:70%; font-size:.78rem; padding:8px 12px; }

.sfx { position:absolute; left:12px; bottom:12px; display:inline-block;
  font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-weight:900; text-transform:uppercase; letter-spacing:.04em;
  background:#4a7ab0; color:#ffffff; border:3px solid #e3e8ee;
  padding:8px 16px; border-radius:6px; transform:rotate(-3deg); text-decoration:none;
  box-shadow:3px 3px 0 #e3e8ee; }
.sfx--end { position:static; margin:14px auto 0; }

.grid--acts { grid-template-columns:repeat(3,1fr); position:relative; }
.act { min-height:clamp(200px,26vh,260px); }
.act img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.bam { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%) rotate(-8deg);
  width:130px; height:130px; display:grid; place-items:center; z-index:6;
  background:#4a7ab0; color:#ffffff; border:4px solid #e3e8ee;
  clip-path:polygon(50% 0,60% 22%,86% 12%,78% 38%,100% 50%,78% 62%,86% 88%,60% 78%,50% 100%,40% 78%,14% 88%,22% 62%,0 50%,22% 38%,14% 12%,40% 22%); }
.bam span { font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-weight:900; font-size:1.6rem;
  -webkit-text-stroke:1px #e3e8ee; }

.stripwrap { background:#25282c; border:4px solid #e3e8ee; border-radius:2px;
  padding:16px; }
.strip { display:grid; grid-template-columns:repeat(6,1fr); gap:10px; }
.snap { min-height:0; box-shadow:none; }
.snap img { width:100%; aspect-ratio:3/4; object-fit:cover; }
.snap figcaption { position:absolute; bottom:0; left:0; right:0; background:#e3e8ee;
  color:#25282c; font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-size:.6rem; text-align:center; padding:2px; }

.quote { padding:clamp(24px,5vw,54px); text-align:center; background:#294361; color:#ffffff; }
.think { font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-weight:800; font-size:clamp(1.3rem,4vw,2.4rem);
  line-height:1.1; max-width:24ch; margin:0 auto; }
.who { display:block; margin-top:.7rem; font-size:.9rem; letter-spacing:.1em;
  text-transform:uppercase; }

.contact { padding:clamp(26px,5vw,52px); text-align:center; }
.contact h2 { font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-weight:900; text-transform:uppercase;
  font-size:clamp(1.8rem,6vw,3.2rem); color:#4a7ab0; -webkit-text-stroke:2px #e3e8ee;
  margin-bottom:.3rem; }
.contact p { margin-bottom:1.2rem; font-weight:600; }
.contact ul { list-style:none; display:flex; flex-wrap:wrap; gap:10px 26px;
  justify-content:center; }
.contact li b { font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; background:#4a7ab0; color:#ffffff;
  padding:2px 8px; border:2px solid #e3e8ee; margin-right:6px; }
.contact a { text-decoration:none; font-weight:700; }

@media (max-width:720px) {
  .grid--top { grid-template-columns:1fr; grid-template-areas:"hero" "side"; }
  .grid--acts { grid-template-columns:1fr; }
  .strip { grid-template-columns:repeat(3,1fr); }
  .bam { position:static; transform:rotate(-6deg); margin:8px auto; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }


.xq{box-sizing:border-box;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;color:#e3e8ee;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#4a7ab0;margin-bottom:10px;font-weight:700}

.xq-cta{background:#4a7ab0;color:#ffffff}
.xq-cta h2,.xq-cta p{color:#ffffff}
.xq-cta p{opacity:.85;max-width:52ch}
.xq-cta-in{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}
.xq-btn{display:inline-block;background:#0d1015;color:#e3e8ee;text-decoration:none;font-weight:700;padding:14px 30px;border-radius:2px;font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif}
.xq-btn:hover{transform:translateY(-2px)}


.xq-quoterail{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}
.xq-quote{border:1px solid rgba(227,232,238,0.14);border-radius:2px;padding:22px;background:#161b22;position:relative}
.xq-quote::before{content:"\201C";position:absolute;top:-4px;left:14px;font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif;font-size:3rem;color:#4a7ab0;opacity:.5}
.xq-quote p{font-style:italic;margin:10px 0 12px;line-height:1.55}
.xq-quote cite{font-style:normal;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#838d9a}


.xq-hours{border-top:1px solid rgba(227,232,238,0.14)}
.xq-hours-in{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:26px;align-items:start}
.xq-hours address{font-style:normal;color:#838d9a;line-height:1.8;margin-top:8px}
.xq-hourtable{width:100%;border-collapse:collapse}
.xq-hourtable th,.xq-hourtable td{text-align:left;padding:12px 6px;border-bottom:1px solid rgba(227,232,238,0.14)}
.xq-hourtable th{font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif}
.xq-hourtable td{color:#4a7ab0;font-weight:700;text-align:right}


/* =====================================================
   DESIGN DNA: neon-grid
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(0,0,0,.55) 0 1px,transparent 1px 4px);opacity:.14;}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:1px solid rgba(74,122,176,.7);background:none;box-shadow:inset 0 0 60px rgba(74,122,176,.18)}
h1,h2,h3{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif !important;text-transform:uppercase !important;letter-spacing:.14em !important;text-shadow:0 0 14px rgba(74,122,176,.85)}
img{filter:saturate(1.45) contrast(1.08);border-radius:4px !important;box-shadow:0 0 22px rgba(74,122,176,.5) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:3px !important;box-shadow:0 0 16px rgba(74,122,176,.6) !important;text-transform:uppercase;letter-spacing:.14em}
