/* FRAMECULT homepage full redesign, scoped to index.html only via this stylesheet. */
:root {
  --fc-bg: #030303;
  --fc-bg-soft: #070708;
  --fc-panel: rgba(13, 13, 15, 0.76);
  --fc-panel-soft: rgba(255, 255, 255, 0.034);
  --fc-line: rgba(255, 255, 255, 0.115);
  --fc-line-strong: rgba(255, 255, 255, 0.19);
  --fc-text: #f8f2ec;
  --fc-muted: rgba(248, 242, 236, 0.64);
  --fc-dim: rgba(248, 242, 236, 0.38);
  --fc-red: #ff3131;
  --fc-red-hot: #ff4a43;
  --fc-green: #31ee72;
  --fc-radius-card: 14px;
  --fc-radius-panel: 18px;
  --fc-shadow-panel: 0 30px 90px rgba(0, 0, 0, 0.48);
  --home-bg: #090909;
  --home-bg-2: #0e0e10;
  --home-panel: rgba(17, 17, 19, 0.78);
  --home-panel-2: rgba(255, 255, 255, 0.034);
  --home-line: rgba(255, 255, 255, 0.115);
  --home-line-2: rgba(255, 255, 255, 0.19);
  --home-text: #ededed;
  --home-muted: rgba(237, 237, 237, 0.66);
  --home-dim: rgba(237, 237, 237, 0.40);
  --home-red: #ff3131;
  --home-red-2: #ff4a43;
  --home-green: #31ee72;
  --home-mono: "Azeret Mono", "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  --home-sans: "Sora", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --home-serif: "Bodoni Moda", "Bodoni 72", "Didot", Georgia, "Times New Roman", serif;
  --home-max: 1640px;
}

/* Scroll-scrub hero plate generated from Nathan's returned motion file. */
body.page-home-redesign .home-hero {
  isolation: isolate;
}

body.page-home-redesign .hero-scroll-sequence {
  position: absolute;
  inset: -6% -3% -10% -3%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  opacity: .78;
  filter: saturate(1.08) contrast(1.08) brightness(.76);
  transform: translate3d(0, 0, 0) scale(1.035);
}

body.page-home-redesign .hero-scroll-sequence::before,
body.page-home-redesign .hero-scroll-sequence::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

body.page-home-redesign .hero-scroll-sequence::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.66) 28%, rgba(0,0,0,.18) 58%, rgba(0,0,0,.42) 100%),
    radial-gradient(circle at 18% 42%, rgba(0,0,0,.08) 0 24%, rgba(0,0,0,.5) 58%, rgba(0,0,0,.78) 100%);
}

body.page-home-redesign .hero-scroll-sequence::after {
  background:
    linear-gradient(180deg, rgba(0,0,0,.42), transparent 22%, transparent 72%, rgba(0,0,0,.72)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 4px);
  opacity: .72;
}

body.page-home-redesign .hero-scroll-canvas,
body.page-home-redesign .hero-scroll-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
}

body.page-home-redesign .hero-scroll-canvas {
  z-index: 2;
}

body.page-home-redesign .hero-scroll-poster {
  z-index: 1;
  transition: opacity .32s ease;
}

body.page-home-redesign .hero-scroll-sequence.is-ready .hero-scroll-poster {
  opacity: 0;
}

body.page-home-redesign .hero-scroll-sequence.is-static .hero-scroll-poster {
  opacity: 1;
}

body.page-home-redesign .home-hero > *:not(.hero-scroll-sequence) {
  z-index: 4;
}

@media (max-width: 760px), (prefers-reduced-motion: reduce) {
  body.page-home-redesign .hero-scroll-sequence {
    inset: -2% -28% 0 -12%;
    opacity: .46;
    filter: saturate(1.02) contrast(1.04) brightness(.58);
  }
}

html { scroll-behavior: smooth; }

body.page-home-redesign {
  margin: 0;
  background:
    radial-gradient(circle at 74% 4%, rgba(255,49,49,.12), transparent 23%),
    radial-gradient(circle at 48% 10%, rgba(120,150,190,.075), transparent 20%),
    var(--home-bg);
  color: var(--home-text);
  font-family: var(--home-sans);
  overflow-x: hidden;
}

body.page-home-redesign::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.034) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: .36;
  mask-image: radial-gradient(circle at 50% 8%, #000 0 42%, transparent 86%);
}

body.page-home-redesign::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .15;
  background:
    linear-gradient(rgba(255,255,255,.02) 50%, rgba(0,0,0,.05) 50%),
    radial-gradient(circle at center, transparent 0 61%, rgba(0,0,0,.64) 100%);
  background-size: 100% 4px, 100% 100%;
}

body.page-home-redesign a { color: inherit; text-decoration: none; }
body.page-home-redesign button,
body.page-home-redesign input { font: inherit; }
body.page-home-redesign button { cursor: pointer; }
body.page-home-redesign h1,
body.page-home-redesign h2,
body.page-home-redesign h3,
body.page-home-redesign p { margin: 0; }

.home-noise {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.58'/%3E%3C/svg%3E");
}

.home-page {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  padding: 18px 18px 0;
}

.home-topbar {
  position: sticky;
  top: 18px;
  z-index: 100;
  max-width: var(--home-max);
  margin: 0 auto;
  height: 72px;
  border: 1px solid var(--home-line-2);
  border-radius: 15px;
  display: grid;
  grid-template-columns: 240px 1fr 390px;
  align-items: center;
  padding: 0 16px 0 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015)), rgba(5,5,6,.86);
  box-shadow: 0 22px 70px rgba(0,0,0,.56), inset 0 1px 0 rgba(255,255,255,.13), inset 0 -1px 0 rgba(255,49,49,.11);
  backdrop-filter: blur(18px);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  width: 176px;
  min-height: 48px;
  background: url("/site-assets/logo-framecult-editorial.svg") left center / contain no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.home-brand::before {
  content: "";
  width: 13px;
  height: 13px;
  background: var(--home-red);
  box-shadow: 0 0 18px rgba(255,49,49,.8);
  display: none;
}

.home-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 62px);
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(248,242,236,.68);
}

.home-nav a:hover { color: var(--home-text); }

.home-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.account-cluster {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-cluster.hidden,
.home-actions .hidden { display: none !important; }

.home-signed,
.signed {
  min-width: 106px;
  min-height: 42px;
  border: 1px solid var(--home-line);
  border-radius: 7px;
  display: grid;
  align-content: center;
  padding: 0 12px;
  font-family: var(--home-mono);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--home-dim);
  position: relative;
}

.home-signed b,
.signed b { color: var(--home-text); font-size: 10px; margin-top: 2px; }
.home-signed::after,
.signed::after {
  content:"";
  position:absolute;
  right:10px;
  top:19px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--home-red);
  box-shadow:0 0 14px rgba(255,49,49,.9);
}

body.page-home-redesign .btn {
  min-height: 48px;
  border: 1px solid var(--home-line-2);
  border-radius: 5px;
  background: rgba(255,255,255,.026);
  color: var(--home-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  font-family: var(--home-mono);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.page-home-redesign .btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.34); }
body.page-home-redesign .btn-red,
body.page-home-redesign .btn-primary,
body.page-home-redesign .btn.primary {
  border: 0;
  color: #050505;
  background: linear-gradient(135deg, #ff2828, #ff4840);
  box-shadow: 0 18px 48px rgba(255,49,49,.28), inset 0 1px 0 rgba(255,255,255,.28);
}

.home-container { max-width: var(--home-max); margin: 0 auto; }

.home-section {
  border-top: 1px solid rgba(255,255,255,.09);
  position: relative;
}

.section-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 38px;
  padding: 72px 0;
}

.section-grid > * {
  min-width: 0;
}

.section-index,
.micro {
  font-family: var(--home-mono);
  font-size: 10px;
  color: var(--home-dim);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-title {
  margin-top: 34px;
  font-family: var(--home-serif);
  font-size: clamp(36px, 4vw, 60px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -.055em;
}

.section-title em {
  color: var(--home-red);
  font-style: italic;
  display: block;
}

.section-copy {
  margin-top: 24px;
  max-width: 260px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.55;
}

.home-tag,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: .17em;
  color: rgba(248,242,236,.72);
  text-transform: uppercase;
}

.home-tag::before,
.tag::before {
  content:"";
  width: 7px;
  height: 7px;
  background: var(--home-red);
  box-shadow:0 0 14px rgba(255,49,49,.9);
}

.home-hero {
  position: relative;
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(520px, .92fr) minmax(560px, .9fr);
  align-items: center;
  gap: 58px;
  padding: 54px 0 72px;
  overflow: hidden;
}

.home-hero::after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 72px;
  background:
    repeating-linear-gradient(90deg, rgba(255,49,49,.0) 0 8px, rgba(255,49,49,.62) 9px 11px, rgba(255,49,49,.0) 11px 20px),
    linear-gradient(180deg, transparent, rgba(255,49,49,.12));
  clip-path: polygon(0 78%, 4% 70%, 5% 45%, 6% 78%, 9% 70%, 10% 28%, 11% 74%, 17% 68%, 18% 20%, 19% 78%, 24% 62%, 25% 38%, 26% 80%, 31% 70%, 32% 16%, 33% 72%, 39% 66%, 40% 32%, 41% 78%, 52% 68%, 53% 44%, 54% 80%, 64% 74%, 65% 28%, 66% 80%, 72% 67%, 73% 38%, 74% 79%, 100% 78%, 100% 100%, 0 100%);
  opacity: .54;
  filter: drop-shadow(0 0 18px rgba(255,49,49,.46));
  pointer-events: none;
}

.home-hero h1 {
  margin: 34px 0 0;
  font-family: var(--home-serif);
  font-size: clamp(76px, 8.7vw, 136px);
  line-height: .84;
  letter-spacing: -.075em;
  font-weight: 500;
}

.home-hero h1 .white { display:block; }
.home-hero h1 .red { display:block; color: var(--home-red); font-style: italic; margin-top: 8px; text-shadow: 0 0 46px rgba(255,49,49,.2); }

.hero-copy {
  margin-top: clamp(36px, 3vw, 54px);
  max-width: 520px;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.45;
}

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

.metric-row {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 610px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.014));
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
}

.metric {
  min-height: 82px;
  border-right: 1px solid rgba(255,255,255,.09);
  padding: 17px 24px;
  display: grid;
  align-content: center;
  font-family: var(--home-mono);
}

.metric:last-child { border-right: 0; }
.metric b { color: var(--home-red); font-size: 23px; letter-spacing: .07em; }
.metric span { margin-top: 6px; color: var(--home-muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.hero-card-wrap { position: relative; min-height: 650px; display: grid; place-items: center; }

.featured-card,
.glass-panel,
.lane-card,
.process-card,
.package-card,
.pricing-card,
.artist-card,
.home-faq,
.cta-banner,
.home-footer {
  border: 1px solid var(--home-line-2);
  background: linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.014)), rgba(8,8,10,.74);
  box-shadow: 0 30px 90px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}

.featured-card {
  position: relative;
  width: min(100%, 650px);
  border-radius: 20px;
  overflow: hidden;
  transform: rotateY(-6deg) rotateX(2deg);
}

.featured-top {
  height: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr 48px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.featured-top div { display: flex; align-items: center; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.09); }
.featured-top div:last-child { border-right: 0; justify-content: flex-end; color: var(--home-red); }
.cover-stage { padding: 18px; display: grid; grid-template-columns: 1fr 42px; gap: 14px; }

.cover-art {
  min-height: 450px;
  border: 1px solid rgba(255,255,255,.23);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 72%, rgba(255,255,255,.88), transparent 4.5%),
    radial-gradient(circle at 74% 27%, rgba(65,100,165,.4), transparent 24%),
    radial-gradient(circle at 50% 52%, rgba(255,255,255,.1), transparent 27%),
    linear-gradient(140deg, #040507, #07101b 44%, #020203 100%);
}

.cover-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
  filter: contrast(1.08) saturate(.9);
}

.cover-art::before {
  content:"";
  position:absolute;
  inset:0;
  z-index: 2;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.16) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(255,255,255,.16) 50%, transparent 50.2%),
    repeating-linear-gradient(108deg, rgba(210,230,255,.13) 0 1px, transparent 1px 10px);
  opacity:.42;
  pointer-events: none;
}

.cover-title {
  position:absolute;
  z-index:4;
  top:32px;
  left:20px;
  right:20px;
  text-align:center;
  font-family: var(--home-serif);
  font-size: 66px;
  line-height:.8;
  letter-spacing:-.08em;
  transform: skewX(-6deg);
  text-shadow: 0 0 24px rgba(255,255,255,.42);
}

.cover-artist { position:absolute; top:96px; left:0; right:0; z-index:4; text-align:center; font-family:var(--home-mono); font-size:13px; letter-spacing:.55em; color:rgba(255,255,255,.78); }
.thumbs { position:absolute; z-index:5; right:16px; top:168px; display:grid; gap:8px; }
.thumb { width:46px; height:46px; border:1px solid rgba(255,255,255,.2); background:radial-gradient(circle at 50% 40%, rgba(255,255,255,.35), transparent 28%), linear-gradient(135deg, rgba(20,40,70,.65), rgba(0,0,0,.9)); }
.stepper { border:1px solid rgba(255,255,255,.12); display:grid; place-items:center; grid-template-rows:1fr 1fr 1fr; font-family:var(--home-mono); color:var(--home-muted); border-radius:8px; align-self:center; height:170px; }
.stepper b { color:var(--home-red); }

.feature-meta { display:grid; grid-template-columns:repeat(3,1fr) 58px; border-top:1px solid rgba(255,255,255,.1); font-family:var(--home-mono); }
.feature-meta div { padding:14px 18px; border-right:1px solid rgba(255,255,255,.09); }
.feature-meta span { display:block; font-size:9px; color:var(--home-dim); letter-spacing:.14em; text-transform:uppercase; }
.feature-meta b { display:block; margin-top:6px; font-size:10px; letter-spacing:.07em; }
.feature-meta a { display:grid; place-items:center; font-size:27px; background:linear-gradient(135deg, rgba(255,49,49,.2), rgba(255,255,255,.03)); }
.feature-desc { padding:14px 18px 20px; color:var(--home-muted); font-size:13px; line-height:1.45; }

.lanes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.lane-card {
  min-height: 260px;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  padding: 10px;
  transition: transform .2s ease, border-color .2s ease;
}
.lane-card:hover,
.lane-card.is-active { transform: translateY(-3px); border-color: rgba(255,49,49,.46); }

.tile-art {
  height: 185px;
  border: 1px solid rgba(255,255,255,.12);
  position: relative;
  overflow:hidden;
  background-image: var(--art);
  background-size: cover;
  background-position: center;
}
.lane-meta { display:grid; grid-template-columns:1fr auto; gap:10px; align-items:end; padding:11px 2px 0; }
.lane-meta b { display:block; font-family:var(--home-mono); font-size:10px; letter-spacing:.13em; text-transform:uppercase; }
.lane-meta span { display:block; margin-top:5px; font-size:11px; color:var(--home-muted); }
.dots { color:var(--home-dim); font-family:var(--home-mono); }
.slider-line { margin: 24px auto 0; width: 320px; height: 3px; background: linear-gradient(90deg, transparent, var(--home-red) 20% 44%, rgba(255,255,255,.15) 44%, transparent); }

