@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--green:#16452d;--green2:#216341;--leaf:#76b84a;--gold:#c89b42;--cream:#f5f6f0;--ink:#17221b;--muted:#68736c;--white:#fff;--line:rgba(23,34,27,.11);--shadow:0 20px 55px rgba(17,48,31,.12);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:130px}body{margin:0;color:var(--ink);font-family:"DM Sans",sans-serif;background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1380px,92%);margin-inline:auto}
h1,h2,h3,h4{font-family:Manrope,sans-serif;line-height:1.12;margin:0 0 18px}h1{font-size:clamp(44px,5.5vw,78px);letter-spacing:-3px}h2{font-size:clamp(32px,3.6vw,54px);letter-spacing:-1.8px}h3{font-size:23px}p{margin:0 0 18px;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:14px 25px;border-radius:999px;border:1px solid transparent;font-weight:800;line-height:1;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--leaf);color:#102817;box-shadow:0 10px 25px rgba(118,184,74,.2)}.btn-dark{background:var(--green);color:#fff}.btn-outline{border-color:rgba(255,255,255,.72);background:rgba(0,0,0,.08);color:#fff}.btn-light{background:#fff;color:var(--green)}
.section{padding:105px 0}.section-soft{background:var(--cream)}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--leaf);font-weight:800;text-transform:uppercase;letter-spacing:1.5px;font-size:12px;margin-bottom:17px}.eyebrow:before{content:"";width:30px;height:2px;background:currentColor}.hero .eyebrow,.page-hero .eyebrow{color:#d9efbf}.center{text-align:center}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.topbar{background:#0d3a26;color:#fff;font-size:12px;line-height:1;padding:10px 0}.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.topbar-left,.topbar-right{display:flex;align-items:center;gap:12px}.topbar a{color:#fff}.topbar-right a{font-weight:800}
header{position:sticky;top:0;z-index:1000;background:#fff;color:var(--ink);box-shadow:0 5px 22px rgba(0,0,0,.08);border-bottom:1px solid rgba(23,34,27,.05)}.nav{min-height:86px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:14px;flex:0 1 auto;min-width:360px}.logo{width:94px;height:78px;object-fit:contain;object-position:center;display:block;background:transparent;border-radius:0;padding:0;box-shadow:none}.brand-copy{display:flex;flex-direction:column;line-height:1.15;white-space:nowrap}.brand-copy strong{font-family:Manrope;font-size:18px;color:var(--green)}.brand-copy small{font-size:11px;color:var(--muted);margin-top:5px}.nav nav{display:flex;align-items:center;justify-content:center;flex:1;min-width:0}.nav nav ul{display:flex;flex-wrap:nowrap;align-items:center;list-style:none;gap:24px;margin:0;padding:0;font-size:14px;font-weight:800;white-space:nowrap}.nav nav li{flex:0 0 auto}.nav nav a{position:relative;color:#17221b;white-space:nowrap}.nav nav a.active{color:var(--green)}.nav nav a:after{content:"";position:absolute;left:0;bottom:-10px;width:0;height:2px;background:var(--leaf);transition:.2s}.nav nav a:hover:after,.nav nav a.active:after{width:100%}.nav-cta{display:flex;align-items:center;flex:0 0 auto}.menu-btn{display:none;border:0;background:transparent;font-size:28px;cursor:pointer;color:var(--green)}
.hero{min-height:calc(100vh - 124px);display:flex;align-items:center;position:relative;overflow:hidden;color:#fff;background:linear-gradient(90deg,rgba(5,40,25,.94) 0%,rgba(9,70,41,.78) 48%,rgba(5,39,25,.22) 100%),url('https://images.unsplash.com/photo-1492496913980-501348b61469?auto=format&fit=crop&w=2200&q=85') center/cover no-repeat}.hero:after{content:"";position:absolute;right:-170px;bottom:-230px;width:620px;height:620px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 85px rgba(255,255,255,.025),0 0 0 170px rgba(255,255,255,.018);pointer-events:none}.hero-content{width:100%;padding:76px 0 86px;max-width:940px;position:relative;z-index:1}.hero h1{max-width:920px}.hero p{color:rgba(255,255,255,.9);font-size:18px;max-width:800px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero-actions .btn{min-width:190px}.hero-mini{display:flex;gap:26px;flex-wrap:wrap;margin-top:42px;font-size:13px;color:rgba(255,255,255,.88)}.hero-mini span{display:flex;align-items:center;gap:8px}.hero-mini i{width:7px;height:7px;border-radius:50%;background:var(--leaf)}
.statbar{margin-top:-55px;position:relative;z-index:2}.stats{background:#fff;border-radius:24px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:28px 10px}.stat{text-align:center;padding:8px 18px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat strong{display:block;font-family:Manrope;font-size:24px;color:var(--green)}.stat span{font-size:12px;color:var(--muted)}
.intro-card{background:linear-gradient(145deg,#edf4e8,#fff);border-radius:30px;min-height:450px;padding:38px;display:flex;align-items:flex-end;position:relative;overflow:hidden}.intro-card:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(111,174,72,.16);top:-100px;right:-90px}.leaf-shape{position:absolute;right:35px;top:70px;width:150px;height:220px;border-radius:100% 0 100% 0;background:linear-gradient(145deg,#b8d98c,#43874e);transform:rotate(25deg);opacity:.82}
.card{border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:#fff;transition:.25s;overflow:hidden;box-shadow:0 8px 28px rgba(17,48,31,.045)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.icon-box{width:58px;height:58px;border-radius:16px;background:#eaf3e4;color:var(--green);display:grid;place-items:center;font-size:25px;margin-bottom:24px}.solution-card{min-height:290px;position:relative;background:linear-gradient(155deg,#17472e,#0d2d1e);color:#fff;border:0}.solution-card p{color:rgba(255,255,255,.7)}.solution-card .icon-box{background:rgba(255,255,255,.10);color:#d7efc1}.arrow{position:absolute;right:26px;bottom:25px;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.10);display:grid;place-items:center}.pillar{padding:30px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:80px 1fr;gap:20px}.pillar-num{font-family:Manrope;font-size:32px;color:var(--leaf);font-weight:800}.pillar p{font-size:14px}
.products-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:35px 0 25px}.tab{border:1px solid var(--line);background:#fff;padding:10px 15px;border-radius:999px;font-weight:700;cursor:pointer}.tab.active{background:var(--green);color:#fff;border-color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:20px;padding:25px;background:#fff;display:flex;flex-direction:column;min-height:240px}.product-tag{font-size:11px;color:var(--leaf);font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.product-card h3{font-size:20px}.product-card p{font-size:13px;flex:1}
.app-card{min-height:250px;padding:30px;border-radius:22px;background:#f2f5ef;border:1px solid transparent}.app-card:hover{border-color:#d6e4ce;background:#fff;box-shadow:var(--shadow)}.app-card span{font-size:12px;color:var(--gold);font-weight:800;letter-spacing:1px}.app-card h3{margin-top:12px}
.flow{display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;gap:18px;margin-top:45px}.flow-box{background:#fff;border:1px solid var(--line);padding:30px;border-radius:22px}.flow-box h3{color:var(--green)}.flow-arrow{font-size:34px;color:var(--leaf);text-align:center}.flow-center{grid-column:1/4;text-align:center;background:var(--green);color:#fff;border-radius:18px;padding:22px;font-family:Manrope;font-weight:800}
.cta{padding:80px 0;background:linear-gradient(115deg,#123c27,#216341);color:#fff}.cta p{color:rgba(255,255,255,.78);max-width:700px}.cta-row{display:flex;align-items:center;justify-content:space-between;gap:35px}.cta .btn-primary{background:#c9e58b;color:#12341f;min-width:210px}
.page-hero{min-height:405px;padding:78px 0 72px;display:flex;align-items:flex-end;color:#fff;position:relative;overflow:hidden;background:linear-gradient(110deg,rgba(7,45,28,.95),rgba(22,69,45,.78)),url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6?auto=format&fit=crop&w=2200&q=80') center/cover no-repeat}.page-hero:after{content:"";position:absolute;right:-180px;bottom:-300px;width:620px;height:620px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 90px rgba(255,255,255,.025);pointer-events:none}.page-hero .container{position:relative;z-index:1}.page-hero h1{max-width:1000px}.page-hero p{max-width:760px;font-size:18px;color:rgba(255,255,255,.88)}
.contact-box{display:grid;grid-template-columns:.85fr 1.15fr;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.contact-info{background:var(--green);color:#fff;padding:50px}.contact-info p{color:rgba(255,255,255,.72)}.contact-info .detail{padding:18px 0;border-top:1px solid rgba(255,255,255,.13)}.detail small{display:block;color:#a9c8ae;margin-bottom:3px}.form{padding:50px;background:#fff}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;font:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--leaf);box-shadow:0 0 0 3px rgba(111,174,72,.12)}textarea{min-height:130px;resize:vertical}
footer{background:#082117;color:#fff;padding:68px 0 22px}.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1.15fr 1fr;gap:40px;padding-bottom:50px}footer p,footer a{color:rgba(255,255,255,.67);font-size:14px}footer h4{font-size:15px;margin-bottom:16px;color:#fff}footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.footer-logo{width:132px;height:110px;object-fit:contain;object-position:center;display:block;background:transparent;border-radius:0;padding:0;margin:0 0 18px;box-shadow:none;border:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.10);padding-top:18px;display:flex;justify-content:space-between;gap:15px;font-size:12px;color:rgba(255,255,255,.45)}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}.page-hero .reveal{opacity:1;transform:none}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:900;background:#25D366;color:#fff;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:25px;box-shadow:0 12px 28px rgba(0,0,0,.18)}
:focus-visible{outline:3px solid rgba(111,174,72,.55);outline-offset:3px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1!important;transform:none!important}}
@media(max-width:1320px){
  .nav{gap:16px}
  .brand{min-width:330px;gap:10px}
  .logo{width:82px;height:70px}
  .brand-copy strong{font-size:16px}
  .brand-copy small{font-size:10px}
  .nav nav ul{gap:16px;font-size:13px}
}
@media(max-width:1200px){.container{width:min(1160px,92%)}.nav{gap:12px}.nav nav ul{gap:13px;font-size:12.5px}.brand{min-width:300px}.brand-copy strong{font-size:15px}.brand-copy small{font-size:9px}}
@media(max-width:980px){.nav{position:relative;min-height:82px}.nav nav ul{display:none}.menu-btn{display:block}.nav nav.open ul{display:flex;position:absolute;top:82px;left:0;right:0;background:#fff;box-shadow:var(--shadow);padding:22px;border-radius:0 0 18px 18px;flex-direction:column;gap:17px}.nav-cta{display:none}.grid-2,.contact-box{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr 1fr}.grid-4{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}.stat:nth-child(2){border:0}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.hero{min-height:650px}.hero-content{max-width:900px}.page-hero{min-height:370px}}
@media(max-width:620px){html{scroll-padding-top:105px}.topbar{font-size:11px}.topbar-right{display:none}.topbar-inner{justify-content:center}.topbar-left span{display:none}.nav{min-height:72px}.logo{width:74px;height:62px;padding:0}.brand-copy strong{font-size:14px}.brand-copy small{display:none}.section{padding:78px 0}.hero{min-height:650px}.hero-content{padding:54px 0}.hero h1{font-size:clamp(40px,11vw,58px);letter-spacing:-2px}.hero p,.page-hero p{font-size:16px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-mini{gap:14px;display:grid;margin-top:30px}.page-hero{min-height:350px;padding:58px 0 60px}.page-hero h1{font-size:clamp(38px,10vw,55px);letter-spacing:-2px}.grid-3,.grid-4,.product-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr;padding:18px 6px}.stat{padding:8px}.stat strong{font-size:19px}.intro-card{min-height:330px;padding:25px}.pillar{grid-template-columns:50px 1fr}.contact-info,.form{padding:30px 24px}.footer-grid{grid-template-columns:1fr}.footer-logo{width:112px;height:93px;padding:0}.footer-bottom{flex-direction:column}.cta-row{align-items:flex-start;flex-direction:column}.cta .btn{width:100%}}

/* Final logo visibility fix */
.footer-grid>div:first-child{min-width:0}
.footer-grid>div:first-child .footer-logo{object-position:center;overflow:visible;max-width:120px}
.brand .logo{flex:0 0 auto}
img{max-width:100%}

/* Attached logo final presentation */
.brand{min-width:0}.brand-copy{min-width:0}.footer-grid>div:first-child{min-width:180px}.topbar-right{margin-left:auto}
/* Production logo fix — uses the supplied RK BioCrest logo consistently */
.logo{width:94px;height:82px;object-fit:contain;object-position:center;flex:0 0 94px}
.footer-logo{width:148px;height:148px;object-fit:contain;object-position:center;flex:0 0 148px;margin:0 0 20px}
.footer-grid>div:first-child{display:flex;flex-direction:column;align-items:flex-start}
@media(max-width:620px){.logo{width:72px;height:64px;flex-basis:72px}.footer-logo{width:118px;height:118px;flex-basis:118px}}

/* FINAL HEADER NAVIGATION FIX — single-line desktop navigation */
@media (min-width: 1321px){
  header .nav{
    display:grid;
    grid-template-columns: 440px minmax(0,1fr) 210px;
    align-items:center;
    column-gap:18px;
    min-height:86px;
  }
  header .brand{min-width:0;width:100%;}
  header .brand-copy{min-width:0;white-space:nowrap;}
  header nav{min-width:0;width:100%;}
  header nav ul{
    width:100%;
    justify-content:center;
    gap:22px;
    flex-wrap:nowrap !important;
    white-space:nowrap !important;
  }
  header nav li, header nav a{white-space:nowrap !important;}
  header .nav-cta{justify-content:flex-end;}
  header .nav-cta .btn{white-space:nowrap;min-width:205px;}
}
@media (min-width: 1101px) and (max-width: 1320px){
  header .nav{
    display:grid;
    grid-template-columns: 365px minmax(0,1fr) 185px;
    align-items:center;
    column-gap:12px;
  }
  header .brand{min-width:0;width:100%;}
  header .brand-copy{white-space:nowrap;}
  header nav{min-width:0;width:100%;}
  header nav ul{
    width:100%;
    justify-content:center;
    gap:14px;
    flex-wrap:nowrap !important;
    white-space:nowrap !important;
    font-size:13px;
  }
  header nav li, header nav a{white-space:nowrap !important;}
  header .nav-cta .btn{min-width:175px;padding-inline:18px;white-space:nowrap;}
}


/* RK BIOCREST FINAL HEADER — HARD SINGLE-LINE NAVIGATION */
@media (min-width: 1500px){
  header .container.nav{
    display:grid !important;
    grid-template-columns:390px minmax(850px,1fr) 210px !important;
    column-gap:20px !important;
    align-items:center !important;
  }
  header .nav > .brand{width:390px !important;min-width:0 !important;white-space:nowrap !important;}
  header .nav > nav{width:100% !important;min-width:850px !important;overflow:visible !important;}
  header .nav > nav > ul{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:space-between !important;
    width:100% !important;
    gap:0 !important;
    white-space:nowrap !important;
    overflow:visible !important;
  }
  header .nav > nav > ul > li,
  header .nav > nav > ul > li > a{
    display:inline-block !important;
    flex:0 0 auto !important;
    width:max-content !important;
    max-width:none !important;
    white-space:nowrap !important;
    word-break:keep-all !important;
    overflow:visible !important;
  }
  header .nav > .nav-cta{width:210px !important;justify-content:flex-end !important;}
}
@media (min-width: 1101px) and (max-width: 1499px){
  header .container.nav{
    display:grid !important;
    grid-template-columns:300px minmax(0,1fr) 175px !important;
    column-gap:12px !important;
    align-items:center !important;
  }
  header .nav > .brand{min-width:0 !important;width:300px !important;white-space:nowrap !important;}
  header .nav > nav{min-width:0 !important;width:100% !important;overflow:visible !important;}
  header .nav > nav > ul{
    display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;
    align-items:center !important;justify-content:space-between !important;
    width:100% !important;gap:4px !important;white-space:nowrap !important;overflow:visible !important;
    font-size:12px !important;
  }
  header .nav > nav > ul > li,
  header .nav > nav > ul > li > a{
    display:inline-block !important;flex:0 0 auto !important;width:max-content !important;
    max-width:none !important;white-space:nowrap !important;word-break:keep-all !important;overflow:visible !important;
  }
  header .nav > .nav-cta{width:175px !important;justify-content:flex-end !important;}
  header .nav > .nav-cta .btn{min-width:165px !important;padding-inline:15px !important;white-space:nowrap !important;}
}

/* FINAL SHARED HEADER SAFEGUARD */
@media (min-width: 769px){
  header .brand{display:flex!important;align-items:center!important;visibility:visible!important;opacity:1!important;min-width:330px!important}
  header .brand-copy{display:flex!important;visibility:visible!important;opacity:1!important;white-space:nowrap!important}
  header .brand-copy strong{display:block!important;visibility:visible!important;opacity:1!important;white-space:nowrap!important}
  header .brand-copy small{display:block!important;visibility:visible!important;opacity:1!important;white-space:nowrap!important}
}

/* DEFINITIVE HEADER SPACING FIX — preserves all page content; header only */
@media (min-width: 1500px){
  header .container.nav{
    grid-template-columns:440px minmax(0,1fr) 200px !important;
    column-gap:24px !important;
  }
  header .nav > .brand{
    width:440px !important;
    min-width:440px !important;
    max-width:440px !important;
    overflow:visible !important;
  }
  header .nav > .brand .logo{width:86px !important;height:72px !important;}
  header .nav > .brand .brand-copy{min-width:0 !important;overflow:visible !important;}
  header .nav > .brand .brand-copy strong{font-size:17px !important;white-space:nowrap !important;}
  header .nav > nav{min-width:0 !important;width:100% !important;}
  header .nav > nav > ul{
    justify-content:flex-start !important;
    gap:26px !important;
    width:max-content !important;
    max-width:100% !important;
  }
  header .nav > .nav-cta{width:200px !important;}
}
@media (min-width: 1101px) and (max-width: 1499px){
  header .container.nav{
    grid-template-columns:350px minmax(0,1fr) 175px !important;
    column-gap:18px !important;
  }
  header .nav > .brand{
    width:350px !important;
    min-width:350px !important;
    max-width:350px !important;
    overflow:visible !important;
  }
  header .nav > .brand .logo{width:80px !important;height:68px !important;}
  header .nav > .brand .brand-copy strong{font-size:16px !important;white-space:nowrap !important;}
  header .nav > nav{min-width:0 !important;width:100% !important;}
  header .nav > nav > ul{justify-content:flex-start !important;gap:14px !important;width:max-content !important;max-width:100% !important;font-size:12px !important;}
  header .nav > .nav-cta{width:175px !important;}
}

/* Sustainability-only mobile header parity with other pages */
@media (max-width: 980px){
  body.sustainability-page .topbar{
    display:none !important;
  }
  body.sustainability-page .topbar-left,
  body.sustainability-page .topbar-right{
    display:none !important;
  }
}
/* ===== RK BIOCREST CONTACT / SOCIAL ICONS — CLEAN FINAL ===== */

/* Top strip: tiny, inline, vertically centered */
.topbar .topbar-left{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
}
.topbar .topbar-left .top-contact-item{
  display:inline-flex;
  align-items:center;
  vertical-align:middle;
  gap:4px;
  margin:0;
  padding:0;
  line-height:1;
  white-space:nowrap;
}
.topbar .topbar-left .top-contact-item > span:not(.top-icon){
  line-height:1;
}
.topbar .topbar-left .top-icon{
  display:block;
  width:9px;
  height:9px;
  flex:0 0 9px;
  margin:0;
  padding:0;
  fill:none;
  stroke:#D8B957;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.topbar .topbar-left a[href^="tel"] .top-icon{
  stroke:#9BCB63;
}
.topbar .topbar-left .top-separator{
  display:inline-block;
  line-height:1;
  margin:0 5px;
}

/* Footer: understated, small icon buttons */
.footer-social .social-links{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:nowrap;
}
.footer-social .social-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  min-width:26px;
  min-height:26px;
  padding:0;
  margin:0;
  border:1px solid rgba(216,185,87,.55);
  border-radius:50%;
  color:#D8B957;
  line-height:1;
  box-sizing:border-box;
}
.footer-social .social-links a span{
  display:none;
}
.footer-social .social-links .social-icon{
  display:block;
  width:11px;
  height:11px;
  flex:0 0 11px;
  margin:0;
  padding:0;
  fill:none;
  stroke:#D8B957;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-social .social-links a:first-child .social-icon{
  fill:#D8B957;
  stroke:#D8B957;
}
.footer-social .social-links a:hover{
  transform:none;
  background:rgba(216,185,87,.08);
  border-color:#D8B957;
}

@media(max-width:620px){
  .topbar .topbar-left .top-contact-item{
    gap:3px;
  }
  .topbar .topbar-left .top-icon{
    width:8px;
    height:8px;
    flex-basis:8px;
  }
  .topbar .topbar-left .top-separator{
    margin:0 3px;
  }
  .footer-social .social-links{
    gap:6px;
  }
  .footer-social .social-links a{
    width:24px;
    height:24px;
    min-width:24px;
    min-height:24px;
  }
  .footer-social .social-links .social-icon{
    width:10px;
    height:10px;
    flex-basis:10px;
  }
}

/* ===== MOBILE TOP STRIP ONLY =====
   Desktop layout remains exactly as approved.
   On mobile show ONLY WhatsApp number + Email. */
@media (max-width: 620px){
  .topbar .topbar-left{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:nowrap !important;
    gap:0 !important;
    overflow:hidden !important;
  }

  /* Hide Address + its separators on mobile */
  .topbar .topbar-left > .top-contact-item:first-child,
  .topbar .topbar-left > .top-separator:nth-child(2),
  .topbar .topbar-left > .top-separator:nth-child(4){
    display:none !important;
  }

  /* Keep ONLY phone and email */
  .topbar .topbar-left > .top-contact-item:nth-child(3),
  .topbar .topbar-left > .top-contact-item:nth-child(5){
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:4px !important;
    height:18px !important;
    line-height:18px !important;
    white-space:nowrap !important;
    flex:0 0 auto !important;
    margin:0 7px !important;
  }

  .topbar .topbar-left > .top-contact-item:nth-child(3) > span:not(.top-icon),
  .topbar .topbar-left > .top-contact-item:nth-child(5) > span:not(.top-icon){
    display:inline !important;
    visibility:visible !important;
    opacity:1 !important;
    line-height:18px !important;
    font-size:10px !important;
    white-space:nowrap !important;
  }

  .topbar .topbar-left > .top-contact-item .top-icon{
    display:block !important;
    width:9px !important;
    height:9px !important;
    min-width:9px !important;
    max-width:9px !important;
    min-height:9px !important;
    max-height:9px !important;
    flex:0 0 9px !important;
    margin:0 !important;
  }
}

/* FINAL MOBILE TOP STRIP: ONLY WHATSAPP NUMBER + EMAIL
   Desktop rules above are intentionally untouched. */
@media screen and (max-width: 620px){
  .topbar .topbar-inner{
    display:block !important;
    width:100% !important;
  }
  .topbar .topbar-left{
    display:flex !important;
    width:100% !important;
    justify-content:center !important;
    align-items:center !important;
    flex-wrap:nowrap !important;
    overflow:hidden !important;
  }
  .topbar .topbar-right{
    display:none !important;
  }

  /* Actual HTML child order: address, sep, phone, sep, email */
  .topbar .topbar-left > .top-contact-item:first-child,
  .topbar .topbar-left > .top-separator:nth-child(2),
  .topbar .topbar-left > .top-separator:nth-child(4){
    display:none !important;
  }

  .topbar .topbar-left > a.top-contact-item:nth-child(3),
  .topbar .topbar-left > a.top-contact-item:nth-child(5){
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    height:18px !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 6px !important;
    padding:0 !important;
    gap:4px !important;
    line-height:18px !important;
    white-space:nowrap !important;
    overflow:visible !important;
    color:inherit !important;
  }

  .topbar .topbar-left > a.top-contact-item:nth-child(3) > span,
  .topbar .topbar-left > a.top-contact-item:nth-child(5) > span{
    display:inline !important;
    visibility:visible !important;
    opacity:1 !important;
    width:auto !important;
    height:auto !important;
    max-width:none !important;
    overflow:visible !important;
    clip:auto !important;
    clip-path:none !important;
    white-space:nowrap !important;
    font-size:10px !important;
    line-height:18px !important;
  }

  .topbar .topbar-left > a.top-contact-item:nth-child(3) > .top-icon,
  .topbar .topbar-left > a.top-contact-item:nth-child(5) > .top-icon{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    position:static !important;
    width:9px !important;
    height:9px !important;
    min-width:9px !important;
    max-width:9px !important;
    min-height:9px !important;
    max-height:9px !important;
    flex:0 0 9px !important;
    margin:0 !important;
    padding:0 !important;
  }
}
