
*, *::before, *::after { box-sizing: border-box; }

html { margin: 0; padding: 0; }         
body { margin: 0; padding: 0; overflow-x: hidden; }

figure { margin: 0; }


:root{
  --blue-975:#040914; --blue-950:#050e1b; --blue-900:#081425; --blue-820:#0d1b31; --blue-770:#10223f; --blue-650:#245679;
  --gold:#D4AF37; --gold-2:#E8C766;
  --text:#E7F0FF; --muted:#98abc8;

  --bg:var(--blue-975); --bg-2:var(--blue-950); --accent:var(--blue-650);
  --card:rgba(10,18,33,.82); --shadow:0 18px 60px rgba(0,0,0,.55);
  --radius:22px; --maxw:1280px; --aboutArrowOutside:64px;

  --blur-sm:6px; --blur-md:14px; --blur-lg:28px;

  --ring:1.6px; --tilt:700px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0; font-family:Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif; color:var(--text);
  background:
    radial-gradient(1400px 900px at 75% -10%, #0c2747 0%, #0a1a2f 45%, var(--blue-975) 100%),
    radial-gradient(900px 700px at 10% 110%, #0b1c32 0%, transparent 70%),
    linear-gradient(180deg, var(--blue-975) 0%, #030812 100%);
  background-attachment:fixed,fixed,fixed;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
body::after{
  content:""; position:fixed; inset:-50px; pointer-events:none; z-index:0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,.02) 0, transparent 60%),
    radial-gradient(1px 1px at 80% 70%, rgba(255,255,255,.015) 0, transparent 60%),
    radial-gradient(1px 1px at 40% 80%, rgba(255,255,255,.018) 0, transparent 60%);
  mix-blend-mode:soft-light; opacity:.6; filter:blur(.2px);
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}

.nav{
  position:fixed; inset:0 0 auto 0; height:72px; display:flex; align-items:center; z-index:50;
  padding:0 clamp(16px,5vw,48px);
  backdrop-filter:saturate(160%) blur(10px);
  transition:all .35s ease; border-bottom:1px solid transparent;
  background:linear-gradient(to bottom, rgba(3,8,16,.60), rgba(3,8,16,.25) 75%, transparent);
}
.nav.scrolled{background:rgba(5,13,26,.85); border-color:#0e233c}
.brand{display:flex; gap:.6rem; align-items:center; font-weight:800; letter-spacing:.5px}
.spacer{flex:1}
.menu{display:flex; gap:28px; align-items:center}
.menu a{font-weight:600; color:#d5e5ff; opacity:.9}
.menu a:hover{color:#fff}
.hamb{display:none; width:42px; height:42px; border-radius:12px; border:1px solid #1d3049; place-items:center; color:var(--text)}
@media(max-width:960px){
  .menu{display:none} .hamb{display:grid}
  
}

.nav .brand__logo{height:44px; width:auto; object-fit:contain}
.brand__text small{color:var(--muted); font-weight:600}

.hero{
  position:relative; height:92vh; min-height:620px; isolation:isolate; padding:0; margin:0; overflow:hidden;
}
.aurora{
  position:absolute; inset:-10% -20% -20% -10%; z-index:0; pointer-events:none;
  background:
    radial-gradient(60% 60% at 20% 20%, rgba(30,120,255,.06), transparent 60%),
    radial-gradient(60% 60% at 80% 30%, rgba(232,199,102,.08), transparent 60%),
    radial-gradient(50% 50% at 50% 80%, rgba(40,150,255,.05), transparent 60%);
  filter:blur(20px);
  animation: auroraMove 16s linear infinite alternate;
}
@keyframes auroraMove{ 0%{transform:translate3d(0,0,0)} 100%{transform:translate3d(-2%,2%,0)} }

.slides{position:absolute; inset:0}
.slide{
  position:absolute; inset:0; opacity:0; transition:opacity 800ms ease, transform 800ms ease;
  transform:scale(1.015);
}
.slide.active{opacity:1; transform:none}

.slide img.bg{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover; display:block;
  filter:brightness(.82) contrast(1.04) saturate(1.02);
  will-change:transform;
  transform:scale(1.06);
  transition:transform .18s ease-out;
}

.slide::after{
  content:""; position:absolute; inset:-2%;
  background:
    radial-gradient(1200px 640px at 80% 80%, rgba(0,0,0,0.00) 45%, rgba(5,12,22,.40) 100%),
    radial-gradient(1100px 600px at 20% 20%, rgba(0,0,0,0.00) 40%, rgba(3,8,16,.25) 100%);
  pointer-events:none; filter:blur(1.5px);
}
.hero-inner{position:relative; z-index:2; display:grid; height:100%; place-items:center; padding:0 16px}
.hero-text{text-align:center; max-width:min(92vw,1100px)}
.hero-kicker{text-transform:uppercase; letter-spacing:.3em; color:var(--gold-2); font-weight:700; font-size:.9rem}
.hero-title{font-size:clamp(34px,6vw,76px); font-weight:800; margin:.2em 0 .1em}
.hero-sub{font-size:clamp(16px,2.4vw,22px); color:#c4d2eb; max-width:900px; margin:0 auto 24px}
.hero-ctas{display:flex; gap:14px; justify-content:center}

.hero-controls{position:absolute; inset:0; display:flex; align-items:center; justify-content:space-between; padding:0 24px}
.arrow{
  width:56px; height:56px; border-radius:50%;
  display:grid; place-items:center; cursor:pointer; font-size:26px; font-weight:800;
  background:rgba(3,10,20,.55); color:var(--gold); border:2px solid var(--gold);
  box-shadow:0 0 0 2px rgba(212,175,55,.08) inset, 0 0 16px rgba(212,175,55,.16);
  backdrop-filter:blur(4px); transition:transform .2s ease, background .2s ease, border-color .2s ease;
}
.hero .arrow:hover{transform:scale(1.05); background:rgba(3,10,20,.8); border-color:var(--gold-2)}

.dots{position:absolute; left:50%; transform:translateX(-50%); bottom:18px; display:flex; gap:10px; z-index:3}
.dot{
  width:12px; height:12px; border-radius:50%; border:1.6px solid rgba(232,199,102,.55);
  background:rgba(3,10,20,.5); box-shadow:0 4px 14px rgba(0,0,0,.45);
  cursor:pointer; transition:transform .25s ease, background .25s ease;
}
.dot.active{background:linear-gradient(135deg, var(--gold), var(--gold-2))}

.btn{
  display:inline-flex; align-items:center; gap:.6rem;
  padding:12px 18px; border-radius:999px; font-weight:800; letter-spacing:.02em;
  border:1.5px solid transparent; box-shadow:0 10px 30px rgba(0,0,0,.35);
  transition:transform .2s ease, box-shadow .25s ease, filter .2s ease, background .25s ease, border-color .25s ease;
  position:relative; overflow:hidden;
}
.btn:active{transform:translateY(1px)}
.btn-gold{ color:#0b0f16; background:linear-gradient(135deg, var(--gold), var(--gold-2)); border-color:rgba(212,175,55,.35) }
.btn-gold:hover{filter:saturate(1.06) brightness(1.02)}
.btn-navy{ color:#eaf2ff; background:linear-gradient(135deg, #0d1b31, #0a1426); border-color:#1a3254 }
.btn-navy:hover{box-shadow:0 16px 46px rgba(0,0,0,.5)}
.btn-shine::before{
  content:""; position:absolute; inset:-200% -20% auto -20%; height:220%;
  background:linear-gradient(105deg, transparent 0 45%, rgba(255,255,255,.45) 50%, transparent 55% 100%);
  transform:translateX(-60%) rotate(8deg); animation: shine 4.2s ease-in-out infinite; pointer-events:none;
}
@keyframes shine{ 0%{transform:translateX(-70%) rotate(8deg)} 60%{transform:translateX(140%) rotate(8deg)} 100%{transform:translateX(140%) rotate(8deg)} }

section{position:relative; z-index:0; padding: clamp(48px, 8vw, 100px) clamp(16px,5vw,48px)}
.container{max-width:var(--maxw); margin:0 auto}
.section-title{font-size: clamp(28px, 4.5vw, 52px); font-weight:800; text-align:center; margin:0 0 12px}
.section-sub{color:#a9bcd9; text-align:center; max-width:900px; margin:0 auto 40px}
section::before{
  content:""; position:absolute; inset:-60px 0 -40px 0; z-index:-1; pointer-events:none;
  background:
    radial-gradient(80% 140px at 50% 0%, rgba(10,20,35,.55) 0%, transparent 70%),
    radial-gradient(80% 180px at 50% 100%, rgba(5,12,22,.55) 0%, transparent 70%);
  filter:blur(16px); opacity:.65;
}

.about-slider{position:relative}
.about-viewport{position:relative; overflow:hidden; min-height:540px; border-radius:24px; background:linear-gradient(180deg, #0a1730 0%, #071223 100%); border:1px solid rgba(18,36,61,.8); box-shadow:var(--shadow)}
.about-slide{
  position:absolute; inset:0; display:grid; grid-template-columns:1.1fr 1fr; gap:40px; align-items:center;
  opacity:0; transform:translateX(40px); transition:transform .6s ease, opacity .6s ease; padding:18px;
}
.about-slide.active{position:relative; opacity:1; transform:none}
.about-media{margin:0; border-radius:20px; overflow:hidden; box-shadow:var(--shadow); position:relative}
.about-media img{width:100%; height:100%; object-fit:cover; filter:brightness(.9) contrast(1.03)}
.about-copy .kicker{color:var(--gold); font-weight:700; letter-spacing:.25em; text-transform:uppercase; font-size:.85rem}
.about-copy p{color:#d2e2ff; opacity:.88}
.about-title{ text-align:left; margin:6px 0 10px }

.about-arrows{position:absolute; top:50%; left:0; right:0; height:0; z-index:3; pointer-events:none}
.about-prev,.about-next{
  position:absolute; transform:translateY(-50%);
  width:56px; height:56px; border:2px solid var(--gold); border-radius:50%;
  display:grid; place-items:center; background:rgba(3,10,20,.55); color:var(--gold);
  pointer-events:auto; box-shadow:0 0 0 2px rgba(212,175,55,.08) inset, 0 0 16px rgba(212,175,55,.16);
  transition:transform .2s ease, background .2s ease, border-color .2s ease;
}
.about-prev:hover,.about-next:hover{ transform:translateY(-50%) scale(1.06); background:rgba(3,10,20,.8); border-color:var(--gold-2) }
.about-prev{ left:calc(-1 * var(--aboutArrowOutside)) }
.about-next{ right:calc(-1 * var(--aboutArrowOutside)) }
.about-dots{display:flex; gap:10px; justify-content:center; margin-top:16px}
.about-dot{ width:10px; height:10px; border-radius:50%; border:1.4px solid rgba(232,199,102,.55); background:transparent; cursor:pointer; transition:transform .2s ease, background .2s ease }
.about-dot.active{background:linear-gradient(135deg, var(--gold), var(--gold-2))}
@media (max-width:1200px){.about-prev{left:8px} .about-next{right:8px}}
@media(max-width:960px){.about-slide{grid-template-columns:1fr; gap:18px; padding-top:16px}}

.activities{display:grid; grid-template-columns:repeat(4,1fr); gap:26px}
@media(max-width:1200px){.activities{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.activities{grid-template-columns:1fr}}

.tile{
  position:relative; overflow:hidden; border-radius:24px; min-height:340px;
  background:#0a1527; box-shadow:var(--shadow); border:0; isolation:isolate;
  transform-style:preserve-3d; transition:transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s;
}
.tile img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:brightness(.92) contrast(1.03) saturate(1.02); transform:translateZ(0); transition:transform .8s ease, filter .4s ease }
.tile::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(60% 90% at 50% 110%, rgba(8,18,35,0.85), transparent 60%),
    linear-gradient(180deg, rgba(7,18,35,0.00) 40%, rgba(7,18,35,.85) 100%);
  z-index:0; pointer-events:none;
}
.tile::after{
  content:""; position:absolute; inset:0; padding:var(--ring); border-radius:inherit;
  background:conic-gradient(from 210deg, rgba(212,175,55,0.00), rgba(212,175,55,.35), rgba(232,199,102,.75), rgba(248,222,142,.9), rgba(232,199,102,.75), rgba(212,175,55,.35), rgba(212,175,55,0.00));
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude;
  opacity:.38; filter:blur(.2px); transition:opacity .35s ease, transform .6s ease; z-index:2; pointer-events:none;
}
.tile .halo{
  content:""; position:absolute; inset:-20%; border-radius:50%;
  background:radial-gradient(300px 220px at var(--mx,50%) var(--my,60%), rgba(244,223,164,.35), rgba(232,199,102,.16) 40%, transparent 70%);
  mix-blend-mode:soft-light; opacity:0; transition:opacity .35s ease; z-index:1;
}
.tile .label{ position:absolute; inset:auto 0 0 0; padding:22px 22px 20px 22px; z-index:3; display:flex; align-items:flex-end; justify-content:space-between; gap:16px }
.tile .label h3{ margin:6px 0 0; text-shadow:0 6px 24px rgba(0,0,0,.55) }
.tile .corner{ position:absolute; top:14px; left:14px; z-index:3; padding:8px 10px; border-radius:12px; background:rgba(5,12,22,.55); backdrop-filter:blur(6px); border:1px solid rgba(212,175,55,.28); color:#f0f6ff; font-weight:700; font-size:.8rem }
.chip{
  background:linear-gradient(180deg, rgba(212,175,55,.12), rgba(212,175,55,.06));
  color:var(--gold); padding:7px 12px; border-radius:999px; font-size:.82rem; font-weight:700;
  border:1px solid rgba(212,175,55,.35); letter-spacing:.02em; box-shadow:inset 0 0 12px rgba(212,175,55,.14);
}
.go{
  --size:46px; width:var(--size); height:var(--size); border-radius:50%;
  display:grid; place-items:center; font-size:20px; font-weight:800; color:var(--gold);
  background:rgba(3,10,20,.55); border:2px solid var(--accent); backdrop-filter:blur(4px);
  box-shadow:0 0 0 2px rgba(212,175,55,.08) inset, 0 0 18px rgba(0,0,0,.45);
  transition:transform .4s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.tile:hover{ transform:perspective(var(--tilt)) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateZ(3px); box-shadow:0 24px 80px rgba(0,0,0,.65) }
.tile:hover img{ transform:scale(1.06); filter:brightness(.96) contrast(1.06) }
.tile:hover::after{ opacity:.9; transform:scale(1.01) }
.tile:hover .halo{ opacity:.9 }
.tile:hover .go{ background:linear-gradient(135deg, rgba(12,22,38,.8), rgba(12,22,38,.2)); border-color:var(--gold-2); box-shadow:0 0 0 2px rgba(212,175,55,.14) inset, 0 0 26px rgba(232,199,102,.28), 0 10px 24px rgba(0,0,0,.45); transform:translateZ(20px) scale(1.06) }

#news .section-title{
  font-weight: 800;
  letter-spacing: -.01em;
  text-align: center;
  text-shadow: 0 8px 28px rgba(0,0,0,.35);
}
#news .section-sub{
  text-align:center;
  opacity:.85;
  max-width:780px;
  margin: 6px auto 22px;
}

.news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
@media (max-width:1100px){ .news-grid{ grid-template-columns:repeat(2,1fr) } }
@media (max-width:960px){ .news-grid{ grid-template-columns:1fr } }

.news-grid .card:first-child{
  grid-column: span 2;
  padding: 6px; 
}
@media (max-width:1100px){ .news-grid .card:first-child{ grid-column:auto } }

/* KARTA */
.card{
  position:relative; overflow:hidden; border-radius:24px; isolation:isolate;
  background:linear-gradient(180deg,#0a1730 0%, #061123 100%);
  border:1px solid rgba(18,36,61,.8);
  box-shadow: var(--shadow);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.card::after{
  content:""; position:absolute; inset:0; padding:1.8px; border-radius:inherit; pointer-events:none;
  background: conic-gradient(from 210deg,
    rgba(212,175,55,0.00),
    rgba(212,175,55,.35),
    rgba(232,199,102,.85),
    rgba(248,222,142,.95),
    rgba(232,199,102,.85),
    rgba(212,175,55,.35),
    rgba(212,175,55,0.00));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity:.28; filter:blur(.2px); transition:opacity .35s ease;
}
.card:hover{ transform:translateY(-4px); box-shadow:0 28px 90px rgba(0,0,0,.6); border-color:rgba(212,175,55,.35) }
.card:hover::after{ opacity:.7 }

.card::before{
  content:""; position:absolute; inset:-20px; pointer-events:none; z-index:0;
  background:
    radial-gradient(120% 120% at 50% -10%, rgba(255,255,255,.05), transparent 60%),
    radial-gradient(120% 120% at 50% 110%, rgba(255,255,255,.05), transparent 60%),
    radial-gradient(90% 90% at 50% 50%, rgba(255,255,255,.06), transparent 70%);
  filter:blur(var(--blur-sm)); opacity:.75;
}

.card-body{ position:relative; z-index:1; padding:32px }

#news h3{
  margin:0 0 10px;
  font-size:clamp(20px,2.3vw,28px);
  font-weight:800;
  letter-spacing:-.01em;
  line-height:1.15;
}
.news-grid .card:first-child h3{ font-size:clamp(24px,3vw,36px) }

#news .card p{
  color:#c9d6f3;
  opacity:.92;
  margin:.45rem 0;
}
.news-grid .card:first-child p:first-of-type{
  color:#dbe6ff; opacity:.98; font-weight:600;
}

.date{
  display:flex; align-items:baseline; gap:10px;
  color:#93aeda; margin-top:12px; border-top:1px solid rgba(18,36,61,.7); padding-top:12px;
}
.date .d{ font-size:42px; font-weight:800; line-height:1 }
.date .m{ font-weight:700; letter-spacing:.02em }

@media (max-width:480px){
  .card-body{ padding:24px }
  .date .d{ font-size:36px }
}

footer{
  position:relative; padding:50px clamp(16px,5vw,48px);
  background:linear-gradient(180deg, #050b15 0%, #030811 100%);
  border-top:1px solid #142a47; overflow:hidden;
}
footer::before{
  content:""; position:absolute; inset:-40px 0 -60px 0; pointer-events:none;
  background:radial-gradient(80% 160px at 50% 0%, rgba(10,20,35,.6) 0%, transparent 70%);
  filter:blur(var(--blur-md));
}
.foot{max-width:var(--maxw); margin:0 auto; display:grid; grid-template-columns:1.2fr .8fr; gap:26px; align-items:center}
.foot .grid{display:grid; gap:10px}
.mono{color:#8ea7c8}

.reveal{opacity:0; transform:translateY(18px); transition:all .6s ease}
.reveal.visible{opacity:1; transform:none}

.arrow{outline-offset:3px}
.arrow:focus-visible{outline:2px solid var(--gold-2)}
a:focus-visible,button:focus-visible{outline:2px solid var(--gold-2); outline-offset:3px; border-radius:10px}

.scroll-hint{
  position:absolute; bottom:2px; left:50%; transform:translateX(-50%);
  font-weight:700; letter-spacing:.3em; text-transform:uppercase; font-size:.72rem;
  color:#d6e3ffcc; opacity:.85;
}

.menu a.active, footer .grid a.active{
  color:#fff;
  text-shadow:0 0 22px rgba(232,199,102,.35);
}
section.section-pulse::after{
  content:""; position:absolute; inset:-2px; border-radius:24px;
  box-shadow:0 0 0 0 rgba(232,199,102,.0);
  animation: sectionPulse .9s ease;
  pointer-events:none;
}
@keyframes sectionPulse{
  0%{ box-shadow:0 0 0 0 rgba(232,199,102,.55) }
  100%{ box-shadow:0 0 0 24px rgba(232,199,102,0.00) }
}

html{ scroll-behavior:smooth }

.slide img.bg{ border-radius:0 !important; }
.about-viewport,
.about-media,
.about-media img{ border-radius:0 !important; }
.about-media{ overflow:visible !important; }
.activities .tile,
.activities .tile img{ border-radius:0 !important; }
.activities .tile{ overflow:visible !important; }
.card{ border-radius:0 !important; }

.slide img.bg{ border-radius:0 !important; }
.about-viewport, .about-media, .about-media img{ border-radius:0 !important; }

body.no-scroll{overflow:hidden; height:100vh}
.hamb{
  position:relative;
  display:none;           
  width:46px; height:46px; border-radius:14px;
  border:1px solid #1d3049; background:rgba(6,18,35,.55);
  backdrop-filter:blur(6px);
  cursor:pointer;
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}
.hamb:hover{ border-color:#25476f; background:rgba(8,22,42,.75) }
.hamb span{
  position:absolute; left:10px; right:10px; height:2px; border-radius:2px;
  background:linear-gradient(135deg, var(--gold,#D4AF37), var(--gold-2,#E8C766));
  transition:transform .35s ease, opacity .25s ease, top .35s ease, bottom .35s ease;
}
.hamb span:nth-child(1){ top:14px }
.hamb span:nth-child(2){ top:22px }
.hamb span:nth-child(3){ bottom:14px }

.nav.open .hamb span:nth-child(1){ top:22px; transform:rotate(45deg) }
.nav.open .hamb span:nth-child(2){ opacity:0; transform:translateX(8px) }
.nav.open .hamb span:nth-child(3){ bottom:auto; top:22px; transform:rotate(-45deg) }

@media (max-width:960px){
  .hamb{ display:block } 

  .menu{
    display:none;                       
    position:fixed; inset:72px 16px auto 16px;
    background:#061223; border:1px solid #132943; border-radius:18px;
    box-shadow:0 18px 60px rgba(0,0,0,.55);
    padding:18px; z-index:2000; backdrop-filter:blur(6px);
    flex-direction:column; gap:6px;
  }
  .menu a{ display:block; padding:12px 10px; border-radius:10px; color:#e9f2ff }
  .menu a:hover{ background:#0b1b31 }

  .nav.open .menu{ display:block }
}
#contact .label {
  display: block;
  color: #fff;           
  font-weight: 700;
  letter-spacing: .02em;
}

#contact .value {
  margin-top: 4px;
  color: rgba(255,255,255,.88); 
}

#contact .copyright {
  margin-top: 18px;
  color: rgba(255,255,255,.72);
}

#contact .contact-block a {
  color: inherit;               
  text-decoration: underline;
  text-underline-offset: 2px;
}

#contact .contact-block .label + .value { margin-top: 6px; }
#contact .contact-block .value + .label { margin-top: 16px; }

.slide img.bg{

  -webkit-mask-image: linear-gradient(to bottom, #000 83%, rgba(0,0,0,0.00) 100%);
          mask-image: linear-gradient(to bottom, #000 83%, rgba(0,0,0,0.00) 100%);
}

.hero::after{
  height: 110px; 
  background: linear-gradient(to bottom,
              rgba(5,12,22,0.00) 0%,
              rgba(5,12,22,.26) 45%,
              rgba(5,12,22,.70) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 35%, #000 100%);
          mask-image: linear-gradient(to bottom, transparent 0%, #000 35%, #000 100%);
}

#about::before{
  inset: -36px 0 -24px 0;
  background: radial-gradient(90% 190px at 50% 0%,
              rgba(6,14,26,.60) 0%,
              rgba(6,14,26,.36) 40%,
              transparent 80%);
  filter: blur(12px);
  opacity: .72;    
}

.hero{ position: relative; }

.about-viewport{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.about-slide{
  padding: clamp(18px, 3vw, 34px) clamp(18px, 3vw, 36px);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  backdrop-filter: none;        
}

.about-copy{
  position: relative;
}

.about-copy::before{
  content:"";
  position:absolute; inset:-18px -18px -18px -18px;
  border-radius: 20px;
  background:
    radial-gradient(120% 140% at 20% 0%, rgba(10,20,35,.30), transparent 60%),
    linear-gradient(180deg, rgba(7,14,26,.32), rgba(7,14,26,.12));
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  filter: blur(0.2px);
  z-index:-1;
}

.about-media{
  box-shadow: 0 18px 60px rgba(0,0,0,.32);
  border: 1px solid rgba(18,36,61,.35);
  border-radius: 18px !important;         
  overflow: hidden !important;
}
.about-media img{
  border-radius: inherit !important;
  filter: brightness(.95) contrast(1.04);
}

.about-copy .kicker{ letter-spacing:.28em; opacity:.95 }
.about-title{
  letter-spacing:-.01em;
  text-shadow: 0 8px 28px rgba(0,0,0,.35);
}

.about-prev,.about-next{
  width:48px; height:48px;
  background: rgba(5,12,22,.55);
  border-color: rgba(232,199,102,.75);
  box-shadow: 0 0 0 2px rgba(232,199,102,.08) inset, 0 0 14px rgba(232,199,102,.18);
}
:root{ --aboutArrowOutside: 84px; }

#about::before{
  inset: -28px 0 -24px 0;
  background:
    radial-gradient(85% 140px at 50% 0%, rgba(10,20,35,.45) 0%, transparent 70%),
    radial-gradient(80% 180px at 50% 100%, rgba(5,12,22,.42) 0%, transparent 70%);
  filter: blur(12px);
  opacity: .6;
}

@media (max-width: 960px){
  .about-copy::before{ inset:-14px -14px -14px -14px; border-radius:16px }
  .about-media{ border-radius:14px !important }
}

.news-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}
@media (max-width:1100px){ .news-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width:960px){  .news-grid{ grid-template-columns: 1fr; } }

.news-grid .card:first-child{
  grid-column: auto !important;
  padding: 0 !important;
}

.card{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-body{
  position: relative;
  z-index: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.date{
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #93aeda;
  border-top: 1px solid rgba(18,36,61,.7);
  padding-top: 12px;
}

.news-grid .card:first-child h3{
  font-size: clamp(20px, 2.3vw, 28px) !important;
}

:root {
  --cur-x: -100px;
  --cur-y: -100px;
}

@media (any-pointer: fine){
  html.has-custom-cursor * { cursor: none !important; }

  .gj-cursor{
    position: fixed; left: 0; top: 0;
    width: 6px; height: 6px; border-radius: 50%;
    pointer-events: none; z-index: 99999;
    transform: translate3d(calc(var(--cur-x) - 3px), calc(var(--cur-y) - 3px), 0);
    transition: opacity .15s ease;
    will-change: transform, opacity;

    background: radial-gradient(circle at 50% 50%,
      rgba(255,230,150,.95) 0 35%,
      rgba(255,230,150,.25) 36% 60%,
      rgba(255,230,150,0.00) 61%);
    box-shadow:
      0 0 18px rgba(232,199,102,.55),
      0 0 34px rgba(232,199,102,.25);
    mix-blend-mode: screen;
  }

  .gj-cursor::before{
    content: "";
    position: absolute; inset: -18px; border-radius: 50%;
    background: radial-gradient(circle,
      rgba(248,222,142,.45) 0,
      rgba(248,222,142,.18) 40%,
      rgba(248,222,142,0.00) 70%);
    filter: blur(6px);
    opacity: .85;
    transition: opacity .12s ease, transform .12s ease, box-shadow .12s ease;
    will-change: opacity, transform;
  }

  .gj-cursor.is-active::before{
    opacity: 1;
    transform: scale(1.28);
    box-shadow:
      0 0 22px rgba(248,222,142,.55),
      0 0 48px rgba(232,199,102,.35),
      0 0 72px rgba(212,175,55,.25);
  }

  .gj-cursor.is-hot::before{
    animation: gj-pulse .9s ease-in-out infinite;
  }

  .gj-cursor.is-down::before{
    opacity: .65;
    transform: scale(.92);
  }

  .gj-cursor.is-hidden{ opacity: 0; }

  @keyframes gj-pulse{
    0%,100% { opacity: 1; transform: scale(1.25); }
    50%     { opacity: .85; transform: scale(1.33); }
  }

  @media (prefers-reduced-motion: reduce){
    .gj-cursor::before,
    .gj-cursor.is-active::before,
    .gj-cursor.is-hot::before{
      animation: none;
      transition: opacity .12s ease;
      transform: none;
      box-shadow: none;
    }
  }
}

@media (max-width:960px){
  .nav{
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(5,13,26,.90) !important;
    border-bottom-color: #0e233c !important;
  }

  .card,
  .about-media{
    box-shadow: 0 10px 30px rgba(0,0,0,.40) !important;
  }

  .card::before,
  .card::after{
    display: none !important;
    content: none !important;
  }

  .tile{
    box-shadow: 0 12px 40px rgba(0,0,0,.45) !important;
    transform: none !important;           
  }
  .tile::after,
  .tile .halo{
    display: none !important;
    content: none !important;
  }
  .tile img{
    transform: none !important;
    filter: brightness(.96) contrast(1.03) !important;
  }

  .arrow,
  .go,
  .tile .corner{
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .about-prev, .about-next{
    box-shadow: 0 0 0 2px rgba(232,199,102,.08) inset, 0 0 10px rgba(232,199,102,.16) !important;
    background: rgba(5,12,22,.60) !important;
  }

  :root{
    --blur-sm:4px;
    --blur-md:10px;
    --blur-lg:18px;
  }
}
.activities .go{
  --size:48px;
  width:var(--size);
  height:var(--size);
  flex:0 0 var(--size);
  aspect-ratio: 1 / 1;
  font-size:22px;       
  line-height:1;      
  transform: translateZ(0) scale(1) !important;
}

.activities .tile:hover .go{
  transform: translateZ(0) scale(1) !important;
}

.activities .label{ align-items: center; }

.activities-split{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:26px;
}

.activities-left{ display:grid; gap:26px; align-content:start; }
.company-card{
  display:grid; grid-template-columns:140px 1fr; gap:18px;
  background:linear-gradient(180deg,#0a1730 0%, #061123 100%);
  border:1px solid rgba(18,36,61,.8);
  border-radius:24px;
  box-shadow:var(--shadow);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  cursor:pointer; isolation:isolate; position:relative;
}
.company-card:hover{ transform:translateY(-3px); box-shadow:0 24px 80px rgba(0,0,0,.6); border-color:rgba(212,175,55,.35) }
.company-card:focus-visible{ outline:2px solid var(--gold-2); outline-offset:4px; border-radius:18px }

.company-media{ margin:0; position:relative; overflow:hidden; border-radius:22px; }
.company-media img{ width:100%; height:100%; object-fit:cover; display:block; filter:brightness(.95) contrast(1.04) }
.company-copy{ padding:18px 18px 18px 0 }
.company-title{ margin:.2rem 0 .2rem; font-weight:800; letter-spacing:-.01em }
.company-sub{ color:#c9d6f3; opacity:.92; margin:0 0 12px }
.company-cta .btn{ padding:10px 14px }

.activities-right{ display:grid; gap:26px; align-content:start; }

.panel{ overflow:hidden; border-radius:24px; }
.panel-cta{ margin-top:14px }

.panel-head{ display:flex; align-items:center; gap:12px; margin-bottom:12px }
.panel-head .back{
  width:44px; height:44px; border-radius:50%; border:2px solid var(--gold);
  background:rgba(3,10,20,.55); color:var(--gold); box-shadow:0 0 0 2px rgba(212,175,55,.08) inset, 0 0 16px rgba(212,175,55,.16);
}
.panel-head .back:hover{ transform:scale(1.05); background:rgba(3,10,20,.8); border-color:var(--gold-2) }

.subs-grid{
  display:grid; grid-template-columns:repeat(2,1fr); gap:18px;
}
@media (max-width:900px){
  .activities-split{ grid-template-columns:1fr; }
  .company-card{ grid-template-columns:110px 1fr; }
  .subs-grid{ grid-template-columns:1fr; }
}

#activities.is-group-open .group-panel{
  animation: slideToLeft .45s ease both;
}
#activities.is-group-open .subs-panel-enter,
#activities.is-group-open .subsidiaries-panel{
  animation: fadeSlideIn .45s ease .05s both;
}

.subsidiaries-panel[hidden]{ display:none; }

@keyframes slideToLeft{
  0%{ transform: translateX(14px); opacity:.0 }
  100%{ transform: none; opacity:1 }
}
@keyframes fadeSlideIn{
  0%{ transform: translateY(10px); opacity:0 }
  100%{ transform: none; opacity:1 }
}

.company-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
  margin-bottom: 26px;
}

.company-media,
.company-detail { display:flex; flex-direction:column; height:100%; }

.media-figure { margin:0; position:relative; height:100%; }
.media-figure img{ width:100%; height:100%; object-fit:cover; display:block; }

.company-title{ margin:.2rem 0 .4rem; font-weight:800; }

.detail-desc[hidden],
.detail-subs[hidden] { display:none; }

.detail-subs{ 
  animation: fadeIn .28s ease both;
}

.detail-head{ display:flex; align-items:center; gap:12px; margin-bottom:10px; }

.subs-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.subs-card{ overflow:hidden; }
.subs-figure{ margin:0; height:140px; overflow:hidden; }
.subs-figure img{ width:100%; height:100%; object-fit:cover; display:block; }

.detail-actions{ display:flex; align-items:center; gap:12px; }
.detail-actions .spacer{ flex:1; }

@media (max-width: 900px){
  .company-row{ grid-template-columns: 1fr; }
}
@keyframes fadeIn{
  from{ opacity:0; transform: translateY(6px); }
  to{ opacity:1; transform:none; }
}
:root{ --company-h: 320px; } 

.company-wrap.card{ padding:0 } 
.company-grid{
  display:grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap:0;
}
.company-grid > .company-media{ border-right:1px solid rgba(18,36,61,.6); }
.company-grid > .company-detail{ min-height: var(--company-h); display:flex; flex-direction:column; }

.company-media .media-figure{ margin:0; height: var(--company-h); }
.company-media .media-figure img{ width:100%; height:100%; object-fit:cover; display:block; }
.company-media .corner{
  position:absolute; top:12px; left:12px; z-index:3;
  padding:.35rem .6rem; border:1.5px solid currentColor; border-radius:10px;
  font-weight:700; line-height:1; color:#f0f6ff;
  background:rgba(5,12,22,.55); backdrop-filter:blur(6px); pointer-events:none;
}

.company-wrap.is-open .company-media .media-figure{ height: var(--company-h); }

.company-detail .detail-desc[hidden],
.company-detail .detail-subs[hidden]{ display:none; }

.detail-actions{ display:flex; align-items:center; gap:12px; }
.detail-actions .spacer{ flex:1 }
.arrow.circle{ position:relative; display:inline-flex; justify-content:center; align-items:center; min-width:48px; min-height:48px; }
.arrow.circle::after{ content:"›"; font-size:26px; line-height:1; transform:translateX(1px); }

.detail-subs{ max-height: var(--company-h); overflow:auto; animation: fadeIn .24s ease both; }
.subs-grid{ display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px; }

.subs-card.card{ display:flex; flex-direction:column; overflow:hidden; }
.subs-card .subs-figure{ margin:0; height:110px; overflow:hidden; }
.subs-card .subs-figure img{ width:100%; height:100%; object-fit:cover; display:block; }

.subs-card .subs-body{
  display:grid; grid-template-columns:1fr auto; align-items:center; gap:10px;
  padding:14px 14px 14px 16px;
}
.subs-card .subs-body h4{ margin:0; font-size:1rem; font-weight:800; letter-spacing:-.01em }
.subs-card .link-arrow{ margin-left:auto; }

@media (max-width: 900px){
  .company-grid{ grid-template-columns:1fr; }
  .company-grid > .company-media{ border-right:0; border-bottom:1px solid rgba(18,36,61,.6); }
  .detail-subs{ max-height:none; }
}

@keyframes fadeIn{ from{opacity:0; transform:translateY(6px)} to{opacity:1; transform:none} }

:root{ --company-photo-h: 320px; }

.company-wrap.card{ padding:0; }
.company-grid{
  display:grid; grid-template-columns:1fr 1fr;
  align-items:stretch; gap:0;
}

.company-grid > .company-media{ border-right:1px solid rgba(18,36,61,.6); }
.company-media .media-figure{ margin:0; height:var(--company-photo-h); }
.company-media .media-figure img{ width:100%; height:100%; object-fit:cover; display:block; }

.company-media .corner{
  position:absolute; top:12px; left:12px; z-index:3;
  padding:.35rem .6rem; border:1.5px solid currentColor; border-radius:10px;
  font-weight:700; line-height:1; color:#f0f6ff;
  background:rgba(5,12,22,.55); backdrop-filter:blur(6px);
  pointer-events:none;
}

.company-grid > .company-detail{ display:flex; flex-direction:column; }

.company-detail .detail-desc[hidden],
.company-detail .detail-subs[hidden]{ display:none; }

.detail-subs{
  max-height: calc(var(--company-photo-h) + 140px);
  overflow:auto;
  animation: fadeIn .24s ease both;
}

.subs-grid{ display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:12px; }
.subs-card.card{ display:flex; flex-direction:column; overflow:hidden; }
.subs-figure{ margin:0; height:110px; overflow:hidden; }
.subs-figure img{ width:100%; height:100%; object-fit:cover; display:block; }
.subs-body{
  display:grid; grid-template-columns:1fr auto; align-items:center; gap:8px;
  padding:12px 12px 12px 14px;
}
.subs-body h4{ margin:0; font-size:1rem; font-weight:800; letter-spacing:-.01em; }

.arrow.circle{
  position:relative; display:inline-flex; justify-content:center; align-items:center;
  min-width:48px; min-height:48px;
}
.arrow.circle::after{ content:"›"; font-size:26px; line-height:1; transform:translateX(1px); }
.link-arrow{ margin-left:auto; }

.company-wrap.is-open{ 
  animation: fadeIn .24s ease both;
}

.detail-actions{ display:flex; align-items:center; gap:12px; }
.detail-actions .spacer{ flex:1; }
.detail-actions .arrow.circle{ margin-left:auto; }

@media (max-width:900px){
  .company-grid{ grid-template-columns:1fr; }
  .company-grid > .company-media{
    border-right:0;
    border-bottom:1px solid rgba(18,36,61,.6);
  }
  .detail-subs{ max-height:none; }
}

@keyframes fadeIn{ from{opacity:0; transform:translateY(6px)} to{opacity:1; transform:none} }


.company-wrap.card { padding: 0; }
.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start; 
}

:root { --company-photo-h: 320px; } 
.company-media .media-figure { margin: 0; height: var(--company-photo-h); }
.company-media .media-figure img { width: 100%; height: 100%; object-fit: cover; display: block; }

.company-media .corner {
  position: absolute; top: 12px; left: 12px; z-index: 3;
  padding: .35rem .6rem; border: 1.5px solid currentColor; border-radius: 10px;
  font-weight: 700; line-height: 1; color: #f0f6ff;
  background: rgba(5,12,22,.55); backdrop-filter: blur(6px);
  pointer-events: none;
}

.detail-subs { 
  max-height: none !important; 
  overflow: visible !important; 
  animation: fadeIn .24s ease both;
}

.subs-grid { 
  display: grid; 
  grid-template-columns: repeat(2, minmax(0,1fr)); 
  gap: 12px; 
}
.subs-card.card { display: flex; flex-direction: column; overflow: hidden; }
.subs-figure { margin: 0; height: 104px; overflow: hidden; }
.subs-figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.subs-body { 
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px;
  padding: 12px 12px 12px 14px;
}
.subs-body h4 { margin: 0; font-size: 1rem; font-weight: 800; letter-spacing: -.01em; }

.arrow.circle {
  position: relative; display: inline-flex; justify-content: center; align-items: center;
  min-width: 48px; min-height: 48px;
}
.arrow.circle::after { content: "›"; font-size: 26px; line-height: 1; transform: translateX(1px); }
.link-arrow { margin-left: auto; }

.company-grid > .company-media { border-right: 1px solid rgba(18,36,61,.6); }
@media (max-width: 900px){
  .company-grid { grid-template-columns: 1fr; }
  .company-grid > .company-media { border-right: 0; border-bottom: 1px solid rgba(18,36,61,.6); }
}

.detail-actions { display: flex; align-items: center; gap: 12px; }
.detail-actions .spacer { flex: 1; }
.detail-actions .arrow.circle { margin-left: auto; }

.company-wrap.is-open { animation: fadeIn .24s ease both; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.detail-head .arrow.circle[data-action="back"]::after{
  content: "‹";             
  transform: translateX(-1px); 
}

.card .btn.btn-gold,
.card .btn.btn-gold:visited{
  color:#fff !important;
  background: linear-gradient(135deg, var(--gold, #D4AF37), var(--gold-2, #E8C766)) !important;
  border-color: rgba(212,175,55,.35) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.35) !important;

  filter: brightness(0.92) saturate(0.92) !important;
}

.card .btn.btn-gold:hover,
.card .btn.btn-gold:focus{
  color:#fff !important;
  filter: brightness(0.96) saturate(0.95) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
}


#activities .company-wrap{
  position: relative;
  overflow: hidden;           
  --mx: 50%;
  --my: 50%;
}

#activities .company-wrap::after{
  content:"";
  position:absolute; inset:-12%;
  pointer-events:none;
  background:
    radial-gradient(280px 210px at var(--mx) var(--my),
      rgba(248,222,142,.38),
      rgba(232,199,102,.18) 40%,
      rgba(232,199,102,0.00) 70%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity .25s ease;
}
#activities .company-wrap.is-hovered::after,
#activities .company-wrap:hover::after{
  opacity:.9;
}

#activities .company-media::after{ display:none !important; }


#activities .company-media{
  perspective: 900px;
  transform-style: preserve-3d;
  --rx: 0deg; --ry: 0deg;
}
#activities .company-media .media-figure{
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

#activities .subs-figure{ position: relative; }
#activities .subs-figure .corner{
  position: absolute;
  top: 10px; left: 10px;
  z-index: 3;
  padding: .35rem .6rem;
  border: 1.5px solid currentColor;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  color: #f0f6ff;
  background: rgba(5,12,22,.55);
  backdrop-filter: blur(6px);
  pointer-events: none; 

}

#activities .subs-figure{
  height: 180px !important;  
}
#activities .subs-figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px){
  #activities .subs-figure{ height: 160px !important; }
}

#activities .company-wrap.card{
  position: relative;
}

#activities .company-wrap.card:hover::after,
#activities .company-wrap.card:focus-within::after{
  background: conic-gradient(from 210deg,
    rgba(212,175,55,.18),
    rgba(212,175,55,.66),
    rgba(232,199,102,0.01),
    rgba(248,222,142,0.01),
    rgba(232,199,102,0.01),
    rgba(212,175,55,.66),
    rgba(212,175,55,.18)
  ) !important;
  opacity: 1 !important;
  transform: scale(1.012);
  filter: saturate(1.12) brightness(1.07);
}

#activities .company-wrap.card:hover,
#activities .company-wrap.card:focus-within{
  border-color: rgba(212,175,55,.50) !important;
  box-shadow:
    0 28px 90px rgba(0,0,0,.62),
    0 0 48px rgba(232,199,102,.32),
    0 0 90px rgba(248,222,142,.22),
    0 0 2px  rgba(212,175,55,.38);
}

#activities .company-wrap.card::before{
  transition: opacity .25s ease, filter .25s ease, background .25s ease;
}
#activities .company-wrap.card:hover::before,
#activities .company-wrap.card:focus-within::before{
  background:
    radial-gradient(120% 140% at 50% -10%, rgba(248,222,142,.18), transparent 60%),
    radial-gradient(120% 140% at 50% 110%, rgba(232,199,102,.16), transparent 60%),
    radial-gradient(90% 90% at 50% 50%, rgba(232,199,102,.12), transparent 72%);
  opacity: .95;
  filter: none;
}


#activities .company-wrap.card,
#activities .company-wrap.card::before,
#activities .company-wrap.card::after{
  border-radius: 0 !important;
  overflow: hidden;
}

#activities .company-media,
#activities .company-media .media-figure,
#activities .company-media .media-figure img{
  border-radius: 0 !important;
}

#activities .company-detail{
  border-radius: 0 !important;
}

#activities .company-wrap .card{
  border-radius: 0 !important;
}

.subs-card { cursor: pointer; }


@media (max-width: 1024px){
  section{
    padding: clamp(36px, 6vw, 90px) clamp(14px, 4.5vw, 42px);
  }
}

@media (max-width: 1024px){
  .hero{
    height: 88svh;           
    min-height: 520px;
  }
  .hero-inner{ padding: 0 12px; }
  .slide img.bg{ transform: none; }
  .slide::after{ opacity: .35; }    
}

@media (max-width: 768px){
  .hero{
    height: 100svh;
    min-height: 500px;
  }
  .slides, .slide{ inset: 0; }
  .slide img.bg{
    -webkit-mask-image: none;
            mask-image: none;    
    border-radius: 0 !important; 
  }
  .hero-controls{ padding: 0 10px; }
  .dots{ bottom: 10px; }
  .hero-title{ font-size: clamp(28px, 7vw, 42px); }
  .hero-sub{   font-size: clamp(15px, 4.2vw, 18px); }
}

@media (max-width: 768px){
  .nav{ height: 64px; }
  .nav .brand__logo{ height: 36px; }
}


@media (max-width: 1024px){
  .activities{ gap: 20px; }
  .tile{ min-height: 300px; }
  .tile::after, .tile .halo{ opacity: .6; } 
}
@media (max-width: 640px){
  .tile{ min-height: 240px; }
  .tile .label{ padding: 18px; }
  .go{ --size: 44px; }
}

:root{ --company-photo-h: 320px; }
@media (max-width: 1024px){
  :root{ --company-photo-h: 280px; }
}
@media (max-width: 768px){
  :root{ --company-photo-h: 220px; }
}

@media (max-width: 900px){
  .company-title{ font-size: clamp(18px, 4.5vw, 22px); }
  .company-sub, .company-copy p{ font-size: clamp(14px, 3.8vw, 16px); }
  .detail-actions .btn{ padding: 10px 14px; }
}

@media (max-width: 900px){
  .subs-grid{ gap: 14px; }
  .subs-card .subs-figure{ height: 120px; }
}
@media (max-width: 640px){
  .subs-card .subs-figure{ height: 110px; }
  .subs-card .subs-body{ padding: 12px 12px 12px 14px; }
}

@media (max-width: 960px){
  #news .section-sub{ margin: 6px auto 18px; }
  .news-grid{ gap: 20px; }
  .card-body{ padding: 24px; }
}

@media (max-width: 960px){
  .card::before, .card::after,
  .tile::after, .tile .halo{
    display: none !important;
    content: none !important;
  }
  .tile{ transform: none !important; box-shadow: 0 12px 40px rgba(0,0,0,.45) !important; }
}

@media (max-width: 1200px){
  .hero{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 100svh;
  }
  .slides, .slide { inset: 0; }
  .slide img.bg{
    width: 100%; height: 100%; object-fit: cover; display: block;
    -webkit-mask-image: none; mask-image: none;
    border-radius: 0 !important; transform: none;
  }
}

section[id], header#home, footer#contact {
  scroll-margin-top: 84px; 
}