.process-row { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.process-card { min-height:160px; border-radius:12px; padding:24px; position:relative; overflow:hidden; }
.process-card::after { content:""; position:absolute; right:-32px; bottom:-44px; width:150px; height:150px; border-radius:50%; background:radial-gradient(circle at 30% 25%, #fff, rgba(255,255,255,.25) 18%, rgba(255,49,49,.18) 52%, rgba(0,0,0,.85) 78%); box-shadow:inset -24px -24px 40px rgba(0,0,0,.85); opacity:.86; }
.process-card h3 { font-family:var(--home-serif); font-size:54px; font-weight:500; letter-spacing:-.07em; margin:0; }
.process-card b { display:block; margin-top:8px; font-size:15px; }
.process-card p { margin-top:8px; color:var(--home-muted); max-width:190px; font-size:13px; line-height:1.45; }

.package-layout { display:grid; grid-template-columns:270px 1fr; gap:34px; }
.check-list { margin:28px 0 0; padding:0; list-style:none; color:var(--home-muted); font-size:14px; line-height:2; }
.check-list li::before { content:"●"; color:var(--home-red); margin-right:10px; font-size:9px; }
.package-card { border-radius:13px; padding:20px; display:grid; grid-template-columns:minmax(370px,1fr) 330px; gap:18px; }
.package-preview { min-height:420px; }
.package-card .cover-art { min-height:420px; }
.mini-assets { display:grid; gap:16px; align-content:start; }
.asset-row { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.asset-thumb { height:78px; border:1px solid rgba(255,255,255,.14); background-image:var(--art); background-size:cover; background-position:center; position:relative; overflow:hidden; }
.format-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.format { min-height:72px; border:1px solid rgba(255,255,255,.13); display:grid; place-items:center; font-family:var(--home-mono); color:var(--home-muted); font-size:10px; }
.details { border:1px solid rgba(255,255,255,.11); border-radius:7px; padding:14px; font-family:var(--home-mono); font-size:10px; color:var(--home-muted); display:grid; gap:8px; }
.details div { display:grid; grid-template-columns:80px 1fr; }
.package-card .btn { width:100%; }

.compare-row { display:grid; grid-template-columns:1fr 70px 1fr; align-items:center; gap:18px; }
.compare-card { border:1px solid var(--home-line-2); border-radius:10px; padding:14px; background:rgba(255,255,255,.03); }
.compare-art { height:260px; border:1px solid rgba(255,255,255,.13); background-image:var(--art); background-size:cover; background-position:center; position:relative; overflow:hidden; }
.swap { width:58px; height:58px; border:1px solid var(--home-red); border-radius:50%; display:grid; place-items:center; color:var(--home-red); font-size:26px; box-shadow:0 0 28px rgba(255,49,49,.17); }
.compare-meta { margin-top:12px; display:grid; grid-template-columns:1fr 1fr; gap:12px; font-size:12px; color:var(--home-muted); }
.compare-meta b { display:block; color:var(--home-text); margin-top:4px; }

.pricing-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.pricing-card { border-radius:10px; padding:24px; min-height:390px; position:relative; display:flex; flex-direction:column; }
.pricing-card.featured { border-color:rgba(255,49,49,.72); background:linear-gradient(180deg, rgba(255,49,49,.16), rgba(255,255,255,.015)), rgba(8,8,10,.78); }
.pricing-card .label-row { display:flex; justify-content:space-between; align-items:center; gap:10px; min-height:20px; }
.badge { background:var(--home-red); color:#050505; padding:6px 8px; border-radius:3px; font-family:var(--home-mono); font-size:8px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.price { margin-top:22px; font-family:var(--home-serif); font-size:46px; letter-spacing:-.06em; }
.price span { font-family:var(--home-sans); font-size:16px; color:var(--home-muted); letter-spacing:0; }
.pricing-card p { color:var(--home-muted); margin-top:8px; font-size:13px; }
.pricing-card ul { margin:22px 0; padding:0; list-style:none; color:var(--home-muted); font-size:13px; line-height:2; }
.pricing-card li::before { content:"□"; color:var(--home-red); margin-right:9px; font-size:10px; }
.pricing-card .btn { width:100%; margin-top:auto; }
.pricing-card.daypass-strip {
  min-height: 0;
  margin-top: 18px;
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-style: dashed;
}

.pricing-card.daypass-strip .btn { width: auto; margin-top: 0; }

.artists-row { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.artist-card { border-radius:10px; padding:12px; min-height:250px; }
.artist-art { height:160px; border:1px solid rgba(255,255,255,.13); background-image:var(--art); background-size:cover; background-position:center; position:relative; overflow:hidden; }
.artist-art::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 50% 44%, rgba(255,255,255,.2), transparent 26%); }
.artist-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--home-text);
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.artist-card a:hover { color: var(--home-red); }
.artist-art.artist-placeholder {
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(255,49,49,.14), transparent 31%),
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  background-size: 28px 28px, 28px 28px, 100% 100%, 100% 100%;
}
.artist-art.artist-placeholder::before {
  content: "SIGNAL COVER";
  position: absolute;
  inset: 12px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255,255,255,.18);
  color: var(--home-dim);
  font-family: var(--home-mono);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.artist-card b { display:block; margin-top:14px; font-family:var(--home-mono); font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.artist-card strong { display:block; margin-top:5px; font-size:18px; }
.artist-card span { display:block; margin-top:7px; color:var(--home-muted); font-size:12px; line-height:1.4; }

.home-faq { border-radius:10px; overflow:hidden; }
.home-faq-item { border-bottom:1px solid rgba(255,255,255,.1); font-family:var(--home-mono); font-size:11px; letter-spacing:.08em; color:rgba(248,242,236,.78); }
.home-faq-item:last-child { border-bottom:0; }
.home-faq-item summary { min-height:54px; display:grid; grid-template-columns:1fr auto; align-items:center; gap:18px; padding:0 18px; cursor:pointer; list-style:none; }
.home-faq-item summary::-webkit-details-marker { display:none; }
.home-faq-item summary span { color:var(--home-muted); font-size:18px; transition:transform .18s ease, color .18s ease; }
.home-faq-item[open] summary span { color:var(--home-red); transform:rotate(45deg); }
.home-faq-item p { margin:0; padding:0 18px 20px; max-width:72ch; color:var(--home-muted); font-family:var(--home-sans); font-size:13px; line-height:1.55; letter-spacing:0; }

.cta-section { padding: 54px 0 0; }
.cta-banner {
  border-radius:14px;
  min-height:270px;
  display:grid;
  place-items:center;
  text-align:center;
  overflow:hidden;
  position:relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.014)),
    rgba(8,8,10,.74);
}
.cta-banner::before, .cta-banner::after { display:none; }
.cta-inner { position:relative; z-index:2; }
.cta-title { font-family:var(--home-serif); font-size:clamp(42px, 5vw, 78px); line-height:.98; letter-spacing:-.06em; font-weight:500; }
.cta-title em { color:var(--home-red); display:block; }
.cta-buttons { margin-top:28px; display:flex; gap:18px; justify-content:center; flex-wrap:wrap; }

.home-footer {
  margin-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: 42px 18px 32px;
  background: rgba(5,5,6,.84);
}
.footer-grid { max-width:var(--home-max); margin:0 auto; display:grid; grid-template-columns:1.35fr repeat(3, .7fr) 1.15fr; gap:42px; }
.home-footer p { color:var(--home-muted); max-width:270px; line-height:1.55; font-size:13px; margin:18px 0; }
.social { display:flex; gap:12px; color:var(--home-muted); font-family:var(--home-mono); }
.home-footer h4 { margin:0 0 14px; font-family:var(--home-mono); color:var(--home-dim); font-size:10px; letter-spacing:.16em; text-transform:uppercase; }
.home-footer a, .home-footer span { display:block; margin:9px 0; color:var(--home-muted); font-family:var(--home-mono); font-size:11px; letter-spacing:.07em; }
.email-box { height:46px; border:1px solid var(--home-line); border-radius:5px; display:grid; grid-template-columns:1fr 46px; overflow:hidden; margin-top:16px; }
.email-box input { border:0; background:rgba(255,255,255,.025); color:var(--home-text); padding:0 14px; outline:0; }
.email-box button { border:0; background:rgba(255,49,49,.12); color:var(--home-red); font-size:20px; }
.footer-bottom { max-width:var(--home-max); margin:32px auto 0; padding-top:22px; border-top:1px solid rgba(255,255,255,.09); display:flex; justify-content:space-between; gap:20px; color:var(--home-dim); font-family:var(--home-mono); font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
.system { color:var(--home-green); }

body.page-home-redesign .reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* Latest premium dark chrome/red editorial pass. */
.home-topbar {
  height: 64px;
  grid-template-columns: 230px minmax(0, 1fr) 340px;
  padding: 0 14px 0 20px;
  border-radius: 12px;
}

.home-brand {
  width: 194px;
  min-height: 52px;
  background-size: 194px auto;
}

.home-nav {
  justify-content: space-evenly;
  gap: 0;
  padding: 0 18px;
}

.home-actions .btn {
  min-height: 42px;
  padding: 0 18px;
}

#authTriggerBtn {
  min-width: 104px;
  background: rgba(255,255,255,.018);
  border-color: rgba(255,255,255,.28);
  color: rgba(248,242,236,.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

#primaryStudioBtn {
  min-width: 168px;
  box-shadow: 0 16px 42px rgba(255,49,49,.34), inset 0 1px 0 rgba(255,255,255,.3);
}

.home-hero {
  min-height: 840px;
  grid-template-columns: minmax(560px, .95fr) minmax(520px, .82fr);
  gap: 72px;
}

.home-hero::after {
  opacity: .22;
  height: 48px;
  bottom: 38px;
  filter: drop-shadow(0 0 12px rgba(255,49,49,.2));
}

.home-hero h1 {
  font-size: clamp(86px, 9.35vw, 148px);
  line-height: .88;
  letter-spacing: -.08em;
}

.home-hero h1 .red {
  margin-top: 8px;
  color: #ff3b34;
}

.hero-copy {
  margin-top: 0;
  padding-top: clamp(20px, 2vw, 32px);
  max-width: 560px;
  font-size: 18px;
}

.hero-cta .btn-red {
  min-width: 204px;
}

.metric-row {
  max-width: 660px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric {
  min-height: 88px;
  padding: 18px 28px;
}

.metric b {
  font-size: 28px;
}

.metric span {
  white-space: nowrap;
}

.section-grid {
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 46px;
}

.section-title {
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: .92;
}

#lanes .section-title {
  max-width: 340px;
}

#lanes .section-title em {
  margin-top: 10px;
}

#lanes aside .btn {
  min-width: 190px;
}

.lanes-grid {
  gap: 18px;
}

.lane-card {
  min-height: 286px;
  padding: 12px;
  border-radius: 8px;
}

.tile-art {
  height: 206px;
}

.lane-meta {
  padding: 14px 2px 0;
}

.lane-meta b {
  font-size: 11px;
}

.lane-meta span {
  font-size: 12px;
}

.slider-line {
  display: none;
}

.process-row {
  align-items: stretch;
  gap: 20px;
}

.process-card {
  min-height: 246px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 10px;
}

.process-card::after {
  right: -42px;
  bottom: -54px;
  width: 170px;
  height: 170px;
  opacity: .42;
}

.process-card h3 {
  font-size: 84px;
  line-height: .82;
  color: rgba(255,49,49,.88);
}

.process-card b {
  margin-top: 24px;
  max-width: 190px;
  font-family: var(--home-serif);
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.035em;
}

.process-card p {
  margin-top: 14px;
  max-width: 230px;
  font-size: 14px;
}

.package-layout {
  grid-template-columns: 300px minmax(0, 1fr);
}

.check-list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 12px 1px 0;
  background: var(--home-red);
  box-shadow: 0 0 13px rgba(255,49,49,.7);
}

.package-card {
  grid-template-columns: minmax(360px, 1fr) minmax(310px, 360px);
  gap: 24px;
  align-items: stretch;
}

.mini-assets {
  align-content: stretch;
  grid-template-rows: auto auto 1fr auto;
}

.format {
  min-height: 82px;
  border-color: rgba(255,49,49,.28);
  background: rgba(255,49,49,.045);
  color: rgba(248,242,236,.84);
}

.details {
  align-self: stretch;
  align-content: center;
  gap: 12px;
}

.details div {
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: baseline;
}

.details b {
  color: var(--home-text);
  text-align: right;
}

.package-card .btn {
  align-self: end;
}

.compare-row {
  grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
  gap: 22px;
}

.compare-card {
  padding: 16px;
}

.compare-art {
  height: 330px;
}

.swap {
  justify-self: center;
  width: 66px;
  height: 66px;
  background: rgba(255,49,49,.055);
}

.compare-meta {
  margin-top: 16px;
  padding: 0 2px;
}

.pricing-cycle-toggle {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  padding: 5px;
  background: rgba(255,255,255,.035);
  display: inline-flex;
}

.pricing-cycle-toggle button {
  border: 0;
  border-radius: 999px;
  min-height: 36px;
  padding: 0 18px;
  background: transparent;
  color: var(--home-muted);
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pricing-cycle-toggle button.is-active,
.pricing-cycle-toggle button.on {
  background: var(--home-red);
  color: #050505;
  box-shadow: 0 12px 30px rgba(255,49,49,.26);
}

.pricing-card.featured {
  border-color: rgba(255,49,49,.95);
  background:
    linear-gradient(180deg, rgba(255,49,49,.25), rgba(255,49,49,.065) 44%, rgba(255,255,255,.018)),
    rgba(8,8,10,.84);
  box-shadow: 0 34px 96px rgba(255,49,49,.14), 0 30px 90px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.13);
}

.pricing-card.featured::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,49,49,.34), inset 0 26px 80px rgba(255,49,49,.08);
}

.pricing-card.daypass-strip {
  border-color: rgba(255,49,49,.42);
  background:
    linear-gradient(90deg, rgba(255,49,49,.09), rgba(255,255,255,.018)),
    rgba(8,8,10,.72);
}

.artists-row {
  gap: 18px;
}

.artist-card {
  min-height: 362px;
  padding: 14px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.012)),
    rgba(8,8,10,.78);
  background-size: 34px 34px, 34px 34px, 100% 100%, 100% 100%;
  display: flex;
  flex-direction: column;
}

.artist-art {
  height: 190px;
  border-color: rgba(255,255,255,.18);
}

.artist-art::after {
  opacity: .45;
}

.artist-card b {
  margin-top: 16px;
  color: var(--home-red);
}

.artist-card strong {
  font-family: var(--home-serif);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.035em;
}

.artist-card small {
  display: block;
  margin-top: 10px;
  color: var(--home-dim);
  font-family: var(--home-mono);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.artist-card a {
  margin-top: auto;
}

.home-faq {
  border-radius: 8px;
  background: rgba(8,8,10,.66);
}

.home-faq-item {
  font-size: 12px;
  border-bottom-color: rgba(255,255,255,.12);
}

.home-faq-item summary {
  min-height: 72px;
  padding: 0 26px;
  grid-template-columns: minmax(0, 1fr) 44px;
}

.home-faq-item summary span {
  justify-self: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--home-red);
}

.home-faq-item p {
  padding: 0 26px 24px;
}

.cta-banner {
  background:
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.016)),
    radial-gradient(circle at 50% 0%, rgba(255,49,49,.13), transparent 42%),
    rgba(8,8,10,.82);
}

.cta-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.home-footer {
  padding-top: 50px;
}

.footer-grid {
  grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(120px, .62fr)) minmax(270px, 1.05fr);
  align-items: start;
}

.home-footer .home-brand {
  width: 184px;
}

.home-footer a:hover,
.footer-link-button:hover {
  color: var(--home-red);
}

.footer-link-button {
  display: block;
  margin: 9px 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--home-muted);
  font-family: var(--home-mono);
  font-size: 11px;
  letter-spacing: .07em;
  text-align: left;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .home-topbar { grid-template-columns: 200px 1fr 250px; }
  .home-signed { display:none; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-card-wrap { min-height: 620px; }
  .section-grid,
  .package-layout { grid-template-columns: 1fr; }
  .section-copy { max-width: 520px; }
  .lanes-grid,
  .pricing-grid,
  .artists-row { grid-template-columns: repeat(2, 1fr); }
  .package-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .home-page { padding: 10px 10px 0; }
  .home-topbar { position:relative; top:0; height:auto; min-height:70px; grid-template-columns:1fr auto; }
  .home-nav { display:none; }
  .home-brand { width: 134px; min-width: 0; min-height: 42px; font-size:17px; }
  .home-actions { max-width: 116px; overflow: hidden; }
  .home-actions .btn { min-width: 0; width: 116px; padding:0 10px; min-height:44px; gap: 8px; font-size: 9px; letter-spacing: .1em; }
  .home-actions .btn .arrow,
  .home-actions .btn span { display: none; }
  .home-actions #authTriggerBtn,
  .home-actions .account-cluster { display: none !important; }
  .home-hero h1 { font-size: clamp(64px, 18vw, 94px); }
  .home-hero { min-height: auto; padding-top: 38px; }
  .featured-card { transform:none; }
  .cover-stage { grid-template-columns: 1fr; }
  .stepper { display:none; }
  .metric-row,
  .feature-meta,
  .process-row,
  .compare-row,
  .pricing-grid,
  .lanes-grid,
  .artists-row { grid-template-columns:1fr; }
  .section-grid > *,
  .lanes-grid,
  .lane-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .metric { border-right:0; border-bottom:1px solid rgba(255,255,255,.09); }
  .section-grid { padding:54px 0; }
  .package-card .cover-art,
  .cover-art { min-height:360px; }
  .cover-title { font-size:46px; }
  .compare-row .swap { justify-self:center; }
  .daypass-strip { align-items: stretch; flex-direction: column; }
  .slider-line {
    width: min(320px, 100%);
  }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
}

/* Precision pass from the latest mockup notes. */
:root {
  --color-bg-primary: #0a0a0a;
  --color-bg-secondary: #0f0f10;
  --color-card: #121214;
  --color-card-deep: #0e0e10;
  --color-border: rgba(41, 41, 43, .7);
  --color-heading: #ffffff;
  --color-body: #b5b5b5;
  --color-muted: #8e8e95;
  --color-accent: #ff003d;
  --color-accent-deep: #d30037;
}

html {
  scroll-behavior: smooth;
}

body.page-home-redesign {
  background:
    radial-gradient(circle at 50% -10%, rgba(255,0,61,.1), transparent 34%),
    linear-gradient(180deg, var(--color-bg-secondary), var(--color-bg-primary) 24%, #080808 100%);
  color: var(--color-heading);
}

body.page-home-redesign :focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 4px;
}

body.page-home-redesign p,
.section-copy,
.hero-copy,
.pricing-card p,
.artist-card span,
.home-faq-item p {
  color: var(--color-body);
}

.home-topbar {
  border-color: var(--color-border);
  border-radius: 16px;
}

.home-topbar::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -1px;
  height: 1px;
  background: #29292b;
  opacity: .65;
}

.home-brand {
  background-size: 198px auto;
}

.home-nav a {
  padding: 22px 0;
}

#authTriggerBtn {
  border-color: #444;
  border-radius: 8px;
  background: transparent;
}

#primaryStudioBtn,
#heroStartBtn,
#finalCtaTrialBtn,
.pricing-card.featured .pricing-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--color-accent-deep), var(--color-accent));
  box-shadow: 0 16px 42px rgba(211, 0, 55, .28), inset 0 1px 0 rgba(255,255,255,.24);
}

.home-hero h1 {
  max-width: 760px;
  font-size: clamp(56px, 6vw, 72px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: .01em;
  color: var(--color-heading);
}

.home-hero h1 .red {
  color: var(--color-accent);
}

.hero-copy {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.58;
}

.hero-note,
.cta-note,
.pricing-caption {
  display: block;
  color: var(--color-muted);
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-note {
  margin-top: 12px;
}

.metric-row {
  gap: 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.metric {
  position: relative;
  min-height: 96px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(18,18,20,.94), rgba(14,14,16,.88));
}

.metric::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
  border: 1px solid rgba(255,0,61,.72);
  border-radius: 7px;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255,0,61,.6) 45% 55%, transparent 55%),
    linear-gradient(transparent 45%, rgba(255,0,61,.6) 45% 55%, transparent 55%);
}

