:root {
  --ful-coral: #e7817f;
  --ful-ink: #303030;
  --ful-muted: #727272;
  --ful-line: #dedede;
  --ful-soft: #f6f6f6;
}

.ful-cms-hub,
.ful-cms-hub * {
  box-sizing: border-box;
}

.ful-cms-hub {
  position: relative;
  z-index: 2;
  color: var(--ful-ink);
  background: #fff;
}

.ful-cms-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.ful-section-title h2 {
  margin: 0;
  font-family: Montserrat, A1Gothic, sans-serif;
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: .02em;
}

.ful-section-title p {
  margin: 12px 0 0;
  font-size: clamp(15px, 1.8vw, 20px);
  font-weight: 500;
}

.ful-section-title--light {
  color: #fff;
}

.ful-section-title--coral {
  color: var(--ful-coral);
}

.ful-usecase {
  overflow: hidden;
  background: var(--ful-soft);
}

.ful-usecase-hero {
  position: relative;
  min-height: clamp(420px, 54vw, 720px);
  overflow: hidden;
  background: #e8e4df;
}

.ful-usecase-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 57%;
}

.ful-usecase-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25,25,25,.04) 42%, rgba(25,25,25,.48) 100%);
}

.ful-usecase-hero .ful-section-title {
  position: absolute;
  left: max(6.5vw, 28px);
  bottom: clamp(108px, 13vw, 172px);
  z-index: 2;
}

.ful-usecase-list-wrap {
  position: relative;
  width: min(1360px, 100%);
  min-height: 430px;
  margin: clamp(-92px, -7vw, -62px) auto 0;
  padding: 0 64px 78px;
  z-index: 3;
}

.ful-card-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(320px, 29vw, 390px);
  gap: 24px;
  overflow-x: auto;
  padding: 2px 2px 30px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ful-card-track::-webkit-scrollbar {
  display: none;
}

.ful-usecase-card {
  scroll-snap-align: start;
}

.ful-usecase-card a,
.ful-column-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.ful-card-media {
  height: 235px;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(43,43,43,.08);
}

.ful-card-media img,
.ful-column-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.ful-usecase-card a:hover .ful-card-media img,
.ful-column-card a:hover .ful-column-media img {
  transform: scale(1.035);
}

.ful-card-copy {
  padding: 22px 14px 0;
}

.ful-card-copy h3,
.ful-column-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
}

.ful-card-copy p,
.ful-column-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #464646;
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ful-slider-button {
  position: absolute;
  top: 105px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--ful-ink);
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
  cursor: pointer;
  z-index: 3;
}

.ful-slider-button--prev { left: 18px; }
.ful-slider-button--next { right: 18px; }

.ful-cms-more,
.ful-news-more {
  display: block;
  width: max-content;
  margin: 28px auto 0;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--ful-ink);
  font-size: 14px;
  text-decoration: none;
}

.ful-column {
  padding: clamp(100px, 12vw, 170px) 0;
  background: #fff;
}

.ful-column-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 54px;
}

.ful-column-media {
  height: 240px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 22px;
  background: #fafafa;
}

.ful-column-card time {
  display: block;
  margin: 20px 0 7px;
  color: var(--ful-coral);
  font-size: 12px;
  letter-spacing: .08em;
}

.ful-empty {
  margin: 42px 0 0;
  color: var(--ful-muted);
  text-align: center;
}

.ful-empty--card {
  padding: 72px 24px;
  border: 1px solid var(--ful-line);
  border-radius: 24px;
  background: #fafafa;
}

.ful-news {
  padding: clamp(90px, 10vw, 140px) 0;
  background: var(--ful-soft);
}

.ful-news-layout {
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(0, 1.7fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.ful-news-panel {
  padding: 28px 48px 22px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(33,33,33,.04);
}

.ful-news-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ful-news-list li + li {
  border-top: 1px solid var(--ful-line);
}

.ful-news-list a {
  display: grid;
  grid-template-columns: 96px 70px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 22px 0;
  color: inherit;
  text-decoration: none;
}

.ful-news-list time,
.ful-news-label {
  font-family: Montserrat, A1Gothic, sans-serif;
  font-size: 12px;
  letter-spacing: .04em;
}

.ful-news-label {
  color: var(--ful-coral);
  font-weight: 700;
}

.ful-news-title {
  min-width: 0;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ful-news-more {
  margin: 18px 0 0 auto;
}

@media (max-width: 840px) {
  .ful-usecase-hero {
    min-height: 500px;
  }

  .ful-usecase-hero > img {
    object-position: center center;
  }

  .ful-usecase-list-wrap {
    padding-inline: 24px;
  }

  .ful-card-track {
    grid-auto-columns: minmax(280px, 82vw);
  }

  .ful-slider-button {
    display: none;
  }

  .ful-column-grid {
    grid-template-columns: 1fr;
  }

  .ful-news-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .ful-cms-container {
    width: min(100% - 32px, 1180px);
  }

  .ful-usecase-hero {
    min-height: 430px;
  }

  .ful-usecase-hero .ful-section-title {
    bottom: 95px;
  }

  .ful-usecase-list-wrap {
    min-height: 405px;
    margin-top: -70px;
    padding-bottom: 58px;
  }

  .ful-card-track {
    gap: 16px;
    grid-auto-columns: 86vw;
  }

  .ful-card-media {
    height: 210px;
    border-radius: 18px;
  }

  .ful-column {
    padding-block: 88px;
  }

  .ful-column-grid {
    gap: 42px;
    margin-top: 36px;
  }

  .ful-column-media {
    height: 220px;
    border-radius: 18px;
  }

  .ful-news-panel {
    padding: 18px 22px;
    border-radius: 20px;
  }

  .ful-news-list a {
    grid-template-columns: 82px 52px;
    gap: 8px;
  }

  .ful-news-title {
    grid-column: 1 / -1;
    padding-bottom: 4px;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ful-card-media img,
  .ful-column-media img {
    transition: none;
  }
}
