:root{
  --ink:#102033;
  --muted:#65758a;
  --line:#e3e8ee;
  --brand:#2f5d3b;
  --brand-dark:#183524;
  --accent:#80b7a0;
  --accent-2:#dca35d;
  --paper:#ffffff;
  --soft:#f6f8f4;
  --wood:#a86f3b;
  --shadow:0 18px 48px rgba(16,32,51,.12);
  --radius:22px;
  --radius-sm:14px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(var(--max), calc(100% - 36px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:10px;background:#fff;color:#000;padding:10px;z-index:1000}.skip-link:focus{left:10px}
.topbar{background:var(--brand-dark);color:#eaf7ed;font-size:14px}.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0}.topbar a{font-weight:700}.topbar span{display:inline-flex;align-items:center;gap:7px}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(227,232,238,.85);z-index:50}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}.brand{display:flex;align-items:center;gap:12px;min-width:220px}.brand-logo{width:64px;height:64px;object-fit:contain}.brand-text strong{display:block;font-size:16px;letter-spacing:.02em;color:var(--brand-dark);line-height:1.05}.brand-text span{display:block;font-size:12px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.main-nav{display:flex;align-items:center;gap:7px}.main-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:5px;align-items:center}.main-nav a{display:inline-flex;padding:10px 12px;border-radius:999px;font-weight:700;font-size:14px;color:#24354b}.main-nav a:hover,.main-nav .current-menu-item>a{background:#edf5ef;color:var(--brand)}.header-actions{display:flex;align-items:center;gap:10px}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 12px;font-weight:800;color:var(--ink)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:12px 18px;font-weight:800;line-height:1.1;cursor:pointer;transition:.2s ease;white-space:nowrap}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 12px 28px rgba(47,93,59,.25)}.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px)}.btn-outline{border:1px solid rgba(47,93,59,.24);background:#fff;color:var(--brand)}.btn-outline:hover{background:#edf5ef}.btn-gold{background:var(--accent-2);color:#1e1408}.btn-light{background:#fff;color:var(--brand-dark)}.btn-block{width:100%}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at top right, rgba(128,183,160,.38), transparent 32%),linear-gradient(135deg,#f5fbf6 0%, #fff 48%, #f7efe4 100%);padding:84px 0 72px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(47,93,59,.18);background:rgba(255,255,255,.78);color:var(--brand);padding:7px 12px;border-radius:999px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(40px,6vw,72px);line-height:.98;margin:18px 0;color:var(--brand-dark);letter-spacing:-.045em}.hero p{font-size:18px;color:#4b5f6e;max-width:680px;margin:0 0 26px}.hero-actions{display:flex;flex-wrap:wrap;gap:13px}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.metric{background:rgba(255,255,255,.82);border:1px solid rgba(227,232,238,.85);border-radius:18px;padding:16px;box-shadow:0 14px 34px rgba(16,32,51,.06)}.metric strong{display:block;font-size:24px;color:var(--brand-dark);line-height:1}.metric span{display:block;font-size:13px;color:var(--muted);font-weight:700;margin-top:5px}.hero-card{position:relative;background:#fff;border:1px solid rgba(227,232,238,.92);border-radius:32px;box-shadow:var(--shadow);padding:26px;overflow:hidden}.wood-stack{height:330px;border-radius:24px;background:linear-gradient(140deg,rgba(20,50,32,.83),rgba(47,93,59,.8)),repeating-linear-gradient(0deg,#9a6234 0 18px,#774921 18px 25px,#b77b45 25px 44px);position:relative;overflow:hidden}.wood-stack:before{content:"";position:absolute;inset:28px 42px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.22) 0 9px,transparent 9px 55px);opacity:.35}.wood-stack:after{content:"ASAP\A PALLET PORTAL";white-space:pre;position:absolute;left:26px;bottom:24px;color:#fff;font-weight:900;font-size:30px;line-height:1.02;letter-spacing:-.02em}.hero-card .badge{position:absolute;right:18px;top:18px;background:#fff;color:var(--brand);font-weight:900;padding:10px 14px;border-radius:999px;box-shadow:0 12px 28px rgba(0,0,0,.14)}
.section{padding:72px 0}.section.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-kicker{display:block;color:var(--brand);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:13px;margin-bottom:8px}.section h2{font-size:clamp(30px,4vw,46px);line-height:1.04;margin:0;color:var(--brand-dark);letter-spacing:-.03em}.section-head p,.lead{color:#58708a;font-size:17px;margin:10px 0 0;max-width:740px}.grid{display:grid;gap:20px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 14px 34px rgba(16,32,51,.06)}.feature-card .icon,.industry-card .icon{width:46px;height:46px;border-radius:15px;background:#edf5ef;color:var(--brand);display:grid;place-items:center;font-size:23px;margin-bottom:14px}.feature-card h3,.industry-card h3{margin:0 0 8px;font-size:20px;color:var(--brand-dark)}.feature-card p,.industry-card p{margin:0;color:var(--muted)}
.product-controls{display:grid;grid-template-columns:1.3fr repeat(2,.8fr);gap:12px;margin-bottom:24px}.field,.select{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:#fff;color:var(--ink);font:inherit;outline:none}.field:focus,.select:focus{border-color:rgba(47,93,59,.65);box-shadow:0 0 0 4px rgba(47,93,59,.12)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 16px 36px rgba(16,32,51,.08);transition:.2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(16,32,51,.14)}.product-visual{height:170px;background:linear-gradient(135deg,rgba(47,93,59,.92),rgba(19,44,30,.92)),repeating-linear-gradient(0deg,#aa6e3b 0 16px,#8a5526 16px 22px,#c1844d 22px 37px);position:relative;overflow:hidden}.product-visual:before{content:"";position:absolute;inset:28px 24px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.2) 0 12px,transparent 12px 60px)}.product-visual span{position:absolute;bottom:16px;left:16px;right:16px;color:#fff;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}.product-body h3{font-size:21px;line-height:1.15;margin:0;color:var(--brand-dark)}.product-body p{margin:0;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:7px}.tag{display:inline-flex;background:#edf5ef;color:var(--brand);font-size:12px;font-weight:900;border-radius:999px;padding:6px 9px}.spec-list{display:grid;gap:8px;margin:4px 0}.spec-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px dashed #d7dee6;font-size:14px}.spec-row strong{color:#273a4f}.spec-row span{color:var(--muted);text-align:right}.product-actions{display:flex;gap:9px;margin-top:auto}.product-actions .btn{padding:11px 13px;font-size:14px;flex:1}.no-results{display:none;background:#fff7eb;border:1px solid #f3d6b1;border-radius:18px;padding:16px;color:#78501d;font-weight:800;margin-top:16px}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;position:relative}.step strong{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--brand);color:#fff;margin-bottom:14px}.step h3{margin:0 0 8px;color:var(--brand-dark)}.step p{margin:0;color:var(--muted)}
.quote-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:stretch;background:linear-gradient(135deg,var(--brand-dark),var(--brand));border-radius:32px;padding:30px;color:#fff;box-shadow:var(--shadow)}.quote-panel h2{color:#fff}.quote-panel p{color:#ddf0e3}.quote-form{background:#fff;color:var(--ink);border-radius:24px;padding:22px;display:grid;gap:12px}.quote-form .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-form label{display:grid;gap:6px;font-size:13px;font-weight:900;color:#314258}.quote-form textarea{min-height:110px;resize:vertical}.form-note{font-size:13px;color:var(--muted);margin:0}
.page-hero{background:linear-gradient(135deg,#f5fbf6,#fff7ed);padding:64px 0;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(38px,5vw,62px);line-height:1;margin:8px 0 0;color:var(--brand-dark);letter-spacing:-.035em}.breadcrumb{color:var(--muted);font-weight:800;font-size:14px}.content-wrap{padding:64px 0}.content-wrap .entry-content{max-width:900px}.entry-content h2{font-size:32px;color:var(--brand-dark);line-height:1.1}.entry-content p,.entry-content li{color:#53697e}.entry-content a{color:var(--brand);font-weight:800}.single-product{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start}.single-product .product-visual{height:390px;border-radius:30px}.detail-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.detail-card h1{font-size:clamp(34px,5vw,56px);line-height:1;margin:0 0 16px;color:var(--brand-dark);letter-spacing:-.035em}.detail-card .lead{margin-bottom:20px}.spec-table{display:grid;gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;margin:22px 0}.spec-table .spec-row{padding:12px 14px;border-bottom:1px solid var(--line)}.spec-table .spec-row:last-child{border-bottom:0}.related-products{margin-top:48px}
.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px}.faq summary{cursor:pointer;font-weight:900;color:var(--brand-dark)}.faq p{color:var(--muted);margin-bottom:0}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px}.contact-card strong{display:block;font-size:18px;color:var(--brand-dark)}.contact-card span{color:var(--muted)}
.cta-footer{background:linear-gradient(135deg,#173422,#2f5d3b);color:#fff;padding:48px 0}.cta-footer .container{display:flex;align-items:center;justify-content:space-between;gap:22px}.cta-footer h2{margin:0;font-size:32px;line-height:1.08}.cta-footer p{margin:8px 0 0;color:#dceee3}.site-footer{background:#0d1d13;color:#cfe1d4;padding:46px 0 26px}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:26px}.footer-logo{width:78px;height:78px;object-fit:contain;background:#fff;border-radius:18px;padding:7px;margin-bottom:12px}.footer-col h3{color:#fff;font-size:15px;text-transform:uppercase;letter-spacing:.1em;margin:0 0 14px}.footer-col p,.footer-col li{color:#cfe1d4;margin:0 0 9px}.footer-col ul{list-style:none;margin:0;padding:0}.footer-bottom{margin-top:30px;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;display:flex;justify-content:space-between;gap:14px;font-size:13px;color:#a8bdad}.whatsapp-float{position:fixed;right:20px;bottom:20px;width:62px;height:62px;border-radius:999px;background:#25d366;color:#fff;display:grid;place-items:center;font-size:30px;box-shadow:0 18px 36px rgba(37,211,102,.36);z-index:60}.whatsapp-float:hover{transform:translateY(-2px)}
@media (max-width:980px){.hero-grid,.quote-panel,.single-product{grid-template-columns:1fr}.grid-3,.grid-4,.product-grid,.process,.contact-cards,.footer-grid{grid-template-columns:1fr 1fr}.product-controls{grid-template-columns:1fr}.main-nav{display:none;position:absolute;left:18px;right:18px;top:92px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:12px}.main-nav.is-open{display:block}.main-nav ul{display:grid}.main-nav a{width:100%}.menu-toggle{display:inline-flex}.header-actions .btn{display:none}.cta-footer .container{display:grid}.hero{padding-top:52px}}
@media (max-width:640px){.container{width:min(100% - 26px,var(--max))}.topbar .container{display:grid}.brand-logo{width:54px;height:54px}.brand-text strong{font-size:14px}.hero-metrics,.grid-3,.grid-4,.product-grid,.process,.contact-cards,.footer-grid{grid-template-columns:1fr}.quote-form .row{grid-template-columns:1fr}.product-actions{flex-direction:column}.section{padding:52px 0}.hero-card{padding:16px}.wood-stack{height:260px}.footer-bottom{display:grid}.single-product .product-visual{height:260px}.hero h1{font-size:42px}}

/* Professional photo-based upgrade */
.topbar-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:14px;align-items:center}
.buyer-tools{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:0 0 16px}.tool-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 16px;box-shadow:0 12px 28px rgba(16,32,51,.06);display:grid;gap:6px}.tool-card strong{color:var(--brand-dark);font-size:14px;text-transform:uppercase;letter-spacing:.08em}.tool-card span{font-size:13px;color:var(--muted);font-weight:700}.currency-row{display:grid;grid-template-columns:100px 120px 1fr;gap:8px;align-items:center}.currency-row .field,.currency-row .select{padding:9px 10px;border-radius:12px}.currency-row output{font-weight:900;color:var(--brand);font-size:15px}.goog-te-gadget{font-family:Inter,Arial,sans-serif!important;color:#5f7284!important}.goog-te-gadget-simple{border:1px solid var(--line)!important;border-radius:12px!important;padding:7px 10px!important;background:#f8fbf9!important}.skiptranslate iframe{display:none!important}body{top:0!important}
.photo-hero{min-height:680px;background-size:cover;background-position:center right;color:#fff;border-bottom:1px solid rgba(255,255,255,.18)}.photo-hero:before{display:none}.hero-grid-wide{grid-template-columns:minmax(0,760px);min-height:590px;align-items:center}.hero-copy{padding:72px 0}.photo-hero .eyebrow{color:#ccf0d6}.photo-hero h1{color:#fff;text-shadow:0 4px 24px rgba(0,0,0,.24)}.photo-hero p{color:#e6f3ea}.photo-hero .metric{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.25);backdrop-filter:blur(8px)}.photo-hero .metric strong,.photo-hero .metric span{color:#fff}.btn-light-outline{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.5)}.btn-light-outline:hover{background:#fff;color:var(--brand-dark)}.compact-top{padding-top:38px}.banner-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}.wide-banner{min-height:330px;border-radius:30px;background-size:cover;background-position:center;box-shadow:var(--shadow);padding:30px;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;overflow:hidden}.wide-banner span{font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#ccebd4;font-size:13px}.wide-banner h2{font-size:32px;line-height:1.08;margin:10px 0 20px;color:#fff;max-width:620px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 16px 36px rgba(16,32,51,.08);overflow:hidden;transition:.2s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(16,32,51,.14)}.category-card img{width:100%;height:190px;object-fit:cover;display:block}.category-card div{padding:18px}.category-card h3{margin:0 0 8px;color:var(--brand-dark);font-size:19px;line-height:1.15}.category-card p{margin:0;color:var(--muted);font-size:14px}.clean-card .icon{display:none!important}.clean-card{position:relative;overflow:hidden}.clean-card:before{content:"";display:block;width:48px;height:5px;border-radius:999px;background:var(--brand);margin-bottom:16px}.has-photo,.product-detail-photo{background-size:cover!important;background-position:center!important}.has-photo:before,.product-detail-photo:before{display:none!important}.product-card .product-visual{height:210px}.product-visual span{background:rgba(7,20,12,.76);display:inline-flex;left:14px;right:auto;bottom:14px;border-radius:999px;padding:8px 12px;font-size:12px;max-width:calc(100% - 28px)}.product-detail-photo span{font-size:13px}.photo-page-hero,.product-page-hero{background-size:cover;background-position:center;padding:84px 0;border-bottom:0;color:#fff}.photo-page-hero h1,.product-page-hero h1{color:#fff;text-shadow:0 4px 22px rgba(0,0,0,.22)}.photo-page-hero .lead,.product-page-hero .lead,.photo-page-hero .breadcrumb,.product-page-hero .breadcrumb,.photo-page-hero a,.product-page-hero a{color:#ecf8ef}.single-product .product-detail-photo{height:430px;border-radius:30px}.brand-logo{box-shadow:0 10px 25px rgba(16,32,51,.08)}.whatsapp-float{font-family:Arial,sans-serif;text-decoration:none}.btn-light{background:#fff;color:var(--brand-dark);border:1px solid #fff}.btn-light:hover{background:#eff7f1}
@media (max-width:980px){.topbar-grid,.buyer-tools,.banner-row{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.photo-hero{min-height:620px}.hero-grid-wide{min-height:520px}.currency-row{grid-template-columns:1fr 1fr}.currency-row output{grid-column:1/-1}.buyer-tools{padding-top:12px}.site-header{position:relative}.photo-hero{background-position:center}.wide-banner{min-height:300px}}
@media (max-width:640px){.category-grid{grid-template-columns:1fr}.photo-hero{min-height:620px}.photo-hero h1{font-size:39px}.hero-copy{padding:42px 0}.wide-banner{border-radius:22px;min-height:270px}.wide-banner h2{font-size:25px}.category-card img{height:210px}.product-card .product-visual{height:220px}.single-product .product-detail-photo{height:290px}.tool-card{padding:12px}.buyer-tools{gap:10px}.topbar-grid{gap:6px}}
.topbar .topbar-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:14px;align-items:center;justify-content:initial}.site-header .buyer-tools{display:grid}.photo-hero .eyebrow{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22)}.photo-hero .btn-primary{box-shadow:0 14px 30px rgba(0,0,0,.22)}
@media (max-width:980px){.topbar .topbar-grid{grid-template-columns:1fr}.site-header .buyer-tools{grid-template-columns:1fr}}
