
    :root {
      --mrd-white: #fffdf8;
      --mrd-paper: #fbf7ed;
      --mrd-page: #e7eee7;
      --mrd-ink: #253128;
      --mrd-green: #405533;
      --mrd-green-deep: #2f4526;
      --mrd-sage: #edf2e9;
      --mrd-gold: #b28d42;
      --mrd-muted: #687067;
      --mrd-line: #d6dfd3;
      --mrd-max: 1180px;
      --mrd-radius: 18px;
    }

    #mrd-recipe,
    #mrd-recipe * {
      box-sizing: border-box;
    }

    #mrd-recipe {
      position: relative;
      isolation: isolate;
      width: 100%;
      overflow-x: clip;
      padding: 1px 0 clamp(20px, 3vw, 42px);
      background:
        radial-gradient(820px 520px at -8% -8%, rgba(178, 141, 66, 0.17), transparent 64%),
        radial-gradient(760px 620px at 108% 14%, rgba(64, 85, 51, 0.16), transparent 66%),
        linear-gradient(180deg, #edf2ec 0%, var(--mrd-page) 48%, #e4ece4 100%);
      color: var(--mrd-ink);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 16px;
      line-height: 1.65;
    }

    #mrd-recipe .mrd-hero,
    #mrd-recipe .mrd-section,
    #mrd-recipe .mrd-download {
      width: min(calc(100% - 32px), 1280px);
      margin-inline: auto;
      border: 1px solid rgba(64, 85, 51, 0.13);
      border-radius: clamp(20px, 3vw, 32px);
      box-shadow: 0 22px 60px rgba(38, 60, 42, 0.08);
    }

    #mrd-recipe img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
    }

    #mrd-recipe figure,
    #mrd-recipe h1,
    #mrd-recipe h2,
    #mrd-recipe h3,
    #mrd-recipe p,
    #mrd-recipe ul,
    #mrd-recipe ol {
      margin-top: 0;
    }

    #mrd-recipe h1,
    #mrd-recipe h2,
    #mrd-recipe h3 {
      color: var(--mrd-green-deep);
      font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
      font-weight: 600;
      text-wrap: balance;
    }

    #mrd-recipe .mrd-wrap {
      width: min(calc(100% - 56px), var(--mrd-max));
      margin-inline: auto;
    }

    #mrd-recipe .mrd-kicker,
    #mrd-recipe .mrd-index,
    #mrd-recipe .mrd-step-label {
      color: var(--mrd-gold);
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.16em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    #mrd-recipe .mrd-hero {
      margin-top: clamp(16px, 3vw, 34px);
      padding: clamp(48px, 7vw, 92px) 0 clamp(56px, 8vw, 104px);
      background:
        linear-gradient(140deg, rgba(255, 253, 248, 0.98), rgba(243, 247, 240, 0.94)),
        var(--mrd-paper);
    }

    #mrd-recipe .mrd-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: clamp(42px, 8vw, 104px);
      align-items: center;
    }

    #mrd-recipe .mrd-hero-copy {
      min-width: 0;
      max-width: 520px;
    }

    #mrd-recipe .mrd-hero h1 {
      max-width: 12ch;
      margin-bottom: 24px;
      font-size: clamp(2.7rem, 6vw, 5.7rem);
      letter-spacing: -0.055em;
      line-height: 0.99;
      overflow-wrap: anywhere;
    }

    #mrd-recipe .mrd-hero h1 span,
    #mrd-recipe .mrd-hero h1 em {
      display: block;
      font-style: normal;
    }

    #mrd-recipe .mrd-hero h1 em {
      color: var(--mrd-gold);
    }

    #mrd-recipe .mrd-intro {
      max-width: 45ch;
      margin-bottom: 30px;
      color: var(--mrd-muted);
      font-size: clamp(1rem, 1.6vw, 1.12rem);
    }

    #mrd-recipe .mrd-facts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
      margin: 0 0 34px;
      padding: 0;
      list-style: none;
    }

    #mrd-recipe .mrd-facts li {
      min-width: 0;
      padding: 0 16px;
      border-left: 1px solid var(--mrd-gold);
      color: var(--mrd-green);
      font-size: 0.83rem;
      font-weight: 700;
      line-height: 1.35;
    }

    #mrd-recipe .mrd-facts li:first-child {
      padding-left: 0;
      border-left: 0;
    }

    #mrd-recipe .mrd-button {
      display: inline-flex;
      min-height: 50px;
      max-width: 100%;
      align-items: center;
      justify-content: center;
      gap: 14px;
      padding: 13px 20px;
      border: 1px solid var(--mrd-green-deep);
      background: var(--mrd-green-deep);
      color: var(--mrd-white);
      font-size: 0.88rem;
      font-weight: 750;
      letter-spacing: 0.01em;
      line-height: 1.25;
      text-align: center;
      text-decoration: none;
      transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
    }

    #mrd-recipe .mrd-button::after {
      content: "↗";
      font-size: 1.1rem;
      line-height: 1;
    }

    #mrd-recipe .mrd-button:hover,
    #mrd-recipe .mrd-button:focus-visible {
      background: var(--mrd-white);
      color: var(--mrd-green-deep);
      transform: translateY(-2px);
    }

    #mrd-recipe .mrd-button:focus-visible {
      outline: 3px solid rgba(178, 141, 66, 0.45);
      outline-offset: 3px;
    }

    #mrd-recipe .mrd-media {
      overflow: hidden;
      margin: 0;
      border: 1px solid var(--mrd-line);
      border-radius: var(--mrd-radius);
      background: var(--mrd-white);
    }

    #mrd-recipe .mrd-hero-media {
      position: relative;
      width: min(100%, 610px);
      justify-self: end;
    }

    #mrd-recipe .mrd-hero-media::after {
      position: absolute;
      right: 18px;
      bottom: 18px;
      left: 18px;
      height: 1px;
      background: rgba(255, 255, 255, 0.86);
      content: "";
    }

    #mrd-recipe .mrd-hero-media img {
      aspect-ratio: 4 / 5;
      object-fit: cover;
      object-position: center;
    }

    #mrd-recipe .mrd-section {
      margin-top: clamp(18px, 3vw, 30px);
      padding: clamp(58px, 8vw, 98px) 0;
      background: rgba(255, 253, 248, 0.88);
    }

    #mrd-recipe .mrd-section + .mrd-section,
    #mrd-recipe .mrd-download {
      border-top: 1px solid var(--mrd-line);
    }

    #mrd-recipe .mrd-section-head {
      display: grid;
      grid-template-columns: auto minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: clamp(18px, 3vw, 42px);
      align-items: end;
      margin-bottom: 42px;
    }

    #mrd-recipe .mrd-index {
      padding-bottom: 8px;
      writing-mode: vertical-rl;
    }

    #mrd-recipe h2 {
      margin-bottom: 0;
      font-size: clamp(2.2rem, 4.4vw, 4.3rem);
      letter-spacing: -0.055em;
      line-height: 0.98;
    }

    #mrd-recipe .mrd-section-head p {
      max-width: 48ch;
      margin-bottom: 2px;
      color: var(--mrd-muted);
      font-size: 0.98rem;
    }

    #mrd-recipe .mrd-ingredients-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
      gap: clamp(34px, 7vw, 96px);
      align-items: start;
    }

    #mrd-recipe .mrd-ingredients-media img {
      aspect-ratio: 4 / 5;
      object-fit: cover;
      object-position: center;
    }

    #mrd-recipe .mrd-ingredients-copy {
      min-width: 0;
    }

    #mrd-recipe .mrd-ingredients-note {
      display: flex;
      gap: 12px;
      align-items: baseline;
      margin-bottom: 18px;
      padding-bottom: 18px;
      border-bottom: 1px solid var(--mrd-gold);
      color: var(--mrd-muted);
      font-size: 0.9rem;
    }

    #mrd-recipe .mrd-ingredients-note strong {
      color: var(--mrd-green);
      font-size: 0.78rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    #mrd-recipe .mrd-ingredient-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0 26px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    #mrd-recipe .mrd-ingredient {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      min-width: 0;
      padding: 15px 0 13px;
      border-bottom: 1px solid var(--mrd-line);
    }

    #mrd-recipe .mrd-ingredient-name {
      min-width: 0;
      color: var(--mrd-ink);
      font-weight: 650;
      overflow-wrap: anywhere;
    }

    #mrd-recipe .mrd-ingredient-amount {
      color: var(--mrd-green);
      font-variant-numeric: tabular-nums;
      font-weight: 800;
      white-space: nowrap;
    }

    #mrd-recipe .mrd-ingredient-note {
      grid-column: 1 / -1;
      color: var(--mrd-muted);
      font-size: 0.79rem;
      line-height: 1.35;
    }

    #mrd-recipe .mrd-methods {
      display: grid;
      gap: clamp(42px, 6vw, 74px);
    }

    #mrd-recipe .mrd-step {
      display: grid;
      grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
      gap: clamp(32px, 6vw, 88px);
      align-items: center;
      min-width: 0;
      padding-bottom: clamp(42px, 6vw, 74px);
      border-bottom: 1px solid var(--mrd-line);
    }

    #mrd-recipe .mrd-step:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    #mrd-recipe .mrd-step:nth-child(even) .mrd-step-media {
      order: 2;
    }

    #mrd-recipe .mrd-step-media img {
      aspect-ratio: 4 / 5;
      object-fit: cover;
      object-position: center;
    }

    #mrd-recipe .mrd-step-copy {
      min-width: 0;
    }

    #mrd-recipe .mrd-step-label {
      margin-bottom: 15px;
    }

    #mrd-recipe h3 {
      max-width: 17ch;
      margin-bottom: 20px;
      font-size: clamp(1.9rem, 3.4vw, 3.25rem);
      letter-spacing: -0.045em;
      line-height: 1.02;
      overflow-wrap: anywhere;
    }

    #mrd-recipe .mrd-step ol {
      display: grid;
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
      counter-reset: mrd-step-item;
    }

    #mrd-recipe .mrd-step li {
      display: grid;
      grid-template-columns: 2.2rem minmax(0, 1fr);
      gap: 10px;
      min-width: 0;
      color: var(--mrd-muted);
      counter-increment: mrd-step-item;
    }

    #mrd-recipe .mrd-step li::before {
      color: var(--mrd-green);
      content: counter(mrd-step-item, decimal-leading-zero);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      line-height: 1.75;
    }

    #mrd-recipe .mrd-low-heat {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 16px;
      align-items: start;
      margin-top: clamp(44px, 6vw, 72px);
      padding: 22px 0;
      border-top: 1px solid var(--mrd-gold);
      border-bottom: 1px solid var(--mrd-line);
    }

    #mrd-recipe .mrd-low-heat-mark {
      display: grid;
      width: 38px;
      height: 38px;
      place-items: center;
      border: 1px solid var(--mrd-gold);
      border-radius: 50%;
      color: var(--mrd-gold);
      font-size: 1rem;
      font-weight: 800;
    }

    #mrd-recipe .mrd-low-heat p {
      max-width: 70ch;
      margin-bottom: 0;
      color: var(--mrd-muted);
      font-size: 0.95rem;
    }

    #mrd-recipe .mrd-low-heat strong {
      color: var(--mrd-green);
    }

    #mrd-recipe .mrd-download {
      margin-top: clamp(18px, 3vw, 30px);
      margin-bottom: 0;
      padding: clamp(50px, 7vw, 82px) 0;
      border-color: rgba(178, 141, 66, 0.42);
      background:
        radial-gradient(520px 260px at 12% 0%, rgba(178, 141, 66, 0.18), transparent 72%),
        linear-gradient(135deg, #334b2d 0%, #263a24 100%);
      color: var(--mrd-paper);
      text-align: center;
    }

    #mrd-recipe .mrd-download h2 {
      max-width: 16ch;
      margin: 0 auto 16px;
      color: var(--mrd-paper);
      font-size: clamp(2rem, 4vw, 3.5rem);
    }

    #mrd-recipe .mrd-download p {
      max-width: 48ch;
      margin: 0 auto 26px;
      color: rgba(251, 247, 237, 0.78);
    }

    #mrd-recipe .mrd-download .mrd-button {
      border-color: var(--mrd-paper);
      background: var(--mrd-paper);
      color: var(--mrd-green-deep);
    }

    #mrd-recipe .mrd-download .mrd-button:hover,
    #mrd-recipe .mrd-download .mrd-button:focus-visible {
      border-color: var(--mrd-white);
      background: transparent;
      color: var(--mrd-white);
    }

    @media (max-width: 1039px) {
      #mrd-recipe .mrd-wrap {
        width: min(calc(100% - 48px), var(--mrd-max));
      }

      #mrd-recipe .mrd-hero-grid,
      #mrd-recipe .mrd-ingredients-layout,
      #mrd-recipe .mrd-step {
        grid-template-columns: 1fr;
      }

      #mrd-recipe .mrd-hero-copy,
      #mrd-recipe .mrd-hero-media {
        width: 100%;
        max-width: none;
      }

      #mrd-recipe .mrd-hero-media {
        justify-self: stretch;
      }

      #mrd-recipe .mrd-hero-media img {
        max-height: 720px;
      }

      #mrd-recipe .mrd-step:nth-child(even) .mrd-step-media {
        order: 0;
      }

      #mrd-recipe .mrd-step-media img {
        max-height: 720px;
      }
    }

    @media (max-width: 760px) {
      #mrd-recipe .mrd-hero,
      #mrd-recipe .mrd-section,
      #mrd-recipe .mrd-download {
        width: min(calc(100% - 24px), 1280px);
        border-radius: 20px;
      }

      #mrd-recipe .mrd-wrap {
        width: min(calc(100% - 32px), var(--mrd-max));
      }

      #mrd-recipe .mrd-hero {
        padding-top: 34px;
      }

      #mrd-recipe .mrd-section-head {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 15px;
        margin-bottom: 30px;
      }

      #mrd-recipe .mrd-section-head p {
        grid-column: 2;
      }

      #mrd-recipe .mrd-index {
        grid-row: 1 / span 2;
      }

      #mrd-recipe .mrd-ingredient-list {
        grid-template-columns: 1fr;
      }

      #mrd-recipe h2 {
        font-size: clamp(2.2rem, 12vw, 3.4rem);
      }
    }

    @media (max-width: 520px) {
      #mrd-recipe .mrd-hero h1 {
        max-width: 10ch;
        font-size: clamp(2.55rem, 15vw, 4rem);
      }

      #mrd-recipe .mrd-facts {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      #mrd-recipe .mrd-facts li,
      #mrd-recipe .mrd-facts li:first-child {
        padding: 0 0 0 12px;
        border-left: 1px solid var(--mrd-gold);
      }

      #mrd-recipe .mrd-button {
        width: 100%;
      }

      #mrd-recipe .mrd-ingredients-note {
        display: block;
      }

      #mrd-recipe .mrd-ingredients-note strong {
        display: block;
        margin-bottom: 5px;
      }

      #mrd-recipe .mrd-step li {
        grid-template-columns: 1.9rem minmax(0, 1fr);
        gap: 8px;
      }

      #mrd-recipe .mrd-low-heat {
        grid-template-columns: 1fr;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #mrd-recipe .mrd-button {
        transition: none;
      }
    }
  