ul.news-list {
  display: grid;
  --_content-height: 2em;
  --_category-max-width: 240px;
  grid-template-columns: max-content fit-content(var(--_category-max-width)) 1fr var(--_content-height);
  grid-template-rows: minmax(var(--_content-height), 1fr);
  column-gap: 1.2em;
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (width > 768px) {
  ul.news-list {
    font-size: 1.25rem;
  }
}

li.news-list-item {
  --_active-bg-col: lch(from #fff calc(l - 4) c h);
  grid-column: 1/span 4;
  display: grid;
  grid-template-columns: subgrid;
  align-items: center;
  row-gap: 4px;
  padding-block: 1em;
  position: relative;
  z-index: 0;
  border-top: 1px solid #999;
}
li.news-list-item:last-child {
  border-bottom: 1px solid #999;
}
li.news-list-item:has(:any-link:hover), li.news-list-item:focus-within {
  --_bgcol: var(--_active-bg-col);
}
@media not (width > 768px) {
  li.news-list-item {
    grid-row: span 2;
    grid-template-rows: subgrid;
  }
}
@media (width > 768px) {
  li.news-list-item {
    align-items: baseline;
    padding-block: 1.5em;
  }
}

.news-list-item__date {
  color: #999;
  font-weight: 500;
}

.news-list-item__category {
  padding-block: 2px;
  padding-inline: 0.75em;
  border-radius: calc(infinity * 1px);
  background-color: #c8eaf2;
  color: #4578cb;
  text-align: center;
}
@media (width > 768px) {
  .news-list-item__category {
    padding-block: calc((var(--_content-height) - 1lh) / 2);
    padding-inline: 0.9em;
  }
}

.news-list-item__title {
  width: fit-content;
  color: #333;
  font-weight: bold;
  line-height: 1.8;
}
@media not (width > 768px) {
  .news-list-item__title {
    grid-column: 1/span 3;
  }
}

a.news-list-item__link:hover, a.news-list-item__link:focus {
  --_bgcol: var(--_active-bg-col);
}
a.news-list-item__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  inset: 4px -8px;
  background-color: var(--_bgcol, transparent);
  transition: background-color 0.2s;
}
@media (width > 768px) {
  a.news-list-item__link::after {
    inset: 10px -10px;
  }
}

.news-list-item__btn {
  align-self: center;
  width: 100%;
  height: var(--_content-height);
  display: inline-grid;
  align-items: center;
  align-content: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: calc(infinity * 1px);
  background-size: 282.8427124746%;
  background-position: 100%;
  background-color: var(--accent-col);
  background-image: linear-gradient(135deg, transparent, var(--accent-col-alt), transparent);
  transition-duration: 0.3s;
  transition-property: background-position;
}
.news-list-item__btn:focus, .news-list-item__btn:hover {
  background-position: 0;
}
.news-list-item__btn::after {
  content: "";
  width: 0.75em;
  aspect-ratio: 1;
  background: url("/image/chevron_right.svg") no-repeat center/contain;
}
@media not (width > 768px) {
  .news-list-item__btn {
    grid-column: -1;
    grid-row: 1/span 2;
  }
}

.btn--blue {
  --accent-col: #0d8bde;
  --accent-col-alt: #98d6ff;
}

.video-area {
  width: 100%;
  display: grid;
}
.video-area video {
  width: 100%;
  aspect-ratio: 1920/810;
  background-color: #999;
}
.video-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 47px;
  background-image: linear-gradient(180deg, #808080 -120%, transparent 32%);
}
@media (width > 768px) {
  .video-area::after {
    height: 94px;
  }
}

@media (width > 768px) and (prefers-reduced-motion: no-preference) and (scripting: enabled) {
  .section[data-scroll-animation] > .section__inner:first-child, .section[data-scroll-animation]::before {
    grid-row: 1;
    grid-column: 1;
  }
  .section[data-scroll-animation]::before {
    content: "";
    z-index: 450;
    width: min(var(--100vw), 1920px);
    height: min(100vh, 100%);
    background-color: inherit;
    opacity: 1;
    mask-image: var(--_mask-img-src, linear-gradient(#000 0 0)), linear-gradient(#000 0 0);
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-composite: exclude;
    transition: opacity 3s 1s, mask-size 8s ease-in, display calc(infinity * 1s);
    transition-behavior: allow-discrete;
    display: none;
  }
  @starting-style {
    .section[data-scroll-animation]::before {
      display: block;
    }
  }
  .section[data-scroll-animation][data-animated=true]::before {
    opacity: 0;
    mask-size: 50000%;
  }
}
section#prod-srvc.section {
  background-color: #fff;
  /*
    &[data-scroll-animation]::before {
      --_mask-img-src: url('data:image/svg+xml,\
  <svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1000">\
    <text x="50%" y="567.5" font-size="135" font-weight="bold" font-family="Roboto" text-anchor="middle">Products &amp; Services</text>\
  </svg>');
    }
  */
}
section#prod-srvc.section .section__inner {
  padding-top: 28px;
  padding-bottom: 87px;
}
@media (width > 768px) {
  section#prod-srvc.section .section__inner {
    padding-top: 56px;
    padding-bottom: 174px;
    max-width: 1652px;
  }
}
section#prod-srvc.section hgroup.section__heading {
  margin-bottom: 28px;
}
@media (width > 768px) {
  section#prod-srvc.section hgroup.section__heading {
    margin-bottom: 57px;
  }
}

