/* Event LP shared styles (ichigo_vote_2026) */
/* Theme + base */
:root {
      --bg: #f7f9fc;
      --accent: #f08300;
      --accent-2: #ffb347;
      --text: #1f2937;
      --card: #ffffff;
      --muted: #6b7280;
    }
    body {
      background: var(--bg);
      color: var(--text);
      font-family: 'Murecho', 'Mochiy Pop P One', sans-serif;
      position: relative;
      isolation: isolate;
    }
    body::before {
      content: "";
      position: fixed;
      inset: -12px;
      z-index: -1;
      background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),
        url('img/ichigo_bg.png');
      background-size: cover;
      background-position: center;
      filter: blur(10px);
      opacity: 1;
      transform: scale(1.03);
    }
    body::after {
      content: "";
      position: fixed;
      inset: -20%;
      z-index: -1;
      background:
        radial-gradient(circle at 15% 20%, rgba(255, 214, 170, 0.35), transparent 55%),
        radial-gradient(circle at 80% 30%, rgba(255, 245, 220, 0.35), transparent 50%),
        radial-gradient(circle at 30% 80%, rgba(255, 200, 200, 0.25), transparent 60%);
      opacity: 0.18;
      filter: blur(40px);
      transform: translate3d(0, 0, 0);
      animation: glowFloat 18s ease-in-out infinite;
      pointer-events: none;
    }

/* Notice bubble */
    .lp-notice {
      margin: 10px 0 18px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .lp-notice__icon {
      width: 56px;
      height: 56px;
      flex: 0 0 auto;
    }
    .lp-notice__icon--rank {
      background-image: url('../graphics/ticket/ichigo-chan.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.12));
    }
    .lp-notice__bubble {
      position: relative;
      padding: 12px 16px;
      border-radius: 14px;
      background: #ffffff;
      border: 1px solid rgba(240, 131, 0, 0.35);
      color: #7a3b1d;
      font-size: 15px;
      line-height: 1.6;
      box-shadow: 0 8px 18px rgba(240, 131, 0, 0.12);
    }
    .lp-notice__bubble::before,
    .lp-notice__bubble::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -12px;
      width: 0;
      height: 0;
      border-style: solid;
    }
    .lp-notice__bubble::before {
      border-width: 8px 12px 8px 0;
      border-color: transparent rgba(240, 131, 0, 0.35) transparent transparent;
    }
    .lp-notice__bubble::after {
      left: -10px;
      border-width: 7px 10px 7px 0;
      border-color: transparent #ffffff transparent transparent;
    }

/* Logo bar */
    .lp-logo-header {
      background: rgba(255, 255, 255, 0.92);
      border-bottom: 1px solid rgba(240, 131, 0, 0.22);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      position: sticky;
      top: 0;
      z-index: 30;
    }
    .lp-logo-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 14px;
      margin: 0 auto;
      padding: 8px 0;
    }
    .lp-logo-bar a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 10px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid rgba(240, 131, 0, 0.22);
      box-shadow: 0 6px 14px rgba(240, 131, 0, 0.12);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .lp-logo-bar a:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 18px rgba(240, 131, 0, 0.18);
    }
    .lp-logo-bar img {
      height: 40px;
      width: auto;
      display: block;
    }

/* Back to top button */
    .back-to-top {
      position: fixed;
      right: 20px;
      bottom: 20px;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: 2px solid rgba(240, 131, 0, 0.5);
      background: #ffffff;
      color: #f08300;
      font-size: 20px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 20px rgba(240, 131, 0, 0.25);
      cursor: pointer;
      z-index: 60;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .back-to-top:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 24px rgba(240, 131, 0, 0.3);
    }
    .back-to-top:focus {
      outline: none;
    }
    .back-to-top:focus-visible {
      outline: 2px solid rgba(240, 131, 0, 0.5);
      outline-offset: 3px;
    }


