/*
Theme Name: About Us
Theme URI: 
Author: Theme Forge
Description: Converted from a static HTML site by Theme Forge.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: about-us
Tags: custom, converted, theme-forge

This theme was generated by Theme Forge from a static HTML site.
*/


/* ─── style.css ─── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap');

:root {
  --primary: #E87722;
  --primary-dark: #B85A12;
  --secondary: #1A2B4A;
  --accent: #A87142;
  --neutral-50: #FAF7F2;
  --neutral-100: #F0EBE3;
  --neutral-900: #1C1C1C;
  --muted: #6B7280;
  --success: #15803D;
  --white: #ffffff;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;background:var(--neutral-50);color:var(--neutral-900);line-height:1.7;font-size:16px;}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}

/* ── UTILITY ── */
.container{max-width:1200px;margin:0 auto;padding:0 24px;}
.section{padding:80px 0;}
.section--alt{background:var(--neutral-100);}
.kraft-bg{background:var(--primary);position:relative;}
.kraft-bg::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='4' height='4' fill='%23E87722'/%3E%3Ccircle cx='1' cy='1' r='1' fill='%23B85A12' opacity='.25'/%3E%3C/svg%3E");opacity:.15;pointer-events:none;}

/* ── TYPOGRAPHY ── */
.eyebrow{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:12px;display:block;}
.eyebrow--white{color:rgba(255,255,255,.75);}
h1,h2,h3,h4{font-family:'Plus Jakarta Sans',sans-serif;line-height:1.2;}
h1{font-size:clamp(36px,5vw,68px);font-weight:800;}
h2{font-size:clamp(28px,4vw,46px);font-weight:700;}
h3{font-size:clamp(20px,2.5vw,26px);font-weight:600;}
.text-white{color:var(--white);}
.text-muted{color:var(--muted);}
.text-navy{color:var(--secondary);}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:6px;font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;font-size:15px;cursor:pointer;border:2px solid transparent;transition:all .2s ease;text-decoration:none;}
.btn-primary{background:var(--primary);color:#fff;}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(232,119,34,.35);}
.btn-outline-white{background:transparent;color:#fff;border-color:#fff;}
.btn-outline-white:hover{background:#fff;color:var(--secondary);}
.btn-outline-navy{background:transparent;color:var(--secondary);border-color:var(--secondary);}
.btn-outline-navy:hover{background:var(--secondary);color:#fff;}
.btn-white-orange{background:#fff;color:var(--primary);border-color:#fff;}
.btn-white-orange:hover{background:var(--neutral-100);}

/* ── UTILITY STRIP ── */
.util-strip{background:var(--secondary);color:rgba(255,255,255,.8);font-size:13px;padding:9px 0;}
.util-strip .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;}
.util-strip a{color:rgba(255,255,255,.8);}
.util-strip a:hover{color:#fff;}
.util-contacts{display:flex;gap:20px;flex-wrap:wrap;}

/* ── HEADER ── */
.site-header{background:#fff;border-bottom:1px solid var(--neutral-100);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(26,43,74,.07);}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1200px;margin:0 auto;}
.logo-wrap{display:flex;align-items:center;gap:10px;text-decoration:none;}
.logo-text{line-height:1.1;}
.logo-name{font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;font-size:18px;color:var(--secondary);}
.logo-sub{font-size:10px;letter-spacing:.08em;color:var(--muted);text-transform:uppercase;}
.main-nav{display:flex;gap:4px;list-style:none;}
.main-nav a{padding:8px 14px;border-radius:5px;font-weight:500;font-size:15px;color:var(--neutral-900);transition:all .18s;}
.main-nav a:hover,.main-nav a.active{color:var(--primary);background:rgba(232,119,34,.08);}
.header-right{display:flex;align-items:center;gap:12px;}
.badge-iso,.badge-fbr{font-size:11px;font-weight:600;padding:4px 8px;border-radius:4px;letter-spacing:.04em;}
.badge-iso{background:rgba(21,128,61,.1);color:var(--success);border:1px solid rgba(21,128,61,.25);}
.badge-fbr{background:rgba(26,43,74,.08);color:var(--secondary);border:1px solid rgba(26,43,74,.2);}

/* ── MOBILE NAV ── */
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none;}
.hamburger span{width:24px;height:2px;background:var(--secondary);border-radius:2px;transition:all .25s;}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}
.mobile-menu{display:none;position:fixed;inset:0;background:#fff;z-index:200;flex-direction:column;padding:24px;}
.mobile-menu.open{display:flex;}
.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;}
.mobile-menu nav{display:flex;flex-direction:column;gap:4px;}
.mobile-menu nav a{font-size:22px;font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;color:var(--secondary);padding:12px 0;border-bottom:1px solid var(--neutral-100);}
.mobile-close{background:none;border:none;font-size:28px;cursor:pointer;color:var(--neutral-900);}
.mobile-menu-cta{margin-top:32px;}

/* ── HERO ── */
.hero{position:relative;min-height:calc(100vh - 120px);display:flex;align-items:center;overflow:hidden;}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;}
.hero-overlay{position:absolute;inset:0;background:rgba(26,43,74,.6);}
.hero-content{position:relative;z-index:2;max-width:720px;}
.hero h1{color:#fff;margin-bottom:20px;}
.hero-sub{font-size:18px;color:rgba(255,255,255,.85);margin-bottom:32px;max-width:600px;line-height:1.7;}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:32px;}
.trust-strip{display:flex;gap:20px;flex-wrap:wrap;}
.trust-item{font-size:13px;color:rgba(255,255,255,.75);display:flex;align-items:center;gap:6px;}
.trust-item::before{content:'✓';color:var(--primary);font-weight:700;}

/* ── PAGE HERO (slim) ── */
.page-hero{padding:80px 0 60px;background:var(--secondary);position:relative;overflow:hidden;}
.page-hero::after{content:'';position:absolute;right:-100px;top:-60px;width:350px;height:350px;border:60px solid rgba(232,119,34,.12);border-radius:50%;}
.page-hero h1{color:#fff;margin-bottom:12px;}
.breadcrumb{display:flex;gap:8px;align-items:center;color:rgba(255,255,255,.6);font-size:14px;}
.breadcrumb a{color:rgba(255,255,255,.6);}
.breadcrumb a:hover{color:#fff;}
.breadcrumb-sep{opacity:.4;}

/* ── STATS BAR ── */
.stats-bar{background:var(--secondary);padding:48px 0;}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;}
.stat-item{text-align:center;padding:20px;border-right:1px solid rgba(255,255,255,.12);}
.stat-item:last-child{border-right:none;}
.stat-num{font-family:'Plus Jakarta Sans',sans-serif;font-size:42px;font-weight:800;color:var(--primary);line-height:1;}
.stat-label{font-size:14px;color:rgba(255,255,255,.7);margin-top:6px;}

/* ── CARDS ── */
.card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .25s,box-shadow .25s;}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1);}
.card-img{width:100%;height:220px;object-fit:cover;}
.card-body{padding:24px;}
.card h3{color:var(--secondary);margin-bottom:10px;}
.card p{color:var(--muted);font-size:15px;line-height:1.6;}
.card-link{display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-weight:600;font-size:14px;margin-top:16px;transition:gap .2s;}
.card-link:hover{gap:10px;}

/* ── GRIDS ── */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}

