/* =========================
   Index page only
   ========================= */

.indexPage{
  background:#fff;
  color:#111727;
}

.indexPage img{
  display:block;
  max-width:100%;
  height:auto;
}

.homeInner{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}

.homeInner--narrow{
  width:min(980px, calc(100% - 40px));
  margin:0 auto;
}

/* =========================
   Hero
   ========================= */
.homeHero{
  position:relative;
  overflow:hidden;
  background:#111727;
}

.homeHero__bg img{
  width:100%;
  height:auto;
  display:block;
}

.homeHero__content{
  position:absolute;
  left:12%;
  bottom:40%;
  max-width:760px;
  color:#fff;
  z-index:2;
}

.homeHero__eyebrow{
  margin:0 0 12px;
  font-size:1.8rem;
  line-height:1.5;
  color:rgba(255,255,255,0.92);
}

.homeHero__title{
  margin:0 0 18px;
  font-family:"Noto Serif JP", serif;
  font-size:6rem;
  font-weight:700;
  line-height:1.12;
  color:#fff;
}

.homeHero__desc{
  margin:0 0 28px;
  font-size:1.8rem;
  line-height:1.7;
  color:rgba(255,255,255,0.95);
}

.homeHero__actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}

.homeHero__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:160px;
  padding:10px 16px;
  border:2px solid rgba(255,255,255,0.9);
  border-radius:999px;
  color:#fff;
  font-size:1.7rem;
  font-weight:700;
  letter-spacing:0.03em;
}

.homeHero__btn,
.homeHero__btn:visited{
  display: none;
  /* display:inline-flex; */
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 24px;
  border-radius:999px;
  background:#e6b333;
  border:2px solid #e6b333;
  color:#111727;
  font-size:2.0rem;
  font-weight:800;
  text-decoration:none;
  transition:background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.homeHero__btn .arrow{
  color:#111727;
  display:inline-block;
  font-size:2rem;
  transition:transform 0.2s ease;
}

.homeHero__btn:hover{
  background:#fff;
  color:#111727;
  border-color:#e6b333;
}

.homeHero__btn:hover .arrow{
  transform:translateX(6px);
}

/* =========================
   Section title
   ========================= */
.homeSectionTitle{
  margin:0 0 8px;
  text-align:center;
  font-size:5.0rem;
  /* font-size:60px; */
  font-weight:700;
  line-height:1.2;
  color:#111727;
  /* letter-spacing: 0.02em; */
  /* -webkit-text-stroke: 0.2px #111727; */
  text-shadow:
     0.9px 0 currentColor,
    -0.9px 0 currentColor;
}

.homeSectionTitle--light{
  color:#fff;
}

.homeSectionTitle span{
  color:#e6b333;
}

.homeSectionSub{
  margin:0 auto 38px;
  text-align:center;
  font-size:2.4rem;
  line-height:1.7;
  color:#111727;
}

.homeSectionSub--light{
  color:rgba(255,255,255,0.9);
}

/* =========================
   Why Velogue
   ========================= */
.whyVelogue{
  padding:70px 0 70px;
  background:#fff;
}

.whyVelogue__grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.whyCard{
  display:block;
  color:inherit;
  text-decoration:none;
}

.whyCard__figure{
  position:relative;
  overflow:hidden;
  margin:0;
  background:#111727;
}

.whyCard__figure img{
  width:100%;
  aspect-ratio: 1.35 / 1;
  object-fit:cover;
}

.whyCard__caption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:18px 18px 16px;
  background:linear-gradient(to top, rgba(0,0,0,0.82), rgba(0,0,0,0.15));
  color:#fff;
}

.whyCard__caption h3{
  margin:0 0 8px;
  font-size:2.8rem;
  font-weight:800;
  line-height:1.2;
}

.whyCard__caption p{
  margin:0;
  font-size:1.5rem;
  line-height:1.6;
}

.whyCard:hover img{
  transform:scale(1.02);
  transition:transform 0.25s ease;
}

/* =========================
   Protection System
   ========================= */
.protectionSystem{
  padding: 76px 0 70px;
  background: #1f2842;
}

.systemShowcase{
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  align-items: center;
  gap: 18px;
  margin: 36px 0 30px;
}

