:root {
  --paper: #fffdf7;
  --paper-2: #f6f4eb;
  --ink: #252a27;
  --muted: #687169;
  --sage: #7ca66f;
  --sage-dark: #315f43;
  --mint: #e8f4e6;
  --lemon: #fff2a8;
  --peach: #ffd9bf;
  --rose: #ffdce4;
  --sky: #dcefff;
  --lavender: #eee7ff;
  --line: rgba(37, 42, 39, 0.13);
  --shadow: 0 24px 60px rgba(52, 72, 54, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 217, 191, 0.45), transparent 24rem),
    radial-gradient(circle at 84% 10%, rgba(220, 239, 255, 0.6), transparent 22rem),
    linear-gradient(115deg, rgba(232, 244, 230, 0.5), transparent 52%);
  z-index: -1;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: rgba(255, 253, 247, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-dark);
  color: white;
  font-family: Georgia, serif;
}

nav {
  display: flex;
  gap: clamp(0.7rem, 2vw, 1.6rem);
  color: var(--muted);
  font-size: 0.93rem;
}

nav a {
  text-decoration: none;
}

main {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: calc(100vh - 74px);
  margin-left: -50vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) max(clamp(1rem, 6vw, 7rem), calc((100vw - 1180px) / 2 + 1rem));
  background: #f7f4ea;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("assets/anja-hero-food.png");
  background-position: center center;
  background-size: cover;
  transform: scale(1.03);
  transform-origin: center center;
  animation: benchDrift 26s ease-in-out infinite alternate;
  will-change: transform;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(255, 253, 247, 0.97) 0%, rgba(255, 253, 247, 0.91) 24%, rgba(255, 253, 247, 0.46) 47%, rgba(255, 253, 247, 0.08) 72%),
    radial-gradient(circle at 0% 0%, rgba(255, 243, 200, 0.48), transparent 38%),
    linear-gradient(180deg, transparent 82%, var(--paper) 100%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(46rem, 52vw);
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -3rem -3.5rem -2.5rem -3.5rem;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(255, 253, 247, 0.55), rgba(255, 253, 247, 0) 68%);
  filter: blur(18px);
}

.hero-light {
  position: absolute;
  pointer-events: none;
}

.hero-light-glow {
  inset: -16% auto auto -12%;
  z-index: -1;
  width: min(64rem, 78vw);
  height: min(64rem, 78vw);
  border-radius: 50%;
  background: radial-gradient(circle at 18% 18%, rgba(255, 245, 204, 1) 0%, rgba(255, 233, 158, 0.54) 28%, rgba(255, 233, 158, 0.12) 56%, transparent 74%);
  filter: blur(24px);
  mix-blend-mode: screen;
  opacity: 0.9;
  animation: sunBreath 11s ease-in-out infinite alternate;
}

.hero-light-rays {
  inset: -8%;
  z-index: -1;
  width: auto;
  height: auto;
  background:
    conic-gradient(from 116deg at 0% 0%, transparent 0 7deg, rgba(255, 242, 190, 0.34) 11deg 21deg, transparent 28deg 38deg, rgba(255, 246, 211, 0.24) 44deg 57deg, transparent 66deg 110deg),
    linear-gradient(135deg, rgba(255, 247, 213, 0.26), transparent 42%);
  filter: blur(24px);
  mix-blend-mode: soft-light;
  opacity: 0.86;
  transform: translate3d(-1rem, -0.6rem, 0) scale(1.02);
  transform-origin: top left;
  animation: rayFloat 20s ease-in-out infinite alternate;
}

.hero-light-shadow {
  top: -24%;
  left: -10%;
  z-index: -1;
  width: 92vw;
  height: 140vh;
  background:
    radial-gradient(ellipse at 10% 38%, rgba(77, 97, 68, 0.14) 0 6%, transparent 17%),
    radial-gradient(ellipse at 24% 50%, rgba(77, 97, 68, 0.1) 0 4%, transparent 14%),
    radial-gradient(ellipse at 42% 32%, rgba(77, 97, 68, 0.11) 0 5%, transparent 16%),
    radial-gradient(ellipse at 62% 55%, rgba(77, 97, 68, 0.09) 0 4%, transparent 14%),
    linear-gradient(90deg, transparent 0 34%, rgba(86, 104, 78, 0.08) 46%, transparent 62%);
  filter: blur(22px);
  mix-blend-mode: multiply;
  opacity: 0.42;
  transform: rotate(-34deg) translate3d(-1rem, 0, 0);
  transform-origin: top left;
  animation: shadowFloat 22s ease-in-out infinite alternate;
}

