:root {
  --cream: #fff6f0;
  --blush: #ffe3ee;
  --cloud: #ffc2d8;
  --pink: #ff2f86;
  --hot: #ff1578;
  --deep: #c2185b;
  --ink: #3a2030;
  --mute: #7a5364;
  --brown: #7a4a32;
  --white: #fffdfb;
  --glass: rgba(255, 253, 251, 0.62);
  --line: rgba(255, 47, 134, 0.18);
  --shadow: 0 22px 50px rgba(194, 24, 91, 0.16);
  --display: "Cherry Bomb One", "Lilita One", "Fredoka", cursive;
  --ui: "Fredoka", "Nunito", sans-serif;
  --body: "Nunito", "Fredoka", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--body);
  background:
    radial-gradient(1200px 700px at 12% -10%, #ffe0ec 0%, transparent 58%),
    radial-gradient(900px 600px at 110% 8%, #ffd4e4 0%, transparent 50%),
    linear-gradient(180deg, #fff8f4 0%, #ffeef5 42%, #fff6f0 100%);
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}

:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 3px;
}

.atmosphere {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.grain {
  position: absolute;
  inset: -20%;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  animation: grain-shift 8s steps(4) infinite;
}

.vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, transparent 40%, rgba(255, 214, 228, 0.28) 100%);
}

.cloud {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(255, 194, 216, 0.35) 55%, transparent 72%);
}

.cloud-a {
  width: 520px;
  height: 220px;
  top: 8%;
  left: -8%;
  animation: cloud-drift 28s ease-in-out infinite;
}

.cloud-b {
  width: 640px;
  height: 260px;
  top: 46%;
  right: -14%;
  animation: cloud-drift 36s ease-in-out infinite reverse;
}

.cloud-c {
  width: 480px;
  height: 200px;
  bottom: 4%;
  left: 22%;
  animation: cloud-drift 32s ease-in-out infinite 1.4s;
}

.stars,
.hearts {
  position: absolute;
  inset: 0;
}

.star {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  animation: twinkle 2.8s ease-in-out infinite;
  filter: drop-shadow(0 0 8px #fff);
}

.heart {
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: 0.28;
  animation: float-heart 16s linear infinite;
}

.heart::before,
.heart::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  background: #ff6ea8;
  border-radius: 10px 10px 0 0;
}

.heart::before {
  transform: rotate(-45deg);
  left: 3px;
}

.heart::after {
  transform: rotate(45deg);
  left: 7px;
}

.cursor-glow {
  position: fixed;
  width: 180px;
  height: 180px;
  margin: -90px 0 0 -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 47, 134, 0.16) 0%, transparent 70%);
  transform: translate(-999px, -999px);
  transition: transform 0.08s linear;
}

.nav,
main,
.footer {
  position: relative;
  z-index: 1;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 6vw;
  background: rgba(255, 246, 240, 0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: padding 0.3s ease, background 0.3s ease;
}

.nav.is-tight {
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(255, 246, 240, 0.88);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-logo-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--pink), 0 8px 18px rgba(255, 47, 134, 0.28);
  animation: pulse-ring 3.4s ease-in-out infinite;
}

.nav-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-word {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nav-name {
  font-family: var(--display);
  font-size: 1.55rem;
  color: var(--pink);
  letter-spacing: 0.02em;
}

.nav-symbol {
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--mute);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

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

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

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

.nav-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 6px 14px rgba(194, 24, 91, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.icon-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 20px rgba(194, 24, 91, 0.16);
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 10px;
}

.menu-btn span {
  display: block;
  height: 3px;
  border-radius: 99px;
  background: var(--pink);
}

.hero,
.about,
.howtobuy,
.chart,
.joinus {
  padding: 88px 6vw;
}

.hero {
  padding-top: 36px;
}

.hero-status {
  max-width: 1180px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--line);
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--mute);
}

.signal {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 14px;
}

.signal i {
  display: block;
  width: 4px;
  border-radius: 99px;
  background: var(--pink);
  animation: signal 1.8s ease-in-out infinite;
}

.signal i:nth-child(1) { height: 4px; }
.signal i:nth-child(2) { height: 7px; animation-delay: 0.12s; }
.signal i:nth-child(3) { height: 10px; animation-delay: 0.24s; }
.signal i:nth-child(4) { height: 14px; animation-delay: 0.36s; }

.battery {
  width: 28px;
  height: 12px;
  border: 2px solid var(--pink);
  border-radius: 4px;
  position: relative;
  padding: 1px;
}

.battery::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 3px;
  width: 3px;
  height: 4px;
  background: var(--pink);
  border-radius: 0 2px 2px 0;
}

