:root {
  --canvas: #faf8f5;
  --paper: #fffdfa;
  --ink: #1f1d1a;
  --muted: #6b6560;
  --soft: #e9e4dc;
  --green: #3f6d4e;
  --green-dark: #284b35;
  --green-pale: #e9f0e9;
  --terra: #ba673d;
  --terra-pale: #f5e8df;
  --gold: #e8c873;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 24px 70px rgba(55, 45, 34, 0.11);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 30px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

:focus-visible {
  outline: 3px solid var(--terra);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  transform: translateY(-200%);
}

.skip-link:focus-visible { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }

.eyebrow {
  margin: 0 0 .8rem;
  color: var(--green);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, .display { font-family: var(--serif); letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .98; margin-bottom: 1.4rem; }
h2 { font-size: clamp(2.25rem, 5vw, 4.5rem); line-height: 1.04; margin-bottom: 1.2rem; }
h3 { font-size: 1.15rem; line-height: 1.3; }
.lede { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.65; }
.fine-print { color: var(--muted); font-size: .82rem; line-height: 1.55; }

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(63, 54, 47, .09);
  background: color-mix(in srgb, var(--canvas) 92%, transparent);
}

.nav-wrap { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 218px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 1.7rem; }
.site-nav a { font-size: .92rem; font-weight: 650; text-decoration: none; }
.site-nav a:not(.button):hover { color: var(--green); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--soft); border-radius: 50%; background: var(--paper); }
.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .78rem 1.25rem;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: white;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease, border-color .2s ease;
}

.button:hover { background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--ink); border-color: #cfc8be; }
.button.secondary:hover { background: var(--paper); border-color: var(--ink); }
.button.terra { background: var(--terra); border-color: var(--terra); }
.button.small { min-height: 42px; padding: .65rem 1rem; font-size: .9rem; }
.button-arrow { font-size: 1.1em; }
.button.coming-soon, .button.coming-soon:hover { border-color: #d7cdbf; background: #eee7dc; color: var(--green-dark); cursor: default; transform: none; }

.hero { overflow: clip; padding: clamp(4rem, 9vw, 8.5rem) 0 5.5rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 em { color: var(--green); font-weight: 400; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; margin-top: 2rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; margin-top: 2.2rem; color: var(--muted); font-size: .86rem; }
.trust-row span::before { content: '✓'; margin-right: .45rem; color: var(--green); font-weight: 900; }

.hero-media { position: relative; min-height: 520px; }
.hero-media::before {
  content: '';
  position: absolute;
  inset: -9% -18% 8% 2%;
  border-radius: 48% 52% 45% 55% / 58% 42% 58% 42%;
  background: var(--green-pale);
}
.hero-photo { position: relative; z-index: 1; width: 100%; min-height: 500px; height: 38vw; max-height: 620px; object-fit: cover; border-radius: 46% 54% 46% 54% / 40% 43% 57% 60%; box-shadow: var(--shadow); }
.image-note { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; padding: .45rem .7rem; border-radius: 999px; background: rgba(31, 29, 26, .74); color: white; font-size: .72rem; backdrop-filter: blur(8px); }
.floating-card { position: absolute; z-index: 3; left: -2.5rem; bottom: 2.5rem; width: 220px; padding: 1rem; border: 1px solid rgba(77, 68, 58, .1); border-radius: var(--radius-md); background: rgba(255, 253, 250, .92); box-shadow: 0 18px 50px rgba(55,45,34,.14); backdrop-filter: blur(12px); }
.floating-card strong { display: block; font-family: var(--serif); font-size: 1.1rem; }
.macro-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; margin-top: .8rem; }
.macro-row span { padding-top: .55rem; border-top: 2px solid var(--green); font-size: .72rem; color: var(--muted); }
.macro-row b { display: block; color: var(--ink); font-size: .88rem; }

.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section.paper { background: var(--paper); }
.section.green { background: var(--green-dark); color: white; }
.section.terra-wash { background: var(--terra-pale); }
.section-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .65fr); align-items: end; gap: 2rem; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-head p { margin-bottom: .25rem; }

