/* ==========================================================================
   PurePrep marketing site — first-draft design system
   Palette echoes the mobile app: garden green + cream, with a warm
   terracotta accent for primary CTAs. Headings use Fraunces (a warm,
   editorial serif) over Inter for body — an appetizing, magazine-ish feel
   that sets the ad-free recipe site apart from the usual cluttered ones.
   ========================================================================== */

:root {
	--green: #5A9659;
	--green-dark: #2D4A2C;
	--green-light: #E8F3E8;
	--cream: #FAF8F3;
	--accent: #E0723A;
	--accent-dark: #C25E2B;
	--ink: #2B2B26;
	--ink-soft: #5F5F57;
	--line: #E7E3D8;
	--white: #ffffff;

	--maxw: 1100px;
	--radius: 14px;
	--radius-sm: 8px;
	--shadow: 0 6px 24px rgba(45, 74, 44, 0.08);
	--shadow-hover: 0 12px 36px rgba(45, 74, 44, 0.14);

	--heading: "Fraunces", Georgia, "Times New Roman", serif;
	--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	font-family: var(--sans);
	color: var(--ink);
	background-color: var(--cream);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--heading); line-height: 1.15; color: var(--ink); font-weight: 600; }

a { color: var(--green-dark); }

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

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.25rem; }

.muted { color: var(--ink-soft); }

/* ---------- Buttons ---------------------------------------------------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: var(--sans);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1;
	padding: 0.85rem 1.4rem;
	border-radius: 999px;
	border: 2px solid transparent;
	text-decoration: none;
	cursor: pointer;
	transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--sm { padding: 0.55rem 1rem; font-size: 0.9rem; }
.btn--accent { background: var(--accent); color: var(--white); }
.btn--accent:hover { background: var(--accent-dark); }
.btn--primary { background: var(--green); color: var(--white); }
.btn--primary:hover { background: var(--green-dark); }
.btn--ghost { background: transparent; color: var(--green-dark); border-color: var(--green); }
.btn--ghost:hover { background: var(--green-light); }
.btn--block { display: flex; width: 100%; }

/* ---------- Header / footer ------------------------------------------- */
.site-header {
	position: sticky; top: 0; z-index: 50;
	background: rgba(250, 248, 243, 0.9);
	backdrop-filter: saturate(140%) blur(8px);
	border-bottom: 1px solid var(--line);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: inline-flex; align-items: center; font-family: var(--heading); font-weight: 700; font-size: 1.5rem; text-decoration: none; color: var(--green-dark); letter-spacing: -0.5px; }