.prod-card-group {
  --_min-card-width: 140px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--_min-card-width), 1fr));
  justify-items: center;
  gap: 10px;
}
@media (width > 768px) {
  .prod-card-group {
    gap: 20px;
    --_min-card-width: 180px;
  }
}

.prod-card {
  width: min(315px, 100%);
  aspect-ratio: 31/41;
  display: grid;
  grid-template: "stack"/100%;
  overflow: clip;
  position: relative;
  --_duration: 0.3s;
  --_img-scale: 1;
  --_default-display: initial;
  --_hover-display: none;
}
.prod-card:hover, .prod-card:focus-within {
  --_img-scale: 1.3;
  --_default-display: none;
  --_hover-display: initial;
  /*
      img.prod-card__img {
        filter: brightness(70%);
      }
  */
}

.prod-card__heading {
  grid-area: stack;
  z-index: 1;
  padding: 15px;
  color: #fff;
  width: 100%;
}
@media (width > 768px) {
  .prod-card__heading {
    padding: 20px;
  }
}
.prod-card__heading span.default {
  display: var(--_default-display);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.58);
}
.prod-card__heading span.hover {
  display: var(--_hover-display);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.58);
}

.prod-card__title {
  font-family: var(--roboto-font-family);
  font-weight: bold;
  font-size: clamp(1.125rem, 0.7671755725rem + 1.5267175573vw, 1.5rem);
  line-height: 1.25;
}
@media (width > 768px) {
  .prod-card__title {
    font-size: clamp(1.5rem, 1.3333333333rem + 0.3472222222vw, 1.75rem);
  }
}

.prod-card__subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.75;
  word-break: keep-all;
}
@media (width > 768px) {
  .prod-card__subtitle {
    font-size: clamp(0.75rem, 0.5rem + 0.5208333333vw, 1.125rem);
  }
}

a.prod-card__link {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.58);
}

a.prod-card__link:hover,
a.prod-card__link:focus,
a.prod-card__link:active {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.58);
}

a.prod-card__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0px;
}

img.prod-card__img {
  grid-area: stack;
  background-color: #808080;
  width: 100%;
  object-fit: cover;
  object-position: center;
  scale: var(--_img-scale);
  transition: scale var(--_duration);
}

