.about-page main { background: #fff; }

.about-hero,
.about-upgrade,
.about-social,
.about-prestige,
.about-more {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(430px, 1.2fr);
  align-items: center;
  gap: clamp(26px, 4vw, 48px);
  padding: calc(var(--header) + 24px) 0 32px;
}

.about-hero-copy { max-width: 520px; }
.about-hero-copy h1,
.about-compact-heading h2,
.about-upgrade-copy h2,
.about-social-copy h2,
.about-prestige-copy h2 {
  margin: 0;
  color: #132238;
  font-family: var(--sans);
  font-weight: 900;
  letter-spacing: -.045em;
}
.about-hero-copy h1 { font-size: clamp(42px, 4.5vw, 60px); line-height: 1; }
.about-hero-copy > p:not(.kicker) {
  margin: 14px 0 0;
  color: #557787;
  font-size: 15px;
  line-height: 1.5;
}
.about-hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 18px; }
.about-invite { min-width: 190px; min-height: 50px; font-size: 13px; }
.about-hero-media {
  overflow: hidden;
  aspect-ratio: 2 / 1;
  margin: 0;
  border: 1px solid #cfe7ef;
  border-radius: 16px;
  background: #eff9fc;
  box-shadow: 0 12px 28px rgba(13,70,96,.11);
}
.about-hero-media img { width: 100%; height: 100%; object-fit: cover; }

.about-loop,
.about-play {
  width: 100%;
  padding: 32px max(24px, calc((100% - var(--max)) / 2));
  border-block: 1px solid #e1edf2;
  background: #f8fcfe;
}
.about-compact-heading { max-width: 720px; margin-bottom: 18px; }
.about-compact-heading h2,
.about-upgrade-copy h2,
.about-social-copy h2,
.about-prestige-copy h2 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1; }

