/* Brand asset is reused unchanged from the original RockGuys app. */
.brand-image { width: 36px; height: 36px; border-radius: 9px; object-fit: contain; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.text-link { font-size: 14px; color: #c6c4d3; padding: 12px 0; }
.hero-logo { position: relative; z-index: 2; width: clamp(150px, 23vw, 300px); height: auto; border-radius: 23%; transform: rotate(-8deg); box-shadow: 0 30px 95px #ff21172b, 0 0 0 1px #ffffff20; }
.sculpture { display: grid; place-items: center; }
.capability-grid, .join-grid, .future-path, .horizon-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.capability-grid article, .join-grid article { border: 1px solid #ffffff14; background: linear-gradient(145deg, #18191f, #0d0e13); border-radius: 24px; padding: 32px; }
.capability-grid h3, .join-grid h3, .future-path h3 { font-size: 24px; letter-spacing: -.04em; margin: 24px 0 14px; }
.capability-grid p, .join-grid p, .future-path p, .horizon-grid p, .faq-list p { color: #acaeba; font-size: 15px; line-height: 1.9; }
.feature-number { font-size: 11px; letter-spacing: .1em; color: #b7b3d0; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.feature-tags span { padding: 5px 8px; font-size: 11px; background: #ffffff05; border-radius: 6px; color: #9799aa; }
.future-section { background: radial-gradient(ellipse at 70% 0, #24203966, transparent 65%); border-block: 1px solid #ffffff0c; }
.future-path { gap: 0; }
.future-path article { position: relative; border-top: 1px solid #ffffff30; padding: 35px 35px 60px 0; }
.future-path article::before { content: ''; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: #c3b8ee; }
.future-path b { display: block; margin-top: 30px; font-size: 64px; font-weight: 500; color: #ffffff15; letter-spacing: -.07em; }
.phase-label { color: #c2bbd7; font-size: 12px; }
.horizon-grid { border-top: 1px solid #ffffff12; padding-top: 32px; gap: 40px; }
.horizon-grid h3 { font-size: 20px; font-weight: 550; }
.join-grid article { display: flex; flex-direction: column; }
.join-grid article > p { flex: 1; }
.join-button { border: 1px solid #ffffff26; padding: 14px 12px; margin-top: 20px; border-radius: 12px; background: #ffffff07; font-size: 13px; min-height: 48px; text-align: left; }
.join-button:hover { background: #ffffff13; border-color: #d9d2ee66; }
.join-note { display: flex; gap: 12px; align-items: center; color: #9da0ae; font-size: 12px; margin-top: 25px; }
.join-note .status-dot { flex: 0 0 6px; }
.faq-section { display: grid; grid-template-columns: 1fr 1.45fr; gap: 65px; border-top: 1px solid #ffffff14; }
.faq-section h2 { font-size: clamp(28px, 3vw, 42px); }
.faq-list details { border-bottom: 1px solid #ffffff17; padding: 22px 0; }
.faq-list summary { cursor: pointer; font-size: 16px; line-height: 1.7; padding-right: 15px; }
.faq-list summary:focus-visible { outline: 2px solid #bbb7ff; outline-offset: 5px; }
.faq-list details[open] summary { color: #cfc4ff; }
#partner-dialog { max-width: 600px; max-height: 86dvh; overflow-y: auto; }
.dialog-close { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; border: 0; background: none; font-size: 26px; }
#partner-checklist { padding-left: 22px; color: #dbd9e5; line-height: 1.9; font-size: 15px; }
#partner-checklist li { margin: 12px 0; }
#partner-download { font-size: 14px; margin-top: 15px; }
body:has(dialog[open]) { overflow: hidden; }
@media(max-width: 1000px) { .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .join-grid { grid-template-columns: 1fr; } .faq-section { gap: 30px; } }
@media(max-width: 650px) { .capability-grid, .future-path, .horizon-grid, .faq-section { grid-template-columns: 1fr; } .capability-grid article, .join-grid article { padding: 25px; } .future-path article { padding: 28px 0; } .future-path b { position: absolute; right: 0; top: 8px; font-size: 42px; margin: 0; } .future-path h3 { margin-top: 18px; } .hero-actions { gap: 8px 24px; } #partner-dialog { max-width: none; width: 100%; margin: auto 0 0; max-height: 88dvh; border-radius: 24px 24px 0 0; padding: 30px 24px max(24px, env(safe-area-inset-bottom)); } }
:root {
  color-scheme: dark;
  --bg: #07080b;
  --text: #f5f5f7;
  --muted: #9899a6;
  --line: #ffffff15;
  font:
    100%/1.5 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-optical-sizing: auto;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a,
button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #bbb7ff;
  outline-offset: 5px;
}
button:active,
.pill:active {
  transform: scale(0.97);
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
}
p {
  line-height: 1.8;
}
.wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 48px;
}
.nav {
  position: absolute;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  top: 18px;
  width: calc(100% - 80px);
  max-width: 1200px;
  height: 64px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 28px;
  background: #16171cbf;
  border: 1px solid #ffffff12;
  border-radius: 18px;
  backdrop-filter: blur(24px) saturate(140%);
}
.brand {
  font-size: 23px;
  font-weight: 760;
  letter-spacing: -1.2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-symbol {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff40;
  border-radius: 7px;
  font-size: 23px;
  background: linear-gradient(140deg, #fff2, #fff0);
}
.nav nav {
  display: flex;
  gap: 32px;
  margin: auto;
  font-size: 12px;
  color: #c4c4cf;
}
.nav a:hover {
  color: white;
}
.nav-cta {
  font-size: 12px;
}
.menu {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 145px;
  isolation: isolate;
  background: radial-gradient(ellipse at 50% 80%, #19132d55, transparent 65%);
}
.hero-aura {
  position: absolute;
  top: 110px;
  left: 50%;
  width: 700px;
  height: 500px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, #51478218, transparent 65%);
  pointer-events: none;
  z-index: -1;
}
.hero-intro {
  text-align: center;
  position: relative;
  z-index: 2;
}
.eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.17em;
  color: var(--muted);
}
.hero .eyebrow {
  color: #c3bffa;
}
.eyebrow i,
.status-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #b3a6ff;
  border-radius: 50%;
  box-shadow: 0 0 12px #ad95ff;
  margin-right: 7px;
}
.eyebrow > span {
  margin: 0 12px;
  color: #655e80;
}
h1 {
  font-size: clamp(42px, 5.2vw, 76px);
  letter-spacing: -0.055em;
  line-height: 1.2;
  margin: 23px 0;
}
h1 > span,
.silver {
  background: linear-gradient(115deg, #fff 10%, #b7b8ce 50%, #79798a);
  background-clip: text;
  color: transparent;
}
.mobile-break {
  display: none;
}
.hero-description {
  font-size: 18px;
  font-weight: 450;
  color: #c4c3cf;
}
.hero-description > span {
  font-size: 13px;
  color: var(--muted);
  font-weight: 400;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 27px;
  padding: 13px 21px;
  border-radius: 30px;
  background: #ececf4;
  color: #171720;
  font-size: 12px;
  font-weight: 550;
  margin-top: 25px;
  box-shadow:
    inset 0 1px #fff,
    0 2px 25px #8e88cc12;
  transition: background 0.2s;
}
.pill:hover {
  background: #c9c1ff;
}
.sculpture {
  height: 450px;
  max-width: 1100px;
  margin: -5px auto 0;
  position: relative;
  perspective: 900px;
}
.sculpture-letter {
  white-space: nowrap;
  width: max-content;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%) rotate(-9deg) rotateY(-15deg);
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 290px;
  line-height: 1.1;
  letter-spacing: -0.13em;
  padding-right: 0.13em;
  background: linear-gradient(
    120deg,
    #ffffff 5%,
    #838197 20%,
    #e7e7ff 33%,
    #68617e 42%,
    #f8f8ff 51%,
    #aea4e0 59%,
    #49404f 72%,
    #bcbcdc 85%
  );
  background-clip: text;
  color: transparent;
  filter: drop-shadow(1px 2px 0 #71638c) drop-shadow(10px 16px 1px #30283f)
    drop-shadow(0 0 36px #786caa33);
  user-select: none;
}
.sculpture-letter span {
  display: inline-block;
  transform: translateY(16px);
}
.orbit {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 640px;
  height: 190px;
  border: 1px solid #a49acf77;
  transform: translate(-50%, -50%) rotate(-16deg);
  border-radius: 50%;
  box-shadow:
    0 -2px 5px #c2acff22,
    inset 0 1px 2px #d7c1ff22;
}
.orbit-b {
  width: 560px;
  height: 230px;
  transform: translate(-50%, -50%) rotate(21deg);
  border-color: #67619144;
}
.horizon {
  position: absolute;
  bottom: 78px;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cec3ff88, transparent);
  box-shadow: 0 2px 25px 5px #9080e222;
}
.art-label {
  position: absolute;
  top: 42%;
  font-size: 8px;
  letter-spacing: 0.18em;
  color: #727084;
}
.art-label.left {
  left: 4%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.art-label.right {
  right: 4%;
  writing-mode: vertical-rl;
}
.sculpture-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  position: absolute;
  bottom: 32px;
  width: 100%;
  font-size: 10px;
  letter-spacing: 3px;
  color: #9d96b4;
}
.sculpture-caption i {
  width: 26px;
  height: 1px;
  background: #6c6375;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 48px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  font-size: 9px;
  color: #8e8a9d;
  letter-spacing: 1px;
}
.hero-bottom a {
  color: #c0bbcf;
}
.section {
  padding-top: 125px;
  padding-bottom: 125px;
}
.vision .eyebrow {
  margin-bottom: 36px;
}
.statement {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.45;
  letter-spacing: -0.04em;
}
.dim {
  color: #696977;
}
.vision-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
}
.vision-bottom p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}
.vision-bottom strong {
  font-weight: 400;
  color: #d0cfda;
}
.plus-art {
  font-size: 85px;
  color: #c8c0fa;
  margin-right: 40px;
  line-height: 1;
  text-shadow: 0 0 55px #8e77ff44;
}
.experience {
  background: linear-gradient(180deg, #101116, #0b0c10);
}
.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 58px;
}
.section-title .eyebrow {
  margin-bottom: 22px;
}
h2 {
  font-size: clamp(36px, 4.3vw, 57px);
  letter-spacing: -0.045em;
  line-height: 1.35;
}
.section-title > p {
  color: var(--muted);
  font-size: 13px;
}
.product {
  border: 1px solid #a69db433;
  border-radius: 16px;
  overflow: hidden;
  background: #15161c;
  box-shadow:
    0 50px 100px #0006,
    0 0 70px #8f75ee08;
  position: relative;
}
.product-chrome {
  height: 42px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #25252d, #202128);
  border-bottom: 1px solid #ffffff09;
  font-size: 9px;
  color: #9b9aa9;
}
.product-chrome > span:first-child {
  display: flex;
  gap: 6px;
}
.product-chrome b {
  height: 7px;
  width: 7px;
  background: #5c5a65;
  border-radius: 50%;
}
.product-chrome b:first-child {
  background: #96809a;
}
.product-body {
  display: flex;
  min-height: 390px;
}
.product-sidebar {
  width: 65px;
  flex-shrink: 0;
  padding: 24px 17px;
  background: #121318;
  border-right: 1px solid #ffffff08;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
.mini-logo {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
}
.sidebar-line {
  width: 19px;
  height: 3px;
  background: #353540;
  border-radius: 5px;
}
.sidebar-line.active {
  background: #b3a6e9;
  box-shadow: 0 0 9px #b3a6e955;
}
.sidebar-bottom {
  margin-top: auto;
  color: #696275;
}
.product-screen {
  padding: 36px 35px;
  flex: 1;
  min-width: 0;
}
.screen-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.screen-heading p {
  font-size: 9px;
  letter-spacing: 1px;
  color: #a69dbe;
  margin-bottom: 11px;
}
.screen-heading h3 {
  font-size: 21px;
  letter-spacing: -0.03em;
}
.screen-icon {
  font-size: 21px;
  background: #ffffff08;
  border: 1px solid #ffffff15;
  padding: 4px 12px;
  border-radius: 10px;
  color: #aaa3c1;
}
.product-screen > p {
  font-size: 11px;
  color: #8b8899;
  margin-top: 12px;
}
.screen-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.flow-diagram,
.checklist {
  border: 1px solid #ffffff0e;
  border-radius: 10px;
  background: #1c1d25;
  padding: 22px;
}
.flow-top {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #cac5d6;
}
.tiny {
  font-size: 7px;
  margin-left: auto;
  color: #756c89;
}
.flow-line {
  height: 1px;
  margin: 25px 20px 0;
  background: linear-gradient(90deg, #685a82, #b39dd1, #685a82);
}
.flow-nodes {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 13px;
}
.flow-nodes > span {
  padding: 8px;
  font-size: 9px;
  border: 1px solid #9680bd33;
  border-radius: 5px;
  color: #b9adc9;
  background: #9980cc08;
}
.flow-focus {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid #ffffff09;
}
.focus-orb {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 33% 25%, #ded7ff, #736290 55%, #262034);
  box-shadow: 0 0 20px #a38ace22;
}
.flow-focus div > span {
  display: block;
  font-size: 6px;
  color: #90829d;
  letter-spacing: 1px;
}
.flow-focus strong {
  font-size: 10px;
  font-weight: 400;
  color: #cac0d7;
  display: block;
  margin-top: 4px;
}
.checklist > span {
  font-size: 9px;
  color: #9c93aa;
}
.checklist ul {
  list-style: none;
  padding: 0;
  margin: 18px 0;
  font-size: 10px;
  color: #c6c0d0;
  display: grid;
  gap: 13px;
}
.checklist li:before {
  content: "↗";
  display: inline-block;
  margin-right: 9px;
  color: #aa92cf;
}
.checklist-footer {
  font-size: 8px;
  border-top: 1px solid #ffffff09;
  padding-top: 13px;
  color: #90889e;
  display: flex;
  justify-content: space-between;
}
.experience-tabs {
  display: flex;
  justify-content: center;
  gap: 7px;
  background: #202128;
  border: 1px solid #ffffff09;
  padding: 6px;
  border-radius: 40px;
  width: max-content;
  max-width: 100%;
  margin: 34px auto 18px;
}
.experience-tabs button {
  border: 0;
  background: none;
  font-size: 12px;
  color: #b1adbd;
  padding: 12px 23px;
  border-radius: 30px;
}
.experience-tabs button > span {
  font-size: 8px;
  margin-right: 9px;
  color: #8b859a;
}
.experience-tabs button[aria-selected="true"] {
  background: #eceaf5;
  color: #17131f;
  box-shadow: 0 2px 12px #0002;
}
.experience-tabs button[aria-selected="true"] > span {
  color: #676071;
}
#stage-description {
  text-align: center;
  color: #ada9ba;
  font-size: 12px;
  min-height: 24px;
}
.availability {
  font-size: 9px;
  color: #73717e;
  text-align: center;
  margin-top: 15px;
}
.bento {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
}
.bento article {
  background: #121318;
  border: 1px solid #ffffff0d;
  border-radius: 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 275px;
}
.bento article h3 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  margin: 20px 0 15px;
}
.bento article p {
  font-size: 12px;
  color: #9895a6;
  position: relative;
  z-index: 2;
}
.bento-venue {
  grid-row: span 2;
  min-height: 570px !important;
  background: radial-gradient(
    ellipse at 50% 100%,
    #333044,
    #121318 75%
  ) !important;
}
.venue-art {
  position: absolute;
  inset: 42% 0 0;
  overflow: hidden;
  z-index: -1;
}
.beam {
  position: absolute;
  top: 15px;
  left: 25%;
  width: 30%;
  height: 280px;
  background: linear-gradient(#d8c0ff30, #afa1ff02);
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
  transform-origin: top;
  filter: blur(4px);
}
.beam-1 {
  transform: rotate(-23deg);
  left: 15%;
}
.beam-2 {
  left: 45%;
  transform: rotate(23deg);
}
.beam-3 {
  left: 33%;
  opacity: 0.6;
}
.stage-floor {
  position: absolute;
  bottom: 60px;
  left: 13%;
  right: 13%;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    #b6a8db30,
    #65527515 45%,
    transparent 70%
  );
  transform: rotateX(60deg);
  border: 1px solid #bca8da22;
}
.venue-art > span {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 8px;
  letter-spacing: 3px;
  color: #80758f;
}
.bento-partners p,
.bento-artists p {
  max-width: 85%;
}
.connection-art {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 26px;
  right: 26px;
  gap: 8px;
  opacity: 0.7;
}
.connection-art > span {
  font-size: 8px;
  background: #22232d;
  border: 1px solid #fff1;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  display: grid;
  place-items: center;
}
.connection-art i {
  width: 15px;
  height: 1px;
  background: #6b6477;
}
.connection-art b {
  font-size: 18px;
  color: #b8a0ef;
}
.bento-artists h3 {
  font-size: 28px !important;
}
.wave-art {
  position: absolute;
  bottom: -12px;
  right: 20px;
  height: 90px;
  display: flex;
  gap: 6px;
  align-items: center;
  opacity: 0.5;
  transform: rotate(-8deg);
}
.wave-art i {
  width: 3px;
  height: 30%;
  background: linear-gradient(#c6b7f2, #584c70);
  border-radius: 10px;
}
.wave-art i:nth-child(3n) {
  height: 90%;
}
.wave-art i:nth-child(3n + 1) {
  height: 60%;
}
.wave-art i:nth-child(5n) {
  height: 100%;
}
.ownership {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 150px;
}
.ownership h2 {
  margin: 30px 0;
}
.ownership h2 span {
  background: linear-gradient(130deg, #e1d9ff, #8c73df);
  color: transparent;
  background-clip: text;
}
.ownership > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.95;
}
.ownership-tags {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  font-size: 10px;
  color: #b8aec7;
}
.ownership-tags span:before {
  content: "↗";
  margin-right: 7px;
  color: #9385b1;
}
.outro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  padding: 95px 20px 0;
  background: #101015;
  border-top: 1px solid #ffffff09;
}
.outro h2 {
  font-size: 60px;
  margin: 24px 0 19px;
}
.outro > p:not(.eyebrow) {
  font-size: 12px;
  color: #a8a0b7;
}
.outro > p span {
  margin: 0 9px;
  color: #595465;
}
.outro .pill {
  margin-bottom: 50px;
}
.outro-glow {
  position: absolute;
  inset: 15% 0 -45%;
  background: radial-gradient(ellipse at 50% 100%, #72609066, transparent 65%);
  z-index: -1;
}
.outro-word {
  font-size: clamp(85px, 20vw, 280px);
  font-weight: 750;
  letter-spacing: -0.085em;
  line-height: 1.2;
  color: #ffffff05;
  -webkit-text-stroke: 1px #bfb3d92b;
  transform: translateY(20%);
  user-select: none;
  padding-right: 0.08em;
}
footer {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  font-size: 10px;
  color: #89828f;
}
footer .brand {
  margin-right: auto;
  color: #d6d0de;
  font-size: 20px;
}
footer button {
  border: 0;
  background: none;
  color: inherit;
  font-size: 10px;
  padding: 12px 0;
}
dialog {
  background: #202127;
  color: #e8e6ef;
  border: 1px solid #ffffff24;
  max-width: 500px;
  width: calc(100% - 32px);
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 30px 90px #0008;
}
dialog::backdrop {
  background: #050509b3;
  backdrop-filter: blur(8px);
}
dialog h2 {
  font-size: 27px;
  margin: 15px 0 20px;
}
dialog p {
  font-size: 13px;
  color: #aaa6b6;
  margin-top: 12px;
}
#privacy-close {
  position: absolute;
  right: 14px;
  top: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  width: 36px;
  height: 36px;
}
.skip {
  position: fixed;
  left: 10px;
  top: -100px;
  padding: 15px;
  background: white;
  color: black;
  z-index: 50;
}
.skip:focus {
  top: 10px;
}
.reveal {
  opacity: 1;
}
.js-motion .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.js-motion .reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 950px) {
  .wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
  .nav {
    width: calc(100% - 48px);
  }
  .product-screen {
    padding: 27px 24px;
  }
  .screen-grid {
    gap: 12px;
  }
  .flow-diagram,
  .checklist {
    padding: 16px;
  }
  .bento article {
    padding: 28px;
  }
  .bento article p br {
    display: none;
  }
  .connection-art {
    opacity: 0.4;
  }
  .sculpture {
    height: 410px;
  }
  .sculpture-letter {
    font-size: 260px;
  }
  .hero-bottom {
    margin: 0 32px;
  }
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 650px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .nav {
    top: 12px;
    width: calc(100% - 28px);
    height: 58px;
    border-radius: 15px;
    padding: 0 15px;
    gap: 16px;
  }
  .brand {
    font-size: 20px;
  }
  .brand-symbol {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .nav-cta {
    margin-left: auto;
    font-size: 10px;
  }
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 28px;
    height: 40px;
    padding: 4px;
    border: 0;
    background: none;
  }
  .menu span {
    height: 1px;
    background: #d0cbd9;
    width: 20px;
  }
  .nav nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 67px;
    background: #202127f5;
    backdrop-filter: blur(24px);
    border: 1px solid #fff2;
    border-radius: 16px;
    padding: 10px 22px;
  }
  .nav nav.open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .nav nav a {
    padding: 15px 0;
  }
  .hero {
    padding-top: 126px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  h1 {
    font-size: 49px;
    line-height: 1.23;
    letter-spacing: -0.05em;
    margin: 22px 0;
  }
  .mobile-break {
    display: block;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-description > span {
    font-size: 11px;
  }
  .pill {
    font-size: 11px;
    padding: 12px 20px;
    gap: 22px;
    margin-top: 23px;
  }
  .sculpture {
    height: 300px;
    margin: 6px auto 0;
  }
  .sculpture-letter {
    font-size: 185px;
    top: 24px;
    filter: drop-shadow(1px 2px 0 #71638c) drop-shadow(6px 10px 1px #30283f)
      drop-shadow(0 0 25px #786caa33);
  }
  .orbit {
    width: 330px;
    height: 100px;
    top: 47%;
  }
  .orbit-b {
    width: 290px;
    height: 140px;
  }
  .horizon {
    bottom: 51px;
  }
  .sculpture-caption {
    bottom: 19px;
    font-size: 8px;
    gap: 18px;
  }
  .sculpture-caption i {
    width: 18px;
  }
  .art-label {
    font-size: 6px;
    letter-spacing: 1px;
    top: 35%;
  }
  .hero-bottom {
    margin: 0 22px;
    font-size: 8px;
    padding: 20px 0;
  }
  .hero-bottom > span:last-child {
    display: none;
  }
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .vision .eyebrow {
    font-size: 8px;
    margin-bottom: 24px;
  }
  .statement {
    font-size: 32px;
    line-height: 1.5;
  }
  .statement .dim {
    display: block;
  }
  .vision-bottom {
    margin-top: 26px;
  }
  .vision-bottom p {
    font-size: 12px;
  }
  .plus-art {
    font-size: 47px;
    margin-right: 0;
    margin-left: 12px;
  }
  .section-title {
    display: block;
    margin-bottom: 30px;
  }
  .section-title .eyebrow {
    font-size: 8px;
    margin-bottom: 18px;
  }
  h2 {
    font-size: 37px;
    line-height: 1.35;
  }
  .section-title > p {
    font-size: 12px;
    margin-top: 23px;
  }
  .product {
    border-radius: 12px;
  }
  .product-chrome {
    padding: 0 10px;
    height: 32px;
    font-size: 7px;
  }
  .product-chrome b {
    height: 5px;
    width: 5px;
  }
  .product-sidebar {
    display: none;
  }
  .product-screen {
    padding: 22px 16px;
  }
  .screen-heading h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .screen-heading p {
    font-size: 7px;
  }
  .screen-icon {
    display: none;
  }
  .product-screen > p {
    font-size: 10px;
  }
  .screen-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .flow-diagram {
    padding: 17px;
  }
  .flow-nodes {
    gap: 4px;
  }
  .flow-nodes > span {
    font-size: 8px;
    padding: 7px 5px;
  }
  .checklist {
    padding: 16px;
  }
  .checklist ul {
    gap: 10px;
    margin: 12px 0;
    font-size: 10px;
  }
  .product-body {
    min-height: 0;
  }
  .experience-tabs {
    gap: 3px;
    padding: 5px;
    margin-top: 24px;
  }
  .experience-tabs button {
    padding: 11px 14px;
    font-size: 11px;
  }
  .experience-tabs button > span {
    display: none;
  }
  #stage-description {
    font-size: 11px;
    min-height: 40px;
  }
  .availability {
    font-size: 8px;
    margin-top: 9px;
  }
  .bento {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .bento article {
    padding: 28px;
    min-height: 280px;
    border-radius: 17px;
  }
  .bento-venue {
    grid-row: auto;
    min-height: 440px !important;
  }
  .bento article h3 {
    font-size: 28px;
  }
  .bento article p {
    font-size: 12px;
    max-width: 100%;
  }
  .venue-art {
    top: 38%;
  }
  .bento .eyebrow {
    font-size: 8px;
  }
  .ownership {
    padding-top: 22px;
    padding-bottom: 85px;
  }
  .ownership .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .ownership h2 {
    font-size: 33px;
    margin: 25px 0;
  }
  .ownership > p:not(.eyebrow) {
    font-size: 12px;
  }
  .ownership-tags {
    gap: 12px;
    flex-wrap: wrap;
    font-size: 9px;
    margin-top: 24px;
  }
  .outro {
    padding-top: 65px;
  }
  .outro .eyebrow {
    font-size: 8px;
  }
  .outro h2 {
    font-size: 41px;
  }
  .outro > p:not(.eyebrow) {
    font-size: 10px;
  }
  .outro .pill {
    margin-bottom: 38px;
  }
  .outro-word {
    font-size: 23vw;
  }
  footer {
    flex-wrap: wrap;
    gap: 10px 20px;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    font-size: 9px;
  }
  footer .brand {
    width: 100%;
    font-size: 19px;
  }
  footer button {
    font-size: 9px;
  }
  footer > a:last-child {
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .js-motion .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .nav,
  .nav nav {
    background: #202127;
    backdrop-filter: none;
  }
  dialog::backdrop {
    background: #050509ed;
    backdrop-filter: none;
  }
}
@media (prefers-contrast: more) {
  :root {
    --muted: #c1bdcf;
    --line: #ffffff60;
  }
  .nav,
  .product,
  .bento article {
    border-color: #a6a1b5;
  }
  .dim {
    color: #b3afbf;
  }
}
