:root{
  --bg:#030912;
  --bg-2:#07111d;
  --bg-3:#0b1828;
  --panel:rgba(10,21,35,.82);
  --panel-2:rgba(8,17,29,.95);
  --glass:rgba(9,18,30,.58);
  --line:rgba(255,255,255,.08);
  --line-2:rgba(255,255,255,.04);
  --gold:#d8a441;
  --gold-2:#f4cb75;
  --gold-3:#fff1cc;
  --gold-soft:rgba(216,164,65,.16);
  --gold-line:rgba(216,164,65,.34);
  --blue:#8fb1ff;
  --text:#dbe6f3;
  --muted:#93a4ba;
  --white:#ffffff;
  --shadow-soft:0 18px 44px rgba(0,0,0,.24);
  --shadow-lg:0 28px 80px rgba(0,0,0,.34);
  --max:1260px;
  --display:"Segoe UI Light","Segoe UI Variable Display","Segoe UI",Arial,sans-serif;
  --sans:"Segoe UI Variable Text","Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font:400 16px/1.68 var(--sans);
  background:
    radial-gradient(circle at 12% 4%,rgba(68,109,196,.15),transparent 18%),
    radial-gradient(circle at 88% 8%,rgba(216,164,65,.10),transparent 22%),
    radial-gradient(circle at 50% 40%,rgba(17,42,80,.08),transparent 30%),
    linear-gradient(180deg,#020811 0%,#04101c 24%,#07111d 56%,#030912 100%);
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;opacity:.35;
  background-image:
    radial-gradient(circle at 20% 12%,rgba(255,255,255,.85) 0 1px,transparent 1.3px),
    radial-gradient(circle at 54% 8%,rgba(255,255,255,.65) 0 1px,transparent 1.3px),
    radial-gradient(circle at 83% 17%,rgba(255,255,255,.6) 0 1px,transparent 1.2px),
    radial-gradient(circle at 11% 56%,rgba(255,255,255,.45) 0 1px,transparent 1.2px),
    radial-gradient(circle at 75% 70%,rgba(255,255,255,.42) 0 1px,transparent 1.2px);
}
img{display:block;max-width:100%;height:auto}
a{color:inherit}button,input,textarea{font:inherit}
.shell{width:min(var(--max),calc(100% - 48px));margin-inline:auto;position:relative;z-index:1}
.skip{position:absolute;left:-9999px;top:8px;background:#fff;color:#000;padding:10px 14px;z-index:1000}.skip:focus{left:8px}
.header{
  position:sticky;top:0;z-index:60;
  background:linear-gradient(180deg,rgba(4,10,18,.30),rgba(4,10,18,.10));
  backdrop-filter:blur(2px);
}
.header:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.03),transparent);
  pointer-events:none;
}
.header__row{
  display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:22px;min-height:84px;
  margin:10px 0;padding:0 18px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(11,20,31,.76),rgba(8,16,28,.58));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 10px 26px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06), 0 0 34px rgba(216,164,65,.08);
  backdrop-filter:blur(24px) saturate(130%);
  position:relative;
  overflow:hidden;
}
.header__row:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(244,203,117,.55),transparent)}
.header__row:after{content:"";position:absolute;left:14%;right:14%;bottom:-22px;height:44px;background:radial-gradient(ellipse at center,rgba(216,164,65,.18),transparent 70%);pointer-events:none}
.logo{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0}.logo img{width:44px;height:51px;filter:drop-shadow(0 0 12px rgba(216,164,65,.10))}
.logo b{display:block;color:#fff;font:300 22px/1 var(--display);letter-spacing:.17em}.logo small{display:block;color:#98a8bc;font-size:10px;letter-spacing:.2em;text-transform:uppercase;margin-top:5px}
.nav{display:flex;justify-content:center;gap:30px}.nav a,.header__contact a{text-decoration:none;color:#ced9e7;font-size:14px;transition:.2s ease}.nav a.active,.nav a:hover,.header__contact a:hover{color:var(--gold-2)}
.header__contact{display:flex;gap:18px;align-items:center}.header__contact a:first-child{padding:11px 16px;border:1px solid rgba(216,164,65,.28);border-radius:999px;background:rgba(255,255,255,.03);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 18px rgba(216,164,65,.06)}
.mobile{display:none}
.hero{position:relative;min-height:760px;overflow:hidden;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.04)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#020912 0%,rgba(2,9,18,.985) 26%,rgba(2,9,18,.72) 49%,rgba(2,9,18,.20) 75%),radial-gradient(circle at 70% 36%,rgba(98,149,255,.18),transparent 28%),radial-gradient(circle at 76% 42%,rgba(216,164,65,.10),transparent 33%)}
.hero:after{content:"";position:absolute;left:-12%;right:-12%;bottom:-70px;height:180px;background:radial-gradient(ellipse at center,rgba(216,164,65,.18),transparent 60%);filter:blur(18px);pointer-events:none}
.stars{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.85) 0 1px,transparent 1.3px);background-size:73px 67px;opacity:.15}.stars--two{background-size:138px 116px;background-position:31px 17px;opacity:.07}
.hero__grid{position:relative;min-height:760px;display:grid;grid-template-columns:45% 55%;align-items:center}.hero__copy{padding:56px 0 54px;position:relative;z-index:4}
.overline{display:block;color:#8eb1e8;text-transform:uppercase;letter-spacing:.26em;font-size:10px;margin-bottom:22px}.overline:before{content:"";display:inline-block;width:26px;height:1px;margin-right:10px;background:#3f72d8;vertical-align:middle}
.hero h1{margin:0;color:var(--white);font:300 clamp(52px,6vw,88px)/.96 var(--display);letter-spacing:-.045em;text-transform:uppercase;text-shadow:0 10px 30px rgba(0,0,0,.28)}.hero h1 em{font-style:normal;color:var(--gold-2)}
.hero__copy>p{max-width:500px;margin:24px 0 30px;color:#c7d4e5;font-size:17px}.hero__buttons{display:flex;gap:12px;flex-wrap:wrap}
.button{height:52px;padding:0 22px;display:inline-flex;align-items:center;gap:17px;text-decoration:none;font-size:13px;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;transition:.22s ease}.button span{font-size:16px}
.button--gold{background:linear-gradient(180deg,#f0c867,#d59e39);color:#06101b;box-shadow:0 14px 35px rgba(216,164,65,.24),0 0 0 1px rgba(255,240,203,.15) inset}.button--gold:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(216,164,65,.30),0 0 24px rgba(216,164,65,.22)}
.button--line{border:1px solid rgba(216,164,65,.40);color:#e4ecf7;background:rgba(4,12,22,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.button--line:hover{transform:translateY(-2px);border-color:rgba(244,203,117,.62);box-shadow:0 0 28px rgba(216,164,65,.12)}
.hero__badge{margin-top:30px;width:148px;height:148px;border-radius:50%;border:1px solid rgba(216,164,65,.50);display:flex;align-items:center;justify-content:center;gap:10px;position:relative;background:radial-gradient(circle,rgba(216,164,65,.10),transparent 62%);box-shadow:0 0 35px rgba(216,164,65,.14), inset 0 0 26px rgba(216,164,65,.05)}.hero__badge:before,.hero__badge:after{content:"";position:absolute;border:1px solid rgba(216,164,65,.18);border-radius:50%;inset:10px}.hero__badge:after{inset:-8px;border-style:dashed;opacity:.65}.hero__badge strong{font:300 44px/1 var(--display);color:var(--gold-2);text-shadow:0 0 20px rgba(216,164,65,.14)}.hero__badge span{color:#e4eaf3;font-size:10px;line-height:1.35;text-transform:uppercase}
.hero__art{position:absolute;right:-2.5%;top:14px;width:64%;height:720px;z-index:1}.hero__art img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.88) contrast(1.03)}.hero__art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,9,18,.36),transparent 18%,transparent 80%,rgba(2,9,18,.20)),linear-gradient(0deg,#020912 0%,transparent 18%)}
.orbit{position:absolute;border:1px solid rgba(216,164,65,.52);border-radius:50%;z-index:2;box-shadow:0 0 18px rgba(216,164,65,.14), inset 0 0 20px rgba(216,164,65,.04)}.orbit--1{width:640px;height:278px;right:28px;top:54px;transform:rotate(20deg)}.orbit--2{width:530px;height:198px;right:95px;top:152px;transform:rotate(-13deg)}
.pulse{position:absolute;width:11px;height:11px;border-radius:50%;background:var(--gold-2);box-shadow:0 0 22px 7px rgba(244,203,117,.36);z-index:3}.pulse--1{right:122px;top:135px}.pulse--2{right:475px;top:308px}
.section{position:relative;padding:60px 0}.section:before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:14px;width:min(var(--max),calc(100% - 48px));height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent)}
.section__head{text-align:center;margin-bottom:30px}.section__head h2{margin:0;color:#fff;font:300 27px/1.1 var(--display);letter-spacing:.05em;text-transform:uppercase}.section__head span{display:block;width:42px;height:2px;background:linear-gradient(90deg,#b6822d,#f1cb79,#b6822d);margin:13px auto 0;box-shadow:0 0 16px rgba(216,164,65,.45)}.section__head:before{content:"";display:block;width:120px;height:50px;margin:0 auto -18px;border-radius:50%;background:radial-gradient(circle,rgba(216,164,65,.12),transparent 70%)}
.services__grid,.benefits__grid,.facts,.timeline,.clients__grid,.contact__grid{position:relative;z-index:1}
.service,.benefits article,.facts div,.timeline article,.clients__grid div,.contact__grid>div{
  position:relative;overflow:hidden;
}
.service::before,.benefits article::before,.facts div::before,.timeline article::before,.clients__grid div::before,.contact__grid>div::before{
  content:"";position:absolute;left:14px;right:14px;top:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(244,203,117,.46),transparent);
}
.service::after,.benefits article::after,.facts div::after,.timeline article::after,.clients__grid div::after,.contact__grid>div::after{
  content:"";position:absolute;inset:1px;border-radius:inherit;pointer-events:none;
  border:1px solid rgba(255,240,203,.04);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.services{padding-top:38px}.services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service{border:1px solid var(--line);background:linear-gradient(180deg,rgba(9,22,37,.94),rgba(4,12,22,.98));border-radius:22px;box-shadow:var(--shadow-soft),0 0 34px rgba(216,164,65,.05);transition:.28s ease}.service:hover{transform:translateY(-5px);border-color:rgba(216,164,65,.34);box-shadow:0 24px 46px rgba(0,0,0,.25),0 0 45px rgba(216,164,65,.10)}
.service>img{width:100%;height:136px;object-fit:cover;filter:saturate(.84) brightness(.74)}
.service__body{padding:20px 18px 22px;position:relative}.icon{width:46px;height:46px;margin-top:-43px;margin-bottom:16px;border-radius:50%;background:linear-gradient(180deg,#081420,#06111d);border:1px solid rgba(216,164,65,.52);display:grid;place-items:center;position:relative;box-shadow:0 8px 22px rgba(0,0,0,.28),0 0 0 5px rgba(216,164,65,.05),0 0 18px rgba(216,164,65,.12)}.icon:before{content:"";position:absolute;inset:-7px;border-radius:50%;background:radial-gradient(circle,rgba(216,164,65,.10),transparent 70%)}
.icon svg,.benefits svg,.facts svg,.timeline svg,.responsibility svg{width:23px;height:23px;fill:none;stroke:var(--gold-2);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:1}
.service h3{margin:0;color:#fff;font-size:16px;font-weight:500;letter-spacing:.01em}.service p{margin:12px 0 0;color:#98a9be;font-size:13px;line-height:1.58}
.benefits{padding-top:32px}.benefits__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.benefits article{padding:20px 14px 22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(8,20,34,.84),rgba(5,13,24,.94));box-shadow:var(--shadow-soft),0 0 30px rgba(216,164,65,.04);text-align:center}.benefits svg{width:40px;height:40px;margin:0 auto 13px;filter:drop-shadow(0 0 10px rgba(216,164,65,.12))}.benefits h3{margin:0;color:var(--gold-2);font-size:12px;font-weight:500;text-transform:uppercase;line-height:1.35}.benefits p{margin:10px 0 0;color:#93a4ba;font-size:11px;line-height:1.55}
.facts{margin-top:20px;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.facts div{min-height:112px;display:flex;align-items:center;justify-content:center;gap:15px;padding:17px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,rgba(8,19,31,.90),rgba(4,12,21,.98));box-shadow:var(--shadow-soft),0 0 26px rgba(216,164,65,.04)}.facts strong{font:300 38px/1 var(--display);color:var(--gold-2);text-shadow:0 0 18px rgba(216,164,65,.12)}.facts svg{width:38px;height:38px;filter:drop-shadow(0 0 10px rgba(216,164,65,.10))}.facts span{color:#e2e9f2;font-size:12px;text-transform:uppercase;line-height:1.45;position:relative;z-index:1}
.facts div:has(.facts__fixed-copy){flex-direction:column;gap:9px;text-align:center}
.facts .facts__fixed-copy{display:block;width:auto;max-width:150px;text-align:center}
.process{padding-top:36px}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;position:relative}.timeline:before{content:"";position:absolute;left:9%;right:9%;top:35px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),var(--gold),transparent);box-shadow:0 0 14px rgba(216,164,65,.42)}.timeline article{padding:18px 18px 20px 80px;min-height:174px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,rgba(8,19,32,.88),rgba(4,12,22,.98));box-shadow:var(--shadow-soft),0 0 30px rgba(216,164,65,.04)}.timeline__icon{position:absolute;left:18px;top:18px;width:54px;height:54px;border-radius:50%;background:#06111e;border:1px solid rgba(216,164,65,.52);display:grid;place-items:center;box-shadow:0 0 28px rgba(216,164,65,.11),0 0 0 5px rgba(216,164,65,.05)}.timeline__icon svg{width:25px;height:25px}.timeline__number{color:var(--gold-2);font-size:20px;margin:0 0 10px}.timeline h3{margin:0;color:#fff;font-size:13px;text-transform:uppercase;line-height:1.4}.timeline p{margin:10px 0 0;color:#93a4ba;font-size:11px;line-height:1.58}
.clients{padding-top:24px}.clients__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.clients__grid div{min-height:78px;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;color:#e6edf6;font-weight:500;font-size:12px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,rgba(7,18,31,.80),rgba(4,12,22,.96));box-shadow:0 14px 30px rgba(0,0,0,.14),0 0 24px rgba(216,164,65,.03)}
.contact{position:relative;margin-top:34px;border-top:1px solid rgba(255,255,255,.05);padding:44px 0 52px;background:linear-gradient(180deg,rgba(4,13,23,.72),rgba(2,9,16,.98))}.contact:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 22%,rgba(216,164,65,.10),transparent 22%),radial-gradient(circle at 8% 80%,rgba(85,122,198,.10),transparent 20%)}
.contact__grid{display:grid;grid-template-columns:1.3fr .9fr .9fr 1fr;gap:24px;align-items:stretch}.contact__grid>div{padding:22px;border:1px solid rgba(255,255,255,.07);border-radius:24px;background:linear-gradient(180deg,rgba(8,19,32,.84),rgba(5,13,23,.98));box-shadow:var(--shadow-soft),0 0 35px rgba(216,164,65,.05)}
.contact__brand{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center}.contact__brand img{width:62px}.contact__brand strong{display:block;font:300 31px/1 var(--display);letter-spacing:.12em;color:#fff}.contact__brand span{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#8091a8}.contact__brand p{grid-column:1/-1;margin:9px 0 0;color:#96a5b8;font-size:12px}.contact__label{display:block;color:var(--gold-2);font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.contact a{text-decoration:none;color:#fff;font-size:14px}.contact p{margin:6px 0;color:#a0aec0;font-size:13px}.contact__phone{font:300 28px/1 var(--display)!important;color:var(--gold-2)!important;text-shadow:0 0 16px rgba(216,164,65,.10)}.responsibility{display:flex;align-items:center;gap:15px}.responsibility svg{width:55px;height:55px;flex:0 0 auto;filter:drop-shadow(0 0 12px rgba(216,164,65,.10))}.responsibility span{font-size:12px;text-transform:uppercase;line-height:1.45;color:#e0e8f2}
@media(max-width:1160px){.header__contact{display:none}.header__row{grid-template-columns:auto 1fr auto}.nav{justify-content:flex-end}.hero__grid{grid-template-columns:1fr}.hero__art{position:absolute;width:78%;opacity:.72}.hero__copy{position:relative;z-index:4}.services__grid{grid-template-columns:repeat(2,1fr)}.benefits__grid{grid-template-columns:repeat(3,1fr)}.facts{grid-template-columns:repeat(3,1fr)}.timeline{grid-template-columns:repeat(2,1fr)}.timeline:before{display:none}.clients__grid{grid-template-columns:repeat(4,1fr)}.contact__grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.shell{width:calc(100% - 28px)}.nav{display:none}.mobile{display:block;justify-self:end;position:relative}.mobile summary{cursor:pointer;list-style:none;border:1px solid rgba(216,164,65,.35);padding:9px 13px;border-radius:999px;color:#fff;background:rgba(255,255,255,.02)}.mobile summary::-webkit-details-marker{display:none}.mobile nav{position:absolute;right:0;top:54px;width:224px;background:#06111e;border:1px solid rgba(216,164,65,.3);padding:8px;border-radius:16px;box-shadow:0 18px 42px rgba(0,0,0,.35);z-index:20}.mobile nav a{display:block;text-decoration:none;padding:10px;border-bottom:1px solid rgba(255,255,255,.06)}.hero{min-height:auto}.hero__grid{min-height:630px}.hero__art{right:-42%;width:146%;height:620px;opacity:.48}.hero__copy{padding-top:54px}.hero h1{font-size:43px}.hero__copy>p{font-size:15px}.hero__buttons{flex-direction:column;align-items:flex-start}.hero__badge{width:118px;height:118px}.hero__badge strong{font-size:34px}.services__grid,.benefits__grid,.facts,.timeline,.clients__grid,.contact__grid{grid-template-columns:1fr}.timeline article{padding-left:80px}.section{padding:44px 0}.contact__brand strong{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
:root{
  --lux-gold:#e2ad47;
  --lux-gold-bright:#ffe09a;
  --lux-gold-dim:rgba(226,173,71,.16);
  --lux-blue:rgba(83,137,255,.16);
}
.header{background:rgba(2,8,15,.16);backdrop-filter:blur(30px) saturate(155%)}
.header__row{
  min-height:86px;
  background:
    linear-gradient(180deg,rgba(14,24,38,.70),rgba(6,13,23,.48)) padding-box,
    linear-gradient(115deg,rgba(255,224,154,.52),rgba(255,255,255,.07) 26%,rgba(255,255,255,.02) 58%,rgba(226,173,71,.34)) border-box;
  border:1px solid transparent;
  box-shadow:
    0 18px 50px rgba(0,0,0,.34),
    0 0 55px rgba(226,173,71,.10),
    inset 0 1px 0 rgba(255,255,255,.09),
    inset 0 -1px 0 rgba(226,173,71,.06);
}
.header__row:before{
  left:8%;right:8%;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,224,154,.8),transparent);
  box-shadow:0 0 20px rgba(226,173,71,.35)
}
.header__row:after{left:20%;right:20%;bottom:-30px;height:58px;filter:blur(4px);opacity:.95}
.logo img{filter:drop-shadow(0 0 16px rgba(226,173,71,.20))}
.nav a{position:relative}
.nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:-12px;height:1px;background:linear-gradient(90deg,transparent,var(--lux-gold-bright),transparent);box-shadow:0 0 12px rgba(226,173,71,.5);transition:.25s ease}
.nav a:hover:after,.nav a.active:after{left:4%;right:4%}
.hero:after{height:220px;bottom:-86px;background:radial-gradient(ellipse at center,rgba(226,173,71,.28),transparent 62%);filter:blur(22px)}
.hero__copy:before{
  content:"";position:absolute;left:-28px;top:28px;bottom:38px;width:1px;
  background:linear-gradient(180deg,transparent,rgba(255,224,154,.55),transparent);
  box-shadow:0 0 18px rgba(226,173,71,.30)
}
.hero h1{filter:drop-shadow(0 18px 34px rgba(0,0,0,.25))}
.hero h1 em{text-shadow:0 0 30px rgba(226,173,71,.16)}
.hero__badge{box-shadow:0 0 48px rgba(226,173,71,.20),inset 0 0 34px rgba(226,173,71,.08)}
.orbit{animation:orbitBreath 7s ease-in-out infinite;box-shadow:0 0 24px rgba(226,173,71,.22),inset 0 0 24px rgba(226,173,71,.05)}
.orbit--2{animation-delay:-2.3s}
.pulse{animation:pulseLux 2.8s ease-in-out infinite}
.pulse--2{animation-delay:-1.4s}
.button--gold{position:relative;overflow:hidden}
.button--gold:before{content:"";position:absolute;inset:-30% auto -30% -45%;width:35%;transform:skewX(-24deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:buttonShine 4.8s ease-in-out infinite}
.section>.shell{
  padding:36px 34px 38px;
  border-radius:34px;
  border:1px solid transparent;
  background:
    linear-gradient(180deg,rgba(10,21,35,.82),rgba(4,12,22,.94)) padding-box,
    linear-gradient(125deg,rgba(255,224,154,.46),rgba(255,255,255,.08) 22%,rgba(255,255,255,.025) 52%,rgba(226,173,71,.26) 82%,rgba(255,224,154,.40)) border-box;
  box-shadow:
    0 34px 86px rgba(0,0,0,.30),
    0 0 70px rgba(226,173,71,.075),
    inset 0 1px 0 rgba(255,255,255,.055),
    inset 0 -1px 0 rgba(226,173,71,.045);
  overflow:hidden;
}
.section>.shell:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(circle at 8% 0%,rgba(226,173,71,.13),transparent 22%),
    radial-gradient(circle at 92% 100%,rgba(79,132,255,.10),transparent 24%);
}
.section>.shell:after{
  content:"";position:absolute;inset:12px;pointer-events:none;opacity:.8;
  background:
    linear-gradient(var(--lux-gold-bright),var(--lux-gold-bright)) top left/74px 1px no-repeat,
    linear-gradient(var(--lux-gold-bright),var(--lux-gold-bright)) top left/1px 74px no-repeat,
    linear-gradient(var(--lux-gold),var(--lux-gold)) bottom right/74px 1px no-repeat,
    linear-gradient(var(--lux-gold),var(--lux-gold)) bottom right/1px 74px no-repeat;
  filter:drop-shadow(0 0 8px rgba(226,173,71,.24));
}
.section__head{position:relative;z-index:2}
.section__head h2{text-shadow:0 8px 30px rgba(0,0,0,.22)}
.section__head:before{width:170px;height:68px;margin-bottom:-26px;background:radial-gradient(circle,rgba(226,173,71,.20),transparent 70%);filter:blur(2px)}
.section__head span{width:58px;box-shadow:0 0 22px rgba(226,173,71,.62)}
.service,.benefits article,.facts div,.timeline article,.clients__grid div,.contact__grid>div{
  border:1px solid transparent;
  background:
    linear-gradient(180deg,rgba(10,23,39,.94),rgba(4,12,22,.985)) padding-box,
    linear-gradient(135deg,rgba(255,224,154,.46),rgba(255,255,255,.06) 28%,rgba(255,255,255,.018) 57%,rgba(226,173,71,.26)) border-box;
  box-shadow:
    0 20px 48px rgba(0,0,0,.30),
    0 0 34px rgba(226,173,71,.075),
    inset 0 1px 0 rgba(255,255,255,.055),
    inset 0 -1px 0 rgba(226,173,71,.035);
}
.service:before,.benefits article:before,.facts div:before,.timeline article:before,.clients__grid div:before,.contact__grid>div:before{
  left:13%;right:13%;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,224,154,.78),transparent);
  box-shadow:0 0 16px rgba(226,173,71,.36)
}
.service:after,.benefits article:after,.facts div:after,.timeline article:after,.clients__grid div:after,.contact__grid>div:after{
  content:"";position:absolute;left:12%;right:12%;bottom:-34px;height:70px;border:0;
  background:radial-gradient(ellipse at center,rgba(226,173,71,.26),transparent 70%);
  box-shadow:none;opacity:.85;pointer-events:none;
}
.service:hover,.benefits article:hover,.facts div:hover,.timeline article:hover,.clients__grid div:hover{
  transform:translateY(-5px);
  border-color:transparent;
  background:
    linear-gradient(180deg,rgba(14,29,48,.96),rgba(5,14,25,.99)) padding-box,
    linear-gradient(135deg,rgba(255,229,171,.72),rgba(255,255,255,.10) 30%,rgba(226,173,71,.48)) border-box;
  box-shadow:0 28px 60px rgba(0,0,0,.34),0 0 54px rgba(226,173,71,.16),inset 0 1px 0 rgba(255,255,255,.08)
}
.service,.benefits article,.facts div,.timeline article,.clients__grid div{transition:transform .28s ease,box-shadow .28s ease,background .28s ease}
.service>img{height:146px;filter:saturate(.86) brightness(.68) contrast(1.04)}
.service__body:before{content:"";position:absolute;left:0;right:0;top:-20px;height:36px;background:linear-gradient(180deg,transparent,rgba(4,12,22,.98));pointer-events:none}
.icon{box-shadow:0 10px 24px rgba(0,0,0,.30),0 0 0 6px rgba(226,173,71,.06),0 0 26px rgba(226,173,71,.22)}
.icon:after{content:"";position:absolute;inset:-13px;border-radius:50%;border:1px solid rgba(226,173,71,.11)}
.benefits article{min-height:196px;padding-top:24px}
.benefits svg{filter:drop-shadow(0 0 14px rgba(226,173,71,.23))}
.facts div{min-height:122px}
.facts strong{font-size:42px;text-shadow:0 0 24px rgba(226,173,71,.22)}
.facts svg{filter:drop-shadow(0 0 14px rgba(226,173,71,.20))}
.timeline:before{height:2px;top:44px;background:linear-gradient(90deg,transparent,rgba(226,173,71,.35),var(--lux-gold-bright),rgba(226,173,71,.35),transparent);box-shadow:0 0 24px rgba(226,173,71,.45)}
.timeline article{min-height:186px;padding-top:24px}
.timeline__icon{top:20px;box-shadow:0 0 34px rgba(226,173,71,.22),0 0 0 7px rgba(226,173,71,.055),inset 0 0 16px rgba(226,173,71,.04)}
.timeline__number{font-size:22px;text-shadow:0 0 18px rgba(226,173,71,.22)}
.clients__grid div{min-height:82px}
.clients__grid div:before{left:20%;right:20%}
.clients__grid div:hover{color:var(--gold-3)}
.contact{padding-top:54px}
.contact__grid>div{
  border-radius:26px;
  box-shadow:0 24px 60px rgba(0,0,0,.34),0 0 45px rgba(226,173,71,.09),inset 0 1px 0 rgba(255,255,255,.055)
}
.contact__grid>div:first-child{background:
  linear-gradient(180deg,rgba(13,27,45,.95),rgba(5,13,23,.99)) padding-box,
  linear-gradient(135deg,rgba(255,224,154,.58),rgba(255,255,255,.07),rgba(226,173,71,.30)) border-box
}
.contact__phone{text-shadow:0 0 24px rgba(226,173,71,.22)!important}
@keyframes orbitBreath{0%,100%{opacity:.72;filter:brightness(.9)}50%{opacity:1;filter:brightness(1.18)}}
@keyframes pulseLux{0%,100%{transform:scale(.82);box-shadow:0 0 18px 5px rgba(244,203,117,.26)}50%{transform:scale(1.18);box-shadow:0 0 30px 10px rgba(244,203,117,.48)}}
@keyframes buttonShine{0%,68%{left:-45%}85%,100%{left:125%}}
@media(max-width:1160px){
  .section>.shell{padding:32px 28px 34px}
}
@media(max-width:760px){
  .header__row{margin:8px 0;padding:0 14px;border-radius:18px}
  .section>.shell{padding:28px 18px 30px;border-radius:26px}
  .section>.shell:after{inset:9px;background-size:46px 1px,1px 46px,46px 1px,1px 46px}
  .hero__copy:before{display:none}
  .service>img{height:150px}
}
@media(prefers-reduced-motion:reduce){
  .orbit,.pulse,.button--gold:before{animation:none}
}
:root{
  --bg:#071522;
  --bg-2:#0a1a2a;
  --bg-3:#10243a;
  --panel:rgba(15,31,50,.88);
  --panel-2:rgba(10,23,38,.96);
  --text:#e3ebf5;
  --muted:#a7b5c8;
  --max:1220px;
}
body{
  background:
    radial-gradient(circle at 12% 2%,rgba(76,128,219,.20),transparent 21%),
    radial-gradient(circle at 88% 7%,rgba(226,173,71,.14),transparent 23%),
    radial-gradient(circle at 48% 44%,rgba(47,90,154,.11),transparent 34%),
    linear-gradient(180deg,#071522 0%,#0a1a2a 30%,#0d2034 63%,#081725 100%);
}
body:after{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;
  background:linear-gradient(90deg,rgba(255,255,255,.012),transparent 35%,rgba(255,255,255,.009) 68%,transparent);
}
.shell{width:min(var(--max),calc(100% - 44px))}
.header__row{min-height:72px;margin:8px 0;padding:0 16px;border-radius:20px;gap:20px}
.logo img{width:39px;height:46px}.logo b{font-size:20px}.logo small{font-size:9px}
.nav{gap:25px}.nav a,.header__contact a{font-size:13px}.header__contact{gap:14px}.header__contact a:first-child{padding:9px 14px}
.hero{min-height:660px;padding-bottom:12px}
.hero__grid{min-height:660px;grid-template-columns:44% 56%}
.hero__copy{padding:34px 0 32px}
.hero h1{font-size:clamp(48px,5.35vw,76px);line-height:.98}
.hero__copy>p{max-width:485px;margin:20px 0 24px;font-size:16px;line-height:1.64}
.overline{margin-bottom:17px}
.button{height:47px;padding:0 20px}
.hero__badge{width:126px;height:126px;margin-top:23px}.hero__badge strong{font-size:38px}.hero__badge span{font-size:9px}
.hero__art{top:0;height:650px;width:62%}
.orbit--1{width:590px;height:250px;top:46px}.orbit--2{width:475px;height:175px;top:143px}
.pulse--1{top:122px}.pulse--2{top:283px;right:440px}
.section{padding:42px 0}
.section:before{top:9px;width:min(var(--max),calc(100% - 44px))}
.section>.shell{padding:27px 27px 29px;border-radius:30px}
.section>.shell:after{inset:10px;background-size:60px 1px,1px 60px,60px 1px,1px 60px}
.section__head{margin-bottom:22px}.section__head:before{height:44px;margin-bottom:-17px}.section__head h2{font-size:24px}.section__head span{margin-top:10px}
.services{padding-top:30px}.services__grid{gap:14px;align-items:stretch}
.service{display:flex;flex-direction:column;border-radius:19px;min-height:302px}
.service>img{height:118px;flex:0 0 auto}
.service__body{display:flex;flex-direction:column;flex:1;padding:17px 17px 19px}
.service h3{font-size:15px;line-height:1.35}.service p{font-size:12.5px;line-height:1.52}
.icon{width:42px;height:42px;margin-top:-38px;margin-bottom:13px}
.benefits{padding-top:26px}.benefits__grid{gap:11px;align-items:stretch}
.benefits article{min-height:164px;padding:17px 12px 18px;border-radius:15px;display:flex;flex-direction:column;align-items:center}
.benefits svg{width:35px;height:35px;margin-bottom:10px}.benefits h3{font-size:11px}.benefits p{font-size:10.5px;line-height:1.48}
.facts{margin-top:15px;gap:11px;align-items:stretch}.facts div{min-height:94px;padding:14px;border-radius:16px}.facts strong{font-size:34px}.facts svg{width:33px;height:33px}.facts span{font-size:11px}
.process{padding-top:28px}.timeline{gap:15px;align-items:stretch}.timeline:before{top:37px}
.timeline article{min-height:148px;padding:15px 15px 16px 70px;border-radius:18px;display:flex;flex-direction:column}
.timeline__icon{left:14px;top:14px;width:48px;height:48px}.timeline__icon svg{width:22px;height:22px}
.timeline__number{font-size:18px;margin:0 0 7px}.timeline h3{font-size:12px}.timeline p{font-size:10.5px;line-height:1.5;margin-top:7px}
.clients{padding-top:18px}.clients__grid{gap:9px;align-items:stretch}.clients__grid div{min-height:64px;padding:9px 10px;border-radius:13px;font-size:11px;line-height:1.35}
.contact{margin-top:22px;padding:34px 0 38px}.contact__grid{gap:17px;align-items:stretch}
.contact__grid>div{padding:18px;border-radius:19px;display:flex;flex-direction:column;justify-content:center}
.contact__brand{display:grid!important;grid-template-columns:auto 1fr!important}.contact__brand img{width:54px}.contact__brand strong{font-size:27px}.contact__brand p{font-size:11px}.contact__label{margin-bottom:7px}.contact p{font-size:12px}.contact__phone{font-size:24px!important}.responsibility svg{width:48px;height:48px}.responsibility span{font-size:11px}
.services__grid,.benefits__grid,.facts,.timeline,.clients__grid{grid-auto-rows:1fr}
.service,.benefits article,.facts div,.timeline article,.clients__grid div{height:100%}
@media(max-width:1160px){
  .hero__grid{min-height:620px}.hero{min-height:620px}.hero__art{height:620px}
  .section>.shell{padding:25px 23px 27px}
}
@media(max-width:760px){
  .shell{width:calc(100% - 26px)}
  .header__row{min-height:64px;padding:0 12px}
  .hero,.hero__grid{min-height:580px}.hero__copy{padding-top:36px}.hero h1{font-size:41px}.hero__art{height:580px}
  .section{padding:34px 0}.section>.shell{padding:23px 15px 25px;border-radius:23px}
  .section>.shell:after{inset:8px;background-size:40px 1px,1px 40px,40px 1px,1px 40px}
  .section__head h2{font-size:22px}
  .service{min-height:0}.service>img{height:142px}
  .benefits article,.facts div,.timeline article,.clients__grid div{min-height:0}
  .contact{padding:28px 0 32px}
}
:root{
  --bg:#0c2033;
  --bg-2:#102a43;
  --bg-3:#14324f;
  --panel:rgba(19,43,68,.88);
  --panel-2:rgba(12,32,52,.96);
  --text:#edf3fa;
  --muted:#b2bfd0;
}
body{
  background:
    radial-gradient(circle at 10% 0%,rgba(92,147,238,.24),transparent 24%),
    radial-gradient(circle at 90% 6%,rgba(231,184,83,.18),transparent 25%),
    radial-gradient(circle at 50% 42%,rgba(70,122,194,.13),transparent 36%),
    linear-gradient(180deg,#0b1e31 0%,#102a43 30%,#13304b 62%,#0d2439 100%);
}
body:before{opacity:.19}
body:after{
  background:
    linear-gradient(90deg,rgba(255,255,255,.018),transparent 32%,rgba(255,255,255,.014) 68%,transparent),
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.016),transparent 48%);
}
.header{
  background:linear-gradient(180deg,rgba(10,27,44,.42),rgba(9,23,38,.16));
  backdrop-filter:blur(20px) saturate(150%);
  padding:1px 0;
}
.header:before{
  background:
    radial-gradient(circle at 13% 50%,rgba(226,173,71,.10),transparent 18%),
    radial-gradient(circle at 86% 50%,rgba(94,145,234,.10),transparent 19%);
}
.header__row{
  min-height:70px;
  margin:9px auto;
  padding:0 13px 0 17px;
  border-radius:23px;
  background:
    linear-gradient(180deg,rgba(30,52,76,.84),rgba(15,34,55,.72)) padding-box,
    linear-gradient(115deg,rgba(255,231,178,.65),rgba(255,255,255,.13) 24%,rgba(255,255,255,.035) 55%,rgba(226,173,71,.44)) border-box;
  border:1px solid transparent;
  box-shadow:
    0 14px 36px rgba(0,0,0,.22),
    0 0 48px rgba(226,173,71,.12),
    inset 0 1px 0 rgba(255,255,255,.14),
    inset 0 -1px 0 rgba(87,137,216,.09);
}
.header__row:before{
  left:5%;right:5%;
  background:linear-gradient(90deg,transparent,rgba(255,233,188,.92),rgba(255,255,255,.24),rgba(255,233,188,.72),transparent);
  box-shadow:0 0 22px rgba(226,173,71,.42);
}
.header__row:after{
  left:24%;right:24%;bottom:-25px;height:50px;
  background:radial-gradient(ellipse at center,rgba(226,173,71,.22),transparent 72%);
  filter:blur(5px);
}
.logo{padding:3px 8px 3px 2px;border-radius:16px}
.logo img{width:41px;height:47px;filter:drop-shadow(0 0 18px rgba(226,173,71,.22))}
.logo b{font-size:21px;color:#fff8e8;text-shadow:0 0 20px rgba(226,173,71,.10)}
.logo small{color:#b7c4d3}
.nav{
  justify-self:center;
  gap:5px;
  padding:5px;
  border-radius:999px;
  background:rgba(8,23,39,.38);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 24px rgba(0,0,0,.10);
}
.nav a{
  padding:8px 12px;
  border-radius:999px;
  color:#d7e2ee;
  font-size:12.5px;
}
.nav a:after{display:none}
.nav a:hover,.nav a.active{
  color:#fff6df;
  background:linear-gradient(180deg,rgba(226,173,71,.20),rgba(226,173,71,.08));
  box-shadow:inset 0 0 0 1px rgba(244,203,117,.22),0 0 18px rgba(226,173,71,.10);
}
.header__contact{gap:8px}
.header__contact a{font-size:12px;color:#cbd7e4}
.header__contact a:first-child{
  padding:10px 15px;
  color:#fff4d8;
  border:1px solid transparent;
  background:
    linear-gradient(180deg,rgba(41,56,71,.90),rgba(20,35,51,.92)) padding-box,
    linear-gradient(120deg,rgba(255,229,170,.55),rgba(226,173,71,.26)) border-box;
  box-shadow:0 8px 20px rgba(0,0,0,.18),0 0 22px rgba(226,173,71,.09),inset 0 1px 0 rgba(255,255,255,.08);
}
.header__contact a:last-child{padding:8px 4px}
.hero:before{
  background:
    linear-gradient(90deg,#081a2b 0%,rgba(8,26,43,.97) 26%,rgba(8,24,40,.68) 50%,rgba(8,24,40,.15) 76%),
    radial-gradient(circle at 70% 36%,rgba(113,167,255,.22),transparent 30%),
    radial-gradient(circle at 76% 42%,rgba(226,173,71,.14),transparent 34%);
}
.hero__copy>p{color:#d6e1ec}
.hero__art:after{
  background:
    linear-gradient(90deg,rgba(8,26,43,.42),transparent 18%,transparent 80%,rgba(8,24,40,.15)),
    linear-gradient(0deg,#081a2b 0%,transparent 20%);
}
.section>.shell{
  background:
    linear-gradient(180deg,rgba(22,49,76,.90),rgba(12,32,52,.93)) padding-box,
    linear-gradient(125deg,rgba(255,228,171,.56),rgba(255,255,255,.12) 22%,rgba(255,255,255,.035) 54%,rgba(226,173,71,.34) 82%,rgba(255,228,171,.46)) border-box;
  box-shadow:
    0 28px 70px rgba(0,0,0,.22),
    0 0 70px rgba(226,173,71,.09),
    inset 0 1px 0 rgba(255,255,255,.09),
    inset 0 -1px 0 rgba(104,154,229,.07);
}
.services>.shell:before{
  background:radial-gradient(circle at 5% 0%,rgba(226,173,71,.18),transparent 24%),radial-gradient(circle at 96% 100%,rgba(91,145,226,.15),transparent 27%);
}
.benefits>.shell:before{
  background:radial-gradient(circle at 90% 0%,rgba(226,173,71,.14),transparent 25%),radial-gradient(circle at 6% 100%,rgba(91,145,226,.14),transparent 27%);
}
.process>.shell:before{
  background:radial-gradient(circle at 50% 0%,rgba(226,173,71,.16),transparent 28%),radial-gradient(circle at 50% 100%,rgba(91,145,226,.10),transparent 30%);
}
.clients>.shell:before{
  background:radial-gradient(circle at 12% 0%,rgba(91,145,226,.14),transparent 25%),radial-gradient(circle at 88% 100%,rgba(226,173,71,.13),transparent 26%);
}
.service,.benefits article,.facts div,.timeline article,.clients__grid div,.contact__grid>div{
  background:
    linear-gradient(180deg,rgba(24,50,77,.95),rgba(12,31,51,.98)) padding-box,
    linear-gradient(135deg,rgba(255,229,173,.55),rgba(255,255,255,.10) 28%,rgba(255,255,255,.025) 58%,rgba(226,173,71,.36)) border-box;
  box-shadow:
    0 18px 44px rgba(0,0,0,.23),
    0 0 36px rgba(226,173,71,.08),
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -1px 0 rgba(102,155,234,.05);
}
.service:after,.benefits article:after,.facts div:after,.timeline article:after,.clients__grid div:after,.contact__grid>div:after{
  bottom:-28px;height:62px;
  background:radial-gradient(ellipse at center,rgba(226,173,71,.30),transparent 70%);
  opacity:.9;
}
.service:hover,.benefits article:hover,.facts div:hover,.timeline article:hover,.clients__grid div:hover{
  background:
    linear-gradient(180deg,rgba(31,61,92,.98),rgba(14,36,58,.99)) padding-box,
    linear-gradient(135deg,rgba(255,236,196,.78),rgba(255,255,255,.15) 30%,rgba(226,173,71,.55)) border-box;
  box-shadow:0 24px 56px rgba(0,0,0,.28),0 0 58px rgba(226,173,71,.18),inset 0 1px 0 rgba(255,255,255,.12);
}
.service>img{filter:saturate(.90) brightness(.76) contrast(1.03)}
.service p,.benefits p,.timeline p{color:#b9c5d4}
.clients__grid div{color:#f2f6fa}
.facts span{color:#f1f5fa}
.contact{
  background:
    radial-gradient(circle at 82% 22%,rgba(226,173,71,.14),transparent 24%),
    radial-gradient(circle at 8% 80%,rgba(95,149,232,.14),transparent 22%),
    linear-gradient(180deg,rgba(14,35,56,.84),rgba(8,25,41,.96));
}
.contact:before{opacity:.75}
.contact__grid>div{
  background:
    linear-gradient(180deg,rgba(25,50,76,.92),rgba(13,32,52,.98)) padding-box,
    linear-gradient(135deg,rgba(255,229,173,.58),rgba(255,255,255,.11),rgba(226,173,71,.36)) border-box;
}
.contact p,.contact__brand p{color:#bdc9d7}
@media(max-width:1160px){
  .nav{gap:2px}.nav a{padding:8px 9px}
}
@media(max-width:760px){
  .header{backdrop-filter:blur(18px) saturate(145%)}
  .header__row{min-height:62px;margin:7px auto;padding:0 11px;border-radius:18px}
  .logo img{width:36px;height:42px}.logo b{font-size:18px}.logo small{font-size:8px}
  .mobile summary{background:rgba(21,45,70,.72);border-color:rgba(244,203,117,.42);box-shadow:0 0 18px rgba(226,173,71,.08)}
}
.header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,rgba(216,164,65,0),rgba(244,203,117,.98) 18%,rgba(255,224,154,1) 50%,rgba(244,203,117,.98) 82%,rgba(216,164,65,0));
  box-shadow:0 0 16px rgba(244,203,117,.42),0 0 34px rgba(216,164,65,.22);
  pointer-events:none;
}
.header__row:after{
  left:0;
  right:0;
  bottom:0;
  height:26px;
  background:radial-gradient(ellipse at center,rgba(216,164,65,.18),transparent 72%);
}
.nav a{position:relative;padding-bottom:12px}
.nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,rgba(216,164,65,0),rgba(244,203,117,.95),rgba(216,164,65,0));
  box-shadow:0 0 10px rgba(244,203,117,.28);
  opacity:0;
  transform:scaleX(.55);
  transition:opacity .22s ease, transform .22s ease;
}
.nav a:hover::after,
.nav a.active::after{opacity:1;transform:scaleX(1)}
.header__row,
.header__contact a:first-child,
.mobile summary,
.mobile nav,
.button,
.section>.shell,
.service,
.benefits article,
.facts div,
.timeline article,
.clients__grid div,
.contact__grid>div,
.service>img,
.icon,
.contact__grid>div:first-child,
.contact__grid>div,
.hero__art img{
  border-radius:0 !important;
}
.service::after,
.benefits article::after,
.facts div::after,
.timeline article::after,
.clients__grid div::after,
.contact__grid>div::after,
.section>.shell::after{
  border-radius:0 !important;
}
.mobile nav,
.button--gold,
.button--line,
.header__contact a:first-child{
  border-radius:0 !important;
}
.nav{
  border-radius:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  gap:26px !important;
}
.nav a{
  position:relative;
  padding:10px 4px 12px !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.nav a::before,
.nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,rgba(216,164,65,0),rgba(255,224,154,.98) 50%,rgba(216,164,65,0));
  box-shadow:0 0 12px rgba(244,203,117,.34),0 0 24px rgba(216,164,65,.16);
  opacity:0;
  transform:scaleX(.55);
  transition:opacity .22s ease, transform .22s ease;
}
.nav a::before{top:0;}
.nav a::after{bottom:0;height:2px;}
.nav a:hover,
.nav a.active{
  background:transparent !important;
  box-shadow:none !important;
  color:#fff6df;
}
.nav a:hover::before,
.nav a:hover::after,
.nav a.active::before,
.nav a.active::after{
  opacity:1;
  transform:scaleX(1);
}
.hero--facility{
  min-height:0;
  padding:0;
  isolation:isolate;
  background:#061522;
}
.hero--facility::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(90deg,rgba(4,17,30,.97) 0%,rgba(4,17,30,.88) 28%,rgba(4,17,30,.34) 54%,rgba(4,17,30,.08) 76%,rgba(4,17,30,.30) 100%),
    linear-gradient(180deg,rgba(3,13,24,.30) 0%,transparent 20%,transparent 70%,rgba(5,19,32,.92) 100%),
    radial-gradient(circle at 68% 46%,rgba(226,173,71,.08),transparent 30%),
    radial-gradient(circle at 48% 34%,rgba(80,137,216,.10),transparent 34%);
  pointer-events:none;
}
.hero--facility::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  z-index:6;
  background:linear-gradient(90deg,transparent,rgba(244,203,117,.78),rgba(255,229,169,.96),rgba(244,203,117,.72),transparent);
  box-shadow:0 0 18px rgba(226,173,71,.30);
  pointer-events:none;
}
.hero__facility-bg{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}
.hero__facility-bg picture{display:block;width:100%;height:100%}
.hero__facility-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  filter:saturate(.98) contrast(1.07) brightness(.92);
  transform:scale(1.012);
}
.facility-stage{
  min-height:0;
  z-index:5;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
  gap:13px;
  padding:56px 0 4px;
}
.facility-title{
  position:relative;
  left:auto;
  top:auto;
  width:min(690px,56%);
  padding:22px 30px 27px 27px;
  border-left:2px solid rgba(244,203,117,.78);
  background:linear-gradient(90deg,rgba(6,22,37,.86),rgba(6,22,37,.36) 68%,transparent);
  box-shadow:-24px 0 54px rgba(0,0,0,.20);
}
.facility-title::before,
.facility-title::after{
  content:"";
  position:absolute;
  left:-2px;
  width:82px;
  height:1px;
  background:linear-gradient(90deg,rgba(244,203,117,.95),transparent);
  box-shadow:0 0 12px rgba(226,173,71,.32);
}
.facility-title::before{top:0}
.facility-title::after{bottom:0}
.facility-title .overline{
  margin:0 0 18px;
  color:#b7cce5;
  text-shadow:0 0 18px rgba(98,149,255,.16);
}
.facility-title .overline::before{
  background:linear-gradient(90deg,#527cc4,var(--gold-2));
}
.facility-title h1{
  margin:0;
  max-width:700px;
  color:#fff;
  font:300 clamp(52px,5.8vw,82px)/.94 var(--display);
  letter-spacing:-.05em;
  text-transform:uppercase;
  text-shadow:0 18px 42px rgba(0,0,0,.52),0 0 32px rgba(90,142,218,.08);
}
.facility-title h1 em{
  font-style:normal;
  color:var(--gold-2);
  text-shadow:0 0 28px rgba(226,173,71,.18);
}
.facility-brief{
  position:relative;
  left:auto;
  top:auto;
  bottom:auto;
  width:min(590px,49%);
  padding:21px 23px 23px;
  border:1px solid transparent;
  background:
    linear-gradient(180deg,rgba(11,31,50,.88),rgba(5,19,32,.92)) padding-box,
    linear-gradient(120deg,rgba(255,229,169,.62),rgba(255,255,255,.08) 42%,rgba(226,173,71,.28)) border-box;
  box-shadow:0 22px 54px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.07),0 0 36px rgba(226,173,71,.08);
  backdrop-filter:blur(12px) saturate(125%);
}
.facility-brief::before{
  content:"";
  position:absolute;
  top:12px;
  bottom:12px;
  left:0;
  width:2px;
  background:linear-gradient(180deg,transparent,var(--gold-2),transparent);
  box-shadow:0 0 14px rgba(226,173,71,.34);
}
.facility-brief p{
  max-width:550px;
  margin:0 0 18px;
  color:#d5e0ec;
  font-size:15px;
  line-height:1.62;
  text-shadow:0 3px 14px rgba(0,0,0,.40);
}
.facility-badge{
  position:relative;
  left:auto;
  top:auto;
  right:auto;
  bottom:auto;
  width:232px;
  min-height:124px;
  height:auto;
  display:grid;
  grid-template-columns:auto 1fr;
  align-content:center;
  align-items:center;
  gap:0 12px;
  padding:18px 18px 16px;
  border:1px solid rgba(244,203,117,.54);
  background:
    linear-gradient(135deg,rgba(9,28,46,.88),rgba(4,17,29,.82)),
    repeating-linear-gradient(90deg,transparent 0 13px,rgba(105,158,230,.06) 13px 14px);
  box-shadow:0 24px 56px rgba(0,0,0,.38),0 0 38px rgba(226,173,71,.12),inset 0 0 28px rgba(226,173,71,.04);
  backdrop-filter:blur(10px);
}
.facility-badge::before,
.facility-badge::after{
  content:"";
  position:absolute;
  inset:8px;
  border:1px solid rgba(105,158,230,.12);
  pointer-events:none;
}
.facility-badge::after{
  inset:auto 14px 14px 14px;
  height:22px;
  border:0;
  background:repeating-linear-gradient(90deg,rgba(244,203,117,.72) 0 2px,transparent 2px 9px);
  opacity:.52;
}
.facility-badge strong{
  color:var(--gold-2);
  font:300 50px/1 var(--display);
  text-shadow:0 0 24px rgba(226,173,71,.25);
}
.facility-badge span{
  color:#f0f5fa;
  font-size:10px;
  line-height:1.45;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.facility-badge i{
  grid-column:1/-1;
  display:block;
  width:100%;
  height:1px;
  margin-top:14px;
  background:linear-gradient(90deg,var(--gold-2),rgba(105,158,230,.32),transparent);
  box-shadow:0 0 12px rgba(226,173,71,.24);
}
.facility-hud{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  overflow:hidden;
}
.facility-hud__sweep{
  position:absolute;
  top:0;
  bottom:0;
  left:57%;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(244,203,117,.38),transparent);
  box-shadow:0 0 24px rgba(226,173,71,.20);
  animation:facilitySweep 11s cubic-bezier(.45,0,.55,1) infinite alternate;
  will-change:transform,opacity;
  backface-visibility:hidden;
  transform:translate3d(-22vw,0,0);
}
.facility-hud__sweep::after{
  content:"";
  position:absolute;
  top:42%;
  left:-5px;
  width:11px;
  height:11px;
  border:1px solid rgba(244,203,117,.72);
  background:rgba(4,17,29,.65);
  box-shadow:0 0 18px rgba(226,173,71,.38);
}
.facility-hud__sweep-y{
  position:absolute;
  left:0;
  top:15%;
  width:100%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(244,203,117,.38),transparent);
  box-shadow:0 0 24px rgba(226,173,71,.20);
  animation:facilitySweepY 10.5s cubic-bezier(.45,0,.55,1) infinite alternate;
  will-change:transform,opacity;
  backface-visibility:hidden;
  transform:translate3d(0,-16vh,0);
}
.facility-hud__sweep-y::after{
  content:"";
  position:absolute;
  top:-5px;
  left:calc(50% - 5px);
  width:11px;
  height:11px;
  border:1px solid rgba(244,203,117,.72);
  background:rgba(4,17,29,.65);
  box-shadow:0 0 18px rgba(226,173,71,.38);
}
.facility-hud__reticle{
  position:absolute;
  left:67.5%;
  top:44%;
  width:164px;
  height:116px;
  transform:translate(-50%,-50%);
  border:1px solid rgba(244,203,117,.26);
  background:
    linear-gradient(var(--gold-2),var(--gold-2)) top left/28px 1px no-repeat,
    linear-gradient(var(--gold-2),var(--gold-2)) top left/1px 28px no-repeat,
    linear-gradient(var(--gold-2),var(--gold-2)) top right/28px 1px no-repeat,
    linear-gradient(var(--gold-2),var(--gold-2)) top right/1px 28px no-repeat,
    linear-gradient(var(--gold-2),var(--gold-2)) bottom left/28px 1px no-repeat,
    linear-gradient(var(--gold-2),var(--gold-2)) bottom left/1px 28px no-repeat,
    linear-gradient(var(--gold-2),var(--gold-2)) bottom right/28px 1px no-repeat,
    linear-gradient(var(--gold-2),var(--gold-2)) bottom right/1px 28px no-repeat;
  box-shadow:inset 0 0 26px rgba(226,173,71,.035);
}
.facility-hud__reticle span,
.facility-hud__reticle i{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.facility-hud__reticle span{width:48px;height:48px;border:1px solid rgba(244,203,117,.38);border-radius:50%}
.facility-hud__reticle i{width:84%;height:1px;background:linear-gradient(90deg,transparent,rgba(105,158,230,.42),transparent)}
.facility-hud__reticle i::after{content:"";position:absolute;left:50%;top:-41px;width:1px;height:82px;background:linear-gradient(180deg,transparent,rgba(105,158,230,.42),transparent)}
.facility-hud__panel{
  position:absolute;
  border:1px solid rgba(244,203,117,.25);
  background:rgba(4,17,29,.32);
  box-shadow:inset 0 0 22px rgba(105,158,230,.04),0 0 28px rgba(0,0,0,.16);
}
.facility-hud__panel::before,
.facility-hud__panel::after{content:"";position:absolute;background:var(--gold-2);opacity:.64}
.facility-hud__panel::before{left:-1px;top:-1px;width:28px;height:1px}
.facility-hud__panel::after{left:-1px;top:-1px;width:1px;height:28px}
.facility-hud__panel--matrix{
  right:4.8%;
  top:70px;
  width:190px;
  height:102px;
  padding:16px;
  display:grid;
  gap:8px;
}
.facility-hud__panel--matrix span{
  display:block;
  height:1px;
  background:linear-gradient(90deg,rgba(244,203,117,.74),rgba(174,203,235,.44),transparent);
}
.facility-hud__panel--matrix span:nth-child(2){width:72%}.facility-hud__panel--matrix span:nth-child(3){width:88%}.facility-hud__panel--matrix span:nth-child(4){width:58%}.facility-hud__panel--matrix span:nth-child(5){width:80%}.facility-hud__panel--matrix span:nth-child(6){width:44%}
.facility-hud__panel--bars{
  right:5.2%;
  top:212px;
  width:168px;
  height:92px;
  padding:14px 13px 12px;
  display:flex;
  align-items:flex-end;
  gap:8px;
}
.facility-hud__panel--bars i{
  flex:1;
  min-width:3px;
  height:24%;
  background:linear-gradient(180deg,rgba(244,203,117,.92),rgba(226,173,71,.30));
  box-shadow:0 0 8px rgba(226,173,71,.12);
}
.facility-hud__panel--bars i:nth-child(2){height:58%}.facility-hud__panel--bars i:nth-child(3){height:38%}.facility-hud__panel--bars i:nth-child(4){height:76%}.facility-hud__panel--bars i:nth-child(5){height:50%}.facility-hud__panel--bars i:nth-child(6){height:88%}.facility-hud__panel--bars i:nth-child(7){height:44%}.facility-hud__panel--bars i:nth-child(8){height:67%}
.facility-hud__graph{
  position:absolute;
  right:4.5%;
  top:334px;
  width:214px;
  height:92px;
  padding:8px;
  overflow:visible;
  border:1px solid rgba(244,203,117,.22);
  background:rgba(4,17,29,.28);
}
.facility-hud__graph path:first-child{fill:none;stroke:rgba(244,203,117,.82);stroke-width:1.5;filter:drop-shadow(0 0 5px rgba(226,173,71,.28))}
.facility-hud__graph-grid{fill:none;stroke:rgba(105,158,230,.20);stroke-width:.7}
.facility-hud__graph circle{fill:#f4cb75;filter:drop-shadow(0 0 5px rgba(226,173,71,.32))}
@keyframes facilitySweep{0%{transform:translate3d(-22vw,0,0);opacity:.24}100%{transform:translate3d(18vw,0,0);opacity:.62}}
@keyframes facilitySweepY{0%{transform:translate3d(0,-16vh,0);opacity:.30}100%{transform:translate3d(0,14vh,0);opacity:.72}}
@media(max-width:1160px){
  .hero--facility,.facility-stage{min-height:0}
  .facility-stage{padding:48px 0 4px;gap:12px}
  .facility-title{width:min(700px,64%)}
  .facility-title h1{font-size:clamp(48px,6.4vw,72px)}
  .facility-brief{width:min(600px,56%)}
  .facility-badge{width:214px;min-height:116px;padding:16px}
  .facility-badge strong{font-size:46px}
  .facility-hud__panel--matrix,.facility-hud__panel--bars,.facility-hud__graph{right:2%}
  .facility-hud__sweep-y{left:0;top:17%;width:100%;height:1px}
}
@media(max-width:760px){
  .hero--facility,.facility-stage{min-height:0}
  .hero__facility-bg img{object-position:60% 24%;transform:scale(1.03)}
  .hero--facility::before{
    background:
      linear-gradient(180deg,rgba(4,17,30,.77) 0%,rgba(4,17,30,.36) 34%,rgba(4,17,30,.75) 64%,rgba(4,17,30,.97) 100%),
      linear-gradient(90deg,rgba(4,17,30,.80),rgba(4,17,30,.14) 72%);
  }
  .facility-stage{justify-content:flex-start;gap:10px;padding:20px 0 4px}
  .facility-title{left:auto;top:auto;width:100%;padding:18px 14px 21px 18px}
  .facility-title .overline{margin-bottom:14px;font-size:8.5px;letter-spacing:.18em}
  .facility-title h1{font-size:clamp(40px,12vw,53px);line-height:.96}
  .facility-brief{left:auto;right:auto;bottom:auto;width:100%;padding:18px 17px 19px}
  .facility-brief p{font-size:14px;line-height:1.56;margin-bottom:16px}
  .facility-brief .hero__buttons{gap:9px}
  .facility-brief .button{height:45px;padding:0 16px;font-size:11px}
  .facility-badge{width:144px;min-height:94px;height:auto;padding:12px 12px 10px;gap:0 8px}
  .facility-badge strong{font-size:36px}
  .facility-badge span{font-size:7.4px;letter-spacing:.05em}
  .facility-badge i{margin-top:9px}
  .facility-badge::after{display:none}
  .facility-hud__panel--matrix{left:14px;right:auto;top:265px;width:126px;height:78px;padding:12px;gap:6px;opacity:.72}
  .facility-hud__panel--bars,.facility-hud__graph{display:none}
  .facility-hud__reticle{left:59%;top:51%;width:126px;height:92px;opacity:.64}
  .facility-hud__sweep{left:50%;opacity:.45}
  .facility-hud__sweep-y{left:0;top:18%;width:100%;height:1px;opacity:.45}
}

@media(max-width:380px){
  .hero__facility-bg img{object-position:61% 18%;transform:scale(1.035)}
}
@media(prefers-reduced-motion:reduce){.facility-hud__sweep,.facility-hud__sweep-y{animation:none}}

/* Mobile menu visibility fix — keep header design unchanged */
@media(max-width:760px){
  .mobile nav{
    position:fixed;
    top:76px;
    right:14px;
    z-index:100;
  }
}

/* Scroll-performance tuning for older integrated Intel graphics.
   Keeps the approved design while avoiding expensive live blur repainting. */
body::before,
body::after{
  display:none;
}
.header{
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
  background:linear-gradient(180deg,rgba(10,27,44,.96),rgba(9,23,38,.91)) !important;
  transform:translateZ(0);
  backface-visibility:hidden;
  contain:paint;
}
.header__row{
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
  background:
    linear-gradient(180deg,rgba(30,52,76,.97),rgba(15,34,55,.94)) padding-box,
    linear-gradient(115deg,rgba(255,231,178,.65),rgba(255,255,255,.13) 24%,rgba(255,255,255,.035) 55%,rgba(226,173,71,.44)) border-box !important;
}
.facility-brief,
.facility-badge{
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
}
.hero:after,
.section__head:before,
.header__row:after{
  filter:none !important;
}
.hero,
.section{
  contain:paint;
}
body.is-scrolling .facility-hud__sweep,
body.is-scrolling .facility-hud__sweep-y,
body.is-scrolling .orbit,
body.is-scrolling .pulse,
body.is-scrolling .button--gold:before{
  animation-play-state:paused !important;
}

/* Header phone: frameless illuminated text */
.header__contact a:first-child{
  padding:10px 4px !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#ffe8b0 !important;
  text-shadow:0 0 8px rgba(255,220,139,.42),0 0 20px rgba(226,173,71,.24);
}
.header__contact a:first-child:hover{
  color:#fff6dc !important;
  text-shadow:0 0 10px rgba(255,230,166,.58),0 0 26px rgba(226,173,71,.34);
}

/* Crisper chevron logo: tighter transparent crop and slightly larger header mark. */
.header .logo img{
  width:48px;
  height:57px;
  object-fit:contain;
  image-rendering:auto;
  filter:drop-shadow(0 0 10px rgba(226,173,71,.18));
}
@media(max-width:760px){
  .header .logo img{width:42px;height:50px}
}


/* Lightweight centered footer */
.site-footer{
  border-top:1px solid rgba(226,173,71,.18);
  background:#020913;
  padding:22px 0 20px;
}
.site-footer__inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
}
.site-footer nav{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}
.site-footer a{
  color:#d8e0ea;
  font-size:13px;
  font-weight:400;
  letter-spacing:.04em;
  text-decoration:none;
  transition:color .2s ease,text-shadow .2s ease;
}
.site-footer a:hover,.site-footer a:focus-visible{
  color:#f0c86c;
  text-shadow:0 0 14px rgba(226,173,71,.28);
}
.site-footer p{margin:0;color:#68788b;font-size:11px;letter-spacing:.05em}

/* Privacy policy page */
.privacy-page{min-height:100vh;background:#030b15;color:#d8e0ea}
.privacy-main{padding:128px 0 72px}
.privacy-card{max-width:820px;margin:0 auto;padding:38px;border:1px solid rgba(226,173,71,.16);background:#07111d}
.privacy-card h1{margin:0 0 22px;color:#fff;font:300 clamp(32px,5vw,54px)/1.08 var(--display);letter-spacing:.02em}
.privacy-card h2{margin:30px 0 10px;color:#f0c86c;font-size:18px;font-weight:400}
.privacy-card p{margin:0 0 14px;color:#b8c4d1;line-height:1.7}
.privacy-back{display:inline-block;margin-top:20px;color:#f0c86c;text-decoration:none}
@media(max-width:760px){
  .site-footer{padding:20px 0 18px}
  .site-footer nav{gap:16px}
  .privacy-main{padding:96px 0 48px}
  .privacy-card{padding:26px 20px}
}

/* Brighter presentation-inspired service photos only. */
#services .service>img{filter:saturate(.96) brightness(.96) contrast(1.02)}


/* Services block: larger 2x2 cards with separate clearer images. */
#services .services__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch}
#services .service{display:flex;flex-direction:column;min-height:0;height:100%;border-radius:20px;overflow:hidden}
#services .service>img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;filter:saturate(.94) brightness(.95) contrast(1.03)}
#services .service__body{display:flex;flex-direction:column;flex:1;padding:20px 18px 22px}
#services .service .icon{margin-top:-44px}
#services .service h3{font-size:17px;line-height:1.32}
#services .service p{font-size:13.5px;line-height:1.58}
@media(max-width:760px){
  #services .services__grid{grid-template-columns:1fr;gap:16px}
  #services .service{border-radius:18px}
  #services .service>img{aspect-ratio:16/10}
  #services .service__body{padding:18px 16px 20px}
}

/* Final service photos: preserve faces and Sokil logo-style sleeve patches. */
#services .service>img{
  aspect-ratio:2/1;
  object-fit:cover;
  filter:saturate(.97) brightness(.99) contrast(1.03);
}
@media(max-width:760px){
  #services .service>img{aspect-ratio:2/1}
}

/* Remove the coloured transition strip below service images. */
#services .service__body:before{content:none;display:none}

/* Keep image lighting and add restrained illumination to service text. */
#services .service__body{
  background:
    radial-gradient(circle at 18% 14%,rgba(226,173,71,.08),transparent 34%),
    linear-gradient(180deg,rgba(17,39,62,.96),rgba(10,27,45,.99));
  transition:background .28s ease,box-shadow .28s ease;
}
#services .service h3{
  color:#fff7e7;
  text-shadow:0 0 14px rgba(226,173,71,.18);
  transition:color .28s ease,text-shadow .28s ease;
}
#services .service p{
  color:#c3cfdd;
  transition:color .28s ease,text-shadow .28s ease;
}
#services .service:hover .service__body{
  background:
    radial-gradient(circle at 20% 12%,rgba(226,173,71,.17),transparent 38%),
    linear-gradient(180deg,rgba(23,49,76,.98),rgba(11,29,47,.99));
  box-shadow:inset 0 1px 0 rgba(255,229,171,.12),inset 0 0 32px rgba(226,173,71,.05);
}
#services .service:hover h3{
  color:#ffe5a3;
  text-shadow:0 0 18px rgba(226,173,71,.42);
}
#services .service:hover p{
  color:#edf3f9;
  text-shadow:0 0 10px rgba(126,171,232,.14);
}

/* Contact cards: center all content in the four final blocks. */
.contact__grid>div{
  text-align:center;
  align-items:center;
}
.contact__brand{
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.contact__brand p{
  grid-column:auto;
  text-align:center;
}
.responsibility{
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}

/* Contact cards: move the accent glow from above the content onto the headings. */
.contact__grid>div::before{
  display:none;
}
.contact__brand strong,
.contact__label{
  position:relative;
  z-index:2;
  color:#ffe3a0;
  text-shadow:
    0 0 8px rgba(255,225,154,.58),
    0 0 22px rgba(226,173,71,.34);
}
.responsibility span{
  position:relative;
  z-index:2;
  text-shadow:0 0 14px rgba(226,173,71,.22);
}


/* FINAL FIX: contact-card glow sits on the headings, never above them. */
.contact__grid > div::before,
.contact__grid > div:before{
  content:none !important;
  display:none !important;
  background:none !important;
  box-shadow:none !important;
}
.contact__brand strong,
.contact__label{
  display:inline-block;
  position:relative;
  z-index:3;
  color:#ffe3a0;
  text-shadow:0 0 8px rgba(255,225,154,.62),0 0 22px rgba(226,173,71,.36);
}
.contact__brand strong::after,
.contact__label::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-8px;
  width:54px;
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(255,223,145,.96),transparent);
  box-shadow:0 0 9px rgba(255,220,139,.72),0 0 20px rgba(226,173,71,.42);
  pointer-events:none;
}
.contact__label{margin-bottom:18px !important;}
.contact__brand strong{margin-bottom:8px;}
.responsibility span{
  position:relative;
  z-index:3;
  text-shadow:0 0 8px rgba(255,225,154,.30),0 0 18px rgba(226,173,71,.22);
}

/* ABSOLUTE FINAL: contact glow exists only on heading text, no lines above or below. */
.contact .contact__grid > div::before,
.contact .contact__grid > div::after,
.contact .contact__brand strong::before,
.contact .contact__brand strong::after,
.contact .contact__label::before,
.contact .contact__label::after,
.contact .responsibility span::before,
.contact .responsibility span::after{
  content:none !important;
  display:none !important;
  background:none !important;
  box-shadow:none !important;
  border:0 !important;
}
.contact .contact__brand strong,
.contact .contact__label{
  position:relative;
  color:#ffe3a0 !important;
  background:none !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:
    0 0 6px rgba(255,232,177,.72),
    0 0 15px rgba(226,173,71,.50),
    0 0 28px rgba(226,173,71,.24) !important;
}
.contact .responsibility span{
  position:relative;
  background:none !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:0 0 8px rgba(255,229,166,.34),0 0 18px rgba(226,173,71,.22) !important;
}


/* Compact hero heading and immediate LCP image paint. */
.hero-facility-image{opacity:1;visibility:visible}
.facility-title h1{
  max-width:660px;
  font-size:clamp(46px,4.8vw,68px);
  line-height:.98;
  letter-spacing:-.045em;
}
.facility-title h1 em{display:block}
@media(max-width:760px){
  .facility-title h1{font-size:clamp(34px,10vw,44px);line-height:1}
}


/* Validator and narrow-screen menu fixes. */
.visually-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
  border:0!important;
}
@media(max-width:760px){
  /* contain:paint clipped the opened details menu to the sticky header. */
  .header{contain:none!important;overflow:visible!important}
  .header__row{overflow:visible!important}
  .mobile{z-index:120!important}
  .mobile[open] nav{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
  .mobile nav{max-height:calc(100vh - 92px);overflow-y:auto}
}


/* Mobile menu open/close control and final first-screen performance pass. */
@media(max-width:760px){
  .mobile summary{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-width:104px;
    min-height:40px;
    user-select:none;
    -webkit-tap-highlight-color:transparent;
  }
  .mobile__label--close{display:none}
  .mobile[open] .mobile__label--open{display:none}
  .mobile[open] .mobile__label--close{display:inline}
  .mobile__icon{
    position:relative;
    display:block;
    width:18px;
    height:14px;
    flex:0 0 18px;
  }
  .mobile__icon::before,
  .mobile__icon::after{
    content:"";
    position:absolute;
    left:0;
    width:18px;
    height:2px;
    border-radius:2px;
    background:#f4cb75;
    box-shadow:0 0 8px rgba(226,173,71,.32);
    transition:transform .18s ease,top .18s ease,box-shadow .18s ease,opacity .18s ease;
  }
  .mobile__icon::before{top:1px;box-shadow:0 5px 0 #f4cb75,0 10px 0 #f4cb75,0 0 8px rgba(226,173,71,.32)}
  .mobile__icon::after{top:6px;opacity:0}
  .mobile[open] .mobile__icon::before{
    top:6px;
    transform:rotate(45deg);
    box-shadow:0 0 9px rgba(226,173,71,.42);
  }
  .mobile[open] .mobile__icon::after{
    top:6px;
    opacity:1;
    transform:rotate(-45deg);
  }
}
@media(prefers-reduced-motion:reduce){
  .mobile__icon::before,.mobile__icon::after{transition:none!important}
}
