:root{--teal:#064f4b;--teal2:#0b665f;--gold:#dc9718;--cream:#fbf7ef;--ink:#173330;--muted:#53625f;--line:#e8e5dc;--shadow:0 14px 38px rgba(19,48,45,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}body.menu-open{overflow:hidden}.wrap{width:min(1240px,92%);margin:auto}a{color:inherit;text-decoration:none}.icon{width:28px;height:28px;display:block}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #ecebe6;backdrop-filter:blur(12px)}.navwrap{height:84px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;margin-right:auto}.brand img,.custom-logo{width:220px;height:60px;object-fit:contain}.primary-nav ul{display:flex;align-items:center;gap:31px;list-style:none;padding:0;margin:0;font-weight:700;font-size:14px}.primary-nav a{transition:.2s}.primary-nav a:hover{color:var(--gold)}.actions{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;border-radius:7px;font-weight:800;font-size:14px;transition:.2s}.btn:hover{transform:translateY(-1px)}.gold{background:var(--gold);color:#fff}.teal{background:var(--teal);color:#fff}.outline{border:1px solid #aab7b4;background:#fff}.lang{position:relative}.lang-button{height:48px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #d5d9d7;border-radius:7px;padding:0 14px;color:var(--ink);font-weight:800;cursor:pointer}.lang-button .icon{width:18px;height:18px}.lang-button b{font-size:16px;font-weight:500}.lang-menu{display:none;position:absolute;right:0;top:55px;background:#fff;min-width:165px;box-shadow:0 12px 35px #0002;border:1px solid #eee;border-radius:10px;padding:8px;z-index:60}.lang-menu.open{display:grid}.lang-menu a{padding:10px 12px;border-radius:7px;font-size:14px}.lang-menu a:hover{background:#f5f5f1}.lang-menu a[data-lang-placeholder="1"]{cursor:default}.lang-menu a[data-lang-placeholder="1"]:after{content:""}.mobile-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:10px;cursor:pointer}.mobile-toggle span{height:2px;background:var(--ink);display:block;margin:5px 0;border-radius:4px}.hero{background:linear-gradient(90deg,#fff 0,#fff 40%,var(--cream) 100%)}.hero-grid{display:grid;grid-template-columns:40% 60%;align-items:stretch}.hero-copy{padding:68px 34px 62px 0;align-self:center}.kicker{color:#c77b00;font-weight:900;font-size:13px;letter-spacing:.045em}.hero h1,.section h2{font-family:Georgia,"Times New Roman",serif}.hero h1{font-size:58px;line-height:1.04;margin:12px 0 20px;color:#083f3c;letter-spacing:-.02em}.hero h1 span,.section-head h2 span{color:var(--gold)}.hero-copy p{font-size:17px;line-height:1.72;color:#354744;max-width:540px}.cta{display:flex;gap:16px;margin-top:28px}.play{width:20px;height:20px;border:1px solid var(--teal);border-radius:50%;display:grid;place-items:center;line-height:1}.hero-image{overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--cream)}.hero-image img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}.trust{margin-top:-36px;position:relative;z-index:5}.trustgrid{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:13px;display:grid;grid-template-columns:repeat(5,1fr);padding:20px 12px}.trust-item{display:flex;align-items:center;gap:14px;padding:5px 19px;border-right:1px solid var(--line);min-height:78px}.trust-item:last-child{border:0}.trust-icon{color:var(--teal);flex:none}.trust-item b,.trust-item small{display:block}.trust-item b{font-size:13px;margin-bottom:5px}.trust-item small{font-size:12px;line-height:1.45;color:#344440}.trust-item em{display:none;margin-left:auto;font-size:24px;font-style:normal}.section{padding:72px 0}.section h2{font-size:38px;margin:8px 0 28px;color:#0b4a47;letter-spacing:-.015em}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px}.view-all,.text-link{font-size:13px;font-weight:850;color:var(--teal)}.product-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px}.product-card,.custom-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.035)}.product-photo{display:block;overflow:hidden}.product-card img,.placeholder{width:100%;height:130px;object-fit:cover;transition:transform .35s}.product-card:hover img{transform:scale(1.035)}.placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#e8dfc7,#f8f4e8);color:#a87517;font-weight:900}.pcopy{padding:14px}.pcopy h3{font-size:15px;margin:0 0 8px}.pcopy p{font-size:12px;line-height:1.52;min-height:73px;color:#475754}.pcopy a,.custom-card a{color:var(--teal);font-weight:850;font-size:12px}.custom-card{background:linear-gradient(145deg,#075650,#063f3c);color:#fff;padding:24px 19px;display:flex;flex-direction:column;justify-content:center}.custom-card .custom-icon{color:var(--gold);margin-bottom:11px}.custom-card h3{font-family:Georgia,serif;font-size:20px;margin:0 0 12px}.custom-card p{font-size:13px;line-height:1.55}.custom-card a{color:#fff;margin-top:auto}.mobile-dots{display:none}.pale{background:linear-gradient(180deg,#fbfbf8,#f3f7f5)}.solution-grid{display:grid;grid-template-columns:1.1fr 1fr 1.1fr 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.photo img{width:100%;height:100%;object-fit:cover;min-height:330px}.solution{padding:32px 27px}.solution-title{display:flex;align-items:center;gap:14px}.solution-title h3{font-size:20px;margin:0}.round-icon{display:grid;place-items:center;flex:none;width:50px;height:50px;border-radius:50%;background:var(--teal);color:#fff}.round-icon .icon{width:25px;height:25px}.solution p,.solution li{font-size:13px;line-height:1.65;color:#40504d}.solution ul{padding-left:20px;margin-bottom:20px}.process{background:#fffdf9}.process-heading h2{margin-bottom:35px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;position:relative}.steps:before{content:"";position:absolute;top:34px;left:8%;right:8%;border-top:1px dashed #9aaea8}.step{text-align:center;position:relative;background:#fffdf9;padding:0 10px}.step-icon{width:68px;height:68px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;margin:0 auto 9px;position:relative;z-index:2}.step b{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--gold);color:#fff;font-size:10px}.step h3{font-size:14px;margin:7px 0}.step p{font-size:12px;line-height:1.55;color:#54635f}.about{padding-top:28px}.about-grid{display:grid;grid-template-columns:1.05fr .95fr 1.2fr;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:#fff}.facts{background:var(--teal);color:#fff;display:grid;grid-template-columns:1fr 1fr;padding:28px}.facts div{padding:17px;display:grid;grid-template-columns:38px 1fr;column-gap:8px;align-items:center}.facts .icon{grid-row:1/3}.facts b{font-size:16px}.facts small{font-size:11px;opacity:.85}.about-copy{padding:35px}.about-copy h2{margin-top:0}.about-copy p{font-size:14px;line-height:1.7;color:#455652}.about-img{position:relative;min-height:245px}.about-img img{width:100%;height:100%;object-fit:cover;filter:brightness(.72)}.about-img strong{position:absolute;left:30px;bottom:30px;color:#fff;font-family:Georgia,serif;font-size:28px;line-height:1.1;text-shadow:0 2px 10px #000}.footer{background:#102e2c;color:#eef5f3;padding:42px 0 18px;margin-top:0}.footgrid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:35px}.footgrid b{color:#fff}.footgrid ul{list-style:none;padding:0}.footgrid li{margin:7px 0}.footgrid a,.footgrid p,.footgrid small{color:#d1dedb;font-size:13px;line-height:1.7}.footbrand{font-size:25px;color:#fff}.copyright{border-top:1px solid #ffffff24;padding-top:18px;margin-top:28px;font-size:12px;color:#c9d4d1;display:flex;justify-content:space-between}.single-product,.page-content{max-width:900px}.single-product>img{max-width:100%;height:auto;border-radius:12px}.content,.page-content{font-size:17px;line-height:1.75}
@media(max-width:980px){.primary-nav{display:none;position:fixed;top:74px;left:0;right:0;bottom:0;background:#fff;padding:26px 5%;z-index:55;overflow:auto}.primary-nav.open{display:block}.primary-nav ul{display:grid;gap:0}.primary-nav li{border-bottom:1px solid var(--line)}.primary-nav a{display:block;padding:18px 2px;font-size:17px}.quote-btn{display:none}.mobile-toggle{display:block}.navwrap{height:74px}.brand img,.custom-logo{width:170px;height:48px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:44px 0 28px}.hero h1{font-size:44px;max-width:600px}.hero-image{height:auto;min-height:0;border-radius:0}.trust{margin-top:0}.trustgrid{grid-template-columns:1fr;border-radius:0;padding:0;border-left:0;border-right:0;box-shadow:none}.trust-item{border-right:0;border-bottom:1px solid var(--line);padding:14px 3%;min-height:68px}.trust-item:last-child{border-bottom:0}.trust-item em{display:block}.product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:15px;padding-bottom:8px;scrollbar-width:none}.product-grid::-webkit-scrollbar{display:none}.product-card,.custom-card{flex:0 0:min(78vw,360px);scroll-snap-align:start}.product-card img,.placeholder{height:220px}.pcopy p{min-height:0}.mobile-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.mobile-dots i{width:7px;height:7px;border-radius:50%;background:#c8d1cf}.mobile-dots .active{background:var(--teal)}.solution-grid{grid-template-columns:1fr}.photo img{min-height:280px}.steps{grid-template-columns:1fr;gap:18px}.steps:before{top:34px;bottom:34px;left:34px;right:auto;border-top:0;border-left:1px dashed #9aaea8}.step{text-align:left;padding-left:94px;min-height:82px}.step-icon{position:absolute;left:0;top:0;margin:0}.step b{margin-top:4px}.about-grid,.footgrid{grid-template-columns:1fr}.copyright{display:grid;gap:8px}.facts{grid-template-columns:1fr 1fr}.section{padding:58px 0}}
@media(max-width:620px){.wrap{width:min(100% - 30px,1240px)}.navwrap{width:calc(100% - 24px)}.brand img,.custom-logo{width:146px;height:44px}.actions{gap:6px}.lang-button{height:42px;padding:0 10px}.lang-button .icon{width:16px}.mobile-toggle{width:40px}.hero{background:#fff}.hero-grid{width:100%}.hero-copy{width:calc(100% - 30px);margin:auto;padding:34px 0 22px}.hero h1{font-size:34px;line-height:1.07;margin:8px 0 15px}.hero-copy p{font-size:14px;line-height:1.62}.cta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.btn{padding:12px 12px;font-size:12px}.hero-image{height:auto}.hero-image img{height:auto;object-fit:contain;object-position:center}.trust .wrap{width:100%}.trust-item{padding-left:18px;padding-right:18px}.trust-icon .icon{width:25px}.section{padding:46px 0}.section h2{font-size:29px;line-height:1.1;margin-bottom:23px}.section-head{align-items:start}.view-all{font-size:11px;margin-top:25px;white-space:nowrap}.product-card,.custom-card{flex-basis:84vw}.product-card img,.placeholder{height:205px}.solution{padding:25px 22px}.photo img{min-height:230px}.process-heading h2{font-size:31px}.facts{grid-template-columns:1fr}.about-copy{padding:28px 23px}.about-img{min-height:240px}.about-img strong{font-size:25px;left:24px;bottom:24px}.footgrid{gap:20px}.footer{padding-top:34px}}

/* V3 approved-homepage refinements */
.navwrap{height:76px;gap:30px}.brand img,.custom-logo{width:275px;height:64px;object-fit:contain;object-position:left center}.primary-nav ul{gap:38px;font-size:14px}.quote-btn{padding:14px 21px}.hero{background:#fff}.hero-grid{width:100%;max-width:none;grid-template-columns:34% 66%;min-height:378px}.hero-copy{padding:46px 52px 40px max(5vw,54px);background:linear-gradient(90deg,#fff 0%,#fff 82%,#fffaf3 100%)}.hero h1{font-size:52px;line-height:1.02;margin:10px 0 14px;max-width:470px}.hero-copy p{font-size:15px;line-height:1.55;max-width:450px}.cta{margin-top:18px}.hero-image{height:378px;background:#f8f2e9}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center center}.trust{margin-top:-2px}.trustgrid{width:calc(100% - 64px);max-width:1468px;border-radius:18px;padding:11px 10px;box-shadow:0 12px 28px rgba(21,47,44,.07)}.trust-item{min-height:74px;padding:5px 24px}.trust-item b{font-size:13px}.trust-item small{font-size:12px}.products-section{padding:28px 0 38px}.products-section .wrap,.sourcing-section .wrap{width:min(1468px,94%)}.section h2{font-size:31px}.product-grid{grid-template-columns:repeat(6,minmax(0,1fr)) 1.05fr;gap:12px}.product-card,.custom-card{border-radius:11px}.product-card img,.placeholder{height:86px;object-fit:cover}.pcopy{padding:10px 12px 12px}.pcopy h3{font-size:14px;margin-bottom:6px}.pcopy p{font-size:11.5px;line-height:1.5;min-height:69px}.custom-card{padding:18px 18px}.custom-card h3{font-size:19px}.custom-card p{font-size:12px}.pale{background:#fbfaf7}.sourcing-section{padding:20px 0 42px}.sourcing-section h2{margin-bottom:10px}.solution-grid{grid-template-columns:1.25fr 1.12fr 1.45fr 1.08fr;border:0;gap:0;border-radius:0;background:transparent}.solution-grid>.photo,.solution-grid>.solution{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.solution-grid>.photo:first-child{border-left:1px solid var(--line);border-radius:12px 0 0 12px;overflow:hidden}.solution-grid>.solution:nth-child(2){border-right:1px solid var(--line);border-radius:0 12px 12px 0;margin-right:34px}.solution-grid>.photo:nth-child(3){border-left:1px solid var(--line);border-radius:12px 0 0 12px;overflow:hidden}.solution-grid>.solution:nth-child(4){border-right:1px solid var(--line);border-radius:0 12px 12px 0}.photo img{min-height:255px;height:100%;object-fit:cover}.solution{padding:20px 24px}.solution-title h3{font-size:18px}.round-icon{width:46px;height:46px}.solution p,.solution li{font-size:12px;line-height:1.5}.solution ul{margin-top:8px;margin-bottom:10px}.process{padding-top:42px}.about{padding-top:16px}.lang-menu{top:53px;min-width:150px}.lang-menu a{position:relative;padding-left:38px}.lang-menu a:nth-child(1):before{content:'🇬🇧';position:absolute;left:10px}.lang-menu a:nth-child(2):before{content:'🇹🇷';position:absolute;left:10px}.lang-menu a:nth-child(3):before{content:'🇻🇳';position:absolute;left:10px}
@media(max-width:980px){.brand img,.custom-logo{width:205px;height:50px}.hero-grid{grid-template-columns:1fr;min-height:0}.hero-copy{padding:34px 5% 24px}.hero-image{height:auto}.hero-image img{height:auto;aspect-ratio:2.25/1;object-fit:cover}.trustgrid{width:100%}.solution-grid{grid-template-columns:1fr}.solution-grid>.solution:nth-child(2){margin-right:0}.solution-grid>.photo:first-child,.solution-grid>.solution:nth-child(2),.solution-grid>.photo:nth-child(3),.solution-grid>.solution:nth-child(4){border-radius:0;border:1px solid var(--line);margin-top:-1px}.product-grid{display:flex}}
@media(max-width:620px){.brand img,.custom-logo{width:150px;height:42px}.hero-copy{padding:28px 15px 20px}.hero h1{font-size:35px}.hero-image img{aspect-ratio:1.75/1}.product-card img,.placeholder{height:205px}.sourcing-section .wrap{width:calc(100% - 30px)}.solution-grid>.photo img{min-height:230px}}

/* V4 visual fixes */
.brand .asiatolia-brand-logo{width:275px;height:64px;object-fit:contain;object-position:left center;display:block}
.hero-image{height:378px;overflow:hidden;background:#f8f2e9}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
/* Hide legacy GTranslate floating switcher; theme header language control is used instead. */
.gt_float_switcher,.gtranslate_wrapper,.gt_switcher_wrapper{display:none!important}
@media(max-width:980px){.brand .asiatolia-brand-logo{width:205px;height:50px}.hero-image{height:auto}.hero-image img{height:auto;aspect-ratio:2.25/1;object-fit:cover}}
@media(max-width:620px){.brand .asiatolia-brand-logo{width:150px;height:42px}.hero-image img{aspect-ratio:1.75/1}}

/* V5 final visual corrections */
@media(min-width:981px){
  .navwrap{height:78px}
  .brand .asiatolia-brand-logo{width:300px;height:66px}
  .hero-grid{grid-template-columns:34% 66%;align-items:stretch;min-height:405px}
  .hero-copy{padding-top:48px;padding-bottom:46px}
  .hero-image{height:auto!important;min-height:100%;position:relative;overflow:hidden;background:#fbf7ef}
  .hero-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
  .product-card img{image-rendering:auto}
  .photo img{width:100%;height:100%;object-fit:cover;image-rendering:auto}
}
@media(max-width:980px){
  .hero-image{position:relative;height:auto!important;min-height:0}
  .hero-image img{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:2.05/1;object-fit:cover;display:block}
  .solution-grid .photo img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
}
@media(max-width:620px){
  .hero-image img{aspect-ratio:1.55/1;object-position:center center}
  .product-card img{height:210px;object-fit:cover}
}


/* V6 CLEAN HQ ASSET FIXES */
.solution-grid .photo{overflow:hidden;background:#f4f1ea}
.solution-grid .photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:none!important}
.about-img{overflow:hidden;background:#0d4d48}
.about-img img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;filter:brightness(.67)}
.product-photo{display:block;overflow:hidden;background:#f5f2ec}
.product-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-image img{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}
@media(min-width:981px){
 .photo img{min-height:255px}
 .product-card img{height:118px}
 .about-img{min-height:265px}
}
@media(max-width:980px){
 .solution-grid .photo img{aspect-ratio:16/10;height:auto;min-height:0}
 .about-img img{min-height:260px}
}
