/*
Theme Name: Asia34 Media
Theme URI: https://asia34.fr/
Author: Asia34
Description: Thème éditorial local pour Asia34, cuisine asiatique, produits d’Asie et bonnes adresses en Occitanie.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: asia34-media
*/

:root {
  --a34-ink: #2a1410;
  --a34-text: #3e2b24;
  --a34-muted: #75655b;
  --a34-line: #e8d9c7;
  --a34-paper: #fffaf1;
  --a34-soft: #f7ebd8;
  --a34-cream: #fff4df;
  --a34-red: #b3261e;
  --a34-red-dark: #7f1d17;
  --a34-gold: #c98d2e;
  --a34-green: #1f6b4d;
  --a34-shadow: 0 18px 45px rgba(70, 31, 20, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--a34-text);
  background:
    radial-gradient(circle at top left, rgba(201, 141, 46, .12), transparent 34rem),
    linear-gradient(180deg, #fffaf1 0%, #fff7ea 42%, #fffaf1 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

body:not(.admin-bar) a,
.site-header a,
main a,
.site-footer a {
  color: var(--a34-red-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

body:not(.admin-bar) a:hover,
.site-header a:hover,
main a:hover,
.site-footer a:hover {
  color: var(--a34-red);
}

body:not(.admin-bar) a:focus-visible,
body:not(.admin-bar) button:focus-visible,
.site-header a:focus-visible,
main a:focus-visible,
main button:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid rgba(201, 141, 46, .55);
  outline-offset: 3px;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  border-bottom: 1px solid rgba(127, 29, 23, .13);
  background: rgba(255, 250, 241, .94);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

body.admin-bar .site-header {
  top: 32px;
}

.wrap {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--a34-ink);
  text-decoration: none;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--a34-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--a34-red), var(--a34-red-dark));
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(179, 38, 30, .24);
}

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 750;
}

.nav-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--a34-ink);
  text-decoration: none;
}

.nav-menu a:hover {
  background: rgba(179, 38, 30, .08);
  color: var(--a34-red-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr);
  gap: 46px;
  align-items: center;
  padding: 58px 0 44px;
}

.eyebrow,
.panel-kicker,
.card-kicker {
  margin: 0 0 12px;
  color: var(--a34-red);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}

h1,
h2,
h3 {
  color: var(--a34-ink);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5.2vw, 66px);
  font-weight: 750;
}

