:root {
	--rice: #f5f0e4;
	--paper: #fffdf7;
	--ink: #171815;
	--muted: #62645d;
	--steel: #cfd2cc;
	--steel-dark: #9ba09a;
	--seaweed: #0f5c45;
	--tomato: #e43d2f;
	--yolk: #f1c84b;
	--line: rgba(23, 24, 21, 0.22);
	--shell: 1240px;
	--header-height: 88px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--rice);
	color: var(--ink);
	font-family: "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: 0;
}

body.menu-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus-visible {
	color: var(--tomato);
}

button,
input,
textarea,
select {
	font: inherit;
	letter-spacing: 0;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
dl {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
strong {
	font-weight: 800;
}

::selection {
	background: var(--yolk);
	color: var(--ink);
}

.shell,
.shell-wide {
	width: min(calc(100% - 64px), var(--shell));
	margin-right: auto;
	margin-left: auto;
}

.shell-wide {
	max-width: 1040px;
}

.section-block {
	padding-top: 104px;
	padding-bottom: 104px;
}

.kicker,
.label {
	margin-bottom: 14px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: var(--paper);
	color: var(--ink);
	font-weight: 700;
}

.order-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 2px solid currentColor;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.order-button:hover,
.order-button:focus-visible {
	transform: translateY(-2px);
	color: var(--ink);
}

.order-button--tomato {
	border-color: var(--tomato);
	background: var(--tomato);
	color: #fff;
}

.order-button--tomato:hover,
.order-button--tomato:focus-visible {
	border-color: var(--yolk);
	background: var(--yolk);
}

.order-button--yolk {
	border-color: var(--yolk);
	background: var(--yolk);
	color: var(--ink);
}

.order-button--yolk:hover,
.order-button--yolk:focus-visible {
	border-color: var(--paper);
	background: var(--paper);
}

.order-button--rice {
	border-color: var(--rice);
	background: var(--rice);
	color: var(--ink);
}

.order-button--rice:hover,
.order-button--rice:focus-visible {
	border-color: var(--yolk);
	background: var(--yolk);
}

.plain-link {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid currentColor;
	font-size: 14px;
	font-weight: 800;
}

.plain-link--light {
	color: #fff;
}

.plain-link:hover,
.plain-link:focus-visible {
	color: var(--tomato);
}

/* Header */
.site-header {
	position: relative;
	z-index: 100;
	height: var(--header-height);
	border-bottom: 1px solid var(--ink);
	background: var(--paper);
}

.site-header__inner {
	display: grid;
	width: 100%;
	height: 100%;
	grid-template-columns: 300px minmax(0, 1fr) 184px;
	align-items: stretch;
}

.site-brand {
	display: flex;
	align-items: center;
	padding-left: max(32px, calc((100vw - var(--shell)) / 2));
	border-right: 1px solid var(--ink);
}

.site-brand__link {
	display: inline-grid;
	grid-template-columns: 44px auto;
	align-items: center;
	gap: 12px;
}

.site-brand__code {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: var(--seaweed);
	color: #fff;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
}

.site-brand__name {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
}

.site-brand__name small {
	margin-top: 4px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
}

.primary-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-menu,
.site-menu ul,
.footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
}

.site-menu a {
	display: block;
	padding: 30px 0 27px;
	border-bottom: 3px solid transparent;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.site-menu .current-menu-item > a,
.site-menu .current_page_item > a,
.site-menu a:hover,
.site-menu a:focus-visible {
	border-color: var(--tomato);
	color: var(--ink);
}

.header-order {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--tomato);
	color: #fff;
	line-height: 1.25;
}

.header-order span {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
}

.header-order strong {
	margin-top: 4px;
	font-size: 15px;
}

.header-order:hover,
.header-order:focus-visible {
	background: var(--yolk);
	color: var(--ink);
}

.menu-toggle {
	display: none;
}

/* Home hero */
.home-hero {
	position: relative;
	min-height: 690px;
	overflow: hidden;
	background: var(--ink);
	color: #fff;
}

.home-hero__media,
.home-hero__scrim {
	position: absolute;
	inset: 0;
}

.home-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
}

.home-hero__scrim {
	background: rgba(0, 0, 0, 0.46);
}

.home-hero__scrim::after {
	position: absolute;
	top: 0;
	right: 25%;
	bottom: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.35);
	content: "";
}

.home-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	min-height: 614px;
	grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr);
	align-items: end;
}

.hero-copy {
	max-width: 800px;
	padding: 80px 64px 64px 0;
}

.hero-status {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 42px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
}

.hero-status span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--yolk);
	animation: status-pulse 1.8s infinite ease-in-out;
}

@keyframes status-pulse {
	50% { opacity: 0.45; }
}

