:root {
  --bg: #021110;
  --bg-deep: #071917;
  --site-backdrop: url("assets/harley.jpg");
  --surface: rgba(7, 24, 23, 0.7);
  --surface-strong: rgba(7, 27, 25, 0.86);
  --surface-soft: rgba(11, 38, 35, 0.56);
  --line: rgba(188, 242, 236, 0.15);
  --text: #effcf9;
  --muted: #b9d8d4;
  --accent: #2ec4b6;
  --accent-soft: #75e2d7;
  --accent-hot: #b6fff8;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --radius-xl: 2rem;
  --radius-lg: 1.5rem;
  --content-width: 72rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-width: 320px;
  min-height: 100svh;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #041514 0%, #020a0a 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  inset: -4%;
  z-index: -3;
  background-image:
    linear-gradient(180deg, rgba(2, 14, 13, 0.24) 0%, rgba(2, 10, 10, 0.76) 100%),
    linear-gradient(128deg, rgba(34, 130, 120, 0.42) 0%, rgba(6, 28, 27, 0.12) 40%, rgba(32, 124, 114, 0.34) 100%),
    radial-gradient(circle at 50% 18%, rgba(117, 226, 215, 0.24), transparent 34%),
    radial-gradient(circle at 18% 22%, rgba(46, 196, 182, 0.16), transparent 28%),
    var(--site-backdrop);
  background-size: cover;
  background-position: center 28%;
  background-repeat: no-repeat;
  background-blend-mode: multiply, screen, screen, normal, normal;
  filter: saturate(0.9) contrast(1.06) brightness(0.38);
  transform: scale(1.06);
}

body::after {
  z-index: -2;
  background-image:
    repeating-linear-gradient(
      180deg,
      rgba(239, 252, 249, 0.055) 0,
      rgba(239, 252, 249, 0.055) 1px,
      transparent 1px,
      transparent 4px
    ),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.3px),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1.3px),
    radial-gradient(circle at 35% 75%, rgba(255, 255, 255, 0.06) 0 1px, transparent 1.2px);
  background-size: 100% 4px, 5px 5px, 6px 6px, 4px 4px;
  opacity: 0.16;
  mix-blend-mode: soft-light;
  animation: textureDrift 14s steps(8) infinite;
}

html.age-gate-pending,
html.age-gate-pending body,
html.insta-prompt-active,
html.insta-prompt-active body {
  overflow: hidden;
}

.site-shell {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  transition:
    filter 280ms ease,
    opacity 280ms ease;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  inset: -16%;
  pointer-events: none;
  z-index: 0;
}

.site-shell::before {
  background:
    linear-gradient(
      118deg,
      transparent 12%,
      rgba(228, 255, 251, 0.04) 19%,
      rgba(175, 255, 246, 0.18) 24%,
      rgba(104, 234, 221, 0.32) 28%,
      rgba(239, 252, 249, 0.08) 31%,
      transparent 40%
    ),
    linear-gradient(
      95deg,
      transparent 32%,
      rgba(188, 255, 248, 0.08) 38%,
      rgba(102, 233, 220, 0.2) 42%,
      rgba(228, 255, 251, 0.06) 46%,
      transparent 54%
    ),
    radial-gradient(ellipse at 16% 18%, rgba(149, 255, 245, 0.18) 0%, transparent 30%),
    radial-gradient(ellipse at 84% 16%, rgba(117, 226, 215, 0.14) 0%, transparent 26%),
    radial-gradient(ellipse at 56% 78%, rgba(46, 196, 182, 0.14) 0%, transparent 30%);
  filter: blur(24px);
  mix-blend-mode: screen;
  opacity: 0.88;
  animation: causticSweep 18s cubic-bezier(0.44, 0, 0.24, 1) infinite alternate;
}

