:root {
  --cream: #f4e6c3;
  --cream-light: #fff8e7;
  --ink: #18150f;
  --orange: #eb7c18;
  --yellow: #ffd447;
  --red: #e74728;
  --green: #67a75e;
  --paper-line: rgba(24, 21, 15, .17);
  --shadow: 7px 7px 0 var(--ink);
  --walk-offset: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

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

button {
  color: inherit;
  font: inherit;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: .055;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.section-shell {
  width: min(1240px, 88vw);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 82px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--ink);
  background: rgba(244, 230, 195, .9);
  backdrop-filter: blur(14px);
}

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

.brand-badge {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  transform: rotate(-7deg);
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--ink);
  font: 26px/1 "Anton", sans-serif;
}

.brand-copy b {
  display: block;
  font: 21px/1 "Anton", sans-serif;
  letter-spacing: .04em;
}

.brand-copy small {
  display: block;
  margin-top: 5px;
  font: 7px/1 "Space Mono", monospace;
  letter-spacing: .22em;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
}

nav a {
  position: relative;
  font: 700 10px/1 "Space Mono", monospace;
  letter-spacing: .08em;
}

nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: var(--orange);
  transition: transform .25s;
}

nav a:hover::after {
  transform: scaleX(1);
}

.header-buy {
  padding: 12px 18px;
  border: 2px solid var(--ink);
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
  font: 700 10px/1 "Space Mono", monospace;
  transition: transform .2s, box-shadow .2s;
}

.header-buy:hover,
.button:hover {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--ink);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 132px 7vw 66px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background-image:
    linear-gradient(rgba(24, 21, 15, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 21, 15, .055) 1px, transparent 1px);
  background-size: 48px 48px;
}

.sun-disc {
  position: absolute;
  z-index: -2;
  top: 13%;
  right: 8%;
  width: min(43vw, 650px);
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 18px 18px 0 rgba(235, 124, 24, .28);
}

.sun-disc::after {
  content: "";
  position: absolute;
  inset: -18px;
  border: 2px dashed var(--ink);
  border-radius: 50%;
  animation: spin 45s linear infinite;
}

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

.hero-copy {
  position: relative;
  z-index: 6;
  max-width: 670px;
}

.eyebrow,
.section-kicker {
  font: 700 10px/1.4 "Space Mono", monospace;
  letter-spacing: .13em;
}

.eyebrow span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--green);
  animation: blink 1.7s steps(2) infinite;
}

@keyframes blink {
  50% { opacity: .4; }
}