.about-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-steps li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  padding: 2px 17px;
  border-left: 1px solid #dbeaf0;
}
.about-steps li:first-child { border-left: 0; padding-left: 0; }
.about-steps li > span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #005f7c;
  background: #ddf6fc;
  font-size: 11px;
  font-weight: 900;
}
.about-steps strong { color: #132238; font-size: 14px; }
.about-steps p { margin: 3px 0 0; color: #5b6c7e; font-size: 12px; line-height: 1.45; }

.about-upgrade {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(28px, 4vw, 48px);
  padding-block: 36px;
}
.about-card-stack { position: relative; height: 286px; }
.about-card-stack img {
  position: absolute;
  top: 50%;
  width: 168px;
  height: auto;
  border-radius: 10px;
  filter: drop-shadow(0 12px 17px rgba(13,70,96,.15));
}
.about-card-back { left: 10%; transform: translateY(-50%) rotate(-7deg); }
.about-card-front { right: 10%; z-index: 1; transform: translateY(-50%) rotate(5deg); }
.about-upgrade-copy { max-width: 700px; }
.about-upgrade-copy > p:not(.kicker) { margin: 11px 0 0; color: #557787; font-size: 14px; line-height: 1.5; }
.about-constellation {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  padding: 10px 12px;
  border: 1px solid #cfe7ef;
  border-radius: 11px;
  background: #f5fcfe;
}
.about-constellation span { min-width: 0; text-align: center; }
.about-constellation b { display: block; color: #132238; font-size: 19px; }
.about-constellation small { display: block; margin-top: 2px; color: #007a9e; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.about-constellation i { color: #ff63ae; font-style: normal; }
.about-plain-note { font-size: 12px !important; }
.about-stat-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 11px 0 0; padding: 0; list-style: none; }
.about-stat-list li { padding: 6px 9px; border: 1px solid #bfe5f1; border-radius: 999px; color: #006783; background: #effafd; font-size: 11px; font-weight: 900; }
.about-lock-note { margin-top: 11px; padding: 9px 12px; border-left: 3px solid #ff63ae; color: #557787; background: #fff6fb; font-size: 12px; line-height: 1.45; }
.about-lock-note strong { color: #8f2057; }

.about-play-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.about-media-card { overflow: hidden; border: 1px solid #d4e7ee; border-radius: 12px; background: #fff; }
.about-media-card > img { display: block; width: 100%; height: auto; border-bottom: 1px solid #dcebf0; }
.about-media-card > div { padding: 13px 14px 15px; }
.about-media-card code { font-size: 11px; font-weight: 900; }
.about-media-card h3 { margin: 7px 0 0; color: #132238; font-size: 16px; }
.about-media-card p { margin: 5px 0 0; color: #5b6c7e; font-size: 12px; line-height: 1.45; }

.about-social {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(28px, 4vw, 46px);
  padding-block: 36px;
}
.about-social-copy > p:not(.kicker) { margin: 11px 0 0; color: #557787; font-size: 14px; line-height: 1.5; }
.about-social-steps { margin: 12px 0 0; padding: 0; list-style: none; }
.about-social-steps li { padding: 7px 0; border-top: 1px solid #dbeaf0; color: #557787; font-size: 12px; line-height: 1.45; }
.about-social-steps strong { color: #132238; }
.about-date-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.about-date-gallery figure { overflow: hidden; margin: 0; border: 1px solid #d4e7ee; border-radius: 10px; background: #fff; }
.about-date-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.about-date-gallery figcaption { padding: 8px 5px; color: #365568; font-size: 11px; font-weight: 900; line-height: 1.25; text-align: center; text-transform: uppercase; }

.about-prestige {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  overflow: hidden;
  margin-bottom: 36px;
  padding: 26px clamp(28px, 4vw, 52px);
  border: 1px solid #bceaf4;
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 132, 190, .24), transparent 29%),
    radial-gradient(circle at 6% 100%, rgba(50, 208, 244, .2), transparent 35%),
    linear-gradient(125deg, #f7fdff 0%, #fffafd 100%);
  box-shadow: 0 14px 32px rgba(14, 104, 139, .09);
}
.about-prestige::before {
  content: "PR";
  position: absolute;
  right: 250px;
  bottom: -30px;
  color: rgba(31, 199, 239, .06);
  font-size: 150px;
  font-weight: 1000;
  line-height: 1;
  pointer-events: none;
}
.about-prestige-copy { position: relative; z-index: 1; max-width: 760px; }
.about-prestige-copy > p:not(.kicker) { margin: 10px 0 0; color: #557787; font-size: 13px; line-height: 1.5; }
.about-prestige-copy > p strong { color: #13334a; }
.about-prestige-rate {
  display: grid;
  grid-template-columns: minmax(90px, 1fr) auto minmax(90px, 1fr) auto minmax(110px, 1fr);
  align-items: center;
  gap: 9px;
  max-width: 590px;
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid #c8e9f2;
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
  box-shadow: inset 0 1px 0 #fff;
}
.about-prestige-rate span { min-width: 0; text-align: center; }
.about-prestige-rate b { display: block; color: #0084a9; font-size: 23px; line-height: 1; }
.about-prestige-rate span:last-child b { color: #d73884; }
.about-prestige-rate small { display: block; margin-top: 3px; color: #5b7180; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.about-prestige-rate i { color: #ff62aa; font-size: 18px; font-style: normal; font-weight: 900; }
.about-prestige-boost { padding-left: 11px; border-left: 3px solid #ff62aa; }
.about-prestige-note { font-size: 11px !important; }
.about-prestige-card { position: relative; z-index: 1; margin: 0; text-align: center; }
.about-prestige-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 13px;
  filter: drop-shadow(0 14px 18px rgba(10, 93, 129, .2));
}
.about-prestige-card figcaption { margin-top: 7px; color: #407083; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

.about-more { padding-bottom: 36px; }
.about-more-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid #dbeaf0; }
.about-more-grid article { padding: 15px 17px; border-left: 1px solid #dbeaf0; }
.about-more-grid article:first-child { border-left: 0; }
.about-more-grid article::before { content: ""; display: block; width: 30px; height: 3px; margin-bottom: 10px; background: #21c7f3; }
.about-more-grid article:nth-child(even)::before { background: #ff63ae; }
.about-more-grid h3 { margin: 0; color: #132238; font-size: 15px; }
.about-more-grid p { margin: 5px 0 0; color: #5b6c7e; font-size: 12px; line-height: 1.45; }

.about-page .footer-inner { min-height: 150px; }

@media (max-width: 800px) {
  .about-hero,
  .about-upgrade,
  .about-social { grid-template-columns: 1fr; }
  .about-hero,
  .about-upgrade,
  .about-social,
  .about-prestige,
  .about-more { width: calc(100% - 34px); }
  .about-hero { gap: 18px; padding: calc(var(--header) + 20px) 0 28px; }
  .about-hero-copy { max-width: 650px; }
  .about-hero-media { aspect-ratio: 16 / 7; }
  .about-loop,
  .about-play { padding: 28px 17px; }
  .about-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 0; }
  .about-steps li:nth-child(odd) { border-left: 0; padding-left: 0; }
  .about-upgrade { gap: 18px; padding-block: 30px; }
  .about-upgrade-copy { order: -1; }
  .about-card-stack { width: min(390px, 100%); height: 220px; margin-inline: auto; }
  .about-card-stack img { width: 132px; }
  .about-play-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 17px 6px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .about-media-card { flex: 0 0 min(76vw, 350px); scroll-snap-align: start; }
  .about-social { gap: 20px; padding-block: 30px; }
  .about-prestige { grid-template-columns: minmax(0, 1fr) 180px; gap: 22px; padding: 24px 28px; }
  .about-prestige::before { right: 190px; }
  .about-more { padding-bottom: 30px; }
  .about-more-grid { grid-template-columns: repeat(2, 1fr); }
  .about-more-grid article:nth-child(3) { border-left: 0; }
  .about-more-grid article:nth-child(n + 3) { border-top: 1px solid #dbeaf0; }
}

@media (max-width: 520px) {
  .about-hero-copy h1 { font-size: 39px; }
  .about-hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .about-invite { width: min(100%, 280px); min-width: 0; }
  .about-steps { grid-template-columns: 1fr; gap: 0; }
  .about-steps li,
  .about-steps li:nth-child(odd) { padding: 9px 0; border-top: 1px solid #dbeaf0; border-left: 0; }
  .about-steps li:first-child { padding-top: 0; border-top: 0; }
  .about-constellation { gap: 5px; padding-inline: 7px; }
  .about-constellation b { font-size: 17px; }
  .about-date-gallery { gap: 5px; }
  .about-date-gallery figcaption { min-height: 42px; display: grid; place-items: center; padding: 6px 3px; font-size: 10px; }
  .about-prestige { grid-template-columns: minmax(0, 1fr) 126px; gap: 13px; padding: 20px 16px; }
  .about-prestige::before { display: none; }
  .about-prestige-copy h2 { font-size: 30px; }
  .about-prestige-copy > p:not(.kicker) { font-size: 12px; }
  .about-prestige-rate { grid-template-columns: 1fr auto 1fr auto 1fr; gap: 4px; padding-inline: 6px; }
  .about-prestige-rate b { font-size: 18px; }
  .about-prestige-rate small { font-size: 8px; letter-spacing: .03em; }
  .about-prestige-card figcaption { font-size: 8px; line-height: 1.35; }
  .about-more-grid article { padding: 13px 12px; }
  .about-page .footer-inner { min-height: 130px; }
}
