:root {
  --cream: #f7f5ee;
  --paper: #ffffff;
  --ink: #1a1c18;
  --muted: #74786e;
  --faint: #a2a69b;
  --hair: rgba(22, 28, 20, .10);
  --shelf: rgba(22, 28, 20, .12);
  --basil: #2f7d34;
  --basil-deep: #205c27;
  --sage: #3c8a41;
  --sage-soft: #e7f1e6;
  --amber: #f0922e;
  --amber-soft: #fbecd9;
  --peach: #e2541f;
  --peach-soft: #fae6de;
  --sticker: #f6c445;
  --dark: #142016;
  --dark-paper: #1d2b1f;
  --focus: #2369e8;
  --shadow: 0 24px 70px rgba(25, 42, 28, .14);
  --soft-shadow: 0 14px 34px rgba(25, 42, 28, .08);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }

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

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  color: white;
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus { transform: none; }

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid var(--hair);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  text-decoration: none;
}

.brand img { border-radius: 10px; }

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.045em;
}

.brand i {
  width: 9px;
  height: 13px;
  margin: -15px 0 0 -5px;
  border-radius: 80% 20% 70% 30%;
  background: var(--sage);
  transform: rotate(34deg);
}

.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-header nav a,
.site-footer nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"],
.site-footer nav a:hover { color: var(--ink); }

.header-cta { justify-self: end; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.button:hover { transform: translateY(-2px); }

.button-small {
  min-height: 42px;
  padding-inline: 16px;
  border-radius: 13px;
  font-size: 14px;
}

.button-primary {
  color: #fff;
  background: var(--basil);
  box-shadow: 0 12px 26px rgba(47, 125, 52, .20);
}

.button-primary:hover { background: var(--basil-deep); }

.button-quiet {
  border-color: var(--shelf);
  background: rgba(255, 255, 255, .62);
}

.button-text { color: var(--basil-deep); }

.button-full { width: 100%; }

.eyebrow {
  margin: 0;
  color: var(--basil);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(410px, 1.08fr);
  align-items: center;
  gap: clamp(46px, 7vw, 100px);
  min-height: 760px;
  padding-block: 64px 76px;
}

.hero-copy h1,
.document-hero h1 {
  margin: 16px 0 20px;
  font-family: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
  font-size: clamp(56px, 7vw, 94px);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .91;
}

.hero-copy h1 em,
.document-hero h1 em,
.discovery-copy h2 em {
  color: var(--basil);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.hero-lede {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 32px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  list-style: none;
}

.proof-list li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--sage);
  font-weight: 900;
}

.hero-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
  isolation: isolate;
}

.hero-stage::before {
  position: absolute;
  z-index: -2;
  width: 94%;
  aspect-ratio: 1;
  border-radius: 48% 52% 58% 42%;
  background: linear-gradient(145deg, #dfeeda, #efe6c7 56%, #f5ddcf);
  content: "";
  transform: rotate(-5deg);
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(47, 125, 52, .18);
  border-radius: 50%;
}

.orbit-one { width: 94%; height: 56%; transform: rotate(18deg); }
.orbit-two { width: 70%; height: 88%; transform: rotate(-23deg); }

.phone-card {
  width: min(370px, 82vw);
  min-height: 680px;
  overflow: hidden;
  border: 8px solid #182019;
  border-radius: 48px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 38px 90px rgba(20, 32, 22, .26), inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.phone-topline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 8px 22px 0;
  font-size: 11px;
  font-weight: 750;
}

.phone-island {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 92px;
  height: 25px;
  border-radius: 20px;
  background: #050605;
  transform: translateX(-50%);
}

.phone-signal { color: var(--muted); font-size: 8px; letter-spacing: 1px; }

.phone-content { padding: 14px 20px 22px; }

.phone-greeting { display: flex; align-items: center; justify-content: space-between; }

.tiny-mark {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  color: white;
  background: var(--basil);
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 700;
}

.phone-content > h2 {
  margin: 12px 0 18px;
  font-size: 31px;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.search-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--shelf);
  border-radius: 24px;
  color: var(--muted);
  background: var(--paper);
  font-size: 14px;
  box-shadow: 0 7px 18px rgba(24, 38, 25, .06);
}

.search-chip > span:first-child { color: var(--basil); font-size: 22px; }