.proof-strip { padding: 1.1rem 0; border-block: 1px solid var(--soft); background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { padding: .7rem 2rem; text-align: center; }
.proof-item + .proof-item { border-left: 1px solid var(--soft); }
.proof-item strong { display: block; color: var(--green); font-family: var(--serif); font-size: 1.7rem; line-height: 1.2; }
.proof-item span { color: var(--muted); font-size: .84rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; counter-reset: steps; }
.step { min-height: 270px; padding: 2rem; border: 1px solid var(--soft); border-radius: var(--radius-md); background: var(--canvas); }
.step::before { counter-increment: steps; content: '0' counter(steps); display: block; margin-bottom: 3rem; color: var(--terra); font-family: var(--serif); font-size: 1.4rem; }
.step p { color: var(--muted); }

.demo-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; padding: clamp(1.4rem, 4vw, 3.5rem); border: 1px solid #d9d3ca; border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow); }
.demo-intro { padding: 1rem; }
.demo-intro h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.vessel-toggle { display: inline-flex; padding: .3rem; border-radius: 999px; background: var(--canvas); border: 1px solid var(--soft); }
.vessel-toggle button { min-width: 86px; padding: .58rem .9rem; border: 0; border-radius: 999px; background: transparent; cursor: pointer; }
.vessel-toggle button[aria-checked='true'] { background: var(--green); color: white; }
.demo-panel { padding: 1.2rem 1.4rem; border-radius: 22px; background: var(--canvas); }
.demo-lane + .demo-lane { margin-top: 1.2rem; }
.lane-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: .65rem; }
.lane-heading strong { font-size: .9rem; }
.lane-heading span { color: var(--muted); font-size: .72rem; }
.ingredient-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .65rem; }
.ingredient {
  position: relative;
  min-height: 94px;
  padding: .8rem .45rem .6rem;
  border: 1px solid #d8d1c8;
  border-radius: 14px;
  background: var(--paper);
  cursor: pointer;
  text-align: center;
}
.ingredient:hover { border-color: var(--green); }
.ingredient[data-state='available'] { border: 2px solid var(--green); background: var(--green-pale); }
.ingredient[data-state='must-use'] { border: 2px solid var(--green); background: var(--green); color: white; }
.ingredient-icon { display: block; font-size: 1.65rem; line-height: 1.2; }
.ingredient-name { display: block; margin-top: .25rem; font-size: .72rem; font-weight: 750; }
.ingredient-state { display: block; margin-top: .12rem; color: var(--muted); font-size: .6rem; }
.ingredient[data-state='must-use'] .ingredient-state { color: rgba(255,255,255,.8); }
.demo-summary { margin: 1.2rem 0 0; padding-top: 1rem; border-top: 1px solid var(--soft); color: var(--muted); font-size: .84rem; }

.food-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.food-card { position: relative; min-height: 650px; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); color: white; }
.food-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .5s ease; }
.food-card:hover img { transform: scale(1.025); }
.food-card::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(20,18,15,.9)); }
.food-card-copy { position: absolute; z-index: 2; inset: auto 2rem 2rem; }
.food-card-copy h3 { margin: 0 0 .4rem; font-family: var(--serif); font-size: 2.4rem; }
.food-card-copy p { max-width: 440px; margin: 0; color: rgba(255,255,255,.82); }

