.hero-graphic {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 32%, rgba(216, 255, 71, .95) 0 9%, transparent 9.2%),
    linear-gradient(125deg, #263028 0 48%, #d96f3c 48% 100%);
}

.hero-photo-wall { position: absolute; inset: 0; overflow: hidden; background: #263028; }
.hero-photo-wall > img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroPhotoDrift 12s ease-in-out infinite alternate; }
.hero-photo-real > img { object-position: 54% 58%; }
.hero-photo { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 24px; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-a { width: 38%; height: 62%; right: 8%; top: 8%; transform: rotate(5deg); animation: panelFloatA 7s ease-in-out infinite alternate; }
.hero-photo-b { width: 28%; height: 43%; right: 37%; bottom: -5%; transform: rotate(-7deg); animation: panelFloatB 8s ease-in-out infinite alternate; }
.hero-photo-c { width: 24%; height: 36%; right: -3%; bottom: 2%; transform: rotate(8deg); animation: panelFloatA 6s ease-in-out infinite alternate-reverse; }

.motion-gallery { max-width: 1440px; margin: 20px auto 70px; padding: 0 24px; overflow: hidden; }
.motion-track { min-height: 520px; display: grid; grid-template-columns: 1fr .8fr 1fr; gap: 18px; align-items: center; }
.motion-shot { position: relative; margin: 0; min-height: 390px; overflow: hidden; border-radius: 26px; background: #c9c5ba; box-shadow: 0 25px 80px rgba(21,25,21,.13); }
.motion-shot img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; transform: scale(1.1); animation: photoDrift 9s ease-in-out infinite alternate; }
.motion-shot-gts { transform: translateY(55px) rotate(2deg); }
.motion-shot-pint { transform: translateY(-35px) rotate(-2deg); }
.motion-shot figcaption { position: absolute; left: 18px; bottom: 18px; padding: 9px 13px; border-radius: 999px; background: var(--paper); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.motion-copy { text-align: center; text-transform: uppercase; }
.motion-copy span { display: block; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.motion-copy strong { display: block; margin-top: 16px; font-size: clamp(25px,3vw,43px); line-height: .95; letter-spacing: -.055em; }
.ticker .ticker-track { display: flex; width: max-content; gap: 0; animation: tickerContinuous 32s linear infinite; }
.ticker .ticker-group { display: flex; flex: none; align-items: center; gap: 32px; padding-right: 32px; animation: none; }
.trust-bar { margin-bottom: 28px; }
.section { padding-top: 84px; padding-bottom: 84px; }
.boards { padding-top: 72px; }
.section-heading { display: block; max-width: 920px; margin-bottom: 42px; }
.section-heading > p { max-width: 780px; margin: 20px 0 0; }

.community-placeholder {
  min-height: 460px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--sage), #4c574d);
  text-align: center;
}

.community-placeholder::before,
.community-placeholder::after { content: ""; position: absolute; width: 120%; height: 56%; border: 2px solid rgba(255, 255, 255, .35); border-radius: 50%; transform: rotate(-14deg); }
.community-placeholder::after { width: 76%; height: 34%; }
.community-placeholder span { position: relative; z-index: 1; color: white; font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.community-placeholder-alt { background: linear-gradient(145deg, var(--orange), #bc5931); transform: translateY(45px); }
.image-break { grid-template-columns: 1fr 1fr; }
.image-quote-dark { background: var(--ink); color: white; }
.image-quote-dark p { color: #aeb5ae; }
.review-photo { position: relative; min-height: 420px; overflow: hidden; border-radius: 22px; background: #8ed8e9; }
.review-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.review-photo:hover img { transform: scale(1.06); }
.review-photo span { position: absolute; left: 16px; bottom: 16px; padding: 9px 13px; border-radius: 999px; background: var(--paper); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.la-story { padding-top: 76px; padding-bottom: 76px; }
.la-photo-grid { display: grid; grid-template-columns: 1.25fr .72fr .72fr; grid-template-rows: 330px 300px; gap: 18px; }
.la-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 24px; background: var(--cream); box-shadow: 0 24px 70px rgba(21,25,21,.1); }
.la-photo img { width: 100%; height: 100%; object-fit: contain; transition: transform .9s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.la-photo:hover img { transform: scale(1.055); filter: saturate(1.05); }
.la-photo-hero { grid-row: 1 / 3; transform: rotate(-1deg); }
.la-photo-hero img { object-position: center; animation: laPhotoDrift 12s ease-in-out infinite alternate; background: #b7d5e6; }
.la-photo-batman { grid-column: 2; grid-row: 1; transform: translateY(20px) rotate(1.5deg); }
.la-photo-wonder { grid-column: 3; grid-row: 1 / 3; transform: translateY(-14px) rotate(-1deg); }
.la-photo-batman img,.la-photo-wonder img { object-position: center; background: #dedbd1; }
.la-photo figcaption { position: absolute; left: 16px; bottom: 16px; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border-radius: 999px; background: var(--paper); color: var(--ink); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.la-photo figcaption span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--acid); font-size: 8px; }
.la-review { grid-column: 2; grid-row: 2; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-radius: 24px; background: var(--acid); transform: translateY(20px); }
.la-review blockquote { margin: 16px 0; font-family: Georgia,serif; font-size: clamp(20px,2vw,30px); line-height: 1.06; letter-spacing: -.035em; }
.la-review p { margin: 0; font-size: 11px; }
.first-ride-art img { width: 100%; height: 100%; object-fit: cover; object-position: 40% center; transition: transform 1s ease; }
.first-ride:hover .first-ride-art img { transform: scale(1.035); }
.first-ride-art-authentic img { object-position: center 28%; }
.authentic-photo-label { position: absolute; left: 22px; bottom: 22px; z-index: 2; padding: 9px 13px; border-radius: 999px; background: var(--paper); color: var(--ink); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(0,0,0,.14); }
.image-card { padding: 0; isolation: isolate; }
.image-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.image-card:hover > img { transform: scale(1.06); }
.card-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg,rgba(10,13,10,.88),rgba(10,13,10,.05) 75%); }
.card-content { position: absolute; inset: auto 0 0; padding: 42px; color: white; }
.card-content p { color: rgba(255,255,255,.78); }
.card-content .pending-label { color: white; }
.image-card .resource-number { position: static; display: inline-block; margin-bottom: 18px; color: var(--acid); }
.image-card .resource-arrow { top: 22px; right: 28px; }
.playlist-embed-card { min-height: 480px; overflow: hidden; display: grid; grid-template-rows: minmax(280px,1fr) auto; border-radius: 26px; background: var(--ink); color: white; }
.playlist-frame { position: relative; min-height: 310px; background: #080a08; }
.playlist-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.playlist-meta { padding: 30px 34px 34px; }
.playlist-meta h3 { margin-bottom: 18px; }
.playlist-meta p { max-width: 680px; margin: -4px 0 18px; color: #aeb5ae; font-size: 14px; }
.playlist-meta a { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--acid); color: var(--acid); font-size: 12px; font-weight: 800; }
.watch { padding-top: 84px; }
.first-ride { margin-top: 76px; }
.faq { padding-top: 96px; }
.final-cta > :not(.final-line) { position: relative; z-index: 2; }
.final-line { pointer-events: none; z-index: 0; }

.reveal { opacity: 1 !important; }
.reveal:not(.is-visible) { transform: translateY(18px); }

@keyframes photoDrift { to { transform: scale(1.18) translate3d(-2%,1%,0); } }
@keyframes panelFloatA { to { transform: translate3d(0,-18px,0) rotate(1deg); } }
@keyframes panelFloatB { to { transform: translate3d(-12px,16px,0) rotate(-2deg); } }
@keyframes heroPhotoDrift { to { transform: scale(1.045) translate3d(-1%,0,0); } }
@keyframes laPhotoDrift { to { transform: scale(1.025) translate3d(-.5%,.25%,0); } }
@keyframes tickerContinuous { to { transform: translateX(-25%); } }

@media (max-width: 900px) { .community-placeholder-alt { transform: none; } .motion-track { grid-template-columns: 1fr 1fr; } .motion-copy { grid-column: 1/-1; grid-row: 1; padding: 30px 0; } .motion-shot { min-height: 300px; } .motion-shot img { min-height: 300px; } .hero-photo-a { width: 62%; right: -8%; opacity: .64; } .hero-photo-b { width: 48%; right: 42%; opacity: .48; } .hero-photo-c { display: none; } .la-photo-grid { grid-template-columns: 1.1fr .9fr; grid-template-rows: 420px 310px; } .la-photo-hero { grid-column: 1; grid-row: 1; } .la-photo-batman { grid-column: 2; grid-row: 1; } .la-photo-wonder { grid-column: 1; grid-row: 2; transform: none; } .la-review { grid-column: 2; grid-row: 2; } }
@media (max-width: 560px) { .community-placeholder { min-height: 280px; } .motion-gallery { padding: 0 12px; margin-bottom: 10px; } .motion-track { min-height: 0; gap: 10px; } .motion-shot { min-height: 220px; border-radius: 18px; } .motion-shot img { min-height: 220px; } .motion-shot-pint,.motion-shot-gts { transform: none; } .motion-shot figcaption { left: 10px; bottom: 10px; font-size: 8px; } .section { padding-top: 65px; padding-bottom: 65px; } .image-break { margin: 20px auto; } .la-photo-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 340px 270px auto; gap: 10px; } .la-photo-hero { grid-column: 1 / -1; grid-row: 1; } .la-photo-batman { grid-column: 1; grid-row: 2; transform: none; } .la-photo-wonder { grid-column: 2; grid-row: 2; } .la-review { grid-column: 1 / -1; grid-row: 3; transform: none; padding: 28px; } .la-photo { border-radius: 17px; } .la-photo figcaption { left: 9px; bottom: 9px; padding: 7px 9px; font-size: 7px; } }

@media (prefers-reduced-motion: reduce) { .motion-shot img,.hero-photo,.hero-photo-wall>img,.la-photo img,.ticker .ticker-track { animation: none; } }
