.about-page{
  width:min(100%,1680px);
  margin:0 auto;
  background:#f8f3ea;
  color:var(--ink);
  border-bottom:1px solid var(--line);
}
.about-subnav{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  padding:14px clamp(20px,4vw,72px);
  border-bottom:1px solid var(--line);
  background:#fffaf2;
}
.about-subnav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 16px;
  border-right:1px solid var(--line);
  color:#5f584f;
  font-size:14px;
  font-weight:850;
  text-decoration:none;
}
.about-subnav a:first-child{border-left:1px solid var(--line)}
.about-subnav a.is-active,
.about-subnav a:hover{
  color:var(--copper-strong);
  background:#fff7ea;
}
.about-kicker{
  display:inline-flex;
  width:max-content;
  min-height:26px;
  align-items:center;
  padding:0 10px;
  border:1px solid rgba(184,121,44,.34);
  border-radius:999px;
  color:var(--copper-strong);
  background:#fff7ea;
  font-size:12px;
  font-weight:850;
}
.about-copy h1,
.career-copy h1,
.contact-copy h1{
  margin:18px 0 16px;
  color:var(--ink);
  font-size:clamp(38px,4.2vw,62px);
  font-weight:950;
  line-height:1.08;
}
.about-copy p,
.career-copy p,
.contact-copy p,
.about-section p,
.career-section p,
.contact-section p{
  margin:0;
  color:#5f584f;
  font-size:17px;
  font-weight:620;
  line-height:1.9;
}
.about-section h2,
.career-section h2,
.contact-section h2{
  margin:0 0 18px;
  color:var(--ink);
  font-size:clamp(30px,3.2vw,44px);
  font-weight:930;
  line-height:1.18;
}
.about-section h3,
.career-section h3,
.contact-section h3{
  margin:0;
  color:var(--ink);
  font-size:21px;
  font-weight:900;
  line-height:1.3;
}