.hero-copy h1 {
	margin-bottom: 16px;
	font-size: 76px;
	line-height: 0.98;
}

.hero-copy h1 small {
	display: block;
	margin-top: 12px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.hero-lead {
	margin-bottom: 22px;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.3;
}

.hero-note {
	margin-bottom: 32px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 24px;
}

.hero-standard {
	align-self: stretch;
	padding: 164px 0 64px 38px;
}

.hero-standard > p {
	padding-bottom: 18px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
}

.hero-standard > div {
	display: grid;
	grid-template-columns: 74px 1fr;
	align-items: center;
	padding: 13px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.hero-standard strong {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 32px;
	line-height: 1;
}

.hero-standard span,
.hero-standard small {
	font-size: 12px;
}

.hero-standard small {
	display: block;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.72);
}

.hero-pickup {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: grid;
	height: 76px;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	background: var(--steel);
	color: var(--ink);
}

.hero-pickup span {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border-right: 1px solid var(--ink);
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}

.hero-pickup span:last-child {
	border-right: 0;
	background: var(--yolk);
}

/* Section headings */
.section-heading {
	display: grid;
	align-items: end;
	gap: 48px;
	padding-bottom: 32px;
	border-bottom: 2px solid var(--ink);
}

.section-heading--ledger {
	grid-template-columns: minmax(320px, 1.2fr) minmax(280px, 1fr);
}

.section-heading--compact {
	grid-template-columns: minmax(320px, 1fr) minmax(260px, 0.8fr);
}

.section-heading h2 {
	margin-bottom: 0;
	font-size: 54px;
	line-height: 1.02;
}

.section-heading > div:last-child,
.section-heading > p {
	max-width: 520px;
	margin-bottom: 0;
	justify-self: end;
	color: var(--muted);
	font-size: 14px;
}

.section-heading > div:last-child p {
	margin-bottom: 12px;
}

/* Weekly meal ledger */
.weekly-menu {
	background: var(--rice);
}

.meal-ledger {
	border-bottom: 2px solid var(--ink);
}

.meal-ledger__head,
.meal-row {
	display: grid;
	grid-template-columns: 112px 156px minmax(260px, 1fr) 294px 86px;
}

.meal-ledger__head {
	min-height: 42px;
	align-items: center;
	border-bottom: 1px solid var(--ink);
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
}

.meal-ledger__head span {
	padding: 0 14px;
}

.meal-row {
	min-height: 182px;
	border-bottom: 1px solid var(--ink);
	background: var(--paper);
}

.meal-row:last-child {
	border-bottom: 0;
}

.meal-row > * {
	min-width: 0;
	border-right: 1px solid var(--ink);
}

.meal-row > *:last-child {
	border-right: 0;
}

.meal-row__day {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px 14px;
}

.meal-row__day strong {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.25;
}

.meal-row__day span {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}

.meal-row__media {
	position: relative;
	overflow: hidden;
}

.meal-row__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.meal-row__media:hover img,
.meal-row__media:focus-visible img {
	transform: scale(1.045);
}

.meal-row__media span {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 6px;
	border: 1px solid var(--ink);
	background: var(--yolk);
	color: var(--ink);
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
}

.meal-row__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 24px;
}

.meal-row__copy > p {
	margin-bottom: 6px;
	color: var(--seaweed);
	font-size: 11px;
	font-weight: 800;
}

.meal-row__copy h3 {
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 1.25;
}

.meal-row__copy > div {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
}

.meal-row__macros {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 0;
}

.meal-row__macros > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 12px 16px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.meal-row__macros > div:nth-child(even) {
	border-right: 0;
}

.meal-row__macros > div:nth-last-child(-n+2) {
	border-bottom: 0;
}

.meal-row__macros dt {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 9px;
	font-weight: 800;
}

.meal-row__macros dd {
	margin: 3px 0 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

.meal-row__price {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 12px;
}

.meal-row__price strong {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 26px;
	line-height: 1;
}

.meal-row__price a {
	font-size: 11px;
	font-weight: 800;
}

.meal-row--2 .meal-row__day,
.meal-row--4 .meal-row__day {
	background: var(--steel);
}

.meal-row--3 .meal-row__day {
	background: var(--yolk);
}

.meal-row--5 .meal-row__day {
	background: var(--seaweed);
	color: #fff;
}

/* Ratio board */
.plate-formula {
	padding: 112px 0;
	background: var(--seaweed);
	color: #fff;
}

.plate-formula__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(500px, 1.45fr);
	align-items: start;
	gap: 88px;
}

.plate-formula__intro {
	position: sticky;
	top: 32px;
}

.plate-formula__intro h2 {
	margin-bottom: 26px;
	font-size: 54px;
	line-height: 1.08;
}