.hero h1 {
  margin: 25px 0 12px;
  font: 400 clamp(86px, 11.2vw, 174px)/.72 "Anton", sans-serif;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.hero h1 span {
  display: inline-block;
  font-size: .42em;
  letter-spacing: .08em;
  transform: rotate(-3deg);
}

.hero h1 strong {
  position: relative;
  font-weight: 400;
  color: var(--orange);
  -webkit-text-stroke: 2px var(--ink);
  filter: drop-shadow(7px 7px 0 var(--ink));
}

.hero-tagline {
  margin: 16px 0 13px;
  font: 400 clamp(23px, 2.2vw, 34px)/1.03 "Anton", sans-serif;
  letter-spacing: .025em;
}

.hero-tagline b {
  color: var(--red);
  font-weight: 400;
}

.hero-description {
  max-width: 480px;
  font-size: 14px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 28px 0 18px;
}

.button {
  min-width: 215px;
  padding: 15px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font: 700 10px/1 "Space Mono", monospace;
  letter-spacing: .05em;
  transition: transform .2s, box-shadow .2s, background .2s;
}

.button-dark {
  background: var(--ink);
  color: var(--cream-light);
  box-shadow: 5px 5px 0 var(--orange);
}

.button-dark:hover {
  box-shadow: 1px 1px 0 var(--orange);
}

.button-light {
  background: var(--cream-light);
}

.button-yellow {
  background: var(--yellow);
}

.button-outline {
  border-color: var(--cream);
  background: transparent;
  color: var(--cream);
  box-shadow: 5px 5px 0 var(--orange);
}

.button-outline:hover {
  box-shadow: 1px 1px 0 var(--orange);
}

.contract,
.wide-contract,
.footer-contract {
  border: 2px solid var(--ink);
  background: rgba(255, 248, 231, .78);
  cursor: pointer;
}

.contract {
  max-width: 440px;
  height: 44px;
  padding: 0 13px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}

.contract-label,
.wide-contract > span {
  color: rgba(24, 21, 15, .58);
  font: 700 9px/1 "Space Mono", monospace;
}

.contract code,
.wide-contract code,
.footer-contract code {
  overflow: hidden;
  color: var(--ink);
  font: 700 10px/1 "Space Mono", monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-label,
.wide-contract b {
  font: 700 9px/1 "Space Mono", monospace;
}

.hero-visual {
  position: absolute;
  z-index: 2;
  top: 92px;
  right: 1vw;
  bottom: 8px;
  width: 55%;
  display: grid;
  place-items: center;
  transform: translateY(var(--walk-offset));
}

#hero-media {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.baxter-media {
  width: min(760px, 94%);
  height: 94%;
  display: block;
  object-fit: contain;
  filter: contrast(1.03) saturate(1.05) drop-shadow(12px 15px 0 rgba(24, 21, 15, .08));
  animation: dog-bob 4.6s ease-in-out infinite;
}

@keyframes dog-bob {
  50% { transform: translateY(-8px) rotate(.5deg); }
}

.seal {
  position: absolute;
  z-index: 5;
  top: 13%;
  right: 8%;
  width: 106px;
  height: 106px;
  display: grid;
  place-content: center;
  transform: rotate(10deg);
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--red);
  color: var(--cream-light);
  box-shadow: 6px 6px 0 var(--ink);
  text-align: center;
}

.seal::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed var(--cream-light);
  border-radius: 50%;
}

.seal b {
  position: relative;
  font: 27px/1 "Anton", sans-serif;
}

.seal span {
  position: relative;
  margin-top: 3px;
  font: 700 9px/1.05 "Space Mono", monospace;
}

.speech-bubble {
  position: absolute;
  z-index: 6;
  left: 6%;
  bottom: 20%;
  padding: 12px 17px;
  transform: rotate(-6deg);
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--cream-light);
  box-shadow: 4px 4px 0 var(--ink);
  font: 700 10px/1 "Space Mono", monospace;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: -10px;
  width: 17px;
  height: 17px;
  transform: rotate(34deg);
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--cream-light);
}

.paw-path {
  position: absolute;
  right: 4%;
  bottom: 8%;
  display: flex;
  gap: 13px;
  transform: rotate(-18deg);
  color: var(--ink);
}

.paw-path span {
  position: relative;
  width: 13px;
  height: 16px;
  font-size: 0;
  border-radius: 50% 50% 45% 45%;
  background: var(--ink);
  opacity: .28;
}

.paw-path span::before,
.paw-path span::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 5px;
  height: 7px;
  border-radius: 50%;
  background: inherit;
}

.paw-path span::before { left: 0; }
.paw-path span::after { right: 0; }
.paw-path span:nth-child(2) { transform: translateY(-12px) rotate(12deg); }

