/* MYTRIPPOR Hero vNext — scroll narrative integration */
:root{
  --mph-bg:#111815;
  --mph-ink:#f4efe6;
  --mph-ink-dim:rgba(244,239,230,.56);
  --mph-accent:#d99a53;
}

.mp-hero-scroll-vnext{
  position:relative;
  height:calc(100svh - 68px);
  min-height:700px;
  background:var(--mph-bg);
  color:var(--mph-ink);
}

.mp-hero-sticky-vnext{
  position:relative;
  height:100%;
  min-height:700px;
  overflow:hidden;
  background:var(--mph-bg);
}

#mpHeroScene{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  z-index:1;
}

.mp-hero-vnext-vignette{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(17,24,21,.94) 0%,rgba(17,24,21,.86) 27%,rgba(17,24,21,.32) 47%,rgba(17,24,21,.03) 66%,rgba(17,24,21,.07) 100%),
    radial-gradient(ellipse at 68% 43%,rgba(0,0,0,0) 38%,rgba(0,0,0,.24) 100%);
}

.mp-hero-safe-area{
  position:absolute;
  left:max(48px,calc((100vw - 1240px)/2));
  top:0;
  z-index:4;
  width:min(46vw,660px);
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-top:52px;
  pointer-events:none;
}

.mp-hero-kicker-vnext{
  margin:0 0 24px;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(244,239,230,.54);
}

.mp-hero-safe-area h1{
  margin:0 0 22px;
  max-width:660px;
  font-family:'Noto Serif KR','Noto Sans KR',serif;
  font-size:clamp(38px,3.55vw,56px);
  line-height:1.28;
  letter-spacing:-.04em;
  font-weight:500;
  color:var(--mph-ink);
  word-break:keep-all;
  overflow-wrap:normal;
}

.mp-hero-safe-area p{
  margin:0 0 34px;
  max-width:480px;
  font-size:clamp(14px,1.05vw,16px);
  line-height:1.82;
  color:var(--mph-ink-dim);
}

.mp-hero-cta-row{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
  pointer-events:auto;
}

.mp-hero-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  letter-spacing:-.01em;
  transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease;
}

.mp-hero-cta-primary{
  color:var(--mph-accent);
  border:1px solid rgba(217,154,83,.52);
  background:rgba(217,154,83,.09);
  padding:13px 20px;
  border-radius:999px;
}

.mp-hero-cta-primary:hover{
  background:rgba(217,154,83,.18);
  border-color:rgba(217,154,83,.78);
  transform:translateY(-1px);
  color:#efb871;
}

.mp-hero-cta-secondary{
  color:rgba(244,239,230,.66);
  border-bottom:1px solid rgba(244,239,230,.23);
  padding:11px 0 7px;
}

.mp-hero-cta-secondary:hover{
  color:var(--mph-ink);
  border-color:rgba(244,239,230,.56);
}

.mp-hero-stage-readout{
  position:absolute;
  right:max(48px,calc((100vw - 1180px)/2));
  top:116px;
  z-index:4;
  text-align:right;
  max-width:260px;
  pointer-events:none;
}

.mp-hero-stage-readout .idx{
  margin-bottom:7px;
  font-family:'SFMono-Regular',Consolas,'Liberation Mono',monospace;
  font-size:10px;
  letter-spacing:.17em;
  color:rgba(244,239,230,.38);
}

.mp-hero-stage-readout .word{
  margin-bottom:9px;
  font-family:'SFMono-Regular',Consolas,'Liberation Mono',monospace;
  font-size:12px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--mph-accent);
}

.mp-hero-stage-readout .note{
  font-size:12px;
  line-height:1.6;
  color:rgba(244,239,230,.46);
}

.mp-hero-microline{
  position:absolute;
  z-index:4;
  left:max(48px,calc((100vw - 1180px)/2));
  bottom:34px;
  font-family:'SFMono-Regular',Consolas,'Liberation Mono',monospace;
  font-size:9px;
  letter-spacing:.16em;
  color:rgba(244,239,230,.31);
  pointer-events:none;
}

@media(max-width:1100px){
  .mp-hero-safe-area{
    left:36px;
    width:min(45vw,500px);
  }
  .mp-hero-stage-readout{right:36px}
  .mp-hero-microline{left:36px}
  .mp-hero-safe-area h1{font-size:clamp(36px,4.5vw,52px)}
}

@media(max-width:768px){
  .mp-hero-scroll-vnext{height:210vh}
  .mp-hero-sticky-vnext{min-height:640px}
  .mp-hero-vnext-vignette{
    background:
      linear-gradient(180deg,rgba(11,12,15,.82) 0%,rgba(11,12,15,.38) 38%,rgba(11,12,15,.74) 68%,rgba(11,12,15,.96) 100%),
      radial-gradient(ellipse at 65% 38%,rgba(0,0,0,0) 28%,rgba(0,0,0,.52) 100%);
  }
  .mp-hero-safe-area{
    left:20px;
    right:20px;
    top:auto;
    bottom:54px;
    width:auto;
    height:auto;
    padding:0;
    justify-content:flex-end;
  }
  .mp-hero-kicker-vnext{margin-bottom:14px;font-size:9px}
  .mp-hero-safe-area h1{
    font-size:clamp(30px,9vw,42px);
    line-height:1.3;
    margin-bottom:16px;
    max-width:92%;
  }
  .mp-hero-safe-area p{
    font-size:13px;
    line-height:1.72;
    margin-bottom:22px;
    max-width:90%;
  }
  .mp-hero-cta-row{gap:16px}
  .mp-hero-stage-readout{
    top:96px;
    right:20px;
    max-width:190px;
  }
  .mp-hero-stage-readout .note{font-size:10px}
  .mp-hero-microline{display:none}
}

@media(prefers-reduced-motion:reduce){
  .mp-hero-scroll-vnext{height:100vh}
  .mp-hero-cta,.mp-hero-safe-area{transition:none!important}
}
