:root {
  --blue:#0000ff;
  --ink:#171717;
  --muted:#67635f;
  --paper:#f4f1eb;
  --surface:#fffdf9;
  --surface-2:#ece8e0;
  --line:#d8d2c8;
  --radius:28px;
  --shell:1240px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased} a{color:inherit;text-decoration:none} img{display:block;max-width:100%} button{font:inherit}
.shell{width:min(var(--shell),calc(100% - 48px));margin:0 auto}.section-pad{padding:110px 0}.eyebrow,.kicker{font-size:12px;letter-spacing:.18em;font-weight:700;text-transform:uppercase;color:var(--blue);margin:0 0 20px}.site-header{position:sticky;top:0;z-index:30;background:rgba(244,241,235,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(216,210,200,.7)}.nav-wrap{height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;width:max-content}.brand img{width:44px;height:44px;object-fit:contain}.brand-copy{display:flex;flex-direction:column}.brand-copy strong{font-size:22px;line-height:1}.brand-copy small{font-size:9px;letter-spacing:.24em;margin-top:5px}.nav{display:flex;gap:34px;font-size:14px}.nav a{color:#34312e}.nav a:hover{color:var(--blue)}.nav-cta{justify-self:end;background:var(--ink);color:#fff;padding:13px 18px;border-radius:999px;font-size:14px}.nav-cta span{margin-left:18px}.menu-toggle{display:none;background:none;border:0}.hero{padding-top:84px;background:linear-gradient(180deg,#f8f6f1 0%,var(--paper) 100%)}.hero-grid{display:grid;grid-template-columns:1.45fr .55fr;gap:80px;align-items:end;min-height:500px}.hero h1,.section-heading h2,.contact h2{font-size:clamp(58px,7vw,108px);line-height:.9;letter-spacing:-.055em;margin:0;font-weight:500}.hero h1 em,.section-heading h2 em,.contact h2 em{font-family:Poppins,Arial,sans-serif;font-weight:400}.lede{max-width:650px;font-size:21px;line-height:1.55;color:var(--muted);margin:34px 0 0}.hero-actions{display:flex;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 22px;font-size:14px;font-weight:600}.button.primary{background:var(--blue);color:#fff}.button.ghost{border:1px solid var(--line);background:rgba(255,255,255,.45)}.button.light{background:#fff;color:var(--blue)}.mission-card{background:var(--blue);color:#fff;border-radius:var(--radius);padding:34px;min-height:350px;display:flex;flex-direction:column;justify-content:space-between}.mission-card .kicker{color:#fff;opacity:.8}.mission-number{font-family:Poppins,Arial,sans-serif;font-size:118px;line-height:.8}.mission-text{font-size:22px;line-height:1.4;max-width:290px}.mission-meta{display:flex;gap:8px}.mission-meta span{border:1px solid rgba(255,255,255,.35);padding:8px 11px;border-radius:999px;font-size:12px}.stat-strip{margin-top:84px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr)}.stat-strip div{padding:24px 0;display:flex;gap:14px;align-items:center}.stat-strip strong{color:var(--blue);font-family:Poppins,Arial,sans-serif;font-size:30px;font-weight:400}.stat-strip span{font-size:13px;color:var(--muted)}
.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end;margin-bottom:64px}.section-heading h2{font-size:clamp(48px,5vw,76px)}.section-heading>p{font-size:18px;line-height:1.65;color:var(--muted);max-width:540px}.focus{background:#fff}.focus-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.focus-card{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:var(--surface);min-height:570px;display:flex;flex-direction:column}.focus-top{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.14em}.focus-visual{height:265px;margin:28px 0;border-radius:20px;background:var(--surface-2);position:relative;overflow:hidden}.focus-card h3{font-size:35px;margin:0}.focus-card p{font-size:16px;color:var(--muted);line-height:1.6;max-width:520px}.focus-card>a{color:var(--blue);margin-top:auto;font-size:14px}.mini-window{position:absolute;left:11%;right:11%;top:18%;bottom:18%;border:1px solid #bfb9b0;border-radius:16px;background:#fff;padding:18px}.mini-top{height:10px;width:100px;border-radius:10px;background:var(--blue)}.mini-kpis{display:flex;gap:10px;margin-top:25px}.mini-kpis i{display:block;flex:1;height:42px;border-radius:10px;background:#e9e9ff;border:1px solid #d8d8ff}.mini-chart{height:84px;display:flex;align-items:end;gap:7px;margin-top:18px}.mini-chart b{flex:1;background:var(--blue);border-radius:4px 4px 0 0}.mini-chart b:nth-child(1){height:32%}.mini-chart b:nth-child(2){height:52%}.mini-chart b:nth-child(3){height:74%}.mini-chart b:nth-child(4){height:58%}.mini-chart b:nth-child(5){height:87%}.flow-visual{display:flex;align-items:center;justify-content:center;gap:16px}.node{width:116px;height:116px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #c9c3bb;font-size:11px;letter-spacing:.15em;font-weight:700}.n2{background:var(--blue);color:#fff;border-color:var(--blue)}.flow-line{width:62px;height:1px;background:#8f8a83}.reports{background:var(--paper)}.section-heading.compact{margin-bottom:54px}.report-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.report-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;min-height:560px;display:flex;flex-direction:column}.report-card.land-card{grid-column:1/-1;display:grid;grid-template-columns:1.18fr .82fr;min-height:510px}.report-art{height:300px;background:#e9e7e2;position:relative;overflow:hidden}.land-card .report-art{height:auto;min-height:510px;background:var(--blue)}.land-art svg{width:100%;height:100%}.parcel{stroke:#fff;stroke-width:2}.p1{fill:#b9b9ff}.p2{fill:#8e8eff}.p3{fill:#fff}.p4{fill:#d8d8ff}.road{fill:none;stroke:#fff;stroke-width:10;stroke-linecap:round;opacity:.85}.pin{fill:#fff}.hairline{stroke:#fff;stroke-width:2;opacity:.5}.report-card-body{padding:26px;display:flex;flex-direction:column;flex:1}.report-meta{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.14em;color:var(--muted)}.report-card h3{font-size:34px;margin:28px 0 10px}.report-card p{line-height:1.55;color:var(--muted);margin:0 0 22px}.tags{display:flex;flex-wrap:wrap;gap:7px}.tags span{font-size:11px;border:1px solid var(--line);padding:7px 10px;border-radius:999px}.report-link{margin-top:auto;padding-top:28px;color:var(--blue);font-weight:600;font-size:14px}.report-link.disabled{color:#8d8881;pointer-events:none}.kpi-art{background:#161616;color:#fff;padding:28px}.kpi-score{font-family:Poppins,Arial,sans-serif;font-size:82px}.kpi-bars{position:absolute;left:28px;right:28px;bottom:44px;height:130px;display:flex;gap:10px;align-items:end}.kpi-bars i{flex:1;height:var(--h);background:var(--blue);border-radius:7px 7px 0 0}.kpi-line{position:absolute;left:28px;right:28px;bottom:32px;border-top:1px solid rgba(255,255,255,.35)}.tenancy-art{background:#eeeae3}.building{position:absolute;left:45px;bottom:0;width:230px;height:230px;border:2px solid var(--ink);border-bottom:0;padding:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.building i{background:#fff;border:1px solid #c8c3bb}.building i:nth-child(2),.building i:nth-child(6),.building i:nth-child(9){background:var(--blue)}.occupancy{position:absolute;right:44px;top:70px}.occupancy strong{display:block;font-family:Poppins,Arial,sans-serif;font-size:78px;font-weight:400}.occupancy span{font-size:12px;letter-spacing:.12em;text-transform:uppercase}.calendar-art{background:#fff}.month{font-size:55px;font-weight:700;color:var(--blue);position:absolute;left:30px;top:28px}.calendar-grid{position:absolute;left:30px;right:30px;bottom:28px;display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.calendar-grid i{height:29px;border-radius:7px;background:#ebe8e2}.calendar-grid i.active{background:var(--blue)}.utilities-art{background:var(--blue)}.utilities-art svg{width:100%;height:100%}.utilities-art circle{fill:#fff}.utility-line{fill:none;stroke:#fff;stroke-width:4}.more-card{background:var(--blue);color:#fff}.more-copy{padding:34px;display:flex;flex-direction:column;height:100%}.more-copy .eyebrow{color:#fff;opacity:.8}.more-copy h3{font-size:42px;line-height:1.08;margin:40px 0 18px}.more-copy p{color:rgba(255,255,255,.75)}.more-copy a{color:#fff;margin-top:auto}.automation-section{background:var(--blue);color:#fff}.section-heading.inverse .eyebrow,.section-heading.inverse>p{color:#fff}.section-heading.inverse>p{opacity:.76}.sentinel-feature{background:#fff;color:var(--ink);border-radius:var(--radius);padding:34px;display:grid;grid-template-columns:.7fr 1.3fr;gap:54px}.sentinel-copy h3{font-size:46px;line-height:1.02;margin:16px 0}.sentinel-copy p{color:var(--muted);line-height:1.6}.sentinel-copy .button{margin-top:20px;background:var(--blue);color:#fff}.sentinel-system{border:1px solid var(--line);border-radius:22px;padding:25px;background:#f8f7f4}.system-label{font-size:11px;letter-spacing:.14em}.system-flow{display:grid;grid-template-columns:1fr 70px 1fr 70px 1fr;align-items:center;margin-top:80px}.system-step{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.system-step span{color:var(--blue);font-size:12px}.system-step strong,.system-step small{display:block}.system-step strong{margin-top:28px}.system-step small{color:var(--muted);margin-top:6px}.connector{height:1px;background:#a29c94}.exception-row{margin-top:34px;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted)}.exception-row i{width:9px;height:9px;border-radius:50%;background:var(--blue)}.exception-row strong{margin-left:auto;color:var(--ink)}.impact{background:#fff}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.impact-story{padding:30px 28px 0 0;min-height:250px;border-right:1px solid var(--line)}.impact-story:last-child{border-right:0;padding-right:0;padding-left:28px}.impact-story:not(:first-child){padding-left:28px}.impact-story span{color:var(--blue);font-size:12px;letter-spacing:.14em}.impact-story h3{font-size:23px;margin:24px 0 13px}.impact-story p{color:var(--muted);line-height:1.6}.contact{background:var(--paper)}.contact-box{border-top:1px solid var(--line);padding-top:70px;display:grid;grid-template-columns:1.2fr .8fr;gap:80px}.contact h2{font-size:clamp(48px,5vw,76px)}.contact-actions{align-self:end}.contact-actions p{max-width:420px;color:var(--muted);line-height:1.6}.footer{border-top:1px solid var(--line);background:var(--paper);padding:34px 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end}.footer-brand img{width:38px;height:38px}.footer-grid>p{font-size:12px;color:var(--muted);text-align:center}.footer-links{display:flex;justify-content:flex-end;gap:20px;font-size:12px;color:var(--muted)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}
@media(max-width:900px){.shell{width:min(100% - 30px,var(--shell))}.section-pad{padding:76px 0}.nav-wrap{grid-template-columns:1fr auto}.nav,.nav-cta{display:none}.menu-toggle{display:block}.nav.open{display:flex;position:absolute;top:88px;left:15px;right:15px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:18px;flex-direction:column}.hero-grid,.section-heading,.contact-box,.sentinel-feature{grid-template-columns:1fr;gap:34px}.hero{padding-top:54px}.hero h1{font-size:58px}.mission-card{min-height:280px}.stat-strip{grid-template-columns:1fr 1fr}.focus-grid,.report-grid{grid-template-columns:1fr}.report-card.land-card{grid-column:auto;display:flex}.land-card .report-art{min-height:330px}.impact-grid{grid-template-columns:1fr 1fr}.impact-story:nth-child(2){border-right:0}.impact-story:nth-child(3),.impact-story:nth-child(4){border-top:1px solid var(--line)}.system-flow{grid-template-columns:1fr;gap:12px;margin-top:35px}.connector{width:1px;height:28px;justify-self:center}.exception-row{flex-wrap:wrap}.exception-row strong{margin-left:0;width:100%}.footer-grid{grid-template-columns:1fr;gap:20px}.footer-grid>p{text-align:left}.footer-links{justify-content:flex-start}}
@media(max-width:620px){.site-header{position:relative}.nav-wrap{height:78px}.brand-copy strong{font-size:19px}.brand img{width:38px;height:38px}.section-pad{padding:62px 0}.hero h1{font-size:48px}.lede{font-size:17px}.hero-actions{flex-direction:column;align-items:stretch}.stat-strip{grid-template-columns:1fr}.stat-strip div{border-bottom:1px solid var(--line)}.focus-card{min-height:510px}.focus-visual{height:230px}.report-card h3{font-size:30px}.impact-grid{grid-template-columns:1fr}.impact-story{border-right:0!important;border-top:1px solid var(--line)!important;padding:26px 0!important}.impact-story:first-child{border-top:0!important}.section-heading h2,.contact h2{font-size:48px}.mission-number{font-size:92px}.report-meta{gap:15px;flex-wrap:wrap}}

/* V2.1 — Poppins only; consistent MRANTI blue + white identity */
.hero h1 em,.section-heading h2 em,.contact h2 em{font-style:normal;color:var(--blue);font-weight:500}
.automation-section h2 em{color:#fff}
.site-header .nav-cta{background:var(--blue)}
.catalogue-promo{background:#fff}
.catalogue-promo-grid{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding-top:60px}
.catalogue-promo h2{font-size:clamp(38px,4vw,58px);letter-spacing:-.045em;line-height:1.1;margin:0 0 26px;font-weight:600}
.catalogue-promo h2 span{color:var(--blue)}
.catalogue-promo p:not(.eyebrow){color:var(--muted);line-height:1.75;max-width:580px;margin-bottom:30px}
.catalogue-promo-preview{border:1px solid #dcdfe8;border-radius:20px;padding:25px 25px 14px;box-shadow:0 18px 55px rgba(13,26,64,.05);background:#fff;overflow:hidden}
.promo-brow{display:flex;align-items:center;justify-content:space-between;padding-bottom:25px;color:#181b28}.promo-brow small{font-size:10px;color:var(--blue);letter-spacing:.15em}
.promo-cols{display:grid;grid-template-columns:1fr .8fr .65fr 1fr;gap:8px;padding:16px 0;border-top:1px solid #e6e9f0;font-size:11px;color:#222d49}.promo-cols.muted{color:#7a8191}
.promo-foot{text-align:right;padding:19px 0 8px;color:var(--blue);font-size:11px;font-weight:600}
@media(max-width:900px){.catalogue-promo-grid{grid-template-columns:1fr;gap:25px}.nav.open{z-index:50}}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

.kpi-score{font-size:64px}.occupancy strong{font-size:34px;font-weight:600}


/* DataStack V2.2 | Compact live-report gallery + three-project automation showcase */
.gallery-section{background:#14151a;color:#fff;overflow:hidden;padding-top:86px;padding-bottom:78px;position:relative}
.gallery-section::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.21;background:repeating-radial-gradient(ellipse at 50% -45%,transparent 0,transparent 84px,#606477 85px,transparent 87px);mask-image:linear-gradient(#000 0%, transparent 72%)}
.gallery-section>.shell{position:relative}
.gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:30px}
.gallery-heading .eyebrow{color:#a8aaff;font-size:10px;margin:0 0 10px}.gallery-heading h2{font-size:clamp(36px,5vw,65px);letter-spacing:-.05em;margin:0 0 7px;line-height:1.1;font-weight:600}.gallery-heading h2 .caret{display:inline-block;width:3px;height:.83em;background:#fff;margin-left:10px;vertical-align:-.04em;animation:caret-flash 1.2s steps(2,start) infinite}@keyframes caret-flash{to{opacity:0}}.gallery-heading p{font-size:13px;color:#b7bbc9;margin:0;max-width:620px;line-height:1.7}.gallery-all{display:inline-flex;align-items:center;gap:12px;font-size:12px;background:#fff;color:#15151b;border:1px solid #fff;border-radius:9px;padding:13px 18px;white-space:nowrap;font-weight:600}.gallery-all:hover{background:#dfe1ff}
.gallery-stage{height:clamp(400px,49vw,570px);position:relative;isolation:isolate;perspective:1300px;margin:8px -30px 0;touch-action:pan-y}
.gallery-slide{position:absolute;width:min(79%,960px);height:calc(100% - 18px);left:50%;top:9px;display:flex;flex-direction:column;overflow:hidden;background:#fff;color:#14151b;border-radius:17px;border:1px solid #565a6f;box-shadow:0 28px 70px rgba(0,0,0,.43);transition:transform .5s cubic-bezier(.2,.8,.2,1),opacity .4s,filter .4s;transform:translateX(-50%) scale(.75);opacity:0;pointer-events:none;z-index:0}
.gallery-slide.is-active{transform:translateX(-50%) scale(1);opacity:1;z-index:3;pointer-events:auto;filter:none}
.gallery-slide.is-prev{transform:translateX(-124%) scale(.75) rotateY(-5deg);opacity:.5;z-index:1;filter:brightness(.7)}
.gallery-slide.is-next{transform:translateX(24%) scale(.75) rotateY(5deg);opacity:.5;z-index:1;filter:brightness(.7)}
.gallery-slide-top{height:42px;min-height:42px;display:flex;gap:9px;align-items:center;background:#f8f9fc;padding:0 17px;border-bottom:1px solid #e3e5ec;font-size:10px;font-weight:700;letter-spacing:.08em}.gallery-slide-top small{margin-left:auto;font-size:9px;color:#0000ff;font-weight:700}.live-dot{width:7px;height:7px;border-radius:50%;background:#24a96b;box-shadow:0 0 0 3px #d5f5e6}.directory-dot{background:#0000ff;box-shadow:0 0 0 3px #d6dcff}
.gallery-viewport{flex:1;min-height:0;position:relative;background:#e7ebf3}.gallery-viewport iframe{display:block;border:0;width:100%;height:100%;background:#fff}.frame-tip{position:absolute;right:8px;bottom:8px;background:rgba(255,255,255,.94);color:#48506b;padding:6px 8px;border-radius:6px;font-size:9px;max-width:245px;pointer-events:none}
.gallery-slide-foot{min-height:67px;background:#fff;border-top:1px solid #e3e5ec;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:11px;line-height:1.5;color:#586074}.gallery-slide-foot a{color:#0000ff;font-weight:600;white-space:nowrap;border:1px solid #cbd2ff;padding:10px 13px;border-radius:8px}.gallery-slide-foot a:hover{background:#0000ff;color:#fff}
.directory-preview{flex:1;min-height:0;background:#0000ff;color:#fff;padding:clamp(24px,4vw,45px);display:flex;flex-direction:column;justify-content:center}.directory-eyebrow{font-size:10px;font-weight:600;letter-spacing:.15em}.directory-preview h3{font-size:clamp(33px,5vw,68px);line-height:1.07;margin:18px 0}.directory-list{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:6px}.directory-list span{border-top:1px solid rgba(255,255,255,.38);padding:12px 0;font-size:12px;display:flex;justify-content:space-between}.directory-list b{font-size:15px;font-weight:400}
.gallery-controls{display:flex;justify-content:space-between;align-items:center;margin:13px auto 0;max-width:1000px}.gallery-control-left{display:flex;align-items:center;gap:16px}.gallery-arrow{height:38px;width:38px;border:1px solid #575b67;background:#23252b;color:#fff;border-radius:9px;cursor:pointer;font-size:20px}.gallery-arrow:hover,.gallery-arrow:focus-visible{background:#0000ff;outline:0;border-color:#0000ff}.gallery-pager{display:flex;gap:6px;align-items:center}.gallery-pager button{border:0;background:#5c6070;width:7px;height:7px;border-radius:100px;cursor:pointer;padding:0}.gallery-pager button.selected{width:24px;background:#fff}.gallery-controls p{font-size:11px;color:#bbc0c9;letter-spacing:.07em}.gallery-footnote{font-size:10px;color:#999fae;margin:8px auto 0;max-width:1000px;line-height:1.6}.gallery-catalogue{margin-top:47px;padding-top:26px;border-top:1px solid #4b4e5b;display:flex;justify-content:space-between;align-items:center;gap:22px}.gallery-catalogue .eyebrow{color:#a5a8ff;margin-bottom:7px;font-size:10px}.gallery-catalogue h3{font-size:22px;margin:0 0 5px}.gallery-catalogue p{font-size:12px;color:#b6b9c5;margin:0}.gallery-directory-link{color:#fff;font-size:12px;border:1px solid #626575;padding:13px 17px;border-radius:9px;white-space:nowrap}
.automation-v22{background:var(--paper);color:var(--ink);padding:88px 0 96px}.automation-intro{display:grid;grid-template-columns:1.05fr .95fr;align-items:end;gap:60px;margin-bottom:34px}.automation-intro h2{font-size:clamp(38px,4.7vw,66px);line-height:1.07;letter-spacing:-.05em;font-weight:600;margin:0}.automation-intro h2 span{color:#0000ff}.automation-intro>p{max-width:465px;font-size:14px;line-height:1.8;color:#62646d;margin:0 0 5px}.automation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}.automation-project{background:#fff;border:1px solid #dedee4;border-radius:18px;overflow:hidden;min-width:0;display:flex;flex-direction:column;box-shadow:0 10px 33px rgba(11,13,30,.03);transition:transform .25s,border-color .25s}.automation-project:hover{transform:translateY(-3px);border-color:#c1c6fa}.project-top{padding:15px 17px;display:flex;justify-content:space-between;gap:12px;color:#62646e;font-size:9px;font-weight:600;letter-spacing:.08em;min-height:44px}.project-art{height:195px;position:relative;overflow:hidden;background:#efefff;margin:0 13px;border-radius:10px}.project-art-rfp{background:#0e0ee5}.paper-stack{position:absolute;width:140px;height:160px;border-radius:9px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.12);top:16px;left:calc(50% - 65px)}.paper-back{transform:rotate(-10deg) translateX(-22px);background:#bfc4ff}.paper-front{transform:rotate(5deg) translateX(11px);padding:22px}.paper-front i{display:block;background:#e2e5ff;height:8px;border-radius:4px;margin:12px 0}.paper-front i:nth-child(2){width:80%}.paper-front i:nth-child(3){width:65%}.paper-front b{position:absolute;bottom:13px;right:13px;background:#0000ff;color:#fff;border-radius:100%;font-size:21px;width:37px;height:37px;text-align:center;line-height:37px}.rfp-stamp{position:absolute;left:14px;bottom:15px;color:#fff;font-size:10px;letter-spacing:.12em;line-height:1.4;font-weight:600}.project-art-sentinel{background:#171927;display:flex;align-items:center;justify-content:center;gap:5px;padding:12px}.pipeline-node{border:1px solid #494d67;background:#24283b;flex:1;min-width:0;padding:13px 6px;border-radius:9px;color:#fff;font-size:9px;line-height:1.4;text-align:center}.pipeline-node span{display:block;color:#979eff;font-size:9px;margin-bottom:10px}.pipeline-node.emphasis{background:#0000ff;border-color:#7e85ff}.pipeline-node.emphasis span{color:#fff}.pipeline-track{width:12px;height:1px;background:#8f94af;display:flex;justify-content:center;align-items:center;gap:2px}.pipeline-track i{width:2px;height:2px;border-radius:50%;background:#fff}.project-art-utility{background:#e8f0fa;display:flex;align-items:center;gap:14px;justify-content:center;padding:25px}.utility-meter{background:#fff;border:1px solid #b8cee9;border-radius:12px;padding:16px;min-width:43%;height:138px;display:flex;flex-direction:column;gap:12px;position:relative}.utility-meter>span,.utility-output>span{font-size:9px;color:#204f8a;letter-spacing:.05em}.meter-face{height:64px;display:flex;align-items:end;gap:6px}.meter-face i{flex:1;background:#0000ff;opacity:.15;height:40%;border-radius:3px 3px 0 0}.meter-face i:nth-child(2){height:72%;opacity:.4}.meter-face i:nth-child(3){height:55%;opacity:.55}.meter-face i:nth-child(4){height:88%;opacity:.75}.meter-face i:nth-child(5){height:65%;opacity:1}.utility-meter>b{position:absolute;right:-20px;top:52px;z-index:2;color:#0000ff}.utility-output{background:#fff;border:1px solid #b8cee9;border-radius:12px;padding:16px;min-width:43%;height:138px;display:flex;flex-direction:column;justify-content:space-between}.utility-lines{display:grid;gap:7px}.utility-lines i{height:7px;border-radius:3px;background:#ceddf6}.utility-lines i:nth-child(2){width:82%}.utility-lines i:nth-child(3){width:68%}
.project-copy{padding:19px 19px 24px;display:flex;flex-direction:column;flex:1}.project-kicker{color:#0000ff;font-size:9px;font-weight:700;letter-spacing:.12em}.project-copy h3{font-size:24px;margin:8px 0 10px;letter-spacing:-.035em;font-weight:600}.project-copy p{font-size:12px;color:#62646d;line-height:1.78;margin:0 0 20px}.project-cta{background:#0000ff;color:#fff;font-size:11px;font-weight:600;padding:12px 15px;border-radius:8px;margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.project-cta:hover{background:#101083}.automation-contact{border-top:1px solid #d7d5ce;margin-top:29px;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.automation-contact p{font-size:14px;margin:0}.automation-contact a{font-size:13px;font-weight:600;color:#0000ff}
@media(max-width:900px){.gallery-section{padding:65px 0}.gallery-stage{height:470px;margin:10px -15px}.gallery-slide{width:88%}.gallery-slide.is-prev{transform:translateX(-116%) scale(.8)}.gallery-slide.is-next{transform:translateX(16%) scale(.8)}.automation-intro{grid-template-columns:1fr;gap:12px}.automation-grid{grid-template-columns:1fr 1fr}.automation-project:first-child{grid-column:1/-1}.project-art{height:175px}.project-art-rfp{height:235px}}
@media(max-width:640px){.gallery-heading{flex-direction:column;align-items:start;gap:17px}.gallery-stage{height:440px;margin:8px -12px}.gallery-slide{width:94%;border-radius:12px}.gallery-slide.is-prev{transform:translateX(-113%) scale(.85)}.gallery-slide.is-next{transform:translateX(13%) scale(.85)}.gallery-slide-top{padding:0 9px;font-size:8px}.gallery-slide-top small{font-size:7px}.gallery-slide-foot{font-size:9px;padding:8px;gap:5px;min-height:66px}.gallery-slide-foot a{font-size:9px;padding:8px}.gallery-viewport{min-height:0}.gallery-controls{margin-top:11px}.gallery-controls p{font-size:9px}.gallery-catalogue{align-items:flex-start;flex-direction:column;gap:20px}.gallery-directory-link{width:100%;text-align:center}.directory-preview h3{font-size:39px}.directory-list{grid-template-columns:1fr;gap:1px}.directory-list span{padding:5px 0;font-size:10px}.automation-v22{padding:62px 0}.automation-grid{grid-template-columns:1fr}.automation-project:first-child{grid-column:auto}.project-art,.project-art-rfp{height:215px}.automation-contact{flex-direction:column;align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.gallery-slide{transition:none}.gallery-heading h2 .caret{animation:none}}
/* Mobile containment: original V2 focus graphics must not determine the page width. */
@media(max-width:640px){
  .focus-grid{grid-template-columns:minmax(0,1fr)}
  .focus-card{min-width:0;width:100%;overflow:hidden}
  .focus-visual{min-width:0;max-width:100%}
  .flow-visual{gap:6px}
  .flow-visual .node{width:28%;height:80px;flex:0 0 28%;font-size:9px;min-width:0}
  .flow-visual .flow-line{flex:1;width:auto;min-width:4px}
  .mini-window{min-width:0}
  .focus-card h3{overflow-wrap:anywhere}
}