.hero-doodle {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.doodle-one {
  top: 19%;
  left: 46%;
  color: var(--red);
  font-size: 58px;
  animation: spin 18s linear infinite reverse;
}

.doodle-two {
  right: 3.5%;
  bottom: 18%;
  padding: 8px 12px;
  transform: rotate(8deg);
  border: 2px solid var(--ink);
  background: var(--yellow);
  font: 700 9px/1 "Space Mono", monospace;
}

.scroll-cue {
  position: absolute;
  z-index: 8;
  bottom: 20px;
  left: 7vw;
  font: 700 8px/1 "Space Mono", monospace;
  letter-spacing: .13em;
}

.scroll-cue span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.ticker {
  position: relative;
  z-index: 10;
  height: 67px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-block: 3px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
}

.ticker-track {
  width: max-content;
  white-space: nowrap;
  animation: ticker 34s linear infinite;
}

.ticker span {
  font: 400 18px/1 "Anton", sans-serif;
  letter-spacing: .07em;
}

.ticker i {
  margin: 0 23px;
  color: var(--red);
  font-style: normal;
}

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

.story,
.chart-section {
  padding: 115px 0;
}

.section-kicker {
  padding-bottom: 16px;
  border-bottom: 2px solid var(--ink);
}

.section-kicker span {
  display: inline-grid;
  width: 29px;
  height: 29px;
  margin-right: 9px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
}

.story-heading,
.metrics-heading {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 9vw;
  align-items: end;
}

.story-heading h2,
.metrics-heading h2,
.chart-heading h2,
.buy-intro h2,
footer h2 {
  margin: 0;
  font: 400 clamp(52px, 6.8vw, 98px)/.86 "Anton", sans-serif;
  letter-spacing: -.025em;
}

.story-heading h2 em,
.chart-heading h2 em,
.buy-intro h2 em {
  color: var(--orange);
  font-style: normal;
  -webkit-text-stroke: 1px var(--ink);
}

.story-copy > p {
  font-size: 16px;
  line-height: 1.75;
}

.story-copy blockquote {
  margin: 30px 0 8px;
  padding: 22px;
  transform: rotate(-1deg);
  border: 2px solid var(--ink);
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--ink);
  font: 400 24px/1.15 "Anton", sans-serif;
}

.story-copy > span {
  font: 700 8px/1 "Space Mono", monospace;
}

.trait-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 75px;
  border: 2px solid var(--ink);
  background: var(--cream-light);
  box-shadow: var(--shadow);
}

.trait-grid article {
  min-height: 305px;
  padding: 28px;
  position: relative;
  border-right: 2px solid var(--ink);
  transition: transform .25s, background .25s;
}

.trait-grid article:last-child {
  border-right: 0;
}

.trait-grid article:hover {
  z-index: 2;
  transform: translateY(-8px) rotate(-1deg);
  background: var(--yellow);
}

.trait-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 42px;
  display: grid;
  place-items: center;
  transform: rotate(-7deg);
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--cream-light);
  font-size: 28px;
}

.trait-grid article:nth-child(2) .trait-icon {
  transform: rotate(6deg);
  background: var(--yellow);
  color: var(--ink);
}

.trait-grid article:nth-child(3) .trait-icon {
  background: var(--green);
}

.trait-grid article > span {
  font: 700 8px/1 "Space Mono", monospace;
  letter-spacing: .1em;
}

.trait-grid h3 {
  margin: 14px 0 10px;
  font: 400 25px/1 "Anton", sans-serif;
  letter-spacing: .02em;
}

.trait-grid p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.65;
}

.barkonomics {
  position: relative;
  padding: 110px 0 120px;
  overflow: hidden;
  border-block: 3px solid var(--ink);
  background: var(--ink);
  color: var(--cream-light);
}

.barkonomics::after {
  content: "BAXTER";
  position: absolute;
  right: -2vw;
  bottom: -65px;
  color: rgba(255, 255, 255, .025);
  font: 400 280px/1 "Anton", sans-serif;
}

.section-kicker-light {
  position: relative;
  z-index: 2;
  border-color: rgba(244, 230, 195, .32);
}

.section-kicker-light span {
  border-color: var(--cream-light);
  background: var(--orange);
}

.metrics-heading {
  position: relative;
  z-index: 2;
  align-items: start;
}

.metrics-heading h2 em {
  color: var(--yellow);
  font-style: normal;
}

.metrics-heading p {
  max-width: 430px;
  color: rgba(255, 248, 231, .68);
  font-size: 15px;
  line-height: 1.7;
}

