:root {
    --bg: #09060f;
    --bg-soft: #120b23;
    --panel: rgba(23, 13, 43, 0.64);
    --panel-strong: rgba(24, 14, 48, 0.82);
    --line: rgba(255, 255, 255, 0.11);
    --text: #f8f5ff;
    --muted: #aaa1be;
    --purple: #7c3cff;
    --purple-2: #ad6cff;
    --pink: #ff72db;
    --soft-white: #efeaff;
    --radius-xl: 38px;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
    --shell: min(1380px, calc(100vw - 40px));
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
    background: var(--bg);
  }
  
  body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--text);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
      radial-gradient(circle at 50% -10%, rgba(128, 67, 255, 0.38), transparent 35%),
      radial-gradient(circle at 20% 40%, rgba(117, 57, 255, 0.10), transparent 34%),
      linear-gradient(180deg, #0f0919 0%, #09060f 48%, #07050b 100%);
  }
  
  ::selection {
    background: #8b52ff;
    color: #fff;
  }
  
  img {
    display: block;
    max-width: 100%;
  }
  
  a {
    color: inherit;
  }
  
  button,
  a {
    -webkit-tap-highlight-color: transparent;
  }
  
  .shell {
    width: var(--shell);
    margin-inline: auto;
  }
  
  .glass {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
      var(--panel);
    border: 1px solid var(--line);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.07),
      var(--shadow);
    backdrop-filter: blur(26px) saturate(135%);
    -webkit-backdrop-filter: blur(26px) saturate(135%);
  }
  
  .noise {
    position: fixed;
    inset: 0;
    z-index: 50;
    pointer-events: none;
    opacity: 0.026;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
  }
  
  .ambient {
    position: fixed;
    width: 46vw;
    aspect-ratio: 1;
    border-radius: 999px;
    filter: blur(100px);
    pointer-events: none;
    opacity: 0.16;
    z-index: -1;
  }
  
  .ambient-a {
    top: 10vh;
    left: -20vw;
    background: var(--purple);
  }
  
  .ambient-b {
    right: -22vw;
    top: 54vh;
    background: var(--pink);
  }
  
  .site-header {
    position: relative;
    z-index: 10;
    padding-top: max(18px, env(safe-area-inset-top));
  }
  
  .topbar {
    min-height: 154px;
    border-radius: 34px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 20px 22px;
    position: relative;
    overflow: hidden;
  }
  
  .topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 50% -20%, rgba(189, 124, 255, 0.28), transparent 45%);
    pointer-events: none;
  }
  
  .brand-wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    min-width: min(62vw, 720px);
  }
  
  .brand {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: visible;
  
    font-family: "Syne", sans-serif;
    font-size: clamp(2.8rem, 6vw, 5.7rem);
    line-height: 0.88;
    font-weight: 800;
    letter-spacing: -0.065em;
  
    color: #ffffff;
    text-shadow:
      0 0 1px #ffffff,
      0 0 16px rgba(205, 178, 255, 0.36),
      0 9px 32px rgba(100, 43, 255, 0.36);
  }
  
  .brand .char {
    display: block;
    flex: 0 0 auto;
    color: #ffffff;
  
    background: linear-gradient(
      180deg,
      #ffffff 8%,
      #f4edff 42%,
      #d8c5ff 68%,
      #a874ff 100%
    );
  
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  
    filter:
      drop-shadow(0 0 1px rgba(255, 255, 255, 0.9))
      drop-shadow(0 7px 22px rgba(125, 63, 255, 0.36));
  
    animation: bunnyBounce 2.8s cubic-bezier(.2, .7, .2, 1) infinite;
    animation-delay: calc(var(--i) * 90ms);
    transform-origin: 50% 100%;
  }
  
  .brand-slogan {
    margin-top: 12px;
    color: rgba(236, 225, 255, 0.82);
    font-size: 0.66rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.25em;
  }
  
  .opensea-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    margin-top: 15px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 999px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    background:
      linear-gradient(135deg, rgba(132, 70, 255, 0.96), rgba(185, 91, 255, 0.92));
    box-shadow:
      0 8px 28px rgba(117, 54, 255, 0.30),
      inset 0 1px 0 rgba(255, 255, 255, 0.24);
    transition:
      transform 0.28s cubic-bezier(.2, .7, .2, 1),
      box-shadow 0.28s ease,
      filter 0.28s ease;
  }
  
  .opensea-link::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -35%;
    width: 36%;
    height: 220%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.43),
      transparent
    );
    transform: rotate(18deg);
    animation: openSeaSweep 3.4s ease-in-out infinite;
    pointer-events: none;
  }
  
  .opensea-link:hover {
    transform: translateY(-3px) scale(1.035);
    filter: saturate(1.08);
    box-shadow:
      0 12px 38px rgba(124, 58, 255, 0.46),
      0 0 28px rgba(193, 108, 255, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }
  
  .opensea-link:active {
    transform: translateY(-1px) scale(0.99);
  }
  
  .opensea-orb {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, 0.10),
      0 0 15px rgba(255, 255, 255, 0.8);
    animation: openSeaPulse 1.8s ease-in-out infinite;
  }
  
  .opensea-arrow {
    font-size: 0.95rem;
    line-height: 1;
    transform: translateY(-1px);
  }
  
  .chain-pill {
    justify-self: start;
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.04);
    color: #c9c0d8;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
  }
  
  .chain-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b57bff;
    box-shadow: 0 0 18px #a964ff;
    animation: pulseDot 1.9s ease-in-out infinite;
  }
  
  .sound-toggle {
    justify-self: end;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.055);
    color: #f7f2ff;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition:
      transform 0.25s ease,
      background 0.25s ease,
      box-shadow 0.25s ease;
  }
  
  .sound-toggle:hover {
    transform: scale(1.04);
    background: rgba(255, 255, 255, 0.08);
  }
  
  .sound-toggle[aria-pressed="true"] {
    background:
      linear-gradient(145deg, rgba(126, 61, 255, 0.40), rgba(255, 114, 219, 0.16));
    box-shadow:
      inset 0 0 30px rgba(155, 90, 255, 0.24),
      0 0 28px rgba(125, 61, 255, 0.22);
  }
  
  .power-symbol {
    font-size: 1.7rem;
    line-height: 1;
  }
  
  .sound-state {
    position: absolute;
    bottom: 5px;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    opacity: 0.58;
  }
  
  .hero {
    padding-top: 22px;
  }
  
  .hero-frame {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    aspect-ratio: 16 / 9;
    isolation: isolate;
    transition: transform 0.35s cubic-bezier(.2, .7, .2, 1);
  }
  
  .hero-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(10, 7, 17, 0.03) 55%, rgba(10, 7, 17, 0.34) 100%),
      radial-gradient(circle at 50% 50%, transparent 50%, rgba(7, 4, 15, 0.28) 100%);
  }
  
  .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: heroBreath 9s ease-in-out infinite alternate;
    will-change: transform;
  }
  
  .hero-glow {
    position: absolute;
    z-index: 1;
    inset: auto 16% -32% 16%;
    height: 50%;
    background: #8046ff;
    filter: blur(110px);
    opacity: 0.22;
  }
  
  .hero-chip {
    position: absolute;
    z-index: 4;
    bottom: 22px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(8, 5, 15, 0.46);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.13em;
  }
  
  .hero-chip-left {
    left: 22px;
  }
  
  .hero-chip-right {
    right: 22px;
  }
  
  .lore {
    padding-top: clamp(90px, 11vw, 160px);
  }
  
  .section-kicker {
    margin-bottom: 16px;
    color: #aa84ff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.20em;
  }
  
  .lore-card {
    border-radius: var(--radius-xl);
    padding: clamp(28px, 6vw, 74px);
    position: relative;
    overflow: hidden;
  }
  
  .lore-card::before {
    content: "";
    position: absolute;
    width: 420px;
    aspect-ratio: 1;
    right: -130px;
    top: -210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(160, 87, 255, 0.30), transparent 68%);
  }
  
  .lore-card p {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 0 20px;
    color: #c6bdd6;
    font-size: clamp(1rem, 1.55vw, 1.28rem);
    line-height: 1.75;
  }
  
  .lore-card .lore-lead {
    max-width: 1050px;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Syne", sans-serif;
    font-size: clamp(2.3rem, 6vw, 5.5rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
  }
  
  .lore-card .lore-signoff {
    margin-top: 34px;
    color: #f1eaff;
    font-weight: 700;
  }
  
  .collection {
    padding-top: clamp(90px, 10vw, 150px);
    padding-bottom: clamp(100px, 12vw, 170px);
  }
  
  .section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
  }
  
  .section-head h2 {
    max-width: 900px;
    margin: 0;
    font-family: "Syne", sans-serif;
    font-size: clamp(2.2rem, 5vw, 4.7rem);
    letter-spacing: -0.055em;
    line-height: 0.96;
  }
  
  .section-head p {
    margin: 0 0 8px;
    color: var(--muted);
    max-width: 320px;
    font-size: 0.95rem;
    line-height: 1.5;
  }
  
  .bunny-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }
  
  .bunny-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
    transform: translateZ(0);
    isolation: isolate;
    transition:
      transform 0.28s cubic-bezier(.2, .7, .2, 1),
      border-color 0.28s ease,
      box-shadow 0.28s ease;
  }
  
  .bunny-card:hover {
    border-color: rgba(183, 123, 255, 0.30);
    box-shadow:
      0 22px 64px rgba(0, 0, 0, 0.30),
      0 0 28px rgba(116, 57, 255, 0.12);
  }
  
  .bunny-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 55%, rgba(8, 5, 14, 0.36));
  }
  
  .bunny-card::after {
    content: "";
    position: absolute;
    inset: -35%;
    z-index: 3;
    pointer-events: none;
    background:
      linear-gradient(
        110deg,
        transparent 38%,
        rgba(255, 255, 255, 0.14) 49%,
        transparent 60%
      );
    transform: translateX(-58%) rotate(8deg);
    transition: transform 0.7s cubic-bezier(.2, .7, .2, 1);
  }
  
  .bunny-card:hover::after {
    transform: translateX(58%) rotate(8deg);
  }
  
  .bunny-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition:
      transform 0.55s cubic-bezier(.2, .7, .2, 1),
      filter 0.55s ease;
  }
  
  .bunny-card:hover img {
    transform: scale(1.055);
    filter: saturate(1.08) brightness(1.03);
  }
  
  .bunny-card span {
    position: absolute;
    z-index: 5;
    right: 12px;
    bottom: 11px;
    min-width: 34px;
    height: 26px;
    padding-inline: 8px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(10, 6, 18, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    backdrop-filter: blur(12px);
  }
  
  .site-footer {
    overflow: hidden;
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }
  
  .footer-art-wrap {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #0b0711;
  }
  
  .footer-art {
    width: 100%;
    height: auto;
    min-height: 260px;
    object-fit: cover;
  }
  
  .footer-bottom {
    min-height: 210px;
    padding-top: 44px;
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
  
  .x-link {
    font-family: "Syne", sans-serif;
    font-size: clamp(5rem, 13vw, 11rem);
    line-height: 0.75;
    font-weight: 800;
    letter-spacing: -0.08em;
    text-decoration: none;
    background: linear-gradient(180deg, #ffffff, #9c6cff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    transition:
      transform 0.35s cubic-bezier(.2, .7, .2, 1),
      filter 0.35s ease;
  }
  
  .x-link:hover {
    transform: translateY(-5px) rotate(-2deg);
    filter: drop-shadow(0 12px 35px rgba(131, 73, 255, 0.35));
  }
  
  .footer-copy {
    max-width: 620px;
    text-align: right;
    color: #9289a2;
    font-size: 0.8rem;
    line-height: 1.7;
  }
  
  .footer-copy p {
    margin: 0 0 7px;
  }
  
  .footer-copy p:first-child {
    color: #e7e0f0;
    font-weight: 700;
  }
  
  .reveal {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
    transition:
      opacity 0.8s ease,
      transform 0.8s cubic-bezier(.2, .7, .2, 1);
  }
  
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  
  @keyframes bunnyBounce {
    0%,
    72%,
    100% {
      transform: translateY(0) rotate(0);
    }
  
    78% {
      transform: translateY(-7px) rotate(-2deg);
    }
  
    84% {
      transform: translateY(1px) rotate(1deg);
    }
  
    90% {
      transform: translateY(-3px) rotate(-1deg);
    }
  }
  
  @keyframes pulseDot {
    0%,
    100% {
      transform: scale(0.85);
      opacity: 0.7;
    }
  
    50% {
      transform: scale(1.18);
      opacity: 1;
    }
  }
  
  @keyframes heroBreath {
    0% {
      transform: scale(1.015);
    }
  
    100% {
      transform: scale(1.065);
    }
  }
  
  @keyframes openSeaSweep {
    0%,
    56% {
      left: -42%;
    }
  
    78%,
    100% {
      left: 128%;
    }
  }
  
  @keyframes openSeaPulse {
    0%,
    100% {
      transform: scale(0.82);
      opacity: 0.75;
    }
  
    50% {
      transform: scale(1.18);
      opacity: 1;
    }
  }
  
  @media (max-width: 980px) {
    :root {
      --shell: min(100% - 24px, 920px);
    }
  
    .topbar {
      min-height: 138px;
      grid-template-columns: 68px minmax(0, 1fr) 68px;
      padding-inline: 14px;
      border-radius: 28px;
    }
  
    .brand-wrap {
      min-width: 0;
      width: 100%;
    }
  
    .chain-pill {
      width: 48px;
      height: 48px;
      padding: 0;
      justify-content: center;
    }
  
    .chain-pill span:last-child {
      display: none;
    }
  
    .sound-toggle {
      width: 52px;
      height: 52px;
      border-radius: 18px;
    }
  
    .bunny-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  
    .section-head {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  
  @media (max-width: 640px) {
    :root {
      --shell: calc(100vw - 20px);
    }
  
    body {
      background:
        radial-gradient(circle at 50% -5%, rgba(128, 67, 255, 0.34), transparent 32%),
        #08050d;
    }
  
    .site-header {
      padding-top: max(10px, env(safe-area-inset-top));
    }
  
    .topbar {
      min-height: 128px;
      grid-template-columns: 38px minmax(0, 1fr) 38px;
      border-radius: 26px;
      padding: 10px 8px;
      column-gap: 6px;
    }
  
    .brand-wrap {
      min-width: 0;
      width: 100%;
    }
  
    .brand {
      font-size: clamp(1.9rem, 9.5vw, 2.7rem);
      letter-spacing: -0.07em;
      white-space: nowrap;
      flex-wrap: nowrap;
      width: 100%;
      max-width: 100%;
    }
  
    .brand .char {
      flex: 0 0 auto;
    }
  
    .brand-slogan {
      margin-top: 9px;
      font-size: 0.50rem;
      letter-spacing: 0.16em;
      white-space: nowrap;
    }
  
    .opensea-link {
      min-height: 36px;
      margin-top: 10px;
      padding-inline: 12px;
      gap: 7px;
      font-size: 0.55rem;
      letter-spacing: 0.12em;
    }
  
    .opensea-orb {
      width: 6px;
      height: 6px;
    }
  
    .chain-pill,
    .sound-toggle {
      width: 38px;
      height: 38px;
    }
  
    .chain-pill {
      padding: 0;
    }
  
    .sound-toggle {
      border-radius: 14px;
    }
  
    .power-symbol {
      font-size: 1.2rem;
    }
  
    .sound-state {
      display: none;
    }
  
    .hero {
      padding-top: 10px;
    }
  
    .hero-frame {
      border-radius: 26px;
    }
  
    .hero-chip {
      bottom: 10px;
      padding: 8px 10px;
      font-size: 0.48rem;
      letter-spacing: 0.09em;
    }
  
    .hero-chip-left {
      left: 10px;
    }
  
    .hero-chip-right {
      right: 10px;
    }
  
    .lore {
      padding-top: 72px;
    }
  
    .lore-card {
      border-radius: 28px;
      padding: 24px 20px 28px;
    }
  
    .lore-card .lore-lead {
      font-size: clamp(2.2rem, 13vw, 3.6rem);
    }
  
    .lore-card p {
      font-size: 0.96rem;
      line-height: 1.68;
    }
  
    .collection {
      padding-top: 72px;
      padding-bottom: 90px;
    }
  
    .bunny-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }
  
    .bunny-card {
      border-radius: 20px;
    }
  
    .footer-art {
      min-height: 180px;
    }
  
    .footer-bottom {
      min-height: 0;
      padding-top: 36px;
      flex-direction: column;
    }
  
    .x-link {
      font-size: 6rem;
    }
  
    .footer-copy {
      text-align: left;
    }
  }
  
  @media (hover: none) {
    .bunny-card::after {
      display: none;
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      scroll-behavior: auto !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  
    .reveal {
      opacity: 1;
      transform: none;
    }
  }