/* Hero layout + visual */
    .lp-hero {
      position: relative;
      border-radius: 16px;
      padding: 26px;
      margin: 16px 0 28px;
      background: linear-gradient(120deg, #fff, #fff7ef);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
      gap: 20px;
    }
    .lp-hero__visual {
      position: relative;
      border-radius: 14px;
      background: radial-gradient(circle at 18% 22%, rgba(255, 235, 205, 0.9), rgba(255, 200, 138, 0.45)),
                  linear-gradient(135deg, #ffedd5, #ffd194);
      min-height: 120px;
      overflow: hidden;
      box-shadow: inset 0 0 0 1px rgba(240, 131, 0, 0.16);
      display: flex;
      align-items: center;
      justify-content: center;
      isolation: isolate;
    }
/* Hero particles (CSS fallback; JS confetti used in HTML) */
    .hero-particles {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 2;
      --particle-delay: 0.8s;
      display: none;
    }
    .hero-particles .particle {
      position: absolute;
      left: var(--x);
      top: var(--y);
      width: calc(var(--size) * 1.6);
      height: calc(var(--size) * 0.7);
      border-radius: 2px;
      background: linear-gradient(135deg, var(--c1, #ffb347), var(--c2, #ffe29a));
      mix-blend-mode: normal;
      transform-origin: center;
      opacity: 0;
      transform: translate(-50%, -50%) rotate(var(--rot, 0deg)) scale(0.6);
      filter: blur(0px);
    }
    body.is-ready .hero-particles .particle {
      animation:
        particlePop 1.2s ease-out calc(var(--delay) + var(--particle-delay)) forwards,
        particleDrift 6s ease-in-out calc(var(--delay) + var(--particle-delay) + 1.2s) infinite;
    }
    .lp-hero__visual:before,
    .lp-hero__visual:after {
      content: "";
      position: absolute;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      filter: blur(36px);
      opacity: 0.8;
    }
    .lp-hero__visual:before {
      background: rgba(255, 179, 71, 0.65);
      top: -20px; left: -20px;
    }
    .lp-hero__visual:after {
      background: rgba(93, 192, 119, 0.4);
      bottom: -10px; right: -10px;
    }
    .lp-hero__visual-inner {
      position: relative;
      z-index: 1;
      text-align: center;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .lp-hero__visual-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    }
    .lp-hero__visual-placeholder {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: clamp(240px, 48vw, 360px);
      max-width: 100%;
      aspect-ratio: 16 / 9;
      border-radius: 12px;
      background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.6) 12px,
        rgba(255, 206, 158, 0.65) 12px,
        rgba(255, 206, 158, 0.65) 24px
      );
      box-shadow: 0 10px 24px rgba(0,0,0,0.08);
      color: #a55200;
      font-size: 14px;
    }
/* Hero content + typography */
    .lp-hero__content {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .lp-hero__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 999px;
      background: #fff4e4;
      color: #a55200;
      font-size: 12px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .lp-hero__title {
      margin: 14px 0 8px;
      font-size: clamp(28px, 4vw, 40px);
      line-height: 1.15;
      color: #0f172a;
      font-family: 'Kosugi Maru', 'Mochiy Pop P One', 'Murecho', sans-serif;
      font-weight: 700;
      letter-spacing: 0.04em;
    }
    .lp-hero__title--overlay {
      position: absolute;
      top: 12px;
      left: 12px;
      z-index: 3;
      margin: 0;
      padding: 10px 14px;
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 236, 216, 0.92));
      border: 1px solid rgba(240, 131, 0, 0.35);
      color: #c3411f;
      box-shadow: 0 10px 24px rgba(240, 131, 0, 0.18), 0 6px 18px rgba(0, 0, 0, 0.12);
      text-shadow: 0 2px 10px rgba(240, 131, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.85);
      font-size: clamp(22px, 3.2vw, 36px);
      max-width: calc(100% - 24px);
      overflow: hidden;
    }
    .lp-hero__title--overlay::after {
      content: "";
      position: absolute;
      left: 12px;
      right: 12px;
      bottom: 6px;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(90deg, #ff7a00, #ffb347 55%, #ffe29a);
      opacity: 0.9;
    }
    .lp-hero__subtitle {
      margin: 0 0 18px;
      color: #374151;
      font-size: 15px;
      line-height: 1.7;
    }
    .lp-hero__subtitle--catch {
      position: relative;
      padding: 16px 18px 16px 28px;
      border-radius: 16px;
      background: transparent;
      display: grid;
      gap: 6px;
    }
    .lp-hero__subtitle--catch::before {
      content: "";
      position: absolute;
      left: 10px;
      top: 12px;
      bottom: 12px;
      width: 6px;
      border-radius: 999px;
      background: linear-gradient(180deg, #ffb347, #f08300);
      box-shadow: 0 0 0 4px rgba(255, 179, 71, 0.18);
    }
    .catch-line {
      display: block;
    }
    .catch-line--main {
      font-size: clamp(18px, 2.4vw, 24px);
      font-weight: 800;
      color: #d1433a;
      letter-spacing: 0.05em;
    }
    .catch-line--subhead {
      font-size: 14px;
      font-weight: 700;
      color: #b83b33;
      letter-spacing: 0.04em;
    }
    .catch-line--lead {
      font-family: 'Noto Sans JP', 'Murecho', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
      font-size: 14px;
      color: #1f2937;
      font-weight: 600;
    }
    .catch-line--cta {
      display: inline-block;
      align-self: start;
      padding: 4px 12px;
      border-radius: 999px;
      background: transparent;
      position: relative;
      isolation: isolate;
      overflow: hidden;
      color: #fff;
      font-weight: 700;
    }
    .catch-line--cta::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: linear-gradient(90deg, #f08300, #ffb347);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.85s ease;
      will-change: transform;
      z-index: -1;
    }
    body.is-cta-ready .catch-line--cta::before {
      transform: scaleX(1);
    }
    body:not(.is-cta-ready) .catch-line--cta::before {
      transform: scaleX(0);
    }
    .catch-line--sub {
      font-family: 'Noto Sans JP', 'Murecho', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
      font-size: 12px;
      color: #6b7280;
      letter-spacing: 0.08em;
    }
    .catch-highlight {
      font-weight: 800;
      color: #c3411f;
      background: linear-gradient(transparent 60%, rgba(255, 211, 122, 0.7) 0);
      padding: 0 2px;
    }
    .lp-hero__chips {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    .chip {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 10px 12px;
      border-radius: 999px;
      background: #fdf3e0;
      color: #a55200;
      font-weight: 600;
      font-size: 12px;
      box-shadow: inset 0 0 0 1px #fde6c7;
    }
/* Content grid + cards */
    .lp-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 16px;
      margin-bottom: 28px;
    }
    .lp-card {
      position: relative;
      border-radius: 14px;
      padding: 18px 16px 16px;
      background: var(--card);
      color: var(--text);
      border: 1px solid #eceff4;
      box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      min-height: 0;
    }
    .lp-card__img {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      border-radius: 10px;
      overflow: hidden;
      background: linear-gradient(135deg, #fff5eb, #ffe1ba);
      border: 1px solid #f3eadf;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #a55200;
      font-weight: 700;
      font-size: 12px;
      margin-bottom: 10px;
      background-size: cover;
      background-position: center;
    }
    .lp-card__img::after {
      content: "画像を入れてください";
      position: absolute;
      bottom: 10px;
      right: 10px;
      padding: 6px 10px;
      background: rgba(255,255,255,0.78);
      color: #a55200;
      border-radius: 8px;
      font-weight: 700;
      font-size: 11px;
      box-shadow: 0 6px 12px rgba(0,0,0,0.06);
    }
    .lp-card__img.has-img::after {
      content: "";
    }
    .lp-card__head {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
      font-weight: 700;
      font-size: 16px;
    }
    .lp-card__text {
      color: var(--muted);
      line-height: 1.6;
      margin: 0 0 12px;
      font-size: 14px;
    }
    .lp-card__cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 12px;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      font-weight: 700;
      text-decoration: none;
      box-shadow: 0 12px 24px rgba(240, 131, 0, 0.24);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .lp-card__cta:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 28px rgba(240, 131, 0, 0.3);
    }
    .lp-section-title {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 12px;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.02em;
    }
    .lp-section-title span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      box-shadow: 0 0 0 8px rgba(240, 131, 0, 0.1);
    }
    .badge-500 {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 12px;
      background: #fff4e4;
      color: #a55200;
      font-weight: 700;
      margin-top: 12px;
      width: fit-content;
      box-shadow: inset 0 0 0 1px #fde6c7;
    }
/* Ranking list + bars */
    .rank-list {
      display: grid;
      gap: 12px;
      background: var(--card);
      color: var(--text);
      border: 1px solid #eceff4;
      border-radius: 16px;
      padding: 16px;
      box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
    }
    .rank-row {
      position: relative;
      padding: 8px 6px;
    }
    .rank-row + .rank-row {
      border-top: 1px solid #f0f2f6;
      padding-top: 16px;
      margin-top: 4px;
    }
    .rank-row__meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }
    .rank-row__title {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 700;
      font-size: 16px;
    }
    .rank-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      flex-shrink: 0;
    }
    .rank-ordinal {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 46px;
      padding: 4px 10px;
      border-radius: 999px;
      font-weight: 800;
      font-size: 16px;
      color: #7a3b00;
      background: #fff3d9;
      border: 1px solid #f7d5a1;
      box-shadow: 0 6px 14px rgba(240, 131, 0, 0.18);
      letter-spacing: 0.02em;
    }
    .rank-row[data-rank-index="0"] .rank-ordinal {
      font-size: 24px;
      min-width: 60px;
      padding: 6px 14px;
      color: #fff;
      background: linear-gradient(135deg, #f6c34a, #e18b1b);
      border-color: rgba(225, 139, 27, 0.7);
      box-shadow: 0 10px 20px rgba(225, 139, 27, 0.35);
    }
    .rank-row[data-rank-index="1"] .rank-ordinal {
      font-size: 21px;
      min-width: 54px;
      padding: 5px 12px;
      color: #fff;
      background: linear-gradient(135deg, #c7ccd6, #8d97a6);
      border-color: rgba(141, 151, 166, 0.7);
      box-shadow: 0 8px 16px rgba(120, 130, 145, 0.3);
    }
    .rank-row[data-rank-index="2"] .rank-ordinal {
      font-size: 19px;
      min-width: 50px;
      padding: 5px 12px;
      color: #fff;
      background: linear-gradient(135deg, #d39a6a, #b8743c);
      border-color: rgba(184, 116, 60, 0.7);
      box-shadow: 0 8px 16px rgba(184, 116, 60, 0.3);
    }
    .rank-name {
      font-size: 16px;
      color: var(--text);
      opacity: 0;
      transform: translateY(6px);
    }
    .rank-variety {
      font-size: 20px;
      color: #d1433a;
      font-weight: 700;
    }
    .rank-list.is-visible .rank-name {
      animation: nameFade 0.55s ease forwards;
      animation-delay: calc(0.6s + var(--delay, 0s));
    }
    .rank-row__value {
      font-weight: 700;
      font-size: 16px;
      color: #0f172a;
    }
    .rank-bar {
      position: relative;
      height: 18px;
      border-radius: 999px;
      background: #f3f4f6;
      overflow: hidden;
      box-shadow: inset 0 0 0 1px #e5e7eb;
      margin: 0;
    }
    .rank-bar-wrap {
      display: grid;
      grid-template-columns: 32px 1fr;
      gap: 12px;
      align-items: center;
      margin: 10px 0 6px;
    }
    .rank-bar-icon {
      width: 30px;
      height: 30px;
      background-image: url('../graphics/ticket/ichigo-chan.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.12));
    }
    .rank-bar__fill {
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--accent), #ffd37a);
      width: 0;
      transition: width 0.8s ease;
      will-change: width;
    }
    body:not(.is-ready) .rank-bar__fill {
      width: 0 !important;
    }
    .rank-list:not(.is-visible) .rank-bar__fill {
      width: 0 !important;
    }
    .rank-row__sub {
      display: none;
      font-size: 12px;
      color: var(--muted);
    }
/* Motion helpers */
    .anim-fade-up {
      will-change: transform, opacity;
    }
    body:not(.is-ready) .anim-fade-up {
      opacity: 0;
      transform: translateY(12px);
    }
    body.is-ready .anim-fade-up {
      animation: fadeUp 0.8s ease forwards;
      animation-delay: var(--delay, 0s);
    }
    body:not(.is-ready) .lp-hero__title--overlay {
      opacity: 0;
      transform: translateY(8px);
    }
    body.is-ready .lp-hero__title--overlay {
      animation: fadeUp 0.9s ease 0.08s both;
    }
    body.is-ready .lp-hero__visual-inner img {
      animation: heroZoom 1.8s ease forwards;
    }
    body:not(.is-ready) .lp-hero__chips .chip {
      opacity: 0;
      transform: translateY(8px);
    }
    body.is-ready .lp-hero__chips .chip {
      animation: chipIn 0.6s ease forwards;
      animation-delay: calc(0.25s + (var(--i, 0) * 0.08s));
    }
/* Notes + stats */
    .vote-note {
      margin: 0 0 14px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.02em;
    }
    .stat-number {
      font-size: 28px;
      font-weight: 700;
      color: #0f172a;
      margin: 6px 0 4px;
    }
    .stat-label {
      color: var(--muted);
      font-size: 13px;
    }
/* Responsive (mobile) */
    @media (max-width: 640px) {
      .lp-hero {
        padding: 22px 16px;
        grid-template-columns: 1fr;
        gap: 16px;
      }
      .lp-hero__visual {
        min-height: 100px;
      }
      .lp-hero__visual-placeholder {
        width: 100%;
      }
      .lp-hero__title {
        font-size: clamp(24px, 7vw, 32px);
      }
      .lp-hero__title--overlay {
        top: 10px;
        left: 10px;
        padding: 8px 10px;
        font-size: clamp(20px, 6vw, 26px);
      }
      .lp-hero__subtitle--catch {
        padding: 12px 14px 12px 24px;
      }
      .lp-notice {
        flex-direction: row;
        align-items: center;
        gap: 10px;
      }
      .lp-notice__icon {
        width: 44px;
        height: 44px;
      }
      .lp-notice__bubble {
        padding: 10px 12px;
        font-size: 13px;
        line-height: 1.5;
        flex: 1;
        min-width: 0;
      }
      .back-to-top {
        right: 14px;
        bottom: 14px;
        width: 44px;
        height: 44px;
        font-size: 16px;
      }
      .lp-notice__bubble::before,
      .lp-notice__bubble::after {
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
        border-width: 7px 10px 7px 0;
      }
      .lp-notice__bubble::before {
        border-color: transparent rgba(240, 131, 0, 0.35) transparent transparent;
      }
      .lp-notice__bubble::after {
        left: -9px;
        border-width: 6px 9px 6px 0;
        border-color: transparent #ffffff transparent transparent;
      }
      .lp-logo-bar {
        gap: 10px;
        justify-content: center;
        padding: 6px 0;
      }
      .lp-logo-bar img {
        height: 32px;
      }
      .catch-line--main {
        font-size: clamp(16px, 5vw, 20px);
      }
      .catch-line--lead {
        font-size: 13px;
      }
      .catch-line--subhead {
        font-size: 13px;
      }
      .catch-line--cta {
        font-size: 13px;
      }
      .catch-line--sub {
        font-size: 11px;
      }
      .vote-note {
        font-size: 13px;
        letter-spacing: 0.02em;
      }
      .lp-card__head {
        font-size: 15px;
      }
      .lp-card__text {
        font-size: 13px;
      }
      .rank-row__meta {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
          "title"
          "value";
        row-gap: 6px;
        align-items: start;
      }
      .rank-row__title {
        grid-area: title;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 8px;
        align-items: center;
      }
      .rank-row__value {
        grid-area: value;
        justify-self: end;
        font-size: 14px;
      }
      .rank-bar {
        height: 16px;
      }
      .rank-ordinal {
        min-width: 40px;
        font-size: 14px;
        padding: 4px 8px;
      }
      .rank-row[data-rank-index="0"] .rank-ordinal {
        font-size: 20px;
        min-width: 50px;
        padding: 5px 10px;
      }
      .rank-row[data-rank-index="1"] .rank-ordinal {
        font-size: 18px;
        min-width: 46px;
      }
      .rank-row[data-rank-index="2"] .rank-ordinal {
        font-size: 16px;
        min-width: 44px;
      }
      .rank-variety {
        font-size: 18px;
      }
      .rank-bar-wrap {
        grid-template-columns: 26px 1fr;
        gap: 10px;
      }
      .rank-bar-icon {
        width: 24px;
        height: 24px;
      }
      .rank-list {
        padding: 12px;
      }
      .rank-row {
        padding: 6px 2px;
      }
      .rank-row + .rank-row {
        padding-top: 12px;
        margin-top: 2px;
      }
      .stat-number {
        font-size: 24px;
      }
    }

/* Reduced motion */
    @media (prefers-reduced-motion: reduce) {
      body::after {
        animation: none;
        opacity: 0.1;
      }
      body:not(.is-ready) .anim-fade-up,
      body:not(.is-ready) .lp-hero__title--overlay,
      body:not(.is-ready) .lp-hero__chips .chip {
        opacity: 1 !important;
        transform: none !important;
      }
      body.is-ready .anim-fade-up,
      body.is-ready .lp-hero__title--overlay,
      body.is-ready .lp-hero__chips .chip,
      body.is-ready .lp-hero__visual-inner img {
        animation: none !important;
        transform: none !important;
      }
      .rank-list .rank-name {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
      }
      .rank-bar__fill {
        transition: none !important;
      }
      .catch-line--cta::before {
        transform: scaleX(1) !important;
        transition: none !important;
      }
      .hero-particles .particle {
        opacity: 0.4 !important;
        transform: translate(-50%, -50%) scale(1) !important;
        animation: none !important;
      }
    }

/* Keyframes */
    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(12px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes chipIn {
      from {
        opacity: 0;
        transform: translateY(8px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes heroZoom {
      from {
        opacity: 0.85;
        transform: scale(1.03);
      }
      to {
        opacity: 1;
        transform: scale(1);
      }
    }
    @keyframes particlePop {
      0% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(var(--rot, 0deg)) scale(0.2);
      }
      40% {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(calc(var(--rot, 0deg) + 20deg)) scale(1);
      }
      100% {
        opacity: 0.9;
        transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy)))
          rotate(var(--rot2, 90deg)) scale(0.95);
      }
    }
    @keyframes particleDrift {
      0% {
        transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy)))
          rotate(var(--rot2, 90deg)) scale(0.95);
      }
      50% {
        transform: translate(calc(-50% + var(--dx2)), calc(-50% + var(--dy2)))
          rotate(calc(var(--rot2, 90deg) + 90deg)) scale(1);
      }
      100% {
        transform: translate(calc(-50% + var(--dx2)), calc(-50% + var(--dy2) + var(--fall, 24px)))
          rotate(calc(var(--rot2, 90deg) + 180deg)) scale(0.9);
      }
    }
    @keyframes nameFade {
      from {
        opacity: 0;
        transform: translateY(6px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes glowFloat {
      0% {
        transform: translate3d(0, 0, 0) scale(1);
      }
      50% {
        transform: translate3d(2%, -1%, 0) scale(1.02);
      }
      100% {
        transform: translate3d(-1%, 2%, 0) scale(1);
      }
    }

    /* layout spacing */
    .lp-main {
      padding: 32px 16px 24px;
      margin-top: 0;
    }
    @media (max-width: 640px) {
      .lp-main {
        padding: 24px 14px 20px;
        margin-top: 4px;
      }
    }
