:root{--blue:#0D4EA2;--navy:#102f54;--red:#E30613;--charcoal:#1E232B;--muted:#6d7680;--light:#f4f6f8;--line:#e4e8ed;--white:#fff;--max:1220px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--charcoal);background:#fff;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{background:var(--navy);color:#fff;font-size:12px;letter-spacing:.08em}.topbar-inner{min-height:36px;display:flex;justify-content:space-between;align-items:center;gap:20px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand img{width:205px;height:68px;object-fit:contain}.nav nav{display:flex;align-items:center;gap:26px;font-weight:700;font-size:14px}.nav nav>a:not(.btn):hover{color:var(--blue)}.lang{border-left:1px solid var(--line);padding-left:22px;color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;border:0;padding:14px 22px;border-radius:4px;font-weight:800;letter-spacing:.02em}.btn:hover{background:#083d83}.btn-light{background:#fff;color:var(--navy)}.btn-outline{background:transparent;border:1px solid currentColor}.btn-small{padding:11px 16px;font-size:12px}.menu-btn{display:none;background:transparent;border:0;font-size:28px}.hero{min-height:610px;display:grid;align-items:center;background:linear-gradient(100deg,rgba(10,37,67,.94),rgba(13,78,162,.78)),url('/assets/hero-surface.jpg');background-size:cover;background-position:center;color:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-140px;bottom:-260px;width:650px;height:650px;border:1px solid rgba(255,255,255,.17);transform:rotate(20deg)}.hero-content{position:relative;z-index:2;max-width:780px;padding:70px 0}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.13em;color:var(--blue);text-transform:uppercase}.hero .eyebrow{color:#d8e8ff}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.02;margin:15px 0 22px;letter-spacing:-.035em}.hero p{font-size:20px;max-width:720px;color:#eaf1f8}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:24px;text-align:center;border-right:1px solid var(--line);font-weight:800;font-size:14px}.trust-item:last-child{border-right:0}.section{padding:82px 0}.section-alt{background:var(--light)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.section-head h2{font-size:38px;line-height:1.1;margin:8px 0 0}.section-head p{max-width:600px;color:var(--muted);margin:0}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.collection-card{min-height:300px;padding:28px;background:linear-gradient(145deg,#15385e,#0d4ea2);color:#fff;border-radius:8px;display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden}.collection-card:nth-child(2){background:linear-gradient(145deg,#1e232b,#626a72)}.collection-card:nth-child(3){background:linear-gradient(145deg,#e8e8e8,#f7f7f7);color:#1e232b}.collection-card:nth-child(4){background:linear-gradient(145deg,#625240,#a28a6e)}.collection-card:before{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.22);right:-80px;top:-80px;transform:rotate(35deg)}.collection-card h3{font-size:28px;margin:5px 0}.collection-card p{opacity:.85;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(20,42,70,.09)}.product-image{display:block;aspect-ratio:1/1;background:#f7f8fa;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:18px}.product-body h3{font-size:17px;line-height:1.25;margin:8px 0 9px}.product-body .eyebrow{font-size:10px}.product-meta{font-size:12px;color:var(--muted);margin-top:3px}.price-pending{margin:14px 0 11px;font-weight:800;color:var(--navy);font-size:13px}.text-link{font-weight:800;color:var(--blue);font-size:13px}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.panel{padding:42px;background:#fff;border:1px solid var(--line);border-radius:10px}.panel h2{font-size:36px;margin:8px 0 14px}.check-list{display:grid;gap:13px;margin:24px 0}.check-list span:before{content:"✓";display:inline-grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#eaf2fd;color:var(--blue);font-weight:900;margin-right:10px}.cta{background:var(--navy);color:#fff;padding:70px 0}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:35px}.cta h2{font-size:38px;margin:0 0 10px}.page-hero{padding:70px 0 50px;background:var(--light);border-bottom:1px solid var(--line)}.page-hero h1{font-size:48px;margin:7px 0 12px}.page-hero p{max-width:700px;color:var(--muted);font-size:18px}.filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;margin-bottom:30px}.filters input,.filters select{height:48px;border:1px solid #cfd6de;border-radius:4px;padding:0 14px;background:#fff}.catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:30px}.side-filter{border:1px solid var(--line);border-radius:8px;padding:20px;height:max-content}.side-filter strong{display:block;margin-bottom:12px}.side-filter a{display:flex;justify-content:space-between;padding:9px 0;color:#59626c;border-bottom:1px solid #eef0f3;font-size:14px}.side-filter a.active{font-weight:800;color:var(--blue)}.results-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;color:var(--muted);font-size:14px}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;padding:65px 0}.gallery-main{aspect-ratio:1/1;border:1px solid var(--line);background:var(--light);border-radius:8px;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain}.thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.thumb{width:82px;height:82px;border:1px solid var(--line);background:#fff;border-radius:5px;padding:4px;cursor:pointer}.thumb img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:43px;line-height:1.08;margin:8px 0 10px}.sku{color:var(--muted);font-size:13px}.availability{display:inline-block;margin:18px 0;padding:8px 12px;background:#eef7ef;color:#2d7138;border-radius:4px;font-size:12px;font-weight:800}.pending-box{background:#f4f7fb;border-left:4px solid var(--blue);padding:18px;margin:20px 0}.specs{margin-top:30px;border-top:1px solid var(--line)}.spec-row{display:grid;grid-template-columns:160px 1fr;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}.spec-row span:first-child{color:var(--muted)}footer{background:#161c23;color:#d8dde3;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-grid div{display:flex;flex-direction:column;gap:10px}.footer-grid strong{color:#fff}.footer-logo{width:210px;background:#fff;padding:9px;border-radius:5px;margin-bottom:10px}.footer-grid p{max-width:430px;color:#aeb7c1}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #303944;margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;font-size:12px;color:#8f9aa6}
@media(max-width:980px){.collection-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.split,.product-detail{grid-template-columns:1fr}.catalog-layout{grid-template-columns:1fr}.side-filter{display:none}.nav nav{position:absolute;display:none;top:82px;left:0;right:0;background:#fff;padding:25px;flex-direction:column;align-items:flex-start;border-top:1px solid var(--line)}.menu-open .nav nav{display:flex}.menu-btn{display:block}.filters{grid-template-columns:1fr 1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.wrap{width:min(100% - 24px,var(--max))}.topbar{display:none}.nav{height:70px}.brand img{width:165px;height:54px}.hero{min-height:520px}.hero p{font-size:17px}.section{padding:55px 0}.section-head{display:block}.section-head h2,.panel h2,.cta h2{font-size:30px}.collection-grid,.product-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:16px 8px}.filters{grid-template-columns:1fr}.page-hero h1{font-size:38px}.product-detail{padding:40px 0;gap:30px}.product-info h1{font-size:34px}.cta-inner,.footer-bottom{display:block}.footer-grid{grid-template-columns:1fr}.spec-row{grid-template-columns:120px 1fr}}
/* ES-DECOR Public Web V1.1 — premium storefront refinement */
body{font-family:Inter,Arial,Helvetica,sans-serif}.site-header{box-shadow:0 5px 22px rgba(16,47,84,.04)}.hero{min-height:560px;background-position:center 48%}.hero-content{max-width:850px}.hero h1{max-width:820px}.hero p{max-width:680px}.trust-item{letter-spacing:.04em}.section{padding:72px 0}.collection-card.has-photo{min-height:360px;background-image:linear-gradient(180deg,rgba(12,30,48,.08) 15%,rgba(12,30,48,.88) 100%),var(--collection-image);background-size:cover;background-position:center;transition:transform .25s ease,box-shadow .25s ease}.collection-card.has-photo:before{display:none}.collection-card.has-photo:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(16,47,84,.16)}.collection-card.has-photo div{position:relative;z-index:2}.collection-card.has-photo small{font-weight:900;letter-spacing:.13em}.collection-card.has-photo h3{font-size:27px}.collection-card.has-photo span{display:inline-block;margin-top:18px;font-size:12px;font-weight:900;letter-spacing:.04em}.product-card{border-radius:10px}.product-image{aspect-ratio:4/5}.product-image img{object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.035)}.product-body{padding:19px 19px 21px}.price-pending{display:inline-block;background:#edf4fc;color:var(--blue);padding:7px 10px;border-radius:4px;margin:15px 0 12px}.page-hero{padding:58px 0 42px}.filters{position:relative;background:#fff;border:1px solid var(--line);padding:12px;border-radius:9px;box-shadow:0 8px 25px rgba(20,42,70,.04)}.pending-box{border-radius:6px}.gallery-main{background:#fff}.panel{box-shadow:0 8px 28px rgba(20,42,70,.035)}
@media(max-width:620px){.hero{min-height:500px}.collection-card.has-photo{min-height:320px}.product-image{aspect-ratio:1/1}.section{padding:50px 0}}

/* ES-DECOR Public Web V1.1.1 — Clean Premium Hero */
.hero{
  min-height:500px;
  background:
    radial-gradient(circle at 82% 28%,rgba(77,142,218,.32),transparent 30%),
    linear-gradient(112deg,#0b2948 0%,#103b68 52%,#0d4ea2 100%);
  background-image:
    radial-gradient(circle at 82% 28%,rgba(77,142,218,.32),transparent 30%),
    linear-gradient(112deg,#0b2948 0%,#103b68 52%,#0d4ea2 100%);
  position:relative;
}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,36,.18),transparent 62%);pointer-events:none}
.hero:after{content:"";position:absolute;right:-5%;top:8%;bottom:auto;width:46%;height:84%;border:1px solid rgba(255,255,255,.14);transform:skewX(-14deg);border-radius:2px;box-shadow:-70px 55px 0 -69px rgba(255,255,255,.18),-140px 110px 0 -139px rgba(255,255,255,.12);pointer-events:none}
.hero-content{max-width:760px;padding:72px 0 76px}
.hero h1{font-size:clamp(44px,4.8vw,66px);line-height:1.04;max-width:750px;margin:14px 0 20px;letter-spacing:-.032em}
.hero p{font-size:19px;line-height:1.55;max-width:650px;color:rgba(255,255,255,.88)}
.hero .actions{margin-top:28px}
.hero .btn-light{padding-left:25px;padding-right:25px}
.hero .btn-outline{color:#fff;border-color:rgba(255,255,255,.55)}
.hero .btn-outline:hover{background:rgba(255,255,255,.1)}
@media(max-width:620px){.hero{min-height:470px}.hero-content{padding:55px 0 60px}.hero h1{font-size:clamp(38px,11vw,50px)}.hero p{font-size:17px}.hero:after{right:-35%;width:80%}}
/* ES-DECOR Public Web V1.2 — Shopping Cart & Quote Requests */
.cart-link{display:flex!important;align-items:center;gap:6px}.cart-badge{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--blue);color:#fff;display:inline-grid;place-items:center;font-size:11px;font-weight:900}.card-actions{display:flex;justify-content:space-between;align-items:center;gap:8px}.card-actions form{margin:0}.mini-cart-btn{border:0;background:#f1f5f9;color:var(--navy);font-weight:900;font-size:11px;padding:8px 10px;border-radius:4px;cursor:pointer}.mini-cart-btn:hover{background:#e1ebf7}.add-cart-box{display:flex;align-items:end;gap:12px;background:#f7f9fc;border:1px solid var(--line);border-radius:8px;padding:18px;margin:20px 0}.add-cart-box label{display:grid;gap:6px;font-size:12px;font-weight:800}.add-cart-box input{width:90px;height:44px;border:1px solid #cfd6de;border-radius:4px;padding:0 10px}.page-hero.compact{padding:48px 0 36px}.cart-list{border:1px solid var(--line);border-radius:10px;overflow:hidden}.cart-row{display:grid;grid-template-columns:100px 1fr 100px 80px;align-items:center;gap:18px;padding:18px;border-bottom:1px solid var(--line)}.cart-row:last-child{border-bottom:0}.cart-row>img{width:100px;height:100px;object-fit:cover;border-radius:6px;background:var(--light)}.cart-product h3{margin:4px 0 8px}.qty-field{display:grid;gap:6px;font-size:11px;font-weight:800;color:var(--muted)}.qty-field input{width:76px;height:42px;border:1px solid #cfd6de;border-radius:4px;padding:0 10px}.link-button{border:0;background:none;color:var(--blue);font-weight:800;cursor:pointer}.remove-item{color:#a33}.cart-bottom{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}.secondary-btn{background:#fff!important;color:var(--navy)!important;border:1px solid #cfd6de!important}.empty-cart{text-align:center;padding:55px 20px;border:1px solid var(--line);border-radius:10px;background:#fff}.quote-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:40px;align-items:start}.quote-form{border:1px solid var(--line);border-radius:10px;padding:30px;background:#fff}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field-grid label,.full-field{display:grid;gap:7px;font-size:12px;font-weight:800}.field-grid input,.field-grid select,.full-field textarea{width:100%;border:1px solid #cfd6de;border-radius:5px;padding:12px;font:inherit}.field-grid input,.field-grid select{height:46px}.quote-form fieldset{border:0;padding:0;margin:28px 0 18px}.quote-form legend{font-weight:900;margin-bottom:12px}.choice{display:flex;gap:12px;border:1px solid var(--line);padding:15px;border-radius:7px;margin-bottom:10px;cursor:pointer}.choice input{margin-top:4px}.choice span{display:grid;gap:3px}.choice small{color:var(--muted);font-weight:400}.install-choice{margin:20px 0}.full-field{margin-top:20px}.quote-submit{margin-top:22px;width:100%}.form-errors{background:#fff0f0;color:#8b2626;border:1px solid #f1caca;padding:14px;border-radius:6px;margin-bottom:20px;display:grid;gap:5px}.quote-summary{position:sticky;top:110px;border:1px solid var(--line);border-radius:10px;padding:22px;background:#f8fafc}.quote-summary h3{margin-top:0}.summary-item{display:grid;grid-template-columns:58px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.summary-item img{width:58px;height:58px;object-fit:cover;border-radius:5px}.summary-item div{display:grid;align-content:center;gap:4px}.summary-item strong{font-size:13px}.summary-item small{font-size:11px;color:var(--muted)}.summary-note{margin-top:20px;font-size:12px;color:var(--muted);line-height:1.5}.success-section{background:var(--light);min-height:520px}.success-card{max-width:760px;margin:0 auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:55px}.success-card h1{font-size:40px}.success-mark{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#eaf5ec;color:#2d7138;font-size:34px;font-weight:900;margin:0 auto 20px}.success-card .actions{justify-content:center}
@media(max-width:900px){.quote-layout{grid-template-columns:1fr}.quote-summary{position:static}.cart-row{grid-template-columns:80px 1fr 90px}.cart-row>img{width:80px;height:80px}.remove-item{grid-column:2/4;justify-self:start}}
@media(max-width:620px){.cart-row{grid-template-columns:70px 1fr;gap:12px}.cart-row>img{width:70px;height:70px}.qty-field{grid-column:2}.remove-item{grid-column:2}.cart-bottom{flex-direction:column}.cart-bottom .btn{width:100%;text-align:center}.field-grid{grid-template-columns:1fr}.quote-form{padding:20px}.success-card{padding:35px 20px}.success-card h1{font-size:31px}.add-cart-box{align-items:stretch;flex-direction:column}.add-cart-box input{width:100%}}

/* ES-DECOR Public Web V1.5 — Premium Distributor Experience */
.hero-v15{min-height:660px;background:radial-gradient(circle at 82% 28%,rgba(91,159,238,.34),transparent 27%),linear-gradient(112deg,#071d33 0%,#0b3158 48%,#0d4ea2 100%);isolation:isolate}.hero-v15:before{background:linear-gradient(90deg,rgba(3,13,25,.36),rgba(3,13,25,.05) 65%)}.hero-v15:after{right:-1%;top:7%;width:44%;height:86%;border-color:rgba(255,255,255,.16);box-shadow:-60px 52px 0 -59px rgba(255,255,255,.15),-120px 104px 0 -119px rgba(255,255,255,.1)}.hero-v15 .hero-content{padding:95px 0 100px;max-width:900px}.hero-kicker{font-size:12px;font-weight:900;letter-spacing:.18em;color:#d9e9ff}.hero-v15 h1{font-size:clamp(50px,6vw,82px);max-width:900px;letter-spacing:-.045em}.hero-v15 p{font-size:20px;max-width:720px}.hero-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:38px}.hero-proof span{border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.07);padding:8px 12px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.distributor-bar{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 35px rgba(12,38,66,.05)}.distributor-grid{display:grid;grid-template-columns:repeat(4,1fr)}.distributor-grid>div{padding:25px 24px;border-right:1px solid var(--line);display:grid;gap:4px}.distributor-grid>div:last-child{border-right:0}.distributor-grid strong{font-size:14px;color:var(--navy)}.distributor-grid small{color:var(--muted);font-size:11px}.premium-head h2{max-width:650px;font-size:44px}.v15-collections{grid-template-columns:repeat(12,1fr);grid-auto-rows:220px}.v15-collections .collection-card{grid-column:span 6;min-height:0}.v15-collections .collection-card:nth-child(1),.v15-collections .collection-card:nth-child(4){grid-column:span 7}.v15-collections .collection-card:nth-child(2),.v15-collections .collection-card:nth-child(3){grid-column:span 5}.v15-collections .collection-card.has-photo{min-height:0}.v15-collections .collection-card h3{font-size:32px;max-width:420px}.trade-banner{background:#0b2948;color:#fff;padding:90px 0;position:relative;overflow:hidden}.trade-banner:after{content:"";position:absolute;right:-8%;top:-40%;width:520px;height:520px;border:1px solid rgba(255,255,255,.1);transform:rotate(24deg)}.trade-banner-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:center;position:relative;z-index:1}.trade-banner h2{font-size:46px;line-height:1.08;margin:10px 0 18px;max-width:700px}.trade-banner p{color:#c9d7e6;max-width:690px;font-size:18px;margin-bottom:28px}.eyebrow.light{color:#a9ccf6}.trade-stats{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.14)}.trade-stats div{min-height:150px;padding:24px;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;justify-content:flex-end}.trade-stats div:nth-child(2n){border-right:0}.trade-stats div:nth-child(n+3){border-bottom:0}.trade-stats strong{font-size:22px;letter-spacing:.05em}.trade-stats span{font-size:12px;color:#b8c9da;margin-top:5px}.center-head{text-align:center;max-width:850px;margin:0 auto 42px}.center-head h2{font-size:44px;line-height:1.1;margin:9px 0 15px}.center-head p{color:var(--muted);font-size:17px}.application-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.application-grid>div{min-height:190px;padding:28px;border:1px solid var(--line);background:linear-gradient(145deg,#fff,#f7f9fc);display:flex;flex-direction:column;justify-content:flex-end}.application-grid b{font-size:18px;color:var(--navy)}.application-grid span{font-size:12px;color:var(--muted);margin-top:7px}.why-section{background:#f5f7fa}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dfe5eb;border:1px solid #dfe5eb}.why-grid>div{background:#fff;padding:32px;min-height:260px}.why-grid>div>span{font-size:11px;font-weight:900;letter-spacing:.14em;color:var(--blue)}.why-grid h3{font-size:20px;line-height:1.2;margin:45px 0 10px}.why-grid p{font-size:13px;color:var(--muted)}.v15-cta{background:linear-gradient(112deg,#0b2948,#0d4ea2)}.v15-cta p{color:#d8e5f3}.v15-cta .btn-outline{color:#fff;border-color:rgba(255,255,255,.5)}
@media(max-width:980px){.distributor-grid{grid-template-columns:1fr 1fr}.distributor-grid>div:nth-child(2){border-right:0}.trade-banner-grid{grid-template-columns:1fr;gap:45px}.application-grid,.why-grid{grid-template-columns:1fr 1fr}.v15-collections{grid-template-columns:1fr 1fr;grid-auto-rows:330px}.v15-collections .collection-card:nth-child(n){grid-column:span 1}}
@media(max-width:620px){.hero-v15{min-height:590px}.hero-v15 .hero-content{padding:68px 0 72px}.hero-v15 h1{font-size:clamp(42px,12vw,56px)}.hero-v15 p{font-size:17px}.hero-proof{margin-top:28px}.distributor-grid{grid-template-columns:1fr 1fr}.distributor-grid>div{padding:18px 12px}.premium-head h2,.trade-banner h2,.center-head h2{font-size:32px}.v15-collections{grid-template-columns:1fr;grid-auto-rows:310px}.v15-collections .collection-card:nth-child(n){grid-column:1}.application-grid,.why-grid{grid-template-columns:1fr}.trade-banner{padding:65px 0}.trade-stats div{min-height:125px;padding:18px}.why-grid>div{min-height:210px}.why-grid h3{margin-top:30px}}
/* V1.5.1 — Premium visual hero */
.hero-v15{min-height:640px;background:#081f36;color:#fff;overflow:hidden}
.hero-v15:before,.hero-v15:after{display:none}
.hero-v15 .wrap{width:min(1320px,calc(100% - 40px))}
.hero-v15 .hero-content{max-width:none;padding:0;display:grid;grid-template-columns:47% 53%;min-height:640px;align-items:stretch}
.hero-v15 .hero-copy{padding:78px 58px 72px 0;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.hero-v15 .hero-copy:after{content:"";position:absolute;right:-110px;top:0;width:180px;height:100%;background:linear-gradient(90deg,#081f36 0%,rgba(8,31,54,.82) 42%,rgba(8,31,54,0) 100%);pointer-events:none}
.hero-v15 .hero-visual{position:relative;min-height:640px;background-image:linear-gradient(90deg,rgba(8,31,54,.38),rgba(8,31,54,0) 28%),url('/assets/hero-surface.jpg');background-size:cover;background-position:center;overflow:hidden}
.hero-v15 .hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 62%,rgba(4,18,31,.22));pointer-events:none}
.hero-v15 h1{font-size:clamp(48px,5.25vw,72px);line-height:1.01;max-width:650px;margin:15px 0 20px;letter-spacing:-.045em}
.hero-v15 p{font-size:19px;line-height:1.55;max-width:610px;margin:0;color:#dce8f4}
.hero-v15 .actions{margin-top:28px}
.hero-v15 .btn{min-width:168px}
.hero-proof{margin-top:32px;gap:8px}
.hero-proof span{font-size:10px;padding:8px 11px;background:rgba(255,255,255,.06)}
.hero-kicker{color:#a9ccf6}
@media(max-width:980px){.hero-v15 .hero-content{grid-template-columns:1fr;min-height:auto}.hero-v15 .hero-copy{padding:65px 0 48px}.hero-v15 .hero-copy:after{display:none}.hero-v15 .hero-visual{min-height:420px;background-position:center}.hero-v15 h1{max-width:760px}}
@media(max-width:620px){.hero-v15{min-height:0}.hero-v15 .wrap{width:100%}.hero-v15 .hero-copy{padding:52px 20px 42px}.hero-v15 .hero-visual{min-height:310px}.hero-v15 h1{font-size:clamp(40px,12vw,52px)}.hero-v15 p{font-size:16px}.hero-v15 .actions .btn{width:100%}.hero-proof{gap:6px}.hero-proof span{font-size:9px}}


/* ES-DECOR V1.5.2 — Clean premium hero + Spanish default */
.hero-v15 .hero-content{grid-template-columns:43% 57%;min-height:620px}
.hero-v15 .hero-copy{padding:72px 46px 68px 0}
.hero-v15 .hero-copy:after{right:-82px;width:145px}
.hero-v15 .hero-visual{min-height:620px;background-image:linear-gradient(90deg,rgba(8,31,54,.28),rgba(8,31,54,0) 22%),url('/assets/hero-premium-clean.jpg');background-size:cover;background-position:center center}
.hero-v15 .hero-visual:after{background:linear-gradient(180deg,rgba(3,16,28,.04),rgba(3,16,28,.06) 58%,rgba(3,16,28,.2))}
.hero-visual-label{position:absolute;right:28px;top:28px;z-index:2;display:flex;align-items:center;gap:12px;background:rgba(8,31,54,.94);color:#fff;padding:14px 18px;border-radius:6px;box-shadow:0 14px 35px rgba(0,0,0,.22);backdrop-filter:blur(5px)}
.hero-label-mark{width:34px;height:34px;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;font-size:21px;color:#d8eaff}
.hero-visual-label div{display:grid;gap:1px}
.hero-visual-label small{font-size:8px;letter-spacing:.14em;color:#9fc4ee;font-weight:800}
.hero-visual-label strong{font-size:13px;letter-spacing:.01em}
.hero-v15 h1{font-size:clamp(46px,4.85vw,67px);max-width:570px}
.hero-v15 p{font-size:18px;max-width:560px}
@media(max-width:980px){.hero-v15 .hero-content{grid-template-columns:1fr;min-height:auto}.hero-v15 .hero-copy{padding:62px 0 46px}.hero-v15 .hero-visual{min-height:430px}.hero-visual-label{right:20px;top:20px}}
@media(max-width:620px){.hero-v15 .hero-copy{padding:50px 20px 40px}.hero-v15 .hero-visual{min-height:300px;background-position:center}.hero-visual-label{right:14px;top:14px;padding:10px 12px}.hero-label-mark{width:29px;height:29px}.hero-visual-label strong{font-size:11px}.hero-visual-label small{font-size:7px}}
/* V1.6 Distributor Presence */
.hero-v15 .hero-primary{background:var(--red);color:#fff;border-color:var(--red)}
.hero-v15 .hero-primary:hover{background:#bd0711}
.scale-band{background:#0a223b;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.scale-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.scale-grid>div{padding:22px 24px;border-right:1px solid rgba(255,255,255,.12)}
.scale-grid>div:last-child{border-right:0}.scale-grid small{display:block;color:#9eb6cf;font-size:9px;font-weight:900;letter-spacing:.15em;margin-bottom:4px}.scale-grid strong{font-size:13px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-grid .panel{min-height:330px}.contact-grid h2{font-size:32px}
@media(max-width:1180px){.nav nav{gap:16px;font-size:13px}.brand img{width:190px}}
@media(max-width:980px){.scale-grid{grid-template-columns:1fr 1fr}.scale-grid>div:nth-child(2){border-right:0}.contact-grid{grid-template-columns:1fr}}
@media(max-width:620px){.scale-grid{grid-template-columns:1fr 1fr}.scale-grid>div{padding:16px 10px}.scale-grid strong{font-size:11px}.contact-grid .panel{min-height:0}}

/* ES-DECOR V1.6.1 — Home Visual Optimization */
@media(min-width:981px){
  .site-header{position:relative;top:auto}
  .nav{height:70px;gap:18px}
  .brand img{width:188px;height:56px}
  .nav nav{gap:17px;font-size:13px}
  .nav .btn-small{padding:10px 14px}
}
.application-photo-grid{gap:18px}
.application-photo-grid>div{padding:0;border:0;background:none;min-height:310px}
.application-photo{position:relative;overflow:hidden;border-radius:8px;background-image:linear-gradient(180deg,rgba(6,20,34,.06) 18%,rgba(6,20,34,.84) 100%),var(--app-image);background-size:cover;background-position:center;box-shadow:0 12px 30px rgba(16,47,84,.08);transition:transform .25s ease,box-shadow .25s ease}
.application-photo:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(16,47,84,.15)}
.application-photo>div{position:absolute;inset:auto 0 0;padding:25px;color:#fff;display:grid;gap:6px}
.application-photo small{font-size:9px;font-weight:900;letter-spacing:.15em;color:#cfe3fa}
.application-photo b{font-size:21px;color:#fff;line-height:1.15}
.application-photo span{font-size:12px;color:#e4edf6;margin:0}
.why-section{padding:68px 0;background:#f5f7fa}
.why-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}
.why-intro h2{font-size:42px;line-height:1.08;margin:10px 0 16px;max-width:480px}
.why-intro p{color:var(--muted);max-width:500px;margin-bottom:22px}
.why-grid-compact{grid-template-columns:1fr 1fr;gap:14px;background:transparent;border:0}
.why-grid-compact>div{min-height:190px;border:1px solid var(--line);border-radius:8px;padding:24px;box-shadow:0 8px 24px rgba(16,47,84,.035)}
.why-grid-compact .why-icon{width:38px;height:38px;border-radius:8px;background:#eaf2fd;color:var(--blue);display:grid;place-items:center;font-size:17px;letter-spacing:0}
.why-grid-compact h3{margin:24px 0 8px;font-size:18px}
.why-grid-compact p{margin:0}
.trade-banner{padding:74px 0}
.trade-stats div{min-height:132px}
@media(max-width:980px){.why-layout{grid-template-columns:1fr}.why-intro h2{font-size:36px}.application-photo-grid{grid-template-columns:1fr 1fr}.application-photo-grid>div{min-height:280px}}
@media(max-width:620px){.application-photo-grid{grid-template-columns:1fr}.application-photo-grid>div{min-height:270px}.why-grid-compact{grid-template-columns:1fr}.why-intro h2{font-size:31px}.why-section{padding:55px 0}}

/* V1.6.3 static application image fallback */
.application-photo-grid .application-photo{background-color:#102f54 !important;background-image:linear-gradient(180deg,rgba(6,20,34,.02) 18%,rgba(6,20,34,.84) 100%),var(--app-image) !important;background-size:cover !important;background-position:center !important;}

/* V1.6.4: render application photos as real IMG elements (not CSS backgrounds) */
.application-photo-grid .application-photo{position:relative;overflow:hidden;border-radius:8px;min-height:310px;background:#102f54 !important;box-shadow:0 12px 30px rgba(16,47,84,.08);}
.application-photo-grid .application-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0;}
.application-photo-grid .application-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,20,34,.03) 18%,rgba(6,20,34,.84) 100%);z-index:1;pointer-events:none;}
.application-photo-grid .application-photo>.application-overlay{position:absolute;left:0;right:0;bottom:0;padding:25px;color:#fff;display:grid;gap:6px;z-index:2;}
.application-photo-grid .application-photo>.application-overlay small{font-size:9px;font-weight:900;letter-spacing:.15em;color:#cfe3fa;}
.application-photo-grid .application-photo>.application-overlay b{font-size:21px;color:#fff;line-height:1.15;}
.application-photo-grid .application-photo>.application-overlay span{font-size:12px;color:#e4edf6;margin:0;}
