:root{
  --ink:#171717;
  --ink-2:#202020;
  --paper:#f3f1eb;
  --white:#ffffff;
  --line:rgba(255,255,255,.22);
  --line-dark:rgba(17,17,17,.18);
  --yellow:#e7f51d;
  --teal:#1bb7b3;
  --muted:#b8bab7;
  --max:1440px;
  --gutter:clamp(22px,4.2vw,72px);
  --section:clamp(92px,10vw,160px);
  --header-h:104px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 28px)}
body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.18)), url("assets/full-bg.png") center top/cover fixed no-repeat;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}
.container{width:min(calc(100% - 2*var(--gutter)),var(--max));margin-inline:auto}.grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(18px,2vw,32px)}
.skip-link{position:fixed;left:18px;top:18px;z-index:9999;padding:11px 15px;background:var(--ink);color:var(--white);transform:translateY(-180%)}.skip-link:focus{transform:none}

/* Tilda-inspired yellow masthead */
.site-header{position:sticky;top:0;z-index:300;background:var(--yellow);border:0;box-shadow:none;transition:none}
.site-header.scrolled{background:var(--yellow);border:0}
.header-grid{min-height:var(--header-h);display:grid;grid-template-columns:140px minmax(180px,1fr) auto;align-items:center;gap:32px}
.brand{width:128px;padding:10px 0}.brand img{width:100%;height:70px;object-fit:contain}
.brand-line{margin:0;max-width:230px;color:#179fa0;font-weight:700;font-size:16px;line-height:1.15}
.primary-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(14px,1.8vw,30px);font-size:14px;font-weight:700;white-space:nowrap}
.primary-nav a:not(.button){padding:12px 0;border:0;position:relative}
.primary-nav a:not(.button)::after{content:"";position:absolute;left:0;right:100%;bottom:6px;height:2px;background:var(--ink);transition:right .22s ease}
.primary-nav a:not(.button):hover,.primary-nav a.active{color:var(--ink)}
.primary-nav a:not(.button):hover::after,.primary-nav a.active::after{right:0}
.lang-switch{border:0;background:transparent;font-weight:800;padding:8px 0;color:var(--ink)}
.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;padding:9px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:7px 0}

.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid currentColor;border-radius:0;background:transparent;color:inherit;font-weight:800;transition:background .2s,color .2s,transform .2s}
.button:hover{background:var(--yellow);color:var(--ink);transform:translateY(-2px)}
.primary-nav .button{background:var(--ink);color:var(--white);border-color:var(--ink);min-height:42px;padding:0 17px}.primary-nav .button:hover{background:transparent;color:var(--ink)}
.button:focus-visible,.text-link:focus-visible,.primary-nav a:focus-visible,.lang-switch:focus-visible,.menu-toggle:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(27,183,179,.55);outline-offset:4px}
.button-small{min-height:40px;padding:0 16px}