@keyframes sunBreath {
  from {
    opacity: 0.68;
    transform: scale(0.98);
  }

  to {
    opacity: 0.9;
    transform: scale(1.035);
  }
}

@keyframes benchDrift {
  from {
    transform: scale(1.035) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.055) translate3d(-0.8rem, 0.35rem, 0);
  }
}

@keyframes rayFloat {
  from {
    transform: translate3d(-1.2rem, -0.8rem, 0) scale(1.015) rotate(-0.35deg);
    opacity: 0.72;
  }

  to {
    transform: translate3d(1.8rem, 1.1rem, 0) scale(1.04) rotate(0.45deg);
    opacity: 0.94;
  }
}

@keyframes shadowFloat {
  from {
    transform: rotate(-34deg) translate3d(-1.8rem, -0.4rem, 0) scale(1);
    opacity: 0.32;
  }

  to {
    transform: rotate(-34deg) translate3d(2.6rem, 1.4rem, 0) scale(1.02);
    opacity: 0.48;
  }
}

@keyframes titleSunSweep {
  0% {
    background-position: -135% -120%;
    opacity: 0.16;
  }

  42% {
    opacity: 0.4;
  }

  100% {
    background-position: 68% 58%;
    opacity: 0.82;
  }
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.85rem;
  color: var(--sage-dark);
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  position: relative;
  margin-bottom: 1.1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.9rem, 10vw, 8rem);
  line-height: 0.88;
  letter-spacing: 0;
  color: var(--sage-dark);
  text-shadow:
    0.02em 0.025em 0.1em rgba(45, 74, 50, 0.1),
    -0.01em -0.01em 0 rgba(255, 246, 210, 0.22);
}

h1::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: transparent;
  background:
    linear-gradient(
      132deg,
      transparent 0%,
      transparent 28%,
      rgba(255, 246, 211, 0.08) 36%,
      rgba(255, 237, 172, 0.5) 45%,
      rgba(255, 255, 247, 0.3) 51%,
      transparent 63%,
      transparent 100%
    );
  background-size: 240% 240%;
  background-position: -125% -120%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: blur(0.25px);
  mix-blend-mode: screen;
  opacity: 0.78;
  animation: titleSunSweep 13s ease-in-out infinite alternate;
  will-change: background-position, opacity;
}

h2 {
  margin-bottom: 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: 1.04rem;
}

.lede {
  max-width: 39rem;
  color: #425049;
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.primary {
  background: var(--sage-dark);
  color: white;
}

.secondary {
  background: rgba(255, 255, 255, 0.75);
}

.small-button {
  min-height: 2.55rem;
  padding: 0.65rem 0.95rem;
  cursor: pointer;
}

.hero-note {
  position: absolute;
  right: max(clamp(1rem, 6vw, 7rem), calc((100vw - 1180px) / 2 + 1rem));
  bottom: clamp(1.25rem, 4vw, 3rem);
  max-width: 18rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.8rem;
  background: rgba(255, 253, 247, 0.88);
  color: #4b564f;
  font-size: 0.9rem;
  line-height: 1.35;
  box-shadow: 0 14px 40px rgba(52, 72, 54, 0.14);
  backdrop-filter: blur(14px);
}

.intro-band,
.next {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  margin: 2rem 0;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.65);
}

.intro-band p,
.next li,
.section-heading p {
  color: var(--muted);
  line-height: 1.7;
}

.principles,
.science-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 4rem 0;
}

.principles article,
.science-grid article,
.week-card,
.recipe-card,
.season-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 36px rgba(52, 72, 54, 0.07);
}

.principles article {
  padding: 1.2rem;
}

.science {
  padding: 4rem 0 1rem;
}

