
:root{
  --bg:#f7f8f6;
  --ink:#111716;
  --muted:#5f6966;
  --line:#dfe4e1;
  --accent:#d96b27;
  --dark:#101514;
  --card:#ffffff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}

.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(247,248,246,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(17,23,22,.08);
}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:180px;height:58px;object-fit:contain;object-position:left center;mix-blend-mode:multiply}
.nav{display:flex;align-items:center;gap:30px;font-size:.92rem;font-weight:650}
.nav a{opacity:.78}.nav a:hover{opacity:1}
.nav-cta{border:1px solid var(--ink);padding:10px 16px;border-radius:999px;opacity:1!important}
.menu-toggle{display:none;border:0;background:none;font:inherit;font-weight:700}

.hero{position:relative;overflow:hidden;min-height:720px;display:flex;align-items:center;background:
  radial-gradient(circle at 80% 30%,rgba(217,107,39,.11),transparent 26%),
  linear-gradient(180deg,#fafbf9 0%,#f3f5f2 100%)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(17,23,22,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(17,23,22,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}
.hero-content{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;padding:90px 0}
.eyebrow{font-size:.74rem;letter-spacing:.17em;font-weight:800;color:var(--accent);margin:0 0 16px}
.hero h1,.section h2,.contact h2{font-size:clamp(2.7rem,5vw,5.5rem);line-height:.98;letter-spacing:-.055em;margin:0}
.hero h1 span{color:var(--accent)}
.hero-text{font-size:1.16rem;color:var(--muted);max-width:650px;margin:28px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 21px;border-radius:8px;font-weight:800;transition:.2s transform,.2s opacity}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--ink);color:white}
.btn-secondary{border:1px solid var(--ink)}
.btn-light{background:white;color:var(--ink)}
.hero-proof{display:flex;gap:42px;margin-top:46px;padding-top:24px;border-top:1px solid var(--line)}
.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{font-size:1.4rem}.hero-proof span{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.09em}

.hero-visual{height:520px;position:relative}
.tech-card{
  position:absolute;background:rgba(255,255,255,.82);border:1px solid rgba(17,23,22,.12);
  box-shadow:0 24px 70px rgba(17,23,22,.1);backdrop-filter:blur(12px);border-radius:18px;
}
.card-a{width:330px;height:330px;right:30px;top:50px;padding:24px}
.card-b{width:210px;height:160px;left:10px;top:245px;padding:20px}
.card-c{width:190px;height:140px;right:0;bottom:10px;padding:20px}
.card-label{font-size:.68rem;font-weight:900;letter-spacing:.16em;color:var(--muted)}
.mini-part{position:absolute;inset:58px 46px 42px;display:grid;place-items:center}
.ring{position:absolute;border:2px solid var(--ink);border-radius:50%}
.r1{width:180px;height:180px}.r2{width:120px;height:120px;border-style:dashed}.r3{width:54px;height:54px;background:var(--accent);border:0}
.bars{display:flex;align-items:end;gap:8px;height:80px;margin-top:20px}
.bars i{display:block;width:22px;background:var(--ink);border-radius:3px 3px 0 0}
.bars i:nth-child(1){height:34%}.bars i:nth-child(2){height:62%}.bars i:nth-child(3){height:92%;background:var(--accent)}.bars i:nth-child(4){height:72%}
.wireframe{height:72px;margin-top:16px;border:1px solid var(--ink);transform:skewY(-8deg);background:repeating-linear-gradient(90deg,transparent 0 16px,rgba(17,23,22,.1) 16px 17px)}
.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:120px;height:120px;background:rgba(217,107,39,.22);left:46px;top:90px}.orb-two{width:80px;height:80px;background:rgba(17,23,22,.08);right:150px;bottom:20px}

.strip{background:var(--dark);color:#d9dfdc}
.strip-grid{min-height:76px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;text-align:center;gap:20px;font-size:.79rem;text-transform:uppercase;letter-spacing:.11em}

.section{padding:110px 0}
.section-heading{max-width:800px;margin-bottom:50px}
.section-heading h2{font-size:clamp(2.2rem,4vw,4.1rem)}
.section-heading>p:last-child,.split>p{color:var(--muted);font-size:1.04rem}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.service-card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:30px;min-height:245px}
.service-card .num{font-size:.75rem;color:var(--accent);font-weight:900}
.service-card h3{font-size:1.38rem;margin:48px 0 10px}
.service-card p{color:var(--muted);margin:0}

