.home-commercial {
  position: relative;
  z-index: 1;
  padding: clamp(46px, 6vw, 78px) 0 clamp(42px, 6vw, 70px);
  background:
    linear-gradient(105deg, rgba(29,39,47,.92), rgba(42,50,55,.78)),
    url("images/werkbank.jpg") center 48% / cover no-repeat;
  color: #fff;
}

.home-commercial__layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: start;
}

.showcase-heading { margin: 0 0 18px; }
.showcase-heading .eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #df6f00;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.showcase-heading h2 {
  margin: 0;
  color: #f8f4ee;
  font-size: clamp(23px, 2.8vw, 32px);
  line-height: 1.12;
}
.home-commercial .showcase-heading h2 { color: #f8f4ee !important; }
.showcase-heading p {
  max-width: 650px;
  margin: 8px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.55;
}

.featured-list { display: grid; gap: 9px; min-height: 320px; }
.featured-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid #e2ded5;
  border-radius: 13px;
  background: rgba(255,255,255,.9);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 5px 18px rgba(24,32,40,.045);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.featured-item:hover,.featured-item:focus-visible {
  border-color: rgba(255,133,0,.65);
  box-shadow: 0 9px 24px rgba(24,32,40,.09);
  transform: translateY(-1px);
  outline: none;
}
.featured-logo,.founder-logo {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  color: #34404b;
  font-weight: 800;
  letter-spacing: .04em;
}
.featured-logo { width: 58px; height: 44px; border-radius: 9px; border: 1px solid #eee9df; font-size: 13px; }
.featured-logo img { width: 48px; height: 34px; object-fit: contain; }
.featured-copy { min-width: 0; }
.featured-copy strong { display: block; overflow: hidden; color: #26313c; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.featured-copy span { display: block; overflow: hidden; margin-top: 3px; color: #717982; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.featured-meta { display: grid; justify-items: end; gap: 5px; }
.featured-label { color: #ba5d00; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.featured-link { color: #34404b; font-size: 11px; font-weight: 700; }
.featured-disclaimer { margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.45; }
.showcase-empty { display: grid; place-items: center; min-height: 100px; padding: 20px; border: 1px dashed #d7d1c6; border-radius: 13px; color: #727b84; text-align: center; }
.home-commercial .showcase-empty { border-color: rgba(255,255,255,.32); color: rgba(255,255,255,.78); }
.featured-list:has(> .showcase-empty) { min-height: 0; }

.calculator-teaser {
  padding: clamp(24px, 4vw, 38px);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(25,34,41,.88);
  color: #fff;
  box-shadow: 0 16px 42px rgba(23,30,36,.16);
}
.calculator-teaser .showcase-heading h2 { color: #fff !important; }
.calculator-teaser .showcase-heading p { color: rgba(255,255,255,.75); }
.calculator-teaser__points { display: grid; gap: 11px; margin: 22px 0 25px; padding: 0; list-style: none; }
.calculator-teaser__points li { display: grid; grid-template-columns: 21px 1fr; gap: 9px; align-items: start; font-size: 13px; line-height: 1.45; }
.calculator-teaser__points li::before { content: "✓"; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #ff8500; color: #fff; font-size: 11px; font-weight: 900; }
.calculator-teaser__cta { display: inline-flex; align-items: center; min-height: 42px; padding: 0 18px; border-radius: 999px; background: #ff8500; color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.calculator-teaser__cta:hover,.calculator-teaser__cta:focus-visible { background: #e87500; outline: 3px solid rgba(255,133,0,.25); outline-offset: 2px; }

.founder-wall-section { padding: 32px 0 clamp(55px, 8vw, 90px); background: rgba(255,255,255,.98); }
.founder-wall-frame { padding: clamp(24px, 4vw, 42px); border: 1px solid #ddd8ce; border-radius: 22px; background: #fbfaf7; box-shadow: 0 15px 45px rgba(31,37,42,.06); }
.founder-wall-frame .showcase-heading { text-align: center; }
.founder-wall-frame .showcase-heading h2 { color: #26313c !important; }
.founder-wall-frame .showcase-heading p { color: #66717c; }
.founder-wall-frame .showcase-heading p { margin-right: auto; margin-left: auto; }
.founder-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin-top: 25px; }
.founder-grid > .showcase-empty { grid-column: 1 / -1; }
.founder-cell {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  min-height: 96px;
  padding: 10px;
  border: 1px solid #e6e1d8;
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.founder-cell:hover,.founder-cell:focus-visible { border-color: rgba(255,133,0,.62); box-shadow: 0 8px 21px rgba(38,49,60,.08); outline: none; }
.founder-logo { width: 100%; height: 57px; font-size: 16px; }
.founder-logo img { width: min(100%,120px); height: 55px; object-fit: contain; }
.founder-name { overflow: hidden; margin-top: 6px; color: #47515b; font-size: 10.5px; font-weight: 700; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.founder-badge { position: absolute; top: 6px; right: 6px; padding: 2px 5px; border-radius: 999px; background: rgba(255,133,0,.1); color: #b85b00; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.founder-actions { display: flex; justify-content: center; margin-top: 22px; }
.founder-more { min-height: 40px; padding: 0 17px; border: 1px solid #ff8500; border-radius: 999px; background: #fff; color: #c76300; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.founder-more:hover,.founder-more:focus-visible { background: #fff6ec; outline: 3px solid rgba(255,133,0,.16); }

@media (max-width: 980px) {
  .home-commercial__layout { grid-template-columns: 1fr 1fr; gap: 24px; }
  .founder-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .home-commercial { padding-top: 36px; }
  .home-commercial__layout { grid-template-columns: 1fr; }
  .calculator-teaser { order: -1; }
  .founder-wall-section { padding-top: 18px; }
  .founder-wall-frame { padding: 22px 14px; border-radius: 17px; }
  .founder-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .founder-cell { min-height: 91px; }
}

@media (max-width: 390px) {
  .featured-item { grid-template-columns: 52px minmax(0, 1fr); }
  .featured-meta { grid-column: 2; justify-items: start; grid-template-columns: auto auto; align-items: center; }
  .featured-logo { width: 52px; }
}
