/* NOEVA Systems v6 visual/content layer
   Loaded after the stable 5.6 stylesheet so the existing site remains backwards-compatible. */

:root{
  --nv-ink:#14211d;
  --nv-muted:#627069;
  --nv-line:#dfe7e2;
  --nv-paper:#f7f8f5;
  --nv-panel:#ffffff;
  --nv-green:#214f40;
  --nv-green-2:#2f6d58;
  --nv-mint:#e5efe9;
  --nv-sand:#eee8dd;
  --nv-blue:#dfe9ec;
  --nv-orange:#d58b52;
  --nv-shadow:0 18px 48px rgba(25,49,40,.10);
  --nv-radius:24px;
  --nv-radius-sm:16px;
}
html{scroll-behavior:smooth}
body{background:var(--nv-paper);color:var(--nv-ink)}
.site-header{background:rgba(247,248,245,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(30,63,51,.10)}
.navbar{max-width:1320px}
.main-nav a,.lang-switch a{font-weight:650}
.cta-btn{border-radius:999px;padding:.78rem 1.15rem;background:var(--nv-ink);color:#fff!important}
.cta-btn:hover{background:var(--nv-green)}

.nv-shell{max-width:1320px;margin:0 auto;padding:0 34px}
.nv-hero{padding:72px 0 34px;overflow:hidden}
.nv-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:58px;align-items:center}
.nv-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.79rem;letter-spacing:.08em;text-transform:uppercase;font-weight:800;color:var(--nv-green);margin-bottom:20px}
.nv-eyebrow:before{content:"";width:34px;height:2px;background:var(--nv-green)}
.nv-hero h1{font-size:clamp(3.1rem,6.2vw,6.45rem);line-height:.94;letter-spacing:-.055em;max-width:890px;margin:0 0 26px}
.nv-hero .lead{font-size:clamp(1.16rem,1.7vw,1.45rem);line-height:1.58;color:#46544e;max-width:780px;margin:0}
.nv-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.nv-btn,.nv-btn-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:999px;font-weight:800;text-decoration:none;transition:.18s ease}
.nv-btn{background:var(--nv-green);color:#fff}
.nv-btn:hover{background:var(--nv-ink);transform:translateY(-1px)}
.nv-btn-ghost{border:1px solid #cbd7d1;color:var(--nv-ink);background:rgba(255,255,255,.64)}
.nv-btn-ghost:hover{border-color:var(--nv-green);background:#fff}
.nv-hero-note{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px;color:var(--nv-muted);font-size:.91rem}
.nv-hero-note span{display:inline-flex;align-items:center;gap:7px}
.nv-hero-note span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--nv-green-2)}

.nv-stage{position:relative;min-height:590px;border-radius:34px;overflow:hidden;background:#17382f;box-shadow:var(--nv-shadow)}
.nv-stage>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.74) contrast(.92) brightness(.72);transform:scale(1.03)}
.nv-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(12,33,27,.28),rgba(12,33,27,.83) 78%)}
.nv-stage-label{position:absolute;z-index:3;top:28px;left:28px;color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.nv-stage-card{position:absolute;z-index:3;background:rgba(249,251,249,.94);border:1px solid rgba(255,255,255,.56);box-shadow:0 16px 38px rgba(5,19,14,.22);border-radius:19px;padding:16px 17px;min-width:195px}
.nv-stage-card b{display:block;font-size:.79rem;text-transform:uppercase;letter-spacing:.07em;color:var(--nv-green);margin-bottom:5px}
.nv-stage-card strong{display:block;font-size:1.08rem;line-height:1.24}
.nv-stage-card small{display:block;margin-top:5px;color:var(--nv-muted);line-height:1.3}
.nv-stage-card.c1{left:6%;top:20%}
.nv-stage-card.c2{right:7%;top:34%}
.nv-stage-card.c3{left:15%;bottom:18%}
.nv-stage-card.c4{right:10%;bottom:8%}
.nv-stage-line{position:absolute;z-index:2;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.7),rgba(255,255,255,.05));transform-origin:left center}
.nv-stage-line.l1{width:48%;left:24%;top:40%;transform:rotate(14deg)}
.nv-stage-line.l2{width:43%;left:29%;top:61%;transform:rotate(-11deg)}
.nv-stage-dot{position:absolute;z-index:3;width:11px;height:11px;border:3px solid rgba(255,255,255,.8);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.09)}
.nv-stage-dot.d1{left:48%;top:43%}.nv-stage-dot.d2{left:55%;top:62%}