.section-dark{background:var(--dark);color:white}
.capability-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}
.capability-layout h2{font-size:clamp(2.2rem,4vw,4rem)}
.muted{color:#a9b3af}
.capability-list{border-top:1px solid #39413e}
.capability-list div{display:grid;grid-template-columns:70px 1fr;gap:10px;padding:20px 0;border-bottom:1px solid #39413e}
.capability-list span{color:var(--accent);font-size:.75rem}.capability-list strong{font-size:1.06rem}

.split{max-width:none;display:grid;grid-template-columns:1fr .65fr;gap:60px;align-items:end}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.product-art{height:260px;position:relative;background:#e9ece8}
.product-info{padding:24px}.product-info span{font-size:.69rem;font-weight:900;color:var(--accent);letter-spacing:.13em}.product-info h3{margin:9px 0 8px;font-size:1.35rem}.product-info p{margin:0;color:var(--muted)}
.shape-planter:before{content:"";position:absolute;width:120px;height:145px;left:50%;top:50%;transform:translate(-50%,-46%);background:linear-gradient(145deg,#151b19,#38413e);border-radius:12px 12px 45px 45px;clip-path:polygon(8% 0,92% 0,78% 100%,22% 100%)}
.shape-planter:after{content:"";position:absolute;width:132px;height:20px;border-radius:50%;background:var(--accent);left:50%;top:27%;transform:translateX(-50%)}
.shape-case:before{content:"";position:absolute;width:128px;height:198px;left:50%;top:50%;transform:translate(-50%,-50%);border:13px solid #171d1b;border-radius:28px;background:repeating-linear-gradient(45deg,transparent 0 15px,rgba(217,107,39,.9) 15px 18px)}
.shape-case:after{content:"";position:absolute;width:34px;height:34px;border-radius:10px;background:#171d1b;left:calc(50% - 44px);top:calc(50% - 82px)}
.shape-custom:before{content:"";position:absolute;width:150px;height:150px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);border:16px solid #171d1b;border-radius:16px}
.shape-custom:after{content:"";position:absolute;width:64px;height:64px;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--accent);border-radius:50%}

.section-soft{background:#eef1ed}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}
.about-grid h2{font-size:clamp(2.2rem,4vw,4.2rem)}
.about-copy{font-size:1.12rem;color:var(--muted)}
.about-copy p:first-child{margin-top:8px}

.contact{background:var(--accent);color:#111;padding:80px 0}
.contact-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center}
.contact h2{font-size:clamp(2.2rem,4vw,4rem)}
.contact p{max-width:720px}
.contact .eyebrow{color:#111}
.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.plain-link{font-weight:800;border-bottom:1px solid rgba(17,23,22,.5)}

footer{background:#0b0f0e;color:#aeb7b3;padding:34px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-inner img{width:150px;background:white;padding:6px 10px;border-radius:4px}
.footer-inner p{font-size:.82rem}

@media(max-width:900px){
  .nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--bg);padding:22px;flex-direction:column;border-bottom:1px solid var(--line)}
  .nav.open{display:flex}.menu-toggle{display:block}
  .hero{min-height:auto}.hero-content{grid-template-columns:1fr;padding:70px 0}.hero-visual{height:430px}
  .strip-grid{grid-template-columns:1fr 1fr;padding:22px 0}
  .cards,.product-grid{grid-template-columns:1fr}
  .capability-layout,.about-grid,.contact-inner,.split{grid-template-columns:1fr;gap:42px}
}
@media(max-width:560px){
  .container{width:min(var(--max),calc(100% - 28px))}
  .brand img{width:150px}
  .hero-content{padding:55px 0}.hero h1{font-size:3.1rem}
  .hero-visual{height:350px}.card-a{width:250px;height:250px;right:4px}.card-b{width:160px;height:130px;left:0;top:200px}.card-c{display:none}
  .mini-part{inset:50px 35px 30px}.r1{width:135px;height:135px}.r2{width:88px;height:88px}
  .section{padding:78px 0}.hero-proof{gap:24px}
  .strip-grid{grid-template-columns:1fr}
  .footer-inner{align-items:flex-start;flex-direction:column}
}
