:root {
  --paper: #efe3d2;
  --paper-2: #f7efe3;
  --cream: #fff8ee;
  --kraft: #c4a07a;
  --kraft-deep: #8d6a45;
  --bag: #b58a5c;
  --chocolate: #3d2a1f;
  --ink: #241810;
  --gold: #f0a33a;
  --gold-deep: #d4841d;
  --sunset: #e8873a;
  --phone: #161210;
  --screen: #0c0a09;
  --muted: #6d5644;
  --line: rgba(61, 42, 31, 0.14);
  --display: "Coiny", "Fredoka", system-ui, sans-serif;
  --title: "Fredoka", "Nunito", system-ui, sans-serif;
  --body: "Nunito", system-ui, sans-serif;
  --shadow: 0 22px 50px rgba(36, 24, 16, 0.18);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  min-height: 100vh;
  overflow-x: hidden;
}

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

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

button,
a {
  font-family: inherit;
}

.grain,
.studio-wash,
.orb,
.doodle-field {
  pointer-events: none;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.16;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.studio-wash {
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(1200px 700px at 12% -10%, rgba(240, 163, 58, 0.16), transparent 55%),
    radial-gradient(900px 600px at 100% 8%, rgba(181, 138, 92, 0.2), transparent 50%),
    linear-gradient(180deg, #f6eee2 0%, #efe3d2 42%, #e7d4bc 100%);
}

.orb {
  position: fixed;
  z-index: -2;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
  animation: drift 22s ease-in-out infinite;
}

.orb-a {
  width: 280px;
  height: 280px;
  left: 8%;
  top: 18%;
  background: rgba(240, 163, 58, 0.28);
}

.orb-b {
  width: 360px;
  height: 360px;
  right: -4%;
  top: 40%;
  background: rgba(196, 160, 122, 0.35);
  animation-delay: -7s;
}

.orb-c {
  width: 220px;
  height: 220px;
  left: 40%;
  bottom: 8%;
  background: rgba(232, 135, 58, 0.18);
  animation-delay: -13s;
}

@keyframes drift {
  0%,
  100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(30px, -24px, 0) scale(1.08); }
}

.doodle-field {
  position: fixed;
  inset: 0;
  z-index: -1;
}

.doodle,
.coin-float,
.stage-coin {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.doodle {
  width: 46px;
  height: 46px;
  opacity: 0.22;
  animation: floaty 16s ease-in-out infinite;
}

.d1 {
  top: 18%;
  left: 6%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233d2a1f' stroke-width='3' stroke-linecap='round'%3E%3Cellipse cx='18' cy='18' rx='7' ry='9'/%3E%3Cellipse cx='32' cy='12' rx='7' ry='9'/%3E%3Cellipse cx='46' cy='18' rx='7' ry='9'/%3E%3Cpath d='M20 38c0-8 8-12 12-12s12 4 12 12c6 2 10 8 10 14 0 8-9 14-22 14S10 60 10 52c0-6 4-12 10-14z'/%3E%3C/svg%3E");
}

.d2 {
  top: 62%;
  right: 7%;
  width: 40px;
  animation-delay: -5s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233d2a1f' stroke-width='3'%3E%3Ccircle cx='32' cy='28' r='12'/%3E%3Cpath d='M20 28c-6 0-10 6-10 10m36-10c6 0 10 6 10 10M24 50c4 6 12 6 16 0'/%3E%3Ccircle cx='27' cy='26' r='1.6' fill='%233d2a1f'/%3E%3Ccircle cx='37' cy='26' r='1.6' fill='%233d2a1f'/%3E%3C/svg%3E");
}

.d3 {
  top: 34%;
  right: 16%;
  animation-delay: -9s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233d2a1f' stroke-width='3'%3E%3Cpath d='M32 12c8 10 20 12 20 24 0 12-10 20-20 20S12 48 12 36c0-12 12-14 20-24z'/%3E%3C/svg%3E");
}

.d4 {
  bottom: 16%;
  left: 12%;
  animation-delay: -3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233d2a1f' stroke-width='3'%3E%3Crect x='18' y='10' width='28' height='44' rx='6'/%3E%3Ccircle cx='32' cy='46' r='2'/%3E%3C/svg%3E");
}

.coin-float,
.stage-coin {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 30%, #ffe7a3, #f0a33a 46%, #b86a12 100%);
  box-shadow: inset 0 0 0 4px rgba(90, 48, 10, 0.2), 0 10px 18px rgba(36, 24, 16, 0.18);
  animation: spinfloat 14s linear infinite;
}

.coin-float::after,
.stage-coin::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50% 50% 46% 46%;
  background: #3d2a1f;
  clip-path: polygon(50% 8%, 68% 22%, 82% 28%, 78% 48%, 70% 78%, 50% 92%, 30% 78%, 22% 48%, 18% 28%, 32% 22%);
}

.c1 { top: 24%; right: 28%; animation-delay: -2s; }
.c2 { top: 72%; left: 22%; width: 38px; height: 38px; animation-delay: -8s; }
.c3 { top: 46%; left: 4%; width: 30px; height: 30px; animation-delay: -11s; }

@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50% { transform: translateY(-18px) rotate(8deg); }
}