.battery b {
  display: block;
  height: 100%;
  width: 78%;
  border-radius: 2px;
  background: linear-gradient(90deg, #ff8ab8, var(--pink));
  animation: charge 3.2s ease-in-out infinite;
}

.hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.hero-portrait {
  position: relative;
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  width: min(92vw, 520px);
  height: min(92vw, 520px);
  border-radius: 50%;
  border: 1px dashed rgba(255, 47, 134, 0.28);
  animation: spin 22s linear infinite;
}

.spark {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  filter: drop-shadow(0 0 10px #fff);
}

.s1 { top: 8%; left: 48%; }
.s2 { right: 8%; top: 46%; }
.s3 { bottom: 10%; left: 42%; }
.s4 { left: 6%; top: 38%; }

.portrait-ring {
  width: min(78vw, 420px);
  height: min(78vw, 420px);
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #fff;
  box-shadow:
    0 0 0 8px #ff8ab8,
    0 0 0 14px #fff,
    0 28px 60px rgba(194, 24, 91, 0.22);
  animation: float-logo 5.4s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

.portrait-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.portrait-shadow {
  width: 58%;
  height: 28px;
  margin-top: 18px;
  border-radius: 50%;
  background: rgba(122, 74, 50, 0.16);
  filter: blur(8px);
  animation: shadow-breathe 5.4s ease-in-out infinite;
}

.kicker {
  margin: 0 0 10px;
  font-family: var(--ui);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--deep);
  font-size: 0.78rem;
}

.bubble-title,
.bubble-sub {
  font-family: var(--display);
  color: var(--pink);
  letter-spacing: 0.01em;
  line-height: 0.82;
  margin: 0;
  -webkit-text-stroke: 7px #fff8fb;
  paint-order: stroke fill;
  text-shadow:
    0 3px 0 #ffb7d6,
    0 7px 0 #ff7eb4,
    0 11px 0 #de146d,
    0 16px 26px rgba(222, 20, 109, 0.25);
}

.bubble-title {
  font-size: clamp(4.4rem, 11vw, 8.6rem);
  display: flex;
  flex-direction: column;
  padding: 0.12em 0.08em 0.22em;
}

.bubble-title span:last-child {
  margin-left: 0.18em;
}

.bubble-sub {
  font-size: clamp(3rem, 7vw, 5.2rem);
  -webkit-text-stroke: 5px #fff8fb;
}

.tagline {
  margin: 22px 0 0;
  max-width: 28ch;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  font-family: var(--ui);
  font-weight: 700;
  color: var(--pink);
}

.sol-chip {
  padding: 6px 12px;
}

.sol-chip img {
  height: 16px;
  width: auto;
}

.ca-card {
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 22px;
  background: var(--glass);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.ca-top {
  display: flex;
  justify-content: space-between;
  font-family: var(--ui);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 8px;
}

.ca-live {
  color: var(--pink);
}

.ca-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
}

.ca-row code {
  font-family: var(--ui);
  font-weight: 700;
  font-size: 0.92rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-pill {
  flex: none;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffe3ee;
  color: var(--deep);
  font-family: var(--ui);
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-actions,
.join-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  font-family: var(--ui);
  font-weight: 700;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.45) 46%, transparent 70%);
  transform: translateX(-120%);
  animation: sheen 4.6s ease-in-out infinite;
}

.btn-pink {
  background: linear-gradient(180deg, #ff6ea8 0%, var(--pink) 55%, var(--hot) 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 47, 134, 0.28);
}

.btn-ghost,
.btn-cream {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(194, 24, 91, 0.2);
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
}

.ticker-track {
  display: flex;
  gap: 28px;
  width: max-content;
  padding: 12px 0;
  font-family: var(--display);
  font-size: 1.35rem;
  color: var(--pink);
  animation: marquee 22s linear infinite;
}

.ticker-track span {
  white-space: nowrap;
}

.section-head {
  max-width: 1180px;
  margin: 0 auto 36px;
}

.about-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: start;
}

.about-shot {
  margin: 0;
  position: sticky;
  top: 110px;
}

.about-shot img {
  width: 100%;
  border-radius: 36px;
  object-fit: cover;
  border: 8px solid #fff;
  box-shadow: var(--shadow);
}

.about-shot figcaption {
  margin-top: 12px;
  font-family: var(--ui);
  font-weight: 600;
  color: var(--mute);
}

.lead {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.4;
}

.about-copy p {
  margin: 0 0 16px;
  color: var(--ink);
  line-height: 1.7;
}

.about-notes {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.note {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(194, 24, 91, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.note:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.note h3 {
  margin: 0 0 6px;
  font-family: var(--display);
  color: var(--pink);
  font-size: 1.5rem;
  -webkit-text-stroke: 3px #fff8fb;
  paint-order: stroke fill;
}

.note p {
  margin: 0;
}

.handset {
  max-width: 860px;
  margin: 0 auto;
  padding: 22px 22px 28px;
  border-radius: 48px;
  background: linear-gradient(180deg, #ffd0e2 0%, #fff7f4 18%, #fff7f4 82%, #ffd0e2 100%);
  border: 8px solid #fff;
  box-shadow:
    inset 0 0 0 4px #ff9ec4,
    var(--shadow);
}

.handset-ear,
.handset-mouth {
  height: 14px;
  width: 42%;
  margin: 8px auto 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8ab8, #ff4d94);
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.4);
}

.handset-mouth {
  margin: 22px auto 4px;
  width: 28%;
  height: 10px;
}

.call-log {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.call {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: stretch;
}

.call-mark {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  color: var(--pink);
  font-family: var(--display);
  font-size: 1.35rem;
  box-shadow: 0 8px 16px rgba(194, 24, 91, 0.08);
}

.call-body {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
}

.call-brand {
  width: 54px;
  height: 54px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff4f8;
  border: 1px solid var(--line);
}

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

.sol-mark img {
  width: 38px;
  height: auto;
}

.call h3 {
  margin: 0 0 6px;
  font-family: var(--ui);
  font-size: 1.12rem;
}

.call p {
  margin: 0;
  color: var(--mute);
  line-height: 1.55;
}

.chart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: var(--ui);
  font-weight: 700;
  color: var(--deep);
}

.chart-link img {
  width: 18px;
  height: 18px;
}

.chart-shell {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 620px;
  border-radius: 32px;
  overflow: hidden;
  background: #121318;
  border: 8px solid #fff;
  box-shadow: var(--shadow);
  position: relative;
}

.chart-shell iframe {
  width: 100%;
  height: 620px;
  border: 0;
  display: block;
}

.chart-empty {
  min-height: 620px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 40px;
  text-align: center;
  color: #f7d6e4;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 47, 134, 0.18), transparent 40%),
    #16131a;
}

.chart-empty img {
  width: 42px;
  height: 42px;
}

.chart-empty p {
  max-width: 36ch;
  margin: 0;
}

.join-stage {
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  border: 8px solid #fff;
  background: #fff;
}

.join-art {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 1;
}

.join-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  animation: banner-breathe 10s ease-in-out infinite;
}

.join-bar {
  padding: 22px 24px 24px;
  background: linear-gradient(180deg, #fff7f4 0%, #ffe8f1 100%);
  color: var(--ink);
}

.join-bar p {
  margin: 0;
  font-family: var(--ui);
  font-weight: 700;
  font-size: 1.1rem;
}

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

.join-links {
  margin-top: 14px;
}

.footer {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
  padding: 40px 6vw 56px;
  color: var(--mute);
}

.footer p {
  max-width: 52ch;
  margin: 0;
  line-height: 1.6;
}

.footer-icons {
  display: flex;
  gap: 14px;
}

.footer-icons a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
}

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

.reveal {
  opacity: 0;
  transform: translateY(28px);
}

.reveal.is-in {
  animation: rise 0.9s ease forwards;
}

@keyframes grain-shift {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(-2%, 1%); }
  50% { transform: translate(1%, -2%); }
  75% { transform: translate(-1%, 2%); }
}

@keyframes cloud-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(40px, -18px, 0); }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.15; transform: scale(0.7) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.15) rotate(18deg); }
}