.inspiration-section { overflow: hidden; background: #f1ece5; }
.inspiration-grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-auto-rows: 330px; gap: 1.2rem; }
.inspiration-card { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius-md); background: var(--ink); box-shadow: 0 16px 45px rgba(55,45,34,.09); }
.inspiration-card.wide { grid-row: span 1; }
.inspiration-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.inspiration-card:hover img { transform: scale(1.025); }
.inspiration-card::after { content: ''; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(20,18,15,.78)); pointer-events: none; }
.inspiration-card figcaption { position: absolute; z-index: 1; inset: auto 1.35rem 1.15rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; color: white; }
.inspiration-card figcaption strong { font-family: var(--serif); font-size: 1.45rem; line-height: 1.1; }
.inspiration-card figcaption span { color: rgba(255,255,255,.76); font-size: .73rem; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.inspiration-note { max-width: 660px; margin: 1.5rem auto 0; color: var(--muted); font-size: .82rem; text-align: center; }

.balance-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.balance-plate { width: min(100%, 500px); margin: 0 auto; align-self: center; justify-self: center; }
.balance-plate-art { position: relative; aspect-ratio: 1; isolation: isolate; }
.balance-plate-art::before { position: absolute; z-index: -1; inset: 10%; border-radius: 50%; background: rgba(255,255,255,.1); content: ''; filter: blur(34px); }
.balance-plate-art img { position: absolute; inset: 4%; width: 92%; height: 92%; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(8,28,17,.32)); }
.balance-leaders { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.balance-leaders path { fill: none; stroke: rgba(255,255,255,.92); stroke-linecap: round; stroke-width: 2.25; filter: drop-shadow(0 1px 2px rgba(8,28,17,.45)); vector-effect: non-scaling-stroke; }
.balance-leaders circle { fill: var(--gold); stroke: var(--green-dark); stroke-width: .9; vector-effect: non-scaling-stroke; }
.balance-callout { position: absolute; z-index: 2; display: flex; min-width: 112px; align-items: center; gap: .42rem; padding: .5rem .72rem; border: 1px solid rgba(255,255,255,.68); border-radius: 999px; background: rgba(255,253,250,.96); box-shadow: 0 8px 22px rgba(8,28,17,.28); color: var(--green-dark); font-size: .64rem; font-weight: 800; letter-spacing: .06em; line-height: 1.08; text-transform: uppercase; }
.balance-callout strong { color: var(--terra); font-family: var(--serif); font-size: 1.25rem; letter-spacing: -.03em; }
.balance-callout.produce { top: 10%; left: -5%; }
.balance-callout.protein { top: 8%; right: -5%; }
.balance-callout.grains { right: -5%; bottom: 7%; }
.math-list { display: grid; gap: 1rem; margin-top: 2rem; }
.math-item { display: grid; grid-template-columns: 42px 1fr; gap: .9rem; align-items: start; }
.math-item span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--gold); font-family: var(--serif); }
.math-item p { margin: .15rem 0 0; color: rgba(255,255,255,.72); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.feature-grid.two-column { grid-template-columns: repeat(2, 1fr); }
.feature { padding: 1.6rem; border-top: 1px solid #cfc8be; }
.feature-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 2.5rem; border-radius: 50%; background: var(--green-pale); color: var(--green); font-size: 1.15rem; }
.feature p { color: var(--muted); }

.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.price-card { display: flex; min-height: 420px; flex-direction: column; padding: 1.55rem; border: 1px solid #d8d0c7; border-radius: var(--radius-md); background: var(--paper); }
.price-card.featured { position: relative; border: 2px solid var(--green); }
.price-badge { align-self: flex-start; margin: -2.55rem 0 1rem; padding: .35rem .7rem; border-radius: 999px; background: var(--green); color: white; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin-bottom: .3rem; }
.price { margin: 1.1rem 0; font-family: var(--serif); font-size: 3.1rem; letter-spacing: -.04em; line-height: 1; }
.price small { font-family: var(--sans); font-size: .8rem; letter-spacing: 0; color: var(--muted); }
.price-list { padding: 0; margin: 0 0 1.5rem; list-style: none; color: var(--muted); font-size: .86rem; }
.price-list li { position: relative; padding-left: 1.25rem; margin-bottom: .5rem; }
.price-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.price-card .button { margin-top: auto; }
.no-subscription-note { display: flex; align-items: center; justify-content: center; gap: 1rem 2rem; margin-top: 2rem; padding: 1.15rem 1.4rem; border: 1px solid color-mix(in srgb, var(--terra) 38%, transparent); border-radius: 999px; background: rgba(255,253,250,.7); color: var(--muted); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.no-subscription-note strong { color: var(--green-dark); font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.45rem); letter-spacing: -.01em; text-transform: none; }
.no-subscription-note span + strong, .no-subscription-note strong + span { position: relative; }
.no-subscription-note span + strong::before, .no-subscription-note strong + span::before { content: '•'; position: absolute; left: -1.15rem; color: var(--terra); }

.faq-list { border-top: 1px solid #d2cbc2; }
.faq-list details { border-bottom: 1px solid #d2cbc2; }
.faq-list summary { display: flex; justify-content: space-between; gap: 2rem; padding: 1.4rem 0; cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--green); font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 680px; padding: 0 2rem 1.5rem 0; color: var(--muted); }

.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; padding: clamp(2rem, 6vw, 5rem); border-radius: var(--radius-lg); background: var(--terra); color: white; }
.cta-panel h2 { max-width: 760px; margin-bottom: .6rem; }
.cta-panel p { max-width: 640px; margin-bottom: 0; color: rgba(255,255,255,.8); }
.cta-panel .button { background: white; border-color: white; color: var(--ink); }

.page-hero { padding: clamp(4rem, 10vw, 8rem) 0 4rem; text-align: center; }
.page-hero h1 { margin-inline: auto; font-size: clamp(3.1rem, 7vw, 6rem); }
.page-hero .lede { max-width: 680px; margin-inline: auto; }
.page-hero .eyebrow { color: var(--terra); }

.comparison { width: 100%; border-collapse: collapse; border-spacing: 0; }
.comparison th, .comparison td { padding: 1rem .8rem; border-bottom: 1px solid var(--soft); text-align: center; }
.comparison th:first-child, .comparison td:first-child { text-align: left; }
.comparison thead th { color: var(--green); font-size: .82rem; }
.comparison tbody th { font-weight: 650; }
.check { color: var(--green); font-weight: 900; }

.prose { padding: 4rem 0 7rem; }
.prose h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.prose h2 { margin-top: 3.2rem; font-family: var(--sans); font-size: 1.45rem; letter-spacing: -.01em; }
.prose h3 { margin-top: 2rem; }
.prose p, .prose li { color: #504b46; }
.prose .notice { padding: 1rem 1.2rem; border-left: 3px solid var(--terra); background: var(--terra-pale); color: var(--ink); }

.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.value { padding: 2rem; border-radius: var(--radius-md); background: var(--paper); }
.value span { color: var(--terra); font-family: var(--serif); font-size: 2.5rem; }

.site-footer { padding: 4rem 0 2rem; border-top: 1px solid var(--soft); background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .6fr); gap: 2.5rem; }
.footer-brand img { width: 210px; }
.footer-brand p { max-width: 360px; margin: 1rem 0; color: var(--muted); }
.footer-col strong { display: block; margin-bottom: .8rem; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; margin: .45rem 0; color: var(--muted); text-decoration: none; }
.footer-col a:hover { color: var(--green); }
.coming-soon-link { display: block; margin: .45rem 0; color: var(--terra); font-size: .82rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--soft); color: var(--muted); font-size: .78rem; }

.not-found { display: grid; min-height: 65vh; place-items: center; text-align: center; }
.not-found h1 { margin-inline: auto; }

.js [data-reveal] { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; inset: 84px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: .2rem; padding: 1rem; border: 1px solid var(--soft); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
  .site-nav[data-open='true'] { display: flex; }
  .site-nav a { padding: .75rem .85rem; }
  .hero-grid, .demo-shell, .balance-grid { grid-template-columns: 1fr; }
  .hero-media { width: min(100%, 720px); margin: 1.5rem auto 0; }
  .section-head { grid-template-columns: 1fr; align-items: start; }
  .price-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr repeat(2, .6fr); }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 185px; }
  .site-nav { inset: 72px 14px auto; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .hero { padding-top: 3.5rem; }
  .hero-media { min-height: 380px; }
  .hero-photo { min-height: 390px; height: 115vw; max-height: 540px; }
  .floating-card { left: .5rem; bottom: 1rem; width: 200px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item + .proof-item { border-top: 1px solid var(--soft); border-left: 0; }
  .steps, .food-grid, .feature-grid, .feature-grid.two-column, .price-grid, .about-values { grid-template-columns: 1fr; }
  .food-card { min-height: 520px; }
  .inspiration-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .inspiration-card figcaption { align-items: start; flex-direction: column; gap: .3rem; }
  .inspiration-card figcaption span { text-align: left; }
  .balance-plate { width: min(100%, 410px); }
  .balance-callout { min-width: 88px; padding: .4rem .52rem; font-size: .55rem; }
  .balance-callout strong { font-size: 1.05rem; }
  .balance-callout.produce { left: -2%; }
  .balance-callout.protein, .balance-callout.grains { right: -2%; }
  .no-subscription-note { border-radius: var(--radius-md); flex-direction: column; gap: .2rem; text-align: center; }
  .no-subscription-note span + strong::before, .no-subscription-note strong + span::before { display: none; }
  .ingredient-row { grid-template-columns: repeat(2, 1fr); }
  .cta-panel { grid-template-columns: 1fr; align-items: start; }
  .comparison-wrap { overflow-x: auto; }
  .comparison { min-width: 680px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .button, .demo-shell { display: none !important; }
  body { background: white; color: black; }
  .section, .prose { padding: 2rem 0; }
}
