:root {
  --ink: #f4f7fb;
  --paper: #06070d;
  --surface: #0f141d;
  --surface-soft: #151b26;
  --muted: #a8b1c0;
  --faint: #6f7b8c;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --cyan: #65e8ff;
  --teal: #19d7c4;
  --amber: #ffb238;
  --coral: #ff5c45;
  --green: #8af04f;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

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

svg {
  display: block;
}

button {
  font: inherit;
}

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 28px;
  color: #ffffff;
  background: rgba(6, 7, 13, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
}

.logo-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(101, 232, 255, 0.28);
  border-radius: var(--radius);
  background: #0f141d;
}

.logo-mark img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 760;
}

.site-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border-radius: var(--radius);
  color: rgba(244, 247, 251, 0.72);
}

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

.icon {
  width: 17px;
  height: 17px;
  flex: none;
  fill: currentColor;
}

.stroke-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #ffffff;
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.05) contrast(1.03) brightness(0.64);
}

.hero-grid {
  display: none;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(6, 7, 13, 0.96) 0%, rgba(6, 7, 13, 0.78) 50%, rgba(6, 7, 13, 0.46) 100%),
    linear-gradient(180deg, rgba(6, 7, 13, 0.1) 0%, rgba(6, 7, 13, 0.92) 100%);
}

.hero-content,
.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 142px 0 76px;
}

.hero-badge {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin-bottom: 22px;
}

.hero-badge img {
  width: 122px;
  height: 122px;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 36px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 18px rgba(101, 232, 255, 0.34));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-size: 78px;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(244, 247, 251, 0.84);
  font-size: 21px;
  line-height: 1.36;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  color: #ffffff;
  font-weight: 780;
}

.icon-link {
  gap: 8px;
}

.hero-action-button {
  gap: 10px;
  padding-left: 10px;
}

.button-icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: rgba(5, 7, 13, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.button-icon .icon {
  width: 19px;
  height: 19px;
}

.button.secondary .button-icon {
  background: rgba(255, 255, 255, 0.11);
}

.button.primary {
  color: #05070d;
  border-color: transparent;
  background: var(--cyan);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.04);
}

.button.secondary.on-light {
  background: transparent;
}

.button:hover,
.button:focus-visible {
  border-color: rgba(101, 232, 255, 0.55);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 36px 0 0;
}

.hero-facts div {
  min-width: 140px;
}

