@font-face {
  font-family: LiFE Display;
  src: url("/fonts/anton-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: LiFE Sans;
  src: url("/fonts/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
:root {
  --blue: #123bea;
  --blue-dark: #0b2cc2;
  --yellow: #ffec80;
  --paper: #f6f5ee;
  --ink: #142fae;
  --body: "LiFE Sans", Arial, sans-serif;
  --display: "LiFE Display", Impact, "Arial Narrow", sans-serif;
  --gutter: clamp(24px, 5.5vw, 88px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--blue);
  color: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 6px;
}
button:disabled {
  cursor: default;
}
::selection {
  background: var(--yellow);
  color: var(--blue);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  padding: 15px;
  background: var(--yellow);
  color: var(--blue);
}
.skip-link:focus {
  top: 16px;
}
.header {
  margin: 0 var(--gutter);
  height: 100px;
  border-bottom: 1px solid #ffffff40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  font-family: var(--display);
  font-size: 49px;
  letter-spacing: -2px;
  color: var(--yellow);
  display: inline-flex;
  align-items: flex-start;
  line-height: 1;
  transform: skew(-7deg);
}
.trademark {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 4px 0 0 5px;
}
.header nav {
  display: flex;
  gap: 38px;
  margin-left: 80px;
  font-size: 14px;
  font-weight: 600;
}
.header nav a {
  position: relative;
  padding: 10px 0;
}
.header nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  background: var(--yellow);
  width: 0;
  transition: width 0.2s;
}
.header nav a:hover:after {
  width: 100%;
}
.button {
  border: 0;
  background: var(--yellow);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 20px 27px;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1.3;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: #fff2a2;
  transform: translateY(-3px);
  box-shadow: 0 7px 0 #0521a050;
}
.button:active {
  transform: translateY(0);
  box-shadow: none;
}
.button > span:last-child {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.button-small {
  padding: 13px 18px;
  font-size: 14px;
  gap: 28px;
}
.hero {
  position: relative;
  min-height: 738px;
  padding: 55px var(--gutter) 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  isolation: isolate;
}
.hero-copy {
  z-index: 3;
  padding-bottom: 90px;
  pointer-events: none;
}
.hero-copy button,
.hero-copy a {
  pointer-events: auto;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.hero .eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  letter-spacing: 1.3px;
}
.mini-asterisk {
  font-size: 24px;
  color: var(--yellow);
  line-height: 1;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-family: var(--display);
  font-size: clamp(115px, 12.7vw, 194px);
  font-weight: 400;
  line-height: 0.99;
  letter-spacing: -3px;
  margin: 24px 0 23px;
  position: relative;
  width: max-content;
}
h1 > span {
  color: var(--yellow);
  font-size: 1.11em;
  letter-spacing: -5px;
}
.heading-spark {
  position: absolute;
  width: 55px;
  height: 55px;
  right: -64px;
  top: 53%;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 9;
  transform: rotate(13deg);
}
.hero-description {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 25px;
  letter-spacing: -0.2px;
}
.hero-description strong {
  font-weight: 700;
}
.hero-cta {
  min-width: 305px;
  padding: 19px 22px;
  gap: 24px;
}
.hero-cta .button-price {
  font-size: 14px;
  font-weight: 500;
  border-left: 1px solid #123bea50;
  padding-left: 24px;
}
.hero-cta .button-arrow {
  margin-left: 5px;
}
.microcopy {
  font-size: 12px;
  margin: 13px 0 0;
  letter-spacing: 0.15px;
  color: #ffffffbd;
}
.hero-art {
  position: relative;
  min-width: 0;
  align-self: stretch;
  z-index: 1;
  perspective: 1200px;
}
.card-stage {
  width: clamp(390px, 38.2vw, 595px);
  aspect-ratio: 1.63;
  position: absolute;
  top: 155px;
  left: 0;
  transform: rotate(-10deg);
  z-index: 3;
}
.member-card {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.35s;
  color: var(--blue);
}
.member-card.is-flipped {
  transform: rotateY(180deg);
}
.card-face {
  position: absolute;
  inset: 0;
  background: var(--yellow);
  border-radius: 12px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  padding: 26px 30px 21px;
  box-shadow:
    3px 6px 0 #d3ba53,
    12px 25px 30px #00134b55;
  overflow: hidden;
}
.card-face:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    #ffffff18 0,
    transparent 35%,
    #ffffff25 49%,
    transparent 63%
  );
  pointer-events: none;
}
.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.card-brand {
  font-family: var(--display);
  font-size: 34px;
  letter-spacing: -1.5px;
  line-height: 1;
  transform: skew(-7deg);
  display: inline-block;
}
.card-category {
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 1.4;
  font-weight: 700;
  text-align: right;
}
.card-message {
  font-family: var(--display);
  font-size: clamp(42px, 4.4vw, 65px);
  line-height: 1.01;
  letter-spacing: -1px;
  margin-top: 21px;
}
.card-message > span {
  font-size: 1.36em;
  letter-spacing: -2px;
}
.card-bottom {
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #123bea65;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
}
.card-star {
  font-size: 29px;
  line-height: 0.8;
}
.card-notch {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--blue);
  top: 66%;
}
.notch-left {
  left: -11px;
}
.notch-right {
  right: -11px;
}
.card-back {
  transform: rotateY(180deg);
}
.back-message {
  font-family: var(--display);
  font-size: clamp(25px, 2.75vw, 40px);
  line-height: 1.1;
  margin: 19px 0 10px;
}
.back-note {
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.barcode {
  height: 20px;
  width: 68px;
  background: repeating-linear-gradient(
    90deg,
    var(--blue) 0 2px,
    transparent 2px 4px,
    var(--blue) 4px 5px,
    transparent 5px 8px
  );
}
.edge-card {
  position: absolute;
  width: 450px;
  height: 282px;
  border: 1px solid #bcd0ff50;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bcd0ff25;
  font-family: var(--display);
  font-size: 100px;
  z-index: -1;
}
.edge-card-one {
  top: 100px;
  left: 34%;
  transform: rotate(15deg);
  background: #0d31c920;
}
.edge-card-two {
  top: 205px;
  left: 55%;
  transform: rotate(29deg);
  background: #1c44ff45;
}
.orbit {
  position: absolute;
  border: 1px solid #afc3ff26;
  border-radius: 50%;
  width: 690px;
  height: 690px;
  left: -90px;
  top: -40px;
  z-index: -2;
}
.orbit-two {
  width: 550px;
  height: 550px;
  left: -20px;
  top: 30px;
}
.round-seal {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 120px;
  height: 120px;
  color: var(--yellow);
  z-index: 4;
  transform: rotate(13deg);
}
.round-seal svg {
  width: 100%;
  height: 100%;
  fill: var(--yellow);
  animation: seal-turn 35s linear infinite;
}
.round-seal text {
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}
.round-seal > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 56px;
}
.card-caption {
  position: absolute;
  left: 20px;
  top: clamp(488px, 37.8vw, 570px);
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--yellow);
  transform: rotate(-7deg);
}
.card-caption svg {
  width: 71px;
  height: 49px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  margin-top: -36px;
}
.card-caption span {
  font-size: 17px;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.flip-hint {
  position: absolute;
  left: 50px;
  bottom: 74px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #ffffffae;
  white-space: nowrap;
}
.flip-hint > span:first-child {
  font-size: 22px;
}
.hint-divider {
  opacity: 0.45;
  margin: 0 4px;
}
.hero-bottom {
  position: absolute;
  bottom: 23px;
  left: var(--gutter);
  right: var(--gutter);
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.7px;
  color: #ffffffc9;
}
.hero-bottom a {
  display: flex;
  gap: 20px;
  align-items: center;
}
.hero-bottom a span {
  font-size: 20px;
}
.ticker {
  background: var(--yellow);
  color: var(--blue);
  overflow: hidden;
  padding: 18px 0 17px;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  position: relative;
  z-index: 4;
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: marquee 35s linear infinite;
  font-family: var(--display);
  font-size: 37px;
  line-height: 1.1;
}
.ticker-star {
  font-family: Arial, sans-serif;
  font-size: 39px;
}
.section-pad {
  padding: 90px var(--gutter);
}
.idea {
  background: var(--paper);
  color: var(--ink);
}
.section-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tiny-wordmark {
  font-family: var(--display);
  font-size: 23px;
  transform: skew(-7deg);
}
h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(44px, 5.4vw, 81px);
  line-height: 1.07;
  letter-spacing: -1.3px;
}
.idea-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin: 39px 0 54px;
}
.idea-intro h2 {
  margin: 0;
}
.idea-intro h2 span {
  color: var(--blue);
}
.idea-intro > p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 340px;
  margin: 0 20px 3px 0;
}
.idea-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #123bea50;
}
.idea-grid article {
  padding: 30px 28px 0 0;
}
.idea-grid article + article {
  padding-left: 32px;
  border-left: 1px solid #123bea40;
}
.benefit-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}
.benefit-number {
  font-size: 12px;
}
.benefit-top svg {
  height: 49px;
  width: 49px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
}
.idea-grid h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin-bottom: 12px;
}
.idea-grid p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 0;
  color: #273a89;
}
.membership {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.membership-copy {
  position: relative;
}
.membership-copy h2 {
  margin: 31px 0 23px;
}
.membership-copy h2 span {
  color: var(--yellow);
}
.membership-copy > p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.6;
}
.membership-arrow {
  display: block;
  width: 155px;
  height: 72px;
  stroke: var(--yellow);
  stroke-width: 2;
  fill: none;
  margin: 30px 0 18px 40%;
}
.honesty-note {
  font-size: 12px;
  display: block;
  letter-spacing: 0.5px;
  color: #ffffffc9;
}
.price-ticket {
  background: var(--yellow);
  border-radius: 9px;
  color: var(--blue);
  padding: 31px 35px 25px;
  position: relative;
  transform: rotate(3deg);
  box-shadow: 9px 10px 0 #0723b9;
  max-width: 500px;
  width: 100%;
  justify-self: center;
}
.ticket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.ticket-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.price {
  font-family: var(--display);
  font-size: clamp(75px, 8.5vw, 128px);
  line-height: 1;
  letter-spacing: -3px;
  margin: 28px 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.currency {
  font-family: var(--body);
  font-size: 0.43em;
  align-self: flex-start;
  margin-top: 10px;
  font-weight: 500;
}
.price-period {
  font-family: var(--body);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 500;
  margin: 30px 0 0 14px;
}
.price-description {
  font-size: 14px;
  margin-bottom: 28px;
}
.ticket-divider {
  height: 1px;
  border-top: 1px dashed #123bea80;
  position: relative;
  margin: 0 -35px;
}
.ticket-divider:before,
.ticket-divider:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: var(--blue);
  border-radius: 50%;
  top: -12px;
}
.ticket-divider:before {
  left: -12px;
}
.ticket-divider:after {
  right: -12px;
}
.inclusions {
  list-style: none;
  margin: 27px 0;
  padding: 0;
  display: grid;
  gap: 14px;
  font-size: 15px;
}
.inclusions li {
  display: flex;
  align-items: center;
  gap: 13px;
}
.inclusions span {
  font-size: 20px;
}
.button-blue {
  background: var(--blue);
  color: var(--yellow);
  width: 100%;
  padding: 18px 22px;
}
.button-blue:hover {
  background: #072bbb;
  box-shadow: 0 5px 0 #123bea25;
}
.ticket-fineprint {
  text-align: center;
  font-size: 11px;
  margin: 13px 0 0;
}
.questions {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 7%;
  padding-top: 88px;
  padding-bottom: 98px;
}
.questions h2 {
  margin: 30px 0 22px;
  font-size: clamp(57px, 6.3vw, 94px);
}
.questions-intro > p:last-child {
  font-size: 15px;
}
.faq-list {
  padding-top: 5px;
}
details {
  border-top: 1px solid #123bea40;
}
details:last-child {
  border-bottom: 1px solid #123bea40;
}
summary {
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.35px;
  padding: 27px 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
summary::-webkit-details-marker {
  display: none;
}
.faq-icon {
  width: 19px;
  height: 19px;
  position: relative;
  flex-shrink: 0;
}
.faq-icon:before,
.faq-icon:after {
  content: "";
  position: absolute;
  background: currentColor;
  top: 9px;
  left: 1px;
  height: 1px;
  width: 17px;
}
.faq-icon:after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
details[open] .faq-icon:after {
  transform: rotate(0);
}
details > p {
  max-width: 550px;
  font-size: 15px;
  line-height: 1.75;
  padding: 0 35px 24px 2px;
  margin: 0;
  color: #273a89;
}
.closing {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 66px var(--gutter) 72px;
}
.closing h2 {
  font-size: clamp(78px, 13vw, 195px);
  color: var(--yellow);
  letter-spacing: -3px;
  margin: 27px 0 31px;
  position: relative;
  z-index: 1;
}
.closing .button {
  position: relative;
  z-index: 1;
}
.closing-star {
  font-family: Arial, sans-serif;
  font-size: 410px;
  position: absolute;
  right: -98px;
  bottom: -118px;
  color: #4262ed;
  line-height: 1;
  transform: rotate(10deg);
  z-index: 0;
}
footer {
  border-top: 1px solid #ffffff35;
  margin: 0 var(--gutter);
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
footer .wordmark {
  font-size: 36px;
}
footer > span,
footer > a:last-child {
  font-size: 12px;
  color: #ffffffc9;
}
footer > a:last-child span {
  font-size: 18px;
  margin-left: 7px;
}
dialog {
  padding: 40px;
  max-width: 490px;
  width: calc(100% - 32px);
  max-height: calc(100dvh - 32px);
  border: 0;
  border-radius: 10px;
  color: var(--blue);
  background: var(--paper);
  overflow: auto;
  box-shadow: 0 24px 80px #0005;
}
dialog::backdrop {
  background: #001363bb;
  backdrop-filter: blur(8px);
}
body.dialog-open {
  overflow: hidden;
}
.dialog-close {
  position: absolute;
  right: 17px;
  top: 13px;
  width: 42px;
  height: 42px;
  border: 1px solid #123bea30;
  background: none;
  border-radius: 50%;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}
.dialog-mark {
  font-family: var(--display);
  font-size: 33px;
  display: block;
  transform: skew(-7deg);
  margin-bottom: 24px;
}
dialog h2 {
  font-size: 70px;
  margin: 20px 0;
}
dialog > p:not(.eyebrow) {
  line-height: 1.6;
  font-size: 16px;
}
.dialog-plan {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  border-block: 1px solid #123bea30;
  padding: 20px 0;
  margin: 25px 0 17px;
  font-size: 14px;
}
dialog .dialog-disclosure {
  font-size: 13px !important;
  line-height: 1.6;
  margin-bottom: 24px;
}
.dialog-done {
  margin-top: 5px;
}
.manifesto {
  background: #092aaf;
  position: relative;
  overflow: hidden;
}
.manifesto-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10%;
  align-items: center;
  margin-top: 37px;
}
.manifesto h2 {
  font-size: clamp(57px, 6.9vw, 104px);
  margin: 0;
  line-height: 1.08;
}
.manifesto h2 span {
  color: var(--yellow);
}
.manifesto-copy {
  position: relative;
  max-width: 380px;
}
.manifesto-asterisk {
  display: block;
  color: var(--yellow);
  font-size: 61px;
  line-height: 1;
  margin-bottom: 25px;
}
.manifesto-copy h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 22px;
}
.manifesto-copy p {
  font-size: 16px;
  line-height: 1.75;
  color: #f6f5eee0;
}
.manifesto-copy .manifesto-signoff {
  color: var(--yellow);
  margin: 24px 0 0;
  font-weight: 600;
}
.manifesto-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #ffffff40;
  margin-top: 59px;
  padding-top: 24px;
  font-size: 10px;
  letter-spacing: 1.4px;
}
.evolution {
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
}
.evolution-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 13%;
  margin: 37px 0 48px;
}
.evolution-intro h2 {
  margin: 0;
  font-size: clamp(66px, 7vw, 105px);
}
.evolution-intro h2 span {
  color: var(--blue);
}
.evolution-intro > div {
  max-width: 440px;
}
.evolution-intro p {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 17px;
}
.evolution-intro p:first-child {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.4px;
}
.evolution-intro p:last-child {
  margin-bottom: 0;
}
.evolution-showcase {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  border: 1px solid #123bea40;
  min-height: 425px;
}
.edition-visual {
  background: #e9eaf0;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-width: 0;
  padding: 55px 38px 65px;
  isolation: isolate;
}
.edition-orbit {
  width: 390px;
  height: 390px;
  border: 1px solid #123bea20;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.edition-orbit:after {
  content: "";
  position: absolute;
  inset: 32px;
  border-radius: 50%;
  border: 1px solid #123bea20;
}
.edition-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1.63;
  background: var(--yellow);
  color: var(--blue);
  transform: rotate(-9deg);
  padding: 24px;
  border-radius: 11px;
  box-shadow:
    2px 4px 0 #c5b358,
    7px 18px 28px #10225330;
  display: flex;
  flex-direction: column;
  transition:
    background 0.4s,
    color 0.4s,
    transform 0.4s;
  overflow: hidden;
}
.edition-card-top,
.edition-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.edition-card-top > span:last-child {
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 700;
}
.edition-card-main {
  font-family: var(--display);
  font-size: clamp(37px, 3.8vw, 57px);
  line-height: 1.08;
  margin-top: 20px;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}
