
:root{
  --bg:#050505;--bg2:#090909;--panel:#0c0c0c;--panel2:#111;--text:#f6f0e4;
  --muted:#b9ad98;--gold:#cfa54d;--gold2:#f0d18b;--gold3:#8b6427;
  --line:rgba(218,177,89,.25);--line2:rgba(218,177,89,.12);--radius:24px;--max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
 radial-gradient(circle at 10% -5%,rgba(211,168,75,.12),transparent 31rem),
 radial-gradient(circle at 95% 8%,rgba(168,120,35,.08),transparent 28rem),
 linear-gradient(180deg,#050505,#080808 38%,#050505);
 color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.68}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 38px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.87);backdrop-filter:blur(18px);border-bottom:1px solid var(--line2)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;letter-spacing:.15em;text-transform:uppercase;font-family:Georgia,"Times New Roman",serif;font-size:.9rem}
.brand-mark{width:38px;height:38px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold2);box-shadow:0 0 30px rgba(215,173,87,.13)}
.navlinks{display:flex;align-items:center;gap:18px;font-size:.87rem;color:var(--muted)}
.navlinks a:hover,.navlinks a.active{color:var(--gold2)}
.menu-btn{display:none;background:none;border:1px solid var(--line);color:var(--text);border-radius:10px;padding:8px 11px}
.lang{border:1px solid var(--line);padding:7px 10px;border-radius:999px}
.hero{padding:98px 0 76px;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;width:700px;height:700px;border:1px solid rgba(215,173,87,.08);border-radius:50%;right:-330px;top:-250px;box-shadow:0 0 120px rgba(215,173,87,.04) inset}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:58px}
.eyebrow,.kicker{color:var(--gold2);font-size:.72rem;text-transform:uppercase;letter-spacing:.21em;font-weight:800}
h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;line-height:1.08;font-weight:500}
h1{font-size:clamp(3rem,6.3vw,6.25rem);margin:.32em 0 .25em;letter-spacing:-.045em}
h2{font-size:clamp(2.15rem,4vw,4rem);margin:.2em 0 .36em;letter-spacing:-.028em}
h3{font-size:1.42rem;margin:.15em 0 .48em} h4{font-size:1.05rem;margin:.2em 0}
.lead{font-size:1.14rem;color:#d6ccbb;max-width:800px}
.hero-art{position:relative;border:1px solid var(--line);border-radius:34px;overflow:hidden;min-height:520px;background:
 linear-gradient(145deg,rgba(216,174,85,.20),transparent 42%),
 radial-gradient(circle at 52% 42%,rgba(255,205,99,.25),transparent 13rem),#080808}
.hero-art img{width:100%;height:100%;object-fit:cover;opacity:.88;filter:saturate(.88) contrast(1.04)}
.hero-art::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.8))}
.hero-seal{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;border:1px solid rgba(255,215,130,.5);background:rgba(0,0,0,.76);padding:17px 19px;border-radius:17px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:999px;border:1px solid var(--line);font-weight:750;font-size:.88rem;transition:.2s}
.btn.primary{background:linear-gradient(135deg,#f2d590,#a6782b);color:#080808;border-color:transparent}
.btn:hover{transform:translateY(-2px);border-color:rgba(240,209,139,.55)}
.proofbar{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden;margin-top:36px}
.proof{padding:18px;background:rgba(255,255,255,.015);border-right:1px solid var(--line2)}
.proof:last-child{border-right:0}.proof strong{display:block;color:var(--gold2);font-family:Georgia,"Times New Roman",serif;font-size:1.5rem}.proof span{font-size:.77rem;color:var(--muted)}
section{padding:78px 0}.section-head{max-width:870px;margin-bottom:34px}.section-head.wide{max-width:1080px}
.muted{color:var(--muted)}.gold{color:var(--gold2)}.small{font-size:.82rem}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}
.card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));padding:26px;position:relative;overflow:hidden}
.card::before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.6}
.card p{color:#c9beac}.card.feature{min-height:310px;display:flex;flex-direction:column}.card.feature .actions{margin-top:auto}
.card.hover{transition:.25s}.card.hover:hover{transform:translateY(-4px);border-color:rgba(238,202,126,.48);box-shadow:0 20px 70px rgba(0,0,0,.35)}
.figure{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#090909;position:relative}.figure img{width:100%;aspect-ratio:4/3;object-fit:cover}.figure .caption{padding:16px 18px;color:var(--muted);font-size:.8rem}
.tagrow{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.tag{border:1px solid rgba(215,173,87,.26);color:#dfcca2;background:rgba(215,173,87,.04);padding:5px 9px;border-radius:999px;font-size:.69rem}
.status{display:inline-flex;align-items:center;gap:7px;color:var(--gold2);font-size:.73rem;text-transform:uppercase;letter-spacing:.11em}
.status::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold2);box-shadow:0 0 14px rgba(244,213,138,.65)}
.banner{border:1px solid var(--line);border-radius:29px;padding:36px;background:linear-gradient(120deg,rgba(215,173,87,.12),rgba(255,255,255,.012));display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center}
.notice{border-left:2px solid var(--gold);padding:16px 19px;background:rgba(215,173,87,.05);color:#d3c8b7;border-radius:0 14px 14px 0}
.hero-mini{padding:80px 0 45px;border-bottom:1px solid var(--line2);position:relative;overflow:hidden}.hero-mini h1{font-size:clamp(2.8rem,5.5vw,5.25rem)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.tech-map{min-height:520px;border:1px solid var(--line);border-radius:32px;position:relative;overflow:hidden;background:
 radial-gradient(circle at 50% 50%,rgba(210,168,77,.18),transparent 10rem),
 radial-gradient(circle at 50% 50%,transparent 0 15rem,rgba(210,168,77,.06) 15.1rem 15.3rem,transparent 15.4rem),
 linear-gradient(180deg,#090909,#060606)}
.tech-map::before,.tech-map::after{content:"";position:absolute;inset:50% auto auto 50%;width:360px;height:360px;border:1px solid rgba(217,176,86,.12);border-radius:50%;transform:translate(-50%,-50%)}
.tech-map::after{width:500px;height:500px;border-color:rgba(217,176,86,.07)}
.core-node{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;display:grid;place-items:center;text-align:center;border:1px solid var(--gold);background:radial-gradient(circle,rgba(235,197,114,.22),rgba(10,10,10,.92) 70%);box-shadow:0 0 70px rgba(216,174,83,.18);z-index:3}
.orbit-node{position:absolute;padding:10px 13px;border-radius:999px;border:1px solid var(--line);background:rgba(8,8,8,.9);color:#d7c7a6;font-size:.74rem;z-index:4;white-space:nowrap}.n1{left:8%;top:17%}.n2{right:8%;top:16%}.n3{left:5%;bottom:18%}.n4{right:6%;bottom:18%}.n5{left:50%;transform:translateX(-50%);top:7%}.n6{left:50%;transform:translateX(-50%);bottom:7%}
.tech-visual{height:230px;border-radius:20px;border:1px solid var(--line2);background:
 radial-gradient(circle at 50% 50%,rgba(233,194,109,.21),transparent 4rem),
 repeating-radial-gradient(circle at 50% 50%,rgba(230,190,100,.11) 0 1px,transparent 1px 34px),
 linear-gradient(135deg,rgba(207,165,77,.08),transparent 55%),#080808;position:relative;overflow:hidden;margin-bottom:20px}
.tech-visual::before{content:"";position:absolute;left:50%;top:50%;width:88px;height:88px;transform:translate(-50%,-50%) rotate(45deg);border:1px solid rgba(240,209,139,.55);box-shadow:0 0 45px rgba(207,165,77,.15)}
.tech-visual::after{content:"";position:absolute;left:50%;top:50%;width:12px;height:12px;transform:translate(-50%,-50%);border-radius:50%;background:var(--gold2);box-shadow:0 0 28px rgba(240,209,139,.65)}
.pipeline{display:flex;gap:0;align-items:stretch;overflow:auto;padding-bottom:4px}.pipe{min-width:170px;flex:1;padding:20px;border:1px solid var(--line);background:#0a0a0a;position:relative}.pipe:not(:last-child)::after{content:"→";position:absolute;right:-12px;top:50%;z-index:3;color:var(--gold2);font-weight:900}.pipe:first-child{border-radius:18px 0 0 18px}.pipe:last-child{border-radius:0 18px 18px 0}
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.step{counter-increment:step;border:1px solid var(--line);border-radius:18px;padding:18px;background:#0d0d0d}.step::before{content:"0" counter(step);display:block;color:var(--gold);font-family:Georgia,"Times New Roman",serif;font-size:1.3rem;margin-bottom:8px}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px}table{border-collapse:collapse;width:100%;min-width:720px;background:#090909}th,td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--line2);vertical-align:top}th{color:var(--gold2);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}td{color:#cec3b2}
.quote{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.5rem,3vw,2.45rem);line-height:1.35;color:#eadfc9;border-left:1px solid var(--gold);padding-left:26px}
.footer{border-top:1px solid var(--line);padding:46px 0 30px;margin-top:50px;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.7fr);gap:28px}.footer a:hover{color:var(--gold2)}.disclaimer{font-size:.77rem;color:#948a7b;margin-top:25px;padding-top:20px;border-top:1px solid var(--line2)}
ul.clean{list-style:none;padding:0;margin:0}ul.clean li{padding:8px 0;border-bottom:1px solid var(--line2)}ul.clean li:last-child{border-bottom:0}
@media(max-width:980px){.hero-grid,.grid,.grid.two,.grid.four,.split,.banner,.footer-grid{grid-template-columns:1fr}.grid.four{grid-template-columns:1fr 1fr}.proofbar{grid-template-columns:repeat(2,1fr)}.proof:nth-child(2){border-right:0}.steps{grid-template-columns:1fr 1fr}.navlinks{display:none;position:absolute;top:78px;left:0;right:0;padding:20px;background:#080808;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.navlinks.open{display:flex}.menu-btn{display:block}.hero-art{min-height:400px}.tech-map{min-height:460px}}
@media(max-width:600px){.proofbar,.grid.four,.steps{grid-template-columns:1fr}.proof{border-right:0;border-bottom:1px solid var(--line2)}.hero{padding-top:72px}.hero-art{min-height:330px}.orbit-node{font-size:.65rem}.n1,.n3{left:2%}.n2,.n4{right:2%}.core-node{width:120px;height:120px}}


/* V3.2 premium visual enhancements */
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.figure.tall img{aspect-ratio:4/5}
.figure.wide img{aspect-ratio:16/10}
.hero-art.premium{min-height:560px}
.visual-quote{font-family:Georgia,"Times New Roman",serif;font-size:1.15rem;color:#e7d8b8;line-height:1.5}
@media(max-width:980px){.gallery-grid{grid-template-columns:1fr}}


/* QE CORE VISUAL REWORK */

.page-title-logo-wrap{display:flex;justify-content:center;align-items:center;padding:28px 0 8px}
.page-title-logo{max-width:min(460px,86vw);width:100%;height:auto;display:block;filter:drop-shadow(0 20px 38px rgba(0,0,0,.26))}
.hero-art,.figure,.card-visual,.feature-figure{background:
linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01)),
linear-gradient(145deg,rgba(216,174,85,.18),rgba(216,174,85,.05));
border:1px solid rgba(216,174,85,.42);border-radius:26px;padding:18px;box-shadow:0 22px 60px rgba(0,0,0,.26),0 0 0 4px rgba(216,174,85,.10) inset}
.hero-art img,.figure img,.card-visual img,.feature-figure img{width:100%;height:100%;display:block;object-fit:contain !important;border-radius:18px;background:#111}
.hero-art{min-height:620px}
.hero-art img{max-height:580px}
.gallery-grid.single{grid-template-columns:minmax(0,900px);justify-content:center}
.card-visual{margin-bottom:18px}
.card-visual img{max-height:280px}
.split .figure img{max-height:420px}
.footer-legal{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:18px;font-size:.92rem}
@media (max-width:960px){.hero-art{min-height:420px}.hero-art img{max-height:380px}}



/* FINAL RESPONSIVE POLISH */
@media (max-width:1100px){.navlinks{gap:11px;font-size:.79rem}}
@media (max-width:960px){
 .container{width:min(100% - 28px,var(--max))}
 .hero{padding:58px 0 48px}
 .hero-grid,.split,.grid,.grid.two,.grid.four,.gallery-grid{grid-template-columns:1fr!important}
 h1{font-size:clamp(2.35rem,10vw,4.4rem)}
 h2{font-size:clamp(1.9rem,7vw,3.2rem)}
 .hero-art{min-height:400px}
 .page-title-logo{max-width:min(360px,86vw)}
}
@media (max-width:640px){
 .container{width:min(100% - 22px,var(--max))}
 .card{padding:20px}
 .figure,.hero-art,.card-visual{padding:10px}
 .actions .btn{width:100%;justify-content:center}
}


/* BRANDING / PAGE-TITLE / CONTACT FIX */
.brand{display:flex;align-items:center;gap:10px}
.brand-logo{width:46px;height:46px;object-fit:contain;border-radius:10px;flex:0 0 auto}
.page-title-logo-wrap{padding:16px 0 0!important;margin:0 auto!important}
.page-title-logo{max-width:min(300px,72vw)!important}
.card.feature{min-height:0!important}
.card.feature .figure,.card-visual{min-height:0!important}
.card.feature .figure img,.card-visual img{max-height:225px!important;object-fit:contain!important}
a[href^="mailto:"],.contact-email{overflow-wrap:anywhere;word-break:break-word;max-width:100%;display:inline-block}
.lang-picker{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);padding:6px 9px;border-radius:999px}
.lang-picker select{background:#090909;color:var(--text);border:0;outline:0;font:inherit}
@media(max-width:960px){.page-title-logo{max-width:min(270px,76vw)!important}}


/* QE V8 PAGE-LOGO / BRAND REFINEMENT */
.brand{display:flex;align-items:center;gap:12px}
.brand-logo{width:46px;height:46px;object-fit:contain;border-radius:10px;flex:0 0 auto}
.page-title-logo-wrap{display:flex;justify-content:center;align-items:center;padding:18px 0 6px!important;margin:0 auto!important}
.page-title-logo{max-width:min(480px,82vw)!important;width:100%;height:auto;display:block;filter:drop-shadow(0 18px 36px rgba(0,0,0,.28))}
.page-title-logo.is-wide{max-width:min(720px,92vw)!important}
.hero-grid.single-col{grid-template-columns:1fr!important}
.inline-hero-figure,.hero-figure-center{display:flex;justify-content:center;align-items:center}
.inline-hero-figure .figure,.hero-figure-center .figure{max-width:min(760px,92vw);margin:0 auto}
.inline-hero-figure .figure img,.hero-figure-center .figure img{width:100%;height:auto;display:block;object-fit:contain}
@media (max-width:960px){
  .page-title-logo{max-width:min(360px,86vw)!important}
  .page-title-logo.is-wide{max-width:min(460px,94vw)!important}
}


/* =========================================================
   QUANTUM EXCELLIUM V9 — PIXEL PERFECT PREMIUM REFINEMENT
   ========================================================= */
body{
  background:
    radial-gradient(circle at 12% -6%,rgba(224,182,83,.085),transparent 26rem),
    radial-gradient(circle at 88% 12%,rgba(118,82,24,.055),transparent 24rem),
    linear-gradient(180deg,#050505 0%,#080808 48%,#050505 100%);
}
.site-header{
  background:rgba(5,5,5,.94);
  backdrop-filter:blur(24px) saturate(1.08);
  box-shadow:0 10px 40px rgba(0,0,0,.24);
}
.site-header .nav{
  width:calc(100% - 28px);
  max-width:none;
  margin:0 auto;
  min-height:82px;
}
.brand{
  gap:13px;
  font-size:.87rem;
  letter-spacing:.14em;
  white-space:nowrap;
}
.brand-logo{
  width:52px!important;
  height:52px!important;
  padding:2px;
  border:1px solid rgba(232,190,95,.28);
  border-radius:12px!important;
  background:radial-gradient(circle,rgba(222,179,82,.09),transparent 68%);
  box-shadow:0 0 28px rgba(218,172,71,.10);
}
.navlinks{gap:20px}
.navlinks>a{
  position:relative;
  padding:9px 0;
  transition:color .2s ease,opacity .2s ease;
}
.navlinks>a::after{
  content:"";
  position:absolute;
  left:50%;right:50%;bottom:2px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold2),transparent);
  transition:left .22s ease,right .22s ease;
}
.navlinks>a:hover::after,.navlinks>a.active::after{left:0;right:0}
.navlinks>a.active{color:var(--gold2)}
.lang-picker{
  background:rgba(255,255,255,.02);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);
}
.page-title-logo-wrap{
  padding:22px 0 28px!important;
  min-height:0;
  background:
    radial-gradient(circle at 50% 40%,rgba(213,167,63,.07),transparent 260px);
}
.page-title-logo{
  max-width:min(470px,80vw)!important;
  filter:drop-shadow(0 22px 42px rgba(0,0,0,.34)) drop-shadow(0 0 24px rgba(201,153,51,.055));
}
.page-portfolio .page-title-logo{max-width:min(520px,84vw)!important}
.page-ai-systems .page-title-logo{max-width:min(520px,84vw)!important}
.page-licensing .page-title-logo,.page-trust .page-title-logo{max-width:min(470px,80vw)!important}
.hero{
  padding:54px 0 70px;
}
.hero-mini{
  padding:44px 0 52px;
  border-bottom:1px solid rgba(215,173,87,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.010),transparent);
}
.hero h1,.hero-mini h1{
  max-width:980px;
  text-wrap:balance;
}
.hero-mini h1{font-size:clamp(2.55rem,5vw,4.65rem)}
.lead{line-height:1.78}
section{padding:68px 0}
section + section{border-top:1px solid rgba(215,173,87,.055)}
.section-head{margin-bottom:38px}
.section-head h2{text-wrap:balance}
.grid{gap:22px}
.card{
  border-color:rgba(218,177,84,.19);
  border-radius:25px;
  padding:27px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.040),rgba(255,255,255,.012) 58%),
    radial-gradient(circle at 100% 0%,rgba(213,168,63,.045),transparent 13rem);
  box-shadow:0 16px 44px rgba(0,0,0,.14);
}
.card::before{opacity:.42}
.card.hover{
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease;
}
.card.hover:hover{
  transform:translateY(-5px);
  border-color:rgba(238,202,126,.42);
  box-shadow:0 24px 66px rgba(0,0,0,.32),0 0 34px rgba(211,165,64,.035);
}
.card.text-led{
  min-height:240px;
  justify-content:center;
}
.card.feature{min-height:0!important}
.card.feature .figure,.card-visual{margin-bottom:20px}
.card.feature .figure img,.card-visual img{
  max-height:210px!important;
  object-fit:contain!important;
}
.figure{
  padding:11px!important;
  border-color:rgba(220,178,82,.22)!important;
  border-radius:22px!important;
  background:
    linear-gradient(145deg,rgba(220,177,78,.055),rgba(255,255,255,.01)),
    #080808!important;
  box-shadow:0 14px 38px rgba(0,0,0,.20)!important;
}
.figure img{
  border-radius:15px!important;
  object-fit:contain!important;
}
.tag{
  background:rgba(215,173,87,.055);
  border-color:rgba(215,173,87,.22);
}
.btn{
  padding:13px 20px;
  border-color:rgba(216,174,85,.24);
  box-shadow:0 8px 24px rgba(0,0,0,.10);
}
.btn.primary{
  background:linear-gradient(135deg,#f1d692 0%,#cf9c42 48%,#9d6d22 100%);
  box-shadow:0 12px 34px rgba(181,127,36,.15);
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(0,0,0,.20);
}
.banner{
  border-color:rgba(218,176,82,.24);
  background:
    radial-gradient(circle at 0 0,rgba(223,180,82,.09),transparent 18rem),
    linear-gradient(120deg,rgba(215,173,87,.08),rgba(255,255,255,.012));
}
.spotlight-visual-section{
  padding:20px 0 66px!important;
  border-top:0!important;
}
.spotlight-visual-section .hero-figure-center{
  display:flex;
  justify-content:center;
}
.spotlight-visual-section .figure{
  width:min(640px,88vw);
  margin:0 auto;
}
.spotlight-visual-section .figure img{
  width:100%;
  height:auto!important;
  aspect-ratio:auto!important;
  max-height:560px!important;
}
.page-contact a[href^="mailto:"]{
  font-size:clamp(1rem,2.2vw,1.25rem);
  overflow-wrap:anywhere;
  word-break:break-word;
}
.footer{
  margin-top:28px;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.012));
}
.footer-grid{gap:34px}
.footer-legal{opacity:.82}
@media (max-width:1100px){
  .navlinks{gap:12px;font-size:.78rem}
  .brand{font-size:.79rem}
}
@media (max-width:980px){
  .site-header .nav{width:calc(100% - 24px)}
  .brand-logo{width:46px!important;height:46px!important}
  .page-title-logo-wrap{padding:18px 0 22px!important}
  .page-title-logo,.page-portfolio .page-title-logo,.page-ai-systems .page-title-logo{
    max-width:min(390px,86vw)!important;
  }
  .hero,.hero-mini{padding:42px 0 52px}
  section{padding:54px 0}
  .navlinks{
    top:82px;
    border:1px solid rgba(216,174,85,.13);
    border-left:0;border-right:0;
    box-shadow:0 26px 56px rgba(0,0,0,.42);
  }
}
@media (max-width:640px){
  .site-header .nav{width:calc(100% - 18px);min-height:72px}
  .brand-logo{width:42px!important;height:42px!important}
  .brand{font-size:.72rem;letter-spacing:.11em}
  .page-title-logo-wrap{padding:14px 0 18px!important}
  .page-title-logo,.page-portfolio .page-title-logo,.page-ai-systems .page-title-logo,
  .page-licensing .page-title-logo,.page-trust .page-title-logo{
    max-width:min(330px,88vw)!important;
  }
  .hero,.hero-mini{padding:34px 0 44px}
  .hero h1,.hero-mini h1{font-size:clamp(2.1rem,11vw,3.35rem)}
  section{padding:46px 0}
  .card{padding:21px;border-radius:20px}
  .card.feature .figure img,.card-visual img{max-height:190px!important}
  .spotlight-visual-section .figure{width:min(94vw,560px)}
}
@media (prefers-reduced-motion:reduce){
  .card.hover,.btn,.navlinks>a::after{transition:none!important}
  .card.hover:hover,.btn:hover{transform:none!important}
}


/* =========================================================
   QUANTUM EXCELLIUM V10 — PAGE LOGO SIZE REFINEMENT
   ========================================================= */
.page-title-logo-wrap{
  padding:16px 0 18px!important;
}
.page-title-logo{
  max-width:min(350px,64vw)!important;
}
.page-title-logo.is-wide{
  max-width:min(460px,74vw)!important;
}
.page-portfolio .page-title-logo{
  max-width:min(400px,70vw)!important;
}
.page-ai-systems .page-title-logo{
  max-width:min(400px,70vw)!important;
}
.page-licensing .page-title-logo,
.page-trust .page-title-logo,
.page-contact .page-title-logo{
  max-width:min(300px,56vw)!important;
}

.page-licensing .spotlight-visual-section .figure,
.page-trust .spotlight-visual-section .figure{
  width:min(460px,72vw)!important;
}
.page-licensing .spotlight-visual-section .figure img,
.page-trust .spotlight-visual-section .figure img{
  max-height:380px!important;
}

.page-contact .page-title-logo{
  margin-bottom:2px;
}

@media (max-width:980px){
  .page-title-logo{
    max-width:min(300px,72vw)!important;
  }
  .page-title-logo.is-wide{
    max-width:min(360px,80vw)!important;
  }
  .page-portfolio .page-title-logo,
  .page-ai-systems .page-title-logo{
    max-width:min(340px,78vw)!important;
  }
  .page-licensing .page-title-logo,
  .page-trust .page-title-logo,
  .page-contact .page-title-logo{
    max-width:min(250px,64vw)!important;
  }
  .page-licensing .spotlight-visual-section .figure,
  .page-trust .spotlight-visual-section .figure{
    width:min(400px,80vw)!important;
  }
  .page-licensing .spotlight-visual-section .figure img,
  .page-trust .spotlight-visual-section .figure img{
    max-height:320px!important;
  }
}

@media (max-width:640px){
  .page-title-logo-wrap{
    padding:12px 0 14px!important;
  }
  .page-title-logo{
    max-width:min(250px,78vw)!important;
  }
  .page-title-logo.is-wide{
    max-width:min(300px,84vw)!important;
  }
  .page-portfolio .page-title-logo,
  .page-ai-systems .page-title-logo{
    max-width:min(285px,82vw)!important;
  }
  .page-licensing .page-title-logo,
  .page-trust .page-title-logo,
  .page-contact .page-title-logo{
    max-width:min(210px,66vw)!important;
  }
  .page-licensing .spotlight-visual-section .figure,
  .page-trust .spotlight-visual-section .figure{
    width:min(310px,84vw)!important;
  }
  .page-licensing .spotlight-visual-section .figure img,
  .page-trust .spotlight-visual-section .figure img{
    max-height:250px!important;
  }
}
