/*
Theme Name: Poterie Alsacienne
Theme URI: https://www.poterie-alsacienne.fr/
Author: Poterie Alsacienne
Description: Thème catalogue éditorial consacré à la poterie d'Alsace. Les achats sont redirigés vers Poterie.Alsace.
Version: 0.16.8
Text Domain: poterie-alsacienne
*/

:root {
  --pa-ink: #292623;
  --pa-muted: #716962;
  --pa-paper: #f7f2e9;
  --pa-cream: #fffdf8;
  --pa-gold: #d3a83d;
  --pa-gold-dark: #a77c1f;
  --pa-green: #7f3537;
  --pa-red: #a64139;
  --pa-clay: #b96d4e;
  --pa-line: rgba(54, 43, 31, .14);
  --pa-shadow: 0 18px 55px rgba(60, 43, 25, .10);
  --pa-radius: 20px;
  --pa-display: Georgia, 'Times New Roman', serif;
  --pa-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--pa-ink); background: var(--pa-cream); font-family: var(--pa-sans); font-size: 17px; line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pa-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.pa-narrow { width: min(790px, calc(100% - 40px)); margin-inline: auto; }
.pa-kicker { margin: 0 0 12px; color: var(--pa-green); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.pa-title { margin: 0; font-family: var(--pa-display); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.pa-section-title { max-width: 700px; margin: 0; font: 400 clamp(2.15rem, 5vw, 3.75rem)/1.05 var(--pa-display); letter-spacing: -.035em; }
.pa-lead { max-width: 650px; color: var(--pa-muted); font-size: clamp(1.06rem, 2vw, 1.25rem); }
.pa-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--pa-green); border-radius: 999px; background: var(--pa-green); color: #fff; font-size: .87rem; font-weight: 800; letter-spacing: .035em; text-decoration: none; transition: .2s ease; }
.pa-button:hover { transform: translateY(-2px); background: #6f2e31; box-shadow: 0 9px 24px rgba(127,53,55,.18); }
.pa-button--light { border-color: var(--pa-line); background: rgba(255,255,255,.75); color: var(--pa-ink); }
.pa-button--light:hover { background: #fff; }
.pa-link { color: var(--pa-green); font-weight: 750; }

.pa-topbar { background: var(--pa-green); color: #fff; font-size: .8rem; letter-spacing: .055em; }
.pa-topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 24px; }
.pa-topbar p { margin: 0; }
.pa-topbar a { font-weight: 750; text-decoration: none; }
.pa-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--pa-line); background: rgba(255,253,248,.94); backdrop-filter: blur(18px); }
.pa-header__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 84px; gap: 32px; }
.pa-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.pa-brand__custom-logo { display: block; line-height: 0; }
.pa-brand__custom-logo img { display: block; width: auto; max-width: min(310px, 38vw); max-height: 64px; object-fit: contain; }
.pa-brand:focus-visible { outline: 2px solid var(--pa-red); outline-offset: 7px; border-radius: 2px; }
.pa-brand__mark { position: relative; width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; background: var(--pa-gold); box-shadow: inset -8px -6px 0 rgba(255,255,255,.18); }
.pa-brand__mark::before, .pa-brand__mark::after { content: ''; position: absolute; border: 1.5px solid rgba(41,38,35,.55); border-radius: 50%; }
.pa-brand__mark::before { inset: 8px 12px 8px 7px; }
.pa-brand__mark::after { inset: 4px 6px 11px 14px; }
.pa-brand__copy { display: grid; line-height: 1; }
.pa-brand__copy strong { font: 400 1.28rem/1 var(--pa-display); letter-spacing: .035em; text-transform: uppercase; }
.pa-brand__copy small { margin-top: 5px; color: var(--pa-muted); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.pa-nav ul { display: flex; align-items: center; justify-content: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.pa-nav a { position: relative; font-size: .84rem; font-weight: 750; text-decoration: none; }
.pa-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--pa-gold); transition: right .2s ease; }
.pa-nav a:hover::after, .pa-nav .current-menu-item a::after { right: 0; }
.pa-menu-toggle { display: none; padding: 8px; border: 0; background: transparent; color: var(--pa-ink); }

