/* =========================================================
   Radiadores Nota 10 — Estilo principal
   ========================================================= */

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebas-neue-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin-500-normal.woff2') format('woff2');
  font-weight: 500; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin-700-normal.woff2') format('woff2');
  font-weight: 700; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin-800-normal.woff2') format('woff2');
  font-weight: 800; font-display: swap;
}

:root{
  --black: #0A0A0A;
  --black-2: #131313;
  --panel: #1A1A1A;
  --panel-2: #202020;
  --line: #2B2B2B;
  --yellow: #FDE64A;
  --red: #E8232F;
  --red-dark: #A3121B;
  --white: #F5F5F5;
  --gray: #9A9A9A;
  --radius: 14px;
  --shadow-glow: 0 0 40px rgba(253,230,74,0.15);
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  background:var(--black);
  color:var(--white);
  font-family:'Inter',sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }
button{ font-family:inherit; cursor:pointer; }
.container{ max-width:1200px; margin:0 auto; padding:0 24px; }
section{ padding:96px 0; position:relative; }
@media (max-width:768px){ section{ padding:64px 0; } }

h1,h2,h3,h4{ font-family:'Bebas Neue',sans-serif; font-weight:400; letter-spacing:0.5px; line-height:1.05; }
.eyebrow{
  display:inline-block; font-weight:800; font-size:12px; letter-spacing:3px;
  text-transform:uppercase; color:var(--yellow); margin-bottom:12px;
}
.section-title{ font-size:clamp(32px,5vw,52px); margin-bottom:16px; }
.section-title .accent{ color:var(--yellow); }
.section-sub{ color:var(--gray); max-width:640px; font-size:16px; }
.center{ text-align:center; margin-left:auto; margin-right:auto; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px; padding:15px 28px;
  border-radius:999px; font-weight:700; font-size:15px; border:1.5px solid transparent;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space:nowrap;
}
.btn:active{ transform:scale(0.97); }
.btn-primary{
  background:linear-gradient(135deg,#25D366,#1EBE5A); color:#08210f;
  box-shadow:0 8px 24px rgba(37,211,102,0.35);
}
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 12px 30px rgba(37,211,102,0.45); }
.btn-outline{
  background:transparent; border-color:var(--yellow); color:var(--yellow);
}
.btn-outline:hover{ background:rgba(253,230,74,0.1); transform:translateY(-2px); }
.btn-block{ width:100%; justify-content:center; }

/* ---------- Header ---------- */
header{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  padding:18px 0; transition:background .3s ease, padding .3s ease, box-shadow .3s ease;
}
header.scrolled{
  background:rgba(10,10,10,0.92); backdrop-filter:blur(10px);
  padding:10px 0; box-shadow:0 4px 24px rgba(0,0,0,0.4);
  border-bottom:1px solid var(--line);
}
.nav-wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand{ display:flex; align-items:center; gap:10px; font-family:'Bebas Neue'; font-size:22px; min-width:0; flex-shrink:1; }
.brand img{ height:30px; width:auto; flex-shrink:0; }
.brand span{ white-space:nowrap; font-size:clamp(13px, 4.6vw, 22px); }
.nav-links{ display:flex; gap:28px; }
.nav-links a{
  font-size:14px; font-weight:600; color:var(--white); opacity:.85;
  position:relative; padding:4px 0;
}
.nav-links a:hover{ opacity:1; color:var(--yellow); }
.nav-icon{ display:none; }
.nav-cta{ display:flex; align-items:center; gap:14px; }
.nav-cta .btn{ padding:11px 20px; font-size:13px; }
.burger{ display:none; flex-direction:column; gap:5px; background:none; border:none; padding:8px; }
.burger span{ width:24px; height:2px; background:var(--white); display:block; }

