:root {
  --ink: #11110f;
  --paper: #f3f0df;
  --deep: #161714;
  --gold: #d49d38;
  --olive: #8c8d43;
  --line: #171713;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  font-family: var(--sans);
}
* {
  box-sizing: border-box;
}
html,
body {
  min-width: 0;
  min-height: 100%;
  margin: 0;
  background: var(--deep);
  color: var(--ink);
}
button {
  font: inherit;
  cursor: pointer;
}
button:focus-visible {
  outline: 3px solid #dd9f2f;
  outline-offset: 3px;
}
.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.stage {
  position: relative;
  display: grid;
  min-height: 100dvh;
  place-items: center;
  overflow: hidden;
  padding: 48px 24px;
  background: #151614;
}
.ticker {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  height: 63px;
  overflow: hidden;
  border-block: 1px solid #8b6930;
  color: #dbad50;
  font-size:14px;
  line-height: 31px;
  white-space: nowrap;
}
.ticker span {
  min-width: 25%;
  padding-inline: 20px;
  text-align: center;
  border-right: 1px solid #8b6930;
}
.display-word {
  position: absolute;
  z-index: 0;
  margin: 0;
  color: var(--gold);
  font-size: clamp(92px, 16vw, 248px);
  font-weight: 300;
  letter-spacing: -0.08em;
  line-height: 0.8;
}
.word-organic {
  top: 47%;
  left: -0.07em;
}
.word-plans {
  right: -0.06em;
  bottom: 25%;
  color: var(--olive);
}
.edition {
  position: absolute;
  z-index: 0;
  margin: 0;
  color: var(--olive);
  font-size: clamp(76px, 10vw, 164px);
  font-weight: 300;
  letter-spacing: -0.09em;
}
.edition-one {
  top: 30%;
  right: 7%;
  color: var(--gold);
}
.edition-two {
  bottom: 21%;
  left: 5%;
}
.stage-note {
  position: absolute;
  z-index: 1;
  margin: 0;
  color: #878a4a;
  font-size: 14px;
  line-height: 1.3;
}
.note-left {
  top: 19%;
  left: 5%;
}
.note-right {
  right: 5%;
  bottom: 10%;
  text-align: right;
}
.ring-row {
  position: absolute;
  z-index: 1;
  width: 214px;
  height: 41px;
  background: repeating-radial-gradient(
    circle at 19px 20px,
    transparent 0 18px,
    #8e7138 19px 20px,
    transparent 21px 37px
  );
  opacity: 0.8;
}
.ring-left {
  top: 38%;
  left: 5%;
}
.ring-right {
  right: 8%;
  bottom: 20%;
}
.showcase-device {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  padding: 6px;
  border: 1px solid #e7e4d5;
  border-radius: 26px;
  background: #10110f;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.ghost-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: var(--paper);
  color: var(--ink);
}
.ghost-screen > p {
  margin: 61px 26px 0;
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: -0.08em;
}
.ghost-left {
  top: 54px;
  left: calc(50% - 445px);
  width: 372px;
  height: 704px;
}
.ghost-left h2 {
  margin: 54px 26px 0;
  font-size: 34px;
  letter-spacing: -0.08em;
  line-height: 0.95;
}
.ghost-left span {
  display: block;
  width: 176px;
  margin: 15px 26px 0;
  font-size:14px;
  line-height: 1.1;
}
.ghost-left img {
  position: absolute;
  right: -52px;
  bottom: -30px;
  width: 360px;
  height: 306px;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.ghost-tags {
  display: grid;
  justify-items: start;
  gap: 7px;
  margin: 44px 26px 0;
}
.ghost-tags i,
.ghost-button {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid var(--ink);
  border-radius: 7px;
  font-size:14px;
  font-style: normal;
  text-transform: uppercase;
}
.ghost-middle {
  top: 282px;
  left: calc(50% - 230px);
  z-index: 2;
  width: 306px;
  height: 584px;
}
.ghost-middle .ghost-screen {
  background: #e6e4bd;
}
.ghost-middle .ghost-screen > p {
  margin-top: 63px;
}
.ghost-week {
  display: block;
  margin: 110px 28px 0;
  font-size: 27px;
  letter-spacing: -0.07em;
}
.ghost-middle h2 {
  margin: 3px 28px 0;
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 0.78;
}
.ghost-middle b {
  display: block;
  width: 190px;
  margin: 47px 28px 0;
  font-size: 15px;
  line-height: 1.08;
}
.ghost-middle .ghost-button {
  margin: 37px 28px 0;
  border-color: transparent;
  background: #080905;
  color: #fff;
}
.phone {
  position: relative;
  z-index: 2;
  width: 390px;
  height:844px;
  padding: 7px;
  border: 1px solid #e5e0cc;
  border-radius: 43px;
  background: #11120f;
  box-shadow:
    0 22px 45px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px #74746a;
}
@media (min-width: 900px) {
  .phone {
    z-index: 3;
    transform: translateX(170px);
  }
}
.screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 35px;
  background: var(--paper);
}
.island {
  position: absolute;
  z-index: 12;
  top: 11px;
  left: 50%;
  width: 96px;
  height: 24px;
  border-radius: 16px;
  background: #050505;
  transform: translateX(-50%);
}
.statusbar {
  position: relative;
  z-index: 13;
  display: flex;
  height: 43px;
  align-items: center;
  justify-content: space-between;
  padding: 4px 20px 0 23px;
  font-size:14px;
  font-weight: 750;
}
.statusbar span {
  display: flex;
  gap: 3px;
  align-items: center;
}
.statusbar svg {
  display: block;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.statusbar svg:last-child {
  width: 17px;
}
.view {
  position: absolute;
  inset: 43px 0 0;
  padding: 11px 23px 27px;
  overflow: hidden;
}
.view[hidden],
.menu-sheet[hidden] {
  display: none;
}
.app-header {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  height: 52px;
  align-items: center;
}
.choose .app-header {
  grid-template-columns: 1fr 44px;
}
.wordmark {
  grid-column: 2;
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
.choose .wordmark {
  grid-column: 1;
}
.icon-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}
.icon-button svg,
.primary-action svg,
.meal-summary svg,
.menu-sheet nav svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app-header > .icon-button:last-child {
  justify-self: end;
}
.choice-heading {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  text-align: center;
}
.choice-heading span {
  display: block;
  font-size: 34px;
  letter-spacing: -0.07em;
  line-height: 0.8;
}
.choice-heading h1 {
  margin: 5px 0 0;
  font-family: var(--serif);
  font-size: 68px;
  font-weight: 400;
  letter-spacing: -0.09em;
  line-height: 0.82;
}
.food-stage {
  position: relative;
  height: 258px;
  margin-top: 23px;
  overflow: hidden;
  border-radius: 21px;
  background: #e6e1d8;
}
.food-stage::before,
.food-stage::after {
  position: absolute;
  z-index: 1;
  content: "";
}
.food-stage::before {
  top: 29px;
  left: 42px;
  width: 213px;
  height: 211px;
  border-radius: 19px;
  background: rgba(247, 244, 232, 0.74);
}
.food-stage::after {
  right: -32px;
  bottom: 17px;
  width: 146px;
  height: 145px;
  border-radius: 45% 45% 32% 32%;
  background: #efede7;
}
.food-stage img {
  position: absolute;
  z-index: 2;
  right: -43px;
  bottom: -24px;
  width: 360px;
  height: 334px;
  object-fit: cover;
  object-position: 51% 56%;
  mix-blend-mode: multiply;
  filter: saturate(0.9) contrast(0.98);
}
.shape {
  position: absolute;
  z-index: 1;
  border-radius: 18px;
  background: #d1cdc6;
}
.shape-one {
  bottom: 24px;
  left: -52px;
  width: 141px;
  height: 128px;
}
.shape-two {
  top: -33px;
  right: 34px;
  width: 132px;
  height: 90px;
}
.meal-copy {
  display: grid;
  grid-template-columns: 1fr 118px;
  gap: 9px;
  align-items: end;
  margin: 10px 2px 0;
}
.meal-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 33px;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 0.8;
}
.meal-copy p {
  margin: 0 0 1px;
  font-size:14px;
  line-height: 1.08;
}
.primary-action {
  position: absolute;
  right: 23px;
  bottom: 26px;
  left: 23px;
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  border: 0;
  border-radius: 10px;
  background: #050504;
  color: #fff;
  font-size: 15px;
}
.primary-action svg {
  transform: translateX(1px);
}
.eyebrow {
  margin: 16px 0 0;
  color: #5c5d48;
  font-size:14px;
  text-transform: uppercase;
}
.plan-heading {
  margin: 11px 0 22px;
  font-size: 49px;
  letter-spacing: -0.09em;
  line-height: 0.82;
}
.plan-heading em,
.confirm-top em {
  font-family: var(--serif);
  font-size: 1.25em;
  font-weight: 400;
}
.meal-summary {
  display: grid;
  grid-template-columns: 62px 1fr 28px;
  gap: 13px;
  align-items: center;
  min-height: 81px;
  padding: 8px;
  border: 1px solid #171713;
  border-radius: 16px;
}
.meal-summary img {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.meal-summary b,
.meal-summary span {
  display: block;
}
.meal-summary b {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.06em;
}
.meal-summary span {
  margin-top: 4px;
  color: #55574b;
  font-size:14px;
}
.meal-summary svg {
  width: 20px;
  color: #697934;
}
.day-select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}
.day-select legend {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 8px;
  font-size:14px;
}
.day-select button {
  min-height: 58px;
  border: 1px solid #1a1a16;
  border-radius: 12px;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
}
.day-select button.is-selected {
  background: #a5a455;
  color: #fff;
}
.plan-detail {
  max-width: 255px;
  margin: 24px 0 0;
  color: #4d4e43;
  font-size:14px;
  line-height: 1.35;
}
.confirm-top {
  margin: 38px 0 0;
}
.confirm-top span {
  font-size:14px;
}
.confirm-top h1 {
  margin: 8px 0 0;
  font-size: 49px;
  letter-spacing: -0.09em;
  line-height: 0.82;
}
.confirm-photo {
  height: 230px;
  margin-top: 26px;
  overflow: hidden;
  border-radius: 21px;
  background: #e3ded5;
}
.confirm-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
  mix-blend-mode: multiply;
}
.confirm-detail {
  margin: 17px 0 0;
  font-family: var(--serif);
  font-size: 23px;
  letter-spacing: -0.07em;
  line-height: 0.9;
}
.menu-sheet {
  position: absolute;
  z-index: 20;
  inset: 0;
  padding: 30px 27px;
  background: #ede9d7;
}
.close-menu {
  position: absolute;
  top: 28px;
  right: 22px;
}
.menu-sheet .wordmark {
  margin-top: 39px;
  font-size: 29px;
}
.menu-sheet nav {
  display: grid;
  gap: 0;
  margin-top: 70px;
}
.menu-sheet nav button {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #1b1c18;
  background: transparent;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: -0.07em;
  text-align: left;
}
.menu-sheet nav svg {
  width: 18px;
}
.menu-sheet > p:last-child {
  position: absolute;
  right: 27px;
  bottom: 40px;
  left: 27px;
  color: #55564b;
  font-size:14px;
  line-height: 1.28;
}
.home-indicator {
  position: absolute;
  z-index: 21;
  bottom: 6px;
  left: 50%;
  width: 112px;
  height: 4px;
  border-radius: 4px;
  background: #191914;
  transform: translateX(-50%);
}
.feedback {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.embed-mode {
  overflow: hidden;
}
.embed-mode body {
  width: 390px;
  min-width: 390px;
  height:844px;
  overflow: hidden;
  transform: scale(var(--embed-scale, 1));
  transform-origin: top left;
}
.embed-mode .stage {
  display: block;
  width: 390px;
  min-height:844px;
  padding: 0;
}
.embed-mode .ticker,
.embed-mode .display-word,
.embed-mode .edition,
.embed-mode .stage-note,
.embed-mode .ring-row,
.embed-mode .showcase-device {
  display: none;
}
.embed-mode .phone {
  width: 390px;
  height:844px;
  transform: none;
}
@media (max-width: 760px) {
  .stage {
    padding: 0;
  }
  .ticker,
  .display-word,
  .edition,
  .stage-note,
  .ring-row,
  .showcase-device {
    display: none;
  }
  .phone {
    width: 100%;
    height: 100dvh;
    min-height: 590px;
    padding: 6px;
    border-radius: 0;
  }
  .screen {
    border-radius: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