.dig-card {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(47, 125, 52, .18);
  border-radius: 20px;
  background: linear-gradient(145deg, #17391d, #235d2a);
  color: #f5f6ef;
}

.dig-heading { display: flex; align-items: center; gap: 12px; }
.dig-heading .eyebrow { color: #9fd4b5; }

.dig-heading h3 {
  margin: 3px 0 0;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.dig-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
}

.dig-icon b {
  width: 3px;
  border-radius: 4px;
  background: var(--sticker);
  animation: equalize 780ms ease-in-out infinite alternate;
}

.dig-icon b:nth-child(1) { height: 9px; animation-delay: -320ms; }
.dig-icon b:nth-child(2) { height: 18px; animation-delay: -120ms; }
.dig-icon b:nth-child(3) { height: 12px; animation-delay: -520ms; }

.dig-caption {
  min-height: 40px;
  margin: 14px 0;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.45;
}

.source-list { display: flex; flex-direction: column; gap: 8px; }

.source {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .42);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  transition: color 220ms ease, opacity 220ms ease;
}

.source i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .24);
}

.source.active { color: rgba(255, 255, 255, .9); }
.source.active i { background: var(--sticker); box-shadow: 0 0 0 4px rgba(246, 196, 69, .12); }

.recipe-result {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid var(--shelf);
  border-radius: 18px;
  background: var(--paper);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease, transform 380ms cubic-bezier(.22, 1, .36, 1);
}

.recipe-result.arrived { opacity: 1; transform: none; }

