: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%}}
