@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/fonts/newsreader-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("/fonts/geist-mono-latin.woff2") format("woff2");
  font-display: swap;
}

:root {
  --forest: #173b32;
  --forest-deep: #0c281f;
  --paper-go: #f5f0e6;
  --card-go: #fffcf7;
  --ink-go: #211f1a;
  --muted-go: #6e6a60;
  --clay: #c08531;
  --clay-dark: #b97927;
  --mustard-go: #e0ad4f;
  --mint: #8fe5b5;
  --line-go: #d9d4c7;
}

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

body,
body.home,
body.legal-page {
  margin: 0;
  min-height: 100vh;
  color: var(--ink-go);
  background: var(--paper-go);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.home {
  background: var(--clay);
}

body a {
  color: var(--clay-dark);
  text-underline-offset: 3px;
}

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

body h1,
body h2,
body h3 {
  color: inherit;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 500;
}

body em {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
}

.site-header {
  width: min(1240px, calc(100% - 48px));
  min-height: 88px;
  margin-inline: auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 250, 241, 0.32);
}

body:not(.home) .site-header {
  border-color: var(--line-go);
}

.site-header a {
  text-decoration: none;
}

.site-header .brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.go-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--card-go);
  background: var(--forest);
  border-radius: 50%;
  font-family: "Geist Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.brand-name {
  color: var(--card-go);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.045em;
}

body:not(.home) .brand-name {
  color: var(--ink-go);
}

.site-header nav {
  display: flex;
  gap: 28px;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header nav a {
  color: var(--card-go);
}

body:not(.home) .site-header nav a {
  color: var(--ink-go);
}

.status {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 250, 241, 0.8);
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body:not(.home) .status {
  color: var(--muted-go);
}

.status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 3px rgba(143, 229, 181, 0.14);
  content: "";
}

.home-main {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.product-hero {
  width: min(1240px, calc(100% - 48px));
  min-height: 690px;
  margin-inline: auto;
  padding: 64px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 48px;
}

.hero-copy {
  color: var(--card-go);
}

.eyebrow {
  margin-bottom: 24px;
  color: inherit;
  font-family: "Geist Mono", monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 14px;
  font-weight: 800;
}

.hero-copy h1 {
  margin-bottom: 30px;
  color: var(--card-go);
  font-size: clamp(4.1rem, 7.2vw, 7.2rem);
  letter-spacing: -0.072em;
  line-height: 0.79;
}

.hero-copy h1 em {
  display: inline-block;
  color: var(--paper-go);
}

.lede {
  max-width: 590px;
  margin: 0 0 30px;
  color: rgba(255, 250, 241, 0.78);
  font-size: clamp(1rem, 1.6vw, 1.17rem);
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translate(3px, 3px);
}

.object-stage {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--paper-go);
  background: var(--forest);
  border: 1px solid rgba(255, 250, 241, 0.35);
  border-radius: 50%;
  box-shadow: inset 0 0 0 22px rgba(12, 40, 31, 0.14),
    0 38px 80px rgba(76, 24, 15, 0.28);
}

.axis {
  position: absolute;
  z-index: 0;
  background: rgba(255, 250, 241, 0.25);
}

.axis.horizontal {
  width: 100%;
  height: 1px;
}

.axis.vertical {
  width: 1px;
  height: 100%;
}

.mascot-plaque {
  width: 59%;
  aspect-ratio: 1;
  z-index: 2;
  display: grid;
  place-items: center;
}

.mascot {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  filter: drop-shadow(0 18px 18px rgba(5, 24, 18, 0.35));
}

.object-label {
  position: absolute;
  z-index: 3;
  color: rgba(255, 250, 241, 0.6);
  font-family: "Geist Mono", monospace;
  font-size: 0.57rem;
  letter-spacing: 0.09em;
  line-height: 1.45;
}

.object-label strong { color: var(--paper-go); font-weight: 600; }
.object-label.top-left { top: 10%; left: 11%; }
.object-label.top-right { top: 10%; right: 11%; text-align: right; }
.object-label.bottom-left { bottom: 10%; left: 11%; }
.object-label.bottom-right { right: 11%; bottom: 10%; text-align: right; }

.ticker {
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 12px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 22px;
  overflow: hidden;
  color: var(--forest-deep);
  background: var(--mustard-go);
  border-block: 1px solid rgba(12, 40, 31, 0.35);
  font-family: "Geist Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.ticker b { font-size: 0.7rem; }

.how {
  padding: clamp(84px, 10vw, 150px) max(24px, calc((100vw - 1240px) / 2));
  background: var(--paper-go);
}

.section-intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 80px;
  align-items: end;
}

.section-intro .eyebrow {
  grid-column: 1 / -1;
  color: var(--clay);
}

.section-intro h2,
.privacy-statement h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(3.6rem, 6vw, 6.5rem);
  letter-spacing: -0.065em;
  line-height: 0.8;
}

.section-intro h2 em { color: var(--clay); }

.section-intro > p:last-child {
  max-width: 410px;
  margin: 0 0 8px;
  color: var(--muted-go);
  font-size: 1.02rem;
  line-height: 1.75;
}

.steps {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step-card {
  min-height: 430px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-go);
  border-radius: 4px;
}

