:root {
  --bg: #0a1022;
  --panel: rgba(255, 255, 255, 0.06);
  --panel-strong: rgba(255, 255, 255, 0.1);
  --text: #f6f8ff;
  --muted: #aab4d6;
  --brand: #31d5a6;
  --brand-2: #ffb347;
  --stroke: rgba(255, 255, 255, 0.16);
  --radius: 20px;
  --shadow: 0 18px 50px rgba(10, 16, 34, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background: #080d1c;
}

body {
  font-family: "Space Grotesk", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, #1a2f3a 0%, transparent 42%),
    radial-gradient(circle at 86% 18%, #1c3c42 0%, transparent 38%),
    linear-gradient(180deg, #080d1c 0%, #0b1228 100%);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image: radial-gradient(#ffffff 0.5px, transparent 0.5px);
  background-size: 3px 3px;
  z-index: -1;
}

h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  margin: 0;
}

p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

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

ul {
  margin: 0;
  padding-left: 1.1rem;
}

.hero,
.feature-section,
.cards-section,
.community,
.faq,
.customization,
.cta,
.site-footer {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.site-header {
  width: 100%;
  margin: 0;
  padding: 1.1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: 1.42rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
}

.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.nav {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1.15;
  font-weight: 500;
}

.nav a:not(.btn) {
  color: #d8dff8;
  font-size: inherit;
  line-height: inherit;
}

.nav a:not(.btn):not(.nav-legal) {
  border: 1px solid rgba(49, 213, 166, 0.38);
  border-radius: 999px;
  background: rgba(49, 213, 166, 0.12);
  color: #dffef4;
  padding: 0.38rem 0.72rem;
}

.nav a:not(.btn):not(.nav-legal):hover {
  background: rgba(49, 213, 166, 0.2);
}

.nav .nav-legal {
  font-size: inherit;
  opacity: 0.72;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.36rem 0.72rem;
  background: rgba(255, 255, 255, 0.03);
}

.nav .nav-legal:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.34);
}

.nav .nav-legal[aria-current="page"],
.nav .nav-legal.is-active {
  opacity: 1;
  color: #ffffff;
  border-color: rgba(49, 213, 166, 0.78);
  background: rgba(49, 213, 166, 0.22);
}

.nav .nav-home {
  display: inline-flex;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: inherit;
  opacity: 0.72;
  color: #d8dff8;
}

.nav .nav-home:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.nav .nav-home-placeholder {
  visibility: hidden;
  pointer-events: none;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.08);
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #e9f0ff;
  display: block;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.82rem 1.28rem;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--brand), #7cf0ca);
  color: #041223;
  font-weight: 700;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(49, 213, 166, 0.35);
}

.btn-pulse {
  animation: pulseGlow 2.1s ease-in-out infinite;
}

.btn-small {
  padding: 0.58rem 1rem;
  font-size: 0.9rem;
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--stroke);
}

main {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.coming-banner {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(255, 179, 71, 0.44);
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  background:
    linear-gradient(110deg, rgba(255, 179, 71, 0.2), rgba(255, 179, 71, 0.06) 44%, rgba(49, 213, 166, 0.09) 100%),
    rgba(255, 255, 255, 0.03);
  padding: clamp(0.62rem, 1.2vw, 0.9rem) clamp(0.95rem, 3.2vw, 2rem);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(0.5rem, 1.2vw, 0.95rem);
}

.coming-chip {
  margin: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 179, 71, 0.9);
  background: rgba(255, 179, 71, 0.22);
  color: #ffe3bc;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.24rem 0.52rem;
}

.coming-copy {
  margin: 0;
  color: #ecf3ff;
  font-size: clamp(0.84rem, 1.1vw, 0.96rem);
  line-height: 1.45;
  font-weight: 600;
}

.coming-link {
  margin: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 153, 0.9);
  background: #ffb347;
  color: #2f1a00;
  font-size: clamp(0.72rem, 0.96vw, 0.82rem);
  font-weight: 800;
  padding: 0.3rem 0.62rem;
  white-space: normal;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.coming-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(255, 179, 71, 0.25);
}

.coming-close {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #eef5ff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.coming-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hero {
  order: 1;
}

.pillars {
  order: 2;
}

#community {
  order: 3;
}

.creator-section {
  order: 4;
}

.showcase {
  order: 5;
}

#feeds {
  order: 6;
}

