
:root{
  --bg:#040607;--bg2:#090c0f;--card:#090c0f;--ink:#f5f6f7;--muted:#b1b6bd;
  --line:rgba(255,255,255,.12);--red:#ef2029;--max:1440px;--white:#f5f5f3;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--ink);
font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
-webkit-font-smoothing:antialiased} a{color:inherit;text-decoration:none} button,input,textarea{font:inherit}
img{max-width:100%;display:block}.wrap{width:min(calc(100% - 56px),var(--max));margin:auto}
.header{position:sticky;top:0;z-index:30;background:rgba(4,6,7,.88);backdrop-filter:blur(18px);
border-bottom:1px solid var(--line)}.header-in{height:92px;display:flex;align-items:center;justify-content:space-between}
.logo img{width:138px}.navbox{display:flex;align-items:center;gap:44px}.nav{display:flex;gap:42px;font-weight:650}
.nav a:hover,.footer a:hover{color:var(--red)}.lang{display:flex;align-items:center;gap:8px}.lang button{border:0;background:none;color:#aaa;padding:5px;cursor:pointer}
.lang button.active{color:white}.menu{display:none;border:0;background:none;color:#fff;font-size:28px}
.hero{min-height:calc(100vh - 92px);display:grid;align-items:center;border-bottom:1px solid var(--line);overflow:hidden;position:relative}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 66% 45%,rgba(239,32,41,.2),transparent 28%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:44px;padding:34px 0 96px}
.eyebrow{font-size:14px;letter-spacing:.19em;font-weight:800;margin:0 0 30px}.eyebrow b{color:var(--red)}
h1{font-size:clamp(56px,5.4vw,92px);letter-spacing:-.055em;line-height:1.02;margin:0;font-weight:800}
h1 span{display:block}h1 strong{display:block;color:var(--red);margin-top:.02em}.lead{font-size:20px;line-height:1.65;color:#c4c8ce;max-width:650px;margin:34px 0 0}
.hero-art{filter:drop-shadow(0 35px 48px rgba(0,0,0,.58));transform:scale(1.08)}
.scroll{position:absolute;z-index:3;left:50%;bottom:16px;transform:translateX(-50%);font-size:11px;letter-spacing:.2em;color:#aaa;text-align:center}
.scroll i{display:block;width:20px;height:34px;border:1px solid #777;border-radius:14px;margin:auto auto 8px;position:relative}
.scroll i:after{content:"";width:3px;height:7px;background:var(--red);position:absolute;top:7px;left:8px;border-radius:3px}
.section{padding:66px 0;border-bottom:1px solid var(--line)}.section-title{text-align:center;font-size:48px;letter-spacing:-.035em;margin:0 0 8px}
.section-sub{text-align:center;color:var(--muted);font-size:17px;margin:0 0 38px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.card{min-height:315px;padding:34px 30px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(145deg,rgba(255,255,255,.025),transparent)}
.icon{width:55px;height:55px;color:var(--red);margin-bottom:26px}.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.card h3{font-size:25px;margin:0 0 14px}.card p{color:#c0c4ca;line-height:1.65;margin:0}.more{display:inline-block;color:var(--red);font-weight:750;margin-top:26px}
.arch{background:radial-gradient(circle at 50% 50%,rgba(34,48,61,.35),transparent 55%)}
.arch-grid{display:grid;grid-template-columns:270px 1fr;gap:42px;align-items:center}.arch-copy h2{font-size:48px;line-height:1.05;margin:0 0 20px}.arch-copy p{color:#c0c4ca;line-height:1.65}
.flow{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;position:relative}.flow:before{content:"";position:absolute;top:76px;left:9%;right:9%;border-top:4px dotted var(--red)}
.step{text-align:center;position:relative}.step small{font-size:12px;font-weight:800;letter-spacing:.06em}.step-icon{width:92px;height:92px;border:1px solid #59606a;border-radius:13px;margin:20px auto 18px;background:#15191e;display:grid;place-items:center;position:relative;z-index:2}
.step-icon svg{width:50px;height:50px;fill:none;stroke:#fff;stroke-width:1.7}.step p{color:#b9bec4;font-size:14px;line-height:1.5}
.about{background:#f4f4f2;color:#111}.about-grid{display:grid;grid-template-columns:300px repeat(5,1fr);gap:0}.about-intro{padding-right:35px}.about h2{font-size:48px;margin:0 0 16px}.about-intro p{line-height:1.6;color:#444}
.value{text-align:center;padding:10px 22px;border-left:1px solid #ccc}.value .icon{margin:0 auto 20px}.value h3{font-size:17px}.value p{font-size:14px;line-height:1.55;color:#555}
.contact-grid{display:grid;grid-template-columns:.85fr 1.1fr 1.55fr;gap:34px}.contact h2{font-size:44px;margin:0 0 18px}.contact p{color:#c0c4ca}
.contact-item{display:flex;gap:14px;margin:18px 0;align-items:flex-start}.contact-item b{color:var(--red);font-size:21px}
.legal-box{border:1px solid var(--line);border-radius:8px;overflow:hidden}.legal-grid{display:grid;grid-template-columns:1fr 1fr}
.legal-cell{padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.legal-cell:nth-child(2n){border-right:0}
.legal-cell span{display:block;color:#aaa;font-size:13px;margin-bottom:8px}.legal-extra{padding:20px 22px;color:#c3c7cc;font-size:14px;line-height:1.6;border-bottom:1px solid var(--line)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form input,.form textarea{width:100%;background:#11151a;border:1px solid #343a42;border-radius:7px;color:#fff;padding:16px}
.form textarea{grid-column:1/-1;min-height:110px;resize:vertical}.form button{grid-column:1/-1;background:var(--red);color:#fff;border:0;border-radius:6px;padding:17px;font-weight:800;cursor:pointer}
.consent{font-size:12px!important}.consent a{color:var(--red)}
.footer{padding:42px 0 22px}.footer-top{display:grid;grid-template-columns:1.2fr 1fr .7fr;gap:40px;align-items:start}.footer-brand{display:flex;gap:30px}.footer-brand img{width:132px}.footer-brand p{margin:0;color:#b7bcc2;line-height:1.55}
.footer-nav{display:flex;justify-content:space-around}.footer-links{display:flex;flex-direction:column;gap:10px}.copyright{text-align:center;color:#aaa;border-top:1px solid var(--line);margin-top:38px;padding-top:22px}
.subpage{padding:90px 0;min-height:70vh}.subpage h1{font-size:64px;line-height:1;margin-bottom:40px}.prose{max-width:900px;color:#c6c9ce;line-height:1.75}.prose h2{color:#fff;margin-top:40px}.data-table{border:1px solid var(--line);border-radius:9px;overflow:hidden;max-width:800px}.data-row{display:grid;grid-template-columns:230px 1fr;border-bottom:1px solid var(--line)}.data-row:last-child{border:0}.data-row b,.data-row span{padding:17px 20px}.data-row b{background:#0d1014}
@media(max-width:1050px){.cards{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr 1fr 1fr}.about-intro{grid-column:1/-1}.value{border-left:0}.contact-grid{grid-template-columns:1fr}.arch-grid{grid-template-columns:1fr}.flow{overflow-x:auto;padding-bottom:15px}.flow .step{min-width:150px}.navbox{gap:20px}.nav{gap:22px}}
@media(max-width:720px){.wrap{width:min(calc(100% - 30px),var(--max))}.header-in{height:72px}.logo img{width:110px}.menu{display:block}.navbox{position:absolute;top:72px;left:0;right:0;background:#080a0c;padding:24px;display:none;flex-direction:column}.navbox.open{display:flex}.nav{flex-direction:column;text-align:center}.hero-grid{grid-template-columns:1fr;padding:55px 0 80px}.hero{min-height:auto}h1{font-size:54px}.lead{font-size:17px}.hero-art{transform:none}.scroll{display:none}.cards{grid-template-columns:1fr}.section-title,.arch-copy h2,.about h2,.contact h2{font-size:38px}.about-grid{grid-template-columns:1fr}.value{border-top:1px solid #ddd;padding:28px}.contact-grid{gap:40px}.form-grid{grid-template-columns:1fr}.form textarea,.form button{grid-column:auto}.footer-top{grid-template-columns:1fr}.footer-nav{justify-content:flex-start;gap:60px}.data-row{grid-template-columns:1fr}.subpage h1{font-size:48px}}


/* v2 refinements */
.logo img{height:auto;display:block}
.hero-art{will-change:transform;transition:transform .2s ease-out}
.card,.value,.step-icon,.form button{transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease}
.card:hover{transform:translateY(-8px);border-color:rgba(239,32,41,.55);box-shadow:0 22px 55px rgba(0,0,0,.32),0 0 0 1px rgba(239,32,41,.08) inset}
.card:hover .icon{transform:scale(1.06)}
.icon{transition:transform .28s ease}
.value:hover{transform:translateY(-5px)}
.step-icon:hover{transform:translateY(-5px);border-color:var(--red);box-shadow:0 14px 32px rgba(0,0,0,.28)}
.form input:focus,.form textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(239,32,41,.14)}
.form button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(239,32,41,.22)}
.form button:disabled{opacity:.65;cursor:wait;transform:none}
.form-status{grid-column:1/-1;min-height:22px;font-size:13px;color:#b9bec4}
.form-status.success{color:#7ee2a8}.form-status.error{color:#ff767d}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1)}
.reveal.visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
 html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}
 .hero-art,.card,.value,.step-icon,.form button{transition:none!important}
}


/* Anchor scrolling is handled precisely in JavaScript. */
html{
  scroll-behavior:auto;
}

@media(max-width:720px){
  .lang-select select{
    min-width:104px;
    padding:10px 38px 10px 13px;
  }
}

/* ---------- Custom language menu ---------- */
.language-menu{
  position:relative;
  min-width:176px;
}

.language-trigger{
  width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-weight:750;
  cursor:pointer;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;
}

.language-trigger:hover,
.language-trigger[aria-expanded="true"]{
  border-color:rgba(239,32,41,.7);
  background:rgba(239,32,41,.08);
  box-shadow:0 0 0 3px rgba(239,32,41,.1);
}

.language-flag,
.language-option img{
  width:24px;
  height:16px;
  object-fit:cover;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(255,255,255,.16);
  flex:0 0 auto;
}

.language-label{
  flex:1;
  text-align:left;
}

.language-chevron{
  width:8px;
  height:8px;
  border-right:2px solid #c8ccd1;
  border-bottom:2px solid #c8ccd1;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .2s ease;
}

.language-trigger[aria-expanded="true"] .language-chevron{
  transform:rotate(225deg) translate(-1px,-1px);
}

.language-options{
  position:absolute;
  top:calc(100% + 8px);
  right:0;
  z-index:100;
  width:100%;
  padding:6px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:10px;
  background:#0d1014;
  box-shadow:0 18px 45px rgba(0,0,0,.45);
  opacity:0;
  visibility:hidden;
  transform:translateY(-6px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}

.language-menu.open .language-options{
  opacity:1;
  visibility:visible;
  transform:none;
}

.language-option{
  width:100%;
  display:grid;
  grid-template-columns:24px 1fr 18px;
  align-items:center;
  gap:10px;
  padding:11px 10px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#d4d7dc;
  text-align:left;
  cursor:pointer;
}

.language-option:hover{
  background:rgba(255,255,255,.06);
  color:#fff;
}

.language-option.active{
  background:rgba(239,32,41,.12);
  color:#fff;
}

.language-check{
  opacity:0;
  color:var(--red);
  font-weight:800;
}

.language-option.active .language-check{
  opacity:1;
}

@media(max-width:720px){
  .language-menu{
    min-width:168px;
  }
}

/* Hero viewport and scroll indicator refinement */

@media(max-width:720px){
  .hero{min-height:auto}
  .hero-grid{padding:55px 0 80px}
  .scroll{display:none}
}

/* ---------- What We Build section ---------- */
.build-section{
  background:#050708;
  color:#fff;
  padding:92px 0 76px;
  border-bottom:1px solid var(--line);
}

.build-layout{
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.45fr);
  gap:64px;
  align-items:start;
}

.build-intro{
  position:sticky;
  top:130px;
}

.build-kicker{
  margin:0 0 20px;
  color:var(--red);
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
}

.build-intro h2{
  margin:0 0 24px;
  font-size:clamp(48px,5vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
}

.build-intro p{
  max-width:520px;
  margin:0;
  color:#bcc1c7;
  font-size:18px;
  line-height:1.7;
}

.tech-matrix{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}

.tech-card{
  min-height:260px;
  padding:32px 30px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,0));
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}

.tech-card:hover{
  transform:translateY(-4px);
  background:linear-gradient(145deg,rgba(239,32,41,.07),rgba(255,255,255,.01));
  border-color:rgba(239,32,41,.45);
}

.tech-icon{
  width:52px;
  height:52px;
  margin-bottom:24px;
  color:var(--red);
}

.tech-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.tech-card h3{
  margin:0 0 14px;
  font-size:25px;
}

.tech-card p{
  margin:0;
  color:#bfc4ca;
  line-height:1.7;
}

@media(max-width:720px){
  .build-section{padding:66px 0 56px}
  .build-layout{gap:38px}
  .tech-matrix{grid-template-columns:1fr}
  .tech-card{min-height:auto}
  .build-stats{grid-template-columns:1fr}
  .build-stat{border-right:0;border-bottom:1px solid var(--line)!important}
  .build-stat:last-child{border-bottom:0!important}
  .build-values{grid-template-columns:1fr}
}

/* ---------- Technology Stack ---------- */
.technology-stack{
  margin-top:54px;
  padding-top:42px;
  border-top:1px solid var(--line);
}

.stack-heading{
  display:grid;
  grid-template-columns:.7fr 1.15fr 1.25fr;
  gap:34px;
  align-items:end;
  margin-bottom:30px;
}

.stack-heading .build-kicker{
  margin:0;
  align-self:start;
}

.stack-heading h3{
  margin:0;
  max-width:520px;
  font-size:clamp(30px,3vw,48px);
  line-height:1.05;
  letter-spacing:-.035em;
}

.stack-heading > p:last-child{
  margin:0;
  max-width:560px;
  color:#aeb4bb;
  line-height:1.7;
}

.stack-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}

.stack-card{
  position:relative;
  min-height:230px;
  padding:30px 26px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.015);
  overflow:hidden;
  transition:background .25s ease, transform .25s ease;
}

.stack-card:hover{
  transform:translateY(-4px);
  background:linear-gradient(145deg,rgba(239,32,41,.075),rgba(255,255,255,.012));
}


.stack-card h4{
  margin:16px 0 16px;
  font-size:30px;
  letter-spacing:-.03em;
}

.stack-card p{
  margin:0;
  color:#b8bec5;
  line-height:1.75;
}

@media(max-width:1050px){
  .stack-heading{grid-template-columns:1fr 1fr}
  .stack-heading .build-kicker{grid-column:1/-1}
  .stack-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:720px){
  .technology-stack{margin-top:40px;padding-top:34px}
  .stack-heading{grid-template-columns:1fr;gap:16px}
  .stack-heading .build-kicker{grid-column:auto}
  .stack-grid{grid-template-columns:1fr}
  .stack-card{min-height:auto}
}


.language-option[hidden]{display:none;}


/* v14 simplified content */
.competency-grid,.solutions-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.competency-card,.solution-card{
  min-height:220px;
  padding:32px 30px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,0));
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}
.competency-card:hover,.solution-card:hover{
  transform:translateY(-4px);
  background:linear-gradient(145deg,rgba(239,32,41,.07),rgba(255,255,255,.01));
  border-color:rgba(239,32,41,.45);
}
.competency-card h3,.solution-card h3{margin:0 0 14px;font-size:27px;letter-spacing:-.02em}
.competency-card p,.solution-card p{margin:0;color:#bfc4ca;line-height:1.7}
.technology-strip{margin-top:46px;padding-top:24px;border-top:1px solid var(--line)}
.technology-strip-label{display:block;margin-bottom:18px;color:var(--red);font-size:12px;font-weight:800;letter-spacing:.15em}
.technology-strip-items{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center;color:#d8dce1;font-size:18px}
.technology-strip-items i{color:#5f656c;font-style:normal}
.section-head{display:grid;grid-template-columns:.65fr 1.1fr 1.1fr;gap:34px;align-items:end;margin-bottom:34px}
.section-head .eyebrow{margin:0;align-self:start;color:var(--red);font-size:13px;font-weight:800;letter-spacing:.18em}
.section-head h2{margin:0;font-size:clamp(40px,4vw,62px);line-height:1.02;letter-spacing:-.04em}
.section-head>p:last-child{margin:0;color:#aeb4bb;line-height:1.7}
@media(max-width:1050px){
  .section-head{grid-template-columns:1fr 1fr}
  .section-head .eyebrow{grid-column:1/-1}
}
@media(max-width:720px){
  .competency-grid,.solutions-grid{grid-template-columns:1fr}
  .competency-card,.solution-card{min-height:auto}
  .technology-strip-items{font-size:16px}
  .section-head{grid-template-columns:1fr;gap:16px}
  .section-head .eyebrow{grid-column:auto}
}


/* v15 unified sections + mobile overflow fix */
html,body{
  max-width:100%;
  overflow-x:hidden;
}

.build-section .wrap,
#solutions .wrap,
.section-head,
.section-copy,
.content-grid,
.content-card{
  min-width:0;
}

.build-section{
  padding:92px 0 78px;
}

.section-head{
  display:grid;
  grid-template-columns:.65fr 1.1fr 1.1fr;
  gap:34px;
  align-items:end;
  margin-bottom:34px;
}

.section-head .eyebrow{
  margin:0;
  align-self:start;
  color:var(--red);
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
}

.section-head h2{
  margin:0;
  font-size:clamp(40px,4vw,62px);
  line-height:1.02;
  letter-spacing:-.04em;
}

.section-copy{
  min-width:0;
}

.section-copy p,
.section-head > p:last-child{
  margin:0;
  color:#aeb4bb;
  line-height:1.7;
}

.section-copy .more{
  display:inline-flex;
  margin-top:22px;
}

.content-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}

.content-card{
  width:auto;
  min-width:0;
  min-height:220px;
  padding:32px 30px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,0));
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}

.content-card:hover{
  transform:translateY(-4px);
  background:linear-gradient(145deg,rgba(239,32,41,.07),rgba(255,255,255,.01));
  border-color:rgba(239,32,41,.45);
}

.content-card h3{
  margin:0 0 14px;
  font-size:27px;
  line-height:1.2;
  letter-spacing:-.02em;
  overflow-wrap:anywhere;
}

.content-card p{
  margin:0;
  color:#bfc4ca;
  line-height:1.7;
  overflow-wrap:anywhere;
}

.technology-strip{
  width:100%;
  margin-top:46px;
  padding-top:24px;
  border-top:1px solid var(--line);
}

@media(max-width:1050px){
  .section-head{
    grid-template-columns:1fr 1fr;
  }

  .section-head .eyebrow{
    grid-column:1/-1;
  }
}

@media(max-width:720px){
  .build-section{
    padding:66px 0 56px;
  }

  .section-head{
    display:block;
    width:100%;
    margin-bottom:28px;
  }

  .section-head .eyebrow{
    margin-bottom:16px;
  }

  .section-head h2{
    margin-bottom:22px;
    font-size:clamp(38px,12vw,54px);
    line-height:1.02;
  }

  .section-copy,
  .section-head > p:last-child{
    width:100%;
  }

  .content-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    width:100%;
    max-width:100%;
  }

  .content-card{
    width:100%;
    min-width:0;
    min-height:auto;
    padding:26px 22px;
  }

  .content-card h3{
    font-size:24px;
  }

  .technology-strip-items{
    font-size:16px;
  }
}


/* v16 compact About layout */
.about-compact-layout{
  display:grid;
  grid-template-columns:minmax(320px,.76fr) minmax(0,1.48fr);
  gap:64px;
  align-items:start;
}

.about-compact-intro{
  min-width:0;
}

.about-compact-intro .eyebrow{
  margin:0 0 22px;
  color:var(--red);
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
}

.about-compact-intro h2{
  margin:0 0 26px;
  font-size:clamp(48px,5vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
}

.about-compact-lead{
  max-width:520px;
  margin:0;
  color:#aeb4bb;
  font-size:18px;
  line-height:1.7;
}

.about-content-grid{
  align-self:start;
}

.about-content-grid .content-card{
  min-height:235px;
}

@media(max-width:1050px){
  .about-compact-layout{
    grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
    gap:38px;
  }

  .about-compact-intro h2{
    font-size:clamp(42px,5.5vw,62px);
  }
}

@media(max-width:820px){
  .about-compact-layout{
    display:block;
    width:100%;
  }

  .about-compact-intro{
    width:100%;
    margin-bottom:32px;
  }

  .about-compact-intro h2{
    font-size:clamp(38px,12vw,54px);
    line-height:1.02;
  }

  .about-compact-lead{
    max-width:none;
    width:100%;
  }

  .about-content-grid{
    width:100%;
    grid-template-columns:minmax(0,1fr);
  }

  .about-content-grid .content-card{
    min-height:auto;
  }
}


/* v17 compact Solutions + aligned technology cards */
.solutions-compact-layout,
.technology-layout{
  display:grid;
  grid-template-columns:minmax(320px,.76fr) minmax(0,1.48fr);
  gap:64px;
  align-items:start;
}

.solutions-compact-intro,
.technology-intro{
  min-width:0;
}

.solutions-compact-intro .eyebrow,
.technology-intro .eyebrow{
  margin:0 0 22px;
  color:var(--red);
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
}

.solutions-compact-intro h2{
  margin:0 0 26px;
  font-size:clamp(48px,5vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
}

.solutions-compact-lead,
.technology-intro > p:last-child{
  max-width:520px;
  margin:0;
  color:#aeb4bb;
  font-size:18px;
  line-height:1.7;
}

.solutions-content-grid{
  align-self:start;
}

.solutions-content-grid .content-card{
  min-height:235px;
}

.technology-layout{
  margin-top:46px;
  padding-top:34px;
  border-top:1px solid var(--line);
}

.technology-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}

.technology-card{
  min-width:0;
  min-height:170px;
  padding:24px 22px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.022),rgba(255,255,255,0));
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}

.technology-card:hover{
  transform:translateY(-3px);
  background:linear-gradient(145deg,rgba(239,32,41,.065),rgba(255,255,255,.01));
  border-color:rgba(239,32,41,.4);
}

.technology-icon{
  width:38px;
  height:38px;
  margin-bottom:22px;
  color:var(--red);
}

.technology-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.technology-card strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:18px;
  line-height:1.3;
  overflow-wrap:anywhere;
}

.technology-card span{
  color:#9fa6ad;
  font-size:14px;
  line-height:1.5;
}

.arch-copy .more{
  display:none;
}

@media(max-width:1050px){
  .solutions-compact-layout,
  .technology-layout{
    grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
    gap:38px;
  }

  .solutions-compact-intro h2{
    font-size:clamp(42px,5.5vw,62px);
  }

  .technology-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:820px){
  .solutions-compact-layout,
  .technology-layout{
    display:block;
    width:100%;
  }

  .solutions-compact-intro,
  .technology-intro{
    width:100%;
    margin-bottom:32px;
  }

  .solutions-compact-intro h2{
    font-size:clamp(38px,12vw,54px);
    line-height:1.02;
  }

  .solutions-compact-lead,
  .technology-intro > p:last-child{
    max-width:none;
    width:100%;
  }

  .solutions-content-grid{
    width:100%;
    grid-template-columns:minmax(0,1fr);
  }

  .solutions-content-grid .content-card{
    min-height:auto;
  }

  .technology-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:520px){
  .technology-grid{
    grid-template-columns:minmax(0,1fr);
  }

  .technology-card{
    min-height:auto;
  }
}


/* v18 icons in competency and solution cards */
.card-icon{
  width:42px;
  height:42px;
  margin-bottom:22px;
  color:var(--red);
}

.card-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