.plate-formula__intro > p:last-child {
	max-width: 420px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
}

.ratio-board {
	border: 2px solid #fff;
	background: var(--paper);
	color: var(--ink);
}

.ratio-board__row {
	display: grid;
	min-height: 112px;
	grid-template-columns: 118px 1fr 180px;
	align-items: center;
	border-bottom: 1px solid var(--ink);
}

.ratio-board__row strong {
	align-self: stretch;
	display: grid;
	place-items: center;
	border-right: 1px solid var(--ink);
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 40px;
}

.ratio-board__row span {
	padding: 0 28px;
	font-size: 18px;
	font-weight: 800;
}

.ratio-board__row small {
	padding: 0 22px;
	border-left: 1px solid var(--line);
	color: var(--muted);
	font-size: 12px;
}

.ratio-board__row--veg strong {
	background: var(--yolk);
}

.ratio-board__row--protein strong {
	background: var(--tomato);
	color: #fff;
}

.ratio-board__row--grain strong {
	background: var(--steel);
}

.ratio-board footer {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 20px;
	background: var(--ink);
	color: #fff;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
}

/* Kitchen */
.kitchen-band {
	position: relative;
	display: flex;
	min-height: 670px;
	align-items: center;
	overflow: hidden;
	background: var(--ink);
	color: #fff;
}

.kitchen-band__media,
.kitchen-band__scrim {
	position: absolute;
	inset: 0;
}

.kitchen-band__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.kitchen-band__scrim {
	background: rgba(0, 0, 0, 0.56);
}

.kitchen-band__copy {
	position: relative;
	z-index: 2;
	padding-top: 86px;
	padding-bottom: 86px;
}

.kitchen-band__copy h2 {
	margin-bottom: 24px;
	font-size: 74px;
	line-height: 1;
}

.kitchen-band__copy > p:not(.kicker) {
	max-width: 480px;
	margin-bottom: 34px;
	font-size: 16px;
}

/* Subscription receipt */
.subscription-print {
	background: var(--steel);
}

.subscription-print__paper {
	display: grid;
	min-height: 420px;
	grid-template-columns: 1.45fr 0.6fr;
	grid-template-rows: 54px 1fr;
	padding: 0;
	border: 2px solid var(--ink);
	background: var(--paper);
}

.subscription-print__mast {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 32px;
	padding: 0 24px;
	border-bottom: 1px solid var(--ink);
	background: var(--ink);
	color: #fff;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
}

.subscription-print__mast strong {
	font-size: 18px;
}

.subscription-print__main {
	display: grid;
	grid-template-columns: minmax(250px, 1fr) minmax(250px, 0.85fr);
	align-content: center;
	gap: 24px 54px;
	padding: 58px;
	border-right: 1px dashed var(--ink);
}

.subscription-print__main .kicker {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.subscription-print__main h2 {
	margin-bottom: 0;
	font-size: 45px;
	line-height: 1.15;
}

.subscription-lines {
	display: grid;
	grid-template-columns: 1fr auto;
	align-content: start;
	margin-top: 4px;
}

.subscription-lines span,
.subscription-lines strong {
	padding: 11px 0;
	border-bottom: 1px solid var(--line);
	font-size: 13px;
}

.subscription-lines strong {
	text-align: right;
}

.subscription-print__action {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	padding: 42px;
	text-align: center;
}

.subscription-print__action p {
	margin-bottom: 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
}

.subscription-print__action > strong {
	margin: 8px 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 58px;
	line-height: 1;
}

.subscription-print__action > span {
	margin-bottom: 28px;
	color: var(--muted);
	font-size: 12px;
}

/* Prep steps and notes */
.prep-line {
	background: var(--paper);
}

.prep-line__steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0;
	margin: 0;
	list-style: none;
}

.prep-line__steps li {
	min-height: 270px;
	padding: 28px;
	border-right: 1px solid var(--ink);
	border-bottom: 1px solid var(--ink);
}

.prep-line__steps li:first-child {
	border-left: 1px solid var(--ink);
}

.prep-line__steps span {
	display: block;
	margin-bottom: 78px;
	color: var(--tomato);
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
}

.prep-line__steps strong {
	display: block;
	margin-bottom: 12px;
	font-size: 22px;
}

.prep-line__steps p {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 13px;
}

.food-notes {
	background: var(--rice);
}

.food-notes__list,
.journal-ledger {
	border-bottom: 2px solid var(--ink);
}

.food-note {
	display: grid;
	min-height: 128px;
	grid-template-columns: 130px minmax(260px, 1fr) minmax(240px, 0.8fr) 54px;
	align-items: center;
	border-bottom: 1px solid var(--ink);
}