.brand__logo { height: 55px; width: auto; display: block; }
.brand__mark--accent { color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav a { text-decoration: none; font-weight: 600; color: var(--ink); }
.site-nav a:hover { color: var(--green); }

.site-footer { background: var(--green-dark); color: #DDE8DC; margin-top: 4rem; }
.site-footer__inner { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding-top: 2.5rem; padding-bottom: 1.5rem; }
.site-footer__brand { max-width: 320px; }
.site-footer__brand .brand--footer { color: var(--white); font-size: 1.4rem; display: inline-block; margin-bottom: .5rem; }
.site-footer__logo { height: 38px; width: auto; display: block; margin-bottom: 0.75rem; }
.site-footer__brand p { color: #B9CDB7; font-size: 0.95rem; }
.site-footer__links { display: flex; flex-direction: column; gap: 0.6rem; }
.site-footer__links a { color: #DDE8DC; text-decoration: none; }
.site-footer__links a:hover { color: var(--white); text-decoration: underline; }
.site-footer__legal { border-top: 1px solid rgba(255,255,255,0.12); padding: 1rem 1.25rem; }
.site-footer__legal p { color: #93A891; font-size: 0.85rem; }

/* ---------- Hero ------------------------------------------------------- */
.hero { padding: 4.5rem 0 3rem; }
.hero__inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 700; letter-spacing: -1px; }
.hero h1 .hl { color: var(--green); }
.hero p.lead { font-size: 1.2rem; color: var(--ink-soft); margin: 1.25rem 0 2rem; max-width: 34ch; }
.hero__actions { display: flex; gap: 0.85rem; flex-wrap: wrap; }
.hero__art { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; background: var(--green-light); }
.hero__art img { width: 100%; height: 100%; object-fit: cover; }

.eyebrow { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.8rem; font-weight: 600; color: var(--accent); }

/* ---------- Sections --------------------------------------------------- */
.section { padding: 3rem 0; }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 2rem; }
.section__head h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); }
.section__head p { color: var(--ink-soft); margin-top: 0.6rem; }
.section--tint { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ---------- Value props ------------------------------------------------ */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.feature { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; }
.feature__icon { font-size: 1.6rem; }
.feature h3 { font-size: 1.2rem; margin: 0.6rem 0 0.4rem; }
.feature p { color: var(--ink-soft); font-size: 0.97rem; }
.learn-more { display: inline-block; margin-top: 0.75rem; font-weight: 600; color: var(--green-dark); text-decoration: none; }
.learn-more:hover { color: var(--green); }
.badge-new { display: inline-block; background: var(--accent); color: var(--white); font-size: 0.68rem; font-weight: 600; padding: 0.1rem 0.45rem; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.05em; vertical-align: middle; }

/* ---------- Recipe grid ------------------------------------------------ */
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.recipe-card {
	background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
	overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column;
	transition: transform .15s ease, box-shadow .15s ease;
}
.recipe-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.recipe-card__img { aspect-ratio: 4/3; background: var(--green-light); overflow: hidden; }
.recipe-card__img img { width: 100%; height: 100%; object-fit: cover; }
.recipe-card__img--empty { display: flex; align-items: center; justify-content: center; color: var(--green); font-family: var(--heading); font-size: 2rem; }
.recipe-card__body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.recipe-card__cat { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent); font-weight: 600; }
.recipe-card__title { font-family: var(--heading); font-size: 1.2rem; font-weight: 600; }
.recipe-card__meta { margin-top: auto; color: var(--ink-soft); font-size: 0.85rem; display: flex; gap: 0.9rem; }

/* ---------- Tags / badges --------------------------------------------- */
.tag { display: inline-block; padding: 0.3rem 0.7rem; border-radius: 999px; background: var(--green-light); color: var(--green-dark); font-size: 0.8rem; font-weight: 500; text-decoration: none; }
a.tag:hover { background: var(--green); color: var(--white); }
.tag-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }

/* ---------- Filters bar ----------------------------------------------- */
.filters { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem; margin-bottom: 2rem; }
.filters__search { display: flex; gap: 0.6rem; margin-bottom: 1rem; }
.filters__search input { flex: 1; padding: 0.75rem 1rem; border: 1px solid var(--line); border-radius: 999px; font-size: 1rem; font-family: var(--sans); }
.filters__search input:focus { outline: 2px solid var(--green); border-color: transparent; }
.filters__group { margin-bottom: 0.75rem; }
.filters__group:last-child { margin-bottom: 0; }
.filters__label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); font-weight: 600; margin-bottom: 0.4rem; }
.chip { display: inline-block; padding: 0.35rem 0.8rem; border-radius: 999px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-size: 0.85rem; text-decoration: none; margin: 0 0.35rem 0.35rem 0; }
.chip:hover { border-color: var(--green); }
.chip--active { background: var(--green); color: var(--white); border-color: var(--green); }

/* ---------- Pagination ------------------------------------------------- */
.pagination { display: flex; justify-content: center; align-items: center; gap: 1rem; margin-top: 2.5rem; }
.pagination .muted { font-size: 0.95rem; }