.cards-section {
  order: 7;
}

.founder-story {
  order: 8;
}

.statement {
  order: 9;
}

.faq {
  order: 10;
}

.pillar-cta {
  order: 11;
}

#download {
  order: 12;
}

.hero {
  padding-top: 2.8rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.2rem;
  align-items: center;
  position: relative;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 0.85rem;
}

.hero h1 {
  font-size: clamp(2.15rem, 4.8vw, 4rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}

.hero h1 span {
  color: var(--brand-2);
}

.subtext {
  max-width: 56ch;
}

.micro-proof {
  margin-top: 0.75rem;
  color: #d5defa;
  font-weight: 600;
  font-size: 0.95rem;
}

.hero-cta {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.badge-row {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.store-badge {
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 0.42rem 0.72rem;
  font-size: 0.83rem;
  font-weight: 600;
  color: #ecf2ff;
  background: rgba(255, 255, 255, 0.07);
}

.store-badge.muted {
  background: rgba(255, 255, 255, 0.03);
  color: #bfcaec;
}

.hero-stats {
  margin-top: 1.7rem;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-stats li {
  display: grid;
  gap: 0.2rem;
  background: var(--panel);
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 0.65rem 0.8rem;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.phone-frame {
  --frame-top: 0;
  --frame-side: 0.12rem;
  --frame-bottom: 0;
  --screen-radius: 28px;
  width: min(340px, 100%);
  aspect-ratio: 1320 / 2868;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(155deg, #2a2d34 0%, #15181f 35%, #0b0d12 70%, #05060a 100%);
  box-shadow:
    0 18px 38px rgba(4, 10, 26, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45);
  position: relative;
  line-height: 0;
}

.phone-frame::before {
  content: none;
}

.phone-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background:
    linear-gradient(#4e5564, #252b37) left 0 top 20% / 1.8px 34px no-repeat,
    linear-gradient(#4e5564, #252b37) left 0 top 31% / 1.8px 54px no-repeat,
    linear-gradient(#4e5564, #252b37) left 0 top 49% / 1.8px 54px no-repeat,
    linear-gradient(#4e5564, #252b37) right 0 top 27% / 1.8px 82px no-repeat,
    linear-gradient(#4e5564, #252b37) right 0 top 65% / 1.8px 28px no-repeat;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 0 0 3px rgba(5, 6, 10, 0.94),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

.phone-screen {
  position: absolute;
  top: var(--frame-top);
  right: var(--frame-side);
  bottom: var(--frame-bottom);
  left: var(--frame-side);
  border-radius: var(--screen-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  z-index: 1;
}

.phone-screen > img,
.phone-screen > video {
  width: 100%;
  height: 100%;
  display: block;
}

.phone-screen > img {
  object-fit: cover;
  object-position: center top;
  background: #000;
  width: 100%;
  margin-left: 0;
}

.phone-screen > img.foryou-media {
  object-fit: cover;
  object-position: center top;
  transform: none;
}

.phone-screen > video {
  object-fit: cover;
}

.hero-phone-frame {
  z-index: 2;
}

.hero-phone-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.loops-corner {
  position: absolute;
  left: -6%;
  bottom: 4%;
  width: min(170px, 36%);
  margin: 0;
  z-index: 3;
}

.loops-corner .phone-frame {
  --frame-top: 0;
  --frame-side: 0.06rem;
  --frame-bottom: 0;
  --screen-radius: 15px;
  width: 100%;
  border-radius: 20px;
}

.loops-corner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.loops-corner figcaption {
  margin-top: 0.24rem;
  padding: 0.22rem 0.4rem;
  color: rgba(234, 242, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 12, 31, 0.52);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  z-index: 1;
}

.orb-a {
  width: 180px;
  height: 180px;
  left: 4%;
  top: 15%;
  background: radial-gradient(circle at 32% 32%, #31d5a6, #0f5f6f);
  animation: float 6s ease-in-out infinite;
}

.orb-b {
  width: 130px;
  height: 130px;
  right: 7%;
  bottom: 16%;
  background: radial-gradient(circle at 30% 30%, #ffb347, #f45b69);
  animation: float 7s ease-in-out infinite reverse;
}

.pillars {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.statement {
  width: min(1120px, calc(100% - 2.5rem));
  margin: -2.8rem auto 0;
  border: 1px solid var(--stroke);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 1.2rem;
  display: grid;
  gap: 0.7rem;
}

.statement h2 {
  font-size: clamp(1.45rem, 3.3vw, 2.2rem);
}

.statement-sub {
  color: #dce6ff;
  font-weight: 600;
}

.statement .btn {
  justify-self: start;
}

.creator-section {
  width: min(1120px, calc(100% - 2.5rem));
  margin: -2.6rem auto 0;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 1.1rem;
  background:
    radial-gradient(circle at 8% 18%, rgba(49, 213, 166, 0.16), transparent 38%),
    radial-gradient(circle at 90% 84%, rgba(49, 213, 166, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.05);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0.9rem;
}

.creator-copy h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: 0.55rem;
}

.creator-soon {
  margin-top: 0.7rem;
  color: #dce6ff;
  font-weight: 600;
}

.creator-points {
  display: grid;
  gap: 0.6rem;
}

.creator-points article {
  border: 1px solid var(--stroke);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.14);
  padding: 0.72rem;
}

.creator-points h3 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.heritage-corner {
  position: relative;
  position: absolute;
  right: -2%;
  bottom: 2%;
  width: min(230px, 44%);
  aspect-ratio: 4 / 5;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  overflow: hidden;
  margin: 0;
  box-shadow: 0 18px 30px rgba(3, 8, 22, 0.5);
  animation: heritageCornerFloat 6.4s ease-in-out infinite;
  z-index: 3;
}

.heritage-corner a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.heritage-corner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(1.08) brightness(1.08);
}

.heritage-corner:hover {
  transform: translateY(-2px);
}

.heritage-corner:hover::after,
.heritage-corner a:focus-visible figcaption {
  background:
    linear-gradient(180deg, rgba(4, 10, 26, 0.01) 42%, rgba(4, 10, 26, 0.66) 100%),
    radial-gradient(circle at 0 50%, rgba(11, 18, 40, 0.56), transparent 40%);
}

.heritage-corner a:focus-visible {
  outline: 2px solid rgba(49, 213, 166, 0.9);
  outline-offset: -2px;
}

.heritage-corner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 10, 26, 0.01) 58%, rgba(4, 10, 26, 0.97) 100%),
    radial-gradient(circle at 0 50%, rgba(11, 18, 40, 0.56), transparent 40%);
}

.heritage-corner figcaption {
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.42rem;
  z-index: 2;
  color: #eef4ff;
  display: grid;
  gap: 0.5rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.heritage-corner .story-badge {
  width: max-content;
  border-radius: 999px;
  border: 1px solid rgba(255, 179, 71, 0.82);
  background: rgba(255, 179, 71, 0.2);
  color: #ffe3bc;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.18rem 0.42rem;
}

.heritage-corner .story-badge-top {
  position: absolute;
  top: 0.62rem;
  left: 0.65rem;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #ffe0b5;
  padding: 0;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.heritage-corner figcaption strong {
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.heritage-corner .story-cta {
  width: max-content;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 153, 0.95);
  background: #ffb347;
  color: #2f1a00;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.2rem 0.48rem;
}

.founder-story {
  width: min(1120px, calc(100% - 2.5rem));
  margin: -2.6rem auto 0;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 1.1rem;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 179, 71, 0.18), transparent 40%),
    radial-gradient(circle at 85% 88%, rgba(49, 213, 166, 0.17), transparent 34%),
    rgba(255, 255, 255, 0.05);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0.9rem;
}

.founder-copy h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: 0.55rem;
}

.founder-points {
  display: grid;
  gap: 0.6rem;
}

.founder-points article {
  border: 1px solid var(--stroke);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.14);
  padding: 0.72rem;
}

.founder-points h3 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.pillar-card {
  border: 1px solid var(--stroke);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.pillar-card:hover {
  transform: translateY(-3px);
  border-color: rgba(49, 213, 166, 0.44);
}

.pillar-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
}

.pillar-link {
  margin-top: 0.75rem;
  display: inline-flex;
  font-weight: 700;
  font-size: 0.92rem;
  color: #9fe9d3;
}

.pillar-link:hover {
  color: #c9ffe9;
}

.pillar-cta {
  width: min(1120px, calc(100% - 2.5rem));
  margin: -3rem auto 0;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  display: grid;
  gap: 0.7rem;
  justify-items: center;
  text-align: center;
}

.pillar-cta p {
  color: #eaf1ff;
  font-weight: 600;
}

.section-head {
  margin-bottom: 1.4rem;
}

.section-head h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  max-width: 28ch;
}

.feed-switcher {
  border: 1px solid var(--stroke);
  border-radius: calc(var(--radius) + 4px);
  background: var(--panel);
  padding: 1rem;
}

.feed-tabs {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.feed-tab {
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #eaf0ff;
  padding: 0.5rem 0.95rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.feed-tab.active {
  background: rgba(49, 213, 166, 0.2);
  border-color: rgba(49, 213, 166, 0.45);
}

.feed-panel {
  display: none;
  border: 1px solid var(--stroke);
  background: rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  padding: 1rem;
  gap: 0.65rem;
}

.feed-panel.active {
  display: grid;
}

.feed-panel h3 {
  font-size: 1.22rem;
}

.feed-panel li {
  color: #d6def8;
  margin-top: 0.28rem;
}

.showcase {
  width: min(1120px, calc(100% - 2.5rem));
  margin: -2.2rem auto 0;
}

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

.showcase-card {
  border: 1px solid var(--stroke);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.85rem;
}

.showcase-card h3 {
  margin-bottom: 0.5rem;
}

.showcase-media {
  width: 100%;
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  object-fit: cover;
}

.showcase-card p {
  margin-top: 0.55rem;
}

.showcase-phone-frame {
  width: min(100%, 320px);
  margin: 0 auto;
}

.theme-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  justify-items: center;
}

.theme-card {
  width: 100%;
  max-width: 320px;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.16rem;
}

.theme-card img {
  width: 100%;
  display: block;
}

.theme-phone-frame {
  --frame-side: 0.05rem;
  width: min(100%, 260px);
  margin: 0 auto;
  border-radius: 30px;
}

.theme-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-card p {
  margin-top: 0.45rem;
  font-size: 0.9rem;
}

.cards-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.product-card,
.community-item {
  background: var(--panel);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 1.1rem;
}

.product-card h3,
.community-item h3 {
  margin-bottom: 0.45rem;
}

.product-card p + p,
.community-item p + p {
  margin-top: 0.7rem;
}

.safety-demo {
  margin-top: 0.85rem;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 0.75rem;
  background: rgba(5, 12, 31, 0.55);
  display: grid;
  gap: 0.55rem;
}

.safety-row {
  display: grid;
  grid-template-columns: 72px 1fr 24px;
  align-items: center;
  gap: 0.45rem;
}

.safety-row label {
  font-size: 0.85rem;
  color: #d4defb;
}

.severity-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background:
    linear-gradient(90deg, rgba(49, 213, 166, 0.3), rgba(255, 179, 71, 0.3) 55%, rgba(244, 91, 105, 0.35));
  overflow: hidden;
}

.severity-fill {
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #31d5a6, #ffb347 62%, #f45b69);
  transition: width 0.55s ease;
}

.safety-row span {
  color: #f1f5ff;
  font-weight: 700;
  text-align: right;
  font-size: 0.9rem;
}

.safety-note {
  font-size: 0.84rem;
  color: #9fb0de;
}

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

.gift-burst {
  margin-top: 0.9rem;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 0.7rem;
  background: rgba(6, 14, 36, 0.6);
}

.chat-burst {
  margin-top: 0.9rem;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 0.7rem;
  background: rgba(6, 14, 36, 0.58);
}

.gift-stage {
  position: relative;
  min-height: 100px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.chat-stage {
  position: relative;
  min-height: 100px;
  display: block;
  overflow: hidden;
}

.chat-bubble {
  margin: 0;
  max-width: 72%;
  position: absolute;
  bottom: 0.9rem;
  font-size: 0.78rem;
  line-height: 1.35;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  padding: 0.35rem 0.52rem;
  color: #eef4ff;
  background: rgba(255, 255, 255, 0.09);
}

.bubble-a {
  left: 0.35rem;
  animation: chatFloatUp 4.6s ease-in-out infinite;
}

.bubble-b {
  right: 0.35rem;
  background: rgba(49, 213, 166, 0.18);
  border-color: rgba(49, 213, 166, 0.35);
  animation: chatFloatUp 4.6s ease-in-out infinite 0.95s;
}

.bubble-c {
  left: 1rem;
  animation: chatFloatUp 4.6s ease-in-out infinite 1.9s;
}

.chat-react {
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  font-size: 0.85rem;
  opacity: 0;
  animation: chatReactPop 4.6s ease-in-out infinite;
}

.react-b {
  top: 1.6rem;
  right: 1.7rem;
  animation-delay: 0.55s;
}

.chat-status {
  justify-self: end;
  margin-top: 0.1rem;
  color: #a9b7de;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.typing-dot {
  position: absolute;
  bottom: 0.7rem;
  right: 1.3rem;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #b7c5e8;
  opacity: 0.35;
  animation: typingPulse 1.2s ease-in-out infinite;
}

.dot-b {
  right: 0.86rem;
  animation-delay: 0.2s;
}

.dot-c {
  right: 0.42rem;
  animation-delay: 0.4s;
}

.gift-core {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #0b1828;
  background: linear-gradient(140deg, #31d5a6, #7cf0ca);
  border-radius: 999px;
  padding: 0.34rem 0.62rem;
  box-shadow: 0 0 0 0 rgba(49, 213, 166, 0.35);
  animation: livePulse 2.2s ease-in-out infinite;
}

.gift-chip,
.gift-coin {
  position: absolute;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  font-size: 0.72rem;
  font-weight: 700;
  pointer-events: none;
}

.gift-chip {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.22rem;
}

.gift-chip img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.chip-a {
  left: 7%;
  bottom: 8%;
  animation: chipFloat 2.6s ease-in-out infinite;
}

.chip-b {
  right: 8%;
  bottom: 16%;
  animation: chipFloat 2.8s ease-in-out infinite 0.35s;
}

.chip-c {
  left: 20%;
  top: 10%;
  animation: chipFloat 2.7s ease-in-out infinite 0.2s;
}

.chip-d {
  right: 20%;
  top: 8%;
  animation: chipFloat 2.5s ease-in-out infinite 0.5s;
}

.gift-coin {
  color: #b1ffd8;
  background: rgba(49, 213, 166, 0.14);
  padding: 0.2rem 0.38rem;
  opacity: 0;
}

.coin-a {
  left: 30%;
  bottom: 24%;
  animation: coinPop 2.2s ease-out infinite;
}

.coin-b {
  right: 33%;
  bottom: 26%;
  animation: coinPop 2.2s ease-out infinite 0.55s;
}

.coin-c {
  left: 47%;
  bottom: 20%;
  animation: coinPop 2.2s ease-out infinite 1.05s;
}

.customization {
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid var(--stroke);
  padding: 1.8rem;
  background:
    radial-gradient(circle at 50% -10%, rgba(49, 213, 166, 0.2), transparent 46%),
    var(--panel-strong);
}

.customization h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.65rem);
  margin-bottom: 0.6rem;
}

.customization p + p {
  margin-top: 0.8rem;
}

.customization-list {
  margin: 0.85rem 0 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.45rem;
}

.customization-list li {
  color: #d6e2ff;
}

.faq {
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid var(--stroke);
  padding: 1rem;
  background: var(--panel);
}

.faq .section-head {
  margin-bottom: 0.9rem;
}

.faq-list {
  display: grid;
  gap: 0.55rem;
}

.faq-list details {
  border: 1px solid var(--stroke);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.14);
  padding: 0.6rem 0.72rem;
}

.faq-list summary {
  cursor: pointer;
  color: #ecf2ff;
  font-weight: 700;
}

.faq-list p {
  margin-top: 0.45rem;
}

.cta {
  text-align: center;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid var(--stroke);
  padding: 2rem 1rem;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 179, 71, 0.22), transparent 45%),
    #101832;
}

.cta h2 {
  font-size: clamp(1.8rem, 4vw, 2.9rem);
}

.cta p {
  margin: 0.65rem 0 1rem;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.site-footer {
  margin-top: 2.8rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer a {
  color: #d3ddff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: flex-end;
}

.footer-links a {
  font-size: 0.92rem;
}


.reveal,
.reveal-delay {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.visible,
.reveal-delay.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-delay.visible {
  transition-delay: 0.2s;
}

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

@keyframes heritageCornerFloat {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}

@keyframes livePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(49, 213, 166, 0.35);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(49, 213, 166, 0);
  }
}

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

@keyframes coinPop {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.9);
  }
  18% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: translateY(-16px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-22px) scale(0.98);
  }
}

@keyframes chatFloatUp {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  16% {
    opacity: 1;
  }
  64% {
    opacity: 1;
    transform: translateY(-14px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-28px) scale(0.99);
  }
}

@keyframes chatReactPop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  22% {
    opacity: 0;
  }
  38% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}

@keyframes typingPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(49, 213, 166, 0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(49, 213, 166, 0.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1100px) {
  .pillars {
    grid-template-columns: 1fr;
  }

  .cards-section {
    grid-template-columns: 1fr;
  }

  .community-grid {
    grid-template-columns: 1fr;
  }

  .creator-section,
  .founder-story {
    grid-template-columns: 1fr;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .theme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) and (min-width: 681px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
  }

  .hero-visual {
    order: -1;
    min-height: 620px;
    padding-top: 0;
    width: 100%;
    place-items: center;
  }

  .hero-phone-frame {
    width: min(390px, 100%);
  }

  .loops-corner {
    left: 7%;
    bottom: 7%;
    width: min(180px, 34%);
  }

  .heritage-corner {
    right: 7%;
    bottom: 5%;
    width: min(230px, 38%);
  }

  .cards-section {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.8rem;
  }

  .cards-section .product-card {
    padding: 0.95rem;
    height: auto;
  }

  .cards-section #safety {
    grid-column: 1 / -1;
  }

  .cards-section #safety .safety-demo {
    padding: 0.62rem;
    gap: 0.45rem;
  }

  .cards-section #safety .safety-row {
    grid-template-columns: 66px 1fr 22px;
  }

  .community-grid {
    grid-template-columns: 1fr;
  }

  .pillars {
    grid-template-columns: 1fr;
  }

  .showcase {
    margin-top: -0.9rem;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .theme-grid {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 0.6rem;
    padding: 0.2rem 0.15rem 0.3rem;
  }

  .theme-card {
    flex: 0 0 46%;
    max-width: none;
    scroll-snap-align: center;
    padding: 5px;
  }

  .statement {
    margin-top: -1.2rem;
  }

  .creator-section {
    grid-template-columns: 1fr;
    margin-top: -1.35rem;
  }

  .founder-story {
    grid-template-columns: 1fr;
    margin-top: -1.35rem;
  }

  .pillar-cta {
    margin-top: -1.75rem;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 0.8rem 1rem;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0.75rem;
    border-radius: 0 0 14px 14px;
    border: 1px solid var(--stroke);
    background: rgba(9, 16, 37, 0.96);
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .nav {
    display: flex;
  }

  .nav a:not(.btn):not(.nav-legal),
  .nav .nav-legal,
  .nav .btn {
    width: 100%;
    text-align: left;
  }

  .nav .nav-home {
    display: block;
  }

  .nav .nav-home-placeholder {
    display: none;
  }

  .nav .btn {
    justify-content: center;
  }

  .nav .nav-legal {
    opacity: 0.62;
  }
}

@media (max-width: 680px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
  }

  .coming-banner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "chip"
      "copy"
      "link";
    gap: 0.48rem;
    padding: 0.72rem 2.2rem 0.72rem 0.9rem;
    position: relative;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .coming-chip {
    grid-area: chip;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    padding: 0.14rem 0.34rem;
    margin-top: 0.04rem;
    width: max-content;
    justify-self: center;
  }

  .coming-copy {
    grid-area: copy;
    font-size: 0.82rem;
    line-height: 1.38;
    text-align: center;
    max-width: 40ch;
  }

  .coming-link {
    grid-area: link;
    width: max-content;
    max-width: 100%;
    text-align: center;
    justify-self: center;
    font-size: 0.72rem;
    padding: 0.28rem 0.5rem;
  }

  .coming-close {
    position: absolute;
    top: 0.4rem;
    right: 0.5rem;
    width: 24px;
    height: 24px;
    font-size: 0.92rem;
  }

  .hero {
    padding-top: 1.4rem;
  }

  .hero-visual {
    order: -1;
    min-height: 560px;
    width: 100%;
    place-items: center;
  }

  .hero-phone-frame {
    width: min(360px, 100%);
  }

  .loops-corner {
    left: 6%;
    bottom: 8%;
    width: min(160px, 38%);
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .feature-section,
  .cards-section,
  .community,
  .faq,
  .customization,
  .cta,
  .showcase,
  .pillars,
  .pillar-cta,
  .statement,
  .creator-section,
  .founder-story {
    width: min(1120px, calc(100% - 1.25rem));
  }

  .heritage-corner {
    width: min(210px, 48%);
    right: 6%;
    bottom: 5%;
  }

  .safety-row {
    grid-template-columns: 64px 1fr 22px;
  }

  .feed-tab {
    padding: 0.45rem 0.8rem;
    font-size: 0.9rem;
  }

  .site-footer {
    width: min(1120px, calc(100% - 1.25rem));
  }

  .footer-links {
    justify-content: flex-start;
  }

  .theme-grid {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 0.45rem;
    padding: 0.2rem 0.15rem 0.35rem;
  }

  .theme-grid::-webkit-scrollbar {
    height: 6px;
  }

  .theme-grid::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
  }

  .theme-card {
    flex: 0 0 76%;
    max-width: none;
    margin: 0;
    scroll-snap-align: center;
    padding: 5px;
  }

  .theme-phone-frame {
    width: min(220px, 100%);
  }
}

