:root {
  color-scheme: light dark;
  --ink: #14231d;
  --muted: #5f7169;
  --paper: #fffaf0;
  --card: rgba(255, 255, 255, 0.64);
  --line: rgba(20, 35, 29, 0.12);
  --forest: #FF8C00;
  --forest-2: #E56F00;
  --rice: #f8df92;
  --tomato: #cc5b37;
  --body-bg:
    radial-gradient(circle at 18% 12%, rgba(255, 188, 92, 0.72), transparent 26rem),
    radial-gradient(circle at 92% 4%, rgba(255, 140, 0, 0.24), transparent 24rem),
    linear-gradient(135deg, #eef4df 0%, #f8efe2 52%, #e4f1eb 100%);
  --grid-line: rgba(255, 140, 0, 0.14);
  --grid-line-2: rgba(255, 140, 0, 0.10);
  --hero-orb: linear-gradient(135deg, rgba(255, 140, 0, 0.92), rgba(229, 111, 0, 0.58));
  --install-bg: rgba(255, 248, 234, 0.78);
  --install-ink: #3e3a2e;
  --install-muted: #5c6459;
  --field-bg: rgba(255, 255, 255, 0.28);
  --chip-bg: rgba(255, 250, 240, 0.48);
  --chip-ink: #24463b;
  --disabled-chip-bg: rgba(255, 255, 255, 0.42);
  --disabled-chip-ink: rgba(36, 70, 59, 0.58);
  --ghost-bg: rgba(255, 255, 255, 0.44);
  --meal-bg: rgba(255, 250, 240, 0.40);
  --meal-ink: #34483f;
  --mobile-actions-bg: rgba(255, 250, 240, 0.62);
  --mobile-actions-border: rgba(20, 35, 29, 0.08);
  --security-control-width: 330px;
  --overscroll-bg: #f0efe6;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --display-font: "Jua", "Gowun Dodum", "Apple SD Gothic Neo", sans-serif;
  --body-font: "Gowun Dodum", "Apple SD Gothic Neo", sans-serif;
  /* Squircle family (x/y radii) */
  --round-xl: 52px / 42px;
  --round-lg: 34px / 26px;
  --round-md: 26px / 20px;
  --round-sm: 18px / 14px;
  --round-button: 24px / 14px;
  --button-radius-x: 18px;
  --button-radius-y: 12px;
  --shadow: 0 28px 80px rgba(255, 140, 0, 0.18), 0 18px 50px rgba(27, 43, 35, 0.12);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

html {
  min-height: 100%;
  overscroll-behavior-y: none;
  background-color: var(--overscroll-bg);
  background: var(--body-bg);
}

body {
  margin: 0;
  min-height: 100dvh;
  overscroll-behavior-y: none;
  color: var(--ink);
  font-family: var(--body-font);
  background-color: var(--overscroll-bg);
  background: var(--body-bg);
}

body.fx-ready::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(var(--grid-line-2) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

body.fx-ready::after {
  content: "";
  position: fixed;
  inset: auto -16vw -28vw auto;
  width: 62vw;
  height: 62vw;
  pointer-events: none;
  border-radius: 46% / 44%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 140, 0, 0.2), transparent 42%),
    radial-gradient(circle at 64% 62%, rgba(204, 91, 55, 0.12), transparent 48%);
  filter: blur(12px);
  opacity: 0.86;
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: calc(56px + var(--safe-top)) 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
  gap: 18px;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--round-xl);
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(1.18);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 34%);
  opacity: 0.46;
}

.hero {
  min-height: 560px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  top: -92px;
  right: -98px;
  width: 360px;
  height: 360px;
  border-radius: 34% / 30%;
  background:
    radial-gradient(circle at 36% 32%, rgba(255, 248, 214, 0.92) 0 8%, transparent 9%),
    radial-gradient(circle at 63% 32%, rgba(255, 248, 214, 0.78) 0 7%, transparent 8%),
    var(--hero-orb);
  transform: rotate(-18deg);
  pointer-events: none;
  z-index: 0;
}

.hero-credit {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
}

.hero-credit > summary {
  list-style: none;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 11px;
  border: 1px solid rgba(20, 35, 29, 0.16);
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  color: var(--forest-2);
  font-family: var(--display-font);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 4px 12px rgba(20, 35, 29, 0.1);
}

