.home-page{background-color:#fff}@keyframes homeFadeUp{0%{opacity:0;transform:translate3d(0, 24px, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes homeFadeRight{0%{opacity:0;transform:translate3d(28px, 0, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}.home-slideshow-section .slideshow{position:relative;width:100%;min-height:460px;height:calc(100vh - 100px);max-height:760px;overflow:hidden}.home-slideshow-section .slideshow .slide-link{position:absolute;inset:0;display:block;z-index:0;pointer-events:none}.home-slideshow-section .slideshow .slide-link.active{z-index:1;pointer-events:auto}.home-slideshow-section .slideshow .slide{display:block;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .8s ease-in-out;position:absolute;top:0;left:0;pointer-events:none}.home-slideshow-section .slideshow .slide.active{opacity:1;pointer-events:auto}.home-slideshow-section .slideshow .slideshow-indicators{position:absolute;left:50%;bottom:30px;transform:translateX(-50%);display:flex;gap:8px;z-index:2}.home-slideshow-section .slideshow .slideshow-indicators .indicator{width:40px;height:7px;background-color:hsla(0,0%,100%,.9);cursor:pointer;transition:all .35s ease}.home-slideshow-section .slideshow .slideshow-indicators .indicator.active{background:linear-gradient(to right, #008dd4, #01559c)}.content{width:94%;margin-left:auto;margin-right:auto}.home-section-heading{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px}.home-section-heading .title{font-size:42px;font-weight:400;line-height:1.3;color:#222;margin:0}.home-section-heading .line{width:108px;border-top:3px solid #f8be00;transform:translateY(2px)}.home-section-heading.home-section-heading--center{width:100%;display:flex;flex-direction:column;justify-content:center;gap:0}.home-section-heading.home-section-heading--center .line{margin-top:15px;transform:none}.home-section-heading.home-section-heading--left{flex-direction:column;align-items:flex-start;gap:0}.home-section-heading.home-section-heading--left .title{text-align:left}.home-section-heading.home-section-heading--left .line{width:100%;margin-left:0;margin-top:10px;transform:none}.home-news-main .home-section-heading,.home-about-text .home-section-heading{margin-bottom:24px}.home-news-main .home-section-heading .title,.home-about-text .home-section-heading .title{line-height:1.1}.home-products-section{background-color:#f3f3f3;padding-top:3%;padding-bottom:50px;overflow:hidden}.home-products-section .home-products-grid{margin-top:46px;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:20px}.home-products-section .home-product-card{background:#fff;overflow:hidden;animation:homeFadeUp .8s ease both}.home-products-section .home-product-card:nth-child(1){animation-delay:0.05s}.home-products-section .home-product-card:nth-child(2){animation-delay:0.1s}.home-products-section .home-product-card:nth-child(3){animation-delay:0.15s}.home-products-section .home-product-card:nth-child(4){animation-delay:0.2s}.home-products-section .home-product-card:nth-child(5){animation-delay:0.25s}.home-products-section .home-product-card:nth-child(6){animation-delay:0.3s}.home-products-section .home-product-card:nth-child(7){animation-delay:0.35s}.home-products-section .home-product-card:nth-child(8){animation-delay:0.4s}.home-products-section .home-product-card:nth-child(9){animation-delay:0.45s}.home-products-section .home-product-link{display:block;text-decoration:none;color:inherit}.home-products-section .home-product-image-wrap{width:100%;overflow:hidden;background:#fff}.home-products-section .home-product-image,.home-products-section .home-product-image-placeholder{display:block;width:100%;aspect-ratio:16/9}.home-products-section .home-product-image{object-fit:cover;transition:transform .45s ease}.home-products-section .home-product-image-placeholder{background-color:#e5e7eb}.home-products-section .home-product-title{margin:20px 20px 22px;font-size:20px;line-height:1.35;font-weight:700;color:#222;text-align:center;text-transform:uppercase;transition:color .35s ease}.home-products-section .home-product-card:hover .home-product-image{transform:scale(1.03)}.home-products-section .home-product-card:hover .home-product-title{color:#31a4e1;text-decoration:underline}.home-news-section{background-color:#fff;padding-top:70px;padding-bottom:70px;overflow:hidden}.home-news-section .home-news-layout{display:flex;gap:30px}.home-news-section .home-news-main{flex:0 0 63%;max-width:63%}.home-news-section .home-news-featured{display:flex;align-items:center;animation:homeFadeUp .85s ease both}.home-news-section .home-news-featured-image-link{display:block;flex:0 0 52%;max-width:52%;position:relative;text-decoration:none;box-shadow:0 8px 18px rgba(0,0,0,.15)}.home-news-section .home-news-featured-image,.home-news-section .home-news-featured-image-placeholder{width:100%;aspect-ratio:16/10;display:block}.home-news-section .home-news-featured-image{object-fit:cover;transition:transform .5s ease}.home-news-section .home-news-featured-image-placeholder{background-color:#e5e7eb}.home-news-section .home-news-featured-body{flex:0 0 48%;max-width:48%;padding-top:10px;padding-bottom:10px;padding-right:24px;box-sizing:border-box;animation:homeFadeRight .85s ease .08s both}.home-news-section .home-news-featured-image-link{margin-left:auto}.home-news-section .home-news-featured-title{margin:0 0 30px;font-size:20px;line-height:1.4;font-weight:400;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.home-news-section .home-news-featured-title a{color:#111;text-decoration:none;transition:all .35s ease}.home-news-section .home-news-featured-date{display:inline-block;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:20px;line-height:1;color:#9f9f9f}.home-news-section .home-news-featured-excerpt{margin:0;font-size:16px;line-height:1.8;color:#0a0a0a;text-indent:2em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-news-section .home-news-featured:hover .home-news-featured-image{transform:scale(1.01)}.home-news-section .home-news-featured:hover .home-news-featured-title a{color:#31a4e1;text-decoration:underline}.home-news-section .home-news-side{flex:0 0 37%;max-width:37%;margin-top:83px;animation:homeFadeRight .85s ease .15s both}.home-news-section .home-news-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.home-news-section .home-news-item{border-bottom:1px solid #e6e6e6;padding-bottom:10px;margin-bottom:17px;transition:transform .25s ease}.home-news-section .home-news-item-link{display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;color:inherit}.home-news-section .home-news-item-title{flex:1 1 auto;min-width:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:20px;line-height:1.45;color:#111;margin-bottom:0;transition:all .3s ease}.home-news-section .home-news-item-date{flex:0 0 auto;display:block;font-size:18px;line-height:1.4;color:#9f9f9f;white-space:nowrap}.home-news-section .home-news-item:hover{transform:translateX(4px)}.home-news-section .home-news-item:hover .home-news-item-title{color:#31a4e1;text-decoration:underline}.home-about-section{background-color:#f3f3f3;padding-top:70px;padding-bottom:70px;overflow:hidden}.home-about-section .home-about-layout{display:flex;gap:70px;position:relative;z-index:1}.home-about-section .home-about-layout--no-image .home-about-text{flex:0 0 100%;max-width:100%}.home-about-section .home-about-text{flex:0 0 calc(70% - 35px);max-width:calc(70% - 35px);align-self:center;animation:homeFadeUp .85s ease both}.home-about-section .home-about-content{color:#0a0a0a}.home-about-section .home-about-content p{margin:0 0 30px;font-size:18px;line-height:1.7;text-align:justify}.home-about-section .home-about-content p:last-child{margin-bottom:30px}.home-about-section .home-about-link{display:inline-flex;align-items:center;justify-content:center;min-width:160px;padding:10px 16px;text-decoration:none;color:#fff;font-size:20px;line-height:1.4;border:1px solid #0062a7;border-radius:8px;background:linear-gradient(to right, #008dd4, #01559c);position:relative;overflow:hidden}.home-about-section .home-about-link:hover{cursor:pointer}.home-about-section .home-about-link:hover::before{content:"";position:absolute;display:block;transition:all .6s;width:100%;height:0;border-radius:50%;left:50%;top:50%;padding-top:100%;transform:translateX(-50%) translateY(-50%);animation:style1 .75s;z-index:1}.home-about-section .home-about-image-wrap{flex:0 0 calc(30% - 35px);max-width:calc(30% - 35px);align-self:center;animation:homeFadeRight .85s ease .1s both}.home-about-section .home-about-image{width:100%;display:block;object-fit:contain}.home-empty{margin:20px 0 0;font-size:16px;color:#7a7a7a}@media(max-width: 1500px){.home-section-heading .title{font-size:32px}.home-news-section .home-news-featured-title,.home-news-section .home-news-item-title{font-size:18px}.home-news-section .home-news-featured-date{font-size:16px}.home-about-section .home-about-content p{font-size:16px}.home-about-section .home-about-link{font-size:18px}}@media(max-width: 1024px){.home-slideshow-section .slideshow{min-height:300px;height:48vw}.home-slideshow-section .slideshow .slideshow-indicators{bottom:15px}.home-slideshow-section .slideshow .slideshow-indicators .indicator{width:24px;height:5px}.home-products-section{padding-top:50px}.home-products-section .home-products-grid{grid-template-columns:repeat(2, minmax(0, 1fr));margin-top:30px}.home-products-section .home-product-title{font-size:18px;margin:16px 12px 18px}.home-news-section{padding-top:50px;padding-bottom:50px}.home-news-section .home-news-layout{flex-wrap:wrap;gap:25px}.home-news-section .home-news-main,.home-news-section .home-news-side{flex:0 0 100%;max-width:100%}.home-news-section .home-news-side{margin-top:0}.home-news-section .home-news-featured{flex-wrap:wrap}.home-news-section .home-news-featured-image-link,.home-news-section .home-news-featured-body{flex:0 0 100%;max-width:100%}.home-news-section .home-news-featured-body{padding-right:0;margin-bottom:16px}.home-news-section .home-news-featured-title{margin-bottom:12px;-webkit-line-clamp:2}.home-news-section .home-news-featured-date{margin-bottom:10px}.home-news-section .home-news-featured-excerpt{-webkit-line-clamp:4}.home-about-section{padding-top:50px;padding-bottom:50px}.home-about-section .home-about-layout{flex-wrap:wrap;gap:25px}.home-about-section .home-about-text,.home-about-section .home-about-image-wrap{flex:0 0 100%;max-width:100%}}@media(max-width: 768px){.home-slideshow-section .slideshow{width:100%;min-height:0;height:auto;max-height:none}.home-slideshow-section .slideshow .slide-link{position:absolute;inset:0;display:block;height:100%}.home-slideshow-section .slideshow .slide-link.active{position:relative;inset:auto;height:auto}.home-slideshow-section .slideshow .slide{position:absolute;inset:0;width:100%;height:100%;max-width:100%;object-fit:contain}.home-slideshow-section .slideshow .slide.active{position:relative;inset:auto;display:block;height:auto}.home-section-heading .title{font-size:24px;font-weight:700}.home-section-heading .line{width:90px}.home-section-heading.home-section-heading--center .line{margin-top:10px}.home-products-section{padding-top:30px;padding-bottom:30px}.home-products-section .home-products-grid{grid-template-columns:1fr;gap:14px;margin-top:18px}.home-products-section .home-product-title{font-size:16px;margin-bottom:15px}.home-news-section{padding-top:30px;padding-bottom:30px}.home-news-section .home-news-featured-title,.home-news-section .home-news-item-title{font-size:18px}.home-news-section .home-news-featured-date,.home-news-section .home-news-item-date{font-size:14px}.home-news-section .home-news-featured-excerpt{font-size:14px;line-height:1.7}.home-news-section .home-news-item{margin-bottom:12px;padding-bottom:8px}.home-about-section{padding-top:30px;padding-bottom:30px}.home-about-section .home-about-content p{font-size:14px;line-height:1.8;margin-bottom:14px}.home-about-section .home-about-link{min-width:132px;font-size:14px;padding:10px 12px;border-radius:6px}}/*# sourceMappingURL=index.css.map */

/* Homepage SEO enhancement patch - 2026-05-29 */
.home-slideshow-section .slideshow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 20, 34, .78), rgba(5, 20, 34, .42) 48%, rgba(5, 20, 34, .08));
}