@media (max-width: 980px) and (min-width: 681px) {
  .coming-banner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "chip"
      "copy"
      "link";
    align-items: center;
    justify-items: center;
    text-align: center;
    position: relative;
    padding-right: 2.4rem;
  }

  .coming-chip {
    grid-area: chip;
    margin-top: 0.08rem;
    justify-self: center;
  }

  .coming-copy {
    grid-area: copy;
    max-width: 64ch;
    justify-self: center;
    text-align: center;
  }

  .coming-link {
    grid-area: link;
    width: max-content;
    max-width: 100%;
    justify-self: center;
    text-align: center;
  }

  .coming-close {
    position: absolute;
    top: 0.46rem;
    right: 0.95rem;
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 520px) {
  main {
    gap: 3.8rem;
  }

  .hero h1 {
    font-size: clamp(1.85rem, 8.4vw, 2.5rem);
  }

  .hero-cta {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-cta .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .hero-phone-frame {
    width: min(328px, 100%);
  }

  .loops-corner {
    width: min(142px, 40%);
  }

  .chat-bubble {
    max-width: 82%;
    font-size: 0.73rem;
  }

  .theme-card {
    flex-basis: 84%;
    padding: 5px;
  }

  .theme-phone-frame {
    width: min(205px, 100%);
  }
}

@media (max-width: 400px) {
  .site-header {
    gap: 0.55rem;
  }

  .nav {
    gap: 0.5rem;
  }

  .nav a:not(.btn):not(.nav-legal),
  .nav .nav-legal {
    font-size: 0.79rem;
    padding: 0.3rem 0.58rem;
  }

  .hero {
    padding-top: 1rem;
  }

  .coming-banner {
    padding: 0.62rem 2.05rem 0.62rem 0.72rem;
    gap: 0.4rem;
  }

  .coming-chip {
    font-size: 0.55rem;
    padding: 0.12rem 0.3rem;
  }

  .coming-copy {
    font-size: 0.78rem;
    line-height: 1.36;
  }

  .coming-link {
    font-size: 0.69rem;
    padding: 0.26rem 0.46rem;
  }

  .coming-close {
    width: 22px;
    height: 22px;
    font-size: 0.85rem;
  }

  .hero-phone-frame {
    width: min(304px, 100%);
  }

  .feature-section,
  .cards-section,
  .community,
  .faq,
  .customization,
  .cta,
  .showcase,
  .pillars,
  .pillar-cta,
  .statement,
  .creator-section,
  .founder-story,
  .site-footer {
    width: min(1120px, calc(100% - 0.9rem));
  }

  .faq-list summary {
    font-size: 0.92rem;
  }
}

@media (min-width: 1024px) {
  .hero::before {
    content: "WELOOP";
    position: absolute;
    top: 40px;
    right: auto;
    left: -18px;
    font-family: "Sora", sans-serif;
    font-size: clamp(4.2rem, 10.5vw, 7.8rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.045);
    text-transform: uppercase;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    line-height: 0.9;
  }
}

/* Menu emphasis + homepage article discovery */
.nav .nav-articles {
  font-size: inherit;
  opacity: 1;
  font-weight: 800;
  border: 1px solid rgba(255, 179, 71, 0.62);
  border-radius: 999px;
  background: rgba(255, 179, 71, 0.14);
  color: #ffe7c7;
  padding: 0.38rem 0.78rem;
}

.nav .nav-articles:hover {
  background: rgba(255, 179, 71, 0.22);
}

.home-articles {
  width: min(1120px, calc(100% - 2.5rem));
  margin: -1.2rem auto 0;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 1rem;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 179, 71, 0.14), transparent 42%),
    radial-gradient(circle at 88% 84%, rgba(49, 213, 166, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.05);
  order: 8;
}

