.puante-home {
  --orange: #ff7a00;
  --orange-dark: #ef5d1a;
  --ink: #2d241f;
  --cream: #fff9f2;
  --line: rgba(255, 122, 0, 0.72);
  background: var(--cream);
  color: var(--ink);
  min-width: 1180px;
}

.puante-home .home-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 193, 118, 0.16), transparent 24rem),
    var(--cream);
}

.puante-home .home-shell {
  width: 1180px;
  margin: 0 auto;
}

.puante-home .home-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: clamp(620px, 52vw, 820px);
  overflow: hidden;
  isolation: isolate;
  background: #e98b3b;
}

.puante-home .home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.puante-home .home-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(45, 23, 10, 0.34), rgba(45, 23, 10, 0.08) 48%, transparent 74%);
}

.puante-home .home-hero__content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 64px), 1180px);
  margin-top: clamp(112px, 10vw, 154px);
  text-align: center;
}

.puante-home .home-hero__copy {
  width: min(100%, 860px);
  margin: 0 auto;
  color: #fff;
}

.puante-home .home-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 2.5vw, 46px);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 14px rgba(35, 18, 7, 0.42);
}

.puante-home .home-hero__subtitle {
  margin: 15px 0 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  text-shadow: 0 2px 12px rgba(35, 18, 7, 0.4);
}

.puante-home .home-hero__description {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  text-shadow: 0 2px 12px rgba(35, 18, 7, 0.42);
}

.puante-home .visual-block {
  --visual-a: #ff7a00;
  --visual-b: #ffbb66;
  --visual-c: #fff2d9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: rgba(70, 43, 24, 0.74);
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.88), transparent 19%),
    linear-gradient(145deg, var(--visual-c), var(--visual-b) 54%, var(--visual-a));
  box-shadow: 0 24px 60px rgba(184, 92, 18, 0.18);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.puante-home .visual-block::before {
  position: absolute;
  inset: 10%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: inherit;
}

.puante-home .visual-block span {
  position: relative;
  z-index: 1;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(8px);
}

.puante-home .theme-orange,
.puante-home .theme-orange .visual-block {
  --visual-a: #ff6a00;
  --visual-b: #ffa83d;
  --visual-c: #fff0ce;
}

.puante-home .theme-amber,
.puante-home .theme-amber .visual-block {
  --visual-a: #e99a00;
  --visual-b: #ffc85c;
  --visual-c: #fff5ce;
}

.puante-home .theme-coral,
.puante-home .theme-coral .visual-block {
  --visual-a: #ed654b;
  --visual-b: #ff9d7f;
  --visual-c: #ffe8db;
}

.puante-home .theme-green,
.puante-home .theme-green .visual-block {
  --visual-a: #4a9a70;
  --visual-b: #8fc5a4;
  --visual-c: #e8f4e7;
}

.puante-home .theme-blue,
.puante-home .theme-blue .visual-block {
  --visual-a: #4d83a8;
  --visual-b: #86b6d0;
  --visual-c: #e2f1f4;
}

.puante-home .home-products {
  padding: 76px 0 48px;
  background: #f8f6f2 url('/static/images/home/products/product-background-pc.png') center / cover no-repeat;
}

.puante-home .home-products .home-section-pill {
  margin-bottom: 42px;
}