.food-note > * {
	min-width: 0;
	padding: 24px;
}

.food-note > span {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
}

.food-note h2,
.food-note h3 {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.3;
}

.food-note > div {
	color: var(--muted);
	font-size: 13px;
}

.food-note > div p {
	margin-bottom: 0;
}

.food-note > a:last-child {
	display: grid;
	height: 54px;
	place-items: center;
	border: 1px solid var(--ink);
	border-radius: 50%;
	font-size: 22px;
}

/* Archive headers */
.archive-hero,
.page-header,
.article-header {
	padding: 96px 0 70px;
	border-bottom: 1px solid var(--ink);
}

.archive-hero--seaweed {
	background: var(--seaweed);
	color: #fff;
}

.archive-hero--rice,
.page-header,
.article-header {
	background: var(--rice);
}

.archive-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
	align-items: end;
	gap: 80px;
}

.archive-hero h1,
.page-header h1,
.article-header h1 {
	max-width: 900px;
	margin-bottom: 18px;
	font-size: 66px;
	line-height: 1.06;
	word-break: break-word;
}

.archive-hero__lead {
	max-width: 670px;
	margin-bottom: 0;
	color: inherit;
	font-size: 16px;
	opacity: 0.78;
}

.archive-week {
	display: flex;
	min-height: 230px;
	flex-direction: column;
	justify-content: space-between;
	padding: 26px;
	border: 2px solid currentColor;
}

.archive-week span,
.archive-week small {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
}

.archive-week strong {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 54px;
	line-height: 0.88;
}

.archive-week--red {
	background: var(--tomato);
	color: #fff;
}

.meal-filter {
	display: flex;
	min-height: 64px;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	border-bottom: 1px solid var(--ink);
}

.meal-filter a {
	flex: 0 0 auto;
	padding: 7px 12px;
	border: 1px solid var(--ink);
	font-size: 12px;
	font-weight: 700;
}

.meal-filter a:hover,
.meal-filter a:focus-visible,
.meal-filter .is-active {
	background: var(--ink);
	color: #fff;
}

.journal-ledger__head {
	display: grid;
	grid-template-columns: 130px minmax(260px, 1fr) minmax(240px, 0.8fr) 54px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--ink);
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
}

.empty-state {
	padding: 72px 0;
	border-bottom: 1px solid var(--ink);
}

.empty-state h2 {
	font-size: 36px;
}

/* Meal detail */
.single-meal__hero {
	display: grid;
	min-height: 660px;
	grid-template-columns: minmax(0, 1.15fr) minmax(440px, 0.85fr);
	border-bottom: 1px solid var(--ink);
}

.single-meal__media {
	min-height: 660px;
	overflow: hidden;
	background: var(--steel);
}

.single-meal__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-meal__summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 64px max(36px, calc((100vw - var(--shell)) / 2));
	background: var(--paper);
}

.single-meal__topline {
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 38px;
	border-bottom: 1px solid var(--ink);
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
}

.single-meal__summary h1 {
	margin-bottom: 20px;
	font-size: 56px;
	line-height: 1.08;
	word-break: break-word;
}

.single-meal__excerpt {
	margin-bottom: 32px;
	color: var(--muted);
	font-size: 15px;
}

.macro-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 30px;
	border-top: 1px solid var(--ink);
	border-bottom: 1px solid var(--ink);
}

.macro-grid div {
	padding: 13px 8px;
	border-right: 1px solid var(--ink);
}

.macro-grid div:last-child {
	border-right: 0;
}

.macro-grid dt {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 9px;
	font-weight: 800;
}

.macro-grid dd {
	margin: 3px 0 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.single-meal__order {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: end;
	gap: 28px;
}

.single-meal__order > strong {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 50px;
	line-height: 1;
}

.single-meal__order > div {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 9px;
}

.single-meal__order span {
	font-size: 11px;
	font-weight: 700;
}

.single-meal__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	align-items: start;
	gap: 100px;
}

.meal-label {
	border: 3px solid var(--ink);
	background: var(--paper);
}

.meal-label header {
	display: flex;
	flex-direction: column;
	padding: 16px;
	border-bottom: 8px solid var(--ink);
}

.meal-label header span {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
}

.meal-label header strong {
	font-size: 28px;
}

.meal-label dl {
	padding: 0 16px;
	margin-bottom: 0;
}

.meal-label dl div {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid var(--ink);
}

.meal-label dt,
.meal-label dd {
	margin: 0;
	font-size: 12px;
}

.meal-label dd {
	font-weight: 800;
}

.meal-label > p {
	padding: 14px 16px;
	margin-bottom: 0;
	font-size: 10px;
}

/* Standard content */
.solo-page__mast {
	padding: 72px 0;
	border-bottom: 1px solid var(--ink);
	background: var(--steel);
}

