body.mg-body {
  background: #f7f4ee;
  color: #1e1d1a;
  padding-bottom: 0;
  overflow-x: hidden;
}

body.mg-body .site-footer {
  position: relative;
  z-index: 1;
}

.mg-page {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 22px 72px;
  min-width: 0;
}

.mg-shell {
  display: grid;
  grid-template-columns: 228px minmax(0, 1fr);
  gap: 36px 28px;
  align-items: start;
  min-width: 0;
}

.mg-index {
  position: sticky;
  top: 72px;
  padding: 16px 12px 16px;
  background: #fffdf8;
  border: 1px solid rgba(30, 29, 26, 0.1);
}

.mg-index-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #777168;
  margin-bottom: 8px;
}

.mg-index-title {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-bottom: 16px;
}

.mg-index-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(30, 29, 26, 0.12);
}

.mg-index-nav a {
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: #1e1d1a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: color 180ms ease;
}

.mg-index-nav a:hover {
  color: #f45e45;
}

.mg-index-num {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #777168;
  font-variant-numeric: tabular-nums;
}

.mg-index-meta {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #777168;
}

.mg-index-date {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.mg-index-schedule {
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #777168;
}

.mg-cal {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(30, 29, 26, 0.12);
}

.mg-cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.mg-cal-head button {
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
  color: #1e1d1a;
  font: inherit;
  cursor: pointer;
}

.mg-cal-head strong {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.mg-cal-week,
.mg-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 2px;
  text-align: center;
}

.mg-cal-week span {
  font-size: 9px;
  letter-spacing: 0.06em;
  color: #777168;
  text-transform: uppercase;
}

.mg-cal-day {
  border: 0;
  background: transparent;
  min-height: 24px;
  padding: 0;
  font: inherit;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  color: #1e1d1a;
  cursor: default;
  white-space: nowrap;
}

.mg-cal-day.is-live {
  cursor: pointer;
  font-weight: 700;
  box-shadow: inset 0 -1px 0 #f45e45;
}

.mg-cal-day.is-selected {
  background: #1e1d1a;
  color: #fffdf8;
}

.mg-cal-day.is-muted {
  color: #c5c0b6;
}

.mg-story-src {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #777168;
}

.mg-story-src b {
  font-weight: 700;
  color: #1e1d1a;
}

.mg-hero-src {
  margin-top: 14px;
}

.mg-hero a.mg-hero-title-link {
  color: inherit;
  text-decoration: none;
}

.mg-hero a.mg-hero-title-link:hover h2 {
  color: #f45e45;
}

.mg-mobile-edition {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(30, 29, 26, 0.12);
}

.mg-mobile-edition button {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.mg-mobile-cal {
  display: none;
  margin-bottom: 16px;
}

.mg-mobile-cal.is-open {
  display: block;
}

.mg-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 24px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(30, 29, 26, 0.12);
  min-width: 0;
}

.mg-masthead-brand {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #777168;
}

.mg-masthead-issue {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #777168;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.mg-lede {
  grid-column: 1 / -1;
  margin-top: 6px;
}

.mg-lede h1 {
  font-size: clamp(36px, 5.2vw, 58px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  max-width: 14ch;
  overflow-wrap: anywhere;
}

.mg-main,
.mg-lede,
.mg-hero,
.mg-lane,
.mg-story {
  min-width: 0;
}

.mg-lede p {
  margin-top: 14px;
  width: 100%;
  max-width: min(36rem, 100%);
  font-size: 16px;
  line-height: 1.65;
  color: #777168;
  overflow-wrap: break-word;
  word-break: break-word;
}

.mg-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px 32px;
  align-items: center;
  padding: 28px 0 8px;
  min-width: 0;
}

.mg-hero-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f45e45;
  margin-bottom: 12px;
}

.mg-hero h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.mg-hero-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.65;
  color: #5c5850;
  max-width: 34rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

.mg-hero-tags {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #c45a3a;
  line-height: 1.45;
}

.mg-hero-meta {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #777168;
}

.mg-hero-visual {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 240px;
  max-height: min(380px, 46vh);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #efe8dc;
}

.mg-hero-visual > a {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: inherit;
  text-decoration: none;
}

.mg-hero-visual img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  transition: transform 200ms ease;
}

.mg-hero-visual.has-photo img {
  display: block;
}