/* ── FEATURE CARD ── */
.feature-card{padding:28px;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.feature-icon{width:52px;height:52px;border-radius:50%;background:rgba(232,119,34,.1);display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:22px;}
.feature-card h3{color:var(--secondary);margin-bottom:8px;font-size:18px;}
.feature-card p{color:var(--muted);font-size:15px;}

/* ── INDUSTRY CARD ── */
.industry-card{padding:24px;border-radius:12px;background:#fff;border:1px solid var(--neutral-100);transition:all .25s;}
.industry-card:hover{border-color:var(--primary);box-shadow:0 4px 20px rgba(232,119,34,.1);}
.industry-icon{font-size:28px;margin-bottom:14px;}
.industry-card h3{font-size:17px;color:var(--secondary);margin-bottom:6px;}
.industry-card p{font-size:14px;color:var(--muted);}

/* ── CTA BANNER ── */
.cta-banner{padding:80px 0;position:relative;}
.cta-banner .container{position:relative;z-index:1;text-align:center;}
.cta-banner h2{color:#fff;margin-bottom:12px;}
.cta-banner p{color:rgba(255,255,255,.85);font-size:18px;margin-bottom:32px;}
.cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}

/* ── SECTION HEADING ── */
.section-heading{text-align:center;max-width:700px;margin:0 auto 56px;}
.section-heading h2{color:var(--secondary);margin-bottom:14px;}
.section-heading p{color:var(--muted);font-size:17px;}

/* ── TWO-COL CONTENT ── */
.content-image{border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12);}
.content-image img{width:100%;height:100%;object-fit:cover;}
.content-body .eyebrow{margin-bottom:8px;}
.content-body h2{color:var(--secondary);margin-bottom:20px;}
.content-body p{color:var(--muted);margin-bottom:16px;font-size:16px;}
.check-list{list-style:none;margin:20px 0 28px;}
.check-list li{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;color:var(--muted);}
.check-list li::before{content:'✓';color:var(--primary);font-weight:700;flex-shrink:0;margin-top:2px;}

/* ── CERT BADGES ── */
.cert-card{background:#fff;border-radius:12px;padding:32px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.06);}
.cert-icon{font-size:48px;margin-bottom:16px;}
.cert-card h3{color:var(--secondary);margin-bottom:10px;}
.cert-card p{color:var(--muted);font-size:15px;}

/* ── PROCESS TIMELINE ── */
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-top:48px;}
.timeline::before{content:'';position:absolute;top:40px;left:12.5%;right:12.5%;height:2px;background:var(--primary);opacity:.3;}
.timeline-step{text-align:center;padding:0 16px;}
.step-num{width:80px;height:80px;border-radius:50%;background:var(--secondary);color:#fff;font-family:'Plus Jakarta Sans',sans-serif;font-size:28px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;position:relative;z-index:1;}
.timeline-step h3{font-size:17px;color:var(--secondary);margin-bottom:8px;}
.timeline-step p{font-size:14px;color:var(--muted);}

/* ── LAB GRID ── */
.lab-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.lab-card{border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.07);}
.lab-card img{width:100%;height:200px;object-fit:cover;}
.lab-card-caption{padding:16px;background:#fff;}
.lab-card-caption h4{font-size:15px;color:var(--secondary);margin-bottom:4px;}
.lab-card-caption p{font-size:13px;color:var(--muted);}

/* ── CONTACT ── */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}
.form-group{margin-bottom:20px;}
.form-label{display:block;font-size:14px;font-weight:600;color:var(--secondary);margin-bottom:6px;}
.form-input,.form-select,.form-textarea{width:100%;padding:12px 16px;border:1.5px solid var(--neutral-100);border-radius:8px;font-family:'Inter',sans-serif;font-size:15px;background:#fff;color:var(--neutral-900);transition:border-color .2s;}
.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);}
.form-textarea{resize:vertical;min-height:140px;}
.contact-card{background:#fff;border-radius:12px;padding:36px;box-shadow:0 4px 24px rgba(0,0,0,.07);}
.contact-card h3{color:var(--secondary);margin-bottom:24px;font-size:22px;}
.contact-item{display:flex;gap:14px;margin-bottom:24px;align-items:flex-start;}
.contact-item-icon{width:40px;height:40px;border-radius:50%;background:rgba(232,119,34,.1);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;}
.contact-item-text h4{font-size:14px;font-weight:600;color:var(--secondary);margin-bottom:4px;}
.contact-item-text p,.contact-item-text a{font-size:14px;color:var(--muted);}
.contact-item-text a:hover{color:var(--primary);}
.map-wrap{border-radius:12px;overflow:hidden;margin-top:48px;box-shadow:0 4px 20px rgba(0,0,0,.08);}

/* ── PRODUCT SECTION ── */
.product-section{padding:64px 0;border-bottom:1px solid var(--neutral-100);}
.product-section:last-child{border-bottom:none;}
.product-alt .grid-2{direction:rtl;}
.product-alt .grid-2>*{direction:ltr;}
.product-detail-img{border-radius:12px;overflow:hidden;}
.product-detail-img img{width:100%;height:380px;object-fit:cover;}
.product-detail h3{color:var(--secondary);margin-bottom:16px;}
.product-detail p{color:var(--muted);margin-bottom:14px;}
.product-detail ul{list-style:none;margin:16px 0 24px;}
.product-detail ul li{padding:6px 0;border-bottom:1px solid var(--neutral-100);font-size:15px;color:var(--muted);display:flex;gap:8px;}
.product-detail ul li::before{content:'▸';color:var(--primary);}

/* ── STICKY SUBNAV ── */
.product-subnav{position:sticky;top:73px;background:#fff;border-bottom:2px solid var(--neutral-100);z-index:90;overflow-x:auto;}
.product-subnav ul{display:flex;list-style:none;gap:0;min-width:max-content;padding:0 24px;}
.product-subnav a{display:block;padding:14px 18px;font-size:14px;font-weight:600;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:all .2s;}
.product-subnav a:hover,.product-subnav a.active{color:var(--primary);border-bottom-color:var(--primary);}

/* ── QUOTE BLOCK ── */
.quote-block{background:var(--secondary);border-radius:16px;padding:48px;text-align:center;margin:48px 0;}
.quote-block p{font-size:20px;font-style:italic;color:rgba(255,255,255,.9);line-height:1.7;max-width:700px;margin:0 auto;}
.quote-block cite{display:block;margin-top:20px;font-size:14px;color:var(--primary);font-style:normal;font-weight:600;letter-spacing:.06em;}

/* ── VALUES PILLS ── */
.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:32px;}
.value-pill{background:#fff;border-radius:10px;padding:20px 16px;text-align:center;border:1px solid var(--neutral-100);}
.value-pill .v-icon{font-size:24px;margin-bottom:10px;}
.value-pill h4{font-size:14px;font-weight:700;color:var(--secondary);margin-bottom:6px;}
.value-pill p{font-size:12px;color:var(--muted);}

/* ── VMC CARDS ── */
.vmc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.vmc-card{background:var(--secondary);border-radius:12px;padding:32px;color:#fff;}
.vmc-card .v-icon{font-size:32px;margin-bottom:16px;}
.vmc-card h3{color:#fff;margin-bottom:12px;}
.vmc-card p{color:rgba(255,255,255,.75);font-size:15px;line-height:1.7;}

/* ── FOOTER ── */
.site-footer{background:var(--secondary);color:rgba(255,255,255,.8);padding:64px 0 0;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1);}
.footer-brand .logo-name,.footer-brand .logo-sub{color:#fff;}
.footer-brand p{font-size:14px;color:rgba(255,255,255,.6);margin:16px 0;line-height:1.7;}
.footer-heading{font-family:'Plus Jakarta Sans',sans-serif;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;margin-bottom:20px;}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px;}
.footer-links a{font-size:14px;color:rgba(255,255,255,.6);transition:color .2s;}
.footer-links a:hover{color:var(--primary);}
.footer-contact-item{display:flex;gap:10px;margin-bottom:14px;font-size:14px;}
.footer-contact-item span:first-child{opacity:.5;flex-shrink:0;}
.footer-bar{padding:20px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px;color:rgba(255,255,255,.4);}

/* ── WHATSAPP ── */
.wa-btn{position:fixed;bottom:28px;right:28px;width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);z-index:150;transition:transform .25s;}
.wa-btn:hover{transform:scale(1.1);}
.wa-btn svg{width:30px;height:30px;fill:#fff;}

/* ── SUCCESS TOAST ── */
.toast{position:fixed;bottom:100px;right:28px;background:var(--success);color:#fff;padding:14px 22px;border-radius:8px;font-size:14px;font-weight:600;z-index:200;display:none;animation:slideIn .3s ease;}
.toast.show{display:flex;gap:8px;align-items:center;}
@keyframes slideIn{from{transform:translateX(100px);opacity:0;}to{transform:translateX(0);opacity:1;}}

/* ── FORM ERRORS ── */
.form-error{display:none;font-size:13px;color:#dc2626;margin-top:4px;}

/* ══════════════════════════════════════════════
   RESPONSIVE — Comprehensive Mobile Support
   Breakpoints: 1024 / 768 / 480 / 375
   ══════════════════════════════════════════════ */

/* Prevent horizontal scroll globally */
html,body{overflow-x:hidden;max-width:100vw;}

/* ── 1024px — Tablet Landscape ── */
@media(max-width:1024px){
  .container{padding:0 20px;}
  .grid-3{grid-template-columns:repeat(2,1fr);}
  .grid-4{grid-template-columns:repeat(2,1fr);}
  .grid-2{gap:40px;}
  .stats-grid{grid-template-columns:repeat(2,1fr);}
  .timeline{grid-template-columns:repeat(2,1fr);gap:32px;}
  .timeline::before{display:none;}
  .values-grid{grid-template-columns:repeat(3,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px;}
  .lab-grid{grid-template-columns:repeat(2,1fr);}
  .hero h1{font-size:clamp(32px,4.5vw,56px);}
  .header-inner{padding:12px 20px;}
  .product-subnav a{padding:12px 14px;font-size:13px;}
}

/* ── 768px — Tablet Portrait / Large Mobile ── */
@media(max-width:768px){
  /* Layout */
  .section{padding:48px 0;}
  .container{padding:0 16px;}
  .section-heading{margin-bottom:36px;}
  .section-heading p{font-size:15px;}

  /* Header — hide desktop nav, show hamburger */
  .main-nav{display:none;}
  .header-right .badge-iso,
  .header-right .badge-fbr,
  .header-right .btn{display:none;}
  .hamburger{display:flex;}
  .header-inner{padding:12px 16px;}
  .logo-name{font-size:16px;}
  .logo-sub{font-size:9px;}

  /* Utility strip */
  .util-strip{font-size:12px;padding:7px 0;}
  .util-strip .container{flex-direction:column;align-items:flex-start;gap:4px;}
  .util-contacts{gap:10px;flex-wrap:wrap;}

  /* Hero */
  .hero{min-height:75vh;}
  .hero h1{font-size:clamp(28px,6vw,42px);}
  .hero-sub{font-size:15px;margin-bottom:24px;}
  .hero-btns{flex-direction:column;gap:12px;}
  .hero-btns .btn{width:100%;justify-content:center;}
  .trust-strip{flex-direction:column;gap:8px;}
  .trust-item{font-size:12px;}

  /* Stats */
  .stats-bar{padding:32px 0;}
  .stats-grid{grid-template-columns:1fr 1fr;gap:0;}
  .stat-num{font-size:32px;}
  .stat-label{font-size:13px;}
  .stat-item{padding:16px 12px;}

  /* Grids */
  .grid-2{grid-template-columns:1fr;gap:28px;}
  .grid-3{grid-template-columns:1fr;}
  .grid-4{grid-template-columns:1fr;}
  .lab-grid{grid-template-columns:1fr 1fr;gap:16px;}
  .vmc-grid{grid-template-columns:1fr;gap:16px;}
  .values-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .timeline{grid-template-columns:1fr 1fr;gap:24px;}
  .contact-grid{grid-template-columns:1fr;gap:32px;}

  /* Content sections */
  .content-image{max-height:300px;}
  .content-image img{height:300px;}
  .content-body h2{font-size:clamp(22px,4vw,32px);}
  .content-body p{font-size:15px;}

  /* Cards */
  .card-img{height:200px;}
  .card-body{padding:20px;}
  .card h3{font-size:18px;}
  .card p{font-size:14px;}
  .feature-card{padding:22px;}
  .feature-card h3{font-size:16px;}
  .feature-card p{font-size:14px;}
  .feature-icon{width:44px;height:44px;font-size:20px;margin-bottom:14px;}
  .industry-card{padding:20px;}
  .industry-card h3{font-size:16px;}
  .industry-card p{font-size:13px;}
  .industry-icon{font-size:24px;margin-bottom:10px;}

  /* Product page */
  .product-section{padding:40px 0;}
  .product-alt .grid-2{direction:ltr;}
  .product-detail-img img{height:260px;}
  .product-detail h3{font-size:22px;}
  .product-detail p{font-size:15px;}
  .product-subnav{top:57px;}
  .product-subnav ul{padding:0 12px;}
  .product-subnav a{padding:10px 12px;font-size:12px;}

  /* Quality page */
  .timeline-step{padding:0 8px;}
  .step-num{width:60px;height:60px;font-size:22px;}
  .timeline-step h3{font-size:15px;}
  .timeline-step p{font-size:13px;}
  .quote-block{padding:32px 20px;margin:32px 0;}
  .quote-block p{font-size:17px;}

  /* Contact */
  .contact-card{padding:28px;}
  .contact-card h3{font-size:20px;}
  .form-label{font-size:13px;}
  .form-input,.form-select,.form-textarea{padding:11px 14px;font-size:14px;}

  /* CTA Banner */
  .cta-banner{padding:56px 0;}
  .cta-banner h2{font-size:clamp(22px,4vw,32px);}
  .cta-banner p{font-size:15px;margin-bottom:24px;}
  .cta-btns{flex-direction:column;align-items:stretch;gap:12px;}
  .cta-btns .btn{justify-content:center;}

  /* Page Hero */
  .page-hero{padding:56px 0 40px;}
  .page-hero h1{font-size:clamp(26px,5vw,38px);}
  .page-hero::after{width:200px;height:200px;border-width:40px;right:-60px;top:-40px;}
  .breadcrumb{font-size:13px;margin-bottom:8px;}

  /* Footer */
  .footer-grid{grid-template-columns:1fr;gap:28px;}
  .site-footer{padding:48px 0 0;}
  .footer-brand p{font-size:13px;}
  .footer-heading{margin-bottom:14px;}
  .footer-links a{font-size:13px;}
  .footer-contact-item{font-size:13px;}
  .footer-bar{flex-direction:column;text-align:center;gap:6px;padding:16px 0;font-size:12px;}

  /* Cert cards */
  .cert-card{padding:24px;}
  .cert-icon{font-size:36px;margin-bottom:12px;}
  .cert-card h3{font-size:18px;}
  .cert-card p{font-size:14px;}

  /* VMC cards */
  .vmc-card{padding:24px;}
  .vmc-card .v-icon{font-size:26px;margin-bottom:12px;}
  .vmc-card h3{font-size:18px;margin-bottom:8px;}
  .vmc-card p{font-size:14px;}

  /* Value pills */
  .value-pill{padding:16px 12px;}
  .value-pill .v-icon{font-size:20px;margin-bottom:8px;}
  .value-pill h4{font-size:13px;}
  .value-pill p{font-size:11px;}

  /* Lab cards */
  .lab-card img{height:160px;}
  .lab-card-caption{padding:12px;}
  .lab-card-caption h4{font-size:14px;}
  .lab-card-caption p{font-size:12px;}

  /* Map */
  .map-wrap{margin-top:32px;}
  .map-wrap iframe{height:300px;}

  /* WhatsApp */
  .wa-btn{width:50px;height:50px;bottom:20px;right:20px;}
  .wa-btn svg{width:26px;height:26px;}
}

/* ── 480px — Small Mobile ── */
@media(max-width:480px){
  .container{padding:0 14px;}
  .section{padding:40px 0;}

  /* Hero */
  .hero{min-height:70vh;}
  .hero h1{font-size:26px;}
  .hero-sub{font-size:14px;line-height:1.6;}
  .hero-content{padding:0 4px;}

  /* Stats */
  .stats-bar{padding:24px 0;}
  .stats-grid{grid-template-columns:1fr;gap:0;}
  .stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.12);padding:14px 12px;}
  .stat-item:last-child{border-bottom:none;}
  .stat-num{font-size:28px;}
  .stat-label{font-size:12px;}

  /* Grids */
  .grid-3{grid-template-columns:1fr;gap:16px;}
  .lab-grid{grid-template-columns:1fr;gap:16px;}
  .values-grid{grid-template-columns:1fr 1fr;gap:10px;}
  .timeline{grid-template-columns:1fr;gap:20px;}

  /* Cards */
  .card{border-radius:10px;}
  .card-img{height:180px;}
  .card-body{padding:16px;}
  .card h3{font-size:17px;}
  .feature-card{padding:18px;}
  .industry-card{padding:16px;}

  /* Content */
  .content-image{max-height:240px;border-radius:10px;}
  .content-image img{height:240px;}
  .section-heading{margin-bottom:28px;}
  .section-heading h2{font-size:clamp(22px,5vw,28px);}

  /* Product page */
  .product-section{padding:32px 0;}
  .product-detail-img img{height:220px;}
  .product-detail h3{font-size:20px;}
  .product-detail ul li{font-size:14px;}

  /* Quality */
  .step-num{width:52px;height:52px;font-size:20px;margin-bottom:14px;}
  .quote-block{padding:24px 16px;border-radius:12px;}
  .quote-block p{font-size:15px;}
  .quote-block cite{font-size:12px;margin-top:14px;}

  /* Contact */
  .contact-card{padding:22px;}
  .contact-item{gap:10px;margin-bottom:18px;}
  .contact-item-icon{width:36px;height:36px;font-size:16px;}

  /* CTA */
  .cta-banner{padding:40px 0;}
  .cta-banner h2{font-size:22px;}
  .cta-banner p{font-size:14px;}

  /* Page hero */
  .page-hero{padding:44px 0 32px;}
  .page-hero h1{font-size:24px;}
  .page-hero::after{display:none;}

  /* Footer */
  .site-footer{padding:36px 0 0;}
  .footer-grid{gap:24px;}

  /* Map */
  .map-wrap iframe{height:250px;}

  /* Buttons */
  .btn{padding:11px 22px;font-size:14px;}
}

/* ── 375px — Small iPhone / Narrow Screens ── */
@media(max-width:375px){
  .container{padding:0 12px;}
  .hero h1{font-size:23px;}
  .hero-sub{font-size:13px;}
  .hero{min-height:65vh;}
  .stat-num{font-size:26px;}
  .section-heading h2{font-size:21px;}
  .content-body h2{font-size:20px;}
  .card-img{height:160px;}
  .content-image{max-height:200px;}
  .content-image img{height:200px;}
  .product-detail-img img{height:180px;}
  .values-grid{grid-template-columns:1fr;gap:10px;}
  .value-pill{padding:14px 10px;}
  .cta-banner h2{font-size:20px;}
  .page-hero h1{font-size:22px;}
  .footer-bar{font-size:11px;}
  .logo-name{font-size:14px;}
  .logo-sub{font-size:8px;}
  .header-inner{padding:10px 12px;}
  .btn{padding:10px 18px;font-size:13px;}
  .wa-btn{width:46px;height:46px;bottom:16px;right:16px;}
  .wa-btn svg{width:24px;height:24px;}
  .map-wrap iframe{height:220px;}
}