.science-grid {
  margin-top: 1.5rem;
}

.science-grid article {
  position: relative;
  min-height: 18rem;
  padding: 1.3rem;
  overflow: hidden;
}

.science-grid article::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: var(--science-fill, var(--mint));
  opacity: 0.85;
}

.science-grid article:nth-child(1) {
  --science-fill: var(--mint);
}

.science-grid article:nth-child(2) {
  --science-fill: var(--lemon);
}

.science-grid article:nth-child(3) {
  --science-fill: var(--peach);
}

.science-grid article:nth-child(4) {
  --science-fill: var(--sky);
}

.science-no {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1.2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--science-fill, var(--mint));
  color: var(--sage-dark);
  font-family: Georgia, serif;
  font-weight: 800;
}

.principles span {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: var(--sage);
  font-family: Georgia, serif;
  font-size: 2rem;
}

.principles p,
.science-grid p,
.recipe-card p,
.week-card p,
.season-card p,
.disclaimer {
  color: var(--muted);
  line-height: 1.58;
}

section {
  scroll-margin-top: 90px;
}

.week,
.recipes,
.season,
.sources {
  padding: 4rem 0;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 1.6rem;
}

.pick-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: -0.4rem 0 1rem;
}

.pick-steps span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.pick-steps b {
  display: inline-grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-dark);
  color: white;
  font-size: 0.78rem;
}

.planner-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.adventure-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) minmax(280px, 0.85fr);
  gap: 1rem;
  margin: 1rem 0 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 46px rgba(52, 72, 54, 0.06);
}

.toolbar-label,
.planner-label {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--sage-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preset-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.preset-button,
.choice-button {
  min-height: 2.55rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
}

.choice-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.preset-button.active,
.choice-button.active {
  border-color: var(--sage-dark);
  background: var(--sage-dark);
  color: white;
}

.plan-summary {
  min-height: 100%;
  padding: 0.95rem;
  border-radius: 0.8rem;
  background: var(--mint);
}

.plan-summary strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--sage-dark);
}

.plan-summary p {
  margin-bottom: 0.7rem;
  color: #425049;
  line-height: 1.45;
}

