@font-face {
  font-family: "NT Wagner";
  src: url("assets/brand/nt-wagner.woff2") format("woff2");
  font-display: swap;
}

:root {
  --bg: #0c0b0f;
  --bg-soft: #15131a;
  --bg-panel: rgba(27, 24, 33, 0.74);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #f8f3e7;
  --muted: #c5bfb2;
  --accent: #ffbf1f;
  --accent-soft: #f39d05;
  --accent-glow: rgba(255, 191, 31, 0.32);
  --shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
  --section-width: min(1180px, calc(100vw - 3rem));
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(255, 187, 0, 0.15), transparent 34%),
    radial-gradient(circle at 70% 20%, rgba(255, 194, 46, 0.08), transparent 28%),
    linear-gradient(180deg, #131117 0%, var(--bg) 28%, #09080c 100%);
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: rgba(255, 191, 31, 0.18);
  touch-action: manipulation;
}

button,
input,
textarea,
select {
  font: inherit;
}

::selection {
  background: rgba(255, 191, 31, 0.24);
}

.page-aura,
.page-noise {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -2;
}

.page-aura {
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 196, 76, 0.15), transparent 0 25%),
    radial-gradient(circle at 85% 18%, rgba(255, 162, 0, 0.12), transparent 0 18%),
    radial-gradient(circle at 50% 100%, rgba(255, 191, 31, 0.08), transparent 0 30%);
}

