@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.hidden-sm {
  display: none;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 60em) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  min-height: 0.125rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.3333333333%;
}

.col-2-sm {
  width: 12.6666666667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.3333333333%;
}

.col-5-sm {
  width: 37.6666666667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.3333333333%;
}

.col-8-sm {
  width: 62.6666666667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.3333333333%;
}

.col-11-sm {
  width: 87.6666666667%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.3333333333%;
  }
  .col-2 {
    width: 12.6666666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.3333333333%;
  }
  .col-5 {
    width: 37.6666666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.3333333333%;
  }
  .col-8 {
    width: 62.6666666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.3333333333%;
  }
  .col-11 {
    width: 87.6666666667%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
body {
  font-family: "Hanken Grotesque", system-ui, -apple-system, Helvetica, sans-serif;
  color: #2a211a;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  color: #2a211a;
  font-weight: 600;
  letter-spacing: -0.01em;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
}

.font-light {
  font-weight: 400;
}

.font-regular {
  font-weight: 500;
}

.font-heavy {
  font-weight: 700;
}

.btn {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 0.5em 1em;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.btn.btn-sm {
  font-size: 0.9em;
  padding: 0.25em 0.5em;
}

.btn-primary {
  background-color: #e2571e;
}

.btn-primary:hover {
  background-color: #c4441a;
}

@keyframes om-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes om-pop {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.recipe {
  --accent: #e2571e;
  --accent-dark: #c4441a;
  --accent-soft: #fbeee4;
  color: #2a211a;
  font-family: "Hanken Grotesque", system-ui, -apple-system, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.recipe *, .recipe *::before, .recipe *::after {
  box-sizing: border-box;
}
.recipe .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: #9a8c7c;
  padding: 6px 0;
  margin: 0 0 6px;
  font-weight: 600;
}
.recipe .breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.recipe .breadcrumb li + li::before {
  content: "/";
  color: #9a8c7c;
  padding: 0;
}
.recipe .breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.recipe .breadcrumb li:last-child a {
  color: var(--accent-dark);
}

.recipe-hero {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 14px 0 28px;
  max-width: 760px;
  animation: om-fade 0.5s ease both;
}

.recipe-badge {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-dark);
  background: var(--accent-soft);
  padding: 6px 12px;
  border-radius: 999px;
  text-decoration: none;
}

.recipe-title {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(34px, 5.5vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0;
  color: #2a211a;
  text-wrap: balance;
}

.recipe-lede {
  font-size: 18px;
  line-height: 1.6;
  color: #5d5044;
  margin: 0;
  max-width: 640px;
  font-weight: 400;
  text-wrap: pretty;
}

.recipe-byline {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 4px;
}
.recipe-byline__author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.recipe-byline__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 17px;
}
.recipe-byline__meta {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.recipe-byline__name {
  font-weight: 600;
  font-size: 14.5px;
}
.recipe-byline__date {
  font-size: 12.5px;
  color: #9a8c7c;
}
.recipe-byline__sep {
  width: 1px;
  height: 28px;
  background: #e3d8c9;
}

.recipe-media-row {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: stretch;
}

.recipe-media {
  flex: 1 1 560px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.recipe-figure {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 18px;
  overflow: hidden;
  background: #ece2d4;
  box-shadow: 0 24px 50px -28px rgba(120, 80, 40, 0.45);
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  cursor: pointer;
}
.recipe-figure img, .recipe-figure amp-img, .recipe-figure iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recipe-figure--static {
  cursor: default;
}

.recipe-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 76px;
  height: 76px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.recipe-play::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent var(--accent);
  margin-left: 4px;
}

.recipe-video-tag {
  position: absolute;
  right: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: rgba(20, 12, 6, 0.55);
  padding: 6px 11px;
  border-radius: 999px;
  z-index: 2;
}

.recipe-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.recipe-thumb {
  position: relative;
  aspect-ratio: 1;
  border-radius: 11px;
  overflow: hidden;
  background: #ece2d4;
  cursor: pointer;
  border: 1px solid #ece2d4;
  padding: 0;
}
.recipe-thumb img, .recipe-thumb amp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recipe-meta-card {
  flex: 1 1 280px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #ece2d4;
  border-radius: 18px;
  padding: 24px;
}
.recipe-meta-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.recipe-meta-card__item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.recipe-meta-card__label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9a8c7c;
}
.recipe-meta-card__value {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 600;
}
.recipe-meta-card__unit {
  font-size: 14px;
  font-weight: 600;
  color: #9a8c7c;
}
.recipe-meta-card__rule {
  height: 1px;
  background: #ece2d4;
}
.recipe-meta-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.btn-cook {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  border: none;
  cursor: pointer;
  background: var(--accent);
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  font-size: 15.5px;
  padding: 14px;
  border-radius: 12px;
}

.btn-ghost {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #e3d8c9;
  background: #fff;
  cursor: pointer;
  color: #5d5044;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  padding: 11px;
  border-radius: 11px;
  text-decoration: none;
}

.recipe-body {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 52px;
  align-items: flex-start;
}

.recipe-ingredients {
  flex: 1 1 320px;
  min-width: 280px;
}
@media (min-width: 60em) {
  .recipe-ingredients {
    position: sticky;
    top: 88px;
  }
}
.recipe-ingredients__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.recipe-h2 {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 28px;
  margin: 0;
  letter-spacing: -0.01em;
  color: #2a211a;
}

.servings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--accent-soft);
  border-radius: 13px;
  padding: 12px 14px;
  margin-bottom: 18px;
}
.servings__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-dark);
}
.servings__control {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  border-radius: 999px;
  padding: 4px;
}
.servings__btn {
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  background: transparent;
  color: var(--accent-dark);
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
  line-height: 1;
}
.servings__value {
  min-width: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.ingredient-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.ingredient {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 6px;
  border-bottom: 1px solid #efe7da;
  user-select: none;
  cursor: default;
}
.ingredient__box {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #fff;
  border: 1px solid #d8ccba;
  transition: background 0.15s, border-color 0.15s;
}
.ingredient__text {
  font-size: 15.5px;
  line-height: 1.45;
  color: #3a3026;
}
.ingredient__qty {
  font-weight: 700;
  color: var(--accent-dark);
}

.recipe.is-interactive .ingredient {
  cursor: pointer;
}

.ingredient.is-checked .ingredient__box {
  background: var(--accent);
  border-color: var(--accent);
}
.ingredient.is-checked .ingredient__box::after {
  content: "✓";
}
.ingredient.is-checked .ingredient__text {
  color: #b3a695;
  text-decoration: line-through;
}

.recipe-steps {
  flex: 1.6 1 440px;
  min-width: 300px;
}

.step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #ece2d4;
  border-radius: 14px;
  padding: 18px 20px;
  user-select: none;
  transition: opacity 0.2s;
}
.step__num {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--accent-dark);
  background: var(--accent-soft);
}
.step__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3026;
}