/* Second niveau de navigation, administrable dans Apparence > Menus. */
.pa-product-nav-wrap { border-top: 1px solid var(--pa-line); background: var(--pa-gold); }
.pa-product-nav > ul { display: flex; align-items: stretch; justify-content: center; margin: 0; padding: 0; list-style: none; }
.pa-product-nav > ul > li { position: relative; border-left: 1px solid rgba(255,255,255,.28); }
.pa-product-nav > ul > li:last-child { border-right: 1px solid rgba(255,255,255,.28); }
.pa-product-nav > ul > li > a { display: block; padding: 13px clamp(14px, 2vw, 25px); color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.pa-product-nav > ul > li:hover > a,
.pa-product-nav > ul > li:focus-within > a,
.pa-product-nav .current-menu-item > a,
.pa-product-nav .current-menu-ancestor > a { background: rgba(91,55,25,.16); }
.pa-product-nav .sub-menu { position: absolute; z-index: 80; top: 100%; left: 0; display: block; width: max-content; min-width: 290px; max-width: min(350px, calc(100vw - 32px)); max-height: min(520px, calc(100vh - 190px)); overflow-y: auto; margin: 0; padding: 9px; border: 1px solid rgba(91,55,25,.14); border-top: 4px solid var(--pa-gold); border-radius: 0 0 12px 12px; background: #fffdf9; box-shadow: 0 20px 48px rgba(50,35,25,.2); list-style: none; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-4px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.pa-product-nav li:hover > .sub-menu,
.pa-product-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.pa-product-nav .sub-menu li { position: relative; }
.pa-product-nav .sub-menu li + li { border-top: 1px solid rgba(91,55,25,.075); }
.pa-product-nav .sub-menu a { position: relative; display: flex; min-height: 42px; padding: 10px 34px 10px 13px; align-items: center; border-radius: 7px; color: var(--pa-ink); font-size: .79rem; font-weight: 600; line-height: 1.35; text-decoration: none; transition: color .15s ease, background-color .15s ease, padding-left .15s ease; }
.pa-product-nav .sub-menu a:hover,
.pa-product-nav .sub-menu a:focus-visible { padding-left: 17px; background: rgba(201,154,82,.14); color: var(--pa-red); }
.pa-product-nav .sub-menu a:focus-visible { outline: 2px solid rgba(166,65,57,.2); outline-offset: -2px; }
.pa-product-nav .sub-menu .menu-item-has-children > a::after { content: '\203A'; position: absolute; right: 13px; color: var(--pa-gold-dark); font-size: 1.15rem; line-height: 1; }
.pa-product-nav .sub-menu .sub-menu { top: -9px; left: 100%; border-top-width: 1px; border-radius: 12px; }
.pa-product-nav > ul > .menu-item-has-children > a::after { content: ''; display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; opacity: .8; transform: rotate(45deg); }
.pa-product-nav > .pa-category-menu { flex-wrap: wrap; }
.pa-product-nav > .pa-category-menu > li > a { padding: 10px clamp(7px, .75vw, 12px); font-size: clamp(.61rem, .64vw, .69rem); letter-spacing: .025em; }

.pa-hero { position: relative; overflow: hidden; padding: clamp(70px, 9vw, 126px) 0 80px; background: var(--pa-paper); }
.pa-hero::before { content: ''; position: absolute; width: 560px; height: 560px; top: -270px; right: -90px; border: 110px solid rgba(211,168,61,.16); border-radius: 50%; }
.pa-hero__grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(46px, 8vw, 110px); }
.pa-hero h1 { max-width: 740px; font-size: clamp(3.15rem, 7.1vw, 6.5rem); }
.pa-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.pa-hero__visual { position: relative; min-height: 560px; }
.pa-hero__plate { position: absolute; overflow: hidden; border: 12px solid rgba(255,255,255,.75); border-radius: 50%; background: #fff; box-shadow: var(--pa-shadow); }
.pa-hero__plate img { width: 100%; height: 100%; object-fit: cover; }
.pa-hero__plate--one { width: 405px; height: 405px; top: 5px; right: 0; }
.pa-hero__plate--two { width: 245px; height: 245px; left: 0; bottom: 0; }
.pa-hero__seal { position: absolute; right: 7px; bottom: 15px; display: grid; place-items: center; width: 142px; height: 142px; padding: 20px; border-radius: 50%; background: var(--pa-red); color: #fff; font: 400 1rem/1.2 var(--pa-display); text-align: center; transform: rotate(7deg); box-shadow: var(--pa-shadow); }

.pa-proof { border-block: 1px solid var(--pa-line); background: #fff; }
.pa-proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pa-proof__item { display: flex; gap: 15px; padding: 25px clamp(16px, 3vw, 36px); }
.pa-proof__item + .pa-proof__item { border-left: 1px solid var(--pa-line); }
.pa-proof__icon { color: var(--pa-gold-dark); font-size: 1.5rem; line-height: 1.2; }
.pa-proof strong { display: block; font-size: .9rem; }
.pa-proof span { color: var(--pa-muted); font-size: .78rem; }

.pa-section { padding: clamp(72px, 10vw, 130px) 0; }
.pa-section--paper { background: var(--pa-paper); }
.pa-section__head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.pa-category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.pa-category { position: relative; min-height: 420px; overflow: hidden; border-radius: var(--pa-radius); background: #ddd; color: #fff; text-decoration: none; box-shadow: var(--pa-shadow); }
.pa-category:nth-child(1), .pa-category:nth-child(4) { grid-column: span 7; }
.pa-category:nth-child(2), .pa-category:nth-child(3) { grid-column: span 5; }
.pa-category img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.pa-category::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(24,20,18,.82) 100%); }
.pa-category__copy { position: absolute; z-index: 1; right: 28px; bottom: 25px; left: 28px; }
.pa-category h3 { margin: 0; font: 400 clamp(1.75rem, 3.3vw, 2.85rem)/1.05 var(--pa-display); }
.pa-category span { font-size: .8rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.pa-category:hover img { transform: scale(1.045); }

.pa-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pa-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--pa-line); border-radius: 16px; background: #fff; transition: .2s ease; }
.pa-card:hover { transform: translateY(-4px); box-shadow: var(--pa-shadow); }
.pa-card__image { position: relative; aspect-ratio: 1 / 1.08; overflow: hidden; background: #f1eee7; }
.pa-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pa-card:hover .pa-card__image img { transform: scale(1.035); }
.pa-card__tag { position: absolute; top: 12px; left: 12px; padding: 5px 10px; border-radius: 999px; background: rgba(255,253,248,.92); color: var(--pa-green); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.pa-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 20px; }
.pa-card h3 { margin: 0 0 8px; font: 400 1.42rem/1.15 var(--pa-display); }
.pa-card p { margin: 0 0 20px; color: var(--pa-muted); font-size: .87rem; }
.pa-card .pa-link { margin-top: auto; font-size: .82rem; }
.pa-card__meta { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 12px; margin: 0 0 18px; padding-top: 14px; border-top: 1px solid var(--pa-line); }
.pa-card__meta strong { color: var(--pa-wine, var(--pa-red)); font: 400 1.18rem/1 var(--pa-display); }
.pa-card__meta span { color: var(--pa-muted); font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-align: right; text-transform: uppercase; }
.pa-product-status { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; margin: 28px 0; padding: 18px 0; border-block: 1px solid var(--pa-line); }
.pa-product-status strong { color: var(--pa-wine, var(--pa-red)); font: 400 1.65rem/1 var(--pa-display); }
.pa-product-status span { color: var(--pa-muted); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.pa-product-page { padding: clamp(30px, 4.5vw, 62px) 0 clamp(80px, 9vw, 130px); background: var(--pa-cream); }
.pa-product-breadcrumbs { max-width: 100%; margin: 0 0 clamp(24px, 3vw, 38px); overflow: hidden; color: var(--pa-muted); text-overflow: ellipsis; white-space: nowrap; }
.pa-product-breadcrumbs span { color: var(--pa-ink); }
.pa-product-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); grid-template-areas: "visual summary"; align-items: start; gap: clamp(48px, 7vw, 105px); }
.pa-product-summary { position: sticky; top: 135px; grid-area: summary; padding-top: 8px; }
.pa-product-summary h1 { max-width: 650px; margin: 0; font-size: clamp(3rem, 5.2vw, 5.25rem); line-height: .96; letter-spacing: -.04em; text-wrap: balance; }
.pa-product-lead { max-width: 590px; margin: 30px 0 0; padding-top: 25px; border-top: 1px solid var(--pa-line); color: var(--pa-muted); font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.65; }
.pa-product-summary .pa-product-status { justify-content: space-between; margin: 22px 0 24px; }
.pa-product-summary .pa-product-status strong { font-size: 1.85rem; }
.pa-product-buy { width: min(100%, 390px); min-height: 58px; }
.pa-product-reassurance { max-width: 430px; margin: 16px 0 0; color: var(--pa-muted); font-size: .76rem; line-height: 1.55; }
.pa-product-visual { position: relative; grid-area: visual; padding: 0 0 42px 42px; }
.pa-product-visual::before { content: ''; position: absolute; width: 58%; height: 72%; left: 0; bottom: 0; border-radius: 2px 2px 2px 130px; background: var(--pa-blush); }
.pa-product-visual img { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 2px 2px 150px 2px; background: #fff; box-shadow: var(--pa-shadow); }
.pa-product-details { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); gap: clamp(40px, 8vw, 120px); margin-top: clamp(68px, 9vw, 125px); padding-top: clamp(48px, 6vw, 82px); border-top: 1px solid var(--pa-line); }
.pa-product-details h2 { max-width: 420px; margin: 0; font: 400 clamp(2.1rem, 3.7vw, 3.4rem)/1.04 var(--pa-display); letter-spacing: -.03em; }
.pa-product-details .pa-entry__content { max-width: 720px; color: var(--pa-muted); }
.pa-product-details .pa-entry__content > :first-child { margin-top: 0; }

.pa-story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 9vw, 120px); }
.pa-story__visual { position: relative; }
.pa-story__visual img { width: 100%; min-height: 560px; object-fit: cover; border-radius: 240px 240px 24px 24px; box-shadow: var(--pa-shadow); }
.pa-story__note { position: absolute; right: -35px; bottom: 45px; max-width: 235px; padding: 22px; border-radius: 14px; background: var(--pa-gold); color: #29200f; font: 400 1.12rem/1.35 var(--pa-display); transform: rotate(-3deg); }
.pa-story__copy h2 { font-size: clamp(2.6rem, 5.5vw, 4.8rem); }
.pa-story__copy p { color: var(--pa-muted); }
.pa-steps { display: grid; gap: 14px; margin: 30px 0; padding: 0; list-style: none; }
.pa-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; }
.pa-steps b { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(211,168,61,.6); border-radius: 50%; color: var(--pa-gold-dark); font: 400 1rem var(--pa-display); }

.pa-guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pa-guide { padding: 30px; border: 1px solid var(--pa-line); border-radius: 16px; background: #fff; }
.pa-guide__number { color: var(--pa-gold-dark); font: 400 2.8rem/1 var(--pa-display); }
.pa-guide h3 { margin: 24px 0 10px; font: 400 1.5rem/1.15 var(--pa-display); }
.pa-guide p { color: var(--pa-muted); font-size: .9rem; }

.pa-cta { position: relative; overflow: hidden; padding: 70px; border-radius: 24px; background: var(--pa-green); color: #fff; }
.pa-cta::after { content: ''; position: absolute; width: 320px; height: 320px; right: -110px; bottom: -210px; border: 60px solid rgba(255,255,255,.09); border-radius: 50%; }
.pa-cta h2 { max-width: 730px; font: 400 clamp(2.2rem, 5vw, 4rem)/1.05 var(--pa-display); }
.pa-cta p { max-width: 650px; color: rgba(255,255,255,.75); }
.pa-cta .pa-button { border-color: #fff; background: #fff; color: var(--pa-green); }

.pa-page-hero { padding: clamp(28px, 3vw, 40px) 0 clamp(32px, 3.5vw, 46px); background: var(--pa-paper); text-align: center; }
.pa-page-hero .pa-breadcrumbs { margin-bottom: 12px; }
.pa-page-hero .pa-kicker { margin-bottom: 7px; }
.pa-page-hero h1 { margin: 0; font-size: clamp(3.5rem, 5.4vw, 5rem); line-height: .94; }
.pa-page-hero .pa-lead { max-width: 700px; margin: 14px auto 0; font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.5; }
.pa-breadcrumbs { margin-bottom: 18px; color: var(--pa-muted); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.pa-catalogue-toolbar { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 35px; }
.pa-catalogue-toolbar input { width: min(100%, 420px); min-height: 48px; padding: 11px 18px; border: 1px solid var(--pa-line); border-radius: 999px; background: #fff; }
.pa-catalogue-categories { margin-bottom: clamp(38px, 6vw, 70px); }
.pa-catalogue-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 24px 0 38px; }
.pa-category-card { display: flex; min-height: 112px; padding: 22px; flex-direction: column; justify-content: space-between; gap: 16px; border: 1px solid var(--pa-line); border-radius: 14px; background: #fff; color: var(--pa-ink); box-shadow: 0 8px 25px rgba(61,45,35,.06); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.pa-category-card strong { font-family: var(--pa-serif); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.2; }
.pa-category-card span { color: var(--pa-red); font-size: .82rem; font-weight: 700; }
.pa-category-card:hover, .pa-category-card:focus-visible { border-color: var(--pa-gold); box-shadow: 0 12px 32px rgba(61,45,35,.1); transform: translateY(-2px); }
.pa-catalogue-category-grid--children { margin-top: 0; }

@media (max-width: 900px) {
  .pa-catalogue-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .pa-catalogue-category-grid { grid-template-columns: 1fr; }
}
.pa-entry { padding: 75px 0 110px; }
.pa-entry h2, .pa-entry h3 { font-family: var(--pa-display); font-weight: 400; line-height: 1.15; }
.pa-entry h2 { margin-top: 2.5em; font-size: 2.35rem; }
.pa-entry blockquote { margin: 40px 0; padding: 25px 30px; border-left: 4px solid var(--pa-gold); background: var(--pa-paper); font-family: var(--pa-display); font-size: 1.25rem; }
.pa-entry a:not(.pa-button), .pa-entry__content a:not(.pa-button), .pa-breadcrumbs a { transition: color .18s ease, text-decoration-color .18s ease; }
.pa-entry a:not(.pa-button):hover, .pa-entry a:not(.pa-button):focus-visible,
.pa-entry__content a:not(.pa-button):hover, .pa-entry__content a:not(.pa-button):focus-visible,
.pa-breadcrumbs a:hover, .pa-breadcrumbs a:focus-visible { color: var(--pa-red); text-decoration-color: var(--pa-red); }

.pa-editorial-content { position: relative; }
.pa-page-toc { max-width: 680px; margin: 0 0 clamp(48px, 7vw, 72px); border: 1px solid rgba(83,61,48,.16); border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(58,43,32,.07); overflow: hidden; }
.pa-page-toc details { margin: 0; }
.pa-page-toc summary { display: flex; min-height: 58px; align-items: center; gap: 12px; padding: 0 18px; cursor: pointer; list-style: none; user-select: none; }
.pa-page-toc summary::-webkit-details-marker { display: none; }
.pa-page-toc summary:hover { background: rgba(241,226,220,.28); }
.pa-page-toc__icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-content: center; gap: 3px; border-radius: 8px; background: var(--pa-red); }
.pa-page-toc__icon i { display: block; width: 12px; height: 1.5px; border-radius: 3px; background: #fff; }
.pa-page-toc__title { color: var(--pa-ink); font-size: .9rem; font-weight: 800; letter-spacing: .025em; }
.pa-page-toc__count { margin-left: auto; color: var(--pa-muted); font-size: .78rem; }
.pa-page-toc__toggle { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.pa-page-toc__toggle::before, .pa-page-toc__toggle::after { content: ''; position: absolute; left: 4px; top: 8px; width: 10px; height: 1.5px; border-radius: 2px; background: var(--pa-red); transition: transform .2s ease; }
.pa-page-toc__toggle::after { transform: rotate(90deg); }
.pa-page-toc details[open] .pa-page-toc__toggle::after { transform: rotate(0); }
.pa-page-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 0; padding: 4px 18px 18px 58px; border: 0; background: none; list-style: none; }
.pa-page-toc li { min-width: 0; padding: 0; border-top: 1px solid rgba(83,61,48,.1); }
.pa-page-toc a { display: block; padding: 10px 0; color: var(--pa-ink); font-size: .88rem; font-weight: 650; line-height: 1.35; text-decoration: none; }
.pa-page-toc a:hover, .pa-page-toc a:focus-visible { color: var(--pa-red); }
.pa-page-toc__level-3 a { padding-left: 14px; color: var(--pa-muted); font-size: .82rem; font-weight: 550; }
.pa-editorial-content h3[id] { scroll-margin-top: 140px; }

@media (min-width: 860px) {
  .pa-editorial-content:has(> .pa-page-toc) {
    width: min(1240px, calc(100% - 72px));
    display: grid;
    grid-template-columns: minmax(230px, 280px) minmax(0, 790px);
    column-gap: clamp(48px, 6vw, 90px);
    align-items: start;
  }
  .pa-editorial-content:has(> .pa-page-toc) > * { grid-column: 2; }
  .pa-editorial-content:has(> .pa-page-toc) > .pa-page-toc {
    position: sticky;
    top: 124px;
    grid-column: 1;
    grid-row: 1 / span 100;
    width: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    border: 0;
    border-left: 1px solid rgba(83,61,48,.24);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }
  .pa-editorial-content:has(> .pa-page-toc) .pa-page-toc details[open] {
    max-height: none;
    overflow: visible;
  }
  .pa-editorial-content:has(> .pa-page-toc) .pa-page-toc summary { display: none; }
  .pa-editorial-content:has(> .pa-page-toc) .pa-page-toc__count { display: none; }
  .pa-editorial-content:has(> .pa-page-toc) .pa-page-toc ol {
    grid-template-columns: 1fr;
    gap: 3px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .pa-editorial-content:has(> .pa-page-toc) .pa-page-toc li { padding: 0; }
  .pa-editorial-content:has(> .pa-page-toc) .pa-page-toc a {
    position: relative;
    padding: 9px 10px 9px 24px;
    color: var(--pa-muted);
    font-size: .8rem;
    font-weight: 650;
    line-height: 1.42;
    transition: color .18s ease, transform .18s ease;
  }
  .pa-editorial-content:has(> .pa-page-toc) .pa-page-toc a::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 7px;
    bottom: 7px;
    width: 3px;
    border-radius: 999px;
    background: var(--pa-red);
    opacity: 0;
    transform: scaleY(.35);
    transition: opacity .18s ease, transform .18s ease;
  }
  .pa-editorial-content:has(> .pa-page-toc) .pa-page-toc a:hover,
  .pa-editorial-content:has(> .pa-page-toc) .pa-page-toc a:focus-visible,
  .pa-editorial-content:has(> .pa-page-toc) .pa-page-toc a.is-active {
    color: var(--pa-red);
    transform: translateX(3px);
  }
  .pa-editorial-content:has(> .pa-page-toc) .pa-page-toc a.is-active::before {
    opacity: 1;
    transform: scaleY(1);
  }
}
.pa-page-faq.pa-recipe-faq { width: 100%; margin: 0; padding: clamp(64px, 8vw, 104px) 0; border-top: 1px solid var(--pa-line); background: #fff; }
.pa-page-faq > .pa-narrow > h2 { margin: 0 0 36px; color: var(--pa-ink); font: 400 clamp(2.4rem, 5vw, 4rem)/1.05 var(--pa-display); letter-spacing: -.03em; }
.pa-editorial-content > p:first-child, .pa-editorial-content > .pa-page-toc + p { margin: 0 0 clamp(54px, 8vw, 86px); color: var(--pa-cocoa, var(--pa-ink)); font: 400 clamp(1.18rem, 2.1vw, 1.46rem)/1.65 var(--pa-display); }
.pa-editorial-content > h2 { position: relative; scroll-margin-top: 140px; margin: clamp(58px, 8vw, 92px) 0 22px; padding: 26px 0 0 36px; border-top: 1px solid var(--pa-line); color: var(--pa-ink); font: 400 clamp(1.9rem, 3.6vw, 2.75rem)/1.08 var(--pa-display); letter-spacing: -.025em; text-wrap: balance; }
.pa-editorial-content > h2:first-child { margin-top: 0; }
.pa-editorial-content > h2::before { content: ''; position: absolute; left: 0; top: 34px; width: 12px; height: 12px; border-radius: 50%; background: var(--pa-red); box-shadow: 0 0 0 7px rgba(182,62,59,.1); }
.pa-editorial-content > h2 + p { margin-top: 0; color: var(--pa-muted); font-size: 1.04rem; line-height: 1.8; }
.pa-editorial-content h3 { position: relative; margin: 46px 0 16px; padding-left: 24px; color: var(--pa-ink); font: 600 clamp(1.35rem, 2.5vw, 1.75rem)/1.2 var(--pa-display); }
.pa-editorial-content h3::before { content: ''; position: absolute; left: 0; top: .12em; width: 5px; height: 1.1em; border-radius: 999px; background: var(--pa-red); }
.pa-editorial-content blockquote { position: relative; margin: clamp(42px, 6vw, 68px) 0; padding: 34px 42px 34px 82px; border: 0; border-radius: 2px 2px 54px 2px; background: var(--pa-paper); color: var(--pa-cocoa, var(--pa-ink)); font: 400 clamp(1.25rem, 2.4vw, 1.6rem)/1.48 var(--pa-display); }
.pa-editorial-content blockquote::before { content: '“'; position: absolute; left: 28px; top: 20px; color: var(--pa-red); font: 400 4.2rem/.9 var(--pa-display); }
.pa-editorial-content ul, .pa-editorial-content ol { margin: 30px 0 42px; padding: 24px 30px 24px 54px; border: 1px solid var(--pa-line); border-radius: 2px 2px 34px 2px; background: rgba(241,226,220,.42); }
.pa-editorial-content li { padding: 5px 0 5px 7px; }
.pa-editorial-content li::marker { color: var(--pa-red); font-weight: 800; }
.pa-editorial-content hr { height: 1px; margin: 60px 0; border: 0; background: var(--pa-line); }
.pa-editorial-content table { width: 100%; margin: 36px 0 54px; border-collapse: collapse; border-block: 1px solid var(--pa-line); font-size: .92rem; }
.pa-editorial-content th, .pa-editorial-content td { padding: 15px 14px; border-bottom: 1px solid var(--pa-line); text-align: left; vertical-align: top; }
.pa-editorial-content th { color: var(--pa-red); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

/* Fiche recette — lisible, structurée et pensée pour les réponses de recherche. */
.pa-recipe-hero { padding: clamp(35px, 5vw, 70px) 0 clamp(65px, 8vw, 110px); background: var(--pa-paper); }
.pa-recipe-breadcrumbs { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pa-recipe-breadcrumbs span { color: var(--pa-ink); }
.pa-recipe-hero__grid { display: grid; grid-template-columns: minmax(380px, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(45px, 8vw, 110px); }
.pa-recipe-hero__grid.no-image { display: block; }
.pa-recipe-hero__grid.no-image .pa-recipe-hero__copy { width: min(820px, 100%); margin-inline: auto; text-align: center; }
.pa-recipe-hero__grid.no-image .pa-recipe-hero__copy h1,
.pa-recipe-hero__grid.no-image .pa-recipe-lead,
.pa-recipe-hero__grid.no-image .pa-recipe-facts { margin-inline: auto; }
.pa-recipe-hero__copy h1 { max-width: 680px; font-size: clamp(3rem, 6vw, 5.8rem); }
.pa-recipe-lead { max-width: 650px; margin: 24px 0 0; color: var(--pa-muted); font-size: clamp(1.06rem, 1.8vw, 1.25rem); }
.pa-recipe-byline { margin: 18px 0 0; color: var(--pa-muted); font-size: .76rem; }
.pa-recipe-share { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; max-width: 650px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--pa-line); }
.pa-recipe-share__label { color: var(--pa-ink); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pa-recipe-share__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.pa-recipe-share__button { display: inline-flex; align-items: center; justify-content: center; width: 40px; min-height: 40px; padding: 8px; border: 1px solid transparent; border-radius: 50%; color: #fff; cursor: pointer; font-size: .72rem; font-weight: 750; line-height: 1; text-decoration: none; box-shadow: 0 5px 14px rgba(44,31,27,.12); transition: filter .18s ease, transform .18s ease, box-shadow .18s ease; }
.pa-recipe-share__button[hidden] { display: none; }
.pa-recipe-share__button span { display: none; }
.pa-recipe-share__button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pa-recipe-share__button.is-facebook svg, .pa-recipe-share__button.is-whatsapp svg, .pa-recipe-share__button.is-pinterest svg { fill: currentColor; stroke: none; }
.pa-recipe-share__button:hover, .pa-recipe-share__button:focus-visible { filter: brightness(.88); transform: translateY(-2px) scale(1.04); box-shadow: 0 8px 18px rgba(44,31,27,.2); }
.pa-recipe-share__button.is-native { background: var(--pa-red); }
.pa-recipe-share__button.is-facebook { background: #1877f2; }
.pa-recipe-share__button.is-whatsapp { background: #168c49; }
.pa-recipe-share__button.is-pinterest { background: #bd081c; }
.pa-recipe-share__button.is-copy { background: var(--pa-wine); }
.pa-recipe-share__button.is-print { background: var(--pa-ink); }
.pa-recipe-share__feedback { flex-basis: 100%; margin: -2px 0 0; color: var(--pa-wine); font-size: .72rem; font-weight: 700; }
.pa-recipe-share__feedback:empty { display: none; }
.pa-recipe-print-sheet { display: none; }

@media (min-width: 1420px) {
  .pa-recipe-share { position: fixed; z-index: 25; right: 16px; left: auto; top: 50%; align-items: center; flex-direction: column; width: 58px; margin: 0; padding: 10px 8px; border: 1px solid var(--pa-line); border-radius: 999px; background: rgba(255,253,248,.94); box-shadow: 0 14px 35px rgba(63,42,34,.14); backdrop-filter: blur(12px); transform: translateY(-50%); }
  .pa-recipe-share__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .pa-recipe-share__actions { flex-direction: column; }
  .pa-recipe-share__feedback { position: absolute; right: 66px; top: 50%; width: 190px; margin: 0; padding: 8px 11px; border-radius: 8px; background: var(--pa-ink); color: #fff; box-shadow: var(--pa-shadow); transform: translateY(-50%); }
}
.pa-recipe-facts { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); max-width: 560px; margin: 32px 0 0; border-block: 1px solid var(--pa-line); }
.pa-recipe-facts div { padding: 17px 20px 17px 0; }
.pa-recipe-facts dt { color: var(--pa-muted); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pa-recipe-facts dd { margin: 3px 0 0; font-family: var(--pa-display); font-size: 1.18rem; }
.pa-recipe-start { margin-top: 30px; }
.pa-recipe-hero__image { position: relative; margin: 0; padding: 0 0 35px 35px; }
.pa-recipe-hero__image::before { content: ''; position: absolute; left: 0; bottom: 0; width: 56%; height: 70%; background: var(--pa-blush); border-radius: 2px 2px 2px 130px; }
.pa-recipe-hero__image img { position: relative; display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 2px 2px 150px 2px; box-shadow: var(--pa-shadow); }
.pa-recipe-body { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); align-items: start; gap: clamp(45px, 8vw, 120px); padding-block: clamp(70px, 9vw, 130px); }
.pa-recipe-body.no-ingredients { display: block; }
.pa-recipe-body.no-ingredients .pa-recipe-content { width: min(860px, 100%); margin-inline: auto; }
.pa-recipe-ingredients { position: sticky; top: 135px; padding: clamp(28px, 4vw, 42px); border-top: 4px solid var(--pa-red); background: #fff; box-shadow: var(--pa-shadow); }
.pa-recipe-ingredients h2, .pa-recipe-content > h2 { margin: 0 0 25px; font: 400 clamp(2rem, 3.7vw, 3.2rem)/1.05 var(--pa-display); }
.pa-recipe-ingredients ul { margin: 0; padding: 0; list-style: none; }
.pa-recipe-ingredients li { padding: 11px 0 11px 27px; border-top: 1px solid var(--pa-line); position: relative; }
.pa-recipe-ingredients li::before { content: ''; position: absolute; left: 2px; top: 1.35em; width: 8px; height: 8px; border: 2px solid var(--pa-red); border-radius: 50%; }
.pa-recipe-content { width: 100%; max-width: 800px; }
.pa-recipe-content .pa-entry__content { font-size: 1.04rem; line-height: 1.78; }
.pa-recipe-content .pa-entry__content > p { margin: 0 0 1.25em; }
.pa-recipe-content .pa-entry__content > ul,
.pa-recipe-content .pa-entry__content > ol { margin-block: 1.5em 2em; }
.pa-recipe-content .pa-entry__content > :first-child { margin-top: 0; }
.pa-recipe-content h2, .pa-recipe-content h3 { font-family: var(--pa-display); font-weight: 400; line-height: 1.15; }
.pa-recipe-content h2 { margin-top: 1.8em; font-size: 2.25rem; }
.pa-recipe-content ol { padding-left: 1.4em; }
.pa-recipe-content ol li { padding: 0 0 20px 8px; }
.pa-recipe-content blockquote { margin: 35px 0; padding: 24px 28px; border-left: 4px solid var(--pa-gold); background: var(--pa-paper); font-family: var(--pa-display); font-size: 1.18rem; }
.pa-recipe-footer { padding: 45px 0 80px; border-top: 1px solid var(--pa-line); background: var(--pa-paper); text-align: center; }
.pa-recipe-footer p { color: var(--pa-muted); }
.pa-recipe-faq { padding: clamp(65px, 8vw, 105px) 0; border-top: 1px solid var(--pa-line); background: #fff; }
.pa-recipe-faq h2 { margin: 0 0 36px; font: 400 clamp(2.4rem, 5vw, 4rem)/1.05 var(--pa-display); letter-spacing: -.03em; }
.pa-recipe-faq__list { border-top: 1px solid var(--pa-line); }
.pa-recipe-faq__item { border-bottom: 1px solid var(--pa-line); }
.pa-recipe-faq__item summary { position: relative; padding: 23px 54px 23px 0; cursor: pointer; font: 400 clamp(1.15rem, 2vw, 1.4rem)/1.3 var(--pa-display); list-style: none; }
.pa-recipe-faq__item summary::-webkit-details-marker { display: none; }
.pa-recipe-faq__item summary::after { content: '+'; position: absolute; right: 8px; top: 50%; color: var(--pa-red); font: 400 1.8rem/1 var(--pa-display); transform: translateY(-50%); }
.pa-recipe-faq__item[open] summary::after { content: '−'; }
.pa-recipe-faq__answer { max-width: 720px; padding: 0 50px 22px 0; color: var(--pa-muted); }
.pa-recipe-faq__answer > :first-child { margin-top: 0; }

.pa-recipe-products { padding: clamp(55px,7vw,90px) 0; border-block: 1px solid var(--pa-line); background: linear-gradient(135deg,#f8f1eb 0%,#fffaf4 58%,#f3e7df 100%); overflow: hidden; }
.pa-recipe-products__header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.pa-recipe-products__header h2 { max-width: 780px; margin: 0; font: 400 clamp(2.25rem,4.5vw,4rem)/1.02 var(--pa-display); letter-spacing: -.035em; text-wrap: balance; }
.pa-recipe-products__controls { display: flex; gap: 9px; }
.pa-recipe-products__navigation { display: flex; align-items: center; gap: 14px; }
.pa-recipe-products__count { min-width: 42px; color: var(--pa-muted); font-size: .75rem; font-weight: 750; text-align: right; }
.pa-recipe-products__controls button { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--pa-ink); border-radius: 50%; background: transparent; color: var(--pa-ink); cursor: pointer; font-size: 1.2rem; transition: .2s ease; }
.pa-recipe-products__controls button:hover { background: var(--pa-ink); color: #fff; }
.pa-recipe-products__controls button:disabled { opacity: .3; cursor: not-allowed; }
.pa-recipe-products__rail { display: grid; grid-auto-flow: column; grid-auto-columns: min(790px,82vw); gap: 22px; overflow-x: auto; padding: 4px 2px 24px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--pa-red) transparent; }
.pa-recipe-products__rail:has(> :only-child) { grid-auto-columns: min(850px,100%); }
.pa-recipe-product { display: grid; grid-template-columns: minmax(250px,.85fr) minmax(320px,1.15fr); min-height: 400px; overflow: hidden; border: 1px solid rgba(127,53,55,.15); border-radius: 20px; background: #fff; box-shadow: 0 18px 45px rgba(78,47,38,.08); scroll-snap-align: start; }
.pa-recipe-product__image { position: relative; min-height: 100%; overflow: hidden; background: #eee7df; }
.pa-recipe-product__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s ease; }
.pa-recipe-product:hover .pa-recipe-product__image img { transform: scale(1.035); }
.pa-recipe-product__image > span { position: absolute; left: 16px; top: 16px; padding: 6px 11px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--pa-wine); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.pa-recipe-product__body { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(28px,4vw,48px); }
.pa-recipe-product h3 { margin: 0 0 14px; font: 400 clamp(1.65rem,2.8vw,2.55rem)/1.08 var(--pa-display); }
.pa-recipe-product h3 a { color: inherit; text-decoration: none; }
.pa-recipe-product__meta { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 20px; margin: auto 0 21px; padding-top: 18px; border-top: 1px solid var(--pa-line); }
.pa-recipe-product__meta strong { color: var(--pa-wine); font: 400 1.35rem/1 var(--pa-display); }
.pa-recipe-product__meta span { color: var(--pa-muted); font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-align: right; text-transform: uppercase; }

/* Carrousel compact : l'essentiel tient dans une vignette basse. */
.pa-recipe-products { padding: clamp(28px,3.5vw,44px) 0; }
.pa-recipe-products__header { align-items: center; margin-bottom: 18px; }
.pa-recipe-products__header .pa-kicker { margin-bottom: 5px; }
.pa-recipe-products__header h2 { max-width: 650px; font-size: clamp(1.65rem,2.7vw,2.35rem); }
.pa-recipe-products__controls { display: flex; }
.pa-recipe-products__controls button { width: 38px; height: 38px; font-size: 1rem; }
.pa-recipe-products__rail,
.pa-recipe-products__rail:has(> :only-child) { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(250px,21vw,286px); grid-template-columns: none; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px 2px 12px; cursor: grab; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x pan-y pinch-zoom; }
.pa-recipe-products__rail::-webkit-scrollbar { display: none; }
.pa-recipe-products__rail.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; user-select: none; }
.pa-recipe-products__rail img,
.pa-recipe-products__rail a { -webkit-user-drag: none; user-drag: none; }
.pa-recipe-products__rail img { pointer-events: none; user-select: none; }
.pa-recipe-products__rail:focus-visible { outline: 2px solid var(--pa-red); outline-offset: 4px; }
.pa-recipe-products__rail:has(> :only-child) { grid-auto-columns: clamp(250px,21vw,286px); }
.pa-recipe-product { display: grid; grid-template-columns: 112px minmax(0,1fr); min-width: 0; min-height: 168px; overflow: hidden; border: 1px solid rgba(127,53,55,.12); border-radius: 16px; background: #fbf6ef; box-shadow: 0 10px 28px rgba(78,47,38,.08); scroll-snap-align: start; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.pa-recipe-product:hover { border-color: rgba(182,62,59,.28); box-shadow: 0 14px 32px rgba(78,47,38,.12); transform: translateY(-2px); }
.pa-recipe-product__image { display: grid; min-height: 0; place-items: center; background: #fff; }
.pa-recipe-product__image img { width: 100%; height: 100%; padding: 9px; object-fit: contain; box-sizing: border-box; mix-blend-mode: normal; }
.pa-recipe-product__image > span { display: none; }
.pa-recipe-product__body { min-width: 0; padding: 17px 16px 15px; background: #fbf6ef; }
.pa-recipe-product__stock { display: inline-flex; align-items: center; align-self: flex-start; margin: 0 0 8px; padding: 4px 8px; border-radius: 999px; font-size: .58rem; font-weight: 850; letter-spacing: .035em; line-height: 1; text-transform: uppercase; }
.pa-recipe-product__stock::before { width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: currentColor; content: ''; }
.pa-recipe-product__stock.is-available { color: #176b38; background: #e4f4e9; }
.pa-recipe-product__stock.is-unavailable { color: #a52d2d; background: #f9e5e3; }
.pa-recipe-product h3 { display: -webkit-box; overflow: hidden; margin: 0 0 10px; font-size: 1.08rem; line-height: 1.16; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.pa-recipe-product__meta { display: block; width: auto; margin: auto 0 11px; padding: 0; border: 0; }
.pa-recipe-product__meta strong { color: var(--pa-wine); font-size: 1.05rem; }
.pa-recipe-product__shop { display: inline-flex; align-items: center; gap: 4px; color: var(--pa-red); font-size: .67rem; font-weight: 800; letter-spacing: .025em; line-height: 1.2; text-decoration: none; text-transform: uppercase; }
.pa-recipe-product__shop:hover { color: var(--pa-wine); text-decoration: underline; }
.pa-recipe-products__progress { position: relative; width: 100%; height: 3px; margin-top: 5px; overflow: hidden; border-radius: 999px; background: rgba(127,53,55,.12); }
.pa-recipe-products__progress span { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--pa-red); transform: scaleX(0); transform-origin: left center; transition: transform .15s ease-out; }
.pa-recipe-products__hint { margin: 7px 0 0; color: var(--pa-muted); font-size: .7rem; text-align: right; }

/* Lecture guidée des recettes : chaque H2 devient un chapitre navigable. */
.pa-recipe-content .pa-entry__content h2 { color: var(--pa-ink); font: 400 clamp(2rem, 4vw, 3.15rem)/1.08 var(--pa-display); letter-spacing: -.025em; text-wrap: balance; }
.pa-recipe-content .pa-entry__content h3 { position: relative; margin: 34px 0 16px; padding-left: 22px; color: var(--pa-ink); font: 600 clamp(1.15rem, 2vw, 1.42rem)/1.3 var(--pa-display); }
.pa-recipe-content .pa-entry__content h3::before { content: ''; position: absolute; left: 0; top: .18em; bottom: .15em; width: 4px; border-radius: 8px; background: var(--pa-red); }
.pa-recipe-content .pa-entry__content ul,
.pa-recipe-content .pa-entry__content ol { margin: 22px 0 30px; padding: 6px 0; list-style: none; counter-reset: recipe-list; }
.pa-recipe-content .pa-entry__content li { position: relative; margin: 0; padding: 13px 16px 13px 48px; border-bottom: 1px solid var(--pa-line); color: var(--pa-ink); line-height: 1.55; }
.pa-recipe-content .pa-entry__content li:last-child { border-bottom: 0; }
.pa-recipe-content .pa-entry__content ul > li::before { content: '✓'; position: absolute; left: 12px; top: 12px; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #eaf3ee; color: var(--pa-green); font-size: .78rem; font-weight: 800; }
.pa-recipe-content .pa-entry__content ol > li { counter-increment: recipe-list; }
.pa-recipe-content .pa-entry__content ol > li::before { content: counter(recipe-list); position: absolute; left: 9px; top: 10px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--pa-red); color: #fff; font-size: .82rem; font-weight: 700; }
.pa-recipe-navigator { scroll-margin-top: 130px; margin-top: 34px; border: 1px solid var(--pa-line); border-radius: 18px; background: #fff; box-shadow: 0 20px 50px rgba(58,43,32,.08); overflow: hidden; }
.pa-recipe-navigator__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 28px 15px; }
.pa-recipe-navigator__eyebrow,.pa-recipe-navigator__count { margin: 0; font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pa-recipe-navigator__eyebrow { color: var(--pa-red); }
.pa-recipe-navigator__count { color: var(--pa-muted); }
.pa-recipe-navigator__track { height: 4px; background: #eee8e1; }
.pa-recipe-navigator__track span { display: block; height: 100%; background: linear-gradient(90deg,var(--pa-red),var(--pa-gold)); transition: width .35s ease; }
.pa-recipe-navigator__tabs { display: flex; gap: 9px; padding: 18px 28px; overflow-x: auto; scrollbar-width: thin; border-bottom: 1px solid var(--pa-line); }
.pa-recipe-navigator__tab { flex: 0 0 auto; display: flex; align-items: center; gap: 9px; max-width: 205px; padding: 7px 12px 7px 7px; border: 1px solid var(--pa-line); border-radius: 999px; background: #fff; color: var(--pa-muted); cursor: pointer; text-align: left; transition: border-color .2s,background .2s,color .2s; }
.pa-recipe-navigator__tab span { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #f0ece7; font-weight: 800; }
.pa-recipe-navigator__tab small { overflow: hidden; font-size: .72rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.pa-recipe-navigator__tab:hover,.pa-recipe-navigator__tab:focus-visible { border-color: var(--pa-red); color: var(--pa-ink); }
.pa-recipe-navigator__tab.is-active { border-color: var(--pa-red); background: #fbf3f2; color: var(--pa-ink); }
.pa-recipe-navigator__tab.is-active span { background: var(--pa-red); color: #fff; }
.pa-recipe-navigator__panels { min-height: 420px; padding: clamp(27px,5vw,52px); }
.pa-recipe-chapter { animation: pa-recipe-chapter-in .35s ease both; }
.pa-recipe-chapter[hidden] { display: none; }
.pa-recipe-chapter > h2 { max-width: 700px; margin: 0 0 28px !important; }
.pa-recipe-navigator__actions { display: flex; justify-content: space-between; gap: 20px; padding: 18px 28px; border-top: 1px solid var(--pa-line); background: #fcfaf7; }
.pa-recipe-nav-button { min-width: 135px; padding: 12px 18px; border: 1px solid var(--pa-ink); border-radius: 999px; background: var(--pa-ink); color: #fff; cursor: pointer; font-weight: 750; }
.pa-recipe-nav-button.is-previous { background: transparent; color: var(--pa-ink); }
.pa-recipe-nav-button:disabled { opacity: .32; cursor: not-allowed; }
@keyframes pa-recipe-chapter-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
.pa-recipe-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.pa-recipe-card .pa-card__image { aspect-ratio: 4 / 3; }
.pa-recipe-card .pa-card__body { padding: 17px; }
.pa-recipe-card h2 { margin: 0 0 8px; font: 400 clamp(1.25rem, 1.7vw, 1.48rem)/1.12 var(--pa-display); }
.pa-recipe-card h2 a { text-decoration: none; }
.pa-recipe-card > .pa-card__body > p:not(.pa-kicker):not(.pa-recipe-card__meta) { display: -webkit-box; overflow: hidden; margin-bottom: 15px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.pa-section.pa-recipe-archive { padding-top: clamp(34px, 4vw, 56px); }
.pa-recipe-card .pa-kicker { margin-bottom: 10px; }
.pa-recipe-card__meta { color: var(--pa-wine) !important; font-size: .73rem !important; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }
.pa-home-recipes { background: var(--pa-cream); }
.pa-home-recipes__more { display: none; margin: 34px 0 0; text-align: center; }
.navigation.pagination, .page-numbers { margin-top: 45px; }
.nav-links, ul.page-numbers { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.nav-links .page-numbers, ul.page-numbers a, ul.page-numbers span { display: block; min-width: 42px; padding: 8px 12px; border: 1px solid var(--pa-line); background: #fff; text-align: center; text-decoration: none; }
.nav-links .current, ul.page-numbers .current { border-color: var(--pa-red); background: var(--pa-red); color: #fff; }
.pa-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; }
.pa-contact-card { padding: 32px; border-radius: 16px; background: var(--pa-paper); }
.pa-contact-form { min-width: 0; }
.pa-contact-form > :first-child { margin-top: 0; }
.pa-contact-form > :last-child { margin-bottom: 0; }
.pa-contact-form .wpforms-container { margin: 0; }
.pa-contact-form .wpforms-container .wpforms-field { padding: 0 0 18px; }
.pa-contact-form .wpforms-container .wpforms-field-label { margin: 0 0 7px; color: var(--pa-ink); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.pa-contact-form .wpforms-container input[type="text"],
.pa-contact-form .wpforms-container input[type="email"],
.pa-contact-form .wpforms-container input[type="tel"],
.pa-contact-form .wpforms-container input[type="url"],
.pa-contact-form .wpforms-container input[type="number"],
.pa-contact-form .wpforms-container select,
.pa-contact-form .wpforms-container textarea { width: 100%; max-width: none; padding: 13px 15px; border: 1px solid var(--pa-line); border-radius: 9px; background: #fff; color: var(--pa-ink); box-shadow: none; }
.pa-contact-form .wpforms-container input:focus,
.pa-contact-form .wpforms-container select:focus,
.pa-contact-form .wpforms-container textarea:focus { border-color: var(--pa-green); outline: 3px solid rgba(127,53,55,.12); }
.pa-contact-form .wpforms-container .wpforms-submit-container { padding-top: 4px; }
.pa-contact-form .wpforms-container button[type="submit"] { min-height: 50px; padding: 12px 22px; border: 1px solid var(--pa-green); border-radius: 999px; background: var(--pa-green); color: #fff; font-size: .87rem; font-weight: 800; letter-spacing: .035em; transition: .2s ease; }
.pa-contact-form .wpforms-container button[type="submit"]:hover { border-color: #6f2e31; background: #6f2e31; box-shadow: 0 9px 24px rgba(127,53,55,.18); transform: translateY(-2px); }
.pa-contact-form .wpforms-container label.wpforms-error,
.pa-contact-form .wpforms-container em.wpforms-error { color: var(--pa-red); font-size: .8rem; }
.pa-contact-form .wpforms-confirmation-container-full { margin: 0; border: 1px solid rgba(30,111,85,.25); border-radius: 12px; background: rgba(30,111,85,.08); }

.pa-footer { padding: 75px 0 28px; background: #252421; color: #f3eee6; }
.pa-footer__grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 60px; }
.pa-footer h2 { margin: 0; font: 400 1.7rem var(--pa-display); }
.pa-footer h3 { margin: 0 0 18px; color: var(--pa-gold); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.pa-footer p, .pa-footer li { color: rgba(255,255,255,.62); font-size: .84rem; }
.pa-footer__description p:first-child { margin-top: 1em; }
.pa-footer__description p:last-child { margin-bottom: 0; }
.pa-footer__description strong { color: rgba(255,255,255,.9); }
.pa-footer__description a { text-decoration: underline; text-underline-offset: 3px; }
.pa-footer ul { margin: 0; padding: 0; list-style: none; }
.pa-footer li + li { margin-top: 9px; }
.pa-footer a { text-decoration: none; }
.pa-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .72rem; }

@media (max-width: 980px) {
  .pa-header__inner { grid-template-columns: 1fr auto; }
  .pa-menu-toggle { display: inline-flex; }
  .pa-header .pa-button { display: none; }
  .pa-nav { display: none; grid-column: 1 / -1; padding-bottom: 20px; }
  .pa-nav.is-open { display: block; }
  .pa-nav ul { align-items: flex-start; flex-direction: column; gap: 15px; }
  .pa-product-nav-wrap { display: none; }
  .pa-header.is-menu-open .pa-product-nav-wrap { display: block; }
  .pa-product-nav > ul { align-items: stretch; flex-direction: column; }
  .pa-product-nav > ul > li { border: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .pa-product-nav > ul > li:last-child { border-right: 0; }
  .pa-product-nav > ul > li > a { padding-inline: 20px; }
  .pa-product-nav .sub-menu,
  .pa-product-nav .sub-menu .sub-menu { position: static; display: block; width: auto; min-width: 0; max-width: none; max-height: none; overflow: visible; padding: 4px 0 8px 14px; border: 0; border-radius: 0; background: #fffdf8; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .pa-product-nav .sub-menu a { min-height: 40px; border-radius: 0; }
  .pa-hero__grid, .pa-story, .pa-contact-grid { grid-template-columns: 1fr; }
  .pa-hero__copy { max-width: 760px; }
  .pa-hero__visual { width: min(100%, 620px); margin-inline: auto; }
  .pa-products { grid-template-columns: repeat(2, 1fr); }
  .pa-story__visual { max-width: 660px; }
  .pa-story__note { right: 10px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .pa-container, .pa-narrow { width: min(100% - 28px, 1180px); }
  .pa-topbar__inner { justify-content: center; text-align: center; }
  .pa-topbar__inner p:last-child { display: none; }
  .pa-brand__copy strong { font-size: 1.03rem; }
  .pa-brand__copy small { font-size: .53rem; }
  .pa-hero { padding-top: 62px; }
  .pa-hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .pa-hero__visual { min-height: 405px; }
  .pa-hero__plate--one { width: 300px; height: 300px; }
  .pa-hero__plate--two { width: 175px; height: 175px; }
  .pa-hero__seal { width: 110px; height: 110px; font-size: .8rem; }
  .pa-proof__grid { grid-template-columns: 1fr; }
  .pa-proof__item + .pa-proof__item { border-top: 1px solid var(--pa-line); border-left: 0; }
  .pa-section__head { align-items: flex-start; flex-direction: column; }
  .pa-category-grid { display: grid; grid-template-columns: 1fr; }
  .pa-category { min-height: 360px; grid-column: auto !important; }
  .pa-products, .pa-guides { grid-template-columns: 1fr; }
  .pa-story__visual img { min-height: 440px; }
  .pa-cta { padding: 42px 26px; }
  .pa-footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .pa-footer__bottom { align-items: flex-start; flex-direction: column; }
}

/* Direction 2026 — maison artisanale, inspirée des ateliers de Soufflenheim */
:root {
  --pa-ink: #2c211f;
  --pa-muted: #75615c;
  --pa-paper: #f1e2dc;
  --pa-cream: #fcf8f2;
  --pa-gold: #c99a52;
  --pa-gold-dark: #956b2f;
  --pa-red: #b63e3b;
  --pa-wine: #7f3537;
  --pa-clay: #c46c55;
  --pa-blush: #e4c5be;
  --pa-rose: #d8a19a;
  --pa-cocoa: #65463f;
  --pa-green: var(--pa-wine);
  --pa-line: rgba(66, 43, 34, .14);
  --pa-shadow: 0 26px 70px rgba(62, 39, 30, .13);
  --pa-radius: 3px;
}

body { background: var(--pa-cream); }
.pa-container { width: min(1240px, calc(100% - 72px)); }
.pa-kicker { color: var(--pa-red); font-size: .68rem; letter-spacing: .22em; }
.pa-kicker::before { content: ''; display: inline-block; width: 28px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.pa-title, .pa-section-title { text-wrap: balance; }
.pa-button { min-height: 52px; padding-inline: 25px; border-radius: 999px; background: var(--pa-red); border-color: var(--pa-red); letter-spacing: .07em; text-transform: uppercase; }
.pa-button:hover { background: #982723; box-shadow: 0 12px 28px rgba(185,52,50,.2); }
.pa-button--light { background: transparent; border-color: rgba(38,32,29,.26); color: var(--pa-ink); }
.pa-button--light:hover { background: #fff; }
.pa-link { color: var(--pa-red); text-decoration: none; }

.pa-topbar { background: #efe4de; color: var(--pa-ink); border-bottom: 1px solid rgba(66,43,34,.08); }
.pa-topbar__inner { min-height: 42px; }
.pa-topbar p:first-child { font-weight: 700; }
.pa-topbar p:last-child { color: var(--pa-muted); }
.pa-header { background: rgba(252,249,244,.96); }
.pa-header__inner { min-height: 98px; }
.pa-brand { gap: 15px; }
.pa-brand__mark { width: 48px; height: 48px; background: var(--pa-red); box-shadow: inset -9px -7px 0 rgba(255,255,255,.15); }
.pa-brand__mark::before, .pa-brand__mark::after { border-color: rgba(255,255,255,.72); }
.pa-brand__copy strong { font-size: 1.36rem; letter-spacing: .07em; }
.pa-brand__copy small { color: var(--pa-red); letter-spacing: .2em; }
.pa-nav ul { gap: clamp(18px, 2.3vw, 34px); }
.pa-nav > ul {
  gap: clamp(22px, 2.8vw, 42px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.pa-nav > ul > li { display: flex; }
.pa-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0;
  border-radius: 0;
  gap: 9px;
  font-size: .84rem;
  letter-spacing: .025em;
  transition: color .2s ease;
}
.pa-nav a::after {
  display: block;
  right: 0;
  bottom: 4px;
  height: 7px;
  border-bottom: 2px solid var(--pa-clay);
  border-radius: 50%;
  background: transparent;
  opacity: .82;
  transform: rotate(-1.5deg) scaleX(0);
  transform-origin: left center;
  transition: transform .24s cubic-bezier(.2,.8,.2,1);
}
.pa-nav__step {
  position: relative;
  z-index: 0;
  display: inline-grid;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  place-items: center;
  border-radius: 50%;
  background: var(--pa-red);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(127,53,55,.16);
}
.pa-nav__step::before,
.pa-nav__step::after {
  content: '';
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(182,62,59,.38);
  border-radius: 50%;
  pointer-events: none;
}
.pa-nav__step::before {
  inset: -3px -4px;
  border-left-color: transparent;
  transform: rotate(-12deg);
}
.pa-nav__step::after {
  inset: -5px -2px;
  border-right-color: transparent;
  opacity: .65;
  transform: rotate(16deg);
}
.pa-nav a:hover,
.pa-nav a:focus-visible {
  color: var(--pa-red);
  outline: 0;
}
.pa-nav a:hover::after,
.pa-nav a:focus-visible::after,
.pa-nav .current-menu-item > a::after,
.pa-nav .current-menu-ancestor > a::after { transform: rotate(-1.5deg) scaleX(1); }
.pa-nav .current-menu-item > a,
.pa-nav .current-menu-ancestor > a {
  background: transparent;
  color: var(--pa-red);
  box-shadow: none;
}
.pa-nav .current-menu-item > a:hover,
.pa-nav .current-menu-ancestor > a:hover { color: var(--pa-red); }

.pa-hero { min-height: clamp(540px, calc(100svh - 140px), 650px); padding: 0; background: #efe5df; }
.pa-hero::before { width: 640px; height: 640px; top: auto; right: -260px; bottom: -310px; border: 0; background: rgba(185,52,50,.08); border-radius: 50%; }
.pa-hero::after { content: 'SOUFFLENHEIM  ·  ALSACE'; position: absolute; right: 22px; top: 50%; color: rgba(38,32,29,.45); font-size: .62rem; font-weight: 800; letter-spacing: .23em; writing-mode: vertical-rl; transform: translateY(-50%); }
.pa-hero__grid { min-height: clamp(540px, calc(100svh - 140px), 650px); grid-template-columns: .88fr 1.12fr; gap: clamp(40px, 6vw, 92px); }
.pa-hero__copy { z-index: 2; padding-block: 48px; }
.pa-hero h1 { max-width: 660px; font-size: clamp(3.45rem, 5.8vw, 5.8rem); line-height: .94; }
.pa-hero .pa-lead { max-width: 570px; margin-top: 22px; color: #5f5652; }
.pa-hero__actions { margin-top: 28px; }
.pa-hero__visual { min-height: 530px; align-self: end; }
.pa-hero__plate { border: 0; border-radius: 2px; box-shadow: var(--pa-shadow); }
.pa-hero__plate--one { width: min(90%, 520px); height: 500px; top: 0; right: 0; }
.pa-hero__plate--one::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(36,25,21,.25)); pointer-events: none; }
.pa-hero__plate--two { width: 220px; height: 220px; aspect-ratio: 1 / 1; left: -25px; bottom: -2px; border: 9px solid var(--pa-cream); }
.pa-hero__seal { right: -5px; bottom: 25px; width: 132px; height: 132px; background: var(--pa-red); font-size: .94rem; }

.pa-proof { background: var(--pa-red); border: 0; color: #fff; }
.pa-proof__grid { min-height: 112px; }
.pa-proof__item { align-items: center; }
.pa-proof__item + .pa-proof__item { border-left-color: rgba(255,255,255,.22); }
.pa-proof__icon { color: #f3d2bd; }
.pa-proof strong { font-family: var(--pa-display); font-size: 1.08rem; font-weight: 400; }
.pa-proof span { color: rgba(255,255,255,.7); }

.pa-section { padding: clamp(88px, 10vw, 144px) 0; }
.pa-section__head { margin-bottom: 55px; }
.pa-category-grid { gap: 24px; }
.pa-category { min-height: 470px; border-radius: 2px; }
.pa-category:nth-child(1), .pa-category:nth-child(4) { grid-column: span 8; }
.pa-category:nth-child(2), .pa-category:nth-child(3) { grid-column: span 4; }
.pa-category::after { background: linear-gradient(180deg, rgba(22,16,14,.02) 25%, rgba(30,20,17,.82) 100%); }
.pa-category__copy { right: 34px; bottom: 30px; left: 34px; }
.pa-category__copy > span { color: #f0c7b0; }

.pa-section--paper { background: #f2e5df; }
.pa-story { grid-template-columns: 1.08fr .92fr; }
.pa-story__visual::before { content: ''; position: absolute; width: 58%; height: 82%; left: -45px; bottom: -45px; border-radius: 0 0 180px 0; background: #d9c1b5; }
.pa-story__visual img { position: relative; min-height: 640px; border-radius: 2px 2px 190px 2px; }
.pa-story__note { right: -28px; bottom: 50px; border-radius: 2px; background: var(--pa-red); color: #fff; }
.pa-steps b { border-color: rgba(185,52,50,.45); color: var(--pa-red); }

.pa-guide { position: relative; min-height: 310px; padding: 38px; border-radius: 2px; overflow: hidden; }
.pa-guide::after { content: ''; position: absolute; width: 120px; height: 120px; right: -70px; bottom: -70px; border: 22px solid rgba(185,52,50,.08); border-radius: 50%; }
.pa-guide__number { color: var(--pa-red); }
.pa-guide h3 { margin-top: 38px; font-size: 1.72rem; }

.pa-cta { padding: clamp(48px, 7vw, 86px); border-radius: 2px; background: var(--pa-red); }
.pa-cta::after { width: 390px; height: 390px; right: -120px; bottom: -250px; border-width: 72px; }
.pa-cta .pa-button { color: var(--pa-red); }
.pa-footer { background: #251f1c; }

/* Charte douce : rouge potier, bordeaux, crème, argile et ocre */
.pa-kicker { color: var(--pa-clay); }
.pa-section:nth-of-type(even) .pa-kicker { color: var(--pa-wine); }
.pa-cta .pa-kicker { color: #f3d5b0; }
.pa-button { background: var(--pa-red); border-color: var(--pa-red); }
.pa-button:hover { background: var(--pa-wine); color: #fff; box-shadow: 0 12px 28px rgba(127,53,55,.2); }
.pa-button--light { background: rgba(255,255,255,.38); border-color: rgba(127,53,55,.24); color: var(--pa-wine); }
.pa-button--light:hover { background: var(--pa-wine); border-color: var(--pa-wine); color: #fff; }
.pa-button:focus-visible { outline: 3px solid rgba(201,154,82,.72); outline-offset: 3px; }
.pa-link { color: var(--pa-wine); }
.pa-hero__plate--one { border-radius: 2px 2px 180px 2px; }
.pa-hero__plate--two { border-radius: 50%; }
.pa-hero__seal { background: var(--pa-wine); }
.pa-proof__icon { color: #f0c6bd; }
.pa-category:nth-child(2) { border-radius: 2px 150px 2px 2px; }
.pa-category:nth-child(4) { border-radius: 2px 2px 170px 2px; }
.pa-category:nth-child(2) .pa-category__copy > span,
.pa-category:nth-child(4) .pa-category__copy > span { color: #f1cfc7; }
.pa-story__visual::before { background: var(--pa-blush); }
.pa-story__note { background: var(--pa-wine); box-shadow: 0 16px 38px rgba(95,48,47,.16); }
.pa-guide:nth-child(2) { border-top: 4px solid var(--pa-gold); }
.pa-guide:nth-child(2) .pa-guide__number,
.pa-guide:nth-child(2) .pa-link { color: var(--pa-gold-dark); }
.pa-guide:nth-child(2)::after { border-color: rgba(201,154,82,.12); }
.pa-cta .pa-button { background: #fff; border-color: #fff; color: var(--pa-red); }

@media (max-width: 980px) {
  .pa-container { width: min(100% - 40px, 1240px); }
  .pa-header__inner { min-height: 82px; }
  .pa-nav { margin-top: -4px; padding: 0 0 18px; }
  .pa-nav > ul {
    align-items: stretch;
    gap: 4px;
    padding: 8px;
    border-radius: 16px;
  }
  .pa-nav > ul > li { width: 100%; }
  .pa-nav a { width: 100%; min-height: 45px; padding-inline: 15px; border-radius: 10px; }
  .pa-nav a::after { display: none; }
  .pa-nav .current-menu-item > a,
  .pa-nav .current-menu-ancestor > a { background: rgba(182,62,59,.09); }
  .pa-hero, .pa-hero__grid { min-height: auto; }
  .pa-hero__grid { padding-block: 55px 0; }
  .pa-hero__copy { padding-block: 25px; }
  .pa-hero__visual { min-height: 590px; }
  .pa-hero__plate--one { width: min(88%, 560px); }
  .pa-hero__plate--two { left: 0; }
  .pa-product-layout { grid-template-columns: 1fr; grid-template-areas: "summary" "visual"; gap: 42px; }
  .pa-product-summary { position: static; max-width: 760px; padding-top: 0; }
  .pa-product-summary h1 { font-size: clamp(3rem, 9vw, 5rem); }
  .pa-product-visual { width: min(100%, 700px); }
  .pa-product-details { grid-template-columns: 1fr; gap: 26px; }
  .pa-recipe-hero__grid, .pa-recipe-body { grid-template-columns: 1fr; }
  .pa-recipe-hero__copy { max-width: 780px; }
  .pa-recipe-hero__image { width: min(100%, 760px); }
  .pa-recipe-ingredients { position: static; }
  .pa-recipe-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .pa-container, .pa-narrow { width: min(100% - 28px, 1240px); }
  .pa-header__inner { min-height: 76px; }
  .pa-brand__mark { width: 42px; height: 42px; }
  .pa-brand__custom-logo img { max-width: 220px; max-height: 54px; }
  .pa-hero::after { display: none; }
  .pa-hero__grid { padding-top: 34px; }
  .pa-hero h1 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  .pa-hero__visual { min-height: 440px; }
  .pa-hero__plate--one { width: 90%; height: 410px; }
  .pa-hero__plate--one { border-radius: 2px 2px 110px 2px; }
  .pa-hero__plate--two { width: 155px; height: 155px; aspect-ratio: 1 / 1; }
  .pa-hero__seal { width: 108px; height: 108px; right: 0; bottom: 18px; font-size: .8rem; }
  .pa-proof__item + .pa-proof__item { border-top-color: rgba(255,255,255,.22); }
  .pa-category { min-height: 420px; }
  .pa-category:nth-child(2) { border-radius: 2px 100px 2px 2px; }
  .pa-category:nth-child(4) { border-radius: 2px 2px 110px 2px; }
  .pa-story__visual img { min-height: 470px; }
  .pa-story__visual::before { left: -20px; bottom: -20px; }
  .pa-story__note { right: 8px; }
  .pa-guide { min-height: 0; }
  .pa-product-page { padding-top: 22px; }
  .pa-product-breadcrumbs { margin-bottom: 24px; }
  .pa-product-summary h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .pa-product-summary .pa-product-status { align-items: flex-start; flex-direction: column; }
  .pa-product-buy { width: 100%; }
  .pa-product-visual { padding: 0 0 24px 22px; }
  .pa-product-visual::before { border-radius: 2px 2px 2px 90px; }
  .pa-product-visual img { border-radius: 2px 2px 100px 2px; }
  .pa-product-details { margin-top: 64px; padding-top: 44px; }
  .pa-recipe-breadcrumbs { margin-bottom: 26px; }
  .pa-recipe-hero__grid { gap: 38px; }
  .pa-recipe-hero__copy h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .pa-recipe-facts { grid-template-columns: 1fr 1fr; }
  .pa-recipe-share { align-items: center; flex-direction: row; }
  .pa-recipe-hero__image { padding: 0 0 22px 20px; }
  .pa-recipe-hero__image img { border-radius: 2px 2px 95px 2px; }
  .pa-recipe-body { padding-block: 60px; }
  .pa-recipe-products__header { align-items: flex-start; }
  .pa-recipe-products__rail,.pa-recipe-products__rail:has(> :only-child) { grid-template-columns: none; grid-auto-columns: min(82vw,278px); margin-right: calc(var(--pa-gutter) * -1); padding-right: var(--pa-gutter); }
  .pa-recipe-product__body { padding: 13px 12px; }
  .pa-recipe-navigator { margin-inline: -7px; border-radius: 13px; }
  .pa-recipe-navigator__top { align-items: flex-start; padding: 18px 18px 13px; }
  .pa-recipe-navigator__tabs { padding: 14px 18px; }
  .pa-recipe-navigator__tab { max-width: 165px; }
  .pa-recipe-navigator__panels { min-height: 0; padding: 28px 20px; }
  .pa-recipe-navigator__actions { padding: 14px 18px; }
  .pa-recipe-nav-button { min-width: 0; padding: 11px 14px; }
  .pa-recipe-content .pa-entry__content li { padding-right: 5px; }
  .pa-recipe-grid { grid-template-columns: 1fr; }
  .pa-page-hero { padding: 24px 0 30px; }
  .pa-page-hero h1 { font-size: clamp(3rem, 16vw, 4rem); }
  .pa-section.pa-recipe-archive { padding-top: 28px; }
  .pa-editorial-content > p:first-child { margin-bottom: 54px; font-size: 1.16rem; }
  .pa-editorial-content > h2 { margin-top: 60px; padding: 22px 0 0 30px; font-size: clamp(1.78rem, 8.5vw, 2.35rem); }
  .pa-editorial-content > h2::before { top: 30px; width: 10px; height: 10px; box-shadow: 0 0 0 6px rgba(182,62,59,.1); }
  .pa-editorial-content blockquote { padding: 62px 24px 28px; border-radius: 2px 2px 38px 2px; }
  .pa-editorial-content blockquote::before { left: 22px; top: 18px; }
  .pa-editorial-content ul, .pa-editorial-content ol { padding: 20px 20px 20px 42px; }
  .pa-page-toc { margin-inline: -2px; border-radius: 12px; }
  .pa-page-toc summary { min-height: 54px; padding-inline: 14px; }
  .pa-page-toc__count { display: none; }
  .pa-page-toc ol { grid-template-columns: 1fr; padding: 2px 16px 14px 54px; }
  .pa-page-toc a { padding-block: 9px; font-size: .86rem; }
  .pa-page-faq.pa-recipe-faq { padding-block: 58px; }
  .pa-page-faq > .pa-narrow > h2 { margin-bottom: 28px; font-size: clamp(2.25rem, 12vw, 3.2rem); }
  .pa-home-recipes .pa-section__head > .pa-button { display: none; }
  .pa-home-recipes__more { display: block; }
  .pa-home-recipes__more .pa-button { width: 100%; }
}

@media screen and (max-width: 680px) {
  html, body { max-width: 100%; overflow-x: hidden; overflow-x: clip; }
  #contenu, .pa-recipe, .pa-recipe-hero, .pa-recipe-hero__grid, .pa-recipe-hero__copy,
  .pa-recipe-body, .pa-recipe-content, .pa-recipe-content .pa-entry__content,
  .pa-recipe-products, .pa-recipe-products .pa-container, .pa-recipe-products__rail,
  .pa-recipe-navigator, .pa-recipe-navigator__tabs, .pa-recipe-navigator__panels,
  .pa-recipe-chapter { min-width: 0; max-width: 100%; }
  .pa-recipe-hero__grid > *, .pa-recipe-body > * { min-width: 0; }
  .pa-recipe-share { width: 100%; max-width: 100%; }
  .pa-recipe-share__actions { max-width: 100%; gap: 8px; }
  .pa-recipe-facts { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pa-recipe-facts div { min-width: 0; padding-right: 8px; }
  .pa-recipe-products__header { align-items: flex-start; flex-direction: column; max-width: 100%; }
  .pa-recipe-products__navigation { align-self: stretch; justify-content: space-between; }
  .pa-recipe-products__rail,
  .pa-recipe-products__rail:has(> :only-child) { width: 100%; max-width: 100%; margin-right: 0; padding-right: 2px; contain: inline-size; }
  .pa-recipe-product { max-width: 100%; }
  .pa-recipe-navigator { width: 100%; margin-inline: 0; }
  .pa-recipe-navigator__top { min-width: 0; }
  .pa-recipe-navigator__tabs { width: 100%; }
  .pa-recipe-navigator__panels { width: 100%; }
  .pa-recipe-content .pa-entry__content, .pa-recipe-chapter { overflow-wrap: anywhere; word-break: normal; }
  .pa-recipe-content table { display: block; width: 100%; max-width: 100%; overflow-x: auto; }
  .pa-recipe-content iframe, .pa-recipe-content video, .pa-recipe-content img { max-width: 100%; }
  .pa-recipe-content pre, .pa-recipe-content code { max-width: 100%; white-space: pre-wrap; overflow-wrap: anywhere; }
}

@media print {
  @page { margin: 16mm 15mm; }
  .pa-topbar, .pa-header, .pa-footer, .pa-recipe > :not(.pa-recipe-print-sheet) { display: none !important; }
  body { background: #fff !important; color: #111 !important; font: 10.5pt/1.45 Georgia, 'Times New Roman', serif; }
  #contenu, .pa-recipe, .pa-recipe-print-sheet { display: block !important; }
  .pa-recipe-print-sheet { width: 100%; }
  .pa-recipe-print-sheet header { padding-bottom: 7mm; border-bottom: 1px solid #bbb; }
  .pa-recipe-print-sheet__brand { margin: 0 0 3mm; color: #8b302f; font: 700 8pt/1.2 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
  .pa-recipe-print-sheet h1 { margin: 0 0 3mm; font-size: 25pt; line-height: 1.05; }
  .pa-recipe-print-sheet h2 { margin: 8mm 0 3mm; padding-bottom: 2mm; border-bottom: 1px solid #ccc; font-size: 16pt; page-break-after: avoid; }
  .pa-recipe-print-sheet p { margin: 0 0 3mm; }
  .pa-recipe-print-sheet__facts { display: flex; flex-wrap: wrap; gap: 4mm 10mm; margin: 6mm 0; padding: 4mm 0; border-bottom: 1px solid #ccc; }
  .pa-recipe-print-sheet__facts div { min-width: 28mm; }
  .pa-recipe-print-sheet__facts dt { font: 700 7.5pt/1.2 Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
  .pa-recipe-print-sheet__facts dd { margin: 1mm 0 0; font-weight: 700; }
  .pa-recipe-print-sheet li { margin-bottom: 1.5mm; break-inside: avoid; }
  .pa-recipe-print-sheet img, .pa-recipe-print-sheet iframe, .pa-recipe-print-sheet video, .pa-recipe-print-sheet .wp-block-buttons { display: none !important; }
  .pa-recipe-print-sheet footer { margin-top: 10mm; padding-top: 3mm; border-top: 1px solid #bbb; color: #555; font: 7.5pt/1.4 Arial, sans-serif; overflow-wrap: anywhere; }
}

@media (max-width: 480px) {
  .pa-recipe-products__rail,.pa-recipe-products__rail:has(> :only-child) { grid-template-columns: none; grid-auto-columns: min(88vw,270px); }
}