@keyframes spinfloat {
  0% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-16px) rotate(180deg); }
  100% { transform: translateY(0) rotate(360deg); }
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  z-index: 90;
  background: linear-gradient(90deg, var(--gold), var(--sunset));
  box-shadow: 0 0 16px rgba(240, 163, 58, 0.65);
}

.tape-nav {
  position: sticky;
  top: 10px;
  z-index: 70;
  padding: 0 18px;
}

.tape-nav__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 16px;
  background: linear-gradient(180deg, #f3d7a6 0%, #e8c484 100%);
  border: 1px solid rgba(141, 106, 69, 0.35);
  box-shadow: 0 10px 0 rgba(141, 106, 69, 0.12), var(--shadow);
  transform: rotate(-0.4deg);
}

.tape-nav__inner::before,
.tape-nav__inner::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: radial-gradient(circle, transparent 46%, rgba(61, 42, 31, 0.18) 47% 62%, transparent 63%);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--chocolate);
  animation: pulse-ring 3.6s ease-in-out infinite;
}

@keyframes pulse-ring {
  0%, 100% { box-shadow: 0 0 0 0 rgba(240, 163, 58, 0.45); }
  70% { box-shadow: 0 0 0 10px rgba(240, 163, 58, 0); }
}

.brand__name {
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  color: var(--cream);
  text-shadow: 2px 2px 0 var(--chocolate), 4px 5px 0 rgba(36, 24, 16, 0.25);
}

.brand__name i {
  font-style: normal;
  color: var(--gold);
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.nav-links {
  display: flex;
  gap: 18px;
}

.nav-links a {
  font-family: var(--title);
  font-weight: 600;
  color: var(--chocolate);
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 3px;
  border-radius: 99px;
  background: var(--gold);
  transition: width 0.25s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-socials {
  display: flex;
  gap: 8px;
}

.icon-link {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--cream);
  border: 1.5px solid var(--chocolate);
  transition: transform 0.2s ease, background 0.2s ease;
}

.icon-link img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.icon-link:hover {
  transform: translateY(-3px) rotate(-4deg);
  background: #ffe7b3;
}

.icon-link img[src*="pumpswap"],
.btn img[src*="pumpswap"] {
  background: #1d3934;
  border-radius: 5px;
  padding: 2px;
}

.btn-ink img[src*="x.svg"] {
  filter: invert(1);
}

.menu-btn {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1.5px solid var(--chocolate);
  background: var(--cream);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.menu-btn span {
  width: 18px;
  height: 2px;
  background: var(--chocolate);
  transition: 0.2s ease;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255, 248, 238, 0.55);
  margin-top: 14px;
}

.ticker__track {
  display: flex;
  gap: 42px;
  width: max-content;
  padding: 10px 0;
  animation: ticker 28s linear infinite;
  font-family: var(--title);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kraft-deep);
}

