/* milk-shake.fr â€” thÃ¨me gourmand, mobile d'abord. Le moteur reste partagÃ©. */
:root {
  --ms-cream: #fffdf8;
  --ms-paper: #f7f3eb;
  --ms-pink: #f9e9e6;
  --ms-rose: #a33d51;
  --ms-rose-dark: #832b3d;
  --ms-ink: #352722;
  --ms-muted: #776960;
  --ms-line: #e7dfd5;
  --ms-serif: 'Fraunces', Georgia, serif;
  --ms-sans: 'DM Sans', Arial, sans-serif;
  --bs-body-color: var(--ms-ink);
  --bs-body-bg: var(--ms-cream);
  --bs-link-color: var(--ms-rose);
  --bs-link-color-rgb: 163, 61, 81;
  --bs-link-hover-color: var(--ms-rose-dark);
  --bs-link-hover-color-rgb: 131, 43, 61;
}
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
.ms-site { background: var(--ms-cream); color: var(--ms-ink); font: 400 16px/1.65 var(--ms-sans); -webkit-font-smoothing: antialiased; }
.ms-site *, .ms-site *::before, .ms-site *::after { box-sizing: border-box; }
.ms-site [hidden] { display: none !important; }
.ms-site a { color: inherit; }
.ms-site a, .ms-site button, .ms-site input { -webkit-tap-highlight-color: transparent; }
.ms-site :focus-visible { outline: 3px solid var(--ms-rose); outline-offset: 5px; }
.ms-site ::selection { background: #ecd2c9; color: var(--ms-ink); }
.ms-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.ms-skip { position: fixed; z-index: 200; top: -100px; left: 20px; background: var(--ms-ink); color: white !important; padding: 12px 20px; border-radius: 8px; }
.ms-skip:focus { top: 12px; }
.ms-announcement { padding: 7px 12px; text-align: center; background: var(--ms-pink); color: #724c49; font-size: 10px; letter-spacing: .035em; }
.ms-announcement span { padding: 0 8px; color: var(--ms-rose); }
.ms-header { position: sticky; top: 0; z-index: 50; background: rgb(255 253 248 / 97%); border-bottom: 1px solid var(--ms-line); }
.ms-header-inner { display: flex; justify-content: space-between; align-items: center; min-height: 76px; gap: 16px; }
.ms-brand { display: inline-flex; align-items: center; gap: 8px; color: var(--ms-ink); font: 750 29px/1 var(--ms-serif); letter-spacing: -1.5px; text-decoration: none; white-space: nowrap; }
.ms-brand-icon { width: 28px; height: 38px; color: var(--ms-rose); }
.ms-brand-dot { color: var(--ms-rose); }
.ms-brand small { display: block; margin-top: 7px; font: 600 7px/1 var(--ms-sans); letter-spacing: 1.7px; }
.ms-header-actions { display: flex; align-items: center; gap: 2px; }
.ms-header-journal, .ms-header-cta { display: none; }
.ms-search-link, .ms-menu-toggle { display: grid; place-content: center; width: 44px; height: 44px; background: transparent; color: var(--ms-ink); border: 0; border-radius: 50%; }
.ms-search-link svg { width: 21px; height: 21px; stroke: currentColor; stroke-width: 1.6; }
.ms-menu-toggle { gap: 6px; }
.ms-menu-toggle span { display: block; width: 21px; height: 1.5px; background: currentColor; transition: transform .2s; }
.ms-menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.ms-menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.ms-mobile-nav { border-top: 1px solid var(--ms-line); }
.ms-mobile-nav .ms-shell { padding-block: 8px 20px; }
.ms-mobile-nav a { display: flex; justify-content: space-between; padding: 12px 0; text-decoration: none; font-weight: 500; }
.ms-mobile-nav a + a { border-top: 1px solid var(--ms-line); }
/* Une mÃªme famille de dessins au trait, dans la continuitÃ© du logo. */
.ms-tone-rose { --drink-color: #a33d51; --drink-bg: #f8e8e8; }
.ms-tone-berry { --drink-color: #885775; --drink-bg: #f2e9f0; }
.ms-tone-cocoa { --drink-color: #885b42; --drink-bg: #f2e8df; }
.ms-tone-amber { --drink-color: #976224; --drink-bg: #f9edd4; }
.ms-tone-sage { --drink-color: #59704d; --drink-bg: #edf0e3; }
.ms-tone-citrus { --drink-color: #a56b29; --drink-bg: #faf0d8; }
.ms-tone-aqua { --drink-color: #407574; --drink-bg: #e5f0ed; }
.ms-drink-icon { display: block; width: 37px; height: 37px; flex-shrink: 0; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ms-icon-disc { display: grid; place-items: center; flex-shrink: 0; width: 54px; height: 54px; border: 1px solid transparent; border-radius: 46% 54% 50% 50%; background: var(--drink-bg, var(--ms-paper)); color: var(--drink-color, var(--ms-muted)); transition: transform .2s, border-color .2s; }
.ms-drink-bar { background: #fffdf9; border-bottom: 1px solid var(--ms-line); }
.ms-drink-bar-inner { display: flex; align-items: stretch; gap: 4px; }
.ms-drink-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: 82px; min-width: 0; flex: 1; overflow-x: auto; gap: 3px; padding: 14px 4px 10px; margin-left: -8px; scroll-snap-type: x proximity; scrollbar-width: none; }
.ms-drink-scroll::-webkit-scrollbar { display: none; }
.ms-drink-link { display: flex; flex-direction: column; align-items: center; justify-content: start; gap: 7px; border: 0; padding: 0 2px; background: transparent; color: var(--ms-ink); text-align: center; text-decoration: none; font: 500 11px/1.35 var(--ms-sans); scroll-snap-align: start; }
.ms-drink-link > span:last-child { min-height: 27px; display: flex; align-items: center; justify-content: center; max-width: 85px; }
.ms-drink-link:hover .ms-icon-disc, .ms-explorer-link:hover .ms-icon-disc { transform: rotate(-7deg) translateY(-2px); border-color: var(--drink-color, #baaa9a); }
.ms-drink-link[aria-current='page'] .ms-icon-disc, .ms-explorer-link[aria-current='page'] .ms-icon-disc { border-color: var(--drink-color); box-shadow: 0 0 0 3px var(--ms-cream), 0 0 0 4px var(--drink-color); }
.ms-drink-link[aria-current='page'] > span:last-child { color: var(--drink-color); font-weight: 700; }
.ms-drink-more { flex: 0 0 66px; margin-left: 2px; padding: 14px 0 10px 8px; border-left: 1px solid var(--ms-line); position: relative; }
.ms-drink-more::before { content: ''; position: absolute; width: 16px; top: 0; bottom: 0; right: 100%; background: linear-gradient(to right, transparent, #fffdf9); pointer-events: none; }
.ms-drink-more .ms-icon-disc { border: 1px dashed #bca69a; background: transparent; color: var(--ms-rose); }
.ms-drink-more[aria-expanded='true'] .ms-icon-disc { background: var(--ms-pink); border-style: solid; }
.ms-drink-explorer { position: absolute; top: 100%; inset-inline: 0; z-index: 51; max-height: calc(100dvh - var(--ms-menu-top, 120px)); overflow-y: auto; overscroll-behavior: contain; background: var(--ms-cream); border-top: 1px solid var(--ms-line); box-shadow: 0 18px 28px rgb(53 39 34 / 12%); }
.ms-explorer-inner { padding-block: 26px 16px; }
.ms-explorer-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 24px; }
.ms-explorer-heading .ms-eyebrow { font-size: 8px; letter-spacing: 1.3px; margin-bottom: 8px; }
.ms-explorer-heading h2, .ms-explorer-title { margin: 0; font: 500 34px/1.1 var(--ms-serif); letter-spacing: -.8px; }
.ms-explorer-heading h2 em, .ms-explorer-title em { color: var(--ms-rose); }
.ms-explorer-close { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border: 1px solid var(--ms-line); border-radius: 50%; background: transparent; color: var(--ms-muted); font: 300 30px/1 var(--ms-sans); }
.ms-explorer-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }
.ms-explorer-group h3, .ms-explorer-group-title { color: var(--ms-muted); padding-bottom: 9px; margin-bottom: 10px; border-bottom: 1px solid var(--ms-line); font: 500 17px/1.3 var(--ms-serif); }
.ms-explorer-group ul { margin: 0; padding: 0; list-style: none; }
.ms-explorer-link { display: flex; align-items: center; gap: 8px; min-height: 58px; text-decoration: none; font-size: 12px; font-weight: 500; line-height: 1.4; }
.ms-explorer-link .ms-icon-disc { width: 37px; height: 37px; border-radius: 12px; }
.ms-explorer-link .ms-drink-icon { width: 29px; height: 29px; }
.ms-drink-link-arrow { display: none; }
.ms-explorer-bottom { display: flex; flex-wrap: wrap; gap: 6px 26px; align-items: center; margin-top: 23px; padding-top: 14px; border-top: 1px solid var(--ms-line); }
.ms-explorer-bottom > span { flex: 1 1 100%; color: var(--ms-muted); font: italic 17px/1.4 var(--ms-serif); }
.ms-explorer-bottom a { display: inline-flex; align-items: center; gap: 13px; min-height: 44px; color: var(--ms-rose); font-size: 11px; text-decoration: none; }
.ms-explorer-bottom a span { font-size: 20px; }
.ms-family-title { display: flex; align-items: center; gap: 18px; margin-bottom: 12px; }
.ms-family-title h1 { margin-bottom: 0 !important; }
.ms-family-title:has(.ms-icon-disc) h1 { min-width: 0; font-size: clamp(30px, 8.8vw, 58px); overflow-wrap: anywhere; }
.ms-family-title .ms-icon-disc { width: 64px; height: 64px; }
.ms-family-title .ms-drink-icon { width: 44px; height: 44px; }
.ms-family-empty { padding: 32px 24px; border: 1px solid var(--ms-line); border-radius: 16px; background: var(--ms-paper); }
.ms-family-empty h2 { font: 500 27px/1.3 var(--ms-serif); margin: 0 0 13px; }
.ms-family-empty p { color: var(--ms-muted); font-size: 14px; max-width: 52ch; }
.ms-family-empty .ms-button { margin-top: 10px; }
@media (min-width: 600px) {
  .ms-drink-scroll { grid-auto-columns: minmax(82px, 1fr); margin-left: 0; gap: 8px; }
  .ms-drink-more { flex-basis: 85px; }
  .ms-explorer-groups { gap: 24px 36px; }
  .ms-explorer-link { font-size: 13px; gap: 12px; }
  .ms-explorer-link .ms-icon-disc { width: 44px; height: 44px; }
  .ms-explorer-link .ms-drink-icon { width: 33px; height: 33px; }
  .ms-explorer-bottom > span { flex: 1; }
}
@media (min-width: 1000px) {
  .ms-drink-bar-inner { gap: 26px; }
  .ms-drink-scroll { grid-auto-columns: 1fr; gap: 22px; padding-block: 18px 12px; overflow: visible; }
  .ms-drink-link { font-size: 11px; gap: 7px; }
  .ms-drink-link > span:last-child { max-width: none; min-height: 25px; }
  .ms-icon-disc { width: 58px; height: 58px; }
  .ms-drink-icon { width: 40px; height: 40px; }
  .ms-drink-more { flex-basis: 125px; margin-left: 0; padding: 18px 0 12px 20px; }
  .ms-drink-more br { display: none; }
  .ms-explorer-inner { padding-block: 29px 17px; }
  .ms-explorer-heading { margin-bottom: 27px; }
  .ms-explorer-heading h2, .ms-explorer-title { font-size: 39px; }
  .ms-explorer-heading .ms-eyebrow { font-size: 9px; }
  .ms-explorer-groups { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
  .ms-explorer-group h3, .ms-explorer-group-title { font-size: 20px; padding-bottom: 13px; margin-bottom: 13px; }
  .ms-explorer-link { min-height: 59px; font-size: 12px; gap: 12px; }
  .ms-drink-link-arrow { display: block; margin-left: auto; color: var(--ms-muted); font-size: 18px; opacity: 0; transition: opacity .2s; }
  .ms-explorer-link:hover .ms-drink-link-arrow { opacity: 1; }
}
.ms-eyebrow { margin: 0 0 13px; color: var(--ms-muted); font: 600 10px/1.5 var(--ms-sans); letter-spacing: 1.7px; }
.ms-hero { position: relative; display: grid; padding-block: 35px 28px; gap: 30px; }
.ms-hero-copy > .ms-eyebrow { display: flex; align-items: center; gap: 9px; color: var(--ms-rose); font-size: 9px; letter-spacing: 1.5px; }
.ms-tiny-star { font-size: 24px; line-height: 1; }
.ms-hero h1 { margin: 16px 0 17px; font: 500 clamp(43px, 12.4vw, 68px)/1.05 var(--ms-serif); letter-spacing: -2px; }
.ms-home h1 em, .ms-home h2 em { color: var(--ms-rose); font-weight: inherit; }
.ms-hero-description { margin: 0 0 23px; max-width: 38ch; color: var(--ms-muted); font-size: 14px; line-height: 1.8; }
.ms-desktop-break { display: none; }
.ms-button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 15px 23px; min-height: 50px; border: 1px solid var(--ms-rose); border-radius: 7px; background: var(--ms-rose); color: white !important; font-size: 13px; font-weight: 600; text-decoration: none; transition: background .2s, transform .2s; }
.ms-button span { font: 400 24px/1 var(--ms-sans); }
.ms-button:hover { background: var(--ms-rose-dark); transform: translateY(-2px); }
.ms-hero-footnote { display: flex; align-items: center; gap: 8px; margin: 15px 0 0; color: var(--ms-muted); font-size: 11px; }
.ms-hero-footnote svg { width: 13px; height: 13px; stroke: var(--ms-rose); stroke-width: 1.5; }
.ms-hero-visual { position: relative; display: block; min-width: 0; height: 278px; text-decoration: none; }
.ms-hero-visual::before { content: ''; position: absolute; inset: -8px 9px 9px -8px; border: 1px solid #d6b5a5; border-radius: 80px 14px 14px 14px; transform: rotate(-2deg); }
.ms-hero-visual > img { position: relative; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 54% 50%; border-radius: 80px 14px 14px 14px; }
.ms-hero-sticker { position: absolute; right: 13px; top: -16px; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 82px; height: 82px; color: #6b5432; background: #f5e8b9; border-radius: 50%; outline: 1px dashed #b6a673; outline-offset: -6px; transform: rotate(12deg); font-size: 9px; line-height: 1.5; }
.ms-hero-sticker strong { font: 600 25px/1.2 var(--ms-serif); }
.ms-hero-caption { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 15px; background: rgb(255 253 248 / 96%); border-radius: 8px; }
.ms-hero-caption .ms-eyebrow { display: block; margin-bottom: 4px; font-size: 8px; letter-spacing: 1.2px; }
.ms-hero-caption strong { display: block; font: 500 19px/1.3 var(--ms-serif); }
.ms-circle-arrow { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid #c3a9a0; border-radius: 50%; font-size: 23px; }
.ms-hero-spark { display: none; }
.ms-values { overflow: hidden; border-block: 1px solid var(--ms-line); background: var(--ms-paper); }
.ms-values .ms-shell { display: flex; justify-content: space-between; align-items: center; gap: 24px; width: max-content; min-width: min(100% - 40px, 1240px); padding-block: 13px; font-size: 11px; letter-spacing: .15px; white-space: nowrap; }
.ms-values i { color: #ae7757; font-size: 20px; font-style: normal; }
.ms-selection { padding-block: 43px 45px; scroll-margin-top: 20px; }
.ms-section-heading { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 14px; margin-bottom: 23px; }
.ms-home h2 { margin: 0; font: 500 32px/1.17 var(--ms-serif); letter-spacing: -.9px; }
.ms-section-heading h2 { max-width: 18ch; }
.ms-section-heading .ms-eyebrow { margin-bottom: 9px; font-size: 9px; }
.ms-text-link { display: inline-flex; gap: 20px; align-items: center; min-height: 44px; color: var(--ms-rose) !important; font-size: 12px; font-weight: 600; text-decoration: none; }
.ms-text-link span { font-size: 21px; font-weight: 400; }
.ms-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.ms-filter-row { display: flex; align-items: center; gap: 8px; overflow-x: auto; margin: 0 -20px 24px; padding: 1px 20px 9px; scrollbar-width: thin; scrollbar-color: #d7c6bb transparent; }
.ms-filter { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; min-height: 44px; padding: 9px 16px; border: 1px solid var(--ms-line); border-radius: 30px; color: var(--ms-muted); background: transparent; font: 500 12px/1.5 var(--ms-sans); text-decoration: none; transition: background .15s; white-space: nowrap; }
.ms-filter:hover { border-color: #ad9384; background: #f6eee5; }
.ms-filter.is-active { background: var(--ms-ink); border-color: var(--ms-ink); color: white; }
.ms-recipe-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; margin: 0; padding: 0; list-style: none; }
.ms-recipe-item { min-width: 0; max-width: none; }
.ms-recipe-card { display: block; text-decoration: none; height: 100%; }
.ms-recipe-photo { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 10px; background: var(--ms-pink); }
.ms-recipe-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.ms-photo-fallback { display: grid; place-items: center; width: 100%; height: 100%; font-size: 70px; color: var(--ms-rose); background: var(--ms-pink); }
.ms-card-arrow { position: absolute; display: grid; place-items: center; right: 10px; bottom: 10px; width: 32px; height: 32px; border-radius: 50%; background: var(--ms-cream); color: var(--ms-ink); font-size: 20px; opacity: 0; transform: translateY(5px); transition: opacity .2s, transform .2s; }
.ms-recipe-card:hover .ms-recipe-photo img { transform: scale(1.045); }
.ms-recipe-card:hover .ms-card-arrow, .ms-recipe-card:focus-visible .ms-card-arrow { opacity: 1; transform: none; }
.ms-recipe-info { padding: 12px 0 0; }
.ms-card-category { display: block; color: var(--ms-rose); font-size: 9px; font-weight: 600; letter-spacing: 1.1px; text-transform: uppercase; }
.ms-category-smoothies { color: #53744b; }
.ms-category-boissons-chaudes { color: #88622c; }
.ms-recipe-info h3 { margin: 5px 0 6px; color: var(--ms-ink); font: 500 18px/1.3 var(--ms-serif); letter-spacing: -.35px; overflow-wrap: anywhere; }
.ms-recipe-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ms-muted); font-size: 10px; }
.ms-recipe-link span { font-size: 15px; }
.ms-filter-status { color: var(--ms-muted); font-size: 12px; margin: 0 0 22px; }
.ms-selection .ms-filter-status { margin-top: 18px; margin-bottom: 0; }
.ms-selection .ms-filter-status:empty { display: none; }
.ms-selection-bottom { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 35px; }
.ms-selection-bottom > span { color: var(--ms-muted); font-size: 12px; }
.ms-button-outline { color: var(--ms-ink) !important; border-color: #cbb8ab; background: transparent; font-size: 12px; }
.ms-button-outline:hover { background: var(--ms-paper); }
.ms-feature-section { padding-block: 0 45px; }
.ms-feature { display: grid; overflow: hidden; border-radius: 16px; background: #efeedd; }
.ms-feature > img { display: block; width: 100%; height: 230px; object-fit: cover; }
.ms-feature-copy { padding: 28px 24px; }
.ms-feature-copy .ms-eyebrow { color: #63704d; font-size: 9px; }
.ms-feature h2 { font-size: 30px; }
.ms-feature-copy > p:not(.ms-eyebrow) { color: #66634f; font-size: 13px; margin: 16px 0 7px; }
.ms-journal { padding-block: 5px 52px; }
.ms-journal-grid { display: grid; }
.ms-journal-card { display: flex; align-items: start; gap: 20px; padding: 25px 0; border-top: 1px solid var(--ms-line); text-decoration: none; }
.ms-journal-number { color: #b8947c; font: 400 26px/1.2 var(--ms-serif); }
.ms-journal-card .ms-eyebrow { display: block; margin-bottom: 8px; font-size: 8px; }
.ms-journal-card h3 { margin: 0; font: 500 20px/1.4 var(--ms-serif); }
.ms-journal-card .ms-text-link { margin-top: 6px; font-size: 11px; }
.ms-footer { border-top: 1px solid var(--ms-line); padding-top: 37px; background: #f4efe6; }
.ms-footer-top { display: grid; gap: 25px; padding-bottom: 32px; }
.ms-footer .ms-brand { gap: 0; font-size: 32px; }
.ms-footer-top > div > p { margin: 14px 0 0; color: var(--ms-muted); font-size: 12px; }
.ms-footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.ms-footer-top nav a { padding-block: 9px; min-height: 44px; font-size: 12px; text-decoration: none; }
.ms-footer-top nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.ms-footer-note { position: relative; width: fit-content; margin: 0; padding-right: 60px; font: 400 27px/1.2 var(--ms-serif); }
.ms-footer-note em { color: var(--ms-rose); }
.ms-footer-note > span { position: absolute; right: 0; top: 4px; color: #b16b52; font: 400 48px/1 var(--ms-serif); }
.ms-footer-bottom { display: flex; flex-wrap: wrap; gap: 12px 20px; border-top: 1px solid #ded4c6; padding-block: 21px; color: var(--ms-muted); font-size: 10px; }
.ms-footer-bottom > span { flex: 1 1 100%; }
.ms-footer-bottom a { display: inline-flex; align-items: center; min-height: 32px; text-decoration: none; }
.ms-ad-slot > .ad-placeholder { display: none; }
.ms-ad-slot:not(:has(.ad-zone)) { display: none; }
.ms-ad-slot:has(.ad-zone) { padding-block: 24px; }
.ms-catalog { padding-block: 24px 65px; }
.ms-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 35px; color: var(--ms-muted); font-size: 12px; }
.ms-breadcrumb a { text-underline-offset: 4px; }
.ms-catalog h1 { margin: 0 0 12px; font: 500 43px/1.12 var(--ms-serif); letter-spacing: -1.5px; }
.ms-catalog-description { margin-bottom: 27px; color: var(--ms-muted); font-size: 14px; }
.ms-search-field { max-width: 540px; margin: 15px 0 27px; }
.ms-search-field label { display: block; margin-bottom: 7px; font-size: 12px; color: var(--ms-muted); }
.ms-search-field > div { display: flex; align-items: center; gap: 12px; padding: 0 16px; border: 1px solid #cdbdb0; border-radius: 8px; background: white; }
.ms-search-field svg { width: 19px; height: 19px; stroke: var(--ms-muted); stroke-width: 1.6; flex-shrink: 0; }
.ms-search-field input { width: 100%; min-width: 0; min-height: 50px; border: 0; background: transparent; color: var(--ms-ink); font: 400 16px/1.5 var(--ms-sans); }
.ms-search-field kbd { color: var(--ms-muted); background: var(--ms-paper); font: 400 20px/1 var(--ms-sans); }
.ms-empty { padding: 35px 24px; background: var(--ms-paper); border-radius: 12px; }
/* Les fiches existantes profitent de la mÃªme typographie et du mÃªme confort de lecture. */
.ms-site main > article.container { max-width: 900px; padding-inline: 20px; }
.ms-site main > article h1, .ms-site main > article h2, .ms-site main > article h3 { font-family: var(--ms-serif); color: var(--ms-ink); }
.ms-site main > article h1 { font-size: clamp(32px, 5vw, 52px); line-height: 1.16; letter-spacing: -1px; }
.ms-site main > article h2 { font-weight: 500; margin-block: 32px 16px; font-size: 30px; }
.ms-site main > article h3 { font-size: 22px; line-height: 1.4; }
.ms-site main > article > img { display: block; width: 100%; max-height: 480px; object-fit: cover; }
.ms-site main > article .lead { font-size: 17px; color: var(--ms-muted); }
.ms-site main > article p, .ms-site main > article li { max-width: 72ch; }
.ms-site main > article a { color: var(--ms-rose); text-underline-offset: 3px; }
.ms-site main > article dl dt { font-weight: 400; }
.ms-recipe-jumps { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.ms-recipe-jumps a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 17px; border: 1px solid var(--ms-line); border-radius: 24px; text-decoration: none; font-size: 12px; }
.ms-recipe-jumps a:hover { background: var(--ms-pink); }

/* ---------- seconde entree du menu : par ingredient ---------- */
/* Les pastilles d ingredient reprennent la grammaire des boissons, en plus
   dense : il y en a 43 contre 15, et elles se parcourent en balayant. */
.ms-explorer-heading-alt { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--ms-line); }
.ms-explorer-heading-alt .ms-explorer-title { font-size: 27px; }
.ms-explorer-ingredients .ms-explorer-link { min-height: 48px; gap: 9px; }
.ms-explorer-ingredients .ms-icon-disc { width: 32px; height: 32px; border-radius: 10px; }
.ms-explorer-ingredients .ms-drink-icon { width: 24px; height: 24px; }
.ms-ingredient-link { color: var(--ms-ink); }
.ms-ingredient-link > span:nth-child(2) { flex: 1 1 auto; min-width: 0; }
/* Le nombre de recettes evite d ouvrir un hub qui en contient trois. */
.ms-ingredient-count { flex-shrink: 0; min-width: 22px; padding: 2px 6px; border-radius: 20px; background: var(--ms-paper); color: var(--ms-muted); font-size: 10px; font-weight: 500; text-align: center; }
.ms-ingredient-link:hover .ms-ingredient-count { background: var(--ms-pink); color: var(--ms-rose); }

@media (min-width: 600px) {
  .ms-explorer-ingredients { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1000px) {
  .ms-explorer-ingredients { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ms-explorer-heading-alt .ms-explorer-title { font-size: 31px; }
}

/* ---------- contenu de page pilier (familles + accueil) ---------- */
/* PlacÃ© sous la grille de recettes : le visiteur vient pour les vignettes, le
   moteur pour le texte. Largeur de lecture limitÃ©e, la grille reste pleine. */
.ms-family-pillar { max-width: 68ch; margin-top: 55px; padding-top: 40px; border-top: 1px solid var(--ms-line); }
.ms-family-pillar h2 { margin: 38px 0 14px; font: 500 28px/1.2 var(--ms-serif); letter-spacing: -.7px; }
.ms-family-pillar h2:first-child { margin-top: 0; }
.ms-family-pillar h3 { margin: 26px 0 10px; font: 500 18px/1.4 var(--ms-sans); }
.ms-family-pillar p { margin: 0 0 16px; color: var(--ms-muted); font-size: 15px; line-height: 1.8; }
.ms-family-pillar ul, .ms-family-pillar ol { margin: 0 0 18px; padding-left: 20px; color: var(--ms-muted); font-size: 15px; line-height: 1.8; }
.ms-family-pillar li { margin-bottom: 7px; }
.ms-family-pillar strong { color: var(--ms-ink); font-weight: 500; }
.ms-family-pillar a { color: var(--ms-rose); text-underline-offset: 3px; }

.ms-family-faq { margin-top: 42px; }
.ms-family-faq h2 { margin-bottom: 6px; }
.ms-family-faq details { border-bottom: 1px solid var(--ms-line); }
.ms-family-faq details:first-of-type { border-top: 1px solid var(--ms-line); }
.ms-family-faq summary { padding-block: 18px; cursor: pointer; list-style: none; font: 500 16px/1.5 var(--ms-sans); }
.ms-family-faq summary::-webkit-details-marker { display: none; }
.ms-family-faq summary::after { content: "+"; float: right; color: var(--ms-rose); font-size: 23px; line-height: 1; }
.ms-family-faq details[open] summary::after { content: "‘2"; }
.ms-family-faq details > div { padding-bottom: 19px; color: var(--ms-muted); font-size: 14px; line-height: 1.8; }
.ms-family-faq details > div p:last-child { margin-bottom: 0; }

@media (min-width: 1000px) {
  .ms-family-pillar { margin-top: 70px; padding-top: 50px; }
  .ms-family-pillar h2 { font-size: 33px; }
}
@media (min-width: 600px) {
  .ms-shell { width: min(1240px, calc(100% - 64px)); }
  .ms-announcement { font-size: 11px; }
  .ms-hero { grid-template-columns: 1.05fr 1fr; gap: 25px; align-items: center; padding-block: 45px; }
  .ms-hero h1 { font-size: clamp(43px, 6.2vw, 73px); }
  .ms-hero-visual { height: 380px; }
  .ms-hero-description { font-size: 14px; }
  .ms-hero-copy > .ms-eyebrow { font-size: 8px; }
  .ms-hero-caption strong { font-size: 19px; }
  .ms-recipe-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 33px 20px; }
  .ms-filter-row { margin-inline: 0; padding-inline: 0; }
  .ms-home h2 { font-size: 36px; }
  .ms-section-heading h2 { max-width: none; }
  .ms-recipe-info h3 { font-size: 21px; }
  .ms-selection-bottom { flex-direction: row; justify-content: center; gap: 24px; }
  .ms-feature { grid-template-columns: 1fr 1fr; }
  .ms-feature > img { height: 100%; min-height: 300px; }
  .ms-feature-copy { padding: 32px; }
  .ms-footer-top { grid-template-columns: 1.2fr 1fr; }
  .ms-footer-note { display: none; }
  .ms-footer-bottom { align-items: center; }
  .ms-footer-bottom > span { flex: 1; }
}
@media (min-width: 1000px) {
  .ms-announcement { padding-block: 6px; }
  .ms-header-inner { min-height: 91px; gap: 32px; }
  .ms-brand { font-size: 33px; gap: 11px; }
  .ms-brand-icon { width: 33px; height: 43px; }
  .ms-brand small { font-size: 7px; letter-spacing: 2.5px; }
  .ms-header-actions { margin-left: auto; gap: 26px; }
  .ms-header-journal { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: var(--ms-muted); text-decoration: none; font-size: 12px; font-weight: 500; white-space: nowrap; }
  .ms-header-journal svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .ms-header-journal:hover, .ms-header-journal[aria-current] { color: var(--ms-rose); text-decoration: underline; text-underline-offset: 6px; }
  .ms-header-cta { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; padding: 9px 16px; border: 1px solid var(--ms-line); border-radius: 6px; font-size: 11px; font-weight: 500; text-decoration: none; }
  .ms-header-cta:hover { border-color: var(--ms-rose); }
  .ms-header-cta span { font-size: 20px; }
  .ms-search-link, .ms-menu-toggle, .ms-mobile-nav { display: none !important; }
  .ms-hero { grid-template-columns: 1fr 1.04fr; gap: 80px; padding-block: 61px 66px; }
  .ms-hero-copy { padding-block: 20px; }
  .ms-hero-copy > .ms-eyebrow { font-size: 10px; }
  .ms-hero h1 { font-size: clamp(66px, 5.7vw, 82px); margin-block: 22px 24px; letter-spacing: -3px; line-height: 1.08; }
  .ms-hero-description { font-size: 15px; margin-bottom: 28px; }
  .ms-desktop-break { display: initial; }
  .ms-button { padding: 15px 24px; min-height: 53px; font-size: 13px; }
  .ms-hero-footnote { margin-top: 19px; font-size: 11px; }
  .ms-hero-visual { height: 459px; }
  .ms-hero-visual > img, .ms-hero-visual::before { border-top-left-radius: 135px; }
  .ms-hero-visual::before { inset: -12px 15px 12px -12px; }
  .ms-hero-sticker { width: 106px; height: 106px; right: -17px; top: -22px; font-size: 11px; }
  .ms-hero-sticker strong { font-size: 33px; }
  .ms-hero-caption { bottom: 22px; left: 22px; right: 22px; padding: 19px 22px; border-radius: 9px; }
  .ms-hero-caption .ms-eyebrow { font-size: 8px; letter-spacing: 1.7px; margin-bottom: 7px; }
  .ms-hero-caption strong { font-size: 24px; }
  .ms-circle-arrow { flex-basis: 42px; width: 42px; height: 42px; font-size: 28px; }
  .ms-hero-spark { display: block; position: absolute; left: 43%; bottom: 77px; color: #c49a6a; font: 400 76px/1 var(--ms-serif); transform: rotate(-10deg); }
  .ms-values .ms-shell { width: min(1240px, calc(100% - 64px)); padding-block: 14px; font-size: 12px; }
  .ms-selection { padding-block: 62px; }
  .ms-section-heading { margin-bottom: 29px; }
  .ms-section-heading .ms-eyebrow { font-size: 9px; margin-bottom: 12px; }
  .ms-home h2 { font-size: 41px; letter-spacing: -1.1px; }
  .ms-text-link { font-size: 12px; }
  .ms-filter-row { gap: 10px; margin-bottom: 27px; }
  .ms-filter { padding-inline: 21px; font-size: 12px; }
  .ms-recipe-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 25px; }
  .ms-recipe-photo { aspect-ratio: 1.2; border-radius: 11px; }
  .ms-recipe-info { padding-top: 15px; }
  .ms-card-category { font-size: 9px; }
  .ms-recipe-info h3 { margin-block: 7px; font-size: 22px; }
  .ms-recipe-link { font-size: 11px; }
  .ms-selection-bottom { margin-top: 39px; }
  .ms-feature-section { padding-block: 7px 64px; }
  .ms-feature { grid-template-columns: 1fr 1fr; }
  .ms-feature-copy { padding: 45px 54px; }
  .ms-feature > img { min-height: 340px; }
  .ms-feature-copy > p:not(.ms-eyebrow) { font-size: 14px; }
  .ms-journal { padding-block: 0 66px; }
  .ms-journal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
  .ms-journal-card { gap: 18px; padding-top: 29px; }
  .ms-journal-card h3 { font-size: 21px; }
  .ms-footer { padding-top: 45px; }
  .ms-footer-top { grid-template-columns: 1.2fr 1fr 1fr; gap: 80px; padding-bottom: 40px; }
  .ms-footer-note { display: block; justify-self: end; }
  .ms-catalog { padding-block: 34px 80px; }
  .ms-catalog h1 { font-size: 58px; }
}
@media (max-width: 359px) {
  .ms-shell { width: calc(100% - 32px); }
  .ms-filter-row { margin-inline: -16px; padding-inline: 16px; }
  .ms-brand { font-size: 25px; }
  .ms-brand-icon { width: 24px; }
  .ms-brand small { font-size: 6px; letter-spacing: 1.2px; }
  .ms-header-inner { gap: 4px; }
  .ms-hero h1 { font-size: 41px; }
  .ms-recipe-grid { column-gap: 12px; }
  .ms-recipe-info h3 { font-size: 17px; }
  .ms-hero-caption strong { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ms-site *, .ms-site *::before, .ms-site *::after { transition: none !important; animation: none !important; }
}
@media print {
  .ms-header, .ms-drink-bar, .ms-footer, .ms-announcement, .ms-ad-slot, .ms-filter-row, .ms-search-field, .ms-skip { display: none !important; }
  .ms-site { background: white; color: black; }
  .ms-site main > article.container { max-width: none; }
}