.systemShowcase__arrow{
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.systemShowcase__arrow:hover{
  opacity: 0.7;
}

.systemShowcase__viewport{
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
  width: 100%;
}

.systemShowcase__track{
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.systemShowcase__item{
  flex: 0 0 20%;
}

.systemShowcase__item img{
  width: 100%;
  aspect-ratio: 0.9 / 1;
  object-fit: cover;
  display: block;
}
/* ===== feature icons ===== */
.systemFeatures{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.systemFeatures li{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.systemFeatures li img{
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.systemFeatures li span{
  display: inline-block;
  letter-spacing: 0.02em;
}

/* =========================
   Follow
   ========================= */
.followVelogue{
  padding:66px 0 74px;
  background:#111727;
}

.followVelogue__line{
  width:min(760px, 100%);
  height:1px;
  margin:28px auto 28px;
  background:rgba(255,255,255,0.35);
}

.followVelogue__text{
  margin:0;
  text-align:center;
  color:rgba(255,255,255,0.9);
  font-size:1.8rem;
  line-height:2;
}

/* =========================
   Mobile
   ========================= */
@media screen and (max-width: 767px){

  .homeInner,
  .homeInner--narrow{
    width:calc(100% - 24px);
  }

  .homeHero__content{
    left:16px;
    right:16px;
    bottom:54px;
    max-width:none;
  }

  .homeHero__eyebrow{
    font-size:1.2rem;
    margin-bottom:8px;
  }

  .homeHero__title{
    font-size:2.8rem;
    line-height:1.16;
    margin-bottom:10px;
  }

  .homeHero__desc{
    font-size:1.2rem;
    line-height:1.6;
    margin-bottom:14px;
  }

  .homeHero__actions{
    flex-direction: column;
    align-items: flex-start;
    gap:10px;
  }

  .homeHero__badge{
    min-width:auto;
    padding:6px 12px;
    font-size:1.2rem;
    border-width:1px;
  }

  .homeHero__btn{
    display:inline-flex;
    padding:9px 17px;
    font-size:1.7rem;
    border-width:1px;
    margin-top: 10px;
  }

  .homeHero__btn .arrow{
    font-size:1.6rem;
  }

  .whyVelogue{
    padding:44px 0 38px;
  }

  .homeSectionTitle{
    font-size:2.3rem;
    margin-bottom:6px;
  }

  .homeSectionSub{
    font-size:1.3rem;
    line-height:1.7;
    margin-bottom:22px;
  }

  .whyVelogue__grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .whyCard__figure img{
    aspect-ratio: 1.45 / 1;
  }

  .whyCard__caption{
    padding:14px 14px 12px;
  }

  .whyCard__caption h3{
    font-size:2.2rem;
    margin-bottom:6px;
  }

  .whyCard__caption p{
    font-size:1.3rem;
    line-height:1.55;
  }
    .protectionSystem{
    padding: 48px 0 42px;
  }

  .systemShowcase{
    grid-template-columns: 28px 1fr 28px;
    gap: 8px;
    margin: 24px 0 20px;
  }

  .systemShowcase__arrow{
    width: 28px;
    height: 28px;
    font-size: 3rem;
  }

  .systemShowcase__item{
    flex: 0 0 50%;
  }

  .systemShowcase__item img{
    aspect-ratio: 0.9 / 1.15;
  }
}

  .systemFeatures{
    /*display: grid;*/
    /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
    /*gap: 12px 10px;*/
    /*justify-content: initial;*/
    /*align-items: start;*/
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 60px;                 
    margin-top: 40px;
    flex-wrap: wrap; 
  }

  .systemFeatures li{
    justify-content: flex-start;
    font-size: 1.2rem;
    gap: 8px;
    white-space: normal;
    display: flex;
    align-items: center;
  }

  .systemFeatures li img{
    width: 20px;
    height: 20px;
  }

  .systemFeatures li span{
    line-height: 1.4;
  }

  .followVelogue{
    padding:42px 0 46px;
  }

  .followVelogue__line{
    margin:20px auto;
  }

  .followVelogue__text{
    font-size:1.2rem;
    line-height:1.9;
  }
}

