/* Start Here — premium Priority List story. 20 Aug 2026.
   Purpose: carry the staged-opening story into the outer ecosystem without turning
   the homepage into a waitlist landing page or altering payment infrastructure. */
.oe-home-prototype .hp-priority-entry{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr);
  gap:58px;
  max-width:1080px;
  margin:58px auto 0;
  padding:58px 62px;
  overflow:hidden;
  border-radius:20px;
  background:
    radial-gradient(circle at 88% 8%,rgba(225,194,124,.17),transparent 31%),
    linear-gradient(145deg,#071a30 0%,#0b213c 56%,#0a1d35 100%);
  box-shadow:0 24px 60px rgba(7,26,48,.20);
  text-align:left;
}
.oe-home-prototype .hp-priority-entry:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border:1px solid rgba(225,194,124,.22);
  border-radius:20px;
}
.oe-home-prototype .hp-priority-entry__copy,
.oe-home-prototype .hp-priority-entry__steps{position:relative;z-index:1}
.oe-home-prototype .hp-priority-entry__eyebrow{
  margin-bottom:14px;
  color:#e1c27c;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.oe-home-prototype .hp-priority-entry h2{
  max-width:650px;
  margin:0 0 20px;
  color:#fff8eb!important;
  font-size:clamp(36px,4.1vw,54px)!important;
  line-height:1.02!important;
}
.oe-home-prototype .hp-priority-entry p{
  max-width:680px;
  color:#dce5ec!important;
  font-size:16px!important;
  line-height:1.72!important;
}
.oe-home-prototype .hp-priority-entry__lead{
  color:#fff0cf!important;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(21px,2vw,26px)!important;
  line-height:1.35!important;
}
.oe-home-prototype .hp-priority-entry p strong{color:#fff!important}
.oe-home-prototype .hp-priority-prices{
  display:grid;
  gap:0;
  margin:28px 0 30px;
  border-top:1px solid rgba(225,194,124,.25);
  border-bottom:1px solid rgba(225,194,124,.25);
}
.oe-home-prototype .hp-priority-prices>div{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:18px;
  padding:15px 0;
  align-items:center;
}
.oe-home-prototype .hp-priority-prices>div+div{border-top:1px solid rgba(225,194,124,.16)}
.oe-home-prototype .hp-priority-prices span{
  color:#e1c27c;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:20px;
  font-weight:600;
}
.oe-home-prototype .hp-priority-prices strong{
  color:#fff;
  font-size:13px;
  letter-spacing:.025em;
}
.oe-home-prototype .hp-priority-button{
  border:1px solid #e1c27c!important;
  background:#e1c27c!important;
  color:#071a30!important;
  box-shadow:none!important;
}
.oe-home-prototype .hp-priority-button:hover,
.oe-home-prototype .hp-priority-button:focus-visible{
  background:#f0d79b!important;
  border-color:#f0d79b!important;
}
.oe-home-prototype .hp-priority-entry__small{
  margin:18px 0 0!important;
  color:#aebdca!important;
  font-size:12.5px!important;
  line-height:1.55!important;
}
.oe-home-prototype .hp-priority-entry__steps{
  align-self:center;
  border-left:1px solid rgba(225,194,124,.26);
  padding-left:36px;
}
.oe-home-prototype .hp-priority-entry__steps>div{padding:20px 0}
.oe-home-prototype .hp-priority-entry__steps>div+div{border-top:1px solid rgba(255,255,255,.10)}
.oe-home-prototype .hp-priority-entry__steps span{
  display:block;
  margin-bottom:8px;
  color:#e1c27c;
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
}
.oe-home-prototype .hp-priority-entry__steps strong{
  display:block;
  color:#fff8eb;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:22px;
  line-height:1.2;
}
.oe-home-prototype .hp-priority-entry__steps p{
  margin:7px 0 0!important;
  color:#bfcbd4!important;
  font-size:13px!important;
  line-height:1.55!important;
}
@media(max-width:900px){
  .oe-home-prototype .hp-priority-entry{grid-template-columns:1fr;gap:34px;padding:48px 42px}
  .oe-home-prototype .hp-priority-entry__steps{border-left:0;border-top:1px solid rgba(225,194,124,.26);padding:18px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
  .oe-home-prototype .hp-priority-entry__steps>div{padding:12px 0}
  .oe-home-prototype .hp-priority-entry__steps>div+div{border-top:0}
}
@media(max-width:660px){
  .oe-home-prototype .hp-priority-entry{margin-top:42px;padding:38px 26px;border-radius:16px}
  .oe-home-prototype .hp-priority-entry:before{border-radius:16px}
  .oe-home-prototype .hp-priority-prices>div{grid-template-columns:1fr;gap:4px}
  .oe-home-prototype .hp-priority-entry__steps{grid-template-columns:1fr;gap:0}
  .oe-home-prototype .hp-priority-entry__steps>div+div{border-top:1px solid rgba(255,255,255,.10)}
}
