/* Geomys marketing page — 1984–88 Apple print ad pastiche.
   Design tokens from the design handoff; recreate pixel-perfectly. */

html {
  background: #f6f2e6;
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'EB Garamond', Georgia, serif;
  color: #211b14;
  background: #f6f2e6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #211b14;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #8a2f22;
}

section {
  scroll-margin-top: 24px;
}

h1, h2 {
  text-wrap: balance;
}

.section-intro {
  max-width: 600px;
  font-size: 19px;
  line-height: 1.5;
}

/* ---------- Nav ---------- */

.nav-wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 28px 32px 0 32px;
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  border-bottom: 1px solid #211b14;
  padding-bottom: 18px;
}

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

.brand-icon {
  width: 36px;
  height: 36px;
  image-rendering: pixelated;
}

.brand-name {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.tm {
  font-size: 12px;
  vertical-align: super;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  font-size: 17px;
}

.nav-links a {
  text-decoration: none;
}

.nav-download {
  font-weight: 600;
}

/* ---------- Hero ---------- */

.hero {
  max-width: 1060px;
  margin: 0 auto;
  padding: 72px 32px 56px 32px;
  text-align: center;
}

.hero h1 {
  margin: 0 auto;
  max-width: 900px;
  font-size: clamp(48px, 7.5vw, 84px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.015em;
  transform: scaleX(0.92);
  transform-origin: center;
}

.h1-period {
  font-size: 0.5em;
  vertical-align: baseline;
}

.hero-sub {
  margin: 26px auto 0 auto;
  max-width: 620px;
  font-size: 21px;
  line-height: 1.5;
}

.hero-figures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  margin-top: 56px;
}

.hero-figures figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: min(460px, 100%);
}
.shot-link {
  display: block;
  text-decoration: none;
  border: 0;
}

.hero-shot {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 4px;
  object-fit: contain;
}

.ratio-sys6 {
  aspect-ratio: 830 / 554;
}

.ratio-sys7 {
  aspect-ratio: 4 / 3;
}

.hero-figures figcaption {
  font-size: 16px;
  font-style: italic;
  color: #4a4034;
}

/* ---------- Features ---------- */

.features-wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 56px 32px;
}

.features-inner {
  border-top: 3px solid #211b14;
  border-bottom: 1px solid #211b14;
  padding: 36px 0 44px 0;
}

.features-h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
  transform: scaleX(0.94);
  transform-origin: left;
  max-width: 820px;
}

.features-inner .section-intro {
  margin: 18px 0 0 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0 44px;
  margin-top: 36px;
}

.feature {
  border-top: 1px solid #b9ad96;
  padding: 20px 0 26px 0;
}

.feature-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #8a2f22;
}

.feature h3 {
  margin: 8px 0 8px 0;
  font-size: 23px;
  font-weight: 600;
}

.feature p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #3b3327;
}

/* ---------- Themes ---------- */

.themes-wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 24px 32px 56px 32px;
}

.themes-h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 600;
  letter-spacing: -0.01em;
  transform: scaleX(0.94);
  transform-origin: left;
}

.themes-wrap .section-intro {
  margin: 16px 0 0 0;
}

.themes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.theme {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.theme-chip {
  border: 1px solid #211b14;
  border-radius: 6px;
  padding: 12px 12px 16px 12px;
  box-shadow: 3px 3px 0 rgba(33, 27, 20, 0.15);
}

.theme-chip .bar {
  opacity: 0.55;
}

.theme-chip .bar-1 {
  height: 6px;
  width: 70%;
  margin-bottom: 6px;
  opacity: 0.9;
}

.theme-chip .bar-2 {
  height: 4px;
  width: 90%;
  margin-bottom: 4px;
}

.theme-chip .bar-3 {
  height: 4px;
  width: 60%;
  margin-bottom: 4px;
}

.theme-chip .bar-4 {
  height: 4px;
  width: 80%;
}

.theme-name {
  font-size: 18px;
  font-weight: 600;
}

.theme-note {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #6b5f4d;
}

/* ---------- Requirements ---------- */

.reqs-wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 32px 56px 32px;
}

.reqs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 48px;
  border-top: 1px solid #211b14;
  padding-top: 40px;
}

.reqs-h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.01em;
  transform: scaleX(0.94);
  transform-origin: left;
}

.reqs-body {
  margin: 16px 0 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: #3b3327;
}

.reqs-table {
  align-self: end;
}

.req-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px dotted #b9ad96;
  padding: 10px 2px;
  font-size: 17px;
}

.req-k {
  font-weight: 600;
}

.req-v {
  text-align: right;
  color: #3b3327;
}

/* ---------- Download ---------- */

.download-wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 32px 72px 32px;
}

.download-card {
  border: 2px solid #211b14;
  border-radius: 4px;
  background: #fdfbf3;
  padding: 48px 40px;
  text-align: center;
}

.download-h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 600;
  letter-spacing: -0.01em;
  transform: scaleX(0.94);
  transform-origin: center;
}

.download-sub {
  margin: 16px auto 0 auto;
  max-width: 560px;
  font-size: 19px;
  line-height: 1.5;
}

.download-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}

.btn {
  display: block;
  min-width: 220px;
  border: 1.5px solid #211b14;
  border-radius: 3px;
  text-decoration: none;
  padding: 18px 28px;
}

.btn-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
}

.btn-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.btn-solid {
  background: #211b14;
  color: #f6f2e6;
}

.btn-solid:hover {
  background: #3b3327;
  color: #f6f2e6;
}

.btn-outline {
  background: transparent;
  color: #211b14;
}

.btn-outline:hover {
  background: #efe9d8;
  color: #211b14;
}

.btn-label-muted {
  color: #6b5f4d;
}

.download-source {
  margin: 26px 0 0 0;
  font-size: 16px;
}

/* ---------- Footer ---------- */

.footer {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 32px 48px 32px;
}

.rainbow-bar {
  display: flex;
  height: 5px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 24px;
}

.rainbow-bar span {
  flex: 1;
}

.credit {
  margin: 0 0 14px 0;
  font-size: 16px;
  font-style: italic;
}

.fine-print {
  margin: 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #6b5f4d;
}

.fine-print a {
  color: #6b5f4d;
}