.home-articles-grid {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.home-article-card {
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 0.8rem;
  background: rgba(0, 0, 0, 0.16);
  display: grid;
  gap: 0.45rem;
}

.home-article-card h3 {
  font-size: 1.04rem;
}

.home-article-kicker {
  color: #ffd8a4;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-article-card span {
  color: #ffcf8a;
  font-weight: 700;
  font-size: 0.84rem;
}

@media (max-width: 680px) {
  .home-articles {
    width: min(1120px, calc(100% - 1.25rem));
    margin-top: -0.9rem;
    padding: 0.85rem;
  }

  .home-articles-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 400px) {
  .home-articles {
    width: min(1120px, calc(100% - 0.9rem));
    padding: 0.78rem;
  }
}

@media (max-width: 900px) {
  .cards-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0 0.62rem;
    align-items: start;
  }

  .cards-section .product-card,
  .cards-section #safety {
    grid-column: auto;
    height: auto;
  }
}

.dodge-btn {
  position: fixed;
  top: 74vh;
  left: 70vw;
  z-index: 1200;
  border: 1px solid rgba(255, 179, 71, 0.72);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffb347, #ffd08a);
  color: #1f1404;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  line-height: 1.12;
  text-align: center;
  width: 154px;
  height: 58px;
  padding: 0.45rem 0.6rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  display: grid;
  place-items: center;
  transform-origin: center;
  --blob-tilt: 0deg;
  --blob-scale-x: 1;
  --blob-scale-y: 1;
  --blob-glow: 0.34;
  transform: rotate(var(--blob-tilt)) scaleX(var(--blob-scale-x)) scaleY(var(--blob-scale-y));
  transition:
    left 190ms cubic-bezier(0.2, 0.8, 0.2, 1),
    top 190ms cubic-bezier(0.2, 0.8, 0.2, 1),
    width 170ms ease,
    height 170ms ease,
    transform 180ms ease,
    border-radius 180ms ease,
    box-shadow 180ms ease;
}