/* ---------- Recipe detail --------------------------------------------- */
.recipe { padding: 2.5rem 0; }
.recipe__breadcrumb { font-size: 0.9rem; margin-bottom: 1rem; }
.recipe__breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.recipe__breadcrumb a:hover { color: var(--green); }
.recipe__header { max-width: 760px; }
.recipe__cat { color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.82rem; }
.recipe__title { font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 700; margin: 0.4rem 0 0.8rem; letter-spacing: -0.5px; }
.recipe__desc { font-size: 1.15rem; color: var(--ink-soft); max-width: 65ch; }
.recipe__hero { margin: 1.75rem 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); max-height: 460px; }
.recipe__hero img { width: 100%; height: 100%; object-fit: cover; }
.recipe__meta { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; padding: 1.25rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 1.5rem; }
.recipe__meta .meta { display: flex; flex-direction: column; }
.recipe__meta .meta b { font-family: var(--heading); font-size: 1.3rem; font-weight: 600; }
.recipe__meta .meta span { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-soft); }
.recipe__actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1.5rem; }

.recipe__columns { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3rem; align-items: start; }
.ingredients { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; position: sticky; top: 88px; }
.ingredients h2, .instructions h2, .prep h2, .nutrition h2 { font-size: 1.5rem; margin-bottom: 1rem; }
.ingredients ul { list-style: none; }
.ingredients li { padding: 0.55rem 0; border-bottom: 1px dashed var(--line); display: flex; gap: 0.6rem; }
.ingredients li:last-child { border-bottom: none; }
.ingredients li::before { content: ""; flex: 0 0 8px; height: 8px; margin-top: 0.55rem; border-radius: 50%; background: var(--green); }

.instruction { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.instruction:last-child { border-bottom: none; }
.instruction__num { flex: 0 0 38px; height: 38px; border-radius: 50%; background: var(--green); color: var(--white); font-family: var(--heading); font-weight: 600; display: flex; align-items: center; justify-content: center; }
.instruction__body h3 { font-size: 1.1rem; margin-bottom: 0.3rem; }
.instruction__body p { color: var(--ink); }
.instruction__img { margin-top: 0.75rem; border-radius: var(--radius-sm); overflow: hidden; max-width: 320px; }

.prep { margin-top: 2.5rem; }
.prep-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 1rem; }
.prep-step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.prep-step__img { aspect-ratio: 1/1; background: var(--green-light); }
.prep-step__img img { width: 100%; height: 100%; object-fit: cover; }
.prep-step__cap { padding: 0.5rem 0.6rem; font-size: 0.85rem; }

.nutrition { margin-top: 2.5rem; }
.nutrition__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 0.75rem; }
.nutrition__item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0.9rem; text-align: center; }
.nutrition__item b { display: block; font-family: var(--heading); font-size: 1.25rem; }
.nutrition__item span { font-size: 0.78rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.05em; }