.ticker__track span {
  position: relative;
}

.ticker__track span::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hero,
.about,
.howto,
.chart {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  padding: 54px 0 80px;
}

.hero__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
}

.rock {
  position: absolute;
  bottom: 28px;
  width: 78%;
  height: 90px;
  background: radial-gradient(ellipse at 50% 40%, #6a4d38, #2b1c14 72%);
  border-radius: 50%;
  filter: blur(1px);
  transform: rotate(-4deg);
}

.device {
  position: relative;
  z-index: 2;
  width: min(320px, 78%);
  transition: transform 0.15s ease-out;
}

@keyframes hoverphone {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(1.5deg); }
}

.device__bezel {
  background: linear-gradient(180deg, #2a221c, #100d0b);
  border-radius: 42px;
  padding: 12px 11px 16px;
  box-shadow:
    0 0 0 3px #3d2a1f,
    0 28px 50px rgba(16, 10, 6, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: hoverphone 5.5s ease-in-out infinite;
}

.device__notch {
  width: 42%;
  height: 18px;
  margin: 0 auto 8px;
  background: #070605;
  border-radius: 0 0 14px 14px;
}

.device__screen {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 9 / 14.5;
  background: #d8c6ae;
}

.device__logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  animation: slowzoom 18s ease-in-out infinite alternate;
}

@keyframes slowzoom {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

.device__sheen {
  position: absolute;
  inset: -20%;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 248, 238, 0.28) 48%, transparent 62%);
  animation: sheen 4.8s ease-in-out infinite;
}

@keyframes sheen {
  0% { transform: translateX(-40%) translateY(-10%); }
  100% { transform: translateX(40%) translateY(10%); }
}

.device__status {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  font-family: var(--title);
  font-size: 0.78rem;
  color: var(--cream);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

.device__home {
  width: 86px;
  height: 5px;
  margin: 10px auto 0;
  border-radius: 99px;
  background: #3a322c;
}

.stage-coin.sc1 {
  top: 48px;
  left: 18px;
  width: 46px;
  height: 46px;
}

.stage-coin.sc2 {
  right: 8px;
  bottom: 120px;
  width: 34px;
  height: 34px;
  animation-delay: -4s;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--title);
  font-weight: 600;
  color: var(--kraft-deep);
  background: rgba(255, 248, 238, 0.7);
  border: 1px solid var(--line);
  padding: 6px 12px;
  border-radius: 999px;
}

.eyebrow img {
  width: 18px;
  height: 18px;
}

.wordmark {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 4px;
  margin: 14px 0 6px;
  font-family: var(--display);
  font-size: clamp(3.1rem, 8vw, 6.4rem);
  line-height: 0.86;
  color: var(--cream);
  text-shadow:
    2px 2px 0 #5a3a24,
    5px 5px 0 var(--chocolate),
    8px 11px 16px rgba(36, 24, 16, 0.28);
}

.wordmark__z {
  color: #ffb020;
  display: inline-block;
  animation: zpop 3.2s ease-in-out infinite;
}

@keyframes zpop {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-6px) rotate(2deg); }
}

.paw {
  width: 0.42em;
  height: 0.42em;
  fill: var(--gold);
  filter: drop-shadow(3px 3px 0 var(--chocolate));
  margin-bottom: 0.12em;
  animation: pawwiggle 2.4s ease-in-out infinite;
}

@keyframes pawwiggle {
  0%, 100% { transform: rotate(-8deg); }
  50% { transform: rotate(10deg); }
}

