@charset "UTF-8";
.tiers {
list-style: none;
display: grid;
grid-template-columns: 1fr;
gap: 18px;
}
@media (min-width: 860px) {
.tiers { grid-template-columns: repeat(3, 1fr); align-items: start; }
}
.tier {
background: var(--bg);                  
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 26px 24px;
display: flex;
flex-direction: column;
position: relative;                     
}
.tier.featured { border-color: var(--ember); box-shadow: var(--glow-rest); isolation: isolate; animation: beacon-glow 3.6s ease-in-out infinite; }
.tier-badge {
position: absolute; top: -11px; left: 24px;
padding: 4px 11px; border-radius: 999px;
background: var(--ember); color: #2a1206;   
font-size: var(--step--1); font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
box-shadow: var(--glow-rest);
}
.tier-badge.deal { background: linear-gradient(110deg, var(--gold), var(--ember) 72%); }
.tier-badge.flagship { background: linear-gradient(110deg, var(--gold), var(--ember) 118%); box-shadow: var(--glow-rest), 0 0 16px var(--ember); }
.tier.featured:hover { animation: beacon-pulse 1.5s ease-in-out infinite; }
.tier.featured .embers { position: absolute; inset: 0; overflow: hidden; z-index: -1; pointer-events: none; }
.tier.featured .ember {
position: absolute; width: 5px; height: 5px; border-radius: 50%;
background: radial-gradient(circle at 50% 50%, var(--gold), var(--ember) 60%, transparent 72%);
box-shadow: 0 0 7px 1px var(--ember); opacity: 0;
animation: beacon-ember var(--dur, 10s) linear var(--delay, 0s) infinite;
will-change: transform, opacity;
}
.tier.featured .ember:nth-child(1) { left: 16%; bottom: -2px; --mx: 8px;   --my: -300px; --dur: 9s;  --delay: -1s;  --peak: .85; }
.tier.featured .ember:nth-child(2) { left: 50%; bottom: -2px; --mx: -9px;  --my: -330px; --dur: 11s; --delay: -5s;  --peak: .6;  width: 4px; height: 4px; }
.tier.featured .ember:nth-child(3) { left: 84%; bottom: -2px; --mx: 11px;  --my: -280px; --dur: 10s; --delay: -3s;  --peak: .9;  width: 6px; height: 6px; }
.tier.featured .ember:nth-child(4) { left: 30%; top: -2px; --mx: 7px;   --my: 70px;  --dur: 8s;  --delay: -2s;  --peak: .55; width: 3px; height: 3px; }
.tier.featured .ember:nth-child(5) { left: 72%; top: -2px; --mx: -6px;  --my: 80px;  --dur: 9s;  --delay: -6s;  --peak: .5;  width: 3px; height: 3px; }
.tier.featured .ember:nth-child(6) { left: -2px; top: 32%; --mx: 56px;  --my: -24px; --dur: 12s; --delay: -4s;  --peak: .6;  width: 4px; height: 4px; }
.tier.featured .ember:nth-child(7) { left: -2px; top: 68%; --mx: 48px;  --my: -32px; --dur: 13s; --delay: -9s;  --peak: .5;  width: 3px; height: 3px; }
.tier.featured .ember:nth-child(8) { right: -2px; top: 40%; --mx: -52px; --my: -28px; --dur: 11s; --delay: -7s;  --peak: .65; width: 4px; height: 4px; }
.tier.featured .ember:nth-child(9) { right: -2px; top: 74%; --mx: -44px; --my: -36px; --dur: 14s; --delay: -11s; --peak: .5;  width: 3px; height: 3px; }
@keyframes beacon-pulse {
0%, 100% { box-shadow: 0 0 0 1px var(--ember), 0 0 10px -2px var(--ember); }
50%      { box-shadow: 0 0 0 2px var(--ember), 0 0 32px 2px var(--ember); }
}
@keyframes beacon-glow {
0%, 100% { box-shadow: 0 0 22px -2px var(--ember); }
50%      { box-shadow: 0 0 42px 2px var(--ember); }
}
@keyframes beacon-ember {
0%   { transform: translate(0, 0) scale(1); opacity: 0; }
15%  { opacity: var(--peak, .7); }
80%  { opacity: calc(var(--peak, .7) * .3); }
100% { transform: translate(var(--mx, 0px), var(--my, -300px)) scale(.4); opacity: 0; }
}
.tier-head { border-bottom: 1px solid var(--hair); padding-bottom: 16px; margin-bottom: 16px; }
.tier-step {
display: inline-block;
font-size: var(--step--1); letter-spacing: .28em; text-transform: uppercase;
color: var(--label-ink); font-weight: 600;
}
.tier-name { font-family: var(--font-display); font-size: var(--step-2); margin: 6px 0 4px; letter-spacing: .03em; }
.tier-price { margin: 0; }
.tier-price .num { font-family: var(--font-display); font-weight: 600; font-size: var(--step-1); color: var(--accent-ink); }
.tier-price .per { color: var(--muted); font-size: var(--step--1); }
.tier-line { color: var(--fg); font-size: var(--step-0); margin: 0 0 16px; }
.tier-list { list-style: none; margin: 0; padding: 0; }
.tier-list li {
font-size: var(--step--1); color: var(--muted);
padding: 9px 0 9px 22px; position: relative;
border-top: 1px solid var(--hair);
}
.tier-list li::before {
content: ""; position: absolute; left: 0; top: 16px;
width: 11px; height: 2px; background: var(--molten);
}
.tier-list li strong { color: var(--fg); font-weight: 600; }
.tier-list .note { display: block; color: var(--muted); margin-top: 3px; }
.tier-thesis {
margin: 18px 0 0; padding-top: 16px;
border-top: 1px solid var(--hair);
color: var(--fg); font-size: var(--step-0);
}
.tier-thesis strong { color: var(--accent-ink); }
.tier-deal {
margin: 9px 0 0; padding: 0 0 0 12px;
border-left: 2px solid var(--ember);
font-size: var(--step--1); line-height: 1.4; color: var(--fg);
}
.tier-deal strong { color: var(--accent-ink); }
.tier-cta {
display: block; width: 100%; text-align: center;
margin-top: 22px;
}
.standard {
list-style: none; margin: 0; padding: 0;
display: grid; grid-template-columns: 1fr; gap: 12px 28px;
}
@media (min-width: 680px) { .standard { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .standard { grid-template-columns: repeat(3, 1fr); } }
.standard li {
display: flex; gap: 10px;
color: var(--muted); font-size: var(--step--1);
}
.standard .ic {
flex: 0 0 auto; width: 20px; height: 20px; margin-top: 1px;
color: var(--ember);
}
.standard li strong { color: var(--fg); }
.rentkeep {
list-style: none; margin: 0 0 40px; padding: 0;
display: grid; grid-template-columns: 1fr; gap: 22px 30px;
}
@media (min-width: 680px) { .rentkeep { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .rentkeep { grid-template-columns: repeat(3, 1fr); } }
.rentkeep li { border-top: 1px solid var(--hair); padding-top: 15px; }
.rentkeep h3 { font-size: var(--step-0); margin: 0 0 8px; color: var(--fg); letter-spacing: .02em; }
.rentkeep p { font-size: var(--step--1); color: var(--muted); margin: 0; }
.rentkeep strong { color: var(--fg); }
.rentkeep small { display: block; margin-top: 8px; color: var(--muted); }
.rentkeep a { color: var(--accent-ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.startclimb p { margin: 0 0 16px; color: var(--muted); font-size: var(--step-0); }
.startclimb p:last-child { margin-bottom: 0; }
.startclimb strong { color: var(--fg); }
@media (prefers-reduced-motion: reduce) {
.tier.featured { animation: none; box-shadow: var(--glow-rest); }
.tier.featured:hover { animation: none; }
.tier.featured .embers { display: none; }
}
