/* ===== FULLSCREEN VIDEO ===== */
.mh-shared-video {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -3;
  transform: scale(1);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.mh-shared-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh-video-sp {
  display: none;
}

@media (max-width: 600px) {
  .mh-video-pc {
    display: none;
  }
  .mh-video-sp {
    display: block;
  }
}

.mh-shared-video.is-hidden {
  opacity: 0;
  transform: scale(1.05);
  pointer-events: none;
}

.mh-fixed-bg {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.mh-fixed-bg.active {
  opacity: 1;
}

.mh-share-hero {
  height: 100vh;
  position: relative;
  z-index: 2;
  background: transparent;
  transition: background-color 0.8s ease;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center;
}
/* optional smooth fade */
.mh-share-hero.is-changing {
  opacity: 0.4;
}

.mh-share-hero h1 {
  text-align: center;
}

/* section spacing */
.mh-section {
  padding-top: 100px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  flex-direction: column;
}

.content {
  font-size: 80px;
  font-weight: bold;
  color: var(--white);
}

.mh-sc-wrap {
  max-width: 585px;
  display: flex;
  flex-direction: column;
}
.mh-sc-wrap h2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 16px;
  font-size: clamp(18px, 5vw, 26px);
}

.mh-sc-wrap div p {
  font-size: clamp(16px, 1vw, 18px);
  letter-spacing: normal;
  color: var(--white);
  margin-top: 10px;
  text-align: center;
}
.s-four {
  padding-bottom: 100px;
}

@media (max-width: 600px) {
  .mh-sc-wrap img {
    max-width: clamp(200px, 20vw, 400px);
    margin: 0 auto;
    padding: 7px 0px;
  }
}

/* .model-slider-hero {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.model-slider-hero .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.35);
}
.model-slider-hero .bg {
  transition: background-image 0.6s ease;
  will-change: background-image;
}

.model-slider-hero .center {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.model-slider-hero .center img {
  width: 55%;
  opacity: 0;
}

.model-slider-hero .center {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3vw;
}

.model-slider-hero .center img {
  width: 100%;
  max-width: 572px;
  height: auto;
  object-fit: contain;
  display: block;
  opacity: 0;
  will-change: opacity, transform;
}

#heroTitle {
  color: var(--white);
  text-align: center;
  margin-bottom: 16px;
  font-size: clamp(18px, 5vw, 26px);
}
#heroDesc {
  color: var(--white);
  text-align: center;
  margin-top: 16px;
}

.model-slider-hero .thumbs {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.model-slider-hero .thumb {
  writing-mode: vertical-rl;
  margin-bottom: 16px;
  padding: 8px 6px;
  color: #aaa;
  height: 100px;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.model-slider-hero .thumb.active {
  color: var(--white);
  font-weight: bold;
  opacity: 1;
}

.model-slider-hero .thumb span {
  background-color: var(--black);
  font-size: 12px;
  padding: 5px 0px;
}

@media (max-width: 992px) {
  .model-slider-hero .thumbs {
    position: relative;
    right: 30px;
    display: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
} */
/*================================ */
.model-section {
  background: var(--black);
}

.model-grid {
  display: flex;
  gap: 16px;
  height: 400px;
}

.model-card {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 5px;
  transition: flex 0.6s ease;
}

.model-card:hover {
  flex: 3;
}

.model-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.5s ease;
  margin-bottom: 0px;
}

.model-title {
  padding: 10px;
  border: 1px solid var(--white);
  background: rgba(0, 0, 0, 0.25);
  color: var(--white);
  text-align: center;
  max-width: 100%;
  transition:
    padding 0.5s ease,
    background 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease;
}

.model-title > span:first-child {
  display: block;
  font-size: clamp(18px, 4vw, 22px);
  font-weight: bold;
}

.model-title .san-d {
  display: block;
  margin-top: 1px;
  font-size: 15px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    transform 0.4s ease;
}

.model-card:hover .model-title {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.45);
  text-align: center;
}

.model-card:hover .model-title .san-d {
  max-height: 100px;
  opacity: 1;
  transform: translateY(0);
}

.model-grid:hover .model-card:not(:hover) .model-title {
  opacity: 0;
  transform: scale(0.96);
}

