:root { color-scheme: light; --page: #f4f0e5; --ink: #253126; --muted: #687064; --line: #b8b7a8; --focus: #a8461f; --sage: #607861; --carrot: #b85022; }
body { font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif; }
.kitchen-head { width: min(100% - 2rem, 78rem); min-height: 88px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line); }
.kitchen-head .brand { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 500; }
.kitchen-head nav { display: flex; gap: 1.5rem; font-size: .76rem; font-weight: 700; }.kitchen-head nav a { text-decoration: none; }
.kitchen-journal { width: min(100% - 2rem, 78rem); margin-inline: auto; }
.first-page { width: min(100%, 52rem); margin: 3rem 0 0; padding: 2rem 4rem 2rem 0; background: var(--page); position: relative; }
.issue-line, .journal-method header > p, .family-index header > p, .kitchen-contact header > p:first-child { margin: 0 0 1rem; color: var(--carrot); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 10ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 8vw, 7.5rem); font-weight: 500; letter-spacing: -.06em; line-height: .86; }
.subtitle { max-width: 28ch; margin: 1.4rem 0 0; color: var(--sage); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.3rem, 2.5vw, 2rem); line-height: 1.15; }
.hero-pitch { max-width: 38rem; margin: 1.4rem 0 .7rem; color: var(--muted); font-size: 1.06rem; line-height: 1.7; }
.pantry-notes { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; margin: 1.8rem 0 0; padding: 1rem 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--sage); font-size: .78rem; }
.journal-method { margin-top: 6rem; padding: 5rem 0; border-top: 1px solid var(--line); }
.journal-method > header { display: grid; grid-template-columns: .55fr 1.45fr; gap: 2rem; }
.journal-method h2, .family-index h2, .kitchen-contact h2 { max-width: 19ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 5vw, 4.7rem); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.journal-columns { margin-top: 4rem; display: grid; grid-template-columns: 1.2fr .9fr 1fr; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journal-columns section { padding: 2rem; border-right: 1px solid var(--line); }.journal-columns section:first-child { padding-left: 0; }.journal-columns section:last-child { padding-right: 0; border-right: 0; }
.margin-number { color: var(--carrot); font: italic 1rem Georgia, serif; }.journal-columns h3 { margin: 2rem 0 .8rem; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }.journal-columns section > p:last-child { color: var(--muted); }
.journal-method details { max-width: 48rem; margin: 2rem 0 0 auto; color: var(--muted); }.journal-method summary { width: fit-content; margin-left: auto; color: var(--ink); cursor: pointer; font-weight: 700; }
.family-index { margin-top: 4rem; padding: 5rem 0; border-top: 1px solid var(--line); }
.family-index > header { display: grid; grid-template-columns: .55fr 1.45fr; gap: 2rem; }
.family-index nav { margin-top: 3rem; border-top: 1px solid var(--line); }
.family-index nav a { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }.family-index nav img { border-radius: 13px; }.family-index nav span { display: grid; gap: .2rem; }.family-index nav strong { font-family: Georgia, serif; font-weight: 500; }.family-index nav small, .family-index > small { color: var(--muted); }.family-index nav b { color: var(--carrot); }
.kitchen-contact { margin-top: 4rem; padding: 6rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); }.kitchen-contact header > p:last-child { color: var(--muted); }
.kitchen-footer { width: min(100% - 2rem, 78rem); min-height: 190px; margin-inline: auto; padding: 3rem 0; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: start; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }.kitchen-footer p { margin: 0; }.kitchen-footer nav { display: flex; gap: 1.3rem; }.kitchen-footer .trademark-notice { grid-column: 1 / -1; }
@media (max-width: 800px) { .kitchen-head { grid-template-columns: 1fr auto; }.kitchen-head nav { display: none; }.first-page { margin-top: 1rem; padding-right: 0; }.journal-method > header, .family-index > header, .kitchen-contact { grid-template-columns: 1fr; } }
@media (max-width: 620px) {.journal-columns { grid-template-columns: 1fr; }.journal-columns section, .journal-columns section:first-child, .journal-columns section:last-child { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }.kitchen-footer { grid-template-columns: 1fr; }.kitchen-footer .trademark-notice { grid-column: 1; } }

/* Vitrine : captures App Store reelles, ratio natif, aucune coupe */
.table-still {
  width: min(100%, 68rem);
  margin: 3rem 0 0 auto;
  display: grid;
  grid-template-columns: 1.14fr 1fr 1fr;
  align-items: end;
  gap: clamp(0.5rem, 1.4vw, 1rem);
}

.table-shot {
  margin: 0;
}

.table-shot:not(.table-shot--lead) {
  padding-bottom: clamp(0.7rem, 3vw, 2.4rem);
}

.table-still picture {
  display: block;
}

.table-still img {
  width: 100%;
  height: auto;
}

.table-still-note {
  grid-column: 1 / -1;
  margin: 0.7rem 0 0;
  color: var(--muted, #6b6b6b);
  font-size: 0.85rem;
  font-style: italic;
}

@media (max-width: 760px) {
  .table-still {
    width: 100%;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 62%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
  }

  .table-shot {
    scroll-snap-align: center;
  }

  .table-shot:not(.table-shot--lead) {
    padding-bottom: 0;
  }

  .table-still-note {
    display: none;
  }
}