.home-hero-static {
  min-height: 560px;
  position: relative;
  background: linear-gradient(135deg, #071827, #123d5d);
}

.home-hero-copy {
  position: absolute;
  left: 6%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: min(720px, 58vw);
  color: #fff;
}

.home-slideshow-section--static .home-hero-copy {
  position: relative;
  top: auto;
  transform: none;
  padding: 120px 0;
}

.home-hero-kicker {
  margin-bottom: 16px;
  color: #8dd7ee;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-hero-copy h1 {
  margin: 0 0 20px;
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.home-hero-copy p {
  max-width: 680px;
  margin: 0;
  color: #e3edf5;
  font-size: 18px;
  line-height: 1.72;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-hero-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.home-hero-button--primary {
  color: #0b2d48;
  background: #fff;
}

.home-hero-button--outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .55);
}

.home-section-intro {
  max-width: 860px;
  margin: 18px auto 0;
  color: #536577;
  font-size: 17px;
  line-height: 1.75;
  text-align: center;
}

.home-section-heading.home-section-heading--left .home-section-intro {
  text-align: left;
}

.home-seo-paths-section {
  padding: 70px 0;
  background: #fff;
}

.home-seo-paths-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.home-seo-path-card {
  display: block;
  min-height: 190px;
  padding: 24px;
  border: 1px solid #dbe6ef;
  border-radius: 8px;
  color: #102033;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 12px 34px rgba(12, 30, 48, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-seo-path-card:hover {
  transform: translateY(-5px);
  border-color: #b7d7ea;
  box-shadow: 0 22px 58px rgba(12, 30, 48, .12);
}

.home-seo-path-card span {
  display: block;
  margin-bottom: 14px;
  color: #01559c;
  font-size: 15px;
  font-weight: 800;
}

.home-seo-path-card strong {
  display: block;
  color: #2d3d4d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.home-capabilities-section {
  padding: 70px 0;
  color: #fff;
  background: linear-gradient(135deg, #071827, #123d5d);
}

.home-capabilities-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 54px;
  align-items: center;
}

.home-capabilities-section .home-section-heading .title,
.home-capabilities-section p {
  color: #fff;
}

.home-capabilities-section p {
  margin: 24px 0 0;
  max-width: 780px;
  color: #d8e6f1;
  font-size: 17px;
  line-height: 1.75;
}

.home-capabilities-list {
  display: grid;
  gap: 12px;
}

.home-capabilities-list span {
  display: block;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  color: #eaf5fb;
  background: rgba(255, 255, 255, .07);
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .home-hero-copy {
    width: min(760px, 78vw);
  }

  .home-seo-paths-grid,
  .home-capabilities-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-slideshow-section .slideshow::after {
    background: linear-gradient(180deg, rgba(5, 20, 34, .78), rgba(5, 20, 34, .36));
  }

  .home-slideshow-section .slideshow {
    min-height: 560px;
    height: 560px;
  }

  .home-slideshow-section .slideshow .slide,
  .home-slideshow-section .slideshow .slide.active {
    height: 560px;
    object-fit: cover;
  }

  .home-hero-copy,
  .home-slideshow-section--static .home-hero-copy {
    left: 5%;
    right: 5%;
    width: auto;
    padding: 0;
  }

  .home-hero-copy h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  .home-hero-copy p {
    font-size: 15px;
    line-height: 1.68;
  }

  .home-hero-actions {
    display: grid;
  }

  .home-hero-button {
    width: 100%;
  }

  .home-section-intro {
    font-size: 15px;
    line-height: 1.7;
  }

  .home-seo-paths-section,
  .home-capabilities-section {
    padding: 42px 0;
  }

  .home-seo-paths-grid,
  .home-capabilities-layout {
    grid-template-columns: 1fr;
  }

  .home-seo-path-card {
    min-height: auto;
    padding: 20px;
  }
}

/* Homepage news/about polish - 2026-05-30 */
.home-page {
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.home-news-section--polished {
  background: #ffffff;
  padding: 72px 0;
}

.home-news-section--polished .home-news-top {
  margin-bottom: 34px;
}

.home-news-section--polished .home-news-layout {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
}

.home-news-section--polished .home-news-main,
.home-news-section--polished .home-news-side {
  flex: initial;
  max-width: none;
}

.home-news-section--polished .home-news-featured {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #dfe8f0;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 49, 80, 0.08);
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
  height: 100%;
  overflow: hidden;
}

.home-news-section--polished .home-news-featured-image-link {
  box-shadow: none;
  flex: initial;
  margin-left: 0;
  max-width: none;
  overflow: hidden;
}

.home-news-section--polished .home-news-featured-image,
.home-news-section--polished .home-news-featured-image-placeholder {
  aspect-ratio: auto;
  height: 100%;
  min-height: 340px;
  width: 100%;
}

.home-news-section--polished .home-news-featured-image {
  object-fit: cover;
}

.home-news-section--polished .home-news-featured-body {
  display: flex;
  flex: initial;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: 34px;
}

.home-news-section--polished .home-news-label {
  color: #0067a6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.home-news-section--polished .home-news-featured-title {
  display: block;
  font-size: 23px;
  font-weight: 750;
  line-height: 1.32;
  margin: 0 0 14px;
}

.home-news-section--polished .home-news-featured-title a {
  color: #0f3150;
}

.home-news-section--polished .home-news-featured-date {
  border-bottom: 0;
  color: #7a8794;
  font-size: 14px;
  margin: 0 0 18px;
  padding: 0;
}

.home-news-section--polished .home-news-featured-excerpt {
  color: #475467;
  display: block;
  font-size: 15px;
  line-height: 1.72;
  margin: 0;
  text-indent: 0;
}

.home-news-section--polished .home-news-readmore {
  align-self: flex-start;
  border-bottom: 1px solid currentColor;
  color: #0067a6;
  font-size: 14px;
  font-weight: 800;
  margin-top: 22px;
  text-decoration: none;
}

.home-news-section--polished .home-news-side {
  background: #f7fafc;
  border: 1px solid #dfe8f0;
  border-radius: 8px;
  margin-top: 0;
  padding: 24px 26px;
}

.home-news-section--polished .home-news-side-head {
  align-items: center;
  border-bottom: 1px solid #dce7ef;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  padding-bottom: 14px;
}

.home-news-section--polished .home-news-side-head span {
  color: #0f3150;
  font-size: 16px;
  font-weight: 800;
}

.home-news-section--polished .home-news-side-head a {
  color: #0067a6;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.home-news-section--polished .home-news-item {
  border-bottom: 1px solid #dce7ef;
  margin-bottom: 0;
  padding: 15px 0;
}

.home-news-section--polished .home-news-item:last-child {
  border-bottom: 0;
}

.home-news-section--polished .home-news-item-link {
  align-items: flex-start;
  gap: 18px;
}

.home-news-section--polished .home-news-item-title {
  color: #25364a;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.home-news-section--polished .home-news-item-date {
  color: #8a95a3;
  font-size: 13px;
  line-height: 1.5;
}

.home-about-section--polished {
  background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
  padding: 72px 0;
}

.home-about-section--polished .home-about-layout {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.home-about-section--polished .home-about-layout--no-image {
  grid-template-columns: 1fr;
}

.home-about-section--polished .home-about-text,
.home-about-section--polished .home-about-image-wrap {
  flex: initial;
  max-width: none;
}

.home-about-section--polished .home-about-content {
  color: #344054;
  max-width: 780px;
}

.home-about-section--polished .home-about-content p {
  color: #344054;
  font-size: 16px;
  line-height: 1.78;
  margin: 0 0 16px;
  text-align: left;
}

.home-about-section--polished .home-about-points {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0 26px;
}

.home-about-section--polished .home-about-points span {
  background: #ffffff;
  border: 1px solid #dfe8f0;
  border-radius: 8px;
  color: #0f3150;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  padding: 13px 14px;
}

.home-about-section--polished .home-about-link {
  background: #0f3150;
  border-color: #0f3150;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  min-width: 142px;
  padding: 11px 18px;
}

.home-about-section--polished .home-about-link:hover {
  background: #0067a6;
  border-color: #0067a6;
}

.home-about-section--polished .home-about-link::before {
  display: none;
}

.home-about-section--polished .home-about-image-wrap {
  background: #ffffff;
  border: 1px solid #dfe8f0;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 49, 80, 0.08);
  padding: 12px;
}

.home-about-section--polished .home-about-image {
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  object-fit: cover;
}

@media (max-width: 1080px) {
  .home-news-section--polished .home-news-layout,
  .home-about-section--polished .home-about-layout {
    grid-template-columns: 1fr;
  }

  .home-news-section--polished .home-news-featured {
    grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 768px) {
  .home-news-section--polished,
  .home-about-section--polished {
    padding: 42px 0;
  }

  .home-news-section--polished .home-news-layout {
    gap: 18px;
  }

  .home-news-section--polished .home-news-featured {
    grid-template-columns: 1fr;
  }

  .home-news-section--polished .home-news-featured-image,
  .home-news-section--polished .home-news-featured-image-placeholder {
    min-height: 220px;
  }

  .home-news-section--polished .home-news-featured-body,
  .home-news-section--polished .home-news-side {
    padding: 20px;
  }

  .home-news-section--polished .home-news-featured-title {
    font-size: 20px;
  }

  .home-news-section--polished .home-news-item-link {
    display: grid;
    gap: 5px;
  }

  .home-about-section--polished .home-about-points {
    grid-template-columns: 1fr;
  }
}
