
:root{
  --navy:#002147;
  --navy-2:#00152f;
  --red:#c1272d;
  --red-2:#a51f24;
  --gray:#6a7282;
  --gray-2:#8b919d;
  --light:#f9f9f9;
  --line:#e7eaf0;
  --white:#fff;
  --ink:#172a45;
  --gold:#d8a128;
  --shadow:0 20px 60px rgba(0,33,71,.10);
  --max:1370px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 64px),var(--max));margin:0 auto}
.section{padding:112px 0}
.section-sm{padding:78px 0}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:.34em;text-transform:uppercase;color:var(--red);margin-bottom:24px}
.eyebrow.light{color:#fff}
h1,h2,h3,h4{margin:0}
h1{font-size:clamp(3.7rem,7.1vw,7rem);line-height:.98;letter-spacing:-.055em;font-weight:800}
h2{font-size:clamp(2.75rem,4.5vw,4.65rem);line-height:1.03;letter-spacing:-.045em;font-weight:800}
h3{font-size:1.42rem;line-height:1.2}
p{margin:0;color:var(--gray);font-size:17px;line-height:1.76}
.lead{font-size:20px;line-height:1.72}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:56px;padding:0 30px;border:1px solid transparent;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;transition:.25s ease}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:var(--red-2);transform:translateY(-2px)}
.btn-white{background:#fff;color:var(--navy)}
.btn-white:hover{background:#f3f5f7;transform:translateY(-2px)}
.btn-outline-white{border-color:rgba(255,255,255,.65);color:#fff}
.btn-outline-white:hover{background:#fff;color:var(--navy)}
.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.text-link:hover{color:var(--red-2)}
.bg-light{background:#fbfbfc}
.center{text-align:center}

/* preloader */
.preloader{position:fixed;inset:0;background:#fff;display:grid;place-items:center;z-index:9999;transition:opacity .45s ease,visibility .45s ease}
.preloader.hide{opacity:0;visibility:hidden}
.preloader__inner{text-align:center}
.preloader__inner img{width:102px;margin:0 auto 22px;animation:pulse 1.1s ease-in-out infinite}
.preloader__bar{width:130px;height:2px;background:#edf0f3;overflow:hidden}
.preloader__bar span{display:block;width:44%;height:100%;background:var(--red);animation:bar 1s linear infinite}
@keyframes pulse{0%,100%{transform:scale(.98);opacity:.68}50%{transform:scale(1);opacity:1}}
@keyframes bar{from{transform:translateX(-110%)}to{transform:translateX(260%)}}

/* header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.brand img{width:275px;height:68px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;gap:30px}
.main-nav ul{display:flex;align-items:center;gap:34px;list-style:none;margin:0;padding:0}
.nav-item{position:relative}
.nav-item>a{font-size:14px;font-weight:800;color:#29343a;padding:41px 0 38px;display:flex;align-items:center;gap:7px;position:relative}
.nav-item>a:after{content:"";position:absolute;left:0;bottom:27px;width:0;height:2px;background:var(--red);transition:.25s}
.nav-item>a:hover:after,.nav-item>a.active:after{width:100%}
.nav-item>a i{font-size:9px}
.quote-btn{min-height:58px;padding:0 26px;background:var(--red);color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;display:inline-flex;align-items:center}
.quote-btn:hover{background:var(--red-2)}
.mobile-toggle{display:none;border:0;background:transparent;padding:8px}
.mobile-toggle span{display:block;width:28px;height:2px;background:var(--navy);margin:6px 0}

.mega-menu{position:absolute;top:86px;left:-250px;width:640px;background:rgba(255,255,255,.98);box-shadow:0 24px 70px rgba(0,33,71,.16);border:1px solid var(--line);padding:28px;opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s;z-index:120}
.has-mega:hover .mega-menu{opacity:1;visibility:visible;transform:none}
.mega-title{font-size:11px;color:var(--red);font-weight:900;letter-spacing:.22em;text-transform:uppercase;margin-bottom:18px}
.mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}
.mega-grid a{padding:11px 12px;border-bottom:1px solid #f0f2f5;font-size:13px;font-weight:700;color:#334155}
.mega-grid a:hover{color:var(--red);background:#fbfbfb}
.mega-all{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:18px;border-top:1px solid var(--line);color:var(--navy);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}

/* Hero slider */
.hero{position:relative;height:min(760px,calc(100vh - 104px));min-height:650px;background:var(--navy);overflow:hidden}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease}
.hero-slide.active{opacity:1;visibility:visible}
.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,21,47,.93) 0%,rgba(0,33,71,.82) 42%,rgba(0,33,71,.34) 72%,rgba(0,33,71,.14) 100%)}
.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.hero-copy{max-width:860px;color:#fff;padding:72px 0 96px}
.hero-copy .eyebrow{color:#fff}
.hero-copy h1{color:#fff;max-width:840px}
.hero-copy p{max-width:720px;color:rgba(255,255,255,.84);margin-top:26px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:36px}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(0,33,71,.22);color:#fff;font-size:28px;display:grid;place-items:center;z-index:5;cursor:pointer;transition:.25s}
.hero-arrow:hover{background:#fff;color:var(--navy)}
.hero-prev{left:34px}.hero-next{right:34px}
.hero-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:9px;z-index:5}
.hero-dot{width:44px;height:4px;border:0;background:rgba(255,255,255,.35);cursor:pointer}
.hero-dot.active{background:var(--red)}

/* trade slider */
.trade-intro{max-width:1050px;margin:0 auto 58px;text-align:center}
.trade-intro h2{color:var(--navy);max-width:840px;margin:0 auto}
.trade-intro p{max-width:1000px;margin:28px auto 0}
.trade-slider{position:relative}
.trade-window{overflow:hidden}
.trade-track{display:flex;gap:18px;transition:transform .55s cubic-bezier(.2,.65,.3,1)}
.trade-slide{flex:0 0 calc((100% - 90px)/6);min-width:0}
.trade-card{background:#fafafa;border:1px solid #edf0f3;border-radius:20px;min-height:222px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 15px;text-align:center;transition:.25s}
.trade-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#e2e6ec}
.trade-thumb{width:120px;height:120px;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(0,33,71,.09);border:7px solid #fff}
.trade-thumb img{width:100%;height:100%;object-fit:cover}
.trade-card h3{font-family:Inter,Arial,sans-serif;font-size:13px;color:var(--navy);letter-spacing:.08em;text-transform:uppercase;margin-top:18px}
.trade-card p{display:none}
.trade-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:1px solid #e2e6eb;background:#fff;color:var(--navy);box-shadow:0 8px 20px rgba(0,33,71,.10);font-size:23px;display:grid;place-items:center;z-index:3;cursor:pointer}
.trade-prev{left:-26px}.trade-next{right:-26px}
.portfolio-link{text-align:center;margin-top:58px}

/* about */
.about-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:82px;align-items:center}
.about-media{height:600px;overflow:hidden}
.about-media img{width:100%;height:100%;object-fit:cover}
.about-copy h2{color:var(--navy);max-width:620px}
.about-copy p{margin-top:22px}
.fact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);margin-top:30px;border:1px solid var(--line)}
.fact{background:#fff;padding:22px}
.fact strong{display:block;color:var(--navy);font-size:14px;margin-bottom:5px}
.fact span{color:var(--gray);font-size:13px;line-height:1.55}

/* services */
.services{background:var(--navy);color:#fff}
.services .section-head h2{color:#fff}
.services .section-head p{color:rgba(255,255,255,.72)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px}
.section-head .copy{max-width:900px}
.section-head h2{color:var(--navy)}
.section-head p{margin-top:18px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}
.service-card{padding:36px 30px 40px;border-right:1px solid rgba(255,255,255,.18);min-height:310px;display:flex;flex-direction:column}
.service-card:last-child{border-right:0}
.service-no{font-size:11px;font-weight:900;letter-spacing:.18em;color:#fff}
.service-card h3{margin-top:58px;color:#fff;font-size:24px}
.service-card p{font-size:14px;color:rgba(255,255,255,.70);margin-top:16px}
.service-card a{margin-top:auto;padding-top:28px;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.10em}

/* advantage */
.advantage-wrap{display:grid;grid-template-columns:1.08fr .92fr;background:#f4f4f5;min-height:590px}
.advantage-media img{width:100%;height:100%;object-fit:cover}
.advantage-copy{padding:68px 62px}
.advantage-copy h2{color:var(--navy)}
.check-list{list-style:none;padding:0;margin:32px 0 0;border-top:1px solid #d9dde4}
.check-list li{padding:17px 0 17px 29px;border-bottom:1px solid #d9dde4;position:relative;color:#4d5967;font-size:15px}
.check-list li:before{content:"";position:absolute;left:4px;top:23px;width:9px;height:9px;background:var(--red);transform:rotate(45deg)}

/* markets */
.market-panel{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);min-height:520px}
.market-copy{padding:64px}
.market-copy h2{color:var(--navy)}
.market-copy p{margin-top:22px}
.market-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.market-tag{padding:10px 13px;border:1px solid #dfe3e8;color:var(--navy);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.10em}
.market-map{position:relative;background:#eef6fb;overflow:hidden;display:flex;align-items:center;justify-content:center}
.market-map img{width:100%;height:100%;object-fit:contain;display:block;background:#eef6fb}

/* CTA */
.final-cta{position:relative;min-height:430px;display:flex;align-items:center;color:#fff;overflow:hidden}
.final-cta>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.final-cta-overlay{position:absolute;inset:0;background:rgba(0,21,47,.82)}
.final-cta-inner{position:relative;z-index:2}
.final-cta h2{color:#fff;max-width:880px}
.final-cta p{color:rgba(255,255,255,.78);max-width:760px;margin-top:20px}
.final-cta .btn{margin-top:30px}

/* footer */
.site-footer{background:var(--navy-2);color:#fff;padding:78px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr;gap:72px}
.footer-logo-card{display:inline-block;background:#fff;padding:16px 20px;margin-bottom:24px}
.footer-logo-card img{width:245px;height:60px;object-fit:contain}
.site-footer p{color:rgba(255,255,255,.68);font-size:14px;max-width:560px}
.slogan{display:block;margin-top:18px;color:#fff;font-size:14px}
.site-footer h4{font-size:12px;color:#fff;letter-spacing:.18em;text-transform:uppercase;margin-bottom:20px}
.site-footer a,.site-footer span{display:block;font-size:14px;color:rgba(255,255,255,.72);margin:11px 0}
.site-footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:54px;padding-top:22px;display:flex;justify-content:space-between;gap:20px}
.footer-bottom span,.footer-bottom a{font-size:12px;color:rgba(255,255,255,.5);display:inline}

/* floating tools */
.floating-tools{position:fixed;right:22px;bottom:22px;z-index:150;display:flex;flex-direction:column;gap:10px}
.float-btn{width:62px;height:62px;border-radius:50%;border:0;color:#fff;display:grid;place-items:center;font-size:28px;box-shadow:0 14px 34px rgba(0,0,0,.2);cursor:pointer}
.bot-btn{background:var(--navy)}
.whatsapp-btn{background:#25d366}
.chat-panel{position:fixed;right:22px;bottom:164px;width:min(360px,calc(100vw - 32px));background:#fff;z-index:151;box-shadow:0 22px 70px rgba(0,33,71,.22);border:1px solid var(--line);opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s}
.chat-panel.open{opacity:1;visibility:visible;transform:none}
.chat-head{background:var(--navy);color:#fff;padding:18px 20px;display:flex;justify-content:space-between;gap:20px}
.chat-head strong{display:block;font-size:14px}
.chat-head span{display:block;font-size:11px;color:rgba(255,255,255,.68);margin-top:4px}
.chat-close{background:none;border:0;color:#fff;font-size:25px;cursor:pointer}
.chat-body{padding:18px}
.chat-message{padding:12px 14px;background:#f4f6f8;color:#3c4958;font-size:13px;line-height:1.55}
.chat-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.chat-actions button{border:1px solid var(--line);background:#fff;padding:10px;color:var(--navy);font-size:12px;font-weight:700;cursor:pointer}
.chat-actions button:hover{border-color:var(--red);color:var(--red)}
.chat-response{margin-top:12px;font-size:13px;line-height:1.55;color:var(--gray)}
.chat-foot{border-top:1px solid var(--line);padding:14px 18px}
.chat-foot a{color:var(--red);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}

/* inner pages */
.page-hero{background:var(--navy);color:#fff;padding:105px 0 92px;position:relative;overflow:hidden}
.page-hero:after{content:"";position:absolute;right:-140px;top:-120px;width:440px;height:440px;border-radius:50%;border:1px solid rgba(255,255,255,.08)}
.page-hero h1{color:#fff;font-size:clamp(3.2rem,6vw,5.7rem);max-width:980px}
.page-hero p{color:rgba(255,255,255,.76);max-width:760px;margin-top:24px}
.content-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px}
.sticky-title{position:sticky;top:135px;align-self:start}
.sticky-title h2{color:var(--navy)}
.prose h3{color:var(--navy);font-size:26px;margin:34px 0 12px}
.prose p{margin-bottom:17px}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.process-card{border:1px solid var(--line);padding:28px;background:#fff;min-height:235px}
.process-card .n{font-size:11px;color:var(--red);font-weight:900;letter-spacing:.16em}
.process-card h3{color:var(--navy);margin-top:44px}
.process-card p{font-size:14px;margin-top:12px}

/* products */
.category-list{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.category-card{border:1px solid var(--line);background:#fff;overflow:hidden;transition:.25s}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.category-card img{width:100%;height:235px;object-fit:cover}
.category-card-body{padding:20px}
.category-card h3{color:var(--navy);font-size:20px}
.category-card p{font-size:13px;margin-top:9px}
.category-card .text-link{margin-top:14px}
.category-hero{display:grid;grid-template-columns:1fr 1fr;min-height:460px;background:#f8f8f9;border-bottom:1px solid var(--line)}
.category-hero-copy{padding:72px 64px;display:flex;flex-direction:column;justify-content:center}
.category-hero-copy h1{color:var(--navy);font-size:clamp(3rem,5vw,5rem)}
.category-hero-copy p{margin-top:20px}
.category-hero img{width:100%;height:100%;object-fit:cover}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{border:1px solid var(--line);background:#fff;overflow:hidden}
.product-card img{width:100%;height:230px;object-fit:cover}
.product-card-body{padding:22px}
.product-card h3{color:var(--navy);font-size:21px}
.product-card p{font-size:13px;margin-top:9px}
.specs{list-style:none;padding:0;margin:17px 0 0;border-top:1px solid var(--line)}
.specs li{padding:10px 0;border-bottom:1px solid var(--line);font-size:12px;color:#5e6876}
.category-back{margin-top:34px}

/* quote */
.quote-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px}
.quote-side{background:var(--navy);color:#fff;padding:40px;position:sticky;top:130px;align-self:start}
.quote-side h3{font-size:24px}
.quote-side p{color:rgba(255,255,255,.70);font-size:14px;margin-top:14px}
.contact-row{padding:18px 0;border-top:1px solid rgba(255,255,255,.15);font-size:14px}
.contact-row small{display:block;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:5px}
.form-card{border:1px solid var(--line);padding:34px}
.form-card h2{color:var(--navy);font-size:40px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:26px}
.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}
label{font-size:10px;color:var(--navy);font-weight:900;letter-spacing:.12em;text-transform:uppercase}
input,select,textarea{border:1px solid #dfe3e8;background:#fff;padding:13px 14px;min-height:50px;outline:none}
textarea{min-height:150px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--navy)}
.note{margin-top:20px;background:#f6f7f9;padding:16px;border-left:3px solid var(--red);font-size:12px;color:var(--gray)}
.legal{max-width:900px}
.legal h2{font-size:34px;color:var(--navy);margin:38px 0 12px}
.legal p{font-size:15px}
.honeypot{position:absolute;left:-9999px}

/* responsive */
@media(max-width:1180px){
  .container{width:min(calc(100% - 40px),var(--max))}
  .main-nav ul{gap:22px}
  .brand img{width:235px}
  .trade-slide{flex-basis:calc((100% - 54px)/4)}
  .service-grid{grid-template-columns:1fr 1fr}
  .service-card:nth-child(2){border-right:0}
  .service-card:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}
  .category-list{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .site-header{position:sticky}
  .header-inner{min-height:86px}
  .brand img{width:235px;height:58px}
  .mobile-toggle{display:block}
  .main-nav{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;border-top:1px solid var(--line);box-shadow:var(--shadow);padding:20px;flex-direction:column;align-items:stretch}
  .main-nav.open{display:flex}
  .main-nav ul{display:block}
  .nav-item>a{padding:13px 4px}
  .nav-item>a:after{bottom:7px}
  .quote-btn{justify-content:center;margin-top:10px}
  .mega-menu{position:static;width:auto;left:auto;top:auto;opacity:1;visibility:visible;transform:none;display:none;box-shadow:none;border:0;padding:10px 0}
  .has-mega.open .mega-menu{display:block}
  .mega-grid{grid-template-columns:1fr 1fr}
  .hero{height:720px;min-height:720px}
  .hero-copy{padding-right:40px}
  .hero-arrow{display:none}
  .trade-slide{flex-basis:calc((100% - 36px)/3)}
  .trade-prev{left:6px}.trade-next{right:6px}
  .about-grid,.advantage-wrap,.market-panel,.content-grid,.category-hero,.quote-layout{grid-template-columns:1fr}
  .about-media{height:500px}
  .advantage-media{height:420px}
  .market-map{min-height:330px}
  .sticky-title,.quote-side{position:static}
  .category-list{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
  .process-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .section{padding:78px 0}
  .section-sm{padding:60px 0}
  h1{font-size:3.15rem}
  h2{font-size:2.55rem}
  p,.lead{font-size:15px}
  .header-inner{min-height:78px}
  .main-nav{top:78px}
  .brand img{width:205px;height:52px}
  .mega-grid{grid-template-columns:1fr}
  .hero{height:670px;min-height:670px}
  .hero-copy{padding:56px 0 76px}
  .hero-copy h1{font-size:3.25rem}
  .hero-dots{bottom:22px}
  .trade-slide{flex-basis:86%}
  .trade-card{min-height:215px}
  .trade-intro{margin-bottom:40px}
  .trade-thumb{width:112px;height:112px}
  .fact-grid,.service-grid,.process-grid,.category-list,.product-grid,.form-grid,.footer-grid{grid-template-columns:1fr}
  .service-card{border-right:0}
  .service-card:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.18)}
  .advantage-copy,.market-copy,.category-hero-copy{padding:38px 24px}
  .about-media{height:390px}
  .category-hero img{height:330px}
  .product-card img{height:215px}
  .footer-grid>div:first-child{grid-column:auto}
  .footer-bottom{flex-direction:column}
  .floating-tools{right:14px;bottom:14px}
  .float-btn{width:54px;height:54px;font-size:24px}
  .chat-panel{right:14px;bottom:140px}
}


/* ==========================================================
   V2 REFINEMENTS — footer, slider scale, imagery & mobile UX
   ========================================================== */

/* Main hero typography closer to the BFG reference scale */
.hero-copy h1{
  font-size:clamp(3.35rem,5.15vw,5.35rem);
  line-height:1.01;
  letter-spacing:-.045em;
  max-width:780px;
}
.hero-copy p{
  max-width:690px;
  font-size:18px;
  line-height:1.68;
}

/* Cleaner category imagery */
.trade-thumb{
  width:126px;
  height:126px;
  border:8px solid #fff;
  background:#fff;
}
.trade-thumb img{
  object-fit:cover;
  object-position:center;
  filter:saturate(1.04) contrast(1.02);
}
.trade-card{
  min-height:230px;
  background:#fbfbfb;
}

/* Product imagery presentation */
.category-card img,
.product-card img,
.category-hero>img{
  filter:saturate(1.04) contrast(1.02);
}
.product-card img{
  height:250px;
  object-fit:cover;
}

/* White footer requested by client */
.site-footer{
  background:#fff;
  color:var(--navy);
  border-top:1px solid var(--line);
}
.footer-logo-card{
  background:transparent;
  padding:0;
}
.footer-logo-card img{
  width:285px;
  height:72px;
}
.site-footer p{
  color:#5f6877;
}
.slogan{
  color:var(--navy);
}
.site-footer h4{
  color:var(--navy);
}
.site-footer a,
.site-footer span{
  color:#5f6877;
}
.site-footer a:hover{
  color:var(--red);
}
.footer-bottom{
  border-top:1px solid var(--line);
}
.footer-bottom span,
.footer-bottom a{
  color:#7b8490;
}

/* Tablet */
@media(max-width:1024px){
  .header-inner{min-height:84px}
  .brand img{width:230px;height:58px}
  .hero{height:680px;min-height:680px}
  .hero-copy h1{font-size:clamp(3rem,6vw,4.65rem);max-width:700px}
  .hero-copy p{font-size:17px}
  .trade-slide{flex-basis:calc((100% - 36px)/3)}
  .category-list{grid-template-columns:repeat(2,1fr)}
}

/* Mobile-first corrections */
@media(max-width:900px){
  body{overflow-x:hidden}
  .container{width:min(calc(100% - 28px),var(--max))}
  .site-header{position:sticky;top:0}
  .header-inner{min-height:78px;gap:14px}
  .brand img{width:205px;height:50px}
  .mobile-toggle{display:block;flex:0 0 auto}
  .main-nav{
    position:absolute;
    top:78px;
    left:0;
    right:0;
    width:100%;
    max-height:calc(100vh - 78px);
    overflow-y:auto;
    display:none;
    background:#fff;
    padding:12px 18px 22px;
    border-top:1px solid var(--line);
    box-shadow:0 18px 40px rgba(0,33,71,.12);
  }
  .main-nav.open{display:block}
  .main-nav ul{display:block;width:100%}
  .nav-item{width:100%;border-bottom:1px solid #f0f2f5}
  .nav-item>a{
    width:100%;
    justify-content:space-between;
    padding:15px 2px;
    font-size:14px;
  }
  .quote-btn{
    width:100%;
    min-height:52px;
    margin-top:14px;
  }
  .mega-menu{
    position:static;
    width:100%;
    left:auto;top:auto;
    box-shadow:none;
    border:0;
    border-top:1px solid #eef1f4;
    padding:10px 0 12px;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
  }
  .has-mega.open .mega-menu{display:block}
  .mega-grid{grid-template-columns:1fr 1fr}
  .mega-grid a{padding:10px 8px;font-size:12px}

  .hero{
    height:auto;
    min-height:590px;
  }
  .hero-slide{
    position:absolute;
    min-height:590px;
  }
  .hero-slide img{
    min-height:590px;
    object-position:center;
  }
  .hero-overlay{
    background:linear-gradient(90deg,rgba(0,21,47,.94) 0%,rgba(0,33,71,.82) 65%,rgba(0,33,71,.55) 100%);
  }
  .hero-content{
    min-height:590px;
    align-items:center;
  }
  .hero-copy{
    padding:58px 0 74px;
    max-width:92%;
  }
  .hero-copy h1{
    font-size:clamp(2.55rem,8vw,3.45rem);
    line-height:1.04;
    letter-spacing:-.035em;
    max-width:600px;
  }
  .hero-copy p{
    font-size:15px;
    line-height:1.62;
    max-width:560px;
    margin-top:18px;
  }
  .hero-actions{
    margin-top:26px;
    gap:10px;
  }
  .hero-actions .btn{
    min-height:50px;
    padding:0 20px;
    font-size:10px;
  }
  .hero-arrow{display:none}
  .hero-dots{bottom:18px}

  .section{padding:70px 0}
  .section-sm{padding:54px 0}
  .trade-intro{margin-bottom:36px}
  .trade-intro h2{font-size:clamp(2.2rem,7vw,3rem)}
  .trade-intro p{font-size:15px;margin-top:18px}
  .trade-slider{padding:0 6px}
  .trade-slide{flex-basis:calc((100% - 18px)/2)}
  .trade-card{min-height:205px;padding:18px 12px}
  .trade-thumb{width:106px;height:106px}
  .trade-card h3{font-size:12px;margin-top:15px}
  .trade-prev{left:-4px}
  .trade-next{right:-4px}
  .trade-arrow{width:44px;height:44px;font-size:20px}
  .portfolio-link{margin-top:34px}

  .about-grid,
  .advantage-wrap,
  .market-panel,
  .content-grid,
  .category-hero,
  .quote-layout{
    grid-template-columns:1fr;
    gap:0;
  }
  .about-media{height:390px}
  .about-copy{padding-top:34px}
  .fact-grid{grid-template-columns:1fr 1fr}
  .service-grid{grid-template-columns:1fr 1fr}
  .service-card{min-height:260px}
  .advantage-media{height:360px}
  .advantage-copy{padding:38px 28px}
  .market-copy{padding:40px 28px}
  .market-map{min-height:290px}
  .category-hero-copy{padding:42px 26px}
  .category-hero>img{height:360px}
  .category-list{grid-template-columns:1fr 1fr}
  .product-grid{grid-template-columns:1fr 1fr}
  .product-card img{height:225px}
  .sticky-title,.quote-side{position:static}
  .footer-grid{grid-template-columns:1fr 1fr;gap:38px}
  .footer-grid>div:first-child{grid-column:1/-1}
}

/* Small phones */
@media(max-width:600px){
  .container{width:min(calc(100% - 22px),var(--max))}
  .header-inner{min-height:72px}
  .brand img{width:185px;height:46px}
  .main-nav{top:72px;max-height:calc(100vh - 72px)}
  .mega-grid{grid-template-columns:1fr}

  .hero{min-height:560px}
  .hero-slide,.hero-slide img,.hero-content{min-height:560px}
  .hero-copy{padding:48px 0 66px;max-width:100%}
  .hero-copy h1{font-size:2.55rem;line-height:1.05}
  .hero-copy p{font-size:14px;line-height:1.6}
  .hero-actions{display:grid;grid-template-columns:1fr;max-width:260px}
  .hero-actions .btn{width:100%}

  h2{font-size:2.25rem}
  .section{padding:58px 0}
  .section-sm{padding:46px 0}
  .trade-slide{flex-basis:84%}
  .trade-window{padding-left:2px}
  .trade-card{min-height:214px}
  .trade-thumb{width:118px;height:118px}

  .fact-grid,
  .service-grid,
  .process-grid,
  .category-list,
  .product-grid,
  .form-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }
  .footer-grid>div:first-child{grid-column:auto}
  .service-card{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)}
  .about-media{height:330px}
  .advantage-media{height:320px}
  .market-map{min-height:250px}
  .category-hero-copy{padding:36px 20px}
  .category-hero-copy h1{font-size:2.6rem}
  .category-hero>img{height:280px}
  .category-card img{height:210px}
  .product-card img{height:210px}
  .form-card{padding:24px 18px}
  .quote-side{padding:30px 22px}
  .final-cta{min-height:390px}
  .final-cta h2{font-size:2.25rem}
  .footer-logo-card img{width:230px;height:58px}
  .footer-bottom{flex-direction:column}
  .floating-tools{right:14px;bottom:14px}
  .float-btn{width:54px;height:54px;font-size:24px}
  .chat-panel{right:12px;bottom:136px}
}

/* Very small phones */
@media(max-width:390px){
  .brand img{width:165px}
  .hero-copy h1{font-size:2.25rem}
  .trade-slide{flex-basis:88%}
  .trade-thumb{width:108px;height:108px}
  .btn{padding:0 18px}
}


/* ==========================================================
   V3 REFINEMENTS — hero imagery, auto trade slider, stronger mobile header/footer
   ========================================================== */

/* Hero image positioning per slide */
.hero-slide:nth-child(2) img{object-position:center 58%} /* Rice */
.hero-slide:nth-child(3) img{object-position:center 54%} /* Pink salt */
.hero-slide:nth-child(4) img{object-position:center 46%} /* Fresh produce */

/* Slightly tighter banner typography */
.hero-copy h1{
  font-size:clamp(3.05rem,4.8vw,4.85rem);
  max-width:760px;
}
.hero-copy .lead{
  max-width:660px;
}

/* Trade cards feel more alive */
.trade-track{
  transition:transform .55s ease;
}
.trade-card{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.trade-card:hover{
  transform:translateY(-6px);
  box-shadow:0 14px 30px rgba(0,33,71,.08);
  border-color:#e9edf2;
}

/* --- Strong mobile header rebuild --- */
@media(max-width:900px){
  .site-header{
    position:sticky;
    top:0;
    z-index:999;
    background:#fff;
    box-shadow:0 8px 22px rgba(13,30,64,.06);
  }
  .header-inner{
    min-height:74px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }
  .brand{
    flex:1 1 auto;
    min-width:0;
  }
  .brand img{
    width:180px;
    max-width:100%;
    height:auto;
  }
  .mobile-toggle{
    display:flex;
    width:46px;
    height:46px;
    align-items:center;
    justify-content:center;
    border:1px solid #e4e8ee;
    border-radius:12px;
    background:#fff;
    flex:0 0 46px;
    margin-left:auto;
  }
  .mobile-toggle span{
    display:block;
    width:18px;
    height:2px;
    background:var(--navy);
    border-radius:3px;
    margin:2px 0;
  }
  .main-nav{
    position:fixed;
    top:74px;
    left:0;
    right:0;
    width:100%;
    height:calc(100vh - 74px);
    max-height:none;
    overflow-y:auto;
    display:none;
    background:#fff;
    padding:8px 18px 24px;
    border-top:1px solid #edf1f5;
    box-shadow:0 20px 40px rgba(0,33,71,.12);
  }
  .main-nav.open{
    display:block;
  }
  .main-nav ul{
    display:flex;
    flex-direction:column;
    gap:0;
  }
  .nav-item{
    width:100%;
    border-bottom:1px solid #eef2f6;
  }
  .nav-item>a{
    display:flex;
    width:100%;
    min-height:52px;
    align-items:center;
    justify-content:space-between;
    padding:0;
    font-size:15px;
  }
  .has-mega > a i{
    font-size:12px;
  }
  .mega-menu{
    position:static;
    width:100%;
    margin:0 0 10px;
    padding:10px 0 0;
    background:#fbfcfd;
    border:1px solid #edf1f5;
    border-radius:14px;
    box-shadow:none;
    display:none;
  }
  .has-mega.open .mega-menu{
    display:block;
  }
  .mega-title,
  .mega-all{
    padding-left:16px;
    padding-right:16px;
  }
  .mega-grid{
    grid-template-columns:1fr;
    gap:0;
  }
  .mega-grid a{
    padding:11px 16px;
    border-top:1px solid #f0f3f6;
  }
  .quote-btn{
    display:flex;
    width:100%;
    min-height:52px;
    align-items:center;
    justify-content:center;
    margin-top:16px;
  }

  /* Cleaner mobile hero */
  .hero,
  .hero-slide,
  .hero-slide img,
  .hero-content{
    min-height:545px;
  }
  .hero-content{
    align-items:flex-end;
  }
  .hero-copy{
    max-width:100%;
    padding:40px 0 72px;
  }
  .hero-copy h1{
    font-size:clamp(2.15rem,8vw,3rem);
    line-height:1.06;
    max-width:100%;
  }
  .hero-copy .lead{
    font-size:14px;
    line-height:1.6;
    max-width:100%;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    max-width:260px;
    width:100%;
  }
  .hero-actions .btn{
    width:100%;
  }

  /* Strong mobile footer rebuild */
  .site-footer{
    text-align:center;
    padding-top:54px;
  }
  .footer-grid{
    grid-template-columns:1fr !important;
    gap:28px;
  }
  .footer-grid > div{
    width:100%;
  }
  .footer-logo-card{
    display:flex;
    justify-content:center;
  }
  .footer-logo-card img{
    width:220px;
    height:auto;
  }
  .site-footer p{
    max-width:560px;
    margin-left:auto;
    margin-right:auto;
  }
  .site-footer a,
  .site-footer span,
  .site-footer h4,
  .slogan{
    display:block;
  }
  .site-footer h4{
    margin-bottom:12px;
  }
  .footer-bottom{
    display:flex;
    flex-direction:column;
    gap:10px;
    text-align:center;
    padding-bottom:90px; /* space for floating icons */
  }
  .floating-tools{
    right:14px;
    bottom:14px;
    gap:10px;
  }
  .chat-panel{
    right:12px;
    left:12px;
    width:auto;
    max-width:none;
    bottom:92px;
  }
}

@media(max-width:600px){
  .header-inner{
    min-height:70px;
  }
  .main-nav{
    top:70px;
    height:calc(100vh - 70px);
    padding:8px 14px 22px;
  }
  .brand img{
    width:165px;
  }
  .hero,
  .hero-slide,
  .hero-slide img,
  .hero-content{
    min-height:515px;
  }
  .hero-copy{
    padding:34px 0 68px;
  }
  .hero-copy h1{
    font-size:2rem;
  }
  .hero-copy .eyebrow{
    font-size:11px;
    letter-spacing:.24em;
  }
  .hero-copy .lead{
    font-size:13.5px;
  }
  .trade-slide{
    flex-basis:86%;
  }
  .trade-arrow{
    width:42px;
    height:42px;
  }
  .footer-bottom{
    padding-bottom:84px;
  }
}


/* ==========================================================
   V4 REFINEMENTS — hero image swap, mobile dropdown nav,
   stronger responsive header/footer
   ========================================================== */
body{overflow-x:hidden}

/* slightly better crop for circular slider thumbs */
.trade-thumb img{object-position:center center}

/* category card image consistency */
.category-card img{object-position:center center}

.mobile-product-jump{display:none}

@media (max-width: 900px){
  /* Header / nav */
  .site-header{
    position:sticky !important;
    top:0 !important;
    z-index:999 !important;
    background:#ffffff !important;
    box-shadow:0 10px 28px rgba(0,33,71,.08) !important;
  }
  .header-inner{
    min-height:74px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
  }
  .brand{
    flex:1 1 auto !important;
    min-width:0 !important;
  }
  .brand img{
    width:180px !important;
    max-width:100% !important;
    height:auto !important;
  }
  .mobile-toggle{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:46px !important;
    height:46px !important;
    padding:0 !important;
    border:1px solid #e4e8ef !important;
    border-radius:12px !important;
    background:#fff !important;
    box-shadow:none !important;
    flex:0 0 46px !important;
    margin-left:auto !important;
  }
  .mobile-toggle span{
    display:block !important;
    width:18px !important;
    height:2px !important;
    margin:2px 0 !important;
    border-radius:99px !important;
    background:#002147 !important;
  }
  .main-nav{
    display:none !important;
    position:fixed !important;
    top:74px !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    background:#ffffff !important;
    padding:10px 16px 22px !important;
    overflow-y:auto !important;
    border-top:1px solid #eef2f5 !important;
    box-shadow:0 18px 42px rgba(0,33,71,.12) !important;
    z-index:998 !important;
  }
  .main-nav.open{
    display:block !important;
  }
  .main-nav ul{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
  }
  .nav-item{
    width:100% !important;
    border-bottom:1px solid #edf1f5 !important;
  }
  .nav-item > a{
    display:flex !important;
    width:100% !important;
    min-height:54px !important;
    align-items:center !important;
    justify-content:space-between !important;
    padding:0 !important;
    font-size:15px !important;
  }
  .nav-item.has-mega > a i{
    font-size:12px !important;
    margin-left:8px !important;
  }
  .mega-menu{
    position:static !important;
    width:100% !important;
    left:auto !important;
    top:auto !important;
    margin:0 0 12px !important;
    padding:14px !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    display:none !important;
    background:#fbfcfd !important;
    border:1px solid #e9eef3 !important;
    border-radius:16px !important;
    box-shadow:none !important;
  }
  .has-mega.open .mega-menu{
    display:block !important;
  }
  .mega-title{
    padding:0 !important;
    margin-bottom:10px !important;
  }
  .mobile-product-jump{
    display:block !important;
    margin:4px 0 10px !important;
  }
  .mobile-product-jump label{
    display:block !important;
    font-size:12px !important;
    font-weight:700 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
    color:#6f7d90 !important;
    margin-bottom:8px !important;
  }
  .mobile-product-select{
    width:100% !important;
    min-height:46px !important;
    border:1px solid #dde5ee !important;
    border-radius:12px !important;
    background:#fff !important;
    color:#102542 !important;
    padding:0 14px !important;
    font-size:14px !important;
    outline:none !important;
  }
  .mega-grid{
    display:none !important;
  }
  .mega-all{
    display:flex !important;
    width:100% !important;
    justify-content:center !important;
    margin-top:4px !important;
    padding:12px 14px !important;
    border-top:0 !important;
    background:#fff !important;
    border:1px solid #e9eef3 !important;
    border-radius:12px !important;
  }
  .quote-btn{
    display:flex !important;
    width:100% !important;
    min-height:52px !important;
    align-items:center !important;
    justify-content:center !important;
    margin-top:16px !important;
  }

  /* Mobile hero */
  .hero,
  .hero-slide,
  .hero-slide img,
  .hero-content{
    min-height:520px !important;
  }
  .hero-copy{
    max-width:100% !important;
    padding:34px 0 72px !important;
  }
  .hero-copy h1{
    font-size:clamp(2rem,8vw,2.8rem) !important;
    line-height:1.08 !important;
    max-width:100% !important;
  }
  .hero-copy .lead{
    font-size:13.8px !important;
    line-height:1.6 !important;
    max-width:100% !important;
  }
  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    max-width:260px !important;
    width:100% !important;
  }
  .hero-actions .btn{
    width:100% !important;
  }

  /* Trade slider cards */
  .trade-window{
    overflow:hidden !important;
  }
  .trade-slide{
    flex:0 0 75% !important;
  }
  .trade-thumb{
    width:108px !important;
    height:108px !important;
  }

  /* Footer */
  .site-footer{
    text-align:center !important;
    padding-top:52px !important;
  }
  .footer-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  .footer-grid > div{
    width:100% !important;
    min-width:0 !important;
  }
  .footer-logo-card{
    display:flex !important;
    justify-content:center !important;
  }
  .footer-logo-card img{
    width:220px !important;
    max-width:100% !important;
    height:auto !important;
  }
  .site-footer p,
  .site-footer .slogan{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }
  .site-footer h4{
    margin-bottom:12px !important;
  }
  .site-footer a,
  .site-footer span{
    display:block !important;
    margin:0 auto 10px !important;
    text-align:center !important;
    word-break:break-word !important;
  }
  .footer-bottom{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:8px !important;
    text-align:center !important;
    padding-bottom:92px !important;
  }
  .floating-tools{
    right:12px !important;
    bottom:12px !important;
    gap:10px !important;
  }
  .chat-panel{
    left:12px !important;
    right:12px !important;
    width:auto !important;
    bottom:92px !important;
  }
}

@media (max-width: 600px){
  .header-inner{
    min-height:70px !important;
  }
  .brand img{
    width:166px !important;
  }
  .main-nav{
    top:70px !important;
    padding:8px 14px 18px !important;
  }
  .hero,
  .hero-slide,
  .hero-slide img,
  .hero-content{
    min-height:495px !important;
  }
  .hero-copy{
    padding:28px 0 66px !important;
  }
  .hero-copy h1{
    font-size:1.92rem !important;
  }
  .trade-slide{
    flex:0 0 84% !important;
  }
  .trade-thumb{
    width:104px !important;
    height:104px !important;
  }
  .footer-bottom{
    padding-bottom:84px !important;
  }
}


/* ==========================================================
   V5 MOBILE HOTFIXES
   Brutal cleanup for phone layout: header, menu, hero, cards,
   facts, footer, and chat panel.
   ========================================================== */
body.nav-open{overflow:hidden !important}
.main-nav ul,
.main-nav li{list-style:none !important;margin:0;padding:0}
.main-nav li::marker{content:"" !important}

/* Footer light theme everywhere */
.site-footer{
  background:#ffffff !important;
  color:var(--navy) !important;
  border-top:1px solid var(--line) !important;
}
.site-footer p{color:#5d6777 !important}
.site-footer h4{color:var(--navy) !important}
.site-footer a,
.site-footer span{color:#445163 !important}
.site-footer a:hover{color:var(--red) !important}
.footer-bottom{border-top:1px solid #e8edf2 !important}
.footer-bottom .footer-copy,
.footer-bottom .footer-legal,
.footer-bottom a{color:#6b7482 !important}
.footer-logo-card img{background:#fff !important}

/* Facts need proper stacking */
.fact strong{display:block !important;margin-bottom:8px !important}
.fact span{display:block !important}

/* Product cards need to stay tidy */
.category-card{border-radius:18px !important;overflow:hidden !important}
.category-card a:first-child{display:block !important}
.category-card img{display:block !important;width:100% !important}
.category-card-body{padding:20px 20px 24px !important}
.category-card .text-link{display:inline-flex !important}

/* Better readable hero text */
.hero-copy h1,
.hero-copy p,
.hero-copy .eyebrow,
.hero-actions .btn{position:relative;z-index:3}
.hero-copy h1{color:#ffffff !important;text-shadow:0 2px 14px rgba(0,0,0,.16)}
.hero-copy p{color:rgba(255,255,255,.92) !important}

@media (max-width: 900px){
  .container{width:min(calc(100% - 32px),var(--max)) !important}
  .section{padding:68px 0 !important}
  .section-sm{padding:54px 0 !important}
  h2{font-size:clamp(2rem,8vw,3rem) !important;line-height:1.06 !important}
  p,.lead{font-size:16px !important;line-height:1.7 !important}

  /* Header */
  .site-header{position:sticky !important;top:0 !important;z-index:1200 !important}
  .header-inner{min-height:76px !important;gap:12px !important}
  .brand img{width:210px !important;height:auto !important;max-height:54px !important}
  .mobile-toggle{
    display:flex !important;align-items:center !important;justify-content:center !important;
    flex-direction:column !important;gap:3px !important;
    width:44px !important;height:44px !important;flex:0 0 44px !important;
    border:1px solid #d9e1ea !important;border-radius:12px !important;
    background:#fff !important;box-shadow:0 4px 12px rgba(0,33,71,.06) !important;
  }
  .mobile-toggle span{
    width:18px !important;height:2px !important;background:var(--navy) !important;
    margin:0 !important;display:block !important;border-radius:999px !important;
  }

  .main-nav{
    display:none !important;position:fixed !important;
    top:76px !important;left:0 !important;right:0 !important;bottom:0 !important;
    background:#ffffff !important;z-index:1199 !important;padding:12px 16px 24px !important;
    overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;
  }
  .main-nav.open{display:block !important}
  .main-nav ul{display:block !important;width:100% !important}
  .nav-item{display:block !important;width:100% !important;border-bottom:1px solid #edf1f5 !important}
  .nav-item>a{
    display:flex !important;align-items:center !important;justify-content:space-between !important;
    width:100% !important;padding:18px 0 !important;min-height:unset !important;
    font-size:18px !important;font-weight:700 !important;color:#223344 !important;
  }
  .nav-item>a:after{display:none !important}
  .nav-item.has-mega > a i{font-size:14px !important;margin-left:8px !important}

  .mega-menu{
    display:none !important;position:static !important;left:auto !important;top:auto !important;width:100% !important;
    opacity:1 !important;visibility:visible !important;transform:none !important;
    margin:0 0 14px !important;padding:14px !important;border-radius:16px !important;
    box-shadow:none !important;border:1px solid #e6edf3 !important;background:#fafcff !important;
  }
  .has-mega.open .mega-menu{display:block !important}
  .mega-title{margin-bottom:10px !important;font-size:12px !important}
  .mobile-product-jump{display:block !important;margin:8px 0 12px !important}
  .mobile-product-jump label{display:block !important;margin-bottom:8px !important}
  .mobile-product-select{display:block !important;width:100% !important;min-height:50px !important}
  .mega-grid{display:none !important;visibility:hidden !important;max-height:0 !important;overflow:hidden !important}
  .mega-grid *{display:none !important}
  .mega-all{
    display:flex !important;align-items:center !important;justify-content:center !important;
    width:100% !important;min-height:48px !important;padding:0 16px !important;
    background:#fff !important;border:1px solid #e6edf3 !important;border-radius:12px !important;
    margin-top:6px !important;
  }
  .quote-btn{
    display:flex !important;width:100% !important;justify-content:center !important;align-items:center !important;
    margin-top:18px !important;border-radius:12px !important;min-height:52px !important;
  }

  /* Hero */
  .hero{height:auto !important;min-height:540px !important}
  .hero-slide{position:absolute !important;inset:0 !important}
  .hero-slide img{height:100% !important;object-position:center center !important}
  .hero-overlay{background:linear-gradient(180deg,rgba(0,21,47,.35) 0%,rgba(0,21,47,.75) 30%,rgba(0,21,47,.88) 100%) !important}
  .hero-content{align-items:flex-end !important;min-height:540px !important}
  .hero-copy{padding:36px 0 74px !important;max-width:100% !important}
  .hero-copy .eyebrow{font-size:11px !important;letter-spacing:.24em !important;margin-bottom:14px !important}
  .hero-copy h1{font-size:clamp(2.25rem,10vw,3.4rem) !important;line-height:1.02 !important;max-width:100% !important}
  .hero-copy p,
  .hero-copy .lead{font-size:16px !important;line-height:1.65 !important;max-width:100% !important;margin-top:18px !important}
  .hero-actions{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;max-width:280px !important;width:100% !important}
  .hero-actions .btn{width:100% !important;min-height:52px !important}
  .hero-prev,.hero-next{display:none !important}
  .hero-dots{bottom:22px !important;gap:7px !important}
  .hero-dot{width:26px !important}

  /* Trade slider and page intro */
  .trade-intro{margin-bottom:34px !important}
  .trade-intro h2{max-width:100% !important}
  .trade-slider{padding:0 18px !important}
  .trade-arrow{width:38px !important;height:38px !important;font-size:20px !important;top:54% !important}
  .trade-prev{left:0 !important}.trade-next{right:0 !important}
  .trade-slide{flex:0 0 88% !important}
  .trade-card{min-height:206px !important;padding:22px 14px !important}
  .trade-thumb{width:96px !important;height:96px !important}
  .trade-card h3{font-size:12px !important;line-height:1.4 !important}

  /* Grids and cards */
  .about-grid,.advantage-wrap,.market-panel{grid-template-columns:1fr !important;gap:28px !important}
  .about-media{height:300px !important}
  .advantage-copy,.market-copy{padding:28px !important}
  .service-grid,.fact-grid,.process-grid,.category-list,.product-grid{grid-template-columns:1fr !important}
  .service-card{min-height:unset !important}
  .fact-grid{gap:0 !important}
  .fact{padding:18px !important}
  .category-card{margin:0 !important}
  .category-card img{height:220px !important;object-fit:cover !important;object-position:center center !important}
  .category-card h3{font-size:1.55rem !important;line-height:1.15 !important}
  .product-card img{height:220px !important;object-fit:cover !important}
  .product-card-body{padding:18px !important}
  .page-hero{padding:78px 0 66px !important}
  .page-hero h1{font-size:clamp(2.2rem,9vw,3.4rem) !important;line-height:1.03 !important}
  .category-hero{min-height:300px !important}
  .category-hero-copy{padding:80px 0 44px !important}
  .category-hero-copy h1{font-size:clamp(2rem,9vw,3.2rem) !important;line-height:1.04 !important}

  /* Footer */
  .site-footer{text-align:left !important;padding:52px 0 20px !important}
  .footer-grid{display:grid !important;grid-template-columns:1fr !important;gap:28px !important}
  .footer-brand,.footer-links,.footer-contact{width:100% !important}
  .footer-logo-card{justify-content:flex-start !important}
  .footer-logo-card img{width:220px !important;max-width:100% !important;height:auto !important}
  .site-footer p{max-width:none !important;margin:16px 0 0 !important}
  .site-footer .slogan{display:block !important;margin-top:16px !important;color:var(--navy) !important}
  .footer-links a,.footer-contact a,.footer-contact span{display:block !important;margin:10px 0 !important;text-align:left !important}
  .footer-bottom{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:8px !important;margin-top:30px !important;padding-top:18px !important;padding-bottom:88px !important;text-align:left !important}
  .footer-legal a{display:inline !important}

  /* Floating tools & chat */
  .floating-tools{right:12px !important;bottom:12px !important;gap:10px !important}
  .float-btn{width:56px !important;height:56px !important}
  .chat-panel{
    left:12px !important;right:12px !important;bottom:82px !important;width:auto !important;
    max-height:min(68vh,560px) !important;display:flex !important;flex-direction:column !important;
    border-radius:18px !important;overflow:hidden !important;
  }
  .chat-head{padding:14px 16px !important}
  .chat-head strong{display:block !important}
  .chat-head span{display:block !important;margin-top:2px !important}
  .chat-body{padding:14px 16px !important;overflow:auto !important}
  .chat-actions{display:flex !important;flex-wrap:wrap !important;gap:8px !important}
  .chat-actions button{flex:0 0 auto !important;max-width:100% !important}
  .chat-foot{padding:14px 16px !important}
}

@media (max-width: 600px){
  .container{width:min(calc(100% - 26px),var(--max)) !important}
  .header-inner{min-height:72px !important}
  .brand img{width:186px !important;max-height:48px !important}
  .main-nav{top:72px !important;padding:10px 13px 20px !important}
  .hero{min-height:500px !important}
  .hero-content{min-height:500px !important}
  .hero-copy{padding:28px 0 66px !important}
  .hero-copy h1{font-size:2.05rem !important}
  .hero-copy p,.hero-copy .lead{font-size:14.5px !important;line-height:1.6 !important}
  .trade-slide{flex:0 0 90% !important}
  .trade-thumb{width:90px !important;height:90px !important}
  .page-hero h1,.category-hero-copy h1{font-size:2.15rem !important}
  .category-card img,.product-card img{height:200px !important}
  .category-card h3{font-size:1.35rem !important}
  .footer-bottom{padding-bottom:84px !important}
}


/* V6 updates */
.trade-card h3{max-width:100%;text-align:center}
.category-hero img{object-position:center center}
@media (max-width:900px){
  .hero-copy h1{font-size:clamp(1.95rem,8.5vw,3rem)!important;line-height:1.02!important}
  .hero-copy p,.hero-copy .lead{font-size:15px!important;line-height:1.6!important}
  .trade-intro .lead,.about-copy .lead,.section-head .lead,.market-copy .lead,.prose p,.page-hero .lead{font-size:15px!important;line-height:1.7!important}
  .trade-intro h2,.about-copy h2,.section-head h2,.page-hero h1,.category-hero-copy h1{font-size:clamp(1.9rem,7.8vw,2.8rem)!important;line-height:1.06!important}
  .category-card h3,.product-card h3,.service-card h3{font-size:1.3rem!important}
  .category-card img,.product-card img{height:210px!important}
}
@media (max-width:600px){
  body{font-size:15px!important}
  .hero-copy h1{font-size:1.78rem!important;line-height:1.03!important}
  .hero-copy p,.hero-copy .lead{font-size:14px!important;line-height:1.55!important}
  .trade-intro h2,.about-copy h2,.section-head h2,.page-hero h1,.category-hero-copy h1{font-size:1.9rem!important;line-height:1.07!important}
  .trade-intro .lead,.about-copy .lead,.section-head .lead,.market-copy .lead,.prose p,.page-hero .lead{font-size:14px!important;line-height:1.65!important}
  .category-card h3,.product-card h3,.service-card h3{font-size:1.18rem!important}
  .fact strong{font-size:1rem!important}
  .fact span{font-size:.92rem!important;line-height:1.55!important}
  .trade-slide{flex:0 0 86%!important}
  .trade-card{min-height:190px!important;padding:18px 12px!important}
  .trade-thumb{width:84px!important;height:84px!important}
  .category-card img,.product-card img{height:190px!important}
}


/* V7 CEO message section */
.message-wrap{display:grid;grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:32px;align-items:start}
.message-media img{width:100%;display:block;border-radius:24px;box-shadow:0 18px 50px rgba(0,0,0,.16)}
.message-card{background:#fff;border:1px solid rgba(13,34,58,.08);border-radius:24px;padding:34px;box-shadow:0 12px 30px rgba(8,23,41,.06)}
.message-card h3{margin:0 0 18px;font-size:1.7rem;color:var(--navy,#0D223A)}
.message-card p{margin:0 0 16px;line-height:1.85;color:#435162}
.signature-block{margin-top:28px;padding-top:22px;border-top:1px solid rgba(13,34,58,.10);display:flex;flex-direction:column;gap:6px}
.signature-block strong{font-size:1.12rem;color:var(--navy,#0D223A)}
.signature-block span{color:#556272;font-weight:500}
.signature-block em{margin-top:6px;color:#b2831d;font-style:italic;font-weight:600}
.ceo-teaser{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff;border:1px solid rgba(13,34,58,.08);border-radius:22px;padding:28px 30px;box-shadow:0 12px 30px rgba(8,23,41,.05)}
.ceo-teaser h2{margin-bottom:10px}
.ceo-teaser p{margin:0;color:#556272}
@media (max-width:900px){
  .message-wrap{grid-template-columns:1fr;gap:24px}
  .message-media{max-width:420px}
  .ceo-teaser{flex-direction:column;align-items:flex-start}
}
@media (max-width:600px){
  .message-card{padding:24px 20px;border-radius:20px}
  .message-card h3{font-size:1.38rem}
  .message-card p{font-size:14px;line-height:1.72}
  .signature-block strong{font-size:1rem}
  .signature-block span,.signature-block em{font-size:.94rem}
  .ceo-teaser{padding:22px 18px;border-radius:18px}
}


/* ==========================================================
   V8 REFINEMENTS — requested hero banners, smaller CEO image,
   mobile hero protection and consistent text alignment
   ========================================================== */

/* Consistent website text alignment */
.about-copy p,
.prose p,
.section-head p,
.service-card p,
.market-copy p,
.process-card p,
.category-card p,
.product-card p,
.message-card p,
.form-card p,
.note,
.legal p,
.footer-brand p,
.contact-row,
.quote-side p{
  text-align:justify;
  text-justify:inter-word;
}
.hero-copy p,
.trade-intro p,
.ceo-teaser p,
.page-hero p,
.category-hero-copy p,
.final-cta p,
.site-footer .footer-links a,
.site-footer .footer-contact a,
.site-footer .footer-contact span{
  text-align:left;
}

/* Hero banner sizing for the supplied wide banners */
.hero{
  height:clamp(560px,40vw,760px) !important;
  min-height:560px !important;
  max-height:760px !important;
}
.hero-slide img{
  object-fit:cover !important;
  object-position:center center !important;
}
.hero-overlay{
  background:linear-gradient(90deg,rgba(0,21,47,.10) 0%,rgba(0,21,47,.08) 38%,rgba(0,21,47,.05) 100%) !important;
}
.hero-content{
  align-items:flex-end !important;
}
.hero-copy{
  max-width:min(620px,46%) !important;
  margin:0 0 28px !important;
  padding:24px 28px 26px !important;
  background:linear-gradient(180deg,rgba(0,21,47,.64),rgba(0,21,47,.54)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:24px !important;
  backdrop-filter:blur(4px);
  box-shadow:0 18px 44px rgba(0,0,0,.12);
}
.hero-copy .eyebrow{
  margin-bottom:12px !important;
}
.hero-copy h1{
  font-size:clamp(2.5rem,3.8vw,4.2rem) !important;
  line-height:1.02 !important;
  max-width:none !important;
}
.hero-copy .lead{
  font-size:16px !important;
  line-height:1.6 !important;
  max-width:none !important;
  margin-top:14px !important;
}
.hero-actions{
  margin-top:22px !important;
}
.hero-dots{
  bottom:18px !important;
}

/* Smaller CEO photo placed neatly beside the message */
.message-wrap{
  grid-template-columns:240px minmax(0,1fr) !important;
  gap:28px !important;
  align-items:start !important;
}
.message-media{
  max-width:240px;
}
.message-media img{
  width:100% !important;
  border-radius:20px !important;
}
.message-card{
  padding:30px !important;
}

@media (max-width: 1100px){
  .hero-copy{max-width:min(600px,50%) !important;}
}

@media (max-width: 900px){
  .hero,
  .hero-slide,
  .hero-slide img,
  .hero-content{
    min-height:520px !important;
    height:auto !important;
  }
  .hero-slide img{
    object-position:60% center !important;
  }
  .hero-overlay{
    background:linear-gradient(180deg,rgba(0,21,47,.06) 0%,rgba(0,21,47,.18) 42%,rgba(0,21,47,.78) 100%) !important;
  }
  .hero-content{
    align-items:flex-end !important;
  }
  .hero-copy{
    max-width:min(88%,360px) !important;
    margin:0 0 18px !important;
    padding:18px 18px 20px !important;
    border-radius:18px !important;
    background:rgba(0,21,47,.74) !important;
  }
  .hero-copy h1{
    font-size:clamp(1.85rem,7.4vw,2.45rem) !important;
    line-height:1.06 !important;
  }
  .hero-copy .lead{
    font-size:13.5px !important;
    line-height:1.55 !important;
    margin-top:10px !important;
  }
  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    max-width:100% !important;
    width:100% !important;
    gap:10px !important;
  }
  .hero-actions .btn{
    width:100% !important;
    min-height:46px !important;
    font-size:10px !important;
  }
  .hero-dots{
    bottom:14px !important;
  }

  .message-wrap{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }
  .message-media{
    max-width:180px !important;
    margin:0 auto 0 0 !important;
  }
}

@media (max-width: 600px){
  .hero,
  .hero-slide,
  .hero-slide img,
  .hero-content{
    min-height:470px !important;
  }
  .hero-slide img{
    object-position:62% center !important;
  }
  .hero-copy{
    max-width:88% !important;
    padding:16px 16px 18px !important;
  }
  .hero-copy h1{
    font-size:1.55rem !important;
    line-height:1.08 !important;
  }
  .hero-copy .lead{
    font-size:13px !important;
    line-height:1.5 !important;
  }

  .message-media{
    max-width:150px !important;
  }
  .message-card{
    padding:24px 20px !important;
  }
}


/* ==========================================================
   V8 OPTION B — LATO TYPOGRAPHY + STANDARDIZED HERO PANELS
   Base remains V8. This block intentionally overrides prior
   hero/mobile typography rules without changing page structure.
   ========================================================== */

/* Option B: Lato throughout the website */
html, body,
button, input, select, textarea,
a, p, span, li, label, small,
h1, h2, h3, h4, h5, h6,
.brand, .main-nav, .btn, .quote-btn,
.eyebrow, .text-link, .service-no,
.market-tag, .specs, .footer-grid, .footer-bottom {
  font-family: 'Lato', Arial, sans-serif !important;
}

body{
  font-weight:400;
}

h1,h2,h3,h4,h5,h6,
.hero-copy h1,
.page-hero h1,
.category-hero-copy h1,
.section-head h2,
.about-copy h2,
.trade-intro h2{
  font-family:'Lato', Arial, sans-serif !important;
  font-weight:900 !important;
  letter-spacing:-0.025em;
}

.eyebrow,
.btn,
.quote-btn,
.text-link,
.mega-title,
.mobile-product-jump label{
  font-weight:700 !important;
}

/* Consistent desktop hero panel on every slide */
@media (min-width: 901px){
  .hero{
    height:clamp(580px,40vw,720px) !important;
    min-height:580px !important;
    max-height:720px !important;
  }

  .hero-content{
    align-items:flex-end !important;
  }

  .hero-copy{
    width:620px !important;
    max-width:620px !important;
    height:382px !important;
    min-height:382px !important;
    max-height:382px !important;
    margin:0 0 28px !important;
    padding:28px 34px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    overflow:hidden !important;
    border-radius:24px !important;
  }

  .hero-copy .eyebrow{
    margin:0 0 14px !important;
    font-size:12px !important;
    line-height:1.2 !important;
  }

  .hero-copy h1{
    font-size:49px !important;
    line-height:1.02 !important;
    margin:0 !important;
    max-width:100% !important;
  }

  .hero-copy .lead,
  .hero-copy p{
    font-size:15.5px !important;
    line-height:1.55 !important;
    margin:16px 0 0 !important;
    max-width:100% !important;
  }

  .hero-actions{
    margin-top:auto !important;
    padding-top:20px !important;
    display:flex !important;
    gap:12px !important;
    width:100% !important;
    max-width:none !important;
  }

  .hero-actions .btn{
    min-height:50px !important;
    padding:0 20px !important;
    font-size:11px !important;
    flex:1 1 0 !important;
    white-space:nowrap !important;
  }
}

/* Tablet / small-screen hero: same panel footprint and more visible photography */
@media (max-width: 900px){
  .hero,
  .hero-slide,
  .hero-slide img,
  .hero-content{
    min-height:500px !important;
    height:500px !important;
  }

  .hero-slide img{
    object-fit:cover !important;
    object-position:64% center !important;
  }

  .hero-overlay{
    background:linear-gradient(180deg,rgba(0,21,47,.02) 0%,rgba(0,21,47,.10) 50%,rgba(0,21,47,.52) 100%) !important;
  }

  .hero-content{
    align-items:flex-end !important;
  }

  .hero-copy{
    width:min(76%, 360px) !important;
    max-width:min(76%, 360px) !important;
    height:270px !important;
    min-height:270px !important;
    max-height:270px !important;
    margin:0 0 18px !important;
    padding:16px 18px !important;
    display:flex !important;
    flex-direction:column !important;
    overflow:hidden !important;
    border-radius:18px !important;
    background:rgba(0,21,47,.76) !important;
    backdrop-filter:blur(3px) !important;
  }

  .hero-copy .eyebrow{
    font-size:9.5px !important;
    letter-spacing:.20em !important;
    margin:0 0 8px !important;
  }

  .hero-copy h1{
    font-size:28px !important;
    line-height:1.04 !important;
    margin:0 !important;
    max-width:100% !important;
  }

  .hero-copy .lead,
  .hero-copy p{
    font-size:12.5px !important;
    line-height:1.45 !important;
    margin:10px 0 0 !important;
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:3 !important;
    overflow:hidden !important;
  }

  .hero-actions{
    margin-top:auto !important;
    padding-top:10px !important;
    width:100% !important;
    max-width:none !important;
    display:block !important;
  }

  .hero-actions .btn{
    min-height:42px !important;
    width:100% !important;
    padding:0 14px !important;
    font-size:9.5px !important;
  }

  /* On mobile/tablet keep one CTA so the image remains visible */
  .hero-actions .btn + .btn{
    display:none !important;
  }
}

@media (max-width: 600px){
  .hero,
  .hero-slide,
  .hero-slide img,
  .hero-content{
    min-height:440px !important;
    height:440px !important;
  }

  .hero-slide img{
    object-position:66% center !important;
  }

  .hero-copy{
    width:min(72%, 300px) !important;
    max-width:min(72%, 300px) !important;
    height:232px !important;
    min-height:232px !important;
    max-height:232px !important;
    margin:0 0 16px !important;
    padding:14px 15px !important;
    border-radius:16px !important;
  }

  .hero-copy .eyebrow{
    font-size:8.5px !important;
    margin-bottom:7px !important;
  }

  .hero-copy h1{
    font-size:23px !important;
    line-height:1.05 !important;
  }

  .hero-copy .lead,
  .hero-copy p{
    font-size:11.5px !important;
    line-height:1.40 !important;
    margin-top:8px !important;
    -webkit-line-clamp:2 !important;
  }

  .hero-actions{
    padding-top:8px !important;
  }

  .hero-actions .btn{
    min-height:38px !important;
    font-size:8.5px !important;
    padding:0 12px !important;
  }
}

/* CEO message: Lato Italic for the message, normal hierarchy for signature */
.message-card p{
  font-family:'Lato', Arial, sans-serif !important;
  font-style:italic !important;
  font-weight:400 !important;
  line-height:1.80 !important;
}

.message-card h3,
.signature-block strong,
.signature-block span{
  font-family:'Lato', Arial, sans-serif !important;
  font-style:normal !important;
}

.signature-block em{
  font-family:'Lato', Arial, sans-serif !important;
  font-style:italic !important;
}


/* ==========================================================
   SECTION EDIT MAP — only visible when URL contains ?editmap=1
   ========================================================== */
.edit-map-mode [data-edit-id]{
  position:relative !important;
  outline:2px dashed rgba(214,161,44,.72) !important;
  outline-offset:-2px !important;
}
.edit-map-mode [data-edit-id] > .edit-map-badge{
  position:absolute !important;
  top:8px !important;
  left:8px !important;
  z-index:9998 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  max-width:min(80vw,420px) !important;
  padding:7px 10px !important;
  border-radius:7px !important;
  background:#0D223A !important;
  color:#fff !important;
  border:1px solid #D6A12C !important;
  box-shadow:0 6px 18px rgba(0,0,0,.18) !important;
  font-family:Lato,Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.05em !important;
  line-height:1.2 !important;
  text-transform:none !important;
  cursor:pointer !important;
  opacity:.96 !important;
}
.edit-map-mode [data-edit-id] > .edit-map-badge small{
  font-size:10px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  opacity:.82 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.edit-map-toolbar{
  position:fixed !important;
  right:14px !important;
  top:14px !important;
  z-index:10050 !important;
  padding:10px 13px !important;
  border-radius:10px !important;
  background:#0D223A !important;
  color:#fff !important;
  border:1px solid #D6A12C !important;
  box-shadow:0 8px 24px rgba(0,0,0,.22) !important;
  font:700 12px/1.3 Lato,Arial,sans-serif !important;
}
.edit-map-toolbar strong{color:#D6A12C !important}
.edit-map-copied{background:#D6A12C !important;color:#0D223A !important}
@media(max-width:600px){
  .edit-map-mode [data-edit-id] > .edit-map-badge{
    top:5px !important;left:5px !important;font-size:9px !important;padding:5px 7px !important;
  }
  .edit-map-mode [data-edit-id] > .edit-map-badge small{display:none !important}
  .edit-map-toolbar{top:auto !important;bottom:8px !important;right:8px !important;font-size:10px !important}
}


/* ==========================================================
   V8.1 HERO + MOBILE SLIDER UPDATE — 14 SEP 2026
   Uses dedicated portrait hero artwork on mobile, keeps V8
   structure, reduces hero text panels, and enlarges mobile
   product-category imagery.
   ========================================================== */
.hero-picture{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
}
.hero-picture img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Slightly smaller desktop hero panel, consistent on all slides */
@media (min-width:901px){
  .hero-copy{
    width:560px !important;
    max-width:560px !important;
    height:340px !important;
    min-height:340px !important;
    max-height:340px !important;
    margin:0 0 26px !important;
    padding:24px 28px !important;
    border-radius:21px !important;
  }
  .hero-copy .eyebrow{
    margin-bottom:11px !important;
    font-size:11px !important;
  }
  .hero-copy h1{
    font-size:42px !important;
    line-height:1.03 !important;
  }
  .hero-copy .lead,
  .hero-copy p{
    font-size:14.5px !important;
    line-height:1.5 !important;
    margin-top:13px !important;
  }
  .hero-actions{
    padding-top:15px !important;
  }
  .hero-actions .btn{
    min-height:46px !important;
    padding:0 17px !important;
    font-size:10px !important;
  }
}

/* Dedicated portrait mobile hero art + compact top-left panel */
@media (max-width:900px){
  .hero,
  .hero-slide,
  .hero-slide .hero-picture,
  .hero-slide img,
  .hero-content{
    height:calc(100svh - 76px) !important;
    min-height:610px !important;
    max-height:820px !important;
  }
  .hero-slide img{
    object-position:center center !important;
  }
  .hero-overlay{
    background:linear-gradient(180deg,rgba(0,21,47,.08) 0%,rgba(0,21,47,.02) 46%,rgba(0,21,47,.08) 100%) !important;
  }
  .hero-content{
    align-items:flex-start !important;
    justify-content:flex-start !important;
  }
  .hero-copy{
    width:min(69%,315px) !important;
    max-width:min(69%,315px) !important;
    height:236px !important;
    min-height:236px !important;
    max-height:236px !important;
    margin:24px 0 0 !important;
    padding:14px 15px 15px !important;
    border-radius:15px !important;
    background:rgba(0,21,47,.72) !important;
    backdrop-filter:blur(3px) !important;
    box-shadow:0 10px 28px rgba(0,0,0,.12) !important;
  }
  .hero-copy .eyebrow{
    font-size:8px !important;
    line-height:1.1 !important;
    letter-spacing:.18em !important;
    margin:0 0 6px !important;
  }
  .hero-copy h1{
    font-size:21px !important;
    line-height:1.04 !important;
    letter-spacing:-.02em !important;
  }
  .hero-copy .lead,
  .hero-copy p{
    font-size:10.8px !important;
    line-height:1.38 !important;
    margin-top:7px !important;
    -webkit-line-clamp:3 !important;
  }
  .hero-actions{
    margin-top:auto !important;
    padding-top:7px !important;
  }
  .hero-actions .btn{
    min-height:34px !important;
    padding:0 10px !important;
    font-size:8px !important;
    letter-spacing:.05em !important;
  }
  .hero-dots{
    bottom:12px !important;
  }

  /* Mobile category slider: larger imagery */
  .trade-thumb{
    width:112px !important;
    height:112px !important;
  }
  .trade-card{
    min-height:210px !important;
  }
}

@media (max-width:600px){
  .hero,
  .hero-slide,
  .hero-slide .hero-picture,
  .hero-slide img,
  .hero-content{
    height:calc(100svh - 70px) !important;
    min-height:575px !important;
    max-height:760px !important;
  }
  .hero-copy{
    width:min(67%,286px) !important;
    max-width:min(67%,286px) !important;
    height:220px !important;
    min-height:220px !important;
    max-height:220px !important;
    margin-top:18px !important;
    padding:12px 13px 13px !important;
    border-radius:14px !important;
  }
  .hero-copy .eyebrow{
    font-size:7.5px !important;
    margin-bottom:5px !important;
  }
  .hero-copy h1{
    font-size:18.5px !important;
    line-height:1.04 !important;
  }
  .hero-copy .lead,
  .hero-copy p{
    font-size:9.8px !important;
    line-height:1.34 !important;
    margin-top:6px !important;
    -webkit-line-clamp:3 !important;
  }
  .hero-actions{
    padding-top:6px !important;
  }
  .hero-actions .btn{
    min-height:32px !important;
    font-size:7.6px !important;
    padding:0 9px !important;
  }
  .trade-thumb{
    width:106px !important;
    height:106px !important;
  }
  .trade-card{
    min-height:204px !important;
  }
}

@media (max-width:390px){
  .hero-copy{
    width:min(70%,270px) !important;
    max-width:min(70%,270px) !important;
    height:214px !important;
    min-height:214px !important;
    max-height:214px !important;
  }
  .hero-copy h1{
    font-size:17.2px !important;
  }
  .hero-copy .lead,
  .hero-copy p{
    font-size:9.4px !important;
  }
  .trade-thumb{
    width:100px !important;
    height:100px !important;
  }
}

/* ==========================================================
   V8.9 HERO TEXT PANEL REFINEMENT — 2026-09-15
   Desktop: panel 1cm narrower, 1cm taller, shifted 1cm left.
   Mobile: slightly larger typography and better panel fill.
   ========================================================== */

@media (min-width: 901px){
  .hero-copy{
    width:calc(560px - 1cm) !important;
    max-width:calc(560px - 1cm) !important;
    height:calc(340px + 1cm) !important;
    min-height:calc(340px + 1cm) !important;
    max-height:calc(340px + 1cm) !important;
    margin-left:-1cm !important;
  }
}

@media (max-width: 900px){
  .hero-copy .eyebrow{
    font-size:8.6px !important;
    line-height:1.12 !important;
  }
  .hero-copy h1{
    font-size:22.5px !important;
    line-height:1.045 !important;
  }
  .hero-copy .lead,
  .hero-copy p{
    font-size:11.5px !important;
    line-height:1.42 !important;
    -webkit-line-clamp:3 !important;
  }
  .hero-actions .btn{
    font-size:8.6px !important;
  }
}

@media (max-width: 600px){
  .hero-copy .eyebrow{
    font-size:8.2px !important;
  }
  .hero-copy h1{
    font-size:20.5px !important;
    line-height:1.05 !important;
  }
  .hero-copy .lead,
  .hero-copy p{
    font-size:10.8px !important;
    line-height:1.40 !important;
  }
  .hero-actions .btn{
    font-size:8.2px !important;
  }
}

@media (max-width: 390px){
  .hero-copy h1{
    font-size:18.5px !important;
  }
  .hero-copy .lead,
  .hero-copy p{
    font-size:10.2px !important;
  }
}


/* V9.2 overrides — product slider scale/order + mobile footer alignment */
.trade-track{transition:transform .42s cubic-bezier(.2,.65,.3,1) !important;}
.trade-card{min-height:242px !important;padding:26px 16px !important;}
.trade-thumb{width:138px !important;height:138px !important;}
.trade-card h3{font-size:14px !important;line-height:1.35 !important;margin-top:18px !important;}

@media(max-width:1180px){
  .trade-slide{flex-basis:calc((100% - 54px)/4) !important;}
  .trade-card{min-height:232px !important;padding:22px 14px !important;}
  .trade-thumb{width:126px !important;height:126px !important;}
}

@media(max-width:900px){
  .trade-slide{flex-basis:calc((100% - 18px)/2) !important;}
  .trade-card{min-height:220px !important;padding:20px 12px !important;}
  .trade-thumb{width:116px !important;height:116px !important;}
  .trade-card h3{font-size:13px !important;}
}

@media(max-width:600px){
  .trade-slider{padding:0 16px !important;}
  .trade-slide{flex:0 0 88% !important;}
  .trade-card{min-height:222px !important;padding:22px 14px !important;}
  .trade-thumb{width:122px !important;height:122px !important;}
  .trade-card h3{font-size:13px !important;line-height:1.35 !important;}
  .trade-arrow{width:42px !important;height:42px !important;}
}

@media(max-width:767px){
  .site-footer,
  .site-footer .footer-brand,
  .site-footer .footer-links,
  .site-footer .footer-contact{
    text-align:left !important;
  }
  .footer-logo-card{
    display:flex !important;
    justify-content:flex-start !important;
    align-items:center !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .site-footer p,
  .site-footer .slogan{
    text-align:left !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .footer-bottom{
    align-items:flex-start !important;
    text-align:left !important;
  }
}
