/* ==========================================================================
   Montaż i Konserwacja CATV/SAT — style.css
   Design tokens: patrz sekcja :root
   ========================================================================== */

:root{
  --ink:#0E1520;
  --ink-2:#182233;
  --paper:#EEF1F4;
  --paper-2:#FFFFFF;
  --signal:#1E7FE0;
  --signal-dark:#155FB0;
  --trace:#00D9C0;
  --alert:#FF7A33;
  --alert-dark:#E05E1A;
  --text-soft:#4B5563;
  --line:#D8DEE3;
  --line-dark: rgba(255,255,255,0.14);
  --radius:4px;
  --maxw:1240px;
}

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'IBM Plex Sans', sans-serif;
  background:var(--paper);
  color:var(--ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:'Space Grotesk', sans-serif; letter-spacing:-0.01em; line-height:1.15;}
.mono{font-family:'IBM Plex Mono', monospace;}
a{color:inherit;}
img{max-width:100%; display:block;}
ul{list-style:none;}
button{font-family:inherit;}

.skip-link{
  position:absolute; left:-9999px; top:0; background:var(--signal); color:#fff;
  padding:12px 20px; z-index:1000; border-radius:0 0 4px 0;
}
.skip-link:focus{left:0;}

:focus-visible{outline:2px solid var(--signal); outline-offset:2px;}

.container{max-width:var(--maxw); margin:0 auto; padding:0 24px;}

/* ---------- HEADER ---------- */
header{
  position:sticky; top:0; z-index:100;
  background:var(--paper-2);
  border-bottom:1px solid var(--line);
}
.nav-wrap{
  max-width:var(--maxw); margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 24px;
}
.logo-box img{height:44px; width:auto;}
nav.desktop-nav{display:flex; gap:30px;}
nav.desktop-nav a{
  color:var(--ink); text-decoration:none; font-size:14.5px; font-weight:500;
  transition:color .15s ease;
}
nav.desktop-nav a:hover{color:var(--signal);}
.nav-cta{
  display:flex; align-items:center; gap:10px;
  background:var(--signal); color:#fff; text-decoration:none;
  padding:9px 18px; border-radius:var(--radius); font-size:14px; font-weight:600;
  white-space:nowrap;
}
.nav-cta:hover{background:var(--signal-dark);}
.burger{display:none; flex-direction:column; gap:5px; background:none; border:0; cursor:pointer; padding:6px;}
.burger span{width:24px; height:2px; background:var(--ink); display:block; transition:transform .2s ease, opacity .2s ease;}
.burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.burger.is-open span:nth-child(2){opacity:0;}
.burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.mobile-nav{
  display:none;
  flex-direction:column;
  background:var(--paper-2);
  border-top:1px solid var(--line);
  padding:8px 24px 18px 24px;
}
.mobile-nav.is-open{display:flex;}
.mobile-nav a{
  color:var(--ink); text-decoration:none; font-size:16px; font-weight:500;
  padding:13px 0; border-bottom:1px solid var(--line);
}
.mobile-nav .mobile-call{
  margin-top:14px; background:var(--signal); color:#fff; text-align:center;
  border-radius:var(--radius); border-bottom:none; padding:14px;
}