.recipe-art {
  position: relative;
  display: grid;
  min-height: 94px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(140deg, #d7e9c8, #efe1aa);
}

.recipe-art span { position: absolute; font-size: 29px; filter: drop-shadow(0 3px 5px rgba(0, 0, 0, .12)); }
.recipe-art span:nth-child(1) { left: 8px; top: 16px; transform: rotate(-18deg); }
.recipe-art span:nth-child(2) { right: 6px; top: 9px; font-size: 25px; transform: rotate(12deg); }
.recipe-art span:nth-child(3) { right: 20px; bottom: 7px; font-size: 24px; }

.recipe-copy { min-width: 0; padding: 10px 10px 10px 0; }
.match-row { display: flex; justify-content: space-between; gap: 6px; font-family: ui-monospace, monospace; font-size: 9px; text-transform: uppercase; }
.match-row b { color: var(--basil); }
.match-row span { color: var(--faint); }
.recipe-copy h3 { margin: 8px 0 2px; font-size: 14px; line-height: 1.2; }
.recipe-copy p { margin: 0; color: var(--muted); font-size: 10px; }

.replay-button {
  display: block;
  margin: 13px auto 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.benefits { padding-block: 100px 120px; }

.section-heading { max-width: 690px; margin-bottom: 48px; }
.section-heading h2,
.closing h2 {
  margin: 10px 0 12px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -.055em;
}
.section-heading > p:last-child,
.closing-card > div > p:last-child { max-width: 600px; margin: 0; color: var(--muted); font-size: 18px; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.benefit-card {
  min-height: 430px;
  padding: 22px;
  border: 1px solid var(--shelf);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: var(--soft-shadow);
}

.benefit-number {
  color: var(--faint);
  font-family: ui-monospace, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.benefit-card h3 { margin: 24px 0 8px; font-size: 23px; letter-spacing: -.035em; line-height: 1.12; }
.benefit-card > p { margin: 0; color: var(--muted); font-size: 14px; }

.freshness-demo,
.match-demo,
.scan-demo {
  height: 205px;
  margin-top: 22px;
  border-radius: 18px;
  background: var(--cream);
}

.freshness-demo { display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 20px; }
.freshness-row { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; border: 1px solid var(--hair); border-radius: 14px; background: var(--paper); font-size: 13px; font-weight: 650; }
.freshness-row strong { padding: 4px 7px; border-radius: 7px; font-family: ui-monospace, monospace; font-size: 9px; text-transform: uppercase; }
.freshness-row .urgent { color: var(--peach); background: var(--peach-soft); }
.freshness-row .soon { color: #a75b00; background: var(--amber-soft); }
.freshness-row .fresh { color: var(--sage); background: var(--sage-soft); }

.feature-card { color: white; background: var(--dark); }
.feature-card .benefit-number,
.feature-card > p { color: rgba(255, 255, 255, .62); }

.match-demo { display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 10%, #345d38, #1d3020 70%); }
.match-score { font-family: ui-monospace, monospace; font-size: 58px; font-weight: 700; letter-spacing: -.08em; line-height: 1; }
.match-label { margin-top: 8px; color: #9fd4b5; font-family: ui-monospace, monospace; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.match-bar { width: 64%; height: 6px; margin-top: 20px; overflow: hidden; border-radius: 5px; background: rgba(255, 255, 255, .14); }
.match-bar i { display: block; width: 92%; height: 100%; border-radius: inherit; background: var(--sticker); }

.scan-demo { position: relative; display: grid; place-items: center; overflow: hidden; background: #1a211a; }
.scan-corners { width: 126px; height: 126px; border: 2px solid rgba(255, 255, 255, .8); border-radius: 20px; clip-path: polygon(0 0, 34% 0, 34% 2%, 2% 2%, 2% 34%, 0 34%, 0 0, 100% 0, 100% 34%, 98% 34%, 98% 2%, 66% 2%, 66% 0, 100% 0, 100% 100%, 66% 100%, 66% 98%, 98% 98%, 98% 66%, 100% 66%, 100% 100%, 0 100%, 0 66%, 2% 66%, 2% 98%, 34% 98%, 34% 100%); }
.barcode { position: absolute; color: white; font-size: 58px; transform: rotate(90deg); }
.scan-line { position: absolute; width: 110px; height: 2px; background: var(--sage); box-shadow: 0 0 12px var(--sage); animation: scan 2.4s ease-in-out infinite alternate; }

.discovery-wrap { color: #f4f2e9; background: var(--dark); }
.discovery { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 120px); padding-block: 110px; }
.eyebrow-light { color: #9fd4b5; }
.discovery-copy h2 { margin: 12px 0 20px; font-size: clamp(40px, 5.4vw, 67px); letter-spacing: -.055em; line-height: .98; }
.discovery-copy h2 em { color: var(--sticker); }
.discovery-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255, 255, 255, .66); font-size: 18px; }
.text-link-light { display: inline-block; margin-top: 16px; color: white; font-weight: 750; text-underline-offset: 5px; }
.discovery-steps { display: flex; flex-direction: column; justify-content: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.discovery-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 26px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.discovery-steps li:first-child { border-top: 1px solid rgba(255, 255, 255, .13); }
.discovery-steps li > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; color: var(--sticker); font-family: ui-monospace, monospace; font-size: 12px; font-weight: 800; }
.discovery-steps b { font-size: 18px; }
.discovery-steps p { margin: 4px 0 0; color: rgba(255, 255, 255, .6); font-size: 14px; }

.closing { padding-block: 100px; }
.closing-card { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: clamp(30px, 5vw, 64px); border: 1px solid rgba(47, 125, 52, .18); border-radius: 30px; background: linear-gradient(145deg, #e8f1e4, #fff9e8); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 110px; border-top: 1px solid var(--hair); }
.brand-small span { font-size: 24px; }
.site-footer > p { margin: 0; color: var(--faint); font-family: ui-monospace, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer nav { justify-self: end; }

.document-shell { padding-block: 70px 110px; }
.document-hero { max-width: 870px; padding-bottom: 62px; }
.document-hero h1 { font-size: clamp(54px, 7vw, 88px); }
.document-hero > p:not(.eyebrow) { max-width: 780px; margin: 0; color: var(--muted); font-size: 20px; }
.bot-identity { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 28px; padding: 16px 18px; border: 1px solid var(--shelf); border-radius: 14px; background: var(--paper); }
.bot-identity span { color: var(--basil); font-family: ui-monospace, monospace; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.bot-identity code { font-size: 13px; overflow-wrap: anywhere; }
.document-layout { display: grid; grid-template-columns: 270px minmax(0, 720px); justify-content: space-between; gap: 80px; align-items: start; }
.document-summary { position: sticky; top: 24px; padding: 22px; border: 1px solid var(--shelf); border-radius: 20px; background: var(--paper); box-shadow: var(--soft-shadow); }
.document-summary dl { margin: 18px 0 22px; }
.document-summary dl div { padding: 11px 0; border-bottom: 1px solid var(--hair); }
.document-summary dt { color: var(--faint); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.document-summary dd { margin: 3px 0 0; font-size: 13px; font-weight: 700; }
.document-content section { padding: 0 0 46px; margin: 0 0 46px; border-bottom: 1px solid var(--hair); }
.document-content section:last-child { border: 0; }
.document-content h2 { margin: 0 0 14px; font-size: 30px; letter-spacing: -.04em; line-height: 1.1; }
.document-content p,
.document-content li { color: #4f554d; }
.document-content code { padding: .12em .32em; border-radius: 5px; background: rgba(47, 125, 52, .08); color: var(--basil-deep); font-family: ui-monospace, monospace; font-size: .9em; }
.document-content pre { overflow-x: auto; padding: 19px; border-radius: 14px; background: var(--dark); color: #f4f2e9; }
.document-content pre code { padding: 0; color: inherit; background: transparent; }
.note { margin: 24px 0 0; padding: 17px 18px; border-left: 4px solid var(--sticker); border-radius: 0 12px 12px 0; background: #fff8dc; }
.note strong { display: block; }
.note p { margin: 3px 0 0; font-size: 14px; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; margin-bottom: 12px; }
.check-list li::before { position: absolute; left: 0; color: var(--sage); content: "✓"; font-weight: 900; }
.contact-card { padding: 30px !important; border: 1px solid rgba(47, 125, 52, .16) !important; border-radius: 22px; background: linear-gradient(145deg, #e8f1e4, #fff9e8); }
.contact-card h2 { margin-top: 10px; }
.contact-card p:last-child { margin-bottom: 0; }
.contact-card a { color: var(--basil-deep); font-weight: 800; }

@keyframes equalize { from { transform: scaleY(.55); } to { transform: scaleY(1.18); } }
@keyframes scan { from { transform: translateY(-44px); } to { transform: translateY(44px); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 72px; }
  .hero-copy { max-width: 680px; }
  .hero-stage { min-height: 680px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-card:last-child { grid-column: 1 / -1; }
  .discovery { grid-template-columns: 1fr; }
  .document-layout { grid-template-columns: 1fr; gap: 48px; }
  .document-summary { position: static; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 70px; }
  .brand img { width: 36px; height: 36px; }
  .brand span { font-size: 27px; }
  .header-cta { padding-inline: 12px; }
  .hero { gap: 28px; padding-block: 52px 64px; }
  .hero-copy h1 { font-size: clamp(52px, 17vw, 72px); }
  .hero-lede { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .proof-list { flex-direction: column; gap: 8px; }
  .hero-stage { min-height: 620px; }
  .hero-stage::before { display: none; }
  .orbit { display: none; }
  .phone-card { width: min(350px, 94vw); min-height: 650px; border-width: 7px; }
  .phone-content { padding-inline: 16px; }
  .benefits { padding-block: 74px 90px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card:last-child { grid-column: auto; }
  .benefit-card { min-height: 410px; }
  .discovery { padding-block: 84px; }
  .closing { padding-block: 72px; }
  .closing-card { align-items: stretch; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr auto; gap: 20px; padding-block: 26px; }
  .site-footer > p { display: none; }
  .site-footer nav { gap: 16px; }
  .document-shell { padding-block: 52px 80px; }
  .document-hero > p:not(.eyebrow) { font-size: 17px; }
  .document-content h2 { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

@media (prefers-color-scheme: dark) {
  :root {
    --cream: #15171a;
    --paper: #1f2125;
    --ink: #f1f0ea;
    --muted: #a7aba5;
    --faint: #797e78;
    --hair: rgba(255, 255, 255, .09);
    --shelf: rgba(255, 255, 255, .12);
    --basil: #6fc76f;
    --basil-deep: #8fd98c;
    --sage: #6fc76f;
    --sage-soft: #233727;
    --amber-soft: #3b2e1c;
    --peach-soft: #3d2922;
    --focus: #82adff;
    --shadow: 0 24px 70px rgba(0, 0, 0, .42);
    --soft-shadow: 0 14px 34px rgba(0, 0, 0, .25);
  }
  .button-quiet { background: rgba(255, 255, 255, .04); }
  .hero-stage::before { background: linear-gradient(145deg, #243925, #3a3320 56%, #3b2722); }
  .phone-card { border-color: #323731; }
  .feature-card { background: #0f130c; }
  .scan-demo { background: #0e120f; }
  .closing-card,
  .contact-card { background: linear-gradient(145deg, #203123, #312c1b); }
  .note { background: #342f1c; }
  .document-content p,
  .document-content li { color: #b8bbb5; }
  .document-content code { color: var(--basil); background: rgba(111, 199, 111, .12); }
}
