/* Compact conversion band, using the original homepage copy. */
.rasa-culinary-desktop { display: none; }

@media (min-width: 901px) {
  main > #culinary {
    --rc-ink: #104534;
    --rc-yellow: var(--rasa-yellow-surface);
    display: block;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--rc-yellow);
    color: var(--rc-ink);
    font-family: "Poppins", "Segoe UI", sans-serif;
    scroll-margin-top: 100px;
  }
  .culinary-legacy { display: none; }
  .rc-layout {
    display: grid;
    grid-template-columns: 1.03fr 1fr;
    align-items: center;
    gap: clamp(24px, 3.5vw, 64px);
    width: 88.8%;
    max-width: 1680px;
    min-height: clamp(370px, 29.2vw, 460px);
    margin-inline: auto;
  }
  .rc-copy { position: relative; z-index: 1; max-width: 660px; padding-block: 40px; }
  .rc-eyebrow {
    margin: 0 0 13px;
    font-size: clamp(10px, .8vw, 13px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .2em;
  }
  .rc-heading {
    margin: 0;
    color: var(--rc-ink);
    font: 700 clamp(42px, 3.65vw, 64px)/1.08 "Poppins", "Segoe UI", sans-serif;
    letter-spacing: -.055em;
  }
  .rc-heading span { display: block; }
  .rc-description {
    max-width: 560px;
    margin: 20px 0 0;
    font-size: clamp(14px, 1.13vw, 18px);
    line-height: 1.65;
  }
  .rc-actions { display: flex; align-items: center; gap: clamp(18px, 2vw, 36px); margin-top: 26px; }
  .rc-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 48px; flex: none; font-size: clamp(12px, .95vw, 15px); font-weight: 600; line-height: 1.4; }
  .rc-actions svg { width: 21px; height: 21px; flex: none; transition: transform 180ms ease; }
  .rc-primary { padding: 13px 23px; border: 1px solid var(--rc-ink); border-radius: 50px; background: var(--rc-ink); color: #fff; transition: background 180ms ease, transform 180ms ease; }
  .rc-secondary { color: var(--rc-ink); }
  .rc-secondary span { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
  .rc-primary:hover { background: #1c694f; transform: translateY(-2px); }
  .rc-secondary:hover span { text-decoration-thickness: 2px; }
  .rc-actions a:hover svg { transform: translateX(3px); }
  .rc-actions a:active { transform: translateY(1px); }
  .rc-actions a:focus-visible { outline: 2px solid var(--rc-ink); outline-offset: 5px; }
  .rc-visual { position: relative; align-self: stretch; min-width: 0; isolation: isolate; }
  .rc-visual::before { content: ""; position: absolute; inset: 7% -36% 7% 2%; z-index: -1; border-radius: 51% 45% 41% 54%; background: #14563f; transform: rotate(-5deg); }
  .rc-food { position: absolute; inset: 0 -8% 0 0; width: 108%; max-width: none; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 10px #16372624); }
}

@media (min-width: 901px) and (max-width: 1150px) {
  .rc-layout { grid-template-columns: 1.15fr 1fr; gap: 20px; }
  .rc-heading { font-size: 42px; }
  .rc-copy { padding-block: 36px; }
  .rc-actions { gap: 18px; }
  .rc-actions a { gap: 8px; font-size: 12px; }
  .rc-primary { padding-inline: 17px; }
  .rc-description { max-width: 410px; }
  .rc-visual::before { inset: 10% -50% 10% 0; }
  .rc-food { inset-inline: -1% -9%; width: 110%; }
}

@media (min-width: 901px) and (prefers-reduced-motion: reduce) {
  .rc-actions a, .rc-actions svg { transition: none; }
  .rc-actions a:hover, .rc-actions a:active, .rc-actions a:hover svg { transform: none; }
}