.about-company-hero{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);
  gap:38px;
  align-items:center;
  min-height:520px;
  padding:54px clamp(22px,4vw,72px) 46px;
}
.about-company-hero figure{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:8px;
  background:#efe5d6;
}
.about-company-hero img{
  display:block;
  width:100%;
  height:430px;
  object-fit:cover;
}
.about-company-hero figcaption{
  padding:12px 14px;
  color:#8b7d6e;
  font-size:14px;
  font-weight:650;
}
.about-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  width:min(100%,680px);
  margin-top:32px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--line);
}
.about-facts div{
  padding:18px;
  background:#fffaf2;
}
.about-facts dt{
  color:#8b7d6e;
  font-size:12px;
  font-weight:850;
}
.about-facts dd{
  margin:8px 0 0;
  color:var(--ink);
  font-size:18px;
  font-weight:920;
  line-height:1.25;
}
.about-section{
  padding:58px clamp(22px,4vw,72px);
  border-top:1px solid var(--line);
}
.about-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,.7fr) minmax(0,1fr);
  gap:42px;
  align-items:start;
}
.about-capability-grid,
.about-client-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.about-client-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.about-card{
  min-width:0;
  padding:18px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fffdf8;
}
.about-card strong{
  display:block;
  color:var(--ink);
  font-size:17px;
  font-weight:900;
}
.about-card span{
  display:block;
  margin-top:8px;
  color:#5f584f;
  font-size:14px;
  font-weight:650;
  line-height:1.7;
}
.about-wide-figure{
  margin:28px 0 0;
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  background:#fffdf8;
}
.about-wide-figure img{
  display:block;
  width:100%;
  height:min(36vw,460px);
  object-fit:cover;
}
.about-wide-figure figcaption{
  padding:12px 16px;
  color:#8b7d6e;
  font-size:14px;
  font-weight:650;
}
.about-timeline{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.about-milestone{
  padding:18px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fffdf8;
}
.about-milestone b{
  color:var(--copper-strong);
  font-size:14px;
  font-weight:950;
}
.about-milestone strong{
  display:block;
  margin-top:10px;
  color:var(--ink);
  font-size:17px;
  font-weight:900;
  line-height:1.4;
}
.about-milestone span{
  display:block;
  margin-top:8px;
  color:#5f584f;
  font-size:14px;
  font-weight:650;
  line-height:1.72;
}
.about-culture-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.about-culture-grid figure{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fffdf8;
}
.about-culture-grid img{
  display:block;
  width:100%;
  height:220px;
  object-fit:cover;
}
.about-culture-grid figcaption{
  display:grid;
  gap:6px;
  padding:16px;
}
.about-culture-grid strong{
  color:var(--ink);
  font-size:17px;
  font-weight:900;
}
.about-culture-grid span{
  color:#5f584f;
  font-size:14px;
  font-weight:650;
  line-height:1.7;
}

.about-company-page{
  padding-bottom:0;
}
.company-profile-banner{
  width:min(100%,1680px);
  min-height:440px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:
    linear-gradient(90deg,rgba(24,20,16,.82) 0%,rgba(42,34,27,.58) 43%,rgba(42,34,27,.1) 100%),
    url("/assets/about-pages/company-hero.jpg") center / cover no-repeat;
}
.company-profile-banner__content{
  display:grid;
  align-content:center;
  justify-items:start;
  width:min(100%,820px);
  min-height:440px;
  padding:58px clamp(24px,4vw,66px);
}
.company-profile-banner h1{
  margin:16px 0 14px;
  color:#fff;
  font-size:clamp(42px,4.6vw,66px);
  font-weight:950;
  line-height:1.08;
}
.company-profile-banner p{
  margin:0;
  color:rgba(255,255,255,.9);
  font-size:17px;
  font-weight:680;
  line-height:1.9;
}
.company-profile-banner .about-kicker{
  border-color:rgba(255,255,255,.24);
  color:#fff;
  background:rgba(255,255,255,.14);
}
.company-profile-pills{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
}
.company-profile-pills a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 22px;
  border:1px solid rgba(255,255,255,.36);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.08);
  font-size:15px;
  font-weight:850;
  text-decoration:none;
}
.company-profile-pills a.is-active,
.company-profile-pills a:hover{
  color:var(--copper-strong);
  background:#fffdf8;
  border-color:#fffdf8;
}
.career-hero .company-profile-pills a,
.contact-hero .company-profile-pills a{
  border-color:rgba(76,54,31,.22);
  color:var(--ink);
  background:rgba(255,253,248,.44);
  backdrop-filter:blur(8px);
}
.career-hero .company-profile-pills a.is-active,
.career-hero .company-profile-pills a:hover,
.contact-hero .company-profile-pills a.is-active,
.contact-hero .company-profile-pills a:hover{
  border-color:#fffdf8;
  color:var(--copper-strong);
  background:#fffdf8;
}
.company-profile-content{
  width:min(100%,1680px);
  margin:0 auto 66px;
  padding:46px clamp(22px,3.2vw,56px) 0;
}
.company-profile-section{
  margin-top:46px;
}
.company-profile-section:first-child{
  margin-top:0;
}
.company-profile-section h2{
  position:relative;
  margin:0 0 20px;
  padding-left:15px;
  color:var(--ink);
  font-size:clamp(26px,2.2vw,34px);
  font-weight:930;
  line-height:1.24;
}
.company-profile-section h2::before{
  content:"";
  position:absolute;
  left:0;
  top:.18em;
  width:4px;
  height:1em;
  border-radius:999px;
  background:var(--copper);
}
.company-profile-section > p{
  max-width:1280px;
  margin:0;
  color:#5f584f;
  font-size:17px;
  font-weight:620;
  line-height:1.95;
}
.company-tech-grid,
.company-client-grid,
.company-service-grid{
  display:grid;
  gap:14px;
  margin-top:24px;
}
.company-tech-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.company-client-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.company-service-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.company-tech-grid article,
.company-client-grid article,
.company-service-grid article{
  min-width:0;
  padding:22px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fffdf8;
}
.company-tech-grid article{
  position:relative;
  min-height:206px;
  padding-top:88px;
  overflow:hidden;
}
.company-tech-grid article::before{
  content:"";
  position:absolute;
  left:22px;
  top:22px;
  width:46px;
  height:46px;
  border:1px solid rgba(184,121,44,.28);
  border-radius:12px;
  background:#fff7ea;
}
.company-tech-grid article::after{
  content:"";
  position:absolute;
  left:35px;
  top:34px;
  width:20px;
  height:20px;
}
.company-tech-grid article[data-tech="water"]::after{
  left:32px;
  top:37px;
  width:28px;
  height:16px;
  background:
    radial-gradient(ellipse at 50% 100%,transparent 0 9px,var(--copper-strong) 10px 12px,transparent 13px) 0 0 / 28px 8px no-repeat,
    radial-gradient(ellipse at 50% 100%,transparent 0 9px,var(--copper-strong) 10px 12px,transparent 13px) 0 8px / 28px 8px no-repeat;
}
.company-tech-grid article[data-tech="manhole"]::after{
  left:33px;
  top:33px;
  width:26px;
  height:26px;
  border:2px solid var(--copper-strong);
  border-radius:50%;
  background:radial-gradient(circle,var(--copper-strong) 0 3px,transparent 4px);
  box-shadow:inset 0 0 0 6px rgba(184,121,44,.12);
}
.company-tech-grid article[data-tech="lidar"]::after{
  left:33px;
  top:33px;
  width:26px;
  height:26px;
  border-left:3px solid var(--copper-strong);
  border-bottom:3px solid var(--copper-strong);
  border-radius:0 0 0 26px;
  transform:rotate(-45deg);
}
.company-tech-grid article[data-tech="lidar"] h3::before{
  content:"";
  position:absolute;
  left:43px;
  top:34px;
  width:18px;
  height:18px;
  border-top:2px solid var(--copper-strong);
  border-right:2px solid var(--copper-strong);
  border-radius:0 18px 0 0;
  opacity:.8;
}
.company-tech-grid article[data-tech="edge"]::after{
  left:34px;
  top:34px;
  width:24px;
  height:24px;
  border:2px solid var(--copper-strong);
  border-radius:5px;
  background:
    linear-gradient(var(--copper-strong),var(--copper-strong)) 50% -7px / 2px 7px no-repeat,
    linear-gradient(var(--copper-strong),var(--copper-strong)) 50% 24px / 2px 7px no-repeat,
    linear-gradient(90deg,var(--copper-strong),var(--copper-strong)) -7px 50% / 7px 2px no-repeat,
    linear-gradient(90deg,var(--copper-strong),var(--copper-strong)) 24px 50% / 7px 2px no-repeat;
}
.company-tech-grid article[data-tech="platform"]::after{
  left:32px;
  top:33px;
  width:28px;
  height:22px;
  border:2px solid var(--copper-strong);
  border-radius:4px;
  background:
    linear-gradient(90deg,rgba(184,121,44,.2),rgba(184,121,44,.2)) 5px 6px / 18px 2px no-repeat,
    linear-gradient(90deg,rgba(184,121,44,.2),rgba(184,121,44,.2)) 5px 12px / 10px 2px no-repeat;
}
.company-tech-grid article[data-tech="platform"] h3::before{
  content:"";
  position:absolute;
  left:40px;
  top:57px;
  width:14px;
  height:2px;
  background:var(--copper-strong);
}
.company-client-grid article{
  position:relative;
  min-height:170px;
  padding-top:86px;
  overflow:hidden;
}
.company-client-grid article::before{
  content:"";
  position:absolute;
  left:22px;
  top:22px;
  width:46px;
  height:46px;
  border:1px solid rgba(184,121,44,.28);
  border-radius:12px;
  background:#fff7ea;
}
.company-client-grid article::after{
  content:"";
  position:absolute;
  left:35px;
  top:34px;
  width:20px;
  height:20px;
}
.company-client-grid article[data-client="government"]::after{
  width:22px;
  height:22px;
  border:2px solid var(--copper-strong);
  border-top-width:7px;
  box-shadow:inset 6px 0 0 rgba(184,121,44,.18),inset -6px 0 0 rgba(184,121,44,.18);
}
.company-client-grid article[data-client="government"] h3::before{
  content:"";
  position:absolute;
  left:32px;
  top:28px;
  width:28px;
  height:4px;
  background:var(--copper-strong);
  clip-path:polygon(50% 0,100% 100%,0 100%);
}
.company-client-grid article[data-client="traffic"]::after{
  left:37px;
  top:30px;
  width:16px;
  height:28px;
  border-left:4px solid var(--copper-strong);
  border-right:4px solid var(--copper-strong);
  transform:skewX(-10deg);
}
.company-client-grid article[data-client="traffic"] h3::before{
  content:"";
  position:absolute;
  left:46px;
  top:32px;
  width:2px;
  height:24px;
  background:repeating-linear-gradient(to bottom,var(--copper-strong) 0 5px,transparent 5px 9px);
  transform:skewX(-10deg);
}
.company-client-grid article[data-client="planning"]::after{
  left:34px;
  top:33px;
  width:24px;
  height:24px;
  background:
    linear-gradient(var(--copper-strong),var(--copper-strong)) 50% 0 / 2px 100% no-repeat,
    linear-gradient(90deg,var(--copper-strong),var(--copper-strong)) 0 50% / 100% 2px no-repeat;
  border:2px solid var(--copper-strong);
  border-radius:4px;
}
.company-client-grid article[data-client="integration"]::after{
  left:34px;
  top:34px;
  width:26px;
  height:22px;
  background:
    radial-gradient(circle at 4px 4px,var(--copper-strong) 0 4px,transparent 5px),
    radial-gradient(circle at 22px 4px,var(--copper-strong) 0 4px,transparent 5px),
    radial-gradient(circle at 13px 18px,var(--copper-strong) 0 4px,transparent 5px),
    linear-gradient(32deg,transparent 47%,var(--copper-strong) 48% 52%,transparent 53%),
    linear-gradient(-32deg,transparent 47%,var(--copper-strong) 48% 52%,transparent 53%);
}
.company-tech-grid h3,
.company-client-grid h3{
  position:relative;
  margin:0 0 10px;
  color:var(--copper-strong);
  font-size:18px;
  font-weight:900;
  line-height:1.35;
}
.company-tech-grid p,
.company-client-grid p{
  margin:0;
  color:#5f584f;
  font-size:15px;
  font-weight:620;
  line-height:1.82;
}
.company-profile-figure{
  margin:28px 0 0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fffdf8;
}
.company-profile-figure img{
  display:block;
  width:100%;
  height:min(39vw,540px);
  object-fit:cover;
}
.company-profile-figure figcaption{
  padding:14px 18px;
  color:#7d7165;
  font-size:14px;
  font-weight:700;
}
.company-service-section{
  padding:38px;
  border:1px solid var(--line);
  border-radius:16px;
  background:
    radial-gradient(circle at 50% 52%,rgba(184,121,44,.13),transparent 28%),
    linear-gradient(135deg,#fffdf8 0%,#fff6e9 100%);
}
.company-service-section > p{
  max-width:none;
}
.company-service-loop{
  position:relative;
  min-height:540px;
  margin-top:28px;
  overflow:hidden;
  border:1px solid rgba(184,121,44,.16);
  border-radius:16px;
  background:
    linear-gradient(90deg,rgba(184,121,44,.06) 1px,transparent 1px),
    linear-gradient(0deg,rgba(184,121,44,.06) 1px,transparent 1px),
    rgba(255,253,248,.72);
  background-size:42px 42px;
}
.company-service-loop::before,
.company-service-loop::after{
  content:"";
  position:absolute;
  inset:74px 18%;
  border:1px solid rgba(184,121,44,.28);
  border-radius:50%;
  pointer-events:none;
}
.company-service-loop::after{
  inset:112px 29%;
  border-style:dashed;
  opacity:.72;
}
.company-service-hub{
  position:absolute;
  z-index:2;
  left:50%;
  top:44%;
  display:grid;
  place-items:center;
  width:230px;
  height:230px;
  padding:28px;
  border:1px solid rgba(184,121,44,.34);
  border-radius:50%;
  background:linear-gradient(180deg,#fffdf8 0%,#fff2df 100%);
  box-shadow:0 22px 56px rgba(76,54,31,.14);
  text-align:center;
  transform:translate(-50%,-50%);
}
.company-service-hub span{
  color:#8b7d6e;
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
}
.company-service-hub strong{
  color:var(--ink);
  font-size:28px;
  font-weight:950;
  line-height:1.18;
}
.company-service-hub em{
  color:#7d7165;
  font-size:13px;
  font-style:normal;
  font-weight:760;
  line-height:1.5;
}
.service-node{
  position:absolute;
  z-index:3;
  width:250px;
  min-height:128px;
  padding:18px 18px 18px 64px;
  border:1px solid rgba(184,121,44,.22);
  border-radius:14px;
  background:rgba(255,253,248,.92);
  box-shadow:0 16px 36px rgba(76,54,31,.08);
}
.service-node::before{
  content:"";
  position:absolute;
  left:30px;
  top:50%;
  width:1px;
  height:34px;
  background:rgba(184,121,44,.3);
  transform:translateY(-50%);
}
.service-node b{
  position:absolute;
  left:18px;
  top:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:50%;
  color:#fff;
  background:var(--copper);
  font-size:12px;
  font-weight:950;
}
.service-node strong{
  display:block;
  color:var(--ink);
  font-size:19px;
  font-weight:920;
}
.service-node span{
  display:block;
  margin-top:7px;
  color:#5f584f;
  font-size:14px;
  font-weight:620;
  line-height:1.72;
}
.service-node-1{left:6%;top:44px}
.service-node-2{right:9%;top:54px}
.service-node-3{right:4%;bottom:68px}
.service-node-4{left:50%;bottom:28px;transform:translateX(-50%)}
.service-node-5{left:7%;bottom:74px}
.service-node-1::after,
.service-node-2::after,
.service-node-3::after,
.service-node-4::after,
.service-node-5::after{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  border:4px solid #fffdf8;
  border-radius:50%;
  background:var(--copper);
  box-shadow:0 0 0 1px rgba(184,121,44,.38),0 0 0 7px rgba(184,121,44,.09);
}
.service-node-1::after{right:-32px;top:58px}
.service-node-2::after{left:-32px;top:58px}
.service-node-3::after{left:-32px;top:50px}
.service-node-4::after{left:50%;top:-30px;transform:translateX(-50%)}
.service-node-5::after{right:-32px;top:50px}
.company-timeline{
  position:relative;
  display:block;
  min-height:430px;
  margin-top:24px;
  padding:0;
  border:1px solid var(--line);
  border-radius:18px;
  background:
    radial-gradient(circle at 13% 18%,rgba(255,255,255,.96) 0 0,transparent 23%),
    radial-gradient(circle at 78% 18%,rgba(255,255,255,.76) 0 0,transparent 22%),
    linear-gradient(135deg,#fffdf8 0%,#fff2dd 48%,#fffdf8 100%);
  overflow:hidden;
}
.company-timeline::before{
  content:"";
  position:absolute;
  left:-6%;
  right:-6%;
  top:156px;
  height:132px;
  background:
    linear-gradient(110deg,rgba(184,121,44,.03) 0%,rgba(184,121,44,.18) 28%,rgba(184,121,44,.34) 56%,rgba(184,121,44,.08) 100%),
    repeating-linear-gradient(105deg,rgba(255,255,255,.26) 0 10px,rgba(255,255,255,0) 10px 22px);
  border-radius:50% 45% 48% 50% / 42% 56% 46% 55%;
  transform:rotate(-3deg);
  box-shadow:0 20px 52px rgba(184,121,44,.1);
}
.company-timeline::after{
  content:"";
  position:absolute;
  left:-4%;
  right:-2%;
  top:205px;
  height:18px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(184,121,44,.3),rgba(220,154,63,.9),rgba(255,213,130,.82),rgba(184,121,44,.55));
  transform:rotate(-2deg);
  box-shadow:0 0 18px rgba(184,121,44,.18);
}
.company-timeline-title{
  position:absolute;
  z-index:2;
  left:42px;
  top:36px;
  display:grid;
  gap:2px;
}
.company-timeline-title span{
  color:#8b7d6e;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.company-timeline-title strong{
  color:var(--copper-strong);
  font-family:"STKaiti","KaiTi","Songti SC",serif;
  font-size:76px;
  font-weight:900;
  line-height:.9;
}
.company-timeline article{
  position:relative;
  z-index:1;
  width:min(250px,17%);
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.company-timeline article:nth-of-type(1){
  position:absolute;
  left:13%;
  top:228px;
}
.company-timeline article:nth-of-type(2){
  position:absolute;
  left:24%;
  top:94px;
}
.company-timeline article:nth-of-type(3){
  position:absolute;
  left:42%;
  top:248px;
}
.company-timeline article:nth-of-type(4){
  position:absolute;
  left:58%;
  top:108px;
}
.company-timeline article:nth-of-type(5){
  position:absolute;
  left:78%;
  top:238px;
}
.company-timeline article::before{
  content:"";
  position:absolute;
  top:8px;
  left:-30px;
  width:13px;
  height:13px;
  border:5px solid #fffdf8;
  border-radius:50%;
  background:var(--copper);
  box-shadow:0 0 0 1px rgba(184,121,44,.45),0 0 0 8px rgba(184,121,44,.12);
}
.company-timeline article::after{
  content:"";
  position:absolute;
  left:-20px;
  top:18px;
  width:34px;
  height:1px;
  background:rgba(184,121,44,.5);
}
.company-timeline b{
  display:block;
  margin:0 0 4px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--copper-strong);
  font-size:34px;
  font-weight:950;
  line-height:1;
}
.company-timeline h3{
  margin:0 0 8px;
  color:var(--ink);
  font-size:18px;
  font-weight:930;
  line-height:1.3;
}
.company-timeline p{
  max-width:230px;
  margin:0;
  color:#5f584f;
  font-size:12px;
  font-weight:620;
  line-height:1.65;
}
.company-culture-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.company-culture-grid figure{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fffdf8;
}
.company-culture-grid img{
  display:block;
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
}
.company-culture-grid figcaption{
  padding:14px 16px;
  color:var(--ink);
  font-size:16px;
  font-weight:850;
}
.company-partner-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
.company-partner-grid img{
  display:block;
  width:100%;
  height:86px;
  padding:18px;
  object-fit:contain;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fffdf8;
}

.career-hero{
  --career-aside-width:360px;
  --career-page-pad:clamp(22px,4vw,72px);
  width:min(100%,1680px);
  min-height:386px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) var(--career-aside-width);
  gap:26px;
  align-items:center;
  padding:0 var(--career-page-pad);
  border-bottom:1px solid var(--line);
  background:
    linear-gradient(90deg,rgba(248,243,234,.96) 0%,rgba(248,243,234,.82) 38%,rgba(248,243,234,.28) 68%,rgba(248,243,234,.08) 100%),
    linear-gradient(180deg,rgba(255,253,248,.08),rgba(255,253,248,.5)),
    url("/assets/about-pages/career-banner-tech-human-manufacturing-v2.webp") center / cover no-repeat,
    #f8f3ea;
}
.career-copy{
  max-width:820px;
}
.career-panel{
  display:grid;
  align-content:center;
  gap:14px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,253,248,.9);
  box-shadow:0 18px 42px rgba(76,54,31,.08);
  backdrop-filter:blur(8px);
}
.career-panel div{
  padding-bottom:14px;
  border-bottom:1px solid var(--line);
}
.career-panel div:last-child{
  padding-bottom:0;
  border-bottom:0;
}
.career-panel strong{
  display:block;
  color:var(--ink);
  font-size:17px;
  font-weight:900;
}
.career-panel span{
  display:block;
  margin-top:6px;
  color:#5f584f;
  font-size:14px;
  font-weight:650;
  line-height:1.7;
}
.career-values{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  padding:0 clamp(22px,4vw,72px) 42px;
}
.career-values article,
.job-card,
.career-aside-card{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fffdf8;
}
.career-values article{
  padding:22px;
}
.career-values b{
  color:var(--copper-strong);
  font-size:14px;
  font-weight:950;
}
.career-values strong{
  display:block;
  margin-top:14px;
  color:var(--ink);
  font-size:19px;
  font-weight:900;
}
.career-values p{
  margin-top:10px;
  color:#5f584f;
  font-size:14px;
  font-weight:650;
  line-height:1.75;
}
.career-layout{
  --career-aside-width:360px;
  --career-page-pad:clamp(22px,4vw,72px);
  display:grid;
  grid-template-columns:minmax(0,1fr) var(--career-aside-width);
  gap:26px;
  padding:46px var(--career-page-pad) 58px;
}
.job-list{
  display:grid;
  gap:18px;
}
.job-card{
  overflow:hidden;
  padding:0;
  box-shadow:0 16px 36px rgba(76,54,31,.045);
}
.job-head{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin:0;
  padding:22px 24px 10px;
  background:linear-gradient(180deg,rgba(255,250,242,.95),rgba(255,253,248,.98));
}
.job-head h3{
  font-size:24px;
}
.job-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border:1px solid rgba(184,121,44,.24);
  border-radius:999px;
  background:#fff7ea;
  color:var(--copper-strong);
  font-size:14px;
  font-weight:900;
}
.job-facts{
  margin-top:8px;
  color:#8b7d6e;
  font-size:13px;
  font-weight:760;
  line-height:1.6;
}
.job-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
  padding:0 24px 18px;
  border-bottom:1px solid rgba(219,199,174,.62);
  background:rgba(255,253,248,.98);
}
.job-meta span{
  min-height:24px;
  padding:0 9px;
  border:1px solid rgba(184,121,44,.16);
  border-radius:4px;
  color:#5f584f;
  background:rgba(255,247,234,.55);
  font-size:12px;
  font-weight:780;
  line-height:22px;
}
.job-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:32px;
  padding:26px 24px 24px;
  background:rgba(255,253,248,.98);
}
.job-detail-grid > div{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.job-detail-grid h4{
  position:relative;
  margin:0 0 12px;
  padding-left:12px;
  color:var(--ink);
  font-size:16px;
  font-weight:900;
}
.job-detail-grid h4::before{
  content:"";
  position:absolute;
  left:0;
  top:.42em;
  width:4px;
  height:1em;
  border-radius:999px;
  background:var(--copper);
}
.job-card p,
.job-card li,
.career-aside-card li{
  color:#5f584f;
  font-size:15px;
  font-weight:620;
  line-height:1.82;
}
.job-card .job-facts{
  color:#8b7d6e;
  font-size:13px;
  font-weight:760;
  line-height:1.6;
}
.job-card ul,
.career-aside-card ol,
.career-aside-card ul{
  display:grid;
  gap:8px;
  margin:0;
  padding-left:18px;
}
.job-card ol{
  display:grid;
  gap:8px;
  margin:0;
  padding-left:20px;
}
.job-card-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 24px 18px;
  border-top:1px solid rgba(219,199,174,.6);
  background:linear-gradient(180deg,rgba(255,253,248,.98),#fff7ea);
}
.job-card-foot span{
  color:#8b7d6e;
  font-size:13px;
  font-weight:780;
}
.job-card-foot a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 16px;
  border-radius:6px;
  background:var(--copper);
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
}
.career-aside{
  position:sticky;
  top:96px;
  display:grid;
  gap:14px;
  align-content:start;
}
.career-aside-card{
  padding:22px;
}
.career-aside-card span{
  color:var(--copper-strong);
  font-size:12px;
  font-weight:900;
}
.career-aside-card h3{
  margin:8px 0 14px;
}