.summary-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.summary-stats span {
  display: inline-flex;
  padding: 0.36rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--sage-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.plan-hint {
  min-height: 1.6rem;
  margin-bottom: 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.planner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 1rem;
  align-items: start;
}

.week-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.week-card {
  position: relative;
  display: flex;
  min-height: 13rem;
  flex-direction: column;
  padding: 1rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.week-card:hover,
.week-card:focus {
  border-color: rgba(49, 95, 67, 0.35);
  outline: none;
  transform: translateY(-2px);
}

.week-card.drag-over {
  border-color: var(--sage-dark);
  background: var(--mint);
}

.week-card.filled {
  background: rgba(255, 255, 255, 0.88);
}

.week-card.selected-day {
  border-color: rgba(49, 95, 67, 0.62);
  background: rgba(232, 244, 230, 0.72);
  box-shadow: 0 18px 42px rgba(52, 72, 54, 0.12);
}

.selected-day-badge {
  align-self: flex-start;
  margin-bottom: 0.7rem;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: var(--sage-dark);
  color: white;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.week-card strong {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--sage-dark);
}

.week-card small {
  display: block;
  margin-top: 0.7rem;
  color: var(--muted);
  line-height: 1.45;
}

.planned-meal {
  margin-bottom: 0.2rem;
  color: var(--ink);
  font-weight: 800;
}

.empty-slot {
  margin: auto 0 0.3rem;
  color: var(--muted);
  font-weight: 800;
}

.week-card .type,
.recipe-card .type,
.meal-bank-card span {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.38rem 0.6rem;
  border-radius: 999px;
  background: var(--mint);
  color: var(--sage-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.remove-meal {
  align-self: flex-start;
  margin-top: auto;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
}

.day-context {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.85rem;
}

.day-context span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.day-context select {
  width: 100%;
  min-height: 2.35rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 750;
}

.meal-bank {
  position: sticky;
  top: 5.4rem;
}

.meal-bank-list {
  display: grid;
  gap: 0.65rem;
}

.meal-bank-card {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 34px rgba(52, 72, 54, 0.06);
  cursor: grab;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.meal-bank-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.42rem;
  background: var(--meal-fill, var(--mint));
}

.meal-bank-card:hover,
.meal-bank-card:focus,
.meal-bank-card.selected {
  border-color: rgba(49, 95, 67, 0.35);
  outline: none;
  transform: translateY(-2px);
}

.meal-bank-card.selected {
  background: var(--mint);
}

.meal-bank-card:active {
  cursor: grabbing;
}

.meal-bank-card h4 {
  margin: 0.6rem 0 0.35rem;
  font-size: 0.98rem;
}

.meal-bank-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.add-meal-button {
  width: 100%;
  min-height: 2.45rem;
  margin-top: 0.85rem;
  border: 1px solid rgba(49, 95, 67, 0.2);
  border-radius: 999px;
  background: var(--sage-dark);
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 850;
}

.prep-note {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.92rem;
}

.empty-bank {
  padding: 1rem;
  border: 1px dashed var(--line);
  border-radius: 1rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.65);
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.recipe-card {
  overflow: hidden;
}

.recipe-top {
  min-height: 9rem;
  padding: 1.25rem;
  background: var(--card-fill, var(--mint));
}

.recipe-body {
  padding: 1.2rem;
}

.detail-grid {
  display: grid;
  gap: 0.8rem;
}

.detail-grid div {
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

.detail-grid b {
  display: block;
  margin-bottom: 0.25rem;
}

.season-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.season-card {
  padding: 1.3rem;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.season-card:hover,
.season-card.active {
  transform: translateY(-3px);
  background: white;
}

.next ul {
  margin: 0;
  padding-left: 1.2rem;
}

.next li + li {
  margin-top: 0.5rem;
}

.source-list {
  display: grid;
  gap: 0.75rem;
}

.source-list a {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.74);
  color: var(--sage-dark);
  font-weight: 800;
  text-decoration: none;
}

.disclaimer {
  margin: 1.5rem 0 4rem;
  font-size: 0.95rem;
}

@media (max-width: 940px) {
  .intro-band,
  .next,
  .adventure-panel,
  .planner-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 740px;
    align-items: flex-start;
    padding-top: 5rem;
  }

  .hero-copy {
    width: min(39rem, 72vw);
  }

  .hero::before {
    background-position: 58% center;
  }

  .principles,
  .science-grid,
  .recipe-grid,
  .season-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meal-bank {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    justify-content: space-between;
  }

  main {
    width: min(100% - 1rem, 1180px);
  }

  h1 {
    font-size: 4.5rem;
  }

  .hero {
    min-height: 850px;
    padding: 3.25rem 1rem 8rem;
  }

  .hero-copy {
    width: 100%;
  }

  .hero::before {
    background-position: 49% center;
    background-size: auto 100%;
  }

  .hero::after {
    background:
      linear-gradient(100deg, rgba(255, 253, 247, 0.98) 0%, rgba(255, 253, 247, 0.92) 47%, rgba(255, 253, 247, 0.22) 84%),
      radial-gradient(circle at 0% 0%, rgba(255, 243, 200, 0.42), transparent 45%),
      linear-gradient(180deg, transparent 86%, rgba(255, 253, 247, 0.78) 100%);
  }

  .hero-light-glow {
    width: 38rem;
    height: 38rem;
    opacity: 0.72;
  }

  .hero-light-rays {
    width: 34rem;
    height: 70rem;
    opacity: 0.62;
  }

  .hero-light-shadow {
    width: 38rem;
    height: 68rem;
    opacity: 0.28;
  }

  .principles,
  .science-grid,
  .week-grid,
  .recipe-grid,
  .season-layout {
    grid-template-columns: 1fr;
  }

  .planner-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .preset-buttons {
    width: 100%;
  }

  .choice-buttons {
    width: 100%;
  }

  .preset-button,
  .choice-button {
    flex: 1 1 9.5rem;
  }

  .hero-note {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-light {
    animation: none;
  }

  .hero::before {
    animation: none;
  }

  .season-card,
  .meal-bank-card,
  .week-card {
    transition: none;
  }
}
