
/* =========================================================
   TWO-STAGE HERO + CONTACT OVERLAP FIX
   ========================================================= */

/* -------------------------
   HERO SCROLL STORY
   ------------------------- */
.hero-scroll-story{
  position:relative!important;
  min-height:200svh!important;
  display:block!important;
  padding:0!important;
  overflow:visible!important;
}

.hero-scroll-story .hero-media,
.hero-scroll-story .hero-overlay{
  position:sticky!important;
  top:0!important;
  width:100%!important;
  height:100svh!important;
  min-height:100svh!important;
}

.hero-scroll-story .hero-media{
  z-index:0!important;
}

.hero-scroll-story .hero-overlay{
  z-index:1!important;
  margin-top:-100svh;
  pointer-events:none!important;
}

.hero-scroll-story .hero-content{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  max-width:none!important;
  min-height:200svh!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  z-index:2!important;
}

.hero-scroll-story .hero-stage{
  position:relative;
  min-height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:clamp(5rem,8vh,7rem) clamp(1.25rem,6vw,6rem);
}

.hero-scroll-story .hero-stage-inner{
  width:min(1180px,88vw);
  margin:0 auto;
}

/* Opening screen: title only */
.hero-stage-one{
  text-align:center;
}

.hero-stage-one-inner{
  display:flex;
  min-height:calc(100svh - 10rem);
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.hero-opening-title{
  margin:0;
  color:#fff;
  font-family:"Cormorant Garamond","Times New Roman",serif!important;
  font-size:clamp(5.8rem,12vw,13rem)!important;
  font-weight:500!important;
  line-height:.82!important;
  letter-spacing:.015em!important;
  white-space:nowrap!important;
  text-shadow:0 5px 40px rgba(0,0,0,.42);
}

.hero-opening-scroll{
  position:absolute;
  bottom:clamp(2.5rem,5vh,4rem);
  color:rgba(255,255,255,.9);
  font-size:.72rem!important;
  font-weight:600!important;
  letter-spacing:.14em!important;
  text-transform:uppercase;
}

html[lang="ja"] .hero-opening-scroll{
  font-family:"Zen Old Mincho","Yu Mincho","Hiragino Mincho ProN",serif!important;
  letter-spacing:.1em!important;
  text-transform:none;
}

/* Information screen */
.hero-stage-two{
  align-items:center;
  justify-content:center;
}

.hero-stage-two-inner{
  padding-top:2rem;
  padding-bottom:2rem;
}

/* Remove duplicate huge title from stage 2 */
.hero-stage-two .hero-brand-title{
  display:none!important;
}

/* Make stage 2 calmer and less crowded */
.hero-stage-two .hero-brand-subtitle{
  margin-bottom:1.2rem!important;
}

.hero-stage-two .hero-brand-statement{
  max-width:720px!important;
  margin-bottom:1.4rem!important;
}

.hero-stage-two .hero-actions-simple{
  margin-bottom:1.25rem!important;
}

.hero-stage-two .all-instagram-links{
  margin-top:.25rem!important;
}

.hero-stage-two .hero-guest-welcome{
  margin-top:1rem!important;
}

/* Background image remains consistent between both stages */
.hero-scroll-story .hero-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* -------------------------
   CONTACT — NO OVERLAP
   ------------------------- */
#contact{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)!important;
  align-items:start!important;
  gap:clamp(3rem,6vw,7rem)!important;
  overflow:visible!important;
}

#contact .contact-heading{
  position:relative!important;
  min-width:0!important;
  max-width:100%!important;
  padding-right:0!important;
  z-index:1!important;
}

#contact .contact-form{
  position:relative!important;
  min-width:0!important;
  max-width:100%!important;
  z-index:1!important;
}

#contact .contact-heading h2{
  max-width:100%!important;
  margin-bottom:2rem!important;
  font-size:clamp(2.5rem,4vw,4.5rem)!important;
  line-height:1.35!important;
  white-space:normal!important;
  word-break:keep-all!important;
}

#contact .contact-heading p{
  max-width:34em!important;
}

/* Mobile */
@media(max-width:768px){
  .hero-scroll-story{
    min-height:200svh!important;
  }

  .hero-scroll-story .hero-stage{
    padding:5rem 18px 4rem!important;
  }

  .hero-opening-title{
    max-width:100%!important;
    font-size:clamp(2.7rem,13vw,4.4rem)!important;
    line-height:.9!important;
    white-space:nowrap!important;
  }

  .hero-opening-scroll{
    bottom:2.5rem!important;
    font-size:.66rem!important;
  }

  .hero-stage-two-inner{
    width:100%!important;
    max-width:100%!important;
    padding-top:1rem!important;
    padding-bottom:5rem!important;
  }

  .hero-stage-two .hero-brand-subtitle{
    font-size:.74rem!important;
  }

  .hero-stage-two .hero-brand-statement{
    font-size:.94rem!important;
    line-height:1.9!important;
  }

  #contact{
    display:block!important;
    padding-left:20px!important;
    padding-right:20px!important;
  }

  #contact .contact-heading{
    margin-bottom:3rem!important;
  }

  #contact .contact-heading h2{
    font-size:clamp(1.85rem,8vw,2.25rem)!important;
    line-height:1.45!important;
  }

  #contact .contact-form{
    width:100%!important;
    max-width:100%!important;
  }
}

@media(max-width:390px){
  .hero-opening-title{
    font-size:2.5rem!important;
  }
}