/* ---------- Contextual upsell CTA ------------------------------------- */
.cta-card { background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%); color: var(--white); border-radius: var(--radius); padding: 1.5rem; margin: 1.5rem 0; }
.cta-card h3 { color: var(--white); font-size: 1.25rem; margin-bottom: 0.4rem; }
.cta-card p { color: #DDEEDD; font-size: 0.95rem; margin-bottom: 1rem; }
.cta-banner { background: var(--green-light); border: 1px solid #CFE5CE; border-radius: var(--radius); padding: 2.5rem; text-align: center; }
.cta-banner h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.cta-banner p { color: var(--ink-soft); max-width: 50ch; margin: 0.6rem auto 1.5rem; }

/* App promo */
.app-promo { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.app-promo__list { list-style: none; margin: 1.25rem 0; }
.app-promo__list li { padding: 0.5rem 0 0.5rem 1.8rem; position: relative; }
.app-promo__list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }

/* Empty state */
.empty { text-align: center; padding: 4rem 1rem; color: var(--ink-soft); }

/* ---------- Responsive ------------------------------------------------- */
@media (max-width: 900px) {
	.hero__inner, .app-promo { grid-template-columns: 1fr; }
	.hero__art { order: -1; }
	.features { grid-template-columns: 1fr 1fr; }
	.recipe-grid { grid-template-columns: 1fr 1fr; }
	.recipe__columns { grid-template-columns: 1fr; gap: 2rem; }
	.ingredients { position: static; }
}
@media (max-width: 600px) {
	.features, .recipe-grid { grid-template-columns: 1fr; }
	.site-nav { gap: 1rem; }
	.hero { padding: 2.5rem 0; }
}

/* ---------- Feature pages (/app/*) ------------------------------------ */
.crumbs { font-size: 0.9rem; margin-bottom: 1rem; }
.crumbs a { color: var(--ink-soft); text-decoration: none; }
.crumbs a:hover { color: var(--green); }

/* Labeled placeholder where an app screenshot will go. Swap the whole div
   for an <img class="shot"> when real screenshots are added. */
.shot { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; display: block; }
.shot--phone { max-width: 260px; margin: 0 auto; height: auto; }
.shot-placeholder {
	border: 2px dashed #CFC9B8; border-radius: var(--radius); background: var(--green-light);
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	text-align: center; color: var(--ink-soft); font-weight: 600; padding: 1.5rem; min-height: 220px;
}
.shot-placeholder small { display: block; font-weight: 400; font-size: 0.82rem; margin-top: 0.4rem; color: var(--ink-soft); }
.shot-placeholder--phone { aspect-ratio: 9 / 18; max-width: 260px; margin: 0 auto; min-height: 0; }

/* Numbered "how it works" steps */
.steps { display: grid; gap: 1.25rem; max-width: 760px; margin: 0 auto; }
.step { display: flex; gap: 1rem; align-items: flex-start; }
.step__n { flex: 0 0 40px; height: 40px; border-radius: 50%; background: var(--green); color: var(--white); font-family: var(--heading); font-weight: 600; display: flex; align-items: center; justify-content: center; }
.step__b h3 { font-size: 1.15rem; margin-bottom: 0.25rem; }
.step__b p { color: var(--ink-soft); }

/* ---------- Legal / long-form content --------------------------------- */
.legal { max-width: 800px; }
.legal h1 { font-size: clamp(2rem, 4vw, 2.6rem); margin-bottom: 0.4rem; }
.legal h2 { font-size: 1.4rem; color: var(--green-dark); margin-top: 2rem; margin-bottom: 0.75rem; }
.legal h3 { font-size: 1.1rem; color: var(--green-dark); margin-top: 1.25rem; margin-bottom: 0.5rem; }
.legal p { margin-bottom: 1rem; color: var(--ink); }
.legal ul { margin: 0 0 1rem 0; padding-left: 1.5rem; }
.legal li { margin-bottom: 0.4rem; }
.legal a { color: var(--green-dark); }
.legal__updated { font-style: italic; color: var(--ink-soft); margin-bottom: 1.5rem; }

/* ---------- Auth / sign-in -------------------------------------------- */
.site-nav__auth, #nav-auth { text-decoration: none; font-weight: 600; color: var(--ink); }
.auth-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); }
.auth-card h1 { margin-bottom: 0.3rem; }
.auth-label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--ink-soft); margin: 1rem 0 0.4rem; }
.auth-input { width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 1rem; font-family: var(--sans); }
.auth-input:focus { outline: 2px solid var(--green); border-color: transparent; }
textarea.auth-input { resize: vertical; }
.oauth-buttons { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.25rem; }
.auth-divider { display: flex; align-items: center; text-align: center; color: var(--ink-soft); margin: 1.25rem 0; font-size: 0.85rem; }
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.auth-divider span { padding: 0 0.75rem; }
.btn-link { background: none; border: none; color: var(--green-dark); text-decoration: underline; cursor: pointer; font-size: 0.9rem; font-family: var(--sans); padding: 0; }