.dodge-btn.is-fleeing {
  animation: dodgeBend 260ms ease;
  box-shadow: 0 14px 32px rgba(0, 0, 0, var(--blob-glow));
}

@keyframes dodgeBend {
  0% {
    transform: scale(1) rotate(0deg) skewX(0deg);
  }
  35% {
    transform: scale(0.95, 1.07) rotate(-4deg) skewX(-7deg);
  }
  70% {
    transform: scale(1.04, 0.95) rotate(3deg) skewX(5deg);
  }
  100% {
    transform: scale(1) rotate(0deg) skewX(0deg);
  }
}

@media (max-width: 680px) {
  .dodge-btn {
    font-size: 0.74rem;
    width: 132px;
    height: 52px;
    padding: 0.38rem 0.48rem;
  }
}

.surprise-dog {
  position: fixed;
  top: 18vh;
  left: 12vw;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1250;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.86) rotate(-6deg);
  transition: opacity 180ms ease, transform 180ms ease;
}

.surprise-dog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.38);
}

.surprise-dog.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) rotate(0deg);
  animation: dogWiggle 0.72s ease-in-out infinite alternate;
}

@keyframes dogWiggle {
  from {
    transform: scale(1) translateY(0) rotate(-3deg);
  }
  to {
    transform: scale(1.04) translateY(-2px) rotate(3deg);
  }
}

.dog-flood {
  position: fixed;
  inset: 0;
  z-index: 1400;
  pointer-events: none;
  opacity: 0;
  background: rgba(8, 13, 28, 0.58);
  overflow: hidden;
  transition: opacity 220ms ease;
}

.dog-flood.is-active {
  opacity: 1;
  pointer-events: auto;
}

.dog-flood-item {
  position: absolute;
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  animation: dogDrop 460ms ease both;
}

@keyframes dogDrop {
  0% {
    opacity: 0;
    transform: translateY(-24px) scale(0.6) rotate(-8deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

@media (max-width: 680px) {
  .surprise-dog {
    width: 48px;
    height: 48px;
  }

  .dog-flood-item {
    width: 62px;
    height: 62px;
    border-radius: 14px;
  }
}
