.review-breakfast-during-wartime .canonical-review {
  --vibrant-red: #8B0000;
  --war-crimson: #8B0000;
}

.review-breakfast-during-wartime .canonical-review .pq {
  background: linear-gradient(to right, rgba(139, 0, 0, 0.08), transparent);
}
/* Canonical art review design, scoped so submitted template chrome cannot restyle the shared site. */
@scope (.canonical-review) {


  /* ── DESIGN CONCEPT ────────────────────────────────────
     Jan Steen’s The Merry Family: a riot of golden light, spilled wine, pipe smoke and human folly set against the warm, cluttered interior of a prosperous Dutch home. 
     Reimagined on the same creamy ground (#F8F8F0) but now with the earthy glow of a 17th-century tavern — rich ochres, deep crimsons and sunlit yellows. 
     The canvas crackles with life: no pious reverence, just the glorious mess of ordinary people being gloriously human. 
     Typography: Bodoni for the savage elegance of distortion, condensed Barlow for the punch of the street.
  ─────────────────────────────────────────────────────── */
  :scope {
    --bg-dark:       #F8F8F0;
    --bg-panel:      #F0F0E8;
    --vibrant-red:   #c85c00;
    --electric-blue: #2a4a9c;
    --golden-ochre:  #9c2a2a;
    --flesh-warm:    #d8b88a;
    --ash-white:     #1F2A1F;
    --mist:          #3F3F3F;
    --rule-light:    rgba(28, 42, 28, 0.25);
    --rule-mid:      rgba(28, 42, 28, 0.45);
    --war-crimson:   #c85c00;
    --silver-gold:   #C0C0C0;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :scope { scroll-behavior: smooth; }
  :scope {
    background: var(--bg-dark);
    color: var(--ash-white);
    font-family: 'Literata', Georgia, serif;
    overflow-x: hidden;
  }

  /* ── TOP NAV BAR ──────────────────────────────────── */
  .nav-bar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(248, 248, 240, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--rule-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 64px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .nav-pub {
    font-family: 'Bodoni Moda', serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #2d2f31;
  }

  .nav-detail {
    font-family: 'Bodoni Moda', serif;
    font-size: 15px;
    font-style: italic;
    color: #36454F;
  }

  /* ── CINEMATIC HERO ───────────────────────────────── */
  .hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 80px;
    background: linear-gradient(to bottom, #F4F4EC 0%, var(--bg-dark) 100%);
  }

  .hero-content {
    position: relative;
    z-index: 10;
    padding: 20px 72px 80px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .h-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.55em;
    text-transform: uppercase;
    color: var(--vibrant-red);
    display: block;
    margin-bottom: 28px;
    animation: rise 1s ease both 0.2s;
  }

  @keyframes rise {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .h-title {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(48px, 6vw, 96px);
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    color: var(--ash-white);
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    animation: rise 1s ease both 0.35s;
    white-space: nowrap;
  }

  .h-title .highlight-word {
    color: var(--vibrant-red);
    display: inline;
  }

  .h-subtitle {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28em;
    color: rgba(63,63,63,0.75);
    text-transform: uppercase;
    margin-bottom: 50px;
    animation: rise 1s ease both 0.5s;
  }

  .h-meta {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    animation: rise 1s ease both 0.65s;
  }

  .h-meta-div { width: 1px; height: 36px; background: var(--rule-light); }

  .h-meta-block { display: flex; flex-direction: column; gap: 4px; text-align: left; }

  .hm-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: var(--vibrant-red);
  }

  .hm-val {
    font-family: 'Literata', serif;
    font-size: 14px;
    font-style: italic;
    color: var(--ash-white);
    line-height: 1.35;
  }

  /* ── QUOTE BANNER ─────────────────────────────── */
  .quote-banner {
    background: var(--bg-panel);
    padding: 24px 72px;
    border-top: 2px solid var(--vibrant-red);
    border-bottom: 2px solid var(--vibrant-red);
  }

  .qb-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .qb-source {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--golden-ochre);
    white-space: nowrap;
    flex-shrink: 0;
  }

  .qb-text {
    font-family: 'Bodoni Moda', serif;
    font-size: 22px;
    font-style: italic;
    color: var(--ash-white);
    line-height: 1.4;
    font-weight: 300;
  }

  /* ── FACTS GRID ───────────────────────────────────── */
  .facts-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-bottom: 1px solid var(--rule-light);
    background: var(--bg-dark);
  }

  .fact-cell {
    padding: 24px 28px;
    border-right: 1px solid var(--rule-light);
  }

  .fact-cell:last-child { border-right: none; }

  .fc-key {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: var(--vibrant-red);
    display: block;
    margin-bottom: 8px;
  }

  .fc-val {
    font-family: 'Bodoni Moda', serif;
    font-size: 16px;
    color: var(--ash-white);
    line-height: 1.3;
  }

  .fc-sub {
    font-family: 'Literata', serif;
    font-size: 11.5px;
    font-style: italic;
    color: rgba(63,63,63,0.65);
    margin-top: 5px;
    line-height: 1.4;
  }

  /* ── BODY ─────────────────────────────────────────── */
  .body-outer {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 72px 80px;
  }

  .content-row {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 0;
    align-items: start;
  }

  .main-col { padding-right: 80px; border-right: 1px solid var(--rule-light); }

  .content-row--intro .main-col { border-right: none; }

  .content-row .main-col > .s-rule:first-child {
    margin-top: 0;
  }

  .content-row--intro .main-col > .s-rule:first-child {
    margin-top: 70px;
  }

  .content-row--comparative .feature-inset {
    margin-top: 0;
  }

  .content-row--comparative {
    position: relative;
  }

  .content-row--comparative .sidebar {
    position: relative;
    min-height: 1px;
  }

  .content-row--comparative .sb-sec--lineage {
    position: absolute;
    top: 46px;
    left: 52px;
    right: 0;
  }

  .lead::first-letter {
    font-family: 'Bodoni Moda', serif;
    font-size: 6.5em;
    font-weight: 300;
    font-style: italic;
    float: left;
    line-height: 0.75;
    margin: 0.06em 0.12em 0 0;
    color: var(--vibrant-red);
    padding-top: 0.08em;
  }

  .lead {
    font-size: 21px;
    line-height: 1.82;
    color: var(--ash-white);
    margin-bottom: 1.8em;
    overflow: hidden;
    font-weight: 300;
  }

  p {
    font-size: 19px;
    line-height: 1.88;
    color: var(--mist);
    margin-bottom: 1.7em;
    font-weight: 300;
    text-align: justify;
  }

  p strong { color: var(--ash-white); font-weight: 500; }
  p em     { color: #2a4a9c; font-style: italic; }

  .s-rule {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 70px 0 25px;
  }

  .s-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: var(--vibrant-red);
    white-space: nowrap;
  }

  .s-hr { flex: 1; height: 1px; background: var(--rule-light); }

  h2 {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 300;
    font-style: italic;
    color: var(--ash-white);
    line-height: 1.15;
    margin-bottom: 30px;
  }

  .pq {
    margin: 60px 0;
    padding: 35px 0 35px 40px;
    border-left: 3px solid var(--vibrant-red);
    position: relative;
    background: linear-gradient(to right, rgba(200, 92, 0, 0.08), transparent);
  }

  .pq::before {
    content: '\201C';
    font-family: 'Bodoni Moda', serif;
    font-size: 110px;
    font-style: italic;
    color: var(--vibrant-red);
    opacity: 0.15;
    position: absolute;
    top: -15px; left: 10px;
    line-height: 1;
  }

  .pq p {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(20px, 2.4vw, 30px);
    font-style: italic;
    color: var(--ash-white);
    line-height: 1.45;
    margin-bottom: 20px;
    position: relative;
    font-weight: 300;
    text-align: left;
  }

  .pq cite {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: var(--golden-ochre);
    text-transform: uppercase;
  }

  .feature-inset {
    background: var(--bg-panel);
    border: 1px solid var(--rule-mid);
    padding: 45px;
    margin: 60px 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }

  .feature-inset::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(to right, var(--vibrant-red), var(--golden-ochre), var(--electric-blue), var(--golden-ochre), var(--vibrant-red));
  }

  .fi-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: var(--golden-ochre);
    display: block;
    margin-bottom: 16px;
  }

  .feature-inset h3 {
    font-family: 'Bodoni Moda', serif;
    font-size: 26px;
    font-style: italic;
    color: var(--ash-white);
    margin-bottom: 20px;
  }

  .feature-inset p {
    font-size: 16px;
    color: var(--mist);
    margin-bottom: 0;
    line-height: 1.82;
  }

  .body-image {
    margin: 45px auto 60px;
    max-width: 920px;
    text-align: center;
  }

  .body-image img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    border: 1px solid var(--rule-light);
  }

  .body-image figcaption {
    font-family: 'Literata', serif;
    font-size: 16px;
    color: var(--mist);
    font-style: italic;
    margin-top: 16px;
    letter-spacing: 0.01em;
  }

  /* ── SIDEBAR ──────────────────────────────────────── */
  .sidebar {
    padding-left: 52px;
    padding-top: 0;
  }

  .sidebar:empty {
    min-height: 1px;
  }

  .sb-sec {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--rule-light);
  }

  .content-row .sidebar .sb-sec:last-child {
    margin-bottom: 0;
  }

  .sb-sec:last-child { border-bottom: none; }

  .sb-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: var(--vibrant-red);
    display: block;
    margin-bottom: 16px;
  }

  .sb-sec h4 {
    font-family: 'Bodoni Moda', serif;
    font-size: 20px;
    font-style: italic;
    color: var(--ash-white);
    margin-bottom: 14px;
    line-height: 1.3;
  }

  .sb-sec p {
    font-size: 14px;
    color: var(--mist);
    line-height: 1.78;
    margin-bottom: 1em;
    font-weight: 300;
  }

  .sb-sec p:last-child { margin-bottom: 0; }

  .tl { list-style: none; }

  .tl li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(31,42,31,0.1);
    align-items: baseline;
  }

  .tl-y {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    color: var(--golden-ochre);
    letter-spacing: 0.05em;
  }

  .tl-e {
    font-family: 'Literata', serif;
    font-size: 13.5px;
    color: var(--mist);
    line-height: 1.5;
    font-style: italic;
  }

  .fire-palette {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    margin-top: 18px;
  }

  .fp-swatch { height: 36px; border-radius: 2px; }

  .fp-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 8px;
    letter-spacing: 0.08em;
    color: var(--mist);
    text-align: center;
    margin-top: 6px;
    display: block;
    text-transform: uppercase;
  }

  .works-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .work-item {
    padding: 16px 18px;
    border-left: 2px solid var(--electric-blue);
    background: rgba(42, 74, 156, 0.08);
  }

  .wi-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 14.5px;
    font-style: italic;
    color: var(--ash-white);
    display: block;
    margin-bottom: 4px;
  }

  .wi-detail {
    font-family: 'Literata', serif;
    font-size: 12.5px;
    color: var(--mist);
    font-style: italic;
  }

  /* ── GRAND CONCLUSION ─────────────────────────────── */
  .grand-conclusion {
    position: relative;
    background: #F8F8F0;
    border-top: 2px solid var(--vibrant-red);
    padding: 110px 72px;
    text-align: center;
  }

  .gc-inner {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .gc-inner h2 {
    font-size: clamp(36px, 5vw, 64px);
    margin-bottom: 45px;
    text-align: center;
  }

  .gc-inner p {
    font-size: 18px;
    line-height: 1.88;
    margin-bottom: 1.8em;
    color: var(--mist);
    text-align: left;
  }

  .gc-inner p:last-of-type { margin-bottom: 0; }

  .final-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 80px;
  }

  .fl-rule { width: 100px; height: 1px; background: var(--rule-mid); }

  .fl-diamond {
    width: 10px; height: 10px;
    background: var(--golden-ochre);
    transform: rotate(45deg);
    flex-shrink: 0;
  }

  .author-sign {
    margin-top: 60px;
    font-family: 'Bodoni Moda', serif;
    font-size: 28px;
    font-style: italic;
    color: #36454F;
  }

  .author-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--vibrant-red);
    display: block;
    margin-top: 10px;
  }

  /* ── FOOTER ───────────────────────────────────────── */
  footer {
    background: #F8F8F0;
    border-top: 1px solid var(--rule-light);
    padding: 30px 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .f-pub {
    font-family: 'Bodoni Moda', serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #2d2f31;
  }

  .f-det {
    font-family: 'Bodoni Moda', serif;
    font-size: 13px;
    font-style: italic;
    color: var(--mist);
  }

  /* ── RESPONSIVE ───────────────────────────────────── */
  @media (max-width: 1000px) {
    .nav-bar { padding: 12px 24px; }
    .hero { padding-top: 60px; }
    .hero-content { padding: 30px 28px 60px; }
    .facts-grid { grid-template-columns: repeat(3, 1fr); }
    .body-outer { padding: 50px 28px; }
    .content-row { grid-template-columns: minmax(0, 1fr); min-width: 0; }
    .main-col { min-width: 0; padding-right: 0; border-right: none; border-bottom: 1px solid var(--rule-light); padding-bottom: 60px; }
    .sidebar { padding-left: 0; padding-top: 32px; }
    .sidebar:empty { display: none; }
    .content-row + .content-row { margin-top: 60px; }
    .content-row--comparative .sidebar {
      padding-top: 32px;
    }
    .content-row--comparative .sb-sec--lineage {
      position: static;
    }
    .s-rule { align-items: flex-start; flex-wrap: wrap; min-width: 0; }
    .s-num { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
    .grand-conclusion { padding: 70px 28px; }
    footer { flex-direction: column; gap: 15px; padding: 25px 28px; text-align: center; }
    .quote-banner { padding: 20px 28px; }
    .qb-inner { flex-direction: column; gap: 15px; text-align: center; }
    .h-meta { flex-direction: column; gap: 15px; text-align: center; }
    .h-meta-block { text-align: center; }
    .h-meta-div { display: none; }
    .body-image { max-width: 100%; }
    .h-title { font-size: clamp(38px, 8vw, 72px); white-space: normal; }
  }

  @media (max-width: 768px) {
    .facts-grid { grid-template-columns: repeat(2, 1fr); }
    .nav-bar { padding: 10px 20px; }
    .hero-content { padding: 25px 20px 50px; }
    .body-outer { padding: 40px 20px; }
    .grand-conclusion { padding: 60px 20px; }
    footer { padding: 20px 20px; }
    .pq p { font-size: clamp(18px, 2.8vw, 26px); }
    .lead { font-size: 19px; }
    p { font-size: 16.5px; line-height: 1.85; }
    h2 { font-size: clamp(26px, 4vw, 38px); }
  }

  @media (max-width: 480px) {
    .facts-grid { grid-template-columns: 1fr; }
    .nav-bar { padding: 10px 16px; flex-direction: column; text-align: center; gap: 6px; }
    .nav-pub, .nav-detail { font-size: 15px; }
    .hero-content { padding: 20px 16px 40px; }
    .body-outer { padding: 30px 16px; }
    .grand-conclusion { padding: 50px 16px; }
    footer { padding: 20px 16px; }
    .lead { font-size: 18px; line-height: 1.8; }
    p { font-size: 16px; line-height: 1.82; }
    .h-title { font-size: clamp(32px, 9vw, 52px); }
    .h-subtitle { font-size: 13px; letter-spacing: 0.22em; }
    .sb-sec h4 { font-size: 18px; }
    .feature-inset { padding: 30px 25px; }
    .pq { padding: 25px 0 25px 30px; }
    .pq::before { font-size: 90px; top: -10px; }
  }

  @media (max-width: 360px) {
    .nav-bar { padding: 8px 12px; }
    .hero-content { padding: 18px 12px 35px; }
    .body-outer { padding: 25px 12px; }
  }
}