.recipe.is-interactive .step {
  cursor: pointer;
}

.step.is-done {
  opacity: 0.6;
}
.step.is-done .step__num {
  color: #fff;
  background: var(--accent);
}
.step.is-done .step__text {
  text-decoration: line-through;
}

.recipe-prose {
  max-width: 820px;
  margin-top: 44px;
  font-size: 16.5px;
  line-height: 1.75;
  color: #3a3026;
}
.recipe-prose h2 {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: #2a211a;
  margin: 38px 0 18px;
}
.recipe-prose h2:first-child {
  margin-top: 0;
}
.recipe-prose h3 {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 21px;
  color: #2a211a;
  margin: 28px 0 12px;
}
.recipe-prose p {
  margin: 0 0 16px;
}
.recipe-prose a {
  color: var(--accent-dark);
}
.recipe-prose ul, .recipe-prose ol {
  padding-left: 1.3em;
  margin: 0 0 18px;
}
.recipe-prose li {
  margin-bottom: 0.55em;
}
.recipe-prose li::marker {
  color: var(--accent);
  font-weight: 700;
}
.recipe-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 12px 0;
}
.recipe-prose iframe {
  max-width: 100%;
}

.recipe-tip {
  margin-top: 26px;
  display: flex;
  gap: 14px;
  background: var(--accent-soft);
  border-radius: 14px;
  padding: 20px 22px;
}
.recipe-tip__icon {
  font-size: 22px;
  line-height: 1;
}
.recipe-tip__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.recipe-tip__title {
  font-weight: 700;
  font-size: 14.5px;
  color: var(--accent-dark);
}
.recipe-tip p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #5d5044;
  font-weight: 400;
}

.recipe-credits {
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.6;
  color: #5d5044;
}
.recipe-credits a {
  color: var(--accent-dark);
  text-decoration: none;
}

.recipe-related {
  padding-top: 64px;
}