.solo-page__mast-grid {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	align-items: stretch;
	gap: 64px;
}

.solo-page__number {
	display: flex;
	min-height: 240px;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px;
	border: 2px solid var(--ink);
	background: var(--yolk);
}

.solo-page__number span,
.solo-page__number small {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
}

.solo-page__number strong {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 94px;
	line-height: 0.8;
}

.solo-page__title {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 12px;
}

.solo-page__title h1 {
	max-width: 850px;
	margin-bottom: 22px;
	font-size: 68px;
	line-height: 1.05;
	word-break: break-word;
}

.solo-page__title > p:last-child {
	max-width: 520px;
	margin-bottom: 0;
	color: var(--muted);
	font-size: 15px;
}

.solo-page__image {
	height: 520px;
	border-bottom: 1px solid var(--ink);
	overflow: hidden;
}

.solo-page__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solo-page__body {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	align-items: start;
	gap: 84px;
	padding-top: 88px;
	padding-bottom: 110px;
}

.page-docket {
	position: sticky;
	top: 28px;
	padding: 22px;
	border: 2px solid var(--ink);
	background: var(--paper);
}

.page-docket dl {
	margin-bottom: 24px;
}

.page-docket dl div {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 11px 0;
	border-bottom: 1px solid var(--line);
}

.page-docket dt,
.page-docket dd {
	margin: 0;
	font-size: 11px;
}

.page-docket dd {
	font-weight: 800;
	text-align: right;
}

.page-docket .order-button {
	width: 100%;
}

.solo-page__content {
	min-width: 0;
}

.solo-page__content > * {
	margin-left: 0;
}

.article-feature {
	padding-top: 72px;
	padding-bottom: 100px;
}

.article-feature > img,
.article-feature figure img {
	width: 100%;
	max-height: 620px;
	object-fit: cover;
}

.article-meta {
	display: flex;
	gap: 24px;
	color: var(--muted);
	font-size: 12px;
}

.entry-content {
	font-size: 17px;
}

.entry-content > * {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.single-meal__body .entry-content > * {
	max-width: none;
}

.entry-content h2 {
	margin-top: 48px;
	font-size: 34px;
	line-height: 1.25;
}

.entry-content h3 {
	margin-top: 36px;
	font-size: 25px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin-bottom: 1.4em;
}

.entry-content a {
	border-bottom: 1px solid var(--tomato);
	color: var(--tomato);
}

.entry-content blockquote {
	padding: 22px 28px;
	margin: 38px auto;
	border-left: 8px solid var(--yolk);
	background: var(--paper);
	font-size: 20px;
	font-weight: 700;
}

.entry-content .alignwide {
	max-width: 1040px;
}

.entry-content .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
}

.post-navigation {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 32px;
	padding-bottom: 72px;
	border-top: 1px solid var(--ink);
}

.post-navigation > div:last-child {
	text-align: right;
}

.post-navigation span {
	display: block;
	margin-bottom: 5px;
	color: var(--muted);
	font-size: 11px;
}

.post-navigation a {
	font-weight: 800;
}

.search-form {
	display: grid;
	max-width: 720px;
	grid-template-columns: 1fr 120px;
	margin-top: 28px;
}

.search-field,
.search-submit {
	min-height: 50px;
	padding: 10px 14px;
	border: 1px solid var(--ink);
	border-radius: 0;
}

.search-submit {
	background: var(--ink);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.not-found-page {
	padding: 120px 0;
}

.not-found-page__grid {
	display: grid;
	grid-template-columns: 0.7fr 1fr;
	align-items: center;
	gap: 80px;
}

.not-found-page h1 {
	margin-bottom: 0;
	color: var(--tomato);
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 180px;
	line-height: 0.8;
}

.not-found-page h2 {
	font-size: 42px;
}

.pagination,
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding-top: 34px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding: 0 10px;
	border: 1px solid var(--ink);
	font-size: 12px;
	font-weight: 800;
}

.page-numbers.current,
.page-numbers:hover {
	background: var(--ink);
	color: #fff;
}

/* Footer */
.dispatch-callout {
	padding: 82px 0;
	background: var(--seaweed);
	color: #fff;
}

.dispatch-callout__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 72px;
}

.dispatch-callout h2 {
	margin-bottom: 0;
	font-size: 58px;
	line-height: 1.05;
}

.dispatch-callout__meta {
	display: grid;
	grid-template-columns: auto auto;
	align-items: end;
	gap: 6px 24px;
}

.dispatch-callout__meta span {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
}

.dispatch-callout__meta > strong {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 58px;
	line-height: 1;
}

.dispatch-callout__meta .order-button {
	grid-column: 1 / -1;
	margin-top: 16px;
}