.contact-hero{
  --contact-page-pad:clamp(22px,4vw,72px);
  width:min(100%,1680px);
  min-height:386px;
  margin:0 auto;
  display:flex;
  align-items:center;
  padding:0 var(--contact-page-pad);
  border-bottom:1px solid var(--line);
  background:
    linear-gradient(90deg,rgba(248,243,234,.98) 0%,rgba(248,243,234,.86) 42%,rgba(248,243,234,.34) 72%,rgba(248,243,234,.1) 100%),
    linear-gradient(180deg,rgba(255,253,248,.05),rgba(255,253,248,.42)),
    url("/assets/about-pages/contact-banner-iot-water-network.webp") center / cover no-repeat,
    #f8f3ea;
}
.contact-copy{
  max-width:760px;
}
.contact-summary{
  padding:30px clamp(22px,4vw,72px) 24px;
}
.contact-card-panel{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.contact-info-card{
  padding:18px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,253,248,.82);
}
.contact-info-card span{
  display:block;
  color:#8b7d6e;
  font-size:12px;
  font-weight:850;
}
.contact-info-card strong,
.contact-info-card a{
  display:block;
  margin-top:8px;
  color:var(--ink);
  font-size:16px;
  font-weight:900;
  line-height:1.45;
  text-decoration:none;
}
.contact-section{
  padding:32px clamp(22px,4vw,72px) 58px;
}
.contact-map-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:22px;
  align-items:start;
}
.contact-map-card,
.contact-qr-card{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fffdf8;
  overflow:hidden;
}
.contact-map-card{
  position:relative;
}
.contact-map-card img{
  display:block;
  width:100%;
  height:auto;
}
.contact-amap{
  width:100%;
  min-height:430px;
  background:
    linear-gradient(135deg,rgba(255,247,234,.92),rgba(248,243,234,.72)),
    #f8f3ea;
}
.contact-amap-fallback{
  position:absolute;
  left:50%;
  top:calc(50% - 28px);
  z-index:2;
  display:grid;
  gap:8px;
  width:min(420px,calc(100% - 40px));
  padding:20px 22px;
  border:1px solid rgba(219,199,174,.9);
  border-radius:8px;
  background:rgba(255,253,248,.94);
  box-shadow:0 16px 36px rgba(76,54,31,.08);
  transform:translate(-50%,-50%);
}
.contact-amap-fallback[hidden]{
  display:none;
}
.contact-amap-fallback strong{
  color:var(--ink);
  font-size:18px;
  font-weight:900;
}
.contact-amap-fallback span{
  color:#5f584f;
  font-size:14px;
  font-weight:650;
  line-height:1.7;
}
.contact-amap-marker{
  position:relative;
  width:32px;
  height:32px;
  border:3px solid #fff;
  border-radius:50% 50% 50% 0;
  background:var(--copper);
  box-shadow:0 10px 22px rgba(184,121,44,.3);
  transform:rotate(-45deg);
}
.contact-amap-marker span{
  position:absolute;
  left:50%;
  top:50%;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#fff;
  transform:translate(-50%,-50%);
}
.contact-amap-info{
  display:grid;
  gap:4px;
  min-width:190px;
  padding:4px 2px;
  color:var(--ink);
  font-family:inherit;
}
.contact-amap-info strong{
  font-size:14px;
  font-weight:900;
}
.contact-amap-info span{
  color:#5f584f;
  font-size:12px;
  font-weight:650;
}
.contact-map-card figcaption{
  padding:16px 18px;
  color:#5f584f;
  font-size:15px;
  font-weight:650;
}
.contact-qr-card{
  padding:22px;
}
.contact-qr-card img{
  display:block;
  width:160px;
  height:160px;
  padding:8px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
}
.contact-qr-card h3{
  margin:18px 0 8px;
}
.contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.contact-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border:1px solid rgba(184,121,44,.34);
  border-radius:6px;
  background:#fff7ea;
  color:var(--copper-strong);
  font-size:14px;
  font-weight:850;
  text-decoration:none;
}
.contact-actions a:first-child{
  background:var(--copper);
  color:#fff;
}