.alert { padding: 0.85rem 1rem; border-radius: var(--radius-sm); margin: 1rem 0; font-size: 0.95rem; }
.alert--error { background: #FCEAEA; color: #9B2C2C; border: 1px solid #F5C6C6; }
.alert--info { background: var(--green-light); color: var(--green-dark); border: 1px solid #CFE5CE; }

/* ---------- Star ratings ---------------------------------------------- */
.stars { display: inline-flex; gap: 2px; color: #E0C24A; font-size: 1.15rem; line-height: 1; }
.stars .star { color: #D8D4C8; }
.stars .star--on { color: #E0C24A; }
.stars--input { font-size: 1.8rem; cursor: pointer; }
.stars--input .star { transition: color .1s ease; }
.rating-summary { display: flex; align-items: center; gap: 0.6rem; margin: 0.5rem 0 0; flex-wrap: wrap; }
.rating-summary b { font-family: var(--heading); font-size: 1.3rem; }
.rating-summary .muted { font-size: 0.9rem; }

/* Verification badge — honest provenance ("AI-reviewed" / "Validated by N cooks") */
.verify-badge {
	display: inline-flex; align-items: center; gap: 0.3rem;
	padding: 0.25rem 0.7rem; border-radius: 999px;
	font-size: 0.82rem; font-weight: 600;
	background: var(--green-light); color: var(--green-dark);
	border: 1px solid #CFE5CE;
	cursor: help;
}
.verify-badge--cooks { background: var(--green-dark); color: #fff; border-color: var(--green-dark); }

/* ---------- Reviews --------------------------------------------------- */
.reviews { margin-top: 2.5rem; }
.reviews h2 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.review { padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.review:last-child { border-bottom: none; }
.review__head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.35rem; }
.review__author { font-weight: 600; }
.review__date { color: var(--ink-soft); font-size: 0.82rem; }
.review__title { font-family: var(--heading); font-size: 1.1rem; margin: 0.2rem 0; }
.review__body { color: var(--ink); }
.reviews__none { color: var(--ink-soft); }

.review-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; margin-top: 1.25rem; }
.review-form h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.review-form__msg { margin-top: 0.6rem; font-size: 0.9rem; }
.review-form__msg--error { color: #9B2C2C; }
.review-signin { background: var(--green-light); border: 1px solid #CFE5CE; border-radius: var(--radius); padding: 1.5rem; margin-top: 1.25rem; text-align: center; }
.review-signin p { margin-bottom: 0.9rem; color: var(--green-dark); }

/* ---------- Newsletter signup ------------------------------------------ */
.newsletter-island__copy h3 { font-size: 1.25rem; margin-bottom: 0.35rem; }
.newsletter-island__copy p { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 0.9rem; }
.newsletter-island__form { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.newsletter-island__form .auth-input { flex: 1 1 220px; width: auto; }
/* Honeypot: visually removed but still in the form (bots skip type=hidden). */
.newsletter-island__hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.newsletter-island__msg { font-size: 0.95rem; margin-top: 0.6rem; }
.newsletter-island__msg--done { color: var(--green-dark); font-weight: 600; }

/* Standalone band placement (home page, recipe detail) */
.newsletter-band .newsletter-island {
	background: var(--green-light); border: 1px solid #CFE5CE; border-radius: var(--radius);
	padding: 2rem; text-align: center; max-width: 640px; margin: 0 auto;
}
.newsletter-band .newsletter-island__form { justify-content: center; }
.newsletter-band .newsletter-island__form .auth-input { flex: 0 1 300px; }

/* Footer placement: compact, on the dark footer background */
.site-footer__newsletter { max-width: 340px; }
.site-footer__newsletter .newsletter-island__copy h3 { color: var(--white); font-size: 1.05rem; }
.site-footer__newsletter .newsletter-island__copy p { color: #B9CDB7; font-size: 0.88rem; }
.site-footer__newsletter .newsletter-island__msg--done { color: #DDE8DC; }

/* ---------- Print: clean, one-recipe, no chrome ----------------------- */
@media print {
	.site-header, .site-footer, .recipe__actions, .cta-card, .cta-banner,
	.recipe__breadcrumb, .recipe__hero, .reviews, #review-island,
	.newsletter-island, .newsletter-band { display: none !important; }
	body { background: #fff; color: #000; font-size: 12pt; }
	.recipe { padding: 0; }
	.recipe__columns { display: block; }
	.ingredients { position: static; border: none; padding: 0; margin-bottom: 1.5rem; }
	.ingredients, .instructions, .prep, .nutrition { break-inside: avoid; }
	.recipe__title { font-size: 22pt; }
	a { color: #000; text-decoration: none; }
	.instruction__num { border: 1px solid #000; background: #fff; color: #000; }
	.prep, .prep-gallery img { display: none; } /* prep photos waste ink on a printout */
}
