
:root{--cream:#f7f0df;--cream2:#fffaf0;--gold:#d6a736;--gold2:#f6d77b;--ink:#121218;--muted:#5e5545;--navy:#080b14;--navy2:#111827;--line:rgba(13,15,24,.12);--white:#fff;--shadow:0 24px 80px rgba(19,16,7,.18);--radius:28px;--header-h:84px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:radial-gradient(circle at 15% 0%,rgba(214,167,54,.18),transparent 38%),radial-gradient(circle at 80% 8%,rgba(246,215,123,.18),transparent 32%),linear-gradient(180deg,var(--cream2),var(--cream));line-height:1.6;overflow-x:hidden}body::before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 0 38%,rgba(255,231,157,.24) 45%,transparent 52% 100%);animation:goldSweep 14s linear infinite;z-index:-1}@keyframes goldSweep{0%{transform:translateX(-65%)}100%{transform:translateX(65%)}}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.siteHeader{height:var(--header-h);position:sticky;top:0;z-index:1000;display:flex;align-items:center;gap:24px;padding:14px clamp(18px,3vw,44px);background:rgba(255,250,240,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(214,167,54,.22)}.brand{display:flex;align-items:center;gap:10px;min-width:220px}.brand img{height:48px;width:auto;object-fit:contain}.brand span{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#7b5a14;font-weight:800}.mainNav{margin-left:auto;display:flex;align-items:center;gap:5px}.navLink,.navCta{padding:11px 13px;border-radius:999px;font-size:14px;font-weight:800;color:#2b2416;white-space:nowrap}.navLink:hover,.navLink.active{background:rgba(214,167,54,.14);color:#130e05}.navCta{margin-left:10px;color:#fff;background:linear-gradient(135deg,#111827,#000 60%,#3b2b07);border:1px solid rgba(214,167,54,.5);box-shadow:0 12px 30px rgba(0,0,0,.22)}.menuButton{display:none;margin-left:auto;border:1px solid rgba(214,167,54,.35);background:#111827;color:#fff;border-radius:999px;padding:10px 16px;font-weight:900}
main{min-height:60vh}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:44px;align-items:center;padding:clamp(54px,7vw,108px) clamp(20px,5vw,76px) 50px;max-width:1500px;margin:0 auto}.hero h1{margin:0;color:#171106;font-size:clamp(42px,6.7vw,94px);line-height:.94;letter-spacing:-.065em}.heroText{font-size:clamp(17px,2vw,22px);color:#463a25;max-width:780px;margin:24px 0 0}.eyebrow{display:inline-flex;gap:10px;align-items:center;text-transform:uppercase;letter-spacing:.18em;font-weight:950;color:#7f5b0d;font-size:12px}.eyebrow::before{content:"";width:30px;height:2px;background:linear-gradient(90deg,var(--gold),transparent)}.ctaRow{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:13px 20px;border-radius:999px;background:#111827;color:#fff;font-weight:900;border:1px solid rgba(214,167,54,.38);box-shadow:0 14px 36px rgba(0,0,0,.18);cursor:pointer;position:relative;z-index:2}.btn.secondary{background:rgba(255,255,255,.72);color:#181008;border-color:rgba(28,23,11,.16)}.btn.gold{background:linear-gradient(135deg,#f7d36a,#c99020);color:#15100a}.btn.small{min-height:42px;padding:10px 15px;font-size:14px}.heroVisual{min-height:430px}.commandOrb{height:min(520px,70vw);border-radius:42px;background:radial-gradient(circle at 50% 25%,rgba(246,215,123,.42),transparent 34%),linear-gradient(145deg,#0a0c13,#151821 55%,#07080c);border:1px solid rgba(214,167,54,.3);box-shadow:var(--shadow);display:grid;place-items:center;position:relative;overflow:hidden}.commandOrb::before{content:"";position:absolute;inset:18px;border:1px solid rgba(246,215,123,.22);border-radius:34px;background:linear-gradient(135deg,transparent,rgba(255,255,255,.07),transparent);animation:pulse 4s ease-in-out infinite}.commandOrb b{font-size:clamp(54px,8vw,106px);letter-spacing:-.07em;color:#fff;z-index:1}.commandOrb span{position:absolute;color:#f8dd8b;border:1px solid rgba(246,215,123,.35);background:rgba(255,255,255,.06);padding:10px 14px;border-radius:999px;font-weight:900}.commandOrb span:nth-child(2){left:28px;top:42px}.commandOrb span:nth-child(3){right:30px;top:48%}.commandOrb span:nth-child(4){bottom:34px;left:35%}@keyframes pulse{50%{transform:scale(1.02);opacity:.72}}
.section,.sectionAlt{padding:70px clamp(20px,5vw,76px);max-width:1500px;margin:0 auto}.sectionHead{max-width:940px;margin-bottom:28px}.sectionHead.center{text-align:center;margin-left:auto;margin-right:auto}.sectionHead h2{font-size:clamp(32px,4.2vw,62px);line-height:1;letter-spacing:-.04em;margin:8px 0 12px;color:#161006}.sectionHead p{font-size:18px;color:#544832}.darkPanel{margin:72px clamp(20px,5vw,76px);padding:54px;border-radius:40px;background:radial-gradient(circle at 20% 0%,rgba(214,167,54,.26),transparent 34%),linear-gradient(135deg,#06070b,#111827 62%,#050505);color:#fff;box-shadow:var(--shadow);border:1px solid rgba(214,167,54,.22);overflow:hidden}.darkPanel .sectionHead h2,.darkPanel .sectionHead p{color:#fff}.tileGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.darkTile,.lightTile,.resourceCard,.industryCard,.caseCard{border-radius:26px;padding:24px;background:rgba(255,255,255,.78);border:1px solid rgba(214,167,54,.22);box-shadow:0 14px 45px rgba(31,26,12,.10);position:relative;overflow:hidden}.darkTile{background:rgba(255,255,255,.07);color:#fff}.darkTile::after,.productCard::after,.resourceCard::after,.caseCard::after{content:"";position:absolute;inset:-1px;background:linear-gradient(110deg,transparent,rgba(246,215,123,.20),transparent);transform:translateX(-110%);transition:transform .75s ease;pointer-events:none}.darkTile:hover::after,.productCard:hover::after,.resourceCard:hover::after,.caseCard:hover::after{transform:translateX(110%)}.darkTile span,.lightTile span,.resourceCard span,.caseCard span{color:#c8911d;text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:950}.darkTile h3,.lightTile h3,.resourceCard h3,.industryCard h3,.caseCard h3{margin:8px 0 8px;font-size:24px;line-height:1.1}.darkTile p{color:#e7dcc6}.lightTile p,.resourceCard p,.industryCard p,.caseCard p{color:#584b32}.productGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.productCard{border-radius:30px;overflow:hidden;background:linear-gradient(180deg,#08090e,#151821);border:1px solid rgba(214,167,54,.28);box-shadow:0 20px 65px rgba(0,0,0,.28);min-height:100%;display:flex;flex-direction:column;color:#fff;transition:transform .28s ease,box-shadow .28s ease}.productCard:hover{transform:translateY(-7px);box-shadow:0 30px 90px rgba(0,0,0,.34)}.productCard figure{margin:0;padding:14px;background:#030304;border-bottom:1px solid rgba(214,167,54,.18);height:250px;display:grid;place-items:center}.productCard figure img{width:100%;height:100%;object-fit:contain;border-radius:20px}.productCardBody{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}.productCard h3{font-size:22px;line-height:1.08;margin:0;color:#fff}.productCard p{margin:0;color:#d9d0bf}.category{color:#f7d579;font-weight:950;text-transform:uppercase;letter-spacing:.13em;font-size:11px}.badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.badges b{font-size:11px;color:#f8e6af;border:1px solid rgba(246,215,123,.28);background:rgba(246,215,123,.07);border-radius:999px;padding:7px 9px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 24px}.filterBtn{border:1px solid rgba(27,22,12,.14);background:rgba(255,255,255,.72);padding:10px 14px;border-radius:999px;font-weight:900;cursor:pointer}.filterBtn.active{background:#111827;color:#fff}.showcase{margin:22px 0 0;border-radius:42px;background:linear-gradient(135deg,#090a10,#151a25 70%,#080808);color:#fff;overflow:hidden;border:1px solid rgba(214,167,54,.28);box-shadow:var(--shadow);position:relative}.showcaseSlides{position:relative;min-height:610px}.slide{position:absolute;inset:0;display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:center;padding:42px;opacity:0;transform:translateX(24px);transition:opacity .65s ease,transform .65s ease;pointer-events:none}.slide.active{opacity:1;transform:translateX(0);pointer-events:auto}.slide h3{font-size:clamp(36px,5vw,70px);line-height:.95;margin:8px 0 16px}.slide p{font-size:18px;color:#eadfca}.slide figure{height:500px;margin:0;background:#030304;border-radius:32px;padding:16px;display:grid;place-items:center;border:1px solid rgba(214,167,54,.26)}.slide figure img{width:100%;height:100%;object-fit:contain;border-radius:22px}.showcaseControls{position:absolute;bottom:24px;left:42px;right:42px;display:flex;align-items:center;justify-content:space-between;gap:18px;z-index:5}.progress{height:6px;background:rgba(255,255,255,.13);border-radius:999px;overflow:hidden;flex:1}.progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold),var(--gold2));animation:load 20s linear infinite}@keyframes load{from{width:0}to{width:100%}}.controlBtns{display:flex;gap:8px}.controlBtns button{width:42px;height:42px;border-radius:999px;border:1px solid rgba(246,215,123,.3);background:rgba(255,255,255,.08);color:#fff;font-size:20px;cursor:pointer}.dotNav{display:flex;gap:6px;flex-wrap:wrap}.dotNav button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.35);cursor:pointer}.dotNav button.active{background:var(--gold2)}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.featureList{display:grid;gap:12px}.featureList li{list-style:none;background:rgba(255,255,255,.72);border:1px solid rgba(214,167,54,.18);border-radius:18px;padding:15px 18px;font-weight:800;color:#2b2416}.industryGrid,.resourceGrid,.caseGrid,.knowledgeGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.industryCard{cursor:pointer}.industryCard .hidden{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.industryCard.open .hidden{grid-template-rows:1fr}.industryCard .hidden>div{overflow:hidden}.sourceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sourceCard{padding:18px;border-radius:20px;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.09)}.sourceCard a{font-weight:950;color:#1d1403;text-decoration:underline}.timeline{position:relative;display:grid;gap:16px}.timelineItem{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:start}.timelineItem b{color:#9a6c11}.contactPanel{background:#111827;color:#fff;border-radius:34px;padding:36px;border:1px solid rgba(214,167,54,.25);box-shadow:var(--shadow)}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#f0d27b;font-weight:900}.field input,.field textarea,.field select{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);color:#fff;border-radius:14px;padding:13px 14px;font:inherit}.field textarea{min-height:120px;grid-column:1/-1}.wide{grid-column:1/-1}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.statStrip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}.stat{background:rgba(255,255,255,.75);border:1px solid rgba(214,167,54,.2);border-radius:24px;padding:22px}.stat b{font-size:34px;display:block;color:#111827}.stat span{color:#655633;font-weight:800}.mediaPanel{background:#050609;border-radius:34px;padding:16px;border:1px solid rgba(214,167,54,.25)}.mediaPanel img{border-radius:24px;object-fit:contain;width:100%;max-height:620px;background:#030304}.notice{padding:16px 18px;border-radius:18px;background:rgba(214,167,54,.12);border:1px solid rgba(214,167,54,.22);color:#3b2a09;font-weight:800}.simpleList{display:grid;gap:10px;margin:18px 0;padding:0}.simpleList li{list-style:none;padding:13px 15px;border-radius:16px;background:rgba(255,255,255,.78);border:1px solid rgba(214,167,54,.18)}.accordion{display:grid;gap:14px}.accordion details{background:rgba(255,255,255,.78);border:1px solid rgba(214,167,54,.2);border-radius:20px;padding:16px}.accordion summary{font-weight:950;cursor:pointer;color:#1a1205}.productHero{grid-template-columns:1fr .8fr}.productHero .heroVisual{min-height:auto}.pageBadge{display:inline-flex;padding:8px 11px;border-radius:999px;background:rgba(214,167,54,.13);color:#7a5408;font-weight:900;font-size:12px}.twoBy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
@media(max-width:1180px){.mainNav{gap:2px}.navLink,.navCta{font-size:13px;padding:9px 10px}.productGrid{grid-template-columns:repeat(3,1fr)}.tileGrid{grid-template-columns:repeat(2,1fr)}.industryGrid,.resourceGrid,.caseGrid,.knowledgeGrid{grid-template-columns:repeat(2,1fr)}.slide figure{height:420px}.showcaseSlides{min-height:580px}}
@media(max-width:900px){:root{--header-h:auto}.siteHeader{align-items:flex-start}.menuButton{display:block}.mainNav{display:none;position:absolute;left:14px;right:14px;top:76px;background:#111827;color:#fff;border-radius:24px;padding:14px;box-shadow:var(--shadow);grid-template-columns:1fr;gap:4px}.mainNav.open{display:grid}.navLink,.navCta{color:#fff}.navCta{margin-left:0;text-align:center}.brand img{height:44px}.brand span{display:none}.hero,.slide,.split,.twoBy{grid-template-columns:1fr}.hero{padding-top:42px}.hero h1{font-size:clamp(40px,13vw,62px)}.heroVisual{min-height:280px}.showcaseSlides{min-height:860px}.slide{padding:24px}.slide figure{height:390px;order:-1}.showcaseControls{left:24px;right:24px;bottom:18px}.productGrid{grid-template-columns:repeat(2,1fr)}.statStrip{grid-template-columns:repeat(2,1fr)}.sourceGrid{grid-template-columns:1fr}.formGrid{grid-template-columns:1fr}.footerGrid{grid-template-columns:1fr 1fr!important}}
@media(max-width:620px){.section,.sectionAlt{padding:48px 16px}.darkPanel{margin:48px 16px;padding:28px 18px;border-radius:28px}.productGrid,.tileGrid,.industryGrid,.resourceGrid,.caseGrid,.knowledgeGrid,.statStrip{grid-template-columns:1fr}.productCard figure{height:220px}.showcaseSlides{min-height:840px}.slide figure{height:330px}.slide h3{font-size:34px}.footerGrid{grid-template-columns:1fr!important}.timelineItem{grid-template-columns:1fr}.siteHeader{padding:12px 14px}.brand{min-width:auto}.brand img{max-width:210px}}
.siteFooter{background:#07090f;color:#fff;margin-top:60px;padding:54px clamp(20px,5vw,76px) 24px}.footerGrid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:28px}.footerBrand img{width:150px;height:auto;margin-bottom:12px}.siteFooter p,.siteFooter li{color:#cbc4b4}.siteFooter h4{color:#f7d579;margin:0 0 12px}.siteFooter ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.socials a{border:1px solid rgba(246,215,123,.25);border-radius:999px;padding:8px 12px;color:#f7d579}.footerBottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#b9af9a}.footerBottom a{color:#f7d579}
/* v34 Intelligence Sync + Mobile polish */
.compactHero{min-height:auto;padding-top:52px;padding-bottom:52px}.syncConsole{width:min(460px,100%);border-radius:34px;background:linear-gradient(145deg,#070910,#171d29);border:1px solid rgba(246,215,123,.28);box-shadow:0 28px 90px rgba(0,0,0,.28);padding:28px;color:#fff;position:relative;overflow:hidden}.syncConsole::before{content:"";position:absolute;inset:-40%;background:conic-gradient(from 0deg,transparent,rgba(246,215,123,.22),transparent,rgba(255,255,255,.08),transparent);animation:orb 12s linear infinite}.syncConsole>*{position:relative}.syncConsole b{display:block;font-size:28px;line-height:1.05;margin:12px 0}.syncConsole p{color:#eadfca}.syncConsole small{display:block;margin-top:16px;color:#f7d579;font-weight:900}.pulseDot{display:inline-block;width:14px;height:14px;border-radius:50%;background:#f7d579;box-shadow:0 0 0 rgba(246,215,123,.45);animation:pulse 1.8s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(246,215,123,.45)}70%{box-shadow:0 0 0 18px rgba(246,215,123,0)}100%{box-shadow:0 0 0 0 rgba(246,215,123,0)}}.liveFeedGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:22px 0}.liveFeedGrid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.feedCard{border-radius:26px;padding:22px;background:linear-gradient(180deg,#101723,#07090f);color:#fff;border:1px solid rgba(246,215,123,.24);box-shadow:0 20px 55px rgba(15,17,20,.18);display:flex;flex-direction:column;gap:10px;min-height:250px;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.feedCard:hover{transform:translateY(-5px);box-shadow:0 26px 70px rgba(15,17,20,.24)}.feedCard::after{content:"";position:absolute;inset:-1px;background:linear-gradient(110deg,transparent,rgba(246,215,123,.18),transparent);transform:translateX(-120%);transition:transform .75s ease;pointer-events:none}.feedCard:hover::after{transform:translateX(120%)}.feedCard span{color:#f7d579;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:950}.feedCard h3{font-size:22px;line-height:1.12;margin:0}.feedCard p{color:#e3d8c4;margin:0}.feedCard time{font-size:12px;color:#bfb49f;margin-top:auto}.feedCard .sourceLink{color:#f7d579;font-weight:950;text-decoration:none;margin-top:8px}.feedCard .sourceLink:hover{text-decoration:underline}.feedCard.skeleton{background:linear-gradient(90deg,#101723,#171d29,#101723);background-size:240% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:0% 0}100%{background-position:240% 0}}.feedToolbar{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 12px}.syncMetaLine{font-size:13px;font-weight:900;color:#6b4b08;background:rgba(246,215,123,.14);border:1px solid rgba(214,167,54,.22);display:inline-flex;border-radius:999px;padding:8px 12px;margin-top:10px}.feedEmpty{padding:24px;border-radius:22px;background:rgba(255,255,255,.78);border:1px solid rgba(214,167,54,.22);font-weight:900;color:#302410}.mobileSafeNote{font-size:13px;color:#786849}
@media(max-width:1180px){.liveFeedGrid,.liveFeedGrid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.feedCard{min-height:220px}}
@media(max-width:720px){.liveFeedGrid,.liveFeedGrid.compact{grid-template-columns:1fr}.feedCard{min-height:auto}.compactHero{padding-top:34px;padding-bottom:34px}.syncConsole{border-radius:26px;padding:22px}.syncConsole b{font-size:24px}.feedToolbar{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.feedToolbar .filterBtn{white-space:nowrap}.heroText{font-size:16px}.ctaRow{gap:10px}.btn{width:100%;justify-content:center}.productCard figure{height:190px}.slide figure{height:280px}.showcaseSlides{min-height:760px}.mainNav{max-height:calc(100vh - 96px);overflow:auto}.siteHeader{position:sticky;top:0}.footerBottom{display:grid;gap:10px}}
@media(max-width:420px){.section,.sectionAlt{padding-left:14px;padding-right:14px}.darkPanel{margin-left:14px;margin-right:14px}.hero h1{font-size:36px}.productCardBody{padding:16px}.productCard h3,.feedCard h3{font-size:20px}.brand img{max-width:178px}.menuButton{padding:9px 12px}}

/* v35 public polish patch: header spacing, rotating hero cards, uniform navy card system */
:root{--cyb-card:#0b1220;--cyb-card-2:#111c2f;--cyb-line:rgba(246,215,123,.24);--cyb-soft:rgba(246,215,123,.08);--cyb-text:#f8f1df;--cyb-muted:#d8ccb5;--cyb-gold:#f6d77b;--cyb-deep:#050811}
.siteHeader{height:auto;min-height:76px;gap:14px;padding:10px clamp(14px,2.4vw,32px)}
.brand{flex:0 0 clamp(270px,28vw,390px);min-width:0;gap:10px;overflow:hidden}.brand img{height:42px;width:min(285px,22vw);min-width:210px;object-fit:contain}.brand span{font-size:9.5px;line-height:1.16;letter-spacing:.14em;max-width:74px;display:inline-block;white-space:normal}.mainNav{gap:2px;min-width:0}.navLink,.navCta{font-size:13px;padding:9px 10px}.navCta{margin-left:6px;padding:11px 14px}.navLink.active{background:rgba(214,167,54,.18)}
.hero{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:34px;padding-top:clamp(42px,6vw,84px)}.hero h1{font-size:clamp(40px,6.1vw,86px);letter-spacing:-.055em}.heroVisual{min-height:0}.mediaPanel{height:auto}.mediaPanel img{object-fit:contain}
.heroRotator{position:relative;min-height:520px;border-radius:42px;overflow:hidden;background:radial-gradient(circle at 50% 0%,rgba(246,215,123,.24),transparent 34%),linear-gradient(145deg,var(--cyb-deep),#101827 60%,#050506);border:1px solid var(--cyb-line);box-shadow:0 24px 80px rgba(2,5,13,.28)}.heroRotator::before{content:"";position:absolute;inset:16px;border:1px solid rgba(246,215,123,.18);border-radius:34px;pointer-events:none;background:linear-gradient(135deg,transparent,rgba(255,255,255,.045),transparent)}.heroRotatorSlides{position:relative;min-height:520px}.heroProductSlide{position:absolute;inset:0;display:grid;grid-template-columns:1.02fr .98fr;gap:20px;align-items:center;padding:26px;opacity:0;transform:translateX(18px);transition:opacity .55s ease,transform .55s ease;pointer-events:none}.heroProductSlide.active{opacity:1;transform:none;pointer-events:auto}.heroSlideMedia{height:310px;margin:0;border-radius:28px;background:rgba(0,0,0,.38);border:1px solid rgba(246,215,123,.20);padding:12px;display:grid;place-items:center;overflow:hidden}.heroSlideMedia img{width:100%;height:100%;object-fit:contain;border-radius:20px}.heroSlideCopy{position:relative;z-index:2}.heroSlideCopy span{display:inline-flex;color:var(--cyb-gold);text-transform:uppercase;letter-spacing:.14em;font-size:10.5px;font-weight:950}.heroSlideCopy h3{margin:10px 0 10px;color:#fff;font-size:clamp(25px,2.6vw,38px);line-height:1.02;letter-spacing:-.035em}.heroSlideCopy p{color:var(--cyb-muted);font-size:15.5px;margin:0 0 12px}.heroPoints{margin:8px 0 14px;padding-left:18px;color:#f4e9d2;font-weight:760;font-size:13.5px;line-height:1.45}.heroRotator .badges{margin:8px 0 12px}.heroRotator .btn{box-shadow:none}.heroRotatorNav{position:absolute;left:24px;right:24px;bottom:18px;z-index:6;display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.heroRotatorNav button{width:9px;height:9px;border-radius:99px;border:0;background:rgba(255,255,255,.34);cursor:pointer}.heroRotatorNav button.active{background:var(--cyb-gold);box-shadow:0 0 16px rgba(246,215,123,.66)}.heroGraph{height:310px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(246,215,123,.22);display:flex;flex-direction:column;justify-content:end;padding:22px}.graphBars{display:flex;align-items:end;gap:12px;height:220px}.graphBars i{display:block;flex:1;height:var(--h);min-height:24px;border-radius:14px 14px 6px 6px;background:linear-gradient(180deg,#f8db7a,#b77d16);box-shadow:0 0 28px rgba(246,215,123,.18)}.heroGraph p{margin:14px 0 0;color:#f8e3aa;font-weight:900;text-align:center}
.lightTile,.resourceCard,.industryCard,.caseCard,.sourceCard,.feedCard{background:linear-gradient(180deg,var(--cyb-card-2),var(--cyb-card))!important;color:var(--cyb-text)!important;border:1px solid var(--cyb-line)!important;box-shadow:0 18px 55px rgba(4,9,20,.26)!important}.lightTile h3,.resourceCard h3,.industryCard h3,.caseCard h3,.sourceCard h3,.feedCard h3{color:#fff!important}.lightTile p,.resourceCard p,.industryCard p,.caseCard p,.sourceCard p,.feedCard p{color:var(--cyb-muted)!important}.lightTile span,.resourceCard span,.industryCard span,.caseCard span,.sourceCard span,.feedCard span{color:var(--cyb-gold)!important}.resourceCard,.caseCard,.sourceCard,.lightTile,.darkTile,.industryCard{cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.resourceCard:hover,.caseCard:hover,.sourceCard:hover,.lightTile:hover,.darkTile:hover,.industryCard:hover,.expandableCard.openInfo{transform:translateY(-6px);border-color:rgba(246,215,123,.48)!important;box-shadow:0 28px 80px rgba(4,9,20,.36)!important}.expandableCard.openInfo::before{content:"Operational context expanded";position:absolute;right:18px;top:16px;color:#f6d77b;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:950}.expandableCard:focus-visible{outline:3px solid rgba(246,215,123,.55);outline-offset:4px}
.productGrid{grid-template-columns:repeat(auto-fit,minmax(255px,1fr));align-items:stretch}.productCard{min-height:560px;background:linear-gradient(180deg,#101827,#090d18)!important;border-color:var(--cyb-line)!important}.productCard figure{height:225px;padding:12px;flex:0 0 225px}.productCardBody{min-height:280px;padding:18px 18px 20px}.productCard h3{font-size:21px}.productCard p{font-size:15px}.productCard .badges{padding-top:8px}.showcaseSlides{min-height:665px}.slide{padding:38px 38px 96px;grid-template-columns:1fr 1fr}.slide figure{height:470px}.showcaseControls{bottom:22px}.section,.sectionAlt{padding-top:64px;padding-bottom:64px}.tileGrid{grid-template-columns:repeat(auto-fit,minmax(235px,1fr))}.industryGrid,.resourceGrid,.caseGrid,.knowledgeGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.featureList li{background:linear-gradient(180deg,var(--cyb-card-2),var(--cyb-card));border-color:var(--cyb-line);color:#fff}.btn.secondary{background:rgba(9,14,27,.86);color:#fff;border-color:var(--cyb-line)}.filterBtn{background:rgba(9,14,27,.9);color:#fff;border-color:var(--cyb-line)}.filterBtn.active{background:linear-gradient(135deg,#f6d77b,#c99020);color:#120d04}.sourceLink{color:#f6d77b;font-weight:900}.syncConsole{background:linear-gradient(180deg,var(--cyb-card-2),var(--cyb-card));border-color:var(--cyb-line)}.liveFeedGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(275px,1fr));gap:18px}.feedCard{display:flex;flex-direction:column;gap:10px;min-height:250px}.feedCard time,.syncMetaLine,.notice{color:#e6d7b8!important}.sourceGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.sourceCard{border-radius:26px;padding:22px}.sourceCard a{color:#f6d77b;font-weight:950}.leadershipGrid .productCard,.about .productCard{overflow:hidden}.productCard figure img[src*="leadership"]{object-fit:cover;object-position:top center}.productCard:has(img[src*="leadership"]){min-height:540px}.productCard:has(img[src*="leadership"]) figure{height:260px;flex-basis:260px}.productCard:has(img[src*="leadership"]) .productCardBody{min-height:260px;background:linear-gradient(180deg,#111c2f,#0b1220)}
@media (max-width:1240px){.siteHeader{padding-left:12px;padding-right:12px}.brand{flex-basis:255px}.brand img{height:36px;width:200px;min-width:190px}.brand span{font-size:8.8px;max-width:58px}.navLink,.navCta{font-size:12px;padding:8px 7px}.navCta{padding:10px 11px}.hero{grid-template-columns:1fr;gap:24px}.heroRotator{min-height:500px}.heroProductSlide{grid-template-columns:1fr 1fr}.hero h1{font-size:clamp(42px,7vw,78px)}}
@media (max-width:900px){.menuButton{display:block}.mainNav{position:absolute;left:12px;right:12px;top:calc(100% + 8px);display:none;flex-direction:column;align-items:stretch;background:#080d18;border:1px solid var(--cyb-line);border-radius:24px;padding:12px}.mainNav.open{display:flex}.navLink,.navCta{color:#fff;text-align:center}.heroProductSlide{grid-template-columns:1fr;padding:20px 20px 54px}.heroRotator,.heroRotatorSlides{min-height:680px}.heroSlideMedia,.heroGraph{height:260px}.brand{flex:1}.brand img{width:220px}.showcaseSlides{min-height:820px}.slide{grid-template-columns:1fr;padding:24px 24px 96px}.slide figure{height:320px}.tileGrid,.productGrid,.industryGrid,.resourceGrid,.caseGrid,.knowledgeGrid{grid-template-columns:1fr}.darkPanel{padding:28px;margin-left:16px;margin-right:16px}}
@media (max-width:560px){.brand span{display:none}.hero h1{font-size:42px}.heroRotator,.heroRotatorSlides{min-height:720px}.heroSlideCopy h3{font-size:28px}.heroSlideMedia,.heroGraph{height:220px}.productCard{min-height:auto}.productCard figure{height:210px;flex-basis:210px}}

/* v36 precision alignment patch: fixed hero rotators, product image holders, card bottoms */
html,body{max-width:100%;overflow-x:hidden}.heroCopy,.heroVisual,.slide>div,.productCardBody{min-width:0}.heroVisual{width:100%}
.heroVisual .heroRotator.context{width:100%;max-width:650px;margin-inline:auto;min-height:650px!important;border-radius:40px!important;display:block;contain:layout paint}.heroVisual .heroRotator.context .heroRotatorSlides{min-height:650px!important}.heroVisual .heroRotator.context .heroProductSlide{grid-template-columns:1fr!important;grid-template-rows:auto auto;align-content:start!important;align-items:start!important;gap:14px!important;padding:24px 24px 76px!important;overflow:hidden}.heroVisual .heroRotator.context .heroSlideMedia,.heroVisual .heroRotator.context .heroGraph{width:100%;height:310px!important;max-height:310px;margin:0!important;overflow:hidden;flex:0 0 auto}.heroVisual .heroRotator.context .heroSlideMedia img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain!important;object-position:center!important}.heroVisual .heroRotator.context .heroSlideCopy{width:100%;display:flex;flex-direction:column;gap:8px;overflow:hidden}.heroVisual .heroRotator.context .heroSlideCopy h3{font-size:clamp(25px,2.45vw,36px)!important;line-height:1.03!important;margin:4px 0!important;letter-spacing:-.035em;overflow-wrap:break-word}.heroVisual .heroRotator.context .heroSlideCopy p{font-size:15px!important;line-height:1.5!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.heroVisual .heroRotator.context .heroPoints{font-size:13px!important;line-height:1.42!important;margin:4px 0 6px!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.heroVisual .heroRotator.context .badges{margin:2px 0 4px!important}.heroVisual .heroRotator.context .btn.small{align-self:flex-start;margin-top:2px}.heroRotatorNav{bottom:18px!important;left:20px!important;right:20px!important}.heroRotatorNav button{flex:0 0 auto}
.productGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;align-items:stretch!important;grid-auto-rows:1fr}.productCard{height:100%;min-height:640px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.productCard figure{width:100%!important;height:280px!important;min-height:280px!important;flex:0 0 280px!important;margin:0!important;padding:16px!important;display:grid!important;place-items:center!important;overflow:hidden!important;background:#030304!important;border-radius:30px 30px 0 0}.productCard figure img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;border-radius:20px!important}.productCardBody{flex:1 1 auto!important;min-height:0!important;padding:20px!important;display:flex!important;flex-direction:column!important;gap:10px!important;overflow:visible!important}.productCard .category{display:block;min-height:16px;line-height:1.2}.productCard h3{font-size:21px!important;line-height:1.12!important;margin:0!important;overflow-wrap:break-word}.productCard p{font-size:15px!important;line-height:1.55!important;margin:0!important;color:#e3d8c3!important}.productCard .badges{margin-top:auto!important;padding-top:12px!important}.productCard .btn.small{align-self:flex-start;margin-top:4px;position:relative;z-index:3}.leadershipGrid .productCard,.about .productCard{min-height:620px!important}.productCard:has(img[src*="leadership"]) figure{height:310px!important;flex-basis:310px!important;min-height:310px!important}.productCard:has(img[src*="leadership"]) .productCardBody{min-height:0!important}
.showcase{overflow:hidden!important}.showcaseSlides{min-height:700px!important}.showcase .slide{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;gap:30px!important;align-items:center!important;padding:42px 42px 108px!important;overflow:hidden}.showcase .slide>div{width:100%;position:relative;z-index:2;overflow:visible}.showcase .slide h3{font-size:clamp(34px,4.35vw,60px)!important;line-height:1!important;letter-spacing:-.045em!important;margin:8px 0 16px!important;overflow-wrap:break-word}.showcase .slide p{font-size:17px!important;line-height:1.55!important;margin:0 0 14px!important}.showcase .slide figure{width:100%!important;height:500px!important;max-height:500px!important;margin:0!important;padding:18px!important;overflow:hidden!important;display:grid!important;place-items:center!important}.showcase .slide figure img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}.showcase .slide .ctaRow{margin-top:20px!important}.showcaseControls{z-index:20!important;bottom:24px!important}.showcaseControls .progress{min-width:160px}.dotNav{max-width:520px;justify-content:center}.controlBtns{flex:0 0 auto}
.lightTile,.resourceCard,.industryCard,.caseCard,.sourceCard,.feedCard,.darkTile{height:100%;overflow:hidden}.resourceGrid,.industryGrid,.caseGrid,.knowledgeGrid,.tileGrid{align-items:stretch;grid-auto-rows:1fr}.resourceCard h3,.industryCard h3,.caseCard h3,.lightTile h3,.darkTile h3{overflow-wrap:break-word}.expandableCard.openInfo::before{display:none!important}
@media (max-width:1240px){.hero{grid-template-columns:minmax(0,1fr) minmax(360px,.85fr)!important}.heroVisual .heroRotator.context{min-height:630px!important}.heroVisual .heroRotator.context .heroRotatorSlides{min-height:630px!important}.heroVisual .heroRotator.context .heroSlideMedia,.heroVisual .heroRotator.context .heroGraph{height:285px!important}.productGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important}.productCard{min-height:625px!important}.productCard figure{height:260px!important;min-height:260px!important;flex-basis:260px!important}.showcaseSlides{min-height:690px!important}.showcase .slide figure{height:460px!important}}
@media (max-width:980px){.hero{grid-template-columns:1fr!important}.heroVisual .heroRotator.context{max-width:100%;min-height:610px!important}.heroVisual .heroRotator.context .heroRotatorSlides{min-height:610px!important}.heroVisual .heroRotator.context .heroProductSlide{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;grid-template-rows:auto!important;align-items:center!important}.heroVisual .heroRotator.context .heroSlideMedia,.heroVisual .heroRotator.context .heroGraph{height:340px!important;max-height:340px}.showcaseSlides{min-height:870px!important}.showcase .slide{grid-template-columns:1fr!important;padding:26px 26px 104px!important;align-content:start!important}.showcase .slide figure{order:-1;height:390px!important}.showcase .slide h3{font-size:clamp(31px,7vw,48px)!important}.dotNav{max-width:360px}.showcaseControls{left:24px!important;right:24px!important}}
@media (max-width:700px){.heroVisual .heroRotator.context,.heroVisual .heroRotator.context .heroRotatorSlides{min-height:735px!important}.heroVisual .heroRotator.context .heroProductSlide{grid-template-columns:1fr!important;padding:20px 20px 78px!important}.heroVisual .heroRotator.context .heroSlideMedia,.heroVisual .heroRotator.context .heroGraph{height:260px!important}.heroVisual .heroRotator.context .heroSlideCopy h3{font-size:28px!important}.productGrid{grid-template-columns:1fr!important}.productCard{min-height:auto!important}.productCard figure{height:240px!important;min-height:240px!important;flex-basis:240px!important}.showcaseSlides{min-height:835px!important}.showcase .slide figure{height:300px!important}.showcaseControls{display:grid!important;grid-template-columns:1fr!important;justify-items:center;gap:10px!important}.showcaseControls .progress{width:100%;min-width:0}.dotNav{max-width:100%}.controlBtns{justify-content:center}.slide .ctaRow .btn,.heroSlideCopy .btn{width:auto!important}}

/* v37 image normalization patch: one product image geometry everywhere */
:root{--cyb-product-frame:1/1;--cyb-card-img-bg:#030407}
.productCard{overflow:hidden!important;isolation:isolate}.productCard figure{width:100%!important;aspect-ratio:var(--cyb-product-frame)!important;height:auto!important;min-height:0!important;flex:0 0 auto!important;margin:0!important;padding:0!important;background:var(--cyb-card-img-bg)!important;border-bottom:1px solid rgba(246,215,123,.22)!important;display:block!important;overflow:hidden!important;border-radius:0!important}.productCard figure img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;border-radius:0!important;max-width:none!important}.productCardBody{padding:18px 18px 20px!important;display:flex!important;flex-direction:column!important;gap:11px!important;min-height:280px!important}.productCard .category{min-height:14px!important}.productCard h3{min-height:48px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.productCard p{display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:92px!important}.productCard .badges{margin-top:auto!important;padding-top:8px!important}
.showcase .slide figure,.heroSlideMedia{aspect-ratio:1/1!important;height:auto!important;min-height:0!important;max-height:min(520px,calc(100vw - 80px))!important;padding:0!important;background:#030407!important;display:block!important;overflow:hidden!important}.showcase .slide figure img,.heroSlideMedia img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:inherit!important;display:block!important;max-width:none!important}.heroVisual .heroRotator.context .heroSlideMedia{height:auto!important;max-height:none!important;aspect-ratio:1/1!important}.heroVisual .heroRotator.context .heroGraph{height:310px!important;aspect-ratio:auto!important}.heroVisual .heroRotator.context .heroProductSlide{align-content:center!important}.heroVisual .heroRotator.context .heroSlideCopy{max-height:280px!important}.heroVisual .heroRotator.context .heroSlideCopy p{-webkit-line-clamp:3!important}.heroVisual .heroRotator.context .heroPoints{-webkit-line-clamp:3!important}.showcase .slide{align-items:center!important}.showcaseSlides{min-height:680px!important}.showcase .slide>div{align-self:center!important}.showcase .slide h3{font-size:clamp(34px,4.6vw,64px)!important}.showcase .slide p{display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.showcase .ctaRow{position:relative!important;z-index:8!important}.showcaseControls{bottom:20px!important}.heroRotatorNav{z-index:20!important}.leadershipCard figure{aspect-ratio:4/3!important;height:auto!important;overflow:hidden!important}.leadershipCard figure img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important}
@media(max-width:1240px){.productCardBody{min-height:300px!important}.showcaseSlides{min-height:650px!important}.showcase .slide figure{max-height:460px!important}.heroVisual .heroRotator.context .heroSlideCopy{max-height:300px!important}}
@media(max-width:980px){.showcaseSlides{min-height:900px!important}.showcase .slide{align-items:start!important}.showcase .slide figure{width:min(520px,100%)!important;margin-inline:auto!important;max-height:520px!important}.heroVisual .heroRotator.context .heroProductSlide{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important}.heroVisual .heroRotator.context .heroSlideMedia{width:100%!important;max-width:420px!important;justify-self:center!important}.heroVisual .heroRotator.context .heroSlideCopy{max-height:360px!important}}
@media(max-width:700px){.showcaseSlides{min-height:850px!important}.showcase .slide figure{max-height:330px!important}.productCardBody{min-height:auto!important}.heroVisual .heroRotator.context,.heroVisual .heroRotator.context .heroRotatorSlides{min-height:760px!important}.heroVisual .heroRotator.context .heroProductSlide{grid-template-columns:1fr!important;align-content:start!important}.heroVisual .heroRotator.context .heroSlideMedia{max-width:300px!important}.heroVisual .heroRotator.context .heroSlideCopy{max-height:none!important}}


/* v38 hero-card no-overlap patch: media, copy, badges, buttons and dots get separate reserved zones */
.heroVisual .heroRotator.context{
  min-height:720px!important;
  max-width:650px!important;
  overflow:hidden!important;
}
.heroVisual .heroRotator.context .heroRotatorSlides{
  min-height:720px!important;
}
.heroVisual .heroRotator.context .heroProductSlide{
  display:flex!important;
  flex-direction:column!important;
  grid-template-columns:none!important;
  grid-template-rows:none!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  align-content:stretch!important;
  gap:16px!important;
  padding:24px 24px 92px!important;
  box-sizing:border-box!important;
  height:100%!important;
  overflow:hidden!important;
}
.heroVisual .heroRotator.context .heroSlideMedia{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:285px!important;
  max-height:285px!important;
  min-height:285px!important;
  aspect-ratio:auto!important;
  flex:0 0 285px!important;
  margin:0!important;
  padding:14px!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#030407,#080b12)!important;
  border:1px solid rgba(246,215,123,.28)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)!important;
  overflow:hidden!important;
}
.heroVisual .heroRotator.context .heroSlideMedia img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:20px!important;
  padding:0!important;
  background:#030407!important;
}
.heroVisual .heroRotator.context .heroSlideCopy{
  position:relative!important;
  z-index:10!important;
  flex:1 1 auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  display:flex!important;
  flex-direction:column!important;
  gap:9px!important;
  padding:16px 2px 0!important;
  margin:0!important;
  border-top:1px solid rgba(246,215,123,.22)!important;
  background:linear-gradient(180deg,rgba(8,13,24,.94),rgba(8,13,24,.22))!important;
}
.heroVisual .heroRotator.context .heroSlideCopy span{
  font-size:10px!important;
  line-height:1.25!important;
  letter-spacing:.13em!important;
}
.heroVisual .heroRotator.context .heroSlideCopy h3{
  font-size:clamp(22px,2.05vw,31px)!important;
  line-height:1.06!important;
  margin:0!important;
  letter-spacing:-.025em!important;
  overflow-wrap:anywhere!important;
}
.heroVisual .heroRotator.context .heroSlideCopy p{
  font-size:14.5px!important;
  line-height:1.48!important;
  margin:0!important;
  color:#efe6d4!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.heroVisual .heroRotator.context .heroPoints{
  font-size:13px!important;
  line-height:1.42!important;
  margin:0!important;
  -webkit-line-clamp:3!important;
}
.heroVisual .heroRotator.context .badges{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin:2px 0 4px!important;
}
.heroVisual .heroRotator.context .badges b{
  font-size:10.5px!important;
  line-height:1!important;
  padding:7px 9px!important;
  white-space:nowrap!important;
}
.heroVisual .heroRotator.context .heroSlideCopy .btn,
.heroVisual .heroRotator.context .heroSlideCopy .btn.small{
  align-self:flex-start!important;
  margin-top:auto!important;
  min-height:40px!important;
  padding:9px 16px!important;
  position:relative!important;
  z-index:12!important;
}
.heroVisual .heroRotator.context .heroRotatorNav{
  position:absolute!important;
  left:24px!important;
  right:24px!important;
  bottom:18px!important;
  z-index:30!important;
  padding-top:10px!important;
  background:linear-gradient(180deg,transparent,rgba(5,7,12,.94) 58%)!important;
}
.productCard figure img,
.showcase .slide figure img{
  object-fit:contain!important;
  object-position:center!important;
  background:#030407!important;
}
@media (max-width:1240px){
  .heroVisual .heroRotator.context{min-height:710px!important;}
  .heroVisual .heroRotator.context .heroRotatorSlides{min-height:710px!important;}
  .heroVisual .heroRotator.context .heroSlideMedia{height:270px!important;min-height:270px!important;max-height:270px!important;flex-basis:270px!important;}
  .heroVisual .heroRotator.context .heroSlideCopy h3{font-size:clamp(22px,2.8vw,30px)!important;}
}
@media (max-width:980px){
  .heroVisual .heroRotator.context{min-height:650px!important;max-width:100%!important;}
  .heroVisual .heroRotator.context .heroRotatorSlides{min-height:650px!important;}
  .heroVisual .heroRotator.context .heroProductSlide{display:grid!important;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)!important;gap:18px!important;align-items:center!important;padding:24px 24px 78px!important;}
  .heroVisual .heroRotator.context .heroSlideMedia{height:330px!important;min-height:330px!important;max-height:330px!important;flex-basis:auto!important;}
  .heroVisual .heroRotator.context .heroSlideCopy{height:auto!important;max-height:none!important;}
}
@media (max-width:700px){
  .heroVisual .heroRotator.context{min-height:735px!important;}
  .heroVisual .heroRotator.context .heroRotatorSlides{min-height:735px!important;}
  .heroVisual .heroRotator.context .heroProductSlide{display:flex!important;flex-direction:column!important;padding:18px 18px 82px!important;gap:14px!important;}
  .heroVisual .heroRotator.context .heroSlideMedia{height:245px!important;min-height:245px!important;max-height:245px!important;flex:0 0 245px!important;}
  .heroVisual .heroRotator.context .heroSlideCopy h3{font-size:25px!important;line-height:1.08!important;}
  .heroVisual .heroRotator.context .heroSlideCopy p{-webkit-line-clamp:4!important;}
  .heroVisual .heroRotator.context .badges b{font-size:10px!important;padding:6px 8px!important;}
}
@media (max-width:420px){
  .heroVisual .heroRotator.context{min-height:760px!important;}
  .heroVisual .heroRotator.context .heroRotatorSlides{min-height:760px!important;}
  .heroVisual .heroRotator.context .heroSlideMedia{height:220px!important;min-height:220px!important;max-height:220px!important;flex-basis:220px!important;}
  .heroVisual .heroRotator.context .heroSlideCopy h3{font-size:23px!important;}
}
