.experience-page {
  background: #050a08;
}
.experience-header {
  background: #050a08d9;
}
.sound-frame {
  position: relative;
}
.sound-on-button {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0.05rem 0.7rem;
  min-width: min(15rem, calc(100% - 2rem));
  padding: 0.82rem 1rem;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff45;
  border-radius: 1rem;
  background: #020504e8;
  color: #f5fbf8;
  box-shadow: 0 1rem 3rem #000b;
  backdrop-filter: blur(16px);
  cursor: pointer;
  text-align: left;
}
.sound-on-button:hover {
  border-color: var(--accent);
  background: #0b1c16f2;
}
.sound-on-button > span {
  grid-row: 1/3;
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #04100c;
  font-size: 0.8rem;
}
.sound-on-button strong {
  font-size: 0.86rem;
}
.sound-on-button small {
  color: #b7cbc3;
  font-size: 0.68rem;
}
.sound-on-button[hidden] {
  display: none;
}
.sound-badge {
  position: absolute;
  z-index: 5;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.42rem 0.55rem;
  border: 1px solid #ffffff2e;
  border-radius: 0.55rem;
  background: #020504d9;
  color: #eaf7f2;
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  pointer-events: none;
}
.cinema-hero {
  position: relative;
  min-height: calc(100svh - 4.5rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #020403;
}
.hero-film,
.cinema-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-film {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) brightness(0.58);
}
.cinema-scrim {
  background:
    linear-gradient(90deg, #020504f2 0, #020504c4 39%, #02050430 70%),
    linear-gradient(0deg, #020504ec 0, transparent 48%),
    linear-gradient(180deg, #02050460 0, transparent 28%);
}
.cinema-copy {
  position: relative;
  z-index: 2;
  padding-block: clamp(5rem, 10vw, 8rem);
}
.cinema-copy h1 {
  max-width: 65rem;
  margin: 0.2rem 0 1.3rem;
  font-size: clamp(4rem, 9.3vw, 8.8rem);
  line-height: 0.84;
  letter-spacing: -0.075em;
}
.cinema-copy h1 span,
.product-statement h2 span,
.story-copy h2 span,
.film-heading h2 span,
.app-stage-heading h2 span,
.privacy-copy h2 span {
  color: #9eb5ac;
}
.cinema-copy > p:not(.eyebrow) {
  max-width: 40rem;
  margin: 0;
  color: #d2dfda;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}
.cinema-note {
  display: inline-block;
  padding-top: 0.6rem;
  color: #93a9a1;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.045em;
}
.product-statement {
  padding-block: clamp(7rem, 15vw, 13rem);
  text-align: center;
}
.product-statement h2 {
  margin: 0.25rem auto 1.8rem;
  font-size: clamp(3.5rem, 8vw, 7.8rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}
.product-statement > p:last-child {
  max-width: 47rem;
  margin: auto;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.6;
}
.real-demo-section {
  padding-bottom: clamp(8rem, 14vw, 13rem);
  scroll-margin-top: 3rem;
}
.real-demo-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.8rem;
}
.real-demo-heading h2 {
  margin: 0.25rem 0;
  font-size: clamp(3.3rem, 7vw, 7rem);
  line-height: 0.89;
  letter-spacing: -0.067em;
}
.real-demo-heading h2 span {
  color: #9eb5ac;
}
.real-demo-heading > p {
  max-width: 30rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.real-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.real-demo-card {
  overflow: hidden;
  border: 1px solid #ffffff19;
  border-radius: 2rem;
  background: #0b1512;
  box-shadow: 0 30px 90px #0008;
}
.real-demo-device {
  position: relative;
  display: grid;
  min-height: 44rem;
  place-items: center;
  overflow: hidden;
  padding: 2.2rem 1rem;
  background: #0a1713;
}
.real-demo-device::before {
  content: "";
  position: absolute;
  width: 34rem;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(4px);
}
.social-demo-stage {
  background:
    radial-gradient(circle at 78% 17%, #6751b461, transparent 44%),
    linear-gradient(145deg, #151126, #07100d);
}
.social-demo-stage::before {
  left: -13rem;
  bottom: -15rem;
  background: #6853b133;
  box-shadow: 0 0 8rem #6853b145;
}
.pixelfed-demo-stage {
  background:
    radial-gradient(circle at 18% 18%, #20bee95c, transparent 44%),
    linear-gradient(145deg, #071c25, #07100d);
}
.pixelfed-demo-stage::before {
  right: -13rem;
  bottom: -15rem;
  background: #ec3d8730;
  box-shadow: 0 0 8rem #ec3d8740;
}
.studio-demo-stage {
  background:
    radial-gradient(circle at 82% 15%, #ef4f9a55, transparent 42%),
    linear-gradient(145deg, #231023, #07100d);
}
.studio-demo-stage::before {
  left: -12rem;
  bottom: -15rem;
  background: #75e8c72b;
  box-shadow: 0 0 8rem #75e8c740;
}
.real-demo-device .phone-frame {
  width: min(21rem, 75%);
}
.real-demo-copy {
  padding: 1.5rem 1.6rem 1.8rem;
}
.real-demo-copy > span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.real-demo-title-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0.65rem 0;
}
.real-demo-title-row img {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.78rem;
}
.real-demo-title-row h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  letter-spacing: -0.04em;
}
.real-demo-copy p {
  margin: 0.3rem 0 1rem;
  color: var(--muted);
  line-height: 1.6;
}
.real-demo-copy > a {
  color: var(--accent);
  font-weight: 760;
  text-decoration: none;
}
.real-demo-copy > a::after {
  content: " ↗";
}
.real-demo-copy > a:hover {
  text-decoration: underline;
}
.perspective-section {
  padding-block: clamp(7rem, 13vw, 12rem);
  scroll-margin-top: 3rem;
  border-block: 1px solid #ffffff12;
  background:
    radial-gradient(circle at 18% 16%, #1a4b3b66, transparent 32rem),
    linear-gradient(180deg, #08130f, #050a08);
}
.perspective-heading h2 span {
  color: #9eb5ac;
}
.perspective-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.perspective-card {
  overflow: hidden;
  border: 1px solid #ffffff1c;
  border-radius: 1.8rem;
  background: #0a1411;
  box-shadow: 0 30px 90px #0008;
}
.perspective-screen {
  position: relative;
  padding: 0.42rem;
  background: #010202;
}
.perspective-screen video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.38rem 1.38rem 0.55rem 0.55rem;
  background: #010202;
}
.perspective-copy {
  padding: 1.45rem 1.55rem 1.65rem;
}
.perspective-copy > span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.perspective-copy h3 {
  margin: 0.55rem 0 0.65rem;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  letter-spacing: -0.045em;
}
.perspective-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}
.resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.2rem;
  margin-top: 1.1rem;
}
.resource-links a {
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: none;
}
.resource-links a::after {
  content: " ↗";
}
.resource-links a:hover {
  text-decoration: underline;
}
.stories {
  display: grid;
  gap: clamp(7rem, 14vw, 13rem);
  padding-block: 2rem clamp(8rem, 14vw, 13rem);
}
.product-story {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(29rem, 1.14fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 8rem);
}
.product-story.reverse .story-copy {
  order: 2;
}
.product-story.reverse .device-stage {
  order: 1;
}
.story-copy h2 {
  margin: 0.25rem 0 1.5rem;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
}
.story-copy > p:not(.eyebrow) {
  max-width: 36rem;
  color: #bdcec7;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.65;
}
.story-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.3rem;
  margin-top: 1.8rem;
}
.story-links a {
  color: var(--accent);
  font-weight: 760;
  text-decoration: none;
}
.story-links a::after {
  content: " ↗";
}
.story-links a:hover {
  text-decoration: underline;
}
.device-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(38rem, 70vw, 57rem);
  overflow: hidden;
  border: 1px solid #ffffff14;
  border-radius: clamp(1.7rem, 4vw, 3.4rem);
  box-shadow: 0 35px 110px #000a;
}
.device-stage::before,
.device-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.device-stage::before {
  width: 70%;
  aspect-ratio: 1;
  left: -18%;
  top: -4%;
  background: #58e3b926;
  box-shadow: 0 0 8rem #58e3b92e;
}
.device-stage::after {
  width: 55%;
  aspect-ratio: 1;
  right: -12%;
  bottom: -8%;
  background: #2c786625;
  box-shadow: 0 0 8rem #2c786638;
}
.violet-stage {
  background:
    radial-gradient(circle at 76% 20%, #684c9e66, transparent 42%),
    linear-gradient(145deg, #161021, #060908);
}
.rose-stage {
  background:
    radial-gradient(circle at 18% 22%, #b153735c, transparent 43%),
    linear-gradient(145deg, #1f0f16, #060908);
}
.blue-stage {
  background:
    radial-gradient(circle at 76% 22%, #275e925e, transparent 42%),
    linear-gradient(145deg, #0b1723, #060908);
}
.teal-stage {
  background:
    radial-gradient(circle at 20% 18%, #2c8b7066, transparent 42%),
    linear-gradient(145deg, #0a1c17, #060908);
}
.phone-frame {
  position: relative;
  z-index: 2;
  width: min(23rem, 76%);
  padding: 0.55rem;
  border: 1px solid #ffffff32;
  border-radius: 2.6rem;
  background: #020504;
  box-shadow:
    0 30px 90px #000c,
    inset 0 0 0 1px #ffffff0d;
}
.phone-frame::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 1.05rem;
  left: 50%;
  width: 4.7rem;
  height: 1.15rem;
  transform: translateX(-50%);
  border-radius: 2rem;
  background: #010202;
}
.phone-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 2.12rem;
  background: #010202;
  object-fit: cover;
}
.film-section {
  padding-block: clamp(7rem, 13vw, 12rem);
  border-block: 1px solid #ffffff12;
  background: linear-gradient(180deg, #101c18, #07100d);
}
.film-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.film-heading h2,
.campaign-heading h2,
.app-stage-heading h2,
.privacy-copy h2 {
  margin: 0.25rem 0;
  font-size: clamp(3.3rem, 7vw, 7rem);
  line-height: 0.89;
  letter-spacing: -0.067em;
}
.film-heading > p,
.campaign-heading > p,
.app-stage-heading > p {
  max-width: 28rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.feature-screen {
  overflow: hidden;
  padding: 0.48rem;
  border: 1px solid #ffffff21;
  border-radius: 1.75rem;
  background: #010202;
  box-shadow: 0 40px 120px #000b;
}
.feature-screen video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.32rem;
  background: #010202;
}
.campaign-section {
  padding-block: clamp(7rem, 13vw, 12rem);
}
.campaign-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.8rem;
}
.campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.campaign-card {
  overflow: hidden;
  border: 1px solid #ffffff17;
  border-radius: 1.6rem;
  background: #0c1512;
  box-shadow: 0 25px 70px #0006;
}
.campaign-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9/16;
  max-height: 43rem;
  background: #010202;
  object-fit: cover;
}
.campaign-card > div {
  padding: 1.2rem 1.25rem 1.4rem;
}
.campaign-card > div.campaign-video {
  padding: 0;
}
.campaign-card span {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.campaign-card h3 {
  margin: 0.45rem 0;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}
.campaign-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.app-stage {
  padding-block: clamp(7rem, 13vw, 12rem);
  overflow: hidden;
  border-block: 1px solid #ffffff12;
  background: linear-gradient(180deg, #0a1511, #0f211a);
}
.app-stage-heading {
  width: min(74rem, calc(100% - 2.5rem));
  margin: 0 auto 3rem;
}
.app-stage-heading h2 {
  max-width: 65rem;
}
.app-stage-heading > p:last-child {
  margin-top: 1.4rem;
}
.app-rail {
  display: grid;
  grid-auto-columns: minmax(18rem, 24rem);
  grid-auto-flow: column;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 max(1.25rem, calc((100vw - 74rem) / 2)) 1.5rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.app-rail a {
  scroll-snap-align: start;
  display: flex;
  min-height: 19rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.6rem;
  border: 1px solid #ffffff17;
  border-radius: 1.8rem;
  background: linear-gradient(155deg, #162a23, #09110e);
  text-decoration: none;
  box-shadow: 0 22px 70px #0006;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.app-rail a:hover {
  transform: translateY(-4px);
  border-color: #65cda8;
}
.app-rail .app-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  font-size: 0.9rem;
}
.app-rail strong {
  margin-top: auto;
  font-size: 2rem;
  letter-spacing: -0.045em;
}
.app-rail small {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 1rem;
}
.privacy-stage {
  padding-block: clamp(8rem, 16vw, 15rem);
  background:
    radial-gradient(circle at 75% 50%, #154a3a 0, transparent 34rem), #050a08;
}
.privacy-copy {
  max-width: 74rem;
  text-align: center;
}
.privacy-copy h2 {
  margin-inline: auto;
}
.privacy-copy > p:not(.eyebrow) {
  max-width: 48rem;
  margin: 1.7rem auto 2rem;
  color: #b9cbc4;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.7;
}
.privacy-copy .button {
  width: max-content;
}
@media (max-width: 940px) {
  .product-story,
  .film-heading,
  .campaign-heading,
  .real-demo-heading {
    grid-template-columns: 1fr;
  }
  .product-story.reverse .story-copy,
  .product-story.reverse .device-stage {
    order: initial;
  }
  .device-stage {
    min-height: 44rem;
  }
  .campaign-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campaign-card:last-child {
    grid-column: 1/-1;
    width: min(28rem, 100%);
  }
  .cinema-scrim {
    background: linear-gradient(
      0deg,
      #020504f4 0,
      #0205049d 58%,
      #02050445 100%
    );
  }
}
@media (max-width: 1020px) {
  .real-demo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .studio-demo-card {
    grid-column: 1/-1;
  }
  .studio-demo-card .phone-frame {
    width: min(21rem, 48%);
  }
}
@media (max-width: 720px) {
  .perspective-grid {
    grid-template-columns: 1fr;
  }
  .real-demo-grid {
    grid-template-columns: 1fr;
  }
  .studio-demo-card {
    grid-column: auto;
  }
  .studio-demo-card .phone-frame {
    width: min(20rem, 82%);
  }
  .real-demo-device {
    min-height: 40rem;
  }
}
@media (max-width: 620px) {
  .cinema-hero {
    min-height: calc(100svh - 7.5rem);
  }
  .cinema-copy {
    padding-block: 4rem;
  }
  .cinema-copy h1 {
    font-size: clamp(3.7rem, 18vw, 5.6rem);
  }
  .product-statement {
    padding-block: 6.5rem;
  }
  .product-statement h2,
  .story-copy h2,
  .film-heading h2,
  .campaign-heading h2,
  .real-demo-heading h2,
  .app-stage-heading h2,
  .privacy-copy h2 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }
  .real-demo-device {
    min-height: 36rem;
  }
  .real-demo-device .phone-frame {
    width: min(20rem, 82%);
  }
  .stories {
    gap: 7rem;
    padding-bottom: 7rem;
  }
  .product-story {
    gap: 2rem;
  }
  .device-stage {
    min-height: 38rem;
    border-radius: 1.7rem;
  }
  .phone-frame {
    width: min(21rem, 84%);
  }
  .film-section,
  .campaign-section,
  .app-stage {
    padding-block: 6rem;
  }
  .campaign-grid {
    grid-template-columns: 1fr;
  }
  .campaign-card:last-child {
    grid-column: auto;
    width: auto;
  }
  .campaign-card video {
    max-height: 70vh;
    object-fit: contain;
  }
  .app-stage-heading {
    width: min(100% - 1.5rem, 74rem);
  }
  .app-rail {
    grid-auto-columns: 82vw;
    padding-inline: 0.75rem;
  }
  .privacy-copy .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-film {
    display: none;
  }
  .cinema-hero {
    background:
      linear-gradient(0deg, #020504e8, #02050480),
      url("/showcase/media/cc10-promo-2026-07-20-cover.jpg") center/cover
        no-repeat;
  }
}