.hero-credit > summary::-webkit-details-marker {
  display: none;
}

.hero-credit[open] > summary {
  color: #ffffff;
  border-color: rgba(255, 140, 0, 0.34);
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.92), rgba(229, 111, 0, 0.76));
  box-shadow: 0 8px 22px rgba(229, 111, 0, 0.26);
}

.hero-credit-body {
  position: absolute;
  top: 36px;
  right: 0;
  width: min(320px, calc(100vw - 56px));
  padding: 10px 12px;
  border-radius: var(--round-button);
  border: 1px solid rgba(20, 35, 29, 0.14);
  background: color-mix(in srgb, #ffffff 88%, transparent);
  color: #20332c;
  box-shadow: 0 14px 30px rgba(20, 35, 29, 0.14);
}

.hero-credit-body p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.5;
}

.hero-credit-body a {
  color: #1a6d56;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.eyebrow,
.section-head p {
  margin: 0 0 12px;
  color: var(--tomato);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: var(--display-font);
  letter-spacing: -0.02em;
}

h1 {
  max-width: 720px;
  font-size: clamp(56px, 9vw, 108px);
  line-height: 0.86;
  text-wrap: balance;
}

h2 {
  font-size: 34px;
  line-height: 1.05;
}

.lead {
  max-width: 580px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.66;
  word-break: keep-all;
}

.actions {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, var(--security-control-width)));
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  min-height: 54px;
  width: min(100%, calc(var(--security-control-width) + var(--security-control-width) + 10px));
  margin-left: auto;
  margin-right: auto;
}

.install-panel {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(204, 91, 55, 0.2);
  border-radius: var(--round-md);
  color: var(--install-ink);
  background: color-mix(in srgb, var(--install-bg) 78%, transparent);
}

.install-panel strong {
  display: block;
  color: var(--tomato);
  font-size: 14px;
  font-weight: 900;
}

.install-panel p {
  margin: 8px 0 0;
  color: var(--install-muted);
  font-size: 14px;
  line-height: 1.55;
}

.install-panel .install-action,
.install-panel .install-dismiss {
  display: inline-flex;
  justify-content: center;
  width: 124px;
  min-width: 124px;
  margin-top: 12px;
  min-height: 48px;
  white-space: nowrap;
  vertical-align: top;
}

.install-panel .install-dismiss {
  margin-left: 8px;
}

.preferences {
  margin-top: 30px;
  display: grid;
  gap: 14px;
  transition: opacity 180ms ease, filter 180ms ease;
}

.revive-wrap {
  margin-top: 10px;
  width: min(100%, var(--security-control-width));
}

.revive-choices {
  width: 100%;
  min-height: 46px;
}

.turnstile-wrap {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  width: min(100%, var(--security-control-width));
  padding: 14px;
  display: grid;
  justify-items: stretch;
  text-align: left;
  border: 1px dashed rgba(15, 79, 63, 0.2);
  border-radius: var(--round-md);
  background: color-mix(in srgb, var(--field-bg) 76%, transparent);
}

.turnstile-wrap strong {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  color: var(--forest);
  font-size: 13px;
  font-weight: 900;
}

.turnstile-widget {
  width: 100%;
  min-height: 66px;
  display: flex;
  justify-content: center;
}

.turnstile-widget > * {
  margin-left: auto;
  margin-right: auto;
}

.preferences.is-disabled {
  opacity: 0.46;
  filter: grayscale(0.18);
}

.preferences fieldset {
  margin: 0;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
  border: 1px solid rgba(15, 79, 63, 0.16);
  border-radius: var(--round-lg);
  background: var(--field-bg);
}

.preferences legend {
  grid-column: 1 / -1;
  padding: 0 6px;
  color: var(--forest);
  font-family: var(--display-font);
  font-size: 16px;
  font-weight: 900;
}

.preferences fieldset .choice {
  display: flex;
  min-width: 0;
}

.preferences fieldset .choice span {
  width: 100%;
  min-height: 44px;
  padding: 9px 10px;
  justify-content: center;
  font-size: 14px;
  line-height: 1.3;
}

.preferences fieldset.meal-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}

.preferences fieldset.meal-options legend {
  grid-column: 1 / -1;
}

.preferences fieldset.meal-options .choice {
  display: flex;
}