.site-shell::after {
  background:
    radial-gradient(
      ellipse at 24% 28%,
      rgba(214, 255, 251, 0.12) 0%,
      rgba(129, 244, 233, 0.1) 14%,
      transparent 34%
    ),
    radial-gradient(
      ellipse at 72% 22%,
      rgba(212, 255, 251, 0.1) 0%,
      rgba(95, 231, 217, 0.08) 16%,
      transparent 30%
    ),
    linear-gradient(
      126deg,
      transparent 18%,
      rgba(202, 255, 250, 0.05) 24%,
      rgba(115, 238, 225, 0.16) 29%,
      rgba(239, 252, 249, 0.06) 33%,
      transparent 42%
    );
  filter: blur(46px);
  mix-blend-mode: screen;
  opacity: 0.72;
  animation: causticFloat 26s ease-in-out infinite alternate;
}

html.age-gate-pending .site-shell {
  filter: saturate(0.78) brightness(0.74);
}

html.insta-prompt-active .site-shell {
  filter: saturate(0.72) brightness(0.55) blur(8px);
  transform: scale(1.01);
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 50% 88%, rgba(46, 196, 182, 0.1), transparent 24%),
    rgba(2, 9, 9, 0.28);
  backdrop-filter: blur(12px) saturate(82%);
}

.age-gate[hidden],
html.age-gate-verified .age-gate,
html.insta-prompt-active .age-gate {
  display: none;
}