.edition-card-bottom {
  border-top: 1px solid currentColor;
  margin-top: auto;
  padding-top: 12px;
  font-size: 7px;
  letter-spacing: 0.8px;
  font-weight: 600;
}
.edition-card-star {
  position: absolute;
  right: 22px;
  top: 73px;
  font-family: Arial, sans-serif;
  font-size: 105px;
  opacity: 0.8;
  line-height: 1;
}
.edition-caption {
  position: absolute;
  bottom: 23px;
  font-size: 8px;
  letter-spacing: 1.1px;
  text-align: center;
  left: 15px;
  right: 15px;
}
.edition-visual[data-edition="two"] .edition-card {
  background: #d8e2ef;
  color: #24365a;
  box-shadow:
    2px 4px 0 #9eabbf,
    7px 18px 28px #10225330;
  transform: rotate(-5deg);
}
.edition-visual[data-edition="two"] .edition-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 20%,
    #fff7 45%,
    transparent 62%
  );
}
.edition-visual[data-edition="three"] .edition-card {
  background: #152424;
  color: #ffedac;
  box-shadow:
    2px 4px 0 #68745d,
    7px 18px 28px #10225330;
  transform: rotate(-2deg);
}
.edition-visual[data-edition="three"] .edition-card-star {
  outline: 1px solid #ffedac55;
  outline-offset: 13px;
  border-radius: 50%;
  opacity: 1;
}
.edition-info {
  padding: 38px 35px;
  border-left: 1px solid #123bea40;
  min-width: 0;
}
.edition-info > .eyebrow {
  font-size: 10px;
  letter-spacing: 0.85px;
}
.edition-tabs {
  display: flex;
  gap: 8px;
  margin: 23px 0 26px;
}
.edition-tabs button {
  height: 43px;
  width: 57px;
  display: grid;
  place-items: center;
  border: 1px solid #123bea60;
  color: var(--blue);
  background: transparent;
  font-size: 13px;
  transition:
    background 0.2s,
    color 0.2s;
}
.edition-tabs button[aria-selected="true"] {
  background: var(--blue);
  color: var(--yellow);
  border-color: var(--blue);
}
.edition-tabs button:hover {
  background: #123bea12;
}
.edition-tabs button[aria-selected="true"]:hover {
  background: var(--blue-dark);
}
.edition-timing {
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 13px;
}
.edition-info h3 {
  font-size: 29px;
  letter-spacing: -0.9px;
  font-weight: 500;
  margin-bottom: 13px;
  line-height: 1.15;
}
.edition-info #edition-description {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 19px;
  max-width: 390px;
}
.edition-footnote {
  display: block;
  font-size: 11px;
  color: #344b9a;
  line-height: 1.6;
}
.evolution-note {
  font-size: 11px;
  line-height: 1.7;
  border-top: 1px solid #123bea30;
  padding-top: 18px;
  margin: 22px 0 0;
  color: #344b9a;
}
.life-timeline {
  padding: 0;
  margin: 51px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.life-timeline li {
  position: relative;
  padding: 32px 24px 0 0;
  border-top: 1px solid #123bea50;
}
.timeline-marker {
  position: absolute;
  top: -12px;
  left: 0;
  border: 1px solid #123bea60;
  background: var(--paper);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-size: 9px;
}
.life-timeline .eyebrow {
  font-size: 10px;
  letter-spacing: 0.9px;
}
.life-timeline h3 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 17px 0 10px;
}
.life-timeline li > p:last-child {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}
.membership-copy .membership-extra {
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #ffffffc9;
  margin-top: 24px;
}
.questions-aside {
  margin-top: 33px;
  color: #344b9a;
  line-height: 1.65;
  font-size: 14px;
}
.dialog-card-note {
  font-size: 14px !important;
}
.inclusions li {
  align-items: flex-start;
}
.inclusions li span {
  flex-shrink: 0;
  line-height: 1.15;
}
.inclusions {
  line-height: 1.5;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes seal-turn {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1600px) {
  .hero {
    min-height: 800px;
  }
  .card-stage {
    top: 175px;
  }
  .card-caption {
    top: 580px;
  }
  .hero-copy {
    padding-bottom: 105px;
  }
  .hero-art .flip-hint {
    bottom: 80px;
  }
}
@media (max-width: 1100px) {
  .header nav {
    margin-left: 0;
    gap: 25px;
  }
  .hero {
    min-height: 690px;
    padding-top: 44px;
  }
  .hero h1 {
    font-size: 13vw;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .hero .mini-asterisk {
    font-size: 20px;
  }
  .card-stage {
    width: 42vw;
    min-width: 350px;
    top: 147px;
    left: 0;
  }
  .card-face {
    padding: 23px 24px 18px;
  }
  .card-message {
    margin-top: 16px;
    font-size: 43px;
  }
  .card-message > span {
    font-size: 1.22em;
  }
  .card-bottom {
    font-size: 8px;
  }
  .card-brand {
    font-size: 28px;
  }
  .card-category {
    font-size: 8px;
  }
  .card-caption {
    top: 435px;
    left: 0;
  }
  .flip-hint {
    left: 15px;
    bottom: 89px;
    font-size: 10px;
  }
  .round-seal {
    right: -10px;
    top: 20px;
    width: 100px;
    height: 100px;
  }
  .round-seal > span {
    font-size: 45px;
  }
  .idea-intro > p {
    margin-right: 0;
    font-size: 15px;
  }
  .idea-intro h2 {
    font-size: 5.1vw;
  }
  .membership {
    gap: 7%;
  }
  .price-ticket {
    padding: 27px;
  }
  .ticket-divider {
    margin: 0 -27px;
  }
  .price {
    font-size: 10vw;
  }
  .price-period {
    font-size: 12px;
    margin-left: 5px;
  }
  .ticket-tag {
    font-size: 8px;
  }
  .membership-copy h2 {
    font-size: 5.5vw;
  }
  .heading-spark {
    width: 43px;
    right: -50px;
  }
  .section-pad {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 760px) {
  :root {
    --gutter: 24px;
  }
  .header {
    height: 82px;
  }
  .header .wordmark {
    font-size: 40px;
  }
  .header nav {
    display: none;
  }
  .button-small {
    font-size: 13px;
    padding: 12px 15px;
    gap: 20px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 31px;
    overflow: hidden;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
    gap: 8px;
  }
  .hero h1 {
    font-size: clamp(105px, 23vw, 166px);
    margin: 23px 0 20px;
    line-height: 0.95;
    letter-spacing: -2px;
  }
  .hero h1 > span {
    letter-spacing: -3px;
  }
  .heading-spark {
    width: 40px;
    height: 40px;
    right: -53px;
    top: 53%;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  .hero-cta {
    min-width: 286px;
    padding: 18px 20px;
  }
  .microcopy {
    font-size: 11px;
    margin-top: 12px;
  }
  .hero-art {
    height: 407px;
    margin: 14px -24px 0;
    flex-shrink: 0;
  }
  .card-stage {
    top: 70px;
    width: 75%;
    min-width: 0;
    max-width: 430px;
    left: 11%;
  }
  .card-face {
    padding: 19px 21px 16px;
    border-radius: 9px;
    box-shadow:
      2px 4px 0 #d3ba53,
      8px 19px 23px #00134b55;
  }
  .card-message {
    font-size: clamp(29px, 8vw, 45px);
    margin-top: 13px;
    line-height: 1;
  }
  .card-message > span {
    font-size: 1.3em;
  }
  .card-brand {
    font-size: 25px;
  }
  .card-category {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .card-bottom {
    font-size: 7px;
    padding-top: 11px;
    letter-spacing: 0.5px;
  }
  .card-star {
    font-size: 22px;
  }
  .card-notch {
    width: 16px;
    height: 16px;
  }
  .notch-left {
    left: -9px;
  }
  .notch-right {
    right: -9px;
  }
  .edge-card {
    width: 75%;
    height: auto;
    aspect-ratio: 1.63;
  }
  .edge-card-one {
    top: 64px;
    left: 34%;
  }
  .edge-card-two {
    top: 112px;
    left: 56%;
  }
  .round-seal {
    width: 87px;
    height: 87px;
    right: 13px;
    top: 0;
  }
  .round-seal > span {
    font-size: 41px;
  }
  .orbit-one {
    width: 440px;
    height: 440px;
    top: -21px;
    left: calc(50% - 220px);
  }
  .orbit-two {
    width: 340px;
    height: 340px;
    top: 29px;
    left: calc(50% - 170px);
  }
  .card-caption {
    top: 290px;
    left: 19%;
    gap: 2px;
  }
  .card-caption svg {
    width: 48px;
    height: 42px;
    margin-top: -17px;
  }
  .card-caption span {
    font-size: 14px;
  }
  .flip-hint {
    left: 0;
    right: 0;
    bottom: 21px;
    justify-content: center;
    font-size: 10px;
  }
  .hero-bottom {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 14px 0 22px;
    border-top: 1px solid #ffffff30;
    font-size: 8px;
    letter-spacing: 1px;
    gap: 20px;
  }
  .hero-bottom a {
    gap: 9px;
    white-space: nowrap;
  }
  .hero-bottom a span {
    font-size: 16px;
  }
  .ticker {
    padding: 16px 0;
  }
  .ticker-track {
    font-size: 29px;
    gap: 27px;
  }
  .ticker-star {
    font-size: 31px;
  }
  .section-pad {
    padding: 53px var(--gutter);
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.2px;
  }
  .idea-intro {
    display: block;
    margin: 30px 0 33px;
  }
  .idea-intro h2 {
    font-size: clamp(35px, 8.15vw, 57px);
    letter-spacing: -0.8px;
    line-height: 1.13;
  }
  .idea-intro > p {
    margin: 25px 0 0;
    font-size: 15px;
  }
  .idea-grid {
    display: block;
  }
  .idea-grid article,
  .idea-grid article + article {
    border-left: 0;
    padding: 24px 0;
    border-bottom: 1px solid #123bea40;
    position: relative;
  }
  .idea-grid article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .benefit-top {
    margin-bottom: 15px;
  }
  .benefit-top svg {
    position: absolute;
    right: 5px;
    top: 27px;
    width: 45px;
    height: 45px;
  }
  .idea-grid h3 {
    font-size: 22px;
    margin-bottom: 9px;
  }
  .idea-grid p {
    font-size: 15px;
  }
  .membership {
    display: block;
  }
  .membership-copy h2 {
    font-size: clamp(43px, 10.5vw, 74px);
    margin-top: 25px;
  }
  .membership-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .membership-arrow {
    position: absolute;
    width: 100px;
    right: 5px;
    bottom: -14px;
    transform: rotate(48deg);
    margin: 0;
  }
  .honesty-note {
    font-size: 11px;
    margin-top: 23px;
  }
  .price-ticket {
    margin: 44px auto 7px;
    width: calc(100% - 14px);
    max-width: 415px;
    padding: 26px;
    transform: rotate(2deg);
  }
  .ticket-divider {
    margin: 0 -26px;
  }
  .price-ticket .card-brand {
    font-size: 32px;
  }
  .ticket-tag {
    font-size: 8px;
  }
  .price {
    font-size: 110px;
    letter-spacing: -2px;
    gap: 5px;
    margin-top: 25px;
  }
  .price-period {
    font-size: 12px;
    margin-left: 9px;
  }
  .price-description {
    font-size: 13px;
  }
  .inclusions {
    font-size: 14px;
    gap: 12px;
  }
  .ticket-fineprint {
    font-size: 10px;
  }
  .questions {
    display: block;
  }
  .questions h2 {
    font-size: 70px;
    line-height: 1;
    margin: 26px 0 22px;
  }
  .questions h2 br {
    display: none;
  }
  .questions h2 span {
    margin-left: 10px;
  }
  .questions-intro > p:last-child {
    font-size: 14px;
    margin-bottom: 31px;
  }
  .faq-list {
    padding: 0;
  }
  summary {
    font-size: 16px;
    padding: 23px 1px;
  }
  details > p {
    font-size: 14px;
    padding-right: 19px;
  }
  .closing {
    padding: 49px 24px 52px;
  }
  .closing .eyebrow {
    font-size: 9px;
  }
  .closing h2 {
    font-size: clamp(64px, 17vw, 116px);
    letter-spacing: -1.5px;
    margin: 24px 0 27px;
  }
  .closing .button {
    padding: 17px 23px;
    font-size: 14px;
  }
  .closing-star {
    font-size: 245px;
    right: -87px;
    bottom: -67px;
  }
  footer {
    flex-wrap: wrap;
    padding: 23px 0;
    gap: 19px;
  }
  footer .wordmark {
    font-size: 31px;
  }
  footer > span {
    font-size: 10px;
  }
  footer > a:last-child {
    font-size: 11px;
    width: 100%;
    padding-top: 2px;
  }
  .back-message {
    font-size: clamp(22px, 6vw, 33px);
    margin-top: 13px;
  }
  .back-note {
    font-size: 7px;
    letter-spacing: 0.5px;
  }
  dialog {
    padding: 30px 25px;
  }
  dialog h2 {
    font-size: 64px;
  }
  .dialog-plan {
    font-size: 13px;
  }
  .dialog-mark {
    margin-bottom: 23px;
  }
}
@media (min-width: 480px) and (max-width: 760px) {
  .hero-art {
    height: 460px;
  }
  .card-stage {
    left: calc(50% - 210px);
    width: 420px;
    top: 80px;
  }
  .card-message {
    font-size: 44px;
  }
  .card-caption {
    top: 360px;
    left: 26%;
  }
  .flip-hint {
    bottom: 18px;
  }
  .round-seal {
    right: calc(50% - 235px);
    top: 5px;
  }
  .orbit-one {
    width: 540px;
    height: 540px;
    left: calc(50% - 270px);
    top: -20px;
  }
}
@media (max-width: 360px) {
  :root {
    --gutter: 18px;
  }
  .hero-art {
    margin-left: -18px;
    margin-right: -18px;
    height: 375px;
  }
  .hero h1 {
    font-size: 103px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .hero-cta {
    min-width: 0;
    width: 100%;
    gap: 15px;
  }
  .hero-cta .button-price {
    padding-left: 15px;
  }
  .card-message {
    font-size: 28px;
    margin-top: 9px;
  }
  .card-category {
    font-size: 6px;
  }
  .card-face {
    padding: 17px;
  }
  .card-bottom {
    font-size: 6px;
  }
  .card-caption {
    top: 268px;
  }
  .price {
    font-size: 94px;
  }
  .price-period {
    font-size: 11px;
    margin-left: 3px;
  }
  .questions h2 {
    font-size: 60px;
  }
  .hero-bottom {
    font-size: 7px;
  }
  .back-note {
    font-size: 6px;
  }
  .back-message {
    font-size: 22px;
  }
  .ticket-fineprint {
    font-size: 9px;
  }
}
@media (max-width: 1100px) {
  .manifesto-layout {
    gap: 7%;
  }
  .manifesto h2 {
    font-size: 6.7vw;
  }
  .manifesto-copy p {
    font-size: 15px;
  }
  .manifesto-copy h3 {
    font-size: 26px;
  }
  .edition-info {
    padding: 30px 26px;
  }
  .edition-visual {
    padding: 45px 28px 65px;
  }
  .edition-card {
    padding: 20px;
  }
  .edition-card-main {
    font-size: 35px;
    margin-top: 14px;
  }
  .edition-card .card-brand {
    font-size: 26px;
  }
  .edition-card-star {
    font-size: 75px;
    top: 65px;
  }
  .edition-card-bottom {
    font-size: 6px;
    letter-spacing: 0.6px;
    gap: 10px;
  }
  .edition-card-top > span:last-child {
    font-size: 7px;
  }
  .edition-info h3 {
    font-size: 25px;
  }
  .evolution-intro {
    gap: 7%;
  }
  .life-timeline h3 {
    font-size: 19px;
  }
  .life-timeline li > p:last-child {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .manifesto-layout {
    display: block;
    margin-top: 30px;
  }
  .manifesto h2 {
    font-size: clamp(47px, 10.9vw, 77px);
    line-height: 1.12;
  }
  .manifesto-copy {
    margin-top: 33px;
    padding-top: 30px;
    border-top: 1px solid #ffffff40;
    max-width: none;
  }
  .manifesto-asterisk {
    position: absolute;
    right: 0;
    top: 31px;
    font-size: 53px;
  }
  .manifesto-copy h3 {
    font-size: 28px;
    margin-right: 60px;
  }
  .manifesto-copy p {
    font-size: 15px;
    max-width: 440px;
  }
  .manifesto-footer {
    margin-top: 33px;
    padding-top: 20px;
    align-items: flex-start;
    font-size: 8px;
    line-height: 1.7;
    gap: 20px;
  }
  .manifesto-footer span:last-child {
    white-space: nowrap;
  }
  .evolution-intro {
    display: block;
    margin: 27px 0 30px;
  }
  .evolution-intro h2 {
    font-size: clamp(57px, 13vw, 90px);
    margin-bottom: 25px;
    line-height: 1.06;
  }
  .evolution-intro p {
    font-size: 15px;
  }
  .evolution-intro p:first-child {
    font-size: 18px;
  }
  .evolution-showcase {
    display: block;
  }
  .edition-visual {
    padding: 53px 30px 66px;
    min-height: 290px;
  }
  .edition-card {
    max-width: 380px;
    padding: 20px;
    aspect-ratio: 1.63;
  }
  .edition-card-main {
    font-size: clamp(31px, 8vw, 45px);
    margin-top: 14px;
  }
  .edition-card .card-brand {
    font-size: 27px;
  }
  .edition-card-star {
    font-size: 80px;
    top: 67px;
    right: 19px;
  }
  .edition-card-bottom {
    font-size: 6px;
    padding-top: 9px;
    letter-spacing: 0.4px;
  }
  .edition-card-top > span:last-child {
    font-size: 6px;
  }
  .edition-caption {
    font-size: 7px;
    letter-spacing: 0.75px;
    bottom: 20px;
  }
  .edition-info {
    border-left: 0;
    border-top: 1px solid #123bea40;
    padding: 26px 23px;
  }
  .edition-info > .eyebrow {
    font-size: 9px;
  }
  .edition-info h3 {
    font-size: 27px;
  }
  .edition-info #edition-description {
    font-size: 15px;
    min-height: 75px;
  }
  .edition-timing {
    font-size: 8px;
    line-height: 1.6;
    letter-spacing: 0.65px;
  }
  .edition-tabs {
    margin: 20px 0 25px;
  }
  .edition-footnote,
  .evolution-note {
    font-size: 11px;
  }
  .life-timeline {
    display: block;
    margin-top: 34px;
  }
  .life-timeline li {
    padding: 0 0 29px 37px;
    border-top: 0;
    border-left: 1px solid #123bea40;
  }
  .life-timeline li:last-child {
    padding-bottom: 0;
    border-left-color: transparent;
  }
  .timeline-marker {
    left: -12px;
    top: -2px;
  }
  .life-timeline .eyebrow {
    font-size: 9px;
  }
  .life-timeline h3 {
    font-size: 21px;
    margin-top: 10px;
  }
  .life-timeline li > p:last-child {
    font-size: 14px;
  }
  .membership-copy .membership-extra {
    font-size: 13px !important;
    max-width: 90%;
  }
  .questions-aside {
    display: none;
  }
  .inclusions {
    font-size: 13px;
  }
  .edition-visual[data-edition="three"] .edition-card-star {
    outline-offset: 7px;
  }
  .back-message {
    font-size: clamp(19px, 5vw, 29px);
  }
  .back-note {
    margin-bottom: 8px;
  }
}
.hero-card-teaser {
  display: table;
  font-size: 13px;
  margin: -11px 0 25px;
  color: var(--yellow);
  line-height: 1.6;
}
.hero-card-teaser span {
  margin-left: 8px;
}
.preview-note {
  font-size: 11px;
  color: #ffffffa8;
  margin: 9px 0 0;
}
.ticket-availability {
  font-size: 11px;
  text-align: center;
  margin: 9px 0 0;
  opacity: 0.8;
}
.card-brand sup,
.tiny-wordmark sup {
  font-family: var(--body);
  font-size: 0.28em;
  vertical-align: top;
  letter-spacing: 0;
  margin-left: 2px;
}
.button:focus-visible,
.member-card:focus-visible {
  outline-color: var(--yellow);
}
.button-blue:focus-visible {
  outline-color: var(--blue);
}
.card-back .back-note {
  margin-top: auto;
}
.motion-toggle {
  position: absolute;
  z-index: 5;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  background: var(--blue);
  color: var(--yellow);
  font-size: 17px;
  box-shadow: 0 0 0 5px var(--yellow);
  display: grid;
  place-items: center;
}
.motion-toggle:focus-visible {
  outline-color: var(--blue);
  outline-offset: 8px;
}
.motion-paused .ticker-track,
.motion-paused .round-seal svg {
  animation-play-state: paused;
}
.hero-art:has(.member-card:focus-visible) .card-face {
  outline: 3px solid var(--paper);
  outline-offset: 7px;
}
@media (max-width: 760px) {
  .questions h2 {
    font-size: clamp(46px, 14vw, 70px);
    white-space: nowrap;
  }
  .hero-card-teaser {
    font-size: 12px;
    margin: -7px 0 21px;
  }
  .preview-note {
    font-size: 10px;
  }
  .card-back .back-note {
    margin-bottom: 0;
  }
  .card-back .back-message {
    font-size: clamp(16px, 4.6vw, 26px);
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .motion-toggle {
    width: 32px;
    height: 32px;
    right: 12px;
    font-size: 15px;
  }
  .ticket-availability {
    font-size: 10px;
  }
}
@media (min-width: 761px) and (max-width: 1100px) {
  .card-face {
    padding-top: 21px;
    padding-bottom: 16px;
  }
}
@media (max-width: 479px) {
  .card-stage {
    width: 80%;
    left: 9%;
  }
  .card-face {
    padding: 15px 18px 12px;
  }
  .card-face .card-brand {
    font-size: 23px;
  }
  .card-message {
    font-size: clamp(26px, 7.3vw, 35px);
    margin-top: 10px;
  }
  .card-bottom {
    padding-top: 9px;
    font-size: 6px;
  }
  .card-star {
    font-size: 20px;
  }
  .card-back .back-message {
    font-size: clamp(15px, 4.2vw, 20px);
    margin-top: 10px;
  }
  .card-back .back-note {
    font-size: 6px;
  }
  .edition-visual {
    padding: 44px 20px 57px;
    min-height: 255px;
  }
  .edition-card {
    padding: 15px;
  }
  .edition-card .card-brand {
    font-size: 21px;
  }
  .edition-card-main {
    font-size: clamp(26px, 7vw, 33px);
    margin-top: 12px;
  }
  .edition-card-star {
    font-size: 60px;
    top: 54px;
    right: 17px;
  }
  .edition-card-bottom {
    font-size: 5px;
    padding-top: 8px;
  }
}
.comparison {
  background: var(--yellow);
  color: var(--blue);
}
.comparison-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13%;
  align-items: end;
  margin: 35px 0 43px;
}
.comparison-intro h2 {
  font-size: clamp(58px, 6.6vw, 100px);
  margin: 0;
}
.comparison-intro p {
  font-size: 17px;
  line-height: 1.65;
}
.comparison-intro p:first-child {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 1.4;
}
.comparison-intro p:last-child {
  margin: 18px 0 3px;
}
.comparison-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 20px;
}
.comparison-toolbar > span {
  font-size: 12px;
}
.scene-tabs {
  display: flex;
  gap: 5px;
}
.scene-tabs button {
  padding: 10px 17px;
  border: 1px solid #123bea50;
  background: none;
  color: var(--blue);
  font-size: 13px;
  border-radius: 2px;
}
.scene-tabs button[aria-selected="true"] {
  background: var(--blue);
  color: var(--yellow);
  border-color: var(--blue);
}
.scene-tabs button[aria-selected="true"]:focus-visible {
  outline-color: var(--blue);
}
.comparison-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.comparison-photo {
  margin: 0;
  min-width: 0;
}
.comparison-image {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  isolation: isolate;
  background: #c7ceae;
}
.comparison-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 9px 12px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  background: var(--paper);
  color: var(--blue);
  border-radius: 2px;
}
.with-life .photo-label {
  background: var(--blue);
  color: var(--yellow);
}
.comparison-photo figcaption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 18px 0 20px;
  border-bottom: 1px solid #123bea40;
}
.comparison-photo figcaption strong {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.comparison-photo figcaption span {
  font-size: 11px;
}
.comparison-punchline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 31px 0 12px;
}
.comparison-punchline .mini-asterisk {
  color: var(--blue);
  font-size: 22px;
}
.comparison-punchline p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.comparison-disclosure {
  text-align: center;
  font-size: 11px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
  color: #213fa8;
}
@media (max-width: 1100px) {
  .comparison-photo figcaption {
    display: block;
  }
  .comparison-photo figcaption span {
    display: block;
    margin-top: 7px;
  }
}
@media (max-width: 760px) {
  .comparison-intro {
    display: block;
    margin: 28px 0;
  }
  .comparison-intro h2 {
    font-size: clamp(49px, 12vw, 78px);
    margin-bottom: 25px;
  }
  .comparison-intro p:first-child {
    font-size: 20px;
  }
  .comparison-intro p:last-child {
    font-size: 15px;
    margin-top: 17px;
  }
  .comparison-toolbar {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 18px;
  }
  .comparison-toolbar > span {
    font-size: 11px;
    width: 100%;
  }
  .scene-tabs button {
    font-size: 12px;
    min-height: 42px;
    padding: 9px 17px;
  }
  .comparison-pair {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .comparison-photo figcaption {
    display: flex;
    flex-wrap: wrap;
    padding: 13px 0 15px;
    gap: 5px 12px;
  }
  .comparison-photo figcaption strong {
    font-size: 16px;
  }
  .comparison-photo figcaption span {
    font-size: 10px;
    margin-top: 0;
  }
  .photo-label {
    top: 12px;
    left: 12px;
    font-size: 9px;
    padding: 7px 9px;
  }
  .comparison-punchline {
    align-items: flex-start;
    text-align: center;
    gap: 8px;
    margin: 26px 0 13px;
  }
  .comparison-punchline p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 245px;
  }
  .comparison-punchline .mini-asterisk {
    font-size: 18px;
    margin-top: 4px;
  }
  .comparison-disclosure {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .member-card {
    transform: none;
  }
  .member-card.is-flipped {
    transform: rotateY(180deg);
  }
  .motion-toggle {
    display: none;
  }
}