@media (max-width: 400px) {
  .preferences fieldset.meal-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid rgba(15, 79, 63, 0.18);
  border-radius: var(--round-button);
  color: var(--chip-ink);
  background: var(--chip-bg);
  font-weight: 900;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.choice input:checked + span {
  color: white;
  border-color: transparent;
  background: linear-gradient(135deg, var(--forest), var(--forest-2));
}

.choice input:focus-visible + span {
  outline: 3px solid rgba(204, 91, 55, 0.28);
  outline-offset: 2px;
}

.choice input:disabled + span {
  cursor: not-allowed;
  color: var(--disabled-chip-ink);
  border-color: rgba(255, 140, 0, 0.10);
  background: var(--disabled-chip-bg);
}

.choice.is-overworked span {
  color: #fff8f6;
  border-color: rgba(203, 30, 30, 0.65);
  background: linear-gradient(135deg, #f15a5a, #cb1e1e);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset, 0 10px 24px rgba(203, 30, 30, 0.28);
  animation: choiceOverworkedPulse 420ms ease-in-out infinite;
}

.choice.is-exhausted {
  pointer-events: none;
  z-index: 25;
  animation: choiceFlyAway 1250ms cubic-bezier(0.24, 0.95, 0.32, 1) forwards;
}

.choice.is-exhausted span {
  color: #fff8f6;
  border-color: rgba(203, 30, 30, 0.65);
  background: linear-gradient(135deg, #ef6b6b, #c31313);
  box-shadow: 0 10px 26px rgba(203, 30, 30, 0.32);
}

.choice.is-exhausted-gone {
  visibility: hidden;
  pointer-events: none;
}

.apple-squircle {
  -webkit-clip-path: var(--apple-squircle-path);
  clip-path: var(--apple-squircle-path);
}

button {
  position: relative;
  overflow: hidden;
  appearance: none;
  border: 0;
  border-radius: var(--button-radius-x) / var(--button-radius-y);
  min-width: 126px;
  min-height: 54px;
  padding: 15px 24px;
  font: inherit;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  touch-action: manipulation;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 120ms ease, box-shadow 180ms ease, opacity 180ms ease, filter 180ms ease;
}

button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 54%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: skewX(-18deg);
}

button:focus {
  outline: none;
}

button:focus-visible {
  outline: 3px solid rgba(255, 140, 0, 0.35);
  outline-offset: 3px;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  filter: none;
}

button:active:not(:disabled) {
  transform: translateY(1px) scale(0.985);
}

.actions button {
  width: min(100%, var(--security-control-width));
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 860px) {
  .actions {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, var(--security-control-width));
  }

  .actions button {
    width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .choice:hover input:not(:disabled) + span {
    transform: scale(1.035);
    box-shadow: 0 12px 26px rgba(255, 140, 0, 0.16);
  }

  button:hover:not(:disabled) {
    filter: brightness(1.03);
  }
}

.primary {
  color: white;
  background: linear-gradient(135deg, var(--forest), var(--forest-2));
  box-shadow: 0 16px 34px rgba(15, 79, 63, 0.24);
}

.ghost {
  color: var(--forest);
  background: var(--ghost-bg);
  border: 1px solid rgba(15, 79, 63, 0.18);
}

.status {
  margin: 0;
  max-height: 0;
  padding: 0 14px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--round-sm);
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  white-space: pre-wrap;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  transition:
    margin-top 220ms ease,
    max-height 280ms ease,
    padding 220ms ease,
    opacity 180ms ease,
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.status:not(.is-empty) {
  margin-top: 16px;
  max-height: 170px;
  padding: 12px 14px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.status:not(.is-empty).is-info {
  color: color-mix(in srgb, var(--ink) 80%, #1a4a3a);
  border-color: color-mix(in srgb, var(--forest) 22%, transparent);
  background: color-mix(in srgb, var(--paper) 80%, transparent);
  box-shadow: 0 12px 30px rgba(15, 79, 63, 0.10);
}

.status:not(.is-empty).is-success {
  color: color-mix(in srgb, #1f5c38 88%, var(--ink));
  border-color: color-mix(in srgb, #1f7b4a 36%, transparent);
  background: color-mix(in srgb, #ecfff4 78%, transparent);
  box-shadow: 0 12px 30px rgba(31, 123, 74, 0.16);
}

.status:not(.is-empty).is-warning {
  color: color-mix(in srgb, #8a5b00 88%, var(--ink));
  border-color: color-mix(in srgb, #f0a31a 44%, transparent);
  background: color-mix(in srgb, #fff7e4 80%, transparent);
  box-shadow: 0 12px 30px rgba(240, 163, 26, 0.17);
}

.status:not(.is-empty).is-error {
  color: color-mix(in srgb, #8d2525 88%, var(--ink));
  border-color: color-mix(in srgb, #cb4b4b 46%, transparent);
  background: color-mix(in srgb, #fff0f0 82%, transparent);
  box-shadow: 0 12px 30px rgba(203, 75, 75, 0.18);
}

.status.is-empty {
  margin-top: 0;
}

.menu {
  padding: 28px;
}

.menu-grid {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.meal {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--round-lg);
  background: color-mix(in srgb, var(--meal-bg) 88%, transparent);
}

.meal strong {
  display: block;
  margin-bottom: 9px;
  color: var(--forest);
  font-family: var(--display-font);
  font-size: 20px;
}

.meal span {
  display: block;
  color: var(--meal-ink);
  line-height: 1.55;
  white-space: pre-wrap;
}

@media (prefers-reduced-motion: no-preference) {
  body::before {
    animation: gridDrift 18s linear infinite;
  }

  body::after {
    animation: glowBreathe 8s ease-in-out infinite;
  }

  .hero {
    animation: cardRise 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both, softGlow 5.6s ease-in-out 800ms infinite;
  }

  .menu {
    animation: cardRise 620ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both, softGlow 6.4s ease-in-out 1200ms infinite;
  }

  .hero::after {
    animation: persimmonFloat 9s ease-in-out infinite;
  }

  .eyebrow,
  h1,
  .lead,
  .preferences,
  .actions,
  .status {
    animation: textBloom 560ms ease both;
  }

  h1 {
    animation: textBloom 560ms ease 70ms both, titlePulse 3.6s ease-in-out 1.1s infinite;
  }

  .lead {
    animation-delay: 130ms;
  }

  .preferences {
    animation-delay: 190ms;
  }

  .actions,
  .status {
    animation-delay: 240ms;
  }

  .menu-grid .meal {
    animation: mealReveal 460ms ease both, mealWiggle 5.2s ease-in-out 900ms infinite;
  }

  .menu-grid .meal:nth-child(2) {
    animation-delay: 90ms, 1.35s;
  }

  .menu-grid .meal:nth-child(3) {
    animation-delay: 180ms, 1.8s;
  }

  button::after {
    animation: buttonShine 2.8s ease-in-out infinite;
  }

  .choice input:checked + span {
    animation: chipPop 320ms cubic-bezier(0.22, 1.5, 0.36, 1) both;
  }
}

@media (pointer: coarse) and (prefers-reduced-motion: no-preference) {
  body::before,
  body::after,
  .hero::after,
  button::after {
    animation: none !important;
  }

  .hero {
    animation: cardRise 460ms cubic-bezier(0.2, 0.8, 0.2, 1) both !important;
  }

  .menu {
    animation: cardRise 460ms cubic-bezier(0.2, 0.8, 0.2, 1) 80ms both !important;
  }

  h1 {
    animation: textBloom 420ms ease 70ms both !important;
  }

  .menu-grid .meal {
    animation: mealReveal 340ms ease both !important;
  }
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes textBloom {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titlePulse {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(255, 140, 0, 0);
  }

  50% {
    text-shadow: 0 12px 30px rgba(255, 140, 0, 0.24);
  }
}

@keyframes mealReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softGlow {
  0%,
  100% {
    box-shadow: var(--shadow);
  }

  50% {
    box-shadow: 0 34px 90px rgba(255, 140, 0, 0.24), 0 18px 55px rgba(27, 43, 35, 0.13);
  }
}

@keyframes mealWiggle {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-5px) rotate(-0.35deg);
  }
}

@keyframes chipPop {
  0% {
    scale: 0.92;
  }

  70% {
    scale: 1.08;
  }

  100% {
    scale: 1;
  }
}

@keyframes buttonShine {
  0%,
  48% {
    left: -70%;
  }

  78%,
  100% {
    left: 118%;
  }
}

@keyframes choiceOverworkedPulse {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    filter: saturate(1);
  }

  35% {
    transform: translate3d(-1px, -1px, 0) rotate(-1.4deg);
    filter: saturate(1.08);
  }

  70% {
    transform: translate3d(1px, 0, 0) rotate(1.2deg);
    filter: saturate(1.15);
  }
}

@keyframes choiceFlyAway {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  30% {
    opacity: 1;
    transform: translate3d(-10px, -8px, 0) rotate(-4deg) scale(1.03);
  }

  100% {
    opacity: 0;
    transform: translate3d(145vw, -42vh, 0) rotate(22deg) scale(0.72);
  }
}

@keyframes persimmonFloat {
  0%,
  100% {
    border-radius: 34% / 30%;
    transform: translate3d(0, 0, 0) rotate(-18deg) scale(1);
  }

  50% {
    border-radius: 30% / 34%;
    transform: translate3d(-18px, 14px, 0) rotate(-8deg) scale(1.06);
  }
}

@keyframes glowBreathe {
  0%,
  100% {
    opacity: 0.68;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.98;
    transform: scale(1.05);
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 42px 42px, -42px 42px;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #edf7ef;
    --muted: #a1b7ae;
    --paper: #1a1e23;
    --card: rgba(28, 33, 39, 0.66);
    --line: rgba(221, 242, 232, 0.14);
    --forest: #FFB347;
    --forest-2: #FF8C00;
    --rice: #f0d27c;
    --tomato: #ff9a70;
    --body-bg:
      radial-gradient(circle at 18% 12%, rgba(255, 140, 0, 0.18), transparent 28rem),
      radial-gradient(circle at 90% 2%, rgba(255, 179, 71, 0.12), transparent 25rem),
      linear-gradient(135deg, #1b1f24 0%, #232a31 54%, #171b20 100%);
    --grid-line: rgba(255, 179, 71, 0.12);
    --grid-line-2: rgba(255, 179, 71, 0.08);
    --hero-orb: linear-gradient(135deg, rgba(255, 140, 0, 0.54), rgba(255, 179, 71, 0.22));
    --install-bg: rgba(255, 154, 112, 0.10);
    --install-ink: #f8e5d5;
    --install-muted: #d8c5b7;
    --field-bg: rgba(255, 255, 255, 0.03);
    --chip-bg: rgba(236, 255, 245, 0.05);
    --chip-ink: #d9f3e8;
    --disabled-chip-bg: rgba(255, 255, 255, 0.04);
    --disabled-chip-ink: rgba(217, 243, 232, 0.44);
    --ghost-bg: rgba(255, 255, 255, 0.04);
    --meal-bg: rgba(255, 255, 255, 0.04);
    --meal-ink: #d6eadf;
    --mobile-actions-bg: rgba(27, 31, 36, 0.62);
    --mobile-actions-border: rgba(221, 242, 232, 0.12);
    --overscroll-bg: #1f242a;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.42), 0 0 46px rgba(255, 140, 0, 0.08);
  }

  .primary {
    color: #06231a;
    box-shadow: 0 16px 34px rgba(255, 140, 0, 0.20);
  }

  .ghost {
    border-color: rgba(255, 179, 71, 0.26);
  }

  .choice input:checked + span {
    color: #061912;
  }

  .hero-credit > summary {
    border-color: rgba(255, 179, 71, 0.24);
    background: rgba(28, 33, 39, 0.76);
    color: #ffd59d;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32);
  }

  .hero-credit-body {
    border-color: rgba(221, 242, 232, 0.16);
    background: rgba(24, 29, 35, 0.92);
    color: #e6f1ea;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4);
  }

  .hero-credit-body a {
    color: #ffd59d;
  }
}

@media (max-width: 860px) {
  .shell {
    width: min(100% - 20px, 1120px);
    grid-template-columns: 1fr;
    padding: calc(18px + var(--safe-top)) 0 calc(26px + var(--safe-bottom));
  }

  .hero {
    min-height: auto;
    padding: 30px 22px;
    justify-content: flex-start;
  }

  .hero::after {
    width: 230px;
    height: 230px;
  }

  h1 {
    font-size: clamp(50px, 17vw, 78px);
  }

  .lead {
    font-size: 16px;
  }

  .actions {
    position: static;
    bottom: auto;
    z-index: auto;
    margin: 26px auto 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .actions button {
    width: 100%;
  }

  .menu {
    padding: 22px;
  }

}

@media (max-width: 860px) and (pointer: coarse) {
  .actions {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