.ingredient-ticker {
	display: flex;
	min-height: 56px;
	align-items: center;
	justify-content: space-around;
	overflow: hidden;
	background: var(--yolk);
	color: var(--ink);
}

.ingredient-ticker span {
	position: relative;
	flex: 0 0 auto;
	padding: 0 28px;
	font-size: 12px;
	font-weight: 800;
}

.ingredient-ticker span::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--ink);
	content: "";
}

.footer-main {
	display: grid;
	grid-template-columns: 1fr 0.7fr 1fr;
	gap: 72px;
	padding-top: 72px;
	padding-bottom: 72px;
}

.footer-brand {
	display: flex;
	align-items: flex-end;
	gap: 28px;
}

.footer-brand > strong {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 48px;
	line-height: 0.82;
}

.footer-brand p {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 13px;
}

.footer-menu li + li {
	margin-top: 8px;
}

.footer-menu a {
	font-size: 13px;
	font-weight: 700;
}

.footer-contact {
	text-align: right;
}

.footer-contact a {
	display: block;
	margin-bottom: 8px;
	font-size: 21px;
	font-weight: 800;
	word-break: break-word;
}

.footer-contact p:last-child {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 12px;
}

.footer-legal {
	display: flex;
	justify-content: space-between;
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 10px;
}

.footer-legal p {
	margin-bottom: 0;
}

@media (max-width: 1180px) {
	:root {
		--header-height: 78px;
	}

	.site-header__inner {
		grid-template-columns: 258px minmax(0, 1fr) 154px;
	}

	.site-brand {
		padding-left: 24px;
	}

	.site-menu {
		gap: 18px;
	}

	.site-menu a {
		padding: 26px 0 23px;
		font-size: 12px;
	}

	.meal-ledger__head,
	.meal-row {
		grid-template-columns: 94px 134px minmax(220px, 1fr) 224px 74px;
	}

	.meal-row__copy {
		padding: 18px;
	}

	.meal-row__copy h3 {
		font-size: 19px;
	}

	.meal-row__macros > div {
		padding: 10px;
	}

	.subscription-print__main {
		padding: 42px;
	}
}