.stat-grid {
  position: relative;
  z-index: 2;
  margin-top: 67px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-grid article {
  min-height: 230px;
  padding: 27px;
  position: relative;
  border: 2px solid var(--cream-light);
  border-right: 0;
  transition: background .25s, color .25s;
}

.stat-grid article:last-child {
  border-right: 2px solid var(--cream-light);
}

.stat-grid article:hover {
  background: var(--yellow);
  color: var(--ink);
}

.stat-grid small {
  display: block;
  font: 700 9px/1 "Space Mono", monospace;
  letter-spacing: .1em;
}

.stat-grid strong {
  display: block;
  margin: 42px 0 26px;
  color: var(--yellow);
  font: 400 clamp(39px, 4.2vw, 60px)/1 "Anton", sans-serif;
}

.stat-grid article:hover strong {
  color: var(--ink);
}

.stat-grid p {
  color: rgba(255, 248, 231, .56);
  font-size: 11px;
}

.stat-grid article:hover p {
  color: var(--ink);
}

.stat-grid article > span {
  position: absolute;
  right: 12px;
  bottom: 10px;
  opacity: .3;
  font: 700 9px/1 "Space Mono", monospace;
}

.wide-contract {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 58px;
  margin-top: 22px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 190px 1fr 175px;
  gap: 15px;
  align-items: center;
  text-align: left;
}

.wide-contract b {
  text-align: right;
}

.chart-heading {
  margin: 55px 0 47px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}

.live-pill {
  flex: 0 0 auto;
  padding: 11px 14px;
  border: 2px solid var(--ink);
  background: var(--cream-light);
  box-shadow: 4px 4px 0 var(--ink);
  font: 700 9px/1 "Space Mono", monospace;
}

.live-pill i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  animation: blink 1.4s steps(2) infinite;
}

.chart-frame {
  height: 610px;
  padding: 11px;
  border: 3px solid var(--ink);
  background: var(--cream-light);
  box-shadow: var(--shadow);
}

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

.chart-placeholder {
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px dashed var(--ink);
  background:
    linear-gradient(rgba(24, 21, 15, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 21, 15, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  text-align: center;
}

.chart-placeholder > span,
.chart-placeholder h3,
.chart-placeholder p {
  position: relative;
  z-index: 3;
  padding: 5px 12px;
  background: var(--cream-light);
}

.chart-placeholder > span {
  font: 700 9px/1 "Space Mono", monospace;
  letter-spacing: .16em;
}

.chart-placeholder h3 {
  margin: 15px 0 6px;
  font: 400 32px/1 "Anton", sans-serif;
}

.chart-placeholder p {
  max-width: 530px;
  font-size: 12px;
  line-height: 1.6;
}

.fake-chart {
  position: absolute;
  inset: 12% 5%;
  display: flex;
  gap: .85%;
  align-items: end;
  opacity: .28;
}

.fake-chart i {
  flex: 1;
  border: 1px solid var(--ink);
  background: var(--green);
}

.fake-chart i.down {
  background: var(--red);
}

.buy-section {
  padding: 115px 0;
  border-top: 3px solid var(--ink);
  background: var(--orange);
}

.buy-layout {
  margin-top: 62px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 8vw;
}

.buy-intro {
  position: relative;
}

.mini-sticker {
  position: absolute;
  top: -24px;
  right: 5%;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  transform: rotate(12deg);
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
  font: 700 10px/1 "Space Mono", monospace;
}

.buy-intro h2 em {
  color: var(--cream-light);
}

.buy-intro > p {
  margin: 23px 0 32px;
  font-size: 15px;
}

.buy-intro .button {
  width: 230px;
}

.steps {
  border: 2px solid var(--ink);
  background: var(--cream-light);
  box-shadow: var(--shadow);
}

.steps article {
  min-height: 126px;
  padding: 18px 23px;
  display: grid;
  grid-template-columns: 54px 1fr 26px;
  gap: 20px;
  align-items: center;
  border-bottom: 2px solid var(--ink);
  transition: background .2s;
}

.steps article:last-child {
  border-bottom: 0;
}

.steps article:hover {
  background: var(--yellow);
}

.steps article > b {
  color: var(--orange);
  font: 400 29px/1 "Anton", sans-serif;
}

.steps h3 {
  margin: 0 0 7px;
  font: 400 22px/1 "Anton", sans-serif;
  letter-spacing: .025em;
}

.steps p {
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
}

.steps article > span {
  font-size: 22px;
}

footer {
  min-height: 700px;
  padding: 115px 6vw 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--ink);
  background: var(--ink);
  color: var(--cream-light);
  text-align: center;
}

footer::before,
footer::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 2px dashed rgba(244, 230, 195, .18);
  border-radius: 50%;
}

