.el-card-link, .el-story-card a, .el-design-card a {color:inherit;}
@media(max-width:650px){ .el-section {padding:48px 0} }
.el-section{padding:32px 0;border-top:1px solid var(--line)}
.el-card-link{display:block;position:relative;width:100%;height:100%;min-height:inherit;color:inherit;text-decoration:none}
.el-card-link:hover,.el-card-link:focus,.el-card-link:visited{color:inherit;text-decoration:none}
.el-hero-main>.el-card-link,.el-story-card>.el-card-link,.el-design-card>.el-card-link{position:absolute;inset:0}
.el-hero-main > .el-card-link:focus-visible,
.el-story-card > .el-card-link:focus-visible,
.el-design-card > .el-card-link:focus-visible {
  outline: 2px solid var(--theme-color);
  outline-offset: -3px;
}
.el-hero{padding:38px 0 32px}
.el-hero .el-kicker{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--theme-color);font-weight:700;margin-bottom:14px}
.el-hero-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:18px;min-height:570px}
.el-hero-main,.el-story-card{position:relative;overflow:hidden;background:var(--page-background)}
.el-hero-main{min-height:560px}
.el-hero-img,.el-story-img,.el-design-card__image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}
.el-hero-img{object-position:center}
.el-hero-main::before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.05) 20%,rgba(0,0,0,.75) 100%)}
.el-hero-content{position:absolute;z-index:2;left:42px;bottom:40px;color:var(--theme-on-color);max-width:650px}
.el-hero-content .el-kicker{color:var(--theme-on-color)}
.el-hero h1{font-size:var(--h1-size);line-height:1.2;font-weight:var(--h1-weight);font-family:var(--font-heading);margin:0 0 22px;letter-spacing:-.04em}
.el-hero-content p{max-width:520px;color:var(--theme-on-color);line-height:1.7;margin:0 0 25px}
.el-hero-side{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.el-story-card::before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.05) 20%,rgba(0,0,0,.78) 100%)}
.el-story-content{position:absolute;z-index:2;left:25px;right:25px;bottom:24px;color:var(--theme-on-color)}
.el-story-content h3{font-size:var(--h3-size);font-weight:var(--h3-weight);font-family:var(--font-heading);line-height:1.10;margin:8px 0 0}
.el-home-divider .el-divider{display:flex;align-items:center;justify-content:center}

.el-section .el-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}
.el-section .el-section-title{font-family:var(--font-heading);font-size:var(--h2-size);font-weight:var(--h2-weight);margin:0;letter-spacing:.3px}
.el-section .el-section-link{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}
.el-section .el-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.el-section .el-pill{border:1px solid var(--border-color);padding:10px 13px;font-size:11px;text-transform:uppercase;letter-spacing:.06em;background:var(--surface-color);color:var(--text-color);}
.el-section .el-pill:hover, .el-section .el-pill:focus {background-color:color-mix(in srgb,var(--theme-color) 10%,var(--surface-color));}

.el-design-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:16px}
.el-design-card{min-height:450px;position:relative;overflow:hidden}
.el-design-card:after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 65%)}
.el-design-card .el-overlay{position:absolute;z-index:2;bottom:25px;left:25px;right:25px;color:var(--theme-on-color)}
.el-design-card h3{font-family:var(--font-heading);font-size:var(--h3-size);font-weight:var(--h3-weight);margin:8px 0 0;line-height:1.2}

.el-products{background:var(--page-background)}
.el-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.el-product-card{background:var(--surface-color);border:1px solid var(--border-color)}
.el-product-img{display:block;width:100%;height:190px;object-fit:cover;object-position:center}
.el-product-info{padding:12px}
.el-product-info h3{font-family:var(--font-heading);font-size:var(--h3-size);font-weight:var(--h3-weight);margin:7px 0 0;line-height: 1.2;}
.el-section .el-meta{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted-color);font-weight:700}

.el-news-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch}
.el-news-main{background:var(--surface-color);overflow:hidden}
.el-news-main>.el-card-link{display:flex;flex-direction:column;height:100%}
.el-news-media{height:280px;overflow:hidden;background:var(--page-background)}
.el-news-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.el-news-content{padding:22px 24px 24px}
.el-news-main h3{font-family:var(--font-heading);font-size:var(--h3-size);font-weight:var(--h3-weight);margin:0 0 12px;line-height:1.3}
.el-news-main p{margin:0;color:var(--muted-color);line-height:1.65}
.el-news-main .el-card-link:hover .el-news-media img,.el-news-main .el-card-link:focus-visible .el-news-media img{transform:scale(1.025)}
.el-news-items{display:grid;gap:14px}
.el-news-desc{background:var(--surface-color)}
.el-news-desc>.el-news-link{display:grid;grid-template-columns:116px 1fr;gap:20px;align-items:center;padding:18px;height:100%}
.el-news-thumb{width:116px;height:86px;overflow:hidden;background:var(--page-background)}
.el-news-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.el-news-card-content{min-width:0}
.el-news-desc h3{font-family:var(--font-heading);font-size:var(--h3-size);font-weight:var(--h3-weight);margin:0;line-height:1.15}
.el-news-desc .el-news-link:hover .el-news-thumb img,.el-news-desc .el-news-link:focus-visible .el-news-thumb img{transform:scale(1.03)}
.el-news-main .el-card-link:focus-visible,.el-news-desc .el-news-link:focus-visible{outline:2px solid var(--theme-color);outline-offset:3px}

@media(max-width:1000px){
  .el-hero-grid,.el-news-grid{grid-template-columns:1fr}
  .el-news-media{height:320px}
  .el-hero-side{grid-template-columns:1fr 1fr;grid-template-rows:1fr}
  .el-hero-main{min-height:500px}
  .el-product-grid{grid-template-columns:repeat(2,1fr)}
  .el-design-grid{grid-template-columns:1fr 1fr}
  .el-design-card:first-child{grid-column:1/-1}
}

@media(max-width:650px){
  .el-hero{padding-top:20px}
  .el-news-media{height:240px}
  .el-news-content{padding:18px}
  .el-news-desc>.el-news-link{grid-template-columns:90px 1fr;gap:14px;padding:14px}
  .el-news-thumb{width:90px;height:72px}
  .el-hero-grid{min-height:auto}
  .el-hero-main{min-height:500px}
  .el-hero-content{left:24px;right:24px;bottom:26px}
  .el-hero-side{grid-template-columns:1fr;grid-template-rows:250px 250px}
  .el-section .el-section-head{align-items:start;gap:15px}
  .el-product-grid,.el-design-grid{grid-template-columns:1fr}
  .el-design-card,.el-design-card.el-small{min-height:380px}
  .el-design-card:first-child{grid-column:auto}
}