@media (min-width:1500px){
  .about-page{width:min(100%,1920px)}
  .company-profile-content .company-profile-section:nth-of-type(1) > p,
  .company-profile-content .company-profile-section:nth-of-type(2) > p{
    max-width:none;
    font-size:15px;
    white-space:nowrap;
  }
}
@media (min-width:1500px){
  .company-service-section > p{
    white-space:nowrap;
  }
}
@media (max-width:1080px){
  .about-company-hero,
  .career-hero,
  .career-layout,
  .contact-hero,
  .contact-map-layout{
    grid-template-columns:1fr;
  }
  .contact-card-panel{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .job-detail-grid{
    grid-template-columns:1fr;
  }
  .career-aside{
    position:static;
  }
  .about-capability-grid,
  .about-client-grid,
  .about-timeline,
  .about-culture-grid,
  .career-values{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .company-profile-banner,
  .company-profile-content{
    width:100%;
  }
  .company-tech-grid,
  .company-client-grid,
  .company-service-grid,
  .company-culture-grid,
  .company-partner-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .company-service-loop{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    min-height:0;
    padding:20px;
  }
  .company-service-loop::before,
  .company-service-loop::after{
    display:none;
  }
  .company-service-hub{
    position:relative;
    left:auto;
    top:auto;
    grid-column:1 / -1;
    width:auto;
    height:auto;
    min-height:160px;
    border-radius:16px;
    transform:none;
  }
  .service-node,
  .service-node-1,
  .service-node-2,
  .service-node-3,
  .service-node-4,
  .service-node-5{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    width:auto;
    min-height:0;
    transform:none;
  }
  .service-node::after{
    display:none;
  }
  .company-timeline{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    min-height:0;
    padding:24px;
  }
  .company-timeline::before{
    left:54px;
    right:auto;
    top:38px;
    bottom:38px;
    width:2px;
    height:auto;
    background:linear-gradient(180deg,rgba(184,121,44,.18),rgba(184,121,44,.82),rgba(184,121,44,.18));
    transform:none;
    box-shadow:none;
  }
  .company-timeline::after{
    display:none;
  }
  .company-timeline-title{
    position:relative;
    left:auto;
    top:auto;
    margin-bottom:6px;
    padding-left:62px;
  }
  .company-timeline-title strong{
    font-size:44px;
  }
  .company-timeline article,
  .company-timeline article:nth-of-type(n){
    position:relative;
    left:auto;
    top:auto;
    width:auto;
    min-height:0;
    padding:20px 22px 20px 84px;
    border:1px solid rgba(184,121,44,.2);
    border-radius:14px;
    background:rgba(255,253,248,.9);
  }
  .company-timeline article::before{
    top:28px;
    left:22px;
  }
  .company-timeline article::after{
    left:40px;
    top:39px;
    width:28px;
  }
  .company-timeline article p{
    grid-column:auto;
    max-width:none;
    font-size:15px;
  }
}
@media (max-width:760px){
  .about-subnav{
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding:10px 12px;
  }
  .about-subnav a{
    flex:0 0 auto;
    min-height:34px;
    padding:0 12px;
    font-size:13px;
  }
  .about-company-hero,
  .career-hero,
  .contact-hero{
    padding:34px 20px;
  }
  .contact-hero{
    align-items:flex-start;
    min-height:430px;
    padding:48px 20px 34px;
    background:
      linear-gradient(180deg,rgba(248,243,234,.98) 0%,rgba(248,243,234,.91) 55%,rgba(248,243,234,.62) 100%),
      url("/assets/about-pages/contact-banner-iot-water-network.webp") 60% center / cover no-repeat,
      #f8f3ea;
  }
  .contact-summary{
    padding:24px 20px 20px;
  }
  .contact-card-panel{
    grid-template-columns:1fr;
  }
  .career-hero{
    min-height:620px;
    background:
      linear-gradient(180deg,rgba(248,243,234,.98) 0%,rgba(248,243,234,.9) 50%,rgba(248,243,234,.58) 100%),
      url("/assets/about-pages/career-banner-tech-human-manufacturing-v2.webp") 58% center / cover no-repeat,
      #f8f3ea;
  }
  .job-head{
    padding:20px 20px 16px;
  }
  .job-head h3{
    font-size:22px;
  }
  .job-meta{
    padding:0 20px 16px;
  }
  .job-detail-grid{
    padding:0 20px 20px;
  }
  .job-detail-grid > div{
    padding:16px;
  }
  .job-card-foot{
    align-items:stretch;
    flex-direction:column;
    padding:14px 20px 18px;
  }
  .job-card-foot a{
    width:100%;
  }
  .about-copy h1,
  .career-copy h1,
  .contact-copy h1{
    font-size:34px;
  }
  .about-copy p,
  .career-copy p,
  .contact-copy p,
  .about-section p,
  .career-section p,
  .contact-section p{
    font-size:16px;
    line-height:1.9;
  }
  .about-company-hero img{
    height:260px;
  }
  .about-facts,
  .about-intro-grid,
  .about-capability-grid,
  .about-client-grid,
  .about-timeline,
  .about-culture-grid,
  .career-values,
  .contact-card-panel{
    grid-template-columns:1fr;
  }
  .about-section,
  .career-layout,
  .contact-section{
    padding-left:20px;
    padding-right:20px;
  }
  .about-wide-figure img{
    height:230px;
  }
  .company-profile-banner,
  .company-profile-content{
    width:calc(100% - 40px);
  }
  .company-profile-banner{
    min-height:390px;
    margin-top:28px;
    border-radius:10px;
    background:
      linear-gradient(90deg,rgba(24,20,16,.86) 0%,rgba(42,34,27,.7) 64%,rgba(42,34,27,.28) 100%),
      url("/assets/about-pages/company-hero.jpg") center / cover no-repeat;
  }
  .company-profile-banner__content{
    min-height:390px;
    padding:34px 24px;
  }
  .company-profile-banner h1{
    font-size:40px;
  }
  .company-profile-banner p,
  .company-profile-section > p{
    font-size:16px;
  }
  .company-profile-pills{
    gap:8px;
    margin-top:26px;
  }
  .company-profile-pills a{
    min-height:40px;
    padding:0 16px;
    font-size:14px;
  }
  .company-profile-content{
    margin-top:34px;
    margin-bottom:46px;
  }
  .company-profile-section{
    margin-top:40px;
  }
  .company-profile-section h2{
    font-size:25px;
  }
  .company-tech-grid,
  .company-client-grid,
  .company-service-grid,
  .company-culture-grid,
  .company-partner-grid{
    grid-template-columns:1fr;
  }
  .company-profile-figure img{
    height:230px;
  }
  .company-service-section{
    padding:24px 20px;
  }
  .company-service-loop{
    grid-template-columns:1fr;
    padding:14px;
  }
  .company-service-hub{
    min-height:150px;
    padding:22px;
  }
  .company-service-hub strong{
    font-size:24px;
  }
  .service-node{
    padding:18px 18px 18px 62px;
  }
  .service-node strong{
    font-size:18px;
  }
  .company-timeline article{
    padding:18px 18px 18px 72px;
  }
  .company-timeline::before{
    left:44px;
  }
  .company-timeline-title{
    padding-left:0;
  }
  .company-timeline-title strong{
    font-size:38px;
  }
  .company-timeline article::before{
    left:14px;
    top:24px;
  }
  .company-timeline article::after{
    left:32px;
    top:35px;
  }
  .company-timeline b{
    min-height:30px;
    margin-bottom:12px;
    font-size:18px;
  }
  .company-timeline h3{
    font-size:18px;
  }
  .company-partner-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .company-partner-grid img{
    height:74px;
    padding:14px;
  }
}
