.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 { 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; }

.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; }
.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); }
.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 a { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--acid); color: var(--acid); font-size: 12px; font-weight: 800; }

.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); } }

@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; } }
@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; } }

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