@media (max-width:900px){
  .nav-links{
    position:fixed; top:0; right:-100%; height:100vh; width:82vw; max-width:340px;
    background:var(--black-2); flex-direction:column; padding:100px 24px 32px;
    transition:right .35s ease; gap:0; box-shadow:-10px 0 30px rgba(0,0,0,0.5);
    counter-reset:navindex;
  }
  .nav-links.open{ right:0; }
  .nav-links a{
    counter-increment:navindex;
    display:flex; align-items:center; gap:14px;
    font-size:16px; padding:18px 2px; border-bottom:1px solid var(--line);
    transition:color .2s ease;
  }
  .nav-links a:last-child{ border-bottom:none; }
  .nav-links a::before{
    content:counter(navindex, decimal-leading-zero);
    font-family:'Inter',sans-serif; font-size:11px; font-weight:700; letter-spacing:1px;
    color:var(--yellow); opacity:.55; width:18px; flex-shrink:0;
  }
  .nav-links a::after{
    content:''; margin-left:auto; width:7px; height:7px;
    border-right:2px solid var(--gray); border-bottom:2px solid var(--gray);
    transform:rotate(-45deg); opacity:.5; transition:transform .2s ease, opacity .2s ease;
  }
  .nav-links a:hover::after{ transform:translateX(3px) rotate(-45deg); opacity:1; border-color:var(--yellow); }
  .nav-icon{
    display:flex; align-items:center; justify-content:center; flex-shrink:0;
    width:38px; height:38px; border-radius:10px;
    background:rgba(253,230,74,0.08); border:1px solid rgba(253,230,74,0.22);
    transition:background .2s ease, border-color .2s ease;
  }
  .nav-icon svg{ width:18px; height:18px; stroke:var(--yellow); fill:none; stroke-width:1.8; }
  .nav-links a:hover .nav-icon{ background:rgba(253,230,74,0.18); border-color:var(--yellow); }
  .burger{ display:flex; z-index:1100; }
  .nav-cta .btn span.long{ display:none; }
}

