*{box-sizing:border-box}
html,body{
  margin:0;
  width:100%;
  height:100%;
  background:#020814;
}
body{
  overflow:hidden;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  color:#eee9df;
}
button{font:inherit}

.stage{
  position:relative;
  width:100vw;
  height:100vh;
  height:100svh;
  min-height:420px;
  overflow:hidden;
  background:#020814;
}

.castle{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
  filter:brightness(.72) sepia(.16) saturate(.88);
}

.hero-plus,
.message-plus{
  position:absolute;
  left:50%;
  top:44%;
  transform:translate(-50%,-50%);
  width:clamp(190px,18vw,325px);
  aspect-ratio:1/1;
  font-size:0;
  pointer-events:none;
}
.hero-plus:before,.hero-plus:after,
.message-plus:before,.message-plus:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:linear-gradient(180deg,#ffe06d 0%,#efb438 55%,#cb7e17 100%);
  border-radius:999px;
}
.hero-plus:before,.message-plus:before{width:100%;height:15.5%}
.hero-plus:after,.message-plus:after{width:15.5%;height:100%}

/* FASE 1: o + começa a ganhar significado sem revelar a marca. */
.clue{
  position:absolute;
  left:50%;
  top:66%;
  transform:translate(-50%,12px);
  z-index:3;
  width:min(94vw,900px);
  text-align:center;
  opacity:0;
  transition:opacity .7s ease,transform .7s ease;
  pointer-events:none;
}
.clue.visible{
  opacity:1;
  transform:translate(-50%,0);
}
.clue-word{
  display:inline-block;
  color:#d7a13b;
  font-size:clamp(20px,1.9vw,31px);
  font-weight:600;
  letter-spacing:.28em;
  line-height:1.25;
  text-transform:uppercase;
  text-shadow:0 0 14px rgba(215,161,59,.16);
  white-space:nowrap;
}
.clue:not(.final) .clue-word::before{
  content:"+ ";
  letter-spacing:.12em;
}
.clue.final .clue-word{
  color:#eee9df;
  font-size:clamp(15px,1.45vw,23px);
  letter-spacing:.20em;
}
.clue.final .clue-word::first-letter{color:#eee9df}

.info{
  position:absolute;
  left:50%;
  bottom:clamp(28px,4.5vh,58px);
  transform:translateX(-50%);
  z-index:4;
  border:0;
  background:transparent;
  color:#d7a13b;
  padding:12px 20px;
  cursor:pointer;
  white-space:nowrap;
  font-size:clamp(12px,1vw,15px);
  font-weight:600;
  letter-spacing:.12em;
  line-height:1;
  text-shadow:0 0 8px rgba(215,161,59,.12);
}
.info:focus-visible{
  outline:1px solid rgba(215,161,59,.5);
  outline-offset:3px;
}

.veil{
  position:absolute;
  inset:0;
  z-index:10;
  opacity:0;
  visibility:hidden;
  transition:opacity .45s ease,visibility .45s ease;
  background:#020814;
}
.veil.open{opacity:1;visibility:visible}
.veil-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
  filter:brightness(.20) sepia(.10) saturate(.75);
}
.message{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  text-align:center;
}
.message-inner{
  position:relative;
  width:min(90vw,760px);
  padding:32px 24px;
}
.message-kicker{
  color:#d7a13b;
  font-size:clamp(46px,5vw,76px);
  font-weight:300;
  line-height:1;
  margin-bottom:18px;
}
.message h1{
  margin:0 0 32px;
  color:#eee9df;
  font-size:clamp(21px,2.2vw,34px);
  font-weight:500;
  letter-spacing:.16em;
  line-height:1.25;
}
.message h1 span{color:#d7a13b}
.message-copy{
  color:#c9c4ba;
  font-size:clamp(14px,1.15vw,17px);
  font-weight:400;
  letter-spacing:.035em;
  line-height:1.65;
}
.message-copy p{
  position:static;
  transform:none;
  margin:4px 0;
  color:inherit;
  font:inherit;
  letter-spacing:inherit;
  white-space:normal;
}
.message-copy p:last-child{margin-top:15px}
.message-soon{
  margin-top:34px;
  color:#d7a13b;
  font-size:clamp(11px,.9vw,13px);
  font-weight:600;
  letter-spacing:.24em;
}
.close{
  position:absolute;
  right:clamp(18px,3vw,44px);
  top:clamp(16px,2.5vw,34px);
  z-index:12;
  border:0;
  background:transparent;
  color:#8f7e5c;
  font-size:31px;
  cursor:pointer;
}

@media(max-height:720px){
  .hero-plus{top:42%;width:clamp(150px,25vh,215px)}
  .clue{top:66%}
  .info{bottom:18px}
}

@media(max-width:600px){
  .stage{min-height:0}
  .castle,.veil-bg{object-position:50% 50%}
  .hero-plus{
    top:43%;
    width:clamp(165px,46vw,220px);
  }
  .clue{
    top:65%;
    width:94vw;
  }
  .clue-word{
    font-size:18px;
    letter-spacing:.22em;
  }
  .clue.final .clue-word{
    font-size:13px;
    letter-spacing:.14em;
  }
  .info{
    bottom:max(32px,calc(env(safe-area-inset-bottom) + 3.5vh));
    font-size:13px;
    letter-spacing:.11em;
  }
  .message-inner{
    width:94vw;
    padding:24px 18px;
  }
  .message-kicker{font-size:52px;margin-bottom:14px}
  .message h1{
    font-size:20px;
    letter-spacing:.11em;
    margin-bottom:26px;
  }
  .message-copy{
    font-size:14px;
    line-height:1.55;
  }
  .message-soon{margin-top:28px}

}

@media(prefers-reduced-motion:reduce){
  .veil,.clue{transition:none}
}