.mg-hero-visual.has-photo:hover img {
  transform: scale(1.015);
}

.mg-hero-visual.is-type {
  background:
    linear-gradient(180deg, #f3ece0, #e8d6c0);
}

.mg-hero-type {
  display: none;
  max-width: 86%;
  font-size: clamp(28px, 4.6vw, 52px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.92;
  color: rgba(30, 29, 26, 0.16);
  text-align: center;
}

.mg-hero-visual.is-type .mg-hero-type {
  display: block;
}

.mg-board-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin: 36px 0 18px;
  padding-top: 8px;
  border-top: 1px solid rgba(30, 29, 26, 0.12);
}

.mg-board-head h2 {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.mg-board-head span {
  font-size: 12px;
  color: #777168;
  letter-spacing: 0.04em;
}

.mg-lanes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 28px;
}

.mg-lane {
  min-width: 0;
}

.mg-lane-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mg-lane-kicker::before {
  content: '';
  width: 18px;
  height: 2px;
  background: currentColor;
}

.mg-lane--tips { color: #f45e45; }
.mg-lane--trend { color: #c48412; }
.mg-lane--health { color: #6b6a3a; }
.mg-lane--habit { color: #7a5c46; }

.mg-lane-kicker span,
.mg-lane h3,
.mg-lane p,
.mg-story h4,
.mg-story p {
  color: #1e1d1a;
}

.mg-lane-kicker span {
  color: inherit;
}

.mg-lane-lead {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #1e1d1a;
  overflow-wrap: anywhere;
}

.mg-story {
  display: block;
  padding: 14px 0;
  border-top: 1px solid rgba(30, 29, 26, 0.12);
  text-decoration: none;
  color: inherit;
  transition: transform 180ms ease;
}

.mg-story:hover {
  transform: translateY(-1px);
}

.mg-story:first-of-type {
  border-top: 1px solid rgba(30, 29, 26, 0.12);
}

.mg-story h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.4;
  overflow-wrap: anywhere;
  transition: color 180ms ease;
}

.mg-story:hover h4 {
  color: #f45e45;
}

.mg-story p {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: #777168;
  overflow-wrap: break-word;
  word-break: break-word;
}

.mg-story-sum {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mg-story p.mg-story-tags {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #c45a3a;
  line-height: 1.45;
}

.mg-today {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(30, 29, 26, 0.12);
}

.eat {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 28px 36px;
  align-items: start;
  min-width: 0;
}

.eat-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f45e45;
  margin-bottom: 10px;
}

.eat-copy h2 {
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.eat-lead {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #1e1d1a;
}

.eat-meta {
  margin-top: 10px;
  font-size: 13px;
  color: #777168;
}

.eat-panel {
  min-width: 0;
}

.eat-home {
  min-width: 0;
}

.eat-hunger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.eat-hchip {
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(30, 29, 26, 0.14);
  background: #fffdf8;
  color: #1e1d1a;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.03em;
  cursor: pointer;
  border-radius: 2px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.eat-hchip.is-on,
.eat-fb.is-on {
  border-color: #1e1d1a;
  box-shadow: inset 3px 0 0 #f45e45;
  background: #fff8f1;
}

.eat-hchip:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(30, 29, 26, 0.38);
}

.eat-hchip:disabled,
.eat-spinbtn:disabled {
  cursor: default;
  opacity: 0.7;
}

.eat-hchip:focus-visible,
.eat-spinbtn:focus-visible,
.eat-btn:focus-visible,
.eat-textbtn:focus-visible,
.eat-fb:focus-visible,
.eat-alt:focus-visible {
  outline: 2px solid #f45e45;
  outline-offset: 2px;
}

.eat-reel {
  --eat-row: 60px;
  position: relative;
  min-width: 0;
  padding: 8px 32px 36px 8px;
  perspective: 780px;
  perspective-origin: 42% 18%;
}

.eat-reel::after {
  content: '';
  position: absolute;
  left: 16%;
  right: 6%;
  bottom: 6px;
  height: 16px;
  background: radial-gradient(ellipse, rgba(30, 29, 26, 0.16), transparent 72%);
  pointer-events: none;
}

.eat-reel-shell {
  position: relative;
  padding: 0 16px;
  background:
    linear-gradient(180deg, #f8f3ea 0%, #e9e2d4 12%, #f7f4ee 24%, #efe8db 100%);
  border: 1px solid rgba(30, 29, 26, 0.3);
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform: rotateX(12deg) rotateY(-16deg);
  transform-style: preserve-3d;
}

.eat-reel-shell::before,
.eat-reel-shell::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.eat-reel-shell::before {
  top: 0;
  left: 100%;
  width: 22px;
  height: 100%;
  background: linear-gradient(180deg, #d8d0c0, #b7ae9e 40%, #9f9788);
  border: 1px solid rgba(30, 29, 26, 0.28);
  border-left: 0;
  transform: rotateY(90deg);
  transform-origin: left center;
}

.eat-reel-shell::after {
  top: 100%;
  left: 0;
  width: 100%;
  height: 18px;
  background: linear-gradient(#c4bcae, #a39b8c);
  border: 1px solid rgba(30, 29, 26, 0.28);
  border-top: 0;
  transform: rotateX(-90deg);
  transform-origin: top center;
}

.eat-reel-lip {
  position: relative;
  z-index: 8;
  display: block;
  height: 18px;
  background: linear-gradient(180deg, #f4eee4, #e4dccb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: translateZ(36px);
  pointer-events: none;
}

.eat-reel-lip--b {
  background: linear-gradient(180deg, #e4dccb, #d3cbb9);
}

.eat-reel-rail {
  position: absolute;
  top: 14px;
  bottom: 14px;
  width: 14px;
  z-index: 4;
  background: linear-gradient(180deg, #d2c9b8, #f4eee3 20%, #cfc6b5 80%, #b3aa9a);
  box-shadow: inset 0 0 0 1px rgba(30, 29, 26, 0.16);
  transform-style: preserve-3d;
}

.eat-reel-rail--l {
  left: 4px;
  transform: rotateY(48deg) translateZ(8px);
  transform-origin: left center;
}

.eat-reel-rail--r {
  right: 4px;
  transform: rotateY(-48deg) translateZ(8px);
  transform-origin: right center;
}

.eat-reel-window {
  position: relative;
  height: calc(var(--eat-row) * 3);
  overflow: visible;
  transform-style: preserve-3d;
  border: 1px solid rgba(30, 29, 26, 0.32);
  background:
    radial-gradient(ellipse at 50% 50%, #fffdf8 30%, #d9d1c3 100%);
  box-shadow:
    inset 0 22px 26px rgba(30, 29, 26, 0.2),
    inset 0 -22px 26px rgba(30, 29, 26, 0.18),
    inset 16px 0 18px rgba(30, 29, 26, 0.08),
    inset -16px 0 18px rgba(30, 29, 26, 0.08);
}

.eat-reel-scene {
  position: relative;
  height: 100%;
  transform-style: preserve-3d;
}

.eat-reel-drum {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  will-change: transform;
}

.eat-reel-aim {
  position: absolute;
  left: 12px;
  right: 12px;
  top: var(--eat-row);
  height: var(--eat-row);
  border-top: 1px solid #1e1d1a;
  border-bottom: 1px solid #1e1d1a;
  background: rgba(255, 253, 248, 0.2);
  box-shadow: inset 0 0 0 1px rgba(244, 94, 69, 0.32);
  pointer-events: none;
  z-index: 3;
  transform: translateZ(96px);
}

.eat-reel-aim::before,
.eat-reel-aim::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #f45e45;
  transform: translateY(-50%) rotate(45deg);
  background: #fffdf8;
}

.eat-reel-aim::before {
  left: -6px;
}

.eat-reel-aim::after {
  right: -6px;
}

.eat-reel-glass {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  transform: translateZ(88px);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0) 68%,
    rgba(30, 29, 26, 0.1) 100%
  );
}

.eat-reel-item {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  height: var(--eat-row);
  margin-top: calc(var(--eat-row) / -2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #8f8980;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.34), rgba(30, 29, 26, 0.06));
  box-shadow: 0 10px 16px rgba(30, 29, 26, 0.08);
}

.eat-reel-item.is-on {
  color: #1e1d1a;
}

.eat-spinbtn {
  width: 100%;
  margin-top: 14px;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid #1e1d1a;
  background: #1e1d1a;
  color: #fffdf8;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.eat-spinbtn:hover:not(:disabled) {
  transform: translateY(-2px);
  background: #2c2b27;
}

.eat--result {
  grid-template-columns: minmax(0, 1fr);
}

.eat--result .eat-copy {
  display: none;
}

.eat-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.eat-progress {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #777168;
}

.eat-progress span {
  color: #1e1d1a;
}

.eat-textbtn {
  padding: 0;
  border: none;
  background: transparent;
  color: #777168;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.eat-textbtn:hover {
  color: #f45e45;
}

.eat-btn:hover,
.eat-alt:hover {
  border-color: rgba(30, 29, 26, 0.38);
  transform: translateY(-2px);
}

.eat-hero h3 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.eat-num {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #777168;
  margin-bottom: 8px;
}

.eat-whyline {
  margin-top: 12px;
  max-width: 34rem;
  font-size: 15px;
  line-height: 1.6;
  color: #5c5850;
}

.eat-match {
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #777168;
}

.eat-match b {
  color: #f45e45;
  font-size: 18px;
  letter-spacing: 0;
}

.eat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.eat-chips span {
  display: inline-block;
  padding: 4px 8px 3px;
  border: 1px solid rgba(30, 29, 26, 0.16);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.eat-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.eat-btn {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(30, 29, 26, 0.18);
  background: #fffdf8;
  color: #1e1d1a;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease;
}

.eat-btn--main {
  background: #1e1d1a;
  color: #fffdf8;
  border-color: #1e1d1a;
}

.eat-why-toggle {
  margin-top: 16px;
}

.eat-explain {
  margin-top: 8px;
  max-width: 28rem;
  font-size: 14px;
  line-height: 1.65;
  color: #5c5850;
  white-space: pre-line;
}

.eat-feedback {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.eat-fb {
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid rgba(30, 29, 26, 0.14);
  background: #fffdf8;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.eat-alts-label {
  margin-top: 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #777168;
}

.eat-alts {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  border-top: 1px solid rgba(30, 29, 26, 0.12);
}

.eat-alt {
  display: flex;
  gap: 14px;
  align-items: baseline;
  width: 100%;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid rgba(30, 29, 26, 0.12);
  background: transparent;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.eat-alt span {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #777168;
}

.eat-alt strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.eat-empty {
  color: #777168;
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  .eat-hchip,
  .eat-spinbtn,
  .eat-btn,
  .eat-reel-drum {
    transition: none;
  }
  .eat-hchip:hover,
  .eat-spinbtn:hover,
  .eat-btn:hover,
  .eat-alt:hover {
    transform: none;
  }
}

.mg-mobile-cats {
  display: none;
  gap: 12px 16px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding: 0 0 14px;
  margin: 0 0 8px;
  -webkit-overflow-scrolling: touch;
}

.mg-mobile-cats a {
  flex: 0 0 auto;
  padding: 6px 2px;
  border: none;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #1e1d1a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 0;
}

.mg-mobile-cats a:hover {
  border-bottom-color: #f45e45;
  color: #f45e45;
}

body.mg-body .nav-mega-link.is-current {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .mg-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .mg-index {
    display: none;
  }

  .mg-mobile-edition {
    display: flex;
  }

  .mg-mobile-cats {
    display: flex;
  }

  .mg-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 32px;
  }

  .eat {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .mg-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .mg-hero-visual {
    order: -1;
    width: 100%;
    height: 200px;
    max-height: 200px;
    min-height: 0;
    aspect-ratio: auto;
  }
}

@media (max-width: 640px) {
  .mg-page {
    padding: 12px 16px 56px;
  }

  .mg-masthead {
    grid-template-columns: minmax(0, 1fr);
  }

  .mg-masthead-issue {
    text-align: left;
  }

  .mg-lanes {
    grid-template-columns: minmax(0, 1fr);
  }

  .mg-lede h1 {
    max-width: none;
  }

  .mg-lede p,
  .mg-hero-desc,
  .mg-story p,
  .mg-lane-lead,
  .mg-board-head span {
    max-width: 100%;
    width: 100%;
  }

  .mg-lede p {
    font-size: 14px;
  }

  .mg-board-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .eat-reel {
    padding: 6px 18px 28px 4px;
  }
  .eat-reel-shell {
    transform: rotateX(10deg) rotateY(-12deg);
  }
}

@media (max-width: 360px) {
  .eat-hunger {
    grid-template-columns: minmax(0, 1fr);
  }
}
