#publicLanding, .stage {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
.stage { overflow: visible; }
main { width: 100%; max-width: none; box-sizing: border-box; }
.plans-kicker {
  margin: 1.4rem 0 0;
  text-align: center;
  font-weight: 400;
  font-size: .82rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold, #d4b36a);
}
.product-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 1.25rem auto 0;
  align-items: start;
  justify-content: center;
  text-align: center;
}
.product-panel {
  border: 1px solid rgba(212, 179, 106, .45);
  padding: .95rem .85rem 1.05rem;
  background: rgba(5, 5, 5, .55);
  min-width: 0;
}
.product-panel h2 {
  margin: 0;
  font-size: 1.02rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-align: center;
}
.product-panel .plan-row { grid-template-columns: 1fr; }

.product-bar.main-memberships { grid-template-columns: 1fr; }
.main-memberships .plan-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-panel.own-copy .plan-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-bar.keys-after {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.7rem;
}
@media (max-width: 900px) {
  .product-panel.own-copy .plan-row,
  .main-memberships .plan-row,
  .product-bar.keys-after { grid-template-columns: 1fr; }
}
.kp-blurb, .ck-note { margin: .55rem 0 0; color: #e8e2d6; line-height: 1.55; font-size: .9rem; }
.ck-label { margin: .55rem 0 0; color: var(--gold-bright, #f0d78a); font-size: 1.02rem; line-height: 1.45; }
.yearlies { margin: .7rem 0 0; padding: 0 0 0 1.1rem; color: #e8e2d6; }
.yearlies li { margin: .25rem 0 0; }
.own-copy-essays, .progression-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}
.essay-card {
  border: 1px solid rgba(212, 179, 106, .35);
  padding: .9rem .85rem 1rem;
  background: rgba(5, 5, 5, .45);
}
.essay-card p { margin: .55rem 0 0; line-height: 1.6; }
#plans-after > p { max-width: none; width: 100%; margin-left: auto; margin-right: auto; }
@media (max-width: 900px) {
  .product-bar, .own-copy-essays, .progression-row { grid-template-columns: 1fr; }
}
.hero { position: relative; width: 100%; max-width: min(32rem, 100%); margin: 0 auto .2rem; overflow: hidden; }
.stage { overflow: visible; }
.hero video {
  width: 100%; height: auto; display: block; background: #000;
  object-fit: contain;
  object-position: center top;
  mask-image: linear-gradient(#000 92%, transparent);
  -webkit-mask-image: linear-gradient(#000 92%, transparent);
}
.hero.has-photo video { filter: brightness(.8) saturate(.85); }
.hero .face-cover {
  position: absolute; left: 50%; top: 35%;
  width: 34%; height: 24%;
  transform: translateX(-50%);
  border-radius: 46% 46% 42% 42%;
  background: radial-gradient(ellipse at 50% 35%, #2a2010 0%, #000 72%);
  opacity: 0; pointer-events: none;
}
.hero.has-photo .face-cover { opacity: 1; animation: born-face 15s linear forwards; }
.hero #likeness {
  position: absolute; left: 50%; top: 36%;
  width: 34%; height: 24%;
  transform: translateX(-50%) rotate(-6deg);
  object-fit: cover; object-position: center 14%;
  border-radius: 46% 46% 42% 42%;
  opacity: 0; pointer-events: none;
  mix-blend-mode: normal;
  filter: sepia(.45) saturate(1.35) brightness(.62) contrast(1.08);
  box-shadow: 0 0 18px 8px rgba(0,0,0,.85);
}
.hero.has-photo #likeness { animation: born-face 15s linear forwards; }
.hero .burst {
  position: absolute; left: 50%; top: 42%;
  width: 8%; padding-bottom: 8%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: radial-gradient(circle, #fff6c8 0%, #e4c57a 28%, rgba(196,163,90,0) 70%);
  pointer-events: none; opacity: 0;
  animation: gold-burst 15s linear forwards;
}
.hero canvas#drift {
  position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none;
}
.chrome { transition: opacity .7s ease; }
.chrome.away { opacity: 0; pointer-events: none; }
.stage.idle .hero { animation: none; }
.stage.idle .hero.has-photo #likeness,
.stage.idle .hero.has-photo .face-cover {
  top: 22%;
  width: 56%;
  height: 54%;
  object-position: center 12%;
  animation: idle-breath 4.6s ease-in-out infinite;
  filter: brightness(1.04) saturate(1.02);
  opacity: 1;
  transform: translateX(-50%);
}
@keyframes born-face {
  0%, 26% { top: 35%; width: 36%; height: 26%; opacity: 1; filter: sepia(.5) saturate(1.4) brightness(.6); transform: translateX(-50%) rotate(-6deg); }
  28% { top: 18%; width: 58%; height: 52%; opacity: 1; filter: brightness(1.35) saturate(1.2); transform: translateX(-50%) scale(1.08); }
  40% { top: 20%; width: 54%; height: 50%; opacity: 1; filter: brightness(.98) saturate(1.05); transform: translateX(-50%) rotate(-4deg); }
  53% { top: 22%; width: 54%; height: 50%; opacity: 1; filter: brightness(1); transform: translateX(-50%) rotate(-2deg) translateY(6%); }
  60% { top: 22%; width: 56%; height: 52%; opacity: 1; filter: brightness(1.08); transform: translateX(-50%) rotate(0) translateY(0); }
  100% { top: 22%; width: 56%; height: 54%; opacity: 1; filter: brightness(1.04); transform: translateX(-50%); }
}
@keyframes gold-burst {
  0%, 25% { opacity: 0; transform: translate(-50%, -50%) scale(0); }
  27% { opacity: 1; transform: translate(-50%, -50%) scale(8); }
  36% { opacity: .18; transform: translate(-50%, -50%) scale(14); }
  42%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(16); }
}
@keyframes idle-push {
  from { transform: scale(1); }
  to { transform: scale(1.045); }
}
@keyframes idle-breath {
  0%, 100% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) scale(1.018); }
}

#plans { opacity: 1 !important; visibility: visible !important; }

#plans, #plans-after { position: relative; z-index: 8; pointer-events: auto; }
.hero, .hero * { pointer-events: none; }

#qSand {
  position: absolute; left: 50%; bottom: 12%;
  width: 16%; height: 0;
  transform: translateX(-50%);
  pointer-events: none; z-index: 2; opacity: .62;
  clip-path: polygon(22% 0, 78% 0, 56% 48%, 82% 100%, 18% 100%, 44% 48%);
  background: linear-gradient(to top,
    #e8c97a 0%,
    #e8c97a 57.5%,
    #c4a35a 57.5%,
    #c4a35a 82.3%,
    #8a7a55 82.3%,
    #8a7a55 89.8%,
    #6a5a3a 89.8%,
    #6a5a3a 93.7%,
    #4a3c28 93.7%,
    #4a3c28 97.3%,
    #3a2c18 97.3%,
    #3a2c18 99.3%,
    #2a2010 99.3%,
    #2a2010 100%);
}

#brand, h1 {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  position: relative;
  z-index: 8;
}

.brand-row { position: relative; z-index: 8; }
.mute-pad {
  display: block;
  margin: .4rem auto 0;
  z-index: 9;
  padding: .28rem .5rem;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: transparent;
  color: var(--gold, #d4b36a);
  border: 1px solid var(--gold, #d4b36a);
  pointer-events: auto;
}
.mute-pad[aria-pressed="true"] { opacity: .55; }
#plans { opacity: 1 !important; visibility: visible !important; }

.brand-row .tagline {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  position: relative;
  z-index: 8;
}
.brand-row .quantum-line {
  margin: .38rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .72rem;
  letter-spacing: .12em;
  text-align: center;
  line-height: 1.3;
  background-image: linear-gradient(185deg, #fff8dc 0%, #d4b36a 48%, #8a6420 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #d4b36a;
  -webkit-text-fill-color: transparent;
}

h1#brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .28em;
  flex-wrap: wrap;
}
.eternity-word { letter-spacing: .16em; }
.aion-mark {
  height: 1.72em;
  width: auto;
  display: block;
  pointer-events: none;
}

.attest-chip {
  font-size: .62rem;
  letter-spacing: .08em;
  color: var(--gold, #d4b36a);
  text-align: center;
  margin: .45rem 0 0;
  word-break: break-all;
}

.thought-mark {
  font-size: .58rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(212, 179, 106, .55);
  text-align: center;
  margin: .35rem 0 0;
}

.hero { width: 100%; max-width: min(32rem, 100%); margin-left: auto; margin-right: auto; }
.brand-row, #chrome { max-width: 40rem; width: min(38rem, calc(100% - 2rem)); margin-left: auto; margin-right: auto; }

#plans,
#plans-after {
  width: min(1200px, calc(100% - 2.5rem));
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
#plans {
  border: 0;
  background: transparent;
  padding: 1.2rem 0 0;
  margin-top: 1.15rem;
  position: relative;
  z-index: 8;
  pointer-events: auto;
}

#plans h2 {
  margin: 0;
  font-weight: 400;
  font-size: 1.45rem;
  letter-spacing: .08em;
  color: var(--gold, #d4b36a);
  text-align: center;
}
#plans .sub {
  margin: .35rem 0 0;
  text-align: center;
  color: #cfc6b4;
  font-size: .95rem;
}

.key-possession { text-align: center; margin: .35rem 0 0; }
.key-possession .per-note {
  margin: .15rem 0 0;
  text-align: center;
  color: #8a8274;
  font-size: .78rem;
  letter-spacing: .1em;
}

.plan-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  text-align: left;
  margin-top: 1rem;
}
@media (max-width: 900px) {
  .plan-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .plan-row { grid-template-columns: 1fr; }
}
#plans .plan-card {
  border: 1px solid var(--gold, #d4b36a);
  padding: .95rem .9rem 1.05rem;
  margin-top: 0;
  background: rgba(5, 5, 5, .72);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#plans .plan-card p { margin: .55rem 0 0; line-height: 1.55; font-size: .92rem; }
#plans .plan-card .plan-pick {
  margin-top: 0;
  text-align: center;
  font-size: 1.02rem;
  padding: .5rem .55rem;
}
#plans .plan-card a.plan-pick,
#plans .plan-card button.plan-pick {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #f4f1ea;
  background: transparent;
  border: 1px solid var(--gold, #d4b36a);
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
}
#plans .plan-card .plan-pick s {
  font-weight: 400;
  color: #8a8274;
  margin-right: .35em;
}
#plans .plan-card .plan-pick[aria-pressed="true"] s { color: #4a453c; }
#plans .plan-lead {
  color: var(--gold, #d4b36a);
  font-size: 1.02rem;
  margin: .55rem 0 .2rem;
  text-align: center;
}
#plans .plan-includes {
  font-size: .68rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold, #d4b36a);
  margin: .2rem 0 .35rem;
}
#plans .plan-vessel {
  color: #e8e2d6;
  font-size: .88rem;
}
#plans .plan-keys {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: .45rem;
  margin-top: auto;
  padding-top: .85rem;
}
#plans .plan-keys .key-slot {
  width: auto;
  opacity: .38;
  pointer-events: none;
}
#plans .plan-keys .key-icon {
  width: 1.55rem;
  height: 1.55rem;
  margin: 0;
}
#plans .keys-none,
#plans .keys-caption {
  margin: .35rem 0 0;
  text-align: center;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(212, 179, 106, .55);
}
#plans-after {
  position: relative;
  z-index: 8;
  pointer-events: auto;
  margin: 2.4rem auto 0;
  padding: 0;
  border: 0;
  background: none;
}
#plans-after > p {
  margin: 0 auto 1.35em;
  padding: 0;
  border: 0;
  background: none;
  max-width: none;
  width: 100%;
  font-size: 1.12rem;
  line-height: 1.85;
  color: #f4f1ea;
  text-align: left;
}
#plans-after > #membershipRules + p {
  margin-top: 1.85rem;
}
#plans-after > p em {
  font-style: italic;
  color: var(--gold, #d4b36a);
  font-size: inherit;
}
#manifestoCloser {
  overflow: visible;
  max-width: none;
  width: 100%;
}
#manifestoCloser em {
  font-style: italic;
  color: var(--gold, #d4b36a);
  white-space: normal;
}
#plans-after > p strong {
  color: var(--gold-bright, #f0d78a);
  font-weight: 700;
}
#plans-after > .tag {
  max-width: none;
  width: 100%;
  margin: 1.85rem auto .55rem;
  text-align: left;
  color: var(--gold, #d4b36a);
}
#membershipRules {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
#membershipRules .tag:not(:first-child) {
  margin-top: 1.15rem;
}
#membershipRules p {
  margin: .45rem 0 0;
  line-height: 1.65;
}

