:root {
  --cream: #fffaf0;
  --vanilla: #f6ebd4;
  --caramel: #b55a22;
  --caramel-dark: #7d3517;
  --chocolate: #38251d;
  --muted: #78675e;
  --white: #fff;
  --line: #eadfce;
  --green: #4e684e;
  --shadow: 0 18px 50px rgba(75, 43, 24, 0.1);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--chocolate);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  line-height: 1.08;
  margin: 0 0 0.65em;
}
h1 {
  font-size: clamp(3rem, 7vw, 6.6rem);
  letter-spacing: 0.005em;
  font-kerning: normal;
  font-variant-ligatures: none;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: 0;
  font-kerning: normal;
  font-variant-ligatures: none;
}
h3 {
  font-size: 1.45rem;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.narrow {
  width: min(760px, calc(100% - 40px));
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  background: #fff;
  padding: 12px;
  z-index: 1000;
}
.site-header {
  height: 82px;
  background: rgba(255, 250, 240, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  font-variant-ligatures: none;
}
.brand span {
  color: var(--caramel);
}
.brand b {
  color: var(--caramel);
  font-size: 1.3em;
}
.primary-menu ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu a {
  font-size: 0.9rem;
  font-weight: 600;
}
.primary-menu a:hover {
  color: var(--caramel);
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font: 600 0.9rem var(--sans);
}
.hero {
  min-height: 700px;
  background: linear-gradient(130deg, var(--cream), #f3e3c6);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--caramel);
  display: block;
  margin-bottom: 20px;
}
.hero h1 em {
  color: var(--caramel);
  font-style: normal;
}
.hero-copy > p,
.lead {
  font-size: 1.18rem;
  color: var(--muted);
  max-width: 620px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}
.button {
  display: inline-block;
  background: var(--caramel);
  color: #fff;
  padding: 15px 24px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: 0.2s;
}
.button:hover {
  background: var(--caramel-dark);
  transform: translateY(-2px);
}
.text-link {
  font-weight: 700;
  color: var(--caramel);
  font-size: 0.9rem;
}
.hero-visual {
  position: relative;
  height: 560px;
  display: grid;
  place-items: center;
}
.flan-art {
  width: 440px;
  height: 370px;
  position: relative;
  filter: drop-shadow(0 30px 25px rgba(88, 43, 16, 0.2));
}
.flan-top {
  position: absolute;
  z-index: 3;
  top: 42px;
  left: 65px;
  width: 310px;
  height: 105px;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 35%, #e9a243, #a84818 70%);
}
.flan-body {
  position: absolute;
  z-index: 2;
  top: 88px;
  left: 65px;
  width: 310px;
  height: 220px;
  background: linear-gradient(90deg, #d88b2d, #ffd889 48%, #c87223);
  clip-path: polygon(8% 0, 92% 0, 100% 86%, 94% 100%, 6% 100%, 0 86%);
  border-radius: 0 0 42% 42%;
}
.plate {
  position: absolute;
  z-index: 1;
  bottom: 12px;
  left: 4px;
  width: 430px;
  height: 95px;
  border-radius: 50%;
  background: linear-gradient(#fff, #dfd2bd);
  box-shadow: 0 13px 15px rgba(0, 0, 0, 0.12);
}
.caramel-drop {
  position: absolute;
  z-index: 4;
  top: 121px;
  left: 100px;
  width: 18px;
  height: 74px;
  border-radius: 0 0 50% 50%;
  background: #a84517;
}
.hero-note {
  position: absolute;
  right: -10px;
  bottom: 46px;
  font: 600 italic 1rem var(--serif);
  transform: rotate(-5deg);
  color: var(--caramel-dark);
}
.section {
  padding-block: 100px;
}
.section-tint {
  background: #f1e6d3;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 44px;
}
.section-heading .eyebrow {
  margin-bottom: 12px;
}
.section-heading h2 {
  margin: 0;
}
.of-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.featured-grid .of-card:first-child {
  grid-column: span 2;
}
.of-card {
  background: var(--white);
  box-shadow: 0 1px 0 var(--line);
  transition: 0.25s;
}
.of-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.card-image {
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #e6b95f, #a95020);
  display: grid;
  place-items: center;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.of-card:hover img {
  transform: scale(1.03);
}
.card-placeholder {
  font: 700 4rem var(--serif);
  color: rgba(255, 255, 255, 0.65);
}
.card-type {
  position: absolute;
  left: 14px;
  top: 14px;
  background: var(--cream);
  padding: 5px 10px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.card-content {
  padding: 24px;
}
.card-content h3 {
  margin-bottom: 8px;
}
.card-content p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 14px;
}
.card-content small {
  color: var(--caramel);
  font-weight: 700;
}
.guide-list {
  border-top: 1px solid #d5c6ae;
}
.guide-list a {
  display: grid;
  grid-template-columns: 60px 1fr 30px;
  gap: 22px;
  align-items: center;
  padding: 25px 5px;
  border-bottom: 1px solid #d5c6ae;
}
.guide-list > a > span {
  font: 600 1.25rem var(--serif);
  color: var(--caramel);
}
.guide-list h3 {
  margin: 0 0 4px;
}
.guide-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.guide-list b {
  font-size: 1.4rem;
  color: var(--caramel);
  transition: 0.2s;
}
.guide-list a:hover b {
  transform: translateX(6px);
}
.of-ad {
  width: min(900px, calc(100% - 40px));
  margin: 55px auto;
  padding: 26px;
  border: 1px dashed #cdbca3;
  background: rgba(255, 255, 255, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #a3917c;
  font-size: 0.75rem;
}
.of-ad span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.of-ad strong {
  font-weight: 500;
}
.of-newsletter {
  background: var(--chocolate);
  color: #fff;
  padding: 55px 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.of-newsletter .eyebrow {
  color: #e6a15d;
}
.of-newsletter h2 {
  font-size: 2.5rem;
  margin-bottom: 5px;
}
.of-newsletter p {
  margin: 0;
  color: #cdbeb6;
}
.of-newsletter form {
  display: flex;
}
.of-newsletter input {
  width: 260px;
  padding: 15px;
  border: 0;
}
.of-newsletter button {
  border: 0;
  background: var(--caramel);
  color: #fff;
  font-weight: 700;
  padding: 15px;
}
.newsletter-wrap {
  margin-bottom: 100px;
}
.site-footer {
  background: #271914;
  color: #e8ddd6;
  padding: 70px 0 25px;
}
.brand-light {
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 70px;
}
.footer-grid p {
  color: #b9aaa2;
}
.footer-grid h2 {
  font: 700 0.75rem var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.footer-grid ul {
  list-style: none;
  padding: 0;
  columns: 2;
}
.footer-grid li {
  margin: 8px 0;
}
.footer-grid a:hover {
  color: #e89b58;
}
.footer-bottom {
  border-top: 1px solid #4a3831;
  margin-top: 55px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  color: #96877f;
  font-size: 0.8rem;
}
.archive-header,
.article-header {
  padding: 75px 0 55px;
  background: var(--vanilla);
}
.archive-header h1,
.article-header h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  max-width: 900px;
}
.archive-header p {
  color: var(--muted);
  max-width: 600px;
}
.of-breadcrumbs {
  font-size: 0.75rem;
  color: var(--muted);
  display: flex;
  gap: 9px;
  margin-bottom: 35px;
}
.of-breadcrumbs a:hover {
  color: var(--caramel);
}
.archive-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 55px;
  padding-block: 70px;
}
.filters {
  font-size: 0.85rem;
}
.filters label,
.filters h2 {
  font: 700 0.78rem var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.filters form > div {
  display: flex;
  margin: 10px 0 35px;
}
.filters input {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
}
.filters button {
  border: 0;
  background: var(--chocolate);
  color: #fff;
}
.filters > ul {
  list-style: none;
  padding: 0;
}
.filters li {
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
}
.nav-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 45px;
}
.page-numbers {
  padding: 9px 13px;
  background: #fff;
}
.page-numbers.current {
  background: var(--caramel);
  color: #fff;
}
.single-hero {
  padding-block: 55px;
}
.single-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.single-hero h1 {
  font-size: clamp(3rem, 6vw, 5.3rem);
}
.single-image {
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, #e6b95f, #a95020);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recipe-placeholder {
  font: 700 3rem var(--serif);
  color: #fff;
}
.recipe-facts {
  display: flex;
  gap: 24px;
  border-top: 1px solid var(--line);
  margin-top: 32px;
  padding-top: 25px;
}
.recipe-facts div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
}
.recipe-facts span {
  grid-row: span 2;
  color: var(--caramel);
  font-size: 1.3rem;
}
.recipe-facts small {
  font-size: 0.68rem;
  text-transform: uppercase;
  color: var(--muted);
}
.recipe-facts strong {
  font-size: 0.9rem;
}
.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 260px;
  gap: 90px;
  padding-block: 60px;
}
.entry-content h2 {
  margin-top: 1.5em;
}
.entry-content a:not(.button) {
  color: var(--caramel);
  text-decoration: underline;
}
.recipe-section {
  position: relative;
  border-top: 1px solid var(--line);
  padding: 45px 0;
}
.recipe-section h2 {
  font-size: 2.5rem;
}
.section-number {
  position: absolute;
  right: 0;
  top: 40px;
  font: 700 2.4rem var(--serif);
  color: #e9dfce;
}
.servings-note {
  color: var(--muted);
  font-size: 0.85rem;
}
.ingredients ul {
  list-style: none;
  padding: 0;
  columns: 2;
  gap: 30px;
}
.ingredients li {
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  break-inside: avoid;
}
.steps {
  list-style: none;
  counter-reset: steps;
  padding: 0;
}
.steps li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  margin: 22px 0;
  align-items: start;
}
.steps li:before {
  content: counter(steps);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--caramel);
  color: #fff;
  display: grid;
  place-items: center;
  font: 700 1rem var(--serif);
}
.info-box,
.of-disclosure {
  background: var(--vanilla);
  border-left: 4px solid var(--caramel);
  padding: 25px 30px;
  margin: 35px 0;
}
.info-box h2 {
  font-size: 1.5rem;
  margin-top: 0;
}
.sticky-card {
  position: sticky;
  top: 115px;
  background: #fff;
  padding: 25px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 0.85rem;
}
.sticky-card > a {
  border-bottom: 1px solid var(--line);
  padding: 5px 0;
}
.sticky-card span {
  font-weight: 700;
  margin-top: 15px;
}
.sticky-card p {
  color: var(--muted);
  margin: 0;
}
.of-faq {
  margin: 50px 0;
}
.of-faq details {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 18px 20px;
}
.of-faq summary {
  font-weight: 700;
  cursor: pointer;
}
.of-faq p {
  color: var(--muted);
}
.of-related {
  width: min(1180px, calc(100% - 40px));
  margin: 60px auto 100px;
}
.of-related h2 {
  font-size: 2.4rem;
}
.article-header {
  text-align: center;
}
.article-header .lead {
  margin-inline: auto;
}
.article-header .of-breadcrumbs {
  justify-content: center;
}
.article-header small {
  color: var(--muted);
}
.article-header + .entry-content {
  padding-block: 60px;
}
.of-toc {
  background: #fff;
  padding: 25px 30px;
  border: 1px solid var(--line);
  margin-bottom: 45px;
}
.of-toc ol {
  margin-bottom: 0;
}
.of-toc a {
  color: var(--chocolate) !important;
  text-decoration: none !important;
}
.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 35px 0;
}
.pros-cons section {
  padding: 25px;
  background: #edf2e8;
}
.pros-cons section + section {
  background: #f4e8e1;
}
.pros-cons h2 {
  font-size: 1.4rem;
  margin-top: 0;
}
.affiliate-button {
  margin: 15px 0;
}
.entry-content > *:first-child {
  margin-top: 0;
}
@media (max-width: 800px) {
  body {
    font-size: 16px;
  }
  .site-header {
    height: 68px;
  }
  .menu-toggle {
    display: block;
  }
  .primary-menu {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: var(--cream);
    padding: 20px;
  }
  .primary-menu.open {
    display: block;
  }
  .primary-menu ul {
    display: block;
  }
  .primary-menu li {
    padding: 10px;
  }
  .hero {
    min-height: auto;
    padding: 70px 0;
  }
  .hero-grid,
  .single-hero-grid,
  .content-layout,
  .archive-layout {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    height: 350px;
  }
  .flan-art {
    transform: scale(0.7);
  }
  .hero-note {
    right: 20px;
  }
  .of-grid {
    grid-template-columns: 1fr;
  }
  .featured-grid .of-card:first-child {
    grid-column: auto;
  }
  .section {
    padding-block: 70px;
  }
  .section-heading {
    align-items: start;
    gap: 20px;
  }
  .section-heading > a {
    display: none;
  }
  .archive-layout {
    padding-top: 35px;
  }
  .filters {
    border-bottom: 1px solid var(--line);
    padding-bottom: 20px;
  }
  .content-layout {
    gap: 20px;
  }
  .recipe-sidebar {
    display: none;
  }
  .ingredients ul {
    columns: 1;
  }
  .recipe-facts {
    gap: 13px;
    flex-wrap: wrap;
  }
  .of-newsletter {
    padding: 40px 25px;
    display: block;
  }
  .of-newsletter form {
    margin-top: 25px;
  }
  .of-newsletter input {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .pros-cons {
    grid-template-columns: 1fr;
  }
  .of-related .of-grid {
    grid-template-columns: 1fr;
  }
  .flan-art {
    width: 400px;
  }
  .hero h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 480px) {
  .container,
  .narrow {
    width: min(100% - 28px, 1180px);
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-visual {
    display: none;
  }
  .section-heading h2 {
    font-size: 2.2rem;
  }
  .guide-list a {
    grid-template-columns: 35px 1fr;
  }
  .guide-list p,
  .guide-list b {
    display: none;
  }
  .of-newsletter form {
    display: block;
  }
  .of-newsletter button {
    width: 100%;
  }
  .footer-bottom {
    display: block;
  }
  .single-hero h1 {
    font-size: 3rem;
  }
  .recipe-facts div {
    width: 45%;
  }
  .article-header {
    padding-top: 45px;
  }
  .of-related {
    width: calc(100% - 28px);
  }
}

/* Shared editorial components and accessibility states. */
:where(a, button, input, summary):focus-visible {
  outline: 3px solid #1f6f8b;
  outline-offset: 3px;
}
.menu-toggle,
.primary-menu a,
.button,
.print-recipe {
  min-height: 44px;
}
.print-recipe {
  border: 1px solid var(--caramel);
  background: transparent;
  color: var(--caramel-dark);
  font: 700 0.85rem var(--sans);
  padding: 10px 14px;
  cursor: pointer;
}
.of-card--utensilio .card-image {
  background: linear-gradient(145deg, #8f745d, #3f3028);
}
.of-card--guia .card-image {
  background: linear-gradient(145deg, #e7c782, #8d5d2d);
}
.of-card--utensilio .card-placeholder,
.of-card--guia .card-placeholder {
  font-size: 5rem;
}
.recipe-products {
  margin: 50px 0;
}
.recipe-products > ul {
  list-style: none;
  padding: 0;
}
.recipe-products > ul > li {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.recipe-products .of-disclosure {
  font-size: 0.85rem;
}
.of-context-links {
  margin: 55px 0;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.of-context-links > h2 {
  font-size: 2rem;
}
.context-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.context-columns h3 {
  font: 700 0.78rem var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--caramel);
}
.context-columns ul {
  list-style: none;
  padding: 0;
}
.context-columns li {
  border-bottom: 1px solid var(--line);
}
.context-columns a {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 0;
  color: var(--chocolate) !important;
  text-decoration: none !important;
}
.of-disclosure {
  color: #52311f;
}
.of-ad {
  min-height: 110px;
  justify-content: center;
}
.of-context-links--guia .context-columns {
  grid-template-columns: 1fr;
}
.of-related .of-card {
  border-radius: 10px;
  overflow: hidden;
}
.of-related .of-card a {
  display: block;
  height: 100%;
}
@media (max-width: 600px) {
  .context-columns {
    grid-template-columns: 1fr;
  }
  .recipe-products > ul > li {
    align-items: flex-start;
    flex-direction: column;
  }
  .recipe-products .button {
    width: 100%;
    text-align: center;
  }
  .of-breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .card-content {
    padding: 20px;
  }
  .of-card a {
    display: block;
  }
  .archive-header,
  .article-header {
    padding-block: 45px;
  }
  .section {
    padding-block: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
@media print {
  .site-header,
  .site-footer,
  .recipe-sidebar,
  .of-ad,
  .of-related,
  .of-context-links,
  .of-newsletter {
    display: none !important;
  }
  .single-hero-grid,
  .content-layout {
    display: block;
  }
  .single-image {
    max-width: 420px;
  }
  .container,
  .narrow {
    width: 100%;
  }
  body {
    background: #fff;
    color: #000;
  }
  .recipe-section,
  .info-box {
    break-inside: avoid;
  }
}

.flan-photo {
  display: block;
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 22px rgba(88, 43, 16, 0.22));
}
.recipes-ad .of-ad {
  width: 100%;
  min-height: 90px;
  margin: 0 0 28px;
}
.latest-recipes-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.latest-recipes-grid .card-content {
  height: 100%;
}
.latest-recipes-grid .of-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.latest-recipes-grid .card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.latest-recipes-grid .card-content small {
  margin-top: auto;
}
.of-card--receta {
  border-radius: 10px;
  overflow: hidden;
}
.of-card--utensilio {
  border-radius: 10px;
  overflow: hidden;
}
.of-card--guia {
  border-radius: 10px;
  overflow: hidden;
}
.archive-layout--full {
  grid-template-columns: 1fr;
}
.archive-layout--full .archive-results {
  min-width: 0;
}
.archive-layout--full .of-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.archive-layout--full .of-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.archive-layout--full .card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.archive-layout--full .card-content small {
  margin-top: auto;
}
@media (max-width: 800px) {
  .archive-layout--full .of-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .archive-layout--full .of-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1000px) {
  .latest-recipes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .latest-recipes-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .hero-visual {
    display: grid;
    height: 270px;
    margin-top: 25px;
  }
  .flan-photo {
    width: min(100%, 360px);
  }
  .hero-note {
    right: 8px;
    bottom: 0;
  }
}

.master-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: #fff;
  box-shadow: var(--shadow);
  margin-bottom: 28px;
}
.master-guide-image {
  min-height: 480px;
  background: #e5c98d;
  overflow: hidden;
}
.master-guide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.master-guide-content {
  padding: 55px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.master-guide-content .eyebrow {
  margin-bottom: 12px;
}
.master-guide-content h3 {
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  margin-bottom: 14px;
}
.master-guide-content > p {
  color: var(--muted);
  margin-top: 0;
}
.master-guide-content ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 10px 0 30px;
  counter-reset: guide-points;
}
.master-guide-content li {
  counter-increment: guide-points;
  border-bottom: 1px solid var(--line);
  padding: 10px 0 10px 38px;
  position: relative;
  font-weight: 600;
}
.master-guide-content li:before {
  content: counter(guide-points, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: var(--caramel);
  font: 700 0.8rem var(--sans);
}
.master-guide-content .button {
  margin-top: auto;
}
.guide-cells {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.guide-cell {
  background: #fff;
  transition: 0.25s;
}
.guide-cell:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.guide-cell > a {
  display: grid;
  grid-template-columns: 42% 1fr;
  height: 100%;
}
.guide-cell-image {
  min-height: 260px;
  background: #e5c98d;
  overflow: hidden;
}
.guide-cell-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide-cell-content {
  padding: 32px;
}
.guide-cell-content .eyebrow {
  margin-bottom: 9px;
}
.guide-cell-content h3 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.guide-cell-content p {
  color: var(--muted);
  font-size: 0.9rem;
}
.guide-cell-content strong {
  color: var(--caramel);
  font-size: 0.85rem;
}
@media (max-width: 900px) {
  .master-guide {
    grid-template-columns: 1fr;
  }
  .master-guide-image {
    min-height: 360px;
    max-height: 460px;
  }
  .master-guide-content {
    padding: 42px;
  }
  .guide-cell > a {
    grid-template-columns: 1fr;
  }
  .guide-cell-image {
    min-height: 220px;
  }
}
@media (max-width: 600px) {
  .master-guide-image {
    min-height: 260px;
  }
  .master-guide-content {
    padding: 30px 24px;
  }
  .guide-cells {
    grid-template-columns: 1fr;
  }
  .guide-cell > a {
    grid-template-columns: 38% 1fr;
  }
  .guide-cell-image {
    min-height: 220px;
  }
  .guide-cell-content {
    padding: 24px 20px;
  }
  .guide-cell-content h3 {
    font-size: 1.35rem;
  }
}
@media (max-width: 420px) {
  .guide-cell > a {
    grid-template-columns: 1fr;
  }
  .guide-cell-image {
    min-height: 210px;
  }
}

.guide-showcase {
  background: #fbede7;
}
.guide-showcase .container {
  width: min(1180px, calc(100% - 40px));
}
.guide-showcase .master-guide {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  background: transparent;
  box-shadow: none;
  margin: 0 auto 55px;
  gap: 55px;
}
.guide-showcase .master-guide-image {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 16/9;
  border-radius: 14px;
  background: #ead2b3;
  box-shadow: 0 14px 32px rgba(74, 43, 25, 0.1);
}
.guide-showcase .master-guide-image img {
  object-fit: cover;
}
.guide-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  color: var(--caramel-dark);
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 24px rgba(56, 37, 29, 0.18);
  font-size: 1rem;
  padding-left: 3px;
  transition: 0.2s;
}
.master-guide-image:hover .guide-play {
  transform: translate(-50%, -50%) scale(1.08);
}
.guide-showcase .master-guide-content {
  padding: 5px 0;
}
.guide-showcase .master-guide-content .eyebrow {
  color: #705b45;
  margin-bottom: 10px;
}
.guide-showcase .master-guide-content h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  margin-bottom: 16px;
}
.guide-showcase .master-guide-content > p {
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.guide-showcase .master-guide-content ol {
  list-style: none;
  padding: 0;
  margin: 8px 0 25px;
  counter-reset: guide-points;
}
.guide-showcase .master-guide-content li {
  counter-increment: guide-points;
  border: 0;
  padding: 7px 0 7px 38px;
  font-size: 0.9rem;
  font-weight: 500;
}
.guide-showcase .master-guide-content li:before {
  content: counter(guide-points);
  top: 7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--caramel-dark);
  color: #fff;
  display: grid;
  place-items: center;
  font: 700 0.7rem var(--sans);
}
.guide-showcase .master-guide-content .button {
  margin-top: 0;
  background: var(--caramel-dark);
  padding: 13px 22px;
}
.guide-showcase .guide-cells {
  border-top: 1px solid rgba(125, 53, 23, 0.15);
  padding-top: 40px;
}
.guide-showcase .guide-cell {
  border-radius: 10px;
  overflow: hidden;
}
.guides-all {
  text-align: right;
  margin: 28px 0 0;
}
@media (max-width: 900px) {
  .guide-showcase .master-guide {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 680px;
  }
  .guide-showcase .master-guide-content {
    padding: 0 12px;
  }
  .guide-showcase .guide-cells {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .guide-showcase .container {
    width: min(100% - 28px, 1180px);
  }
  .guide-showcase .master-guide {
    gap: 25px;
    margin-bottom: 45px;
  }
  .guide-showcase .master-guide-content {
    padding: 0;
  }
  .guide-showcase .master-guide-content h2 {
    font-size: 2rem;
  }
  .guide-play {
    width: 50px;
    height: 50px;
  }
  .guides-all {
    text-align: left;
  }
}

.guide-showcase .guide-cells {
  grid-template-columns: 1fr;
  gap: 14px;
}
.guide-showcase .guide-cell {
  width: 100%;
  height: 100px;
}
.guide-showcase .guide-cell > a {
  display: block;
  height: 100%;
}
.guide-showcase .guide-cell-content {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(180px, 1fr) auto;
  grid-template-rows: auto 1fr;
  align-items: center;
  column-gap: 28px;
  height: 100%;
  padding: 12px 22px;
}
.guide-showcase .guide-cell-content .eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: 0.62rem;
}
.guide-showcase .guide-cell-content h3 {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  margin: 2px 0 0;
  font-size: 1.25rem;
}
.guide-showcase .guide-cell-content p {
  grid-column: 2;
  grid-row: 1/3;
  margin: 0;
  line-height: 1.4;
}
.guide-showcase .guide-cell-content strong {
  grid-column: 3;
  grid-row: 1/3;
  white-space: nowrap;
}
.guide-row-ad {
  height: 100px;
}
.guide-row-ad .of-ad {
  width: 100%;
  height: 100px;
  min-height: 100px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 800px) {
  .guide-showcase .guide-cell > a {
    grid-template-columns: 130px minmax(0, 1fr);
  }
  .guide-showcase .guide-cell-content {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 15px;
  }
  .guide-showcase .guide-cell-content p {
    display: none;
  }
  .guide-showcase .guide-cell-content strong {
    grid-column: 2;
  }
}
@media (max-width: 480px) {
  .guide-showcase .guide-cell > a {
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .guide-showcase .guide-cell-content {
    padding: 10px 12px;
  }
  .guide-showcase .guide-cell-content h3 {
    font-size: 1rem;
    line-height: 1.05;
  }
  .guide-showcase .guide-cell-content strong {
    font-size: 0;
    width: 28px;
  }
  .guide-showcase .guide-cell-content strong span {
    font-size: 1rem;
  }
}

body.post-type-archive-receta .archive-header {
  min-height: 410px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(
      90deg,
      rgba(246, 235, 212, 0.98) 0%,
      rgba(246, 235, 212, 0.94) 38%,
      rgba(246, 235, 212, 0.68) 58%,
      rgba(246, 235, 212, 0.12) 100%
    ),
    url("../images/recipes-header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.post-type-archive-receta .archive-header .container {
  position: relative;
}
body.post-type-archive-receta .archive-header p {
  color: #5f5048;
}
@media (max-width: 700px) {
  body.post-type-archive-receta .archive-header {
    min-height: 370px;
    background-image:
      linear-gradient(
        90deg,
        rgba(246, 235, 212, 0.98),
        rgba(246, 235, 212, 0.82)
      ),
      url("../images/recipes-header.jpg");
    background-position: 62% center;
  }
}

body.post-type-archive-guia .archive-header {
  min-height: 410px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(
      90deg,
      rgba(246, 235, 212, 0.98) 0%,
      rgba(246, 235, 212, 0.94) 38%,
      rgba(246, 235, 212, 0.68) 58%,
      rgba(246, 235, 212, 0.12) 100%
    ),
    url("../images/guides-header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.post-type-archive-guia .archive-header .container {
  position: relative;
}
body.post-type-archive-guia .archive-header p {
  color: #5f5048;
}
@media (max-width: 700px) {
  body.post-type-archive-guia .archive-header {
    min-height: 370px;
    background-image:
      linear-gradient(
        90deg,
        rgba(246, 235, 212, 0.98),
        rgba(246, 235, 212, 0.82)
      ),
      url("../images/guides-header.jpg");
    background-position: 62% center;
  }
}

body.post-type-archive-utensilio .archive-header {
  min-height: 410px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(
      90deg,
      rgba(246, 235, 212, 0.98) 0%,
      rgba(246, 235, 212, 0.94) 38%,
      rgba(246, 235, 212, 0.68) 58%,
      rgba(246, 235, 212, 0.12) 100%
    ),
    url("../images/utensils-header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.post-type-archive-utensilio .archive-header .container {
  position: relative;
}
body.post-type-archive-utensilio .archive-header p {
  color: #5f5048;
}
@media (max-width: 700px) {
  body.post-type-archive-utensilio .archive-header {
    min-height: 370px;
    background-image:
      linear-gradient(
        90deg,
        rgba(246, 235, 212, 0.98),
        rgba(246, 235, 212, 0.82)
      ),
      url("../images/utensils-header.jpg");
    background-position: 62% center;
  }
}

.ingredients .ingredient-list {
  columns: auto;
  display: grid;
  gap: 0;
  background: #fff;
  border-radius: 14px;
  padding: 24px 30px;
  margin-top: 25px;
  box-shadow: 0 10px 30px rgba(75, 43, 24, 0.06);
}
.ingredients .ingredient-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border: 0;
  padding: 11px 0;
  break-inside: auto;
}
.ingredient-marker {
  width: 22px;
  height: 22px;
  border: 2px solid var(--caramel-dark);
  border-radius: 50%;
}
.ingredient-name {
  color: #55463e;
}
.ingredient-amount {
  color: var(--caramel-dark);
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 520px) {
  .ingredients .ingredient-list {
    padding: 18px 16px;
  }
  .ingredients .ingredient-list li {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 10px;
  }
  .ingredient-marker {
    width: 19px;
    height: 19px;
  }
  .ingredient-name,
  .ingredient-amount {
    font-size: 0.9rem;
  }
}

.steps .step-content h3 {
  font: 600 1rem/1.65 var(--sans);
  color: inherit;
  margin: 0;
}
.steps .step-content p {
  margin: 4px 0 0;
  color: var(--muted);
  line-height: 1.65;
}
.steps li {
  margin: 22px 0;
  grid-template-columns: 48px minmax(0, 1fr);
}
@media (max-width: 520px) {
  .steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }
}

.single-recipe .recipe-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #fff1eb;
  border: 1px solid #efd8cd;
  border-radius: 14px;
  margin-top: 34px;
  padding: 26px 12px;
}
.single-recipe .recipe-fact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-align: center;
}
.single-recipe .recipe-fact:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: #dfc2b5;
}
.single-recipe .recipe-fact-icon {
  display: block;
  width: 27px;
  height: 27px;
  color: var(--caramel-dark);
  margin-bottom: 3px;
}
.single-recipe .recipe-fact-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.single-recipe .recipe-fact small {
  font-size: 0.72rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5f5048;
}
.single-recipe .recipe-fact strong {
  font-size: 1rem;
  line-height: 1.35;
  color: var(--caramel-dark);
  font-weight: 600;
}
@media (max-width: 520px) {
  .single-recipe .recipe-facts {
    padding: 20px 4px;
  }
  .single-recipe .recipe-fact-icon {
    width: 23px;
    height: 23px;
  }
  .single-recipe .recipe-fact small {
    font-size: 0.6rem;
  }
  .single-recipe .recipe-fact strong {
    font-size: 0.82rem;
  }
}

.single-recipe .single-image {
  aspect-ratio: 4/5;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(75, 43, 24, 0.1);
}
.single-recipe .single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-recipe .recipe-intro {
  font-size: 1.05rem;
}
.single-recipe .recipe-intro > * {
  margin-top: 0;
  margin-bottom: 1em;
}
.single-recipe .recipe-intro > *:last-child {
  margin-bottom: 0;
}
.single-recipe .recipe-intro a {
  color: var(--caramel);
  text-decoration: underline;
}
.single-recipe .info-box {
  background: #f5ead2;
  border: 1px solid #e9d39d;
  border-radius: 18px;
  padding: 34px 42px;
  margin: 34px 0;
  box-shadow: 0 12px 28px rgba(75, 43, 24, 0.04);
}
.single-recipe .info-box-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}
.single-recipe .info-box h2 {
  font-size: 1.5rem;
  margin: 0;
  color: #594602;
}
.single-recipe .info-box-icon {
  width: 28px;
  height: 28px;
  color: #6d5600;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}
.single-recipe .info-box-icon:before {
  content: "";
  width: 24px;
  height: 24px;
  background: currentColor;
  display: block;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21h6v-1.5H9V21Zm3-19a7 7 0 0 0-4.2 12.6c.8.6 1.2 1.4 1.2 2.4v.5h6V17c0-1 .4-1.8 1.2-2.4A7 7 0 0 0 12 2Zm2.9 11c-1.2.9-1.9 2.2-1.9 3.7h-2c0-1.5-.7-2.8-1.9-3.7A5 5 0 1 1 14.9 13Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}
.single-recipe .info-box-content {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.single-recipe .info-box-check {
  width: 28px;
  height: 28px;
  border: 3px solid #806400;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin-top: 2px;
}
.single-recipe .info-box-check:before {
  content: "";
  width: 12px;
  height: 7px;
  border-left: 3px solid #806400;
  border-bottom: 3px solid #806400;
  transform: rotate(-45deg);
  margin-top: -2px;
}
.single-recipe .info-box p {
  margin: 0;
  color: #5d5047;
  font-size: 1.02rem;
  line-height: 1.65;
}
.single-recipe .info-box--mistakes .info-box-icon:before {
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 1 21h22L12 2Zm0 4 7.5 13h-15L12 6Zm-1 4h2v5h-2v-5Zm0 6.5h2v2h-2v-2Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}
.single-recipe .info-box--storage .info-box-icon:before {
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h10a2 2 0 0 1 2 2v18H5V4a2 2 0 0 1 2-2Zm0 9v9h10v-9H7Zm0-2h10V4H7v5Zm2 4h2v4H9v-4Zm0-7h2v2H9V6Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}
@media (max-width: 520px) {
  .single-recipe .info-box {
    padding: 24px 20px;
    border-radius: 16px;
  }
  .single-recipe .info-box-heading {
    gap: 14px;
    margin-bottom: 20px;
  }
  .single-recipe .info-box-content {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
  }
  .single-recipe .info-box-check {
    width: 24px;
    height: 24px;
    border-width: 2px;
  }
  .single-recipe .info-box-check:before {
    width: 10px;
    height: 6px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
  .single-recipe .info-box p {
    font-size: 0.96rem;
  }
}
.single-recipe .of-faq,
.single-guia .of-faq {
  margin: 60px 0;
}
.single-recipe .of-faq h2,
.single-guia .of-faq h2 {
  margin-bottom: 26px;
}
.single-recipe .of-faq details,
.single-guia .of-faq details {
  background: #fff1eb;
  border: 0;
  border-radius: 18px;
  margin: 0 0 24px;
  padding: 0;
  overflow: hidden;
}
.single-recipe .of-faq summary,
.single-guia .of-faq summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 30px 72px 30px 34px;
  color: var(--caramel-dark);
  font: 700 clamp(0.98rem, 1.35vw, 1.18rem)/1.35 var(--sans);
}
.single-recipe .of-faq summary::-webkit-details-marker,
.single-guia .of-faq summary::-webkit-details-marker {
  display: none;
}
.single-recipe .of-faq summary:after,
.single-guia .of-faq summary:after {
  content: "";
  position: absolute;
  right: 34px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-right: 3px solid var(--caramel-dark);
  border-bottom: 3px solid var(--caramel-dark);
  transform: translateY(-65%) rotate(45deg);
  transition: 0.2s;
}
.single-recipe .of-faq details[open] summary:after,
.single-guia .of-faq details[open] summary:after {
  transform: translateY(-35%) rotate(225deg);
}
.single-recipe .of-faq p,
.single-guia .of-faq p {
  margin: 0;
  padding: 0 34px 30px;
  color: #5d5047;
  font-size: 1rem;
  line-height: 1.65;
}
@media (max-width: 520px) {
  .single-recipe .of-faq details,
  .single-guia .of-faq details {
    border-radius: 14px;
    margin-bottom: 16px;
  }
  .single-recipe .of-faq summary,
  .single-guia .of-faq summary {
    padding: 22px 54px 22px 22px;
    font-size: 0.95rem;
  }
  .single-recipe .of-faq summary:after,
  .single-guia .of-faq summary:after {
    right: 24px;
    width: 9px;
    height: 9px;
    border-width: 3px;
  }
  .single-recipe .of-faq p,
  .single-guia .of-faq p {
    padding: 0 22px 24px;
  }
}
.single-guia .of-toc,
.single-guia .entry-content .of-toc {
  background: #fff1eb;
  border: 0;
  border-radius: 18px;
  padding: 38px 44px;
  margin: 0 0 46px;
  box-shadow: none;
}
.single-guia .of-toc strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.15;
  color: var(--caramel-dark);
  margin-bottom: 20px;
}
.single-guia .of-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  counter-reset: none;
}
.single-guia .of-toc li {
  position: relative;
  padding-left: 22px;
  color: var(--chocolate);
  font-size: 1rem;
  line-height: 1.45;
}
.single-guia .of-toc li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--caramel-dark);
}
.single-guia .of-toc a {
  color: var(--chocolate) !important;
  text-decoration: none !important;
}
.single-guia .of-toc a:hover {
  color: var(--caramel-dark) !important;
}
.single-guia .of-toc .of-ad {
  width: 100%;
  min-height: 74px;
  margin: 24px 0 0;
  padding: 14px;
  border-color: #e2bba7;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 8px;
}
@media (max-width: 520px) {
  .single-guia .of-toc,
  .single-guia .entry-content .of-toc {
    padding: 28px 24px;
    border-radius: 16px;
  }
  .single-guia .of-toc strong {
    font-size: 1.2rem;
  }
  .single-guia .of-toc li {
    font-size: 0.95rem;
  }
}
.single-guia .guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 54px;
  padding-block: 62px;
}
.single-guia .guide-main {
  min-width: 0;
}
.single-guia .guide-hero {
  padding: 0 0 56px;
}
.single-guia .guide-hero .of-breadcrumbs {
  margin-bottom: 34px;
}
.single-guia .guide-hero h1 {
  max-width: 850px;
  color: var(--caramel-dark);
  font-size: clamp(2.7rem, 5vw, 4.6rem);
}
.single-guia .guide-hero .lead {
  margin-bottom: 22px;
}
.single-guia .guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 26px 0 42px;
  color: var(--chocolate);
  font-weight: 700;
}
.single-guia .guide-meta span span {
  color: #806400;
  margin-right: 7px;
}
.single-guia .guide-featured-image {
  border-radius: 12px;
  overflow: hidden;
  background: var(--vanilla);
  box-shadow: 0 12px 32px rgba(75, 43, 24, 0.08);
}
.single-guia .guide-featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.single-guia .guide-content {
  padding-bottom: 40px;
}
.single-guia .guide-sidebar {
  min-width: 0;
}
.single-guia .guide-sidebar-inner {
  position: sticky;
  top: 112px;
}
.single-guia .guide-sidebar h2 {
  font: 700 0.92rem/1.2 var(--sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 26px;
  color: var(--caramel-dark);
}
.single-guia .guide-tools {
  display: grid;
  gap: 20px;
  margin-bottom: 38px;
}
.single-guia .guide-tool {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.single-guia .guide-tool-image {
  width: 78px;
  height: 78px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, #8f745d, #3f3028);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 2rem;
}
.single-guia .guide-tool-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-guia .guide-tool h3 {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0 0 3px;
  color: var(--chocolate);
}
.single-guia .guide-tool p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}
.single-guia .guide-tool-link {
  color: var(--caramel-dark);
  font-weight: 700;
  font-size: 0.88rem;
}
.single-guia .guide-tool-link:hover {
  color: var(--caramel);
}
.single-guia .guide-sidebar .of-ad {
  width: 100%;
  min-height: 220px;
  margin: 0;
  padding: 24px;
  border-color: #e2bba7;
  background: #fff1eb;
  border-radius: 8px;
  text-align: center;
}
.single-guia .guide-sidebar .of-ad span {
  color: var(--chocolate);
  font-size: 0.72rem;
}
.single-guia .guide-sidebar .of-ad strong {
  font-size: 0.95rem;
  font-style: italic;
  color: #b29a90;
}
@media (max-width: 900px) {
  .single-guia .guide-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .single-guia .guide-sidebar-inner {
    position: static;
  }
  .single-guia .guide-sidebar {
    border-top: 1px solid var(--line);
    padding-top: 34px;
  }
  .single-guia .guide-sidebar .of-ad {
    min-height: 140px;
  }
}
@media (max-width: 520px) {
  .single-guia .guide-layout {
    padding-block: 40px;
  }
  .single-guia .guide-hero {
    padding-bottom: 36px;
  }
  .single-guia .guide-meta {
    gap: 12px;
    margin: 20px 0 28px;
    font-size: 0.9rem;
  }
  .single-guia .guide-featured-image img {
    aspect-ratio: 4/3;
  }
  .single-guia .guide-tool {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .single-guia .guide-tool-image {
    width: 64px;
    height: 64px;
  }
}
.single-tool .tool-hero {
  padding-block: 60px;
}
.single-tool .tool-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 60px;
  align-items: start;
}
.single-tool .tool-hero h1 {
  font-size: clamp(2.8rem, 5.4vw, 5rem);
  color: var(--caramel-dark);
}
.single-tool .tool-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}
.single-tool .tool-hero-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.single-tool .tool-image {
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, #8f745d, #3f3028);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.single-tool .tool-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-tool .tool-summary-card {
  padding: 28px;
}
.single-tool .tool-summary-card h2 {
  font-size: 1.7rem;
  margin-bottom: 18px;
}
.single-tool .tool-summary-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.single-tool .tool-summary-card li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.single-tool .tool-summary-card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.single-tool .tool-summary-card strong {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.single-tool .tool-summary-card span {
  font-weight: 700;
  color: var(--caramel-dark);
  text-align: right;
}
.single-tool .tool-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 280px;
  gap: 80px;
  padding-block: 35px 70px;
}
.single-tool .tool-review-block {
  border-top: 1px solid var(--line);
  padding: 42px 0;
}
.single-tool .tool-review-block h2 {
  font-size: 2.35rem;
}
.single-tool .tool-review-summary {
  background: #fff1eb;
  border: 1px solid #efd8cd;
  border-radius: 18px;
  padding: 34px;
  margin: 0 0 36px;
}
.single-tool .tool-review-summary h2 {
  font-size: 1.55rem;
}
.tool-pros-cons,
.tool-audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.tool-pros-cons section,
.tool-audience section {
  background: #fff;
  border-radius: 14px;
  padding: 26px;
  border: 1px solid var(--line);
}
.tool-pros-cons section:first-child {
  background: #eef4e8;
}
.tool-pros-cons section:last-child {
  background: #f8e9e3;
}
.tool-pros-cons h3,
.tool-audience h3 {
  font-family: var(--sans);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--caramel-dark);
  margin: 0 0 14px;
}
.tool-pros-cons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.tool-pros-cons li {
  position: relative;
  padding-left: 24px;
}
.tool-pros-cons li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--caramel);
}
.tool-audience p {
  margin: 0;
  color: var(--muted);
}
.tool-alternatives ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.tool-alternatives li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}
.tool-alternatives li:last-child {
  border-bottom: 0;
}
.tool-alternatives a {
  color: var(--caramel-dark) !important;
  text-decoration: none !important;
  font-weight: 700;
}
.tool-sidebar-card {
  position: sticky;
  top: 112px;
  background: #fff;
  padding: 24px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}