.puante-home .home-section-pill {
  width: max-content;
  max-width: 880px;
  margin: 0 auto 62px;
  padding: 14px 38px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ffad38 0%, #ff6a00 100%);
  box-shadow: 0 10px 24px rgba(236, 105, 18, 0.16);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.puante-home .home-product-card,
.puante-home .home-news-card {
  color: inherit;
  text-decoration: none;
}

.puante-home .home-news-card h3 {
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.puante-home .home-news-card p {
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.puante-home .home-products__viewport {
  --products-visible: 5;
  --product-gap: 18px;
  --product-card-width: calc((1180px - (var(--product-gap) * 4)) / var(--products-visible));
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.puante-home .home-products__track {
  display: flex;
  width: max-content;
  animation: home-products-scroll 36s linear infinite;
  will-change: transform;
}

.puante-home .home-products__viewport:hover .home-products__track,
.puante-home .home-products__viewport:focus-within .home-products__track {
  animation-play-state: paused;
}

.puante-home .home-products__set {
  display: flex;
  flex: none;
  gap: var(--product-gap);
  padding-right: var(--product-gap);
}

.puante-home .home-product-card {
  position: relative;
  display: block;
  flex: 0 0 var(--product-card-width);
  width: var(--product-card-width);
  aspect-ratio: 260 / 589;
  overflow: hidden;
  /* border-radius: 36px; */
  /* background: rgba(255, 255, 255, 0.72); */
}

.puante-home .home-product-card__label {
  position: absolute;
  top: 30px;
  right: 14px;
  left: 14px;
  z-index: 2;
  color: #2d2926;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  transition: color 180ms ease;
}

.puante-home .home-product-card__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 220ms ease;
}

.puante-home .home-product-card__image--hover {
  opacity: 0;
}

.puante-home .home-product-card:hover .home-product-card__label,
.puante-home .home-product-card:focus-visible .home-product-card__label {
  color: #ff6a00;
}

.puante-home .home-product-card:hover .home-product-card__image--default,
.puante-home .home-product-card:focus-visible .home-product-card__image--default {
  opacity: 0;
}

.puante-home .home-product-card:hover .home-product-card__image--hover,
.puante-home .home-product-card:focus-visible .home-product-card__image--hover {
  opacity: 1;
}

.puante-home .home-products__all {
  display: flex;
  width: max-content;
  margin: 42px auto 0;
  color: #ff6a00;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.puante-home .home-products__all img {
  display: block;
  width: 180px;
  height: auto;
}

@keyframes home-products-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.puante-home .home-strengths {
  position: relative;
  box-sizing: border-box;
  /* aspect-ratio: 1920 / 1000; */
  min-height: 614px;
  padding: 58px 0 44px;
  background: #fbf6f0 url('/static/images/home/strengths/pc/strengths-background.png') center / cover no-repeat;
}

.puante-home .home-strengths::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 36px;
  content: "";
  background: linear-gradient(to bottom, rgba(248, 243, 237, 0), #f8f3ed);
  pointer-events: none;
}

.puante-home .home-strengths .home-section-pill {
  margin-bottom: 38px;
}

.puante-home .home-strengths__grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr 1fr;
  align-items: start;
  gap: 18px;
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}

.puante-home .home-strength-item {
  min-width: 0;
  text-align: center;
}

.puante-home .home-strength-item h3 {
  margin: 0 0 8px;
  color: #2e2925;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.puante-home .home-strength-item p {
  min-height: 42px;
  margin: 0 0 8px;
  color: #3f3934;
  font-size: 14px;
  line-height: 1.5;
}

.puante-home .home-strength-item img {
  display: block;
  width: 100%;
  height: auto;
}

.puante-home .home-strength-item--research h3 {
  margin-bottom: 10px;
}

.puante-home .home-strengths__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 22px auto 0;
  color: var(--orange-dark);
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}

.puante-home .home-strengths__more:hover {
  color: #d94f00;
  text-decoration: underline;
}

.puante-home .home-honors {
  position: relative;
  box-sizing: border-box;
  aspect-ratio: 1920 / 1138;
  min-height: 722px;
  padding: 58px 0 0;
  background-color: #f8f3ed;
  background-image: url('/static/images/home/honors/pc/honors-background.png');
  background-repeat: no-repeat;
  background-position: center 58px;
  background-size: 100% auto;
}

.puante-home .home-honors .home-section-pill {
  margin-bottom: 38px;
}

.puante-home .home-news {
  box-sizing: border-box;
  aspect-ratio: 1920 / 1000;
  min-height: 700px;
  padding: 76px 0 190px;
  background-color: #f8f3ed;
  background-image: url('/static/images/home/news/pc/news-background-pc.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.puante-home .home-news .home-section-pill {
  margin-bottom: 46px;
}

.puante-home .home-news__grid {
  display: grid;
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.puante-home .home-news-card {
  display: flex;
  min-width: 0;
  padding: 12px 12px 16px;
  overflow: hidden;
  flex-direction: column;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(109, 76, 49, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.puante-home .home-news-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 11px;
  background: #f0ebe5;
}

.puante-home .home-news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.puante-home .home-news-card__media--orange {
  background: #e9833f;
}

.puante-home .home-news-card__media--amber {
  background: #d5a13f;
}

.puante-home .home-news-card__media--coral {
  background: #c96e58;
}

.puante-home .home-news-card__body {
  display: flex;
  min-height: 122px;
  padding: 14px 4px 0;
  flex: 1;
  flex-direction: column;
}

.puante-home .home-news-card time {
  color: #9b9189;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.puante-home .home-news-card h3 {
  margin: 8px 0 16px;
  color: #2d241f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.puante-home .home-news-card__more {
  align-self: flex-end;
  margin-top: auto;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.puante-home .home-news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(207, 93, 18, 0.12);
}

.puante-home .home-product-card:focus-visible,
.puante-home .home-strengths__more:focus-visible,
.puante-home .home-news-card:focus-visible {
  outline: 4px solid #3d76b8;
  outline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {

  .puante-home .home-news-card {
    scroll-behavior: auto;
    transition: none;
  }

  .puante-home .home-products__viewport {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .puante-home .home-products__track {
    animation: none;
    will-change: auto;
  }

  .puante-home .home-products__set--clone {
    display: none;
  }

  .puante-home .home-product-card__label,
  .puante-home .home-product-card__image {
    transition: none;
  }
}