.hero-facts dt,
.descriptor-list dt {
  color: var(--faint);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.hero-facts dt {
  color: rgba(244, 247, 251, 0.56);
}

.hero-facts dd,
.descriptor-list dd {
  margin: 3px 0 0;
  color: var(--ink);
  font-weight: 780;
}

.stats-fact {
  position: relative;
  min-width: 154px;
  padding-left: 14px;
  border-left: 1px solid rgba(244, 247, 251, 0.2);
}

.stats-fact dt,
.stats-fact dd,
.stats-fact p {
  position: relative;
}

.hero-facts .stats-fact dd {
  margin-top: 3px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.15;
}

.stats-fact p {
  margin: 4px 0 0;
  color: rgba(244, 247, 251, 0.62);
  font-size: 11px;
  line-height: 1.35;
}

.intro-band {
  color: #ffffff;
  background: #080a12;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  padding: 34px 0;
}

.intro-grid p {
  margin: 0;
  color: rgba(244, 247, 251, 0.78);
  font-size: 18px;
}

.section {
  position: relative;
  padding: 96px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-copy {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

h2,
h3,
p {
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.08;
}

h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
}

.film-section {
  background: #06070d;
}

.feature-film {
  position: relative;
  display: grid;
  width: min(1260px, calc(100% - 48px));
  grid-template-columns: minmax(300px, 0.58fr) minmax(600px, 1.34fr);
  gap: 36px;
  align-items: center;
}

.feature-copy-panel {
  position: relative;
  z-index: 1;
  padding: 30px 30px 28px;
  isolation: isolate;
}

.feature-copy-panel::before {
  content: "";
  position: absolute;
  inset: -18px -12px -18px -20px;
  z-index: -2;
  clip-path: polygon(0 9%, 90% 0, 100% 17%, 100% 90%, 9% 100%, 0 82%);
  background:
    linear-gradient(135deg, rgba(101, 232, 255, 0.14), rgba(255, 178, 56, 0.1) 48%, rgba(255, 92, 69, 0.12)),
    rgba(15, 20, 29, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  transform: perspective(900px) rotateY(-6deg) rotateX(2deg);
  transform-origin: center right;
}

.feature-copy-panel::after {
  content: "";
  position: absolute;
  top: 44%;
  right: -82px;
  width: 94px;
  height: 1px;
  z-index: -1;
  background: linear-gradient(90deg, rgba(101, 232, 255, 0.78), rgba(255, 255, 255, 0));
  transform: rotate(-7deg);
}

.feature-copy-panel .section-copy {
  margin-top: 18px;
}

.feature-beats {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.feature-beats li {
  display: grid;
  grid-template-columns: minmax(118px, 0.72fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-beats li:first-child {
  border-top-color: rgba(101, 232, 255, 0.44);
}

.feature-beats span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
}

.feature-beats p {
  margin: 0;
  color: rgba(244, 247, 251, 0.66);
  font-size: 13px;
  line-height: 1.38;
}

.film-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.film-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-card {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: visible;
  border: 0;
  background: transparent;
}

.film-card::before {
  content: "";
  position: absolute;
  inset: 22px -18px -20px 24px;
  border: 1px solid rgba(101, 232, 255, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(101, 232, 255, 0.1), rgba(255, 178, 56, 0.08));
}

.film-card img {
  position: relative;
  z-index: 1;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46);
}

.gallery-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.34fr);
  gap: 18px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(101, 232, 255, 0.08), rgba(255, 178, 56, 0.06) 48%, rgba(255, 92, 69, 0.08)),
    rgba(15, 20, 29, 0.58);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.gallery-stage {
  position: relative;
  min-width: 0;
}

.gallery-frame {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #05070d;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.gallery-frame img {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 320ms ease, transform 360ms ease;
}

.gallery-frame img.is-switching {
  opacity: 0.08;
  transform: scale(0.992);
}

.gallery-controls {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.gallery-arrow {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(5, 7, 13, 0.72);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  border-color: rgba(101, 232, 255, 0.68);
  background: rgba(5, 7, 13, 0.9);
}

.gallery-caption {
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(6, 7, 13, 0.62);
}

.gallery-count {
  width: fit-content;
  padding: 5px 9px;
  color: var(--cyan);
  border: 1px solid rgba(101, 232, 255, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.gallery-caption h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.04;
}

.gallery-caption p {
  margin: 0;
  color: rgba(244, 247, 251, 0.72);
}

.gallery-open {
  width: fit-content;
  color: #ffffff;
  font-size: 13px;
  font-weight: 820;
  border-bottom: 1px solid rgba(101, 232, 255, 0.62);
}

.gallery-progress {
  overflow: hidden;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.gallery-progress::before {
  content: "";
  display: block;
  width: var(--gallery-progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--amber));
  transition: width 260ms ease;
}

.gallery-thumbs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 62px);
  justify-content: center;
  gap: 10px;
}

.gallery-thumb {
  position: relative;
  width: 62px;
  height: 62px;
  min-width: 62px;
  padding: 3px;
  color: rgba(244, 247, 251, 0.72);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.gallery-thumb:hover,
.gallery-thumb:focus-visible,
.gallery-thumb[aria-current="true"] {
  color: #ffffff;
  border-color: rgba(101, 232, 255, 0.7);
  background: rgba(101, 232, 255, 0.08);
}

.gallery-thumb[aria-current="true"] {
  transform: translateY(-2px);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
}

.gallery-thumb span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.gallery-thumb::after {
  content: "";
  overflow: hidden;
  position: absolute;
  inset: 3px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.tinted {
  color: #ffffff;
  background: #0a0d16;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tinted .eyebrow {
  color: var(--amber);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}

.feature-grid article {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.feature-grid article:nth-child(1) {
  border-top-color: rgba(101, 232, 255, 0.58);
}

.feature-grid article:nth-child(2) {
  border-top-color: rgba(255, 178, 56, 0.58);
}

.feature-grid article:nth-child(3) {
  border-top-color: rgba(25, 215, 196, 0.58);
}

.feature-grid article:nth-child(4) {
  border-top-color: rgba(255, 92, 69, 0.58);
}

.feature-grid article p,
.descriptor-grid p {
  margin: 0;
  color: var(--muted);
}

.split {
  background: #06070d;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 52px;
  align-items: start;
}

.split-grid p {
  max-width: 600px;
  color: var(--muted);
  font-size: 18px;
}

.steps {
  margin: 0;
  padding: 0 0 0 24px;
  color: var(--muted);
}

.steps li + li {
  margin-top: 14px;
}

.steps strong {
  color: var(--cyan);
}

.project-band {
  background: #0a0d16;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.descriptor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 44px;
}

.descriptor-grid > div {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.descriptor-list {
  margin: 0;
}

.descriptor-list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.descriptor-list div:first-child {
  border-top: 0;
}

.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.plain-list li:first-child {
  border-top: 0;
}

.final-cta {
  background: #06070d;
}

.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: center;
}

.final-grid .cta-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.support-section {
  background: #080a12;
  border-top: 1px solid var(--line);
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.18fr);
  gap: 44px;
  align-items: center;
}

.support-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.qr-card,
.wallet-card,
.testimonial-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
}

.qr-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  align-content: start;
  justify-items: stretch;
  min-height: 326px;
  padding: 24px;
  text-align: left;
}

.qr-card img {
  display: block;
  width: min(196px, 100%);
  height: auto;
  aspect-ratio: 1;
  border-radius: 6px;
  background: #ffffff;
}

.qr-image-link {
  display: grid;
  justify-self: center;
  width: min(196px, 100%);
  place-items: center;
  border-radius: 6px;
}

.qr-card span,
.wallet-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.wallet-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  justify-items: stretch;
  gap: 16px;
  min-width: 0;
  min-height: 326px;
  padding: 24px;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.wallet-card:hover {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(101, 232, 255, 0.44);
  transform: translateY(-1px);
}

.wallet-card:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.wallet-qr {
  justify-self: center;
  width: min(196px, 100%);
  height: auto;
  aspect-ratio: 1;
  border-radius: 6px;
  background: #ffffff;
}

.payment-details,
.wallet-details {
  display: grid;
  gap: 10px;
  align-self: end;
  justify-items: center;
  width: 100%;
  min-width: 0;
}

.copy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 6px 6px 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(5, 7, 13, 0.46);
}

.copy-row code {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: left;
  color: var(--ink);
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 12.5px;
  line-height: 1.32;
}

.copy-button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: rgba(244, 247, 251, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.copy-button:hover,
.copy-button:focus-visible {
  color: #ffffff;
  border-color: rgba(101, 232, 255, 0.62);
  background: rgba(101, 232, 255, 0.12);
}

.copy-button:active {
  transform: translateY(1px);
}

.copy-button[data-copied="true"] {
  color: #05070d;
  border-color: var(--cyan);
  background: var(--cyan);
}

.copy-button[data-copied="false"] {
  color: var(--amber);
  border-color: rgba(255, 178, 56, 0.72);
}

.support-link,
.wallet-card .wallet-link {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
}

.support-link:hover,
.wallet-card:hover .wallet-link {
  text-decoration: underline;
}

.testimonial-card {
  position: relative;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
  min-height: 238px;
  padding: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(101, 232, 255, 0.055), rgba(255, 255, 255, 0.028) 48%, rgba(255, 178, 56, 0.05)),
    rgba(255, 255, 255, 0.03);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.testimonial-heading {
  position: relative;
  z-index: 1;
  grid-column: 1 / 5;
  align-self: center;
  max-width: 260px;
}

.testimonial-label {
  position: relative;
  margin: 0;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.testimonial-heading h3 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.08;
}

.testimonial-card figure {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(8, 10, 18, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.testimonial-card figure:nth-of-type(1) {
  grid-column: 5 / 9;
  transform: translateY(2px);
}

.testimonial-card figure:nth-of-type(2) {
  grid-column: 9 / 13;
  transform: translateY(26px);
}

.testimonial-card figure:nth-of-type(3) {
  grid-column: 4 / 8;
  transform: translateY(-6px);
}

.testimonial-card figure:nth-of-type(4) {
  grid-column: 8 / 12;
  transform: translateY(12px);
}

.testimonial-card blockquote {
  position: relative;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.32;
}

.testimonial-card blockquote::before {
  content: '"';
  margin-right: 4px;
  color: var(--cyan);
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 0;
}

.testimonial-card figcaption {
  position: relative;
  margin-top: 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
}

.site-footer {
  padding: 28px 0;
  color: #ffffff;
  background: #05060b;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(244, 247, 251, 0.58);
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 20px;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .hero {
    min-height: 84vh;
  }

  .hero-content,
  .container {
    width: min(100% - 32px, 1120px);
  }

  .hero-content {
    padding-top: 164px;
    padding-bottom: 56px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .intro-grid,
  .feature-film,
  .feature-grid,
  .split-grid,
  .descriptor-grid,
  .support-grid,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .feature-film {
    gap: 30px;
  }

  .feature-copy-panel::after {
    display: none;
  }

  .feature-copy-panel::before {
    inset: -14px -10px -14px -10px;
    transform: none;
  }

  .gallery-showcase {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .gallery-caption {
    align-content: start;
  }

  .gallery-thumbs {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .gallery-thumb {
    width: 58px;
    height: 58px;
    min-width: 58px;
    scroll-snap-align: start;
  }

  h2 {
    font-size: 35px;
  }

  .final-grid .cta-actions {
    justify-content: flex-start;
  }

  .support-panel {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .testimonial-heading {
    grid-column: 1 / -1;
    max-width: none;
  }

  .testimonial-card figure:nth-of-type(n) {
    grid-column: auto;
    transform: none;
  }
}

@media (max-width: 560px) {
  .site-nav {
    gap: 4px;
    font-size: 12px;
  }

  .site-nav a {
    padding: 0 8px;
  }

  .hero-badge {
    width: 106px;
    height: 106px;
  }

  .hero-badge img {
    width: 98px;
    height: 98px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .feature-copy-panel {
    padding: 24px 20px;
  }

  .feature-beats li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hero-facts {
    gap: 16px;
  }

  .gallery-controls {
    right: 10px;
    bottom: 10px;
  }

  .gallery-arrow {
    width: 34px;
    height: 34px;
  }

  .gallery-caption {
    padding: 18px;
  }

  .gallery-caption h3 {
    font-size: 24px;
  }

  .gallery-thumb {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }

  .section {
    padding: 70px 0;
  }

  .descriptor-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .wallet-card {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wallet-details {
    justify-items: center;
    text-align: center;
  }

  .copy-row code {
    text-align: left;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
  }

  .testimonial-heading h3 {
    font-size: 22px;
  }

  .footer-grid {
    flex-direction: column;
  }
}