@media (max-width: 960px) {
	.shell,
	.shell-wide {
		width: min(calc(100% - 40px), var(--shell));
	}

	.section-block {
		padding-top: 78px;
		padding-bottom: 78px;
	}

	.site-header__inner {
		grid-template-columns: 1fr 72px 150px;
	}

	.primary-navigation {
		position: fixed;
		top: var(--header-height);
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 30px 20px;
		background: var(--rice);
		overflow-y: auto;
	}

	.site-header.menu-open .primary-navigation {
		display: block;
	}

	.site-menu {
		display: block;
	}

	.site-menu li {
		border-bottom: 1px solid var(--ink);
	}

	.site-menu a {
		padding: 18px 8px;
		border-bottom: 0;
		font-size: 24px;
	}

	.menu-toggle {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 7px;
		border: 0;
		border-left: 1px solid var(--ink);
		background: var(--paper);
		cursor: pointer;
	}

	.menu-toggle span:not(.screen-reader-text) {
		display: block;
		width: 25px;
		height: 2px;
		background: var(--ink);
		transition: transform 180ms ease;
	}

	.menu-toggle[aria-expanded="true"] span:first-child {
		transform: translateY(4.5px) rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(2) {
		transform: translateY(-4.5px) rotate(-45deg);
	}

	.home-hero {
		min-height: 720px;
	}

	.home-hero__inner {
		min-height: 644px;
		grid-template-columns: minmax(0, 1.4fr) 240px;
	}

	.hero-copy h1 {
		font-size: 62px;
	}

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

	.meal-ledger__head {
		display: none;
	}

	.meal-row {
		min-height: 220px;
		grid-template-columns: 92px 168px minmax(220px, 1fr) 188px;
	}

	.meal-row__price {
		grid-column: 4;
		grid-row: 1;
		align-items: flex-end;
		justify-content: flex-end;
		border-right: 0;
		pointer-events: none;
	}

	.meal-row__price a {
		pointer-events: auto;
	}

	.meal-row__macros {
		padding-bottom: 70px;
	}

	.plate-formula__grid {
		grid-template-columns: 1fr;
		gap: 54px;
	}

	.plate-formula__intro {
		position: static;
	}

	.subscription-print__paper {
		grid-template-columns: 1fr;
	}

	.subscription-print__main {
		border-right: 0;
		border-bottom: 1px dashed var(--ink);
	}

	.prep-line__steps {
		grid-template-columns: repeat(2, 1fr);
	}

	.prep-line__steps li:nth-child(3) {
		border-left: 1px solid var(--ink);
	}

	.single-meal__hero {
		grid-template-columns: 1fr;
	}

	.single-meal__media {
		min-height: 520px;
		max-height: 620px;
	}

	.single-meal__summary {
		padding: 58px 40px;
	}

	.single-meal__body {
		gap: 52px;
	}

	.footer-main {
		grid-template-columns: 1.2fr 0.7fr;
	}

	.footer-contact {
		grid-column: 1 / -1;
		text-align: left;
	}

	.solo-page__mast-grid,
	.solo-page__body {
		grid-template-columns: 210px minmax(0, 1fr);
		gap: 42px;
	}

	.solo-page__number {
		min-height: 210px;
	}

	.solo-page__number strong {
		font-size: 76px;
	}

	.solo-page__title h1 {
		font-size: 54px;
	}
}

@media (max-width: 720px) {
	:root {
		--header-height: 68px;
	}

	.shell,
	.shell-wide {
		width: min(calc(100% - 28px), var(--shell));
	}

	.section-block {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.site-header__inner {
		grid-template-columns: 1fr 62px;
	}

	.site-brand {
		padding-left: 14px;
		border-right: 0;
	}

	.site-brand__link {
		grid-template-columns: 38px auto;
		gap: 9px;
	}

	.site-brand__code {
		width: 38px;
		height: 38px;
		font-size: 13px;
	}

	.site-brand__name {
		font-size: 15px;
	}

	.header-order {
		display: none;
	}

	.menu-toggle {
		grid-column: 2;
	}

	.home-hero {
		min-height: 760px;
	}

	.home-hero__media img {
		object-position: 57% center;
	}

	.home-hero__scrim {
		background: rgba(0, 0, 0, 0.55);
	}

	.home-hero__scrim::after {
		display: none;
	}

	.home-hero__inner {
		min-height: 664px;
		grid-template-columns: 1fr;
		align-items: end;
	}

	.hero-copy {
		max-width: none;
		padding: 54px 0 32px;
	}

	.hero-status {
		margin-bottom: 28px;
	}

	.hero-copy h1 {
		font-size: 46px;
	}

	.hero-copy h1 small {
		font-size: 13px;
	}

	.hero-lead {
		font-size: 26px;
	}

	.hero-note {
		font-size: 12px;
	}

	.hero-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.hero-standard {
		display: none;
	}

	.hero-pickup {
		height: 96px;
		grid-template-columns: repeat(2, 1fr);
	}

	.hero-pickup span {
		padding: 0 8px;
		border-bottom: 1px solid var(--ink);
		font-size: 10px;
	}

	.hero-pickup span:nth-child(even) {
		border-right: 0;
	}

	.hero-pickup span:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.section-heading,
	.section-heading--ledger,
	.section-heading--compact {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-bottom: 24px;
	}

	.section-heading h2 {
		font-size: 40px;
	}

	.section-heading > div:last-child,
	.section-heading > p {
		justify-self: start;
	}

	.meal-ledger {
		border-bottom-width: 1px;
	}

	.meal-row {
		position: relative;
		min-height: 0;
		grid-template-columns: 78px 1fr;
		grid-template-rows: 136px auto auto;
		border-right: 1px solid var(--ink);
		border-left: 1px solid var(--ink);
	}

	.meal-row > * {
		border-right: 0;
	}

	.meal-row__day {
		grid-row: 1;
		padding: 13px 10px;
		border-right: 1px solid var(--ink);
		border-bottom: 1px solid var(--ink);
	}

	.meal-row__day strong {
		font-size: 11px;
	}

	.meal-row__day span {
		font-size: 21px;
	}

	.meal-row__media {
		grid-column: 2;
		grid-row: 1;
		border-bottom: 1px solid var(--ink);
	}

	.meal-row__copy {
		grid-column: 1 / -1;
		grid-row: 2;
		padding: 20px 16px;
		border-bottom: 1px solid var(--ink);
	}

	.meal-row__copy h3 {
		font-size: 21px;
	}

	.meal-row__macros {
		grid-column: 1 / -1;
		grid-row: 3;
		grid-template-columns: repeat(4, 1fr);
		padding: 0;
	}

	.meal-row__macros > div,
	.meal-row__macros > div:nth-child(even) {
		padding: 11px 7px;
		border-right: 1px solid var(--line);
		border-bottom: 0;
	}

	.meal-row__macros > div:last-child {
		border-right: 0;
	}

	.meal-row__macros dd {
		font-size: 14px;
	}

	.meal-row__price {
		position: absolute;
		top: 90px;
		right: 10px;
		grid-row: auto;
		grid-column: auto;
		display: flex;
		padding: 0;
		align-items: flex-end;
		gap: 2px;
		color: #fff;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	}

	.meal-row__price strong {
		font-size: 22px;
	}

	.meal-row__price a {
		display: none;
	}

	.plate-formula {
		padding: 72px 0;
	}

	.plate-formula__grid {
		gap: 36px;
	}

	.plate-formula__intro h2 {
		font-size: 40px;
	}

	.ratio-board__row {
		min-height: 92px;
		grid-template-columns: 78px 1fr;
	}

	.ratio-board__row strong {
		font-size: 28px;
	}

	.ratio-board__row span {
		padding: 0 14px;
		font-size: 14px;
	}

	.ratio-board__row small {
		display: none;
	}

	.ratio-board footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.kitchen-band {
		min-height: 610px;
	}

	.kitchen-band__media img {
		object-position: 58% center;
	}

	.kitchen-band__copy h2 {
		font-size: 52px;
	}

	.subscription-print__paper {
		width: calc(100% - 28px);
	}

	.subscription-print__mast {
		grid-template-columns: 1fr auto;
		gap: 10px;
		padding: 0 13px;
		font-size: 9px;
	}

	.subscription-print__mast small {
		display: none;
	}

	.subscription-print__main {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 34px 20px;
	}

	.subscription-print__main h2 {
		font-size: 36px;
	}

	.subscription-print__action {
		padding: 34px 20px;
	}

	.prep-line__steps {
		grid-template-columns: 1fr;
	}

	.prep-line__steps li,
	.prep-line__steps li:nth-child(3) {
		min-height: 210px;
		border-left: 1px solid var(--ink);
	}

	.prep-line__steps span {
		margin-bottom: 42px;
	}

	.food-note {
		grid-template-columns: 78px minmax(0, 1fr) 42px;
		grid-template-rows: auto auto;
		padding: 16px 0;
	}

	.food-note > * {
		padding: 9px 12px;
	}

	.food-note > span {
		grid-column: 1;
		grid-row: 1;
	}

	.food-note h2,
	.food-note h3 {
		grid-column: 2;
		grid-row: 1;
		font-size: 18px;
	}

	.food-note > div {
		grid-column: 2;
		grid-row: 2;
		font-size: 12px;
	}

	.food-note > a:last-child {
		grid-column: 3;
		grid-row: 1 / 3;
		width: 36px;
		height: 36px;
		padding: 0;
		font-size: 17px;
	}

	.archive-hero,
	.page-header,
	.article-header {
		padding: 64px 0 48px;
	}

	.archive-hero__grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.archive-hero h1,
	.page-header h1,
	.article-header h1 {
		font-size: 46px;
	}

	.archive-week {
		min-height: 180px;
	}

	.archive-week strong {
		font-size: 44px;
	}

	.journal-ledger__head {
		display: none;
	}

	.single-meal__media {
		min-height: 380px;
		max-height: 460px;
	}

	.single-meal__summary {
		padding: 44px 20px;
	}

	.single-meal__summary h1 {
		font-size: 40px;
	}

	.macro-grid dd {
		font-size: 14px;
	}

	.single-meal__order {
		grid-template-columns: 1fr;
	}

	.single-meal__order > strong {
		font-size: 42px;
	}

	.single-meal__body {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.solo-page__mast {
		padding: 44px 0;
	}

	.solo-page__mast-grid,
	.solo-page__body {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.solo-page__number {
		min-height: 148px;
	}

	.solo-page__number strong {
		font-size: 60px;
	}

	.solo-page__title h1 {
		font-size: 42px;
	}

	.solo-page__image {
		height: 360px;
	}

	.solo-page__body {
		padding-top: 54px;
		padding-bottom: 72px;
	}

	.page-docket {
		position: static;
	}

	.entry-content {
		font-size: 16px;
	}

	.entry-content h2 {
		font-size: 28px;
	}

	.post-navigation {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.post-navigation > div:last-child {
		text-align: left;
	}

	.not-found-page__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.not-found-page h1 {
		font-size: 118px;
	}

	.search-form {
		grid-template-columns: 1fr 86px;
	}

	.dispatch-callout {
		padding: 62px 0;
	}

	.dispatch-callout__inner {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.dispatch-callout h2 {
		font-size: 44px;
	}

	.ingredient-ticker {
		justify-content: flex-start;
	}

	.ingredient-ticker span {
		padding: 0 20px;
	}

	.footer-main {
		grid-template-columns: 1fr;
		gap: 42px;
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.footer-contact {
		grid-column: auto;
	}

	.footer-contact a {
		font-size: 18px;
	}

	.footer-legal {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}
}

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

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.site-header,
	.site-footer,
	.hero-actions,
	.post-navigation {
		display: none;
	}

	body {
		background: #fff;
		color: #000;
	}
}