.age-gate__panel {
  position: relative;
  width: min(100%, 34.2rem);
  padding: 1.45rem 1.5rem 1.5rem;
  border: 1px solid rgba(193, 247, 241, 0.18);
  border-radius: 1.9rem;
  background:
    radial-gradient(circle at 92% 110%, rgba(46, 196, 182, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(14, 51, 48, 0.88) 0%, rgba(8, 23, 22, 0.94) 100%);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.age-gate__panel::before {
  content: "";
  position: absolute;
  top: -22%;
  left: 58%;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: rgba(46, 196, 182, 0.16);
  filter: blur(60px);
  pointer-events: none;
}

.age-gate__brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.age-gate__portrait {
  flex: 0 0 auto;
  width: 4.25rem;
  height: 4.25rem;
  aspect-ratio: 1 / 1;
  padding: 0.24rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  clip-path: circle(50% at 50% 50%);
  background:
    linear-gradient(140deg, rgba(228, 255, 251, 1), rgba(46, 196, 182, 0.74));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 10px 28px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(46, 196, 182, 0.22);
}

.age-gate__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.age-gate__eyebrow {
  margin: 0 0 0.18rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(239, 252, 249, 0.72);
}

.age-gate__name {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.1rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.age-gate__title {
  position: relative;
  z-index: 1;
  width: min(100%, 25rem);
  margin: 1.55rem 0 1.5rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.1rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.age-gate__actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.age-gate__button {
  appearance: none;
  border: 0;
  min-height: 3.65rem;
  padding: 0.8rem 1rem;
  border-radius: 1.05rem;
  font: inherit;
  font-size: 1.12rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.age-gate__button:hover,
.age-gate__button:focus-visible {
  transform: translateY(-1px);
}

.age-gate__button--ghost {
  border: 1px solid rgba(193, 247, 241, 0.12);
  background: linear-gradient(180deg, rgba(33, 57, 54, 0.68), rgba(17, 30, 29, 0.88));
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.age-gate__button--primary {
  border: 1px solid rgba(222, 255, 252, 0.22);
  background: linear-gradient(135deg, rgba(196, 255, 249, 0.96), rgba(46, 196, 182, 0.92));
  color: #06201e;
  box-shadow:
    inset 0 0 0 2px rgba(239, 252, 249, 0.34),
    0 14px 28px rgba(46, 196, 182, 0.24);
}

.insta-browser-prompt {
  position: fixed;
  inset: 0;
  z-index: 340;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 50% 18%, rgba(85, 245, 231, 0.14), transparent 24%),
    radial-gradient(circle at 50% 84%, rgba(46, 196, 182, 0.11), transparent 22%),
    rgba(2, 9, 9, 0.48);
  backdrop-filter: blur(18px) saturate(82%);
}

html.insta-prompt-active .insta-browser-prompt {
  display: flex;
}

.insta-browser-prompt[hidden] {
  display: none;
}

.insta-browser-prompt__panel {
  position: relative;
  width: min(100%, 35rem);
  padding: 1.7rem 1.55rem 1.9rem;
  border: 1px solid rgba(193, 247, 241, 0.18);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 88% 14%, rgba(117, 226, 215, 0.14), transparent 22%),
    radial-gradient(circle at 12% 100%, rgba(46, 196, 182, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(10, 44, 41, 0.92), rgba(6, 20, 19, 0.96));
  box-shadow:
    0 38px 110px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 42px rgba(46, 196, 182, 0.1);
  overflow: hidden;
}

.insta-browser-prompt__panel::before {
  content: "";
  position: absolute;
  top: -22%;
  right: -10%;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: rgba(83, 239, 226, 0.16);
  filter: blur(68px);
  pointer-events: none;
}

.insta-browser-prompt__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.insta-browser-prompt__portrait {
  width: 4.9rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  padding: 0.34rem;
  background:
    linear-gradient(180deg, rgba(181, 255, 247, 0.9), rgba(87, 222, 208, 0.9));
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.24),
    0 0 26px rgba(46, 196, 182, 0.24);
  overflow: hidden;
}

.insta-browser-prompt__portrait img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.insta-browser-prompt__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(239, 252, 249, 0.8);
}

.insta-browser-prompt__title {
  width: min(100%, 20rem);
  margin: 0.85rem 0 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.55rem, 6.4vw, 4.35rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.insta-browser-prompt__status {
  width: min(100%, 20rem);
  margin: 0.95rem 0 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(185, 216, 212, 0.92);
}

.insta-browser-prompt__continue {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1.9rem auto 0;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(239, 252, 249, 0.72);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.insta-browser-prompt__continue:hover,
.insta-browser-prompt__continue:focus-visible {
  color: rgba(239, 252, 249, 1);
  transform: translateY(-1px);
}

.insta-browser-prompt__menu-callout {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 0.2rem);
  right: 0.35rem;
  z-index: 341;
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
  pointer-events: none;
}

.insta-browser-prompt__menu-label {
  display: inline-flex;
  align-items: center;
  min-height: 3.35rem;
  margin-top: 1.1rem;
  padding: 0.65rem 1.3rem;
  border: 1px solid rgba(222, 255, 252, 0.24);
  border-radius: 999px;
  background: rgba(6, 24, 22, 0.88);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.28),
    0 0 30px rgba(46, 196, 182, 0.24);
  color: var(--text);
  font-size: clamp(1.2rem, 4.4vw, 1.6rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(46, 196, 182, 0.18);
}

.insta-browser-prompt__menu-arrow {
  color: var(--accent-hot);
  font-size: clamp(4.35rem, 16vw, 6.4rem);
  line-height: 1;
  filter: drop-shadow(0 0 20px rgba(46, 196, 182, 0.44));
  animation: menuHintPulse 1.15s ease-in-out infinite alternate;
}

@keyframes menuHintPulse {
  from {
    transform: translateY(0);
    opacity: 0.74;
  }

  to {
    transform: translateY(-18px) scale(1.08);
    opacity: 1;
  }
}

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

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

.hero {
  position: relative;
  isolation: isolate;
  padding: 1.85rem 1rem 0.95rem;
  background:
    radial-gradient(circle at 50% 18%, rgba(239, 252, 249, 0.08), transparent 10%),
    radial-gradient(circle at 50% 30%, rgba(46, 196, 182, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(8, 34, 32, 0.84) 0%, rgba(6, 26, 24, 0.36) 68%, rgba(4, 21, 20, 0) 100%);
  overflow: visible;
}

.hero__veil,
.hero__glow {
  position: absolute;
  pointer-events: none;
}

.hero__veil {
  inset: 0;
  background:
    radial-gradient(circle at 50% 11%, rgba(255, 255, 255, 0.12), transparent 10%),
    radial-gradient(circle at 50% 28%, rgba(122, 243, 231, 0.18), transparent 24%);
  z-index: 0;
}

.hero__glow {
  border-radius: 50%;
  filter: blur(68px);
  opacity: 0.86;
  z-index: 0;
}

.hero__glow--left {
  top: -0.75rem;
  left: 50%;
  width: 12rem;
  height: 12rem;
  background: rgba(46, 196, 182, 0.22);
  transform: translateX(-62%);
}

.hero__glow--right {
  top: -0.1rem;
  left: 50%;
  width: 12rem;
  height: 12rem;
  background: rgba(117, 226, 215, 0.16);
  transform: translateX(-38%);
}

.hero,
.hero__content,
.main,
.footer {
  position: relative;
  z-index: 1;
}

.hero__content {
  width: min(100%, 22rem);
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
}

.hero__eyebrow,
.section-heading__eyebrow,
.lane__eyebrow,
.final-cta__eyebrow {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(239, 252, 249, 0.72);
}

.hero__eyebrow {
  margin-top: 0.2rem;
  letter-spacing: 0.24em;
}

.hero__portrait {
  width: clamp(6.1rem, 16vw, 7.2rem);
  height: clamp(6.1rem, 16vw, 7.2rem);
  aspect-ratio: 1 / 1;
  margin: 0 auto 0.85rem;
  padding: 0.3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  clip-path: circle(50% at 50% 50%);
  background:
    linear-gradient(140deg, rgba(228, 255, 251, 0.98), rgba(46, 196, 182, 0.74));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 16px 42px rgba(0, 0, 0, 0.28),
    0 0 26px rgba(122, 243, 231, 0.26);
}

.hero__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.hero__brand,
.section-heading h2,
.feature__title,
.lane__title,
.final-cta__title {
  font-family: "Bricolage Grotesque", sans-serif;
}

.hero__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.46rem;
  margin: 0.45rem 0 0;
  font-size: clamp(2.7rem, 6.9vw, 3.65rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.hero__dot {
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ecfffd, #7af3e7 40%, #2ec4b6 72%, #14796f 100%);
  box-shadow:
    0 0 0 2px rgba(122, 243, 231, 0.14),
    0 0 20px rgba(46, 196, 182, 0.75),
    0 0 38px rgba(46, 196, 182, 0.46);
  flex: 0 0 auto;
  transform: translateY(0.03em);
}

.hero__lede {
  width: min(100%, 34rem);
  margin: 1rem auto 0;
  font-size: clamp(1rem, 2.9vw, 1.3rem);
  line-height: 1.6;
  color: var(--muted);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 1.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  backdrop-filter: blur(16px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.button:hover,
.button:focus-visible,
.feature:hover,
.feature:focus-visible,
.link-pill:hover,
.link-pill:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  color: #031111;
  background: linear-gradient(135deg, var(--accent-hot), var(--accent));
  box-shadow: 0 20px 42px rgba(46, 196, 182, 0.32);
}

.button--ghost {
  background: rgba(4, 23, 22, 0.46);
}

.main {
  width: min(calc(100% - 2rem), var(--content-width));
  margin: 0 auto;
}

.feature-grid,
.gallery,
.link-lanes,
.final-cta {
  margin-bottom: 1.75rem;
}

.feature-grid--hero {
  margin-top: -0.08rem;
  padding-top: 0;
}

.section-jump {
  display: none;
}

.section-heading {
  width: min(100%, 28rem);
  margin-bottom: 1.1rem;
}

.section-heading--compact {
  width: min(100%, 44rem);
}

.section-heading h2 {
  margin: 0.4rem 0 0;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.feature-grid__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feature {
  position: relative;
  isolation: isolate;
  min-height: 22rem;
  border: 1px solid rgba(189, 243, 236, 0.18);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--surface-strong);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.feature--primary {
  grid-column: 1 / -1;
  min-height: clamp(24rem, 51vw, 33rem);
}

.feature:hover,
.feature:focus-visible {
  border-color: rgba(182, 255, 248, 0.36);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(182, 255, 248, 0.08);
}

.feature__media,
.gallery__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  object-position: center center;
  transition: transform 360ms ease;
}

.feature--merch .feature__media {
  object-position: 34% 14%;
}

.feature--free .feature__media {
  object-position: 58% 12%;
}

.feature:hover .feature__media,
.feature:focus-visible .feature__media {
  transform: scale(1.05);
}

.feature__leak {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.feature__leak--beam {
  inset: -28% -18% 12% -34%;
  background:
    linear-gradient(
      112deg,
      transparent 0%,
      rgba(255, 255, 255, 0.05) 18%,
      rgba(240, 255, 253, 0.22) 24%,
      rgba(196, 255, 249, 0.42) 29%,
      rgba(117, 226, 215, 0.82) 34%,
      rgba(239, 252, 249, 0.52) 39%,
      rgba(46, 196, 182, 0.24) 45%,
      transparent 54%
    );
  filter: blur(8px);
  opacity: 0.7;
  animation: featureLeakSweep 9s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

.feature__leak--flare {
  top: -16%;
  right: -12%;
  width: 54%;
  height: 88%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 34% 34%,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(231, 255, 252, 0.44) 16%,
      rgba(161, 255, 245, 0.28) 30%,
      rgba(46, 196, 182, 0.16) 48%,
      transparent 72%
    );
  filter: blur(18px);
  opacity: 0.54;
  animation: featureLeakFloat 7.5s ease-in-out infinite alternate;
}

.feature__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 12, 12, 0.06) 0%, rgba(2, 12, 12, 0.3) 45%, rgba(2, 12, 12, 0.88) 100%),
    linear-gradient(120deg, rgba(46, 196, 182, 0.18), transparent 42%);
  z-index: 1;
}

.feature__content {
  position: absolute;
  inset: auto 0 0;
  padding: 1.5rem;
  z-index: 3;
}

.feature__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(239, 252, 249, 0.18);
  border-radius: 999px;
  background: rgba(3, 16, 15, 0.54);
  color: var(--text);
  font-size: 1rem;
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  z-index: 3;
}

.feature__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(239, 252, 249, 0.76);
}

.feature__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.feature:not(.feature--primary) .feature__title {
  font-size: clamp(1.6rem, 4vw, 2.45rem);
}

.feature__copy {
  width: min(100%, 18rem);
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.feature__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.9rem;
  min-height: 2.85rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(228, 255, 251, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(222, 255, 252, 0.96), rgba(117, 226, 215, 0.86));
  color: #05201e;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.2),
    0 0 24px rgba(46, 196, 182, 0.18);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.feature__cta i {
  font-size: 0.88rem;
  transform: translateY(0.02em);
}

.feature:hover .feature__cta,
.feature:focus-visible .feature__cta {
  transform: translateY(-1px);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.24),
    0 0 26px rgba(46, 196, 182, 0.24);
}

.gallery {
  padding: 0.8rem 0 0.2rem;
  scroll-margin-top: 1.2rem;
}

.gallery__viewport {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.gallery__track {
  display: flex;
  gap: 1rem;
  width: max-content;
  will-change: transform;
  animation: marquee var(--gallery-duration, 34s) linear infinite;
}

.gallery__frame {
  flex: 0 0 clamp(13rem, 28vw, 18rem);
  height: clamp(18rem, 42vw, 24rem);
  margin: 0;
  border-radius: calc(var(--radius-lg) + 0.2rem);
  overflow: hidden;
  border: 1px solid rgba(189, 243, 236, 0.16);
  background: var(--surface-soft);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.gallery__frame img {
  display: block;
}

.link-lanes {
  padding: 0.8rem 0 0.4rem;
}

.link-lanes__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem;
}

.lane {
  padding: 1.15rem;
  border: 1px solid rgba(189, 243, 236, 0.15);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(11, 39, 37, 0.72), rgba(5, 20, 19, 0.86));
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.lane__eyebrow {
  color: rgba(239, 252, 249, 0.82);
}

.lane__title {
  margin: 0.5rem 0 1rem;
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.lane__links {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.9rem;
}

.link-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.7rem;
  padding: 0.9rem 1.05rem;
  border: 1px solid rgba(189, 243, 236, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 1rem;
  font-weight: 600;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.link-pill:hover,
.link-pill:focus-visible {
  border-color: rgba(182, 255, 248, 0.34);
  background: rgba(46, 196, 182, 0.11);
}

.link-pill--accent {
  background: linear-gradient(135deg, rgba(46, 196, 182, 0.34), rgba(182, 255, 248, 0.12));
}

.link-pill--accent-soft {
  background: linear-gradient(135deg, rgba(117, 226, 215, 0.24), rgba(7, 24, 23, 0.1));
}

.final-cta {
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid rgba(189, 243, 236, 0.15);
  border-radius: clamp(1.8rem, 4vw, 2.6rem);
  background:
    radial-gradient(circle at 20% 18%, rgba(46, 196, 182, 0.22), transparent 26%),
    linear-gradient(180deg, rgba(10, 39, 36, 0.92), rgba(3, 14, 13, 0.98));
  text-align: center;
  box-shadow: var(--shadow);
}

.final-cta__title {
  margin: 0.55rem auto 0;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.final-cta__copy {
  width: min(100%, 34rem);
  margin: 0.95rem auto 0;
  color: var(--muted);
  line-height: 1.6;
}

.hero__actions--centered {
  margin-top: 1.6rem;
}

.footer {
  width: min(calc(100% - 2rem), 52rem);
  margin: 0 auto;
  padding: 2rem 0 3rem;
  text-align: center;
  color: rgba(239, 252, 249, 0.68);
  font-size: 0.96rem;
  line-height: 1.6;
}

.footer a {
  color: var(--accent-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 700ms ease,
    transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@keyframes sectionJumpBounce {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  18% {
    transform: translate3d(0, 0.2rem, 0) scale(1);
  }

  45% {
    transform: translate3d(0, 0.95rem, 0) scale(1.08);
  }

  62% {
    transform: translate3d(0, 0.28rem, 0) scale(0.98);
  }

  78% {
    transform: translate3d(0, 0.7rem, 0) scale(1.03);
  }
}

@keyframes featureLeakSweep {
  0% {
    transform: translate3d(-24%, -10%, 0) rotate(-18deg) scale(0.88);
    opacity: 0.24;
  }

  35% {
    opacity: 0.74;
  }

  100% {
    transform: translate3d(18%, 10%, 0) rotate(-4deg) scale(1.18);
    opacity: 0.56;
  }
}

@keyframes featureLeakFloat {
  0% {
    transform: translate3d(10%, -12%, 0) scale(0.78);
    opacity: 0.18;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    transform: translate3d(-18%, 14%, 0) scale(1.18);
    opacity: 0.42;
  }
}

@keyframes textureDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-0.5%, 0.4%, 0);
  }

  100% {
    transform: translate3d(0.4%, -0.4%, 0);
  }
}

@keyframes causticFloat {
  0% {
    transform: translate3d(-4%, -3%, 0) rotate(-2deg) scale(0.98);
    opacity: 0.62;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    transform: translate3d(6%, 4%, 0) rotate(4deg) scale(1.08);
    opacity: 0.72;
  }
}

@keyframes causticSweep {
  0% {
    transform: translate3d(-10%, -6%, 0) rotate(-8deg) scale(0.94);
    opacity: 0.48;
  }

  50% {
    opacity: 0.92;
  }

  100% {
    transform: translate3d(12%, 7%, 0) rotate(6deg) scale(1.12);
    opacity: 0.56;
  }
}

@media (max-width: 720px) {
  :root {
    --site-backdrop: url("assets/harley.jpg");
  }

  body::before {
    background-position: center 18%;
    filter: saturate(1) contrast(1.02) brightness(0.36);
  }

  body::after {
    opacity: 0.13;
  }

  .site-shell::before {
    inset: -20%;
    opacity: 0.8;
  }

  .site-shell::after {
    inset: -24%;
    opacity: 0.64;
  }

  .hero {
    padding: 1.5rem 1rem 0.8rem;
  }

  .age-gate {
    padding: 1rem;
  }

  .age-gate__panel {
    width: min(100%, 31rem);
    padding: 1.25rem 1.2rem 1.2rem;
  }

  .age-gate__portrait {
    width: 3.85rem;
    height: 3.85rem;
  }

  .age-gate__title {
    width: min(100%, 21rem);
    margin: 1.3rem 0 1.25rem;
    font-size: clamp(2.25rem, 8vw, 3.3rem);
  }

  .age-gate__button {
    min-height: 3.35rem;
    font-size: 1rem;
  }

  .insta-browser-prompt {
    padding: 1rem;
  }

  .insta-browser-prompt__panel {
    width: min(100%, 31rem);
    padding: 1.35rem 1.15rem 1.15rem;
    border-radius: 1.7rem;
  }

  .insta-browser-prompt__title {
    width: min(100%, 17rem);
    font-size: clamp(2.2rem, 8.8vw, 3.25rem);
  }

  .insta-browser-prompt__copy {
    width: min(100%, 24rem);
    font-size: 0.96rem;
  }

  .insta-browser-prompt__step {
    min-height: 3.8rem;
    padding: 0.82rem 0.88rem;
  }

  .insta-browser-prompt__step-icon {
    width: 2.65rem;
    height: 2.65rem;
  }

  .main {
    width: min(calc(100% - 1rem), var(--content-width));
    margin-top: 0;
  }

  .hero__content {
    width: min(100%, 19rem);
  }

  .hero__portrait {
    width: 6.1rem;
    height: 6.1rem;
  }

  .hero__brand {
    gap: 0.42rem;
    font-size: clamp(2.55rem, 10.4vw, 3rem);
  }

  .hero__eyebrow {
    font-size: 0.76rem;
    letter-spacing: 0.24em;
  }

  .feature--primary {
    min-height: 18rem;
  }

  .feature {
    min-height: 13rem;
  }

  .feature__content {
    padding: 1rem;
  }

  .feature__leak--beam {
    inset: -26% -16% 20% -30%;
    opacity: 0.62;
  }

  .feature__leak--flare {
    top: -20%;
    right: -12%;
    width: 52%;
    height: 80%;
    opacity: 0.46;
  }

  .feature__badge {
    top: 0.8rem;
    right: 0.8rem;
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0.88rem;
  }

  .feature__kicker {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .feature__title {
    font-size: clamp(1.6rem, 6vw, 2.4rem);
  }

  .feature:not(.feature--primary) .feature__title {
    font-size: clamp(1.2rem, 4.9vw, 1.75rem);
  }

  .feature__copy {
    width: auto;
    margin-top: 0.3rem;
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .feature--merch .feature__media {
    object-position: 32% 10%;
  }

  .feature--free .feature__media {
    object-position: 60% 8%;
  }

  .feature__cta {
    margin-top: 0.55rem;
    min-height: 2.45rem;
    padding: 0.62rem 0.9rem;
    gap: 0.5rem;
    font-size: 0.88rem;
  }

  .feature-grid__layout {
    gap: 0.75rem;
  }

  .section-jump {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.85rem;
    height: 3.85rem;
    margin: -0.15rem auto 0.95rem;
    border: 1px solid rgba(189, 243, 236, 0.24);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(14, 58, 54, 0.92), rgba(5, 23, 21, 0.9));
    color: rgba(236, 255, 253, 0.94);
    box-shadow:
      0 18px 38px rgba(0, 0, 0, 0.24),
      0 0 32px rgba(46, 196, 182, 0.22);
    backdrop-filter: blur(16px);
    animation: sectionJumpBounce 1.15s cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
  }

  .section-jump i {
    font-size: 1.4rem;
    line-height: 1;
  }

  .gallery__viewport {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    padding-bottom: 0;
  }

  .gallery__track {
    gap: 0.85rem;
  }

  .gallery__frame {
    flex-basis: min(56vw, 13rem);
    height: auto;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 520px) {
  body::before {
    background-position: center 14%;
    transform: scale(1.08);
  }

  .site-shell::before {
    opacity: 0.72;
  }

  .site-shell::after {
    opacity: 0.52;
  }

  .age-gate__panel {
    border-radius: 1.5rem;
  }

  .age-gate__brand {
    gap: 0.72rem;
  }

  .age-gate__portrait {
    width: 3.45rem;
    height: 3.45rem;
  }

  .age-gate__eyebrow {
    font-size: 0.68rem;
  }

  .age-gate__name {
    font-size: 1.5rem;
  }

  .age-gate__title {
    width: min(100%, 16rem);
    font-size: clamp(2rem, 10vw, 2.6rem);
  }

  .age-gate__actions {
    gap: 0.65rem;
  }

  .age-gate__button {
    min-height: 3.05rem;
    padding: 0.72rem 0.8rem;
    font-size: 0.96rem;
  }

  .insta-browser-prompt__panel {
    border-radius: 1.45rem;
    padding: 1.2rem 1rem 1rem;
  }

  .insta-browser-prompt__title {
    width: min(100%, 15rem);
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .insta-browser-prompt__copy {
    font-size: 0.92rem;
  }

  .insta-browser-prompt__steps {
    gap: 0.72rem;
  }

  .insta-browser-prompt__step {
    align-items: flex-start;
    min-height: 0;
    font-size: 0.94rem;
  }

  .insta-browser-prompt__actions {
    grid-template-columns: 1fr;
  }

  .insta-browser-prompt__status {
    font-size: 0.9rem;
  }

  .hero__content {
    width: min(100%, 17rem);
  }

  .hero__portrait {
    width: 5.75rem;
    height: 5.75rem;
  }

  .hero__dot {
    width: 0.82rem;
    height: 0.82rem;
  }

  .hero__brand {
    font-size: clamp(2.35rem, 10.8vw, 2.8rem);
  }

  .hero__eyebrow {
    font-size: 0.74rem;
  }

  .button {
    width: 100%;
  }

  .section-heading h2 {
    font-size: clamp(1.8rem, 11vw, 2.55rem);
  }

  .lane {
    padding: 1.1rem;
  }

  .feature--primary {
    min-height: 15.5rem;
  }

  .feature {
    min-height: 11.5rem;
  }

  .feature__content {
    padding: 0.85rem;
  }

  .feature__leak--beam {
    inset: -24% -18% 24% -32%;
    opacity: 0.56;
  }

  .feature__leak--flare {
    top: -22%;
    right: -12%;
    width: 56%;
    opacity: 0.4;
  }

  .feature__badge {
    top: 0.62rem;
    right: 0.62rem;
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.78rem;
  }

  .feature__title {
    font-size: clamp(1.45rem, 6.2vw, 2rem);
  }

  .feature:not(.feature--primary) .feature__title {
    font-size: clamp(1rem, 4.85vw, 1.35rem);
  }

  .feature__copy {
    font-size: 0.8rem;
  }

  .feature--merch .feature__media {
    object-position: 30% 8%;
  }

  .feature--free .feature__media {
    object-position: 61% 6%;
  }

  .feature__cta {
    min-height: 2.15rem;
    padding: 0.52rem 0.78rem;
    gap: 0.44rem;
    font-size: 0.8rem;
  }

  .section-jump {
    width: 3.55rem;
    height: 3.55rem;
    margin: 0 auto 0.7rem;
  }

  .section-jump i {
    font-size: 1.28rem;
  }

  .hero__actions {
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .gallery__viewport {
    overflow-x: auto;
    mask-image: none;
  }

  .section-jump {
    animation: none;
  }

  .insta-browser-prompt__continue {
    transition: none;
  }
}