.tool-sidebar-card strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.1;
}
.tool-sidebar-card span {
  color: var(--muted);
  font-size: 0.9rem;
}
.tool-sidebar-card a:not(.button) {
  color: var(--caramel-dark);
  font-weight: 700;
  font-size: 0.88rem;
}
.single-tool .of-disclosure {
  border-radius: 14px;
  border-left: 0;
  border: 1px solid #efd8cd;
  background: #fff1eb;
}
.single-tool .tool-review-figure {
  margin: 34px 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(75, 43, 24, 0.06);
}
.single-tool .tool-review-figure img {
  width: 100%;
  height: auto;
}
.single-tool .tool-review-figure figcaption {
  padding: 12px 18px;
  color: var(--muted);
  font-size: 0.82rem;
}
@media (max-width: 900px) {
  .single-tool .tool-hero-grid,
  .single-tool .tool-layout {
    grid-template-columns: 1fr;
  }
  .tool-sidebar {
    display: none;
  }
  .single-tool .tool-hero-grid {
    gap: 34px;
  }
  .single-tool .tool-layout {
    gap: 30px;
  }
}
@media (max-width: 620px) {
  .single-tool .tool-hero {
    padding-block: 42px;
  }
  .single-tool .tool-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .single-tool .tool-actions .button {
    text-align: center;
  }
  .tool-pros-cons,
  .tool-audience {
    grid-template-columns: 1fr;
  }
  .single-tool .tool-review-summary {
    padding: 24px;
  }
  .tool-alternatives li {
    align-items: flex-start;
    flex-direction: column;
  }
  .single-tool .tool-summary-card li {
    align-items: flex-start;
    flex-direction: column;
  }
  .single-tool .tool-summary-card span {
    text-align: left;
  }
}
.hero .word-flanes {
  white-space: nowrap;
  font-variant-ligatures: none;
  font-feature-settings:
    "liga" 0,
    "clig" 0,
    "dlig" 0;
}
.hero .word-flanes span:first-child {
  display: inline-block;
  margin-right: 0.099em;
}
.of-ad--real{display:block;text-align:center}.of-ad--real ins{display:block;margin-inline:auto}