.step-meta {
  display: flex;
  justify-content: space-between;
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.step-card h3 {
  max-width: 310px;
  margin: 75px 0 17px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2.35rem;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.step-card p {
  max-width: 340px;
  color: inherit;
  font-size: 0.86rem;
  line-height: 1.7;
  opacity: 0.78;
}

.clay-card { color: #13120e; background: var(--clay); border-color: var(--clay); }
.green-card { color: var(--card-go); background: var(--forest); border-color: var(--forest); }
.paper-card { color: var(--ink-go); background: var(--card-go); }

.step-glyph,
.nutrition-glyph,
.chart-glyph {
  position: absolute;
  right: 28px;
  bottom: 25px;
}

.camera-glyph {
  width: 68px;
  height: 51px;
  border: 2px solid currentColor;
  border-radius: 6px;
  opacity: 0.68;
}

.camera-glyph::before {
  width: 20px;
  height: 8px;
  position: absolute;
  top: -9px;
  left: 9px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  content: "";
}

.camera-glyph i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
  left: 23px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.nutrition-glyph {
  width: 84px;
  display: flex;
  align-items: end;
  gap: 7px;
}

.nutrition-glyph i {
  width: 14px;
  display: block;
  background: var(--clay);
  border-radius: 7px 7px 0 0;
}

.nutrition-glyph i:nth-child(1) { height: 31px; }
.nutrition-glyph i:nth-child(2) { height: 59px; }
.nutrition-glyph i:nth-child(3) { height: 43px; }
.nutrition-glyph i:nth-child(4) { height: 70px; background: var(--mustard-go); }

.chart-glyph {
  width: 96px;
  height: 65px;
  border-left: 1px solid var(--clay);
  border-bottom: 1px solid var(--clay);
}

.chart-glyph i {
  width: 9px;
  height: 9px;
  position: absolute;
  background: var(--clay);
  border-radius: 50%;
}

.chart-glyph i:nth-child(1) { left: 8px; bottom: 11px; }
.chart-glyph i:nth-child(2) { left: 26px; bottom: 29px; }
.chart-glyph i:nth-child(3) { left: 46px; bottom: 23px; }
.chart-glyph i:nth-child(4) { left: 65px; bottom: 48px; }
.chart-glyph i:nth-child(5) { right: 4px; top: 2px; background: var(--mustard-go); }

.privacy-statement {
  padding: clamp(86px, 11vw, 150px) max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 90px;
  color: var(--paper-go);
  background: var(--forest-deep);
}

.privacy-statement .eyebrow { color: var(--mustard-go); }
.privacy-statement h2 { color: var(--paper-go); }
.privacy-statement h2 em { color: var(--mint); }
.privacy-copy { align-self: end; }

.privacy-copy p {
  margin-bottom: 28px;
  color: rgba(243, 238, 227, 0.67);
  line-height: 1.8;
}

.text-link.light { color: var(--paper-go); }

.legal-main {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
  padding: 54px 0 100px;
}

.legal-main .card {
  padding: clamp(28px, 6vw, 64px);
  background: var(--card-go);
  border: 1px solid var(--line-go);
  border-radius: 4px;
  box-shadow: none;
}

.legal .eyebrow { color: var(--clay); }

.legal h1 {
  margin: 0.05em 0 0.25em;
  color: var(--forest);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3.1rem, 8vw, 5.7rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.legal h2 {
  margin: 2.7rem 0 0.65rem;
  color: var(--forest);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.75rem;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.legal h3 {
  margin: 1.5rem 0 0.3rem;
  font-size: 1rem;
  font-weight: 800;
}

.legal p,
.legal li {
  color: #4c4942;
}

.legal ul { padding-left: 1.25rem; }

.updated {
  margin-bottom: 2rem;
  color: var(--muted-go) !important;
  font-family: "Geist Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.site-footer {
  width: 100%;
  margin: 0;
  padding: 38px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: rgba(243, 238, 227, 0.72);
  background: var(--forest-deep);
  border-top: 1px solid rgba(243, 238, 227, 0.15);
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
}

.site-footer strong {
  color: var(--paper-go);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.04em;
  text-transform: none;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.footer-links {
  justify-self: end;
  display: flex;
  gap: 20px;
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .product-hero { grid-template-columns: 1fr; padding-top: 48px; }
  .object-stage { width: min(650px, 100%); justify-self: center; }
  .section-intro,
  .privacy-statement { grid-template-columns: 1fr; gap: 34px; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 350px; }
}

@media (max-width: 580px) {
  .site-header,
  .product-hero { width: min(100% - 28px, 1240px); }
  .site-header { min-height: 74px; }
  .status { font-size: 0.56rem; }
  .hero-copy h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .product-hero { min-height: 0; padding: 50px 0 54px; gap: 46px; }
  .object-label { display: none; }
  .ticker { justify-content: flex-start; }
  .section-intro h2,
  .privacy-statement h2 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .how { padding-block: 82px; }
  .steps { margin-top: 52px; }
  .privacy-statement { padding-block: 84px; }
  .site-footer { grid-template-columns: 1fr auto; row-gap: 10px; }
  .site-footer > span:nth-child(2) { display: none; }
}
