:root {
  --forest: #12251c;
  --forest-deep: #07120e;
  --fern: #496f43;
  --fern-soft: #d6dfba;
  --moss: #8ca56c;
  --lichen: #eef0db;
  --paper: #f4ecd7;
  --paper-deep: #e1d2ae;
  --ink: #1d251c;
  --bark: #7b5737;
  --clay: #b66a45;
  --sky: #83b6bc;
  --line: rgba(29, 37, 28, 0.14);
  --white-line: rgba(244, 236, 215, 0.22);
  --shadow: 0 28px 90px rgba(22, 29, 19, 0.35);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8f3e6 0%, #ede2c5 44%, #d4c49e 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::selection {
  color: var(--forest-deep);
  background: var(--fern-soft);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--paper);
  background: var(--forest);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 18, 14, 0.64);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--paper);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 18px;
  line-height: 1;
}

.brand small {
  color: var(--fern-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(244, 236, 215, 0.18);
  border-radius: 999px;
  background: rgba(7, 18, 14, 0.25);
}

.nav-links a,
.nav-action {
  white-space: nowrap;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 15px;
  color: rgba(244, 236, 215, 0.86);
  font-size: 14px;
  font-weight: 760;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--paper);
  background: rgba(244, 236, 215, 0.11);
  outline: none;
}

.nav-action {
  color: var(--forest-deep);
  background: var(--fern-soft);
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  isolation: isolate;
}

.hero-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0 84px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 44px;
  align-items: center;
}

.hero-phone {
  position: relative;
  justify-self: center;
  width: min(100%, 420px);
  min-height: 520px;
}

.hero-device {
  position: absolute;
  top: 8px;
  right: 6%;
  width: 246px;
  padding: 9px;
  border-radius: 34px;
  background: #10150f;
  border: 1px solid rgba(244, 236, 215, 0.28);
  box-shadow: 0 46px 90px rgba(4, 10, 7, 0.65), 0 8px 22px rgba(4, 10, 7, 0.5);
  transform: rotate(3deg);
  z-index: 2;
}

.hero-device img {
  border-radius: 26px;
}

.hero-device-back {
  top: 74px;
  right: auto;
  left: 2%;
  width: 210px;
  transform: rotate(-6deg);
  opacity: 0.92;
  z-index: 1;
}

.hero-proof {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  flex: 1;
  min-width: 150px;
  border: 1px solid rgba(244, 236, 215, 0.2);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(6, 16, 12, 0.45);
  backdrop-filter: blur(6px);
}

.hero-proof strong {
  display: block;
  font-size: 14px;
}

.hero-proof span {
  color: rgba(244, 236, 215, 0.68);
  font-size: 12.5px;
  line-height: 1.4;
}

.hero-photo,
.hero-mist {
  position: absolute;
  inset: 0;
}

.hero-photo {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-mist {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 16, 12, 0.9), rgba(6, 16, 12, 0.55) 42%, rgba(6, 16, 12, 0.35)),
    linear-gradient(180deg, rgba(6, 16, 12, 0.1), rgba(6, 16, 12, 0.74) 76%, #f8f3e6 100%);
}

.hero-content {
  display: grid;
  gap: 18px;
}