h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.lead {
  color: #553f35;
  font-size: 20px;
  max-width: 720px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(201, 141, 46, .35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
  color: #5b4034;
  font-size: 13px;
  font-weight: 800;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 17px;
  border-radius: 999px;
  border: 1px solid var(--a34-red-dark);
  background: var(--a34-red-dark);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(127, 29, 23, .18);
}

.button:hover {
  color: #fff;
  background: var(--a34-red);
  transform: translateY(-1px);
}

.button.secondary {
  background: #fff7ea;
  color: var(--a34-red-dark);
  box-shadow: none;
}

body:not(.admin-bar) a.button,
.site-header a.button,
main a.button,
a.button:visited {
  color: #fff;
}

body:not(.admin-bar) a.button.secondary,
.site-header a.button.secondary,
main a.button.secondary,
a.button.secondary:visited {
  color: var(--a34-red-dark);
}

.hero-visual {
  display: grid;
  gap: 14px;
  position: relative;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -16px 24px 70px -18px;
  border: 1px solid rgba(201, 141, 46, .36);
  border-radius: 24px;
  pointer-events: none;
}

.hero-image,
.featured-image,
.card-image,
.related-image {
  display: block;
  width: 100%;
  object-fit: cover;
  background: var(--a34-soft);
}

.hero-image {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  border: 1px solid rgba(127, 29, 23, .14);
  box-shadow: var(--a34-shadow);
}

.hero-panel {
  position: relative;
  border: 1px solid var(--a34-line);
  background: rgba(255, 255, 255, .92);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 14px 35px rgba(70, 31, 20, .08);
}

.hero-panel ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.feature-band {
  padding: 44px 0;
  background: linear-gradient(135deg, #7f1d17 0%, #b3261e 58%, #c98d2e 100%);
  color: #fff7ea;
}

.feature-band h2,
.feature-band .eyebrow {
  color: #fff;
}

.feature-band p {
  color: rgba(255, 250, 241, .88);
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
  gap: 28px;
  align-items: center;
}

.mini-list {
  display: grid;
  gap: 10px;
}

.mini-list a {
  display: block;
  padding: 14px 16px;
  background: rgba(255, 250, 241, .13);
  border: 1px solid rgba(255, 250, 241, .32);
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 850;
}

.mini-list a:hover {
  background: rgba(255, 250, 241, .22);
  color: #fff;
  transform: translateX(2px);
}

body:not(.admin-bar) .feature-band a,
main .feature-band a,
body:not(.admin-bar) .mini-list a,
main .mini-list a {
  color: #fff;
}

.section {
  padding: 46px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.card {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(127, 29, 23, .12);
  background: rgba(255, 255, 255, .88);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(70, 31, 20, .08);
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(70, 31, 20, .12);
}

.card p {
  color: var(--a34-muted);
}

.card-image {
  aspect-ratio: 16 / 10;
  margin: -22px -22px 18px;
  width: calc(100% + 44px);
  border-radius: 16px 16px 0 0;
}

.meta {
  color: var(--a34-muted);
  font-size: 14px;
  font-weight: 700;
}

.content {
  width: min(820px, calc(100% - 32px));
  margin: 46px auto;
}

.breadcrumb {
  margin-top: 24px;
  margin-bottom: -16px;
  color: var(--a34-muted);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.breadcrumb li + li::before {
  content: "/";
  color: rgba(101, 71, 59, .55);
}

.breadcrumb a {
  color: #7f1d17;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  color: var(--a34-muted);
}

.content h1 {
  font-size: clamp(36px, 5vw, 56px);
}

.content h2 {
  margin-top: 38px;
}

.content h3 {
  margin-top: 24px;
}

.content p,
.content li {
  color: #4d3b33;
}

.featured-image {
  aspect-ratio: 16 / 9;
  margin: 0 0 24px;
  border-radius: 18px;
  border: 1px solid rgba(127, 29, 23, .13);
  box-shadow: var(--a34-shadow);
}

.article-note {
  display: grid;
  gap: 4px;
  margin: 0 0 28px;
  padding: 15px 17px;
  border: 1px solid rgba(201, 141, 46, .34);
  border-radius: 14px;
  background: #fff6e4;
}

.article-note strong {
  color: var(--a34-red-dark);
}

.article-note span {
  color: var(--a34-muted);
  font-size: 15px;
}

.archive-description {
  max-width: 850px;
  margin: 0 0 28px;
  padding: 18px 20px;
  border: 1px solid rgba(201, 141, 46, .34);
  border-radius: 16px;
  background: #fff6e4;
  color: #4d3b33;
  box-shadow: 0 12px 30px rgba(70, 31, 20, .07);
}

.archive-description p {
  margin: 0;
}

.archive-description p + p {
  margin-top: 10px;
}

.content blockquote {
  border-left: 4px solid var(--a34-gold);
  margin: 30px 0;
  padding: 12px 0 12px 18px;
  color: #4f392e;
  background: #fff4df;
  border-radius: 0 12px 12px 0;
}

.author-box {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 42px 0 28px;
  padding: 24px;
  border: 1px solid rgba(127, 29, 23, .16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 244, 223, .96), rgba(255, 250, 241, .98)),
    radial-gradient(circle at top right, rgba(201, 141, 46, .16), transparent 18rem);
  box-shadow: 0 14px 34px rgba(70, 31, 20, .09);
}

.author-avatar {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--a34-red), var(--a34-red-dark));
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(179, 38, 30, .22);
}

.author-label {
  margin: 0 0 4px;
  color: var(--a34-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.author-copy h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.author-copy p {
  margin: 0 0 14px;
  color: #553f35;
}

.author-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--a34-red-dark);
  color: #fffaf1 !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.author-link:hover {
  background: var(--a34-red);
  color: #fff !important;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 0 1px var(--a34-line);
}

.recipe-summary,
.recipe-card {
  margin: 26px 0;
  padding: 22px;
  border: 1px solid rgba(127, 29, 23, .16);
  border-radius: 18px;
  background: #fff6e4;
  box-shadow: 0 12px 30px rgba(70, 31, 20, .08);
}

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

.recipe-summary span {
  display: block;
  color: var(--a34-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.recipe-summary strong {
  display: block;
  margin-top: 4px;
  color: var(--a34-ink);
  font-size: 16px;
}

.recipe-card h2 {
  margin-top: 0;
}

.recipe-card ol,
.recipe-card ul {
  margin-bottom: 0;
}

.recipe-card li + li {
  margin-top: 8px;
}

.recipe-tip {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 5px solid var(--a34-green);
  border-radius: 0 14px 14px 0;
  background: #f2fbf5;
  color: #254b38;
}

.asia34-tool {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid rgba(201, 141, 46, .38);
  border-radius: 16px;
  background: #fff6e4;
  box-shadow: 0 12px 30px rgba(70, 31, 20, .08);
}

.asia34-tool h3 {
  margin-top: 0;
  color: var(--a34-red-dark);
}

.asia34-tool label {
  display: block;
  margin: 9px 0;
  padding: 10px 12px;
  border: 1px solid rgba(127, 29, 23, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
}

.asia34-tool input {
  margin-right: 8px;
}

.asia34-tool button {
  margin-top: 12px;
  min-height: 42px;
  padding: 10px 15px;
  border: 0;
  border-radius: 999px;
  background: var(--a34-red-dark);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}

.asia34-tool button:hover {
  background: var(--a34-red);
}

.asia34-result {
  margin-top: 14px;
  padding: 13px 14px;
  background: #fff;
  border: 1px solid var(--a34-line);
  border-radius: 12px;
  color: var(--a34-ink);
  font-weight: 750;
}

.recipe-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(150px, .8fr) minmax(150px, .8fr) auto;
  gap: 12px;
  align-items: end;
  margin: 18px 0 22px;
  padding: 16px;
  border: 1px solid rgba(127, 29, 23, .14);
  border-radius: 16px;
  background: #fff6e4;
}

.recipe-filters label {
  display: grid;
  gap: 5px;
  margin: 0;
}

.recipe-filters span {
  color: var(--a34-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.recipe-filters input,
.recipe-filters select {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid rgba(127, 29, 23, .18);
  border-radius: 10px;
  background: #fffaf1;
  color: var(--a34-ink);
  font: inherit;
}

.recipe-filters button {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(127, 29, 23, .18);
  border-radius: 999px;
  background: #fffaf1;
  color: var(--a34-red-dark);
  font-weight: 850;
  cursor: pointer;
}

.recipe-filters button:hover {
  background: #ffe9bd;
}

.recipe-empty {
  margin: 20px 0 0;
  padding: 16px;
  border: 1px dashed rgba(127, 29, 23, .24);
  border-radius: 14px;
  color: var(--a34-muted);
  background: #fffaf1;
}

.content th,
.content td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--a34-line);
  text-align: left;
  vertical-align: top;
}

.content th {
  background: #7f1d17;
  color: #fff;
  font-size: 14px;
}

.content tr:last-child td {
  border-bottom: 0;
}

.a34-fast-list,
.content ul {
  padding-left: 20px;
}

.a34-fast-list {
  padding: 18px 20px 18px 38px;
  background: #fff6e4;
  border: 1px solid rgba(201, 141, 46, .35);
  border-radius: 14px;
}

.post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.related-section {
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid var(--a34-line);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.related-card {
  overflow: hidden;
  border: 1px solid rgba(127, 29, 23, .12);
  border-radius: 14px;
  background: #fff;
}

.related-card h3,
.related-card p {
  padding-inline: 14px;
}

.related-card h3 {
  font-size: 18px;
  margin-top: 12px;
}

.related-card p {
  color: var(--a34-muted);
  font-size: 15px;
}

.related-image {
  aspect-ratio: 16 / 10;
}

.site-footer {
  margin-top: 58px;
  padding: 46px 0 22px;
  background:
    linear-gradient(135deg, rgba(127, 29, 23, .94), rgba(42, 20, 16, .98));
  color: #fff4df;
}

.site-footer a {
  color: #ffe1a3;
}

body:not(.admin-bar) .site-footer a,
.site-footer a:visited {
  color: #ffe1a3;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) .75fr .75fr minmax(240px, 1fr);
  gap: 28px;
  align-items: start;
}

.footer-logo {
  color: #fffaf1;
}

body:not(.admin-bar) .site-footer .footer-logo,
.site-footer .footer-logo:visited {
  color: #fffaf1;
}

.footer-logo small {
  color: rgba(255, 244, 223, .72);
}

.footer-brand p,
.footer-cta p {
  color: rgba(255, 244, 223, .78);
}

.footer-kicker {
  margin: 0 0 5px;
  color: #ffe1a3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-local {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(255, 225, 163, .25);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.site-footer h2 {
  margin: 4px 0 14px;
  color: #fffaf1;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.footer-links {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: rgba(255, 244, 223, .84);
  text-decoration: none;
}

body:not(.admin-bar) .site-footer .footer-links a,
.site-footer .footer-links a:visited {
  color: rgba(255, 244, 223, .84);
}

.footer-links a:hover {
  color: #ffe1a3;
}

body:not(.admin-bar) .site-footer .footer-links a:hover {
  color: #ffe1a3;
}

.footer-button {
  margin-top: 8px;
  background: #fff4df;
  border-color: #fff4df;
  color: #5b130f !important;
  box-shadow: none;
}

.footer-button:hover {
  background: #ffe1a3;
  color: #5b130f !important;
}

.partner-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 244, 223, .1);
  color: rgba(255, 244, 223, .5);
  font-size: 12px;
}

.partner-title {
  margin: 0;
  color: rgba(255, 244, 223, .52);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.partner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 11px;
}

.partner-links a {
  color: rgba(255, 244, 223, .46);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

body:not(.admin-bar) .site-footer .partner-links a,
.site-footer .partner-links a:visited {
  color: rgba(255, 244, 223, .46);
}

.partner-links a:hover,
body:not(.admin-bar) .site-footer .partner-links a:hover {
  color: rgba(255, 225, 163, .9);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 244, 223, .16);
  color: rgba(255, 244, 223, .62);
  font-size: 13px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.legal-links a {
  color: rgba(255, 244, 223, .78);
  text-decoration: none;
}

body:not(.admin-bar) .site-footer .legal-links a,
.site-footer .legal-links a:visited {
  color: rgba(255, 244, 223, .78);
}

.legal-links a:hover,
body:not(.admin-bar) .site-footer .legal-links a:hover {
  color: #ffe1a3;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (max-width: 900px) {
  .topbar,
  .hero,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .topbar {
    align-items: flex-start;
  }

  .nav-menu {
    justify-content: flex-start;
  }

  .hero {
    padding-top: 30px;
    gap: 30px;
  }

  .grid,
  .post-list,
  .related-grid,
  .partner-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .wrap,
  .content {
    width: min(100% - 24px, 820px);
  }

  h1,
  .content h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .brand small {
    display: none;
  }

  .topbar {
    gap: 10px;
    padding: 12px 0;
  }

  .site-header nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .nav-menu {
    flex-wrap: nowrap;
    gap: 5px;
    width: max-content;
  }

  .nav-menu a {
    min-height: 32px;
    padding: 6px 8px;
    font-size: 13px;
  }

  .hero {
    padding-bottom: 32px;
  }

  .lead {
    font-size: 18px;
  }

  .author-box {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .recipe-summary {
    grid-template-columns: 1fr 1fr;
    padding: 18px;
  }

  .recipe-filters {
    grid-template-columns: 1fr;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-panel {
    padding: 18px;
  }
}
