body.chb-silver .klb-page-title,
body.chb-silver .page-header,
body.chb-silver .woocommerce-breadcrumb,
body.chb-silver .content-secondary,
body.chb-silver .site-sidebar {
  display: none !important;
}
html body.chb-silver .site-primary,
html body.chb-silver .site-content,
html body.chb-silver .homepage-content,
html body.chb-silver .klb-page,
html body.chb-silver .container,
html body.chb-silver .row,
html body.chb-silver .klb-post,
html body.chb-silver .content-primary,
html body.chb-silver .entry-content,
html body.chb-silver .col-12,
html body.chb-silver .col-lg-10,
html body.chb-silver .offset-lg-1,
html body.chb-silver [class*="col-lg-"],
html body.chb-silver [class*="offset-"] {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  left: 0 !important;
  right: auto !important;
  background: transparent !important;
}
html body.chb-silver .site-content { background: #12160f !important; }
html body.chb-silver .klb-page,
html body.chb-silver .klb-page.section,
html body.chb-silver .homepage-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html body.chb-silver .chb-silver-wrap,
html body.chb-silver .chb-silver-wrap .hero,
html body.chb-silver .chb-silver-wrap .hero-vid {
  width: 100% !important;
  max-width: none !important;
}
html body.chb-silver,
html body.chb-silver .site-primary,
html body.chb-silver .chb-silver-wrap {
  overflow-x: hidden !important;
}
html body.chb-silver .chb-silver-wrap .hero {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.chb-silver .chb-silver-wrap { overflow: visible; }
body.chb-silver .years {
  position: relative !important;
  top: auto !important;
}
body.chb-silver .progress { top: 0; }
body.chb-silver .grain { z-index: 4; }
html body.chb-silver .chb-silver-wrap .hero h1 {
  color: #fffcf8 !important;
  text-shadow: 0 2px 28px rgba(0,0,0,.4);
}
html body.chb-silver .chb-silver-wrap .hero h1 em { color: #c9a84c !important; }
html body.chb-silver .chb-silver-wrap .hero .lede { color: #f0e6d4 !important; }
html body.chb-silver .chb-silver-wrap .cinematic h2,
html body.chb-silver .chb-silver-wrap .end h2 {
  color: #fffcf8 !important;
}
.chb-silver-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.6rem;
  margin-top: 1.2rem;
  background: #c9a84c;
  color: #1c2218 !important;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 0.78rem;
}
.chb-silver-cta:hover { background: #ddc06a; color: #1c2218 !important; }

  :root {
    --forest: #24311f;
    --ink: #12160f;
    --cream: #fffcf8;
    --paper: #f4eee4;
    --gold: #c9a84c;
    --muted: #5a5248;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; background: var(--ink); color: var(--cream); font-family: Montserrat, system-ui, sans-serif; }
  img { max-width: 100%; display: block; }
  a { color: var(--gold); }

  .hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    background: #0c110b;
    overflow: hidden;
  }
  .hero-vid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hero::after {
    content: "";
    position: absolute; inset: 0;
    background:
      linear-gradient(90deg, rgba(12,17,11,.94) 0%, rgba(12,17,11,.62) 38%, rgba(12,17,11,.18) 68%),
      linear-gradient(180deg, transparent 40%, rgba(12,17,11,.55) 100%);
  }
  .hero-inner {
    position: relative; z-index: 1;
    padding: 0 8vw 5.5rem;
    max-width: 46rem;
  }
  .eye {
    letter-spacing: .24em;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 800;
    color: var(--gold);
    margin: 0 0 1.1rem;
  }
  h1 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    font-size: clamp(3.2rem, 7.4vw, 6.1rem);
    line-height: .9;
    margin: 0 0 1.3rem;
    letter-spacing: -.035em;
  }
  h1 em { font-style: italic; color: var(--gold); }
  .hero p.lede {
    font-size: 1.12rem;
    line-height: 1.72;
    color: #f0e6d4;
    max-width: 36rem;
    margin: 0;
  }
  .hero-meta {
    display: flex; flex-wrap: wrap; gap: .7rem 1.6rem;
    margin-top: 2.2rem;
    font-size: .68rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--gold);
  }
  .scroll-cue {
    position: absolute; z-index: 2; left: 8vw; bottom: 1.6rem;
    font-size: .62rem; letter-spacing: .22em; text-transform: uppercase;
    color: var(--gold); font-weight: 800;
    animation: bob 2.4s ease-in-out infinite;
  }
  @keyframes bob { 50% { transform: translateY(7px); opacity: .45; } }

  .progress {
    position: fixed; top: 0; left: 0; height: 3px; width: 0;
    background: var(--gold); z-index: 20;
  }
  .grain {
    pointer-events: none; position: fixed; inset: 0; z-index: 18; opacity: .09;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.55'/></svg>");
  }

  .years {
    position: relative;
    top: auto;
    z-index: 8;
    display: flex; gap: .15rem; overflow-x: auto;
    padding: .65rem 6vw;
    background: rgba(18,22,15,.9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(201,168,76,.28);
  }
  .years a {
    flex: 0 0 auto;
    color: #e8dcc8;
    text-decoration: none;
    font-size: .64rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: .42rem .75rem;
    border-bottom: 1px solid transparent;
  }
  .years a:hover, .years a.is-on { color: var(--gold); border-color: var(--gold); }

  .spine { position: relative; padding: 5rem 0 6rem; background: var(--cream); color: var(--ink); }
  .spine::before {
    content: "";
    position: absolute;
    left: 50%; top: 0; bottom: 0; width: 1px;
    background: linear-gradient(#eadfce, var(--gold), #eadfce);
    transform: translateX(-50%);
  }

  .era {
    position: relative;
    width: min(1140px, calc(100% - 7vw));
    margin: 0 auto 6.2rem;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 3.6rem;
    align-items: center;
  }
  .era.reverse { grid-template-columns: .95fr 1.05fr; }
  .era.reverse .pic { order: 2; }
  .year {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    color: var(--forest);
    margin: 0;
    line-height: .92;
  }
  .year small {
    display: block;
    font-family: Montserrat, system-ui, sans-serif;
    font-size: .68rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 800;
    margin-bottom: .55rem;
  }
  h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    margin: .35rem 0 1.05rem;
    color: var(--forest);
  }
  .copy p { margin: 0 0 1rem; line-height: 1.78; color: var(--muted); font-size: 1.03rem; }
  .names {
    margin: 1.1rem 0 0;
    font-size: .78rem;
    letter-spacing: .04em;
    color: #7a7166;
    line-height: 1.55;
  }
  .dot {
    position: absolute;
    left: 50%; top: 2.4rem;
    width: 14px; height: 14px;
    background: var(--gold);
    border: 3px solid var(--cream);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 7px rgba(201,168,76,.14);
  }
  figure {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(18,22,15,.2);
    position: relative;
  }
  figure img, figure video {
    width: 100%; height: 100%; object-fit: cover; min-height: 360px;
    transform: scale(1.06);
    transition: transform 1.6s ease;
  }
  .era.inview figure img, .era.inview figure video, .wide.inview figure img { transform: scale(1); }
  .js .era, .js .pull, .js .quotes, .js .wide, .js .cinematic {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .85s ease, transform .85s ease;
  }
  .js .era.inview, .js .pull.inview, .js .quotes.inview, .js .wide.inview, .js .cinematic.inview {
    opacity: 1; transform: none;
  }
  .stamp {
    position: absolute; left: 1rem; bottom: 1rem;
    background: rgba(18,22,15,.72);
    color: var(--gold);
    font-size: .62rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    padding: .4rem .65rem;
    font-weight: 800;
  }

  .pull {
    width: min(760px, calc(100% - 8vw));
    margin: 0 auto 5.2rem;
    text-align: center;
    position: relative; z-index: 1;
  }
  .pull blockquote {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-style: italic;
    font-size: clamp(1.65rem, 3.3vw, 2.55rem);
    line-height: 1.22;
    color: var(--forest);
  }
  .pull cite {
    display: block; margin-top: 1.05rem;
    font-style: normal; font-size: .68rem;
    letter-spacing: .18em; text-transform: uppercase;
    color: var(--gold); font-weight: 800;
  }

  .wide {
    width: min(1140px, calc(100% - 7vw));
    margin: 0 auto 5.4rem;
    position: relative; z-index: 1;
  }
  .wide figure img { min-height: 440px; object-fit: cover; }

  .quotes {
    width: min(1140px, calc(100% - 7vw));
    margin: 0 auto 5.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
    position: relative; z-index: 1;
  }
  .quotes article {
    background: #fffef8;
    border: 1px solid #eadfce;
    padding: 1.4rem 1.45rem 1.25rem;
    border-radius: 16px;
  }
  .quotes p {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-style: italic;
    font-size: 1.22rem;
    line-height: 1.4;
    color: var(--forest);
  }
  .quotes span {
    display: block; margin-top: .85rem;
    font-size: .68rem; letter-spacing: .14em;
    text-transform: uppercase; font-weight: 800; color: var(--gold);
  }

  .cinematic {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: end start;
    overflow: hidden;
    background: #070a06;
    margin: 0 0 5rem;
    z-index: 2;
  }
  .cinematic video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
  .cinematic .veil {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(7,10,6,.82), rgba(7,10,6,.2) 55%, rgba(7,10,6,.45));
  }
  .cinematic .copy {
    position: relative; z-index: 1;
    padding: 0 8vw 4.5rem;
    max-width: 38rem;
    color: var(--cream);
  }
  .cinematic h2 { color: var(--cream); }
  .cinematic p { color: #efe6d8; }
  .film {
    width: min(1140px, calc(100% - 7vw));
    margin: 0 auto 5.5rem;
    position: relative; z-index: 1;
  }
  .film video {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 28px 60px rgba(18,22,15,.22);
    background: #000;
  }
  .film .eye { margin-bottom: .8rem; }

  .end {
    background: var(--forest);
    color: var(--cream);
    padding: 5.5rem 8vw 4.5rem;
    text-align: center;
    position: relative;
    z-index: 9;
  }
  .end h2 { color: var(--cream); margin-bottom: 1rem; }
  .end p { max-width: 38rem; margin: 0 auto 1rem; color: #efe6d8; line-height: 1.75; }
  .draft {
    margin-top: 2.2rem;
    font-size: .72rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold);
  }

  @media (max-width: 900px) {
    .spine::before { left: 1.15rem; }
    .era, .era.reverse {
      grid-template-columns: 1fr;
      gap: 1.3rem;
      padding-left: 1.9rem;
    }
    .era.reverse .pic { order: 0; }
    .dot { left: 1.15rem; }
    .quotes { grid-template-columns: 1fr; }
    .hero-inner { padding: 7rem 1.35rem 3.2rem; }
    .chb-silver-bc { left: 1.35rem; top: .9rem; }
    .chb-silver-related { grid-template-columns: 1fr; }
    .scroll-cue { left: 1.35rem; }
    .cinematic .copy { padding: 0 1.35rem 3rem; }
  }
  @media (prefers-reduced-motion: reduce) {
    .era, .pull, .quotes, .wide, .cinematic { opacity: 1; transform: none; }
    figure img, figure video { transform: none; }
    .scroll-cue { animation: none; }
  }

html body.chb-silver .chb-silver-wrap .hero h1 {
  color: #fffcf8 !important;
  text-shadow: 0 2px 28px rgba(0,0,0,.45);
}
html body.chb-silver .chb-silver-wrap .hero h1 em { color: #c9a84c !important; }
html body.chb-silver .chb-silver-wrap .hero .lede { color: #f0e6d4 !important; }
html body.chb-silver .chb-silver-wrap .cinematic h2,
html body.chb-silver .chb-silver-wrap .end h2 { color: #fffcf8 !important; }
html body.chb-silver .chb-silver-wrap .cinematic p,
html body.chb-silver .chb-silver-wrap .end p { color: #efe6d8 !important; }

.chb-silver-bc {
  position: absolute;
  z-index: 3;
  left: 8vw;
  top: 1.15rem;
}
.chb-silver-bc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .55rem;
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #e8dcc8;
}
.chb-silver-bc li + li::before {
  content: "/";
  margin-right: .55rem;
  color: var(--gold);
}
.chb-silver-bc a { color: #e8dcc8; text-decoration: none; }
.chb-silver-bc a:hover { color: var(--gold); }
.chb-silver-bc [aria-current="page"] { color: var(--gold); }

.chb-silver-faq {
  width: min(760px, calc(100% - 8vw));
  margin: 0 auto 4.5rem;
  position: relative;
  z-index: 9;
}
.chb-silver-faq h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  color: var(--forest);
  margin: 0 0 1.4rem;
}
.chb-silver-faq details {
  background: #fffef8;
  border: 1px solid #eadfce;
  border-radius: 16px;
  padding: 1rem 1.25rem;
  margin: 0 0 .7rem;
}
.chb-silver-faq summary {
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.22rem;
  color: var(--forest);
  font-weight: 500;
  list-style: none;
}
.chb-silver-faq summary::-webkit-details-marker { display: none; }
.chb-silver-faq details p {
  margin: .75rem 0 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.02rem;
}

.chb-silver-related {
  width: min(1140px, calc(100% - 7vw));
  margin: 0 auto 5.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.1rem;
  position: relative;
  z-index: 9;
}
.chb-silver-related a {
  background: #fffef8;
  border: 1px solid #eadfce;
  border-radius: 16px;
  padding: 1.3rem 1.35rem 1.25rem;
  text-decoration: none;
  color: inherit;
  display: block;
}
.chb-silver-related a:hover { border-color: var(--gold); }
.chb-silver-related strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  color: var(--forest);
  font-weight: 500;
  margin: .15rem 0 .45rem;
}
.chb-silver-related a span:last-child {
  display: block;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .chb-silver-bc { left: 1.35rem; top: .9rem; }
  .chb-silver-related { grid-template-columns: 1fr; }
}