.section-grid {
  padding: 96px 0;
}

.section-title {
  color: var(--color-heading);
  font-weight: 700;
  letter-spacing: 0;
}

#lanes .section-title {
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.02;
}

#lanes .section-title em {
  color: var(--color-accent);
  font-size: .48em;
  line-height: 1.18;
  letter-spacing: .03em;
  text-transform: lowercase;
}

.lane-card,
.process-card,
.package-card,
.pricing-card,
.artist-card,
.home-faq,
.cta-banner {
  border-color: var(--color-border);
  border-radius: 16px;
  background: linear-gradient(180deg, var(--color-card), var(--color-card-deep));
}

.lane-card {
  padding: 0;
  overflow: hidden;
}

.tile-art {
  height: auto;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 12px;
  margin: 12px 12px 0;
}

.lane-meta {
  padding: 16px 14px 18px;
}

.lane-card:hover,
.lane-card.is-active {
  transform: translateY(-3px);
  border-color: rgba(255,0,61,.72);
  box-shadow: 0 18px 54px rgba(255,0,61,.09), 0 30px 80px rgba(0,0,0,.32);
}

.process-card {
  min-height: 270px;
  padding: 34px 30px;
}

.process-card h3 {
  position: absolute;
  left: 18px;
  top: 10px;
  z-index: 0;
  font-family: var(--home-serif);
  font-size: 100px;
  line-height: 1;
  color: rgba(255,255,255,.12);
}

.process-card b,
.process-card p {
  position: relative;
  z-index: 1;
}

.process-card b {
  margin-top: 88px;
}

.process-card::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 28px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 26px rgba(255,0,61,.42);
}

.package-layout .section-title {
  color: var(--color-accent);
  font-size: clamp(32px, 3.4vw, 48px);
}

.package-card {
  padding: 24px;
}

.package-preview {
  aspect-ratio: 16 / 9;
  min-height: 0;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 18px;
  background: rgba(0,0,0,.24);
}

.package-card .cover-art {
  min-height: 0;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
}

.package-card .cover-title,
.package-card .cover-artist,
.package-card .thumbs {
  display: none;
}

.format {
  min-height: 44px;
  border-color: rgba(255,0,61,.6);
  border-radius: 8px;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.format:hover {
  background: rgba(255,0,61,.12);
  color: #fff;
}

.details {
  border-color: var(--color-border);
  border-radius: 12px;
}

.compare-row {
  position: relative;
  gap: 48px;
}

.compare-card {
  border-color: rgba(255,0,61,.42);
  border-radius: 16px;
  background: var(--color-card);
}

.compare-art {
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
}

.swap {
  border-color: rgba(255,0,61,.72);
  background: rgba(0,0,0,.16);
}

.pricing-cycle-toggle {
  background: #1a1a1e;
  border-color: var(--color-border);
}

.pricing-cycle-toggle button.is-active,
.pricing-cycle-toggle button.on {
  background: var(--color-accent);
  color: #fff;
}

.pricing-grid {
  gap: 24px;
}

.pricing-card {
  gap: 0;
  padding: 30px;
}

.pricing-card.featured {
  background: #27000f;
  border-color: var(--color-accent);
}

.badge {
  background: var(--color-accent);
  color: #fff;
}

.price {
  font-size: 44px;
  font-weight: 700;
}

.pricing-card li::before {
  content: "+";
  color: var(--color-accent);
  font-weight: 900;
}

.pricing-caption {
  margin-top: 10px;
  text-align: center;
}

.pricing-card.daypass-strip {
  border-width: 2px;
  border-color: var(--color-border);
  border-style: dashed;
  background: #101012;
}

.pricing-card.daypass-strip::before {
  content: "";
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,0,61,.44);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,0,61,.16), rgba(255,255,255,.04));
}

.signal-intro {
  max-width: 620px;
  margin: 0 auto 28px;
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
}

.artist-card {
  gap: 0;
  padding: 16px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.artist-card:hover {
  transform: translateY(-3px);
  border-color: var(--color-accent);
  box-shadow: 0 18px 58px rgba(255,0,61,.12);
}

.artist-card a {
  border-bottom: 1px solid rgba(255,0,61,.7);
}

.home-faq {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: transparent;
}

.home-faq-item {
  display: block;
  padding: 0;
  border-bottom: 1px solid var(--color-border);
}

.home-faq-item:first-child {
  border-top: 1px solid var(--color-border);
}

.home-faq-item summary {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  padding: 0 24px;
  color: rgba(255,255,255,.86);
  font-family: var(--home-sans);
  font-size: 18px;
  cursor: pointer;
  list-style: none;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-item[open] {
  background: #1a1a1e;
}

.home-faq-item[open] summary span {
  transform: rotate(45deg);
}

.home-faq-item p {
  padding: 0 24px 24px;
  font-size: 15px;
  line-height: 1.6;
}

.cta-section {
  padding: 96px 0 0;
}

.cta-banner {
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(10,10,10,.24), rgba(10,10,10,.78)),
    #0c0c0c;
}

.cta-title {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.1;
}

.cta-buttons .btn {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cta-buttons .btn:hover {
  transform: scale(1.04);
}

.cta-note {
  margin-top: 18px;
  text-align: center;
}

.home-footer {
  background: #0c0c0c;
  border-top-color: var(--color-border);
}

.footer-grid {
  grid-template-columns: 1.15fr .7fr .7fr .85fr 1.1fr;
  gap: 32px;
}

.email-box {
  border-color: var(--color-border);
  border-radius: 8px;
}

.footer-bottom {
  border-top-color: var(--color-border);
  color: #5b5b5e;
}

@media (max-width: 760px) {
  .home-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 10px 0 14px;
  }

  .home-brand {
    width: 172px;
    min-height: 44px;
    background-size: contain;
  }

  .home-actions {
    max-width: 118px;
    overflow: visible;
  }

  .home-actions #primaryStudioBtn {
    width: 112px;
    min-height: 42px;
    padding: 0 9px;
    font-size: 8px;
    letter-spacing: .08em;
  }

  .hero-note {
    line-height: 1.6;
  }

  .metric-row {
    gap: 12px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* === HOME MOCKUP RESTORE — 2026-05-14
   Locks the homepage back to the approved dark chrome/red editorial mockup.
   Earlier precision overrides made the page too tall, too pink, and too card-heavy. */
body.page-home-redesign {
  --color-accent: #ff3131;
  --color-accent-deep: #ff2828;
  --color-border: rgba(255, 255, 255, 0.115);
  --color-heading: #f8f2ec;
  --color-body: rgba(248, 242, 236, 0.64);
  --color-muted: rgba(248, 242, 236, 0.38);
  --home-red: #ff3131;
  --home-red-2: #ff4a43;
  --home-line: rgba(255, 255, 255, 0.115);
  --home-line-2: rgba(255, 255, 255, 0.19);
  --home-panel: rgba(13, 13, 15, 0.76);
  --home-panel-2: rgba(255, 255, 255, 0.034);
  background:
    radial-gradient(circle at 74% 4%, rgba(255, 49, 49, .12), transparent 23%),
    radial-gradient(circle at 48% 10%, rgba(120, 150, 190, .075), transparent 20%),
    #030303;
}

body.page-home-redesign .home-page {
  padding: 18px 18px 0;
}

body.page-home-redesign .home-topbar {
  height: 72px;
  max-width: var(--home-max);
  grid-template-columns: 240px minmax(0, 1fr) 330px;
  padding: 0 16px 0 22px;
  border: 1px solid var(--home-line-2);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015)), rgba(5,5,6,.86);
  box-shadow: 0 22px 70px rgba(0,0,0,.56), inset 0 1px 0 rgba(255,255,255,.13), inset 0 -1px 0 rgba(255,49,49,.11);
}

body.page-home-redesign .home-topbar::after {
  background: rgba(255, 49, 49, .12);
  opacity: 1;
}

body.page-home-redesign .home-nav {
  gap: clamp(24px, 4vw, 62px);
  font-size: 10px;
  letter-spacing: .22em;
}

body.page-home-redesign .home-nav a {
  padding: 0;
}

body.page-home-redesign #authTriggerBtn {
  border: 1px solid var(--home-line-2);
  border-radius: 5px;
  background: rgba(255,255,255,.026);
}

body.page-home-redesign #primaryStudioBtn,
body.page-home-redesign #heroStartBtn,
body.page-home-redesign #finalCtaTrialBtn,
body.page-home-redesign .pricing-card.featured .pricing-btn {
  color: #050505;
  background: linear-gradient(135deg, #ff2828, #ff4840);
  box-shadow: 0 18px 48px rgba(255,49,49,.28), inset 0 1px 0 rgba(255,255,255,.28);
}

body.page-home-redesign .home-hero {
  min-height: 820px;
  grid-template-columns: minmax(520px, .92fr) minmax(560px, .9fr);
  align-items: center;
  gap: 58px;
  padding: 54px 0 72px;
}

body.page-home-redesign .home-hero h1 {
  max-width: none;
  margin: 34px 0 0;
  font-family: var(--home-serif);
  font-size: clamp(76px, 8.7vw, 136px);
  line-height: .84;
  letter-spacing: -.075em;
  font-weight: 500;
  color: var(--home-text);
}

body.page-home-redesign .home-hero h1 .red {
  color: var(--home-red);
  font-style: italic;
  margin-top: 8px;
  text-shadow: 0 0 46px rgba(255,49,49,.2);
}

body.page-home-redesign .hero-copy {
  max-width: 520px;
  margin-top: 28px;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.45;
}

body.page-home-redesign .hero-proofline {
  max-width: 540px;
  margin-top: 12px;
  color: rgba(248, 242, 236, 0.78);
  font-family: var(--home-mono);
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.page-home-redesign .hero-note {
  margin-top: 8px;
  font-size: 9px;
  letter-spacing: .15em;
}

body.page-home-redesign .hero-card-wrap {
  min-height: 650px;
}

body.page-home-redesign .featured-card {
  width: min(100%, 650px);
  border-radius: 20px;
  transform: rotateY(-6deg) rotateX(2deg);
}

body.page-home-redesign .metric-row {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 610px;
  gap: 0;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.014));
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
}

body.page-home-redesign .metric {
  min-height: 82px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.09);
  border-radius: 0;
  padding: 17px 24px;
  background: transparent;
}

body.page-home-redesign .metric:last-child {
  border-right: 0;
}

body.page-home-redesign .metric::before {
  content: none;
}

body.page-home-redesign .metric b {
  color: var(--home-red);
  font-size: 23px;
  letter-spacing: .07em;
}

body.page-home-redesign .metric span {
  margin-top: 6px;
  color: var(--home-muted);
  font-size: 9px;
  letter-spacing: .16em;
}

body.page-home-redesign .home-section {
  border-top: 1px solid rgba(255,255,255,.09);
}

body.page-home-redesign .section-grid {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 38px;
  padding: 72px 0;
}

body.page-home-redesign .section-title {
  margin-top: 34px;
  font-family: var(--home-serif);
  font-size: clamp(36px, 4vw, 60px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -.055em;
  color: var(--home-text);
}

body.page-home-redesign .section-title em,
body.page-home-redesign #lanes .section-title em,
body.page-home-redesign .package-layout .section-title,
body.page-home-redesign .cta-title em {
  color: var(--home-red);
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

body.page-home-redesign .section-title em {
  display: block;
}

body.page-home-redesign .section-copy {
  max-width: 260px;
  margin-top: 24px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.55;
}

body.page-home-redesign #lanes .section-title {
  font-size: clamp(36px, 4vw, 60px);
  line-height: .95;
}

body.page-home-redesign .slider-line {
  display: none;
}

body.page-home-redesign .lane-card,
body.page-home-redesign .process-card,
body.page-home-redesign .package-card,
body.page-home-redesign .pricing-card,
body.page-home-redesign .artist-card,
body.page-home-redesign .home-faq,
body.page-home-redesign .cta-banner {
  border: 1px solid var(--home-line-2);
  background: linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.014)), rgba(8,8,10,.74);
  box-shadow: 0 30px 90px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}

body.page-home-redesign .lanes-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

body.page-home-redesign .lane-card {
  min-height: 260px;
  border-radius: 9px;
  padding: 10px;
}

body.page-home-redesign .tile-art {
  height: 185px;
  aspect-ratio: auto;
  margin: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 0;
}

body.page-home-redesign .lane-meta {
  padding: 11px 2px 0;
}

body.page-home-redesign .lane-card:hover,
body.page-home-redesign .lane-card.is-active {
  border-color: rgba(255,49,49,.46);
  box-shadow: 0 18px 46px rgba(255,49,49,.08), 0 24px 70px rgba(0,0,0,.32);
}

body.page-home-redesign .process-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

body.page-home-redesign .process-card {
  min-height: 160px;
  border-radius: 12px;
  padding: 24px;
}

body.page-home-redesign .process-card::before {
  content: none;
}

body.page-home-redesign .process-card h3 {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  font-size: 54px;
  line-height: 1;
  color: var(--home-text);
}

body.page-home-redesign .process-card b {
  margin-top: 8px;
  font-size: 15px;
}

body.page-home-redesign .process-card p {
  max-width: 190px;
  margin-top: 8px;
  font-size: 13px;
}

body.page-home-redesign .package-layout {
  grid-template-columns: 270px 1fr;
  gap: 34px;
}

body.page-home-redesign .package-card {
  display: grid;
  grid-template-columns: minmax(370px,1fr) 330px;
  gap: 18px;
  padding: 20px;
  border-radius: 13px;
}

body.page-home-redesign .package-preview {
  min-height: 420px;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

body.page-home-redesign .package-card .cover-art {
  min-height: 420px;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
}

body.page-home-redesign .package-card .cover-title,
body.page-home-redesign .package-card .cover-artist,
body.page-home-redesign .package-card .thumbs {
  display: none;
}

body.page-home-redesign .format {
  min-height: 72px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 0;
  color: var(--home-muted);
}

body.page-home-redesign .details {
  border-color: rgba(255,255,255,.11);
  border-radius: 7px;
}

body.page-home-redesign .compare-row {
  grid-template-columns: 1fr 70px 1fr;
  gap: 18px;
}

body.page-home-redesign .compare-card {
  border-color: var(--home-line-2);
  border-radius: 10px;
  background: rgba(255,255,255,.03);
}

body.page-home-redesign .compare-art {
  height: 260px;
  aspect-ratio: auto;
  border-radius: 0;
  background-color: #050506;
}

body.page-home-redesign .proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.page-home-redesign .proof-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--home-line-2);
  border-radius: 10px;
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 49, 49, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.012)),
    rgba(8,8,10,.76);
  box-shadow: 0 24px 72px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.09);
}

body.page-home-redesign .proof-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.14);
  background: #050505;
}

body.page-home-redesign .proof-card div {
  padding-top: 12px;
}

body.page-home-redesign .proof-card b {
  display: block;
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.page-home-redesign .proof-card span {
  display: block;
  margin-top: 6px;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.45;
}

body.page-home-redesign .label-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--home-line-2);
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,49,49,.08), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.012)),
    rgba(8,8,10,.76);
  box-shadow: 0 28px 80px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.10);
}

body.page-home-redesign .label-flow article {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid rgba(255,255,255,.10);
  position: relative;
}

body.page-home-redesign .label-flow article:last-child {
  border-right: 0;
}

body.page-home-redesign .label-flow article::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,49,49,.72), transparent);
}

body.page-home-redesign .label-flow span {
  font-family: var(--home-serif);
  color: var(--home-red);
  font-size: 42px;
  line-height: .9;
  letter-spacing: -.06em;
}

body.page-home-redesign .label-flow b {
  display: block;
  margin-top: 20px;
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.page-home-redesign .label-flow p {
  margin-top: 10px;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.45;
}

body.page-home-redesign .pricing-cycle-toggle {
  width: fit-content;
  border-color: var(--home-line);
  background: rgba(255,255,255,.04);
}

body.page-home-redesign .pricing-cycle-toggle button.is-active,
body.page-home-redesign .pricing-cycle-toggle button.on {
  background: #f8f2ec;
  color: #050505;
}

body.page-home-redesign .pricing-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

body.page-home-redesign .pricing-card {
  min-height: 340px;
  border-radius: 10px;
  padding: 24px;
}

body.page-home-redesign .pricing-card.featured {
  border-color: rgba(255,49,49,.72);
  background: linear-gradient(180deg, rgba(255,49,49,.16), rgba(255,255,255,.015)), rgba(8,8,10,.78);
}

body.page-home-redesign .badge {
  background: var(--home-red);
  color: #050505;
}

body.page-home-redesign .price {
  margin-top: 22px;
  font-size: 46px;
  font-weight: 500;
}

body.page-home-redesign .pricing-card li::before {
  content: "□";
  color: var(--home-red);
  font-weight: 400;
}

body.page-home-redesign .pricing-card.daypass-strip {
  min-height: 0;
  margin-top: 18px;
  padding: 20px 24px;
  border: 1px dashed var(--home-line-2);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.014)), rgba(8,8,10,.74);
}

body.page-home-redesign .pricing-card.daypass-strip::before {
  content: none;
}

body.page-home-redesign .signal-intro {
  display: none;
}

body.page-home-redesign .artist-card {
  min-height: 250px;
  border-radius: 10px;
  padding: 12px;
}

body.page-home-redesign .artist-art {
  height: 160px;
}

body.page-home-redesign .artist-card strong {
  font-family: var(--home-sans);
  font-size: 18px;
}

body.page-home-redesign .home-faq {
  border-radius: 10px;
  overflow: hidden;
}

