/* Unified typography and layout;
no legacy overrides or scroll-hidden content. */
:root{
  --paper:#f8f7f4;
  --white:#fff;
  --ink:#1c1c1b;
  --muted:#656560;
  --line:#ddddd6;
  --accent:#ff6b2b;
  --dark:#181b1d;
  --radius:18px;
  --space:clamp(24px,4.4vw,80px);
  --font:"Inter","Helvetica Neue","PingFang SC","Microsoft YaHei",Arial,sans-serif
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font);
  font-size:16px;
  line-height:1.75;
  -webkit-font-smoothing:antialiased
}
button,a{
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation
}
button{
  font:inherit;
  cursor:pointer;
  color:inherit
}
a{
  color:inherit;
  text-decoration:none
}
img{
  display:block;
  max-width:100%;
  height:auto
}
h1,h2,h3,p,figure{
  margin:0
}
h1,h2,h3{
  font-weight:600;
  line-height:1.25
}
h1,h2{
  text-wrap:balance
}
p{
  text-wrap:pretty
}
button:focus-visible,a:focus-visible{
  outline:3px solid #296bc6;
  outline-offset:5px
}
::selection{
  background:#ffd1b9;
  color:var(--ink)
}
[hidden]{
  display:none!important
}
.wrap{
  width:calc(100% - var(--space)*2);
  max-width:1440px;
  margin-inline:auto
}
.section{
  padding-block:100px
}
.skip-link{
  position:fixed;
  top:8px;
  left:16px;
  padding:10px 20px;
  background:white;
  z-index:100;
  transform:translateY(-160%)
}
.skip-link:focus{
  transform:translateY(0)
}
.header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(248,247,244,.96);
  border-bottom:1px solid var(--line)
}
.header-inner{
  height:88px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-size:24px;
  font-weight:650;
  white-space:nowrap;
  min-height:44px
}
.brand-suffix{
  font-weight:400;
  margin-left:4px
}
.navigation{
  display:flex;
  align-items:center;
  gap:38px
}
.navigation a{
  display:flex;
  align-items:center;
  gap:30px;
  min-height:44px;
  font-size:15px
}
.navigation a:hover{
  color:#a23d16
}
.navigation .nav-contact{
  padding:10px 21px;
  background:var(--ink);
  border-radius:100px;
  color:white
}
.navigation .nav-contact:hover{
  background:#343432
}
.menu-button{
  display:none;
  border:1px solid var(--line);
  background:transparent;
  border-radius:100px;
  padding:8px 16px;
  min-height:44px
}
.hero{
  padding-top:50px
}
.hero-heading{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:48px;
  align-items:center;
  padding-bottom:42px
}
.hero h1{
  font-size:clamp(40px,4.6vw,68px);
  line-height:1.25;
  letter-spacing:-.025em
}
.hero h1>span{
  color:#797972
}
.hero-intro{
  justify-self:end;
  max-width:360px
}
.hero-intro p{
  font-size:19px;
  line-height:1.7
}
.inline-link{
  display:inline-flex;
  align-items:center;
  gap:20px;
  border-bottom:1px solid #bbbcb6;
  min-height:44px;
  margin-top:18px;
  font-size:14px
}
.inline-link:hover{
  border-color:var(--ink)
}
.showcase{
  border-radius:var(--radius);
  overflow:hidden;
  background:var(--dark)
}
.showcase-panels{
  position:relative
}
.showcase-panel{
  position:relative;
  min-height:510px;
  overflow:hidden;
  background:var(--dark);
  color:white
}
.showcase-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:66% 50%
}
.showcase-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(10,13,14,.9) 0%,rgba(10,13,14,.69) 29%,rgba(10,13,14,.1) 66%,transparent 100%)
}
.showcase-copy{
  position:relative;
  padding:48px 56px;
  width:52%;
  max-width:670px;
  z-index:1
}
.business-name{
  font-size:17px;
  font-weight:500;
  display:flex;
  align-items:center;
  gap:10px
}
.business-name:before{
  content:"";
  width:7px;
  height:7px;
  background:var(--accent);
  border-radius:50%
}
.showcase-copy h2{
  font-size:clamp(36px,3.5vw,52px);
  margin:24px 0 20px;
  line-height:1.25
}
.showcase-copy>p:not(.business-name){
  color:#e1e0dc;
  font-size:16px;
  line-height:1.85
}
.button{
  border:0;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:13px 24px;
  min-height:50px;
  border-radius:100px;
  font-weight:500;
  font-size:15px;
  transition:background .2s,color .2s
}
.button>span{
  font-size:20px;
  line-height:1
}
.button-light{
  background:white;
  color:var(--ink);
  margin-top:28px
}
.button-light:hover{
  background:#ffd0b9
}
.button-dark{
  background:var(--ink);
  color:white
}
.button-dark:hover{
  background:#3b3b37
}
.showcase-tabs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  background:white
}
.showcase-tabs button{
  position:relative;
  text-align:left;
  border:0;
  border-right:1px solid var(--line);
  border-top:3px solid transparent;
  background:#eeeee9;
  padding:23px 32px;
  display:grid;
  gap:3px;
  font-size:18px;
  font-weight:550;
  transition:background .2s
}
.showcase-tabs button:last-child{
  border-right:0
}
.showcase-tabs button[aria-selected="true"]{
  border-top-color:var(--accent);
  background:white
}
.showcase-tabs button:hover{
  background:#fff
}
.tab-description{
  font-size:13px;
  font-weight:400;
  color:var(--muted)
}
.section-label{
  font-size:15px;
  color:var(--muted);
  margin-bottom:20px;
  font-weight:500
}
.section h2,.contact-section h2{
  font-size:clamp(32px,3.2vw,48px);
  line-height:1.3;
  letter-spacing:-.015em
}
.section-heading{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 60px;
  align-items:start;
  margin-bottom:42px
}
.section-heading .section-label{
  grid-column:1/-1
}
.section-summary{
  color:var(--muted);
  line-height:1.9;
  max-width:510px;
  justify-self:end;
  padding-top:4px
}
.product-grid{
  display:grid;
  grid-template-columns:.8fr 1.5fr;
  gap:48px;
  align-items:center
}
.product-brand{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:24px
}
.product-brand img{
  border-radius:12px
}
.product-brand h3{
  font-size:26px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center
}
.product-brand h3 span{
  font-size:20px;
  font-weight:500
}
.product-copy>p{
  color:var(--muted);
  max-width:370px
}
.product-points{
  padding:0;
  margin:24px 0 30px;
  list-style:none;
  font-size:15px
}
.product-points li{
  padding:8px 0;
  display:flex;
  gap:12px
}
.product-points li>span{
  color:#b74517
}
.product-preview{
  padding:24px 24px 0;
  background:#e9e7e2;
  border-radius:var(--radius);
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0
}
.screenshot-button{
  padding:0;
  position:relative;
  background:white;
  border:1px solid #d2d0cd;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 12px 32px #25212012;
  display:block;
  width:100%;
  min-height:44px
}
.screenshot-button img{
  width:100%;
  height:auto
}
.preview-zoom{
  position:absolute;
  bottom:14px;
  right:14px;
  border:1px solid var(--line);
  border-radius:100px;
  background:white;
  padding:7px 13px;
  font-size:12px
}
.product-preview figcaption{
  padding:16px 0;
  font-size:12px;
  line-height:1.7;
  color:#61615c
}
.capabilities{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin-top:50px;
  border-block:1px solid var(--line)
}
.capabilities article{
  padding:28px 32px;
  border-right:1px solid var(--line);
  display:grid;
  grid-template-columns:40px 1fr;
  gap:9px 10px
}
.capabilities article:first-child{
  padding-left:0
}
.capabilities article:last-child{
  border:0
}
.capability-icon{
  grid-row:1/3;
  display:flex;
  width:36px;
  height:36px;
  align-items:center;
  justify-content:center;
  font-size:27px;
  color:#a74118
}
.capabilities h3{
  font-size:19px
}
.capabilities p{
  font-size:14px;
  color:var(--muted);
  line-height:1.7
}
.project-section{
  background:var(--dark);
  color:white
}
.project-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:40px
}
.project-heading .section-label{
  color:#d4d3cc
}
.project-heading>p{
  font-size:17px;
  line-height:1.85;
  color:#cccfcf;
  max-width:540px
}
.project-heading>p strong{
  display:block;
  margin-bottom:8px;
  color:white;
  font-size:20px;
  font-weight:550
}
.project-promise{
  display:block;
  white-space:nowrap
}
.port-visual{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  height:480px
}
.port-visual>img{
  width:100%;
  height:100%;
  object-fit:cover
}
.factory-target{
  position:absolute;
  left:32px;
  bottom:32px;
  background:rgba(20,25,27,.92);
  border:1px solid #ffffff30;
  padding:24px 28px;
  border-radius:12px;
  display:flex;
  flex-direction:column;
  min-width:230px;
  font-size:14px;
  color:#e1e3e3
}
.factory-target strong{
  font-size:72px;
  line-height:1.2;
  font-weight:500;
  color:white;
  letter-spacing:-.04em
}
.factory-target strong>span{
  font-size:22px;
  margin-left:8px
}
.project-steps{
  display:grid;
  grid-template-columns:1fr 40px 1fr 40px 1fr;
  gap:24px;
  padding-top:36px;
  align-items:center
}
.project-steps h3{
  font-size:21px;
  margin-bottom:10px
}
.project-steps p{
  color:#bfc3c3;
  font-size:14px
}
.project-steps>span{
  font-size:24px;
  color:#fb895b
}
.case-heading{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:32px;
  margin-bottom:38px
}
.case-heading>p{
  color:var(--muted);
  font-size:15px
}
.case-grid{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:54px;
  align-items:stretch
}
.case-image{
  position:relative;
  border-radius:var(--radius);
  overflow:hidden;
  min-height:390px;
  background:#222
}
.case-image>img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:70%
}
.case-image figcaption{
  position:absolute;
  left:20px;
  bottom:16px;
  color:white;
  font-size:12px;
  background:#0009;
  padding:4px 10px;
  border-radius:100px
}
.case-results{
  display:flex;
  flex-direction:column;
  justify-content:center
}
.case-main-result>span{
  font-size:17px
}
.case-main-result>strong{
  display:block;
  font-size:92px;
  font-weight:500;
  line-height:1.25;
  letter-spacing:-.05em
}
.case-main-result>strong>span{
  font-size:27px;
  letter-spacing:0;
  margin-left:12px
}
.case-main-result>p{
  color:var(--muted);
  font-size:15px
}
.case-small-results{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid var(--line);
  gap:20px
}
.case-small-results>div{
  display:flex;
  flex-direction:column
}
.case-small-results strong{
  font-size:38px;
  font-weight:500;
  line-height:1.5;
  white-space:nowrap
}
.case-small-results strong span{
  font-size:16px;
  margin-left:4px
}
.case-small-results>div>span{
  font-size:14px;
  color:var(--muted)
}
.case-note{
  margin-top:22px;
  color:var(--muted);
  font-size:12px;
  line-height:1.8
}
.about-section{
  background:#eae9e3
}
.team-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
  align-items:stretch
}
.team-art{
  border-radius:var(--radius);
  overflow:hidden;
  min-height:500px
}
.team-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:65%
}
.team-copy{
  padding-block:8px
}
.team-copy h2{
  margin-bottom:26px
}
.team-copy>p:not(.section-label){
  color:#56564f;
  line-height:1.9;
  margin-top:18px
}
.team-people{
  margin-top:28px;
  display:flex;
  align-items:center;
  gap:26px;
  border-block:1px solid #c9c9c0;
  padding:20px 0
}
.team-people>span{
  color:var(--muted);
  font-size:14px
}
.team-people strong{
  font-size:21px;
  font-weight:550
}
.vision{
  margin-top:24px
}
.vision>span{
  font-size:13px;
  color:var(--muted)
}
.vision p{
  font-size:20px;
  margin-top:6px
}
.contact-section{
  margin-block:80px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:64px;
  background:var(--accent);
  border-radius:var(--radius);
  padding:54px 60px;
  align-items:center
}
.contact-section .section-label{
  color:#59240e
}
.contact-section h2{
  font-size:clamp(32px,3.2vw,48px)
}
.contact-intro>p:last-of-type{
  margin-top:24px;
  line-height:1.9
}
.contact-intro address{
  display:grid;
  gap:10px;
  margin-top:28px;
  font-style:normal
}
.contact-intro address>p{
  margin-bottom:6px;
  font-size:15px
}
.contact-intro address a{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:18px;
  align-items:center;
  width:fit-content;
  min-height:44px;
  border-bottom:1px solid #83341166
}
.contact-intro address a:hover{
  border-color:var(--ink)
}
.contact-intro address strong{
  font-size:15px
}
.contact-intro address span{
  font-size:15px;
  overflow-wrap:anywhere
}
.contact-card{
  background:white;
  border-radius:14px;
  padding:16px;
  max-width:390px;
  justify-self:end;
  box-shadow:0 24px 60px #66261024
}
.contact-card img{
  width:100%;
  border-radius:8px
}
.contact-card figcaption{
  color:var(--muted);
  font-size:13px;
  text-align:center;
  padding-top:10px
}
.footer{
  background:#eeede8;
  border-top:1px solid var(--line);
  padding:46px 0 20px
}
.footer-top{
  display:flex;
  justify-content:space-between;
  gap:50px;
  padding-bottom:34px
}
.footer-top>div>p{
  font-size:14px;
  color:var(--muted);
  margin-top:12px
}
.company-info{
  max-width:570px
}
.company-info h2{
  font-size:17px;
  margin-top:8px
}
.company-info p{
  font-size:13px!important;
  margin-top:6px!important
}
.footer-bottom{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--line);
  padding-top:18px;
  gap:10px 30px;
  font-size:12px;
  color:var(--muted)
}
.footer-bottom>a{
  min-height:44px;
  display:inline-flex;
  align-items:center
}
.image-dialog{
  width:min(1280px,94vw);
  max-height:92dvh;
  padding:20px;
  border:0;
  border-radius:16px;
  background:var(--paper);
  color:var(--ink)
}
.image-dialog::backdrop{
  background:#0d1014bb;
  backdrop-filter:blur(6px)
}
.dialog-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px
}
.dialog-header h2{
  font-size:18px
}
.dialog-close{
  border:1px solid var(--line);
  border-radius:100px;
  background:white;
  padding:8px 16px;
  min-height:44px
}
.image-dialog>img{
  width:100%;
  border:1px solid var(--line);
  border-radius:8px
}
.image-dialog>p{
  font-size:13px;
  margin-top:12px;
  color:var(--muted)
}
@keyframes panel-enter{
  from{
    opacity:.5;
    transform:scale(1.025)
  }
  to{
    opacity:1;
    transform:scale(1)
  }
}
.showcase-panel.is-entering .showcase-image{
  animation:panel-enter .4s ease-out
}
@media(min-width:1800px){
  .wrap{
    max-width:1600px
  }
  .hero-heading{
    padding-block:10px 48px
  }
  .hero h1{
    font-size:72px
  }
  .showcase-panel{
    min-height:580px
  }
  .showcase-copy{
    padding:65px
  }
  .showcase-copy h2{
    font-size:58px
  }
  .hero-intro{
    margin-right:60px
  }
}
@media(max-width:1100px){
  .navigation{
    gap:20px
  }
  .product-grid{
    grid-template-columns:1fr 1.4fr;
    gap:28px
  }
  .product-brand h3{
    font-size:23px
  }
  .team-grid{
    gap:40px
  }
  .contact-section{
    padding:40px;
    gap:36px
  }
  .contact-card{
    max-width:340px
  }
  .showcase-copy{
    width:60%;
    padding:40px
  }
  .section{
    padding-block:80px
  }
  .case-grid{
    gap:32px
  }
  .case-small-results{
    gap:10px
  }
  .case-small-results strong{
    font-size:32px
  }
  .capabilities article{
    padding:24px 20px
  }
  .showcase-tabs button{
    padding-inline:24px
  }
}
@media(max-width:800px){
  :root{
    --space:24px
  }
  .header-inner{
    height:76px
  }
  .brand{
    font-size:21px
  }
  .brand img{
    width:32px;
    height:32px
  }
  .navigation{
    gap:18px
  }
  .navigation a{
    font-size:14px;
    gap:10px
  }
  .navigation .nav-contact{
    padding:8px 14px
  }
  .hero-heading{
    grid-template-columns:1.2fr 1fr;
    gap:24px
  }
  .hero h1{
    font-size:42px
  }
  .hero-intro p{
    font-size:16px
  }
  .hero-intro .inline-link{
    font-size:13px;
    gap:8px
  }
  .showcase-copy{
    width:70%
  }
  .showcase-panel{
    min-height:480px
  }
  .showcase-tabs button{
    font-size:16px;
    padding:20px
  }
  .tab-description{
    font-size:12px;
    max-width:130px
  }
  .section-heading{
    gap:0 32px
  }
  .section-summary{
    font-size:14px
  }
  .product-grid{
    grid-template-columns:1fr
  }
  .product-copy>p{
    max-width:600px
  }
  .product-copy{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 28px
  }
  .product-brand{
    grid-column:1
  }
  .product-copy>p{
    grid-column:1
  }
  .product-points{
    grid-column:2;
    grid-row:1/3;
    margin:0;
    align-self:center
  }
  .product-copy>.button{
    justify-self:start;
    margin-top:20px
  }
  .product-preview{
    padding:24px 24px 0
  }
  .capabilities article{
    grid-template-columns:1fr;
    padding:24px
  }
  .capability-icon{
    grid-row:auto
  }
  .capabilities h3{
    font-size:18px
  }
  .project-heading>p{
    font-size:15px
  }
  .port-visual{
    height:400px
  }
  .project-steps{
    gap:16px;
    grid-template-columns:1fr 20px 1fr 20px 1fr
  }
  .project-steps h3{
    font-size:18px
  }
  .case-grid{
    grid-template-columns:1fr 1fr;
    gap:28px
  }
  .case-image{
    min-height:350px
  }
  .case-main-result>strong{
    font-size:72px
  }
  .case-small-results{
    grid-template-columns:repeat(2,1fr);
    gap:16px
  }
  .case-small-results strong{
    font-size:32px
  }
  .team-grid{
    gap:32px
  }
  .team-art{
    min-height:450px
  }
  .team-people{
    gap:16px
  }
  .team-people strong{
    font-size:18px
  }
  .vision p{
    font-size:18px
  }
  .contact-section{
    padding:32px;
    gap:30px
  }
  .contact-intro address span{
    font-size:13px
  }
  .footer-top{
    gap:30px
  }
}
@media(max-width:640px){
  :root{
    --space:20px;
    --radius:14px
  }
  html{
    scroll-padding-top:84px
  }
  .header-inner{
    height:72px
  }
  .brand-suffix{
    display:none
  }
  .menu-button{
    display:flex;
    gap:16px;
    align-items:center
  }
  .navigation{
    display:flex;
    flex-wrap:wrap;
    gap:4px 18px;
    padding:12px 0
  }
  .header-inner{
    height:auto;
    min-height:72px;
    flex-wrap:wrap
  }
  .navigation{
    width:100%
  }
  html.js .header-inner{
    height:72px;
    flex-wrap:nowrap
  }
  html.js .navigation{
    display:none;
    position:absolute;
    left:0;
    top:72px;
    background:var(--paper);
    padding:16px 20px 24px;
    border-bottom:1px solid var(--line);
    box-shadow:0 20px 30px #0001
  }
  html.js .navigation.is-open{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:8px
  }
  .navigation a{
    font-size:16px;
    padding:6px 12px
  }
  .navigation .nav-contact{
    justify-content:space-between
  }
  .hero{
    padding-top:32px
  }
  .hero-heading{
    grid-template-columns:1fr;
    gap:22px;
    padding-bottom:30px
  }
  .hero h1{
    font-size:clamp(34px,9.2vw,50px);
    letter-spacing:-.02em
  }
  .hero-intro{
    justify-self:start;
    max-width:none
  }
  .hero-intro p{
    font-size:16px
  }
  .hero-intro p br{
    display:none
  }
  .hero-intro .inline-link{
    font-size:14px;
    margin-top:10px;
    gap:20px
  }
  .showcase-panel{
    min-height:510px
  }
  .showcase-copy{
    padding:30px 24px;
    width:100%;
    max-width:none
  }
  .business-name{
    font-size:15px
  }
  .showcase-copy h2{
    font-size:35px;
    margin-top:20px;
    margin-bottom:16px
  }
  .showcase-copy>p:not(.business-name){
    font-size:15px
  }
  .showcase-image{
    object-position:65% 50%
  }
  .showcase-shade{
    background:linear-gradient(180deg,#101213df 0%,#101213a8 36%,#10121310 85%)
  }
  .showcase-copy .button{
    margin-top:22px
  }
  .showcase-tabs button{
    font-size:13px;
    padding:16px 10px;
    line-height:1.5;
    min-height:78px;
    align-content:start
  }
  .tab-description{
    font-size:11px;
    margin-top:4px;
    line-height:1.5
  }
  .section{
    padding-block:60px
  }
  .section-heading{
    grid-template-columns:1fr;
    gap:0;
    margin-bottom:28px
  }
  .section-label{
    font-size:14px;
    margin-bottom:16px
  }
  .section h2{
    font-size:32px
  }
  .section-summary{
    justify-self:start;
    font-size:15px;
    margin-top:20px
  }
  .section-summary br{
    display:none
  }
  .product-copy{
    display:block
  }
  .product-brand{
    margin-bottom:20px
  }
  .product-brand h3{
    font-size:26px
  }
  .product-copy>p{
    font-size:16px
  }
  .product-points{
    margin:20px 0
  }
  .product-copy>.button{
    margin-top:0
  }
  .product-preview{
    padding:12px 12px 0
  }
  .product-preview figcaption{
    font-size:11px;
    padding:12px 0
  }
  .preview-zoom{
    font-size:11px;
    bottom:8px;
    right:8px;
    padding:4px 8px
  }
  .capabilities{
    grid-template-columns:1fr;
    margin-top:30px;
    border-bottom:0
  }
  .capabilities article,.capabilities article:first-child,.capabilities article:last-child{
    padding:20px 0;
    grid-template-columns:40px 1fr;
    border-right:0;
    border-bottom:1px solid var(--line);
    gap:6px 12px
  }
  .capability-icon{
    grid-row:1/3
  }
  .capabilities p{
    font-size:14px
  }
  .project-heading{
    display:block;
    margin-bottom:28px
  }
  .project-heading>p{
    margin-top:22px
  }
  .project-promise{
    font-size:12px;
    letter-spacing:-.03em
  }
  .port-visual{
    height:370px
  }
  .port-visual>img{
    object-position:56%
  }
  .factory-target{
    left:16px;
    bottom:16px;
    min-width:180px;
    padding:18px 20px;
    font-size:12px
  }
  .factory-target strong{
    font-size:58px
  }
  .factory-target strong>span{
    font-size:18px
  }
  .project-steps{
    grid-template-columns:1fr;
    gap:0;
    padding-top:20px
  }
  .project-steps>span{
    display:none
  }
  .project-steps>div{
    border-bottom:1px solid #ffffff24;
    padding:20px 0
  }
  .project-steps h3{
    font-size:19px;
    margin-bottom:6px
  }
  .project-steps p{
    font-size:14px
  }
  .case-heading{
    display:block;
    margin-bottom:24px
  }
  .case-heading>p{
    margin-top:16px;
    font-size:14px
  }
  .case-grid{
    grid-template-columns:1fr;
    gap:28px
  }
  .case-image{
    min-height:0;
    aspect-ratio:1.4
  }
  .case-results{
    display:block
  }
  .case-main-result>strong{
    font-size:84px
  }
  .case-small-results{
    grid-template-columns:repeat(3,1fr);
    gap:12px
  }
  .case-small-results strong{
    font-size:32px
  }
  .case-small-results strong span{
    font-size:13px
  }
  .case-note{
    font-size:11px
  }
  .team-grid{
    grid-template-columns:1fr;
    gap:28px
  }
  .team-art{
    min-height:0;
    aspect-ratio:1.15
  }
  .team-copy{
    padding:0
  }
  .team-people{
    gap:26px
  }
  .team-people strong{
    font-size:20px
  }
  .contact-section{
    grid-template-columns:1fr;
    gap:32px;
    padding:30px 24px;
    margin-block:40px
  }
  .contact-section h2{
    font-size:32px
  }
  .contact-intro>p:last-of-type{
    font-size:15px;
    margin-top:20px
  }
  .contact-section br{
    display:none
  }
  .contact-section h2 br{
    display:block
  }
  .contact-intro address{
    margin-top:22px
  }
  .contact-intro address a{
    grid-template-columns:58px 1fr;
    gap:10px;
    width:100%
  }
  .contact-intro address span{
    font-size:12px
  }
  .contact-card{
    width:100%;
    max-width:360px;
    justify-self:center
  }
  .footer{
    padding-top:30px
  }
  .footer-top{
    flex-direction:column;
    gap:28px;
    padding-bottom:28px
  }
  .footer .brand{
    font-size:22px
  }
  .company-info p{
    font-size:12px!important
  }
  .footer-bottom{
    display:grid;
    gap:8px;
    font-size:11px
  }
  .footer-bottom a{
    justify-self:start;
    font-size:13px
  }
  .image-dialog{
    padding:12px;
    width:96vw
  }
  .dialog-header{
    gap:8px
  }
  .dialog-header h2{
    font-size:14px
  }
  .dialog-close{
    font-size:13px;
    padding:6px 12px;
    white-space:nowrap
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*:before,*:after{
    animation:none!important;
    transition:none!important
  }
}
