:root{
  --white:#FFFFFF;
  --off:#F7FAFC;
  --teal-light:#EDF7F7;
  --teal:#0E6663;
  --blue:#2878A8;
  --dark:#17343A;
  --muted:#667B80;
  --border:#DDE8EA;
  --accent-teal:#E7F4F2;
  --accent-blue:#EAF3F8;
  --shadow:0 1px 2px rgba(23,52,58,.05),0 8px 24px rgba(23,52,58,.06);
  --radius:16px;
  --max:1220px;
  --bg-pattern: radial-gradient(circle at 1px 1px, rgba(14,102,99,.06) 1px, transparent 1px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;background:var(--white);color:var(--dark);font:400 16px/1.65 'Inter',ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
button{cursor:pointer}
.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}
.sec{padding:112px 0;position:relative}
.sec > .wrap{position:relative;z-index:1}
p{margin:0}

.kicker{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--teal)}
h1,h2,h3,h4{margin:0;color:var(--dark);letter-spacing:-.02em}
h1{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;line-height:1.08}
h2{font-size:clamp(1.7rem,3.6vw,2.6rem);font-weight:700;line-height:1.15;margin:12px 0 18px}
h3{font-size:1.12rem;font-weight:600;margin:0 0 8px}
.prose{max-width:680px;color:var(--muted);font-size:1.05rem;margin-top:16px}
.prose-light{max-width:620px;color:rgba(255,255,255,.9);font-size:1.05rem;margin:18px auto 0}
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px}
.sec-head-centered{text-align:center;max-width:760px;margin:0 auto}
.sec-head-centered .prose{margin-left:auto;margin-right:auto}
.subtitle{color:var(--teal);font-weight:600;margin-top:4px}
.note{font-size:.82rem;color:var(--muted)}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 26px;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .2s;white-space:nowrap}
.btn.primary{background:var(--teal);color:#fff}
.btn.primary:hover{background:var(--dark);transform:translateY(-1px)}
.btn.ghost{border:1px solid var(--border);color:var(--teal);background:#fff}
.btn.ghost:hover{border-color:var(--teal);background:var(--teal-light)}
.btn.light{background:#fff;color:var(--teal)}
.btn.light:hover{background:var(--dark);color:#fff}
.btn.light-ghost{border:1px solid rgba(255,255,255,.5);color:#fff;background:transparent}
.btn.light-ghost:hover{background:rgba(255,255,255,.12)}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.actions.center{justify-content:center}

/* Topnav */
.topnav{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.navin{height:72px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:var(--teal);color:#fff;font-weight:800;font-size:.95rem;letter-spacing:.02em}
.brand-cap{font-weight:700;font-size:.95rem;line-height:1.15;display:flex;flex-direction:column}
.brand-cap small{font-weight:500;color:var(--muted);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}
.navlinks{display:flex;align-items:center;gap:22px;margin-left:auto;font-size:.9rem;color:var(--dark)}
.navlinks a{padding:6px 0;position:relative;font-weight:500}
.navlinks a:hover{color:var(--teal)}
.navlinks a.nav-cta{margin-left:4px}
.menu{display:none;border:1px solid var(--border);background:#fff;color:var(--dark);border-radius:10px;padding:9px 16px;font-weight:600}

/* Hero */
.hero{padding:150px 0 90px;background:linear-gradient(180deg,var(--teal-light) 0%,var(--white) 60%)}
.hero .wrap{display:grid;grid-template-columns:1.05fr .9fr;gap:56px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;letter-spacing:.14em;font-weight:700;color:var(--teal);text-transform:uppercase;margin-bottom:18px}
.hero .sub{max-width:520px;color:var(--muted);font-size:1.15rem;margin-top:20px}
.hero-visual{border-radius:20px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border)}
.hero-visual img{width:100%;height:100%;object-fit:cover}
.hero-visual figcaption{position:absolute;bottom:0;left:0;right:0;padding:10px 14px;background:rgba(23,52,58,.78);color:#fff;font-size:.75rem}
.hero-visual{position:relative;min-height:420px}
.hero-visual img{height:420px}

/* Trust strip */
.trust-strip{background:#fff;border-bottom:1px solid var(--border)}
.trust-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;padding:28px 0}
.trust-item{display:flex;align-items:center;gap:14px;padding:6px 8px}
.trust-ic{width:46px;height:46px;flex:none;border-radius:12px;background:var(--accent-teal);display:grid;place-items:center}
.trust-ic svg{width:26px;height:26px}
.trust-key{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:700}
.trust-val{font-size:1rem;font-weight:700;color:var(--dark)}

/* Cards */
.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:30px}
.card-ic{width:56px;height:56px;border-radius:14px;background:var(--teal-light);display:grid;place-items:center;margin-bottom:18px}
.card-ic svg{width:30px;height:30px}
.card p{color:var(--muted);font-size:.92rem}
.card h3{color:var(--dark)}

.grid6{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid5{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}

.cap-card{position:relative}
.cap-num{position:absolute;top:24px;right:26px;font-size:.8rem;font-weight:700;color:var(--blue);border:1px solid var(--border);border-radius:8px;padding:3px 8px}

/* OEM steps */
.oem-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-top:34px}
.oem-step{padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:var(--off);text-align:center}
.oem-num{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--teal);color:#fff;font-weight:700;font-size:.9rem;margin-bottom:14px}
.oem-step h3{font-size:.95rem}

/* Quality */
.quality{background:var(--accent-blue)}
.q-card{text-align:center;padding:26px 16px}
.q-card .card-ic{margin:0 auto 14px}
.q-badge{margin-top:30px;text-align:center}
.badge-line{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:#fff;border:1px solid var(--border);border-radius:999px}
.badge-line strong{color:var(--teal)}

/* Facility */
.facility-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.facility-img{border-radius:20px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}
.facility-img img{width:100%;height:440px;object-fit:cover}
.facility-img figcaption{position:absolute;bottom:0;left:0;right:0;padding:10px 14px;background:rgba(23,52,58,.78);color:#fff;font-size:.75rem}
.facility-img{position:relative}
.facility-address{display:flex;flex-direction:column;gap:2px;margin-top:26px;padding:20px 24px;background:var(--teal-light);border:1px solid var(--border);border-radius:var(--radius);font-style:normal;color:var(--dark);font-size:.95rem}

/* Journey */
.journey-list{max-width:820px;margin:0 auto}
.journey-item{display:grid;grid-template-columns:110px 1fr;gap:24px;padding:24px 8px;border-bottom:1px solid var(--border)}
.journey-item:last-child{border-bottom:none}
.journey-year{font-size:1.6rem;font-weight:700;color:var(--blue)}
.journey-body h3{font-size:1.1rem}
.journey-body p{color:var(--muted);margin-top:6px;font-size:.95rem}

/* Leadership */
.leader-card{text-align:center;padding:32px 20px}
.leader-card .card-ic{margin:0 auto 16px}
.leader-card .role{color:var(--muted);font-size:.9rem;font-weight:500}

/* News */
.news-card{padding:0;overflow:hidden;display:flex;flex-direction:column}
.news-thumb{display:block;overflow:hidden}
.news-thumb img{width:100%;height:180px;object-fit:cover;transition:transform .4s}
.news-card:hover .news-thumb img{transform:scale(1.04)}
.news-body{padding:22px;flex:1;display:flex;flex-direction:column}
.news-meta{display:flex;justify-content:space-between;gap:10px;font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}
.news-body h3{font-size:1rem}
.news-link{margin-top:auto;padding-top:14px;color:var(--teal);font-weight:600;font-size:.88rem}

/* Banner name */
.banner-name{background:var(--off)}
.banner-layout{display:grid;grid-template-columns:auto 1fr;gap:44px;align-items:center}
.ban-card{padding:34px 40px;min-width:280px}
.ban-line{font-family:'Inter';font-size:2rem;font-weight:800;color:var(--teal);line-height:1.15;margin-top:6px}
.ban-card .kicker{color:var(--blue)}

/* Botanical */
.bot-card{text-align:center;padding:34px 22px}
.bot-card .card-ic{margin:0 auto 16px}

/* Ask */
.ask-sec{background:var(--teal-light)}
.ask-box{max-width:760px;margin:34px auto 0;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);padding:34px}
.ask-input{width:100%;padding:16px 18px;border:1px solid var(--border);border-radius:12px;font-size:1rem;color:var(--dark);outline:none;transition:border-color .2s}
.ask-input:focus{border-color:var(--teal)}
.ask-suggest{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.tag{padding:8px 14px;border:1px solid var(--border);border-radius:999px;font-size:.82rem;color:var(--muted);cursor:pointer;background:var(--off)}
.tag:hover{border-color:var(--teal);color:var(--teal)}
.ask-route{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.ask-route .hop{padding:6px 12px;border-radius:8px;font-size:.72rem;font-weight:600;color:var(--muted);border:1px solid var(--border)}
.ask-route .arrow{color:var(--teal);font-weight:700}
.ask-answer{margin-top:20px;padding:18px 20px;background:var(--teal-light);border-radius:12px}
.ask-answer b{color:var(--dark)}

/* NeuralOps */
.neuralops{background:var(--off)}
.no-card{text-align:center;padding:30px 16px}
.no-card .card-ic{margin:0 auto 14px}

/* Final CTA */
.cta-final{background:linear-gradient(135deg,var(--teal) 0%,#0a4f4d 100%);text-align:center;padding:110px 0}
.cta-final h2{color:#fff}
.cta-final .actions{margin-top:34px}

/* Footer */
.site-footer{background:var(--dark);color:rgba(255,255,255,.85);padding:70px 0 0}
.foot-grid{display:grid;grid-template-columns:1.2fr 1fr 1.3fr;gap:44px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.12)}
.foot-brand .foot-logo{width:48px;height:48px;border-radius:12px;background:var(--teal);color:#fff;display:grid;place-items:center;font-weight:800;font-size:1rem;margin-bottom:16px}
.foot-name{font-weight:700;color:#fff;font-size:1.05rem}
.foot-tagline{color:rgba(255,255,255,.7);font-size:.8rem;margin-top:6px;letter-spacing:.03em}
.foot-nav{display:flex;flex-direction:column;gap:12px}
.foot-nav a{color:rgba(255,255,255,.75);font-size:.95rem}
.foot-nav a:hover{color:#fff}
.foot-contact address{display:flex;flex-direction:column;gap:6px;font-style:normal;color:rgba(255,255,255,.75);font-size:.9rem}
.foot-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:24px 0;font-size:.82rem;color:rgba(255,255,255,.6)}

/* Two-tone icons */
.tti{width:100%;height:100%}

/* Responsive */
@media(max-width:1024px){
  .grid6,.grid5{grid-template-columns:repeat(3,1fr)}
  .grid4{grid-template-columns:repeat(2,1fr)}
  .oem-steps{grid-template-columns:repeat(3,1fr)}
  .facility-layout{grid-template-columns:1fr;gap:32px}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .sec{padding:72px 0}
  .wrap{width:min(var(--max),calc(100% - 32px))}
  .menu{display:block}
  .navlinks{position:fixed;top:72px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:12px 24px 24px;border-bottom:1px solid var(--border);display:none;margin-left:0}
  .navlinks.open{display:flex}
  .navlinks a{padding:13px 0;width:100%;border-bottom:1px solid var(--border)}
  .navlinks a.nav-cta{margin-top:12px;border:none}
  .hero{padding:120px 0 60px}
  .hero .wrap{grid-template-columns:1fr;gap:32px}
  .hero-visual{min-height:240px}
  .hero-visual img{height:240px}
  .trust-row{grid-template-columns:1fr 1fr}
  .grid6,.grid5,.grid4,.grid3{grid-template-columns:1fr}
  .oem-steps{grid-template-columns:1fr 1fr}
  .sec-head{flex-direction:column;align-items:flex-start}
  .journey-item{grid-template-columns:1fr;gap:6px}
  .banner-layout{grid-template-columns:1fr;gap:24px}
  .foot-grid{grid-template-columns:1fr;gap:30px}
  .actions .btn{width:100%}
  .trust-row{grid-template-columns:1fr}
}