.overline {
  margin: 0;
  color: #f3d58d;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 780px;
  font-family: var(--display);
  font-size: 62px;
  line-height: 0.98;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.hero-copy {
  max-width: 560px;
  color: rgba(244, 236, 215, 0.88);
  font-size: 17.5px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 19px;
  font-weight: 850;
}

.button-primary {
  color: var(--forest-deep);
  background: var(--paper);
}

.button-quiet {
  border: 1px solid rgba(244, 236, 215, 0.3);
  color: var(--paper);
  background: rgba(244, 236, 215, 0.12);
}

.sample-wrap,
.nature-proof,
.packs,
.field-guide,
.social,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.sample-wrap {
  padding: 46px 0 64px;
}

.section-heading {
  max-width: 780px;
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.section-heading h2,
.field-guide h2,
.social h2,
.beta h2 {
  color: var(--forest);
  font-family: var(--display);
  font-size: 44px;
  line-height: 1.06;
  font-weight: 650;
  letter-spacing: -0.005em;
  text-wrap: balance;
}

.section-heading p,
.social p {
  max-width: 720px;
  color: rgba(29, 37, 28, 0.72);
  font-size: 18px;
  line-height: 1.58;
}

/* ---- sample section: phone-framed mini app ---- */

.sample-layout {
  width: min(100%, 1010px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.sample-layout .section-heading {
  max-width: 500px;
  margin-bottom: 0;
}

.phone-stage {
  display: grid;
  justify-items: center;
}

.trail-card {
  position: relative;
  width: min(348px, 100%);
  padding: 12px;
  border: 1px solid rgba(193, 144, 58, 0.38);
  border-radius: 44px;
  background: #0a0f0b;
  box-shadow:
    0 46px 110px rgba(7, 18, 14, 0.5),
    0 16px 40px rgba(7, 18, 14, 0.38),
    inset 0 1px 0 rgba(244, 236, 215, 0.08);
}

.trail-card::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 6;
  width: 98px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #0a0f0b;
  box-shadow: inset 0 1px 0 rgba(244, 236, 215, 0.05);
}

.sample-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.nature-proof article,
.pack-grid article,
.field-guide,
.social {
  border: 1px solid rgba(72, 84, 55, 0.16);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

/* ---- the phone screen ---- */

.map-paper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 690px;
  overflow: hidden;
  border-radius: 33px;
  background: linear-gradient(170deg, #14261c, #0a1611 72%);
}

.map-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 40px 20px 12px;
  border-bottom: 1px solid rgba(244, 236, 215, 0.08);
}

.pack-grid span,
.social aside span {
  color: var(--bark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.map-top span {
  display: block;
  color: #f3d58d;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-top strong {
  display: block;
  margin-top: 3px;
  color: #fdf6e3;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 650;
}

.map-top em {
  padding: 4px 9px;
  border: 1px solid rgba(244, 236, 215, 0.16);
  border-radius: 999px;
  color: rgba(244, 236, 215, 0.45);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ---- the map ---- */

.map-art {
  position: relative;
  flex: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 22%, rgba(73, 111, 67, 0.4), transparent 46%),
    radial-gradient(circle at 82% 64%, rgba(20, 45, 32, 0.85), transparent 52%),
    linear-gradient(168deg, #172a1f, #0a1611 78%);
}

.paper-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(244, 236, 215, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 236, 215, 0.028) 1px, transparent 1px);
  background-size: 30px 30px;
}

.contour {
  position: absolute;
  height: 130px;
  width: 150%;
  border-top: 1px solid rgba(193, 144, 58, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.contour-a {
  left: -30%;
  top: 10%;
  transform: rotate(-7deg);
}

.contour-b {
  left: -16%;
  top: 34%;
  transform: rotate(5deg);
}

.contour-c {
  left: -24%;
  top: 58%;
  transform: rotate(-4deg);
}

.trail-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.trail-casing {
  fill: none;
  stroke: rgba(4, 10, 7, 0.72);
  stroke-width: 7px;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.trail-blaze {
  fill: none;
  stroke: #f6efdd;
  stroke-width: 2.5px;
  stroke-linecap: round;
  stroke-dasharray: 9 7;
  vector-effect: non-scaling-stroke;
}

.mile {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 20px;
  padding: 0 7px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(193, 144, 58, 0.4);
  border-radius: 999px;
  color: #f3d58d;
  background: rgba(7, 18, 13, 0.88);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.mile-a {
  left: 12%;
  top: 36%;
}

.mile-b {
  left: 30%;
  top: 27%;
}

.mile-c {
  left: 48%;
  top: 16%;
}

.mile-d {
  left: 66%;
  top: 7%;
}

.map-pin,
.you-pin {
  position: absolute;
  z-index: 3;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
}

.map-pin {
  display: block;
  padding: 6px;
  border: 1px solid rgba(193, 144, 58, 0.45);
  border-radius: 50%;
  cursor: pointer;
  background: rgba(7, 18, 13, 0.88);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45);
}

.map-pin img,
.you-pin img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pin-shelter {
  left: 28%;
  top: 42%;
}

.pin-water {
  left: 46%;
  top: 30%;
}

.pin-view {
  left: 64%;
  top: 19%;
}

.pin-camp {
  left: 84%;
  top: 10%;
}

.you-pin {
  left: 16%;
  top: 47%;
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.5));
}

#point-spruce:checked ~ .map-paper .pin-shelter,
#point-blueledge:checked ~ .map-paper .pin-water,
#point-copper:checked ~ .map-paper .pin-view,
#point-mossrun:checked ~ .map-paper .pin-camp {
  outline: 3px solid #f3d58d;
  outline-offset: 3px;
  box-shadow:
    0 0 0 9px rgba(243, 213, 141, 0.14),
    0 10px 22px rgba(0, 0, 0, 0.45);
}

#point-spruce:focus-visible ~ .map-paper .pin-shelter,
#point-blueledge:focus-visible ~ .map-paper .pin-water,
#point-copper:focus-visible ~ .map-paper .pin-view,
#point-mossrun:focus-visible ~ .map-paper .pin-camp {
  outline: 3px solid var(--sky);
  outline-offset: 4px;
}

/* ---- the bottom sheet ---- */

.field-note {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 5;
  overflow: hidden;
  padding: 26px 18px 18px;
  border: 1px solid rgba(193, 144, 58, 0.32);
  border-radius: 20px 20px 33px 33px;
  color: var(--paper);
  background: linear-gradient(175deg, rgba(24, 42, 31, 0.96), rgba(9, 20, 14, 0.98));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 -20px 50px rgba(4, 10, 7, 0.55);
}

.note-handle {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 44px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(244, 236, 215, 0.26);
}

.note-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.note-header span {
  color: #f3d58d;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.note-header strong {
  color: rgba(244, 236, 215, 0.5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.point-note {
  display: none;
  gap: 10px;
}

#point-spruce:checked ~ .field-note .note-spruce,
#point-blueledge:checked ~ .field-note .note-blueledge,
#point-copper:checked ~ .field-note .note-copper,
#point-mossrun:checked ~ .field-note .note-mossrun {
  display: grid;
}

.note-type {
  width: fit-content;
  padding: 5px 10px;
  border: 1px solid rgba(243, 213, 141, 0.35);
  border-radius: 999px;
  color: #f3d58d;
  background: rgba(243, 213, 141, 0.08);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.point-note h3 {
  color: #fdf6e3;
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.04;
  font-weight: 650;
}

.point-note p:not(.note-type) {
  color: rgba(244, 236, 215, 0.72);
  font-size: 13.5px;
  line-height: 1.5;
}

.point-note dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 6px 0 0;
}

.point-note div {
  display: grid;
  gap: 3px;
  padding: 10px 8px;
  border: 1px solid rgba(193, 144, 58, 0.26);
  border-radius: 12px;
  background: rgba(7, 18, 13, 0.55);
}

.point-note dt,
.point-note dd {
  margin: 0;
}

.point-note dt {
  color: rgba(244, 236, 215, 0.52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.point-note dd {
  color: #f3d58d;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

.nature-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 0 56px;
}

.nature-proof article {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  background: rgba(255, 252, 240, 0.64);
  box-shadow: none;
}

.nature-proof img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.nature-proof span {
  color: var(--forest);
  font-size: 21px;
  font-weight: 850;
}

.nature-proof p {
  color: rgba(29, 37, 28, 0.68);
  line-height: 1.55;
}

.packs {
  padding: 44px 0;
  border-top: 1px solid rgba(29, 37, 28, 0.12);
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.pack-grid article {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  background: rgba(255, 252, 240, 0.7);
  box-shadow: none;
}

.pack-grid article.is-current {
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(73, 111, 67, 0.2), transparent 58%),
    var(--forest);
}

.pack-grid article.is-current span,
.pack-grid article.is-current p {
  color: rgba(244, 236, 215, 0.76);
}

.pack-grid h3 {
  color: inherit;
  font-size: 25px;
  line-height: 1.08;
}

.pack-grid p {
  color: rgba(29, 37, 28, 0.68);
  line-height: 1.52;
}

.field-guide {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 44px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent),
    var(--paper);
  box-shadow: none;
}

.guide-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
}

.guide-list article {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
  padding: 22px;
  background: rgba(255, 252, 240, 0.72);
}

.guide-list strong {
  color: var(--forest);
  font-size: 18px;
}

.guide-list p {
  color: rgba(29, 37, 28, 0.68);
  line-height: 1.5;
}

.social {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
  margin-top: 56px;
  margin-bottom: 56px;
  padding: 34px;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(140, 165, 108, 0.2), transparent 42%),
    var(--forest-deep);
}

.social h2 {
  color: var(--paper);
}

.social p {
  color: rgba(244, 236, 215, 0.74);
}

.social aside {
  display: grid;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(244, 236, 215, 0.14);
  border-radius: 10px;
  padding: 26px;
  background: rgba(244, 236, 215, 0.07);
}

.social aside p {
  font-size: 23px;
  line-height: 1.24;
  font-weight: 760;
}

.site-footer {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(29, 37, 28, 0.16);
  color: rgba(29, 37, 28, 0.62);
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer strong,
.site-footer a {
  color: var(--forest);
  font-weight: 850;
}

.hero-trust {
  margin-top: 2px;
  color: rgba(244, 236, 215, 0.72);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.beta,
.inside {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.beta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 56px;
  padding: 36px;
  border: 1px solid rgba(72, 84, 55, 0.16);
  border-radius: 10px;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(140, 165, 108, 0.22), transparent 46%),
    var(--forest);
  box-shadow: var(--shadow);
}

.beta h2 {
  color: var(--paper);
}

.beta-copy {
  display: grid;
  gap: 18px;
}

.beta-copy > p:not(.overline):not(.beta-fine) {
  max-width: 60ch;
  color: rgba(244, 236, 215, 0.8);
  font-size: 18px;
  line-height: 1.58;
}

.beta-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 6px 0 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
}

.beta-steps li {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(244, 236, 215, 0.16);
  border-radius: 10px;
  background: rgba(244, 236, 215, 0.07);
  counter-increment: step;
}

.beta-steps li::before {
  content: counter(step, decimal-leading-zero);
  color: #f3d58d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.beta-steps strong {
  font-size: 16px;
}

.beta-steps span {
  color: rgba(244, 236, 215, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.button-forest {
  color: var(--forest-deep);
  background: #f3d58d;
}

.button-forest:hover,
.button-forest:focus-visible {
  background: var(--paper);
  outline: none;
}

.beta-fine {
  max-width: 60ch;
  color: rgba(244, 236, 215, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.beta-qr {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(244, 236, 215, 0.16);
  border-radius: 10px;
  background: rgba(244, 236, 215, 0.07);
}

.beta-qr img {
  width: min(246px, 100%);
  border-radius: 8px;
}

.beta-qr span {
  color: rgba(244, 236, 215, 0.72);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.inside {
  padding: 0 0 44px;
}

.beta-form {
  display: grid;
  gap: 13px;
  align-content: start;
  padding: 24px;
  border: 1px solid rgba(244, 236, 215, 0.16);
  border-radius: 12px;
  background: rgba(244, 236, 215, 0.07);
}

.beta-form > span {
  color: var(--fern-soft);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bf-field {
  display: grid;
  gap: 6px;
  color: rgba(244, 236, 215, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.bf-field em {
  color: #f3d58d;
  font-size: 11px;
  font-style: normal;
  margin-left: 4px;
}

.bf-field input {
  min-height: 44px;
  border: 1px solid rgba(244, 236, 215, 0.24);
  border-radius: 9px;
  padding: 0 13px;
  color: var(--paper);
  background: rgba(6, 16, 12, 0.55);
  font: inherit;
  font-weight: 600;
}

.bf-field input::placeholder {
  color: rgba(244, 236, 215, 0.38);
  font-weight: 500;
}

.bf-field input:focus-visible {
  outline: 2px solid #f3d58d;
  outline-offset: 1px;
  border-color: transparent;
}

.bf-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.beta-form .button {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.beta-form .button:disabled {
  opacity: 0.6;
  cursor: default;
}

.bf-status {
  min-height: 20px;
  color: rgba(244, 236, 215, 0.66);
  font-size: 13px;
  line-height: 1.5;
}

.bf-status.is-ok {
  color: #b9e4c3;
  font-weight: 700;
}

.bf-status.is-error {
  color: #f0b9a8;
  font-weight: 700;
}

/* ---- for businesses ---- */

.for-business {
  display: grid;
  gap: 26px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 56px;
  padding: 40px 36px 44px;
  border: 1px solid rgba(72, 84, 55, 0.16);
  border-radius: 10px;
  color: var(--paper);
  background:
    linear-gradient(150deg, rgba(140, 165, 108, 0.2), transparent 44%),
    var(--forest);
  box-shadow: var(--shadow);
}

.for-business h2 {
  max-width: 680px;
  color: var(--paper);
  font-family: var(--display);
  font-size: 44px;
  line-height: 1.06;
  font-weight: 650;
  letter-spacing: -0.005em;
  text-wrap: balance;
}

.business-intro {
  display: grid;
  gap: 12px;
}

.business-intro > p:not(.overline) {
  max-width: 66ch;
  color: rgba(244, 236, 215, 0.8);
  font-size: 18px;
  line-height: 1.58;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.business-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(244, 236, 215, 0.16);
  border-radius: 10px;
  background: rgba(244, 236, 215, 0.07);
}

.business-grid h3 {
  color: #f3d58d;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.12;
  font-weight: 650;
}

.business-grid p {
  color: rgba(244, 236, 215, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.business-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.button-gold {
  padding: 0 24px;
  color: var(--forest-deep);
  background: #f3d58d;
}

.business-cta p {
  max-width: 52ch;
  color: rgba(244, 236, 215, 0.62);
  font-size: 13.5px;
  line-height: 1.5;
}

.shots {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 236px;
  gap: 16px;
  overflow-x: auto;
  padding: 6px 4px 18px;
  scroll-snap-type: x proximity;
}

.shots figure {
  margin: 0;
  display: grid;
  gap: 10px;
  scroll-snap-align: start;
}

.shots img {
  width: 100%;
  border: 1px solid rgba(29, 37, 28, 0.18);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(22, 29, 19, 0.28);
}

.shots figcaption {
  color: rgba(29, 37, 28, 0.66);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

@media (max-width: 1080px) {
  h1 {
    font-size: 52px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 0 64px;
  }

  .hero-phone {
    min-height: 460px;
    width: min(100%, 360px);
  }

  .beta {
    grid-template-columns: 1fr;
  }

  .beta-qr {
    justify-self: start;
  }

  .sample-layout,
  .field-guide,
  .social {
    grid-template-columns: 1fr;
  }

  .sample-layout {
    gap: 34px;
  }

  .sample-layout .section-heading {
    max-width: 680px;
  }

  .pack-grid,
  .business-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }
}

@media (max-width: 780px) {

  h1 {
    font-size: 48px;
  }

  .hero {
    min-height: 660px;
  }

  .hero-copy,
  .section-heading p,
  .social p {
    font-size: 17px;
  }

  .section-heading h2,
  .field-guide h2,
  .social h2,
  .for-business h2 {
    font-size: 34px;
  }

  .nature-proof,
  .pack-grid {
    grid-template-columns: 1fr;
  }

  .beta {
    padding: 26px;
  }

  .beta-steps {
    grid-template-columns: 1fr;
  }

  .shots {
    grid-auto-columns: 196px;
  }

  .guide-list article,
  .business-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .nav,
  .hero-content,
  .sample-wrap,
  .nature-proof,
  .packs,
  .field-guide,
  .social,
  .site-footer {
    width: min(100% - 22px, 1180px);
  }

  .brand strong {
    font-size: 16px;
  }

  .nav-action {
    padding: 0 12px;
  }

  h1 {
    font-size: 38px;
  }

  .hero-phone {
    min-height: 430px;
  }

  .hero-device {
    width: 200px;
    right: 2%;
  }

  .hero-device-back {
    width: 172px;
    left: 0;
  }

  .field-guide,
  .social {
    padding: 22px;
  }

  .for-business {
    width: min(100% - 22px, 1180px);
    padding: 26px 22px 30px;
  }

  .social aside p {
    font-size: 20px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 0;
  }
}


/* ---- density pass: stats bar, guide grid, faq, closing, footer map ---- */

.stats-bar {
  background: var(--forest-deep);
  border-top: 1px solid rgba(244, 236, 215, 0.1);
}

.stats-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stats-inner div {
  padding: 20px 22px;
  border-left: 1px solid rgba(244, 236, 215, 0.1);
}

.stats-inner div:first-child {
  border-left: 0;
}

.stats-inner b {
  display: block;
  color: var(--paper);
  font-family: var(--display);
  font-size: 26px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

.stats-inner span {
  color: rgba(244, 236, 215, 0.6);
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sample-wrap .overline,
.packs .overline,
.field-guide .overline,
.inside .overline,
.faq .overline {
  color: var(--bark);
}

.guide-grid {
  grid-template-columns: 1fr 1fr;
}

.guide-grid article {
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 16px 20px;
}

.faq {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0;
}

.faq-list {
  max-width: 780px;
  display: grid;
  gap: 8px;
}

.faq-list details {
  border: 1px solid rgba(72, 84, 55, 0.18);
  border-radius: 10px;
  background: rgba(255, 252, 240, 0.7);
  padding: 0 18px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 0;
  color: var(--forest);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 650;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--bark);
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.faq-list details[open] summary::after {
  content: "2";
}

.faq-list details p {
  padding: 0 0 16px;
  color: rgba(29, 37, 28, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.closing {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 56px;
  padding: 48px 40px;
  border: 1px solid rgba(72, 84, 55, 0.16);
  border-radius: 12px;
  text-align: center;
  color: var(--paper);
  background:
    radial-gradient(600px 220px at 50% 0%, rgba(140, 165, 108, 0.18), transparent 70%),
    var(--forest);
  box-shadow: var(--shadow);
  display: grid;
  justify-items: center;
  gap: 12px;
}

.closing h2 {
  color: var(--paper);
  font-family: var(--display);
  font-size: 40px;
  font-weight: 650;
}

.closing p {
  color: rgba(244, 236, 215, 0.78);
  max-width: 54ch;
}

.footer-map {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}

.footer-map div {
  display: grid;
  gap: 5px;
}

.footer-map span {
  color: var(--bark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-map a {
  color: rgba(29, 37, 28, 0.7);
  font-size: 13.5px;
  font-weight: 700;
}

.footer-map a:hover {
  color: var(--forest);
}

@media (max-width: 900px) {
  .stats-inner {
    grid-template-columns: 1fr 1fr;
  }

  .stats-inner div:nth-child(3) {
    border-left: 0;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .stats-inner b {
    font-size: 20px;
  }

  .closing {
    padding: 34px 20px;
  }

  .footer-map {
    gap: 24px;
  }
}


/* ---- real-screenshot phone demo ---- */
.demo-tabs { display:flex; gap:8px; margin-top:20px; }
.demo-tab {
  border:1px solid rgba(29,37,28,0.16); background:rgba(255,252,240,0.7);
  color:rgba(29,37,28,0.66); font:inherit; font-weight:750; font-size:14px;
  padding:8px 18px; border-radius:999px; cursor:pointer; transition:all .15s ease;
}
.demo-tab.is-on { color:var(--forest-deep); background:#f3d58d; border-color:transparent; }
.demo-caption { margin-top:14px; color:rgba(29,37,28,0.66); font-size:15px; min-height:2.6em; max-width:42ch; }

.real-phone {
  position:relative; width:min(300px,100%); margin:0 auto; padding:10px;
  border-radius:42px; background:#0a0f0b; border:1px solid rgba(193,144,58,0.3);
  box-shadow:0 46px 110px rgba(7,18,14,0.5),0 16px 40px rgba(7,18,14,0.38),inset 0 1px 0 rgba(244,236,215,0.08);
}
.real-notch {
  position:absolute; top:20px; left:50%; transform:translateX(-50%);
  width:96px; height:24px; border-radius:13px; background:#0a0f0b; z-index:3;
}
.real-screens { position:relative; border-radius:32px; overflow:hidden; aspect-ratio:1179/2556; background:#0e1f17; }
.real-screen {
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  opacity:0; transition:opacity .4s ease; pointer-events:none;
}
.real-screen.is-on { opacity:1; }
@media (prefers-reduced-motion:reduce){ .real-screen{ transition:none; } }


/* ---- dual join: instant QR + waitlist ---- */
.join-now { display:flex; gap:20px; align-items:center; flex-wrap:wrap; margin-top:6px; }
.join-qr {
  flex:none; display:block; padding:10px; border-radius:14px; background:#f4ecd7;
  border:1px solid rgba(244,236,215,0.2); box-shadow:0 12px 30px rgba(4,10,7,0.4);
  transition:transform .15s ease;
}
.join-qr:hover, .join-qr:focus-visible { transform:translateY(-2px); outline:none; }
.join-qr img { display:block; width:150px; height:150px; border-radius:6px; }
.join-now-copy { flex:1; min-width:220px; display:grid; gap:12px; }
.join-now-lead { color:rgba(244,236,215,0.82); font-size:15px; font-weight:700; }
.join-now-copy .button-forest { justify-self:start; }
.bf-intro { color:rgba(244,236,215,0.66); font-size:13.5px; line-height:1.5; margin-top:-2px; }
@media (max-width:560px){ .join-qr img{ width:128px; height:128px; } }