/* ---------- Hero ---------- */
.hero{
  display:flex; align-items:center; position:relative;
  padding:150px 0 90px;
}
.hero-bg{
  position:absolute; inset:0; z-index:-2; background-size:cover; background-position:center;
}
.hero-bg::after{
  content:''; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.75) 55%, var(--black) 100%),
    linear-gradient(90deg, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.35) 55%, rgba(10,10,10,0.75) 100%);
}
.hero-content{ max-width:680px; }
.hero h1{ font-size:clamp(42px,7vw,76px); margin-bottom:18px; }
.hero h1 .accent{ color:var(--yellow); }
.hero h1 .accent2{ color:var(--red); }
.hero p{ color:#D9D9D9; font-size:18px; max-width:560px; margin-bottom:32px; }
.hero-ctas{ display:flex; gap:16px; flex-wrap:wrap; }
.hero-badges{ display:flex; gap:24px; margin-top:32px; flex-wrap:wrap; }
.hero-badge{ display:flex; align-items:center; gap:10px; color:var(--gray); font-size:13px; font-weight:600; }
.hero-badge svg{ width:20px; height:20px; stroke:var(--yellow); flex-shrink:0; }

/* ---------- Trust bar ---------- */
.trustbar{ background:var(--panel); padding:40px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.trust-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center; }
.trust-num{ font-family:'Bebas Neue'; font-size:44px; color:var(--yellow); line-height:1; }
.trust-label{ color:var(--gray); font-size:13px; margin-top:6px; text-transform:uppercase; letter-spacing:1px; }
@media (max-width:768px){ .trust-grid{ grid-template-columns:repeat(2,1fr); gap:32px 16px; } }

/* ---------- About ---------- */
.about-grid{ display:grid; grid-template-columns:0.95fr 1.05fr; gap:56px; align-items:center; }
.about-photos{
  display:grid; grid-template-columns:1fr 1fr; gap:20px; position:relative; margin-bottom:28px;
}
.about-photo-wrap{ position:relative; height:380px; }
.about-photo-wrap img{
  width:100%; height:100%; border-radius:var(--radius); object-fit:cover; display:block;
  box-shadow:0 20px 50px rgba(0,0,0,0.5); transition:transform .4s ease;
}
.about-photo-wrap img:hover{ transform:scale(1.035); }
.about-badge{
  position:absolute; left:50%; transform:translateX(-50%); bottom:-26px; z-index:3;
  background:var(--yellow); color:var(--black); padding:14px 20px; border-radius:12px;
  box-shadow:0 16px 34px rgba(0,0,0,0.55); display:flex; align-items:center; gap:12px;
}
.about-badge .n{ font-family:'Bebas Neue'; font-size:32px; line-height:0.9; }
.about-badge .l{ font-family:'Inter'; font-weight:800; font-size:10.5px; text-transform:uppercase; letter-spacing:1px; max-width:90px; line-height:1.25; }
@media (max-width:900px){
  .about-grid{ grid-template-columns:1fr; }
  .about-photo-wrap{ height:260px; }
}
@media (max-width:420px){
  .about-photo-wrap{ height:190px; }
  .about-badge{ padding:10px 14px; gap:8px; }
  .about-badge .n{ font-size:26px; }
  .about-badge .l{ font-size:9px; max-width:76px; }
}

/* ---------- Services ---------- */
.services-tabs{ display:flex; justify-content:center; gap:12px; margin-bottom:44px; flex-wrap:wrap; }
.tab-btn{
  background:var(--panel); border:1.5px solid var(--line); color:var(--gray);
  padding:12px 26px; border-radius:999px; font-weight:700; font-size:14px; transition:.2s;
}
.tab-btn.active{ background:var(--yellow); color:var(--black); border-color:var(--yellow); }
.service-panel{ display:none; }
.service-panel.active{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
@media (max-width:900px){ .service-panel.active{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .service-panel.active{ grid-template-columns:1fr; } }

.service-card{
  background:var(--panel); border:1px solid var(--line); border-radius:var(--radius);
  padding:28px 24px; transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.service-card:hover{
  transform:translateY(-6px); border-color:rgba(253,230,74,0.5);
  box-shadow:0 16px 40px rgba(253,230,74,0.08);
}
.service-icon{
  width:52px; height:52px; border-radius:12px; display:flex; align-items:center; justify-content:center;
  background:rgba(253,230,74,0.1); margin-bottom:18px;
}
.service-icon svg{ width:26px; height:26px; stroke:var(--yellow); fill:none; stroke-width:1.7; }
.service-card h4{ font-family:'Inter'; font-weight:700; font-size:17px; margin-bottom:8px; letter-spacing:0; }
.service-card p{ color:var(--gray); font-size:14px; }

/* ---------- Differentiators ---------- */
.diff-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
@media (max-width:900px){ .diff-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .diff-grid{ grid-template-columns:1fr; } }
.diff-card{ text-align:center; padding:32px 20px; }
.diff-card svg{ width:40px; height:40px; stroke:var(--red); margin-bottom:16px; }
.diff-card h4{ font-family:'Inter'; font-weight:700; font-size:16px; margin-bottom:8px; }
.diff-card p{ color:var(--gray); font-size:13.5px; }

/* ---------- Gallery ---------- */
.gallery-grid{
  display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:180px; grid-auto-flow:dense; gap:14px;
}
.gallery-grid a{ position:relative; overflow:hidden; border-radius:10px; display:block; }
.gallery-grid a:nth-child(4n+1){ grid-row:span 2; }
.gallery-grid a:nth-child(10){ grid-row:span 2; }
.gallery-card{
  grid-column:span 2; border-radius:10px; padding:22px 26px;
  background:linear-gradient(155deg, var(--panel) 0%, var(--panel-2) 100%);
  border:1px solid var(--line); display:flex; flex-direction:column; justify-content:center; gap:10px;
  position:relative; overflow:hidden;
}
.gallery-card::before{
  content:''; position:absolute; top:0; left:0; width:4px; height:100%; background:var(--yellow);
}
.gallery-card .eyebrow{ margin-bottom:0; }
.gallery-card p{ color:var(--gray); font-size:13.5px; line-height:1.5; max-width:640px; }
.gallery-card-rating{
  display:flex; align-items:center; gap:8px; font-size:13px; color:var(--gray); flex-wrap:wrap;
}
.gallery-card-rating .google-g{ width:18px; height:18px; flex-shrink:0; }
.gallery-card-rating .stars{ color:var(--yellow); font-size:15px; letter-spacing:1px; }
.gallery-card-rating b{ color:var(--white); font-family:'Bebas Neue'; font-size:18px; }
.gallery-grid img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.gallery-grid a:hover img{ transform:scale(1.08); }
.gallery-grid a::after{
  content:attr(data-caption); position:absolute; left:0; right:0; bottom:0; padding:14px 12px 10px;
  font-size:12px; font-weight:600; color:#fff;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,0.85));
  opacity:0; transition:opacity .25s ease;
}
.gallery-grid a:hover::after{ opacity:1; }
@media (max-width:900px){ .gallery-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){
  .gallery-grid{ display:flex; flex-wrap:wrap; grid-template-columns:none; gap:14px; }
  .gallery-grid a{ flex:0 0 calc(50% - 7px); aspect-ratio:1/1; grid-row:auto; }
  .gallery-card{ flex:0 0 100%; grid-column:auto; padding:14px 18px; justify-content:center; gap:8px; }
  .gallery-card p{ font-size:12.5px; }
}

/* ---------- Lead form ---------- */
.lead-section{ background:var(--panel); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.lead-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
@media (max-width:900px){ .lead-grid{ grid-template-columns:1fr; } }
.lead-points{ display:flex; flex-direction:column; gap:16px; margin-top:28px; }
.lead-point{ display:flex; gap:12px; align-items:flex-start; }
.lead-point svg{ width:22px; height:22px; stroke:var(--yellow); flex-shrink:0; margin-top:2px; }
.lead-point span{ color:var(--gray); font-size:14.5px; }

.lead-whatsapp-box{ margin-top:28px; padding-top:24px; border-top:1px solid var(--line); }
.lead-whatsapp-box p{ color:var(--gray); font-size:14.5px; margin-bottom:16px; }

.lead-form{
  background:var(--black-2); border:1px solid var(--line); border-radius:var(--radius);
  padding:32px; box-shadow:var(--shadow-glow);
}
.field{ margin-bottom:16px; }
.field label{ display:block; font-size:12.5px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; color:var(--gray); margin-bottom:7px; }
.field input, .field select, .field textarea{
  width:100%; background:var(--panel-2); border:1.5px solid var(--line); color:var(--white);
  padding:13px 14px; border-radius:8px; font-family:inherit; font-size:14.5px; transition:border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color:var(--yellow); }
.field textarea{ resize:vertical; min-height:80px; }

/* ---------- Custom select (Serviço de interesse) ---------- */
.cselect{ position:relative; }
.cselect-trigger{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:10px;
  background:var(--panel-2); border:1.5px solid var(--line); color:var(--white);
  padding:13px 14px; border-radius:8px; font-family:inherit; font-size:14.5px; text-align:left;
  cursor:pointer; transition:border-color .2s;
}
.cselect-trigger:focus, .cselect.open .cselect-trigger{ outline:none; border-color:var(--yellow); }
.cselect-value{ color:var(--gray); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.cselect.has-value .cselect-value{ color:var(--white); }
.cselect-chevron{ width:16px; height:16px; flex-shrink:0; color:var(--gray); transition:transform .2s; }
.cselect.open .cselect-chevron{ transform:rotate(180deg); color:var(--yellow); }
.cselect-panel{
  display:none; position:absolute; left:0; right:0; top:calc(100% + 6px); z-index:20;
  background:var(--panel-2); border:1.5px solid var(--line); border-radius:8px;
  max-height:260px; overflow-y:auto; box-shadow:0 12px 30px rgba(0,0,0,0.45); padding:6px;
}
.cselect.open .cselect-panel{ display:block; }
.cselect-group-label{
  font-size:13px; font-weight:700; letter-spacing:.5px; text-transform:uppercase;
  color:var(--yellow); background:var(--panel); border-radius:6px;
  padding:7px 10px; margin:4px 0 2px;
}
.cselect-group-label:first-child{ margin-top:0; }
.cselect-option{
  padding:7px 10px; border-radius:6px; font-size:14.5px; color:var(--white); cursor:pointer;
}
.cselect-option:hover, .cselect-option.active{ background:rgba(253,230,74,0.12); }
.form-msg{ margin-top:14px; font-size:13.5px; padding:10px 14px; border-radius:8px; display:none; }
.form-msg.ok{ display:block; background:rgba(37,211,102,0.15); color:#5be08a; }
.form-msg.err{ display:block; background:rgba(232,35,47,0.15); color:#ff8b91; }

/* ---------- Location ---------- */
.location-grid{ display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:stretch; }
@media (max-width:900px){ .location-grid{ grid-template-columns:1fr; } }
.location-info{ display:flex; flex-direction:column; gap:16px; }
.location-card{
  background:var(--panel); border:1px solid var(--line); border-radius:var(--radius); padding:26px;
  display:flex; gap:16px; align-items:flex-start;
}
.location-card svg{ width:26px; height:26px; stroke:var(--yellow); flex-shrink:0; }
.location-card h4{ font-family:'Inter'; font-weight:700; font-size:15.5px; margin-bottom:4px; }
.location-card p{ color:var(--gray); font-size:14px; }
.map-embed{ position:relative; border-radius:var(--radius); overflow:hidden; border:1px solid var(--line); height:100%; }
.map-embed iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; display:block; }
@media (max-width:900px){
  .map-embed{ min-height:320px; }
  .map-embed iframe{ min-height:320px; }
}

/* ---------- Footer ---------- */
footer{ background:var(--black-2); border-top:1px solid var(--line); padding:48px 0 24px; }
.footer-grid{
  display:grid; grid-template-columns:1.4fr 1fr 1fr; column-gap:32px; row-gap:0;
  margin-bottom:32px;
}
.footer-brand-head{ margin-bottom:4px; }
.footer-col-head{ margin-bottom:14px; align-self:end; }
.footer-brand-body, .footer-col-body{ align-self:end; }

.footer-brand{ display:flex; align-items:center; gap:16px; font-family:'Bebas Neue'; font-size:40px; min-width:0; }
.footer-brand img{ height:64px; width:auto; display:block; flex-shrink:0; }
.footer-brand span{ white-space:nowrap; }
.footer-col-head h5{ font-size:16px; text-transform:uppercase; letter-spacing:1.5px; color:var(--yellow); font-weight:700; font-family:'Inter'; margin:0; }
.footer-col-body p, .footer-col-body a{ color:var(--gray); font-size:14px; display:block; margin-bottom:8px; }
.footer-col-body p:last-child, .footer-col-body a:last-child{ margin-bottom:0; }
.footer-col-body a:hover{ color:var(--yellow); }
.footer-brand-body p{ color:var(--gray); font-size:14px; margin-bottom:10px; }
.footer-social{ display:flex; gap:12px; }
.footer-social a{
  width:38px; height:38px; border-radius:50%; border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
}
.footer-social a:hover{ border-color:var(--yellow); }
.footer-social svg{ width:18px; height:18px; stroke:var(--white); }
.footer-bottom{ border-top:1px solid var(--line); padding-top:20px; text-align:center; color:var(--gray); font-size:12.5px; }
@media (max-width:700px){
  .footer-grid{ grid-template-columns:1fr; row-gap:24px; }
  .footer-brand{ font-size:clamp(24px, 8vw, 40px); }
  .footer-brand img{ height:48px; }
  .footer-brand-body, .footer-col-body{ align-self:start; }
  .footer-brand-head{ order:1; }
  .footer-brand-body{ order:2; }
  .footer-col-head:nth-of-type(2){ order:3; }
  .footer-col-body:nth-of-type(5){ order:4; }
  .footer-col-head:nth-of-type(3){ order:5; }
  .footer-col-body:nth-of-type(6){ order:6; }
}

/* ---------- Floating WhatsApp ---------- */
.float-whatsapp{
  position:fixed; bottom:22px; right:22px; z-index:999;
  width:60px; height:60px; border-radius:50%; background:linear-gradient(135deg,#25D366,#1EBE5A);
  display:flex; align-items:center; justify-content:center; box-shadow:0 10px 30px rgba(37,211,102,0.5);
  animation:pulse 2.4s infinite;
}
.float-whatsapp svg{ width:30px; height:30px; fill:#08210f; }
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(37,211,102,0.55); }
  70%{ box-shadow:0 0 0 16px rgba(37,211,102,0); }
  100%{ box-shadow:0 0 0 0 rgba(37,211,102,0); }
}

/* ---------- Scroll reveal ---------- */
.reveal{ opacity:0; transform:translateY(28px); transition:opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }

/* ---------- Lightbox (visualizador de fotos da galeria) ---------- */
.lightbox{
  position:fixed; inset:0; z-index:3000; display:flex; align-items:center; justify-content:center;
  background:rgba(6,6,6,0.94); backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px);
  opacity:0; visibility:hidden; transition:opacity .3s ease, visibility .3s ease; padding:24px;
}
.lightbox.open{ opacity:1; visibility:visible; }
.lightbox-content{
  max-width:min(90vw, 1100px); max-height:88vh; display:flex; flex-direction:column; align-items:center;
  transform:scale(0.92); opacity:0; transition:transform .35s cubic-bezier(.2,.8,.2,1), opacity .35s ease;
}
.lightbox.open .lightbox-content{ transform:scale(1); opacity:1; }
.lightbox-content img{
  max-width:100%; max-height:78vh; width:auto; height:auto; object-fit:contain;
  border-radius:12px; box-shadow:0 30px 80px rgba(0,0,0,0.6); border:1px solid var(--line);
}
.lightbox-content figcaption{
  color:var(--gray); font-size:13.5px; margin-top:16px; text-align:center; max-width:80vw;
}
.lightbox-close{
  position:absolute; top:22px; right:24px; width:44px; height:44px; border-radius:50%;
  background:var(--panel); border:1px solid var(--line); color:var(--white); font-size:26px; line-height:1;
  display:flex; align-items:center; justify-content:center; transition:.2s;
}
.lightbox-close:hover{ background:var(--red); border-color:var(--red); }
.lightbox-nav{
  position:absolute; top:50%; transform:translateY(-50%); width:52px; height:52px; border-radius:50%;
  background:var(--panel); border:1px solid var(--line); color:var(--white); font-size:30px; line-height:1;
  display:flex; align-items:center; justify-content:center; transition:.2s;
}
.lightbox-nav:hover{ background:var(--yellow); color:var(--black); border-color:var(--yellow); }
.lightbox-prev{ left:20px; }
.lightbox-next{ right:20px; }
@media (max-width:640px){
  .lightbox-nav{ width:42px; height:42px; font-size:24px; }
  .lightbox-prev{ left:8px; }
  .lightbox-next{ right:8px; }
  .lightbox-close{ top:14px; right:14px; width:38px; height:38px; font-size:22px; }
}

/* ---------- Counters ---------- */
[data-count]{ }

/* ---------- Misc ---------- */
.glow-divider{ height:1px; background:linear-gradient(90deg, transparent, var(--yellow), transparent); opacity:.35; margin:0 auto; max-width:200px; }
