@import url("https://fonts.googleapis.com/css2?family=Bangers&family=Bowlby+One+SC&family=Lilita+One&family=Nunito:wght@400;500;600;700;800;900&display=swap");

:root {
  --blue: #0782ff;
  --ending-blue: #0076fe;
  --ink: #05090f;
  --cream: #fff4dc;
  --green: #56f276;
  --red: #ff554d;
  --line: 3px solid var(--ink);
  --display-font: "Lilita One", "Arial Rounded MT Bold", Arial, sans-serif;
  --body-font: "Nunito", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #fff;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--body-font);
  overflow-x: hidden;
  overflow-y: auto;
}

body.menu-open {
  overflow: hidden;
}

button,
a {
  color: inherit;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

a {
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.video-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--ink);
  background: var(--blue);
  transition: opacity 500ms ease, visibility 500ms ease;
}

.video-loader.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.loader-logo {
  font-family: var(--display-font);
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}

.loader-dot {
  width: 17px;
  height: 17px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--green);
  animation: loaderBlink 700ms ease-in-out infinite alternate;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(66px, 6vw, 78px);
  padding: 0 clamp(16px, 3vw, 40px);
  background: transparent;
  pointer-events: none;
  will-change: transform, opacity;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease,
    background-color 280ms ease,
    box-shadow 280ms ease;
}

.site-header.is-hidden {
  opacity: 0;
  transform: translateY(-115%);
  pointer-events: none;
}

.site-header.is-on-light {
  background: var(--blue);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.site-logo,
.header-actions {
  pointer-events: auto;
}

.site-logo {
  position: relative;
  width: clamp(6.8rem, 9vw, 8.5rem);
  aspect-ratio: 3948 / 972;
  display: block;
  overflow: hidden;
}

.site-logo-image {
  position: absolute;
  top: -107.61%;
  left: -17.15%;
  width: 132.35%;
  height: auto;
  max-width: none;
  display: block;
  transition: filter 350ms ease;
  user-select: none;
}

.header-actions,
.header-socials {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: 13px;
}

.header-socials {
  gap: 7px;
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.social-icon-link {
  width: 27px;
  height: 32px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.social-icon-link img {
  display: block;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.social-icon-x img {
  width: 18px;
  height: 18px;
}

.social-icon-telegram img {
  position: relative;
  top: -5px;
  width: 36px;
  height: 36px;
}

.social-icon-link.is-disabled {
  cursor: default;
}

@media (hover: hover) and (pointer: fine) {
  .social-icon-link:hover {
    transform: translateY(-2px);
  }

  .social-icon-x:hover img {
    transform: rotate(-10deg) scale(1.08);
  }

  .social-icon-telegram:hover img {
    transform: rotate(10deg) scale(1.08);
  }
}

.menu-button {
  position: relative;
  min-width: 104px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 15px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-family: var(--body-font);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease;
}

.menu-button::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: #fff;
  transform: translateY(105%);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-label,
.menu-lines {
  position: relative;
  z-index: 1;
}

.menu-lines {
  width: 22px;
  height: 12px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-lines span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition:
    width 320ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 320ms ease;
}

.menu-lines span:last-child {
  width: 14px;
  align-self: flex-end;
}

@media (hover: hover) and (pointer: fine) {
  .menu-button:hover {
    color: var(--ink);
  }

  .menu-button:hover::before {
    transform: translateY(0);
  }

  .menu-button:hover .menu-lines span {
    width: 22px;
    background: var(--ink);
  }
}

.menu-button:focus-visible,
.site-logo:focus-visible,
.social-icon-link:focus-visible,
.menu-social-link:focus-visible,
.menu-close:focus-visible,
.menu-navigation a:focus-visible,
.menu-navigation button:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 5px;
}

.video-home {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 500px;
  overflow: hidden;
  background: var(--blue);
}

main {
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 80svh;
  display: block;
  border: 0;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  user-select: none;
  transform: translate(-50%, -50%);
}

.video-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(8, 124, 240, 0.17), transparent 20%),
    linear-gradient(to top, rgba(5, 9, 15, 0.08), transparent 22%);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 2.5vw, 32px);
  z-index: 3;
  width: 40px;
  height: 34px;
  color: var(--ink);
  animation: scrollCueBounce 1.25s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.scroll-cue span {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

.scroll-cue:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

.meet-section {
  position: relative;
  padding:
    clamp(104px, 9vw, 138px)
    clamp(20px, 4.5vw, 74px)
    clamp(92px, 8vw, 128px);
  color: var(--ink);
  background: #fff;
  scroll-margin-top: 76px;
}

.meet-shell {
  width: min(100%, 1540px);
  margin: 0 auto;
}

.meet-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: clamp(44px, 5vw, 68px);
}

.meet-copy h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(4.4rem, 7.2vw, 8.3rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.92;
  white-space: nowrap;
}

.meet-copy h2 span {
  color: var(--blue);
}

.meet-intro {
  max-width: 760px;
  margin: clamp(24px, 2.5vw, 36px) 0 0;
  font-family: var(--body-font);
  font-size: clamp(1.08rem, 1.4vw, 1.4rem);
  font-weight: 600;
  line-height: 1.42;
}

.gallery-controls {
  display: flex;
  gap: 12px;
  padding-bottom: 5px;
}

.gallery-controls button {
  position: relative;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition:
    color 240ms ease,
    background-color 240ms ease,
    border-color 240ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-controls button:disabled {
  color: rgba(5, 9, 15, 0.28);
  border-color: rgba(5, 9, 15, 0.28);
  cursor: default;
}

@media (hover: hover) and (pointer: fine) {
  .gallery-controls button:not(:disabled):hover {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
    transform: translateY(-2px);
  }
}

.gallery-controls button:focus-visible,
.meet-gallery:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.meet-gallery {
  display: flex;
  gap: clamp(14px, 1.35vw, 22px);
  padding: 4px clamp(18px, 4vw, 64px) 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: clamp(18px, 4vw, 64px);
  scrollbar-width: none;
}

.meet-gallery::-webkit-scrollbar {
  display: none;
}

.gallery-card {
  position: relative;
  height: clamp(470px, 41vw, 620px);
  flex: 0 0 auto;
  overflow: hidden;
  margin: 0;
  border: 0;
  border-radius: clamp(14px, 1.25vw, 20px);
  background: #eef1f5;
  scroll-snap-align: center;
}

.gallery-card-portrait {
  width: clamp(330px, 27vw, 410px);
}

.gallery-card-video {
  width: clamp(600px, 48vw, 760px);
  display: flex;
  flex-direction: column;
  background: var(--blue);
}

.gallery-card-loop-video {
  width: auto;
  min-width: clamp(330px, 27vw, 410px);
  max-width: min(78vw, 760px);
  object-fit: cover;
  background: var(--blue);
  pointer-events: none;
  user-select: none;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.video-stage {
  width: 100%;
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  overflow: hidden;
  background: var(--blue);
}

.video-stage .meet-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: var(--blue);
}

.video-copy {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 2.4vw, 38px);
  color: var(--ink);
  background: var(--blue);
}

.video-copy p {
  margin: 0;
  font-size: clamp(2.1rem, 3vw, 3.8rem);
  font-family: var(--display-font);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 0.9;
}

.video-copy p span {
  color: #fff;
}

.video-copy small,
.mosaic-copy small {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gallery-mosaic {
  position: relative;
  width: clamp(620px, 48vw, 720px);
  height: clamp(470px, 41vw, 620px);
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 42% minmax(0, 1fr);
  gap: clamp(12px, 1vw, 16px);
  scroll-snap-align: center;
}

.mosaic-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: clamp(14px, 1.25vw, 20px);
  background: #eef1f5;
}

.mosaic-panorama {
  grid-column: 1 / -1;
  grid-row: 1;
}

.mosaic-square {
  grid-column: 1;
  grid-row: 2;
}

.mosaic-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mosaic-copy {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 2.2vw, 36px);
  color: var(--ink);
  background: var(--blue);
}

.mosaic-copy p {
  margin: 0;
  font-size: clamp(2rem, 2.7vw, 3.35rem);
  font-family: var(--display-font);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 0.91;
}

.mosaic-copy p span {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .gallery-card:hover img,
  .mosaic-card:hover img {
    transform: scale(1.04);
  }
}

.presale-section {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(118px, 10vw, 154px) 0 clamp(84px, 8vw, 118px);
  color: var(--ink);
  background: #fff;
  border-top: 0;
  scroll-margin-top: 90px;
}

.presale-layout {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  align-items: center;
}

.presale-visual {
  min-width: 0;
}

.presale-action-row {
  width: min(72%, 620px);
  display: flex;
  align-items: flex-end;
  gap: clamp(8px, 1vw, 14px);
  padding: 0 0 8px clamp(18px, 3vw, 48px);
}

.dose-callout {
  margin: 0;
  font-family: "Bangers", var(--display-font);
  font-size: clamp(1.55rem, 2.5vw, 2.75rem);
  font-weight: 900;
  letter-spacing: 0.015em;
  line-height: 0.9;
  white-space: nowrap;
  transform: rotate(-2deg);
}

.dose-callout span {
  color: inherit;
}

.presale-image-frame {
  width: min(70%, 620px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}

.presale-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top left;
  user-select: none;
}

.presale-pointer {
  position: absolute;
  top: 13%;
  left: 19%;
  z-index: 2;
  width: clamp(300px, 25vw, 430px);
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
  transform: rotate(30deg);
  transform-origin: center;
}

.presale-copy {
  padding:
    0
    clamp(28px, 7vw, 112px)
    0
    clamp(38px, 5.5vw, 88px);
  border-left: 0;
}

.presale-copy h2 {
  margin: 0 0 clamp(28px, 3vw, 42px);
  font-family: var(--display-font);
  font-size: clamp(3.3rem, 5.2vw, 6.3rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.92;
}

.presale-copy h2 span {
  color: var(--blue);
}

.presale-intro {
  max-width: 640px;
  margin: 0;
  font-family: var(--body-font);
  font-size: clamp(1.05rem, 1.3vw, 1.24rem);
  font-weight: 550;
  line-height: 1.58;
}

.presale-details {
  max-width: 640px;
  margin: clamp(32px, 3.5vw, 48px) 0 0;
  border-top: 1px solid rgba(5, 9, 15, 0.18);
}

.presale-details div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(5, 9, 15, 0.18);
}

.presale-details dt,
.presale-details dd {
  margin: 0;
  font-family: var(--body-font);
}

.presale-details dt {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.presale-details dd {
  font-size: 0.98rem;
  font-weight: 700;
}

.presale-follow {
  max-width: 640px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.presale-follow > span {
  margin-right: 2px;
  font-family: var(--display-font);
  font-size: 1.25rem;
  letter-spacing: 0.015em;
}

.presale-follow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px 7px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.presale-follow a:first-of-type {
  background: var(--blue);
}

.presale-follow a:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .presale-follow a:hover {
    color: #fff;
    background: var(--ink);
    transform: translateY(-2px);
  }
}

.content-shell {
  width: min(calc(100% - 48px), 1540px);
  margin: 0 auto;
}

.tokenomics-section,
.roadmap-section {
  position: relative;
  padding: clamp(118px, 10vw, 168px) 0;
  color: var(--ink);
  background: #fff;
  scroll-margin-top: 72px;
}

.section-heading {
  max-width: 1120px;
  margin-bottom: clamp(58px, 6vw, 92px);
}

.concept-tag {
  width: fit-content;
  margin: 0 0 22px;
  padding: 9px 13px 8px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(4.8rem, 8.5vw, 9.5rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.86;
}

.section-heading h2 span {
  color: var(--blue);
}

.section-heading > p:last-child {
  max-width: 790px;
  margin: clamp(26px, 3vw, 40px) 0 0;
  font-size: clamp(1.08rem, 1.4vw, 1.4rem);
  font-weight: 650;
  line-height: 1.48;
}

.tokenomics-layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.08fr) minmax(440px, 0.92fr);
  align-items: center;
  gap: clamp(50px, 7vw, 116px);
}

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

.token-bowl-art {
  width: min(100%, 680px);
  height: auto;
  display: block;
  user-select: none;
}