body.page-home-redesign .home-faq-item {
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-family: var(--home-mono);
  font-size: 11px;
  letter-spacing: .08em;
}

body.page-home-redesign .home-faq-item:first-child {
  border-top: 0;
}

body.page-home-redesign .home-faq-item summary {
  min-height: 54px;
  padding: 0 18px;
  font-family: var(--home-mono);
  font-size: 11px;
  letter-spacing: .08em;
}

body.page-home-redesign .home-faq-item[open] {
  background: rgba(255,255,255,.035);
}

body.page-home-redesign .home-faq-item p {
  padding: 0 18px 20px;
  font-size: 13px;
}

body.page-home-redesign .cta-section {
  padding: 54px 0 0;
}

body.page-home-redesign .cta-banner {
  min-height: 270px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.014)),
    rgba(8,8,10,.74);
}

body.page-home-redesign .cta-title {
  max-width: none;
  font-size: clamp(42px, 5vw, 78px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 500;
}

body.page-home-redesign .home-footer {
  padding: 42px 18px 32px;
  background: rgba(5,5,6,.84);
}

body.page-home-redesign .footer-grid {
  grid-template-columns: 1.35fr repeat(3, .7fr) 1.15fr;
  gap: 42px;
}

body.page-home-redesign .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  color: var(--home-dim);
}

body.page-home-redesign .footer-bottom a {
  display: inline;
  margin: 0;
}

@media (max-width: 1180px) {
  body.page-home-redesign .home-topbar {
    grid-template-columns: 200px minmax(0, 1fr) 190px;
  }

  body.page-home-redesign .home-hero {
    grid-template-columns: 1fr;
  }

  body.page-home-redesign .section-grid,
  body.page-home-redesign .package-layout {
    grid-template-columns: 1fr;
  }

  body.page-home-redesign .section-copy {
    max-width: 520px;
  }

  body.page-home-redesign .lanes-grid,
  body.page-home-redesign .pricing-grid,
  body.page-home-redesign .proof-grid,
  body.page-home-redesign .label-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  body.page-home-redesign .label-flow article:nth-child(2n) {
    border-right: 0;
  }

  body.page-home-redesign .label-flow article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.10);
  }

  body.page-home-redesign .package-card {
    grid-template-columns: 1fr;
  }

  body.page-home-redesign .footer-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 760px) {
  body.page-home-redesign .home-page {
    padding: 10px 10px 0;
  }

  body.page-home-redesign .home-topbar {
    position: relative;
    top: 0;
    height: auto;
    min-height: 70px;
    grid-template-columns: 1fr auto;
  }

  body.page-home-redesign .home-nav,
  body.page-home-redesign #authTriggerBtn {
    display: none;
  }

  body.page-home-redesign .home-hero {
    min-height: auto;
    padding-top: 38px;
  }

  body.page-home-redesign .home-hero h1 {
    font-size: clamp(64px, 18vw, 94px);
  }

  body.page-home-redesign .featured-card {
    transform: none;
  }

  body.page-home-redesign .cover-stage,
  body.page-home-redesign .metric-row,
  body.page-home-redesign .process-row,
  body.page-home-redesign .compare-row,
  body.page-home-redesign .pricing-grid,
  body.page-home-redesign .lanes-grid,
  body.page-home-redesign .artists-row,
  body.page-home-redesign .proof-grid,
  body.page-home-redesign .label-flow {
    grid-template-columns: 1fr;
  }

  body.page-home-redesign .label-flow article {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }

  body.page-home-redesign .label-flow article:last-child {
    border-bottom: 0;
  }

  body.page-home-redesign .metric {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }

  body.page-home-redesign .section-grid {
    padding: 54px 0;
  }

  body.page-home-redesign .package-card .cover-art,
  body.page-home-redesign .cover-art {
    min-height: 360px;
  }

  body.page-home-redesign .stepper {
    display: none;
  }

  body.page-home-redesign .footer-grid {
    grid-template-columns: 1fr;
  }

  body.page-home-redesign .footer-bottom {
    flex-direction: column;
  }
}

/* === APPROVED REFERENCE DENSITY LOCK
   The approved full-page mockup is compact: four lane rows, shallow process cards,
   and no oversized editorial whitespace. Keep this block last. */
@media (min-width: 761px) {
  body.page-home-redesign .home-hero {
    min-height: 720px;
    padding: 34px 0 54px;
    gap: 48px;
  }

  body.page-home-redesign .home-hero h1 {
    font-size: clamp(72px, 7.3vw, 104px);
    line-height: .86;
    letter-spacing: -.065em;
  }

  body.page-home-redesign .hero-copy {
    max-width: 500px;
    font-size: 15px;
  }

  body.page-home-redesign .hero-card-wrap {
    min-height: 590px;
  }

  body.page-home-redesign .featured-card {
    width: min(100%, 620px);
  }

  body.page-home-redesign .cover-art {
    min-height: 390px;
  }

  body.page-home-redesign .featured-card .cover-art {
    min-height: 420px;
  }

  body.page-home-redesign .section-grid {
    padding: 46px 0;
  }

  body.page-home-redesign .section-title {
    font-size: clamp(32px, 3.3vw, 48px);
  }

  body.page-home-redesign #lanes .section-title {
    font-size: clamp(32px, 3.3vw, 48px);
  }

  body.page-home-redesign .lanes-grid {
    gap: 12px;
  }

  body.page-home-redesign .lane-card {
    display: block;
    min-height: 0;
    padding: 8px;
    border-radius: 9px;
  }

  body.page-home-redesign .tile-art {
    height: 148px;
  }

  body.page-home-redesign .lane-meta {
    padding: 9px 2px 2px;
  }

  body.page-home-redesign .lane-meta b {
    font-size: 9px;
  }

  body.page-home-redesign .lane-meta span {
    font-size: 10px;
    margin-top: 4px;
  }

  body.page-home-redesign .process-card {
    display: block;
    min-height: 156px;
    padding: 22px;
  }

  body.page-home-redesign .process-card h3 {
    position: relative;
    font-size: 48px;
  }

  body.page-home-redesign .process-card b {
    margin-top: 7px;
    font-family: var(--home-sans);
    font-size: 13px;
    line-height: 1.2;
  }

  body.page-home-redesign .process-card p {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.42;
  }

  body.page-home-redesign .process-card::after {
    width: 124px;
    height: 124px;
    right: -24px;
    bottom: -42px;
  }

  body.page-home-redesign .package-card {
    grid-template-columns: minmax(420px, 1fr) 310px;
    padding: 18px;
  }

  body.page-home-redesign .package-preview,
  body.page-home-redesign .package-card .cover-art {
    min-height: 330px;
  }

  body.page-home-redesign .asset-thumb {
    height: 62px;
  }

  body.page-home-redesign .format {
    min-height: 54px;
  }

  body.page-home-redesign .details {
    padding: 12px;
    gap: 7px;
  }

  body.page-home-redesign .compare-art {
    height: 215px;
  }

  body.page-home-redesign .compare-card {
    padding: 12px;
  }

  body.page-home-redesign .pricing-grid {
    gap: 14px;
  }

  body.page-home-redesign .pricing-card {
    min-height: 318px;
    padding: 20px;
  }

  body.page-home-redesign .pricing-card p,
  body.page-home-redesign .pricing-card ul {
    font-size: 12px;
  }

  body.page-home-redesign .pricing-card ul {
    margin: 18px 0;
    line-height: 1.75;
  }

  body.page-home-redesign .price {
    font-size: 34px;
  }

  body.page-home-redesign .pricing-card.daypass-strip {
    padding: 16px 20px;
  }

  body.page-home-redesign .artist-card {
    min-height: 225px;
  }

  body.page-home-redesign .artist-art {
    height: 140px;
  }

  body.page-home-redesign .home-faq-item summary {
    min-height: 48px;
  }

  body.page-home-redesign .cta-section {
    padding-top: 42px;
  }

  body.page-home-redesign .cta-banner {
    min-height: 235px;
  }

  body.page-home-redesign .cta-title {
    font-size: clamp(40px, 4.5vw, 66px);
  }
}

body.page-home-redesign .cookie-banner {
  left: auto;
  right: 18px;
  bottom: 18px;
  width: min(320px, calc(100vw - 36px));
  padding: 12px;
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(18,18,20,.92), rgba(8,8,10,.92));
  box-shadow: 0 22px 70px rgba(0,0,0,.5);
}

body.page-home-redesign .cookie-content {
  gap: 10px;
}

body.page-home-redesign .cookie-content p {
  font-size: 11px;
  line-height: 1.45;
}

body.page-home-redesign .cookie-actions {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

body.page-home-redesign .cookie-actions .btn {
  min-height: 40px;
  padding: 0 10px;
  font-size: 8px;
  letter-spacing: .12em;
}

@media (max-width: 760px) {
  body.page-home-redesign .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 8px;
    width: auto;
    padding: 6px;
  }

  body.page-home-redesign .cookie-content {
    gap: 5px;
  }

  body.page-home-redesign .cookie-content p {
    font-size: 9px;
    line-height: 1.22;
  }

  body.page-home-redesign .cookie-actions .btn {
    min-height: 30px;
    padding-inline: 8px;
    font-size: 7px;
  }
}

@media (max-width: 360px) {
  body.page-home-redesign .home-topbar {
    padding-inline: 10px;
    gap: 8px;
  }

  body.page-home-redesign .home-brand {
    width: 136px;
    background-size: contain;
  }

  body.page-home-redesign .home-actions {
    max-width: 104px;
    overflow: hidden;
  }

  body.page-home-redesign .home-actions #primaryStudioBtn {
    width: 104px;
    padding-inline: 8px;
    font-size: 7px;
    letter-spacing: .07em;
  }
}

body.page-home-redesign .hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 620px;
  margin-top: 14px;
}

body.page-home-redesign .hero-assurance span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 6px;
  background: rgba(255,255,255,.035);
  color: var(--home-muted);
  font-family: var(--home-mono);
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: .1em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

body.page-home-redesign .hero-assurance b {
  color: var(--home-red);
}

body.page-home-redesign .metric-row {
  margin-top: 20px;
}

body.page-home-redesign .pricing-card .pricing-btn {
  min-height: 48px;
  white-space: normal;
  line-height: 1.25;
  padding-inline: 12px;
}

body.page-home-redesign .pricing-caption {
  min-height: 28px;
  line-height: 1.45;
}

/* Final homepage polish: pricing must scan in one glance. */
body.page-home-redesign .featured-card .cover-title,
body.page-home-redesign .featured-card .cover-artist,
body.page-home-redesign .package-card .cover-title,
body.page-home-redesign .package-card .cover-artist {
  display: none !important;
}

body.page-home-redesign #pricing .section-grid {
  grid-template-columns: minmax(230px, 0.78fr) minmax(0, 2.45fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: start;
}

body.page-home-redesign #pricing .section-title {
  max-width: 8.8ch;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 0.86;
}

body.page-home-redesign #pricing .section-copy {
  max-width: 25ch;
  font-size: 16px;
  line-height: 1.5;
}

body.page-home-redesign #pricing .pricing-grid {
  gap: 14px;
}

body.page-home-redesign #pricing .pricing-card {
  min-height: 410px;
  padding: 24px 20px 20px;
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.068), rgba(255,255,255,.014)),
    rgba(8,8,10,.82);
}

body.page-home-redesign #pricing .pricing-card.featured {
  background:
    linear-gradient(180deg, rgba(255,49,49,.24), rgba(255,49,49,.07) 42%, rgba(255,255,255,.016)),
    rgba(8,8,10,.88);
}

body.page-home-redesign #pricing .pricing-card .label-row {
  min-height: 42px;
  align-items: flex-start;
}

body.page-home-redesign #pricing .pricing-card .label-row .micro {
  max-width: min-content;
  color: var(--home-text);
  font-family: var(--home-serif);
  font-size: clamp(30px, 2.9vw, 42px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-transform: none;
}

body.page-home-redesign #pricing .pricing-card .badge {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  font-size: 8px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

body.page-home-redesign #pricing .price {
  margin-top: 18px;
  color: var(--home-text);
  font-family: var(--home-serif);
  font-size: clamp(48px, 4vw, 62px);
  line-height: 0.86;
  letter-spacing: -0.055em;
}

body.page-home-redesign #pricing .price > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

body.page-home-redesign #pricing .price span span {
  margin-left: 4px;
  color: var(--home-muted);
  font-family: var(--home-sans);
  font-size: 16px;
  letter-spacing: 0;
}

body.page-home-redesign #pricing .pricing-card > p:not(.price) {
  min-height: 42px;
  margin-top: 14px;
  color: rgba(247,241,234,.74);
  font-size: 14px;
  line-height: 1.45;
}

body.page-home-redesign #pricing .pricing-card ul {
  margin: 18px 0 20px;
  display: grid;
  gap: 9px;
  line-height: 1.35;
}

body.page-home-redesign #pricing .pricing-card li {
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr);
  gap: 7px;
}

body.page-home-redesign #pricing .pricing-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin: 5px 0 0;
  border: 1px solid var(--home-red);
  box-shadow: 0 0 10px rgba(255,49,49,.28);
}

body.page-home-redesign #pricing .pricing-card .btn {
  min-height: 50px;
  padding-inline: 10px;
}

body.page-home-redesign #pricing .pricing-card.daypass-strip {
  min-height: 148px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
}

body.page-home-redesign #pricing .pricing-card.daypass-strip .micro {
  color: var(--home-red);
}

body.page-home-redesign #pricing .pricing-card.daypass-strip .price {
  margin-top: 6px;
  font-size: clamp(34px, 3vw, 44px);
}

body.page-home-redesign #pricing > .section-grid + * {
  margin-top: 0;
}

@media (max-width: 760px) {
  body.page-home-redesign .hero-assurance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  body.page-home-redesign .hero-assurance span {
    justify-content: center;
    text-align: center;
    padding: 8px 10px;
  }

  body.page-home-redesign #pricing .section-grid {
    grid-template-columns: 1fr;
  }

  body.page-home-redesign #pricing .section-title,
  body.page-home-redesign #pricing .section-copy {
    max-width: none;
  }

  body.page-home-redesign #pricing .pricing-card.daypass-strip {
    grid-template-columns: 1fr;
  }
}

/* Priority 2 QA polish: lane filtering, comparison controls, expanded FAQ. */
body.page-home-redesign .lane-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px;
}

body.page-home-redesign .lane-filter-tabs button,
body.page-home-redesign .compare-controls button {
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(247, 241, 234, 0.72);
  font-family: var(--home-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.page-home-redesign .lane-filter-tabs button.is-active,
body.page-home-redesign .compare-controls button.is-active {
  border-color: rgba(255, 49, 49, 0.62);
  background: rgba(255, 49, 49, 0.10);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 49, 49, 0.18);
}

body.page-home-redesign .lane-category-note {
  margin: 0 0 16px;
  color: var(--home-muted);
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-home-redesign .lane-card[hidden] {
  display: none !important;
}

body.page-home-redesign .lane-comparison {
  display: grid;
  gap: 18px;
}

body.page-home-redesign .compare-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.page-home-redesign .compare-release-lock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 49, 49, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 49, 49, 0.10), transparent 44%),
    rgba(255, 255, 255, 0.026);
  color: var(--home-muted);
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.page-home-redesign .compare-release-lock span {
  color: var(--home-red);
}

body.page-home-redesign .compare-release-lock b {
  color: var(--home-text);
  font-weight: 800;
}

body.page-home-redesign .compare-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-home-redesign .compare-meta .compare-release {
  grid-column: 1 / -1;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

body.page-home-redesign .featured-card .cover-stage {
  grid-template-columns: 1fr;
}

body.page-home-redesign .feature-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-home-redesign .faq-group-label {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 49, 49, 0.08);
  color: var(--home-red);
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  body.page-home-redesign .lane-filter-tabs,
  body.page-home-redesign .compare-controls {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.page-home-redesign .compare-release-lock {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 12px 14px;
  }
}

/* === FRAMECULT VISUAL LAYER — signal grid / editorial depth ============== */
body.page-home-redesign {
  --fc-signal-red: #ff1a1a;
  --fc-red-rgb: 255, 26, 26;
  --fc-glass-bg: rgba(10, 10, 10, 0.65);
  --fc-glass-border: rgba(255, 26, 26, 0.15);
  --fc-glass-border-strong: rgba(255, 26, 26, 0.34);
  --fc-glass-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 60px rgba(255, 26, 26, 0.08),
    0 20px 60px rgba(0, 0, 0, 0.80);
}

body.page-home-redesign::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.22;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 2px,
      rgba(255, 255, 255, 0.015) 2px 3px
    ),
    radial-gradient(circle at center, transparent 0 62%, rgba(0, 0, 0, 0.66) 100%);
}

body.page-home-redesign .home-hero::before,
body.page-home-redesign .hero-card-wrap::before,
body.page-home-redesign .cta-banner::before {
  content: "";
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  background-repeat: no-repeat;
  opacity: 1;
}

body.page-home-redesign .home-hero::before {
  inset: 4% 40% 6% -8%;
  background:
    linear-gradient(90deg, rgba(255, 26, 26, 0.24), rgba(255, 26, 26, 0)) 0 68% / 54% 1px,
    linear-gradient(90deg, rgba(255, 26, 26, 0.12), rgba(255, 26, 26, 0)) 0 72% / 38% 1px,
    repeating-linear-gradient(90deg, rgba(255, 26, 26, 0.30) 0 1px, transparent 1px 28px) 0 92% / 64% 86px,
    radial-gradient(ellipse at 20% 34%, rgba(255, 26, 26, 0.12), transparent 34%),
    radial-gradient(ellipse at 48% 52%, rgba(255, 255, 255, 0.06), transparent 36%),
    linear-gradient(115deg, transparent 0 44%, rgba(255, 26, 26, 0.035) 44% 45%, transparent 45% 100%);
  background-repeat: no-repeat;
  filter: blur(0.1px);
}