.acct-nav {
  position: fixed;
  top: .75rem;
  right: 1rem;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: .55rem 1.15rem;
  max-width: min(22rem, calc(100vw - 1.5rem));
  pointer-events: auto;
}
.acct-nav.away { display: none; }
.acct-aion {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  letter-spacing: .16em;
  text-decoration: none;
  background-image: linear-gradient(185deg, #fff8dc 0%, #f3e0a6 22%, #d4b36a 48%, #8a6420 76%, #f6e7b4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #d4b36a;
  -webkit-text-fill-color: transparent;
}
.acct-create {
  color: var(--gold, #d4b36a);
  text-decoration: none;
  font-size: .82rem;
  letter-spacing: .04em;
}
form.acct-panel {
  flex-basis: 100%;
  order: 3;
  margin: .15rem 0 0;
  padding: .8rem .85rem;
  border: 1px solid rgba(212, 179, 106, .45);
  background: rgba(8, 8, 8, .96);
}
form.acct-panel input { margin-top: .45rem; }
form.acct-panel input:first-child { margin-top: 0; }
form.acct-panel button { width: 100%; }
form.acct-panel #planNote, form.acct-panel #status { margin-top: .45rem; font-size: .78rem; }

.constellation {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: .42rem;
  margin: .55rem 0 0;
  min-height: 14px;
}
.constellation .star {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(212, 179, 106, .16);
  box-shadow: none;
}
.constellation .star.lit {
  background: var(--gold, #d4b36a);
  box-shadow: 0 0 7px rgba(212, 179, 106, .55);
}
body.voice-present #qSand { opacity: .88; }

.acct-consent {
  font-size: .78rem;
  line-height: 1.45;
  color: var(--gold, #d4b36a);
  margin: 0 0 .55rem;
}
.acct-oauth {
  display: block;
  width: 100%;
  margin: .35rem 0 0;
  background: transparent;
  color: var(--gold, #d4b36a);
  border: 1px solid var(--gold, #d4b36a);
  padding: .55rem .7rem;
  cursor: pointer;
  font-family: inherit;
}
.acct-oauth + .acct-oauth { margin-bottom: .45rem; }

.acct-agree-gate {
  margin: 0 0 .7rem;
}
.acct-agree-gate h2 {
  margin: 0 0 .55rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold, #d4b36a);
}
.acct-agree-gate p {
  margin: 0 0 .5rem;
  font-size: .86rem;
  line-height: 1.45;
  color: #e8e2d6;
}
.acct-agree-gate #acctAgreeBtn {
  display: block;
  width: 100%;
  margin: .65rem 0 0;
}

.pw-wrap {
  position: relative;
  width: 100%;
  margin-top: .45rem;
}
.pw-wrap input {
  display: block;
  width: 100%;
  padding-right: 2.4rem;
  box-sizing: border-box;
  margin-top: 0;
}
form.acct-panel .pw-reveal {
  position: absolute;
  right: .2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--gold, #d4b36a);
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
form.acct-panel .pw-reveal svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}
form.acct-panel .pw-reveal.on svg {
  opacity: .55;
}

.card-mic {
  display: inline-block;
  width: auto;
  margin: .45rem .55rem 0 0;
  padding: .4rem .7rem;
  background: transparent;
  color: var(--gold, #d4b36a);
  border: 1px solid var(--gold, #d4b36a);
  font-size: .82rem;
}
.card-mic.listening {
  background: var(--gold, #d4b36a);
  color: #000;
}

body.in-app #publicLanding,
body.in-app #publicLanding .hero,
body.in-app #chrome,
body.in-app #plans,
body.in-app #plans-after,
body.in-app #acctNav,
body.in-app #auth {
  display: none !important;
}
body.in-app.home-view #publicLanding,
body.in-app.home-view #publicLanding .hero,
body.in-app.home-view #chrome,
body.in-app.home-view #plans,
body.in-app.home-view #plans-after,
body.in-app.home-view #acctNav {
  display: block !important;
}
body.in-app.home-view #acctNav {
  display: flex !important;
  padding-right: 3.2rem;
  box-sizing: border-box;
}
body.in-app.home-view #app .member-mid,
body.in-app.home-view #ringTabs,
body.in-app.home-view #dock {
  display: none !important;
}
body.in-app.home-view #hamburger { z-index: 80; }
body.in-app.home-view #homeBtn { z-index: 80; }
body.in-app #app.show {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: .4rem;
}
.ring-tabs {
  display: flex;
  justify-content: space-around;
  gap: .4rem;
  padding: .55rem .2rem .2rem;
}
.ring-tabs button {
  flex: 0 0 3.55rem;
  width: 3.55rem;
  height: 3.55rem;
  border-radius: 50%;
  border: 1.5px solid var(--gold, #d4b36a);
  background: transparent;
  color: var(--gold, #d4b36a);
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.ring-tabs button[aria-selected="true"] {
  background: rgba(212,179,106,.16);
  box-shadow: 0 0 12px rgba(212,179,106,.35);
}
.member-mid { padding: .35rem .4rem .1rem; }
.climb-wrap { width: 100%; max-width: 22rem; margin: .15rem auto 0; }
.climb-meter { display: block; width: 100%; height: auto; }
.member-hourglass {
  position: relative;
  width: min(14rem, 70%);
  aspect-ratio: 1 / 1;
  margin: .4rem auto .7rem;
  border: 1px solid rgba(212,179,106,.55);
  background: #000;
  overflow: hidden;
}
#copySpark {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
#copyGlass.generating #copySpark { display: block; }
#copyGlass.generating #copyLikeness { display: none !important; }
#copyBrand {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.15rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold, #d4b36a);
  background: transparent;
  border: 0;
  margin: .15rem 0 .35rem;
  padding: .2rem;
  cursor: pointer;
}
#copyLikeness {
  display: none;
  width: 100%;
  height: auto;
  max-height: 18rem;
  object-fit: contain;
  object-position: center;
  background: #000;
}
#copyGlass.has-photo #copyLikeness { display: block; }
#copyGlass.flash #copyFlash { animation: copy-flash .45s ease-out 1; }
@keyframes copy-flash {
  0% { opacity: 0; }
  18% { opacity: 1; }
  100% { opacity: 0; }
}
#copyPhotoBtn { display: block; margin: .15rem auto .35rem; position: relative; z-index: 9; pointer-events: auto; }
#copyPhotoNote { text-align: center; }
.record-talk {
  margin: .6rem auto .4rem;
  width: min(34rem, 100%);
  padding: .55rem .7rem .45rem;
  border: 1px solid rgba(212,179,106,.45);
  background: rgba(0,0,0,.35);
}
.record-talk.is-locked { opacity: .45; }
.record-talk textarea { margin: 0; min-height: 3.2rem; resize: vertical; }
.record-talk button { display: block; margin: .4rem 0 0; }
.record-talk #talkSpeak { margin: .45rem 0 0; }
.record-talk #talkAgree { text-align: left; margin: 0 0 .35rem; }
.record-talk #talkLive { min-height: 1.2em; margin: .35rem 0 0; text-align: left; color: #e8e2d6; }
.record-talk.voice-talk textarea { margin-top: .45rem; opacity: .92; }
.record-talk #recordTalkNote { text-align: left; margin: .35rem 0 0; }
.talk-row { margin: .3rem 0 0; color: #e8e2d6; font-size: .88rem; }
.tab-panel { margin-top: .35rem; }
.member-likeness { margin-top: 1.2rem; }
#memberLikeness {
  display: none;
  width: 7.5rem;
  height: 7.5rem;
  object-fit: cover;
  border-radius: 50%;
  margin: .55rem auto .2rem;
  border: 1px solid var(--gold, #d4b36a);
}
.voice-takes { margin-top: .6rem; }
.take-row { color: #e8e2d6; font-size: .88rem; margin: .25rem 0; }
.dock {
  position: sticky;
  bottom: .45rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 22rem;
  width: calc(100% - 1.4rem);
  margin: 1rem auto .35rem;
  padding: .55rem .7rem;
  border: 1px solid rgba(212,179,106,.4);
  border-radius: 999px;
  background: rgba(8, 8, 8, .92);
}
.dock button {
  background: transparent;
  color: var(--gold, #d4b36a);
  border: 0;
  margin: 0;
  padding: .25rem .4rem;
  font-size: .78rem;
  width: auto;
}
.dock button[aria-selected="true"] { color: #f0d78a; font-weight: 700; }

.hamburger {
  display: none;
  position: fixed;
  top: .7rem;
  left: .75rem;
  z-index: 60;
  width: 2.45rem;
  height: 2.45rem;
  flex-direction: column;
  justify-content: center;
  gap: .34rem;
  background: transparent;
  border: 0;
  margin: 0;
  padding: .42rem;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--gold, #d4b36a);
  border-radius: 1px;
}
.home-btn {
  display: none;
  position: fixed;
  top: .7rem;
  right: .75rem;
  left: auto;
  z-index: 80;
  width: 2.45rem;
  height: 2.45rem;
  margin: 0;
  padding: 0;
  border: 1.5px solid var(--gold, #d4b36a);
  border-radius: 50%;
  background: #000;
  color: var(--gold, #d4b36a);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .06rem;
  box-sizing: border-box;
  cursor: pointer;
}
.home-tri {
  width: 0;
  height: 0;
  border-left: .62rem solid transparent;
  border-right: .62rem solid transparent;
  border-bottom: 1rem solid var(--gold, #d4b36a);
}
.home-lab {
  font-size: .4rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--gold, #d4b36a);
}
body.in-app #homeBtn { display: flex; }
body.in-app.home-view #homeBtn {
  top: .7rem;
  right: .75rem;
  left: auto;
  transform: none;
  z-index: 80;
}
body.in-app .hamburger { display: flex; }
.drawer-scrim {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 55;
}
body.drawer-open .drawer-scrim { display: block; }
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(18rem, 86vw);
  z-index: 62;
  background: #000;
  border-right: 1px solid var(--gold, #d4b36a);
  transform: translateX(-105%);
  transition: transform .22s ease;
  padding: 3.5rem .95rem 1.4rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
body.drawer-open .drawer { transform: translateX(0); }
body:not(.in-app) .hamburger,
body:not(.in-app) .drawer,
body:not(.in-app) .drawer-scrim { display: none !important; }
#memberDrawer .drawer-item {
  background: transparent;
  color: var(--gold, #d4b36a);
  border: 0;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: .58rem .1rem;
  font-size: 1rem;
  letter-spacing: .01em;
  cursor: pointer;
}
#memberDrawer .drawer-item[aria-current="true"] { color: #f0d78a; }
#memberDrawer .drawer-item.is-dim {
  opacity: .35;
  pointer-events: none;
}
body.plan-memory #memberDrawer [data-go="profile"] { order: 1; }
body.plan-memory #memberDrawer [data-go="record"] { order: 2; }
body.plan-memory #memberDrawer [data-go="reports"] { order: 3; }
body.plan-memory #memberDrawer [data-go="membership"] { order: 4; }
body.plan-memory #memberDrawer #out { order: 5; }
body.in-app .ring-tabs { padding: .7rem 3.2rem .2rem 3.35rem; flex-wrap: nowrap; }
body.in-app main { padding-top: 1.15rem; }
body.in-app:not(.home-view) main { width: min(34rem, 100%); }
#profileEmail, #profilePlan { text-align: center; color: var(--gold, #d4b36a); margin: .35rem 0 0; }
.key-row { margin: .85rem 0 0; }
.key-label { color: var(--gold, #d4b36a); margin: 0; }
.key-pass { font-family: ui-monospace, Menlo, monospace; color: #f0d78a; margin: .25rem 0 0; word-break: break-all; }
.copy-keys, #keysList {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1rem auto .4rem;
}
.key-slot {
  width: 6.2rem;
  text-align: center;
  opacity: .4;
  pointer-events: none;
}
.key-slot.is-lit {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.key-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto .25rem;
  border: 1.6px solid var(--gold, #d4b36a);
  border-radius: .35rem 2rem 2rem .35rem;
  box-shadow: inset -0.55rem 0 0 0 var(--gold, #d4b36a);
  background: transparent;
}
.key-slot.is-lit .key-icon {
  background: var(--gold, #d4b36a);
  box-shadow: inset -0.55rem 0 0 0 #000;
}
.report-row { margin: .7rem 0 0; }
.report-row p { color: #e8e2d6; }
button.hamburger {
  background: transparent !important;
  margin-top: 0 !important;
  color: var(--gold, #d4b36a);
}
#memberDrawer .drawer-item[hidden] { display: none !important; }
#memberDrawer .drawer-item[data-go="keys"].is-dim {
  color: rgba(212, 179, 106, .38) !important;
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
#memberDrawer .drawer-item[data-go="keys"]:not(.is-dim) {
  color: var(--gold-bright, #f0d78a) !important;
}
body.plan-memory #ringTabs [data-tab="copy"],
body.plan-memory #ringTabs [data-tab="voice"],
body.plan-memory #dock [data-tab="copy"] { display: none; }

button.is-dim, button[aria-disabled="true"] {
  opacity: .35;
  pointer-events: none;
}

.voice-rec-bar {
  position: relative;
  margin: .7rem 0 .45rem;
  height: 1.55rem;
  border: 1px solid var(--gold, #d4b36a);
  background: #000;
  overflow: hidden;
}
.voice-rec-fill {
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 0;
  background: linear-gradient(90deg, #8a6a2a, var(--gold, #d4b36a));
  transition: width .2s linear;
}
.voice-rec-bar span {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  font-size: .78rem;
  letter-spacing: .08em;
  color: #f4f1ea;
  line-height: 1.55rem;
}
button.voice-keep {
  display: block;
  width: 100%;
  margin-top: .45rem;
}

body.plan-memory #copyKeys { display: none !important; }
body.plan-living_copy #copyKeys [data-key-slot="1"],
body.plan-living_copy #copyKeys [data-key-slot="2"] { display: none !important; }

#plans .plan-price {
  margin: .4rem 0 0;
  text-align: center;
  color: var(--gold-bright, #f0d78a);
  font-size: 1.12rem;
}
#plans .plan-price s {
  color: #8a8274;
  font-weight: 400;
  margin-right: .3em;
}
#plans .plan-name {
  margin: 0 0 .35rem;
  padding: .5rem .45rem;
  border: 1px solid var(--gold, #d4b36a);
  color: #f4f1ea;
  font-size: .92rem;
  font-weight: 700;
  text-align: center;
  font-family: inherit;
  line-height: 1.35;
}
#plans .plans-intro { margin-top: 1.15rem; text-align: left; }
#plans .plans-intro p { margin: .7rem 0 0; color: #e8e2d6; line-height: 1.75; }
#plans .key-possession .sub { text-align: center; color: #e8e2d6; }

.pay-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  background: rgba(0, 0, 0, .72);
}
.pay-overlay[hidden] { display: none !important; }
.pay-card {
  width: min(26rem, 100%);
  border: 1px solid var(--gold, #d4b36a);
  background: rgba(8, 8, 8, .97);
  padding: 1.25rem 1.2rem 1.2rem;
  box-shadow: 0 0 42px rgba(212, 179, 106, .16);
}
.pay-card .tag { margin: 0; }
.pay-card .pay-lead {
  margin: .45rem 0 0;
  color: var(--gold, #d4b36a);
  font-size: .95rem;
}
.pay-card label {
  display: block;
  margin-top: .75rem;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold, #d4b36a);
}
.pay-card input { margin-top: .35rem; }
.pay-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: .55rem;
}
@media (max-width: 520px) {
  .pay-row { grid-template-columns: 1fr; }
}
.pay-card button { width: 100%; }
.pay-card #payStatus { min-height: 1.15em; margin-top: .55rem; color: var(--gold, #d4b36a); text-align: left; }
.pay-card #payMemberLink {
  margin: .7rem 0 0;
  text-align: center;
}
.pay-card #payMemberLink a,
.memory-enter a {
  display: inline-block;
  color: #000;
  background: var(--gold, #d4b36a);
  text-decoration: none;
  letter-spacing: .06em;
  padding: .55rem .9rem;
  margin-top: .35rem;
}
.memory-enter {
  margin: .7rem 0 0;
  text-align: center;
}
.memory-enter[hidden] { display: none !important; }
.own-copy .plan-card[data-plan="memory"] { cursor: pointer; }

/* Genius Sterling lock — landing + Memory member */
.own-copy .plan-card .plan-pick { cursor: pointer; }
#memoryMemberCopy,
#memoryVault { display: none; }
body.memory-member #memoryMemberCopy,
body.plan-memory #memoryMemberCopy,
body.memory-member #memoryVault,
body.plan-memory #memoryVault { display: block; }
.member-wordmark {
  display: none;
  align-items: center;
  justify-content: center;
  gap: .28em;
  flex-wrap: wrap;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: clamp(1.35rem, 6vw, 1.85rem);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: .15rem auto .55rem;
  width: min(32rem, calc(100% - 2rem));
}
.member-wordmark .aion-mark {
  height: 1.55em;
  width: auto;
  display: block;
  pointer-events: none;
}
body.in-app .member-wordmark,
body.memory-member .member-wordmark { display: flex; }
body.memory-member .member-hourglass,
body.memory-member #copyGlass,
body.memory-member .climb-wrap,
body.memory-member #copyPhotoBtn,
body.memory-member #copyPhotoNote,
body.memory-member #copyKeys,
body.memory-member #panel-keys,
body.memory-member #copyBrand { display: none !important; }
body.memory-member.plan-memory #ringTabs [data-tab="copy"],
body.memory-member.plan-memory #ringTabs [data-tab="voice"],
body.memory-member.plan-memory #dock [data-tab="copy"] { display: block; }
body.memory-member #memberDrawer [data-go="keys"],
body.memory-member #memberDrawer [data-go="radar"],
body.memory-member #memberDrawer [data-go="labs"],
body.memory-member #memberDrawer [data-go="devices"] { display: none !important; }
html.memory-member #publicLanding,
body.memory-member #publicLanding,
html.memory-member #plans,
body.memory-member #plans,
html.memory-member #plans-after,
body.memory-member #plans-after,
html.memory-member #chrome,
body.memory-member #chrome,
html.memory-member #acctNav,
body.memory-member #acctNav { display: none !important; }
html.memory-member #app,
body.memory-member #app,
html.memory-member #app.show,
body.memory-member #app.show {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: .4rem;
}
body.memory-member .hamburger,
body.memory-member #homeBtn { display: flex; }
#memoryMemberCopy {
  width: min(34rem, calc(100% - 1.5rem));
  margin: .35rem auto 1rem;
  border-color: rgba(212, 179, 106, .55);
  background: rgba(8, 8, 8, .62);
}
#memoryMemberCopy .plan-lead { text-align: left; color: var(--gold, #d4b36a); }
#memoryMemberCopy p { margin: .55rem 0 0; line-height: 1.65; color: #e8e2d6; }
#memoryMemberCopy .keys-none { letter-spacing: .12em; color: rgba(212, 179, 106, .7); }
.memory-vault textarea { margin-top: .55rem; min-height: 4.2rem; }
.pay-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(0, 0, 0, .72);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}
.pay-overlay.show,
.pay-overlay:not([hidden]) { display: flex; }
.pay-overlay[hidden] { display: none !important; }
.pay-sheet {
  width: min(28rem, 100%);
  border: 1px solid var(--gold, #d4b36a);
  background: rgba(8, 8, 8, .96);
  padding: 1.15rem 1.15rem 1.3rem;
  position: relative;
  box-shadow: 0 0 40px rgba(212, 179, 106, .18);
}
.pay-sheet .tag { margin-bottom: .35rem; }
.pay-form label {
  display: block;
  margin-top: .7rem;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold, #d4b36a);
}
.pay-form input { margin-top: .35rem; }
.pay-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: .55rem;
}
@media (max-width: 520px) {
  .pay-row { grid-template-columns: 1fr; }
}
.pay-note {
  color: var(--gold, #d4b36a);
  margin: .55rem 0 0;
  font-size: .86rem;
}
.pay-close {
  position: absolute;
  top: .45rem;
  right: .55rem;
  margin: 0;
  padding: .25rem .45rem;
  background: transparent;
  color: var(--gold, #d4b36a);
  border: 1px solid rgba(212, 179, 106, .45);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
a.pay-continue {
  display: block;
  margin-top: .85rem;
  text-align: center;
  color: #000;
  background: var(--gold, #d4b36a);
  text-decoration: none;
  padding: .65rem .8rem;
  font-weight: 700;
  letter-spacing: .04em;
}
a.pay-continue.is-dim {
  opacity: .35;
  pointer-events: none;
}
#payComing { margin-top: .7rem; text-align: center; }

#publicLanding .own-copy .plan-keys,
#publicLanding .own-copy .plan-keys .key-slot,
#publicLanding .own-copy .keys-caption,
#publicLanding .own-copy .keys-none,
#publicLanding .main-memberships .plan-keys,
#publicLanding .main-memberships .plan-keys .key-slot,
#publicLanding .main-memberships .keys-caption,
#publicLanding .main-memberships .keys-none,
#plans .own-copy .plan-keys,
#plans .own-copy .plan-keys .key-slot,
#plans .own-copy .keys-caption,
#plans .own-copy .keys-none,
#plans .main-memberships .plan-keys,
#plans .main-memberships .plan-keys .key-slot,
#plans .main-memberships .keys-caption,
#plans .main-memberships .keys-none { display: none !important; }
.continuity-keys .yearlies { display: inline-block; text-align: left; margin-left: auto; margin-right: auto; }
.product-panel .sub { text-align: center; }

/* Phone: landing, pay, product bar. Nothing should overflow ~390px. */
@media (max-width: 900px) {
  .product-bar, .own-copy-essays, .progression-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hero { width: 100%; max-width: min(32rem, 100%); }
  #plans, #plans-after {
    width: calc(100% - 1.2rem);
    max-width: calc(100% - 1.2rem);
  }
  .product-bar { gap: .75rem; }
  .product-panel { padding: .8rem .7rem .9rem; }
  #plans .plan-card { padding: .8rem .7rem .9rem; }
  .pay-overlay { padding: .5rem; align-items: flex-end; }
  .pay-sheet, .pay-card { width: 100%; max-width: 100%; box-sizing: border-box; }
  .pay-row { grid-template-columns: 1fr; }
  #manifestoCloser em { white-space: normal; }
  body.in-app .ring-tabs {
    flex-wrap: wrap;
    justify-content: center;
    padding: .55rem 2.6rem .15rem 2.7rem;
  }
  .ring-tabs button {
    flex: 0 0 3.15rem;
    width: 3.15rem;
    height: 3.15rem;
  }
  .dock { width: calc(100% - 1rem); max-width: 22rem; }
  .record-talk { width: calc(100% - 1rem); box-sizing: border-box; }
}


/* Member recording tips (expandable list; not on public landing) */
.record-tips {
  margin: .85rem auto 0;
  max-width: 28rem;
  border: 1px solid rgba(212, 179, 106, .35);
  background: rgba(5, 5, 5, .45);
  padding: .55rem .75rem .65rem;
  text-align: left;
}
.record-tips summary {
  cursor: pointer;
  color: var(--gold, #d4b36a);
  font-size: .88rem;
  letter-spacing: .04em;
  list-style: none;
}
.record-tips summary::-webkit-details-marker { display: none; }
.record-tips summary::before {
  content: '+ ';
  color: var(--gold-bright, #f0d78a);
}
.record-tips[open] summary::before { content: '− '; }
.record-tips-list {
  margin: .45rem 0 0;
  padding: 0 0 0 1.1rem;
  color: #e8e2d6;
  font-size: .86rem;
  line-height: 1.5;
}
.record-tips-list li { margin: .28rem 0 0; }

.record-tips-body {
  display: grid;
  grid-template-columns: minmax(0, 7.5rem) minmax(0, 1fr);
  gap: .75rem 1rem;
  align-items: start;
  margin-top: .55rem;
}
.record-tips-brain {
  width: 100%;
  max-width: 7.5rem;
  height: auto;
  border-radius: .2rem;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(212, 179, 106, .3);
}
.record-tips-list { margin-top: 0; }
@media (max-width: 520px) {
  .record-tips-body { grid-template-columns: 1fr; }
  .record-tips-brain { max-width: 9rem; margin: 0 auto; }
}

.talk-row-member { color: #e8e2d6; }
.talk-row-copy { color: var(--gold-bright, #f0d78a); font-style: italic; }


/* Plan page title — clear plan name under wordmark */
.page-plan-title {
  margin: .35rem auto .85rem;
  max-width: 40rem;
  width: min(38rem, calc(100% - 2rem));
  text-align: center;
  font-size: clamp(1.45rem, 4.2vw, 1.95rem);
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--gold-bright, #f0d78a);
  line-height: 1.2;
}
.memory-shell .page-plan-title {
  position: relative;
  z-index: 6;
}


/* Memory / membership upgrade CTAs */
.upgrade-cta,
button.upgrade-cta {
  display: block;
  width: 100%;
  margin: 0;
  padding: .8rem 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: .03em;
  color: #1a1408;
  background: linear-gradient(180deg, #f0d78a, #d4b36a);
  border: 1px solid rgba(240, 215, 138, .9);
  cursor: pointer;
  text-align: center;
}
.upgrade-cta:hover,
button.upgrade-cta:hover { filter: brightness(1.05); }
.mem-upgrade .muted { color: #cfc6b4; }