.kibble-cloud {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.kibble-piece {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 12px;
  border: 3px solid var(--ink);
  border-radius: 44% 56% 51% 49% / 48% 46% 54% 52%;
  color: var(--ink);
  background: #fff;
  text-align: center;
  box-shadow: 6px 7px 0 var(--ink);
  transition:
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease;
}

.kibble-piece strong {
  font-family: var(--display-font);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 0.9;
}

.kibble-piece span {
  margin-top: 7px;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kibble-community {
  top: 8%;
  right: 8%;
  width: 138px;
  color: #fff;
  background: var(--blue);
  transform: rotate(-8deg);
}

.kibble-liquidity {
  top: 32%;
  right: -1%;
  width: 122px;
  background: var(--green);
  transform: rotate(7deg);
}

.kibble-presale {
  top: 56%;
  right: 2%;
  width: 112px;
  background: var(--cream);
  transform: rotate(4deg);
}

.kibble-marketing {
  bottom: 5%;
  left: 10%;
  width: 98px;
  transform: rotate(-10deg);
}

.kibble-treasury {
  top: 4%;
  left: 3%;
  width: 88px;
  color: #fff;
  background: var(--ink);
  transform: rotate(-5deg);
}

@media (hover: hover) and (pointer: fine) {
  .kibble-piece:hover {
    z-index: 5;
    box-shadow: 10px 12px 0 var(--ink);
    transform: translateY(-12px) rotate(0) scale(1.08);
  }
}

.tokenomics-panel {
  min-width: 0;
}

.tokenomics-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 0;
}

.tokenomics-stats div {
  min-height: 166px;
  padding: 26px 22px;
  border: 3px solid var(--ink);
  border-radius: 19px;
  background: #fff;
  box-shadow: 5px 6px 0 var(--ink);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tokenomics-stats div:nth-child(1),
.tokenomics-stats div:nth-child(4) {
  transform: rotate(-1.2deg);
}

.tokenomics-stats div:nth-child(2),
.tokenomics-stats div:nth-child(3) {
  transform: rotate(1deg);
}

@media (hover: hover) and (pointer: fine) {
  .tokenomics-stats div:hover {
    transform: translateY(-6px) rotate(0);
  }
}

.tokenomics-stats dt,
.tokenomics-stats dd {
  margin: 0;
}

.tokenomics-stats dt {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tokenomics-stats dd {
  margin-top: 20px;
  font-family: var(--display-font);
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.9;
}

.tokenomics-stats dd span {
  color: var(--blue);
}

.no-hidden-treats {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
  margin-top: 34px;
  padding: 28px;
  border: 3px solid var(--ink);
  border-radius: 24px;
  color: #fff;
  background: var(--blue);
  box-shadow: 8px 9px 0 var(--ink);
}

.no-hidden-treats p {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2rem, 3.1vw, 3.5rem);
  font-weight: 400;
  line-height: 0.9;
}

.no-hidden-treats span {
  display: block;
  max-width: 520px;
  margin-top: 12px;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.4;
}

.no-hidden-treats > strong {
  min-width: max-content;
  padding: 11px 14px;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.sample-note {
  margin: 18px 0 0;
  font-size: 0.72rem;
  font-weight: 800;
  opacity: 0.58;
}

.roadmap-section {
  padding-top: clamp(90px, 7vw, 126px);
}

.roadmap-heading {
  margin-bottom: clamp(38px, 4vw, 60px);
}

.roadmap-art-scroll {
  width: 100%;
  margin: 0 0 clamp(54px, 6vw, 86px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.roadmap-art-scroll::-webkit-scrollbar {
  display: none;
}

.roadmap-art-scroll:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 8px;
}

.roadmap-growth-art {
  width: 100%;
  min-width: 1080px;
  height: auto;
  display: block;
  user-select: none;
}

.roadmap-checkpoints {
  position: relative;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding-left: 92px;
}

.roadmap-checkpoints::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 38px;
  width: 7px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--blue);
}

.roadmap-checkpoint {
  position: relative;
  overflow: visible;
  margin-bottom: 25px;
  border: 3px solid var(--ink);
  border-radius: 26px;
  color: #fff;
  background: var(--blue);
  box-shadow: 8px 9px 0 var(--ink);
  transition:
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease;
}

.roadmap-checkpoint[hidden] {
  display: none;
}

.roadmap-checkpoint.is-visible {
  animation: checkpointReveal 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.roadmap-checkpoint::before {
  content: "";
  position: absolute;
  top: 31px;
  left: -73px;
  width: 38px;
  height: 38px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: #fff;
  box-shadow: 3px 4px 0 var(--ink);
  transition:
    background-color 260ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.roadmap-checkpoint.is-open::before {
  background: var(--green);
  transform: rotate(14deg) scale(1.08);
}

.roadmap-checkpoint-button {
  width: 100%;
  min-height: 112px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  padding: 20px clamp(22px, 3vw, 38px);
  border-radius: 23px;
  color: #fff;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.roadmap-checkpoint-button:focus-visible {
  outline: 4px solid var(--green);
  outline-offset: 5px;
}

.checkpoint-number {
  min-width: 72px;
  padding: 12px 14px 10px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  box-shadow: 4px 5px 0 var(--ink);
  font-family: var(--display-font);
  font-size: 2.1rem;
  line-height: 1;
  text-align: center;
  transform: rotate(-4deg);
}

.roadmap-checkpoint:nth-child(even) .checkpoint-number {
  transform: rotate(4deg);
}

.checkpoint-title {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.checkpoint-title small {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.checkpoint-title strong {
  overflow-wrap: anywhere;
  font-family: var(--display-font);
  font-size: clamp(2.2rem, 4.3vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 0.88;
}

.checkpoint-action {
  min-width: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 15px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.checkpoint-action i {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.checkpoint-action i::before,
.checkpoint-action i::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 1px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.checkpoint-action i::after {
  transform: rotate(90deg);
}

.roadmap-checkpoint.is-open .checkpoint-action i::after {
  transform: rotate(0);
}

.roadmap-checkpoint-content {
  max-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(26px, 5vw, 70px);
  overflow: hidden;
  padding: 0 clamp(24px, 4vw, 48px);
  opacity: 0;
  transition:
    max-height 620ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease;
}

.roadmap-checkpoint.is-open .roadmap-checkpoint-content {
  max-height: 520px;
  padding-top: 4px;
  padding-bottom: 34px;
  opacity: 1;
}

.roadmap-checkpoint-content::before {
  content: "";
  grid-column: 1 / -1;
  height: 2px;
  margin-bottom: -5px;
  background: rgba(5, 9, 15, 0.55);
}

.roadmap-checkpoint-content p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 700;
  line-height: 1.55;
}

.roadmap-checkpoint-content ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.roadmap-checkpoint-content li {
  position: relative;
  padding-left: 20px;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.roadmap-checkpoint-content li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--green);
}

@media (hover: hover) and (pointer: fine) {
  .roadmap-checkpoint:hover {
    box-shadow: 12px 13px 0 var(--ink);
    transform: translateX(7px);
  }

  .roadmap-checkpoint-button:hover .checkpoint-action {
    color: var(--ink);
    background: #fff;
    transform: rotate(-2deg) scale(1.04);
  }
}

@keyframes checkpointReveal {
  from {
    opacity: 0;
    transform: translateY(48px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.menu-panel {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 82px;
  color: var(--cream);
  background: rgba(7, 130, 255, 0);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
    opacity 480ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 480ms ease,
    background-color 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-panel.is-open {
  visibility: visible;
  opacity: 1;
  background: var(--blue);
  pointer-events: auto;
}

.menu-close {
  position: absolute;
  top: clamp(25px, 3vw, 40px);
  right: clamp(24px, 4vw, 64px);
  z-index: 3;
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  transform: rotate(-90deg) scale(0.7);
  transition:
    opacity 260ms ease 160ms,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1) 160ms,
    background-color 220ms ease;
}

.menu-panel.is-open .menu-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.menu-close span {
  position: absolute;
  top: 17px;
  left: 4px;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  transition: background-color 220ms ease;
}

.menu-close span:first-child {
  transform: rotate(45deg);
}

.menu-close span:last-child {
  transform: rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
  .menu-close:hover span {
    background: var(--ink);
  }
}

.menu-navigation {
  position: relative;
  z-index: 2;
  width: min(100%, 660px);
  display: grid;
  justify-items: center;
}

.menu-navigation a,
.menu-navigation button {
  position: relative;
  width: auto;
  display: block;
  padding: clamp(4px, 0.8vh, 9px) 18px;
  color: #fff;
  background: transparent;
  font-family: var(--display-font);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 0.94;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  filter: blur(4px);
  will-change: transform, opacity, filter;
  transition:
    color 220ms ease,
    opacity 300ms ease,
    filter 360ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .menu-panel.is-open .menu-navigation a:hover,
  .menu-panel.is-open .menu-navigation button:hover {
    color: var(--ink);
    transform: translate3d(0, 0, 0) rotate(0) scale(1.035);
  }
}

.menu-navigation > :nth-child(1) {
  transform: translate3d(-48vw, -22vh, 0) rotate(-8deg) scale(0.92);
}

.menu-navigation > :nth-child(2) {
  transform: translate3d(34vw, -10vh, 0) rotate(7deg) scale(0.95);
}

.menu-navigation > :nth-child(3) {
  transform: translate3d(-38vw, 14vh, 0) rotate(-7deg) scale(0.93);
}

.menu-navigation > :nth-child(4) {
  transform: translate3d(48vw, 26vh, 0) rotate(9deg) scale(0.95);
}

.menu-navigation > :nth-child(5) {
  transform: translate3d(-44vw, 30vh, 0) rotate(-8deg) scale(0.93);
}

.menu-navigation > :nth-child(6) {
  transform: translate3d(40vw, 38vh, 0) rotate(7deg) scale(0.94);
}

.menu-panel.is-open .menu-navigation > * {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
}

.menu-panel.is-open .menu-navigation > :nth-child(1) {
  transition-delay: 45ms;
}

.menu-panel.is-open .menu-navigation > :nth-child(2) {
  transition-delay: 95ms;
}

.menu-panel.is-open .menu-navigation > :nth-child(3) {
  transition-delay: 145ms;
}

.menu-panel.is-open .menu-navigation > :nth-child(4) {
  transition-delay: 195ms;
}

.menu-panel.is-open .menu-navigation > :nth-child(5) {
  transition-delay: 245ms;
}

.menu-panel.is-open .menu-navigation > :nth-child(6) {
  transition-delay: 295ms;
}

.menu-footer {
  position: absolute;
  left: 50%;
  bottom: clamp(24px, 4vw, 48px);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transform: translate(-50%, 15px);
  font-family: var(--body-font);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  white-space: nowrap;
  transition:
    opacity 260ms ease 250ms,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1) 250ms;
}

.menu-panel.is-open .menu-footer {
  opacity: 1;
  transform: translate(-50%, 0);
}

.menu-social-link {
  width: 28px;
  height: 34px;
  display: grid;
  place-items: center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-social-link img {
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  pointer-events: none;
  user-select: none;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-social-x img {
  width: 19px;
  height: 19px;
}

.menu-social-telegram img {
  position: relative;
  top: -5px;
  width: 38px;
  height: 38px;
}

.menu-social-link.is-disabled {
  cursor: default;
}

@media (hover: hover) and (pointer: fine) {
  .menu-social-link:hover {
    transform: translateY(-2px);
  }

  .menu-social-x:hover img {
    transform: rotate(-10deg) scale(1.08);
  }

  .menu-social-telegram:hover img {
    transform: rotate(10deg) scale(1.08);
  }
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 30px;
  z-index: 70;
  max-width: calc(100% - 32px);
  padding: 14px 18px;
  border: var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: var(--green);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: var(--body-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: opacity 180ms ease, transform 180ms ease;
}

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

body.menu-open .site-logo-image {
  filter: brightness(0) invert(1);
}

body.menu-open .site-header {
  opacity: 1;
  background: transparent;
  box-shadow: none;
  transform: translateY(0);
}

body.menu-open .header-socials {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

body.menu-open .menu-button {
  opacity: 0;
  pointer-events: none;
}

@keyframes loaderBlink {
  to {
    transform: scale(1.45);
    opacity: 0.45;
  }
}

@keyframes scrollCueBounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 12px);
  }
}

@media (max-width: 1000px) {
  .meet-section {
    padding:
      clamp(112px, 14vw, 150px)
      clamp(24px, 7vw, 64px)
      clamp(80px, 10vw, 112px);
  }

  .meet-shell {
    width: 100%;
  }

  .meet-heading {
    gap: 30px;
  }

  .meet-copy h2 {
    font-size: clamp(4.3rem, 10vw, 6.4rem);
  }

  .meet-intro {
    max-width: 650px;
  }

  .gallery-card,
  .gallery-mosaic {
    height: clamp(470px, 62vw, 540px);
  }

  .gallery-card-portrait {
    width: clamp(310px, 44vw, 370px);
  }

  .gallery-card-video {
    width: clamp(520px, 75vw, 650px);
  }

  .gallery-card-loop-video {
    min-width: clamp(310px, 44vw, 370px);
    max-width: 75vw;
  }

  .gallery-mosaic {
    width: clamp(560px, 88vw, 700px);
  }

  .presale-section {
    padding-top: clamp(110px, 14vw, 146px);
  }

  .presale-layout {
    grid-template-columns: 1fr;
  }

  .presale-action-row {
    width: min(62%, 620px);
  }

  .presale-image-frame {
    width: min(62%, 620px);
    aspect-ratio: 1 / 1;
  }

  .presale-pointer {
    position: relative;
    top: auto;
    left: auto;
    width: 190px;
    height: auto;
    justify-self: center;
    margin: -12px 0 -8px;
    transform: rotate(86deg);
  }

  .presale-copy {
    margin-top: 22px;
    padding: 0 clamp(24px, 7vw, 64px);
    border-top: 0;
    border-left: 0;
  }

  .tokenomics-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .bowl-stage {
    width: min(100%, 700px);
    margin: 0 auto;
  }

  .tokenomics-panel {
    width: min(100%, 760px);
    margin: 0 auto;
  }

}

@media (max-width: 700px) {
  .site-header {
    height: 62px;
    padding: 0 15px;
  }

  .site-logo {
    width: clamp(6rem, 28vw, 6.65rem);
  }

  .header-actions {
    gap: 7px;
  }

  .header-socials {
    gap: 5px;
  }

  .social-icon-link {
    width: 25px;
    height: 28px;
  }

  .social-icon-x img {
    width: 17px;
    height: 17px;
  }

  .social-icon-telegram img {
    width: 34px;
    height: 34px;
  }

  .menu-button {
    gap: 8px;
    min-width: 94px;
    height: 36px;
    padding: 0 12px;
    font-size: 0.65rem;
  }

  .menu-lines {
    width: 19px;
    height: 10px;
  }

  .menu-lines span {
    width: 19px;
  }

  .menu-lines span:last-child {
    width: 12px;
  }

  .hero-video {
    width: 100vw;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      #000 14%,
      #000 86%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      #000 14%,
      #000 86%,
      transparent 100%
    );
  }

  .scroll-cue {
    bottom: 12px;
    transform-origin: center;
  }

  .meet-section {
    padding: 94px 18px 82px;
  }

  .meet-heading {
    display: grid;
    gap: 26px;
    margin-bottom: 38px;
  }

  .meet-copy h2 {
    font-size: clamp(3.9rem, 18vw, 5rem);
    white-space: normal;
  }

  .meet-copy h2 span {
    display: block;
  }

  .meet-intro {
    margin-top: 22px;
    font-size: 1.03rem;
  }

  .gallery-controls {
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .gallery-controls button {
    width: 44px;
    height: 44px;
    font-size: 1.55rem;
  }

  .meet-gallery {
    gap: 14px;
    padding-bottom: 14px;
  }

  .gallery-card {
    height: 440px;
    border-radius: 15px;
  }

  .gallery-card-portrait {
    width: min(330px, calc(100vw - 36px));
  }

  .gallery-card-video {
    width: min(440px, calc(100vw - 36px));
  }

  .gallery-card-loop-video {
    min-width: min(330px, calc(100vw - 36px));
    max-width: calc(100vw - 36px);
  }

  .gallery-mosaic {
    width: min(560px, calc(100vw - 36px));
    height: 350px;
    gap: 10px;
  }

  .mosaic-card {
    border-radius: 15px;
  }

  .video-copy,
  .mosaic-copy {
    padding: 22px;
  }

  .video-copy p {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .mosaic-copy p {
    font-size: clamp(1.4rem, 7vw, 1.9rem);
  }

  .video-copy small,
  .mosaic-copy small {
    font-size: 0.52rem;
  }

  .presale-section {
    padding: 96px 0 74px;
  }

  .presale-action-row {
    width: min(82%, 430px);
    gap: 8px;
    padding: 0 0 4px 14px;
  }

  .dose-callout {
    font-size: clamp(1.3rem, 6vw, 1.65rem);
  }

  .presale-image-frame {
    width: 76%;
    aspect-ratio: 1 / 1;
  }

  .presale-copy {
    margin-top: 18px;
    padding: 0 20px;
  }

  .presale-copy h2 {
    margin-bottom: 26px;
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  .presale-intro {
    font-size: 1.02rem;
  }

  .presale-details div {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  .content-shell {
    width: calc(100% - 36px);
  }

  .tokenomics-section,
  .roadmap-section {
    padding: 94px 0 82px;
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .concept-tag {
    margin-bottom: 18px;
    padding: 8px 10px 7px;
    font-size: 0.55rem;
  }

  .section-heading h2 {
    font-size: clamp(3.8rem, 18vw, 5.3rem);
    line-height: 0.88;
  }

  .section-heading h2 span {
    display: block;
  }

  .section-heading > p:last-child {
    margin-top: 22px;
    font-size: 1.02rem;
  }

  .tokenomics-layout {
    gap: 36px;
  }

  .bowl-stage {
    min-height: 410px;
  }

  .kibble-cloud {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .kibble-community {
    top: 3%;
    right: 0;
    left: auto;
    width: 84px;
  }

  .kibble-liquidity {
    top: 29%;
    right: -2%;
    width: 78px;
  }

  .kibble-presale {
    top: 54%;
    right: 0;
    left: auto;
    width: 72px;
  }

  .kibble-marketing {
    top: auto;
    right: auto;
    bottom: 2%;
    left: 5%;
    width: 66px;
  }

  .kibble-treasury {
    top: 1%;
    left: 0;
    width: 60px;
  }

  .kibble-piece {
    padding: 8px;
    border-width: 2px;
    box-shadow: 4px 5px 0 var(--ink);
  }

  .kibble-piece strong {
    font-size: 1.65rem;
  }

  .kibble-piece span {
    margin-top: 4px;
    font-size: 0.46rem;
  }

  .tokenomics-stats div {
    min-height: 132px;
    padding: 20px 14px;
  }

  .tokenomics-stats dt {
    font-size: 0.55rem;
  }

  .tokenomics-stats dd {
    margin-top: 16px;
    font-size: clamp(2.15rem, 11vw, 3.25rem);
  }

  .no-hidden-treats {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
    padding: 23px;
    border-radius: 19px;
    box-shadow: 6px 7px 0 var(--ink);
  }

  .no-hidden-treats p {
    font-size: 2.4rem;
  }

  .no-hidden-treats > strong {
    width: fit-content;
  }

  .roadmap-heading {
    margin-bottom: 38px;
  }

  .roadmap-art-scroll {
    margin-bottom: 44px;
  }

  .roadmap-growth-art {
    min-width: 780px;
  }

  .roadmap-checkpoints {
    padding-left: 48px;
  }

  .roadmap-checkpoints::before {
    left: 17px;
    width: 5px;
    border-width: 2px;
  }

  .roadmap-checkpoint {
    margin-bottom: 18px;
    border-radius: 21px;
    box-shadow: 6px 7px 0 var(--ink);
  }

  .roadmap-checkpoint::before {
    top: 25px;
    left: -45px;
    width: 31px;
    height: 31px;
    border-width: 3px;
    box-shadow: 2px 3px 0 var(--ink);
  }

  .roadmap-checkpoint-button {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 17px;
    border-radius: 18px;
  }

  .checkpoint-number {
    min-width: 58px;
    padding: 10px 9px 8px;
    font-size: 1.65rem;
  }

  .checkpoint-title small {
    font-size: 0.52rem;
  }

  .checkpoint-title strong {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }

  .checkpoint-action {
    grid-column: 1 / -1;
    min-width: 96px;
    justify-self: end;
    padding: 10px 13px;
    font-size: 0.55rem;
  }

  .roadmap-checkpoint-content {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .roadmap-checkpoint.is-open .roadmap-checkpoint-content {
    max-height: 680px;
    padding-bottom: 25px;
  }

  .menu-panel {
    align-items: center;
    padding: 92px 20px 74px;
  }

  .menu-navigation a,
  .menu-navigation button {
    padding: 6px 12px;
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .menu-footer {
    bottom: 24px;
    gap: 8px;
    font-size: 0.5rem;
  }

  .menu-close {
    top: 13px;
    right: 15px;
  }
}

/* Static Chronicle chapters, opposing film roll and final CHONK quote. */
#tokenomics,
#roadmap,
#community {
  scroll-margin-top: 82px;
}

.magazine-stage {
  perspective: none;
}

.magazine-roadmap {
  margin-top: 0;
  transform: rotate(0.35deg);
}

.magazine-next-story {
  justify-self: center;
  padding: 8px 12px 7px;
  color: #fff;
  background: var(--ink);
  text-align: center;
}

.chonk-film-break {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: clamp(100px, 11vw, 160px) 0 clamp(104px, 12vw, 178px);
  transform: translateX(-50%);
}

.chonk-film-strip--reverse {
  transform: translateX(-50%) rotate(-2deg);
}

.chonk-film-strip--reverse .chonk-film-track {
  animation-direction: reverse;
}

@media (hover: hover) and (pointer: fine) {
  .chonk-film-strip:hover .chonk-film-track {
    animation-play-state: running;
  }

  .chonk-film-frame:hover img {
    transform: none;
  }
}

.chonk-quote-section {
  position: relative;
  z-index: 3;
  min-height: max(760px, 100svh);
  display: grid;
  place-items: center;
  margin-top: clamp(190px, 20vw, 350px);
  overflow: visible;
  color: var(--ink);
  background: var(--blue);
  isolation: isolate;
}

.chonk-quote-head {
  position: absolute;
  top: -25vw;
  left: 50%;
  z-index: -1;
  width: min(104vw, 1540px);
  height: auto;
  max-width: none;
  display: block;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
}

.chonk-quote-copy {
  width: min(calc(100% - 64px), 1500px);
  margin: clamp(180px, 18vw, 310px) auto 0;
  text-align: center;
}

.chonk-quote-copy > p {
  width: fit-content;
  margin: 0 auto clamp(28px, 3vw, 46px);
  padding: 10px 15px 9px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font-size: clamp(0.65rem, 0.8vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.chonk-quote-copy h2 {
  margin: 0;
  font-family: "Bowlby One SC", var(--display-font);
  font-size: clamp(4rem, 8.2vw, 9.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.chonk-quote-copy h2 span {
  display: inline-block;
  padding: 0 0.08em;
  color: var(--blue);
  background: var(--ink);
  transform: rotate(-2deg);
}

.chonk-quote-copy strong {
  display: block;
  width: fit-content;
  margin: clamp(34px, 4vw, 58px) auto 0;
  padding-top: 12px;
  border-top: 5px solid var(--ink);
  font-size: clamp(0.78rem, 1vw, 1.05rem);
  font-weight: 900;
  letter-spacing: 0.13em;
}

@media (max-width: 700px) {
  .chonk-film-break {
    margin-top: 78px;
    margin-bottom: 92px;
  }

  .chonk-film-strip--reverse {
    transform: translateX(-50%) rotate(-2.7deg);
  }

  .magazine-next-story {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .chonk-quote-section {
    min-height: max(660px, 100svh);
    margin-top: 145px;
  }

  .chonk-quote-head {
    top: -34vw;
    width: 122vw;
  }

  .chonk-quote-copy {
    width: calc(100% - 34px);
    margin-top: 110px;
  }

  .chonk-quote-copy > p {
    margin-bottom: 25px;
    padding: 8px 11px 7px;
    border-width: 2px;
    font-size: 0.55rem;
  }

  .chonk-quote-copy h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
    line-height: 0.9;
  }

  .chonk-quote-copy strong {
    margin-top: 30px;
    border-top-width: 3px;
    font-size: 0.66rem;
  }
}

/* Final light treatment with a more compact Chronicle. */
.chonk-film-section {
  padding-top: clamp(58px, 6vw, 88px);
  padding-bottom: clamp(52px, 6vw, 86px);
  background: #fff;
}

.chonk-film-strip {
  border-color: var(--ink);
  box-shadow: 0 14px 0 rgba(5, 9, 15, 0.08);
}

.magazine-section {
  padding-top: clamp(64px, 6.5vw, 96px);
  padding-bottom: clamp(105px, 9vw, 150px);
  color: var(--ink);
  background: #fff;
}

.magazine-section .content-shell {
  width: min(calc(100% - 48px), 820px);
}

.magazine-intro {
  max-width: 780px;
}

.magazine-intro > p:first-child {
  border-color: var(--ink);
}

.magazine-intro h2 {
  font-size: clamp(3rem, 4.8vw, 5rem);
}

.magazine-intro-row p {
  font-size: clamp(0.98rem, 1.2vw, 1.16rem);
}

.magazine-controls {
  color: var(--ink);
}

.magazine-arrow {
  width: 47px;
  height: 47px;
  border-color: var(--ink);
  color: var(--ink);
  background: #fff;
  box-shadow: 3px 4px 0 var(--ink);
}

.magazine-spread {
  min-height: 610px;
  padding: clamp(16px, 1.8vw, 24px);
  box-shadow:
    7px 9px 0 var(--ink),
    0 22px 46px rgba(5, 9, 15, 0.16);
}

.magazine-masthead {
  padding-bottom: 14px;
  border-bottom-width: 5px;
}

.magazine-masthead h3 {
  font-size: clamp(4.7rem, 8.5vw, 7.2rem);
}

.magazine-masthead > p {
  font-size: clamp(1.25rem, 2vw, 1.9rem);
}

.magazine-token-grid {
  grid-template-columns: minmax(0, 1.28fr) minmax(225px, 0.72fr);
  gap: clamp(18px, 2.4vw, 28px);
  padding-top: clamp(19px, 2vw, 27px);
}

.magazine-kicker {
  font-size: 0.56rem;
}

.magazine-lead-story h4 {
  font-size: clamp(2.15rem, 3.9vw, 3.8rem);
}

.magazine-deck {
  margin-top: 14px;
  padding-bottom: 13px;
  font-size: clamp(0.84rem, 1vw, 1rem);
}

.magazine-token-report {
  padding-left: clamp(16px, 2vw, 24px);
}

.magazine-token-report h4 {
  font-size: clamp(1.9rem, 3vw, 2.85rem);
}

.magazine-stamp {
  padding: 9px 8px 7px;
  font-size: 0.78rem;
}

.magazine-bowl-figure {
  min-height: 255px;
}

.magazine-bowl-figure img {
  width: min(100%, 345px);
  margin-bottom: -25px;
}

.magazine-bowl-figure::before {
  padding: 8px 10px 7px;
  border-width: 2px;
  font-size: 0.88rem;
}

.magazine-allocation-list {
  margin-top: 20px;
}

.magazine-allocation-list li {
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 44px;
}

.magazine-allocation-list strong {
  font-size: 1.24rem;
}

.magazine-allocation-list span {
  font-size: 0.58rem;
}

.magazine-facts {
  margin-top: 17px;
}

.magazine-facts div {
  min-height: 65px;
  padding: 8px;
}

.magazine-facts dd {
  margin-top: 7px;
  font-size: 1.25rem;
}

.magazine-small-print {
  font-size: 0.56rem;
}

.magazine-roadmap-headline {
  grid-template-columns: minmax(0, 1.4fr) minmax(210px, 0.6fr);
  gap: 22px;
  padding-top: 22px;
  padding-bottom: 17px;
}

.magazine-roadmap-headline h4 {
  font-size: clamp(2.35rem, 4.3vw, 4.35rem);
}

.magazine-roadmap-headline > p {
  padding-left: 15px;
  border-left-width: 5px;
  font-size: clamp(0.78rem, 0.95vw, 0.92rem);
}

.magazine-growth-figure {
  min-height: 185px;
  margin: 16px 0 19px;
}

.magazine-phase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.magazine-phase-grid article {
  min-height: 136px;
  padding: 11px 9px 13px;
}

.magazine-phase-grid article:nth-child(3) {
  border-right: 0;
}

.magazine-phase-grid article:nth-child(-n + 3) {
  border-bottom: 2px solid currentColor;
}

.magazine-phase-grid article:nth-child(4) {
  grid-column: 1 / 2;
}

.magazine-phase-grid article:nth-child(5) {
  grid-column: 2 / 4;
}

.magazine-phase-grid h5 {
  margin-top: 10px;
  font-size: clamp(0.96rem, 1.25vw, 1.22rem);
}

.magazine-phase-grid p {
  font-size: clamp(0.62rem, 0.68vw, 0.7rem);
}

@media (hover: hover) and (pointer: fine) {
  .magazine-arrow:not(:disabled):hover {
    border-color: var(--ink);
    color: #fff;
    background: var(--blue);
    box-shadow: 5px 6px 0 var(--ink);
  }
}

@media (max-width: 700px) {
  .chonk-film-section {
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .magazine-section {
    padding-top: 48px;
    padding-bottom: 94px;
  }

  .magazine-section .content-shell {
    width: calc(100% - 52px);
  }

  .magazine-intro h2 {
    font-size: clamp(2.45rem, 11.5vw, 3.5rem);
  }

  .magazine-arrow {
    width: 42px;
    height: 42px;
  }

  .magazine-spread {
    min-height: 0;
    padding: 14px 11px 16px;
    box-shadow:
      5px 6px 0 var(--ink),
      0 16px 34px rgba(5, 9, 15, 0.15);
  }

  .magazine-masthead h3 {
    font-size: clamp(3.65rem, 17vw, 4.85rem);
  }

  .magazine-token-grid,
  .magazine-roadmap-headline {
    grid-template-columns: 1fr;
  }

  .magazine-bowl-figure {
    min-height: 250px;
  }

  .magazine-growth-figure {
    min-height: 170px;
  }

  .magazine-growth-figure img {
    height: 170px;
  }

  .magazine-phase-grid {
    grid-template-columns: 1fr;
  }

  .magazine-phase-grid article,
  .magazine-phase-grid article:nth-child(4),
  .magazine-phase-grid article:nth-child(5) {
    grid-column: auto;
  }
}

/* Keep both Chronicle chapters visible and both film rolls permanently moving. */
.magazine-stage {
  perspective: none;
}

.magazine-roadmap {
  display: block;
  transform: rotate(0.35deg);
}

.chonk-film-strip--reverse {
  transform: translateX(-50%) rotate(-2deg);
}

.chonk-film-strip--reverse .chonk-film-track {
  animation-direction: reverse;
}

@media (hover: hover) and (pointer: fine) {
  .chonk-film-strip:hover .chonk-film-track {
    animation-play-state: running;
  }

  .chonk-film-frame:hover img {
    transform: none;
  }
}

@media (max-width: 700px) {
  .chonk-film-strip--reverse {
    transform: translateX(-50%) rotate(-2.7deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .video-loader,
  .menu-panel,
  .menu-button,
  .menu-button::before,
  .menu-lines span,
  .menu-close,
  .menu-navigation > *,
  .header-socials,
  .social-icon-link,
  .menu-social-link,
  .kibble-piece,
  .tokenomics-stats div,
  .roadmap-checkpoint,
  .roadmap-checkpoint-content,
  .checkpoint-action,
  .scroll-cue,
  .toast {
    transition-duration: 0.01ms;
  }

  .scroll-cue {
    animation: none;
    transform: translateX(-50%);
  }

  .meet-gallery {
    scroll-behavior: auto;
  }

  .roadmap-checkpoint.is-visible {
    animation: none;
  }
}

/* CHONK Chronicle */
.tokenomics-section,
.roadmap-section {
  display: none;
}

.magazine-section {
  position: relative;
  padding: clamp(110px, 10vw, 170px) 0 clamp(120px, 11vw, 190px);
  color: var(--ink);
  background: #fff;
  scroll-margin-top: 72px;
}

.magazine-intro {
  margin-bottom: clamp(48px, 6vw, 86px);
}

.magazine-intro > p:first-child {
  width: fit-content;
  margin: 0 0 20px;
  padding: 9px 13px 8px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
}

.magazine-intro h2 {
  max-width: 1300px;
  margin: 0;
  font-family: "Bowlby One SC", var(--display-font);
  font-size: clamp(4.4rem, 8.1vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.84;
}

.magazine-intro h2 span {
  color: var(--blue);
}

.magazine-intro-row {
  max-width: 1120px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  margin-top: clamp(26px, 3vw, 42px);
}

.magazine-intro-row p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.5;
}

.magazine-intro-row > span {
  padding-left: 20px;
  border-left: 4px solid var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.55;
}

.magazine-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 24px;
}

.magazine-controls p {
  min-width: 196px;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

.magazine-controls strong {
  color: var(--blue);
}

.magazine-arrow {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 3px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  box-shadow: 3px 4px 0 var(--ink);
  font-size: 1.55rem;
  font-weight: 900;
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.magazine-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.magazine-arrow:focus-visible,
.magazine-footer-line button:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: 4px;
}

.magazine-stage {
  position: relative;
  perspective: 1800px;
}

.magazine-spread {
  position: relative;
  min-height: 980px;
  overflow: hidden;
  padding: clamp(22px, 2.9vw, 48px);
  border: 3px solid var(--ink);
  color: #11100d;
  background:
    linear-gradient(90deg, transparent 49.75%, rgba(17, 16, 13, 0.12) 50%, transparent 50.3%),
    radial-gradient(circle at 18% 22%, rgba(7, 130, 255, 0.055), transparent 18%),
    radial-gradient(circle at 77% 76%, rgba(255, 85, 77, 0.045), transparent 20%),
    #fff9e9;
  box-shadow: 14px 16px 0 var(--ink);
  transform: rotate(-0.35deg);
  transform-origin: 50% 100%;
}

.magazine-spread::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 58px;
  height: 58px;
  border-bottom: 3px solid var(--ink);
  border-left: 3px solid var(--ink);
  background: linear-gradient(225deg, #fff 49%, #ded5bd 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.magazine-spread[hidden] {
  display: none;
}

.magazine-spread.is-active {
  animation: magazinePageIn 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.magazine-masthead {
  position: relative;
  padding-bottom: 18px;
  border-bottom: 6px solid currentColor;
  text-align: center;
}

.magazine-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 4px 10px;
  border-bottom: 2px solid currentColor;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.105em;
}

.magazine-masthead > p {
  margin: 16px 0 -2px;
  font-family: "Bangers", var(--display-font);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  letter-spacing: 0.14em;
  line-height: 1;
}

.magazine-masthead h3 {
  margin: 0;
  font-family: "Bowlby One SC", var(--display-font);
  font-size: clamp(7rem, 15vw, 15rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.72;
}

.magazine-ribbon {
  position: absolute;
  right: 2%;
  bottom: 12px;
  max-width: 42%;
  padding: 8px 13px 7px;
  border: 2px solid var(--ink);
  color: #fff;
  background: var(--blue);
  box-shadow: 3px 4px 0 var(--ink);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  transform: rotate(-1.5deg);
}

.magazine-kicker {
  margin: 0 0 11px;
  color: var(--blue);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.magazine-token-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.72fr);
  gap: clamp(28px, 4vw, 66px);
  padding-top: clamp(30px, 3.5vw, 54px);
}

.magazine-lead-story h4,
.magazine-token-report h4,
.magazine-roadmap-headline h4 {
  margin: 0;
  font-family: "Bowlby One SC", var(--display-font);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.magazine-lead-story h4 {
  font-size: clamp(3.25rem, 6.3vw, 7.1rem);
}

.magazine-lead-story h4 span,
.magazine-roadmap-headline h4 span {
  color: var(--blue);
}

.magazine-deck {
  max-width: 820px;
  margin: 20px 0 0;
  padding-bottom: 18px;
  border-bottom: 2px solid currentColor;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 800;
  line-height: 1.42;
}

.magazine-bowl-figure {
  position: relative;
  min-height: 450px;
  display: grid;
  place-items: end center;
  margin: 6px 0 0;
  overflow: hidden;
}

.magazine-bowl-figure::before {
  content: "50% LIQUIDITY";
  position: absolute;
  top: 26px;
  left: 1%;
  z-index: 2;
  padding: 11px 13px 9px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: 4px 5px 0 var(--ink);
  font-family: "Bangers", var(--display-font);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  transform: rotate(-9deg);
}

.magazine-bowl-figure img {
  width: min(100%, 590px);
  height: auto;
  display: block;
  margin-bottom: -42px;
  filter: saturate(1.08) contrast(1.02);
  user-select: none;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.magazine-bowl-figure figcaption,
.magazine-growth-figure figcaption {
  position: absolute;
  right: 0;
  bottom: 8px;
  max-width: 245px;
  padding: 8px 10px;
  color: #fff;
  background: var(--ink);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.35;
}

.magazine-token-report {
  position: relative;
  padding-left: clamp(24px, 3vw, 48px);
  border-left: 3px solid currentColor;
}

.magazine-token-report h4 {
  font-size: clamp(2.8rem, 4.6vw, 5.1rem);
}

.magazine-stamp {
  position: absolute;
  top: 4px;
  right: 0;
  padding: 12px 10px 9px;
  border: 4px double #d8302a;
  border-radius: 50%;
  color: #d8302a;
  font-family: "Bangers", var(--display-font);
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 0.9;
  text-align: center;
  transform: rotate(10deg);
}

.magazine-allocation-list {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  border-top: 3px solid currentColor;
  list-style: none;
}

.magazine-allocation-list li {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 64px;
  border-bottom: 2px solid currentColor;
}

.magazine-allocation-list strong {
  font-family: "Bowlby One SC", var(--display-font);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.magazine-allocation-list span {
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.magazine-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 24px 0 0;
}

.magazine-facts div {
  min-height: 88px;
  padding: 12px;
  border: 2px solid currentColor;
  background: #fff;
}

.magazine-facts dt,
.magazine-facts dd {
  margin: 0;
}

.magazine-facts dt {
  font-size: 0.53rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.magazine-facts dd {
  margin-top: 10px;
  font-family: "Bangers", var(--display-font);
  font-size: 1.55rem;
  letter-spacing: 0.03em;
  line-height: 1;
}

.magazine-small-print {
  margin: 16px 0 0;
  font-size: 0.64rem;
  font-weight: 750;
  line-height: 1.45;
}

.magazine-footer-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding-top: 14px;
  border-top: 4px solid currentColor;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.magazine-footer-line > span:last-child {
  text-align: right;
}

.magazine-footer-line button {
  padding: 10px 14px 9px;
  border: 2px solid var(--ink);
  color: #fff;
  background: var(--ink);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.magazine-roadmap-headline {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 40px;
  padding: clamp(30px, 3.5vw, 52px) 0 28px;
  border-bottom: 3px solid currentColor;
}

.magazine-roadmap-headline h4 {
  font-size: clamp(3.4rem, 7vw, 8rem);
}

.magazine-roadmap-headline > p {
  margin: 0;
  padding-left: 22px;
  border-left: 7px solid var(--blue);
  font-size: clamp(0.95rem, 1.25vw, 1.2rem);
  font-weight: 850;
  line-height: 1.45;
}

.magazine-growth-figure {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  margin: 20px 0 24px;
  overflow: hidden;
  border: 3px solid currentColor;
  background: #dcecff;
}

.magazine-growth-figure img {
  width: 100%;
  min-width: 920px;
  height: auto;
  display: block;
  user-select: none;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.magazine-phase-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 5px solid currentColor;
  border-bottom: 3px solid currentColor;
}

.magazine-phase-grid article {
  min-height: 220px;
  padding: 18px 15px 20px;
  border-right: 2px solid currentColor;
}

.magazine-phase-grid article:last-child {
  border-right: 0;
  color: #fff;
  background: var(--blue);
}

.magazine-phase-grid span {
  display: block;
  min-height: 27px;
  color: var(--blue);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.magazine-phase-grid article:last-child span {
  color: #fff;
}

.magazine-phase-grid h5 {
  margin: 14px 0 11px;
  font-family: "Bowlby One SC", var(--display-font);
  font-size: clamp(1.2rem, 1.65vw, 1.8rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.magazine-phase-grid p {
  margin: 0;
  font-size: clamp(0.72rem, 0.78vw, 0.82rem);
  font-weight: 700;
  line-height: 1.5;
}

@media (hover: hover) and (pointer: fine) {
  .magazine-arrow:not(:disabled):hover {
    color: #fff;
    background: var(--blue);
    box-shadow: 5px 6px 0 var(--ink);
    transform: translateY(-3px) rotate(-4deg);
  }

  .magazine-arrow-next:not(:disabled):hover {
    transform: translateY(-3px) rotate(4deg);
  }

  .magazine-bowl-figure:hover img,
  .magazine-growth-figure:hover img {
    transform: scale(1.025);
  }

  .magazine-footer-line button:hover {
    color: var(--ink);
    background: var(--blue);
    transform: translateY(-2px) rotate(-1deg);
  }
}

@media (max-width: 1050px) {
  .magazine-spread {
    min-height: 0;
  }

  .magazine-token-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.85fr);
  }

  .magazine-phase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .magazine-phase-grid article:nth-child(3) {
    border-right: 0;
  }

  .magazine-phase-grid article:nth-child(-n + 3) {
    border-bottom: 2px solid currentColor;
  }

  .magazine-phase-grid article:nth-child(4) {
    grid-column: 1 / 2;
  }

  .magazine-phase-grid article:nth-child(5) {
    grid-column: 2 / 4;
  }
}

@media (max-width: 700px) {
  .magazine-section {
    padding: 92px 0 104px;
  }

  .magazine-intro > p:first-child {
    font-size: 0.54rem;
  }

  .magazine-intro h2 {
    font-size: clamp(3.4rem, 17vw, 5.15rem);
    line-height: 0.86;
  }

  .magazine-intro h2 span {
    display: block;
  }

  .magazine-intro-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .magazine-intro-row > span {
    width: fit-content;
  }

  .magazine-controls {
    justify-content: center;
    gap: 10px;
  }

  .magazine-controls p {
    min-width: 155px;
    font-size: 0.58rem;
  }

  .magazine-arrow {
    width: 44px;
    height: 44px;
    border-width: 2px;
    font-size: 1.25rem;
  }

  .magazine-spread {
    padding: 18px 16px 20px;
    border-width: 2px;
    background:
      radial-gradient(circle at 18% 22%, rgba(7, 130, 255, 0.055), transparent 18%),
      #fff9e9;
    box-shadow: 8px 9px 0 var(--ink);
    transform: none;
  }

  .magazine-spread::after {
    width: 38px;
    height: 38px;
  }

  .magazine-meta {
    justify-content: center;
    padding-right: 30px;
    font-size: 0.46rem;
  }

  .magazine-meta span:nth-child(2),
  .magazine-meta span:nth-child(3) {
    display: none;
  }

  .magazine-masthead > p {
    margin-top: 14px;
    font-size: 1.45rem;
  }

  .magazine-masthead h3 {
    font-size: clamp(5rem, 26vw, 7.2rem);
  }

  .magazine-ribbon {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    width: fit-content;
    margin: 16px auto -3px;
    font-size: 0.45rem;
  }

  .magazine-token-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .magazine-lead-story h4 {
    font-size: clamp(3rem, 14.5vw, 4.4rem);
  }

  .magazine-deck {
    font-size: 0.94rem;
  }

  .magazine-bowl-figure {
    min-height: 350px;
  }

  .magazine-bowl-figure img {
    width: min(112%, 470px);
    margin-bottom: -18px;
  }

  .magazine-bowl-figure::before {
    font-size: 0.9rem;
  }

  .magazine-token-report {
    padding: 32px 0 0;
    border-top: 4px solid currentColor;
    border-left: 0;
  }

  .magazine-token-report h4 {
    font-size: 3.5rem;
  }

  .magazine-stamp {
    top: 28px;
  }

  .magazine-footer-line {
    grid-template-columns: 1fr auto;
    row-gap: 12px;
  }

  .magazine-footer-line button {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
  }

  .magazine-roadmap-headline {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .magazine-roadmap-headline h4 {
    font-size: clamp(3.2rem, 15vw, 4.75rem);
  }

  .magazine-roadmap-headline > p {
    padding-left: 16px;
  }

  .magazine-growth-figure {
    min-height: 230px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .magazine-growth-figure img {
    width: auto;
    min-width: 0;
    max-width: none;
    height: 230px;
  }

  .magazine-phase-grid {
    grid-template-columns: 1fr;
  }

  .magazine-phase-grid article,
  .magazine-phase-grid article:nth-child(4),
  .magazine-phase-grid article:nth-child(5) {
    grid-column: auto;
    min-height: 0;
    border-right: 0;
    border-bottom: 2px solid currentColor;
  }

  .magazine-phase-grid article:last-child {
    border-bottom: 0;
  }

  .magazine-phase-grid h5 {
    font-size: 1.65rem;
  }

  .magazine-phase-grid p {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .magazine-arrow,
  .magazine-footer-line button,
  .magazine-bowl-figure img,
  .magazine-growth-figure img {
    transition-duration: 0.01ms;
  }

  .magazine-spread.is-active {
    animation: none;
  }
}

@keyframes magazinePageIn {
  from {
    opacity: 0;
    transform: rotateY(9deg) translateX(38px) rotate(-0.35deg);
  }

  to {
    opacity: 1;
    transform: rotateY(0) translateX(0) rotate(-0.35deg);
  }
}

/* Moving CHONK film roll */
.chonk-film-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(70px, 8vw, 118px) 0 clamp(86px, 9vw, 132px);
  background: #fff;
}

.chonk-film-strip {
  position: relative;
  left: 50%;
  width: 106vw;
  min-width: 1180px;
  overflow: hidden;
  padding: 42px 0;
  border-top: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
  background: #060711;
  box-shadow: 0 12px 0 rgba(5, 9, 15, 0.12);
  transform: translateX(-50%) rotate(2deg);
}

.chonk-film-strip::before,
.chonk-film-strip::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  height: 13px;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 18px,
    #fff 18px 48px,
    transparent 48px 66px
  );
  pointer-events: none;
}

.chonk-film-strip::before {
  top: 12px;
}

.chonk-film-strip::after {
  bottom: 12px;
}

.chonk-film-track {
  width: max-content;
  display: flex;
  animation: chonkFilmMove 52s linear infinite;
  will-change: transform;
}

.chonk-film-sequence {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-right: 22px;
}

.chonk-film-frame {
  position: relative;
  flex: 0 0 auto;
  height: clamp(230px, 19vw, 310px);
  margin: 0;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.chonk-film-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 36%);
  pointer-events: none;
}

.chonk-film-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  user-select: none;
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.chonk-film-wide {
  width: clamp(350px, 31vw, 500px);
}

.chonk-film-square {
  width: clamp(230px, 19vw, 310px);
}

.chonk-film-portrait {
  width: clamp(205px, 16vw, 260px);
}

.chonk-film-ultrawide {
  width: clamp(430px, 39vw, 620px);
}

.chonk-film-ultrawide img {
  object-position: center;
}

/* A smaller printed object, not a full-width poster. */
.magazine-section .content-shell {
  width: min(calc(100% - 48px), 1180px);
}

.magazine-intro {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.magazine-intro h2 {
  font-size: clamp(3.9rem, 6.7vw, 7.4rem);
}

.magazine-spread {
  min-height: 790px;
  padding: clamp(20px, 2.4vw, 36px);
  box-shadow: 10px 12px 0 var(--ink);
}

.magazine-masthead h3 {
  font-size: clamp(6rem, 12vw, 10.5rem);
}

.magazine-token-grid {
  grid-template-columns: minmax(0, 1.32fr) minmax(300px, 0.68fr);
  gap: clamp(26px, 3.5vw, 48px);
  padding-top: clamp(26px, 3vw, 42px);
}

.magazine-lead-story h4 {
  font-size: clamp(2.9rem, 5.2vw, 5.5rem);
}

.magazine-token-report h4 {
  font-size: clamp(2.55rem, 4vw, 4.15rem);
}

.magazine-bowl-figure {
  min-height: 370px;
}

.magazine-bowl-figure img {
  width: min(100%, 490px);
}

.magazine-roadmap-headline h4 {
  font-size: clamp(3.1rem, 5.8vw, 6.35rem);
}

.magazine-growth-figure {
  min-height: 270px;
}

.magazine-phase-grid article {
  min-height: 185px;
  padding: 15px 12px 17px;
}

@media (hover: hover) and (pointer: fine) {
  .chonk-film-strip:hover .chonk-film-track {
    animation-play-state: paused;
  }

  .chonk-film-frame:hover img {
    transform: scale(1.055);
  }
}

@media (max-width: 700px) {
  .chonk-film-section {
    padding: 52px 0 72px;
  }

  .chonk-film-strip {
    width: 112vw;
    min-width: 760px;
    padding: 34px 0;
    transform: translateX(-50%) rotate(2.7deg);
  }

  .chonk-film-strip::before {
    top: 9px;
  }

  .chonk-film-strip::after {
    bottom: 9px;
  }

  .chonk-film-frame {
    height: 188px;
    border-width: 5px;
    border-radius: 15px;
  }

  .chonk-film-wide {
    width: 290px;
  }

  .chonk-film-square {
    width: 188px;
  }

  .chonk-film-portrait {
    width: 158px;
  }

  .chonk-film-ultrawide {
    width: 350px;
  }

  .magazine-section .content-shell {
    width: calc(100% - 36px);
  }

  .magazine-intro h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .magazine-spread {
    min-height: 0;
    padding: 17px 14px 19px;
    box-shadow: 7px 8px 0 var(--ink);
  }

  .magazine-masthead h3 {
    font-size: clamp(4.5rem, 22vw, 6.2rem);
  }

  .magazine-token-grid {
    grid-template-columns: 1fr;
  }

  .magazine-bowl-figure {
    min-height: 315px;
  }

  .magazine-growth-figure {
    min-height: 210px;
  }

  .magazine-growth-figure img {
    height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chonk-film-track {
    animation-play-state: paused;
  }
}

@keyframes chonkFilmMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Active light and extra-small Chronicle overrides. */
.chonk-film-section {
  padding: clamp(58px, 6vw, 88px) 0 clamp(52px, 6vw, 86px);
  background: #fff;
}

.chonk-film-strip {
  border-color: var(--ink);
  box-shadow: 0 14px 0 rgba(5, 9, 15, 0.08);
}

.magazine-section {
  padding: clamp(64px, 6.5vw, 96px) 0 clamp(105px, 9vw, 150px);
  color: var(--ink);
  background: #fff;
}

.magazine-section .content-shell {
  width: min(calc(100% - 48px), 820px);
}

.magazine-intro {
  max-width: 780px;
  margin-bottom: clamp(34px, 4vw, 54px);
}

.magazine-intro > p:first-child {
  border-color: var(--ink);
}

.magazine-intro h2 {
  font-size: clamp(3rem, 4.8vw, 5rem);
}

.magazine-intro-row p {
  font-size: clamp(0.98rem, 1.2vw, 1.16rem);
}

.magazine-controls {
  margin-bottom: 18px;
  color: var(--ink);
}

.magazine-arrow {
  width: 47px;
  height: 47px;
  border-color: var(--ink);
  color: var(--ink);
  background: #fff;
  box-shadow: 3px 4px 0 var(--ink);
}

.magazine-spread {
  min-height: 610px;
  padding: clamp(16px, 1.8vw, 24px);
  box-shadow: 7px 9px 0 var(--ink), 0 22px 46px rgba(5, 9, 15, 0.16);
}

.magazine-masthead {
  padding-bottom: 14px;
  border-bottom-width: 5px;
}

.magazine-masthead h3 {
  font-size: clamp(4.7rem, 8.5vw, 7.2rem);
}

.magazine-masthead > p {
  font-size: clamp(1.25rem, 2vw, 1.9rem);
}

.magazine-token-grid {
  grid-template-columns: minmax(0, 1.28fr) minmax(225px, 0.72fr);
  gap: clamp(18px, 2.4vw, 28px);
  padding-top: clamp(19px, 2vw, 27px);
}

.magazine-lead-story h4 {
  font-size: clamp(2.15rem, 3.9vw, 3.8rem);
}

.magazine-deck {
  margin-top: 14px;
  padding-bottom: 13px;
  font-size: clamp(0.84rem, 1vw, 1rem);
}

.magazine-token-report {
  padding-left: clamp(16px, 2vw, 24px);
}

.magazine-token-report h4 {
  font-size: clamp(1.9rem, 3vw, 2.85rem);
}

.magazine-stamp {
  padding: 9px 8px 7px;
  font-size: 0.78rem;
}

.magazine-bowl-figure {
  min-height: 255px;
}

.magazine-bowl-figure img {
  width: min(100%, 345px);
  margin-bottom: -25px;
}

.magazine-allocation-list li {
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 44px;
}

.magazine-allocation-list strong {
  font-size: 1.24rem;
}

.magazine-allocation-list span {
  font-size: 0.58rem;
}

.magazine-facts div {
  min-height: 65px;
  padding: 8px;
}

.magazine-roadmap-headline {
  grid-template-columns: minmax(0, 1.4fr) minmax(210px, 0.6fr);
  gap: 22px;
  padding: 22px 0 17px;
}

.magazine-roadmap-headline h4 {
  font-size: clamp(2.35rem, 4.3vw, 4.35rem);
}

.magazine-roadmap-headline > p {
  padding-left: 15px;
  border-left-width: 5px;
  font-size: clamp(0.78rem, 0.95vw, 0.92rem);
}

.magazine-growth-figure {
  min-height: 185px;
  margin: 16px 0 19px;
}

.magazine-phase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.magazine-phase-grid article {
  min-height: 136px;
  padding: 11px 9px 13px;
}

.magazine-phase-grid article:nth-child(3) {
  border-right: 0;
}

.magazine-phase-grid article:nth-child(-n + 3) {
  border-bottom: 2px solid currentColor;
}

.magazine-phase-grid article:nth-child(4) {
  grid-column: 1 / 2;
}

.magazine-phase-grid article:nth-child(5) {
  grid-column: 2 / 4;
}

.magazine-phase-grid h5 {
  margin-top: 10px;
  font-size: clamp(0.96rem, 1.25vw, 1.22rem);
}

.magazine-phase-grid p {
  font-size: clamp(0.62rem, 0.68vw, 0.7rem);
}

@media (hover: hover) and (pointer: fine) {
  .magazine-arrow:not(:disabled):hover {
    border-color: var(--ink);
    color: #fff;
    background: var(--blue);
    box-shadow: 5px 6px 0 var(--ink);
  }
}

@media (max-width: 700px) {
  .chonk-film-section {
    padding: 42px 0 58px;
  }

  .magazine-section {
    padding: 48px 0 94px;
  }

  .magazine-section .content-shell {
    width: calc(100% - 52px);
  }

  .magazine-intro h2 {
    font-size: clamp(2.45rem, 11.5vw, 3.5rem);
  }

  .magazine-arrow {
    width: 42px;
    height: 42px;
  }

  .magazine-spread {
    min-height: 0;
    padding: 14px 11px 16px;
    box-shadow: 5px 6px 0 var(--ink), 0 16px 34px rgba(5, 9, 15, 0.15);
  }

  .magazine-masthead h3 {
    font-size: clamp(3.65rem, 17vw, 4.85rem);
  }

  .magazine-token-grid,
  .magazine-roadmap-headline,
  .magazine-phase-grid {
    grid-template-columns: 1fr;
  }

  .magazine-bowl-figure {
    min-height: 250px;
  }

  .magazine-growth-figure {
    min-height: 170px;
  }

  .magazine-growth-figure img {
    height: 170px;
  }

  .magazine-phase-grid article,
  .magazine-phase-grid article:nth-child(4),
  .magazine-phase-grid article:nth-child(5) {
    grid-column: auto;
  }
}

/* Final static ordering and unstoppable film behavior. */
.magazine-stage {
  perspective: none;
}

.magazine-roadmap {
  display: block;
  transform: rotate(0.35deg);
}

.chonk-film-strip--reverse {
  transform: translateX(-50%) rotate(-2deg);
}

.chonk-film-strip--reverse .chonk-film-track {
  animation-direction: reverse;
}

@media (hover: hover) and (pointer: fine) {
  .chonk-film-strip:hover .chonk-film-track {
    animation-play-state: running;
  }

  .chonk-film-frame:hover img {
    transform: none;
  }
}

@media (max-width: 700px) {
  .chonk-film-strip--reverse {
    transform: translateX(-50%) rotate(-2.7deg);
  }
}

/* Full-bleed ears that merge into the exact same blue background. */
.chonk-quote-section {
  margin-top: 56vw;
  background: var(--blue);
}

.chonk-quote-head {
  top: -56vw;
  width: 136vw;
  max-width: none;
}

.chonk-quote-copy {
  margin-top: clamp(120px, 11vw, 220px);
}

.chonk-quote-copy h2 span {
  color: var(--blue);
}

@media (max-width: 700px) {
  .chonk-quote-section {
    margin-top: 58vw;
  }

  .chonk-quote-head {
    top: -58vw;
    width: 140vw;
  }

  .chonk-quote-copy {
    margin-top: 86px;
  }
}

/* Cleaner Chronicle intro and quote positioned directly beneath the ears. */
.magazine-intro-row {
  grid-template-columns: minmax(0, 1fr);
}

.chonk-quote-section {
  place-items: start center;
}

.chonk-quote-copy {
  margin: clamp(28px, 4vw, 70px) auto 0;
}

.chonk-quote-copy h2 {
  font-size: clamp(3.5rem, 7vw, 8rem);
}

.chonk-quote-copy strong {
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 700px) {
  .chonk-quote-copy {
    margin-top: 34px;
  }

  .chonk-quote-copy h2 {
    font-size: clamp(2.85rem, 13.5vw, 4.4rem);
  }
}

/* High-resolution silhouette and the final Join CHONK Army footer. */
.chonk-quote-section {
  z-index: 1;
  isolation: auto;
}

.chonk-quote-head {
  z-index: 0;
  aspect-ratio: 1;
  background: var(--blue);
  -webkit-mask: url("assets/chonk-head-mask.png") center / contain no-repeat;
  mask: url("assets/chonk-head-mask.png") center / contain no-repeat;
  mix-blend-mode: normal;
  filter: none;
  backface-visibility: hidden;
}

.chonk-quote-copy {
  position: relative;
  z-index: 1;
}

.join-army-section {
  position: relative;
  z-index: 2;
  min-height: max(620px, 84svh);
  margin-top: -90px;
  overflow: hidden;
  color: var(--ink);
  background: var(--blue);
}

.join-army-inner {
  width: min(calc(100% - 64px), 1600px);
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(480px, 1.1fr);
  align-items: end;
  gap: clamp(20px, 4vw, 74px);
  margin: 0 auto;
}

.join-army-copy {
  align-self: center;
  padding: clamp(38px, 4vw, 66px) 0 clamp(92px, 9vw, 150px);
}

.join-army-copy h2 {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  font-family: "Bangers", var(--display-font);
  font-size: clamp(5rem, 7vw, 8rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.72;
}

.join-army-copy h2 .join-army-word {
  display: block;
  padding: 0;
  background: transparent;
}

.join-army-word--join {
  margin: 0 0 0.18em 0.2em;
  color: #fff;
  font-size: 0.52em;
  letter-spacing: 0.16em;
  -webkit-text-stroke: 2px var(--ink);
  paint-order: stroke fill;
  text-shadow: 4px 5px 0 var(--red);
  transform: rotate(-5deg);
}

.join-army-word--chonk {
  color: var(--ink);
  text-shadow: 5px 6px 0 #fff;
  transform: rotate(1.2deg);
}

.join-army-word--army {
  align-self: flex-end;
  margin-top: 0.18em;
  color: #fff;
  font-size: 0.92em;
  -webkit-text-stroke: 3px var(--ink);
  paint-order: stroke fill;
  text-shadow: 6px 7px 0 var(--red);
  transform: rotate(-2.5deg);
}

.join-army-copy > p {
  max-width: 610px;
  margin: clamp(28px, 3vw, 42px) 0 0;
  font-size: clamp(1rem, 1.25vw, 1.24rem);
  font-weight: 800;
  line-height: 1.48;
}

.join-army-socials {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(26px, 3vw, 40px);
}

.join-army-social {
  width: clamp(74px, 5.6vw, 94px);
  height: clamp(74px, 5.6vw, 94px);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 5px solid var(--ink);
  border-radius: 17px;
  color: var(--ink);
  background: #ffb9cf;
  box-shadow: 8px 9px 0 var(--ink);
  cursor: pointer;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.join-army-social img {
  width: 43%;
  height: 43%;
  display: block;
  object-fit: contain;
}

.join-army-social:first-child {
  background: #fff;
}

.join-army-social:first-child img {
  filter: none;
}

.join-army-social:nth-child(2) {
  background: #fff;
}

.join-army-social:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 5px;
}

.join-army-figure {
  min-width: 0;
  align-self: end;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.join-army-figure img {
  width: min(48vw, 790px);
  height: auto;
  max-height: 86svh;
  display: block;
  margin-bottom: -3px;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(clamp(26px, 4vw, 74px));
  user-select: none;
}

@media (hover: hover) and (pointer: fine) {
  .join-army-social:hover {
    background: var(--ink);
    box-shadow: 11px 12px 0 var(--ink);
    transform: translateY(-7px) rotate(-4deg);
  }

  .join-army-social:nth-child(2):hover {
    background: var(--ink);
    transform: translateY(-7px) rotate(4deg);
  }

  .join-army-social:first-child:hover img {
    filter: invert(1);
  }

  .join-army-social:nth-child(2):hover img {
    filter: invert(1);
  }
}

@media (max-width: 900px) {
  .join-army-inner {
    grid-template-columns: minmax(300px, 0.85fr) minmax(360px, 1.15fr);
  }

  .join-army-copy h2 {
    font-size: clamp(4.6rem, 8.6vw, 6.3rem);
  }
}

@media (max-width: 700px) {
  .join-army-section {
    min-height: 0;
    margin-top: -36px;
  }

  .join-army-inner {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .join-army-copy {
    padding: 58px 0 8px;
    text-align: center;
  }

  .join-army-copy h2 {
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(4.5rem, 19vw, 6.2rem);
  }

  .join-army-copy > p {
    margin-right: auto;
    margin-left: auto;
    font-size: 0.98rem;
  }

  .join-army-socials {
    justify-content: center;
  }

  .join-army-social {
    width: 72px;
    height: 72px;
    border-width: 4px;
    border-radius: 14px;
    box-shadow: 6px 7px 0 var(--ink);
  }

  .join-army-figure {
    justify-content: center;
  }

  .join-army-figure img {
    width: min(104vw, 600px);
    max-width: none;
    max-height: none;
    transform: translateX(4vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .join-army-social {
    transition-duration: 0.01ms;
  }
}

/* CHONK OS roadmap and a fixed-size full-resolution ear mask. */
.chonk-quote-head {
  height: 136vw;
}

.chonk-os-roadmap {
  position: relative;
  width: min(calc(100vw - 48px), 1480px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 7vw, 120px);
  margin: clamp(110px, 11vw, 180px) 0 0 50%;
  padding: clamp(48px, 6vw, 92px);
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 52px;
  color: var(--ink);
  background:
    radial-gradient(circle at 9px 9px, rgba(7, 130, 255, 0.14) 0 3px, transparent 3.4px) 0 0 / 31px 31px,
    var(--cream);
  box-shadow: 14px 17px 0 var(--ink);
  transform: translateX(-50%);
  isolation: isolate;
}

.chonk-os-roadmap::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -23%;
  z-index: -1;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blue);
}

.chonk-os-copy {
  position: relative;
  z-index: 2;
}

.chonk-os-eyebrow {
  width: fit-content;
  margin: 0 0 24px;
  padding: 9px 13px 8px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  box-shadow: 4px 5px 0 var(--ink);
  font-size: clamp(0.62rem, 0.8vw, 0.78rem);
  font-weight: 1000;
  letter-spacing: 0.13em;
}

.chonk-os-copy h3 {
  margin: 0;
  font-family: "Bangers", var(--display-font);
  font-size: clamp(5rem, 8.3vw, 10rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.76;
  text-wrap: balance;
}

.chonk-os-copy h3 span {
  display: inline-block;
  margin-top: 0.14em;
  color: var(--blue);
  -webkit-text-stroke: 3px var(--ink);
  paint-order: stroke fill;
  text-shadow: 7px 8px 0 var(--red);
  transform: rotate(-1.4deg);
}

.chonk-os-deck {
  max-width: 650px;
  margin: clamp(28px, 3vw, 42px) 0 0;
  font-size: clamp(1rem, 1.25vw, 1.24rem);
  font-weight: 850;
  line-height: 1.48;
}

.chonk-os-notifications {
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 4vw, 58px);
}

.chonk-os-notifications button {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 17px 18px 15px;
  border: 3px solid var(--ink);
  border-radius: 20px;
  background: #fff;
  box-shadow: 7px 8px 0 var(--ink);
  text-align: left;
  cursor: pointer;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.chonk-os-notifications button:nth-child(2) {
  background: var(--green);
  transform: rotate(1.3deg);
}

.chonk-os-notifications span {
  color: var(--blue);
  font-size: 0.62rem;
  font-weight: 1000;
  letter-spacing: 0.14em;
}

.chonk-os-notifications strong {
  margin-top: 9px;
  font-family: var(--display-font);
  font-size: clamp(1.05rem, 1.4vw, 1.4rem);
  font-weight: 400;
  line-height: 1;
}

.chonk-os-notifications small {
  margin-top: auto;
  padding-top: 13px;
  font-size: 0.68rem;
  font-weight: 900;
}

.chonk-os-device-stage {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 64px 0 6px;
}

.chonk-os-device {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 9 / 16.4;
  padding: 13px;
  border: 5px solid var(--ink);
  border-radius: 62px;
  background: var(--ink);
  box-shadow: 20px 24px 0 rgba(5, 9, 15, 0.24);
  transform: rotate(2.1deg);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  isolation: isolate;
}

.chonk-os-ear {
  position: absolute;
  top: -47px;
  z-index: -1;
  width: 92px;
  height: 88px;
  border: 5px solid var(--ink);
  border-radius: 76% 15% 30% 18%;
  background: var(--blue);
}

.chonk-os-ear::after {
  content: "";
  position: absolute;
  inset: 26px 18px 12px 25px;
  border: 3px solid var(--ink);
  border-radius: inherit;
  background: #ff8090;
}

.chonk-os-ear--left {
  left: 46px;
  transform: rotate(44deg);
}

.chonk-os-ear--right {
  right: 46px;
  transform: scaleX(-1) rotate(44deg);
}

.chonk-os-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 47px;
  background: var(--blue);
}

.chonk-os-statusbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #fff;
  background: rgba(5, 9, 15, 0.93);
  font-size: 0.65rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
}

.chonk-os-home,
.chonk-os-app-view {
  position: absolute;
  inset: 0;
}

.chonk-os-home[hidden],
.chonk-os-app-view[hidden],
.chonk-os-post[hidden] {
  display: none;
}

.chonk-os-home {
  padding: 72px 22px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.72)),
    var(--blue);
}

.chonk-os-wallpaper {
  position: absolute;
  inset: 43px 0 0;
  overflow: hidden;
  pointer-events: none;
}

.chonk-os-wallpaper p {
  position: absolute;
  right: 16px;
  bottom: 22px;
  left: 16px;
  z-index: 1;
  margin: 0;
  color: rgba(5, 9, 15, 0.12);
  font-family: "Bowlby One SC", var(--display-font);
  font-size: 3.4rem;
  line-height: 0.82;
  text-align: center;
}

.chonk-os-wallpaper img {
  position: absolute;
  right: -24%;
  bottom: -4%;
  width: 108%;
  max-width: none;
  opacity: 0.32;
  user-select: none;
}

.chonk-os-app-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 13px;
}

.chonk-os-icon {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.chonk-os-icon-art {
  width: clamp(66px, 6vw, 82px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 4px solid var(--ink);
  border-radius: 23px;
  box-shadow: 5px 6px 0 var(--ink);
  font-family: "Bangers", var(--display-font);
  font-size: 2rem;
  line-height: 1;
  transition:
    transform 250ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease;
}

.chonk-os-icon strong {
  padding: 4px 7px 3px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  box-shadow: 2px 3px 0 var(--ink);
  font-size: 0.58rem;
  font-weight: 1000;
  letter-spacing: 0.05em;
}

.chonk-os-icon--bowl .chonk-os-icon-art { background: var(--red); }
.chonk-os-icon--launch .chonk-os-icon-art { background: var(--green); }
.chonk-os-icon--feed .chonk-os-icon-art { background: #fff; }
.chonk-os-icon--maps .chonk-os-icon-art { color: #fff; background: var(--blue); }
.chonk-os-icon--store .chonk-os-icon-art { color: #fff; background: var(--ink); }

.chonk-os-dock {
  position: absolute;
  right: 22px;
  bottom: 24px;
  left: 22px;
  z-index: 2;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 4px 5px 0 var(--ink);
  font-size: 0.61rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
}

.chonk-os-dock i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

.chonk-os-app-view {
  z-index: 30;
  overflow-y: auto;
  padding-top: 43px;
  color: var(--ink);
  background: #fff;
  scrollbar-width: thin;
  animation: chonkOsAppIn 390ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.chonk-os-appbar {
  position: sticky;
  top: 0;
  z-index: 5;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-bottom: 3px solid var(--ink);
  background: var(--green);
}

.chonk-os-appbar button {
  padding: 7px 9px 6px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font-size: 0.62rem;
  font-weight: 1000;
  cursor: pointer;
}

.chonk-os-appbar button span {
  margin-right: 3px;
  font-size: 0.95rem;
}

.chonk-os-appbar > strong {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.chonk-os-profile {
  min-height: 67px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border-bottom: 2px solid var(--ink);
}

.chonk-os-profile > img {
  width: 42px;
  height: 42px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  object-fit: cover;
}

.chonk-os-profile p {
  display: grid;
  gap: 1px;
  margin: 0;
}

.chonk-os-profile p strong {
  font-size: 0.78rem;
}

.chonk-os-profile p span {
  font-size: 0.58rem;
  font-weight: 800;
}

.chonk-os-profile > b {
  padding: 5px 7px 4px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 0.52rem;
  letter-spacing: 0.08em;
}

.chonk-os-profile > b.is-live { color: #fff; background: var(--blue); }
.chonk-os-profile > b.is-cooking { background: var(--green); }
.chonk-os-profile > b.is-locked { background: #dedede; }

.chonk-os-post-media {
  position: relative;
  height: 258px;
  margin: 0;
  overflow: hidden;
  border-bottom: 3px solid var(--ink);
  background: var(--cream);
}

.chonk-os-post-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.chonk-os-post-media--blue {
  background: var(--blue);
}

.chonk-os-post-media--blue img,
.chonk-os-post-media--contain img {
  object-fit: contain;
}

.chonk-os-post-media > span {
  position: absolute;
  right: 11px;
  bottom: 11px;
  padding: 7px 9px 6px;
  border: 2px solid var(--ink);
  background: #fff;
  box-shadow: 3px 4px 0 var(--ink);
  font-family: var(--display-font);
  font-size: 0.78rem;
  transform: rotate(-2deg);
}

.chonk-os-post-copy {
  padding: 19px 18px 32px;
}

.chonk-os-phase {
  margin: 0;
  color: var(--blue);
  font-size: 0.62rem;
  font-weight: 1000;
  letter-spacing: 0.14em;
}

.chonk-os-post-copy h4 {
  margin: 8px 0 10px;
  font-family: "Bangers", var(--display-font);
  font-size: 2.15rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.94;
}

.chonk-os-post-copy > p:not(.chonk-os-phase) {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.43;
}

.chonk-os-post-copy ul {
  display: grid;
  gap: 7px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.chonk-os-post-copy li {
  position: relative;
  padding: 8px 9px 7px 31px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: var(--cream);
  font-size: 0.68rem;
  font-weight: 900;
}

.chonk-os-post-copy li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--green);
  transform: translateY(-50%);
}

.chonk-os-homebar {
  position: absolute;
  bottom: 7px;
  left: 50%;
  z-index: 50;
  width: 102px;
  height: 5px;
  border-radius: 999px;
  background: var(--ink);
  transform: translateX(-50%);
  pointer-events: none;
}

.chonk-os-hint {
  margin: 37px 0 0;
  font-size: 0.68rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-align: center;
}

.chonk-os-icon:focus-visible,
.chonk-os-notifications button:focus-visible,
.chonk-os-appbar button:focus-visible {
  outline: 4px solid var(--red);
  outline-offset: 5px;
}

@media (hover: hover) and (pointer: fine) {
  .chonk-os-device:hover {
    transform: rotate(0deg) translateY(-7px);
  }

  .chonk-os-icon:hover .chonk-os-icon-art {
    box-shadow: 8px 9px 0 var(--ink);
    transform: translateY(-6px) rotate(-5deg);
  }

  .chonk-os-icon:nth-child(even):hover .chonk-os-icon-art {
    transform: translateY(-6px) rotate(5deg);
  }

  .chonk-os-notifications button:hover,
  .chonk-os-notifications button.is-active {
    background: #fff;
    box-shadow: 10px 11px 0 var(--ink);
    transform: translateY(-5px) rotate(-1deg);
  }
}

@media (max-width: 1050px) {
  .chonk-os-roadmap {
    grid-template-columns: 1fr;
    width: min(calc(100vw - 36px), 850px);
    gap: 40px;
  }

  .chonk-os-copy {
    text-align: center;
  }

  .chonk-os-eyebrow,
  .chonk-os-deck,
  .chonk-os-notifications {
    margin-right: auto;
    margin-left: auto;
  }

  .chonk-os-copy h3 {
    font-size: clamp(5.3rem, 13vw, 8.7rem);
  }

  .chonk-os-device-stage {
    padding-top: 76px;
  }
}

@media (max-width: 700px) {
  .chonk-quote-head {
    height: 140vw;
  }

  .chonk-os-roadmap {
    width: calc(100vw - 22px);
    gap: 24px;
    margin-top: 88px;
    padding: 58px 14px 34px;
    border-width: 3px;
    border-radius: 30px;
    box-shadow: 7px 9px 0 var(--ink);
  }

  .chonk-os-eyebrow {
    margin-bottom: 21px;
    padding: 7px 10px 6px;
    border-width: 2px;
    box-shadow: 3px 4px 0 var(--ink);
    font-size: 0.54rem;
  }

  .chonk-os-copy h3 {
    font-size: clamp(4.05rem, 20vw, 6.1rem);
  }

  .chonk-os-copy h3 span {
    -webkit-text-stroke-width: 2px;
    text-shadow: 4px 5px 0 var(--red);
  }

  .chonk-os-deck {
    max-width: 35ch;
    margin-top: 26px;
    font-size: 0.91rem;
  }

  .chonk-os-notifications {
    max-width: 390px;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }

  .chonk-os-notifications button {
    min-height: 110px;
  }

  .chonk-os-device-stage {
    padding-top: 71px;
  }

  .chonk-os-device {
    width: min(89vw, 390px);
    border-width: 4px;
    border-radius: 51px;
    box-shadow: 10px 13px 0 rgba(5, 9, 15, 0.22);
    transform: none;
  }

  .chonk-os-screen {
    border-radius: 39px;
  }

  .chonk-os-ear {
    top: -38px;
    width: 76px;
    height: 74px;
  }

  .chonk-os-ear--left { left: 41px; }
  .chonk-os-ear--right { right: 41px; }

  .chonk-os-ear::after {
    inset: 22px 14px 10px 20px;
  }

  .chonk-os-home {
    padding-right: 16px;
    padding-left: 16px;
  }

  .chonk-os-app-grid {
    gap: 23px 9px;
  }

  .chonk-os-icon-art {
    width: clamp(61px, 18vw, 73px);
    border-width: 3px;
    border-radius: 20px;
    box-shadow: 4px 5px 0 var(--ink);
    font-size: 1.75rem;
  }

  .chonk-os-post-media {
    height: 235px;
  }

  .chonk-os-hint {
    max-width: 29ch;
    line-height: 1.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chonk-os-device,
  .chonk-os-icon-art,
  .chonk-os-notifications button {
    transition-duration: 0.01ms;
  }

  .chonk-os-app-view {
    animation: none;
  }
}

@keyframes chonkOsAppIn {
  from {
    opacity: 0;
    transform: scale(0.82) translateY(24px);
    transform-origin: 50% 78%;
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
    transform-origin: 50% 78%;
  }
}

/* Clean CHONK OS presentation and guaranteed same-color CSS ears. */
.chonk-os-roadmap {
  width: 100vw;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 0;
  margin-top: clamp(95px, 9vw, 150px);
  padding: clamp(70px, 8vw, 120px) 0 clamp(90px, 9vw, 140px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.chonk-os-roadmap::after {
  display: none;
}

.chonk-os-device-stage {
  width: 100%;
  padding: 72px 0 0;
}

.chonk-os-device {
  width: min(88vw, 480px);
  aspect-ratio: 9 / 16.1;
  padding: 12px;
  border-width: 5px;
  border-radius: 66px;
  box-shadow:
    15px 18px 0 var(--blue),
    29px 34px 0 rgba(5, 9, 15, 0.12);
  transform: rotate(1deg);
}

.chonk-os-device::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  z-index: 80;
  width: 112px;
  height: 27px;
  border-radius: 999px;
  background: var(--ink);
  transform: translateX(-50%);
  pointer-events: none;
}

.chonk-os-device::after {
  content: "";
  position: absolute;
  top: 164px;
  right: -13px;
  width: 10px;
  height: 78px;
  border: 4px solid var(--ink);
  border-left: 0;
  border-radius: 0 9px 9px 0;
  background: var(--red);
}

.chonk-os-screen {
  border-radius: 51px;
  background: #f7f3e9;
}

.chonk-os-statusbar {
  height: 48px;
  padding: 0 21px;
  background: var(--blue);
}

.chonk-os-home {
  padding: 82px 24px 25px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.83)),
    var(--blue);
}

.chonk-os-wallpaper {
  inset: 48px 0 0;
}

.chonk-os-wallpaper img {
  right: -20%;
  bottom: -2%;
  width: 114%;
  opacity: 0.46;
}

.chonk-os-wallpaper p {
  bottom: 96px;
  color: rgba(5, 9, 15, 0.08);
  font-size: 3.8rem;
}

.chonk-os-app-grid {
  gap: 30px 15px;
}

.chonk-os-icon-art {
  position: relative;
  width: clamp(70px, 6.3vw, 88px);
  overflow: hidden;
  font-size: 0;
}

.chonk-os-icon-art > i {
  position: absolute;
  top: 6px;
  right: 7px;
  z-index: 3;
  padding: 3px 5px 2px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-family: var(--body-font);
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
}

.chonk-os-icon-art > b {
  position: relative;
  display: block;
}

.chonk-os-icon--bowl .chonk-os-icon-art > b {
  width: 47px;
  height: 27px;
  margin-top: 10px;
  border: 4px solid var(--ink);
  border-top: 0;
  border-radius: 0 0 25px 25px;
  background: #fff;
}

.chonk-os-icon--bowl .chonk-os-icon-art > b::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 13px 3px 0 var(--ink), 26px -1px 0 var(--ink);
}

.chonk-os-icon--launch .chonk-os-icon-art > b {
  width: 44px;
  height: 49px;
  background: var(--ink);
  clip-path: polygon(50% 0, 100% 45%, 73% 45%, 73% 100%, 27% 100%, 27% 45%, 0 45%);
}

.chonk-os-icon--feed .chonk-os-icon-art > b {
  width: 48px;
  height: 37px;
  border: 4px solid var(--ink);
  border-radius: 13px;
  background: #fff;
}

.chonk-os-icon--feed .chonk-os-icon-art > b::before {
  content: "";
  position: absolute;
  right: 6px;
  bottom: -10px;
  width: 16px;
  height: 14px;
  border-right: 4px solid var(--ink);
  background: #fff;
  transform: skewY(-36deg);
}

.chonk-os-icon--feed .chonk-os-icon-art > b::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 10px 0 0 var(--ink), 20px 0 0 var(--ink);
}

.chonk-os-icon--maps .chonk-os-icon-art > b {
  width: 40px;
  height: 40px;
  border: 4px solid var(--ink);
  border-radius: 50% 50% 50% 7px;
  background: #fff;
  transform: rotate(-45deg);
}

.chonk-os-icon--maps .chonk-os-icon-art > b::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--red);
}

.chonk-os-icon--store {
  grid-column: 2;
}

.chonk-os-icon--store .chonk-os-icon-art > b {
  width: 45px;
  height: 39px;
  margin-top: 8px;
  border: 4px solid #fff;
  border-radius: 7px;
  background: transparent;
}

.chonk-os-icon--store .chonk-os-icon-art > b::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 8px;
  width: 21px;
  height: 17px;
  border: 4px solid #fff;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.chonk-os-dock {
  right: auto;
  left: 50%;
  width: 174px;
  height: 58px;
  gap: 10px;
  border-radius: 22px;
  transform: translateX(-50%);
}

.chonk-os-dock i {
  width: 37px;
  height: 37px;
  border: 3px solid var(--ink);
  border-radius: 13px;
  background: var(--red);
}

.chonk-os-dock i:nth-child(2) { background: var(--green); }
.chonk-os-dock i:nth-child(3) { background: var(--blue); }

.chonk-os-app-view {
  padding-top: 48px;
}

.chonk-os-hint {
  display: none;
}

/* This shape is code-native, so its fill is always exactly the section blue. */
.chonk-quote-section {
  margin-top: 56vw;
}

.chonk-quote-head {
  top: auto;
  bottom: 100%;
  width: 122vw;
  height: 34vw;
  overflow: visible;
  border-radius: 52% 52% 0 0 / 100% 100% 0 0;
  background: var(--blue);
  -webkit-mask: none;
  mask: none;
}

.chonk-quote-head::before,
.chonk-quote-head::after {
  content: "";
  position: absolute;
  top: -21vw;
  width: 35vw;
  height: 43vw;
  background: var(--blue);
}

.chonk-quote-head::before {
  left: 22%;
  border-radius: 84% 18% 58% 38% / 75% 24% 72% 45%;
  transform: rotate(-13deg);
}

.chonk-quote-head::after {
  right: 22%;
  border-radius: 18% 84% 38% 58% / 24% 75% 45% 72%;
  transform: rotate(13deg);
}

@media (max-width: 700px) {
  .chonk-os-roadmap {
    width: 100vw;
    margin-top: 66px;
    padding: 62px 0 90px;
  }

  .chonk-os-device-stage {
    padding-top: 63px;
  }

  .chonk-os-device {
    width: min(91vw, 410px);
    box-shadow:
      9px 11px 0 var(--blue),
      18px 21px 0 rgba(5, 9, 15, 0.11);
  }

  .chonk-os-icon-art {
    width: clamp(66px, 19vw, 78px);
  }

  .chonk-quote-section {
    margin-top: 63vw;
  }

  .chonk-quote-head {
    width: 132vw;
    height: 38vw;
  }

  .chonk-quote-head::before,
  .chonk-quote-head::after {
    top: -25vw;
    width: 39vw;
    height: 50vw;
  }

  .chonk-quote-head::before { left: 20%; }
  .chonk-quote-head::after { right: 20%; }
}

/* Final CHONK OS polish and the original, exact CHONK silhouette. */
.chonk-os-roadmap {
  gap: clamp(34px, 4vw, 62px);
}

.chonk-os-clean-title {
  position: relative;
  z-index: 3;
  max-width: min(94vw, 1240px);
  margin: 0;
  color: var(--ink);
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(4.6rem, 8vw, 9.5rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.82;
  text-align: center;
  text-wrap: balance;
  transform: none;
}

.chonk-os-clean-title span {
  display: inline-block;
  color: var(--blue);
  -webkit-text-stroke: 0;
  text-shadow: none;
  transform: none;
}

.chonk-os-device-stage {
  padding-top: 58px;
}

.chonk-os-device {
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.16),
    15px 18px 0 var(--blue),
    29px 34px 0 rgba(5, 9, 15, 0.12);
}

.chonk-os-screen::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 92;
  width: 7px;
  height: 7px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #264462;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  transform: translateX(-50%);
  pointer-events: none;
}

.chonk-os-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 91;
  border-radius: inherit;
  background:
    linear-gradient(127deg, rgba(255, 255, 255, 0.21) 0 7%, transparent 23% 76%, rgba(255, 255, 255, 0.08));
  opacity: 0.42;
  pointer-events: none;
}

.chonk-os-icon {
  position: relative;
}

.chonk-os-icon::after {
  position: absolute;
  top: -8px;
  right: -2px;
  z-index: 5;
  min-width: 34px;
  padding: 3px 5px 2px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 0.43rem;
  font-weight: 1000;
  letter-spacing: 0.04em;
  line-height: 1;
}

.chonk-os-icon--bowl::after {
  content: "LIVE";
  background: var(--green);
}

.chonk-os-icon--launch::after {
  content: "NEXT";
  background: var(--red);
}

.chonk-os-icon--feed::after,
.chonk-os-icon--maps::after,
.chonk-os-icon--store::after {
  content: "LOCK";
}

.chonk-os-icon:active .chonk-os-icon-art {
  transform: translateY(4px) scale(0.93);
  box-shadow: 2px 2px 0 var(--ink);
}

.chonk-os-wallpaper img {
  opacity: 0.52;
}

.chonk-quote-section {
  margin-top: 56vw;
  background: var(--blue);
}

.chonk-quote-head {
  top: -56vw;
  bottom: auto;
  width: 136vw;
  height: 136vw;
  max-width: none;
  overflow: visible;
  border-radius: 0;
  background: var(--blue);
  -webkit-mask: url("assets/chonk-head-mask.png") center / contain no-repeat;
  mask: url("assets/chonk-head-mask.png") center / contain no-repeat;
  filter: none;
}

.chonk-quote-head::before,
.chonk-quote-head::after {
  content: none;
  display: none;
}

@media (max-width: 700px) {
  .chonk-os-roadmap {
    gap: 28px;
  }

  .chonk-os-clean-title {
    max-width: calc(100vw - 28px);
    font-size: clamp(3.8rem, 18vw, 5.8rem);
    line-height: 0.8;
  }

  .chonk-os-clean-title span {
    -webkit-text-stroke-width: 0;
    text-shadow: none;
  }

  .chonk-os-device-stage {
    padding-top: 48px;
  }

  .chonk-quote-section {
    margin-top: 58vw;
  }

  .chonk-quote-head {
    top: -58vw;
    width: 140vw;
    height: 140vw;
  }
}

/* TBA launch board, cleaner tokenomics and the surf edition of CHONK OS. */
.presale-countdown {
  position: relative;
  max-width: 640px;
  min-height: 162px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 1fr auto;
  gap: 4px 24px;
  align-items: center;
  margin-top: clamp(32px, 3.5vw, 48px);
  padding: 25px 28px 22px;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 28px;
  color: #fff;
  background: var(--blue);
  box-shadow: 9px 11px 0 var(--ink);
  isolation: isolate;
}

.presale-countdown::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(-55deg, transparent 0 18px, rgba(255, 255, 255, 0.1) 18px 22px),
    radial-gradient(circle at 90% 12%, var(--red) 0 44px, transparent 45px);
}

.presale-countdown::after {
  content: "NO ALARM YET";
  position: absolute;
  top: 14px;
  right: -38px;
  width: 150px;
  padding: 6px 0 5px;
  color: var(--ink);
  background: var(--green);
  font-size: 0.48rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-align: center;
  transform: rotate(35deg);
}

.presale-countdown span,
.presale-countdown small {
  position: relative;
  z-index: 1;
  font-weight: 1000;
  letter-spacing: 0.09em;
}

.presale-countdown span {
  align-self: end;
  font-size: clamp(0.72rem, 1vw, 0.92rem);
}

.presale-countdown small {
  align-self: start;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.58rem;
}

.presale-countdown strong {
  grid-column: 2;
  grid-row: 1 / 3;
  min-width: 205px;
  padding: 14px 21px 10px;
  border: 4px solid var(--ink);
  border-radius: 20px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 6px 7px 0 var(--ink);
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(4.2rem, 6.4vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  text-align: center;
}

.magazine-intro {
  max-width: none;
}

.magazine-intro h2 {
  max-width: 1500px;
  font-size: clamp(3.5rem, 6.1vw, 7.2rem);
}

.magazine-meta {
  justify-content: center;
}

.magazine-meta span {
  width: 100%;
  text-align: center;
}

.magazine-bowl-figure {
  min-height: 500px;
  padding: 24px;
  background: var(--ink);
}

.magazine-bowl-figure::before {
  content: "THE CHONK RESERVE";
  z-index: 2;
  color: var(--ink);
  background: var(--green);
}

.magazine-bowl-figure img {
  width: 100%;
  height: 470px;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 4px;
  object-fit: cover;
  object-position: center 36%;
  transform: rotate(-1.1deg);
}

.magazine-bowl-figure:hover img {
  transform: rotate(-1.1deg) scale(1.018);
}

.magazine-facts .magazine-solana-fact {
  grid-column: 1 / -1;
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  overflow: hidden;
  border-color: var(--ink);
  color: #fff;
  background:
    linear-gradient(115deg, #9945ff 0 28%, #14f195 58%, #00c2ff 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.magazine-facts .magazine-solana-fact dt {
  color: var(--ink);
  font-size: 0.62rem;
}

.magazine-facts .magazine-solana-fact dd {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.55);
}

.magazine-next-story {
  background: var(--blue);
}

.chonk-os-ear,
.chonk-os-dock {
  display: none !important;
}

.chonk-os-home {
  padding: 78px 24px 28px;
  background: #0c3155;
}

.chonk-os-wallpaper {
  inset: 48px 0 0;
  background: #0c3155;
}

.chonk-os-wallpaper::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 9, 15, 0.12), rgba(5, 9, 15, 0.02) 44%, rgba(5, 9, 15, 0.56));
}

.chonk-os-wallpaper img {
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 1;
}

.chonk-os-app-grid {
  gap: 34px 16px;
}

.chonk-os-icon::after {
  content: none !important;
  display: none;
}

.chonk-os-icon-art {
  width: clamp(72px, 6.6vw, 91px);
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 3px var(--ink),
    6px 8px 0 rgba(5, 9, 15, 0.72);
}

.chonk-os-icon strong {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 2px 3px 0 rgba(5, 9, 15, 0.78);
  backdrop-filter: blur(8px);
}

.chonk-os-icon--bowl .chonk-os-icon-art {
  border-radius: 50%;
  background: #ff6b61;
  transform: rotate(-3deg);
}

.chonk-os-icon--launch .chonk-os-icon-art {
  border-radius: 29px 10px 29px 10px;
  background: #f7d84a;
  transform: rotate(2deg);
}

.chonk-os-icon--feed .chonk-os-icon-art {
  border-radius: 13px 31px 13px 31px;
  background: #ffb5d1;
  transform: rotate(-2deg);
}

.chonk-os-icon--maps .chonk-os-icon-art {
  border-radius: 50% 50% 19px 50%;
  background: #7b5cff;
  transform: rotate(3deg);
}

.chonk-os-icon--store .chonk-os-icon-art {
  border-radius: 18px;
  background: var(--ink);
  transform: rotate(-1deg);
}

.chonk-os-icon:hover .chonk-os-icon-art,
.chonk-os-icon:nth-child(even):hover .chonk-os-icon-art {
  box-shadow:
    0 0 0 3px #fff,
    9px 11px 0 rgba(5, 9, 15, 0.75);
  transform: translateY(-6px) rotate(0deg);
}

.chonk-quote-section {
  margin-top: 56vw;
  background: var(--blue);
  isolation: isolate;
}

.chonk-quote-head {
  top: -56vw;
  bottom: auto;
  z-index: 0;
  width: 136vw;
  height: auto;
  max-width: none;
  display: block;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  -webkit-mask: none;
  mask: none;
  object-fit: contain;
  filter: none;
  pointer-events: none;
  user-select: none;
}

.chonk-quote-copy {
  position: relative;
  z-index: 2;
}

@media (max-width: 700px) {
  .presale-countdown {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
    min-height: 0;
    padding: 24px 20px 22px;
  }

  .presale-countdown strong {
    grid-column: 1;
    grid-row: auto;
    min-width: 0;
    margin-top: 4px;
    font-size: clamp(4.2rem, 22vw, 6rem);
  }

  .magazine-intro h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .magazine-bowl-figure {
    min-height: 390px;
    padding: 16px;
  }

  .magazine-bowl-figure img {
    width: 100%;
    height: 360px;
    margin: 0;
  }

  .chonk-os-home {
    padding: 76px 18px 24px;
  }

  .chonk-os-app-grid {
    gap: 30px 10px;
  }

  .chonk-os-icon-art {
    width: clamp(64px, 18vw, 76px);
  }

  .chonk-quote-section {
    margin-top: 58vw;
  }

  .chonk-quote-head {
    top: -58vw;
    width: 140vw;
    height: auto;
  }
}

/* Cleaner countdown, aligned newspaper facts and richer in-phone apps. */
.presale-countdown {
  grid-template-rows: 1fr;
  background: var(--blue);
}

.presale-countdown::before {
  background:
    repeating-linear-gradient(-55deg, transparent 0 18px, rgba(255, 255, 255, 0.1) 18px 22px);
}

.presale-countdown::after {
  content: none;
  display: none;
}

.presale-countdown span {
  align-self: center;
}

.presale-countdown strong {
  grid-row: 1;
}

.magazine-masthead > p {
  margin: 18px 0 11px;
}

.magazine-bowl-figure img,
.magazine-bowl-figure:hover img {
  transition: none;
  transform: rotate(-1.1deg);
}

.magazine-tokenomics .magazine-footer-line {
  grid-template-columns: 1fr 1fr;
}

.magazine-tokenomics .magazine-footer-line > span:last-child {
  justify-self: end;
}

.chonk-os-app-view {
  --app-accent: var(--blue);
  --app-soft: #dcecff;
  padding-top: 48px;
  background: #f4f1e8;
}

.chonk-os-app-view:has(#os-phase-1:not([hidden])) {
  --app-accent: #0782ff;
  --app-soft: #dcecff;
}

.chonk-os-app-view:has(#os-phase-2:not([hidden])) {
  --app-accent: #f7d84a;
  --app-soft: #fff3b0;
}

.chonk-os-app-view:has(#os-phase-3:not([hidden])) {
  --app-accent: #ff8fbd;
  --app-soft: #ffe0ee;
}

.chonk-os-app-view:has(#os-phase-4:not([hidden])) {
  --app-accent: #8d74ff;
  --app-soft: #e5dfff;
}

.chonk-os-app-view:has(#os-phase-5:not([hidden])) {
  --app-accent: #14f195;
  --app-soft: #c9ffe9;
}

.chonk-os-appbar {
  height: 52px;
  border-bottom-width: 3px;
  background: var(--app-accent);
  transition: background-color 180ms ease;
}

.chonk-os-appbar button {
  border-radius: 10px;
  box-shadow: 3px 3px 0 var(--ink);
}

.chonk-os-appbar > strong {
  padding: 6px 8px 5px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 2px 2px 0 var(--ink);
}

.chonk-os-post {
  min-height: calc(100% - 52px);
  padding: 12px 12px 34px;
  background:
    linear-gradient(180deg, var(--app-soft), #fff 42%);
}

.chonk-os-profile {
  min-height: 68px;
  margin-bottom: 10px;
  padding: 10px 11px;
  border: 3px solid var(--ink);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 4px 5px 0 var(--ink);
}

.chonk-os-profile > img {
  border-radius: 12px;
  background: var(--app-accent);
}

.chonk-os-profile p strong {
  font-size: 0.72rem;
  letter-spacing: 0.035em;
}

.chonk-os-profile > b,
.chonk-os-profile > b.is-live,
.chonk-os-profile > b.is-cooking,
.chonk-os-profile > b.is-locked {
  color: var(--ink);
  background: var(--app-accent);
}

.chonk-os-phase-meter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
  margin: 15px 2px 14px;
}

.chonk-os-phase-meter i {
  height: 9px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
}

#os-phase-1 .chonk-os-phase-meter i:nth-child(-n + 1),
#os-phase-2 .chonk-os-phase-meter i:nth-child(-n + 2),
#os-phase-3 .chonk-os-phase-meter i:nth-child(-n + 3),
#os-phase-4 .chonk-os-phase-meter i:nth-child(-n + 4),
#os-phase-5 .chonk-os-phase-meter i:nth-child(-n + 5) {
  background: var(--app-accent);
}

.chonk-os-post-media {
  height: 238px;
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: var(--app-soft);
  box-shadow: 5px 6px 0 var(--ink);
}

#os-phase-2 .chonk-os-post-media img,
#os-phase-5 .chonk-os-post-media img {
  object-fit: contain;
}

#os-phase-3 .chonk-os-post-media img {
  object-position: center 42%;
}

#os-phase-4 .chonk-os-post-media img {
  object-position: center;
}

.chonk-os-post-media > span {
  right: 12px;
  bottom: 12px;
  color: var(--ink);
  background: var(--app-accent);
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  transform: rotate(-1deg);
}

.chonk-os-post-copy {
  margin-top: 17px;
  padding: 18px 15px 21px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: #fff;
  box-shadow: 5px 6px 0 var(--ink);
}

.chonk-os-phase {
  width: fit-content;
  padding: 5px 7px 4px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--app-accent);
  letter-spacing: 0.08em;
}

.chonk-os-post-copy h4 {
  margin: 13px 0 10px;
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.72rem;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.chonk-os-post-copy ul {
  gap: 8px;
}

.chonk-os-post-copy li {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 9px 7px 34px;
  border-radius: 9px;
  background: var(--app-soft);
}

.chonk-os-post-copy li::before {
  content: "✓";
  top: 50%;
  left: 9px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-width: 2px;
  border-radius: 5px;
  background: var(--app-accent);
  font-size: 0.65rem;
  line-height: 1;
}

@media (max-width: 700px) {
  .presale-countdown {
    grid-template-rows: auto;
  }

  .presale-countdown strong {
    grid-row: auto;
  }

  .magazine-masthead > p {
    margin-bottom: 9px;
  }

  .chonk-os-post {
    padding: 10px 10px 31px;
  }

  .chonk-os-post-media {
    height: 225px;
  }
}

/* Numbered roadmap checkpoints: PHASE 1–5. */
.chonk-os-icon--bowl {
  --phase-progress: 20%;
  --phase-tile: #0782ff;
}

.chonk-os-icon--launch {
  --phase-progress: 40%;
  --phase-tile: #f7d84a;
}

.chonk-os-icon--feed {
  --phase-progress: 60%;
  --phase-tile: #ff8fbd;
}

.chonk-os-icon--maps {
  --phase-progress: 80%;
  --phase-tile: #8d74ff;
}

.chonk-os-icon--store {
  --phase-progress: 100%;
  --phase-tile: #14f195;
}

.chonk-os-icon-art,
.chonk-os-icon--bowl .chonk-os-icon-art,
.chonk-os-icon--launch .chonk-os-icon-art,
.chonk-os-icon--feed .chonk-os-icon-art,
.chonk-os-icon--maps .chonk-os-icon-art,
.chonk-os-icon--store .chonk-os-icon-art {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  color: var(--ink);
  background: var(--phase-tile);
  transform: none;
}

.chonk-os-icon-art > i {
  top: 9px;
  right: auto;
  left: 9px;
  padding: 3px 5px 2px;
  border-color: var(--ink);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.44rem;
  letter-spacing: 0.05em;
}

.chonk-os-icon .chonk-os-icon-art > b {
  width: auto !important;
  height: auto !important;
  margin: 5px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--ink);
  background: transparent !important;
  clip-path: none !important;
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.55rem, 3.5vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1;
  transform: none !important;
}

.chonk-os-icon .chonk-os-icon-art > b::before,
.chonk-os-icon .chonk-os-icon-art > b::after {
  content: none !important;
  display: none !important;
}

.chonk-os-icon-art::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  height: 7px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--ink) 0 var(--phase-progress), rgba(255, 255, 255, 0.72) var(--phase-progress) 100%);
}

.chonk-os-icon--bowl .chonk-os-icon-art > b,
.chonk-os-icon--maps .chonk-os-icon-art > b {
  color: #fff;
  text-shadow: 3px 3px 0 rgba(5, 9, 15, 0.42);
}

.chonk-os-icon strong {
  min-width: 72px;
  text-align: center;
}

.chonk-os-post {
  position: relative;
  overflow: hidden;
}

.chonk-os-post::before {
  position: absolute;
  top: 62px;
  right: -8px;
  z-index: 0;
  color: var(--app-accent);
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: 9rem;
  font-weight: 900;
  letter-spacing: -0.12em;
  line-height: 1;
  opacity: 0.09;
  pointer-events: none;
}

#os-phase-1::before { content: "01"; }
#os-phase-2::before { content: "02"; }
#os-phase-3::before { content: "03"; }
#os-phase-4::before { content: "04"; }
#os-phase-5::before { content: "05"; }

.chonk-os-post > * {
  position: relative;
  z-index: 1;
}

.chonk-os-profile p strong {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: -0.025em;
}

.chonk-os-profile p span {
  letter-spacing: 0.025em;
}

@media (max-width: 700px) {
  .chonk-os-icon .chonk-os-icon-art > b {
    font-size: clamp(2.2rem, 10vw, 2.75rem);
  }

  .chonk-os-icon-art > i {
    top: 7px;
    left: 7px;
    font-size: 0.39rem;
  }

  .chonk-os-icon-art::after {
    right: 8px;
    bottom: 8px;
    left: 8px;
    height: 6px;
  }
}

/* Responsive roadmap fit for wide desktops, laptops and small phones. */
.chonk-os-roadmap,
.chonk-os-device-stage,
.chonk-os-device,
.chonk-os-screen {
  min-width: 0;
  max-width: 100%;
}

#os-phase-2 .chonk-os-post-media--square-art img,
#os-phase-5 .chonk-os-post-media--square-art img {
  object-fit: cover;
  object-position: center;
}

#os-phase-2 .chonk-os-post-media--square-art img {
  object-position: center 44%;
}

@media (max-width: 1050px) {
  .chonk-os-roadmap {
    padding-right: 18px;
    padding-left: 18px;
  }

  .chonk-os-clean-title {
    max-width: 900px;
    font-size: clamp(4.2rem, 11vw, 7.4rem);
  }

  .chonk-os-device {
    width: min(100%, 460px);
  }
}

@media (max-width: 700px) {
  .chonk-os-roadmap {
    width: 100%;
    gap: 20px;
    margin-top: 64px;
    padding: 54px 12px 90px;
    overflow: hidden;
  }

  .chonk-os-clean-title {
    max-width: 100%;
    font-size: clamp(3.25rem, 16.8vw, 5.2rem);
    letter-spacing: -0.07em;
    line-height: 0.84;
  }

  .chonk-os-device-stage {
    padding-top: 38px;
  }

  .chonk-os-device {
    width: min(calc(100vw - 30px), 390px);
    padding: 8px;
    border-width: 4px;
    border-radius: 48px;
    box-shadow:
      inset 0 0 0 2px rgba(255, 255, 255, 0.16),
      8px 10px 0 var(--blue),
      15px 18px 0 rgba(5, 9, 15, 0.12);
    transform: none;
  }

  .chonk-os-device::before {
    top: 13px;
    width: 86px;
    height: 22px;
  }

  .chonk-os-device::after {
    top: 128px;
    right: -10px;
    width: 7px;
    height: 62px;
    border-width: 3px;
  }

  .chonk-os-screen {
    border-width: 2px;
    border-radius: 37px;
  }

  .chonk-os-screen::before {
    top: 15px;
    width: 5px;
    height: 5px;
  }

  .chonk-os-statusbar {
    height: 42px;
    padding: 0 16px;
    font-size: 0.56rem;
  }

  .chonk-os-home {
    padding: 66px 14px 20px;
  }

  .chonk-os-wallpaper {
    inset: 42px 0 0;
  }

  .chonk-os-app-grid {
    gap: 24px 8px;
  }

  .chonk-os-icon-art {
    width: clamp(60px, 18vw, 72px);
    border-width: 3px;
    border-radius: 18px;
    box-shadow:
      0 0 0 2px var(--ink),
      4px 6px 0 rgba(5, 9, 15, 0.72);
  }

  .chonk-os-icon strong {
    min-width: 60px;
    padding: 4px 5px 3px;
    font-size: 0.5rem;
  }

  .chonk-os-app-view {
    padding-top: 42px;
    overscroll-behavior: contain;
  }

  .chonk-os-appbar {
    height: 48px;
    padding: 0 9px;
  }

  .chonk-os-appbar button {
    padding: 6px 7px 5px;
    font-size: 0.56rem;
  }

  .chonk-os-appbar > strong {
    font-size: 0.56rem;
  }

  .chonk-os-post {
    padding: 8px 8px 28px;
  }

  .chonk-os-profile {
    min-height: 60px;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 7px;
    padding: 8px;
    border-radius: 13px;
  }

  .chonk-os-profile > img {
    width: 36px;
    height: 36px;
  }

  .chonk-os-profile p strong {
    font-size: 0.68rem;
  }

  .chonk-os-profile p span {
    font-size: 0.47rem;
  }

  .chonk-os-profile > b,
  .chonk-os-profile > b.is-live,
  .chonk-os-profile > b.is-cooking,
  .chonk-os-profile > b.is-locked {
    padding: 4px 5px 3px;
    font-size: 0.45rem;
  }

  .chonk-os-phase-meter {
    gap: 3px;
    margin: 12px 1px;
  }

  .chonk-os-phase-meter i {
    height: 8px;
  }

  .chonk-os-post-media {
    height: clamp(188px, 54vw, 216px);
    border-radius: 14px;
    box-shadow: 4px 5px 0 var(--ink);
  }

  .chonk-os-post-media > span {
    right: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    padding: 6px 7px 5px;
    font-size: 0.58rem;
  }

  .chonk-os-post-copy {
    margin-top: 14px;
    padding: 15px 12px 17px;
    border-radius: 14px;
    box-shadow: 4px 5px 0 var(--ink);
  }

  .chonk-os-phase {
    font-size: 0.52rem;
  }

  .chonk-os-post-copy h4 {
    margin: 10px 0 8px;
    font-size: clamp(1.38rem, 7vw, 1.65rem);
    letter-spacing: -0.05em;
  }

  .chonk-os-post-copy > p:not(.chonk-os-phase) {
    font-size: 0.7rem;
    line-height: 1.4;
  }

  .chonk-os-post-copy ul {
    gap: 6px;
    margin-top: 13px;
  }

  .chonk-os-post-copy li {
    min-height: 34px;
    padding: 7px 7px 6px 30px;
    font-size: 0.62rem;
  }

  .chonk-os-homebar {
    bottom: 5px;
    width: 82px;
    height: 4px;
  }
}

@media (max-width: 360px) {
  .chonk-os-roadmap {
    padding-right: 8px;
    padding-left: 8px;
  }

  .chonk-os-device {
    width: calc(100vw - 48px);
  }

  .chonk-os-app-grid {
    column-gap: 5px;
  }
}

/* Cross-device color and mobile interaction/layout fixes. */
.chonk-os-roadmap,
.chonk-os-device-stage {
  max-width: none;
}

body.menu-open .site-header,
body.menu-open .site-header .site-logo,
body.menu-open .site-header .header-actions {
  pointer-events: none;
}

@media (max-width: 700px) {
  .menu-close {
    top: max(12px, env(safe-area-inset-top));
    right: 10px;
    z-index: 10;
    width: 52px;
    height: 52px;
    touch-action: manipulation;
  }

  .menu-close span {
    top: 24px;
    left: 9px;
    width: 34px;
  }

  .gallery-mosaic {
    height: 440px;
  }

  .presale-pointer {
    width: 135px;
    margin: 4px 0 36px;
  }

  .magazine-token-grid {
    gap: 24px;
  }

  .magazine-bowl-figure {
    min-height: 340px;
    padding: 12px;
  }

  .magazine-bowl-figure img {
    height: 315px;
  }

  .magazine-token-report {
    padding-top: 24px;
  }

  .chonk-os-roadmap {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    overflow: visible;
    transform: translateX(-50%);
  }

  .chonk-os-device-stage {
    width: 100%;
    max-width: none;
  }

  .chonk-os-device {
    width: min(calc(100vw - 56px), 366px);
    max-width: none;
    border-radius: 46px;
  }

  .chonk-os-screen {
    border-radius: 36px;
  }

  .chonk-quote-section {
    min-height: 90svh;
  }
}

/* The final scene matches the fixed blue baked into the original ear artwork. */
.chonk-quote-section,
.join-army-section {
  background: var(--ending-blue);
}

.chonk-quote-copy h2 span {
  color: var(--ending-blue);
}

@media (max-width: 700px) {
  .presale-pointer {
    transform: translateX(30px) rotate(86deg);
  }
}