.nv-section{padding:78px 0}
.nv-section.tight{padding:56px 0}
.nv-section.dark{background:var(--nv-ink);color:#fff}
.nv-section.sand{background:var(--nv-sand)}
.nv-section.mint{background:var(--nv-mint)}
.nv-head{display:grid;grid-template-columns:.78fr 1.22fr;gap:46px;align-items:start;margin-bottom:38px}
.nv-kicker{font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;font-weight:850;color:var(--nv-green)}
.dark .nv-kicker{color:#a9d1bf}
.nv-head h2{font-size:clamp(2.15rem,4.6vw,4.65rem);letter-spacing:-.045em;line-height:.99;margin:0}
.nv-head p{font-size:1.12rem;line-height:1.65;color:var(--nv-muted);max-width:720px;margin:15px 0 0}
.dark .nv-head p{color:#cad5d0}

.nv-outcome-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.nv-outcome{background:var(--nv-panel);border:1px solid var(--nv-line);border-radius:var(--nv-radius);padding:26px;min-height:300px;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(20,43,34,.04)}
.nv-outcome:hover{transform:translateY(-3px);box-shadow:var(--nv-shadow);transition:.2s ease}
.nv-icon-wrap{width:54px;height:54px;border-radius:15px;background:var(--nv-mint);display:grid;place-items:center;margin-bottom:24px}
.nv-icon{width:28px;height:28px;stroke:var(--nv-green);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nv-outcome h3{font-size:1.38rem;line-height:1.13;margin:0 0 12px;letter-spacing:-.025em}
.nv-outcome p{color:var(--nv-muted);line-height:1.55;margin:0}
.nv-outcome .nv-small{margin-top:auto;padding-top:24px;color:var(--nv-green);font-weight:750;font-size:.9rem}

.nv-portfolio{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.nv-business{background:#fff;border:1px solid var(--nv-line);border-radius:28px;overflow:hidden;display:grid;grid-template-columns:200px 1fr;min-height:250px}
.nv-business-visual{position:relative;overflow:hidden;background:#dfe9e3}
.nv-business-visual img{width:100%;height:100%;object-fit:cover}
.nv-business-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(14,35,28,.18))}
.nv-business-body{padding:25px 26px;display:flex;flex-direction:column}
.nv-business-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}
.nv-business-name{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;font-weight:850;color:var(--nv-green)}
.nv-status{font-size:.73rem;border:1px solid #cad7d1;padding:5px 8px;border-radius:999px;color:#55635d}
.nv-business h3{font-size:1.52rem;line-height:1.12;letter-spacing:-.025em;margin:0 0 10px}
.nv-business p{color:var(--nv-muted);line-height:1.5;margin:0 0 18px}
.nv-business a{margin-top:auto;color:var(--nv-green);font-weight:800;text-decoration:none}
.nv-business a:hover{text-decoration:underline}

.nv-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}
.nv-more{border:1px solid var(--nv-line);border-radius:20px;padding:22px;background:rgba(255,255,255,.66)}
.nv-more .nv-icon-wrap{margin-bottom:16px;width:46px;height:46px}
.nv-more h3{font-size:1.16rem;margin:0 0 8px}
.nv-more p{margin:0;color:var(--nv-muted);line-height:1.5}

.nv-story{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:stretch}
.nv-story-visual{min-height:520px;border-radius:30px;overflow:hidden;position:relative}
.nv-story-visual img{width:100%;height:100%;object-fit:cover}
.nv-story-visual .caption{position:absolute;left:22px;right:22px;bottom:22px;background:rgba(248,250,248,.94);border-radius:18px;padding:17px 18px;font-size:.97rem;line-height:1.45}
.nv-story-copy{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.nv-story-step{border-radius:22px;padding:24px;background:#fff;border:1px solid var(--nv-line);min-height:210px}
.nv-story-step .num{font-size:.78rem;font-weight:900;color:var(--nv-green);letter-spacing:.08em;margin-bottom:28px}
.nv-story-step h3{font-size:1.25rem;margin:0 0 10px;line-height:1.15}
.nv-story-step p{margin:0;color:var(--nv-muted);line-height:1.52}

.nv-band{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;border-radius:30px;padding:34px 38px;background:var(--nv-green);color:#fff}
.nv-band h2{margin:0 0 8px;font-size:clamp(1.9rem,3.2vw,3.35rem);letter-spacing:-.04em}
.nv-band p{margin:0;color:#d7e7df;max-width:780px;line-height:1.55}
.nv-band .nv-btn{background:#fff;color:var(--nv-ink);white-space:nowrap}

.nv-page-hero{padding:72px 0 42px}
.nv-page-hero .inner{max-width:1030px}
.nv-page-hero h1{font-size:clamp(3rem,6vw,6.1rem);line-height:.96;letter-spacing:-.055em;margin:0 0 24px}
.nv-page-hero p{font-size:1.25rem;line-height:1.58;color:var(--nv-muted);max-width:880px}
.nv-page-hero .nv-kicker{margin-bottom:18px}

.nv-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.nv-solution{background:#fff;border:1px solid var(--nv-line);border-radius:27px;padding:29px}
.nv-solution .nv-icon-wrap{margin-bottom:20px}
.nv-solution h2{font-size:1.8rem;line-height:1.08;letter-spacing:-.03em;margin:0 0 12px}
.nv-solution p{color:var(--nv-muted);font-size:1.02rem;line-height:1.58;margin:0 0 16px}
.nv-solution ul{margin:18px 0 0;padding:0;list-style:none}
.nv-solution li{padding:10px 0;border-top:1px solid #e7ece9;color:#44524c}
.nv-solution li:before{content:"✓";color:var(--nv-green);font-weight:900;margin-right:9px}

.nv-compare{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.nv-compare-card{background:#fff;border:1px solid var(--nv-line);border-radius:22px;padding:24px}
.nv-compare-card b{display:block;color:var(--nv-green);margin-bottom:8px}
.nv-compare-card p{margin:0;color:var(--nv-muted);line-height:1.52}

.nv-business-directory{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.nv-business-dir{background:#fff;border:1px solid var(--nv-line);border-radius:26px;padding:26px;display:grid;grid-template-columns:64px 1fr;gap:18px}
.nv-business-dir h2{font-size:1.55rem;margin:0 0 7px}
.nv-business-dir h3{font-size:1.05rem;margin:0 0 9px;color:#38463f;font-weight:700}
.nv-business-dir p{color:var(--nv-muted);line-height:1.5;margin:0 0 12px}
.nv-business-dir a{color:var(--nv-green);font-weight:800;text-decoration:none}
.nv-business-dir a:hover{text-decoration:underline}
.nv-directory-note{margin-top:28px;border-left:3px solid var(--nv-green);padding:4px 0 4px 18px;color:var(--nv-muted);line-height:1.6;max-width:920px}

.nv-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.nv-principle{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:22px}
.nv-principle b{display:block;font-size:1.08rem;margin-bottom:9px}
.nv-principle p{margin:0;color:#cbd8d2;line-height:1.5}

@media(max-width:1100px){
  .nv-hero-grid,.nv-story{grid-template-columns:1fr}
  .nv-stage{min-height:520px}
  .nv-outcome-grid{grid-template-columns:repeat(2,1fr)}
  .nv-portfolio{grid-template-columns:1fr}
  .nv-head{grid-template-columns:1fr;gap:14px}
  .nv-principles{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .nv-shell{padding:0 20px}
  .nv-hero{padding-top:48px}
  .nv-hero h1{font-size:clamp(2.8rem,14vw,4.2rem)}
  .nv-stage{min-height:510px;border-radius:24px}
  .nv-stage-card{min-width:0;width:46%;padding:13px}
  .nv-stage-card.c1{left:5%;top:18%}.nv-stage-card.c2{right:5%;top:35%}.nv-stage-card.c3{left:7%;bottom:18%}.nv-stage-card.c4{right:5%;bottom:6%}
  .nv-stage-card strong{font-size:.94rem}
  .nv-stage-card small{font-size:.74rem}
  .nv-outcome-grid,.nv-more-grid,.nv-solution-grid,.nv-business-directory,.nv-compare,.nv-principles{grid-template-columns:1fr}
  .nv-business{grid-template-columns:1fr}
  .nv-business-visual{min-height:220px}
  .nv-story-copy{grid-template-columns:1fr}
  .nv-band{grid-template-columns:1fr;padding:28px}
  .nv-section{padding:58px 0}
  .nv-page-hero{padding-top:48px}
}


/* =========================================================
   NOEVA v6.1 — richer editorial / visual system
   ========================================================= */
.nv-visual-section{padding:82px 0}
.nv-visual-intro{max-width:820px;margin-bottom:34px}
.nv-visual-intro h2{font-size:clamp(2.3rem,4.8vw,4.9rem);line-height:.98;letter-spacing:-.045em;margin:0 0 16px}
.nv-visual-intro p{font-size:1.14rem;line-height:1.66;color:var(--nv-muted);margin:0}

.nv-ecosystem{display:grid;grid-template-columns:.78fr 1.22fr;gap:38px;align-items:stretch}
.nv-ecosystem-copy{padding:32px 0}
.nv-ecosystem-copy h2{font-size:clamp(2.25rem,4.6vw,4.7rem);line-height:.99;letter-spacing:-.045em;margin:0 0 18px}
.nv-ecosystem-copy p{font-size:1.08rem;line-height:1.65;color:var(--nv-muted);max-width:650px}
.nv-ecosystem-copy .nv-actions{margin-top:26px}
.nv-ecosystem-map{position:relative;min-height:520px;border-radius:32px;background:linear-gradient(145deg,#17372e,#214f40 62%,#2f6d58);overflow:hidden;box-shadow:var(--nv-shadow);padding:28px}
.nv-ecosystem-map:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.12),transparent 28%),linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:auto,34px 34px,34px 34px}
.nv-ecosystem-center{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:180px;height:180px;border-radius:50%;display:grid;place-items:center;text-align:center;padding:22px;background:#f8faf8;color:var(--nv-ink);box-shadow:0 18px 42px rgba(5,19,14,.28)}
.nv-ecosystem-center strong{display:block;font-size:1.18rem;line-height:1.12}
.nv-ecosystem-center span{display:block;font-size:.8rem;color:var(--nv-muted);margin-top:6px}
.nv-ecosystem-node{position:absolute;z-index:3;min-width:150px;max-width:190px;background:rgba(250,252,250,.95);border:1px solid rgba(255,255,255,.68);border-radius:16px;padding:13px 14px;box-shadow:0 10px 30px rgba(5,19,14,.22)}
.nv-ecosystem-node b{display:block;font-size:.95rem;color:var(--nv-ink)}
.nv-ecosystem-node small{display:block;color:var(--nv-muted);line-height:1.3;margin-top:3px}
.nv-ecosystem-node.n1{left:5%;top:9%}.nv-ecosystem-node.n2{right:4%;top:8%}.nv-ecosystem-node.n3{left:3%;top:42%}.nv-ecosystem-node.n4{right:4%;top:40%}.nv-ecosystem-node.n5{left:10%;bottom:7%}.nv-ecosystem-node.n6{right:8%;bottom:8%}.nv-ecosystem-node.n7{left:50%;bottom:4%;transform:translateX(-50%)}
.nv-ecosystem-link{position:absolute;z-index:2;left:50%;top:50%;width:36%;height:1px;background:rgba(255,255,255,.34);transform-origin:left center}
.nv-ecosystem-link.l1{transform:rotate(-145deg)}.nv-ecosystem-link.l2{transform:rotate(-35deg)}.nv-ecosystem-link.l3{transform:rotate(180deg)}.nv-ecosystem-link.l4{transform:rotate(0deg)}.nv-ecosystem-link.l5{transform:rotate(142deg)}.nv-ecosystem-link.l6{transform:rotate(36deg)}.nv-ecosystem-link.l7{transform:rotate(90deg);width:24%}

.nv-journey-strip{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:12px;padding-top:26px}
.nv-journey-strip:before{content:"";position:absolute;top:59px;left:8%;right:8%;height:2px;background:linear-gradient(90deg,var(--nv-green),#8ea99d,var(--nv-green))}
.nv-journey-stop{position:relative;z-index:2;background:#fff;border:1px solid var(--nv-line);border-radius:22px;padding:22px 20px;min-height:220px}
.nv-journey-stop .dot{width:20px;height:20px;border-radius:50%;background:var(--nv-green);box-shadow:0 0 0 7px #edf4f0;margin-bottom:26px}
.nv-journey-stop b{display:block;color:var(--nv-green);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.nv-journey-stop h3{font-size:1.2rem;line-height:1.15;margin:0 0 8px}
.nv-journey-stop p{color:var(--nv-muted);line-height:1.48;margin:0}

.nv-conversation{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}
.nv-conversation-copy h2{font-size:clamp(2.3rem,4.8vw,4.8rem);line-height:.98;letter-spacing:-.045em;margin:0 0 18px}
.nv-conversation-copy p{font-size:1.1rem;line-height:1.65;color:var(--nv-muted)}
.nv-browser{border-radius:28px;overflow:hidden;background:#fff;border:1px solid var(--nv-line);box-shadow:var(--nv-shadow)}
.nv-browser-top{display:flex;align-items:center;gap:8px;padding:14px 16px;background:#edf2ee;border-bottom:1px solid var(--nv-line)}
.nv-browser-top i{width:9px;height:9px;border-radius:50%;background:#aebbb5}
.nv-browser-top span{margin-left:8px;font-size:.8rem;color:#6f7d76}
.nv-browser-body{min-height:430px;padding:28px;background:linear-gradient(180deg,#f9fbf9,#edf4f0)}
.nv-agent{display:grid;grid-template-columns:62px 1fr;gap:14px;align-items:center;margin-bottom:26px}
.nv-agent-face{width:62px;height:62px;border-radius:50%;background:linear-gradient(145deg,#234d3f,#6f9a86);position:relative;box-shadow:inset 0 0 0 6px rgba(255,255,255,.18)}
.nv-agent-face:before,.nv-agent-face:after{content:"";position:absolute;top:25px;width:5px;height:5px;border-radius:50%;background:#fff}.nv-agent-face:before{left:20px}.nv-agent-face:after{right:20px}
.nv-agent b{display:block}.nv-agent small{color:var(--nv-muted)}
.nv-chat{display:grid;gap:12px}
.nv-bubble{max-width:82%;padding:14px 16px;border-radius:18px;line-height:1.46;font-size:.96rem}
.nv-bubble.user{justify-self:end;background:var(--nv-green);color:#fff;border-bottom-right-radius:6px}
.nv-bubble.agent{justify-self:start;background:#fff;border:1px solid var(--nv-line);border-bottom-left-radius:6px}
.nv-mic-row{display:flex;align-items:center;gap:10px;margin-top:24px;color:var(--nv-green);font-weight:800;font-size:.9rem}
.nv-mic{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--nv-green);color:#fff}
.nv-mic:before{content:"";width:10px;height:17px;border:2px solid currentColor;border-radius:8px}

.nv-question-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.nv-question{background:#fff;border:1px solid var(--nv-line);border-radius:18px;padding:19px;min-height:150px}
.nv-question span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--nv-green);font-weight:850;margin-bottom:14px}
.nv-question strong{display:block;font-size:1.08rem;line-height:1.28}
.nv-question em{display:block;font-style:normal;color:var(--nv-muted);font-size:.9rem;line-height:1.45;margin-top:10px}

.nv-lenses{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:16px}
.nv-lens{border-radius:26px;padding:26px;min-height:260px;position:relative;overflow:hidden;border:1px solid rgba(33,79,64,.12)}
.nv-lens:nth-child(1){background:#17372e;color:#fff}.nv-lens:nth-child(2){background:var(--nv-sand)}.nv-lens:nth-child(3){background:var(--nv-blue)}
.nv-lens b{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:50px;opacity:.75}
.nv-lens h3{font-size:1.65rem;line-height:1.08;margin:0 0 12px}
.nv-lens p{line-height:1.5;margin:0;max-width:420px}.nv-lens:nth-child(1) p{color:#d5e3dc}.nv-lens:not(:first-child) p{color:var(--nv-muted)}
.nv-lens .names{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
.nv-lens .names span{padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.52);font-size:.82rem}.nv-lens:nth-child(1) .names span{background:rgba(255,255,255,.12)}

.nv-facts-band{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--nv-line);border:1px solid var(--nv-line);border-radius:24px;overflow:hidden}
.nv-fact{background:#fff;padding:24px}.nv-fact b{display:block;color:var(--nv-green);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.nv-fact strong{display:block;font-size:1.18rem;line-height:1.24}.nv-fact p{margin:8px 0 0;color:var(--nv-muted);line-height:1.45;font-size:.92rem}

@media(max-width:1100px){
  .nv-ecosystem,.nv-conversation{grid-template-columns:1fr}
  .nv-question-wall{grid-template-columns:repeat(2,1fr)}
  .nv-lenses{grid-template-columns:1fr}
  .nv-journey-strip{grid-template-columns:repeat(2,1fr)}
  .nv-journey-strip:before{display:none}
  .nv-facts-band{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .nv-ecosystem-map{min-height:680px;padding:18px}
  .nv-ecosystem-center{width:150px;height:150px}
  .nv-ecosystem-node{min-width:0;width:42%;max-width:none;padding:11px}
  .nv-ecosystem-node.n1{left:4%;top:5%}.nv-ecosystem-node.n2{right:4%;top:5%}.nv-ecosystem-node.n3{left:4%;top:25%}.nv-ecosystem-node.n4{right:4%;top:25%}.nv-ecosystem-node.n5{left:4%;bottom:8%}.nv-ecosystem-node.n6{right:4%;bottom:8%}.nv-ecosystem-node.n7{left:50%;bottom:28%}
  .nv-ecosystem-link{display:none}
  .nv-question-wall,.nv-journey-strip,.nv-facts-band{grid-template-columns:1fr}
  .nv-browser-body{padding:20px}
}


/* =========================================================
   NOEVA v6.2 — self-contained public shell
   The V6 layer must render correctly even if a legacy stylesheet
   is delayed or omitted by a deployment target.
   ========================================================= */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  background:#f7f8f5;
  color:#14211d;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit}
img{display:block;max-width:100%}
.skip-link{position:fixed;left:-9999px;top:12px;z-index:9999;background:#fff;color:#14211d;padding:10px 14px;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.skip-link:focus{left:12px}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  width:100%;
  background:rgba(247,248,245,.96);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(20,33,29,.09);
}
.navbar{
  width:100%;
  max-width:1440px;
  height:86px;
  margin:0 auto;
  padding:0 34px;
  display:flex;
  align-items:center;
  gap:26px;
}
.brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}
.brand img{width:206px!important;height:auto!important;max-height:58px!important;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:23px;margin-left:20px}
.main-nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  height:86px;
  padding:0;
  color:#34423d;
  text-decoration:none!important;
  font-size:.9rem;
  line-height:1;
  font-weight:680;
  white-space:nowrap;
}
.main-nav a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:20px;
  height:2px;
  transform:scaleX(0);
  transform-origin:left;
  background:#214f40;
  transition:transform .18s ease;
}
.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}
.nav-spacer{margin-left:auto}
.lang-switch{display:flex;align-items:center;gap:9px}
.lang-switch a{
  text-decoration:none!important;
  font-size:.78rem;
  font-weight:800;
  color:#6b7771;
  padding:6px 2px;
  border-bottom:2px solid transparent;
}
.lang-switch a.active{color:#214f40;border-color:#214f40}
.cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border:0;
  border-radius:999px;
  background:#14211d;
  color:#fff!important;
  text-decoration:none!important;
  font-size:.86rem;
  font-weight:800;
  white-space:nowrap;
  transition:background .18s ease,transform .18s ease;
}
.cta-btn:hover{background:#214f40;transform:translateY(-1px)}
.menu-toggle{display:none;margin-left:auto;padding:8px;border:0;background:transparent;cursor:pointer}
.menu-toggle span{display:block;width:24px;height:2px;margin:5px 0;background:#14211d;border-radius:2px}

.nv-shell{max-width:1420px;margin:0 auto;padding-left:36px;padding-right:36px}
.nv-hero{padding:64px 0 82px}
.nv-hero-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);
  gap:56px;
  align-items:center;
}
.nv-eyebrow{margin-bottom:22px;font-size:.76rem;letter-spacing:.13em}
.nv-hero h1,
.nv-page-hero h1,
.nv-head h2,
.nv-visual-intro h2,
.nv-ecosystem-copy h2,
.nv-conversation-copy h2,
.nv-band h2{
  font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;
  font-weight:700;
}
.nv-hero h1{
  max-width:760px;
  margin-bottom:24px;
  font-size:clamp(3.55rem,5.25vw,5.8rem);
  line-height:.97;
  letter-spacing:-.055em;
}
.nv-hero .lead{max-width:720px;font-size:1.17rem;line-height:1.62;color:#50605a}
.nv-actions{margin-top:28px}
.nv-hero-note{margin-top:24px;font-size:.83rem}
.nv-stage{min-height:540px;border-radius:30px}
.nv-stage-card{max-width:240px}
.nv-stage-card strong{font-size:1rem}
.nv-stage-card small{font-size:.78rem;line-height:1.35}

.nv-section{padding:86px 0}
.nv-section.tight{padding:62px 0}
.nv-head{grid-template-columns:.66fr 1.34fr;gap:52px;margin-bottom:42px}
.nv-head h2{font-size:clamp(2.55rem,4vw,4.35rem)}
.nv-head p{max-width:760px;font-size:1.08rem}
.nv-outcome{min-height:285px}
.nv-outcome h3{font-size:1.31rem}
.nv-business{min-height:270px}
.nv-business-visual{min-width:0}
.nv-story-visual{min-height:500px}

.site-footer{
  margin-top:84px;
  background:#13231d;
  color:#eef4f1;
}
.footer-inner{
  max-width:1420px;
  margin:0 auto;
  padding:58px 36px 44px;
  display:grid;
  grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(150px,.6fr));
  gap:34px;
}
.footer-brand img{width:188px;filter:brightness(0) invert(1);opacity:.95;margin-bottom:18px}
.footer-brand p{max-width:410px;margin:0;color:#bdccc5;line-height:1.6}
.footer-col h4{margin:0 0 15px;font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;color:#8fb6a5}
.footer-col a,.footer-col p{display:block;margin:0 0 10px;color:#d8e4de;text-decoration:none;font-size:.92rem;line-height:1.5}
.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1)}
.footer-bottom .inner{
  max-width:1420px;
  margin:0 auto;
  padding:19px 36px 22px;
  display:flex;
  justify-content:space-between;
  gap:22px;
  color:#9fb1a8;
  font-size:.8rem;
}
.footer-legal-inline{display:flex;gap:18px}
.footer-legal-inline a{color:inherit;text-decoration:none}
.footer-legal-inline a:hover{color:#fff}

@media(max-width:1180px){
  .navbar{padding:0 24px;gap:18px}
  .brand img{width:174px!important}
  .main-nav{gap:16px;margin-left:6px}
  .main-nav a{font-size:.82rem}
  .nv-hero-grid{grid-template-columns:1fr;gap:40px}
  .nv-stage{min-height:500px}
  .footer-inner{grid-template-columns:1.3fr 1fr 1fr}
  .footer-col:last-child{grid-column:2/4}
}
@media(max-width:900px){
  .navbar{height:76px}
  .brand img{width:170px!important;max-height:50px!important}
  .main-nav{
    display:none;
    position:absolute;
    left:16px;
    right:16px;
    top:70px;
    margin:0;
    padding:12px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:#fff;
    border:1px solid #dfe7e2;
    border-radius:18px;
    box-shadow:0 20px 48px rgba(20,43,34,.14);
  }
  .main-nav.open{display:flex}
  .main-nav a{height:auto;padding:14px 12px;font-size:.96rem}
  .main-nav a:after{display:none}
  .menu-toggle{display:block}
  .nav-spacer{display:none}
  .lang-switch{margin-left:auto}
  .cta-btn{display:none}
  .nv-shell{padding-left:22px;padding-right:22px}
  .nv-hero{padding:42px 0 58px}
  .nv-hero-grid{grid-template-columns:1fr}
  .nv-hero h1{font-size:clamp(3rem,10vw,4.6rem)}
  .nv-stage{min-height:480px}
  .footer-inner{grid-template-columns:1fr 1fr;padding-left:22px;padding-right:22px}
  .footer-brand{grid-column:1/-1}
  .footer-col:last-child{grid-column:auto}
  .footer-bottom .inner{padding-left:22px;padding-right:22px}
}
@media(max-width:620px){
  .navbar{padding:0 18px}
  .brand img{width:154px!important}
  .lang-switch{display:none}
  .nv-shell{padding-left:18px;padding-right:18px}
  .nv-hero h1{font-size:clamp(2.7rem,13vw,3.8rem)}
  .nv-stage{min-height:520px;border-radius:22px}
  .nv-stage-card{width:44%;padding:12px}
  .nv-section{padding:62px 0}
  .footer-inner{grid-template-columns:1fr;padding:46px 18px 34px}
  .footer-bottom .inner{padding:18px;flex-direction:column}
  .footer-legal-inline{flex-wrap:wrap}
}


/* =========================================================
   NOEVA v6.3 — systems-company editorial direction
   ========================================================= */
.nv63-hero{padding:74px 0 96px}
.nv63-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(500px,.92fr);gap:72px;align-items:center}
.nv63-hero-copy{max-width:760px}
.nv63-hero-copy .nv-eyebrow{margin-bottom:22px}
.nv63-hero h1{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:clamp(3.85rem,5.4vw,6.25rem);line-height:.94;letter-spacing:-.058em;margin:0 0 28px;max-width:820px}
.nv63-hero .lead{font-size:1.2rem;line-height:1.65;color:#4f5e58;max-width:735px;margin:0}
.nv63-hero .lead strong{color:#17231f}
.nv63-hero-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;color:#66736d;font-size:.82rem}
.nv63-hero-meta span{display:flex;align-items:center;gap:8px}
.nv63-hero-meta span:before{content:"";width:6px;height:6px;border-radius:50%;background:#2d6c56}

.nv63-system-canvas{position:relative;min-height:580px;border-radius:34px;overflow:hidden;padding:28px;background:linear-gradient(145deg,#102b24,#17463a 56%,#265f4c);box-shadow:0 28px 80px rgba(17,48,38,.18);color:#fff}
.nv63-system-canvas:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),radial-gradient(circle at 55% 48%,rgba(112,203,163,.18),transparent 28%);background-size:30px 30px,30px 30px,auto}
.nv63-system-top{position:relative;z-index:2;display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.nv63-system-top b{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase}
.nv63-system-top span{font-size:.76rem;color:#b8cec5;text-align:right;max-width:190px;line-height:1.4}
.nv63-system-stack{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-48%);width:55%;display:grid;gap:10px}
.nv63-system-layer{position:relative;padding:17px 20px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);backdrop-filter:blur(7px)}
.nv63-system-layer strong{display:block;font-size:1rem;margin-bottom:4px}
.nv63-system-layer small{display:block;color:#bfd1ca;line-height:1.38}
.nv63-system-layer.core{background:#f4f7f4;color:#15221d;border-color:#fff;box-shadow:0 16px 38px rgba(5,21,16,.25)}
.nv63-system-layer.core small{color:#607169}
.nv63-system-edge{position:absolute;z-index:2;width:145px}
.nv63-system-edge.left{left:26px;top:190px}.nv63-system-edge.right{right:26px;top:190px}
.nv63-system-edge b{display:block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#91b5a6;margin-bottom:10px}
.nv63-chip{display:block;padding:9px 10px;margin-bottom:8px;border-radius:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);font-size:.8rem;color:#e9f1ed}
.nv63-system-arrow{position:absolute;z-index:1;top:50%;height:1px;background:rgba(255,255,255,.25);width:18%;transform:translateY(-50%)}
.nv63-system-arrow.a{left:18%}.nv63-system-arrow.b{right:18%}
.nv63-system-foot{position:absolute;z-index:2;left:28px;right:28px;bottom:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.nv63-system-foot div{padding-top:10px;border-top:1px solid rgba(255,255,255,.17);font-size:.73rem;color:#abc3b9}
.nv63-system-foot strong{display:block;color:#fff;font-size:.87rem;margin-bottom:3px}

.nv63-build{padding:102px 0}
.nv63-section-intro{display:grid;grid-template-columns:.62fr 1.38fr;gap:58px;align-items:start;margin-bottom:48px}
.nv63-section-intro .nv-kicker{padding-top:9px}
.nv63-section-intro h2{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:clamp(3rem,4.7vw,5.2rem);line-height:.96;letter-spacing:-.052em;margin:0 0 18px}
.nv63-section-intro p{font-size:1.12rem;line-height:1.65;color:#56655e;max-width:800px;margin:0}
.nv63-build-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:18px}
.nv63-build-card{position:relative;overflow:hidden;min-height:430px;border-radius:30px;padding:30px;border:1px solid rgba(25,58,46,.1)}
.nv63-build-card.tech{background:#17372e;color:#fff}
.nv63-build-card.systems{background:#ede8dc}
.nv63-build-card.businesses{background:#ddebe7}
.nv63-build-card .index{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;font-weight:850;opacity:.68}
.nv63-build-card h3{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:2.35rem;line-height:1.02;letter-spacing:-.04em;margin:90px 0 16px;max-width:420px}
.nv63-build-card p{font-size:1rem;line-height:1.58;max-width:430px;margin:0}
.nv63-build-card.tech p{color:#d0dfd8}
.nv63-build-card .examples{position:absolute;left:30px;right:30px;bottom:28px;display:flex;gap:8px;flex-wrap:wrap}
.nv63-build-card .examples span{font-size:.75rem;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.5);border:1px solid rgba(25,58,46,.08)}
.nv63-build-card.tech .examples span{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.12)}

.nv63-flow{padding:100px 0;background:#101e19;color:#fff}
.nv63-flow .nv63-section-intro p{color:#b8c8c1}
.nv63-flow-grid{display:grid;grid-template-columns:.78fr 1.44fr .78fr;gap:22px;align-items:stretch}
.nv63-flow-col{border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:24px;background:rgba(255,255,255,.035)}
.nv63-flow-col h3{font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:#86b09e;margin:0 0 24px}
.nv63-flow-node{padding:15px 14px;border-top:1px solid rgba(255,255,255,.1)}
.nv63-flow-node:first-of-type{border-top:0}
.nv63-flow-node b{display:block;font-size:.98rem;margin-bottom:4px}
.nv63-flow-node span{display:block;color:#aebfb7;font-size:.84rem;line-height:1.4}
.nv63-flow-core{border-radius:30px;padding:28px;background:linear-gradient(145deg,#1c493b,#225b48);position:relative;overflow:hidden}
.nv63-flow-core:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.1),transparent 28%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,26px 26px,26px 26px}
.nv63-flow-core-inner{position:relative;z-index:1}
.nv63-flow-core .label{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:#a8c9bb;margin-bottom:26px}
.nv63-capability{display:grid;grid-template-columns:40px 1fr;gap:14px;align-items:start;padding:16px 0;border-top:1px solid rgba(255,255,255,.13)}
.nv63-capability:first-of-type{border-top:0}
.nv63-capability .num{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.09);font-size:.72rem;color:#cfddd7}
.nv63-capability strong{display:block;font-size:1.06rem;margin-bottom:5px}
.nv63-capability p{margin:0;color:#bfd0c9;font-size:.9rem;line-height:1.45}

.nv63-portfolio{padding:106px 0}
.nv63-project-index{border-top:1px solid #cad5cf}
.nv63-project-row{display:grid;grid-template-columns:58px 220px minmax(0,1fr) 190px 36px;gap:24px;align-items:center;padding:28px 10px;border-bottom:1px solid #cad5cf;text-decoration:none;transition:background .18s ease,padding .18s ease}
.nv63-project-row:hover{background:#edf3ef;padding-left:18px;padding-right:18px}
.nv63-project-row .num{font-size:.74rem;color:#78867f}
.nv63-project-row .name{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:1.7rem;line-height:1}
.nv63-project-row .desc{font-size:1rem;line-height:1.48;color:#516159;max-width:620px}
.nv63-project-row .meta{text-align:right;font-size:.78rem;color:#75827c}
.nv63-project-row .meta strong{display:block;color:#2d5e4b;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}
.nv63-project-row .arrow{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid #b8c7c0;font-size:1.05rem;transition:transform .18s ease,background .18s ease}
.nv63-project-row:hover .arrow{transform:translateX(4px);background:#17372e;color:#fff;border-color:#17372e}

.nv63-human{padding:100px 0;background:#e7efe9}
.nv63-human-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.nv63-human h2{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:clamp(3rem,4.8vw,5rem);line-height:.97;letter-spacing:-.05em;margin:0 0 20px}
.nv63-human p{font-size:1.08rem;line-height:1.65;color:#526159;max-width:660px}
.nv63-human-panel{background:#fff;border:1px solid #d4dfd9;border-radius:30px;padding:28px;box-shadow:0 22px 60px rgba(37,76,61,.09)}
.nv63-human-panel .question{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:2rem;line-height:1.08;letter-spacing:-.03em;margin-bottom:22px}
.nv63-human-panel .answer{padding:18px;border-radius:18px;background:#f1f5f2;color:#44534c;line-height:1.58}
.nv63-human-panel .modes{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}
.nv63-human-panel .modes span{padding:8px 10px;border:1px solid #d2ded8;border-radius:999px;font-size:.76rem;font-weight:750;color:#385246}

.nv63-project-hero{padding:78px 0 68px}
.nv63-project-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:56px;align-items:center}
.nv63-project-hero h1{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:clamp(3.4rem,5.1vw,5.6rem);line-height:.96;letter-spacing:-.052em;margin:0 0 22px}
.nv63-project-hero p{font-size:1.18rem;line-height:1.62;color:#526159;max-width:760px}
.nv63-project-mark{min-height:390px;border-radius:30px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,#17372e,#2c6652);color:#fff;position:relative;overflow:hidden}
.nv63-project-mark:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 35%,rgba(255,255,255,.12),transparent 24%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:auto,28px 28px,28px 28px}
.nv63-project-mark>*{position:relative;z-index:1}
.nv63-project-mark .project-name{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:2.35rem}
.nv63-project-mark .project-purpose{max-width:300px;color:#cee0d8;line-height:1.5}
.nv63-project-mark .project-symbol{font-size:6rem;line-height:1;opacity:.9;align-self:flex-end}
.nv63-project-body{padding:88px 0}
.nv63-project-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:54px}
.nv63-project-grid h2{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:3rem;line-height:1;letter-spacing:-.045em;margin:0}
.nv63-project-sections{display:grid;gap:16px}
.nv63-project-section{padding:24px 0;border-top:1px solid #ced8d3}
.nv63-project-section:first-child{border-top:0;padding-top:0}
.nv63-project-section h3{font-size:1.25rem;margin:0 0 8px}
.nv63-project-section p{font-size:1rem;line-height:1.62;color:#536159;margin:0;max-width:760px}
.nv63-project-status{margin-top:24px;padding:20px 22px;border-radius:18px;background:#edf3ef;border:1px solid #d8e3dd}
.nv63-project-status b{display:block;color:#2d5f4c;margin-bottom:5px}
.nv63-project-status p{margin:0;color:#55645d;line-height:1.5}

@media(max-width:1120px){
  .nv63-hero-grid,.nv63-project-hero-grid,.nv63-human-grid{grid-template-columns:1fr}
  .nv63-build-grid{grid-template-columns:1fr 1fr}
  .nv63-build-card.tech{grid-column:1/-1}
  .nv63-flow-grid{grid-template-columns:1fr}
  .nv63-flow-core{order:-1}
  .nv63-project-row{grid-template-columns:44px 180px minmax(0,1fr) 32px}
  .nv63-project-row .meta{display:none}
}
@media(max-width:760px){
  .nv63-hero{padding:48px 0 64px}
  .nv63-hero-grid{gap:38px}
  .nv63-hero h1{font-size:clamp(3rem,13vw,4.3rem)}
  .nv63-system-canvas{min-height:620px;border-radius:24px;padding:20px}
  .nv63-system-stack{width:66%}
  .nv63-system-edge{width:28%}.nv63-system-edge.left{left:16px}.nv63-system-edge.right{right:16px}
  .nv63-system-foot{grid-template-columns:repeat(2,1fr);left:20px;right:20px}
  .nv63-section-intro{grid-template-columns:1fr;gap:16px}
  .nv63-build,.nv63-flow,.nv63-portfolio,.nv63-human{padding:70px 0}
  .nv63-build-grid{grid-template-columns:1fr}
  .nv63-build-card.tech{grid-column:auto}
  .nv63-build-card{min-height:390px}
  .nv63-project-row{grid-template-columns:34px 1fr 34px;gap:14px;padding:22px 4px}
  .nv63-project-row .desc{grid-column:2/3;font-size:.92rem}
  .nv63-project-row .name{font-size:1.45rem}
  .nv63-project-row .arrow{grid-column:3;grid-row:1/3}
  .nv63-project-grid{grid-template-columns:1fr;gap:26px}
  .nv63-project-hero h1{font-size:clamp(3rem,13vw,4.4rem)}
}


/* =========================================================
   NOEVA v6.4 — CI alignment + boutique visual language
   Deep Navy #082A52 · Structural Blue #174C80
   Muted Steel Blue #4B78A5 · Cool Gray #8A97A8 · White
   ========================================================= */
:root{
  --nv-ink:#082A52;
  --nv-muted:#66798C;
  --nv-line:#D7E2EB;
  --nv-paper:#F8FAFC;
  --nv-panel:#FFFFFF;
  --nv-green:#174C80;
  --nv-green-2:#4B78A5;
  --nv-mint:#EAF1F7;
  --nv-sand:#F2F5F8;
  --nv-blue:#DFEAF3;
  --nv-orange:#4B78A5;
  --nv-shadow:0 22px 62px rgba(8,42,82,.10);
}
body{
  background:#F8FAFC;
  color:#082A52;
  font-family:"Avenir Next","Segoe UI",Inter,Arial,sans-serif;
}
.site-header{background:rgba(255,255,255,.965);border-bottom:1px solid rgba(8,42,82,.10)}
.navbar{max-width:1480px;height:88px}
.brand img{width:210px!important;max-height:58px!important}
.main-nav a{color:#263F59;font-weight:700;letter-spacing:.005em}
.main-nav a:after{background:#174C80}
.lang-switch a.active{color:#082A52;border-color:#174C80}
.cta-btn{background:#082A52}
.cta-btn:hover{background:#174C80}
.nv-shell{max-width:1480px;padding-left:48px;padding-right:48px}
.nv-eyebrow,.nv-kicker{color:#174C80;letter-spacing:.115em}
.nv-eyebrow:before{background:#4B78A5}
.nv-btn{background:#174C80}
.nv-btn:hover{background:#082A52}
.nv-btn-ghost{border-color:#C5D4E1;color:#082A52;background:#fff}
.nv-btn-ghost:hover{border-color:#174C80}
.nv-icon{stroke:#174C80}
.nv-icon-wrap{background:#E7EFF6}
.mint{background:#EAF1F7!important}
.sand{background:#F2F5F8!important}
.dark{background:#082A52!important}

.nv63-hero{padding:92px 0 114px}
.nv63-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(520px,.98fr);gap:88px}
.nv63-hero-copy{max-width:760px}
.nv63-hero h1,
.nv63-section-intro h2,
.nv63-human h2,
.nv63-project-hero h1,
.nv63-project-grid h2,
.nv-page-hero h1,
.nv-head h2,
.nv-visual-intro h2,
.nv-band h2{
  font-family:"Avenir Next","Segoe UI",Inter,Arial,sans-serif;
  font-weight:720;
  letter-spacing:-.046em;
}
.nv63-hero h1{font-size:clamp(3.7rem,5vw,5.7rem);line-height:.985;max-width:800px;margin-bottom:30px}
.nv63-hero .lead{font-size:1.18rem;line-height:1.72;color:#526B82}
.nv63-hero .lead strong{color:#082A52;font-weight:750}
.nv63-hero-meta{color:#75879A}
.nv63-hero-meta span:before{background:#4B78A5}

.nv64-visual{
  position:relative;
  margin:0;
  border-radius:34px;
  overflow:hidden;
  background:#EEF4F9;
  border:1px solid #D5E1EB;
  box-shadow:0 28px 80px rgba(8,42,82,.11);
}
.nv64-visual img{display:block;width:100%;height:auto}
.nv64-visual.large{border-radius:38px}
.nv64-visual.edge{box-shadow:none;border-color:#DDE7EF}
.nv64-caption{display:flex;justify-content:space-between;gap:24px;padding:14px 18px;border-top:1px solid #D7E2EB;background:rgba(255,255,255,.92);color:#6B7F91;font-size:.78rem}
.nv64-caption strong{color:#082A52}

.nv63-build{padding:116px 0}
.nv63-section-intro{grid-template-columns:.52fr 1.48fr;gap:72px;margin-bottom:56px}
.nv63-section-intro h2{font-size:clamp(2.8rem,4.25vw,4.8rem);line-height:1.01}
.nv63-section-intro p{color:#60778B;line-height:1.72}
.nv63-build-grid{gap:24px}
.nv63-build-card{border-radius:32px;border-color:#D4E0EA;min-height:455px;box-shadow:0 18px 46px rgba(8,42,82,.06)}
.nv63-build-card.tech{background:linear-gradient(145deg,#082A52,#174C80)}
.nv63-build-card.systems{background:#F0F4F8}
.nv63-build-card.businesses{background:#E7EFF6}
.nv63-build-card h3{font-family:"Avenir Next","Segoe UI",Inter,Arial,sans-serif;font-weight:720;letter-spacing:-.04em}
.nv63-build-card.tech p{color:#C8D8E6}

.nv63-flow{padding:116px 0;background:#071F3D}
.nv63-flow .nv63-section-intro p{color:#AEC0D1}
.nv63-flow-col{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.035)}
.nv63-flow-col h3{color:#8EB1D1}
.nv63-flow-node span{color:#B6C5D4}
.nv63-flow-core{background:linear-gradient(145deg,#123D6A,#174C80)}
.nv63-capability .num{background:rgba(255,255,255,.11)}
.nv63-capability p{color:#C5D5E3}

.nv63-portfolio{padding:120px 0}
.nv63-project-index{border-color:#CCD9E4}
.nv63-project-row{padding:31px 12px;border-color:#CCD9E4}
.nv63-project-row:hover{background:#EDF3F8}
.nv63-project-row .name{font-family:"Avenir Next","Segoe UI",Inter,Arial,sans-serif;font-weight:720;letter-spacing:-.035em}
.nv63-project-row .desc{color:#596F82}
.nv63-project-row .meta strong{color:#174C80}
.nv63-project-row .arrow{border-color:#B7C9D8}
.nv63-project-row:hover .arrow{background:#082A52;border-color:#082A52}

.nv63-human{padding:116px 0;background:#EAF1F7}
.nv63-human p{color:#5E7488}
.nv63-human-panel{border-color:#D1DEE9;box-shadow:0 22px 64px rgba(8,42,82,.08)}
.nv63-human-panel .question{font-family:"Avenir Next","Segoe UI",Inter,Arial,sans-serif;font-weight:720;color:#082A52}
.nv63-human-panel .answer{background:#F0F5F9;color:#516A80}
.nv63-human-panel .modes span{border-color:#C9D8E4;color:#174C80;background:#fff}

.nv63-project-mark{background:linear-gradient(145deg,#082A52,#174C80)}
.nv63-project-mark .project-purpose{color:#C6D7E5}
.nv63-project-status{background:#EEF4F9;border-color:#D4E1EB}
.nv63-project-status b{color:#174C80}

.site-footer{background:#061B35}
.footer-col h4{color:#8FB1D1}
.footer-brand p,.footer-col a,.footer-col p{color:#C0CDDA}

.nv64-feature{padding:112px 0}
.nv64-feature-grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(520px,1.16fr);gap:78px;align-items:center}
.nv64-feature-grid.reverse{grid-template-columns:minmax(520px,1.16fr) minmax(0,.84fr)}
.nv64-feature-grid.reverse .nv64-feature-copy{order:2}
.nv64-feature-grid.reverse .nv64-visual{order:1}
.nv64-feature-copy h2{font-size:clamp(2.7rem,4vw,4.45rem);line-height:1.02;letter-spacing:-.045em;margin:0 0 20px}
.nv64-feature-copy>p{font-size:1.08rem;line-height:1.72;color:#5C7387;max-width:650px}
.nv64-points{margin-top:32px;border-top:1px solid #D4E0EA}
.nv64-point{display:grid;grid-template-columns:38px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid #D4E0EA}
.nv64-point .n{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#E5EEF6;color:#174C80;font-size:.72rem;font-weight:800}
.nv64-point b{display:block;margin-bottom:5px;font-size:1.02rem}
.nv64-point span{display:block;color:#687E91;line-height:1.48;font-size:.93rem}

.nv64-knowledge{padding:114px 0}
.nv64-knowledge-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:68px;align-items:start}
.nv64-knowledge-menu{position:sticky;top:120px}
.nv64-knowledge-menu h2{font-size:clamp(2.7rem,4vw,4.3rem);line-height:1.02;margin:0 0 20px;letter-spacing:-.045em}
.nv64-knowledge-menu p{color:#60768A;line-height:1.68;max-width:500px}
.nv64-topic-list{border-top:1px solid #D2DEE8}
.nv64-topic{display:grid;grid-template-columns:54px 1fr 30px;gap:14px;align-items:center;padding:22px 0;border-bottom:1px solid #D2DEE8;text-decoration:none}
.nv64-topic .icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#E6EFF6;color:#174C80;font-weight:800}
.nv64-topic b{display:block;font-size:1.05rem;margin-bottom:4px}
.nv64-topic span{display:block;color:#708397;font-size:.87rem}
.nv64-topic .arr{font-size:1.15rem;color:#4B78A5;transition:transform .18s ease}
.nv64-topic:hover .arr{transform:translateX(4px)}
.nv64-knowledge-stack{display:grid;gap:24px}
.nv64-knowledge-panel{padding:32px;border:1px solid #D3E0EA;border-radius:30px;background:#fff;box-shadow:0 14px 38px rgba(8,42,82,.055)}
.nv64-knowledge-panel:nth-child(2){background:#EEF4F9}
.nv64-knowledge-panel:nth-child(3){background:#082A52;color:#fff}
.nv64-knowledge-panel:nth-child(4){background:#E7EFF6}
.nv64-knowledge-panel .tag{font-size:.73rem;letter-spacing:.09em;text-transform:uppercase;font-weight:800;color:#4B78A5;margin-bottom:34px}
.nv64-knowledge-panel:nth-child(3) .tag{color:#9ABADA}
.nv64-knowledge-panel h3{font-size:1.7rem;line-height:1.13;margin:0 0 12px;letter-spacing:-.03em}
.nv64-knowledge-panel p{margin:0;color:#61778A;line-height:1.58}
.nv64-knowledge-panel:nth-child(3) p{color:#C4D4E1}
.nv64-knowledge-panel a{display:inline-flex;margin-top:22px;color:#174C80;font-weight:800;text-decoration:none}
.nv64-knowledge-panel:nth-child(3) a{color:#fff}

@media(max-width:1120px){
  .nv-shell{padding-left:30px;padding-right:30px}
  .nv63-hero-grid,.nv64-feature-grid,.nv64-feature-grid.reverse,.nv64-knowledge-grid{grid-template-columns:1fr}
  .nv63-hero-grid{gap:52px}
  .nv64-feature-grid.reverse .nv64-feature-copy,.nv64-feature-grid.reverse .nv64-visual{order:initial}
  .nv64-knowledge-menu{position:static}
}
@media(max-width:760px){
  .nv-shell{padding-left:20px;padding-right:20px}
  .nv63-hero{padding:58px 0 76px}
  .nv63-hero h1{font-size:clamp(2.8rem,12vw,4.1rem)}
  .nv63-build,.nv63-flow,.nv63-portfolio,.nv63-human,.nv64-feature,.nv64-knowledge{padding:76px 0}
  .nv63-section-intro{grid-template-columns:1fr;gap:18px}
  .nv64-visual{border-radius:24px}
  .nv64-caption{display:block}
}

/* NOEVA v6.5 — balanced identity + modern contact surface */
.brand img{width:218px!important;max-height:52px!important}.footer-brand img{width:205px!important;max-height:52px!important}
.nv-contact-modern{padding:34px 0 104px}.nv-contact-layout{display:grid;grid-template-columns:minmax(0,.78fr) minmax(620px,1.22fr);gap:48px;align-items:start}.nv-contact-intro{padding:22px 0}.nv-contact-intro h2{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:clamp(3rem,4.7vw,5.25rem);line-height:.98;letter-spacing:-.05em;margin:12px 0 22px;max-width:650px}.nv-contact-intro>p{font-size:1.13rem;line-height:1.65;color:var(--nv-muted);max-width:640px;margin:0 0 30px}.nv-contact-detail-list{display:grid;gap:12px;max-width:600px}.nv-contact-detail{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:center;padding:17px 18px;background:#fff;border:1px solid var(--nv-line);border-radius:18px;text-decoration:none!important;box-shadow:0 10px 30px rgba(20,43,34,.045)}.nv-contact-detail:hover{border-color:#c3d5cc;transform:translateY(-1px)}.nv-contact-icon,.nv-message-mark{width:48px;height:48px;border-radius:15px;background:#e7f0f6;color:#184b75;display:grid;place-items:center}.nv-contact-icon svg,.nv-message-mark svg,.nv-input-wrap i svg,.nv-privacy-note svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nv-contact-detail b{display:block;font-size:.72rem;letter-spacing:.11em;text-transform:uppercase;color:#6d7b84;margin-bottom:3px}.nv-contact-detail strong{display:block;font-size:1rem;line-height:1.4;color:#17385a}
.nv-message-panel{background:#fff;border:1px solid #d9e3e8;border-radius:28px;padding:32px;box-shadow:0 24px 70px rgba(28,56,76,.08)}.nv-message-head{display:flex;gap:16px;align-items:flex-start;padding-bottom:24px;border-bottom:1px solid #e4ebee;margin-bottom:24px}.nv-message-head h3{font-size:2rem;line-height:1.08;letter-spacing:-.035em;margin:4px 0 7px}.nv-message-head p{margin:0;color:#708087}.nv-modern-form{display:grid;gap:20px}.nv-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 18px}.nv-modern-form label>span{display:block;font-size:.82rem;font-weight:800;color:#17385a;margin:0 0 8px}.nv-input-wrap{position:relative;display:flex;align-items:center}.nv-input-wrap i{position:absolute;left:15px;top:50%;transform:translateY(-50%);display:grid;place-items:center;color:#44739a;pointer-events:none}.nv-input-wrap i svg{width:20px;height:20px}.nv-modern-form input,.nv-modern-form select,.nv-modern-form textarea{width:100%;border:1px solid #cbd9e0;background:#fbfcfd;color:#17385a;border-radius:12px;font:inherit;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.nv-modern-form input,.nv-modern-form select{height:54px;padding:0 15px 0 48px}.nv-modern-form textarea{min-height:165px;padding:16px;resize:vertical;line-height:1.5}.nv-modern-form input:focus,.nv-modern-form select:focus,.nv-modern-form textarea:focus{border-color:#4f7fa3;background:#fff;box-shadow:0 0 0 4px rgba(68,115,154,.10)}.nv-form-actions{display:flex;align-items:center;gap:20px;justify-content:space-between}.nv-contact-submit{min-height:54px;padding:0 24px;border:0;border-radius:12px;background:#153e66;color:#fff;font:inherit;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:18px;box-shadow:0 12px 28px rgba(21,62,102,.18)}.nv-contact-submit:hover{background:#0f3153;transform:translateY(-1px)}.nv-privacy-note{display:flex;gap:10px;align-items:flex-start;color:#75858c;max-width:360px}.nv-privacy-note>span{display:grid;place-items:center;color:#587c98}.nv-privacy-note svg{width:19px;height:19px}.nv-privacy-note small{line-height:1.45}.nv-contact-status{font-size:.9rem;color:var(--nv-green)}
@media(max-width:1180px){.brand img{width:192px!important}.footer-brand img{width:194px!important}.nv-contact-layout{grid-template-columns:1fr;gap:28px}.nv-contact-detail-list{grid-template-columns:repeat(3,1fr);max-width:none}.nv-contact-detail{grid-template-columns:46px 1fr;padding:15px}.nv-contact-icon{width:42px;height:42px}}
@media(max-width:760px){.brand img{width:172px!important;max-height:45px!important}.footer-brand img{width:188px!important}.nv-contact-modern{padding:18px 0 72px}.nv-contact-intro h2{font-size:clamp(2.65rem,12vw,4rem)}.nv-contact-detail-list,.nv-form-grid{grid-template-columns:1fr}.nv-message-panel{padding:22px;border-radius:22px}.nv-message-head h3{font-size:1.65rem}.nv-form-actions{align-items:stretch;flex-direction:column}.nv-contact-submit{width:100%}.nv-privacy-note{max-width:none}}

/* NOEVA v6.5.1 — force balanced logo lockup globally */
.brand,.footer-brand{position:relative}
.brand img{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.brand:before{content:"";display:block;width:218px;height:52px;background:url("logo-horizontal-balanced.png?v=6.5.2") center/contain no-repeat}
.footer-brand img{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.footer-brand:before{content:"";display:block;width:205px;height:52px;margin-bottom:18px;background:url("logo-horizontal-balanced.png?v=6.5.2") center/contain no-repeat;filter:brightness(0) invert(1);opacity:.95}
@media(max-width:1180px){.brand:before{width:192px;height:46px}.footer-brand:before{width:194px;height:48px}}
@media(max-width:760px){.brand:before{width:172px;height:42px}.footer-brand:before{width:188px;height:46px}}
