/* Proof & Principle v541 — CANONICAL GUIDE TAKEAWAY STANDARD
   Source of truth: Scotch Whisky .scotch-close.
   Use this file for every future guide closing / Takeaway chapter.
   No category-specific font, weight, spacing, CTA or colour reinterpretation. */

.guide-close{
  background:#171916;
  color:#fff;
  text-align:center;
  padding:clamp(78px,9vw,125px) 0;
}
.guide-close .wrap{
  width:min(1240px,calc(100% - 44px));
  margin:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.guide-close .eyebrow{
  margin:0 0 24px;
  color:#e94b16;
  font-family:"Instrument Sans",Arial,Helvetica,sans-serif!important;
  font-size:13px;
  font-weight:900;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.guide-close h2,
html body.pp-editorial-times .guide-close h2{
  margin:0;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:clamp(3.2rem,6vw,6.7rem);
  font-weight:900!important;
  text-transform:uppercase;
  line-height:.86;
  letter-spacing:-.04em;
}
.guide-close h2 span,
html body.pp-editorial-times .guide-close h2 span{
  color:#e94b16;
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:900!important;
}
.guide-close p:not(.eyebrow),
html body.pp-editorial-times .guide-close p:not(.eyebrow){
  color:#ffffffb5;
  max-width:760px;
  margin:28px auto 32px;
  font-family:"Times New Roman",Times,serif!important;
  font-size:19px;
  font-weight:400!important;
  line-height:1.75;
}
.guide-close__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px;
  margin-top:10px;
}
.guide-close__actions .button,
html body.pp-editorial-times .guide-close__actions .button{
  display:inline-block;
  min-width:310px;
  margin:0;
  padding:17px 22px;
  border:1px solid #102820;
  background:#102820;
  color:#fff;
  font-family:"Instrument Sans",Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:normal;
  letter-spacing:.12em!important;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
}
.guide-close__actions .button.button-orange,
html body.pp-editorial-times .guide-close__actions .button.button-orange{
  background:#e94b16;
  border-color:#e94b16;
  color:#fff;
}
.guide-close__actions .button.button-light,
html body.pp-editorial-times .guide-close__actions .button.button-light{
  background:#fff;
  border-color:#fff;
  color:#102820;
}
/* A forthcoming guide remains non-interactive, but its visual treatment stays
   on-standard rather than introducing a separate dimmed CTA design. */
.guide-close__actions .button[aria-disabled="true"]{
  opacity:1!important;
  cursor:default;
  pointer-events:none;
}

@media(max-width:760px){
  .guide-close{padding:64px 0}
  .guide-close .wrap{width:min(1240px,calc(100% - 28px))}
  .guide-close h2,
  html body.pp-editorial-times .guide-close h2{font-size:clamp(3rem,5vw,5.5rem)}
  .guide-close__actions{width:100%;flex-direction:column;align-items:stretch;gap:12px}
  .guide-close__actions .button,
  html body.pp-editorial-times .guide-close__actions .button{width:100%;min-width:0;margin:0}
}
