.article-card-link{display:block;position:relative;width:100%;height:100%;min-height:inherit;color:inherit;text-decoration:none}
.article-card-link:hover,.article-card-link:focus,.article-card-link:visited{color:inherit;text-decoration:none}
.hero-main>.article-card-link,.story-card>.article-card-link,.design-card>.article-card-link{position:absolute;inset:0}
.hero-main > .article-card-link:focus-visible,
.story-card > .article-card-link:focus-visible,
.design-card > .article-card-link:focus-visible {
  outline: 2px solid var(--theme-color);
  outline-offset: -3px;
}
.hero{padding:38px 0 32px}
.hero .kicker{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--theme-color);font-weight:700;margin-bottom:14px}
.hero-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:18px;min-height:570px}
.hero-main,.story-card{position:relative;overflow:hidden;background:var(--page-background)}
.hero-main{min-height:560px}
.hero-main__image,.story-card__image,.design-card__image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}
.hero-main__image{object-position:center}
.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%)}
.hero-content{position:absolute;z-index:2;left:42px;bottom:40px;color:var(--theme-on-color);max-width:650px}
.hero-content .kicker{color:var(--theme-on-color)}
.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}
.hero-content p{max-width:520px;color:var(--theme-on-color);line-height:1.7;margin:0 0 25px}
.hero-side{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.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%)}
.story-content{position:absolute;z-index:2;left:25px;right:25px;bottom:24px;color:var(--theme-on-color)}
.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}
.home-divider .divider-banner{display:flex;align-items:center;justify-content:center}

.section .section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}
.section .section-title{font-family:var(--font-heading);font-size:var(--h2-size);font-weight:var(--h2-weight);margin:0;letter-spacing:.3px}
.section .section-link{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}
.section .category-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.section .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);}
.section .pill:hover, .section .pill:focus {background-color:color-mix(in srgb,var(--theme-color) 10%,var(--surface-color));}

.design-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:16px}
.design-card{min-height:450px;position:relative;overflow:hidden}
.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%)}
.design-card .overlay{position:absolute;z-index:2;bottom:25px;left:25px;right:25px;color:var(--theme-on-color)}
.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}

.products{background:var(--page-background)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{background:var(--surface-color);border:1px solid var(--border-color)}
.product-img{display:block;width:100%;height:190px;object-fit:cover;object-position:center}
.product-info{padding:12px}
.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;}
.section .meta{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted-color);font-weight:700}

.news-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch}
.news-main{background:var(--surface-color);overflow:hidden}
.news-main>.article-card-link{display:flex;flex-direction:column;height:100%}
.news-main-media{height:280px;overflow:hidden;background:var(--page-background)}
.news-main-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.news-main-content{padding:22px 24px 24px}
.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}
.news-main p{margin:0;color:var(--muted-color);line-height:1.65}
.news-main .article-card-link:hover .news-main-media img,.news-main .article-card-link:focus-visible .news-main-media img{transform:scale(1.025)}
.news-items{display:grid;gap:14px}
.news-desc{background:var(--surface-color)}
.news-desc>.news-card-link{display:grid;grid-template-columns:116px 1fr;gap:20px;align-items:center;padding:18px;height:100%}
.news-thumb{width:116px;height:86px;overflow:hidden;background:var(--page-background)}
.news-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.news-card-content{min-width:0}
.news-desc h3{font-family:var(--font-heading);font-size:var(--h3-size);font-weight:var(--h3-weight);margin:0;line-height:1.15}
.news-desc .news-card-link:hover .news-thumb img,.news-desc .news-card-link:focus-visible .news-thumb img{transform:scale(1.03)}
.news-main .article-card-link:focus-visible,.news-desc .news-card-link:focus-visible{outline:2px solid var(--theme-color);outline-offset:3px}

@media(max-width:1000px){
  .hero-grid,.news-grid{grid-template-columns:1fr}
  .news-main-media{height:320px}
  .hero-side{grid-template-columns:1fr 1fr;grid-template-rows:1fr}
  .hero-main{min-height:500px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .design-grid{grid-template-columns:1fr 1fr}
  .design-card:first-child{grid-column:1/-1}
}

@media(max-width:650px){
  .hero{padding-top:20px}
  .news-main-media{height:240px}
  .news-main-content{padding:18px}
  .news-desc>.news-card-link{grid-template-columns:90px 1fr;gap:14px;padding:14px}
  .news-thumb{width:90px;height:72px}
  .hero-grid{min-height:auto}
  .hero-main{min-height:500px}
  .hero-content{left:24px;right:24px;bottom:26px}
  .hero-side{grid-template-columns:1fr;grid-template-rows:250px 250px}
  .section .section-head{align-items:start;gap:15px}
  .product-grid,.design-grid{grid-template-columns:1fr}
  .design-card,.design-card.small{min-height:380px}
  .design-card:first-child{grid-column:auto}
}