footer::before { top: 18%; left: -190px; }
footer::after { right: -180px; bottom: 8%; }

.footer-paws {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  font-size: 48px;
  filter: grayscale(1) brightness(4);
}

.footer-label {
  position: relative;
  z-index: 2;
  color: var(--yellow);
  font: 700 9px/1 "Space Mono", monospace;
  letter-spacing: .2em;
}

footer h2 {
  position: relative;
  z-index: 2;
}

footer h2 em {
  color: var(--orange);
  font-style: normal;
}

.footer-text {
  position: relative;
  z-index: 2;
  margin: 24px 0 0;
  color: rgba(255, 248, 231, .65);
  font-size: 14px;
}

.footer-actions {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  display: flex;
  gap: 13px;
}

.footer-contract {
  position: relative;
  z-index: 2;
  max-width: min(620px, 90vw);
  margin-top: 28px;
  padding: 12px 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  background: transparent;
  border-color: rgba(244, 230, 195, .38);
  color: var(--cream-light);
}

.footer-contract code {
  color: var(--cream-light);
}

.footer-contract span,
.footer-contract b {
  color: var(--yellow);
  font: 700 9px/1 "Space Mono", monospace;
}

.footer-bottom {
  position: absolute;
  right: 6vw;
  bottom: 28px;
  left: 6vw;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(244, 230, 195, .25);
  color: rgba(255, 248, 231, .45);
  font: 700 8px/1.5 "Space Mono", monospace;
  letter-spacing: .08em;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 110;
  padding: 15px 19px;
  transform: translateY(12px) rotate(1deg);
  border: 2px solid var(--ink);
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--ink);
  font: 700 9px/1 "Space Mono", monospace;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s, transform .25s;
}

.toast.show {
  transform: translateY(0) rotate(1deg);
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .75s ease, transform .75s ease;
}

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

@media (max-width: 1050px) {
  nav { gap: 19px; }
  nav a { font-size: 9px; }
  .hero { padding-inline: 5vw; }
  .hero h1 { font-size: clamp(80px, 11.5vw, 125px); }
  .hero-visual { right: -5vw; width: 59%; }
}

