:root {
  --paper: #d0bba9;
  --ink: #0d2a20;
  --muted: #201f1a;
  --soft: rgba(32, 31, 26, 0.72);
  --line: rgba(25, 30, 24, 0.42);
  --olive: #a7aa00;
  --olive-dark: #8e9300;
  --gold: #b88a05;
  --violet: #9f0d49;
  --blue: #00589a;
  --green: #245d18;
  --orange: #c75f05;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: "Courier New", ui-monospace, monospace;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input {
  font: inherit;
}

.page {
  min-height: 100svh;
  overflow-x: clip;
}

.hero {
  width: min(100%, 1619px);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(42px, 4.7vw, 72px) clamp(44px, 4.7vw, 76px) 154px;
  position: relative;
  overflow: hidden;
  background: url("./assets/hero-composite-desktop.jpg") center / cover no-repeat;
}

.copy {
  width: min(51vw, 760px);
  min-width: 580px;
  position: relative;
  z-index: 2;
}

.brand {
  display: inline-block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 4.1vw, 68px);
  line-height: 0.9;
  letter-spacing: 0;
  text-decoration: none;
}

.brand span {
  color: var(--gold);
}

.topNav {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 1.5vw, 24px);
  position: absolute;
  top: 10px;
  left: calc(100vw - clamp(44px, 11vw, 160px) - 200px - clamp(44px, 4.7vw, 76px));
  z-index: 5;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: clamp(10px, 0.72vw, 13px);
  letter-spacing: 0.24em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.topNav a {
  border-bottom: 1px solid transparent;
  padding: 0 0 7px;
  color: rgba(13, 42, 32, 0.86);
  text-decoration: none;
}

.topNav a.active {
  border-bottom-color: currentColor;
}

.foodBand {
  display: none;
}

.intro {
  padding-top: clamp(52px, 7.4vh, 78px);
}

.eyebrow {
  margin: 0 0 clamp(22px, 3.2vh, 32px);
  color: rgba(13, 42, 32, 0.82);
  font-size: clamp(12px, 1vw, 16px);
  letter-spacing: 0.42em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  width: min(820px, 100%);
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(82px, 7.25vw, 128px);
  line-height: 0.92;
  letter-spacing: 0;
}

h1 span {
  white-space: nowrap;
}

.subcopy {
  width: min(600px, 100%);
  margin: clamp(28px, 3.5vh, 38px) 0 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 1.85vw, 32px);
  line-height: 1.14;
  letter-spacing: 0;
}