.recipe-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.related-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.related-card__media {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 14px;
  overflow: hidden;
  background: #ece2d4;
}
.related-card__media img, .related-card__media amp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.related-card__cat {
  position: absolute;
  left: 9px;
  bottom: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(20, 12, 6, 0.55);
  padding: 3px 8px;
  border-radius: 999px;
}
.related-card__title {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #2a211a;
}
.related-card:hover .related-card__media img {
  transform: scale(1.04);
}

.recipe-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(20, 12, 6, 0.78);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.recipe-modal.is-open {
  display: flex;
  animation: om-fade 0.25s ease both;
}
.recipe-modal__inner {
  width: 100%;
  max-width: 900px;
  animation: om-pop 0.3s ease both;
}
.recipe-modal__frame {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background: #2c241c;
}
.recipe-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.recipe-modal__close {
  margin-top: 14px;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 999px;
}

.cook-mode {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: #fbf7f1;
  display: none;
  flex-direction: column;
}
.cook-mode.is-open {
  display: flex;
  animation: om-fade 0.3s ease both;
}
.cook-mode__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
  border-bottom: 1px solid #ece2d4;
}
.cook-mode__bar-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 15px;
}
.cook-mode__exit, .cook-mode__prev {
  border: 1px solid #e3d8c9;
  cursor: pointer;
  background: #fff;
  color: #5d5044;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  padding: 9px 16px;
  border-radius: 999px;
}
.cook-mode__stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  gap: 28px;
}
.cook-mode__counter {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-dark);
}
.cook-mode__text {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.15;
  font-weight: 600;
  max-width: 900px;
  text-wrap: balance;
}
.cook-mode__dots {
  display: flex;
  gap: 6px;
}
.cook-mode__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #e3d8c9;
  transition: all 0.25s;
}
.cook-mode__dot.is-done {
  background: #f0c9b0;
}
.cook-mode__dot.is-active {
  width: 26px;
  background: var(--accent);
}
.cook-mode__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  border-top: 1px solid #ece2d4;
}
.cook-mode__prev {
  padding: 14px 28px;
  font-size: 16px;
}
.cook-mode__prev[hidden] {
  visibility: hidden;
}
.cook-mode__next {
  border: none;
  cursor: pointer;
  background: var(--accent);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 999px;
  margin-left: auto;
}

.no-js .btn-cook,
.no-js .recipe-play {
  display: none;
}

@media (max-width: 45em) {
  .recipe-thumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .recipe-body {
    gap: 28px;
  }
  .recipe-related {
    padding-top: 44px;
  }
}
.home-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 0 8px;
}
@media (min-width: 60em) {
  .home-hero {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    padding: 44px 0 16px;
  }
}
.home-hero__eyebrow {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c4441a;
  background: #fbeee4;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
  display: inline-block;
}
.home-hero__title {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: #2a211a;
  text-wrap: balance;
}
.home-hero__lede {
  font-size: 18px;
  line-height: 1.6;
  color: #5d5044;
  margin: 0 0 22px;
  max-width: 520px;
}
.home-hero__lede a {
  color: #c4441a;
  font-weight: 600;
  text-decoration: none;
}
.home-hero__art svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 60em) {
  .home-hero__art {
    order: -1;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
  }
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.category-pills a {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #ece2d4;
  color: #3a3026;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.category-pills a:hover {
  background: #e2571e;
  border-color: #e2571e;
  color: #fff;
}
.category-pills a.is-primary {
  background: #e2571e;
  border-color: #e2571e;
  color: #fff;
}
.category-pills a.is-primary:hover {
  background: #c4441a;
  border-color: #c4441a;
}

.section-title {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.01em;
  margin: 44px 0 22px;
  color: #2a211a;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ece2d4;
}

.listing-header {
  padding: 6px 0 2px;
}
.listing-header__title {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(30px, 4.5vw, 46px);
  letter-spacing: -0.02em;
  margin: 8px 0 12px;
  color: #2a211a;
}
.listing-header__intro {
  font-size: 17px;
  line-height: 1.6;
  color: #5d5044;
  max-width: 680px;
  margin: 0;
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 24px;
  margin-top: 8px;
}

.recipe-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ece2d4;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.recipe-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px -28px rgba(120, 80, 40, 0.55);
}
.recipe-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  background: #fbeee4;
  overflow: hidden;
}
.recipe-card__media img, .recipe-card__media amp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.recipe-card:hover .recipe-card__media img {
  transform: scale(1.05);
}
.recipe-card__cat {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(20, 12, 6, 0.6);
  padding: 5px 11px;
  border-radius: 999px;
  text-decoration: none;
}
.recipe-card__body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.recipe-card__title {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.22;
  margin: 0;
  color: #2a211a;
}
.recipe-card__title a {
  color: inherit;
  text-decoration: none;
}
.recipe-card__title a:hover {
  color: #c4441a;
}
.recipe-card__summary {
  font-size: 14.5px;
  line-height: 1.55;
  color: #5d5044;
  margin: 0;
}

