/* Radiate Studio — final hierarchy and pacing pass */

[hidden] {
  display: none !important;
}

/* A quieter, more intentional primary navigation. */
.header {
  height: 72px;
  background: rgba(7, 10, 16, 0.86);
  border-bottom-color: rgba(255, 255, 255, 0.07);
  box-shadow: 0 14px 34px rgba(3, 5, 9, 0.28);
}

.header-content {
  height: 72px;
  gap: clamp(18px, 2vw, 34px);
}

.header-logo {
  height: 36px;
}

.nav {
  gap: 5px;
}

.nav-link {
  padding: 9px 12px;
  border: 0;
  background: transparent;
  color: rgba(232, 238, 247, 0.72);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus-visible {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.nav-link--art-logo {
  padding-inline: 11px !important;
}

.nav-actions {
  gap: 8px;
}

.nav-cta {
  min-height: 42px;
  padding-inline: 19px !important;
}

.nav-mobile-cta {
  display: none;
}

.header-socials {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
}

.header-social-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: rgba(205, 216, 232, 0.58);
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.header-social-link svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  stroke: none;
}

.header-social-link:hover,
.header-social-link:focus-visible {
  border-color: rgba(88, 231, 255, 0.3);
  background: rgba(88, 231, 255, 0.09);
  color: #ffffff;
  transform: translateY(-1px);
}

.header-social-link:focus-visible {
  outline: 2px solid #58e7ff;
  outline-offset: 2px;
}

body.theme-light .nav-link {
  color: rgba(15, 23, 42, 0.7);
}

body.theme-light .nav-link:hover,
body.theme-light .nav-link:focus-visible {
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
}

body.theme-light .header-socials {
  border-color: rgba(15, 23, 42, 0.1);
  background: rgba(15, 23, 42, 0.025);
}

body.theme-light .header-social-link {
  color: #64748b;
}

body.theme-light .header-social-link:hover,
body.theme-light .header-social-link:focus-visible {
  border-color: rgba(14, 165, 183, 0.28);
  background: rgba(14, 165, 183, 0.08);
  color: #0f172a;
}

@media (min-width: 1101px) and (max-width: 1550px) {
  .header-content {
    gap: 10px;
  }

  .header-logo {
    height: 32px;
  }

  .nav {
    gap: 0;
  }

  .nav-link {
    padding: 8px 5px;
    font-size: 10px;
    letter-spacing: 0.07em;
  }

  .nav-link--art-logo {
    padding-inline: 7px !important;
  }

  .header-socials {
    gap: 2px;
    padding: 3px;
  }

  .header-social-link {
    width: 36px;
    height: 36px;
  }

  .header-social-link svg {
    width: 19px;
    height: 19px;
  }

  .nav-cta {
    min-height: 38px;
    padding-inline: 14px !important;
  }
}

/* Let the opening statement breathe. */
.hero.hero--video-bg {
  min-height: max(780px, 100svh);
}

.hero--video-bg .hero-content {
  justify-content: center;
  padding-top: calc(72px + clamp(58px, 8vh, 98px));
  padding-bottom: clamp(70px, 11vh, 130px);
}

.hero--video-bg .hero-content h1 {
  max-width: 13ch;
  margin-bottom: 22px;
  font-size: clamp(58px, 7.35vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.065em !important;
}

.hero--video-bg .hero-subhead {
  max-width: 660px;
  margin-bottom: 30px;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.5;
}

.hero--video-bg .hero-cta {
  gap: 12px;
}

.hero--video-bg .hero-cta .btn {
  min-height: 50px;
  padding-inline: 24px !important;
}

.hero-launch-pill {
  margin-bottom: 28px;
  background: rgba(8, 12, 18, 0.42);
}

.hero-video-bg__overlay {
  background:
    radial-gradient(58% 82% at 82% 18%, rgba(125, 98, 255, 0.19), transparent 60%),
    radial-gradient(50% 64% at 95% 86%, rgba(255, 72, 139, 0.13), transparent 64%),
    linear-gradient(103deg, rgba(6, 9, 15, 0.96) 0%, rgba(6, 9, 15, 0.78) 41%, rgba(6, 9, 15, 0.28) 74%, rgba(6, 9, 15, 0.5) 100%);
}

/* Concrete proof immediately after the promise. */
.landing-proof {
  position: relative;
  z-index: 4;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #080b10;
}

.landing-proof__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 1fr 1.35fr;
  align-items: stretch;
}

.landing-proof__program,
.landing-proof__item {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 24px clamp(20px, 2.4vw, 38px);
}

.landing-proof__item {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-proof__program {
  border-left: 0;
}

.landing-proof__program span,
.landing-proof__item span {
  color: rgba(192, 205, 221, 0.64);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.landing-proof__program span {
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.landing-proof__program img {
  width: min(190px, 100%);
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

.landing-proof__item strong {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.035em;
}

/* Storybox keeps the stage rail, while the active chapter reads horizontally
   above a full-width, stage-specific product view. */
@media (min-width: 1181px) {
  .storybox-window__body {
    grid-template-columns: 210px minmax(0, 1fr);
    min-height: 780px;
  }

  .storybox-tabs {
    padding: 12px;
  }

  .storybox-panel {
    min-height: 780px;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(440px, 1fr);
  }

  .storybox-panel__copy {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(380px, 1.18fr);
    column-gap: clamp(30px, 4vw, 62px);
    align-items: start;
    padding: 28px clamp(30px, 3.3vw, 50px) 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: linear-gradient(105deg, rgba(15, 21, 30, 0.98), rgba(12, 17, 24, 0.9));
  }

  .storybox-panel__kicker {
    grid-column: 1 / -1;
    margin-bottom: 12px;
  }

  .storybox-panel__copy h3 {
    align-self: start;
    max-width: 18ch;
    font-size: clamp(30px, 3vw, 44px);
  }

  .storybox-panel__copy > p {
    align-self: start;
    max-width: 62ch;
    margin: 0;
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.62;
  }

  .storybox-feature-chips {
    grid-column: 1 / -1;
    margin-top: 18px;
  }

  .storybox-panel__visual {
    min-height: 440px;
    margin: 0 24px 24px;
  }
}

@media (min-width: 1181px) and (min-height: 820px) and (prefers-reduced-motion: no-preference) {
  .storybox-scroll-track {
    height: 330vh;
  }

  .storybox-window__body {
    min-height: 0;
  }

  .storybox-panel {
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .storybox-panel__copy {
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .storybox-panel__copy h3 {
    font-size: clamp(27px, 2.45vw, 38px);
  }

  .storybox-panel__copy > p {
    font-size: 13px;
    line-height: 1.5;
  }

  .storybox-feature-chips {
    margin-top: 12px;
  }

  .storybox-feature-chips li {
    padding-block: 5px;
  }

  .storybox-panel__visual {
    min-height: 0;
    margin: 0 16px 16px;
  }
}

/* The former feature runway is one selectable Learn More workspace. */
.learn-more-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(96px, 10vw, 150px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(70% 80% at 12% 18%, rgba(58, 216, 255, 0.08), transparent 68%),
    radial-gradient(60% 72% at 88% 76%, rgba(145, 112, 255, 0.08), transparent 70%),
    #070a0f;
}

.learn-more-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  background-image: radial-gradient(rgba(125, 151, 184, 0.25) 1px, transparent 1.2px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.learn-more-section__intro {
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}

.learn-more-section__intro h2 {
  max-width: 13ch;
  margin: 18px auto 0;
  color: #ffffff !important;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 560;
  line-height: 0.94;
  letter-spacing: -0.06em !important;
  text-wrap: balance;
}

.learn-more-section__intro p {
  max-width: 680px;
  margin: 26px auto 0;
  color: rgba(203, 214, 228, 0.7) !important;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.learn-more-shell {
  margin-top: clamp(46px, 5vw, 72px);
}

.learn-more-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: rgba(10, 14, 21, 0.84);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.24);
}

.learn-more-tab {
  position: relative;
  min-width: 0;
  min-height: 102px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 16px 13px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 15px;
  background: transparent;
  color: rgba(212, 221, 232, 0.66);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.learn-more-tab::after {
  content: '';
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3cf0ff, #8d7cff);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.learn-more-tab > span {
  color: rgba(88, 231, 255, 0.64);
  font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.learn-more-tab strong {
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  line-height: 1.16;
  text-overflow: ellipsis;
}

.learn-more-tab small {
  overflow: hidden;
  color: rgba(166, 181, 201, 0.5);
  font-size: 9px;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.learn-more-tab:hover,
.learn-more-tab:focus-visible {
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
}

.learn-more-tab:focus-visible {
  outline: 2px solid #58e7ff;
  outline-offset: 2px;
}

.learn-more-tab.is-active {
  border-color: rgba(88, 231, 255, 0.22);
  background: linear-gradient(145deg, rgba(88, 231, 255, 0.1), rgba(145, 112, 255, 0.055));
  color: #ffffff;
}

.learn-more-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.learn-more-stage {
  position: relative;
  min-height: 720px;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 30px;
  background:
    radial-gradient(65% 80% at 85% 12%, rgba(58, 216, 255, 0.055), transparent 70%),
    rgba(8, 12, 18, 0.9);
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.3);
}

.learn-more-panel.feature-section {
  min-height: 0;
  padding: clamp(42px, 4.6vw, 68px) !important;
  border: 0 !important;
  background: transparent !important;
}

.learn-more-panel > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.learn-more-panel .feature-grid {
  gap: clamp(34px, 4.5vw, 68px);
}

.learn-more-panel.is-entering {
  animation: learn-more-panel-in 520ms cubic-bezier(0.16, 0.82, 0.22, 1) both;
}

@keyframes learn-more-panel-in {
  from { opacity: 0; transform: translateY(14px) scale(0.992); filter: saturate(1.2); }
  to { opacity: 1; transform: none; filter: none; }
}

.learn-more-panel .feature-copy h2,
.learn-more-panel .review-title-primary {
  font-size: clamp(38px, 4.4vw, 64px);
}

.learn-more-panel.review-section .review-header,
.learn-more-panel.review-section .review-layout {
  max-width: none;
}

.learn-more-panel.review-section .review-layout {
  gap: clamp(34px, 4vw, 58px);
}

.learn-more-panel.consistent-characters-section .feature-copy {
  max-width: none;
}

/* The gallery portal and its real, clickable collection share one editorial
   canvas instead of resetting into a second dark section. */
.gallery-section.gallery-experience,
.gallery-portal-track,
.gallery-portal-sticky,
.gallery-browse {
  background-color: #f2f3ef;
}

.gallery-portal-sticky::after {
  background: #f2f3ef;
}

.gallery-browse {
  max-width: none;
  padding: 30px max(24px, calc((100vw - 1360px) / 2)) clamp(88px, 9vw, 132px);
}

.gallery-browse::before {
  display: none;
}

.gallery-collection-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(17, 19, 24, 0.16);
  color: #111318;
}

.gallery-collection-bar__eyebrow {
  color: rgba(17, 19, 24, 0.62);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gallery-collection-bar p {
  margin: 8px 0 0;
  color: rgba(17, 19, 24, 0.68) !important;
  font-size: clamp(15px, 1.3vw, 18px);
}

.gallery-collection-controls {
  display: flex;
  gap: 8px;
}

.gallery-collection-controls button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 19, 24, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  color: #111318;
  font: inherit;
  font-size: 18px;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.gallery-collection-controls button:hover,
.gallery-collection-controls button:focus-visible {
  border-color: #111318;
  background: #ffffff;
  transform: translateY(-2px);
}

.gallery-collection-controls button:focus-visible {
  outline: 2px solid #7060ff;
  outline-offset: 2px;
}

.gallery-collection-controls button:disabled {
  cursor: default;
  opacity: 0.3;
  transform: none;
}

.gallery-experience .gallery-grid {
  grid-template-columns: none;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-auto-flow: column;
  grid-auto-columns: clamp(220px, 23vw, 330px);
  gap: 14px;
  margin-top: 30px;
  padding: 2px 2px 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(17, 19, 24, 0.32) transparent;
}

.gallery-experience .gallery-grid .gallery-card {
  scroll-snap-align: start;
  border-color: rgba(17, 19, 24, 0.14);
  background: #e3e5e1;
  box-shadow: 0 14px 30px rgba(17, 19, 24, 0.1);
}

.gallery-experience .gallery-grid .gallery-card:hover,
.gallery-experience .gallery-grid .gallery-card:focus-visible {
  border-color: rgba(17, 19, 24, 0.44);
  box-shadow: 0 20px 38px rgba(17, 19, 24, 0.16);
}

.gallery-experience .gallery-grid .gallery-card__media video {
  object-fit: cover;
}

body.theme-light .gallery-experience .gallery-grid .gallery-card {
  border-color: rgba(17, 19, 24, 0.14);
  background: #e3e5e1;
  box-shadow: 0 14px 30px rgba(17, 19, 24, 0.1);
}

body.theme-light .gallery-experience .gallery-grid .gallery-card:hover,
body.theme-light .gallery-experience .gallery-grid .gallery-card:focus-visible {
  border-color: rgba(17, 19, 24, 0.44);
  box-shadow: 0 20px 38px rgba(17, 19, 24, 0.16);
}

/* Keep the product proof substantial without making the page feel endless. */
.review-section,
.motionbox-section,
.audio-section,
.consistent-characters-section,
.media-hub-section {
  padding-top: clamp(82px, 8vw, 128px);
  padding-bottom: clamp(82px, 8vw, 128px);
}

.review-section,
.audio-section,
.media-hub-section {
  background:
    radial-gradient(60% 90% at 10% 45%, rgba(58, 216, 255, 0.045), transparent 72%),
    rgba(7, 11, 17, 0.42);
}

.motionbox-section,
.consistent-characters-section {
  background:
    radial-gradient(58% 88% at 90% 45%, rgba(136, 103, 255, 0.055), transparent 72%),
    rgba(11, 15, 22, 0.3);
}

.review-section,
.motionbox-section,
.audio-section,
.consistent-characters-section,
.media-hub-section {
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.feature-copy h2,
.review-title-primary {
  max-width: 13ch;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.052em !important;
  text-wrap: balance;
}

.feature-copy > p,
.review-subhead {
  max-width: 60ch;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
}

.feature-mini-card {
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(10, 15, 23, 0.58);
  box-shadow: none;
}

/* Turn the long FAQ into a compact editorial reference wall. */
.faq-section {
  overflow: hidden;
  padding-top: clamp(90px, 10vw, 150px);
  padding-bottom: clamp(90px, 10vw, 150px);
  background:
    radial-gradient(70% 85% at 10% 12%, rgba(58, 216, 255, 0.07), transparent 68%),
    radial-gradient(58% 75% at 92% 82%, rgba(145, 112, 255, 0.065), transparent 70%),
    #080b10;
}

.faq-section > .container {
  max-width: 1280px;
  display: block;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row dense;
  grid-auto-rows: 8px;
  gap: 20px;
  align-items: start;
}

.faq-section .section-header {
  grid-column: 1 / -1;
  max-width: none;
  margin: 0 0 34px;
  text-align: left;
}

.faq-section .section-header h2 {
  max-width: 10ch;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(54px, 7.4vw, 108px);
  font-weight: 560;
  line-height: 0.88;
  letter-spacing: -0.065em !important;
  text-wrap: balance;
}

.faq-category,
.faq-category + .faq-category {
  position: relative;
  grid-row-end: span var(--faq-row-span, 40);
  margin-top: 0;
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 55%),
    rgba(10, 14, 21, 0.72);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.16);
}

.faq-category::before {
  display: none;
}

.faq-category-title {
  margin-bottom: 22px;
  color: #ffffff !important;
  text-align: left;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.15;
}

.faq-list {
  align-items: stretch;
  gap: 0;
}

.faq-section .faq-item {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  border-left: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.faq-section .faq-item:first-child {
  border-top-color: transparent;
}

.faq-section .faq-item:hover {
  transform: none;
  border-left-color: rgba(88, 231, 255, 0.28);
  box-shadow: none;
}

.faq-section .faq-item.is-open {
  border-left-color: #58e7ff;
  border-radius: 12px;
  background: rgba(88, 231, 255, 0.055);
}

.faq-section--centered .faq-item h3,
.faq-section--centered .faq-answer,
.faq-section--centered .faq-question,
.faq-section--centered .faq-question span:first-child {
  text-align: left;
}

.faq-question {
  min-height: 56px;
  gap: 18px;
  padding: 10px 0;
}

.faq-question span:first-child {
  color: rgba(236, 241, 248, 0.88);
  font-size: 14px;
  font-weight: 610;
  line-height: 1.4;
}

.faq-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: rgba(217, 227, 240, 0.68);
}

.faq-icon::before,
.faq-icon::after {
  top: 20px;
  left: 13px;
  width: 14px;
}

.faq-item.is-open .faq-icon {
  border-color: rgba(88, 231, 255, 0.38);
  background: rgba(88, 231, 255, 0.08);
  color: #58e7ff;
}

.faq-answer p {
  max-width: none;
  padding: 0 0 18px;
  color: rgba(190, 204, 222, 0.72) !important;
  line-height: 1.7;
}

body.theme-light .faq-category {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(10, 14, 21, 0.78);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.16);
}

body.theme-light .faq-section .faq-question span:first-child,
body.theme-light .faq-section .faq-category-title {
  color: #ffffff !important;
}

body.theme-light .faq-section .faq-item p {
  color: rgba(190, 204, 222, 0.72) !important;
}

/* A decisive closing moment, then a practical footer. */
.final-cta-section {
  min-height: min(720px, 78svh);
  display: grid;
  place-items: center;
  padding: clamp(100px, 12vw, 180px) 0;
  background:
    radial-gradient(55% 85% at 50% 50%, rgba(58, 216, 255, 0.15), transparent 68%),
    radial-gradient(38% 60% at 72% 48%, rgba(145, 112, 255, 0.13), transparent 72%),
    #070a0f;
}

.final-cta-content {
  max-width: 900px;
}

.final-cta-content h2 {
  font-size: clamp(50px, 7vw, 104px);
  line-height: 0.9;
  letter-spacing: -0.065em !important;
  text-wrap: balance;
}

.final-cta-content p {
  margin-top: 26px;
  font-size: clamp(17px, 1.5vw, 22px);
}

.final-cta-content .btn {
  margin-top: 30px;
  min-height: 52px;
  padding-inline: 28px !important;
}

@media (min-width: 960px) and (min-height: 720px) and (prefers-reduced-motion: no-preference) {
  .gallery-experience.gallery-scroll-ready .gallery-portal-track {
    height: 235vh;
  }
}

@media (max-width: 1100px) {
  .header,
  .header-content {
    height: 68px;
  }

  .nav-mobile-cta {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 4px;
  }

  .nav {
    max-height: calc(100dvh - var(--header-height, 68px) - 24px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .header-socials {
    width: 100%;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
    padding: 14px 0 2px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0;
    background: transparent;
  }

  .header-social-link {
    width: 44px;
    height: 44px;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
  }

  .header-social-link svg {
    width: 22px;
    height: 22px;
  }

  body.theme-light .header-socials {
    border-top-color: rgba(15, 23, 42, 0.12);
  }

  body.theme-light .header-social-link {
    border-color: rgba(15, 23, 42, 0.12);
    background: rgba(15, 23, 42, 0.035);
  }

  .landing-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-proof__item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .landing-proof__item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .learn-more-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .learn-more-tab {
    min-height: 92px;
  }
}

@media (max-width: 760px) {
  .header-logo {
    height: 31px;
  }

  .hero.hero--video-bg {
    min-height: min(780px, 100svh);
  }

  .hero--video-bg .hero-content {
    min-height: min(780px, 100svh);
    justify-content: center;
    padding-top: calc(68px + 44px);
    padding-bottom: 58px;
  }

  .hero--video-bg .hero-content h1 {
    max-width: 11ch;
    font-size: clamp(48px, 14.5vw, 74px);
    line-height: 0.9;
  }

  .hero--video-bg .hero-subhead {
    max-width: 34ch;
    font-size: 16px;
  }

  .hero-launch-pill {
    max-width: 100%;
    font-size: 11px;
  }

  .landing-proof__grid {
    grid-template-columns: 1fr;
  }

  .landing-proof__program,
  .landing-proof__item {
    min-height: 104px;
    padding: 20px 22px;
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .landing-proof__program {
    border-top: 0;
  }

  .learn-more-section {
    padding-block: 86px;
  }

  .learn-more-section__intro {
    text-align: left;
  }

  .learn-more-section__intro h2,
  .learn-more-section__intro p {
    margin-inline: 0;
  }

  .learn-more-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    padding: 6px;
    border-radius: 18px;
  }

  .learn-more-tab {
    min-height: 84px;
    padding: 13px 12px;
  }

  .learn-more-stage {
    min-height: 0;
    border-radius: 22px;
  }

  .learn-more-panel.feature-section {
    padding: 30px 18px 36px !important;
  }

  .learn-more-panel .feature-grid {
    gap: 28px;
  }

  .gallery-browse {
    padding: 18px 16px 84px;
  }

  .gallery-collection-bar {
    align-items: center;
    padding-top: 20px;
  }

  .gallery-collection-bar p {
    max-width: 30ch;
    font-size: 14px;
  }

  .gallery-collection-controls button {
    width: 42px;
    height: 42px;
  }

  .gallery-experience .gallery-grid {
    grid-template-rows: minmax(0, 1fr);
    grid-auto-columns: min(78vw, 330px);
  }

  .faq-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .faq-category,
  .faq-category + .faq-category {
    grid-row-end: auto;
  }

  .faq-section .section-header {
    margin-bottom: 16px;
  }

  .faq-category {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .final-cta-section {
    min-height: 620px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-social-link,
  .learn-more-tab,
  .learn-more-tab::after,
  .gallery-collection-controls button,
  .faq-section .faq-item,
  .faq-answer {
    transition: none !important;
  }

  .learn-more-panel.is-entering {
    animation: none !important;
  }
}