@keyframes float-heart {
  0% { transform: translateY(20px) rotate(0deg); opacity: 0; }
  12% { opacity: 0.3; }
  100% { transform: translateY(-110vh) rotate(22deg); opacity: 0; }
}

@keyframes pulse-ring {
  0%, 100% { box-shadow: 0 0 0 3px var(--pink), 0 8px 18px rgba(255, 47, 134, 0.28); }
  50% { box-shadow: 0 0 0 6px #ff8ab8, 0 8px 22px rgba(255, 47, 134, 0.36); }
}

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

@keyframes shadow-breathe {
  0%, 100% { transform: scaleX(1); opacity: 0.7; }
  50% { transform: scaleX(0.86); opacity: 0.4; }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes signal {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

@keyframes charge {
  0%, 100% { width: 62%; }
  50% { width: 92%; }
}

@keyframes sheen {
  0%, 70% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

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

@keyframes banner-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

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

@media (max-width: 980px) {
  .hero-grid,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-shot {
    position: static;
  }

  .nav-links {
    position: fixed;
    inset: 78px 16px auto;
    display: none;
    flex-direction: column;
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 246, 240, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .menu-btn {
    display: flex;
  }

  .bubble-title span:last-child {
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .hero,
  .about,
  .howtobuy,
  .chart,
  .joinus {
    padding: 64px 5vw;
  }

  .call-body {
    flex-direction: column;
  }

  .join-art {
    aspect-ratio: 3 / 1;
  }

  .join-links .btn {
    width: 100%;
    justify-content: center;
  }

  .chart-shell,
  .chart-shell iframe,
  .chart-empty {
    min-height: 460px;
    height: 460px;
  }
}

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

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