body.page-home-redesign .hero-card-wrap::before {
  inset: 4% -9% 10% 8%;
  border: 1px solid rgba(255, 26, 26, 0.13);
  border-radius: 28px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 26, 26, 0.28), transparent) 50% 16% / 72% 1px,
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent) 50% 78% / 64% 1px,
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(255, 255, 255, 0.035) 22px 23px) 50% 50% / 100% 100%,
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(255, 255, 255, 0.028) 22px 23px) 50% 50% / 100% 100%,
    radial-gradient(circle at 78% 28%, rgba(255, 26, 26, 0.20), transparent 30%),
    radial-gradient(circle at 18% 72%, rgba(255, 255, 255, 0.07), transparent 28%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 80px rgba(255, 26, 26, 0.08);
}

body.page-home-redesign .cta-banner::before {
  inset: auto 0 0;
  height: 46%;
  opacity: 0.95;
  background:
    repeating-linear-gradient(90deg, transparent 0 13px, rgba(255, 26, 26, 0.44) 13px 14px, transparent 14px 31px) 0 100% / 100% 64px,
    linear-gradient(90deg, transparent, rgba(255, 26, 26, 0.40), transparent) 50% 72% / 72% 1px,
    radial-gradient(ellipse at 18% 82%, rgba(255, 26, 26, 0.20), transparent 26%),
    radial-gradient(ellipse at 84% 80%, rgba(255, 255, 255, 0.07), transparent 26%);
  background-repeat: no-repeat;
}

body.page-home-redesign .home-hero > *,
body.page-home-redesign .hero-card-wrap > *,
body.page-home-redesign .cta-inner {
  position: relative;
  z-index: 2;
}

@keyframes fc-pulse-glow {
  0%,
  100% {
    box-shadow:
      0 0 30px rgba(var(--fc-red-rgb), 0.34),
      0 0 0 0 rgba(var(--fc-red-rgb), 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }
  50% {
    box-shadow:
      0 0 48px rgba(var(--fc-red-rgb), 0.46),
      0 0 0 18px rgba(var(--fc-red-rgb), 0),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }
}

body.page-home-redesign .btn-red,
body.page-home-redesign .btn-primary,
body.page-home-redesign .pricing-card.featured .pricing-btn {
  animation: fc-pulse-glow 3s ease-in-out infinite;
}

body.page-home-redesign .featured-card,
body.page-home-redesign .lane-card,
body.page-home-redesign .process-card,
body.page-home-redesign .package-card,
body.page-home-redesign .compare-card,
body.page-home-redesign .pricing-card,
body.page-home-redesign .artist-card,
body.page-home-redesign .home-faq,
body.page-home-redesign .cta-banner,
body.page-home-redesign .metric-row {
  border-color: var(--fc-glass-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)),
    radial-gradient(circle at 82% 10%, rgba(255, 26, 26, 0.08), transparent 30%),
    var(--fc-glass-bg);
  box-shadow: var(--fc-glass-shadow);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}

body.page-home-redesign .featured-card,
body.page-home-redesign .package-card,
body.page-home-redesign .cta-banner {
  border-color: var(--fc-glass-border-strong);
}

body.page-home-redesign .lane-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --mx: 50%;
  --my: 50%;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform 280ms cubic-bezier(.2, .8, .2, 1),
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

body.page-home-redesign .lane-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.075) 50%,
    transparent 62%
  );
  transform: translateX(-120%);
  transition: transform 600ms ease;
}

body.page-home-redesign .lane-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.09), transparent 22%),
    radial-gradient(circle at var(--mx) var(--my), rgba(var(--fc-red-rgb), 0.13), transparent 42%);
  transition: opacity 180ms ease;
}

body.page-home-redesign .lane-card:hover,
body.page-home-redesign .lane-card.is-tilting {
  border-color: rgba(var(--fc-red-rgb), 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 70px rgba(var(--fc-red-rgb), 0.12),
    0 28px 80px rgba(0, 0, 0, 0.82);
}

body.page-home-redesign .lane-card.is-tilting {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.018) !important;
}

body.page-home-redesign .lane-card:hover::before,
body.page-home-redesign .lane-card.is-tilting::before {
  transform: translateX(120%);
}

body.page-home-redesign .lane-card:hover::after,
body.page-home-redesign .lane-card.is-tilting::after {
  opacity: 1;
}

body.page-home-redesign .lane-card > * {
  position: relative;
  z-index: 4;
}

body.page-home-redesign .lane-card .tile-art,
body.page-home-redesign .featured-card .cover-art,
body.page-home-redesign .package-card .cover-art,
body.page-home-redesign .compare-art,
body.page-home-redesign .artist-art {
  border-color: rgba(255, 255, 255, 0.17);
  box-shadow:
    inset 0 0 42px rgba(0, 0, 0, 0.52),
    0 0 30px rgba(var(--fc-red-rgb), 0.055);
}

body.page-home-redesign .lane-comparison .compare-art {
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
}

body.page-home-redesign .section::before {
  box-shadow: 0 0 24px rgba(var(--fc-red-rgb), 0.18);
}

@media (prefers-reduced-motion: reduce) {
  body.page-home-redesign .btn-red,
  body.page-home-redesign .btn-primary,
  body.page-home-redesign .pricing-card.featured .pricing-btn {
    animation: none !important;
  }

  body.page-home-redesign .lane-card,
  body.page-home-redesign .lane-card.is-tilting {
    transform: none !important;
    transition: border-color 180ms ease, box-shadow 180ms ease;
  }

  body.page-home-redesign .lane-card::before,
  body.page-home-redesign .lane-card::after {
    display: none;
  }
}

@media (max-width: 767px) {
  body.page-home-redesign .lane-card,
  body.page-home-redesign .lane-card.is-tilting {
    transform: none !important;
  }
}

/* === FRAMECULT PREMIUM POLISH SPRINT — typography, lane accents, demos ==== */
body.page-home-redesign {
  --lane-accent: var(--home-red);
  --lane-accent-rgb: 255, 49, 49;
  --fc-red-rgb: 255, 49, 49;
  background:
    radial-gradient(circle at 74% 4%, rgba(var(--fc-red-rgb), .105), transparent 24%),
    radial-gradient(circle at 48% 10%, rgba(150, 160, 178, .075), transparent 21%),
    linear-gradient(180deg, #0a0a0a 0%, #050505 38%, #090909 100%);
  color: var(--home-text);
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: geometricPrecision;
}

body.page-home-redesign .home-brand,
body.page-home-redesign .home-nav,
body.page-home-redesign .home-actions,
body.page-home-redesign .micro,
body.page-home-redesign .section-index,
body.page-home-redesign .home-tag,
body.page-home-redesign .metric,
body.page-home-redesign .lane-meta,
body.page-home-redesign .compare-meta,
body.page-home-redesign .details,
body.page-home-redesign .home-faq,
body.page-home-redesign .footer {
  font-family: var(--home-mono);
}

body.page-home-redesign .home-hero h1,
body.page-home-redesign .section-title,
body.page-home-redesign .cta-title,
body.page-home-redesign .price {
  font-family: var(--home-serif);
  font-weight: 600;
  letter-spacing: -0.045em;
}

body.page-home-redesign .home-hero h1 {
  line-height: .84;
  letter-spacing: -0.052em;
}

body.page-home-redesign .hero-copy,
body.page-home-redesign .section-copy,
body.page-home-redesign .process-card p,
body.page-home-redesign .feature-desc,
body.page-home-redesign .pricing-card p,
body.page-home-redesign .artist-card span,
body.page-home-redesign .footer p {
  line-height: 1.62;
}

body.page-home-redesign .home-topbar,
body.page-home-redesign .featured-card,
body.page-home-redesign .process-card,
body.page-home-redesign .package-card,
body.page-home-redesign .compare-card,
body.page-home-redesign .pricing-card,
body.page-home-redesign .artist-card,
body.page-home-redesign .home-faq,
body.page-home-redesign .cta-banner,
body.page-home-redesign .metric-row {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .012)),
    radial-gradient(circle at 82% 10%, rgba(var(--fc-red-rgb), .09), transparent 32%),
    rgba(14, 14, 16, .76);
}

body.page-home-redesign #lanesGrid {
  counter-reset: fc-lane;
}

body.page-home-redesign .lane-card {
  counter-increment: fc-lane;
  --card-accent: var(--lane-accent);
  --card-accent-rgb: var(--fc-red-rgb);
  border-color: rgba(var(--card-accent-rgb), .20);
}

body.page-home-redesign .lane-card .tile-art {
  overflow: hidden;
  isolation: isolate;
  transition: filter 240ms ease, transform 240ms ease, border-color 180ms ease;
}

body.page-home-redesign .lane-card .tile-art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .20;
  background:
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(255, 255, 255, .045) 5px 6px),
    radial-gradient(circle at 50% 38%, rgba(var(--card-accent-rgb), .20), transparent 32%);
  mix-blend-mode: screen;
  transition: opacity 220ms ease;
}

body.page-home-redesign .lane-card .tile-art::after {
  content: none;
  display: none;
}

body.page-home-redesign .lane-card:hover,
body.page-home-redesign .lane-card.is-tilting,
body.page-home-redesign .lane-card:focus-visible {
  border-color: rgba(var(--card-accent-rgb), .58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .07),
    0 0 74px rgba(var(--card-accent-rgb), .16),
    0 30px 86px rgba(0, 0, 0, .84);
}

body.page-home-redesign .lane-card:hover .tile-art,
body.page-home-redesign .lane-card.is-tilting .tile-art {
  filter: contrast(1.08) saturate(1.12);
}

body.page-home-redesign .lane-card:hover .tile-art::before,
body.page-home-redesign .lane-card.is-tilting .tile-art::before {
  opacity: .48;
}

body.page-home-redesign .lane-card::after {
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, .09), transparent 22%),
    radial-gradient(circle at var(--mx) var(--my), rgba(var(--card-accent-rgb), .18), transparent 44%);
}

body.page-home-redesign .lane-meta div > span {
  width: fit-content;
  max-width: 100%;
  margin-top: 7px;
  padding: 4px 7px;
  border: 1px solid rgba(var(--card-accent-rgb), .20);
  background: rgba(var(--card-accent-rgb), .055);
  color: rgba(237, 237, 237, .68);
  font-size: 9px;
  line-height: 1.1;
}

body.page-home-redesign .format {
  min-height: 54px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
  color: rgba(237, 237, 237, .62);
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

body.page-home-redesign .format:hover,
body.page-home-redesign .format.is-active {
  transform: translateY(-1px);
  border-color: rgba(var(--fc-red-rgb), .64);
  background:
    linear-gradient(180deg, rgba(var(--fc-red-rgb), .13), rgba(255, 255, 255, .025));
  color: var(--home-text);
  box-shadow: inset 0 0 0 1px rgba(var(--fc-red-rgb), .16), 0 0 26px rgba(var(--fc-red-rgb), .10);
}

body.page-home-redesign .format-note {
  margin-top: 10px;
  color: rgba(237, 237, 237, .52);
  font-family: var(--home-mono);
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: .04em;
}

body.page-home-redesign .package-card .cover-art::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 5%;
  border: 1px solid rgba(var(--fc-red-rgb), .55);
  box-shadow: 0 0 28px rgba(var(--fc-red-rgb), .12), inset 0 0 26px rgba(0, 0, 0, .36);
  pointer-events: none;
  transition: inset 240ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.page-home-redesign .package-card[data-format-preview="feed"] .cover-art::after {
  inset: 4% 15%;
}

body.page-home-redesign .package-card[data-format-preview="story"] .cover-art::after {
  inset: 4% 32%;
}

body.page-home-redesign .package-card[data-format-preview="clean"] .cover-art::after {
  inset: 6%;
  border-color: rgba(255, 255, 255, .42);
}

body.page-home-redesign .package-card[data-format-preview="feed"] .cover-art img,
body.page-home-redesign .package-card[data-format-preview="story"] .cover-art img {
  transform: scale(1.08);
  transition: transform 240ms ease, filter 240ms ease;
}

body.page-home-redesign .package-card[data-format-preview="clean"] .cover-art img {
  filter: contrast(1.02) saturate(.72);
}

body.page-home-redesign .package-card.is-assembled .asset-thumb {
  animation: fc-kit-land 520ms cubic-bezier(.2, .8, .2, 1) both;
}

body.page-home-redesign .package-card.is-assembled .asset-thumb:nth-child(2) {
  animation-delay: 80ms;
}

body.page-home-redesign .package-card.is-assembled .asset-thumb:nth-child(3) {
  animation-delay: 150ms;
}

body.page-home-redesign .lane-comparison.is-switching .compare-card {
  animation: fc-demo-switch 260ms cubic-bezier(.2, .8, .2, 1);
}

body.page-home-redesign .reveal-item {
  opacity: .86;
  transform: translateY(18px);
  transition: opacity 420ms cubic-bezier(.2, .8, .2, 1), transform 420ms cubic-bezier(.2, .8, .2, 1);
}

body.page-home-redesign .reveal-item.is-visible {
  opacity: 1;
  transform: none;
}

body.page-home-redesign a:focus-visible,
body.page-home-redesign button:focus-visible,
body.page-home-redesign [tabindex]:focus-visible {
  outline: 2px solid rgba(var(--fc-red-rgb), .78);
  outline-offset: 3px;
}

body.page-home-redesign *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body.page-home-redesign *::-webkit-scrollbar-track {
  background: #070707;
}

body.page-home-redesign *::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(var(--fc-red-rgb), .72), rgba(237, 237, 237, .16));
  border: 2px solid #070707;
}

@keyframes fc-kit-land {
  from {
    opacity: .35;
    transform: translateY(10px) scale(.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fc-demo-switch {
  0% {
    opacity: .72;
    transform: translateY(6px) scale(.985);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home-redesign .format,
  body.page-home-redesign .package-card .cover-art::after,
  body.page-home-redesign .package-card .cover-art img,
  body.page-home-redesign .reveal-item {
    transition: none !important;
  }

  body.page-home-redesign .package-card.is-assembled .asset-thumb,
  body.page-home-redesign .lane-comparison.is-switching .compare-card {
    animation: none !important;
  }
}

/* === FRAMECULT ATMOSPHERE — parallax texture / light 3D ================== */
body.page-home-redesign {
  --parallax-x: 0;
  --parallax-y: 0;
  --scroll-shift: 0;
  --scroll-progress: 0;
  --p-copy-x: 0px;
  --p-copy-y: 0px;
  --p-card-x: 0px;
  --p-card-y: 0px;
  --p-card-rx: 0deg;
  --p-card-ry: 0deg;
  --p-cta-x: 0px;
  --p-cta-y: 0px;
}

body.page-home-redesign .home-page > :not(.home-atmosphere) {
  position: relative;
  z-index: 2;
}

body.page-home-redesign .home-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
  contain: paint;
}

body.page-home-redesign .home-atmosphere::before {
  content: "";
  position: absolute;
  inset: -8%;
  opacity: .18;
  background:
    radial-gradient(circle at 16% 18%, rgba(var(--fc-red-rgb), .20), transparent 13%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, .08), transparent 16%),
    radial-gradient(circle at 58% 58%, rgba(var(--fc-red-rgb), .10), transparent 18%),
    repeating-linear-gradient(90deg, transparent 0 108px, rgba(255, 255, 255, .022) 108px 109px),
    repeating-linear-gradient(0deg, transparent 0 72px, rgba(255, 255, 255, .018) 72px 73px);
  transform: translate3d(
    calc(var(--parallax-x) * -18px),
    calc(var(--scroll-shift) * -0.026px + var(--parallax-y) * -14px),
    0
  );
  transition: opacity 220ms ease;
}

body.page-home-redesign .home-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background:
    linear-gradient(120deg, transparent 0 20%, rgba(255, 255, 255, .045) 20.1% 20.22%, transparent 20.35% 100%),
    linear-gradient(68deg, transparent 0 68%, rgba(var(--fc-red-rgb), .12) 68.05% 68.17%, transparent 68.3% 100%),
    repeating-linear-gradient(106deg, transparent 0 22px, rgba(255, 255, 255, .025) 22px 23px, transparent 23px 58px);
  mix-blend-mode: screen;
  transform: translate3d(
    calc(var(--parallax-x) * 12px),
    calc(var(--scroll-shift) * -0.045px + var(--parallax-y) * 10px),
    0
  );
}

body.page-home-redesign .texture-plate,
body.page-home-redesign .floating-glyph,
body.page-home-redesign .fc-orb,
body.page-home-redesign .fc-ribbon {
  position: absolute;
  display: block;
  pointer-events: none;
}

body.page-home-redesign .texture-plate {
  width: 240px;
  height: 340px;
  border: 1px solid rgba(var(--fc-red-rgb), .24);
  opacity: .16;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .18), transparent 1px) 18px 0 / 1px 100%,
    repeating-linear-gradient(0deg, transparent 0 12px, rgba(255, 255, 255, .10) 12px 13px, transparent 13px 18px) 100% 18px / 32px 118px,
    radial-gradient(circle at 74% 22%, rgba(var(--fc-red-rgb), .42), transparent 2px),
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(0, 0, 0, .08));
  background-repeat: no-repeat;
  box-shadow: inset 0 0 32px rgba(0, 0, 0, .72), 0 0 44px rgba(var(--fc-red-rgb), .09);
  mix-blend-mode: screen;
}

