
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root{
  --navy:#081426;
  --navy2:#0d1d35;
  --blue:#1769e0;
  --cyan:#087f91;
  --violet:#6657e8;
  --ink:#091525;
  --muted:#40516a;
  --line:#d4deea;
  --paper:#edf2f8;
  --white:#fff;
  --soft-blue:#e4efff;
  --shadow:0 20px 55px rgba(16,35,66,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.65}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.wrap{width:min(1180px,calc(100% - 48px));margin:auto}
.topbar{background:var(--navy);color:#dbe8fb;font-size:12px}
.topbar .wrap{height:36px;display:flex;align-items:center;justify-content:space-between}
.topbar strong{color:#fff}
header{position:sticky;top:0;z-index:100;background:rgba(8,20,38,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.10)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-weight:800;font-size:21px;letter-spacing:-.6px;color:#fff}
.logo-mark{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--blue),var(--violet));box-shadow:0 8px 20px rgba(23,105,224,.25)}
.logo .accent{color:var(--blue)}
nav{display:flex;align-items:center;gap:27px}
nav a{font-size:14px;font-weight:800;color:#dce7f5}
nav a:hover,nav a.active{color:#55dbe5}
.nav-cta{padding:11px 17px;border-radius:11px;background:linear-gradient(135deg,#1769e0,#12b8c9);color:#fff!important}
.menu{display:none;border:0;background:none;font-size:25px;color:var(--navy)}

.hero{position:relative;overflow:hidden;background:
 radial-gradient(circle at 82% 18%,rgba(18,184,201,.16),transparent 30%),
 radial-gradient(circle at 70% 70%,rgba(102,87,232,.15),transparent 32%),
 linear-gradient(135deg,#071427 0%,#0c1d35 55%,#10284a 100%);color:#fff}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent)}
.hero .wrap{position:relative}
.hero-grid{min-height:650px;display:grid;grid-template-columns:1.03fr .97fr;gap:65px;align-items:center;padding:78px 0}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:800;letter-spacing:1.7px;color:#a9d8ff;text-transform:uppercase}
.eyebrow:before{content:"";width:25px;height:2px;background:var(--cyan)}
h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.1;letter-spacing:-1.5px;margin:0}
h1{font-size:clamp(45px,5.3vw,72px);margin:19px 0 23px}
h1 em,h2 em{font-style:normal;color:#087f91}
.hero-copy p{max-width:600px;font-size:17px;color:#e1eaf5;margin:0 0 31px}
.actions{display:flex;gap:13px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 19px;border-radius:12px;font-weight:700;font-size:14px;border:1px solid transparent;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,#2380f5,#18b8c9);color:#fff;box-shadow:0 12px 28px rgba(18,184,201,.18)}
.btn-light{background:#fff;color:var(--navy)}
.btn-ghost{border-color:rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.05)}
.hero-meta{display:flex;gap:34px;margin-top:42px;padding-top:25px;border-top:1px solid rgba(255,255,255,.12)}
.hero-meta strong{display:block;font-family:Manrope;font-size:15px}.hero-meta span{font-size:11px;color:#91a6c2}

.hero-visual{position:relative;min-height:480px;display:grid;place-items:center}
.orbit{position:absolute;border:1px solid rgba(101,190,255,.2);border-radius:50%;width:420px;height:420px}
.orbit:before,.orbit:after{content:"";position:absolute;border-radius:50%;background:var(--cyan);box-shadow:0 0 24px var(--cyan)}
.orbit:before{width:8px;height:8px;top:17%;right:7%}.orbit:after{width:6px;height:6px;bottom:18%;left:7%}
.core{width:270px;height:270px;border-radius:50%;background:linear-gradient(145deg,rgba(27,107,225,.9),rgba(102,87,232,.85));box-shadow:0 0 90px rgba(48,134,240,.3),inset 0 0 60px rgba(255,255,255,.08);display:grid;place-items:center;position:relative}
.core:after{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.2);border-radius:50%}
.core-inner{text-align:center;position:relative;z-index:2}.core-inner b{font-family:Manrope;font-size:38px;display:block}.core-inner span{font-size:11px;letter-spacing:2px;color:#d6f6ff}
.tech-card{position:absolute;padding:15px 17px;border:1px solid rgba(255,255,255,.12);background:rgba(8,20,38,.72);backdrop-filter:blur(15px);border-radius:15px;box-shadow:0 18px 40px rgba(0,0,0,.2)}
.tech-card b{display:block;font-size:12px}.tech-card span{font-size:10px;color:#91a8c5}.tc1{top:10%;left:0}.tc2{right:0;top:27%}.tc3{left:8%;bottom:8%}.tc4{right:5%;bottom:9%}

.ticker{background:#fff;border-bottom:1px solid var(--line);overflow:hidden}.ticker .wrap{height:58px;display:flex;align-items:center;gap:25px;white-space:nowrap;color:#617089;font-size:11px;font-weight:800;letter-spacing:1px}.dot{color:var(--cyan);font-size:17px}

.section{padding:105px 0}.section.soft{background:linear-gradient(135deg,#edf2f8,#e8f0fa)}
.section-head{display:flex;justify-content:space-between;gap:45px;align-items:end;margin-bottom:48px}
.kicker{font-size:11px;letter-spacing:1.8px;color:var(--blue);font-weight:800;text-transform:uppercase;margin-bottom:13px}
h2{font-size:clamp(34px,4vw,51px);color:var(--navy)}
.section-head p{max-width:480px;color:#52647d;margin:0;font-size:15px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:27px;position:relative;overflow:hidden;transition:.25s}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d4e2f6}
.card .num{font-size:11px;color:#9aabc1;font-weight:800}
.card .icon{width:48px;height:48px;margin:30px 0 22px;border-radius:14px;background:var(--soft-blue);color:var(--blue);display:grid;place-items:center;font-family:Manrope;font-weight:800;font-size:14px}
.card h3{font-size:20px;color:var(--navy);font-weight:800;margin-bottom:10px}.card p{font-size:13px;color:#52647d;margin:0}.card a{display:inline-block;margin-top:19px;color:var(--blue);font-size:12px;font-weight:800}

.dark-section{background:var(--navy);color:#fff;padding:105px 0;position:relative;overflow:hidden}
.dark-section:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:rgba(102,87,232,.12);filter:blur(10px);right:-220px;top:-180px}
.dark-section h2{color:#fff}.dark-section .section-head p{color:#9eb0c8}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.service-card{display:grid;grid-template-columns:60px 1fr 30px;gap:18px;align-items:start;padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.035)}
.service-card:hover{background:rgba(255,255,255,.065);border-color:rgba(78,214,225,.3)}
.service-card .sn{color:#4ed6e1;font-family:Manrope;font-weight:800}.service-card h3{font-size:19px;color:#fff;margin-bottom:7px}.service-card p{font-size:13px;color:#9eb0c8;margin:0}.arrow{color:#4ed6e1;font-size:22px}

.process{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.process .step{padding:32px 25px;border-right:1px solid var(--line)}.process .step:last-child{border-right:0}
.step-num{font-family:Manrope;color:var(--blue);font-size:13px;font-weight:800}.step h3{font-size:20px;margin:35px 0 9px}.step p{font-size:13px;color:var(--muted);margin:0}

.project-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.project-card{min-height:285px;border-radius:23px;padding:31px;position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,#0b2342,#154f88)}
.project-card.alt{background:linear-gradient(135deg,#171842,#4c43a8)}
.project-card .tag{display:inline-block;border:1px solid rgba(255,255,255,.25);padding:6px 9px;border-radius:8px;font-size:10px;letter-spacing:1px;font-weight:800}
.project-card h3{color:#fff;font-size:28px;max-width:420px;margin:70px 0 9px}.project-card p{color:#c8d8eb;font-size:13px;max-width:450px;margin:0}
.project-card .shape{position:absolute;right:-50px;bottom:-90px;width:260px;height:260px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.project-card .shape:after{content:"";position:absolute;inset:35px;border:1px solid rgba(255,255,255,.14);border-radius:50%}

.quote{background:linear-gradient(135deg,#eef7ff,#f4f1ff);padding:80px 0}.quote-box{display:flex;justify-content:space-between;align-items:center;gap:40px}.quote h2{max-width:700px}.quote p{color:#52647d;margin:14px 0 0}

.page-hero{padding:86px 0 78px;background:linear-gradient(135deg,#dceaff 0%,#f5f8fc 52%,#e8e4ff 100%);border-bottom:1px solid var(--line)}
.page-hero h1{color:var(--navy);font-size:clamp(42px,5vw,62px);max-width:850px}.page-hero p{max-width:650px;color:#52647d;font-size:17px;margin:22px 0 0}

.service-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-detail{padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff}.service-detail .icon{width:52px;height:52px;border-radius:14px;background:var(--soft-blue);display:grid;place-items:center;color:var(--blue);font-weight:800;margin-bottom:23px}.service-detail h3{font-size:20px;margin-bottom:10px}.service-detail p{font-size:13px;color:#52647d;margin:0}.service-detail ul{padding-left:17px;color:#53647c;font-size:13px}

.research-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.research-step{padding:28px 22px;border:1px solid var(--line);margin-right:-1px;background:#fff}.research-step:first-child{border-radius:18px 0 0 18px}.research-step:last-child{border-radius:0 18px 18px 0}.research-step .big{font:800 34px Manrope;color:#dce8f7}.research-step h3{font-size:18px;margin:28px 0 8px}.research-step p{font-size:12px;color:#52647d;margin:0}

.domains{display:flex;flex-wrap:wrap;gap:10px}.domain{padding:11px 16px;border:1px solid #c7d5e5;border-radius:999px;background:#fff;color:#172943;font-size:13px;font-weight:800}

.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.profile-box{background:var(--navy);color:#fff;border-radius:25px;padding:34px;min-height:330px;position:relative;overflow:hidden}.profile-box .monogram{font:800 86px Manrope;line-height:1;color:#4ed6e1}.profile-box h3{color:#fff;font-size:24px;margin:45px 0 8px}.profile-box p{color:#aabbd0;font-size:13px}.profile-box:after{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-90px;bottom:-90px}
.about-copy h2{font-size:40px;margin-bottom:20px}.about-copy p{color:#52647d;font-size:15px}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px}.principle{border-top:2px solid var(--blue);padding-top:18px}.principle b{font:800 22px Manrope;color:var(--navy)}.principle h3{font-size:18px;margin:13px 0 6px}.principle p{font-size:12px!important;margin:0}

.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:22px}.contact-info{background:var(--navy);color:#fff;border-radius:23px;padding:34px}.contact-info h2{color:#fff;font-size:34px}.contact-info p{color:#a9b9ce;font-size:13px}.contact-item{border-top:1px solid rgba(255,255,255,.1);padding:18px 0}.contact-item b{display:block;font-size:12px;color:#4ed6e1;text-transform:uppercase;letter-spacing:1px}.contact-item span{font-size:14px}
.form{border:1px solid #ccd8e6;border-radius:23px;padding:34px;background:#f9fbfe;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800;color:#3d4d65}.field input,.field textarea,.field select{font:inherit;border:1px solid #dce4ee;border-radius:11px;padding:12px 13px;outline:none;background:#fbfcfe;font-size:13px}.field input:focus,.field textarea:focus,.field select:focus{border-color:#7db4fa;box-shadow:0 0 0 3px rgba(23,105,224,.08)}

footer{background:#061121;color:#9eb0c8;padding:55px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:50px}.footer h4{color:#fff;font-size:13px;margin:0 0 13px}.footer a{display:block;font-size:12px;margin:8px 0;color:#aab9cb}.footer p{font-size:12px;max-width:330px}.footer .logo{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:38px;padding-top:18px;font-size:11px;display:flex;justify-content:space-between}

@media(max-width:900px){
  .topbar{display:none}.wrap{width:min(100% - 32px,720px)}nav{position:absolute;left:16px;right:16px;top:70px;display:none;flex-direction:column;align-items:stretch;padding:18px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}nav.open{display:flex}.menu{display:block}.hero-grid{grid-template-columns:1fr;padding:65px 0}.hero-visual{min-height:390px}.grid4{grid-template-columns:1fr 1fr}.section{padding:75px 0}.section-head{display:block}.section-head p{margin-top:16px}.process{grid-template-columns:1fr 1fr}.process .step:nth-child(2){border-right:0}.process .step{border-bottom:1px solid var(--line)}.service-grid,.project-grid,.contact-grid,.about-grid{grid-template-columns:1fr}.research-flow{grid-template-columns:1fr}.research-step{margin:0;border-radius:0!important}.research-step:first-child{border-radius:18px 18px 0 0!important}.research-step:last-child{border-radius:0 0 18px 18px!important}.service-detail-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.quote-box{display:block}.quote .btn{margin-top:24px}
}
@media(max-width:580px){
  h1{font-size:43px}.hero-meta{gap:18px}.hero-meta div{flex:1}.hero-meta strong{font-size:13px}.hero-visual{min-height:330px}.orbit{width:290px;height:290px}.core{width:190px;height:190px}.core-inner b{font-size:28px}.tech-card{padding:10px 12px}.tc1{left:-5px}.tc2{right:-5px}.tc3{left:0}.tc4{right:0}.grid4,.service-detail-grid,.principles,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.process{grid-template-columns:1fr}.process .step{border-right:0}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}.project-card h3{margin-top:55px}
}

/* V4 readability / stronger visual hierarchy */
body{font-weight:500}
h1,h2,h3{font-weight:800}
h1{color:#fff}
.page-hero h1{color:#071426;font-weight:800}
.kicker,.eyebrow,.num,.step-num,.sn{font-weight:900}
.card .num{color:#71849d;font-weight:900}
.card a{font-weight:900}
.service-card h3,.project-card h3{font-weight:800}
.service-detail h3,.research-step h3,.principle h3{font-weight:800}
.field label{font-weight:900}
.ticker .wrap{font-weight:900;color:#30445e}
footer{background:#050e1b}
footer .accent{color:#55dbe5}
@media(max-width:900px){
 header{background:rgba(8,20,38,.98)}
 .logo{color:#fff}
 nav{background:#0b1b31;border-color:rgba(255,255,255,.12)}
 nav a{color:#e4edf8}
 nav a:hover,nav a.active{color:#55dbe5}
}

/* V5 — premium inner pages */
.page-hero{
  background:radial-gradient(circle at 88% 20%,rgba(23,105,224,.20),transparent 27%),
  radial-gradient(circle at 70% 90%,rgba(102,87,232,.14),transparent 28%),
  linear-gradient(135deg,#081426 0%,#0c1d35 58%,#12284a 100%);
  color:#fff;border-bottom:0;position:relative;overflow:hidden;
}
.page-hero:before{content:"";position:absolute;inset:0;opacity:.35;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:45px 45px}
.page-hero .wrap{position:relative}.page-hero .kicker{color:#55dbe5}.page-hero h1{color:#fff}.page-hero h1 em{color:#55dbe5}.page-hero p{color:#c7d6e9}
.service-detail{background:linear-gradient(145deg,#fff,#f5f8fc);box-shadow:0 12px 32px rgba(16,35,66,.07);transition:.25s}
.service-detail:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(16,35,66,.13);border-color:#bcd4ef}
.service-detail .icon{background:linear-gradient(135deg,#e1efff,#e8e5ff);color:#145fcf;border:1px solid #d2e3f7;font-weight:900}
.service-detail h3{color:#071426}.service-detail ul{color:#40516a;font-weight:500}
.research-flow{box-shadow:0 15px 45px rgba(16,35,66,.08);border-radius:18px;overflow:hidden}
.research-step{background:linear-gradient(160deg,#fff,#f6f9fd)}.research-step .big{color:#c7d8ec}.research-step h3{color:#071426}.research-step:hover{background:#eef6ff}
.project-grid{gap:20px}.project-card{box-shadow:0 18px 42px rgba(8,20,38,.16);min-height:330px}
.project-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.07),transparent 45%);pointer-events:none}
.project-card h3,.project-card p,.project-card .tag{position:relative}
.profile-box{box-shadow:0 20px 50px rgba(8,20,38,.18)}.about-copy{padding:8px 0}
.principles .principle{background:#f5f8fc;border:1px solid #dce5ef;border-top:3px solid #1769e0;border-radius:14px;padding:20px}
.principles .principle h3{margin-top:12px}
.contact-info{background:radial-gradient(circle at 90% 15%,rgba(18,184,201,.14),transparent 25%),linear-gradient(145deg,#071426,#0d2340);box-shadow:0 20px 50px rgba(8,20,38,.18)}
.contact-info h2{font-weight:800}.contact-item span{color:#dbe7f5;font-weight:500}.form{box-shadow:0 20px 50px rgba(16,35,66,.10)}.form .btn{min-width:170px}
.quote{background:linear-gradient(135deg,#e7f2ff,#ece9ff)}.quote h2{color:#071426}

/* V6 — Real-world R&D positioning */
.team-story{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:stretch}
.story-panel{border-radius:23px;padding:38px;background:linear-gradient(145deg,#071426,#102b4c);color:#fff;position:relative;overflow:hidden;box-shadow:0 20px 50px rgba(8,20,38,.16)}
.story-panel:after{content:"R&D";position:absolute;right:-10px;bottom:-35px;font:800 150px Manrope;color:rgba(255,255,255,.035)}
.story-panel h2{color:#fff;font-size:39px;max-width:620px}.story-panel h2 em{color:#55dbe5}
.story-panel p{color:#b8c9dc;font-size:15px;max-width:650px}.story-panel strong{color:#fff}
.story-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:27px}
.story-point{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);padding:17px;border-radius:14px}
.story-point b{display:block;color:#55dbe5;font:800 13px Manrope;margin-bottom:5px}.story-point span{font-size:12px;color:#aebed2}
.reality-panel{border:1px solid #d6e1ed;border-radius:23px;background:#f4f7fb;padding:32px}
.reality-panel .kicker{color:#1769e0}.reality-panel h3{font-size:25px;color:#071426;margin-bottom:13px}.reality-panel p{font-size:14px;color:#3d5069;font-weight:500}
.reality-list{margin-top:22px}.reality-list div{display:flex;gap:12px;padding:13px 0;border-top:1px solid #dbe4ee;font-size:13px;color:#263a55;font-weight:700}.reality-list i{font-style:normal;color:#1769e0;font-weight:900}

.plan{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.plan-card{border-radius:22px;padding:32px;background:#fff;border:1px solid #d5dfeb;box-shadow:0 12px 35px rgba(16,35,66,.07)}
.plan-card.year2{background:linear-gradient(145deg,#0b1d35,#12375d);border-color:transparent;color:#fff}
.plan-card .year{font:800 12px Manrope;letter-spacing:1.5px;color:#1769e0;text-transform:uppercase}
.plan-card.year2 .year{color:#55dbe5}
.plan-card h3{font-size:28px;margin:13px 0 8px;color:#071426}.plan-card.year2 h3{color:#fff}
.plan-card p{font-size:13px;color:#51637a;margin:0 0 20px}.plan-card.year2 p{color:#b9cbe0}
.plan-list{display:grid;gap:10px}.plan-list div{font-size:13px;font-weight:700;color:#273b56;padding:11px 0;border-top:1px solid #e1e8f0}.year2 .plan-list div{color:#d8e5f3;border-color:rgba(255,255,255,.11)}
.plan-list span{color:#1769e0;margin-right:8px}.year2 .plan-list span{color:#55dbe5}

.manifesto{padding:74px 0;background:#061121;color:#fff}.manifesto h2{color:#fff;font-size:clamp(34px,4vw,50px);max-width:850px}.manifesto h2 em{color:#55dbe5}.manifesto p{max-width:760px;color:#aebed2;font-size:16px}
@media(max-width:900px){.team-story,.plan{grid-template-columns:1fr}}
@media(max-width:580px){.story-points{grid-template-columns:1fr}}

/* V7 — Typography & contrast fix
   Goal: strong readability on every section, no low-contrast text. */
:root{
  --ink:#071426;
  --muted:#344963;
  --blue:#1769e0;
  --cyan:#55dbe5;
}
body{
  font-family:"DM Sans",Arial,sans-serif;
  font-size:16px;
  font-weight:500;
  color:#071426;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
h1,h2,h3,.logo,.core-inner b,.hero-meta strong,.card h3,.service-card h3,.service-detail h3,.research-step h3,.project-card h3,.profile-box h3,.principle h3,.plan-card h3,.manifesto h2{
  font-family:"Manrope",Arial,sans-serif;
  font-weight:800;
}
/* Dark backgrounds: never use the old dark teal heading color */
.hero h1 em,.dark-section h2 em,.story-panel h2 em,.manifesto h2 em,.project-card h3 em{
  color:#55dbe5;
}
.hero-copy p{color:#e8f0fa;font-weight:500}
.hero .eyebrow{color:#bfe7ff}
.hero-meta span{color:#b4c6dc}
.tech-card b{color:#fff}.tech-card span{color:#b8c9dc}
/* Light sections */
.section-head p,.quote p,.about-copy p{color:#344963}
.kicker{color:#145fcf}
.card p,.step p,.service-detail p,.service-detail ul,.research-step p,.page-hero p,.field label{color:#344963}
.card h3,.service-detail h3,.research-step h3,.principle h3,.about-copy h2,.quote h2{color:#071426}
.card .num{color:#5f738d}
.domain{color:#102642;background:#fff;font-weight:800}
/* Page heroes are dark in V5/V6 */
.page-hero .kicker{color:#55dbe5}
.page-hero h1,.page-hero h1 em{color:#fff}
.page-hero h1 em{color:#55dbe5}
.page-hero p{color:#d5e2f0;font-weight:500}
/* Dark sections */
.dark-section .kicker,.manifesto .kicker{color:#55dbe5}
.dark-section .section-head p{color:#b7c8dc}
.service-card p{color:#b7c8dc}
/* R&D story */
.story-panel p{color:#d0deeb}.story-point span{color:#c4d2e1}
.reality-panel h3{color:#071426}.reality-panel p{color:#344963}.reality-list div{color:#1e3550}
/* Research workflow numbers should remain visible */
.research-step .big{color:#7d93ad}
/* About / contact */
.profile-box p{color:#c2d0df}
.contact-info p{color:#c1cfde}.contact-item span{color:#e5edf6}
.form{background:#f8fbff}.field label{color:#263b55}.field input,.field textarea,.field select{color:#132943;background:#fff;border-color:#c9d6e5}
.field input::placeholder,.field textarea::placeholder{color:#71839a;opacity:1}
.form>p{color:#5d7088!important}
/* Navigation and mobile menu */
nav a{color:#edf4fb}.nav-cta{color:#fff!important}
.menu{color:#fff!important}
/* Footer */
footer{color:#b8c7d8}.footer a{color:#c5d2e0}.footer p{color:#b8c7d8}.footer-bottom{color:#9fb1c7}
/* Generic paragraphs/lists: ensure no inherited low-contrast browser text */
main p{font-weight:500}
main li{color:#344963}
.dark-section li,.manifesto li{color:#d0dce9}
/* Mobile menu remains dark with bright text */
@media(max-width:900px){
  nav{background:#0b1b31;border-color:rgba(255,255,255,.14)}
  nav a{color:#edf4fb}
  nav a:hover,nav a.active{color:#55dbe5}
}


/* V8 — Electrical & PCB Design + visibility reinforcement */
.expertise-addition{
  margin: 48px 0;
  padding: 38px;
  border: 1px solid rgba(34,211,238,.28);
  border-radius: 18px;
  background: #101d31;
  color: #f8fbff;
}
.expertise-addition h2{color:#ffffff;font-weight:800;margin:8px 0 12px}
.expertise-addition p{color:#d9e5f2;max-width:820px;line-height:1.75}
.expertise-addition .section-eyebrow{color:#22d3ee;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.expertise-card h3{color:#fff;font-weight:800}
.expertise-card p{color:#d6e2ef}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.tag-row span{
  display:inline-block;padding:7px 11px;border-radius:999px;
  background:rgba(34,211,238,.10);border:1px solid rgba(34,211,238,.28);
  color:#c9f7ff;font-size:.82rem;font-weight:700
}
.footer-expertise{
  margin-top:18px;color:#cbd8e7;font-size:.86rem;font-weight:700;
  letter-spacing:.02em;text-align:center
}

/* V9 — About page: industrial R&D story */
.about-page .page-hero,
.about-page .story-section,
.about-page .reality-section,
.about-page .journey-section,
.about-page .manifesto-section { position:relative; }

.about-page .page-hero{
  background:#091525;
  color:#fff;
  padding:96px 0 82px;
}
.about-page .page-hero h1{
  color:#fff;
  font-weight:850;
  max-width:900px;
  letter-spacing:-.035em;
}
.about-page .page-hero h1 span,
.about-page h2 span{color:#22d3ee;}
.about-page .hero-lead{
  color:#d9e5f2;
  max-width:780px;
  font-size:1.12rem;
  line-height:1.8;
}
.story-section{padding:86px 0;}
.story-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:46px;align-items:start;}
.story-section h2,.reality-section h2,.journey-section h2{
  color:#0b1728;
  font-weight:850;
  letter-spacing:-.025em;
}
.story-section p,.reality-section .section-intro,.journey-section .section-intro{
  color:#344963;
  line-height:1.8;
  font-weight:500;
}
.story-panel{
  background:#101d31;
  border:1px solid rgba(34,211,238,.28);
  border-radius:20px;
  padding:34px;
  color:#fff;
}
.story-panel h3{color:#fff;font-weight:800;}
.story-panel .panel-kicker,
.about-page .section-eyebrow{
  color:#0891b2;
  font-weight:850;
  letter-spacing:.12em;
}
.story-panel .panel-kicker{color:#22d3ee;}
.story-panel ul{margin:22px 0 0;padding-left:20px;}
.story-panel li{color:#d9e5f2;margin:11px 0;font-weight:600;}
.reality-section{background:#edf3f8;padding:86px 0;}
.reality-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:38px;}
.reality-card{
  background:#fff;
  border:1px solid #d3deea;
  border-radius:16px;
  padding:25px 20px;
  box-shadow:0 10px 30px rgba(10,25,45,.06);
}
.reality-card strong{color:#0786a3;font-size:1.7rem;font-weight:900;}
.reality-card h3{color:#10233a;font-weight:850;margin:12px 0 8px;}
.reality-card p{color:#40556d;line-height:1.65;font-weight:500;}
.journey-section{padding:86px 0;}
.journey-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:38px;}
.journey-card{
  background:#102039;
  border-radius:20px;
  padding:34px;
  border:1px solid rgba(34,211,238,.22);
}
.journey-card .year{color:#22d3ee;font-weight:900;letter-spacing:.12em;}
.journey-card h3{color:#fff;font-weight:850;margin:12px 0;}
.journey-card p{color:#d8e4f0;line-height:1.75;}
.manifesto-section{background:#081321;padding:72px 0;}
.manifesto{
  text-align:center;
  max-width:900px;
  margin:auto;
}
.manifesto .section-eyebrow{color:#22d3ee;}
.manifesto h2{color:#fff;font-weight:850;letter-spacing:-.03em;}
.manifesto h2 span{color:#22d3ee;}
.manifesto p{color:#d9e5f2;font-size:1.08rem;line-height:1.8;margin:20px auto 30px;max-width:700px;}
@media(max-width:900px){
  .story-grid,.journey-grid{grid-template-columns:1fr;}
  .reality-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:560px){
  .reality-grid{grid-template-columns:1fr;}
  .about-page .page-hero{padding:70px 0 60px;}
}

/* V10 — Startup mentoring */
.startup-mentoring-card{
  border:1px solid rgba(34,211,238,.28);
}
.startup-mentoring-card h3{color:#10233a;font-weight:850;}
.startup-mentoring-card p{color:#40556d;line-height:1.72;font-weight:500;}
.startup-mentoring-highlight{
  background:#0b1728;
  padding:76px 0;
}
.highlight-content{
  display:flex;justify-content:space-between;align-items:center;
  gap:36px;
}
.highlight-content h2{color:#fff;font-weight:850;letter-spacing:-.03em;}
.highlight-content h2 span{color:#22d3ee;}
.highlight-content p{color:#d9e5f2;max-width:720px;line-height:1.8;}
.startup-mission{
  margin:50px 0;
  padding:34px;
  border-radius:18px;
  background:#edf3f8;
  border:1px solid #d3deea;
}
.startup-mission h3{color:#10233a;font-weight:850;}
.startup-mission p{color:#40556d;line-height:1.75;font-weight:500;}
.startup-mission .section-eyebrow{color:#0786a3;font-weight:850;letter-spacing:.12em;}
@media(max-width:700px){
  .highlight-content{flex-direction:column;align-items:flex-start;}
}

/* V11 — Expanded engineering domains */
.engineering-domains{
  padding:86px 0;
  background:#f4f7fb;
}
.engineering-domains h2{
  color:#0b1728;
  font-weight:850;
  letter-spacing:-.03em;
}
.engineering-domains .section-intro{
  color:#40556d;
  max-width:820px;
  line-height:1.8;
}
.domain-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:38px;
}
.domain-card{
  background:#fff;
  border:1px solid #d3deea;
  border-radius:18px;
  padding:28px;
  box-shadow:0 10px 28px rgba(10,25,45,.06);
}
.domain-no{
  color:#0891b2;
  font-size:1.45rem;
  font-weight:900;
}
.domain-card h3{
  color:#10233a;
  font-weight:850;
  margin:12px 0 9px;
}
.domain-card p{
  color:#40556d;
  line-height:1.7;
  font-weight:500;
}
.domain-strip{
  padding:58px 0;
  background:#0b1728;
  text-align:center;
}
.domain-strip h2{
  color:#fff;
  font-weight:850;
}
.domain-strip p{
  color:#cfe0ee;
  font-weight:700;
  letter-spacing:.02em;
}
@media(max-width:900px){
  .domain-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:560px){
  .domain-grid{grid-template-columns:1fr;}
}

/* V12 — Service priority and visibility */
.services-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.service-card{
  background:#ffffff;
  border:1px solid #d4dfeb;
  border-radius:20px;
  padding:32px;
  box-shadow:0 12px 34px rgba(10,25,45,.07);
}
.service-card-primary{
  background:#0b1b30;
  border:2px solid #22d3ee;
  box-shadow:0 18px 42px rgba(5,30,55,.16);
}
.service-card .service-number{
  color:#0786a3;
  font-size:1.5rem;
  font-weight:900;
  letter-spacing:.04em;
}
.service-card-primary .service-number{
  color:#22d3ee;
}
.service-card h3{
  color:#10233a;
  font-weight:850;
  font-size:1.3rem;
  line-height:1.25;
  margin:12px 0;
}
.service-card-primary h3{
  color:#ffffff;
  font-size:1.5rem;
}
.service-card p{
  color:#40556d;
  line-height:1.75;
  font-weight:500;
}
.service-card-primary p{
  color:#e1edf6;
}
.service-points{
  margin:18px 0;
  padding-left:20px;
}
.service-points li{
  color:#d9e7f2;
  margin:8px 0;
  line-height:1.5;
  font-weight:600;
}
.service-card:not(.service-card-primary) .service-points li{
  color:#40556d;
}
.service-card-primary .tag-row span{
  color:#d9fbff;
  border-color:rgba(34,211,238,.4);
  background:rgba(34,211,238,.09);
}
@media(max-width:800px){
  .services-grid{grid-template-columns:1fr;}
}


/* V13 — Clean Services page layout. Overrides legacy service-card grid rules. */
.services-hero{background:#091525;color:#fff;padding:86px 0 78px;}
.services-hero h1{color:#fff;font-weight:850;letter-spacing:-.035em;max-width:850px;}
.services-hero h1 em{color:#22d3ee;font-style:normal;}
.services-hero p{color:#d7e5f2;max-width:780px;font-size:16px;line-height:1.8;}
.services-section{padding:82px 0;background:#fff;}
.services-intro{margin-bottom:30px;}
.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
.services-grid .service-card{display:block;min-width:0;box-sizing:border-box;}
.primary-services .service-card{min-height:470px;}
.service-content{min-width:0;}
.primary-services .service-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:rgba(34,211,238,.10);color:#22d3ee;font-size:25px;font-weight:900;margin:2px 0 20px;}
.service-card-primary .service-number{font-size:1.65rem;line-height:1;color:#22d3ee;}
.primary-services .service-card-primary h3{font-size:25px;line-height:1.22;color:#fff;margin:0 0 15px;font-weight:850;}
.primary-services .service-card-primary p{font-size:14px;line-height:1.75;color:#dce8f2;margin:0;}
.primary-services .service-points{margin:20px 0;padding-left:20px;}
.primary-services .service-points li{color:#dce8f2;line-height:1.55;margin:7px 0;font-size:13px;font-weight:600;}
.secondary-services{margin-top:28px;}
.secondary-services .service-card{min-height:190px;background:#fff;border:1px solid #d5e0eb;border-radius:18px;padding:28px;box-shadow:0 10px 28px rgba(10,25,45,.055);}
.secondary-services .service-number{color:#0786a3;font-size:1.35rem;font-weight:900;line-height:1;}
.secondary-services .service-content h3{color:#10233a;font-size:19px;line-height:1.3;font-weight:850;margin:12px 0 8px;}
.secondary-services .service-content p{color:#40556d;font-size:13px;line-height:1.7;margin:0;}
.other-services{background:#f3f7fb;padding:82px 0;}
.services-cta{padding:70px 0;}
@media(max-width:850px){.services-grid{grid-template-columns:1fr}.primary-services .service-card{min-height:auto}}
@media(max-width:560px){.services-hero{padding:65px 0 58px}.primary-services .service-card,.secondary-services .service-card{padding:24px}.primary-services .service-card-primary h3{font-size:22px}}

/* V14 — Services visibility cleanup */
.services-page,
.services-page * { box-sizing:border-box; }

/* Primary service cards: cursor/hover must NEVER make text disappear */
.services-page .service-card-primary,
.services-page .service-card-primary:hover,
.services-page .service-card-primary:focus,
.services-page .service-card-primary:active{
  background:#0b1b30 !important;
  color:#f7fbff !important;
  opacity:1 !important;
  visibility:visible !important;
}
.services-page .service-card-primary h3,
.services-page .service-card-primary:hover h3,
.services-page .service-card-primary p,
.services-page .service-card-primary:hover p,
.services-page .service-card-primary li,
.services-page .service-card-primary:hover li,
.services-page .service-card-primary .service-number,
.services-page .service-card-primary .service-icon{
  opacity:1 !important;
  visibility:visible !important;
}
.services-page .service-card-primary h3{
  color:#ffffff !important;
  font-weight:850 !important;
}
.services-page .service-card-primary p{
  color:#e5eef7 !important;
  font-weight:550 !important;
}
.services-page .service-card-primary li{
  color:#e5eef7 !important;
  font-weight:650 !important;
}
.services-page .service-card-primary .service-number{
  color:#22d3ee !important;
}

/* Other services: warm off-white background and stronger typography */
.services-page .services-secondary,
.services-page .other-services{
  background:#f5f0e8 !important;
}
.services-page .service-card:not(.service-card-primary){
  background:#fffdf9 !important;
  border:1px solid #d8cdbd !important;
}
.services-page .service-card:not(.service-card-primary) h3{
  color:#0b1728 !important;
  font-weight:850 !important;
  font-size:1.28rem !important;
  letter-spacing:-.02em;
}
.services-page .service-card:not(.service-card-primary) p{
  color:#263b53 !important;
  font-weight:600 !important;
  line-height:1.7 !important;
}
.services-page .service-card:not(.service-card-primary) .service-number{
  color:#0786a3 !important;
  font-weight:900 !important;
}

/* Distinguish the two sections below the 03–10 cards */
.services-page .engineering-domains{
  background:#e7eef5 !important;
}
.services-page .engineering-domains h2,
.services-page .engineering-domains h3{
  color:#0b1728 !important;
  font-weight:850 !important;
}
.services-page .engineering-domains p{
  color:#30475f !important;
  font-weight:550 !important;
}

.services-page .service-focus-note{
  margin:28px auto 0;
  max-width:1180px;
  padding:18px 24px;
  border-radius:14px;
  background:#e8f7fa;
  border:1px solid #9ddde7;
}
.services-page .service-focus-note div{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px 18px;
  color:#17334a;
  font-weight:700;
}
.services-page .service-focus-note strong{
  color:#087f99;
  font-weight:900;
}
.services-page .service-focus-note span{
  color:#18364d;
  background:#fff;
  border:1px solid #b9d8df;
  padding:7px 12px;
  border-radius:999px;
}

/* Make the section immediately following the primary services visually distinct */
.services-page .service-card-primary + .service-card-primary{
  background:#10243c !important;
}

/* Prevent old hover transforms/opacity from creating readability glitches */
.services-page .service-card:hover{
  opacity:1 !important;
}
@media(max-width:800px){
  .services-page .service-card-primary h3{font-size:1.35rem !important;}
}

/* V15 — Clean, concise home + clear About positioning */
.home-hero{background:linear-gradient(135deg,#071427 0%,#0c1d35 58%,#10284a 100%);color:#fff;position:relative;overflow:hidden}
.home-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;top:-230px;border:1px solid rgba(85,219,229,.14);box-shadow:0 0 0 55px rgba(85,219,229,.025),0 0 0 110px rgba(85,219,229,.018)}
.home-hero-grid{min-height:590px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;padding:68px 0;position:relative;z-index:1}
.home-hero h1{max-width:650px;margin:18px 0 22px;font-size:clamp(44px,5vw,68px);color:#fff}
.home-hero h1 em{color:#55dbe5;font-style:normal}
.home-hero .hero-copy p{max-width:620px;color:#dce8f3;font-size:17px;line-height:1.75}
.home-visual{display:flex;justify-content:center;align-items:center}
.home-visual img{width:min(100%,650px);filter:drop-shadow(0 25px 45px rgba(0,0,0,.22))}
.hero-mini{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:30px;color:#a9bdd2;font-size:12px;font-weight:700}
.hero-mini span:before{content:"•";color:#55dbe5;margin-right:7px}
.home-purpose{padding:55px 0;background:#f4f7fa;border-bottom:1px solid #dbe4ec}
.purpose-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:end}
.purpose-grid h2{font-size:clamp(31px,3.6vw,47px);color:#071426;max-width:700px}
.purpose-grid h2 em{color:#078da1;font-style:normal}
.purpose-grid p{margin:0;color:#344963;font-size:16px;line-height:1.8;max-width:560px}
.home-services{background:#fff}
.home-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.home-service-grid article{border:1px solid #d6e0ea;border-radius:18px;padding:25px;background:#fff;transition:.2s}
.home-service-grid article:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(16,35,66,.10);border-color:#b9d8df}
.home-service-grid article:first-child,.home-service-grid article:nth-child(2){background:#0b1b30;border-color:#164e69}
.home-service-grid article>span{display:block;color:#0786a3;font:900 14px Manrope;margin-bottom:28px}
.home-service-grid article:first-child>span,.home-service-grid article:nth-child(2)>span{color:#55dbe5}
.home-service-grid h3{font-size:19px;color:#071426;font-weight:850;margin-bottom:9px}
.home-service-grid article:first-child h3,.home-service-grid article:nth-child(2) h3{color:#fff}
.home-service-grid p{font-size:13px;color:#40556d;line-height:1.7;margin:0;min-height:86px}
.home-service-grid article:first-child p,.home-service-grid article:nth-child(2) p{color:#d6e4f0}
.home-service-grid a{display:inline-block;margin-top:18px;color:#1769e0;font-size:12px;font-weight:900}
.home-service-grid article:first-child a,.home-service-grid article:nth-child(2) a{color:#55dbe5}
.home-domains{padding:72px 0;background:#edf2f7}
.home-domains h2{color:#071426;font-size:clamp(32px,4vw,48px);max-width:850px}
.home-domains h2 em{color:#078da1;font-style:normal}
.domain-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.domain-list span{padding:11px 15px;border-radius:999px;background:#fff;border:1px solid #d2dce6;color:#19324b;font-size:13px;font-weight:800}
.home-about-teaser{padding:95px 0;background:#fff}
.teaser-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.teaser-grid h2{font-size:clamp(34px,4vw,50px);max-width:680px}
.teaser-grid h2 em{color:#078da1;font-style:normal}
.teaser-grid p{color:#40556d;line-height:1.8;max-width:610px}
.text-link{display:inline-block;margin-top:12px;color:#1769e0;font-weight:900;font-size:14px}
.teaser-image img{width:100%;border-radius:24px;box-shadow:0 20px 50px rgba(16,35,66,.12)}
.home-cta{padding:68px 0;background:#081426;color:#fff}
.home-cta .wrap{display:flex;justify-content:space-between;align-items:center;gap:35px}
.home-cta h2{color:#fff;font-size:clamp(31px,3.5vw,44px)}
.home-cta p{color:#c7d6e5;margin:10px 0 0}
.home-cta .kicker{color:#55dbe5}

/* About: mission, vision and bridge */
.about-who-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-who p{color:#344963;line-height:1.85;max-width:690px}
.about-who h2{font-size:clamp(35px,4vw,52px)}
.about-who h2 em{color:#078da1;font-style:normal}
.about-image img{width:100%;border-radius:24px;box-shadow:0 20px 50px rgba(16,35,66,.12)}
.mission-section{padding:95px 0;background:#edf2f7}
.mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mission-card{background:#fff;border:1px solid #d4dee8;border-radius:20px;padding:31px;box-shadow:0 10px 28px rgba(16,35,66,.06)}
.mission-card:nth-child(2){background:#0b1b30;border-color:#164e69}
.mission-card h2{font-size:29px;color:#071426;margin-bottom:15px}
.mission-card:nth-child(2) h2{color:#fff}
.mission-card h2 em{color:#078da1;font-style:normal}.mission-card:nth-child(2) h2 em{color:#55dbe5}
.mission-card p{color:#40556d;line-height:1.75;font-size:14px}.mission-card:nth-child(2) p{color:#d4e2ee}
.mission-card strong{color:#0a4e63}.mission-card:nth-child(2) strong{color:#fff}
.bridge-section{padding:95px 0;background:#fff}
.bridge-grid{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:center}
.bridge-grid h2{font-size:clamp(35px,4vw,50px)}
.bridge-grid h2 em{color:#078da1;font-style:normal}
.bridge-grid p{color:#40556d;line-height:1.8}
.bridge-points{margin-top:28px;border-top:1px solid #d8e2eb}
.bridge-points div{padding:15px 0;border-bottom:1px solid #d8e2eb;display:flex;gap:20px;align-items:center}
.bridge-points b{width:115px;color:#0b1b30;font-weight:900}.bridge-points span{color:#40556d;font-size:13px;font-weight:600}
.bridge-image img{width:100%;border-radius:24px}
.values-section{background:#f5f0e8}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.value-grid article{background:#fffdf9;border:1px solid #ddd2c2;border-radius:18px;padding:28px}
.value-grid span{color:#0786a3;font:900 15px Manrope}.value-grid h3{color:#071426;font-weight:850;margin:18px 0 8px}.value-grid p{color:#40556d;font-size:14px;line-height:1.7;margin:0}

@media(max-width:900px){
 .home-hero-grid,.purpose-grid,.teaser-grid,.about-who-grid,.bridge-grid{grid-template-columns:1fr}
 .home-visual{order:-1}.home-hero-grid{padding:58px 0}.home-visual img{max-width:560px}
 .home-service-grid{grid-template-columns:1fr 1fr}.mission-grid{grid-template-columns:1fr}.value-grid{grid-template-columns:1fr 1fr}.home-cta .wrap{display:block}.home-cta .btn{margin-top:24px}
}
@media(max-width:580px){
 .home-service-grid,.value-grid{grid-template-columns:1fr}.hero-mini{display:block}.hero-mini span{display:block;margin:7px 0}.purpose-grid,.teaser-grid,.about-who-grid,.bridge-grid{gap:30px}.mission-card{padding:25px}
}


/* V16 — final information architecture, typography and visibility */
body{overflow-x:hidden;color:#10243b}
.home-hero{background:#071426}
.home-hero .hero-copy h1{color:#fff;font-weight:850;letter-spacing:-.035em}
.home-hero .hero-copy h1 em{color:#55dbe5}
.home-hero .hero-copy p{color:#dbe8f4;max-width:700px;font-weight:500;line-height:1.75}
.home-purpose{background:#eef4f8;padding:70px 0}
.home-purpose h2{color:#071426;font-weight:850}.home-purpose p{color:#30475f;font-weight:550;line-height:1.8}
.selected-work{background:#fffdf8}
.selected-work .section-head p{color:#3b5068;font-weight:550;line-height:1.75}
.selected-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px}
.selected-grid article{background:#fff;border:1px solid #d9d1c5;border-radius:17px;padding:25px;box-shadow:0 10px 28px rgba(25,35,45,.05)}
.selected-grid article span{color:#0786a3;font-weight:900;font-size:1.2rem}.selected-grid h3{color:#0b1c31;font-weight:850;margin:11px 0 8px}.selected-grid p{color:#3c536b;font-weight:550;line-height:1.65;margin:0}
.home-about-teaser{background:#e8eff5;padding:78px 0}.teaser-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.home-about-teaser h2{color:#071426;font-weight:850}.home-about-teaser p{color:#30475f;font-weight:550;line-height:1.8}.teaser-image{background:#f7fafc;border-radius:22px;padding:18px}.teaser-image img{display:block;width:100%;height:auto}
.home-cta{background:#071426;color:#fff;padding:68px 0}.home-cta h2{color:#fff;font-weight:850}.home-cta p{color:#c9d8e7;font-weight:500}.home-cta .kicker{color:#55dbe5}
/* About: make the mission narrative visually distinct and highly readable */
.about-who{background:#fffdf9}.about-who h2,.mission-section h2,.bridge-section h2,.values-section h2{color:#071426;font-weight:850}.about-who p,.mission-section p,.bridge-section p,.values-section .section-head p{color:#30475f;font-weight:550;line-height:1.82}.about-image{background:#edf3f7;border-radius:22px;padding:18px}.about-image img{width:100%;display:block}.mission-section{background:#eef3f7;padding:80px 0}.mission-intro{max-width:950px;margin-bottom:30px}.mission-intro h2{font-size:clamp(34px,4vw,48px);margin:8px 0 12px}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.mission-card{background:#fffdf9;border:1px solid #d7dfe7;border-radius:20px;padding:32px;box-shadow:0 12px 32px rgba(10,25,45,.06)}.mission-card .kicker{color:#0786a3}.mission-card h2{font-size:30px}.mission-card h2 em{color:#0786a3}.mission-card strong{color:#0a5572}.bridge-section{background:#f8f3ea;padding:82px 0}.bridge-section .bridge-grid{align-items:center}.bridge-image{background:#fffdf9;border:1px solid #ded6ca;border-radius:22px;padding:18px}.bridge-image img{width:100%;display:block}.bridge-points{display:grid;gap:10px;margin-top:25px}.bridge-points div{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-top:1px solid #d7dfe7}.bridge-points b{color:#087f99;font-weight:850}.bridge-points span{color:#30475f;font-weight:600}.values-section{background:#fff;padding:78px 0}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.value-grid article{background:#f3f7fa;border:1px solid #d6e0e8;border-radius:17px;padding:25px}.value-grid article span{color:#0786a3;font-weight:900}.value-grid h3{color:#0b1c31;font-weight:850}.value-grid p{color:#3d536a;font-weight:550;line-height:1.65}
/* Research Support page = former Services page */
.services-hero h1{font-weight:850}.services-section{background:#fff}.services-intro h2{color:#071426;font-weight:850}.services-intro p{color:#344963;font-weight:550}.primary-services{margin-top:32px}.other-services{background:#f8f2e9!important}.other-services .section-head h2{color:#071426;font-weight:850}.other-services .section-head p{color:#344963;font-weight:550}.secondary-services .service-card{background:#fffdf9!important;border-color:#d8cdbd!important}.secondary-services .service-card h3{color:#071426!important;font-weight:850!important}.secondary-services .service-card p{color:#2e455d!important;font-weight:600!important}.services-cta{background:#071426!important}.services-cta h2{color:#fff!important;font-weight:850}.services-cta p{color:#c9d8e7!important;font-weight:500}
@media(max-width:900px){.selected-grid,.value-grid,.mission-grid,.teaser-grid{grid-template-columns:1fr 1fr}}
@media(max-width:580px){.selected-grid,.value-grid,.mission-grid,.teaser-grid{grid-template-columns:1fr}}


/* V8 — ResearchSolutions Innovation & R&D Lab branding */
.brand-logo-img{width:46px;height:46px;object-fit:contain;display:block;flex:0 0 auto}
.brand-wordmark{display:inline-block}
.logo{gap:10px}
.contact-item a{color:#e5edf6;text-decoration:underline;text-underline-offset:3px}
.contact-team-note{margin-bottom:18px;padding:24px;border:1px solid #d4deea;border-radius:18px;background:linear-gradient(145deg,#f5f9ff,#eef4fb)}
.contact-team-note h3{font-size:23px;color:#071426;margin:4px 0 9px}
.contact-team-note p{margin:0;color:#344963;font-size:14px}
.contact-team-note a{color:#1769e0;font-weight:800}
.leadership-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:18px}
.leader-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 12px 35px rgba(16,35,66,.07)}
.leader-main{background:linear-gradient(145deg,#071426,#103357);color:#fff;border-color:transparent}
.leader-card h3{font-size:23px;color:#071426;margin:8px 0 10px}.leader-main h3{color:#fff}
.leader-card p{font-size:13px;color:#344963;margin:8px 0}.leader-main p{color:#d0deeb}
.leader-card strong{color:#071426}.leader-main strong{color:#fff}
.leader-qual{font-weight:700;color:#52647d!important}.leader-main .leader-qual{color:#bcd0e5!important}
.leader-role{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;font-weight:900;color:#1769e0}.leader-main .leader-role{color:#55dbe5}
.team-card{grid-column:1/-1;background:#f5f8fc}
@media(max-width:900px){.leadership-grid{grid-template-columns:1fr 1fr}.leader-main{grid-column:1/-1}.team-card{grid-column:1/-1}}
@media(max-width:580px){.leadership-grid{grid-template-columns:1fr}.leader-main,.team-card{grid-column:auto}.brand-logo-img{width:42px;height:42px}}
.form .btn:disabled{opacity:.65;cursor:wait}

/* V23 — Global content alignment and leadership emphasis */
main p, main li {
  text-align: justify;
  text-justify: inter-word;
}

.leader-role {
  font-weight: 900 !important;
}

.leader-card h3 {
  font-weight: 900 !important;
}

.leader-card strong {
  font-weight: 850;
}

/* Keep navigation, buttons, labels and headings naturally aligned. */
nav, nav a, .btn, .kicker, h1, h2, h3, h4, h5, h6 {
  text-align: initial;
}

/* Final visual polish — About R&D workspace */
.about-image img{aspect-ratio:1.16/1;object-fit:cover;object-position:center;border-radius:18px}
.about-image{padding:14px;overflow:hidden}
.leader-role,.leader-role strong{font-weight:900}