.term-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 22px;
  list-style: none;
  padding: 0;
}
.term-grid li {
  display: flex;
}
.term-grid a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #fff;
  border: 1px solid #ece2d4;
  border-radius: 14px;
  padding: 16px 18px;
  text-decoration: none;
  color: #2a211a;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.2s ease;
}
.term-grid a > span:first-child {
  min-width: 0;
}
.term-grid a:hover {
  border-color: #e2571e;
  color: #c4441a;
  transform: translateY(-2px);
}
.term-grid__count {
  font-family: "Hanken Grotesque", system-ui, -apple-system, Helvetica, sans-serif;
  font-size: 13px;
  color: #9a8c7c;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  white-space: nowrap;
}

.recipe-rating {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: flex-start;
}

.recipe-rating__stars {
  display: flex;
  gap: 0.15rem;
}

.recipe-rating__star {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #ece2d4;
  cursor: pointer;
  transition: color 0.12s ease, transform 0.12s ease;
}
.recipe-rating__star.is-on {
  color: #ffb600;
}
.recipe-rating__star:hover {
  transform: scale(1.15);
}

.recipe-rating__info {
  font-size: 0.82rem;
  color: #5d5044;
}

.no-js .recipe-rating__star {
  pointer-events: none;
}

.site-user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-user .site-user__name {
  font-weight: 500;
  color: #5d5044;
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-user form {
  display: inline;
}
.site-user .site-user__logout {
  border: 0;
  background: none;
  padding: 0;
  color: #e2571e;
  font: inherit;
  cursor: pointer;
}
.site-user .site-user__logout:hover {
  text-decoration: underline;
}

.btn-ghost.is-active {
  color: #e2571e;
  border-color: #e2571e;
}

.recipe-comments {
  margin-top: 2.5rem;
}

.recipe-comments__count {
  color: #9a8c7c;
  font-size: 0.9em;
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.25rem 0 2rem;
}
.comment-form input[type=text],
.comment-form textarea {
  width: 100%;
  border: 1px solid #ece2d4;
  border-radius: 12px;
  background: #ffffff;
  padding: 0.7rem 0.9rem;
  font: inherit;
  color: #2a211a;
}
.comment-form input[type=text]:focus,
.comment-form textarea:focus {
  outline: 2px solid rgba(226, 87, 30, 0.35);
  border-color: #e2571e;
}

.comment-form__author {
  color: #5d5044;
  font-size: 0.9rem;
}
.comment-form__author b {
  color: #3a3026;
}

.comment-login {
  margin: 1.25rem 0 2rem;
}

.comment-form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.comment-form__status {
  color: #5d5044;
  font-size: 0.85rem;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.comment {
  display: flex;
  gap: 0.85rem;
  background: #ffffff;
  border: 1px solid #efe7da;
  border-radius: 12px;
  padding: 1rem 1.15rem;
}

.comment__avatar {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fbeee4;
  color: #e2571e;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment__author {
  font-weight: 700;
  margin-right: 0.5rem;
}

.comment__date {
  color: #9a8c7c;
  font-size: 0.8rem;
}

.comment__body {
  margin: 0.25rem 0 0;
  white-space: pre-line;
}

.submit-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  max-width: 44rem;
}
.submit-form .submit-form__intro {
  color: #5d5044;
  margin: 0;
}
.submit-form input,
.submit-form select,
.submit-form textarea {
  width: 100%;
  border: 1px solid #ece2d4;
  border-radius: 12px;
  background: #ffffff;
  padding: 0.7rem 0.9rem;
  font: inherit;
  color: #2a211a;
}
.submit-form input:focus,
.submit-form select:focus,
.submit-form textarea:focus {
  outline: 2px solid rgba(226, 87, 30, 0.35);
  border-color: #e2571e;
}

.submit-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.submit-form__field > span {
  font-weight: 500;
  color: #3a3026;
}
.submit-form__field > span small {
  color: #9a8c7c;
  font-weight: 400;
}

.submit-form__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 45em) {
  .submit-form__row {
    grid-template-columns: 1fr;
  }
}

.submit-form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.submit-form__status {
  color: #5d5044;
  font-size: 0.85rem;
}