body.page-home-redesign .texture-plate::before,
body.page-home-redesign .texture-plate::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.page-home-redesign .texture-plate::before {
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .11);
  background:
    linear-gradient(90deg, transparent 49.4%, rgba(255, 255, 255, .24) 49.6% 50.4%, transparent 50.6%),
    linear-gradient(0deg, transparent 49.4%, rgba(255, 255, 255, .16) 49.6% 50.4%, transparent 50.6%);
}

body.page-home-redesign .texture-plate::after {
  right: 14px;
  top: 18px;
  width: 28px;
  height: 92px;
  background: repeating-linear-gradient(0deg, rgba(237, 237, 237, .62) 0 3px, transparent 3px 8px);
  opacity: .55;
}

body.page-home-redesign .texture-plate-a {
  top: 112px;
  right: 3vw;
  transform: translate3d(
    calc(var(--parallax-x) * -28px),
    calc(var(--scroll-shift) * -0.08px + var(--parallax-y) * -18px),
    0
  ) rotate(7deg);
}

body.page-home-redesign .texture-plate-b {
  top: 1680px;
  left: 4vw;
  width: 210px;
  height: 300px;
  transform: translate3d(
    calc(var(--parallax-x) * 24px),
    calc(var(--scroll-shift) * -0.12px + var(--parallax-y) * 14px),
    0
  ) rotate(-11deg);
}

body.page-home-redesign .floating-glyph {
  display: none;
  color: rgba(237, 237, 237, .20);
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(var(--fc-red-rgb), .20);
  writing-mode: vertical-rl;
}

body.page-home-redesign .glyph-a {
  top: 34vh;
  left: 2vw;
  transform: translate3d(calc(var(--parallax-x) * 10px), calc(var(--scroll-shift) * -0.075px), 0);
}

body.page-home-redesign .glyph-b {
  top: 112vh;
  right: 2vw;
  transform: translate3d(calc(var(--parallax-x) * -14px), calc(var(--scroll-shift) * -0.105px), 0);
}

body.page-home-redesign .glyph-c {
  top: 248vh;
  left: 2.2vw;
  transform: translate3d(calc(var(--parallax-x) * 12px), calc(var(--scroll-shift) * -0.08px), 0);
}

body.page-home-redesign .fc-orb {
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 22%, #f2f2f2, rgba(255, 255, 255, .58) 9%, rgba(120, 132, 148, .15) 32%, rgba(0, 0, 0, .80) 72%),
    radial-gradient(circle at 76% 78%, rgba(var(--fc-red-rgb), .58), transparent 30%);
  box-shadow:
    inset -22px -22px 44px rgba(0, 0, 0, .86),
    inset 8px 7px 20px rgba(255, 255, 255, .26),
    0 26px 68px rgba(0, 0, 0, .58),
    0 0 34px rgba(var(--fc-red-rgb), .15);
  opacity: .46;
  mix-blend-mode: screen;
  animation: fc-atmos-orb 8s ease-in-out infinite alternate;
}

body.page-home-redesign .fc-orb-a {
  width: 76px;
  height: 76px;
  top: 24vh;
  left: 46vw;
  transform: translate3d(calc(var(--parallax-x) * 34px), calc(var(--scroll-shift) * -0.055px + var(--parallax-y) * 20px), 0);
}

body.page-home-redesign .fc-orb-b {
  width: 46px;
  height: 46px;
  top: 174vh;
  right: 8vw;
  animation-delay: -3s;
  transform: translate3d(calc(var(--parallax-x) * -28px), calc(var(--scroll-shift) * -0.095px + var(--parallax-y) * -16px), 0);
}

body.page-home-redesign .fc-ribbon {
  width: 540px;
  height: 126px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background:
    conic-gradient(from 20deg, transparent, rgba(255, 255, 255, .24), transparent 34%, rgba(var(--fc-red-rgb), .24), transparent 56%, rgba(255, 255, 255, .18), transparent);
  box-shadow:
    inset 0 0 30px rgba(255, 255, 255, .14),
    inset -18px -12px 28px rgba(var(--fc-red-rgb), .16),
    0 0 54px rgba(var(--fc-red-rgb), .08);
  mask-image: radial-gradient(ellipse at center, transparent 0 52%, #000 54% 100%);
  opacity: .18;
  mix-blend-mode: screen;
  animation: fc-ribbon-drift 14s ease-in-out infinite alternate;
}

body.page-home-redesign .fc-ribbon-a {
  top: 68vh;
  right: -180px;
  transform: translate3d(calc(var(--parallax-x) * -38px), calc(var(--scroll-shift) * -0.07px), 0) rotate(-16deg) rotateX(68deg);
}

body.page-home-redesign .fc-ribbon-b {
  top: 340vh;
  left: clamp(52px, 6vw, 92px);
  width: min(500px, 44vw);
  transform: translate3d(calc(var(--parallax-x) * 30px), calc(var(--scroll-shift) * -0.10px), 0) rotate(19deg) rotateX(70deg);
}

body.page-home-redesign .home-hero {
  perspective: 1300px;
}

body.page-home-redesign .home-hero .hero-copy-block {
  transform: translate3d(var(--p-copy-x), var(--p-copy-y), 0);
  transition: transform 220ms ease-out;
}

body.page-home-redesign .hero-card-wrap {
  perspective: 1400px;
}

body.page-home-redesign .featured-card {
  transform:
    translate3d(var(--p-card-x), var(--p-card-y), 0)
    rotateX(var(--p-card-rx))
    rotateY(var(--p-card-ry));
}

body.page-home-redesign .featured-card.reveal-item.is-visible {
  transform:
    translate3d(var(--p-card-x), var(--p-card-y), 0)
    rotateX(var(--p-card-rx))
    rotateY(var(--p-card-ry));
}

body.page-home-redesign .process-card,
body.page-home-redesign .pricing-card,
body.page-home-redesign .artist-card,
body.page-home-redesign .compare-card {
  transform-style: preserve-3d;
}

body.page-home-redesign .process-card::before,
body.page-home-redesign .pricing-card::after,
body.page-home-redesign .artist-card::before,
body.page-home-redesign .compare-card::before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .18;
  background:
    linear-gradient(90deg, transparent, rgba(var(--fc-red-rgb), .42), transparent),
    repeating-linear-gradient(90deg, transparent 0 12px, rgba(255, 255, 255, .16) 12px 13px, transparent 13px 24px);
  mix-blend-mode: screen;
}

body.page-home-redesign .process-card::before,
body.page-home-redesign .artist-card::before,
body.page-home-redesign .compare-card::before {
  left: 20px;
  right: 20px;
  top: 18px;
  height: 1px;
}

body.page-home-redesign .pricing-card::after {
  right: 18px;
  top: 18px;
  width: 1px;
  height: 54px;
}

body.page-home-redesign .cta-banner {
  overflow: hidden;
}

body.page-home-redesign .cta-banner::after {
  display: block;
  content: "";
  position: absolute;
  inset: auto -8% -34% -8%;
  height: 220px;
  border-radius: 50%;
  opacity: .38;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, .24), transparent 10%),
    conic-gradient(from 10deg, transparent, rgba(255, 255, 255, .24), transparent, rgba(var(--fc-red-rgb), .32), transparent);
  filter: blur(.2px);
  mask-image: radial-gradient(ellipse at center, transparent 0 48%, #000 50% 100%);
  transform: translate3d(var(--p-cta-x), var(--p-cta-y), 0) rotate(-7deg);
}

@keyframes fc-atmos-orb {
  from { margin-top: 0; }
  to { margin-top: -18px; }
}

@keyframes fc-ribbon-drift {
  from { opacity: .14; filter: brightness(.78); }
  to { opacity: .24; filter: brightness(.98); }
}

@media (max-width: 900px) {
  body.page-home-redesign .texture-plate,
  body.page-home-redesign .floating-glyph,
  body.page-home-redesign .fc-ribbon-b,
  body.page-home-redesign .fc-orb-b {
    display: none;
  }

  body.page-home-redesign .fc-ribbon-a {
    right: -330px;
    opacity: .20;
  }

  body.page-home-redesign .featured-card,
  body.page-home-redesign .featured-card.reveal-item.is-visible,
  body.page-home-redesign .home-hero .hero-copy-block {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home-redesign .home-atmosphere::before,
  body.page-home-redesign .home-atmosphere::after,
  body.page-home-redesign .texture-plate,
  body.page-home-redesign .floating-glyph,
  body.page-home-redesign .fc-orb,
  body.page-home-redesign .fc-ribbon,
  body.page-home-redesign .featured-card,
  body.page-home-redesign .home-hero .hero-copy-block,
  body.page-home-redesign .cta-banner::after {
    animation: none !important;
    transform: none !important;
  }
}

/* === FRAMECULT HERO CONCEPT — release-desk cinematic pass =================
   Matches the approved red/black hero direction: wide desktop composition,
   editorial serif scale, dark glass lane card, red signal grid, and restrained
   3D depth without external runtimes. */
body.page-home-redesign {
  --fc-hero-pad: clamp(24px, 4.4vw, 88px);
  --fc-hero-max: 1760px;
  --fc-hero-panel: rgba(18, 12, 12, .68);
  --fc-hero-line: rgba(255, 255, 255, .14);
  --fc-hero-red-line: rgba(var(--fc-red-rgb), .34);
}

body.page-home-redesign .home-topbar,
body.page-home-redesign .home-container,
body.page-home-redesign .footer-grid,
body.page-home-redesign .footer-bottom {
  width: min(var(--fc-hero-max), calc(100vw - var(--fc-hero-pad)));
  max-width: var(--fc-hero-max);
}

body.page-home-redesign .home-topbar {
  height: 78px;
  grid-template-columns: 280px minmax(420px, 1fr) minmax(360px, auto);
  border-radius: 18px;
  border-color: rgba(255, 255, 255, .18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .018)),
    linear-gradient(90deg, rgba(var(--fc-red-rgb), .05), transparent 24%, rgba(var(--fc-red-rgb), .075)),
    rgba(8, 8, 9, .84);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, .64),
    0 0 58px rgba(var(--fc-red-rgb), .11),
    inset 0 1px 0 rgba(255, 255, 255, .13),
    inset 0 -1px 0 rgba(var(--fc-red-rgb), .13);
}

body.page-home-redesign .home-brand {
  gap: 16px;
  font-size: 21px;
  letter-spacing: .12em;
}

body.page-home-redesign .home-brand::before {
  width: 16px;
  height: 16px;
  box-shadow: 0 0 22px rgba(var(--fc-red-rgb), .84);
}

body.page-home-redesign .home-nav {
  gap: clamp(28px, 4.1vw, 78px);
  font-size: 10px;
  letter-spacing: .24em;
}

body.page-home-redesign .home-actions {
  gap: 12px;
}

body.page-home-redesign .home-hero {
  width: min(var(--fc-hero-max), calc(100vw - var(--fc-hero-pad)));
  min-height: clamp(720px, calc(100dvh - 118px), 900px);
  display: grid;
  grid-template-columns: minmax(500px, .86fr) minmax(620px, .98fr);
  align-items: center;
  gap: clamp(58px, 7vw, 132px);
  padding: clamp(44px, 5.6vh, 68px) 0 clamp(58px, 7vh, 86px);
  overflow: visible;
  isolation: isolate;
}

body.page-home-redesign .home-hero::before {
  inset: 0 -4vw 3% -4vw;
  z-index: 0;
  border-radius: 0 0 34px 34px;
  opacity: .98;
  background:
    radial-gradient(circle at 56% 34%, rgba(255, 255, 255, .11), transparent 7%),
    radial-gradient(circle at 82% 24%, rgba(var(--fc-red-rgb), .20), transparent 24%),
    radial-gradient(ellipse at 28% 46%, rgba(var(--fc-red-rgb), .12), transparent 38%),
    linear-gradient(90deg, rgba(var(--fc-red-rgb), .18), transparent 20%, transparent 72%, rgba(var(--fc-red-rgb), .12)),
    repeating-linear-gradient(90deg, transparent 0 64px, rgba(255, 255, 255, .035) 64px 65px),
    repeating-linear-gradient(0deg, transparent 0 64px, rgba(255, 255, 255, .028) 64px 65px),
    linear-gradient(115deg, transparent 0 38%, rgba(var(--fc-red-rgb), .075) 38.3% 39%, transparent 39.4% 100%);
  mask-image: linear-gradient(180deg, #000 0 86%, transparent 100%);
  filter: none;
}

body.page-home-redesign .home-hero::after {
  content: "";
  position: absolute;
  left: max(-4vw, -80px);
  right: max(-4vw, -80px);
  bottom: 28px;
  height: 128px;
  z-index: 1;
  pointer-events: none;
  opacity: .66;
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(var(--fc-red-rgb), .56) 18px 20px, transparent 20px 36px),
    linear-gradient(180deg, transparent 0 42%, rgba(var(--fc-red-rgb), .17) 100%);
  clip-path: polygon(0 86%, 4% 84%, 5% 54%, 6% 86%, 10% 80%, 11% 32%, 12% 88%, 18% 84%, 19% 18%, 20% 86%, 26% 80%, 27% 44%, 28% 88%, 34% 82%, 35% 22%, 36% 86%, 47% 84%, 48% 36%, 49% 89%, 57% 84%, 58% 50%, 59% 88%, 68% 82%, 69% 28%, 70% 89%, 77% 84%, 78% 42%, 79% 88%, 91% 84%, 92% 58%, 93% 87%, 100% 86%, 100% 100%, 0 100%);
  filter: drop-shadow(0 0 18px rgba(var(--fc-red-rgb), .45));
}

body.page-home-redesign .home-hero > * {
  position: relative;
  z-index: 2;
}

body.page-home-redesign .home-hero .hero-copy-block {
  max-width: 690px;
  align-self: center;
  padding-top: 8px;
}

body.page-home-redesign .home-hero .home-tag {
  width: fit-content;
  padding: 0 16px;
  min-height: 30px;
  border-left: 1px solid rgba(var(--fc-red-rgb), .58);
  border-right: 1px solid rgba(var(--fc-red-rgb), .30);
  background:
    linear-gradient(90deg, rgba(var(--fc-red-rgb), .12), transparent),
    rgba(0, 0, 0, .18);
  color: rgba(248, 242, 236, .76);
  letter-spacing: .20em;
}

body.page-home-redesign .home-hero h1 {
  max-width: 740px;
  margin-top: clamp(28px, 4vh, 48px);
  font-size: clamp(82px, 7.45vw, 154px);
  line-height: .88;
  letter-spacing: -.056em;
  text-wrap: balance;
  text-shadow: 0 18px 54px rgba(0, 0, 0, .56);
}

body.page-home-redesign .home-hero h1 .white {
  display: block;
  color: #f8f2ec;
}

body.page-home-redesign .home-hero h1 .red {
  display: block;
  width: fit-content;
  margin-top: 4px;
  color: var(--home-red);
  font-style: italic;
  text-shadow:
    0 0 28px rgba(var(--fc-red-rgb), .22),
    0 18px 54px rgba(0, 0, 0, .54);
}

body.page-home-redesign .home-hero h1 .red::after {
  content: "";
  display: block;
  width: 58%;
  height: 1px;
  margin-top: 18px;
  background: linear-gradient(90deg, rgba(var(--fc-red-rgb), .82), transparent);
  box-shadow: 0 0 18px rgba(var(--fc-red-rgb), .42);
}

body.page-home-redesign .hero-copy {
  max-width: 660px;
  margin-top: clamp(22px, 3vh, 34px);
  color: rgba(248, 242, 236, .72);
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.64;
}

body.page-home-redesign .hero-proofline {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(248, 242, 236, .72);
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: .16em;
}

body.page-home-redesign .hero-cta {
  margin-top: 34px;
  gap: 18px;
}

body.page-home-redesign .hero-cta .btn {
  min-height: 58px;
  min-width: 218px;
  border-radius: 8px;
}

body.page-home-redesign .hero-cta .btn:not(.btn-red) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .012)),
    rgba(10, 10, 11, .64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

body.page-home-redesign .hero-note {
  margin-top: 14px;
  color: rgba(248, 242, 236, .43);
  font-size: 10px;
  letter-spacing: .14em;
}

body.page-home-redesign .hero-assurance {
  max-width: 690px;
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.page-home-redesign .hero-assurance span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  background: rgba(10, 10, 11, .54);
  color: rgba(248, 242, 236, .54);
  font-family: var(--home-mono);
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.page-home-redesign .hero-assurance b {
  color: var(--home-red);
}

body.page-home-redesign .metric-row {
  max-width: 680px;
  margin-top: 28px;
  border-radius: 13px;
  border-color: rgba(255, 255, 255, .14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .015)),
    linear-gradient(90deg, rgba(var(--fc-red-rgb), .06), transparent),
    rgba(9, 9, 10, .72);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, .48),
    inset 0 1px 0 rgba(255, 255, 255, .09);
}

body.page-home-redesign .metric {
  min-height: 108px;
  padding: 24px 28px;
}

body.page-home-redesign .metric b {
  font-size: 30px;
  color: var(--home-red);
  text-shadow: 0 0 22px rgba(var(--fc-red-rgb), .23);
}

body.page-home-redesign .metric span {
  margin-top: 10px;
  color: rgba(248, 242, 236, .58);
  letter-spacing: .20em;
}

body.page-home-redesign .hero-card-wrap {
  min-height: 0;
  display: grid;
  place-items: center end;
  align-self: start;
  padding-top: clamp(24px, 4.2vh, 58px);
  perspective: 1600px;
}