.swoosh {
  width: min(420px, 100%);
  height: 28px;
  margin-bottom: 18px;
}

.swoosh path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: draw 2.4s 0.4s ease forwards;
}

@keyframes draw {
  to { stroke-dashoffset: 0; }
}

.bio {
  font-family: var(--title);
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  font-weight: 700;
  color: var(--chocolate);
}

.symbol-line {
  margin: 8px 0 22px;
  color: var(--muted);
}

.symbol-line strong {
  color: var(--ink);
  font-family: var(--title);
}

.ca-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 14px;
  background: var(--cream);
  border: 1.5px solid var(--chocolate);
  border-radius: 16px;
  box-shadow: 4px 4px 0 var(--chocolate);
}

.ca-bar__label {
  font-family: var(--title);
  font-weight: 700;
  background: var(--gold);
  color: var(--ink);
  padding: 4px 8px;
  border-radius: 8px;
}

.ca-bar__value {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.92rem;
  color: var(--muted);
}

.ca-bar__copy {
  border: 0;
  background: var(--chocolate);
  color: var(--cream);
  font-family: var(--title);
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.ca-bar__copy:hover {
  transform: translateY(-2px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 16px;
  border: 1.5px solid var(--chocolate);
  font-family: var(--title);
  font-weight: 700;
  box-shadow: 4px 4px 0 var(--chocolate);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--chocolate);
}

.btn:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 0 var(--chocolate);
}

.btn-gold { background: var(--gold); color: var(--ink); }
.btn-ink { background: var(--chocolate); color: var(--cream); }
.btn-ghost { background: var(--cream); }
.btn-cream { background: var(--cream); color: var(--ink); }

.section-head {
  text-align: center;
  margin: 20px 0 36px;
}

.kicker {
  font-family: var(--title);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 8px;
}

.kicker--light {
  color: #ffd27a;
}

.section-head h2,
.join__card h2 {
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--cream);
  line-height: 0.95;
  text-shadow: 3px 3px 0 var(--chocolate), 6px 8px 0 rgba(36, 24, 16, 0.18);
}

.about,
.howto,
.chart {
  padding: 36px 0 80px;
}

.about__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
}

.kraft-sheet {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.2), transparent 20%),
    repeating-linear-gradient(0deg, rgba(61, 42, 31, 0.04) 0 1px, transparent 1px 28px),
    #e8cba6;
  border-radius: 8px 28px 18px 22px;
  padding: 42px 36px 36px 56px;
  box-shadow: var(--shadow);
  transform: rotate(-0.6deg);
}

.kraft-sheet__holes {
  position: absolute;
  left: 16px;
  top: 28px;
  display: grid;
  gap: 28px;
}

.kraft-sheet__holes i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: inset 0 2px 4px rgba(36, 24, 16, 0.25);
}

.lead {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--chocolate);
}

.stamp-quote {
  background: var(--cream);
  border: 3px dashed var(--gold-deep);
  border-radius: 18px;
  padding: 22px;
  transform: rotate(1.4deg);
  margin-bottom: 16px;
}

.stamp-quote p {
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1.15;
  color: var(--chocolate);
}

.fact-list {
  list-style: none;
  display: grid;
  gap: 10px;
}

.fact-list li {
  background: rgba(255, 248, 238, 0.72);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.fact-list span {
  color: var(--muted);
  font-weight: 700;
  font-family: var(--title);
}

.fact-list strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.fact-list img {
  width: 16px;
  height: 16px;
}

.notify-stack {
  list-style: none;
  display: grid;
  gap: 16px;
  max-width: 820px;
  margin: 0 auto;
}

.notify {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 14px;
  align-items: center;
  background: rgba(255, 248, 238, 0.86);
  backdrop-filter: blur(10px);
  border: 1.5px solid var(--line);
  border-radius: 24px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
  animation: slidein 0.8s ease both;
}

.notify:nth-child(2) { animation-delay: 0.08s; }
.notify:nth-child(3) { animation-delay: 0.16s; }
.notify:nth-child(4) { animation-delay: 0.24s; }

@keyframes slidein {
  from { transform: translateY(20px); opacity: 0; }
}

.notify__app {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--chocolate);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.notify__app img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.notify:last-child .notify__app img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notify__top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.notify h3 {
  font-family: var(--title);
  font-size: 1.25rem;
  margin: 4px 0;
}

.notify p {
  color: var(--muted);
}

.notify__num {
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--gold);
  text-shadow: 2px 2px 0 var(--chocolate);
}