.note {
  margin: clamp(26px, 3.3vh, 38px) 0 0;
  color: var(--soft);
  font-size: clamp(16px, 1.18vw, 20px);
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.signals {
  width: min(690px, 100%);
  margin: clamp(26px, 3.7vh, 44px) 0 0 -12px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(86px, 1fr));
  list-style: none;
  color: rgba(17, 28, 22, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.35;
  text-align: center;
}

.signals li {
  position: relative;
  min-width: 0;
  padding: 0 10px;
}

.rule {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 1px;
  height: 46px;
  background: rgba(61, 68, 64, 0.36);
}

.dot {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto 13px;
  border-radius: 999px;
}

.metabolic {
  background: var(--gold);
}

.inflammation {
  background: var(--violet);
}

.muscle {
  background: var(--blue);
}

.gut {
  background: var(--green);
}

.nutrition {
  background: var(--orange);
}

.actionDock {
  width: min(100%, 1619px);
  min-height: 154px;
  padding: 20px clamp(44px, 4.7vw, 76px) 18px;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 8;
  background: var(--paper);
  border-top: 1px solid rgba(30, 28, 21, 0.2);
}

.waitlist {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(500px, 0.82fr);
  align-items: end;
  justify-content: space-between;
  gap: clamp(44px, 6vw, 120px);
}

.field {
  display: block;
  min-width: 0;
  color: rgba(15, 24, 19, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.field span {
  display: block;
  margin-bottom: 10px;
}

.field input {
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  outline: none;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 20px;
}

.field input:focus {
  border-bottom-color: var(--olive-dark);
}

.field input[aria-invalid="true"] {
  border-bottom-color: #a73a2f;
}

.submit {
  min-height: 58px;
  border: 0;
  border-radius: 0;
  padding: 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 8vw, 210px);
  color: #fff9dc;
  background: var(--olive);
  box-shadow: none;
  cursor: pointer;
  animation: submit-breathe 3.8s ease-in-out infinite;
  -webkit-animation: submit-breathe 3.8s ease-in-out infinite;
  -webkit-transform: translateZ(0);
  transform-origin: center;
  will-change: transform, box-shadow;
  transition: transform 160ms ease, box-shadow 160ms ease;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.75vw, 30px);
  line-height: 1.1;
}

.submit:hover {
  transform: translateY(-2px);
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.submit:active {
  transform: translateY(0);
}

.submit:disabled {
  cursor: wait;
  background: var(--olive-dark);
}

.submit span:last-child {
  font-size: 42px;
  line-height: 0.7;
}

.message {
  min-height: 20px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.message.error {
  color: #953326;
}

.message.success {
  color: var(--ink);
}

.access {
  margin: -16px 0 0;
  color: rgba(16, 24, 19, 0.72);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  letter-spacing: 0.42em;
  text-align: center;
}

.credit {
  margin: 8px 0 0;
  color: rgba(16, 24, 19, 0.58);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}

.contentPage {
  min-height: 100svh;
  padding: clamp(28px, 4.5vw, 64px) clamp(22px, 5vw, 76px);
  background:
    linear-gradient(rgba(208, 187, 169, 0.9), rgba(208, 187, 169, 0.98)),
    url("./assets/linen-cloth-bg.jpg") center / cover fixed;
}

.libraryPage {
  padding-bottom: calc(clamp(28px, 4.5vw, 64px) + 172px);
}

.contentHeader,
.contentFooter {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.contentHeader {
  min-height: 72px;
  position: relative;
}

.contentBrand,
.footerBrand {
  font-size: clamp(42px, 4vw, 60px);
}

.contentFooter nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px clamp(18px, 3vw, 36px);
  padding-top: 12px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contentNav {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 1.5vw, 24px);
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 5;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: clamp(10px, 0.72vw, 13px);
  letter-spacing: 0.24em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.contentNav a,
.contentFooter a,
.articleToc a,
.relatedLinks a {
  color: var(--ink);
  text-decoration: none;
  text-underline-offset: 0.22em;
}

.contentNav a {
  border-bottom: 1px solid transparent;
  padding: 0 0 7px;
  color: rgba(13, 42, 32, 0.86);
}

.contentNav a.active {
  border-bottom-color: currentColor;
}

.contentFooter a,
.articleToc a,
.relatedLinks a {
  text-decoration: underline;
  text-decoration-color: rgba(13, 42, 32, 0.34);
}

.contentNav a:hover,
.contentFooter a:hover,
.articleToc a:hover,
.relatedLinks a:hover {
  text-decoration-color: var(--gold);
}

.contentPage main {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.contentHero {
  padding: clamp(68px, 9vw, 124px) 0 clamp(54px, 7vw, 92px);
}

.contentPage h1,
.contentPage h2,
.contentPage h3 {
  width: auto;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.contentPage h1 {
  max-width: 980px;
  font-size: clamp(50px, 6.4vw, 104px);
  line-height: 0.96;
}

.contentPage h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.contentPage h3 {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.05;
}

.contentPage p {
  max-width: 790px;
  margin: 0 0 18px;
  color: rgba(32, 31, 26, 0.84);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.48vw, 22px);
  line-height: 1.48;
}

.contentPage .eyebrow,
.contentPage .metaLine,
.contentPage .cardKicker,
.updated,
.articleToc p {
  font-family: "Courier New", ui-monospace, monospace;
}

.directAnswer {
  max-width: 900px;
  margin: clamp(28px, 4vw, 44px) 0 24px;
  padding: clamp(20px, 2.8vw, 32px);
  border-left: 2px solid var(--gold);
  background: rgba(243, 238, 227, 0.34);
}

.directAnswer p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 1.75vw, 28px);
  line-height: 1.34;
}

.lead {
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.28 !important;
}

.contentCta {
  min-height: 52px;
  margin-top: 10px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  color: #fff9dc;
  background: var(--olive);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1;
  text-decoration: none;
}

.contentSection {
  padding: clamp(54px, 7vw, 96px) 0;
  border-top: 1px solid rgba(25, 30, 24, 0.22);
}

.stepGrid,
.dimensionGrid,
.signalGrid,
.ingredientGrid,
.articleGrid,
.splitSection,
.relatedLinks {
  display: grid;
  gap: clamp(18px, 2.4vw, 32px);
}

.stepGrid,
.dimensionGrid,
.signalGrid,
.articleGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ingredientGrid,
.splitSection {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stepGrid article,
.dimensionGrid article,
.signalGrid article,
.ingredientCard,
.articleGrid article {
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid rgba(25, 30, 24, 0.22);
  background: rgba(243, 238, 227, 0.22);
}

.ingredientCard {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.ingredientImage {
  width: 100%;
  margin: 2px 0 20px;
  overflow: hidden;
  border: 1px solid rgba(25, 30, 24, 0.18);
  background: rgba(243, 238, 227, 0.2);
  aspect-ratio: 4 / 3;
}

.ingredientImage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 50%;
}

.stepGrid span,
.cardKicker,
.metaLine,
.updated {
  color: rgba(13, 42, 32, 0.68) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.tagList span {
  padding: 6px 9px;
  border: 1px solid rgba(13, 42, 32, 0.24);
  color: var(--ink);
  font-size: 12px;
  line-height: 1;
}

.heroSignal,
.caution {
  color: var(--ink) !important;
}

.faqSection details,
.articleBody details {
  max-width: 860px;
  padding: 20px 0;
  border-top: 1px solid rgba(25, 30, 24, 0.22);
}

.faqSection summary,
.articleBody summary {
  cursor: pointer;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.5vw, 24px);
}

.articlePage {
  width: min(100%, 980px);
}

.articleHero {
  padding-bottom: clamp(34px, 5vw, 62px);
}

.articleBody {
  max-width: 780px;
}

.articleBody section {
  padding: clamp(34px, 5vw, 62px) 0;
  border-top: 1px solid rgba(25, 30, 24, 0.22);
}

.articleBody h2 {
  font-size: clamp(30px, 3.5vw, 48px);
}

.articleToc {
  max-width: 760px;
  margin-top: 34px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(25, 30, 24, 0.22);
}

.articleToc ol {
  margin: 0;
  padding-left: 22px;
  color: var(--ink);
}

.articleToc li {
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.4;
}

.relatedLinks {
  grid-template-columns: 1fr;
  max-width: 760px;
}

.relatedLinks a {
  padding: 18px 0;
  border-top: 1px solid rgba(25, 30, 24, 0.22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.6vw, 26px);
}

.articleCta {
  margin-bottom: 0;
}

.contentFooter {
  margin-top: clamp(48px, 8vw, 112px);
  padding-top: 28px;
  border-top: 1px solid rgba(25, 30, 24, 0.24);
}

@keyframes submit-breathe {
  0%,
  100% {
    transform: scale(1);
    box-shadow: none;
  }

  50% {
    transform: scale(1.018);
    box-shadow: 0 10px 22px rgba(94, 96, 0, 0.18);
  }
}

@-webkit-keyframes submit-breathe {
  0%,
  100% {
    -webkit-transform: scale(1) translateZ(0);
    box-shadow: none;
  }

  50% {
    -webkit-transform: scale(1.018) translateZ(0);
    box-shadow: 0 10px 22px rgba(94, 96, 0, 0.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .submit {
    animation: none;
  }
}

@media (min-width: 1320px) {
  .hero {
    padding-bottom: 154px;
  }

  .copy {
    width: 760px;
  }
}

@media (max-width: 980px) {
  :root {
    --mobile-dock-height: 178px;
  }

  html {
    min-height: 100%;
    min-height: 100dvh;
    background: var(--paper) url("./assets/hero-composite-mobile.jpg") center top / cover no-repeat fixed;
  }

  body {
    overflow-x: hidden;
    min-height: 100%;
    min-height: 100dvh;
    background: var(--paper) url("./assets/hero-composite-mobile.jpg") center top / cover no-repeat fixed;
  }

  .hero {
    min-height: 100svh;
    padding: 38px 52px calc(var(--mobile-dock-height) + 24px);
    overflow: hidden;
    background-image: url("./assets/hero-composite-mobile.jpg");
    background-position: center top;
  }

  .copy {
    width: 100%;
    min-width: 0;
    position: static;
  }

  .brand {
    font-size: 54px;
    position: relative;
    z-index: 3;
  }

  .topNav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: clamp(10px, 2.6vw, 18px);
    position: absolute;
    top: 54px;
    right: 52px;
    left: auto;
    z-index: 5;
    max-width: 47vw;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: clamp(9px, 1.45vw, 12px);
    letter-spacing: 0.2em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .topNav a {
    border-bottom: 1px solid transparent;
    color: rgba(13, 42, 32, 0.86);
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .topNav a.active {
    border-bottom-color: currentColor;
  }

  .intro {
    padding-top: clamp(46px, 6.4svh, 68px);
    position: relative;
    z-index: 2;
  }

  .eyebrow {
    margin-bottom: clamp(18px, 2.4svh, 28px);
    font-size: clamp(11px, 1.55vw, 14px);
    letter-spacing: 0.34em;
  }

  h1 {
    width: min(610px, 70vw);
    font-size: clamp(60px, 10.5vw, 94px);
    line-height: 0.91;
  }

  h1 span {
    white-space: normal;
  }

  .subcopy {
    width: min(500px, 63vw);
    margin-top: clamp(18px, 2.3svh, 26px);
    font-size: clamp(17px, 2.15vw, 22px);
    line-height: 1.16;
  }

  .note {
    margin-top: clamp(14px, 1.9svh, 22px);
    font-size: clamp(13px, 1.65vw, 16px);
    line-height: 1.55;
  }

  .signals {
    width: auto;
    margin: 0;
    position: absolute;
    left: 52px;
    right: 52px;
    bottom: calc(var(--mobile-dock-height) + 34px);
    z-index: 3;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    font-size: clamp(14px, 1.85vw, 18px);
  }

  .foodBand {
    height: 92px;
    margin: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--mobile-dock-height) + 112px);
    z-index: 1;
    overflow: hidden;
  }

  .foodBand img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 54% 56%;
  }

  .actionDock {
    min-height: var(--mobile-dock-height);
    padding: 12px 52px calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
    border-top-color: rgba(30, 28, 21, 0.18);
  }

  .waitlist {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .field {
    font-size: 16px;
  }

  .field span {
    margin-bottom: 4px;
  }

  .field input {
    height: 34px;
    font-size: 18px;
  }

  .submit {
    min-height: 58px;
    border-radius: 7px;
    font-size: 22px;
    gap: 0;
  }

  .submit span:last-child {
    display: none;
  }

  .message {
    min-height: 16px;
    margin-top: 5px;
    font-size: 12px;
  }

  .access {
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: 0.18em;
  }

  .credit {
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .contentHeader,
  .contentFooter {
    align-items: flex-start;
  }

  .libraryPage {
    padding-bottom: calc(36px + var(--mobile-dock-height, 178px));
  }

  .stepGrid,
  .dimensionGrid,
  .signalGrid,
  .ingredientGrid,
  .articleGrid,
  .splitSection {
    grid-template-columns: 1fr;
  }

  .ingredientImage {
    aspect-ratio: 16 / 11;
    margin-bottom: 18px;
  }
}

@media (max-width: 640px) {
  :root {
    --mobile-dock-height: 158px;
  }

  .hero {
    padding: 36px 28px calc(var(--mobile-dock-height) + 22px);
  }

  .brand {
    font-size: 46px;
  }

  .topNav {
    top: 52px;
    right: 24px;
    max-width: 43vw;
    gap: 8px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .foodBand {
    height: 96px;
    bottom: calc(var(--mobile-dock-height) + 118px);
  }

  .intro {
    padding-top: clamp(48px, 6.2svh, 62px);
  }

  .eyebrow {
    width: 78vw;
    margin-bottom: 15px;
    font-size: 10px;
    letter-spacing: 0.24em;
  }

  h1 {
    width: min(76vw, 326px);
    font-size: clamp(46px, 12.4vw, 60px);
    line-height: 0.92;
  }

  .subcopy {
    width: min(76vw, 318px);
    margin-top: clamp(12px, 1.6svh, 18px);
    font-size: clamp(14px, 3.65vw, 17px);
    line-height: 1.15;
  }

  .note {
    width: min(74vw, 306px);
    margin-top: clamp(11px, 1.5svh, 16px);
    font-size: 12px;
    line-height: 1.48;
  }

  .signals {
    left: 28px;
    right: 28px;
    bottom: calc(var(--mobile-dock-height) + 30px);
    font-size: clamp(10px, 2.95vw, 12px);
    line-height: 1.25;
  }

  .signals li {
    padding: 0 5px;
  }

  .dot {
    width: 9px;
    height: 9px;
    margin-bottom: 10px;
  }

  .rule {
    height: 38px;
  }

  .actionDock {
    min-height: var(--mobile-dock-height);
    padding: 9px 28px calc(9px + env(safe-area-inset-bottom));
    width: 100%;
  }

  .field {
    font-size: 13px;
  }

  .field input {
    height: 30px;
    font-size: 16px;
  }

  .submit {
    min-height: 48px;
    font-size: 18px;
  }

  .access {
    font-size: 10px;
  }

  .credit {
    font-size: 9px;
    letter-spacing: 0.02em;
  }

  .contentPage {
    padding: 24px 20px 36px;
  }

  .contentHeader {
    display: flex;
    min-height: 70px;
  }

  .contentFooter {
    display: block;
  }

  .contentFooter nav {
    justify-content: flex-start;
    padding-top: 18px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .contentNav {
    top: 18px;
    right: 0;
    gap: 8px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .contentHero {
    padding: 54px 0 42px;
  }

  .contentPage h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .contentPage h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .contentPage p {
    font-size: 18px;
  }

  .directAnswer {
    padding: 20px;
  }

  .directAnswer p,
  .lead {
    font-size: 20px !important;
  }
}

@media (max-width: 420px) {
  :root {
    --mobile-dock-height: 154px;
  }

  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  h1 {
    width: min(77vw, 300px);
    font-size: clamp(44px, 11.8vw, 56px);
  }

  .subcopy {
    width: min(77vw, 300px);
    font-size: clamp(13px, 3.55vw, 16px);
  }

  .note {
    width: min(75vw, 292px);
  }

  .signals {
    left: 18px;
    right: 18px;
    bottom: calc(var(--mobile-dock-height) + 28px);
    font-size: 11px;
  }

  .foodBand {
    height: 96px;
    bottom: calc(var(--mobile-dock-height) + 118px);
  }

  .actionDock {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 640px) and (max-height: 740px) {
  :root {
    --mobile-dock-height: 136px;
  }

  .hero {
    padding-top: 30px;
  }

  .brand {
    font-size: 42px;
  }

  .intro {
    padding-top: 40px;
  }

  .eyebrow {
    margin-bottom: 11px;
    font-size: 9px;
  }

  h1 {
    width: min(74vw, 276px);
    font-size: clamp(40px, 10.8vw, 48px);
  }

  .subcopy {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.12;
  }

  .note {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.35;
  }

  .signals {
    bottom: calc(var(--mobile-dock-height) + 24px);
    font-size: 9px;
  }

  .foodBand {
    height: 76px;
    bottom: calc(var(--mobile-dock-height) + 92px);
  }

  .dot {
    margin-bottom: 9px;
  }

  .rule {
    height: 34px;
  }

  .actionDock {
    padding-top: 8px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
  }

  .waitlist {
    gap: 6px;
  }

  .field span {
    margin-bottom: 2px;
    font-size: 11px;
  }

  .field input {
    height: 26px;
    font-size: 15px;
  }

  .submit {
    min-height: 44px;
    font-size: 16px;
  }

  .message {
    min-height: 0;
    margin-top: 3px;
    font-size: 10px;
  }

  .access {
    margin-top: 3px;
    font-size: 9px;
  }

  .credit {
    margin-top: 3px;
    font-size: 8px;
  }
}