@media (max-width: 576px) {
  .model-grid {
    flex-direction: column;
    height: auto;
  }
  .model-card {
    overflow: auto;
    height: clamp(200px, 20vw, 250px);
  }
  .model-label {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .model-title .san-d {
    display: contents;
    opacity: 1;
    overflow: visible;
  }
}

.lux-section {
  background-color: var(--white);
  margin: 0 auto;
  transition: color 0.3s ease;
}

.lux-section h2 {
  text-align: center;
}

.lux-section.is-night {
  color: var(--white);
}

.lux-section.is-night .sub {
  color: var(--gray);
}

/* Day section */
.lux-day {
  text-align: center;
}
.wish-writing-wrap {
  position: relative;
}

.wish-writing-stock {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 882px;
  pointer-events: none;
  z-index: 1;
}

.wish-writing-svg {
  width: 100%;
  height: auto;
}

/* Stroke style */
.wish-writing-svg .cls-1 {
  fill: #191919;
  fill-opacity: 0; /* hidden at start */
  stroke: #191919;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Final filled state */
.wish-writing-svg.is-filled .cls-1 {
  fill: #191919 !important;
  stroke: transparent;
}

.day-grid {
  margin-top: clamp(20px, 3vw, 50px);
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: clamp(20px, 4vw, 40px) clamp(24px, 5vw, 46px);
  align-items: end;
}
.img-small img {
  width: 20%;
  margin: 0 auto;
}

.img-large img,
.img-vertical img {
  width: 100%;
  display: block;
}

.day-text {
  margin-top: clamp(30px, 3vw, 50px);
}
.day-text p {
  font-size: 16px;
}

.img-vertical {
  grid-row: span 2;
}

.signature {
  font-size: 100px;
  opacity: 0.1;
  text-align: center;
  margin-top: 80px;
}

.lux-night {
  text-align: center;
}

.night-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-template-rows: auto auto;
  align-items: end;
  gap: 40px 60px;
}

.night-grid img {
  width: 100%;
}

.img-center {
  grid-column: 1 / -1;
  text-align: center;
}

.img-center img {
  width: 20%;
  margin: 0 auto;
}

.lux-night h3,
.lux-day h3 {
  font-size: clamp(20px, 3vw, 26px);
  margin-bottom: 5px;
}

.lux-day .sub,
.lux-night .sub {
  color: #507652;
}

@media (max-width: 768px) {
  .day-grid,
  .night-grid {
    grid-template-columns: 1fr 1fr;
  }
  .img-vertical img,
  .img-left img {
    display: none;
  }

  .img-small img,
  .img-center img {
    width: clamp(160px, 50%, 320px);
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 576px) {
  .day-grid,
  .night-grid {
    grid-template-columns: 1fr;
    gap: clamp(10px, 4vw, 40px) clamp(24px, 5vw, 60px);
  }

  .day-text,
  .night-text {
    margin-top: 0px;
  }

  .img-large img,
  .img-left img {
    width: 70%;
    display: block !important;
  }

  .img-small,
  .img-center {
    display: none;
  }
  .img-vertical img {
    width: 90%;
    margin-left: auto;
    display: block;
  }

  .img-left img {
    margin-left: auto;
  }
  .img-right img {
    width: 90%;
    margin-right: auto;
    display: block;
  }
}

.wish-luxe-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.wish-luxe-title {
  font-size: 28px;
  letter-spacing: 0.14em;
  margin-bottom: 28px;
}

.wish-luxe-description {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #333;
}

.wish-luxe-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(5px, 2vw, 15px);
}

.wish-luxe-item {
  overflow: hidden;
  border-radius: 0px;
  height: clamp(250px, 50vw, 300px);
}

.wish-luxe-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-garage {
  padding-top: 15px;
  background-color: var(--white);
}

/* ===============================
   Responsive (Mobile)
================================ */
@media (max-width: 768px) {
  .wish-luxe-title {
    font-size: 22px;
    line-height: 1.6;
  }

  .wish-luxe-description {
    font-size: 14px;
    line-height: 1.9;
  }
  .wish-luxe-header {
    margin: 0 auto 30px;
  }
}

/* Section */

.mh-form {
  background-color: var(--light-gray);
}
.form-section {
  max-width: 900px;
  margin: 0 auto;
}

.form-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
}

/* swiper video section */

.short-swiper-title h2 {
  text-align: center;
  font-size: clamp(20px, 5vw, 40px);
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  color: var(--white);
}
.short-swiper-title p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
  letter-spacing: normal;
  color: var(--white);
}

.shorts-section {
  padding: 60px 0;
  background-color: var(--black);
  position: relative;
}

.mySwiper {
  width: 100%;
  padding: 10px 5px;
}

.swiper-slide {
  width: 280px !important;
  height: 450px !important;
  border-radius: 12px;
  overflow: hidden;
  background: var(--black);
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid var(--gray);
  color: var(--brand) !important;
  z-index: 10;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
  font-weight: bold;
  color: var(--brand) !important;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 200px !important;
    height: 280px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}

.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 4px solid var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s;
}

.custom-play-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid var(--white);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

.custom-controls-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px;
  z-index: 5;
  box-sizing: border-box;
}

.fullscreen-btn {
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.icon-fs {
  width: 24px;
  height: 24px;
  fill: var(--white);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}