.chart-phone {
  background: var(--phone);
  border-radius: 28px;
  padding: 12px;
  box-shadow: var(--shadow), 0 0 0 6px #2a211b;
}

.chart-phone__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f3e6d2;
  padding: 6px 10px 12px;
  font-family: var(--title);
}

.chart-phone__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f0a33a;
  box-shadow: 18px 0 0 #e8873a, 36px 0 0 #8d6a45;
  margin-right: 40px;
}

.chart-phone__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.chart-phone__title img {
  width: 16px;
  height: 16px;
}

.chart-phone__open {
  margin-left: auto;
  color: var(--gold);
  font-weight: 700;
}

.chart-phone__screen {
  height: min(640px, 78vh);
  border-radius: 18px;
  overflow: hidden;
  background: #0b1210;
}

.chart-phone__screen iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.join {
  width: min(1240px, calc(100% - 24px));
  margin: 0 auto 70px;
}

.join__banner-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  min-height: 560px;
  box-shadow: var(--shadow);
}

.join__banner {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  animation: ken 22s ease-in-out infinite alternate;
}

@keyframes ken {
  from { transform: scale(1) translateX(0); }
  to { transform: scale(1.08) translateX(-2%); }
}

.join__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 18%, rgba(20, 12, 8, 0.18) 48%, rgba(20, 12, 8, 0.62) 100%);
}

.join__card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: min(420px, calc(100% - 40px));
  background: rgba(36, 24, 16, 0.62);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 248, 238, 0.16);
  border-radius: 22px;
  padding: 24px;
  color: var(--cream);
}

.join__card h2 {
  margin: 6px 0 10px;
}

.join__card p {
  color: #f0e2cf;
  margin-bottom: 18px;
}

.join__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 36px 20px 50px;
  text-align: center;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.footer .brand img {
  width: 36px;
  height: 36px;
}

.footer__fine {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 20px);
  background: var(--chocolate);
  color: var(--cream);
  padding: 10px 16px;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: 0.25s ease;
  font-family: var(--title);
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: reveal 0.8s ease forwards;
}

.reveal:nth-child(2) { animation-delay: 0.08s; }
.reveal:nth-child(3) { animation-delay: 0.14s; }
.reveal:nth-child(4) { animation-delay: 0.2s; }

@keyframes reveal {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 920px) {
  .hero__grid,
  .about__grid {
    grid-template-columns: 1fr;
  }

  .phone-stage {
    min-height: 480px;
  }

  .join__veil {
    background: linear-gradient(180deg, transparent 28%, rgba(20, 12, 8, 0.72) 100%);
  }

  .join__card {
    right: 16px;
    left: 16px;
    width: auto;
  }
}

@media (max-width: 760px) {
  .menu-btn { display: flex; }

  .nav-panel {
    display: none;
  }

  .tape-nav.open .nav-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 18px;
    right: 18px;
    top: 72px;
    background: #f3d7a6;
    padding: 16px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    z-index: 5;
  }

  .tape-nav.open .nav-links {
    flex-direction: column;
  }

  .notify {
    grid-template-columns: 48px 1fr;
  }

  .notify__num {
    display: none;
  }

  .hero {
    padding-top: 24px;
  }

  .wordmark {
    font-size: clamp(2.35rem, 15vw, 3.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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