/* EMPIRE STORE V19 HOMEPAGE
   Removes the redundant Shop by Category block and replaces it with a real
   manufacturing story using Empire production photography. Loaded after V18. */
:root{--em19-orange:#f26700;--em19-bg:#08090a;--em19-panel:#0d0f10;--em19-panel2:#111315;--em19-line:#2b2e30;--em19-text:#f4f4f1;--em19-soft:#a7aaa7}

.em19-home{overflow:hidden}
.em19-home h2{font-weight:900;text-transform:uppercase}
.em19-home .em15-section-head{align-items:flex-end}
.em19-home .em15-section-head>p{max-width:390px!important}

/* Built at Empire replaces the duplicate category row. */
.em19-built{padding:58px 0 62px;background:linear-gradient(180deg,#08090a,#0a0b0c);border-bottom:1px solid #202326}
.em19-built-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);min-height:510px;border:1px solid #303336;background:#0d0f10;box-shadow:0 22px 64px rgba(0,0,0,.24)}
.em19-built-photo{min-height:510px;background-image:linear-gradient(90deg,rgba(5,6,7,.03),rgba(5,6,7,.13)),url('/store/image/catalog/empire/home/v19/built_at_empire.webp');background-size:cover;background-position:center center;filter:saturate(.95) contrast(1.03)}
.em19-built-copy{display:flex;flex-direction:column;justify-content:center;padding:54px 52px;background:radial-gradient(circle at 100% 0,rgba(242,103,0,.07),transparent 34%),linear-gradient(145deg,#111315,#0b0d0e 70%)}
.em19-built-copy h2{margin:10px 0 18px!important;font-size:45px!important;line-height:.96!important;letter-spacing:-.038em!important;color:#fff!important}
.em19-lead{margin:0 0 28px;color:#b1b4b1;font-size:13px;line-height:1.72;max-width:570px}
.em19-proof-grid{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid #2c2f31;border-bottom:1px solid #2c2f31;margin-bottom:28px}
.em19-proof-grid>div{display:grid;grid-template-columns:170px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid #242729}
.em19-proof-grid>div:last-child{border-bottom:0}
.em19-proof-grid b{font-size:10px;letter-spacing:.065em;color:#fff}.em19-proof-grid span{font-size:10px;line-height:1.45;color:#858986}
.em19-actions{display:flex;gap:10px;flex-wrap:wrap}

/* Product cards retained as the single shopping navigation block. */
.em19-home .em18-home-showcase{padding:58px 0 66px!important}
.em19-home .em18-showcase-card{min-height:320px}

/* Four-step real production story. */
.em19-process{padding:62px 0 68px;background:#090a0b;border-top:1px solid #202326;border-bottom:1px solid #202326}
.em19-process-head{margin-bottom:24px!important}
.em19-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.em19-process-card{background:#0e1011;border:1px solid #303336;overflow:hidden;box-shadow:0 14px 38px rgba(0,0,0,.16)}
.em19-process-photo{height:235px;background-size:cover;background-position:center;filter:saturate(.93) contrast(1.04);transition:transform .28s ease,filter .28s ease}
.em19-process-card:hover .em19-process-photo{transform:scale(1.025);filter:saturate(1) contrast(1.04)}
.em19-process-veneer{background-image:url('/store/image/catalog/empire/home/v19/process_veneer.webp');background-position:center 52%}
.em19-process-press{background-image:url('/store/image/catalog/empire/home/v19/process_press.webp');background-position:center}
.em19-process-uncuts{background-image:url('/store/image/catalog/empire/home/v19/process_uncuts.webp');background-position:center 39%}
.em19-process-finished{background-image:url('/store/image/catalog/empire/home/v19/process_finished.webp');background-position:center 45%}
.em19-process-copy{min-height:112px;display:grid;grid-template-columns:40px 1fr;gap:14px;padding:20px 18px 21px;border-top:1px solid #2d3032}
.em19-process-copy>span{font-size:20px;line-height:1;font-weight:900;color:var(--em19-orange);letter-spacing:-.04em}
.em19-process-copy div{display:flex;flex-direction:column;gap:7px}.em19-process-copy b{font-size:10px;letter-spacing:.07em;color:#fff}.em19-process-copy small{font-size:9px;line-height:1.5;color:#8e9290}

/* Manufacturing, Deck Studio, School paths. */
.em19-production{padding:68px 0;background:linear-gradient(180deg,#08090a,#070809)}
.em19-production-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);border:1px solid #303336;background:#0d0f10;min-height:570px}
.em19-production-photo{min-height:570px;background-image:linear-gradient(90deg,rgba(5,6,7,.02),rgba(5,6,7,.22)),url('/store/image/catalog/empire/home/v19/manufacturing_press.webp');background-size:cover;background-position:center center;filter:saturate(.91) contrast(1.04)}
.em19-production-copy{padding:52px 48px;background:radial-gradient(circle at 96% 6%,rgba(242,103,0,.065),transparent 31%),linear-gradient(145deg,#111315,#0b0d0e 72%)}
.em19-production-copy h2{margin:10px 0 18px!important;font-size:44px!important;line-height:.96!important;letter-spacing:-.038em!important;color:#fff!important}
.em19-production-copy>p{margin:0 0 27px;max-width:540px;color:#aaaead;font-size:13px;line-height:1.7}
.em19-paths{display:grid;gap:9px}
.em19-paths>a{display:grid;grid-template-columns:1fr auto;grid-template-areas:'title link' 'desc link';gap:4px 18px;padding:17px 17px;border:1px solid #2d3032;background:#0c0e0f;text-decoration:none!important;transition:border-color .18s ease,transform .18s ease,background .18s ease}
.em19-paths>a:hover{border-color:#45494c;transform:translateX(3px);background:#101214}
.em19-paths b{grid-area:title;font-size:10px;letter-spacing:.07em;color:#fff}.em19-paths span{grid-area:desc;color:#818583;font-size:9px;line-height:1.45}.em19-paths em{grid-area:link;align-self:center;font-style:normal;color:var(--em19-orange);font-size:8px;font-weight:900;letter-spacing:.06em;white-space:nowrap}

/* Final factory proof panel. */
.em19-factory-proof{padding:0 0 70px;background:#070809}
.em19-factory-proof-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);border:1px solid #292c2e;background:#0d0f10;min-height:410px;box-shadow:0 22px 60px rgba(0,0,0,.18)}
.em19-factory-proof-photo{min-height:410px;background-image:linear-gradient(90deg,rgba(5,6,7,.02),rgba(5,6,7,.18)),url('/store/image/catalog/empire/home/v19/factory_inventory.webp');background-size:cover;background-position:center 54%;filter:saturate(.87) contrast(1.04)}
.em19-factory-proof-copy{padding:48px 50px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#111315,#090b0c)}
.em19-factory-proof-copy h2{margin:10px 0 17px!important;font-size:39px!important;line-height:.98!important;letter-spacing:-.035em!important;color:#fff!important}
.em19-factory-proof-copy>p{margin:0 0 25px;max-width:590px;color:#aaaead;font-size:12px;line-height:1.72}
.em19-factory-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #2b2e30;border-bottom:1px solid #2b2e30;margin-bottom:23px}
.em19-factory-stats span{padding:16px 13px;border-right:1px solid #2b2e30;display:flex;flex-direction:column;gap:5px}.em19-factory-stats span:last-child{border-right:0}.em19-factory-stats b{font-size:10px;letter-spacing:.055em;color:#fff}.em19-factory-stats small{font-size:9px;color:#818582}
.em19-text-link{font-size:9px;font-weight:900;letter-spacing:.075em;color:var(--em19-orange)!important;text-decoration:none!important}

@media(max-width:1199px){
  .em19-built-grid,.em19-production-grid{grid-template-columns:1fr 1fr}
  .em19-built-copy,.em19-production-copy{padding:42px 36px}
  .em19-built-copy h2,.em19-production-copy h2{font-size:38px!important}
  .em19-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:991px){
  .em19-built-grid,.em19-production-grid,.em19-factory-proof-grid{grid-template-columns:1fr}
  .em19-built-photo,.em19-production-photo,.em19-factory-proof-photo{min-height:390px}
  .em19-built-copy,.em19-production-copy,.em19-factory-proof-copy{padding:38px 30px}
  .em19-proof-grid>div{grid-template-columns:160px 1fr}
}
@media(max-width:640px){
  .em19-built,.em19-process,.em19-production{padding:42px 0}
  .em19-factory-proof{padding-bottom:44px}
  .em19-built-photo,.em19-production-photo,.em19-factory-proof-photo{min-height:280px}
  .em19-built-copy,.em19-production-copy,.em19-factory-proof-copy{padding:30px 22px}
  .em19-built-copy h2,.em19-production-copy h2{font-size:32px!important}.em19-factory-proof-copy h2{font-size:30px!important}
  .em19-proof-grid>div{grid-template-columns:1fr;gap:6px}
  .em19-process-grid{grid-template-columns:1fr}
  .em19-process-photo{height:250px}
  .em19-paths>a{grid-template-columns:1fr;grid-template-areas:'title' 'desc' 'link';gap:7px}.em19-paths em{margin-top:4px}
  .em19-factory-stats{grid-template-columns:1fr}.em19-factory-stats span{border-right:0;border-bottom:1px solid #2b2e30}.em19-factory-stats span:last-child{border-bottom:0}
}
