/*
Theme Name: Deu Vontade
Theme URI: https://deuvontade.com.br/
Author: Deu Vontade
Description: Tema editorial de culinária criado para o site Deu Vontade.
Template: newscrunch
Version: 2.5.8
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: deu-vontade
*/

:root {
  --dv-green: #176b45;
  --dv-green-dark: #0f4f34;
  --dv-green-soft: #e8f3ed;
  --dv-terracotta: #c85c3f;
  --dv-gold: #e4a72f;
  --dv-cream: #fbf7ef;
  --dv-paper: #ffffff;
  --dv-ink: #20251f;
  --dv-muted: #667067;
  --dv-line: #e4e8e2;
  --dv-shadow: 0 10px 26px rgba(38, 56, 43, .09);
  --dv-radius: 16px;
  --dv-container: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.deu-vontade {
  margin: 0;
  background: var(--dv-cream);
  color: var(--dv-ink);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.deu-vontade a { color: inherit; text-decoration: none; }
body.deu-vontade img { display: block; max-width: 100%; height: auto; }
body.deu-vontade button,
body.deu-vontade input { font: inherit; }
.dv-container { width: min(calc(100% - 40px), var(--dv-container)); margin-inline: auto; }
.dv-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.dv-skip { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--dv-ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.dv-skip:focus { top: 16px; }

/* Header */
.dv-site-header { position: sticky; top: 0; z-index: 1000; overflow: visible; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(23,107,69,.13); box-shadow: 0 5px 24px rgba(31,55,39,.06); backdrop-filter: blur(14px); }
.dv-header-row { position: relative; min-height: 76px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 18px; padding-left: 132px; }
.dv-brand { position: absolute; top: 7px; left: 0; display: grid; place-items: center; width: 108px; height: 108px; padding: 5px; border: 2px solid rgba(228,167,47,.72); border-radius: 50%; background: #fff; box-shadow: 0 10px 27px rgba(38,56,43,.2), 0 0 0 5px rgba(255,255,255,.9); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.dv-brand::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(200,92,63,.28); border-radius: 50%; pointer-events: none; }
.dv-brand:hover,
.dv-brand:focus { transform: translateY(-2px) scale(1.02); border-color: var(--dv-gold); box-shadow: 0 14px 32px rgba(38,56,43,.24), 0 0 0 5px rgba(255,255,255,.95); }
.dv-brand img { position: relative; z-index: 1; width: 94px; height: 94px; border-radius: 50%; object-fit: contain; }
.dv-main-nav { display: flex; align-items: center; justify-content: center; gap: 6px; }
.dv-main-nav ul { display: flex; align-items: center; gap: 3px; margin: 0; padding: 5px; border: 1px solid rgba(23,107,69,.1); border-radius: 999px; background: linear-gradient(180deg,#f7faf8,#edf5f0); box-shadow: inset 0 1px 0 #fff, 0 4px 14px rgba(38,56,43,.06); list-style: none; }
.dv-main-nav a { position: relative; display: block; padding: 9px 12px; border-radius: 999px; color: #344039; font-size: 12px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.dv-main-nav a:hover,
.dv-main-nav a:focus,
.dv-main-nav .current-menu-item > a { color: #fff; background: var(--dv-green); box-shadow: 0 5px 13px rgba(23,107,69,.2); transform: translateY(-1px); }
.dv-header-actions { display: flex; align-items: center; justify-self: end; gap: 10px; }
.dv-header-mascot { display: inline-flex; align-items: center; gap: 7px; height: 52px; padding: 3px 10px 3px 3px; border: 1px solid rgba(23,107,69,.15); border-radius: 999px; color: var(--dv-green-dark); background: linear-gradient(180deg,#fff,#f1f7f3); box-shadow: 0 5px 14px rgba(31,72,46,.09); cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.dv-header-mascot:hover,
.dv-header-mascot:focus { color: var(--dv-green-dark); border-color: rgba(23,107,69,.35); box-shadow: 0 7px 18px rgba(31,72,46,.15); transform: translateY(-1px); }
.dv-header-mascot img { width: 44px; height: 44px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; object-position: center 7%; background: #f2e4c9; box-shadow: 0 2px 7px rgba(72,49,28,.18); }
.dv-header-mascot span { color: var(--dv-green-dark); font-size: 11px; font-weight: 900; line-height: 1.05; letter-spacing: .025em; white-space: nowrap; }
.dv-mobile-search { display: none; }
.dv-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.28); border-radius: 15px; background: linear-gradient(135deg,var(--dv-green),var(--dv-green-dark)); color: #fff; box-shadow: 0 7px 16px rgba(23,107,69,.22); cursor: pointer; }
.dv-menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 2px; }

/* Home */
.dv-main { min-height: 60vh; }
.dv-home-intro { padding: 42px 0 14px; background: linear-gradient(135deg, #f8f1e5 0%, var(--dv-cream) 58%, #e8f3ed 100%); }
.dv-home-intro__inner { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: 28px clamp(24px, 4vw, 40px); border: 1px solid rgba(23,107,69,.12); border-radius: 20px; background: rgba(255,255,255,.82); box-shadow: 0 8px 24px rgba(38,56,43,.06); }
.dv-home-intro h1 { max-width: 760px; margin: 0; color: var(--dv-green-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.03em; }
.dv-home-intro p:not(.dv-section-kicker) { max-width: 700px; margin: 10px 0 0; color: var(--dv-muted); font-size: 16px; }
.dv-button { display: inline-flex; align-items: center; justify-content: center; width: max-content; min-height: 42px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--dv-terracotta); color: #fff !important; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.dv-button:hover,
.dv-button:focus { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.16); background: #b94d32; }
.dv-button--light { color: var(--dv-green-dark) !important; background: #fff; }
.dv-button--outline { color: var(--dv-green-dark) !important; border: 1px solid var(--dv-green); background: transparent; }

.dv-category-strip { padding: 12px 0 24px; }
.dv-category-list { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.dv-category-card { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 84px; padding: 11px 8px; border: 1px solid var(--dv-line); border-radius: 14px; background: #fff; text-align: center; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.dv-category-card:hover { transform: translateY(-4px); border-color: #bed7c8; box-shadow: var(--dv-shadow); }
.dv-category-icon { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 5px; border-radius: 50%; background: var(--dv-green-soft); font-size: 18px; }
.dv-category-name { font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.dv-category-count { color: var(--dv-muted); font-size: 12px; }

.dv-section { padding: 34px 0; }
.dv-section--white { background: #fff; }
.dv-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.dv-section-kicker { margin: 0 0 5px; color: var(--dv-terracotta); font-size: 13px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.dv-section h2,
.dv-archive-head h1 { margin: 0; color: var(--dv-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.5vw, 38px); line-height: 1.15; }
.dv-section-link { color: var(--dv-green); font-size: 14px; font-weight: 800; }
.dv-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 18px; }
.dv-four-card-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.dv-four-card-grid .dv-card-media { width: 100%; aspect-ratio: 4/3; }
.dv-four-card-grid .dv-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dv-four-card-grid .dv-card h3 { font-size: 18px; }
.dv-section-action { display: flex; justify-content: center; margin-top: 24px; }
.dv-featured-grid .dv-card:first-child { border-color: rgba(200,92,63,.32); box-shadow: 0 12px 30px rgba(200,92,63,.12); }
.dv-featured-grid .dv-card-media { width: 100%; aspect-ratio: 16/9; }
.dv-featured-grid .dv-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dv-card { display: flex; height: 100%; overflow: hidden; flex-direction: column; border: 1px solid var(--dv-line); border-radius: var(--dv-radius); background: #fff; box-shadow: 0 5px 18px rgba(38,56,43,.05); transition: transform .2s ease, box-shadow .2s ease; }
.dv-card[hidden] { display: none !important; }
.dv-card:hover { transform: translateY(-3px); box-shadow: var(--dv-shadow); }
.dv-card-media { position: relative; display: block; flex: 0 0 auto; width: 100%; aspect-ratio: 4/3; overflow: hidden; background: #e9eee9; }
.dv-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.dv-card:hover .dv-card-media img { transform: scale(1.035); }
.dv-card-views {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 27px;
  padding: 4px 9px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: #fff;
  background: rgba(17,39,27,.76);
  box-shadow: 0 3px 10px rgba(0,0,0,.16);
  font-size: 12px;
  line-height: 1;
  backdrop-filter: blur(5px);
}
.dv-card-views svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.dv-card-views strong { color: inherit; font-size: inherit; font-weight: 800; }
.dv-card-body { display: flex; flex: 1; flex-direction: column; padding: 15px 16px 17px; }
.dv-card-category { display: inline-block; margin-bottom: 6px; color: var(--dv-terracotta); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.dv-card h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.25; }
.dv-card h3 a:hover { color: var(--dv-green); }
.dv-card-excerpt { display: -webkit-box; overflow: hidden; margin: 0 0 11px; color: var(--dv-muted); font-size: 14px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.dv-card-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: auto; color: var(--dv-muted); font-size: 12px; font-weight: 650; }
.dv-card-meta span { display: inline-flex; align-items: center; gap: 6px; }

/* Non-destructive logo watermark on recipe photography. */
.dv-card-media,
.dv-recipe-hero,
.dv-recipe-content figure,
.dv-recipe-content .wp-block-image,
.dv-recipe-content > p:has(> img) { position: relative; }
.dv-card-media::after,
.dv-recipe-hero::after,
.dv-recipe-content figure::after,
.dv-recipe-content .wp-block-image::after,
.dv-recipe-content > p:has(> img)::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  width: 46px;
  aspect-ratio: 1;
  background: var(--dv-watermark-image) center / contain no-repeat;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.28));
  opacity: .84;
  pointer-events: none;
}
.dv-recipe-hero::after,
.dv-recipe-content figure::after,
.dv-recipe-content .wp-block-image::after,
.dv-recipe-content > p:has(> img)::after { width: 56px; }

/* Most visited recipes close the homepage. */
.dv-popular-final { border-top: 1px solid rgba(23,107,69,.1); background: linear-gradient(135deg,#f8f1e5 0%,#fbf7ef 52%,#edf6f0 100%); }
.dv-popular-card-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.dv-popular-card-grid .dv-card h3 { font-size: 18px; }
.dv-popular-card-grid .dv-card-body { padding: 14px; }

/* Three random choices are shown without a flash before JavaScript runs. */
[data-dv-random-grid]:not(.is-randomized) > .dv-card:nth-child(n+9) { display: none; }

.dv-search-cta { padding: 34px 0; }
.dv-search-panel { display: grid; grid-template-columns: 1fr minmax(320px, .75fr); align-items: center; gap: 28px; padding: clamp(26px, 4vw, 38px); border-radius: 20px; background: linear-gradient(135deg, var(--dv-terracotta), #a94631); color: #fff; }
.dv-search-panel h2 { color: #fff; }
.dv-search-panel p { margin: 10px 0 0; color: rgba(255,255,255,.86); }
.dv-search-large { display: flex; overflow: hidden; height: 50px; border-radius: 999px; background: #fff; box-shadow: 0 10px 20px rgba(74,25,14,.16); }
.dv-search-large input { flex: 1; min-width: 0; padding: 0 20px; border: 0; outline: 0; color: var(--dv-ink); }
.dv-search-large button { padding: 0 22px; border: 0; color: #fff; background: var(--dv-green-dark); font-weight: 800; cursor: pointer; }

/* Archive */
.dv-archive { padding: 44px 0 58px; }
.dv-archive-head { margin-bottom: 30px; }
.dv-archive-head p { max-width: 760px; margin: 10px 0 0; color: var(--dv-muted); }
.dv-pagination { display: flex; margin-top: 40px; flex-direction: column; align-items: center; gap: 12px; }
.dv-pagination-summary { margin: 0; color: var(--dv-muted); font-size: 12px; font-weight: 750; text-align: center; }
.dv-pagination .navigation { width: 100%; }
.dv-pagination .nav-links { display: flex; flex-wrap: nowrap; align-items: center; gap: 8px; justify-content: center; }
.dv-pagination .page-numbers { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--dv-line); border-radius: 10px; background: #fff; font-weight: 750; line-height: 1; white-space: nowrap; }
.dv-pagination .prev,
.dv-pagination .next { min-width: 112px; }
.dv-pagination .current,
.dv-pagination a:hover { color: #fff; border-color: var(--dv-green); background: var(--dv-green); }

@media (max-width: 520px) {
  .dv-pagination .nav-links { flex-wrap: wrap; }
  .dv-pagination .prev,
  .dv-pagination .next { min-width: 104px; }
}

/* Single recipe */
.dv-single { padding: 44px 0 58px; }
.dv-breadcrumbs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; color: var(--dv-muted); font-size: 13px; }
.dv-breadcrumbs a:hover { color: var(--dv-green); }
.dv-recipe { width: 100%; margin: 0 auto; }
.dv-recipe-header { margin-bottom: 26px; text-align: center; }
.dv-recipe-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 14px; }
.dv-chip { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: var(--dv-green-dark); background: var(--dv-green-soft); font-size: 12px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.dv-recipe h1 { max-width: 780px; margin: 0 auto 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 5vw, 56px); line-height: 1.06; letter-spacing: -.035em; }
.dv-recipe-byline { color: var(--dv-muted); font-size: 14px; }
.dv-recipe-layout { display: grid; grid-template-columns: minmax(280px, 340px) minmax(0, 1fr); align-items: start; gap: 28px; }
.dv-recipe-side { position: sticky; top: 106px; }
.dv-recipe-main { min-width: 0; }
.dv-recipe-hero { overflow: hidden; aspect-ratio: 4/3; margin-bottom: 14px; border-radius: 18px; box-shadow: var(--dv-shadow); background: #e9eee9; }
.dv-recipe-hero img { width: 100%; height: 100%; object-fit: cover; }
.dv-recipe-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 22px; }
.dv-recipe-side .dv-recipe-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 14px; }
.dv-recipe-side .dv-recipe-actions .dv-button { grid-column: 1 / -1; width: 100%; }
.dv-recipe-side .dv-action { width: 100%; padding-inline: 8px; font-size: 12px; }
.dv-action { min-height: 42px; padding: 0 15px; border: 1px solid var(--dv-line); border-radius: 999px; color: var(--dv-green-dark); background: #fff; font-size: 14px; font-weight: 800; cursor: pointer; }
.dv-action:hover { border-color: var(--dv-green); background: var(--dv-green-soft); }
.dv-recipe-facts { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin: 0 0 30px; border: 1px solid var(--dv-line); border-radius: 18px; background: #fff; }
.dv-recipe-side .dv-recipe-facts { grid-template-columns: repeat(2, 1fr); margin-bottom: 0; border-radius: 14px; }
.dv-recipe-side .dv-fact { padding: 13px 8px; }
.dv-recipe-side .dv-fact:nth-child(3) { border-left: 0; border-top: 1px solid var(--dv-line); }
.dv-recipe-side .dv-fact:nth-child(4) { border-top: 1px solid var(--dv-line); }
.dv-recipe-side .dv-fact strong { font-size: 16px; line-height: 1.25; overflow-wrap: anywhere; }
.dv-fact { padding: 18px; text-align: center; }
.dv-fact + .dv-fact { border-left: 1px solid var(--dv-line); }
.dv-fact strong { display: block; color: var(--dv-green-dark); font-family: Georgia, serif; font-size: 19px; }
.dv-fact span { color: var(--dv-muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.dv-recipe-content { padding: clamp(26px, 4vw, 42px); border: 1px solid var(--dv-line); border-radius: 20px; background: #fff; box-shadow: 0 6px 20px rgba(38,56,43,.04); color: #303831; font-size: 17px; line-height: 1.75; }
.dv-recipe-content > :first-child { margin-top: 0; }
.dv-recipe-content p { margin: 0 0 1.25em; color: inherit; font-size: inherit; }
.dv-recipe-content h2 { scroll-margin-top: 125px; margin: 2em 0 .8em; color: var(--dv-green-dark); font-family: Georgia, serif; font-size: 32px; line-height: 1.2; }
.dv-recipe-content h3 { margin: 1.6em 0 .7em; font-family: Georgia, serif; font-size: 24px; }
.dv-recipe-content ul,
.dv-recipe-content ol { margin: 0 0 1.8em; padding: 0; list-style: none; }
.dv-recipe-content li { position: relative; margin: 0 0 10px; padding: 10px 12px 10px 46px; border-radius: 12px; background: #f7f9f6; font-size: 17px; }
.dv-recipe-content ul li::before { content: ""; position: absolute; left: 15px; top: 16px; width: 18px; height: 18px; border: 2px solid #77a58c; border-radius: 5px; background: #fff; }
.dv-recipe-content ol { counter-reset: preparo; }
.dv-recipe-content ol li { counter-increment: preparo; padding-left: 54px; }
.dv-recipe-content ol li::before { content: counter(preparo); position: absolute; left: 14px; top: 10px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #fff; background: var(--dv-terracotta); font-size: 13px; font-weight: 850; }
.dv-recipe-content blockquote { margin: 1.8em 0; padding: 20px 24px; border-left: 4px solid var(--dv-gold); background: #fff8e8; }
.dv-recipe-content img { border-radius: 18px; }
.dv-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.dv-tags a { padding: 6px 10px; border-radius: 999px; color: var(--dv-muted); background: #f0f2ef; font-size: 13px; }
.dv-related { max-width: var(--dv-container); margin: 46px auto 0; }
.dv-related h2 { margin: 0 0 24px; font-family: Georgia, serif; font-size: 34px; }
.dv-empty { padding: 60px 30px; border-radius: 20px; background: #fff; text-align: center; }

/* Footer */
.dv-site-footer { position: relative; overflow: hidden; padding: 26px 0 14px; color: rgba(255,255,255,.78); background: linear-gradient(135deg,#0b3f2b 0%,#0f5638 56%,#123d2d 100%); }
.dv-site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg,var(--dv-gold),var(--dv-terracotta),#7db093); }
.dv-site-footer::after { content: ""; position: absolute; right: -90px; bottom: -130px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.018), 0 0 0 96px rgba(255,255,255,.012); pointer-events: none; }
.dv-site-footer .dv-container { position: relative; z-index: 1; }
.dv-footer-grid { display: grid; grid-template-columns: 1.15fr .95fr 1.2fr; align-items: center; gap: 28px; padding-bottom: 19px; }
.dv-footer-brand { display: flex; align-items: center; gap: 15px; }
.dv-footer-brand img { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 4px 9px rgba(0,0,0,.2)); }
.dv-footer-brand strong { display: block; color: #fff; font-family: Georgia, serif; font-size: 19px; line-height: 1.2; }
.dv-footer-brand span { display: block; max-width: 250px; margin-top: 2px; font-size: 12px; line-height: 1.4; }
.dv-site-footer h2 { margin: 0 0 9px; color: rgba(255,255,255,.92); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.dv-footer-links { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.dv-footer-links a { display: inline-flex; padding: 4px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; line-height: 1.35; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.dv-footer-links a:hover,
.dv-footer-links a:focus { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.09); }
.dv-site-footer .dv-search-large { height: 42px; border: 1px solid rgba(255,255,255,.18); box-shadow: none; }
.dv-site-footer .dv-search-large input { padding-left: 15px; font-size: 13px; }
.dv-site-footer .dv-search-large button { padding-inline: 17px; background: var(--dv-terracotta); font-size: 12px; }
.dv-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); font-size: 11px; }
.dv-visit-counter { display: inline-flex; align-items: center; gap: 5px; color: rgba(255,255,255,.68); white-space: nowrap; }
.dv-visit-counter i { width: 6px; height: 6px; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; background: rgba(228,167,47,.78); box-shadow: 0 0 0 3px rgba(228,167,47,.1); }
.dv-visit-counter strong { color: rgba(255,255,255,.9); font-size: 12px; font-weight: 850; }
.dv-footer-login { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; line-height: 1; transition: color .18s ease,border-color .18s ease,background .18s ease; }
.dv-footer-login svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dv-footer-login:hover,
.dv-footer-login:focus { color: rgba(255,255,255,.92); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }

@media (max-width: 1050px) {
  .dv-header-row { grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding-left: 118px; }
  .dv-brand { width: 98px; height: 98px; }
  .dv-brand img { width: 84px; height: 84px; }
  .dv-main-nav a { padding-inline: 9px; font-size: 12px; }
  .dv-header-mascot { width: 50px; padding: 3px; }
  .dv-header-mascot span { display: none; }
  .dv-category-list { grid-template-columns: repeat(3, 1fr); }
  .dv-four-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dv-popular-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .dv-recipe-layout { grid-template-columns: 1fr; }
  .dv-recipe-side { position: static; display: grid; grid-template-columns: minmax(220px, 320px) 1fr; align-items: start; gap: 16px; }
  .dv-recipe-side .dv-recipe-hero { grid-row: 1 / span 2; margin: 0; }
  .dv-recipe-side .dv-recipe-actions { margin: 0; }
}

@media (max-width: 820px) {
  .dv-container { width: min(calc(100% - 28px), var(--dv-container)); }
  .dv-site-header { position: relative; }
  .dv-header-row { min-height: 68px; grid-template-columns: 1fr auto; gap: 12px; padding-left: 92px; }
  .dv-brand { top: 5px; width: 80px; height: 80px; padding: 4px; box-shadow: 0 8px 20px rgba(38,56,43,.2), 0 0 0 4px rgba(255,255,255,.92); }
  .dv-brand img { width: 68px; height: 68px; }
  .dv-menu-toggle { display: block; }
  .dv-main-nav { position: absolute; left: 0; right: 0; top: 68px; display: none; padding: 24px 14px 16px; border: 0; border-radius: 0 0 20px 20px; background: rgba(255,255,255,.98); box-shadow: 0 16px 28px rgba(23,55,37,.14); }
  .dv-main-nav.is-open { display: block; }
  .dv-main-nav ul { display: grid; gap: 5px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .dv-main-nav a { padding: 12px 15px; border-left: 3px solid transparent; border-radius: 10px; font-size: 14px; }
  .dv-main-nav a:hover,
  .dv-main-nav a:focus,
  .dv-main-nav .current-menu-item > a { border-left-color: var(--dv-gold); transform: none; }
  .dv-mobile-search { display: flex; overflow: hidden; height: 44px; margin: 10px 10px 4px; border: 1px solid var(--dv-line); border-radius: 999px; background: #fff; }
  .dv-mobile-search input { flex: 1; min-width: 0; padding: 0 16px; border: 0; outline: 0; }
  .dv-mobile-search button { padding: 0 18px; border: 0 !important; color: #fff !important; background: var(--dv-green) !important; font-weight: 800; }
  .dv-home-intro { padding-top: 30px; }
  .dv-home-intro__inner { align-items: flex-start; flex-direction: column; gap: 18px; }
  .dv-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
  .dv-search-panel { grid-template-columns: 1fr; }
  .dv-recipe-facts { grid-template-columns: repeat(2, 1fr); }
  .dv-fact:nth-child(3) { border-left: 0; border-top: 1px solid var(--dv-line); }
  .dv-fact:nth-child(4) { border-top: 1px solid var(--dv-line); }
  .dv-footer-grid { grid-template-columns: 1fr 1fr; align-items: start; gap: 20px; }
  .dv-footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body.deu-vontade { font-size: 16px; }
  .dv-header-actions { gap: 7px; }
  .dv-header-mascot { width: 44px; height: 44px; }
  .dv-header-mascot img { width: 38px; height: 38px; }
  .dv-home-intro__inner { padding: 22px 18px; border-radius: 16px; }
  .dv-home-intro h1 { font-size: 32px; }
  .dv-home-intro p:not(.dv-section-kicker) { font-size: 16px; }
  .dv-category-list { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .dv-category-card { min-height: 82px; }
  .dv-section { padding: 30px 0; }
  .dv-section-heading { align-items: start; flex-direction: column; margin-bottom: 20px; }
  .dv-grid { grid-template-columns: 1fr; }
  .dv-four-card-grid { grid-template-columns: 1fr; }
  .dv-card h3 { font-size: 21px; }
  .dv-card-media::after { right: 9px; bottom: 9px; width: 38px; }
  .dv-search-panel { padding: 24px 18px; }
  .dv-popular-card-grid { grid-template-columns: 1fr; }
  .dv-search-large button { padding: 0 14px; }
  .dv-single { padding-top: 24px; }
  .dv-breadcrumbs { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .dv-recipe-header { text-align: left; }
  .dv-recipe-categories { justify-content: flex-start; }
  .dv-recipe h1 { font-size: 39px; }
  .dv-recipe-layout { gap: 18px; }
  .dv-recipe-side { display: block; }
  .dv-recipe-side .dv-recipe-hero { margin-bottom: 12px; }
  .dv-recipe-side .dv-recipe-actions { margin-bottom: 12px; }
  .dv-recipe-hero { aspect-ratio: 4/3; border-radius: 18px; }
  .dv-recipe-actions { justify-content: flex-start; }
  .dv-recipe-content { padding: 26px 20px; font-size: 17px; }
  .dv-fact { padding: 14px 10px; }
  .dv-fact strong { font-size: 16px; line-height: 1.25; overflow-wrap: anywhere; }
  .dv-recipe-content h2 { font-size: 28px; }
  .dv-recipe-content li { padding-right: 9px; }
  .dv-site-footer { padding-top: 23px; }
  .dv-footer-grid { grid-template-columns: 1fr; gap: 18px; padding-bottom: 17px; }
  .dv-footer-grid > :first-child { grid-column: auto; }
  .dv-footer-brand img { width: 48px; height: 48px; }
  .dv-footer-links { gap: 5px; }
  .dv-footer-bottom { align-items: flex-start; flex-direction: column; gap: 3px; }
}

@media print {
  .dv-site-header, .dv-site-footer, .dv-breadcrumbs, .dv-recipe-actions, .dv-related, #wpadminbar { display: none !important; }
  body.deu-vontade { background: #fff; color: #000; font-size: 12pt; }
  .dv-single { padding: 0; }
  .dv-recipe { max-width: none; }
  .dv-recipe h1 { font-size: 28pt; }
  .dv-recipe-hero { max-height: 360px; box-shadow: none; }
  .dv-recipe-content { padding: 0; border: 0; box-shadow: none; }
  .dv-recipe-content li { break-inside: avoid; }
}

/* Visual refresh 2.0: slimmer navigation, consistent cards and faster reading. */
:root {
  --dv-shadow: 0 12px 30px rgba(28, 55, 39, .08);
  --dv-radius: 15px;
}

.dv-site-header { box-shadow: 0 4px 18px rgba(31,55,39,.055); }
.dv-header-row { min-height: 68px; padding-left: 118px; }
.dv-brand {
  top: 6px;
  width: 98px;
  height: 98px;
  padding: 4px;
  border-width: 1px;
  box-shadow: 0 10px 24px rgba(38,56,43,.15), 0 0 0 4px rgba(255,255,255,.94);
}
.dv-brand::after { inset: 5px; opacity: .62; }
.dv-brand img { width: 86px; height: 86px; }
.dv-main-nav ul { padding: 4px; border-radius: 18px; }
.dv-main-nav a { padding: 8px 11px; border-radius: 12px; }

.dv-home-intro { padding: 30px 0 10px; }
.dv-home-intro__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(330px,.92fr);
  align-items: center;
  gap: clamp(28px,5vw,62px);
  padding: 24px clamp(24px,3.5vw,38px);
  border-radius: 18px;
}
.dv-home-copy,
.dv-hero-search { position: relative; z-index: 1; }
.dv-home-copy { min-width: 0; }
.dv-home-intro h1 { max-width: 650px; font-size: clamp(32px,3.7vw,44px); }
.dv-home-intro p:not(.dv-section-kicker) { margin-top: 8px; }
.dv-hero-search label { display: block; margin-bottom: 8px; color: var(--dv-green-dark); font-size: 14px; font-weight: 800; }
.dv-hero-search > div { display: flex; height: 48px; overflow: hidden; border: 1px solid rgba(23,107,69,.2); border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(38,56,43,.08); }
.dv-hero-search input { flex: 1; min-width: 0; padding: 0 16px; border: 0; outline: 0; background: transparent; }
.dv-hero-search button { padding: 0 20px; border: 0; color: #fff; background: var(--dv-green); font-weight: 800; cursor: pointer; }
.dv-hero-search button:hover { background: var(--dv-green-dark); }

.dv-category-strip { padding: 10px 0 18px; }
.dv-category-list { gap: 10px; }
.dv-category-card {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  min-height: 68px;
  padding: 10px 12px;
  border-radius: 13px;
  text-align: left;
}
.dv-category-icon { grid-row: 1 / 3; width: 38px; height: 38px; margin: 0; color: var(--dv-green); }
.dv-category-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dv-category-card:hover .dv-category-icon { animation: dv-kitchen-bob .65s ease; }
@keyframes dv-kitchen-bob {
  0%, 100% { transform: translateY(0) rotate(0); }
  45% { transform: translateY(-4px) rotate(-4deg); }
  72% { transform: translateY(-1px) rotate(2deg); }
}
.dv-category-name { align-self: end; line-height: 1.15; }
.dv-category-count { align-self: start; line-height: 1.2; }

.dv-section { padding: 38px 0; }
.dv-section--savoury { background: #f2f7f3; }
.dv-section--sweet { background: #fff6f2; }
.dv-section-heading { margin-bottom: 20px; }
.dv-section-kicker { font-size: 12px; }
.dv-section h2,
.dv-archive-head h1 { font-size: clamp(29px,3.3vw,38px); }

.dv-card { border-color: rgba(32,57,41,.1); box-shadow: 0 5px 16px rgba(38,56,43,.045); }
.dv-card-media,
.dv-four-card-grid .dv-card-media,
.dv-featured-grid .dv-card-media { aspect-ratio: 16 / 9; }
.dv-card-body { min-height: 174px; padding: 14px 15px 15px; }
.dv-card h3 {
  display: -webkit-box;
  min-height: 2.5em;
  overflow: hidden;
  margin-bottom: 7px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dv-card-excerpt { min-height: 3em; line-height: 1.5; }
.dv-four-card-grid .dv-card-body,
.dv-popular-card-grid .dv-card-body { min-height: 139px; }
.dv-four-card-grid .dv-card-excerpt,
.dv-popular-card-grid .dv-card-excerpt {
  display: -webkit-box;
  min-height: 3em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dv-four-card-grid .dv-card h3,
.dv-popular-card-grid .dv-card h3 { font-size: 18px; }
.dv-card-meta { padding-top: 2px; border-top: 1px solid rgba(32,57,41,.06); }
.dv-featured-grid .dv-card:first-child { border-color: rgba(32,57,41,.1); box-shadow: 0 5px 16px rgba(38,56,43,.045); }
.dv-card-media::after { right: 10px; bottom: 10px; width: 38px; opacity: .64; filter: drop-shadow(0 2px 4px rgba(0,0,0,.24)); }
.dv-recipe-hero::after,
.dv-recipe-content figure::after,
.dv-recipe-content .wp-block-image::after,
.dv-recipe-content > p:has(> img)::after { width: 44px; opacity: .68; }

.dv-search-cta { padding: 32px 0; background: #fff; }
.dv-search-panel { border-radius: 18px; box-shadow: 0 12px 30px rgba(91,37,23,.12); }
.dv-popular-final { border-top: 0; }

.dv-single { padding: 30px 0 52px; }
.dv-breadcrumbs { margin-bottom: 18px; }
.dv-recipe-header { max-width: 920px; margin: 0 0 22px; text-align: left; }
.dv-recipe-categories { justify-content: flex-start; margin-bottom: 10px; }
.dv-recipe h1 { max-width: 880px; margin: 0 0 9px; font-size: clamp(36px,4.4vw,50px); }
.dv-recipe-layout { grid-template-columns: minmax(270px,320px) minmax(0,1fr); gap: 24px; }
.dv-recipe-side { top: 90px; }
.dv-recipe-hero { aspect-ratio: 16 / 10; margin-bottom: 12px; border-radius: 15px; box-shadow: 0 8px 22px rgba(38,56,43,.1); }
.dv-recipe-side .dv-recipe-actions { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.dv-recipe-side .dv-action { min-height: 39px; padding: 0 5px; font-size: 11px; }
.dv-recipe-side .dv-recipe-actions .dv-button { min-height: 40px; }
.dv-recipe-side .dv-recipe-facts { border-radius: 12px; }
.dv-recipe-side .dv-fact { padding: 11px 7px; }
.dv-recipe-content { padding: clamp(24px,3.4vw,36px); border-radius: 17px; font-size: 17px; line-height: 1.7; }
.dv-recipe-content h2 { margin-top: 1.65em; font-size: 30px; }
.dv-recipe-content #ingredientes { margin-top: 0; }
.dv-recipe-content #ingredientes + ul { padding: 9px; border: 1px solid #dfeae2; border-radius: 15px; background: #f5faf6; }
.dv-recipe-content #ingredientes + ul li { background: #fff; }
.dv-recipe-content ol li::before { background: var(--dv-green); }
.dv-related { margin-top: 40px; }
.dv-related .dv-card-media { aspect-ratio: 16 / 9; }

@media (max-width: 1050px) {
  .dv-header-row { padding-left: 106px; }
  .dv-brand { width: 90px; height: 90px; }
  .dv-brand img { width: 78px; height: 78px; }
  .dv-home-intro__inner { grid-template-columns: 1fr minmax(300px,.85fr); }
}

@media (max-width: 820px) {
  .dv-header-row { min-height: 62px; padding-left: 84px; }
  .dv-brand { top: 5px; width: 72px; height: 72px; }
  .dv-brand img { width: 62px; height: 62px; }
  .dv-main-nav { top: 62px; }
  .dv-home-intro { padding-top: 22px; }
  .dv-home-intro__inner { grid-template-columns: 1fr; gap: 17px; }
  .dv-category-list { grid-template-columns: repeat(3,1fr); }
  .dv-recipe-header { margin-bottom: 18px; }
}

@media (max-width: 560px) {
  .dv-container { width: min(calc(100% - 24px), var(--dv-container)); }
  .dv-home-intro__inner { padding: 18px; }
  .dv-home-intro h1 { font-size: 30px; }
  .dv-home-intro p:not(.dv-section-kicker) { font-size: 15px; line-height: 1.5; }
  .dv-hero-search label { font-size: 13px; }
  .dv-hero-search > div { height: 45px; }
  .dv-hero-search input { padding-inline: 12px; font-size: 14px; }
  .dv-hero-search button { padding-inline: 15px; font-size: 13px; }
  .dv-category-strip .dv-container { width: 100%; }
  .dv-category-list {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 0 12px 6px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .dv-category-list::-webkit-scrollbar { display: none; }
  .dv-category-list li { flex: 0 0 142px; scroll-snap-align: start; }
  .dv-category-card { min-height: 64px; }
  .dv-section { padding: 29px 0; }
  .dv-section-heading { margin-bottom: 17px; }
  .dv-card-body { min-height: 164px; }
  .dv-four-card-grid .dv-card-body,
  .dv-popular-card-grid .dv-card-body { min-height: 132px; }
  .dv-card-media::after { width: 34px; opacity: .62; }
  .dv-single { padding-top: 20px; }
  .dv-recipe h1 { font-size: 36px; }
  .dv-recipe-side { display: block; }
  .dv-recipe-hero { height: 198px; aspect-ratio: auto; }
  .dv-recipe-side .dv-recipe-actions { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .dv-recipe-side .dv-action { font-size: 10px; }
  .dv-recipe-content { padding: 22px 17px; font-size: 16px; }
  .dv-recipe-content h2 { font-size: 27px; }
  .dv-recipe-content li { font-size: 16px; }
  .dv-related h2 { font-size: 29px; }
}

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

/* Soft culinary steam rising along the page edges. */
.dv-ambient-steam {
  position: fixed;
  inset: 0;
  z-index: 45;
  overflow: hidden;
  pointer-events: none;
}
.dv-steam-side {
  position: absolute;
  top: 76px;
  bottom: 0;
  width: clamp(42px,6vw,88px);
  overflow: hidden;
}
.dv-steam-side--left { left: 0; }
.dv-steam-side--right { right: 0; transform: scaleX(-1); }
.dv-steam-side span {
  position: absolute;
  bottom: -190px;
  left: 4%;
  width: clamp(56px,7vw,94px);
  height: 210px;
  border: 0;
  border-radius: 48% 52% 58% 42%;
  opacity: 0;
  background:
    radial-gradient(ellipse at 42% 72%,rgba(91,111,101,.15) 0 12%,rgba(128,142,134,.1) 31%,rgba(255,255,255,.08) 49%,transparent 72%);
  box-shadow: none;
  filter: blur(13px);
  animation: dv-side-steam-rise 12.4s ease-in-out infinite;
  will-change: transform,opacity;
}
.dv-steam-side span:nth-child(2) { left: 24%; width: 72px; animation-delay: 3.1s; animation-duration: 13.6s; }
.dv-steam-side span:nth-child(3) { left: -14%; width: 105px; animation-delay: 6.2s; animation-duration: 11.7s; }
.dv-steam-side span:nth-child(4) { left: 12%; width: 82px; animation-delay: 9.15s; animation-duration: 14.2s; }
@keyframes dv-side-steam-rise {
  0% { opacity: 0; transform: translate3d(-8px,0,0) scale(.78) rotate(-5deg); }
  18% { opacity: .28; }
  50% { opacity: .22; transform: translate3d(10px,-43vh,0) scale(1.12) rotate(6deg); }
  80% { opacity: .1; }
  100% { opacity: 0; transform: translate3d(-6px,-90vh,0) scale(1.5) rotate(-4deg); }
}
@media (max-width: 700px) {
  .dv-steam-side { top: 64px; width: 34px; }
  .dv-steam-side span { width: 58px; filter: blur(11px); }
}
@media (prefers-reduced-motion: reduce) {
  .dv-ambient-steam { display: none; }
}

.dv-hero-search,
.dv-mobile-search,
.dv-search-large { position: relative; }
.dv-mobile-search,
.dv-search-large { overflow: visible; }
.dv-mobile-search button,
.dv-search-large button { border-radius: 0 999px 999px 0; }
.dv-search-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 7px);
  z-index: 1100;
  overflow: hidden;
  border: 1px solid var(--dv-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(31,55,39,.16);
}
.dv-search-suggestions[hidden] { display: none; }
.dv-search-suggestions a { display: block; padding: 10px 13px; color: var(--dv-ink) !important; font-size: 13px; font-weight: 700; line-height: 1.3; }
.dv-search-suggestions a + a { border-top: 1px solid var(--dv-line); }
.dv-search-suggestions a:hover,
.dv-search-suggestions a:focus { color: var(--dv-green-dark) !important; background: var(--dv-green-soft) !important; }
.dv-search-large .dv-search-suggestions { color: var(--dv-ink); }

@media print {
  .dv-site-header, .dv-site-footer, .dv-breadcrumbs, .dv-recipe-actions, .dv-related, #wpadminbar { display: none !important; }
  .dv-single { padding: 0; }
  .dv-recipe-layout { display: block; }
  .dv-recipe-side { position: static; }
  .dv-recipe-hero { max-width: 320px; max-height: 220px; box-shadow: none; }
  .dv-recipe-content { padding: 0; border: 0; box-shadow: none; }
}

/* Final responsive rules must follow the desktop refresh declarations. */
@media (max-width: 900px) {
  .dv-recipe-layout { grid-template-columns: 1fr; }
  .dv-recipe-side { position: static; display: grid; grid-template-columns: minmax(220px,320px) minmax(0,1fr); align-items: start; gap: 16px; }
  .dv-recipe-side .dv-recipe-hero { grid-row: 1 / span 2; margin: 0; }
  .dv-recipe-side .dv-recipe-actions { margin: 0; }
}

@media (max-width: 560px) {
  .dv-recipe-side { display: block; }
  .dv-recipe-side .dv-recipe-hero { margin-bottom: 12px; }
  .dv-recipe-side .dv-recipe-actions { margin-bottom: 12px; }
}

/* 2.2.0 — quicker cards, recipe helpers and lightweight loading feedback. */
.dv-card { position: relative; }
.dv-card h3 a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.dv-card-media,
.dv-card-category { position: relative; z-index: 2; }
.dv-card-open { margin-left: auto; color: var(--dv-green); font-weight: 800; transition: transform .2s ease; }
.dv-card:hover .dv-card-open { transform: translateX(3px); }
.dv-card-badge { position: absolute; top: 10px; left: 10px; z-index: 4; padding: 5px 9px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: #fff; background: rgba(169,70,49,.94); box-shadow: 0 4px 12px rgba(38,31,25,.18); font-size: 10px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }

.dv-card-media::before,
.dv-recipe-hero::before,
.dv-tip-hero::before { content: ""; position: absolute; inset: 0; z-index: 2; opacity: 1; background: linear-gradient(105deg,#e9eee9 28%,#f7faf7 42%,#e9eee9 57%); background-size: 220% 100%; animation: dv-shimmer 1.2s linear infinite; transition: opacity .25s ease; }
.dv-card-media img,
.dv-recipe-hero img,
.dv-tip-hero img { position: relative; z-index: 1; }
.dv-card-media.is-image-loaded::before,
.dv-recipe-hero.is-image-loaded::before,
.dv-tip-hero.is-image-loaded::before { opacity: 0; pointer-events: none; }
@keyframes dv-shimmer { to { background-position-x: -220%; } }

.dv-recipe-jump { position: sticky; top: 78px; z-index: 20; display: flex; gap: 6px; width: fit-content; margin: 0 auto 12px; padding: 5px; border: 1px solid var(--dv-line); border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 7px 20px rgba(38,56,43,.09); backdrop-filter: blur(8px); }
.dv-recipe-jump a { padding: 7px 12px; border-radius: 999px; color: var(--dv-green-dark); font-size: 12px; font-weight: 800; }
.dv-recipe-jump a:hover,
.dv-recipe-jump a:focus { color: #fff; background: var(--dv-green); }
.dv-recipe-side .dv-recipe-actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
.dv-recipe-content #ingredientes + ul li::before { display: none; }
.dv-recipe-content #ingredientes + ul li { min-height: 54px; padding-left: 61px; transition: opacity .2s ease, background .2s ease; }
.dv-ingredient-check { position: absolute; top: 7px; left: 10px; display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 2px solid #d5e4da; border-radius: 50%; color: transparent; background: #f5ead4 var(--dv-mascot-image) center 9%/36px auto no-repeat; box-shadow: 0 3px 8px rgba(40,67,49,.12); font-weight: 900; cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, opacity .18s ease; }
.dv-ingredient-check:hover,
.dv-ingredient-check:focus-visible { border-color: var(--dv-green); box-shadow: 0 0 0 3px rgba(23,107,69,.12), 0 4px 10px rgba(40,67,49,.15); transform: scale(1.06); }
.dv-ingredient-check::after { content: ""; position: absolute; right: -4px; bottom: -3px; display: grid; width: 17px; height: 17px; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; background: #b6c9bc; box-shadow: 0 2px 5px rgba(31,68,44,.2); font-size: 10px; line-height: 1; }
.dv-ingredient-check[aria-pressed="true"] { border-color: var(--dv-green); opacity: .82; box-shadow: 0 0 0 3px rgba(23,107,69,.12); }
.dv-ingredient-check[aria-pressed="true"]::after { content: "✓"; background: var(--dv-green); }
.dv-recipe-content #ingredientes + ul li.is-checked { opacity: .58; text-decoration: line-through; }
.dv-recipe-content ol li { min-height: 48px; padding-left: 62px; }
.dv-recipe-content ol li::before { top: 8px; left: 11px; width: 36px; height: 36px; font-size: 16px; }
.dv-recipe-content #ingredientes,
.dv-recipe-content #modo-de-preparo { display: flex; align-items: center; gap: 11px; }
.dv-recipe-content #ingredientes::before,
.dv-recipe-content #modo-de-preparo::before { content: ""; flex: 0 0 43px; width: 43px; height: 43px; border: 2px solid #fff; border-radius: 50%; background: #f5ead4 var(--dv-mascot-image) center 8%/42px auto no-repeat; box-shadow: 0 4px 12px rgba(44,68,50,.16), 0 0 0 1px rgba(23,107,69,.14); }
.dv-back-top { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; opacity: 0; color: #fff; background: var(--dv-green); box-shadow: 0 9px 24px rgba(23,107,69,.3); font-size: 20px; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; cursor: pointer; }
.dv-back-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }

@media (max-width: 560px) {
  .dv-recipe-jump { top: 8px; max-width: 100%; }
  .dv-recipe-jump a { padding-inline: 10px; }
  .dv-recipe-side .dv-recipe-actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dv-recipe-side .dv-action { font-size: 11px; }
  .dv-back-top { right: 14px; bottom: 14px; }
}

@media print {
  .dv-recipe-jump, .dv-back-top, .dv-ingredient-check { display: none !important; }
}

/* Kitchen tips are editorial content, visually separate from recipes. */
.dv-tips-section { border-block: 1px solid rgba(193,143,52,.16); background: linear-gradient(135deg,#fffaf0,#f6f3e9); }
.dv-tip-card { border-color: rgba(193,143,52,.28); background: #fffdf8; }
.dv-tip-card .dv-card-body { min-height: 165px; }
.dv-tip-label { position: absolute; top: 10px; left: 10px; z-index: 4; padding: 5px 10px; border-radius: 999px; color: #fff; background: #a66b16; box-shadow: 0 4px 12px rgba(71,48,13,.2); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.dv-tip-card .dv-card-category { color: #976313; }
.dv-tip-card .dv-card-meta { justify-content: flex-end; }
.dv-tip-card .dv-card-open { color: #8a5a12; }
.dv-tip-container { max-width: 920px; }
.dv-tip-article { padding-bottom: 50px; }
.dv-tip-header { max-width: 760px; margin: 0 auto 26px; text-align: center; }
.dv-tip-heading-label { display: inline-flex; margin-bottom: 10px; padding: 6px 11px; border-radius: 999px; color: #8a5a12; background: #fff1cd; font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.dv-tip-header h1 { margin: 0 0 10px; color: var(--dv-green-dark); font-family: Georgia,"Times New Roman",serif; font-size: clamp(36px,6vw,58px); line-height: 1.08; }
.dv-tip-header time { color: var(--dv-muted); font-size: 13px; }
.dv-tip-hero { position: relative; overflow: hidden; aspect-ratio: 16/8; margin: 0 0 24px; border-radius: 20px; background: #e9eee9; box-shadow: var(--dv-shadow); }
.dv-tip-hero::after { content: ""; position: absolute; right: 14px; bottom: 14px; z-index: 3; width: 48px; aspect-ratio: 1; background: var(--dv-watermark-image) center/contain no-repeat; filter: drop-shadow(0 2px 5px rgba(0,0,0,.28)); pointer-events: none; }
.dv-tip-hero img { width: 100%; height: 100%; object-fit: cover; }
.dv-tip-content { padding: clamp(25px,5vw,46px); border: 1px solid var(--dv-line); border-radius: 20px; background: #fff; box-shadow: 0 8px 25px rgba(38,56,43,.06); color: #303831; font-size: 18px; line-height: 1.78; }
.dv-tip-content > :first-child { margin-top: 0; }
.dv-tip-content > :last-child { margin-bottom: 0; }
.dv-tip-content h2,.dv-tip-content h3 { color: var(--dv-green-dark); font-family: Georgia,"Times New Roman",serif; }
.dv-tip-content img { border-radius: 16px; }

@media (max-width: 560px) {
  .dv-tip-header { margin-bottom: 18px; }
  .dv-tip-header h1 { font-size: 36px; }
  .dv-tip-hero { aspect-ratio: 4/3; border-radius: 16px; }
  .dv-tip-content { padding: 23px 18px; font-size: 16px; }
}

.dv-recipe-content .dv-alcohol-status { display: flex; align-items: center; gap: 7px; width: fit-content; margin: 0 0 20px; padding: 9px 13px; border: 1px solid #d9e7dc; border-radius: 999px; color: var(--dv-green-dark); background: #eef7f1; font-size: 13px; }
.dv-recipe-content .dv-alcohol-status.is-alcoholic { color: #7a3c22; border-color: #efd2c5; background: #fff1ea; }
.dv-recipe-content .dv-alcohol-status::before { content: "●"; color: var(--dv-green); font-size: 10px; }
.dv-recipe-content .dv-alcohol-status.is-alcoholic::before { color: var(--dv-terracotta); }

.dv-review-counter { position: relative; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.12); background: linear-gradient(90deg,var(--dv-green-dark),var(--dv-green)); box-shadow: 0 5px 15px rgba(24,64,39,.1); }
.dv-review-counter__inner { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 39px; padding-block: 6px; color: #fff; text-align: center; }
.dv-review-counter__icon { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #ffe3a1; font-size: 10px; }
.dv-review-counter__message { color: rgba(255,255,255,.9); font-size: 12px; font-weight: 650; letter-spacing: .015em; }
.dv-review-counter__message strong { margin-right: 3px; color: #fff; font-size: 14px; font-weight: 900; }

@media (max-width: 560px) {
  .dv-review-counter__inner { justify-content: flex-start; min-height: 42px; text-align: left; }
  .dv-review-counter__message { font-size: 11px; line-height: 1.3; }
}

/* 2.3.0 — friendly visitor recipe and kitchen-tip suggestions. */
.dv-mascot-invite {
  position: fixed;
  left: 18px;
  bottom: 16px;
  z-index: 90;
  display: flex;
  align-items: flex-end;
  width: min(350px,calc(100vw - 36px));
  filter: drop-shadow(0 12px 20px rgba(27,52,35,.18));
}
.dv-mascot-invite[hidden] { display: none; }
.dv-mascot-invite > img { position: relative; z-index: 2; flex: 0 0 105px; width: 105px; height: 158px; object-fit: contain; object-position: center bottom; pointer-events: none; }
.dv-mascot-bubble { position: relative; margin: 0 0 12px -11px; padding: 13px 16px 12px 23px; border: 1px solid rgba(23,107,69,.18); border-radius: 17px 17px 17px 6px; background: rgba(255,255,255,.97); box-shadow: 0 8px 24px rgba(38,56,43,.12); backdrop-filter: blur(9px); }
.dv-mascot-bubble strong,
.dv-mascot-bubble span { display: block; }
.dv-mascot-bubble strong { color: var(--dv-green-dark); font-family: Georgia,"Times New Roman",serif; font-size: 16px; line-height: 1.15; }
.dv-mascot-bubble span { margin: 2px 0 8px; color: var(--dv-muted); font-size: 12px; }
.dv-mascot-bubble button,
.dv-suggestion-submit { padding: 8px 13px; border: 0; border-radius: 999px; color: #fff; background: var(--dv-terracotta); font-size: 11px; font-weight: 850; letter-spacing: .02em; cursor: pointer; }
.dv-mascot-bubble button:hover,
.dv-mascot-bubble button:focus,
.dv-suggestion-submit:hover,
.dv-suggestion-submit:focus { color: #fff; background: #8f3929; transform: translateY(-1px); }
.dv-mascot-dismiss { position: absolute; top: 7px; right: 5px; z-index: 4; display: grid; width: 25px; height: 25px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #647269; background: #fff; box-shadow: 0 3px 10px rgba(38,56,43,.13); font-size: 17px; line-height: 1; cursor: pointer; }

.dv-suggestion-dialog { width: min(560px,calc(100% - 28px)); max-height: min(720px,calc(100vh - 28px)); padding: 0; overflow: auto; border: 0; border-radius: 22px; color: var(--dv-ink); background: #fffdf9; box-shadow: 0 24px 75px rgba(18,44,29,.28); }
.dv-suggestion-dialog::backdrop { background: rgba(14,34,23,.66); backdrop-filter: blur(4px); }
.dv-dialog-close { position: absolute; top: 13px; right: 13px; z-index: 2; display: grid; width: 34px; height: 34px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(16,61,39,.34); font-size: 23px; line-height: 1; cursor: pointer; }
.dv-suggestion-heading { padding: 28px 48px 24px 28px; color: #fff; background: linear-gradient(135deg,var(--dv-green-dark),var(--dv-green)); }
.dv-suggestion-heading > span { display: block; margin-bottom: 4px; color: #f8d995; font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.dv-suggestion-heading h2 { margin: 0; color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: clamp(29px,5vw,39px); line-height: 1.05; }
.dv-suggestion-heading p { margin: 9px 0 0; color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.55; }
.dv-suggestion-form { display: grid; gap: 15px; padding: 23px 28px 28px; }
.dv-suggestion-form label > span { display: block; margin-bottom: 6px; color: var(--dv-green-dark); font-size: 12px; font-weight: 800; }
.dv-suggestion-form input,
.dv-suggestion-form select,
.dv-suggestion-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #d8e1da; border-radius: 10px; outline: none; color: var(--dv-ink); background: #fff; font: inherit; font-size: 14px; }
.dv-suggestion-form textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
.dv-suggestion-form input:focus,
.dv-suggestion-form select:focus,
.dv-suggestion-form textarea:focus { border-color: var(--dv-green); box-shadow: 0 0 0 3px rgba(23,107,69,.12); }
.dv-suggestion-submit { justify-self: start; min-height: 42px; padding-inline: 19px; font-size: 13px; }
.dv-suggestion-trap { position: fixed !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.dv-suggestion-toast { position: fixed; top: 92px; right: 18px; z-index: 120; max-width: min(390px,calc(100vw - 36px)); padding: 12px 15px; border: 1px solid #d8e4db; border-radius: 12px; color: var(--dv-green-dark); background: #f5fbf7; box-shadow: 0 10px 30px rgba(23,72,43,.16); font-size: 13px; font-weight: 750; }
.dv-suggestion-toast.is-warning { color: #714724; border-color: #ead9bd; background: #fff9ee; }

@media (max-width: 560px) {
  .dv-mascot-invite { left: 8px; bottom: 7px; width: min(315px,calc(100vw - 16px)); }
  .dv-mascot-invite > img { flex-basis: 79px; width: 79px; height: 119px; }
  .dv-mascot-bubble { margin-bottom: 7px; padding: 10px 12px 10px 18px; border-radius: 14px 14px 14px 5px; }
  .dv-mascot-bubble strong { font-size: 14px; }
  .dv-mascot-bubble span { margin-bottom: 6px; }
  .dv-mascot-bubble button { padding: 7px 11px; font-size: 10px; }
  .dv-mascot-dismiss { top: -4px; right: -3px; }
  .dv-suggestion-heading { padding: 24px 42px 20px 20px; }
  .dv-suggestion-heading h2 { font-size: 30px; }
  .dv-suggestion-form { gap: 13px; padding: 20px; }
  .dv-suggestion-toast { top: 74px; right: 10px; }
}

@media print {
  .dv-mascot-invite, .dv-suggestion-dialog, .dv-suggestion-toast { display: none !important; }
}

/* 2.4.0 — cleaner contemporary brand treatment. */
.dv-brand { padding: 0; border: 0; background: transparent; box-shadow: none; }
.dv-brand::after { display: none; }
.dv-brand:hover,
.dv-brand:focus { border: 0; box-shadow: none; }
.dv-brand img { width: 100%; height: 100%; border-radius: 0; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(24,61,38,.2)); }
.dv-footer-brand img { border-radius: 0; object-fit: contain; }

/* 2.5.0 — stronger brand and a named mascot beside the suggestion form. */
.dv-brand { top: -7px; width: 132px; height: 132px; }
.dv-brand img { filter: drop-shadow(0 10px 18px rgba(24,61,38,.25)); }
.dv-header-row { padding-left: 154px; }
.dv-header-mascot { height: 56px; padding-right: 13px; }
.dv-header-mascot img { width: 48px; height: 48px; }
.dv-header-mascot-copy { display: grid; gap: 1px; text-align: left; }
.dv-header-mascot-copy strong { color: var(--dv-green-dark); font-family: Georgia,"Times New Roman",serif; font-size: 15px; line-height: 1; }
.dv-header-mascot-copy small { color: var(--dv-terracotta); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.dv-mascot-bubble em { display: inline-block; margin-bottom: 3px; color: var(--dv-terracotta); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.dv-suggestion-dialog { width: min(780px,calc(100% - 28px)); }
.dv-suggestion-body { display: grid; grid-template-columns: 220px minmax(0,1fr); align-items: stretch; }
.dv-suggestion-chef { position: relative; display: flex; min-height: 430px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 24px 20px 25px; color: #fff; background: linear-gradient(155deg,#f4e6c8 0 48%,var(--dv-green-dark) 48.3% 100%); text-align: center; }
.dv-suggestion-chef img { position: absolute; top: 11px; left: 50%; width: 205px; height: 308px; object-fit: contain; transform: translateX(-50%); filter: drop-shadow(0 12px 18px rgba(50,35,18,.19)); }
.dv-suggestion-chef strong { position: relative; z-index: 1; margin-top: 285px; font-family: Georgia,"Times New Roman",serif; font-size: 24px; }
.dv-suggestion-chef span { position: relative; z-index: 1; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.45; }
.dv-suggestion-form { align-content: start; }
.dv-tip-default-image,
.dv-drink-default-image,
.dv-entry-default-image { object-position: center; }

@media (max-width: 760px) {
  .dv-brand { top: 2px; width: 94px; height: 94px; }
  .dv-header-row { padding-left: 106px; }
  .dv-header-mascot-copy small { display: none; }
  .dv-suggestion-body { grid-template-columns: 1fr; }
  .dv-suggestion-chef { min-height: 118px; align-items: flex-start; justify-content: center; padding: 20px 18px 20px 128px; text-align: left; background: linear-gradient(105deg,#f4e6c8 0 31%,var(--dv-green-dark) 31.5% 100%); }
  .dv-suggestion-chef img { top: -11px; left: 57px; width: 112px; height: 168px; transform: none; }
  .dv-suggestion-chef strong { margin: 0; font-size: 20px; }
}

@media (max-width: 520px) {
  .dv-header-mascot-copy { display: none; }
  .dv-header-mascot { width: 48px; height: 48px; padding: 0; border: 0; }
  .dv-header-mascot img { width: 48px; height: 48px; }
}

/* 2.8.0 — lively responsive brand system. */
.dv-brand {
  top: -12px;
  width: 210px;
  height: 120px;
}
.dv-header-row { padding-left: 226px; }
.dv-brand-primary { display: block; }
.dv-brand-icon { display: none !important; }
.dv-brand img { filter: drop-shadow(0 9px 15px rgba(24,61,38,.2)); }
.dv-footer-brand img {
  width: 118px;
  height: 67px;
  flex: 0 0 auto;
}
.dv-footer-brand span { max-width: 190px; }

@media (max-width: 1050px) and (min-width: 821px) {
  .dv-brand {
    top: -5px;
    width: 165px;
    height: 94px;
  }
  .dv-header-row { padding-left: 178px; }
}

@media (max-width: 820px) {
  .dv-brand {
    top: 4px;
    width: 72px;
    height: 72px;
  }
  .dv-header-row { padding-left: 84px; }
  .dv-brand-primary { display: none !important; }
  .dv-brand-icon { display: block !important; }
}

@media (max-width: 520px) {
  .dv-brand {
    width: 66px;
    height: 66px;
  }
  .dv-header-row { padding-left: 76px; }
  .dv-footer-brand img {
    width: 104px;
    height: 59px;
  }
}

/* 2.9.0 — standardized recipe reading and in-post recipe pagination. */
.dv-recipe-content .dv-recipe-section-title {
  position: relative;
  margin: 1.7em 0 .75em;
  padding: 0 0 9px 20px;
  border-bottom: 1px solid #dce8df;
  color: var(--dv-green-dark);
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(24px,2.6vw,30px);
  line-height: 1.2;
}
.dv-recipe-content .dv-recipe-section-title::before {
  content: "";
  position: absolute;
  top: .1em;
  bottom: 10px;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg,var(--dv-gold),var(--dv-terracotta));
}
.dv-recipe-content .dv-recipe-section-title--ingredients + ul,
.dv-recipe-content .dv-recipe-section-title--ingredients + .article-list-slot {
  margin-top: 0;
}
.dv-recipe-inline-fact {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 7px 9px 0 !important;
  padding: 6px 11px;
  border: 1px solid #dce8df;
  border-radius: 999px;
  color: #536158 !important;
  background: #f4f8f5;
  font-size: 12px !important;
  line-height: 1.35 !important;
}
.dv-recipe-inline-fact strong { color: var(--dv-green-dark); }

.dv-multi-recipes {
  scroll-margin-top: 110px;
  margin: 30px 0 12px;
  padding: clamp(18px,3vw,28px);
  border: 1px solid #d8e6dc;
  border-radius: 20px;
  background: linear-gradient(145deg,#f8fbf8,#fffaf2);
  box-shadow: 0 12px 30px rgba(38,56,43,.08);
}
.dv-multi-recipes__header { margin-bottom: 17px; text-align: center; }
.dv-recipe-content .dv-multi-recipes__header h2 {
  margin: 0;
  color: var(--dv-green-dark);
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(27px,3.2vw,35px);
  line-height: 1.15;
}
.dv-multi-recipes__header > p:last-child { margin: 7px 0 0; color: var(--dv-muted); font-size: 13px; }
.dv-multi-recipes__numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.dv-multi-recipes__numbers button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #cfdcd3;
  border-radius: 11px;
  color: var(--dv-green-dark);
  background: #fff;
  font-weight: 850;
  cursor: pointer;
  transition: color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.dv-multi-recipes__numbers button:hover,
.dv-multi-recipes__numbers button:focus {
  border-color: var(--dv-green);
  transform: translateY(-1px);
}
.dv-multi-recipes__numbers button[aria-current="page"] {
  color: #fff;
  border-color: var(--dv-green);
  background: var(--dv-green);
  box-shadow: 0 6px 14px rgba(23,107,69,.2);
}
.dv-multi-recipe-page {
  overflow: hidden;
  border: 1px solid #dfe8e1;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(38,56,43,.05);
}
.dv-multi-recipe-page[hidden] { display: none !important; }
.dv-multi-recipe-page__header {
  padding: 20px clamp(18px,3vw,28px);
  border-bottom: 1px solid #e2e9e3;
  background: linear-gradient(135deg,#eef7f1,#fff9ed);
}
.dv-multi-recipe-page__header span {
  display: block;
  margin-bottom: 3px;
  color: var(--dv-terracotta);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dv-recipe-content .dv-multi-recipe-page__header h2 {
  margin: 0;
  color: var(--dv-green-dark);
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(25px,3vw,32px);
  line-height: 1.2;
}
.dv-multi-recipe-page__header h2:focus { outline: 0; }
.dv-multi-recipe-page__content { padding: clamp(20px,3.2vw,30px); }
.dv-recipe-content .dv-multi-recipe-page__content > :first-child { margin-top: 0; }
.dv-recipe-content .dv-multi-recipe-page__content .dv-recipe-section-title {
  font-size: clamp(22px,2.4vw,27px);
}
.dv-multi-recipes__pager {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 17px;
}
.dv-multi-recipes__pager button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--dv-green);
  border-radius: 999px;
  color: var(--dv-green);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.dv-multi-recipes__pager button:last-child { justify-self: end; }
.dv-multi-recipes__pager button:disabled { opacity: .38; cursor: default; }
.dv-multi-recipes__pager strong { color: var(--dv-muted); font-size: 11px; text-align: center; }
.dv-multi-recipes__outro { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--dv-line); }
.dv-recipe--collection .dv-recipe-jump a { width: 100%; text-align: center; }

@media (max-width: 560px) {
  .dv-multi-recipes { margin-inline: -10px; padding: 14px; border-radius: 16px; }
  .dv-multi-recipes__numbers { gap: 6px; }
  .dv-multi-recipes__numbers button { width: 34px; height: 34px; border-radius: 9px; }
  .dv-multi-recipe-page__header,
  .dv-multi-recipe-page__content { padding: 18px; }
  .dv-multi-recipes__pager { grid-template-columns: 1fr 1fr; }
  .dv-multi-recipes__pager strong { grid-column: 1 / 3; grid-row: 1; }
  .dv-multi-recipes__pager button { grid-row: 2; }
}

/* 2.9.1 — stronger footer contrast for the brand and secondary information. */
.dv-footer-brand img {
  width: 124px;
  height: 70px;
  padding: 6px 10px;
  border: 1px solid rgba(228,167,47,.5);
  border-radius: 14px;
  background: #fffaf1;
  box-shadow: 0 7px 18px rgba(0,0,0,.14);
  filter: none;
}
.dv-footer-brand span { color: rgba(255,255,255,.92); }
.dv-site-footer h2 { color: #fff; }
.dv-footer-links a { color: rgba(255,255,255,.92); border-color: rgba(255,255,255,.24); }
.dv-footer-bottom { color: rgba(255,255,255,.82); }
.dv-footer-login { color: rgba(255,255,255,.82); border-color: rgba(255,255,255,.24); }

@media (max-width: 520px) {
  .dv-footer-brand img {
    width: 108px;
    height: 61px;
    padding: 5px 8px;
  }
}

/* 2.9.3 — compact, balanced navigation for recipe collections. */
.dv-recipe--collection .dv-recipe-jump { display: none; }
.dv-multi-recipes__numbers {
  display: grid;
  grid-template-columns: repeat(10,40px);
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 22px;
  padding: 6px;
  border: 1px solid #dbe7de;
  border-radius: 999px;
  background: #f1f6f2;
}
.dv-multi-recipes__numbers button {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px;
  padding: 0 !important;
  border-radius: 50%;
}
.dv-multi-recipe-page { scroll-margin-top: 98px; }

@media (max-width: 700px) {
  .dv-multi-recipes__numbers {
    grid-template-columns: repeat(5,40px);
    border-radius: 20px;
  }
}

@media (max-width: 360px) {
  .dv-multi-recipes__numbers { grid-template-columns: repeat(5,34px); gap: 5px; }
  .dv-multi-recipes__numbers button {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px;
  }
}

/* 2.9.4 — one light, consistent reading style for every recipe. */
.dv-recipe-content .dv-recipe-section-title {
  margin-top: 1.45em;
  padding: 0 0 8px;
}
.dv-recipe-content .dv-recipe-section-title::before,
.dv-recipe-content #ingredientes::before,
.dv-recipe-content #modo-de-preparo::before { display: none; }
.dv-recipe-content #ingredientes,
.dv-recipe-content #modo-de-preparo,
.dv-recipe-content .dv-recipe-section-title--ingredients,
.dv-recipe-content .dv-recipe-section-title--preparation { display: block; }
.dv-recipe-content .dv-recipe-section-title--ingredients + ul,
.dv-recipe-content .dv-recipe-section-title--ingredients + .article-list-slot {
  margin: 0 0 1.5em;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.dv-recipe-content .dv-recipe-section-title--ingredients + .article-list-slot ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dv-recipe-content .dv-recipe-section-title--ingredients + ul li,
.dv-recipe-content .dv-recipe-section-title--ingredients + .article-list-slot li {
  min-height: 0;
  margin: 0;
  padding: 11px 8px 11px 40px;
  border-bottom: 1px solid #e8eeea;
  border-radius: 0;
  background: transparent;
}
.dv-recipe-content .dv-recipe-section-title--ingredients + ul li::before,
.dv-recipe-content .dv-recipe-section-title--ingredients + .article-list-slot li::before { display: none; }
.dv-ingredient-check {
  top: 50%;
  left: 7px;
  width: 21px;
  height: 21px;
  border: 1.5px solid #72a287;
  border-radius: 6px;
  color: transparent;
  background: #fff;
  box-shadow: none;
  transform: translateY(-50%);
  font-size: 13px;
}
.dv-ingredient-check:hover,
.dv-ingredient-check:focus-visible {
  border-color: var(--dv-green);
  box-shadow: 0 0 0 3px rgba(23,107,69,.1);
  transform: translateY(-50%);
}
.dv-ingredient-check::after { display: none; }
.dv-ingredient-check[aria-pressed="true"] {
  color: #fff;
  border-color: var(--dv-green);
  background: var(--dv-green);
  box-shadow: none;
  opacity: 1;
}
.dv-recipe-content ol li {
  min-height: 0;
  margin-bottom: 0;
  padding: 11px 8px 11px 43px;
  border-bottom: 1px solid #e8eeea;
  border-radius: 0;
  background: transparent;
}
.dv-recipe-content ol li::before {
  top: 10px;
  left: 6px;
  width: 25px;
  height: 25px;
  font-size: 12px;
}

/* 2.9.22 — professional and consistent recipe reading. */
.dv-single { padding-top: 24px; }
.dv-breadcrumbs { margin-bottom: 14px; }
.dv-recipe-layout {
  grid-template-areas:
    "side header"
    "side main";
  grid-template-columns: minmax(270px, 318px) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(24px, 3vw, 38px);
  row-gap: 16px;
}
.dv-recipe-header {
  position: relative;
  grid-area: header;
  overflow: hidden;
  max-width: none;
  margin: 0;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid #dfe8e1;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff 0%, #fffdf7 100%);
  box-shadow: 0 10px 30px rgba(38, 56, 43, .055);
  text-align: left;
}
.dv-recipe-header::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--dv-green), var(--dv-gold), var(--dv-terracotta));
  content: "";
}
.dv-recipe-categories { justify-content: flex-start; margin-bottom: 11px; }
.dv-recipe h1 {
  max-width: none;
  margin: 0 0 9px;
  color: #17251c;
  font-size: clamp(36px, 4.2vw, 52px);
  line-height: 1.02;
}
.dv-recipe-byline {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #667269;
  font-size: 13px;
}
.dv-recipe-byline::before {
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--dv-gold);
  box-shadow: 0 0 0 1px rgba(193, 143, 52, .35);
  content: "";
}
.dv-recipe-header .dv-recipe-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  overflow: visible;
  margin: 19px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.dv-recipe-header .dv-fact {
  min-width: 0;
  padding: 11px 9px;
  border: 1px solid #e1e9e3;
  border-radius: 11px;
  background: #f7faf7;
  text-align: left;
}
.dv-recipe-header .dv-fact + .dv-fact { border-left: 1px solid #e1e9e3; }
.dv-recipe-header .dv-fact strong {
  overflow: hidden;
  color: var(--dv-green-dark);
  font-family: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dv-recipe-header .dv-fact span {
  display: block;
  margin-top: 3px;
  color: #758078;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: .08em;
}
.dv-recipe--collection .dv-recipe-header .dv-recipe-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 560px;
}
.dv-recipe-side {
  grid-area: side;
  top: 88px;
  padding: 10px;
  border: 1px solid #dfe8e1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(38, 56, 43, .065);
}
.dv-recipe-hero {
  margin-bottom: 10px;
  border-radius: 14px;
  box-shadow: none;
}
.dv-recipe-side .dv-recipe-actions { gap: 7px; margin: 0; }
.dv-recipe-side .dv-recipe-actions .dv-button {
  min-height: 43px;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(203, 85, 53, .14);
}
.dv-recipe-side .dv-action {
  min-height: 39px;
  border-radius: 11px;
  background: #fbfcfb;
}
.dv-recipe-main { grid-area: main; }
.dv-recipe-jump {
  top: 76px;
  margin: 0 0 10px;
  border-color: #dce7df;
  box-shadow: 0 7px 18px rgba(38, 56, 43, .07);
}
.dv-recipe-content {
  padding: clamp(26px, 3.6vw, 40px);
  border-color: #dfe8e1;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(38, 56, 43, .055);
  color: #29332c;
  font-size: 17px;
  line-height: 1.72;
}
.dv-recipe-content .dv-recipe-section-title,
.dv-recipe-content #ingredientes,
.dv-recipe-content #modo-de-preparo {
  margin: 1.6em 0 .7em;
  padding: 2px 0 8px 14px;
  border-bottom: 1px solid #dce8df;
  border-left: 4px solid var(--dv-terracotta);
  color: var(--dv-green-dark);
  font-size: clamp(25px, 2.5vw, 31px);
  line-height: 1.18;
}
.dv-recipe-content > .dv-recipe-section-title:first-child,
.dv-recipe-content > #ingredientes:first-child { margin-top: 0; }
.dv-recipe-content .dv-recipe-section-title--ingredients + ul,
.dv-recipe-content .dv-recipe-section-title--ingredients + .article-list-slot,
.dv-recipe-content #ingredientes + ul {
  overflow: hidden;
  margin: 0 0 1.7em;
  padding: 5px 16px;
  border: 1px solid #dfe9e2;
  border-radius: 14px;
  background: #f8fbf8;
}
.dv-recipe-content .dv-recipe-section-title--ingredients + .article-list-slot ul { margin: 0; }
.dv-recipe-content .dv-recipe-section-title--ingredients + ul li,
.dv-recipe-content .dv-recipe-section-title--ingredients + .article-list-slot li,
.dv-recipe-content #ingredientes + ul li {
  padding-top: 13px;
  padding-bottom: 13px;
  background: transparent;
}
.dv-recipe-content .dv-recipe-section-title--ingredients + ul li:last-child,
.dv-recipe-content .dv-recipe-section-title--ingredients + .article-list-slot li:last-child,
.dv-recipe-content #ingredientes + ul li:last-child { border-bottom: 0; }
.dv-recipe-content ol li {
  min-height: 54px;
  margin: 0 0 9px;
  padding: 13px 15px 13px 55px;
  border: 1px solid #e3eae5;
  border-radius: 12px;
  background: #fbfcfb;
}
.dv-recipe-content ol li::before {
  top: 12px;
  left: 13px;
  width: 29px;
  height: 29px;
  background: var(--dv-green);
  font-size: 13px;
}
.dv-tags {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #e1e8e3;
  border-radius: 13px;
  background: #fff;
}

@media (max-width: 1050px) {
  .dv-recipe-layout {
    grid-template-columns: minmax(245px, 285px) minmax(0, 1fr);
    column-gap: 20px;
  }
  .dv-recipe-header .dv-recipe-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .dv-recipe-layout {
    grid-template-areas:
      "header"
      "side"
      "main";
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .dv-recipe-side {
    position: static;
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    align-items: start;
    gap: 12px;
  }
  .dv-recipe-side .dv-recipe-hero { grid-row: auto; margin: 0; }
  .dv-recipe-side .dv-recipe-actions { margin: 0; }
  .dv-recipe-jump { top: 8px; }
}

@media (max-width: 560px) {
  .dv-single { padding-top: 16px; }
  .dv-breadcrumbs { margin-bottom: 10px; }
  .dv-recipe-header { padding: 20px 17px; border-radius: 16px; }
  .dv-recipe h1 { font-size: clamp(32px, 10vw, 40px); }
  .dv-recipe-header .dv-recipe-facts { gap: 6px; margin-top: 15px; }
  .dv-recipe-header .dv-fact { padding: 9px 8px; }
  .dv-recipe-side { display: block; padding: 8px; border-radius: 16px; }
  .dv-recipe-side .dv-recipe-hero { height: auto; aspect-ratio: 16 / 10; margin-bottom: 8px; }
  .dv-recipe-side .dv-recipe-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dv-recipe-content { padding: 22px 16px; border-radius: 16px; font-size: 16px; }
  .dv-recipe-content .dv-recipe-section-title,
  .dv-recipe-content #ingredientes,
  .dv-recipe-content #modo-de-preparo { padding-left: 11px; font-size: 26px; }
  .dv-recipe-content .dv-recipe-section-title--ingredients + ul,
  .dv-recipe-content .dv-recipe-section-title--ingredients + .article-list-slot,
  .dv-recipe-content #ingredientes + ul { padding-inline: 10px; }
  .dv-recipe-content ol li { padding-right: 11px; }
}

/* 2.9.26 — editorial homepage with a strong culinary hero. */
.dv-home-header-tools { display: none; align-items: center; gap: 9px; }
.home .dv-main-nav,
.home .dv-header-mascot,
.home .dv-menu-toggle { display: none !important; }
.home .dv-home-header-tools { display: flex; }
.dv-home-header-search,
.dv-home-header-login {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid #dbe6de;
  border-radius: 999px;
  color: var(--dv-green-dark);
  background: #fff;
  font-size: 12px;
  font-weight: 850;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}
.dv-home-header-search svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.dv-home-header-login {
  min-width: 78px;
  color: #fff !important;
  border-color: var(--dv-green);
  background: var(--dv-green);
}
.dv-home-header-search:hover,
.dv-home-header-login:hover {
  color: #fff;
  border-color: var(--dv-green-dark);
  background: var(--dv-green-dark);
  transform: translateY(-1px);
}

.dv-home-hero {
  position: relative;
  min-height: clamp(440px, 56vw, 610px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background-color: #183d2a;
  background-image: var(--dv-home-hero-image);
  background-position: center;
  background-size: cover;
}
.dv-home-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
  content: "";
}
.dv-home-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(9, 28, 18, .24), rgba(9, 28, 18, .7)),
    radial-gradient(circle at center, rgba(0, 0, 0, .06), rgba(8, 28, 18, .3));
}
.dv-home-hero__content {
  display: flex;
  max-width: 840px;
  align-items: center;
  flex-direction: column;
  padding-block: 70px;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}
.dv-home-hero__eyebrow {
  margin: 0 0 10px;
  color: #ffe09a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.dv-home-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.dv-home-hero__content > p:not(.dv-home-hero__eyebrow) {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(15px, 2vw, 18px);
}
.dv-home-hero__search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  width: min(100%, 660px);
  min-height: 58px;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 6px 6px 6px 18px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .25);
  text-shadow: none;
  backdrop-filter: blur(12px);
}
.dv-home-hero__search svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #6c776f;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.dv-home-hero__search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--dv-ink);
  background: transparent;
  font-size: 16px;
}
.dv-home-hero__search button {
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--dv-terracotta);
  font-weight: 850;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}
.dv-home-hero__search button:hover { background: #ad472e; transform: translateY(-1px); }

.dv-home-categories {
  position: relative;
  z-index: 3;
  padding: 0 0 22px;
  background: #fff;
}
.dv-home-categories ul {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 22px 0 0;
  list-style: none;
}
.dv-home-categories a {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid #dfe7e1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(38, 56, 43, .045);
  transition: color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.dv-home-categories a span { font-size: 27px; line-height: 1; }
.dv-home-categories a strong { font-size: 14px; letter-spacing: .02em; }
.dv-home-categories a:hover {
  color: var(--dv-green);
  border-color: #aacbb8;
  box-shadow: 0 10px 24px rgba(38, 56, 43, .1);
  transform: translateY(-3px);
}

.dv-home-editorial { padding: clamp(42px, 5vw, 68px) 0; }
.dv-home-editorial--hot { background: #fbf7ef; }
.dv-home-editorial--recent { background: #f1f7f3; }
.dv-home-editorial--rated { background: #fffaf0; }
.dv-home-editorial__heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
}
.dv-home-editorial__icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(193, 143, 52, .2);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(38, 56, 43, .06);
  font-size: 24px;
}
.dv-home-editorial__heading p {
  margin: 0 0 2px;
  color: var(--dv-terracotta);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dv-home-editorial__heading h2 {
  margin: 0;
  color: #17251c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.8vw, 42px);
  line-height: 1.06;
}
.dv-home-editorial .dv-four-card-grid { gap: 18px; }
.dv-home-editorial .dv-card {
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(38, 56, 43, .06);
}
.dv-home-editorial .dv-card-media { aspect-ratio: 16 / 10; }
.dv-home-editorial .dv-card-body { min-height: 170px; }

.dv-home-chef-pick {
  padding: clamp(46px, 6vw, 78px) 0;
  background: linear-gradient(135deg, #0e4b32, #176b45);
}
.dv-home-chef-pick__card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(5, 31, 19, .24);
}
.dv-home-chef-pick__image { min-height: 390px; overflow: hidden; }
.dv-home-chef-pick__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.dv-home-chef-pick__card:hover .dv-home-chef-pick__image img { transform: scale(1.025); }
.dv-home-chef-pick__content {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(32px, 5vw, 58px);
  background: linear-gradient(145deg, #fffdf8, #f4eee0);
}
.dv-home-chef-pick__content > img {
  position: absolute;
  right: -25px;
  bottom: -48px;
  width: 170px;
  height: 255px;
  object-fit: contain;
  opacity: .17;
  pointer-events: none;
}
.dv-home-chef-pick__content > div { position: relative; z-index: 1; max-width: 440px; }
.dv-home-chef-pick__label {
  margin: 0 0 9px;
  color: var(--dv-terracotta);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dv-home-chef-pick h2 {
  margin: 0 0 13px;
  color: var(--dv-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
}
.dv-home-chef-pick__content p:not(.dv-home-chef-pick__label) {
  margin: 0 0 22px;
  color: #59645c;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .dv-home-categories ul { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .dv-home-chef-pick__card { grid-template-columns: 1fr; }
  .dv-home-chef-pick__image { min-height: 330px; }
}

@media (max-width: 560px) {
  .home .dv-header-row { min-height: 66px; }
  .dv-home-header-tools { gap: 6px; }
  .dv-home-header-search,
  .dv-home-header-login { min-height: 38px; padding-inline: 11px; font-size: 11px; }
  .dv-home-header-search span { display: none; }
  .dv-home-header-search { width: 40px; padding: 0; }
  .dv-home-header-login { min-width: 60px; }
  .dv-home-hero { min-height: 470px; }
  .dv-home-hero__content { padding-block: 62px; }
  .dv-home-hero h1 { font-size: clamp(38px, 12vw, 50px); }
  .dv-home-hero__search { grid-template-columns: auto minmax(0, 1fr); min-height: 54px; padding-right: 8px; border-radius: 18px; }
  .dv-home-hero__search button { grid-column: 1 / -1; width: 100%; min-height: 43px; }
  .dv-home-categories { padding-bottom: 14px; }
  .dv-home-categories ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding-top: 14px; }
  .dv-home-categories a { min-height: 67px; gap: 8px; padding: 10px; border-radius: 14px; }
  .dv-home-categories a span { font-size: 23px; }
  .dv-home-categories a strong { font-size: 12px; }
  .dv-home-editorial { padding-block: 38px; }
  .dv-home-editorial__heading { margin-bottom: 18px; }
  .dv-home-editorial__icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 13px; font-size: 21px; }
  .dv-home-editorial .dv-card-body { min-height: 150px; }
  .dv-home-chef-pick { padding-block: 38px; }
  .dv-home-chef-pick__card { border-radius: 18px; }
  .dv-home-chef-pick__image { min-height: 230px; }
  .dv-home-chef-pick__content { padding: 28px 22px 32px; }
  .dv-home-chef-pick h2 { font-size: 32px; }
}

/* 3.0.0 — lighter discovery, real ratings and kitchen reading mode. */
.dv-home-hero { min-height: clamp(450px, 45vw, 520px); }
.dv-home-categories ul { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.dv-home-categories a {
  min-height: 68px;
  gap: 9px;
  padding: 10px 12px;
}
.dv-home-categories a span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--dv-green);
  background: var(--dv-green-soft);
}
.dv-home-categories a span svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dv-home-categories a strong { font-size: 12px; line-height: 1.2; }
.dv-home-editorial--hot .dv-four-card-grid { counter-reset: dv-hot-rank; }
.dv-home-editorial--hot .dv-card {
  position: relative;
  counter-increment: dv-hot-rank;
}
.dv-home-editorial--hot .dv-card::after {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 6;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  color: #fff;
  background: var(--dv-green-dark);
  box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
  content: counter(dv-hot-rank);
  font-size: 13px;
  font-weight: 900;
}
.dv-home-editorial--hot .dv-card-badge { right: 10px; left: auto; }
.dv-home-editorial--recent .dv-card-meta time { color: var(--dv-muted); font-weight: 750; }
.dv-card-rating { color: #9a690c; font-weight: 900; }
.dv-card-meta .dv-card-open { margin-left: auto; }

.dv-mascot-invite {
  right: 16px;
  bottom: 16px;
  left: auto;
  width: auto;
  align-items: center;
  filter: none;
}
.dv-mascot-tab {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 8px;
  padding: 5px 12px 5px 5px;
  border: 1px solid rgba(23, 107, 69, .18);
  border-radius: 999px;
  color: var(--dv-green-dark);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 9px 26px rgba(27, 52, 35, .17);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.dv-mascot-tab:hover,
.dv-mascot-tab:focus-visible {
  border-color: rgba(23, 107, 69, .42);
  box-shadow: 0 12px 30px rgba(27, 52, 35, .22);
  transform: translateY(-2px);
}
.dv-mascot-tab img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 8%;
  background: #f3e7cf;
}
.dv-mascot-tab span { display: grid; text-align: left; }
.dv-mascot-tab strong { color: var(--dv-green-dark); font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.1; }
.dv-mascot-tab small { color: var(--dv-terracotta); font-size: 8px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

.dv-recipe-header .dv-recipe-facts {
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  max-width: none;
}
.dv-recipe--collection .dv-recipe-header .dv-recipe-facts {
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  max-width: 560px;
}
.dv-recipe-side .dv-recipe-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dv-recipe-side .dv-cook-mode-toggle {
  grid-column: 1 / -1;
  width: 100%;
}
.dv-cook-mode-toggle {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(193, 143, 52, .42);
  border-radius: 11px;
  color: #624612;
  background: #fff8e8;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}
.dv-cook-mode-toggle:hover {
  color: #fff;
  border-color: #9f741d;
  background: #9f741d;
  transform: translateY(-1px);
}
.dv-step-check {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  padding: 0;
  border: 1.5px solid #88ac97;
  border-radius: 50%;
  color: transparent;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.dv-step-check:hover,
.dv-step-check:focus-visible { box-shadow: 0 0 0 3px rgba(23, 107, 69, .1); }
.dv-step-check[aria-pressed="true"] { color: #fff; border-color: var(--dv-green); background: var(--dv-green); }
.dv-recipe-content ol li { padding-right: 54px; transition: opacity .18s ease, background .18s ease; }
.dv-recipe-content ol li.is-step-complete { opacity: .58; background: #f0f5f1; }
.dv-recipe-content ol li.is-step-complete:not(:has(.dv-step-check:focus)) { text-decoration: line-through; }

.dv-recipe-rating {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
  padding: 22px 24px;
  border: 1px solid #eadfca;
  border-radius: 17px;
  background: linear-gradient(135deg, #fffdf7, #fff8e9);
  box-shadow: 0 8px 22px rgba(78, 57, 23, .055);
}
.dv-recipe-rating__eyebrow {
  margin: 0 0 3px;
  color: var(--dv-terracotta);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dv-recipe-rating h2 {
  margin: 0;
  color: var(--dv-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.15;
}
.dv-recipe-rating__summary { margin: 5px 0 0; color: var(--dv-muted); font-size: 12px; }
.dv-recipe-rating__stars { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 3px; }
.dv-recipe-rating__stars button {
  padding: 0;
  border: 0;
  color: #d7cbb4;
  background: transparent;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
  transition: color .14s ease, transform .14s ease;
}
.dv-recipe-rating__stars button:hover,
.dv-recipe-rating__stars button:hover ~ button,
.dv-recipe-rating__stars button:focus-visible,
.dv-recipe-rating__stars button:focus-visible ~ button,
.dv-recipe-rating__stars button.is-selected { color: var(--dv-gold); transform: translateY(-1px); }
.dv-recipe-rating__stars button:disabled { cursor: default; }
.dv-recipe-rating__status { grid-column: 1 / -1; min-height: 18px; margin: -8px 0 0; color: var(--dv-green); font-size: 12px; font-weight: 750; }

.dv-cook-progress {
  --dv-cook-progress: 0%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2200;
  display: none;
  height: 5px;
  background: #e3e9e4;
}
.dv-cook-progress span { display: block; width: var(--dv-cook-progress); height: 100%; background: linear-gradient(90deg, var(--dv-gold), var(--dv-green)); transition: width .25s ease; }
body.dv-cook-mode { background: #f8f5ee; }
body.dv-cook-mode .dv-site-header,
body.dv-cook-mode .dv-site-footer,
body.dv-cook-mode .dv-mascot-invite,
body.dv-cook-mode .dv-related,
body.dv-cook-mode .dv-back-top,
body.dv-cook-mode .dv-recipe-jump,
body.dv-cook-mode .dv-recipe-side .dv-recipe-hero,
body.dv-cook-mode .dv-recipe-side .dv-action,
body.dv-cook-mode .dv-recipe-categories,
body.dv-cook-mode .dv-recipe-byline,
body.dv-cook-mode .dv-recipe-facts,
body.dv-cook-mode .dv-tags,
body.dv-cook-mode .dv-recipe-rating { display: none !important; }
body.dv-cook-mode .dv-cook-progress { display: block; }
body.dv-cook-mode .dv-single { padding: 24px 0 50px; }
body.dv-cook-mode .dv-recipe-layout {
  display: block;
  max-width: 900px;
  margin-inline: auto;
}
body.dv-cook-mode .dv-recipe-header {
  overflow: visible;
  margin: 0 0 16px;
  padding: 0 90px 12px 0;
  border: 0;
  border-bottom: 1px solid #dfe7e1;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.dv-cook-mode .dv-recipe-header::before { display: none; }
body.dv-cook-mode .dv-recipe h1 { font-size: clamp(34px, 5vw, 48px); }
body.dv-cook-mode .dv-recipe-side {
  position: static;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body.dv-cook-mode .dv-recipe-side .dv-recipe-actions { display: block; margin: 0; }
body.dv-cook-mode .dv-cook-mode-toggle {
  position: fixed;
  top: 14px;
  right: 16px;
  z-index: 2300;
  width: auto;
  min-height: 42px;
  color: #fff;
  border-color: var(--dv-green);
  border-radius: 999px;
  background: var(--dv-green);
  box-shadow: 0 8px 24px rgba(23, 107, 69, .24);
}
body.dv-cook-mode .dv-recipe-content {
  padding: clamp(26px, 4vw, 44px);
  font-size: 20px;
  line-height: 1.8;
}
body.dv-cook-mode .dv-recipe-content li { font-size: 19px; }

@media (max-width: 900px) {
  .dv-home-categories ul { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .dv-home-hero { min-height: 410px; }
  .dv-home-hero__content { padding-block: 48px; }
  .dv-home-categories ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dv-home-categories a { justify-content: flex-start; }
  .dv-home-editorial .dv-four-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .dv-home-editorial .dv-card { border-radius: 14px; }
  .dv-home-editorial .dv-card-media { aspect-ratio: 4 / 3; }
  .dv-home-editorial .dv-card-body { min-height: 126px; padding: 11px 11px 12px; }
  .dv-home-editorial .dv-card-category { margin-bottom: 4px; font-size: 8px; }
  .dv-home-editorial .dv-card h3 { margin-bottom: 7px; font-size: 15px; line-height: 1.2; }
  .dv-home-editorial .dv-card-excerpt { display: none; }
  .dv-home-editorial .dv-card-meta { font-size: 9px; }
  .dv-home-editorial .dv-card-meta .dv-card-open { display: none; }
  .dv-home-editorial .dv-card-views { min-height: 23px; padding: 3px 7px; font-size: 10px; }
  .dv-home-editorial--hot .dv-card::after { width: 28px; height: 28px; font-size: 11px; }
  .dv-mascot-invite { right: 9px; bottom: 9px; width: auto; }
  .dv-mascot-tab { min-height: 52px; padding: 4px; }
  .dv-mascot-tab img { width: 44px; height: 44px; }
  .dv-mascot-tab span { display: none; }
  .dv-recipe-side .dv-recipe-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dv-recipe-rating { grid-template-columns: 1fr; gap: 14px; padding: 20px 17px; }
  .dv-recipe-rating__stars { justify-content: flex-end; width: fit-content; }
  .dv-recipe-rating__status { margin-top: -4px; }
  body.dv-cook-mode .dv-single { padding-top: 18px; }
  body.dv-cook-mode .dv-recipe-header { padding-right: 0; padding-top: 52px; }
  body.dv-cook-mode .dv-cook-mode-toggle { top: 10px; right: 10px; min-height: 38px; font-size: 11px; }
  body.dv-cook-mode .dv-recipe-content { padding: 20px 14px; font-size: 18px; }
  body.dv-cook-mode .dv-recipe-content li { font-size: 17px; }
}

@media print {
  .dv-recipe-rating,
  .dv-cook-mode-toggle,
  .dv-cook-progress,
  .dv-step-check { display: none !important; }
}

/* 3.0.1 — compact home: smaller imagery, tighter cards and faster scanning. */
.home .dv-home-hero {
  min-height: 340px;
  background-position: center 54%;
}
.home .dv-home-hero__content {
  max-width: 720px;
  padding-block: 38px;
}
.home .dv-home-hero__eyebrow { margin-bottom: 7px; font-size: 10px; }
.home .dv-home-hero h1 {
  max-width: 680px;
  font-size: clamp(36px, 4.6vw, 54px);
  line-height: 1.04;
}
.home .dv-home-hero__content > p:not(.dv-home-hero__eyebrow) {
  max-width: 540px;
  margin-top: 9px;
  font-size: 15px;
}
.home .dv-home-hero__search {
  width: min(100%, 590px);
  min-height: 50px;
  margin-top: 19px;
  padding: 4px 4px 4px 15px;
}
.home .dv-home-hero__search svg { width: 18px; height: 18px; }
.home .dv-home-hero__search input { font-size: 14px; }
.home .dv-home-hero__search button { min-height: 40px; padding-inline: 20px; font-size: 13px; }

.home .dv-home-categories { padding-bottom: 15px; }
.home .dv-home-categories ul { gap: 8px; padding-top: 15px; }
.home .dv-home-categories a {
  min-height: 54px;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(38, 56, 43, .035);
}
.home .dv-home-categories a span {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
  border-radius: 9px;
}
.home .dv-home-categories a span svg { width: 18px; height: 18px; }
.home .dv-home-categories a strong { font-size: 10px; }

.home .dv-home-editorial { padding-block: 30px; }
.home .dv-home-editorial__heading { gap: 10px; margin-bottom: 16px; }
.home .dv-home-editorial__icon {
  width: 39px;
  height: 39px;
  flex-basis: 39px;
  border-radius: 12px;
  font-size: 19px;
}
.home .dv-home-editorial__heading p { font-size: 9px; }
.home .dv-home-editorial__heading h2 { font-size: clamp(25px, 3vw, 32px); }
.home .dv-home-editorial .dv-four-card-grid { gap: 13px; }
.home .dv-home-editorial .dv-card {
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(38, 56, 43, .05);
}
.home .dv-home-editorial .dv-card-media {
  height: 132px;
  aspect-ratio: auto;
}
.home .dv-home-editorial .dv-card-body {
  min-height: 118px;
  padding: 10px 12px 12px;
}
.home .dv-home-editorial .dv-card-category {
  margin-bottom: 4px;
  font-size: 8px;
}
.home .dv-home-editorial .dv-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home .dv-home-editorial .dv-card-excerpt {
  min-height: 0;
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 1.35;
  -webkit-line-clamp: 1;
}
.home .dv-home-editorial .dv-card-meta { gap: 5px 8px; padding-top: 5px; font-size: 9px; }
.home .dv-home-editorial .dv-card-views {
  min-height: 23px;
  padding: 3px 7px;
  font-size: 10px;
}
.home .dv-home-editorial .dv-card-badge { top: 7px; padding: 4px 7px; font-size: 8px; }
.home .dv-home-editorial--hot .dv-card::after {
  top: 7px;
  left: 7px;
  width: 27px;
  height: 27px;
  font-size: 10px;
}

.home .dv-home-chef-pick { padding-block: 34px; }
.home .dv-home-chef-pick__card {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  max-width: 940px;
  margin-inline: auto;
  border-radius: 18px;
}
.home .dv-home-chef-pick__image { min-height: 255px; max-height: 255px; }
.home .dv-home-chef-pick__content { padding: 28px 34px; }
.home .dv-home-chef-pick__content > img { width: 115px; height: 175px; }
.home .dv-home-chef-pick h2 { margin-bottom: 9px; font-size: clamp(27px, 3vw, 36px); }
.home .dv-home-chef-pick__content p:not(.dv-home-chef-pick__label) {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .home .dv-home-hero { min-height: 320px; }
  .home .dv-home-chef-pick__card { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
}

@media (max-width: 560px) {
  .home .dv-home-hero { min-height: 292px; }
  .home .dv-home-hero__content { padding-block: 28px; }
  .home .dv-home-hero__eyebrow { display: none; }
  .home .dv-home-hero h1 { font-size: 33px; }
  .home .dv-home-hero__content > p:not(.dv-home-hero__eyebrow) { margin-top: 7px; font-size: 13px; }
  .home .dv-home-hero__search {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 47px;
    margin-top: 15px;
    padding: 4px 4px 4px 12px;
    border-radius: 999px;
  }
  .home .dv-home-hero__search button {
    grid-column: auto;
    width: auto;
    min-height: 37px;
    padding-inline: 13px;
    font-size: 11px;
  }
  .home .dv-home-categories ul { gap: 7px; padding-top: 11px; }
  .home .dv-home-categories a { min-height: 47px; padding: 6px 8px; }
  .home .dv-home-categories a span { width: 28px; height: 28px; flex-basis: 28px; }
  .home .dv-home-categories a span svg { width: 16px; height: 16px; }
  .home .dv-home-editorial { padding-block: 24px; }
  .home .dv-home-editorial__heading { margin-bottom: 12px; }
  .home .dv-home-editorial__icon { width: 34px; height: 34px; flex-basis: 34px; font-size: 17px; }
  .home .dv-home-editorial__heading h2 { font-size: 24px; }
  .home .dv-home-editorial .dv-four-card-grid { gap: 8px; }
  .home .dv-home-editorial .dv-card-media { height: 94px; aspect-ratio: auto; }
  .home .dv-home-editorial .dv-card-body { min-height: 104px; padding: 8px 9px 9px; }
  .home .dv-home-editorial .dv-card h3 { font-size: 13px; }
  .home .dv-home-editorial .dv-card-excerpt { display: none; }
  .home .dv-home-editorial .dv-card-meta { font-size: 8px; }
  .home .dv-home-chef-pick { padding-block: 26px; }
  .home .dv-home-chef-pick__card { grid-template-columns: 1fr; }
  .home .dv-home-chef-pick__image { min-height: 165px; max-height: 165px; }
  .home .dv-home-chef-pick__content { padding: 21px 18px 24px; }
  .home .dv-home-chef-pick h2 { font-size: 26px; }
}

/* 3.0.2 — app-style category dock beside the home logo. */
.home .dv-header-row {
  min-height: 92px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.dv-category-dock {
  min-width: 0;
  overflow: hidden;
  padding: 5px 2px 3px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10px, #000 calc(100% - 10px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 10px, #000 calc(100% - 10px), transparent 100%);
}
.dv-category-dock ul {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  overflow-x: auto;
  margin: 0;
  padding: 2px 10px 5px;
  list-style: none;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.dv-category-dock ul::-webkit-scrollbar { display: none; }
.dv-category-dock li { min-width: 0; flex: 0 0 44px; scroll-snap-align: start; }
.dv-category-dock a {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #354039;
  text-align: center;
}
.dv-category-dock a span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #dfe7e1;
  border-radius: 11px;
  background: linear-gradient(145deg, #fff, #f2f6f3);
  box-shadow: 0 4px 11px rgba(36, 59, 43, .09);
  font-size: 19px;
  line-height: 1;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.dv-category-dock a small {
  display: block;
  width: 44px;
  overflow: hidden;
  color: #48534c;
  font-size: 8px;
  font-weight: 750;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dv-category-dock a:hover span,
.dv-category-dock a:focus-visible span {
  border-color: rgba(23, 107, 69, .42);
  box-shadow: 0 7px 15px rgba(23, 107, 69, .15);
  transform: translateY(-2px);
}
.dv-category-dock a:hover small,
.dv-category-dock a:focus-visible small { color: var(--dv-green); }
.dv-category-dock .dv-category-dock__sobremesas {
  flex-basis: 56px;
}
.dv-category-dock .dv-category-dock__sobremesas a small {
  width: 58px;
  overflow: visible;
  text-overflow: clip;
}
.home .dv-home-categories { display: none !important; }

@media (max-width: 1050px) {
  .home .dv-header-row { min-height: 84px; gap: 7px; }
  .dv-category-dock li { flex-basis: 43px; }
  .dv-category-dock a span { width: 36px; height: 36px; font-size: 18px; }
  .dv-category-dock a small { width: 43px; font-size: 7px; }
}

@media (max-width: 820px) {
  .home .dv-header-row { min-height: 76px; }
  .dv-category-dock { padding-block: 3px 0; }
  .dv-category-dock ul { gap: 3px; padding-inline: 8px; }
  .dv-category-dock li { flex-basis: 44px; }
  .dv-category-dock a span { width: 34px; height: 34px; border-radius: 10px; font-size: 17px; }
  .dv-category-dock a small { width: 46px; font-size: 7px; }
}

@media (max-width: 560px) {
  .home .dv-header-row { min-height: 70px; gap: 4px; }
  .home .dv-home-header-tools { gap: 4px; }
  .home .dv-home-header-search { width: 35px; min-height: 35px; }
  .home .dv-home-header-login { min-width: 49px; min-height: 35px; padding-inline: 8px; font-size: 9px; }
  .dv-category-dock li { flex-basis: 41px; }
  .dv-category-dock a span { width: 32px; height: 32px; font-size: 16px; }
  .dv-category-dock a small { width: 42px; font-size: 6.5px; }
}

/* 3.0.4 — one category menu across the whole public site. */
.dv-main-nav,
.dv-menu-toggle,
.dv-header-mascot,
.dv-category-dock ~ .dv-header-actions { display: none !important; }
.dv-header-row,
.home .dv-header-row {
  min-height: 92px;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.dv-category-dock { width: 100%; }

@media (max-width: 1050px) {
  .dv-header-row,
  .home .dv-header-row { min-height: 84px; }
}

@media (max-width: 820px) {
  .dv-header-row,
  .home .dv-header-row { min-height: 76px; }
}

@media (max-width: 560px) {
  .dv-header-row,
  .home .dv-header-row { min-height: 70px; }
}