/* ---------- HERO ---------- */
.hero{position:relative; background:var(--ink); color:#fff; overflow:hidden;}
.hero-grid{
  max-width:var(--maxw); margin:0 auto;
  display:grid; grid-template-columns:1.05fr 0.95fr;
  align-items:stretch; min-height:620px;
}
.hero-copy{padding:72px 40px 60px 24px; display:flex; flex-direction:column; justify-content:center; position:relative; z-index:3;}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:'IBM Plex Mono', monospace; font-size:12.5px; letter-spacing:0.09em; text-transform:uppercase;
  color:var(--trace); margin-bottom:22px;
}
.eyebrow::before{content:''; width:8px; height:8px; border-radius:50%; background:var(--trace); box-shadow:0 0 0 3px rgba(0,217,192,0.18);}
.hero-copy h1{font-size:clamp(30px, 4vw, 48px); font-weight:700; margin-bottom:22px; max-width:560px;}
.hero-copy h1 em{font-style:normal; color:var(--trace);}
.hero-copy p{font-size:17px; color:#AEB9C6; max-width:480px; margin-bottom:34px;}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:38px;}
.btn-primary{
  background:var(--signal); color:#fff; text-decoration:none;
  padding:15px 26px; border-radius:var(--radius); font-weight:600; font-size:15px;
  display:inline-flex; align-items:center; gap:10px;
  box-shadow:0 8px 24px -8px rgba(30,127,224,0.6); border:none; cursor:pointer;
}
.btn-primary:hover{background:var(--signal-dark);}
.btn-ghost{
  border:1px solid rgba(255,255,255,0.25); color:#fff; text-decoration:none;
  padding:15px 26px; border-radius:var(--radius); font-weight:600; font-size:15px;
  display:inline-flex; align-items:center; gap:10px;
}
.btn-ghost:hover{border-color:rgba(255,255,255,0.55);}
.hero-stats{display:flex; gap:34px; padding-top:28px; border-top:1px solid var(--line-dark); max-width:520px;}
.hero-stats .stat-num{font-family:'IBM Plex Mono', monospace; font-size:26px; font-weight:600; color:#fff;}
.hero-stats .stat-label{font-size:12.5px; color:#8894A3; margin-top:2px;}
.hero-photo{position:relative; min-height:380px; overflow:hidden;}
.hero-photo img{width:100%; height:100%; object-fit:cover; object-position:50% 30%; position:absolute; inset:0;}
.hero-photo::after{content:''; position:absolute; inset:0; z-index:4; background:linear-gradient(90deg, var(--ink) 0%, rgba(14,21,32,0.15) 18%, rgba(14,21,32,0) 45%);}
.trace-divider{position:absolute; left:0; right:0; bottom:0; height:56px; z-index:5; pointer-events:none;}
.trace-divider svg{width:100%; height:100%; display:block;}

/* ---------- SERVICE STRIP ---------- */
.service-strip{background:var(--ink-2); border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); overflow-x:auto;}
.service-strip-inner{max-width:var(--maxw); margin:0 auto; display:flex; min-width:max-content;}
.service-strip a{
  text-decoration:none; color:#C6CDD6; font-family:'IBM Plex Mono', monospace; font-size:13.5px; font-weight:500;
  padding:16px 26px; display:flex; align-items:center; gap:10px; border-right:1px solid var(--line-dark);
  white-space:nowrap; transition:color .15s ease, background .15s ease;
}
.service-strip a:hover{color:#fff; background:rgba(255,255,255,0.03);}
.service-strip a::before{content:'▮'; color:var(--trace); font-size:9px;}

/* ---------- SECTIONS (general) ---------- */
.section{padding:96px 24px;}
.section-tight{padding:64px 24px;}
.section-alt{background:var(--paper-2);}
.section-dark{background:var(--ink); color:#fff;}
.section-head{max-width:660px; margin:0 auto 56px auto; text-align:center;}
.section-head.align-left{margin-left:0; text-align:left;}
.section-eyebrow{
  font-family:'IBM Plex Mono', monospace; font-size:12.5px; letter-spacing:0.09em;
  text-transform:uppercase; color:var(--signal); margin-bottom:14px; display:block;
}
.section-dark .section-eyebrow{color:var(--trace);}
.section-head h2{font-size:clamp(26px,3vw,38px); font-weight:700; margin-bottom:16px;}
.section-head p{color:var(--text-soft); font-size:16px;}
.section-dark .section-head p{color:#AEB9C6;}

/* ---------- WHY US ---------- */
.why-grid{max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(3, 1fr); gap:1px; background:var(--line); border:1px solid var(--line);}
.why-card{background:var(--paper-2); padding:38px 32px; position:relative;}
.why-card.featured{background:var(--ink); color:#fff;}
.why-card.featured .why-desc{color:#AEB9C6;}
.why-card.featured .why-icon{color:var(--trace);}
.why-icon{width:42px; height:42px; margin-bottom:22px; color:var(--signal);}
.why-icon svg{width:100%; height:100%;}
.why-num{font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--text-soft); position:absolute; top:34px; right:32px;}
.why-card.featured .why-num{color:#5C6A7A;}
.why-title{font-family:'Space Grotesk', sans-serif; font-weight:600; font-size:18.5px; margin-bottom:10px; max-width:85%;}
.why-desc{font-size:14.5px; color:var(--text-soft); line-height:1.55;}

/* ---------- OFERTA ---------- */
.offer-grid{max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;}
.offer-card{
  background:var(--paper-2); border:1px solid var(--line); border-radius:6px;
  padding:0; overflow:hidden; text-decoration:none; color:var(--ink);
  display:flex; flex-direction:column; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.offer-card:hover{transform:translateY(-4px); box-shadow:0 16px 32px -16px rgba(14,21,32,0.18); border-color:var(--signal);}
.offer-card-top{padding:28px 26px 20px 26px; border-bottom:1px solid var(--line); position:relative;}
.offer-card-tag{font-family:'IBM Plex Mono', monospace; font-size:11.5px; color:var(--signal); letter-spacing:0.06em; text-transform:uppercase;}
.offer-card h3{font-size:19px; margin:10px 0 8px 0;}
.offer-card-body{padding:20px 26px 26px 26px; flex:1; display:flex; flex-direction:column;}
.offer-card p{color:var(--text-soft); font-size:14.5px; flex:1;}
.offer-card-more{margin-top:16px; font-size:13.5px; font-weight:600; color:var(--signal); display:inline-flex; align-items:center; gap:6px;}
.offer-icon{width:36px; height:36px; color:var(--signal);}
.offer-icon svg{width:100%; height:100%;}

/* Oferta detail page */
.offer-detail-hero{background:var(--ink); color:#fff; padding:56px 24px 64px 24px;}
.breadcrumbs{font-size:13px; color:#8894A3; margin-bottom:18px;}
.breadcrumbs a{color:#AEB9C6; text-decoration:none;}
.breadcrumbs a:hover{color:#fff;}
.offer-detail-hero h1{font-size:clamp(26px,3.4vw,40px); max-width:760px;}
.offer-detail-body{max-width:820px; margin:0 auto; padding:64px 24px;}
.offer-detail-body h2{font-size:22px; margin:36px 0 14px 0;}
.offer-detail-body p{margin-bottom:16px; color:var(--text-soft); font-size:16px;}
.offer-detail-body ul{margin:0 0 20px 0;}
.offer-detail-body li{
  position:relative; padding-left:22px; margin-bottom:10px; color:var(--text-soft); font-size:15.5px;
}
.offer-detail-body li::before{content:''; position:absolute; left:0; top:9px; width:8px; height:2px; background:var(--signal);}
.table-scroll{overflow-x:auto; margin:20px 0 8px 0; -webkit-overflow-scrolling:touch;}
.table-scroll .spec-table{margin:0 0 0 0; min-width:640px;}
.spec-table{width:100%; border-collapse:collapse; margin:20px 0 30px 0; font-size:14px;}
.spec-table th, .spec-table td{border:1px solid var(--line); padding:9px 12px; text-align:left;}
.spec-table th{background:var(--paper); font-family:'IBM Plex Mono', monospace; font-weight:600; font-size:12.5px;}
.spec-table tr.row-highlight td{background:rgba(30,127,224,0.08); border-top:1.5px solid var(--signal); border-bottom:1.5px solid var(--signal);}
.legend-dot{display:inline-block; width:9px; height:9px; border-radius:50%; background:var(--signal); margin-right:6px; vertical-align:middle;}
.callout-box{
  background:var(--paper); border-left:3px solid var(--signal); padding:20px 24px; border-radius:0 6px 6px 0; margin:28px 0;
}
.callout-box strong{display:block; margin-bottom:4px;}
.cta-band{background:var(--ink); color:#fff; padding:52px 24px; text-align:center;}
.cta-band h2{font-size:26px; margin-bottom:14px;}
.cta-band p{color:#AEB9C6; margin-bottom:26px;}

/* ---------- ZAKŁÓCENIA ---------- */
.symptoms-row{display:flex; gap:14px; flex-wrap:wrap; margin:28px 0 6px 0;}
.symptom-pill{
  background:var(--paper-2); border:1px solid var(--line); padding:10px 18px; border-radius:30px;
  font-size:14px; font-weight:500; color:var(--ink);
}
.causes-grid{max-width:1080px; margin:0 auto; display:grid; grid-template-columns:repeat(2,1fr); gap:16px;}
.cause-item{
  background:var(--paper-2); border:1px solid var(--line); border-radius:6px; padding:20px 22px;
  display:flex; gap:14px; align-items:flex-start;
}
.cause-index{font-family:'IBM Plex Mono', monospace; color:var(--alert); font-weight:600; font-size:14px;}
.cause-text strong{display:block; font-size:15px; margin-bottom:3px;}
.cause-text span{color:var(--text-soft); font-size:14px;}
.split-media{
  max-width:1180px; margin:56px auto 0 auto; display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center;
}
.split-media img{border-radius:8px; border:1px solid var(--line);}
.measure-first-band{
  max-width:900px; margin:56px auto 0 auto; text-align:center; background:var(--ink); color:#fff;
  padding:38px 30px; border-radius:8px;
}
.measure-first-band p{font-size:18px; font-weight:600; font-family:'Space Grotesk',sans-serif;}
.measure-first-band span{display:block; color:var(--trace); font-size:13px; font-family:'IBM Plex Mono',monospace; margin-top:8px; letter-spacing:0.04em;}

/* ---------- MIERNIK ---------- */
.meter-hero{max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:center;}
.meter-hero img{border-radius:8px;}
.meter-features{max-width:1180px; margin:64px auto 0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:18px;}
.meter-feature{background:var(--paper-2); border:1px solid var(--line); border-radius:6px; padding:22px 20px;}
.meter-feature .mono{font-size:12px; color:var(--signal); display:block; margin-bottom:8px;}
.meter-feature h4{font-size:15px; margin-bottom:6px;}
.meter-feature p{font-size:13.5px; color:var(--text-soft);}
.meter-proof{
  max-width:900px; margin:44px auto 0 auto; display:flex; align-items:center; gap:24px;
  background:rgba(255,255,255,0.04); border:1px solid var(--line-dark); border-radius:8px; padding:18px 24px;
}
.meter-proof img{width:180px; height:auto; border-radius:5px; flex-shrink:0;}
.meter-proof p{color:#AEB9C6; font-size:14.5px; line-height:1.5; margin:0;}
.meter-screens-row{display:grid; grid-template-columns:1fr 1fr; gap:18px; margin:24px 0;}
.meter-screens-row img{border-radius:8px; border:1px solid var(--line); width:100%;}

/* ---------- GALLERY ---------- */
.gallery-filters{display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin-bottom:40px;}
.gallery-filter-btn{
  background:var(--paper-2); border:1px solid var(--line); padding:9px 18px; border-radius:30px;
  font-size:13.5px; font-weight:500; cursor:pointer; color:var(--ink);
}
.gallery-filter-btn.is-active{background:var(--ink); color:#fff; border-color:var(--ink);}
.gallery-grid{max-width:var(--maxw); margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:14px;}
.gallery-item{
  position:relative; aspect-ratio:1/1; border-radius:6px; overflow:hidden; cursor:pointer; border:1px solid var(--line);
  background:var(--paper-2);
}
.gallery-item img{width:100%; height:100%; object-fit:cover; transition:transform .3s ease;}
.gallery-item:hover img{transform:scale(1.06);}
.gallery-empty{
  max-width:640px; margin:0 auto; text-align:center; padding:50px 30px; background:var(--paper-2);
  border:1px dashed var(--line); border-radius:8px; color:var(--text-soft);
}
.lightbox{
  position:fixed; inset:0; background:rgba(14,21,32,0.92); z-index:500; display:none;
  align-items:center; justify-content:center; padding:30px;
}
.lightbox.is-open{display:flex;}
.lightbox img{max-width:min(92vw, 1100px); max-height:86vh; border-radius:4px;}
.lightbox-close{
  position:absolute; top:22px; right:26px; background:none; border:none; color:#fff; font-size:32px; cursor:pointer; line-height:1;
}
.lightbox-nav{position:absolute; top:50%; transform:translateY(-50%); background:rgba(255,255,255,0.08); border:none; color:#fff; font-size:26px; padding:14px 18px; cursor:pointer; border-radius:4px;}
.lightbox-prev{left:16px;} .lightbox-next{right:16px;}

/* ---------- HISTORIA ---------- */
.history-grid{max-width:1080px; margin:0 auto; display:grid; grid-template-columns:0.8fr 1.2fr; gap:52px; align-items:start;}
.history-photo{position:sticky; top:110px;}
.history-photo img{border-radius:8px; border:1px solid var(--line);}
.history-photo figcaption{font-size:13px; color:var(--text-soft); margin-top:10px; text-align:center;}
.history-text p{margin-bottom:18px; font-size:16px; color:var(--text-soft);}
.history-text h3{font-size:18px; margin:28px 0 12px 0;}
.client-list{columns:2; gap:24px; margin:14px 0 10px 0;}
.client-list li{
  font-size:14.5px; color:var(--text-soft); padding:7px 0 7px 18px; position:relative; break-inside:avoid;
}
.client-list li::before{content:'—'; position:absolute; left:0; color:var(--signal);}

/* ---------- FAQ ---------- */
.faq-list{max-width:820px; margin:0 auto;}
.faq-item{border-bottom:1px solid var(--line);}
.faq-question{
  width:100%; text-align:left; background:none; border:none; padding:22px 0; cursor:pointer;
  display:flex; justify-content:space-between; align-items:center; gap:20px; font-size:16.5px; font-weight:600; font-family:'Space Grotesk',sans-serif;
}
.faq-question .faq-icon{font-size:20px; color:var(--signal); flex-shrink:0; transition:transform .2s ease;}
.faq-item.is-open .faq-icon{transform:rotate(45deg);}
.faq-answer{max-height:0; overflow:hidden; transition:max-height .25s ease;}
.faq-answer-inner{padding:0 0 22px 0; color:var(--text-soft); font-size:15.5px; max-width:700px;}

/* ---------- KONTAKT ---------- */
.contact-grid{max-width:1080px; margin:0 auto; display:grid; grid-template-columns:1fr 1.2fr; gap:52px;}
.contact-info h2{font-size:24px; margin-bottom:16px;}
.contact-info p{color:var(--text-soft); margin-bottom:26px;}
.contact-detail{display:flex; align-items:center; gap:14px; margin-bottom:18px; text-decoration:none; color:var(--ink);}
.contact-detail .ci-icon{width:38px; height:38px; background:var(--paper); border-radius:6px; display:flex; align-items:center; justify-content:center; font-size:17px;}
.contact-detail strong{display:block; font-size:15px;}
.contact-detail span{font-size:13.5px; color:var(--text-soft);}
.contact-form{background:var(--paper-2); border:1px solid var(--line); border-radius:8px; padding:34px;}
.form-row{margin-bottom:18px;}
.form-row label{display:block; font-size:13.5px; font-weight:600; margin-bottom:7px;}
.form-row input, .form-row textarea, .form-row select{
  width:100%; border:1px solid var(--line); border-radius:5px; padding:12px 14px; font-family:inherit; font-size:15px;
  background:var(--paper); color:var(--ink);
}
.form-row input:focus, .form-row textarea:focus{outline:2px solid var(--signal); outline-offset:1px; background:#fff;}
.form-row textarea{resize:vertical; min-height:120px;}
.form-consent{display:flex; gap:10px; align-items:flex-start; font-size:13px; color:var(--text-soft);}
.form-consent input{width:auto; margin-top:3px;}
.hp-field{position:absolute; left:-9999px; top:-9999px; opacity:0;}
.form-note{font-size:12.5px; color:var(--text-soft); margin-top:14px;}
.form-alert{padding:14px 16px; border-radius:6px; margin-bottom:20px; font-size:14.5px;}
.form-alert.ok{background:#E6F7F2; color:#0B7A5C; border:1px solid #B7E6D6;}
.form-alert.err{background:#FDEDE8; color:#B23B12; border:1px solid #F4C6B4;}

/* ---------- misc ---------- */
.text-page{max-width:780px; margin:0 auto; padding:64px 24px;}
.text-page h1{font-size:30px; margin-bottom:8px;}
.text-page .updated{color:var(--text-soft); font-size:13.5px; margin-bottom:34px;}
.text-page h2{font-size:19px; margin:30px 0 12px 0;}
.text-page p, .text-page li{color:var(--text-soft); font-size:15.5px; margin-bottom:12px;}
.text-page li{margin-left:20px;}

/* ---------- FOOTER ---------- */
footer{background:var(--ink); color:#AEB9C6; padding:64px 24px 0 24px;}
.footer-wrap{max-width:var(--maxw); margin:0 auto; display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; padding-bottom:44px;}
.footer-col h3{color:#fff; font-size:14px; margin-bottom:16px; text-transform:uppercase; letter-spacing:0.05em; font-family:'IBM Plex Mono',monospace;}
.footer-col a{display:block; color:#AEB9C6; text-decoration:none; font-size:14.5px; margin-bottom:11px;}
.footer-col a:hover{color:#fff;}
.footer-brand p{font-size:14px; margin-top:16px; max-width:280px; color:#8894A3;}
.footer-address{color:#8894A3; font-size:14px; line-height:1.5;}
.footer-bottom{
  max-width:var(--maxw); margin:0 auto; display:flex; justify-content:space-between; align-items:center;
  padding:20px 0; border-top:1px solid var(--line-dark); font-size:13px; color:#5C6A7A; flex-wrap:wrap; gap:10px;
}
.footer-bottom a{color:#8894A3; text-decoration:none;}
.footer-bottom a:hover{color:#fff;}

/* floating call button (mobile) */
.float-call{
  display:none; position:fixed; left:16px; right:16px; bottom:16px; z-index:200;
  background:var(--signal); color:#fff; text-decoration:none; padding:15px 20px; border-radius:6px;
  font-weight:600; font-size:15.5px; text-align:center; box-shadow:0 10px 30px -6px rgba(30,127,224,0.55);
  align-items:center; justify-content:center; gap:10px;
}

/* ---------- responsive ---------- */
@media (max-width:900px){
  nav.desktop-nav{display:none;}
  .burger{display:flex;}
  .hero-grid{grid-template-columns:1fr; min-height:auto;}
  .hero-photo{min-height:260px; order:-1;}
  .hero-copy{padding:36px 20px 46px 20px;}
  .hero-stats{gap:20px;}
  .why-grid, .offer-grid{grid-template-columns:1fr;}
  .section{padding:60px 18px;}
  .causes-grid{grid-template-columns:1fr;}
  .split-media{grid-template-columns:1fr; gap:24px;}
  .meter-hero{grid-template-columns:1fr;}
  .meter-features{grid-template-columns:repeat(2,1fr);}
  .meter-proof{flex-direction:column; text-align:center;}
  .meter-proof img{width:100%; max-width:260px;}
  .meter-screens-row{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
  .history-grid{grid-template-columns:1fr;}
  .history-photo{position:static;}
  .client-list{columns:1;}
  .contact-grid{grid-template-columns:1fr;}
  .footer-wrap{grid-template-columns:1fr 1fr; gap:30px;}
  .float-call{display:flex;}
  body{padding-bottom:78px;}
}
@media (max-width:520px){
  .footer-wrap{grid-template-columns:1fr;}
  .meter-features{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *{transition:none !important; animation:none !important;}
}
