:root {
  --paper: #f4f3ee;
  --surface: #faf9f5;
  --ink: #111512;
  --muted: #656a64;
  --faint: #858982;
  --line: rgba(17, 21, 18, 0.17);
  --line-strong: rgba(17, 21, 18, 0.32);
  --field: #53634d;
  --signal: #087b72;
  --signal-bright: #71dbc4;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
a { font: inherit; }

a { color: inherit; }

.shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.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;
}

.eyebrow,
.item-label {
  margin: 0;
  color: var(--field);
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-light { color: #94aaa1; }

.site-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand img {
  display: block;
  width: 86px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

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

.nav-link {
  color: var(--muted);
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-link:hover,
.footer-links a:hover { color: var(--signal); }

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 6px;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.button-dark:hover {
  border-color: var(--signal);
  background: var(--signal);
}

.button-small {
  min-height: 36px;
  padding-inline: 13px;
  font-size: 12px;
}

.hero {
  min-height: 610px;
  display: grid;
  padding-block: 84px 88px;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(60px, 8vw, 104px);
}

.hero h1 {
  max-width: 730px;
  margin: 21px 0 0;
  font-size: clamp(58px, 6.3vw, 80px);
  font-weight: 500;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.hero-detail { padding-top: 31px; }

.hero-intro {
  margin: 0;
  color: #303531;
  font-size: 18px;
  line-height: 1.58;
}

.hero-principle {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.waitlist-form {
  display: flex;
  width: 100%;
  margin-top: 30px;
  gap: 8px;
  scroll-margin-top: 100px;
}

input[type="email"] {
  min-width: 0;
  min-height: 46px;
  flex: 1 1 auto;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  outline: none;
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink);
  padding: 11px 13px;
  font-size: 15px;
}

input[type="email"]::placeholder { color: var(--faint); }
input[type="email"]:focus { border-color: var(--signal); }

.waitlist-form button {
  min-height: 46px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.waitlist-form button:hover {
  border-color: var(--signal);
  background: var(--signal);
}

.waitlist-form button:disabled {
  cursor: default;
  opacity: 0.62;
}

.form-note {
  margin: 10px 0 0;
  color: var(--faint);
  font-family: "Roboto Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
}

.msg {
  min-height: 18px;
  margin: 9px 0 0;
  color: var(--signal);
  font-size: 13px;
}

.msg.err { color: #a44f37; }

.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.creative-field {
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.field-shell { padding-top: 34px; }

.field-heading {
  max-width: 720px;
}

.field-stage {
  position: relative;
  width: 100vw;
  height: 372px;
  margin-top: 12px;
  margin-left: calc(50% - 50vw);
}

#bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.landscape-annotations {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.annotation {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 180ms ease;
  will-change: transform;
}

.annotation-pin {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.landscape-point {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  opacity: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: opacity 180ms ease;
  will-change: left, top;
}

.point-owned { background: #e2e5df; }
.point-reference { background: #819287; }
.point-direction {
  width: 7px;
  height: 7px;
  background: var(--signal-bright);
}

.annotation::after {
  position: absolute;
  z-index: 0;
  top: -7px;
  left: 4px;
  width: 20px;
  border-top: 1px solid rgba(244, 243, 238, 0.46);
  content: "";
  transform: rotate(-42deg);
  transform-origin: left center;
}

.annotation-copy {
  position: absolute;
  z-index: 1;
  top: -39px;
  left: 22px;
  padding: 5px 7px;
  background: rgba(17, 21, 18, 0.84);
}

.annotation-copy strong {
  display: block;
  color: var(--paper);
  font-family: "Roboto Mono", monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.annotation-owned::after {
  right: 4px;
  left: auto;
  transform: rotate(42deg);
  transform-origin: right center;
}

.annotation-owned .annotation-copy {
  right: 22px;
  left: auto;
  text-align: right;
}

.annotation-direction::after {
  top: 7px;
  right: 4px;
  left: auto;
  transform: rotate(-42deg);
  transform-origin: right center;
}

.annotation-direction .annotation-copy {
  top: 15px;
  right: 22px;
  left: auto;
  text-align: right;
}

.product {
  padding-top: 92px;
  scroll-margin-top: 30px;
}

.product-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  align-items: end;
  gap: clamp(60px, 9vw, 114px);
}

.product h2,
.plans-strip h2 {
  margin: 16px 0 0;
  font-size: clamp(42px, 4.6vw, 58px);
  font-weight: 500;
  letter-spacing: -0.048em;
  line-height: 1.03;
}

.product-heading > p {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.product-grid {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-item {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--surface);
}

.product-item h3 {
  max-width: 280px;
  margin: 49px 0 0;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.14;
}

.product-item > p:last-child {
  max-width: 330px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.57;
}

.plans-strip {
  display: grid;
  margin-top: 92px;
  margin-bottom: 72px;
  padding: 38px 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 54px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--paper);
}

.plans-strip .eyebrow { color: #a9ada7; }

.plans-strip h2 {
  max-width: 660px;
  margin-top: 13px;
  font-size: clamp(32px, 3.4vw, 41px);
}

.plans-strip p:last-child {
  max-width: 660px;
  margin: 12px 0 0;
  color: #c2c5bf;
  font-size: 14px;
  line-height: 1.55;
}

.plans-link {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  padding: 0 17px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.plans-link:hover { color: var(--signal); }

.site-footer {
  position: relative;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.035em;
}

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

.footer-intelligence {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intelligence-tag {
  display: flex;
  align-items: flex-start;
  color: var(--ink);
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}

.intelligence-wheel {
  display: inline-block;
  height: 1.4em;
  overflow: hidden;
  vertical-align: top;
  transition: width 480ms cubic-bezier(.16, 1, .3, 1);
}

.intelligence-strip {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.intelligence-word {
  height: 1.4em;
  color: var(--faint);
  line-height: 1.4em;
  white-space: nowrap;
}

.intelligence-word.home { color: var(--muted); }
.intelligence-suffix { margin-left: 0.34em; }

@media (max-width: 940px) {
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .hero-detail { max-width: 650px; padding-top: 0; }
  .waitlist-form { max-width: 500px; }
  .product-heading { grid-template-columns: 1fr; gap: 24px; }
  .product-heading > p { max-width: 650px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 30px, 1160px); }
  .site-header { min-height: 64px; }
  .brand img { width: 80px; }
  .site-nav { gap: 12px; }
  .button-small { min-height: 34px; padding-inline: 11px; }

  .hero { padding-block: 60px 68px; gap: 34px; }
  .hero h1 { font-size: 50px; }
  .hero-intro { font-size: 17px; }
  .waitlist-form { flex-direction: column; }
  .waitlist-form button { width: 100%; }

  .field-shell { padding-top: 29px; }
  .field-stage { height: 320px; }
  .annotation-reference { display: none; }
  .landscape-point.point-reference,
  .landscape-point.mobile-hidden { display: none; }
  .annotation-copy { padding: 4px 6px; }

  .product { padding-top: 76px; }
  .product h2 { font-size: 41px; }
  .product-grid { margin-top: 42px; grid-template-columns: 1fr; }
  .product-item { min-height: 235px; padding: 23px; }
  .product-item h3 { margin-top: 38px; }

  .plans-strip {
    margin-top: 70px;
    margin-bottom: 54px;
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .plans-strip h2 { font-size: 32px; }
  .plans-link { width: 100%; }

  .site-footer {
    min-height: 112px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
  }
  .footer-intelligence {
    position: static;
    order: 3;
    margin-top: 2px;
    transform: none;
  }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 46px; }
  .field-stage { height: 290px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .intelligence-wheel { transition: none; }
}