@media (max-width: 820px) {
  .site-header {
    height: 70px;
    padding: 0 20px;
  }

  .header-buy {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 52;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border: 0;
    background: transparent;
  }

  .menu-toggle span {
    width: 29px;
    height: 2px;
    background: var(--ink);
    transition: transform .25s;
  }

  .menu-toggle.active span:first-child { transform: translateY(5px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-5px) rotate(-45deg); }

  nav {
    position: fixed;
    inset: 0;
    z-index: 51;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 31px;
    transform: translateY(-100%);
    background: var(--yellow);
    transition: transform .35s ease;
  }

  nav.open { transform: none; }
  nav a { font: 400 34px/1 "Anton", sans-serif; }

  .hero {
    min-height: 1060px;
    padding: 110px 24px 48px;
    display: block;
  }

  .hero h1 {
    font-size: clamp(78px, 21vw, 120px);
  }

  .hero-copy {
    position: relative;
    z-index: 7;
  }

  .hero-description {
    max-width: 80%;
  }

  .hero-visual {
    top: 485px;
    right: -7%;
    bottom: 20px;
    width: 108%;
    height: 570px;
    transform: none;
  }

  .sun-disc {
    top: 48%;
    right: -8%;
    width: 88vw;
  }

  .seal {
    top: 3%;
    right: 10%;
    width: 88px;
    height: 88px;
  }

  .speech-bubble {
    left: 10%;
    bottom: 17%;
  }

  .doodle-one {
    top: 45%;
    left: 5%;
  }

  .doodle-two { display: none; }
  .scroll-cue { display: none; }

  .section-shell {
    width: calc(100% - 38px);
  }

  .story,
  .chart-section,
  .buy-section,
  .barkonomics {
    padding: 80px 0;
  }

  .story-heading,
  .metrics-heading,
  .buy-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .story-heading h2,
  .metrics-heading h2,
  .chart-heading h2,
  .buy-intro h2,
  footer h2 {
    font-size: clamp(51px, 13.6vw, 82px);
  }

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

  .trait-grid article {
    min-height: 240px;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .trait-grid article:last-child { border-bottom: 0; }
  .trait-icon { margin-bottom: 28px; }

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

  .stat-grid article:nth-child(2) { border-right: 2px solid var(--cream-light); }
  .stat-grid article { min-height: 185px; }

  .wide-contract {
    padding: 15px;
    grid-template-columns: 1fr;
  }

  .wide-contract b { text-align: left; }

  .chart-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .chart-frame { height: 490px; }

  .buy-intro .button { width: 235px; }

  footer {
    min-height: 720px;
    padding-top: 90px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .brand-copy small { display: none; }

  .hero {
    min-height: 980px;
    padding-top: 102px;
  }

  .hero h1 {
    font-size: clamp(72px, 22vw, 104px);
  }

  .hero h1 strong {
    -webkit-text-stroke-width: 1px;
    filter: drop-shadow(5px 5px 0 var(--ink));
  }

  .hero-tagline { font-size: 22px; }
  .hero-description { max-width: 100%; font-size: 12px; }

  .hero-actions {
    width: 250px;
    flex-direction: column;
  }

  .contract {
    max-width: 275px;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .hero-visual {
    top: 520px;
    height: 445px;
  }

  .sun-disc {
    top: 57%;
    width: 95vw;
  }

  .seal {
    right: 8%;
    width: 76px;
    height: 76px;
  }

  .seal b { font-size: 21px; }
  .seal span { font-size: 7px; }
  .speech-bubble { bottom: 10%; font-size: 8px; }
  .doodle-one { top: 53%; font-size: 38px; }

  .ticker { height: 56px; }
  .ticker span { font-size: 14px; }

  .story-heading h2,
  .metrics-heading h2,
  .chart-heading h2,
  .buy-intro h2,
  footer h2 {
    font-size: clamp(46px, 14.2vw, 66px);
  }

  .story-copy > p { font-size: 14px; }
  .story-copy blockquote { font-size: 20px; }

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

  .stat-grid article,
  .stat-grid article:nth-child(2) {
    min-height: 160px;
    border-right: 2px solid var(--cream-light);
    border-bottom: 0;
  }

  .stat-grid article:last-child { border-bottom: 2px solid var(--cream-light); }
  .stat-grid strong { margin: 25px 0 18px; }

  .chart-frame {
    height: 400px;
    padding: 7px;
  }

  .chart-placeholder { padding: 16px; }
  .chart-placeholder h3 { font-size: 24px; }

  .steps article {
    min-height: 135px;
    padding: 16px;
    grid-template-columns: 39px 1fr 18px;
    gap: 11px;
  }

  .steps h3 { font-size: 19px; }
  .mini-sticker { display: none; }

  footer { min-height: 765px; }
  .footer-actions { width: 270px; flex-direction: column; }
  .footer-contract { max-width: 280px; overflow: hidden; }
  .footer-contract code { min-width: 0; }
}

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

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