.page-noise {
  background-image:
    linear-gradient(transparent, rgba(0, 0, 0, 0.18)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.25' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.085'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.55;
  z-index: -1;
}

.skip-link {
  background: #fff0c5;
  border-radius: 999px;
  color: #100c03;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 1rem;
  transform: translateY(-160%);
  transition: transform 180ms ease;
  z-index: 90;
}

.skip-link:focus-visible {
  outline: 2px solid rgba(255, 191, 31, 0.8);
  outline-offset: 2px;
  transform: translateY(0);
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: var(--section-width);
  padding: calc(1rem + env(safe-area-inset-top, 0px)) 0 1rem;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: var(--section-width);
  z-index: 40;
}

.brand {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(12, 11, 15, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  display: inline-flex;
  gap: 0.8rem;
  padding: 0.5rem 0.95rem 0.5rem 0.55rem;
}

.brand-mark {
  filter: drop-shadow(0 12px 26px rgba(255, 191, 31, 0.24));
  height: 2rem;
  width: 2rem;
}

.brand-name {
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand:hover,
.brand:focus-visible {
  background: rgba(255, 255, 255, 0.09);
}

.header-pill {
  backdrop-filter: blur(20px);
  background: rgba(255, 191, 31, 0.12);
  border: 1px solid rgba(255, 191, 31, 0.22);
  border-radius: 999px;
  color: #ffe2a1;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
}

.header-pill:hover,
.header-pill:focus-visible {
  background: rgba(255, 191, 31, 0.22);
}

main {
  overflow: clip;
}

.hero,
.story,
.invite {
  margin: 0 auto;
  max-width: var(--section-width);
}

.hero {
  align-items: center;
  column-gap: 4rem;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: 100svh;
  padding: clamp(6.5rem, 15vh, 9rem) 0 5rem;
  position: relative;
}

.hero::after {
  background:
    linear-gradient(180deg, transparent, rgba(12, 11, 15, 0.65) 70%, var(--bg) 100%),
    repeating-linear-gradient(
      90deg,
      transparent 0 74px,
      rgba(255, 255, 255, 0.04) 74px 76px,
      transparent 76px 106px,
      rgba(255, 255, 255, 0.08) 106px 108px
    );
  bottom: -2rem;
  content: "";
  height: 16rem;
  left: -10vw;
  opacity: 0.34;
  pointer-events: none;
  position: absolute;
  right: -10vw;
}

.hero-copy {
  max-width: 32rem;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: #f6d37f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.hero-brand,
.hero-title,
.story h2,
.invite h2 {
  font-family: "NT Wagner", Georgia, serif;
  font-weight: 400;
  line-height: 0.94;
  margin: 0;
  text-wrap: balance;
}

.hero-brand {
  font-size: clamp(3.85rem, 10vw, 7.6rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.hero-title {
  color: #fff1c7;
  font-size: clamp(2.3rem, 4.6vw, 4rem);
  line-height: 0.98;
  margin-bottom: 1.35rem;
  max-width: 12ch;
}

.hero-description,
.story-heading p,
.sync-copy p,
.invite-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-actions {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0 1.3rem;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.button-primary {
  background: linear-gradient(135deg, #ffd061 0%, var(--accent) 42%, #ec9a00 100%);
  box-shadow:
    0 18px 50px rgba(255, 168, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  color: #140f02;
}

.button:hover,
.button:focus-visible {
  box-shadow:
    0 22px 58px rgba(255, 168, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transform: translateY(-1px);
}

.button:focus-visible,
.header-pill:focus-visible,
.brand:focus-visible {
  outline: 2px solid rgba(255, 191, 31, 0.65);
  outline-offset: 3px;
}

.hero-support {
  color: #e1d8bf;
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
  max-width: 28rem;
}

.hero-visual {
  min-height: 42rem;
  position: relative;
}

.hero-symbol {
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.4));
  left: 6%;
  max-width: 27rem;
  opacity: 0.38;
  position: absolute;
  top: 2rem;
  transform:
    translate3d(calc(var(--hero-shift-x) * -0.15), calc(var(--hero-shift-y) * -0.15), 0)
    rotate(-5deg);
}

.hero-stage {
  aspect-ratio: 0.92;
  min-height: 41rem;
  position: relative;
  transform:
    translate3d(calc(var(--hero-shift-x) * 0.16), calc(var(--hero-shift-y) * 0.16), 0)
    rotate(-5deg);
  transition: transform 160ms ease-out;
}

.hero-stage::before {
  background: radial-gradient(circle, rgba(255, 191, 31, 0.24) 0%, transparent 66%);
  content: "";
  inset: 15% 10% 20%;
  position: absolute;
}

.hero-device-plane {
  border-radius: 2.6rem;
  box-shadow: var(--shadow);
  inset: 0 0 auto auto;
  max-width: 31rem;
  overflow: hidden;
  position: absolute;
  right: 2%;
  top: 0;
}

.hero-device-plane img {
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  width: 100%;
}

.hero-note {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(14, 13, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  color: #fff0c1;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.75rem 1rem;
  position: absolute;
  text-transform: uppercase;
}

.hero-note::before {
  background: radial-gradient(circle, rgba(255, 191, 31, 0.95), rgba(255, 191, 31, 0));
  border-radius: 50%;
  content: "";
  height: 0.6rem;
  margin-right: 0.65rem;
  width: 0.6rem;
}

.hero-note-top {
  left: 0;
  top: 15%;
}

.hero-note-mid {
  right: -2%;
  top: 42%;
}

.hero-note-bottom {
  bottom: 6%;
  left: 12%;
}

.story {
  padding: 4rem 0;
}

.story-workflow {
  padding-top: 5rem;
}

.story-heading {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 2.6rem;
}

.story h2,
.invite h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: -0.02em;
  max-width: 14ch;
}

.story-heading p:last-child {
  margin: 0;
  max-width: 34rem;
}

.film-strip {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.film-frame {
  margin: 0;
}

.film-frame-media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  position: relative;
}

.film-frame-media::before,
.film-frame-media::after {
  background: linear-gradient(180deg, transparent, rgba(255, 191, 31, 0.24));
  content: "";
  inset: auto 14% -3.2rem 14%;
  opacity: 0.4;
  position: absolute;
}

.film-frame-media img {
  aspect-ratio: 0.77;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.film-frame:nth-child(1) img {
  object-position: center 36%;
}

.film-frame:nth-child(2) img {
  object-position: center 18%;
}

.film-frame:nth-child(3) img {
  object-position: center 42%;
}

.film-frame figcaption {
  color: var(--muted);
  display: grid;
  gap: 0.55rem;
  line-height: 1.6;
  margin-top: 1rem;
  padding-right: 1rem;
}

.film-frame figcaption span {
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
}

.story-sync {
  align-items: center;
  column-gap: 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  padding-bottom: 5rem;
  padding-top: 6rem;
}

.sync-image-wrap {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(255, 191, 31, 0.12), transparent 28%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2.4rem;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.sync-image-wrap::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(12, 11, 15, 0.92) 88%),
    repeating-linear-gradient(
      90deg,
      transparent 0 46px,
      rgba(255, 255, 255, 0.04) 46px 48px,
      transparent 48px 76px,
      rgba(255, 255, 255, 0.08) 76px 78px
    );
  bottom: 0;
  content: "";
  height: 10rem;
  inset-inline: 0;
  position: absolute;
}

.sync-image-wrap img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.sync-copy {
  max-width: 31rem;
}

.signal-list {
  display: grid;
  gap: 0.95rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.signal-list li {
  align-items: center;
  color: #ece1c3;
  display: inline-flex;
  font-size: 1rem;
  gap: 0.8rem;
}

.signal-list li::before {
  background: linear-gradient(180deg, #ffd979, var(--accent-soft));
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(255, 191, 31, 0.28);
  content: "";
  flex: 0 0 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
}

.invite {
  align-items: start;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 191, 31, 0.16), transparent 0 38%),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2.4rem;
  box-shadow: var(--shadow);
  column-gap: 2.4rem;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-bottom: 5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  position: relative;
  scroll-margin-top: 6rem;
}

.invite::after {
  background:
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255, 255, 255, 0.05) 52px 54px,
      transparent 54px 90px,
      rgba(255, 191, 31, 0.12) 90px 92px
    );
  border-radius: inherit;
  content: "";
  inset: auto 0 0;
  opacity: 0.32;
  pointer-events: none;
  position: absolute;
  top: 55%;
}

.invite-copy {
  position: relative;
  z-index: 1;
}

.invite-embed {
  position: relative;
  z-index: 1;
}

.invite-shell {
  backdrop-filter: blur(18px);
  background: var(--bg-panel);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.6rem;
  min-height: 12rem;
  padding: 1rem;
}

.invite-shell > * {
  max-width: 100%;
}

.invite-shell iframe,
.invite-shell form,
.invite-shell input,
.invite-shell button,
.invite-shell .formkit-form,
.invite-shell .seva-form {
  max-width: 100%;
}

.invite-footnote {
  color: #d8cfb8;
  font-size: 0.92rem;
  margin: 0.95rem 0 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 700ms ease,
    transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition-delay: var(--delay, 0s);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.marker-cursor {
  height: 2.4rem;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 180ms ease, filter 180ms ease;
  width: 2.4rem;
  z-index: 80;
}

.marker-cursor img {
  filter:
    drop-shadow(0 18px 30px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 20px rgba(255, 191, 31, 0.24));
  height: 100%;
  width: 100%;
}

.marker-cursor.is-visible {
  opacity: 0.95;
}

.marker-cursor.is-hovering {
  filter: drop-shadow(0 0 16px rgba(255, 191, 31, 0.4));
}

.marker-cursor.is-pressed {
  opacity: 0.86;
}

@media (pointer: fine) and (prefers-reduced-motion: no-preference) {
  html.has-fancy-cursor,
  html.has-fancy-cursor a,
  html.has-fancy-cursor button,
  html.has-fancy-cursor input,
  html.has-fancy-cursor textarea,
  html.has-fancy-cursor select,
  html.has-fancy-cursor label {
    cursor: none;
  }
}

@media (max-width: 1080px) {
  .hero,
  .story-sync,
  .invite,
  .story-heading {
    grid-template-columns: 1fr;
  }

  .hero {
    row-gap: 2rem;
  }

  .hero-copy,
  .sync-copy {
    max-width: 38rem;
  }

  .hero-visual {
    min-height: 34rem;
  }

  .hero-stage {
    margin-left: auto;
    max-width: 36rem;
    min-height: 34rem;
  }

  .story-heading {
    gap: 0.2rem;
  }

  .invite {
    row-gap: 2rem;
  }
}

@media (max-width: 820px) {
  :root {
    --section-width: min(100vw - 1.5rem, 44rem);
  }

  .site-header {
    padding-top: 0.9rem;
  }

  .brand-name {
    font-size: 0.88rem;
  }

  .header-pill {
    font-size: 0.82rem;
    padding: 0.65rem 0.9rem;
  }

  .hero {
    min-height: auto;
    padding-bottom: 2rem;
    padding-top: 6.25rem;
  }

  .hero-brand {
    font-size: clamp(3.2rem, 18vw, 5.2rem);
  }

  .hero-title {
    font-size: clamp(2.05rem, 11vw, 3.5rem);
  }

  .hero-description,
  .story-heading p,
  .sync-copy p,
  .invite-copy p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-symbol {
    left: 0;
    max-width: 18rem;
    top: 4rem;
  }

  .hero-stage {
    aspect-ratio: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: min(100%, 24rem);
    min-height: auto;
    padding-bottom: 2.5rem;
    transform: none;
  }

  .hero-device-plane {
    background:
      radial-gradient(circle at 50% 18%, rgba(255, 191, 31, 0.1), transparent 40%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(12, 11, 15, 0.92));
    aspect-ratio: 832 / 1800;
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-inline: auto;
    max-width: min(100%, 24rem);
    position: relative;
    width: min(100%, 24rem);
  }

  .hero-device-plane img {
    height: 100%;
    object-fit: fill;
    object-position: center top;
    width: 100%;
  }

  .sync-visual {
    display: flex;
    justify-content: center;
  }

  .sync-image-wrap {
    aspect-ratio: 832 / 1800;
    max-width: min(100%, 20rem);
  }

  .sync-image-wrap img {
    height: 100%;
    object-fit: fill;
    object-position: center top;
    width: 100%;
  }

  .story-workflow {
    padding-top: 4rem;
  }

  .hero-note {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    padding: 0.65rem 0.9rem;
  }

  .film-strip {
    grid-template-columns: 1fr;
  }

  .story,
  .story-sync {
    padding-top: 3rem;
  }

  .invite {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 0.75rem;
  }

  .header-pill {
    display: none;
  }

  .hero {
    padding-top: 5.75rem;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-stage {
    max-width: 21rem;
    min-height: auto;
  }

  .hero-device-plane {
    width: min(100%, 21rem);
  }

  .story-heading {
    margin-bottom: 2rem;
  }

  .story-heading p:last-child {
    max-width: 28rem;
  }

  .hero-note-top {
    left: 0;
    top: 10%;
  }

  .hero-note-mid {
    right: 0;
    top: 44%;
  }

  .hero-note-bottom {
    bottom: 6%;
    left: 2%;
  }

  .invite-shell {
    padding: 0.75rem;
  }

  .sync-image-wrap {
    max-width: min(100%, 18.5rem);
  }
}

@media (max-width: 480px) {
  :root {
    --section-width: calc(100vw - 1rem);
  }

  .site-header {
    padding-bottom: 0.85rem;
    padding-top: calc(0.7rem + env(safe-area-inset-top, 0px));
  }

  .brand {
    gap: 0.65rem;
    padding: 0.45rem 0.8rem 0.45rem 0.5rem;
  }

  .brand-mark {
    height: 1.8rem;
    width: 1.8rem;
  }

  .brand-name {
    font-size: 0.8rem;
    letter-spacing: 0.04em;
  }

  .hero {
    padding-bottom: 1rem;
    padding-top: calc(4.9rem + env(safe-area-inset-top, 0px));
    row-gap: 1.5rem;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    margin-bottom: 0.8rem;
  }

  .hero-brand {
    font-size: clamp(2.7rem, 18vw, 3.9rem);
    margin-bottom: 0.55rem;
  }

  .hero-title {
    font-size: clamp(1.85rem, 10vw, 2.65rem);
    margin-bottom: 1rem;
    max-width: 11ch;
  }

  .hero-description,
  .story-heading p,
  .sync-copy p,
  .invite-copy p {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 0.85rem;
    margin-top: 1.5rem;
  }

  .button {
    min-height: 3.2rem;
    padding: 0 1rem;
    width: min(100%, 20rem);
  }

  .hero-support {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-symbol {
    left: 50%;
    max-width: 11rem;
    opacity: 0.22;
    top: 1.4rem;
    transform: translateX(-50%);
  }

  .hero-stage {
    max-width: min(100%, 18.5rem);
    min-height: auto;
  }

  .hero-device-plane {
    border-radius: 2rem;
    width: min(100%, 18.5rem);
  }

  .hero-note {
    font-size: 0.66rem;
    letter-spacing: 0.04em;
    max-width: calc(100% - 0.5rem);
    padding: 0.55rem 0.75rem;
  }

  .hero-note::before {
    height: 0.5rem;
    margin-right: 0.45rem;
    width: 0.5rem;
  }

  .hero-note-top {
    top: 8%;
  }

  .hero-note-mid {
    top: 47%;
  }

  .hero-note-bottom {
    bottom: 4%;
  }

  .story,
  .story-sync {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .story-workflow {
    padding-top: 3.25rem;
  }

  .story h2,
  .invite h2 {
    font-size: clamp(1.95rem, 10vw, 2.7rem);
    max-width: 11ch;
  }

  .story-heading {
    gap: 0.6rem;
    margin-bottom: 1.6rem;
  }

  .film-strip {
    gap: 1.1rem;
  }

  .film-frame-media,
  .sync-image-wrap,
  .invite {
    border-radius: 1.7rem;
  }

  .film-frame figcaption {
    margin-top: 0.85rem;
    padding-right: 0;
  }

  .signal-list {
    gap: 0.8rem;
  }

  .signal-list li {
    align-items: flex-start;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .invite {
    margin-bottom: 1.5rem;
    padding: 1.2rem 1rem;
    row-gap: 1.4rem;
    scroll-margin-top: 5rem;
  }

  .invite-shell {
    border-radius: 1.2rem;
    min-height: 10rem;
    padding: 0.8rem;
  }

  .sync-image-wrap {
    max-width: min(100%, 17rem);
  }

  .invite-footnote {
    font-size: 0.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-stage,
  .hero-symbol,
  .button,
  .marker-cursor {
    transition: none;
  }
}
