/* ===================================================================
   Celexly — styles.css
   Sakura & Snow · 桜と雪 — Japanese-themed, Apple-inspired structure.
   Soft cherry-blossom pinks, snow-white surfaces, gentle motion.
   =================================================================== */

:root {
  --bg: #fffafb;               /* snow white with a warm pink whisper */
  --bg-soft: #fdeef2;          /* pale sakura petal */
  --bg-soft-2: #fbe3ea;
  --ink: #2b1f29;              /* deep plum-ink, like sumi on washi */
  --ink-soft: #8a7782;
  --line: #f1d9e1;
  --accent: #e75a7c;           /* sakura rose */
  --accent-2: #b76e9b;         /* plum */
  --accent-3: #f7a8c0;         /* light blossom */
  --gold: #c9a14a;             /* subtle gold leaf accent */
  --radius: 22px;
  --maxw: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* season scenery (spring defaults) */
  --hero-glow:
    radial-gradient(60% 50% at 50% -5%, rgba(247, 168, 192, 0.45), transparent 70%),
    radial-gradient(50% 50% at 82% 25%, rgba(231, 90, 124, 0.18), transparent 70%),
    radial-gradient(55% 55% at 12% 45%, rgba(183, 110, 155, 0.16), transparent 70%),
    linear-gradient(180deg, #fff5f8, #fffafb 60%);
  --feature-dark-bg: radial-gradient(80% 80% at 70% 10%, #3a1b35, #1a0f1c 70%);
  --feature-grad-bg: linear-gradient(135deg, #e75a7c 0%, #b76e9b 50%, #7a5fa3 100%);
}

/* ===================================================================
   FOUR SEASONS · 四季 — each season retints the palette, hero glow and
   feature backgrounds. Applied on <body data-season> (whole page) or on
   individual <section data-season> (the home page scrolls through them).
   =================================================================== */
[data-season="spring"] {
  --ink: #2b1f29; --ink-soft: #8a7782; --line: #f1d9e1;
  --bg: #fffafb; --bg-soft: #fdeef2;
  --accent: #e75a7c; --accent-2: #b76e9b; --accent-3: #f7a8c0;
  --hero-glow:
    radial-gradient(60% 50% at 50% -5%, rgba(247, 168, 192, 0.45), transparent 70%),
    radial-gradient(50% 50% at 82% 25%, rgba(231, 90, 124, 0.18), transparent 70%),
    radial-gradient(55% 55% at 12% 45%, rgba(183, 110, 155, 0.16), transparent 70%),
    linear-gradient(180deg, #fff5f8, #fffafb 60%);
  --feature-dark-bg: radial-gradient(80% 80% at 70% 10%, #3a1b35, #1a0f1c 70%);
  --feature-grad-bg: linear-gradient(135deg, #e75a7c 0%, #b76e9b 50%, #7a5fa3 100%);
}
[data-season="summer"] {
  --ink: #16241c; --ink-soft: #5f7d6c; --line: #d6ecdb;
  --bg: #f6fcf7; --bg-soft: #e8f6ec;
  --accent: #2c9c63; --accent-2: #1f9e8f; --accent-3: #86d6a0;
  --hero-glow:
    radial-gradient(60% 50% at 50% -5%, rgba(134, 214, 160, 0.5), transparent 70%),
    radial-gradient(50% 50% at 82% 25%, rgba(31, 158, 143, 0.2), transparent 70%),
    radial-gradient(55% 55% at 12% 45%, rgba(44, 156, 99, 0.16), transparent 70%),
    linear-gradient(180deg, #eefbf0, #f6fcf7 60%);
  --feature-dark-bg: radial-gradient(80% 80% at 70% 10%, #0f3a2e, #06231a 70%);
  --feature-grad-bg: linear-gradient(135deg, #2c9c63 0%, #1f9e8f 50%, #2a8fb0 100%);
}
[data-season="autumn"] {
  --ink: #2b1d12; --ink-soft: #8a6f57; --line: #f0dcc4;
  --bg: #fffaf3; --bg-soft: #fbeedd;
  --accent: #d2552a; --accent-2: #b8860b; --accent-3: #eaa15a;
  --hero-glow:
    radial-gradient(60% 50% at 50% -5%, rgba(234, 161, 90, 0.5), transparent 70%),
    radial-gradient(50% 50% at 82% 25%, rgba(210, 85, 42, 0.2), transparent 70%),
    radial-gradient(55% 55% at 12% 45%, rgba(184, 134, 11, 0.18), transparent 70%),
    linear-gradient(180deg, #fff4e6, #fffaf3 60%);
  --feature-dark-bg: radial-gradient(80% 80% at 70% 10%, #4a2412, #241208 70%);
  --feature-grad-bg: linear-gradient(135deg, #d2552a 0%, #c0392b 45%, #b8860b 100%);
}
[data-season="winter"] {
  --ink: #1b2535; --ink-soft: #5f7090; --line: #dde7f5;
  --bg: #f7faff; --bg-soft: #eaf1fb;
  --accent: #4a78c9; --accent-2: #6a8fd6; --accent-3: #aecbf0;
  --hero-glow:
    radial-gradient(60% 50% at 50% -5%, rgba(174, 203, 240, 0.55), transparent 70%),
    radial-gradient(50% 50% at 82% 25%, rgba(74, 120, 201, 0.18), transparent 70%),
    radial-gradient(55% 55% at 12% 45%, rgba(106, 143, 214, 0.16), transparent 70%),
    linear-gradient(180deg, #eef4ff, #f7faff 60%);
  --feature-dark-bg: radial-gradient(80% 80% at 70% 10%, #16233f, #0a1222 70%);
  --feature-grad-bg: linear-gradient(135deg, #4a78c9 0%, #5a6fb8 50%, #3a5a9a 100%);
}
/* Matcha (抹茶) — green-tea Japanese theme for the Products page. */
[data-season="matcha"] {
  --ink: #21331f; --ink-soft: #5f7a55; --line: #d7e7c5;
  --bg: #f4f9ec; --bg-soft: #e8f3d6;
  --accent: #7a9b3f; --accent-2: #5e8c3a; --accent-3: #a7c46e;
  --hero-glow:
    radial-gradient(60% 50% at 50% -5%, rgba(167, 196, 110, 0.5), transparent 70%),
    radial-gradient(50% 50% at 82% 25%, rgba(122, 155, 63, 0.2), transparent 70%),
    radial-gradient(55% 55% at 12% 45%, rgba(94, 140, 58, 0.16), transparent 70%),
    linear-gradient(180deg, #eef6df, #f4f9ec 60%);
}
/* Shrine (神社) — vermillion torii & lantern dusk theme for the Why Us page. */
[data-season="shrine"] {
  --ink: #2c211c; --ink-soft: #7a675c; --line: #ecd9c8;
  --bg: #faf3ea; --bg-soft: #f4e6d6;
  --accent: #c1272d; --accent-2: #9e1f24; --accent-3: #e0995a;
  --hero-glow:
    radial-gradient(60% 50% at 50% -5%, rgba(224, 153, 90, 0.42), transparent 70%),
    radial-gradient(50% 50% at 82% 25%, rgba(193, 39, 45, 0.16), transparent 70%),
    radial-gradient(55% 55% at 12% 45%, rgba(158, 31, 36, 0.14), transparent 70%),
    linear-gradient(180deg, #fbeede, #faf3ea 60%);
}

/* Smooth the colour shift as home sections swap seasons. */
.hero, .section, .feature, .cta, .strip { transition: background 0.6s var(--ease); }

/* The global nav retints to the active season (page season, or section in view on home). */
body[data-active-season="summer"] .nav { --accent: #2c9c63; --accent-2: #1f9e8f; --accent-3: #86d6a0; }
body[data-active-season="autumn"] .nav { --accent: #d2552a; --accent-2: #b8860b; --accent-3: #eaa15a; }
body[data-active-season="winter"] .nav { --accent: #4a78c9; --accent-2: #6a8fd6; --accent-3: #aecbf0; }
body[data-active-season="matcha"] .nav { --accent: #7a9b3f; --accent-2: #5e8c3a; --accent-3: #a7c46e; }
body[data-active-season="shrine"] .nav { --accent: #c1272d; --accent-2: #9e1f24; --accent-3: #e0995a; }

/* Full-viewport seasonal sky (drives #sky), keyed to the active season. */
:root { --sky-bg: linear-gradient(180deg, #ffe6f0 0%, #fff5f9 55%, #fdeef4 100%); }
body[data-active-season="spring"] { --sky-bg: linear-gradient(180deg, #ffe6f0 0%, #fff5f9 55%, #fdeef4 100%); }
body[data-active-season="summer"] { --sky-bg: linear-gradient(180deg, #bfe9ff 0%, #e6f8ec 60%, #eafbf0 100%); }
body[data-active-season="autumn"] { --sky-bg: linear-gradient(180deg, #ffdcae 0%, #fff0db 58%, #fbeedd 100%); }
body[data-active-season="winter"] { --sky-bg: linear-gradient(180deg, #cfe0f5 0%, #eaf2ff 58%, #f3f7ff 100%); }
body[data-active-season="matcha"] { --sky-bg: linear-gradient(180deg, #d8ebb8 0%, #ecf6da 58%, #f4f9ec 100%); }
body[data-active-season="shrine"] { --sky-bg: linear-gradient(180deg, #f5cf9e 0%, #f7e2c6 52%, #faf3ea 100%); }

/* Seasonal bands go transparent so the sky + particles show behind the text. */
.feature-dark, .feature-grad { background: transparent; color: var(--ink); }
.feature-dark h2, .feature-grad h2 { color: var(--ink); }
.strip, .cta { background: transparent; }
.lead-light { color: var(--ink-soft); }
.eyebrow-light { color: var(--accent); }
.eyebrow-light .jp { color: var(--ink-soft); }
.ticks li { color: var(--ink-soft); }
.tiers .tier { background: rgba(255, 255, 255, 0.66); border-color: var(--line); }
.tiers .tier p { color: var(--ink-soft); }
.btn-light { background: var(--accent); color: #fff; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); }

/* ---------- SEASONAL SCENERY (pixel branches · sun · snowman · ground) ---------- */
.scene-deco { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.scene-deco .dec { position: absolute; image-rendering: pixelated; }
.scene-deco .dec-tl { top: 58px; left: 0; width: min(26vw, 200px); height: auto; transform-origin: top left; }
.scene-deco .dec-tr { top: 58px; right: 0; width: min(26vw, 200px); height: auto; transform-origin: top right; }
.scene-deco .dec-bl { left: 18px; bottom: 0; width: min(15vw, 110px); height: auto; transform-origin: bottom center; }

/* Ground row of swaying grass / flowers / leaf piles / snow mounds. */
.scene-deco .ground { position: absolute; left: 0; right: 0; bottom: 0; height: 44px; }
.scene-deco .git { position: absolute; bottom: 4px; transform-origin: bottom center; }
.scene-deco .gitem { display: block; image-rendering: pixelated; width: 17px; height: auto; }
/* Tall grass: only the swaying grass blades stretch to 200px (leaf piles / snow mounds stay short). */
.scene-deco .git.grass-sway .gitem { width: 22px; height: 200px; }

/* Keep each section's content above its scenery. */
.feature-inner, .hero > .reveal, .hero-scroll, .page-hero > .reveal { position: relative; z-index: 1; }
/* Dark feature bands: soften the brown branches so foliage carries them. */
.feature-dark .scene-deco, .feature-grad .scene-deco { opacity: 0.85; }

/* Everything moves: branches wave, the sun pulses, the snowman bobs, grass sways. */
@keyframes sway   { 0%, 100% { transform: rotate(-6deg); } 50% { transform: rotate(6deg); } }
@keyframes swayR  { 0%, 100% { transform: rotate(6deg); } 50% { transform: rotate(-6deg); } }
@keyframes bob    { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes sunPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }
@keyframes grassSway { 0%, 100% { transform: rotate(-7deg); } 50% { transform: rotate(7deg); } }
.scene-deco .sway      { animation: sway 3.4s ease-in-out infinite; }
.scene-deco .sway-r    { animation: swayR 3.7s ease-in-out infinite; }
/* Positioned branches (vary by side/height/scale per section) */
.scene-deco .branchpc { position: absolute; image-rendering: pixelated; height: auto; }
.scene-deco .branchpc.sway { transform-origin: top left; }
.scene-deco .branchpc.sway-r { transform-origin: top right; }
.scene-deco .sunpc { position: absolute; image-rendering: pixelated; transform-origin: center; }
.scene-deco .bob       { animation: bob 4s ease-in-out infinite; }
.scene-deco .sun-spin  { transform-origin: center; animation: sunPulse 3.6s ease-in-out infinite; }
.scene-deco .grass-sway { animation: grassSway 3.2s ease-in-out infinite; }

/* Season creatures (unique signature elements). */
.scene-deco .sig { position: absolute; image-rendering: pixelated; }
/* Spring — a little bird flying across */
.scene-deco .bird { display: block; width: 30px; }
.scene-deco .sig-bird { top: 96px; left: 0; animation: flyAcross 17s linear infinite; }
@keyframes flyAcross {
  0% { transform: translate(-30px, 0); } 25% { transform: translate(24vw, -16px); }
  50% { transform: translate(48vw, 4px); } 75% { transform: translate(72vw, -14px); }
  100% { transform: translate(101vw, 0); }
}
/* Summer — a swaying sunflower */
.scene-deco .sunflower { display: block; width: 42px; transform-origin: bottom center; }
.scene-deco .sig-flowerL { left: 6%; bottom: 0; animation: grassSway 3.8s ease-in-out infinite; transform-origin: bottom center; }
/* Winter (AI page) — pine trees */
.scene-deco .pine { display: block; width: 60px; }
.scene-deco .sig-pineL { left: 2%; bottom: 0; }
.scene-deco .sig-pineR { right: 2%; bottom: 0; }
/* Autumn — squirrel + acorn pile */
.scene-deco .sig-autumn { left: 6%; bottom: 0; width: 150px; height: 130px; }
.scene-deco .acornpile { position: absolute; left: 52px; bottom: 0; }
.scene-deco .acorn { position: absolute; }
.scene-deco .acornsvg { display: block; width: 13px; }
.scene-deco .squirrel { position: absolute; bottom: 0; left: 0; }
.scene-deco .squ { display: block; width: 40px; }
.scene-deco .squ-run { animation: squRun 6.5s ease-in-out infinite; }
@keyframes squRun {
  0% { transform: translateX(0) scaleX(-1); } 44% { transform: translateX(60px) scaleX(-1); }
  50% { transform: translateX(60px) scaleX(1); } 94% { transform: translateX(0) scaleX(1); }
  100% { transform: translateX(0) scaleX(-1); }
}
.scene-deco .squ-eat { left: 64px; animation: squEat 1.1s ease-in-out infinite; }
@keyframes squEat { 0%, 100% { transform: translateY(0) scaleX(-1); } 50% { transform: translateY(-3px) scaleX(-1); } }
.scene-deco .ac-grow { opacity: 0; transform: scale(0); transform-origin: bottom center; animation: acGrow 7.5s ease-in-out infinite; }
@keyframes acGrow { 0% { opacity: 0; transform: scale(0); } 7% { opacity: 1; transform: scale(1); } 90% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(0); } }

/* Summer — varied flowers along the ground */
.scene-deco .flowers { position: absolute; left: 0; right: 0; bottom: 0; height: 70px; }
.scene-deco .flw-pos { position: absolute; bottom: 32px; transform-origin: bottom center; }
.scene-deco .flw { display: block; width: 22px; image-rendering: pixelated; }
.scene-deco .sway-soft { animation: grassSway 3.4s ease-in-out infinite; }

/* Autumn — inchworm crawling across the bottom */
.scene-deco .worm-pos { position: absolute; bottom: 6px; left: 0; animation: wormCrawl 19s linear infinite; }
.scene-deco .worm-inch { display: inline-block; transform-origin: center bottom; animation: inch 0.7s ease-in-out infinite; }
.scene-deco .worm { display: block; width: 26px; image-rendering: pixelated; }
@keyframes wormCrawl { 0% { transform: translateX(-40px); } 100% { transform: translateX(101vw); } }
@keyframes inch { 0%, 100% { transform: scaleX(1); } 50% { transform: scaleX(0.62) translateX(3px); } }

/* Autumn — leaf clusters blown across the page */
.scene-deco .leaf-blow { position: absolute; left: 0; image-rendering: pixelated; opacity: 0; animation-name: leafBlow; animation-timing-function: linear; animation-iteration-count: infinite; }
.scene-deco .leafc { display: block; width: 18px; }
/* Static leaf pile (Websites "Static or dynamic" band) */
.scene-deco .leafpile { position: absolute; left: 7%; bottom: 0; }
.scene-deco .pileleaf { position: absolute; }
.scene-deco .pileleaf .leafc { width: 16px; }
@keyframes leafBlow {
  0% { transform: translate(-30px, 0) rotate(0); opacity: 0; }
  10% { opacity: 1; } 90% { opacity: 1; }
  100% { transform: translate(101vw, -28px) rotate(400deg); opacity: 0; }
}

/* Winter — bare snow-covered tree, snow piles up then drops off (loop) */
.scene-deco .snowtree { position: absolute; right: 2%; bottom: 0; }
.scene-deco .snowtree-svg { display: block; image-rendering: pixelated; width: 78px; }
.scene-deco .snowcap { position: absolute; width: 11px; height: 7px; background: #fff; border-radius: 2px; transform-origin: center top; animation: capPile 5.5s ease-in-out infinite; }
@keyframes capPile {
  0% { opacity: 0; transform: scaleY(0); }
  18% { opacity: 1; transform: scaleY(1); }
  78% { opacity: 1; transform: translateY(0) scaleY(1); }
  90% { opacity: 0.9; transform: translateY(34px) scaleY(0.7); }
  100% { opacity: 0; transform: translateY(72px) scaleY(0.3); }
}

/* Matcha — bamboo stalks + a whisked matcha bowl with rising steam */
.scene-deco .bamboo { position: absolute; image-rendering: pixelated; width: 40px; transform-origin: bottom center; animation: sway 4.2s ease-in-out infinite; }
.scene-deco .bamboo-r { animation-name: swayR; animation-duration: 4.6s; }
.scene-deco .matchabowl { position: absolute; left: 6%; bottom: 6px; width: 80px; }
.scene-deco .bowl-svg { display: block; image-rendering: pixelated; width: 80px; }
.scene-deco .steam { position: absolute; bottom: 60px; width: 5px; height: 18px; background: linear-gradient(to top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); border-radius: 3px; opacity: 0; }
.scene-deco .steam-1 { left: 26px; animation: steamRise 3s ease-in-out infinite; }
.scene-deco .steam-2 { left: 40px; animation: steamRise 3s ease-in-out infinite 1s; }
.scene-deco .steam-3 { left: 54px; animation: steamRise 3s ease-in-out infinite 2s; }
@keyframes steamRise { 0% { opacity: 0; transform: translateY(0) scaleY(0.6); } 30% { opacity: 0.85; } 100% { opacity: 0; transform: translateY(-28px) scaleY(1.3); } }

/* Shrine — torii gate, glowing stone lantern, vertical kanji banner */
.scene-deco .torii { position: absolute; right: 4%; bottom: 0; }
.scene-deco .torii-svg { display: block; image-rendering: pixelated; width: 150px; }
.scene-deco .lantern { position: absolute; left: 5%; bottom: 0; animation: lanternPulse 3.2s ease-in-out infinite; }
.scene-deco .lantern-svg { display: block; image-rendering: pixelated; width: 50px; }
@keyframes lanternPulse { 0%, 100% { filter: drop-shadow(0 0 3px rgba(255, 200, 90, 0.5)); } 50% { filter: drop-shadow(0 0 10px rgba(255, 200, 90, 0.95)); } }
.scene-deco .jbanner { position: absolute; top: 72px; right: 8%; writing-mode: vertical-rl; font-size: 20px; font-weight: 600; letter-spacing: 4px; color: #fff; background: #c1272d; padding: 12px 7px; border-radius: 4px; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18); }

@media (max-width: 760px) { .scene-deco { display: none; } }

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 64px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { letter-spacing: -0.02em; line-height: 1.05; font-weight: 600; }

/* Japanese accent label (katakana / kanji) */
.jp { font-weight: 500; letter-spacing: 0.18em; }

/* ---------- FALLING PETALS / SNOW CANVAS ---------- */
/* Fixed seasonal sky sits at the very back; particles ride above it but behind text. */
#sky {
  position: fixed; inset: 0; z-index: 0;
  background: var(--sky-bg);
  transition: background 0.9s var(--ease);
}
#petals {
  position: fixed; inset: 0; z-index: 1; /* above the sky, behind all section content/text */
  width: 100%; height: 100%;
  pointer-events: none;
  image-rendering: pixelated;
}

/* ---------- NAV ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255, 250, 251, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(231, 90, 124, 0.12);
  transition: background 0.3s var(--ease);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto;
  height: 56px; padding: 0 22px;
  display: flex; align-items: center; gap: 16px;
}
.nav-logo { font-weight: 600; font-size: 19px; letter-spacing: -0.02em; display: flex; align-items: center; gap: 8px; }
.logo-mark { color: var(--accent); font-size: 17px; }
.logo-img { height: 26px; width: auto; display: block; }
.footer .logo-img { height: 30px; }

/* Hero: big store icon beside the headline */
.hero-headline { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 3vw, 34px); flex-wrap: wrap; }
.hero-logo { width: clamp(96px, 15vw, 184px); height: auto; flex: 0 0 auto; order: 2; animation: heroLogoFloat 5s ease-in-out infinite; filter: drop-shadow(0 8px 20px rgba(231, 90, 124, 0.22)); }
.hero-headline .hero-title { margin: 0; order: 1; text-align: right; }
@keyframes heroLogoFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (max-width: 620px) { .hero-headline .hero-title { text-align: center; } }
.nav-logo .jp-sm { font-size: 11px; color: var(--ink-soft); letter-spacing: 0.16em; margin-left: 2px; align-self: center; }
.nav-links { display: flex; gap: 19px; margin-left: 6px; }
.nav-links a { font-size: 13px; color: var(--ink-soft); transition: color 0.2s; white-space: nowrap; }
.nav-links a:hover { color: var(--accent); }
.nav-cta-2 {
  margin-left: auto; font-size: 13px; font-weight: 500; white-space: nowrap;
  color: var(--accent); padding: 7px 14px; border-radius: 980px;
  border: 1px solid var(--accent-3); transition: background 0.2s, color 0.2s;
}
.nav-cta-2:hover { background: rgba(231, 90, 124, 0.08); }
.nav-cta-2.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.nav-cta {
  font-size: 13px; font-weight: 500; white-space: nowrap;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
  color: #fff; padding: 7px 15px; border-radius: 980px;
  transition: transform 0.2s var(--ease), opacity 0.2s; box-shadow: 0 4px 14px rgba(231, 90, 124, 0.3);
}
.nav-cta:hover { opacity: 0.92; transform: translateY(-1px); }

.nav-burger { display: none; margin-left: auto; background: none; border: 0; cursor: pointer; width: 26px; height: 22px; position: relative; }
.nav-burger span { position: absolute; left: 0; right: 0; height: 1.5px; background: var(--ink); transition: 0.3s var(--ease); }
.nav-burger span:nth-child(1) { top: 3px; }
.nav-burger span:nth-child(2) { top: 10px; }
.nav-burger span:nth-child(3) { top: 17px; }
.nav-burger[aria-expanded="true"] span:nth-child(1) { top: 10px; transform: rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { top: 10px; transform: rotate(-45deg); }

.nav-mobile {
  display: none; flex-direction: column;
  background: rgba(255, 250, 251, 0.97);
  backdrop-filter: blur(20px); border-bottom: 1px solid var(--line);
  padding: 8px 22px 18px;
}
.nav-mobile a { padding: 13px 0; font-size: 19px; font-weight: 500; border-bottom: 1px solid var(--line); }
.nav-mobile a:last-child { border-bottom: 0; }
.nav-mobile.open { display: flex; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-block; font-size: 15px; font-weight: 500;
  padding: 11px 22px; border-radius: 980px;
  transition: transform 0.2s var(--ease), opacity 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.btn-lg { font-size: 17px; padding: 14px 28px; }
.btn-primary { background: linear-gradient(120deg, var(--accent), var(--accent-2)); color: #fff; box-shadow: 0 6px 20px rgba(231, 90, 124, 0.32); }
.btn-primary:hover { opacity: 0.94; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(231, 90, 124, 0.4); }
.btn-ghost { color: var(--accent); }
.btn-ghost:hover { text-decoration: underline; }
.btn-light { background: var(--accent); color: #fff; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14); }
.btn-light:hover { opacity: 0.95; transform: translateY(-2px); }

/* ---------- HERO ---------- */
.hero {
  position: relative; min-height: 100vh; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 120px 22px 80px; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -1;
  background: var(--hero-glow);
  animation: drift 20s ease-in-out infinite alternate;
}
@keyframes drift { to { transform: scale(1.12) translateY(-3%); } }
.hero-eyebrow { font-size: 15px; color: var(--accent); font-weight: 600; margin-bottom: 16px; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-eyebrow .jp { font-size: 13px; color: var(--ink-soft); }
.hero-title { font-size: clamp(44px, 8vw, 92px); font-weight: 600; }
.grad {
  background: linear-gradient(110deg, var(--accent), var(--accent-2) 50%, #d98bb8);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-sub { font-size: clamp(18px, 2.4vw, 24px); color: var(--ink-soft); max-width: 640px; margin: 24px auto 0; font-weight: 400; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hero-scroll { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); width: 24px; height: 38px; border: 2px solid var(--line); border-radius: 14px; }
.hero-scroll span { position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--accent-3); border-radius: 4px; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%, 12px); } }

/* ---------- TRUST STRIP ---------- */
.strip { background: var(--bg-soft); position: relative; z-index: 2; }
.strip-inner { max-width: var(--maxw); margin: 0 auto; padding: 44px 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.strip-item strong { display: block; font-size: clamp(30px, 4vw, 44px); font-weight: 600; letter-spacing: -0.03em; background: linear-gradient(120deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.strip-item span { font-size: 14px; color: var(--ink-soft); }

/* ---------- SECTIONS ---------- */
.section { max-width: var(--maxw); margin: 0 auto; padding: 110px 22px; position: relative; z-index: 2; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.eyebrow { font-size: 13px; font-weight: 600; color: var(--accent); margin-bottom: 12px; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow .jp { display: inline-block; margin-left: 8px; color: var(--ink-soft); text-transform: none; }
.eyebrow-light { color: var(--accent); }
.eyebrow-light .jp { color: var(--ink-soft); }
.section-head h2, .feature h2, .cta h2 { font-size: clamp(32px, 5vw, 56px); }
.lead { font-size: clamp(17px, 2vw, 21px); color: var(--ink-soft); margin-top: 16px; font-weight: 400; }
.lead-light { color: var(--ink-soft); }

/* ---------- PRODUCT CARDS ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 32px;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
  display: flex; flex-direction: column; align-items: flex-start;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(231, 90, 124, 0.16); border-color: var(--accent-3); }
.card-icon { width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; font-size: 28px; color: #fff; margin-bottom: 22px; box-shadow: 0 10px 22px rgba(231, 90, 124, 0.22); }
.i-ext { background: linear-gradient(135deg, #f48fb1, #e75a7c); }
.i-app { background: linear-gradient(135deg, #f7a8c0, #b76e9b); }
.i-web { background: linear-gradient(135deg, #b76e9b, #7a5fa3); }
.i-ai { background: linear-gradient(135deg, #7a5fa3, #e75a7c); }
.card h3 { font-size: 23px; margin-bottom: 8px; }
.card h3 .jp { display: block; font-size: 12px; color: var(--ink-soft); font-weight: 500; margin-top: 4px; }
.card p { color: var(--ink-soft); font-size: 16px; }
.card-link { margin-top: 18px; color: var(--accent); font-size: 15px; font-weight: 500; }

/* ---------- FEATURE BLOCKS ---------- */
.feature { padding: 110px 22px; position: relative; z-index: 2; }
/* Feature bands are transparent now — the fixed seasonal sky + particles show behind the text. */
.feature-dark { background: transparent; color: var(--ink); }
.feature-grad { background: transparent; color: var(--ink); }
.feature-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.feature-inner.reverse .feature-copy { order: 2; }
.feature-copy h2 { margin-bottom: 18px; }
.feature-dark h2, .feature-grad h2 { color: var(--ink); }
.ticks { list-style: none; margin: 26px 0 30px; display: grid; gap: 13px; }
.ticks li { position: relative; padding-left: 30px; font-size: 16px; color: var(--ink-soft); }
.ticks-dark li { color: var(--ink-soft); }
.ticks li::before { content: "❀"; position: absolute; left: 0; top: -1px; color: var(--accent); font-size: 15px; }
.ticks-dark li::before { color: var(--accent); }

.tiers { display: grid; gap: 16px; margin: 28px 0 30px; }
.tier { background: rgba(255, 255, 255, 0.7); border: 1px solid var(--line); border-radius: 16px; padding: 20px 22px; }
.tier h4 { font-size: 18px; margin-bottom: 6px; }
.tier p { font-size: 15px; color: var(--ink-soft); }

/* ---------- FEATURE VISUALS (CSS mockups) ---------- */
.feature-visual { display: grid; place-items: center; }

.mock-browser { width: 100%; max-width: 420px; background: #241420; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.5); border: 1px solid #3a2333; }
.mock-bar { display: flex; gap: 7px; padding: 13px 16px; background: #2e1a28; }
.mock-bar span { width: 11px; height: 11px; border-radius: 50%; background: #5a3a4d; }
.mock-bar span:first-child { background: #ff8fa8; }
.mock-bar span:nth-child(2) { background: #f7c6a8; }
.mock-bar span:nth-child(3) { background: #f7a8c0; }
.mock-body { padding: 30px; display: flex; align-items: center; gap: 22px; }
.mock-ext { width: 70px; height: 70px; border-radius: 18px; background: linear-gradient(135deg, #f48fb1, #e75a7c); display: grid; place-items: center; font-size: 34px; color: #fff; animation: float 4s ease-in-out infinite; box-shadow: 0 10px 30px rgba(231, 90, 124, 0.5); }
.mock-lines { flex: 1; display: grid; gap: 11px; }
.mock-lines i { height: 11px; border-radius: 6px; background: #43293a; }
.mock-lines i:nth-child(1) { width: 90%; }
.mock-lines i:nth-child(2) { width: 70%; }
.mock-lines i:nth-child(3) { width: 80%; }

.mock-grid { width: 100%; max-width: 420px; aspect-ratio: 1; display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.mg-cell { border-radius: 18px; box-shadow: 0 20px 50px rgba(231, 90, 124, 0.12); }
.mg-a { grid-row: 1 / 3; background: linear-gradient(135deg, #f7a8c0, #b76e9b); display: grid; place-items: center; font-size: 56px; color: #fff; }
.mg-b { background: #fff; }
.mg-c { background: linear-gradient(135deg, #e75a7c, #b76e9b); }
.mg-d { background: #fff; }

.mock-stack { position: relative; width: 100%; max-width: 380px; height: 320px; }
.ms-card { position: absolute; border-radius: 18px; box-shadow: 0 30px 70px rgba(0,0,0,0.3); }
.ms-1 { inset: 0 60px 60px 0; background: linear-gradient(135deg, #fff, #fde4ec); color: var(--accent); display: grid; place-items: center; font-size: 52px; z-index: 3; animation: float 5s ease-in-out infinite; }
.ms-2 { inset: 40px 30px 30px 30px; background: rgba(255,255,255,0.2); z-index: 2; }
.ms-3 { inset: 70px 0 0 60px; background: rgba(255,255,255,0.12); z-index: 1; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---------- ABOUT ---------- */
.about { padding-bottom: 90px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 10px; }
.value { padding: 32px 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.value h3 { font-size: 22px; margin-bottom: 10px; }
.value h3 .jp { display: block; font-size: 12px; color: var(--accent); font-weight: 500; margin-top: 3px; letter-spacing: 0.14em; }
.value p { color: var(--ink-soft); font-size: 16px; }

/* ---------- CTA ---------- */
.cta { background: var(--bg-soft); padding: 120px 22px; text-align: center; position: relative; z-index: 2; }
.cta-inner { max-width: 720px; margin: 0 auto; }
.cta .jp { color: var(--accent); font-size: 15px; letter-spacing: 0.2em; display: block; margin-bottom: 14px; }
.cta p { font-size: clamp(17px, 2vw, 21px); color: var(--ink-soft); margin-top: 18px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }

/* ---------- FOOTER ---------- */
.footer { background: #fff; border-top: 1px solid var(--line); padding: 60px 22px 30px; font-size: 14px; position: relative; z-index: 2; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 2fr; gap: 40px; }
.footer-brand p { color: var(--ink-soft); margin-top: 12px; max-width: 280px; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-col h5 { font-size: 13px; color: var(--ink-soft); margin-bottom: 14px; font-weight: 600; }
.footer-col a { display: block; color: var(--ink); padding: 5px 0; transition: color 0.2s; }
.footer-col a:hover { color: var(--accent); }
.footer-base { max-width: var(--maxw); margin: 40px auto 0; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; color: var(--ink-soft); }

/* ---------- INTERIOR PAGES ---------- */
.nav-links a.active, .nav-mobile a.active { color: var(--accent); }

.page-hero {
  position: relative; z-index: 2;
  text-align: center; padding: 150px 22px 70px; overflow: hidden;
}
.page-hero .hero-bg { position: absolute; inset: 0; z-index: -1; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { font-size: clamp(38px, 6.5vw, 72px); font-weight: 600; }
.page-hero h1 .grad { display: inline; }
.page-hero p { font-size: clamp(17px, 2.2vw, 22px); color: var(--ink-soft); max-width: 640px; margin: 20px auto 0; }
.page-hero .hero-actions { margin-top: 30px; }

/* Pills / badges */
.pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; }
.pill { font-size: 13.5px; font-weight: 500; padding: 8px 16px; border-radius: 980px; background: #fff; border: 1px solid var(--line); color: var(--ink-soft); }
.pill .jp { color: var(--accent); margin-right: 6px; }

/* Numbered process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; }
.step-num { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-weight: 600; color: #fff; background: linear-gradient(120deg, var(--accent), var(--accent-2)); margin-bottom: 16px; }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 15px; }

/* Feature rows on detail pages (icon + text) */
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.detail { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; }
.detail .di { font-size: 30px; margin-bottom: 14px; display: block; }
.detail h3 { font-size: 20px; margin-bottom: 8px; }
.detail h3 .jp { display: block; font-size: 12px; color: var(--accent); font-weight: 500; margin-top: 3px; }
.detail p { color: var(--ink-soft); font-size: 15.5px; }

/* Pricing / package cards */
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pkg { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; display: flex; flex-direction: column; }
.pkg.featured { border-color: var(--accent); box-shadow: 0 24px 50px rgba(231, 90, 124, 0.16); position: relative; }
.pkg .tag { position: absolute; top: -12px; left: 30px; background: linear-gradient(120deg, var(--accent), var(--accent-2)); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 980px; }
.pkg h3 { font-size: 22px; margin-bottom: 6px; }
.pkg .price { font-size: 15px; color: var(--accent); font-weight: 600; margin-bottom: 18px; }
.pkg ul { list-style: none; display: grid; gap: 11px; margin-bottom: 24px; }
.pkg li { position: relative; padding-left: 26px; font-size: 15px; color: var(--ink-soft); }
.pkg li::before { content: "❀"; position: absolute; left: 0; color: var(--accent-3); }
.pkg .btn { margin-top: auto; text-align: center; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 4px 22px; margin-bottom: 12px; }
.faq summary { cursor: pointer; font-size: 17px; font-weight: 500; padding: 18px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 22px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--ink-soft); font-size: 15.5px; padding: 0 0 18px; }

/* Contact form */
.contact-wrap { max-width: 620px; margin: 0 auto; }
.form { display: grid; gap: 16px; margin-top: 36px; text-align: left; }
.form label { font-size: 14px; font-weight: 500; display: block; margin-bottom: 7px; }
.form input, .form textarea, .form select {
  width: 100%; padding: 13px 15px; font-size: 15px; font-family: inherit;
  border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(231, 90, 124, 0.15);
}
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: 13px; color: var(--ink-soft); margin-top: 4px; text-align: center; }
.form-status { font-size: 15px; font-weight: 500; color: var(--accent); margin-top: 14px; text-align: center; min-height: 22px; }

.contact-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.cmethod { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; text-align: center; }
.cmethod .ci { font-size: 26px; }
.cmethod h4 { font-size: 16px; margin: 10px 0 4px; }
.cmethod a, .cmethod span { color: var(--ink-soft); font-size: 14px; }
.cmethod-link { display: block; cursor: pointer; transition: transform .2s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.cmethod-link:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 16px 34px rgba(231, 90, 124, 0.16); }
.cmethod .cmethod-val { color: var(--accent); font-weight: 500; font-size: 14px; }
.cmethod .ci-discord { color: var(--accent); }
.cmethod .ci-discord .social-inline { display: inline-flex; }
.cmethod .ci-discord .social-inline svg { width: 30px; height: 30px; display: block; }
.cmethod .discord-link { color: var(--accent); font-weight: 500; }

/* Footer social icons */
.socials { display: flex; gap: 10px; margin-top: 18px; }
.social { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--ink-soft); background: var(--bg-soft); border: 1px solid var(--line); transition: transform .2s var(--ease), color .2s, background .2s, border-color .2s; }
.social svg { width: 17px; height: 17px; display: block; }
.social:hover { transform: translateY(-3px); color: #fff; background: var(--accent); border-color: var(--accent); }

/* Generic page CTA band */
.band { text-align: center; padding: 90px 22px; }
.band h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 18px; }
.band p { color: var(--ink-soft); font-size: 18px; max-width: 560px; margin: 0 auto 28px; }

@media (max-width: 860px) {
  .steps, .detail-grid, .packages, .contact-methods { grid-template-columns: 1fr; }
  .form .row2 { grid-template-columns: 1fr; }
}

/* ---------- REVEAL ANIMATION ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- RESPONSIVE ---------- */
/* Busier nav collapses to the menu before it can crowd or overflow. */
@media (max-width: 1140px) {
  .nav-links { display: none; }
  .nav-cta, .nav-cta-2 { display: none; }
  .nav-burger { display: block; }
}
@media (max-width: 860px) {
  .feature-inner { grid-template-columns: 1fr; gap: 40px; }
  .feature-inner.reverse .feature-copy { order: 0; }
  .cards, .values { grid-template-columns: 1fr; }
  .strip-inner { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .footer-inner { grid-template-columns: 1fr; }
  .feature-visual { order: -1; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  #petals { display: none; }
}

/* ===================================================================
   Interactivity layer — content elements only (seasonal scenery untouched)
   =================================================================== */
.tilt { position: relative; transition: transform .2s var(--ease), box-shadow .3s var(--ease); }
.tilt:hover { transform: perspective(760px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(calc(var(--lift, 0) * -7px)); }
.tilt:not(.card):hover { box-shadow: 0 22px 48px rgba(40, 20, 40, 0.14); }
.tilt.glow::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  opacity: 0; transition: opacity .3s var(--ease); z-index: 3;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.45), transparent 50%);
  mix-blend-mode: soft-light;
}
.tilt.glow:hover::after { opacity: 1; }

/* Button shine sweep + press feedback */
.btn { position: relative; overflow: hidden; }
.btn::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg); transition: left .6s var(--ease); pointer-events: none;
}
.btn:hover::after { left: 140%; }
.btn:active { transform: scale(0.97); }

/* Subtle nudge on card link as you hover the card */
.card-link { transition: letter-spacing .3s var(--ease); }
.card:hover .card-link { letter-spacing: 0.02em; }

/* Animated sheen drifting across the gradient headline text */
.grad { background-size: 220% auto; animation: gradShimmer 7s ease-in-out infinite; }
@keyframes gradShimmer { 0%, 100% { background-position: 0% center; } 50% { background-position: 120% center; } }

@media (prefers-reduced-motion: reduce) {
  .tilt:hover { transform: none; }
  .grad { animation: none; }
  .btn::after { display: none; }
}

/* --- Sakura blooming out of the word "blossoms" (home hero) --- */
.bloom-word { position: relative; display: inline-block; }
.bloom-word .grad { position: relative; z-index: 1; }   /* text sits above the blossoms */
.blooms { position: absolute; inset: -12% -8%; pointer-events: none; z-index: 0; }
.sakura-bloom {
  position: absolute; transform-origin: center; opacity: 0;
  will-change: transform, opacity;
  animation: bloomPop 5.4s ease-in-out infinite;
}
.bloom-svg { display: block; width: 26px; image-rendering: pixelated; filter: drop-shadow(0 1px 1px rgba(214, 104, 138, 0.28)); }
@keyframes bloomPop {
  0%   { transform: scale(0) rotate(calc(var(--r, 0deg) - 22deg)); opacity: 0; }
  18%  { opacity: 1; }
  46%  { transform: scale(calc(var(--bs) * 1.14)) rotate(var(--r, 0deg)); opacity: 1; }  /* pop open */
  60%  { transform: scale(var(--bs)) rotate(var(--r, 0deg)); opacity: 1; }                /* settle on the letter */
  82%  { transform: scale(var(--bs)) rotate(var(--r, 0deg)); opacity: 1; }                /* linger */
  100% { transform: scale(0) rotate(calc(var(--r, 0deg) + 10deg)); opacity: 0; }          /* close */
}
@media (prefers-reduced-motion: reduce) { .blooms { display: none; } }