.section{padding:var(--section) 0;border-top:1px solid var(--line-dark);position:relative}
.section-dark{background:var(--ink);color:var(--white);border-color:var(--line)}
.section-soft{background:var(--paper)}
.eyebrow{margin:0 0 24px;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--teal)}
h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:600;letter-spacing:-.045em}
h1{font-size:clamp(54px,7.1vw,112px);line-height:.95;margin-bottom:34px;max-width:1000px}
h2{font-size:clamp(44px,5.4vw,84px);line-height:1.02;margin-bottom:22px}
h3{font-size:clamp(24px,2.5vw,38px);line-height:1.08}
.lead{max-width:780px;font-size:clamp(18px,1.6vw,24px);color:#b8c7c6}.lead-small{font-size:clamp(18px,1.7vw,25px)}
.text-link{display:inline-flex;align-items:center;gap:12px;margin-top:20px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:6px}.text-link::after{content:"→"}.text-link:hover{color:var(--yellow)}

/* Hero */
.hero{padding:clamp(86px,10vw,150px) 0 clamp(100px,12vw,180px);background:linear-gradient(180deg,#202020 0%,#181818 75%)}
.hero-grid{align-items:end}.hero-copy{grid-column:1/9}.engineering-visual{grid-column:9/13;align-self:end}
.hero .eyebrow{color:var(--teal)}.hero h1{color:var(--yellow)}
.hero-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:40px}.hero .button{border-color:var(--yellow);color:var(--yellow)}.hero .button:hover{background:var(--yellow);color:var(--ink)}
.engineering-visual{position:relative}.engineering-visual::before{content:"";position:absolute;inset:9% -6% -9% 12%;background:radial-gradient(circle at 50% 50%,rgba(27,183,179,.22),transparent 68%);filter:blur(20px)}.engineering-visual svg{width:100%;height:auto;position:relative}

/* Editorial section headings */
.section-heading{align-items:start;margin-bottom:clamp(56px,7vw,100px)}
.section-heading .eyebrow{grid-column:1/13}
.section-heading h2{grid-column:1/8;margin:0;color:var(--yellow)}
.section-heading>p:last-child{grid-column:9/13;margin:12px 0 0;color:var(--teal);font-size:clamp(17px,1.35vw,21px)}
.section-heading.compact h2{grid-column:1/10}

/* Services: large editorial rows, not cards */
#services{background:var(--ink);color:var(--white);border-color:var(--line)}
.service-grid{display:grid;grid-template-columns:1fr;border-top:1px solid var(--line)}
.service-card{display:grid;grid-template-columns:90px minmax(260px,5fr) minmax(280px,4fr);gap:28px;align-items:start;min-height:auto;padding:40px 0;border:0;border-bottom:1px solid var(--line);background:transparent}
.service-card .index{display:block;margin:8px 0 0;font-size:12px;font-weight:800;color:var(--teal)}
.service-card h3{margin:0;color:var(--yellow);font-size:clamp(30px,3.2vw,54px)}
.service-card p{margin:8px 0 0;color:var(--teal);font-size:clamp(16px,1.2vw,20px);max-width:560px}
.service-card:hover h3{transform:translateX(8px)}.service-card h3{transition:transform .2s ease}

/* Flow Fusion visual band */
#products{background:linear-gradient(135deg,#5c5922 0%,#827d28 42%,#9a912a 100%);color:var(--white);border:0}
.product-layout{align-items:center}.product-copy{grid-column:1/6}.product-copy .eyebrow{color:var(--yellow)}.product-copy h2{color:var(--yellow)}.product-copy .text-link:hover{color:var(--ink)}
.system-diagram{grid-column:7/13;display:flex;align-items:center;gap:16px;padding:clamp(26px,4vw,54px);border:1px solid rgba(255,255,255,.5);border-radius:0;background:rgba(20,20,20,.16)}
.node{min-width:112px;padding:18px;border:1px solid rgba(255,255,255,.55);border-radius:0;text-align:center;font-size:12px;font-weight:800;letter-spacing:.08em;color:var(--white)}.node.active{border-color:var(--yellow);color:var(--yellow)}
.system-diagram span{flex:1;height:1px;background:rgba(255,255,255,.55);position:relative}.system-diagram span:after{content:"";position:absolute;right:-1px;top:-3px;width:7px;height:7px;border-top:1px solid rgba(255,255,255,.55);border-right:1px solid rgba(255,255,255,.55);transform:rotate(45deg)}

/* Education */
#education{background:#1b1b1b;overflow:hidden}
#education::before{content:"";position:absolute;right:0;top:0;width:42%;height:100%;background:#1b1b1b;opacity:1;filter:none}
#education .container{position:relative;z-index:1}
.education-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:0;max-width:72%}
.education-card{min-height:320px;padding:38px 36px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(23,23,23,.72)}
.education-card:nth-child(2n){border-right:0}.education-card .index{display:block;margin-bottom:72px;font-size:12px;font-weight:800;color:var(--teal)}.education-card h3{color:var(--yellow)}.education-card p{color:var(--teal)}

/* About / workflow */
#about{background:var(--paper)}.about-layout{align-items:start}.about-statement{grid-column:1/7}.about-statement h2{color:var(--ink)}.about-copy{grid-column:8/13}.about-copy .lead-small{color:var(--teal);font-weight:600}
.process{display:grid;grid-template-columns:repeat(4,1fr);margin-top:96px;border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark)}
.process article{padding:32px;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);min-height:290px;background:transparent}.process article>span{display:block;margin-bottom:80px;font-size:12px;font-weight:800;color:var(--teal)}.process h3{font-size:clamp(25px,2.5vw,38px)}.process p{color:#4d4d4d}

/* Insights as minimal large list */
#insights{background:#fff}.insight-grid{display:grid;grid-template-columns:1fr;border-top:1px solid var(--line-dark);border-left:0}
.insight-card{display:grid;grid-template-columns:120px minmax(280px,1fr) minmax(260px,.8fr);gap:24px;align-items:start;min-height:auto;padding:34px 0;border:0;border-bottom:1px solid var(--line-dark)}.insight-card>span{display:block;margin:7px 0 0;font-size:12px;font-weight:800;color:#fff}.insight-card h3{margin:0;color:#fff}.insight-card p{margin:7px 0 0;color:#fff}

/* Partners */
.partners{background:#fff}.partner-logos{display:flex;justify-content:center;align-items:center;gap:clamp(44px,8vw,120px);padding-top:56px;flex-wrap:wrap}.partner-logos img{width:auto;max-width:320px;height:120px;object-fit:contain;filter:none;opacity:1;transition:transform .25s ease}.partner-logos img:hover{transform:translateY(-6px) scale(1.04)}

/* Contact */
#contact{background:#3b3c39}.contact-layout{align-items:start}.contact-copy{grid-column:1/6}.contact-copy h2{color:var(--yellow)}.contact-copy>p:not(.eyebrow){color:#d7d7d2}.contact-copy address{display:grid;gap:10px;margin-top:46px;font-style:normal;color:var(--teal)}
.contact-form{grid-column:7/13;display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:clamp(26px,4vw,48px);background:#f2f0e8;color:var(--ink)}.field{display:grid;gap:8px}.field:nth-child(4){grid-column:1/-1}.field label{font-size:13px;font-weight:800}.field input,.field textarea{width:100%;border:0;border-bottom:1px solid rgba(17,17,17,.48);border-radius:0;background:transparent;color:var(--ink);padding:13px 0}.field textarea{resize:vertical}.contact-form .button{justify-self:start;background:var(--ink);color:var(--white);border-color:var(--ink)}.contact-form .button:hover{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.form-status{grid-column:1/-1;margin:0;color:#555}

/* Footer */
.site-footer{background:#f6f3ec;border-top:1px solid #ddd;padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,minmax(120px,1fr));gap:32px;align-items:start}.footer-grid>div:first-child img{width:88px;margin-bottom:14px;display:block}.footer-grid>div:first-child p{max-width:220px;line-height:1.6;color:#444}.footer-grid h2{font-size:11px;letter-spacing:.2em;text-transform:uppercase;margin-bottom:14px;color:#111;font-weight:700}.footer-grid a{display:block;margin:10px 0;color:#555;text-decoration:none;font-size:15px}.footer-grid a:hover{color:var(--teal)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #d9d4ca;margin-top:36px;padding-top:18px;font-size:13px;color:#666}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:1120px){
  :root{--header-h:88px}.header-grid{grid-template-columns:120px 1fr auto}.brand{width:110px}.brand-line{display:none}.menu-toggle{display:block;justify-self:end}.primary-nav{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;align-items:stretch;background:var(--yellow);border-top:1px solid rgba(17,17,17,.2);padding:28px var(--gutter);gap:12px}.site-header.open .primary-nav{display:flex}.primary-nav a:not(.button){padding:10px 0}.hero-copy{grid-column:1/9}.engineering-visual{grid-column:9/13}.education-grid{max-width:78%}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:780px){
  :root{--header-h:78px}.header-grid{min-height:78px}.brand{width:96px}.hero{padding:72px 0 100px}.hero-copy,.engineering-visual,.section-heading h2,.section-heading>p:last-child,.product-copy,.system-diagram,.about-statement,.about-copy,.footer-grid{grid-template-columns:1fr;} .footer-grid>div:first-child{margin-bottom:18px} .about-copy,.contact-copy,.contact-form{grid-column:1/-1}.engineering-visual{margin-top:46px}.section-heading{gap:20px}.service-card{grid-template-columns:48px 1fr;gap:18px;padding:32px 0}.service-card p{grid-column:2}.education-grid{grid-template-columns:1fr;max-width:100%}.education-card,.education-card:nth-child(2n){border-right:0}.education-card{min-height:auto}.process{grid-template-columns:1fr}.process article{min-height:auto}.process article>span{margin-bottom:30px}.insight-card{grid-template-columns:64px 1fr}.insight-card p{grid-column:2}.product-layout,.about-layout,.contact-layout{row-gap:52px}.system-diagram{padding:24px;overflow-x:auto}.node{min-width:96px}.contact-form{grid-template-columns:1fr}.field:nth-child(4){grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:grid;gap:12px}.partner-logos{gap:34px}.partner-logos img{height:72px;max-width:200px}#education::before{width:100%;opacity:.18}
}
@media(max-width:500px){h1{font-size:49px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.hero-actions{align-items:stretch}.hero-actions .button{text-align:center}.system-diagram{gap:8px}.node{min-width:84px;padding:14px 10px;font-size:10px}.service-card{grid-template-columns:36px 1fr}.primary-nav .button{width:100%}.partner-logos{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.partner-logos img,.service-card h3,.primary-nav a::after{transition:none}}


/* Ultra premium polish */
.hero{position:relative;overflow:hidden}
.hero:before{
content:"";position:absolute;inset:-20%;
background:
radial-gradient(circle at 20% 20%, rgba(255,208,0,.12), transparent 35%),
radial-gradient(circle at 80% 30%, rgba(0,180,180,.10), transparent 30%),
radial-gradient(circle at 50% 80%, rgba(255,208,0,.08), transparent 40%);
pointer-events:none;animation:floatGlow 16s ease-in-out infinite alternate;
}
@keyframes floatGlow{from{transform:translateY(-10px)}to{transform:translateY(10px)}}
section{transition:transform .35s ease,opacity .35s ease}
section:hover{transform:translateY(-2px)}
h1,h2{letter-spacing:-.03em}
.btn,.cta-button,a.button{
transition:all .25s ease;
box-shadow:0 0 0 rgba(0,0,0,0);
}
.btn:hover,.cta-button:hover,a.button:hover{
transform:translateY(-2px);
box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.partner-logo{filter:grayscale(100%);opacity:.8;transition:.3s}
.partner-logo:hover{filter:none;opacity:1;transform:scale(1.04)}
img{transition:transform .45s ease}
.image-card:hover img{transform:scale(1.02)}


/* Requested final refinements: hero visual, insights label and contact form */
.engineering-visual{
  background:none !important;
}
.engineering-visual::before{
  content:none !important;
  display:none !important;
}

#insights .section-heading{
  padding-top:0;
}
#insights .section-heading h2{
  grid-column:1/8;
}

.contact-form{
  gap:22px 24px;
  padding:clamp(30px,4vw,52px);
  border:1px solid rgba(231,245,29,.18);
  border-radius:18px;
  background:linear-gradient(145deg,#f7f6f0 0%,#eeece3 100%);
  box-shadow:0 24px 70px rgba(0,0,0,.22);
}
.contact-form .field{
  gap:10px;
}
.contact-form .field label{
  color:#343531;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.contact-form .field input,
.contact-form .field textarea{
  min-height:52px;
  padding:13px 15px;
  border:1px solid rgba(23,23,23,.16);
  border-radius:10px;
  background:rgba(255,255,255,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.contact-form .field textarea{
  min-height:150px;
  resize:vertical;
}
.contact-form .field input:hover,
.contact-form .field textarea:hover{
  border-color:rgba(23,23,23,.3);
  background:#fff;
}
.contact-form .field input:focus,
.contact-form .field textarea:focus{
  outline:none;
  border-color:var(--teal);
  background:#fff;
  box-shadow:0 0 0 4px rgba(27,183,179,.12);
}
.contact-form .field-message{
  grid-column:1/-1;
}
.contact-form .button{
  min-height:54px;
  padding:0 28px;
  border-radius:10px;
  background:var(--ink);
  color:var(--white);
  box-shadow:0 12px 26px rgba(0,0,0,.16);
}
.contact-form .button:hover{
  background:var(--yellow);
  color:var(--ink);
  border-color:var(--yellow);
  box-shadow:0 14px 30px rgba(0,0,0,.2);
}
@media(max-width:760px){
  .contact-form{padding:26px 22px;border-radius:14px;gap:18px}
  .contact-form .field-message{grid-column:auto}
  #insights .section-heading h2{grid-column:1/-1}
}

.site-footer{padding-top:60px;padding-bottom:40px}.site-footer .brand img{max-width:120px;filter:none}.footer-grid{align-items:start;gap:48px}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:first-child img{width:100px}}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr;gap:24px}.site-footer{padding:48px 0 20px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}}

/* Final footer redesign — footer only */
.site-footer{
  background:#171717;
  color:#f4f2ea;
  border-top:1px solid rgba(255,255,255,.12);
  padding:0;
}
.site-footer .footer-shell{
  display:grid;
  grid-template-columns:minmax(250px,1.15fr) minmax(560px,2fr);
  column-gap:clamp(54px,8vw,130px);
  row-gap:clamp(54px,6vw,86px);
  padding-top:clamp(58px,7vw,92px);
  padding-bottom:28px;
}
.footer-brand-block{
  align-self:start;
}
.footer-logo{
  display:inline-block;
  width:clamp(150px,13vw,210px);
  line-height:0;
}
.footer-logo img{
  display:block;
  width:100%;
  height:auto !important;
  max-width:none;
  object-fit:contain;
  filter:invert(1);
}
.footer-brand-block p{
  max-width:330px;
  margin:22px 0 0;
  color:rgba(244,242,234,.66);
  font-size:clamp(14px,1.1vw,17px);
  line-height:1.65;
}
.footer-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(170px,1fr));
  gap:48px;
}
.footer-column h2{
  margin:0 0 20px;
  color:#e7f51d;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.footer-column a{
  position:relative;
  display:inline-block;
  
  max-width:100%;
  margin:0 0 14px;
  color:rgba(244,242,234,.76);
  font-size:14px;
  line-height:1.5;
  transition:color .2s ease,transform .2s ease;
}
.footer-column a:hover{
  color:#fff;
  transform:translateX(3px);
}
.site-footer .footer-bottom{
  grid-column:1/-1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:0;
  padding:22px 0 0;
  border-top:1px solid rgba(255,255,255,.13);
  color:rgba(244,242,234,.52);
  font-size:12px;
}
.footer-to-top{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:rgba(244,242,234,.72);
  transition:color .2s ease,transform .2s ease;
}
.footer-to-top:hover{
  color:#e7f51d;
  transform:translateY(-2px);
}
@media(max-width:980px){
  .site-footer .footer-shell{
    grid-template-columns:1fr;
    row-gap:44px;
  }
  .footer-brand-block{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:32px;
  }
  .footer-brand-block p{
    margin:0;
    text-align:right;
  }
  .footer-links{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .site-footer .footer-shell{
    padding-top:52px;
    padding-bottom:24px;
    row-gap:38px;
  }
  .footer-brand-block{
    display:block;
  }
  .footer-brand-block p{
    margin-top:18px;
    text-align:left;
  }
  .footer-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:34px 26px;
  }
  .site-footer .footer-bottom{
    align-items:flex-start;
    gap:16px;
  }
}
@media(max-width:430px){
  .footer-links{
    grid-template-columns:1fr;
    gap:28px;
  }
  .site-footer .footer-bottom{
    flex-direction:column;
  }
}

.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:0}.footer-column a{white-space:normal}.footer-column h2{margin-bottom:18px}

@media(max-width:1120px){
.site-header.open + main{padding-top:340px;}
.primary-nav{max-height:calc(100vh - var(--header-h));overflow:auto;box-shadow:0 12px 30px rgba(0,0,0,.18);}
}
@media(max-width:780px){
.hero h1{font-size:clamp(38px,10vw,56px);}
.container{width:min(calc(100% - 32px),var(--max));}
img,svg{max-width:100%;height:auto}
.section{overflow:hidden}
}

@media(max-width:780px){
.primary-nav{max-height:calc(100vh - var(--header-h));overflow-y:auto;padding-bottom:24px}
.hero{padding-top:32px}
.product-layout{grid-template-columns:1fr!important}
.product-copy,.system-diagram{grid-column:1/-1!important;width:100%}
.system-diagram{overflow:auto;transform:scale(.82);transform-origin:top left;min-height:220px}
.product-copy h2{font-size:56px;line-height:.95}
.product-copy p{font-size:18px;max-width:100%}
}
@media(max-width:500px){
.system-diagram{transform:scale(.72);min-height:180px}
.product-copy h2{font-size:46px}
}

/* Monochrome visual theme — color-only refinement */
:root{
  --ink:#111111;
  --ink-2:#1b1b1b;
  --paper:#f2f2f0;
  --white:#ffffff;
  --line:rgba(255,255,255,.18);
  --line-dark:rgba(17,17,17,.16);
  --yellow:#f5f5f5;
  --teal:#b8b8b8;
  --muted:#a6a6a6;
}
body{background:#f2f2f0;color:#111}
.site-header,.site-header.scrolled{background:#f4f4f2;color:#111;border-bottom:1px solid rgba(17,17,17,.12)}
.primary-nav{color:#111}
.primary-nav .button{background:#171717;color:#fff;border-color:#171717}
.primary-nav .button:hover{background:#dedede;color:#111;border-color:#111}
.primary-nav a:not(.button)::after{background:#111}
.primary-nav a:not(.button):hover,.primary-nav a.active{color:#111}
.menu-toggle span{background:#111}
.primary-nav{background:#f4f4f2}
.brand-line{color:#555}
.button:focus-visible,.text-link:focus-visible,.primary-nav a:focus-visible,.lang-switch:focus-visible,.menu-toggle:focus-visible,input:focus-visible,textarea:focus-visible{outline-color:rgba(120,120,120,.55)}

.hero{background:linear-gradient(145deg,#0d0d0d 0%,#1b1b1b 56%,#333 100%)}
.hero .eyebrow,.eyebrow{color:#aaa}
.hero h1,.section-heading h2,.service-card h3,.education-card h3,.product-copy h2,.contact-copy h2{color:#fff}
.hero .button{border-color:#fff;color:#fff}.hero .button:hover{background:#fff;color:#111}
.lead{color:#d2d2d2}
.engineering-visual::before{background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.12),transparent 68%)}
.text-link:hover{color:#fff}

#services{background:#151515;color:#fff}
.service-card .index,.service-card p,.section-heading>p:last-child{color:#b9b9b9}

#products{background:linear-gradient(135deg,#202020 0%,#555 48%,#9a9a9a 100%);color:#fff}
.product-copy .eyebrow{color:#d5d5d5}.product-copy .text-link:hover{color:#111}
.system-diagram{background:rgba(0,0,0,.18);border-color:rgba(255,255,255,.5)}
.node.active{border-color:#fff;color:#fff}

#education,#education::before{background:#202020}
.education-card{background:rgba(27,27,27,.82)}
.education-card .index,.education-card p{color:#b9b9b9}

#about{background:#f2f2f0}.about-copy .lead-small,.process article>span{color:#666}
#insights,.partners{background:#fff}
.insight-card>span{color:#777}

#contact{background:#363636}
.contact-copy>p:not(.eyebrow){color:#dedede}.contact-copy address{color:#c7c7c7}
.contact-form{background:#f3f3f1}
.contact-form .button:hover{background:#d9d9d9;color:#111;border-color:#d9d9d9}
.field input:focus,.field textarea:focus{box-shadow:0 0 0 4px rgba(100,100,100,.12)}

.footer-column h2{color:#fff}
.footer-to-top:hover{color:#fff}

@media(max-width:1120px){
  .primary-nav{background:#f4f4f2;border-top-color:rgba(17,17,17,.16)}
}

.hero{background-image:url('assets/full-bg.png') !important;background-size:cover;background-position:center;}


/* Premium global background */
body::before{
content:"";
position:fixed;
inset:0;
background:url("assets/full-bg.png") center center/cover no-repeat;
opacity:.22;
z-index:-1;
filter:contrast(1.08) saturate(.9);
}
.section,.section-soft{background:transparent!important}

/* Partners */
.partners,.partners-section,.logos,.partner-logos{
align-items:center!important;
}
.partner-logos img,.partners img{
filter:none!important;
opacity:1!important;
transform:none!important;
height:120px!important;
width:auto!important;
object-fit:contain;
}
.partner-logos,.logos{
padding-top:20px!important;
padding-bottom:20px!important;
}

section{position:relative;background:transparent!important}
section::before{content:'';position:absolute;inset:0;background:rgba(10,10,10,.32);pointer-events:none}
section>*{position:relative;z-index:1}
h1,h2,h3,.eyebrow,.service-card h3,.product-copy h2{ text-shadow:0 2px 12px rgba(0,0,0,.45);}
.service-card p,.section-heading>p:last-child,.contact-copy>p,.contact-copy address{color:#f0f0f0!important}


.services,.products,.about{color:#111}
.services h2,.products h2,.about h2,.services p,.products p,.about p,.services .item-title,.about .card-title{color:#111!important;text-shadow:none!important}
.education{background:#1b1b1b;color:#fff}
.education h2,.education p,.education .card,.education .card *{color:#fff!important}
.knowledge{background:#151515;color:#fff}
.knowledge h2,.knowledge p,.knowledge *{color:#fff!important}

/* readability fixes */
.edu-copy,.education-copy,.education-intro,.edu-intro,.education-text{color:#111!important;font-weight:600;text-shadow:0 1px 2px rgba(255,255,255,.45)}
.about-copy,.about-intro,.about-description,.about-grid p,.about-grid h3{color:#111!important}
.knowledge-list p,.knowledge-list li,.knowledge-list .desc,.knowledge-copy{color:#fff!important}
.services-list p,.services-list .desc{color:#111!important;font-weight:500}


/* readability fixes */
.education .section-intro,
.education .intro,
.education p,
.education .lead{color:#111!important;text-shadow:0 1px 2px rgba(255,255,255,.75)!important;font-weight:600!important;}
.about .eyebrow,.about p,.about .lead,.about .intro,.about h3{color:#111!important;text-shadow:0 1px 2px rgba(255,255,255,.75)!important;}
.knowledge,.knowledge-section{background:rgba(20,20,20,.78)!important;}
.knowledge *, .knowledge-section *{color:#fff!important;text-shadow:none!important;}


/* Readability overrides */
.education .section-intro,
.education p,
.education .intro,
.education .description,
[class*="education"] p,
[class*="education"] .description{
  color:#111 !important;
  font-weight:700 !important;
  text-shadow:0 1px 2px rgba(255,255,255,.65)!important;
}
.about p,
.about .lead,
.about .description,
[class*="about"] p,
[class*="about"] .description{
  color:#111 !important;
  font-weight:700 !important;
  text-shadow:0 1px 2px rgba(255,255,255,.6)!important;
}
.knowledge td,
.knowledge p,
.knowledge .description,
[class*="knowledge"] td,
[class*="knowledge"] p{
 color:#111 !important;
 font-weight:700 !important;
 text-shadow:0 1px 2px rgba(255,255,255,.6)!important;
}


/* final readability overrides */
#education > .container > .section-heading > p,
#education .section-heading p,
#education .section-heading .lead,
#education .section-heading .lead-small{color:#fff !important;font-weight:700!important;text-shadow:0 2px 8px rgba(0,0,0,.45)!important;}
#about .about-copy p,#about .about-copy .lead-small,#about .process article p,#about .process article h3,#about .process article span,#about .eyebrow{color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.45)!important;}
#knowledge .eyebrow,#knowledge h2,#knowledge .insight-card span,#knowledge .insight-card h3,#knowledge .insight-card p{color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.45)!important;}


/* Readability overrides */
.education .card p,
.education-card p,
.education-grid p,
.education p{
  color:#fff !important;
  opacity:1 !important;
  text-shadow:0 1px 2px rgba(0,0,0,.45);
}
.knowledge-section,
.insights-section{
  color:#fff;
}
.knowledge-section .topic,
.knowledge-section p,
.knowledge-section .desc,
.knowledge-section .text,
.knowledge-section .item p,
.knowledge-section .item *,
.insights-section p,
.insights-section .desc,
.insights-section .item p{
  color:#fff !important;
  opacity:1 !important;
  text-shadow:0 1px 2px rgba(0,0,0,.45);
}


/* white text override patch */
.theme-list .label,
.theme-list .desc,
.topic-label,
.topic-desc,
.education-card p,
.education-card small,
.education-card .description,
.services-list .right,
.services-list p,
.services-list .text-muted{
 color:#fff !important;
 opacity:1 !important;
 text-shadow:0 1px 2px rgba(0,0,0,.45)!important;
}


/* White text readability patch */
.topic-label,
.topic-index,
.topic-name,
.topic-description,
.topic-copy,
.topic-copy p,
.topic-copy span,
.education-card p,
.education-card .desc,
.education-copy,
.education-copy p,
.services-list .description,
.services-list p,
.services-list span{
  color:#fff !important;
  opacity:1 !important;
  text-shadow:0 2px 10px rgba(0,0,0,.45)!important;
}


/* force white insight texts */
#knowledge .insight-card span,
#knowledge .insight-card h3,
#knowledge .insight-card p,
#knowledge .insight-card *{
 color:#fff !important;
 -webkit-text-fill-color:#fff !important;
 opacity:1 !important;
 text-shadow:0 2px 8px rgba(0,0,0,.5)!important;
}
\n\n/* Patch 8 — requested header tagline + KIBERone franchise label only */\n.brand-line{\n  color:#fff !important;\n  background:#111;\n  display:inline-block;\n  width:max-content;\n  max-width:none;\n  padding:3px 8px 4px;\n  font-size:clamp(12px,1vw,15px);\n  font-weight:500;\n  line-height:1.15;\n  white-space:nowrap;\n  justify-self:start;\n}\n.franchise-label{\n  display:inline-block;\n  margin-left:10px;\n  padding:5px 9px;\n  border:1px solid rgba(255,255,255,.35);\n  border-radius:999px;\n  color:#d6d6d6;\n  font-size:.38em;\n  font-weight:600;\n  letter-spacing:.04em;\n  vertical-align:middle;\n  white-space:nowrap;\n}\n@media(max-width:1120px){\n  .header-grid{grid-template-columns:120px minmax(0,1fr) auto;}\n  .brand-line{display:inline-block;font-size:12px;}\n}\n@media(max-width:700px){\n  .header-grid{grid-template-columns:110px minmax(0,1fr) auto;gap:12px;}\n  .brand-line{display:inline-block;font-size:10px;padding:3px 5px;}\n}\n@media(max-width:500px){\n  .header-grid{grid-template-columns:96px minmax(0,1fr) auto;gap:9px;}\n  .brand-line{font-size:9px;padding:3px 4px;}\n  .franchise-label{display:block;width:max-content;margin:8px 0 0;font-size:.34em;}\n}\n