body.page-home-redesign .hero-card-wrap::before {
  inset: 8% -8% 7% 7%;
  border-color: rgba(var(--fc-red-rgb), .18);
  border-radius: 34px;
  opacity: .92;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .10), transparent 8%),
    radial-gradient(circle at 72% 22%, rgba(var(--fc-red-rgb), .25), transparent 26%),
    linear-gradient(90deg, rgba(var(--fc-red-rgb), .14), transparent 24%, transparent 72%, rgba(var(--fc-red-rgb), .10)),
    repeating-linear-gradient(90deg, transparent 0 52px, rgba(255, 255, 255, .035) 52px 53px),
    repeating-linear-gradient(0deg, transparent 0 52px, rgba(255, 255, 255, .028) 52px 53px),
    rgba(26, 10, 10, .18);
  box-shadow:
    0 0 120px rgba(var(--fc-red-rgb), .13),
    inset 0 0 0 1px rgba(255, 255, 255, .035);
  transform: translate3d(calc(var(--parallax-x) * -18px), calc(var(--parallax-y) * -10px), 0);
}

body.page-home-redesign .hero-card-wrap::after {
  content: "";
  position: absolute;
  right: 65%;
  top: 23%;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  opacity: .46;
  background:
    radial-gradient(circle at 33% 24%, rgba(255, 255, 255, .72), rgba(255, 255, 255, .18) 14%, transparent 26%),
    radial-gradient(circle at 72% 76%, rgba(var(--fc-red-rgb), .42), transparent 31%),
    linear-gradient(145deg, #333, #050505 54%, #000);
  box-shadow:
    inset -18px -20px 34px rgba(0, 0, 0, .78),
    inset 7px 6px 20px rgba(255, 255, 255, .22),
    0 0 44px rgba(var(--fc-red-rgb), .18),
    0 24px 54px rgba(0, 0, 0, .56);
  transform: translate3d(calc(var(--parallax-x) * 32px), calc(var(--parallax-y) * 22px), 0);
}

body.page-home-redesign .featured-card {
  width: min(100%, 735px);
  border-radius: 24px;
  border-color: rgba(var(--fc-red-rgb), .33);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .013)),
    radial-gradient(circle at 92% 8%, rgba(var(--fc-red-rgb), .17), transparent 30%),
    rgba(10, 10, 11, .78);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, .66),
    0 0 70px rgba(var(--fc-red-rgb), .18),
    inset 0 1px 0 rgba(255, 255, 255, .10),
    inset 0 0 0 1px rgba(255, 255, 255, .025);
  overflow: hidden;
  transform:
    translate3d(var(--p-card-x), var(--p-card-y), 0)
    rotateX(var(--p-card-rx))
    rotateY(var(--p-card-ry));
}

body.page-home-redesign .featured-card.reveal-item.is-visible {
  transform:
    translate3d(var(--p-card-x), var(--p-card-y), 0)
    rotateX(var(--p-card-rx))
    rotateY(var(--p-card-ry));
}

body.page-home-redesign .featured-top {
  height: 68px;
  grid-template-columns: 1.1fr .8fr 58px;
  background:
    linear-gradient(90deg, rgba(var(--fc-red-rgb), .08), transparent),
    rgba(255, 255, 255, .012);
}

body.page-home-redesign .featured-top div {
  padding: 0 24px;
}

body.page-home-redesign .featured-card .cover-stage {
  padding: 22px 22px 0;
}

body.page-home-redesign .featured-card .cover-art {
  min-height: clamp(400px, 27vw, 500px);
  border-color: rgba(255, 255, 255, .20);
  background-color: #050505;
  box-shadow:
    inset 0 0 70px rgba(0, 0, 0, .52),
    0 0 32px rgba(var(--fc-red-rgb), .085);
}

body.page-home-redesign .featured-card .cover-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background:
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, .05) 3px 4px),
    linear-gradient(90deg, transparent, rgba(var(--fc-red-rgb), .10), transparent);
  mix-blend-mode: screen;
}

body.page-home-redesign .featured-card .feature-meta {
  margin: 0 22px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

body.page-home-redesign .featured-card .feature-meta div {
  padding: 18px 0;
}

body.page-home-redesign .featured-card .feature-desc {
  padding: 20px 22px 22px;
  color: rgba(248, 242, 236, .64);
  font-size: 14px;
  line-height: 1.58;
}

body.page-home-redesign #heroStyleCta {
  min-height: 58px;
  margin: 0 22px 22px !important;
  width: calc(100% - 44px) !important;
  border-color: rgba(var(--fc-red-rgb), .30);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)),
    rgba(14, 12, 12, .74);
  color: var(--home-text);
}

body.page-home-redesign .fc-orb-a {
  top: 25vh;
  left: 47vw;
  opacity: .32;
}

body.page-home-redesign .fc-ribbon-a {
  top: 28vh;
  right: 42vw;
  width: 620px;
  height: 150px;
  opacity: .16;
  transform: translate3d(calc(var(--parallax-x) * -30px), calc(var(--scroll-shift) * -0.04px + var(--parallax-y) * 16px), 0) rotate(-27deg) rotateX(68deg);
}

body.page-home-redesign .texture-plate-a,
body.page-home-redesign .texture-plate-b,
body.page-home-redesign .floating-glyph {
  display: none;
}

@media (max-width: 1320px) {
  body.page-home-redesign .home-topbar {
    grid-template-columns: 230px 1fr auto;
  }

  body.page-home-redesign .home-nav {
    gap: 26px;
  }

  body.page-home-redesign .home-hero {
    grid-template-columns: minmax(440px, .86fr) minmax(540px, .94fr);
    gap: 48px;
  }

  body.page-home-redesign .home-hero h1 {
    font-size: clamp(76px, 7.4vw, 116px);
  }
}

@media (max-width: 1080px) {
  body.page-home-redesign {
    --fc-hero-pad: 28px;
  }

  body.page-home-redesign .home-topbar {
    grid-template-columns: 1fr auto;
  }

  body.page-home-redesign .home-nav {
    display: none;
  }

  body.page-home-redesign .home-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 52px;
  }

  body.page-home-redesign .home-hero .hero-copy-block {
    max-width: 760px;
  }

  body.page-home-redesign .hero-card-wrap {
    min-height: auto;
    place-items: center;
    padding-top: 0;
  }

  body.page-home-redesign .featured-card,
  body.page-home-redesign .featured-card.reveal-item.is-visible {
    width: min(100%, 760px);
    transform: none;
  }

  body.page-home-redesign .hero-card-wrap::before {
    inset: 2% -5% 0 -5%;
  }

  body.page-home-redesign .fc-ribbon {
    display: none;
  }
}

@media (max-width: 720px) {
  body.page-home-redesign {
    --fc-hero-pad: 20px;
  }

  body.page-home-redesign .home-topbar {
    width: calc(100vw - 20px);
    min-height: 70px;
    height: auto;
    padding: 10px 12px;
    border-radius: 14px;
  }

  body.page-home-redesign .home-brand {
    font-size: 17px;
  }

  body.page-home-redesign .home-actions #authTriggerBtn,
  body.page-home-redesign .home-actions #signOutBtn,
  body.page-home-redesign .home-signed {
    display: none;
  }

  body.page-home-redesign .home-hero {
    width: calc(100vw - 20px);
    padding-top: 42px;
    padding-bottom: 58px;
  }

  body.page-home-redesign .home-hero::before {
    inset: 0 -10px 0;
  }

  body.page-home-redesign .home-hero::after {
    bottom: 10px;
    height: 82px;
  }

  body.page-home-redesign .home-hero h1 {
    font-size: clamp(64px, 17.4vw, 94px);
    line-height: .88;
  }

  body.page-home-redesign .hero-copy {
    font-size: 16px;
  }

  body.page-home-redesign .hero-cta,
  body.page-home-redesign .hero-assurance {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.page-home-redesign .hero-note {
    display: none;
  }

  body.page-home-redesign .hero-assurance {
    display: none;
  }

  body.page-home-redesign .hero-cta .btn {
    width: 100%;
    min-width: 0;
  }

  body.page-home-redesign .hero-cta .btn:not(.btn-red) {
    display: none;
  }

  body.page-home-redesign .metric-row {
    grid-template-columns: 1fr;
    margin-top: 84px;
  }

  body.page-home-redesign .metric {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  body.page-home-redesign .metric:last-child {
    border-bottom: 0;
  }

  body.page-home-redesign .featured-card {
    border-radius: 18px;
  }

  body.page-home-redesign .featured-top {
    height: auto;
    min-height: 58px;
    grid-template-columns: 1fr auto;
  }

  body.page-home-redesign .featured-top div:nth-child(2) {
    display: none;
  }

  body.page-home-redesign .featured-card .cover-stage {
    padding: 14px 14px 0;
  }

  body.page-home-redesign .featured-card .cover-art {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  body.page-home-redesign .featured-card .feature-meta,
  body.page-home-redesign .featured-card .feature-desc,
  body.page-home-redesign #heroStyleCta {
    margin-inline: 14px !important;
    width: calc(100% - 28px) !important;
  }

  body.page-home-redesign .hero-card-wrap::before,
  body.page-home-redesign .hero-card-wrap::after,
  body.page-home-redesign .fc-ribbon-a,
  body.page-home-redesign .fc-orb-a {
    display: none;
  }
}

/* Final layer order for the scroll-scrub hero canvas. */
body.page-home-redesign .hero-scroll-sequence {
  position: absolute;
  z-index: 0;
}

body.page-home-redesign .home-hero > *:not(.hero-scroll-sequence) {
  position: relative;
  z-index: 4;
}

/* Hero clarity pass: keep Nathan's motion plate, but stop the compressed
   frames from acting like the main art. The UI should read first; the motion
   plate is atmosphere only until we have final high-res animation frames. */
body.page-home-redesign .home-topbar {
  position: sticky;
  z-index: 1200;
  border-color: rgba(255, 255, 255, .30);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .032)),
    linear-gradient(90deg, rgba(var(--fc-red-rgb), .13), transparent 22%, rgba(var(--fc-red-rgb), .12)),
    rgba(15, 15, 16, .94);
  box-shadow:
    0 26px 88px rgba(0, 0, 0, .58),
    0 0 70px rgba(var(--fc-red-rgb), .17),
    inset 0 1px 0 rgba(255, 255, 255, .18),
    inset 0 -1px 0 rgba(var(--fc-red-rgb), .18);
  backdrop-filter: blur(22px) saturate(145%);
}

body.page-home-redesign .home-page > .home-topbar {
  position: sticky;
  top: 18px;
  z-index: 1200;
}

body.page-home-redesign .home-topbar > * {
  position: relative;
  z-index: 2;
}

body.page-home-redesign .home-brand {
  opacity: 1;
  filter: brightness(1.78) contrast(1.14);
}

body.page-home-redesign .home-nav a {
  color: rgba(248, 242, 236, .86);
  text-shadow: 0 0 18px rgba(255, 255, 255, .10);
}

body.page-home-redesign .home-nav a:hover,
body.page-home-redesign .home-nav a:focus-visible {
  color: #fff;
}

body.page-home-redesign #authTriggerBtn,
body.page-home-redesign #signOutBtn,
body.page-home-redesign .home-signed {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .045);
  color: rgba(248, 242, 236, .88);
}

body.page-home-redesign #primaryStudioBtn {
  box-shadow:
    0 18px 46px rgba(var(--fc-red-rgb), .36),
    0 0 36px rgba(var(--fc-red-rgb), .18),
    inset 0 1px 0 rgba(255, 255, 255, .30);
}

body.page-home-redesign .home-hero::before {
  inset: -2% -5vw 0 -5vw;
  opacity: 1;
  background:
    radial-gradient(ellipse at 76% 30%, rgba(var(--fc-red-rgb), .22), transparent 27%),
    radial-gradient(ellipse at 46% 45%, rgba(255, 255, 255, .052), transparent 18%),
    radial-gradient(ellipse at 20% 50%, rgba(var(--fc-red-rgb), .12), transparent 36%),
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(12, 6, 6, .82) 34%, rgba(20, 8, 8, .46) 62%, rgba(0, 0, 0, .90) 100%),
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(var(--fc-red-rgb), .13) 72px 73px, transparent 73px 144px),
    repeating-linear-gradient(0deg, transparent 0 72px, rgba(255, 255, 255, .032) 72px 73px, transparent 73px 144px);
  mask-image: linear-gradient(180deg, #000 0 88%, transparent 100%);
}

body.page-home-redesign .hero-scroll-sequence {
  inset: -12% 0 -16% 0;
  opacity: .26;
  filter: blur(4px) saturate(.92) contrast(1.12) brightness(.50);
  transform: translate3d(0, 0, 0);
}

body.page-home-redesign .hero-scroll-sequence::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.76) 30%, rgba(0,0,0,.24) 62%, rgba(0,0,0,.70) 100%),
    radial-gradient(ellipse at 50% 45%, transparent 0 30%, rgba(0,0,0,.52) 72%, rgba(0,0,0,.86) 100%);
}

body.page-home-redesign .hero-scroll-sequence::after {
  opacity: .92;
  background:
    radial-gradient(circle at 78% 28%, rgba(var(--fc-red-rgb), .18), transparent 28%),
    linear-gradient(180deg, rgba(0,0,0,.58), transparent 28%, transparent 62%, rgba(0,0,0,.82)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.014) 0 1px, transparent 1px 5px);
}

body.page-home-redesign .hero-scroll-canvas,
body.page-home-redesign .hero-scroll-poster {
  image-rendering: auto;
  backface-visibility: hidden;
}

@media (max-width: 760px), (prefers-reduced-motion: reduce) {
  body.page-home-redesign .hero-scroll-sequence {
    opacity: .18;
    filter: blur(5px) saturate(.9) contrast(1.08) brightness(.44);
  }
}

/* Lanes catalog background: code-native so it stays sharp at every scale. */
body.page-home-redesign #lanes {
  position: relative;
  isolation: isolate;
  overflow: visible;
  margin-top: clamp(6px, 1.4vw, 22px);
}

body.page-home-redesign #lanes::before,
body.page-home-redesign #lanes::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.page-home-redesign #lanes::before {
  inset: -220px max(-7vw, -118px) -42px max(-7vw, -118px);
  z-index: 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
  border-bottom: 1px solid rgba(255, 255, 255, .075);
  background:
    linear-gradient(90deg, rgba(0,0,0,.90), rgba(0,0,0,.44) 46%, rgba(0,0,0,.78)),
    radial-gradient(ellipse at 16% 10%, rgba(var(--fc-red-rgb), .20), transparent 32%),
    radial-gradient(ellipse at 83% 34%, rgba(var(--fc-red-rgb), .15), transparent 30%),
    radial-gradient(ellipse at 72% 96%, rgba(255,255,255,.055), transparent 30%),
    repeating-linear-gradient(90deg, transparent 0 77px, rgba(255,255,255,.034) 77px 78px),
    repeating-linear-gradient(0deg, transparent 0 58px, rgba(255,255,255,.025) 58px 59px),
    repeating-linear-gradient(90deg, transparent 0 15px, rgba(var(--fc-red-rgb), .18) 15px 16px, transparent 16px 34px);
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 86px;
  background-position: center, center, center, center, center, center, 0 100%;
  background-repeat: no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(var(--fc-red-rgb), .10),
    0 -34px 88px rgba(0,0,0,.56);
  mask-image: linear-gradient(180deg, transparent 0, #000 17%, #000 92%, transparent 100%);
}

body.page-home-redesign #lanes::after {
  right: max(-5vw, -96px);
  top: clamp(42px, 8vw, 116px);
  width: min(44vw, 620px);
  height: min(36vw, 480px);
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.012) 38%, rgba(var(--fc-red-rgb), .08)),
    repeating-linear-gradient(112deg, rgba(255,255,255,.065) 0 1px, transparent 1px 22px),
    radial-gradient(circle at 24% 22%, rgba(var(--fc-red-rgb), .24), transparent 9%),
    rgba(8,8,9,.34);
  transform: perspective(900px) rotateX(62deg) rotateZ(-9deg);
  transform-origin: center;
  opacity: .28;
  filter: blur(.2px);
  box-shadow:
    inset 0 0 72px rgba(255,255,255,.045),
    0 0 90px rgba(var(--fc-red-rgb), .11);
}

body.page-home-redesign #lanes .section-grid {
  position: relative;
  z-index: 2;
}

body.page-home-redesign #lanes .section-grid::before {
  content: "";
  position: absolute;
  inset: 44px -18px 42px 278px;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.034), rgba(255,255,255,.008)),
    linear-gradient(90deg, rgba(var(--fc-red-rgb), .08), transparent 38%, rgba(var(--fc-red-rgb), .05)),
    rgba(4,4,5,.38);
  box-shadow:
    0 28px 88px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
}

body.page-home-redesign #lanes .section-index {
  color: rgba(var(--fc-red-rgb), .78);
}

body.page-home-redesign #lanes .section-copy {
  color: rgba(248,242,236,.66);
}

body.page-home-redesign #lanes .lane-filter-tabs {
  position: relative;
  z-index: 3;
  width: fit-content;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 10px;
  background: rgba(4,4,5,.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(12px);
}

body.page-home-redesign #lanes .lane-category-note {
  color: rgba(248,242,236,.48);
}

body.page-home-redesign #lanes .lane-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.014)),
    radial-gradient(circle at var(--mx, 50%) var(--my, 12%), rgba(var(--fc-red-rgb), .09), transparent 35%),
    rgba(8,8,10,.78);
}

@media (max-width: 1180px) {
  body.page-home-redesign #lanes .section-grid::before {
    inset: 152px -10px 34px -10px;
  }
}

@media (max-width: 760px) {
  body.page-home-redesign #lanes::before {
    inset: -150px -12px -34px;
  }

  body.page-home-redesign #lanes::after {
    display: none;
  }

  body.page-home-redesign #lanes .section-grid::before {
    inset: 136px -6px 28px -6px;
    border-radius: 14px;
  }

  body.page-home-redesign #lanes .lane-filter-tabs {
    width: 100%;
  }
}

/* Hero cover frame polish: keep the right-side feature card large, but let the
   inner chrome/red frame breathe instead of letting the cover fill every edge. */