section#case.section {
  border-image: linear-gradient(#f2f2f2 0 0) fill 0/1/0 100vw;
  background-color: #f2f2f2;
  /*
    &[data-scroll-animation]::before {
      --_mask-img-src: url('data:image/svg+xml,\
  <svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1000">\
    <text x="50%" y="567.5" font-size="135" font-weight="bold" font-family="Roboto" text-anchor="middle">Customer Case Studies</text>\
  </svg>');
    }
  */
}
section#case.section .section__inner {
  padding-top: 65px;
  padding-bottom: 87px;
}
@media (width > 768px) {
  section#case.section .section__inner {
    padding-top: 130px;
    padding-bottom: 174px;
  }
}
section#case.section hgroup.section__heading {
  margin-bottom: 28px;
}
@media (width > 768px) {
  section#case.section hgroup.section__heading {
    margin-bottom: 57px;
  }
}
section#case.section .img-area {
  display: grid;
  margin-bottom: 28px;
}
@media (width > 768px) {
  section#case.section .img-area {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 57px;
  }
}
section#case.section .img-area img {
  max-width: min(100%, 473.3333333333px);
  aspect-ratio: 284/213;
  object-fit: cover;
}
section#case.section .img-area img:nth-child(even) {
  justify-self: end;
}
section#case.section .btn-area {
  display: grid;
  justify-items: center;
}
section#case.section .btn-area .btn {
  font-size: 0.875rem;
  width: clamp(11.25rem, 6.7216057441rem + 19.3211488251vw, 15.875rem);
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 0.4em;
  align-items: center;
  align-content: center;
  border-radius: calc(infinity * 1px);
  padding-inline: 0.7em;
  padding-block: 0.85em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-size: 200% 100%;
  background-position: 100% 0;
  background-color: var(--accent-col);
  background-image: linear-gradient(90deg, transparent, var(--accent-col-alt), transparent);
  transition-duration: 0.3s;
  transition-property: background-position;
}
section#case.section .btn-area .btn:focus, section#case.section .btn-area .btn:hover {
  background-position: 0;
}
section#case.section .btn-area .btn::before, section#case.section .btn-area .btn::after {
  content: "";
}
section#case.section .btn-area .btn::after {
  justify-self: end;
  width: 0.75em;
  aspect-ratio: 1;
  background: url("/image/chevron_right.svg") no-repeat center right/contain;
}
@media (width > 768px) {
  section#case.section .btn-area .btn {
    font-size: 1.25rem;
    width: clamp(15.875rem, 0.875rem + 16.6666666667vw, 20.875rem);
  }
}

section#news.section {
  background-color: #fff;
  /*
    &[data-scroll-animation]::before {
      --_mask-img-src: url('data:image/svg+xml,\
  <svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1000">\
    <text x="50%" y="567.5" font-size="135" font-weight="bold" font-family="Roboto" text-anchor="middle">NEWS</text>\
  </svg>');
    }
  */
}
section#news.section .section__inner {
  padding-top: 75px;
  padding-bottom: 116px;
}
@media (width > 768px) {
  section#news.section .section__inner {
    padding-top: 150px;
    padding-bottom: 232px;
  }
}
section#news.section hgroup.section__heading {
  margin-bottom: 23px;
}
@media (width > 768px) {
  section#news.section hgroup.section__heading {
    margin-bottom: 46px;
  }
}
section#news.section .news-area {
  padding-inline: clamp(0px, -28.6259541985px + 7.6335877863vw, 30px);
  margin-bottom: 33px;
}
@media (width > 768px) {
  section#news.section .news-area {
    padding-inline: 60px;
    margin-bottom: 66px;
  }
}
section#news.section .btn-area {
  display: grid;
  justify-items: center;
}
section#news.section .btn-area .btn {
  font-size: 0.875rem;
  width: clamp(11.25rem, 6.7216057441rem + 19.3211488251vw, 15.875rem);
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 0.4em;
  align-items: center;
  align-content: center;
  border-radius: calc(infinity * 1px);
  padding-inline: 0.7em;
  padding-block: 0.85em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-size: 200% 100%;
  background-position: 100% 0;
  background-color: var(--accent-col);
  background-image: linear-gradient(90deg, transparent, var(--accent-col-alt), transparent);
  transition-duration: 0.3s;
  transition-property: background-position;
}
section#news.section .btn-area .btn:focus, section#news.section .btn-area .btn:hover {
  background-position: 0;
}
section#news.section .btn-area .btn::before, section#news.section .btn-area .btn::after {
  content: "";
}
section#news.section .btn-area .btn::after {
  justify-self: end;
  width: 0.75em;
  aspect-ratio: 1;
  background: url("/image/chevron_right.svg") no-repeat center right/contain;
}
@media (width > 768px) {
  section#news.section .btn-area .btn {
    font-size: 1.25rem;
    width: clamp(15.875rem, 0.875rem + 16.6666666667vw, 20.875rem);
  }
}