.submit-form__done {
  background: #fbeee4;
  border-radius: 12px;
  padding: 1.5rem;
  font-size: 1.05rem;
}

body {
  background: #fbf7f1;
}

.spacer {
  margin: 1em 0;
  border: none;
  border-top: 1px solid #ece2d4;
}

.site-header {
  background: rgba(251, 247, 241, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ece2d4;
}

body:not(.amp) .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
}

.site-header__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-decoration: none;
  color: #2a211a;
  margin-right: auto;
}
.brand__name {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.brand__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e2571e;
  display: inline-block;
  transform: translateY(-2px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-search {
  display: flex;
  flex-grow: 1;
}
.site-search form {
  display: flex;
  flex-grow: 1;
}
.site-search input {
  width: 100%;
  border-radius: 999px 0 0 999px;
  padding: 9px 14px;
  border: 1px solid #ece2d4;
  border-right: none;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  color: #2a211a;
}
.site-search input:focus {
  outline: none;
  border-color: #e2571e;
}
@media (min-width: 45em) {
  .site-search input {
    width: 220px;
    flex-grow: 0;
  }
}
.site-search button {
  border: none;
  cursor: pointer;
  background: #e2571e;
  color: #fff;
  padding: 0 14px;
  border-radius: 0 999px 999px 0;
  display: flex;
  align-items: center;
}
.site-search button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.site-search button i {
  display: flex;
}

.site-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14.5px;
  font-weight: 600;
}
.site-links ul {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-links li {
  display: inline-flex;
}
.site-links a {
  color: #5d5044;
  text-decoration: none;
  transition: color 0.2s;
}
.site-links a:hover {
  color: #e2571e;
}
.site-links .btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  background: #e2571e;
  text-decoration: none;
  padding: 9px 16px;
  border-radius: 999px;
  font-weight: 600;
}
.site-links .btn-pill:hover {
  background: #c4441a;
  color: #fff;
}

.site-footer {
  border-top: 1px solid #ece2d4;
  background: #f6f0e7;
  margin-top: 64px;
}
.site-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: #9a8c7c;
}
.site-footer__brand {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 17px;
  color: #2a211a;
}
.site-footer__brand span {
  color: #b9ab9a;
}
.site-footer__links {
  display: flex;
  gap: 22px;
}
.site-footer__links a {
  color: inherit;
  text-decoration: none;
}
.site-footer__links a:hover {
  color: #e2571e;
}

.container {
  margin-top: 24px;
}

.content {
  min-height: 450px;
  background-color: #ffffff;
  border: 1px solid #ece2d4;
  box-shadow: 0 18px 40px -30px rgba(120, 80, 40, 0.4);
  padding: 1.5em;
  overflow-wrap: break-word;
  border-radius: 18px;
}
@media (min-width: 45em) {
  .content {
    padding: 2em;
  }
}

.article-content a:not(.btn),
.recipe-prose a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #e2571e;
}
.article-content a:not(.btn):hover,
.recipe-prose a:hover {
  color: #c4441a;
}

body.flat .container {
  width: 100%;
  max-width: 1120px;
  padding: 0 24px;
  margin: 16px auto 0;
}
body.flat .content {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  min-height: 0;
}

.title {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  color: #2a211a;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.video-thumb {
  width: 100%;
  aspect-ratio: 16/9;
}

.post-carousel {
  display: flex;
  width: 100%;
  height: 120px;
  gap: 8px;
}
@media (min-width: 45em) {
  .post-carousel {
    height: 240px;
  }
}
.post-carousel .post-carrousel-img {
  flex-grow: 1;
  border-radius: 10px;
  overflow: hidden;
}
.post-carousel .post-carrousel-img img, .post-carousel .post-carrousel-img amp-img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inline-svg {
  width: 100%;
}
.inline-svg svg {
  width: 100%;
  height: auto;
}

ul.breadcrumb {
  padding: 0;
  margin: 1em 0;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: #9a8c7c;
  content: "/ ";
}
ul.breadcrumb li a {
  color: #5d5044;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #e2571e;
}

.paginator {
  display: flex;
  margin-top: 2.5em;
  justify-content: flex-end;
  align-items: center;
}
.paginator .spacer {
  flex-grow: 1;
  border: none;
  margin: 0;
}
.paginator .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 600;
}
.paginator .btn svg {
  width: 13px;
  height: 9px;
}

.consent-ui {
  text-align: center;
  padding: 1em;
  background-color: #ffb600;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
