/* Proof & Principle · v211
   Scotch Whisky desktop efficiency pass.
   Desktop only. Mobile/tablet behaviour remains exactly under the approved v209 rules. */
@media (min-width:1101px){
  /* Global chapter rhythm: keep the editorial breathing room, remove unused vertical air. */
  #identity,#labels,#raw-materials,#malting,#mashing,#fermentation,#distillation,#maturation,#bottling,#tasting{
    padding-top:52px!important;
    padding-bottom:56px!important;
  }
  #identity .chapter-head,#labels .chapter-head,#raw-materials .chapter-head,#malting .chapter-head,
  #mashing .chapter-head,#fermentation .chapter-head,#distillation .chapter-head,#maturation .chapter-head,
  #bottling .chapter-head,#tasting .chapter-head{
    margin-bottom:24px!important;
  }

  /* 01 · Law: lift the visual farther into the unused space beside the chapter opener. */
  #identity .section-grid > .figure.media-card{
    margin-top:-70px!important;
  }

  /* 02 · Labels: align the table immediately with its visual and compact the secondary modules. */
  #labels .category-table{margin-top:0!important}
  #labels > .cards-2{margin-top:16px!important}
  #labels .region-panel{margin-top:22px!important}
  #labels .live-directory{margin-top:20px!important}
  #labels .quick-check{margin-top:24px!important}

  /* 03 · Raw materials: the three route cards and shared-needs copy read as one compact unit. */
  #raw-materials .scope-grid{margin:14px 0!important}
  #raw-materials .scope-card{padding:18px!important}
  #raw-materials .route-needs-block{margin-top:14px!important}
  #raw-materials .bar-note{margin-top:16px!important}
  #raw-materials .chapter-next{margin-top:16px!important}

  /* 04 · Malting: reduce gaps between sequential teaching stages without compressing the images. */
  #malting > .section-grid:first-of-type{
    gap:40px!important;
    margin-bottom:18px!important;
  }
  #malting > .cards-2{margin-top:14px!important}
  #malting > .process-grid{margin-top:14px!important}
  #malting > .section-grid:nth-of-type(2){
    margin-top:20px!important;
    gap:40px!important;
  }
  #malting .quick-check{margin-top:24px!important}
  #malting .note-pair{margin-top:18px!important;gap:18px!important}
  #malting .chapter-next{margin-top:18px!important}

  /* 05 · Mashing: visually balance the single production visual and its explanation. */
  #mashing > .section-grid.reverse{
    gap:40px!important;
    align-items:center!important;
  }
  #mashing > .bar-note{margin-top:20px!important}
  #mashing > .chapter-next{margin-top:18px!important}

  /* 06 · Fermentation: bring the three control cards closer to the core explanation. */
  #fermentation > .section-grid{gap:40px!important;align-items:start!important}
  #fermentation > .cards-3{margin-top:16px!important}
  #fermentation .quick-check{margin-top:24px!important}
  #fermentation .bar-note{margin-top:18px!important}
  #fermentation .chapter-next{margin-top:18px!important}

  /* 07 · Distillation: keep the route logic visually continuous from copy to stills to variables. */
  #distillation .distillation-intro{margin-bottom:18px!important}
  #distillation .distillation-route-pair{margin-bottom:16px!important}
  #distillation > .cards-3{margin-top:14px!important}
  #distillation .bar-note{margin-top:18px!important}
  #distillation .chapter-next{margin-top:18px!important}

  /* 08 · Maturation: this is the densest chapter; tighten the modules while preserving hierarchy. */
  #maturation .legal-choice{margin:16px 0 20px!important}
  #maturation .figure--cinematic{margin-bottom:18px!important}
  #maturation > .section-grid{gap:30px!important}
  #maturation > .cards-2{margin-top:16px!important}
  #maturation .context-pair{margin-top:20px!important;gap:20px!important}
  #maturation .cask-format{margin:20px 0 24px!important}
  #maturation .quick-check{margin-top:24px!important}
  #maturation .bar-note{margin-top:16px!important}
  #maturation .chapter-next{margin-top:16px!important}

  /* 09 · Assembly: keep the mature-stock image and final-preparation copy as one compact pairing. */
  #bottling > .section-grid.reverse{gap:40px!important;align-items:center!important}
  #bottling > .cards-2{margin-top:16px!important}
  #bottling .bar-note{margin-top:16px!important}
  #bottling .chapter-next{margin-top:16px!important}

  /* 10 · Tasting: tighten the method, sensory tools and closing checks into one reading sequence. */
  #tasting > .section-grid:first-of-type{gap:40px!important}
  #tasting .taste-tool{margin-top:18px!important;padding:22px!important}
  #tasting .sensory-reference{margin-top:18px!important;padding-top:18px!important}
  #tasting .sensory-reference .section-grid + .section-grid{margin-top:18px!important}
  #tasting .quick-check{margin-top:24px!important}
  #tasting .bar-note{margin-top:16px!important}
}

/* v212: remove redundant divider below Guide Contents / REF row. */
.jump-map{border-bottom:0!important;}