body.page-home-redesign .featured-card .cover-stage {
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(30px, 2.35vw, 42px) clamp(34px, 2.7vw, 48px) 0;
  position: relative;
}

body.page-home-redesign .featured-card .cover-stage::before {
  content: "";
  position: absolute;
  inset: clamp(15px, 1.1vw, 20px) clamp(16px, 1.25vw, 23px) -8px;
  pointer-events: none;
  border: 1px solid rgba(var(--fc-red-rgb), .20);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(var(--fc-red-rgb), .09), transparent 23%, transparent 78%, rgba(var(--fc-red-rgb), .07)),
    repeating-linear-gradient(90deg, transparent 0 62px, rgba(255, 255, 255, .027) 62px 63px),
    rgba(255, 255, 255, .008);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .025),
    inset 0 0 44px rgba(var(--fc-red-rgb), .055),
    0 0 34px rgba(var(--fc-red-rgb), .10);
}

body.page-home-redesign .featured-card .cover-art {
  width: min(100%, 93%);
  justify-self: center;
  min-height: clamp(350px, 23.6vw, 430px);
  border-color: rgba(255, 255, 255, .28);
  box-shadow:
    0 0 0 1px rgba(var(--fc-red-rgb), .18),
    0 0 0 10px rgba(0, 0, 0, .18),
    0 0 46px rgba(var(--fc-red-rgb), .12),
    inset 0 0 72px rgba(0, 0, 0, .55);
}

@media (max-width: 1080px) {
  body.page-home-redesign .featured-card .cover-stage {
    padding: 28px 28px 0;
  }

  body.page-home-redesign .featured-card .cover-art {
    width: 94%;
    min-height: clamp(330px, 54vw, 470px);
  }
}

@media (max-width: 720px) {
  body.page-home-redesign .featured-card .cover-stage {
    padding: 18px 18px 0;
  }

  body.page-home-redesign .featured-card .cover-stage::before {
    inset: 9px 9px -5px;
    border-radius: 10px;
  }

  body.page-home-redesign .featured-card .cover-art {
    width: 96%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    box-shadow:
      0 0 0 1px rgba(var(--fc-red-rgb), .16),
      0 0 0 7px rgba(0, 0, 0, .18),
      inset 0 0 58px rgba(0, 0, 0, .52);
  }
}

/* === FRAMECULT HOME SIMULATION — Release OS concept ======================
   A stricter first viewport: art direction, live lane wall, format stack, and
   build console are composed as one product surface instead of separate cards. */
body.page-home-redesign {
  --fc-os-black: #030304;
  --fc-os-ink: #08080a;
  --fc-os-panel: rgba(10, 10, 12, .74);
  --fc-os-line: rgba(255, 255, 255, .16);
  --fc-os-line-hot: rgba(255, 49, 49, .42);
  --fc-os-cream: #fbf2ea;
  --fc-os-muted: rgba(251, 242, 234, .66);
  --fc-os-dim: rgba(251, 242, 234, .40);
  --fc-os-red: #ff3030;
  --fc-os-ice: #b8ecff;
  --fc-os-acid: #c6ff3f;
  background:
    linear-gradient(180deg, #050505 0%, #09090a 42%, #040405 100%);
}

body.page-home-redesign .hero-card-wrap::after,
body.page-home-redesign .fc-orb {
  display: none !important;
}

body.page-home-redesign .home-topbar {
  width: min(1760px, calc(100vw - 36px));
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 49, 49, .13), transparent 28%, rgba(184, 236, 255, .08)),
    linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.026)),
    rgba(5, 5, 6, .91);
}

body.page-home-redesign .home-hero {
  width: min(1760px, calc(100vw - 36px));
  min-height: 860px;
  grid-template-columns: minmax(420px, .78fr) minmax(650px, 1.22fr);
  gap: 34px;
  align-items: center;
  padding: 34px 0 58px;
  overflow: hidden;
}

body.page-home-redesign .home-hero::before {
  inset: 0;
  z-index: 0;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.68) 36%, rgba(0,0,0,.16) 68%, rgba(0,0,0,.74)),
    linear-gradient(118deg, transparent 0 38%, rgba(255,49,49,.20) 38.2% 38.5%, transparent 38.8% 100%),
    linear-gradient(64deg, transparent 0 70%, rgba(184,236,255,.12) 70.1% 70.3%, transparent 70.6% 100%),
    repeating-linear-gradient(90deg, transparent 0 74px, rgba(255,255,255,.042) 74px 75px),
    repeating-linear-gradient(0deg, transparent 0 58px, rgba(255,255,255,.028) 58px 59px),
    radial-gradient(ellipse at 78% 36%, rgba(255,49,49,.18), transparent 36%);
  mask-image: none;
}

body.page-home-redesign .home-hero::after {
  left: 0;
  right: 0;
  bottom: 20px;
  height: 118px;
  opacity: .58;
  background:
    repeating-linear-gradient(90deg, transparent 0 14px, rgba(255,49,49,.58) 14px 16px, transparent 16px 32px),
    linear-gradient(180deg, transparent, rgba(255,49,49,.16));
}

body.page-home-redesign .hero-scroll-sequence {
  inset: 0;
  opacity: .24;
  filter: blur(8px) saturate(.88) contrast(1.05) brightness(.48);
}

body.page-home-redesign .home-hero .hero-copy-block {
  max-width: 650px;
  padding: 0 0 0 4px;
}

body.page-home-redesign .home-hero .home-tag {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255,49,49,.42);
  border-left-color: rgba(198,255,63,.42);
  background:
    linear-gradient(90deg, rgba(255,49,49,.14), rgba(184,236,255,.055)),
    rgba(0,0,0,.32);
  color: rgba(251,242,234,.78);
}

body.page-home-redesign .home-hero h1 {
  max-width: 720px;
  margin-top: 30px;
  color: var(--fc-os-cream);
  font-family: var(--home-serif);
  font-size: 104px;
  font-weight: 600;
  line-height: .94;
  letter-spacing: 0;
  text-wrap: balance;
}

body.page-home-redesign .home-hero h1 .white,
body.page-home-redesign .home-hero h1 .red {
  display: block;
}

body.page-home-redesign .home-hero h1 .red {
  width: auto;
  margin-top: 6px;
  color: var(--fc-os-red);
  font-style: italic;
}

body.page-home-redesign .home-hero h1 .red::after {
  width: 52%;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--fc-os-red), rgba(184,236,255,.52), transparent);
}

body.page-home-redesign .hero-copy {
  max-width: 620px;
  margin-top: 28px;
  color: var(--fc-os-muted);
  font-size: 18px;
  line-height: 1.62;
}

body.page-home-redesign .hero-proofline {
  max-width: 600px;
  color: rgba(184,236,255,.70);
}

body.page-home-redesign .hero-release-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 690px;
  margin-top: 24px;
}

body.page-home-redesign .hero-release-strip span {
  min-height: 54px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.012)),
    rgba(0,0,0,.34);
  color: var(--fc-os-dim);
  font-family: var(--home-mono);
  font-size: 9px;
  line-height: 1.25;
  text-transform: uppercase;
}

body.page-home-redesign .hero-release-strip b {
  color: var(--fc-os-acid);
  font-size: 11px;
}

body.page-home-redesign .metric-row {
  max-width: 690px;
  margin-top: 18px;
  border-radius: 0;
  border-color: rgba(255,255,255,.13);
  background:
    linear-gradient(90deg, rgba(255,49,49,.10), transparent 34%, rgba(184,236,255,.07)),
    rgba(0,0,0,.46);
}

body.page-home-redesign .metric {
  min-height: 86px;
}

body.page-home-redesign .metric b {
  color: var(--fc-os-red);
  font-size: 28px;
}

body.page-home-redesign .hero-card-wrap {
  width: 100%;
  min-height: 720px;
  display: grid;
  place-items: center end;
  align-self: center;
  position: relative;
  isolation: isolate;
  perspective: 1500px;
}

body.page-home-redesign .hero-live-wall {
  position: absolute;
  inset: 34px 0 118px 18px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(120px, 1fr);
  gap: 12px;
  opacity: .66;
  transform: perspective(1200px) rotateY(-14deg) rotateX(5deg) translateX(-26px);
  transform-origin: center right;
  pointer-events: none;
}

body.page-home-redesign .hero-live-wall span {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.12);
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.36)),
    var(--art);
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 54px rgba(0,0,0,.38), inset 0 0 36px rgba(0,0,0,.36);
  filter: saturate(.86) contrast(1.05);
}

body.page-home-redesign .hero-live-wall span:nth-child(odd) {
  transform: translateY(28px);
}

body.page-home-redesign .hero-live-wall span:nth-child(3n) {
  opacity: .72;
  filter: saturate(.7) contrast(1.12);
}

body.page-home-redesign .hero-kit-stack {
  position: absolute;
  right: 0;
  bottom: 44px;
  z-index: 5;
  width: 430px;
  height: 420px;
  pointer-events: none;
}

body.page-home-redesign .kit-frame {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(5,5,6,.78);
  box-shadow: 0 26px 70px rgba(0,0,0,.55), 0 0 34px rgba(255,49,49,.12);
}

body.page-home-redesign .kit-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.06) saturate(.9);
}

body.page-home-redesign .kit-frame figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  min-height: 26px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  background: rgba(0,0,0,.58);
  color: rgba(251,242,234,.78);
  font-family: var(--home-mono);
  font-size: 9px;
  text-transform: uppercase;
}

body.page-home-redesign .kit-square {
  right: 170px;
  bottom: 64px;
  width: 178px;
  aspect-ratio: 1 / 1;
}

body.page-home-redesign .kit-feed {
  right: 66px;
  bottom: 28px;
  width: 146px;
  aspect-ratio: 4 / 5;
}

body.page-home-redesign .kit-story {
  right: 0;
  bottom: 88px;
  width: 118px;
  aspect-ratio: 9 / 16;
}

body.page-home-redesign .hero-release-console {
  z-index: 4;
  width: min(600px, 70%);
  margin-right: 220px;
  border-radius: 12px;
  border-color: rgba(255,49,49,.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.014)),
    linear-gradient(90deg, rgba(255,49,49,.10), transparent 46%, rgba(184,236,255,.06)),
    rgba(4,4,5,.84);
  transform: translate3d(0, -24px, 0) rotateX(2deg) rotateY(-4deg);
}

body.page-home-redesign .hero-release-console.reveal-item.is-visible,
body.page-home-redesign .featured-card.reveal-item.is-visible {
  transform: translate3d(0, -24px, 0) rotateX(2deg) rotateY(-4deg);
}

body.page-home-redesign .hero-release-console .featured-top {
  height: 58px;
}

body.page-home-redesign .hero-release-console .cover-stage {
  padding: 18px 18px 0;
}

body.page-home-redesign .hero-release-console .cover-stage::before {
  inset: 9px 9px -5px;
}

body.page-home-redesign .hero-release-console .cover-art {
  width: 92%;
  min-height: 350px;
}

body.page-home-redesign .hero-console-readout {
  margin: 0 18px 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.11);
  background:
    linear-gradient(90deg, rgba(198,255,63,.10), transparent 38%, rgba(184,236,255,.08)),
    rgba(255,255,255,.025);
  color: rgba(251,242,234,.52);
  font-family: var(--home-mono);
  font-size: 9px;
  text-transform: uppercase;
}

body.page-home-redesign .hero-console-readout b {
  color: var(--fc-os-acid);
  font-size: 10px;
  text-align: right;
}

@media (min-width: 1500px) {
  body.page-home-redesign .home-hero h1 {
    font-size: 120px;
  }

  body.page-home-redesign .hero-release-console {
    width: 620px;
  }
}

@media (max-width: 1320px) {
  body.page-home-redesign .home-hero {
    grid-template-columns: minmax(380px, .82fr) minmax(560px, 1.18fr);
  }

  body.page-home-redesign .home-hero h1 {
    font-size: 86px;
  }

  body.page-home-redesign .hero-release-console {
    width: min(560px, 74%);
    margin-right: 178px;
  }

  body.page-home-redesign .hero-kit-stack {
    width: 360px;
  }
}

@media (min-width: 721px) and (max-width: 1080px) {
  body.page-home-redesign .home-hero {
    grid-template-columns: minmax(0, 1fr) 310px;
    min-height: 820px;
    gap: 22px;
    padding-top: 32px;
  }

  body.page-home-redesign .home-hero h1 {
    font-size: 58px;
    line-height: .98;
  }

  body.page-home-redesign .home-hero .home-tag {
    max-width: 100%;
    min-height: 30px;
    padding-inline: 10px;
    font-size: 8px;
  }

  body.page-home-redesign .hero-copy {
    font-size: 15px;
  }

  body.page-home-redesign .hero-proofline {
    font-size: 8px;
  }

  body.page-home-redesign .hero-cta {
    gap: 10px;
  }

  body.page-home-redesign .hero-cta .btn {
    min-width: 0;
    min-height: 50px;
    padding-inline: 14px;
    font-size: 8px;
  }

  body.page-home-redesign .hero-release-strip {
    grid-template-columns: 1fr 1fr;
  }

  body.page-home-redesign .hero-release-strip span {
    min-height: 46px;
    font-size: 8px;
  }

  body.page-home-redesign .metric-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-home-redesign .metric {
    min-height: 76px;
    padding: 14px;
  }

  body.page-home-redesign .metric b {
    font-size: 22px;
  }

  body.page-home-redesign .metric span {
    white-space: normal;
    font-size: 8px;
  }

  body.page-home-redesign .hero-card-wrap {
    min-height: 610px;
    place-items: center;
  }

  body.page-home-redesign .hero-live-wall {
    inset: 12px 0 146px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(86px, 1fr);
    opacity: .40;
    transform: none;
  }

  body.page-home-redesign .hero-live-wall span:nth-child(n+7) {
    display: none;
  }

  body.page-home-redesign .hero-release-console,
  body.page-home-redesign .hero-release-console.reveal-item.is-visible,
  body.page-home-redesign .featured-card.reveal-item.is-visible {
    width: 300px;
    margin: 0;
    transform: none;
  }

  body.page-home-redesign .hero-release-console .featured-top {
    min-height: 46px;
    height: auto;
    grid-template-columns: 1fr 38px;
  }

  body.page-home-redesign .hero-release-console .featured-top div:nth-child(2) {
    display: none;
  }

  body.page-home-redesign .hero-release-console .cover-stage {
    padding: 12px 12px 0;
  }

  body.page-home-redesign .hero-release-console .cover-art {
    width: 94%;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  body.page-home-redesign .hero-release-console .feature-desc,
  body.page-home-redesign .hero-console-readout {
    display: none;
  }

  body.page-home-redesign .hero-release-console .feature-meta {
    margin-inline: 12px;
  }

  body.page-home-redesign .hero-release-console #heroStyleCta {
    display: none !important;
  }

  body.page-home-redesign .hero-kit-stack {
    right: -2px;
    bottom: 4px;
    width: 210px;
    height: 190px;
  }

  body.page-home-redesign .kit-square {
    right: 96px;
    bottom: 40px;
    width: 88px;
  }

  body.page-home-redesign .kit-feed {
    right: 42px;
    bottom: 22px;
    width: 72px;
  }

  body.page-home-redesign .kit-story {
    right: 0;
    bottom: 50px;
    width: 54px;
  }
}

@media (max-width: 720px) {
  body.page-home-redesign .home-topbar,
  body.page-home-redesign .home-hero {
    width: calc(100vw - 20px);
  }

  body.page-home-redesign .home-hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 46px;
  }

  body.page-home-redesign .home-hero .hero-copy-block {
    align-self: start;
    padding-top: 0;
  }

  body.page-home-redesign .home-hero h1 {
    margin-top: 24px;
    font-size: 48px;
    line-height: .98;
  }

  body.page-home-redesign .hero-copy {
    font-size: 16px;
    line-height: 1.48;
  }

  body.page-home-redesign .hero-proofline {
    display: none;
  }

  body.page-home-redesign .hero-cta {
    margin-top: 24px;
  }

  body.page-home-redesign .hero-release-strip {
    display: none;
  }

  body.page-home-redesign .metric-row {
    display: none;
  }

  body.page-home-redesign .hero-card-wrap {
    width: 100%;
    min-height: 560px;
    margin-top: 18px;
    place-items: center;
  }

  body.page-home-redesign .hero-live-wall {
    inset: 18px 0 144px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(90px, 1fr);
    gap: 8px;
    opacity: .42;
    transform: none;
  }

  body.page-home-redesign .hero-live-wall span:nth-child(n+7) {
    display: none;
  }

  body.page-home-redesign .hero-release-console,
  body.page-home-redesign .hero-release-console.reveal-item.is-visible,
  body.page-home-redesign .featured-card.reveal-item.is-visible {
    width: calc(100% - 18px);
    margin: 0;
    transform: none;
  }

  body.page-home-redesign .hero-release-console .cover-art {
    width: 94%;
    min-height: 0;
  }

  body.page-home-redesign .hero-kit-stack {
    right: 4px;
    bottom: 8px;
    width: 260px;
    height: 220px;
    opacity: .88;
  }

  body.page-home-redesign .kit-square {
    right: 118px;
    bottom: 44px;
    width: 104px;
  }

  body.page-home-redesign .kit-feed {
    right: 54px;
    bottom: 26px;
    width: 86px;
  }

  body.page-home-redesign .kit-story {
    right: 0;
    bottom: 56px;
    width: 66px;
  }

  body.page-home-redesign .hero-console-readout {
    grid-template-columns: 1fr auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home-redesign .hero-live-wall span,
  body.page-home-redesign .kit-frame,
  body.page-home-redesign .hero-release-console {
    animation: none !important;
    transition: none !important;
  }
}
