/*
Theme Name: Hello Elementor Child — CCIL
Theme URI: https://ccil.asafehaven.com
Description: Child theme of Hello Elementor for the Chicago Christian Industrial League. Holds the CCIL brand layer (typography, wordmark, sticky header, section treatments) so parent-theme updates stay safe.
Author: CCIL
Template: hello-elementor
Version: 1.2.0
Text Domain: hello-elementor-ccil
*/

/* ============================================================
   CCIL brand tokens — blue #2F5496 is taken from the brochure
   ============================================================ */
:root{
  --ccil-blue:#2F5496;
  --ccil-blue-deep:#1E3A6B;
  --ccil-blue-soft:#9DB6E4;
  --ccil-navy:#132340;
  --ccil-navy-soft:#1B3055;
  --ccil-ink:#1A1F2B;
  --ccil-body:#4A5162;
  --ccil-line:#E2E4EA;
  --ccil-paper:#FFFFFF;
  --ccil-paper-warm:#F7F6F3;
  --ccil-gold:#C08A2E;
  --ccil-serif:"Source Serif 4",Georgia,"Times New Roman",serif;
  --ccil-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
}

body.ccil-page{
  font-family:var(--ccil-sans);
  font-size:17px;
  line-height:1.65;
  color:var(--ccil-body);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
/* Beat the Elementor kit's global heading rules (.elementor-kit-N h1 …) */
body.ccil-page h1,body.ccil-page h2,body.ccil-page h3,
body.ccil-page h4,body.ccil-page h5,body.ccil-page h6,
body.ccil-page .elementor-heading-title{
  font-family:var(--ccil-serif);
  color:var(--ccil-ink);
  line-height:1.15;
  letter-spacing:-.015em;
  font-weight:600;
}
body.ccil-page p{color:var(--ccil-body)}
body.ccil-page a{color:var(--ccil-blue)}
body.ccil-page a:focus-visible,
body.ccil-page .elementor-button:focus-visible{outline:3px solid var(--ccil-blue);outline-offset:3px}

/* Centred content column inside every full-bleed band */
body.ccil-page .ccil-wrap{max-width:1180px;margin-inline:auto;width:100%;--container-default-padding-left:0;--container-default-padding-right:0}

/* ============================================================
   Buttons
   ============================================================ */
body.ccil-page .elementor-button{
  font-family:var(--ccil-sans);
  font-size:15px;
  font-weight:600;
  letter-spacing:.01em;
  padding:14px 26px;
  border-radius:2px;
  border:1.5px solid var(--ccil-blue);
  background-color:var(--ccil-blue);
  color:#fff;
  fill:#fff;
  transition:background-color .18s,border-color .18s,color .18s;
}
body.ccil-page .elementor-button:hover,
body.ccil-page .elementor-button:focus{
  background-color:var(--ccil-blue-deep);
  border-color:var(--ccil-blue-deep);
  color:#fff;
}
body.ccil-page .ccil-btn-ghost .elementor-button{background-color:transparent;color:var(--ccil-blue)}
body.ccil-page .ccil-btn-ghost .elementor-button:hover{background-color:var(--ccil-blue);color:#fff}
body.ccil-page .ccil-btn-light .elementor-button{background-color:#fff;border-color:#fff;color:var(--ccil-navy)}
body.ccil-page .ccil-btn-light .elementor-button:hover{background-color:#EDF1F8;border-color:#EDF1F8;color:var(--ccil-navy)}
body.ccil-page .ccil-btn-outline-light .elementor-button{background-color:transparent;border-color:rgba(255,255,255,.5);color:#fff}
body.ccil-page .ccil-btn-outline-light .elementor-button:hover{background-color:rgba(255,255,255,.12);border-color:#fff;color:#fff}
body.ccil-page .ccil-btn-sm .elementor-button{padding:11px 20px;font-size:14px}

/* ============================================================
   Header + wordmark
   ============================================================ */
body.ccil-page .ccil-header{
  position:sticky;top:0;z-index:99;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(180%) blur(12px);
  border-bottom:1px solid var(--ccil-line);
}
body.ccil-page .ccil-header > .ccil-wrap{
  display:flex;flex-direction:row;flex-wrap:nowrap;
  align-items:center;gap:32px;min-height:82px;
}
/* The CCIL wordmark — brochure blue, never white */
body.ccil-page .ccil-wordmark .elementor-heading-title{
  font-family:var(--ccil-serif);
  font-size:34px;font-weight:700;letter-spacing:.06em;
  color:var(--ccil-blue);line-height:1;margin:0;
}
body.ccil-page .ccil-lockup p{
  font-family:var(--ccil-serif);
  font-size:13.5px;line-height:1.25;color:var(--ccil-ink);
  border-left:1px solid var(--ccil-line);padding-left:14px;margin:0;
}
body.ccil-page .ccil-nav p{margin:0;display:flex;gap:30px;flex-wrap:wrap}
body.ccil-page .ccil-nav a{
  font-family:var(--ccil-sans);
  font-size:14.5px;font-weight:500;color:var(--ccil-body);
  border-bottom:2px solid transparent;padding:6px 0;
  transition:color .18s,border-color .18s;
}
body.ccil-page .ccil-nav a:hover{color:var(--ccil-blue);border-bottom-color:var(--ccil-blue)}
body.ccil-page .ccil-header-cta{margin-left:auto;padding:0}
@media(max-width:1024px){
  body.ccil-page .ccil-lockup,body.ccil-page .ccil-nav{display:none}
  body.ccil-page .ccil-header > .ccil-wrap{min-height:68px}
}

/* ============================================================
   Hero
   ============================================================ */
body.ccil-page .ccil-hero{background:var(--ccil-paper-warm);border-bottom:1px solid var(--ccil-line)}
body.ccil-page .ccil-since p{
  margin:0 0 26px;display:flex;align-items:center;gap:12px;
  font-family:var(--ccil-sans);font-size:12px;font-weight:700;
  letter-spacing:.16em;text-transform:uppercase;color:var(--ccil-blue);
}
body.ccil-page .ccil-since p::before{content:"";width:36px;height:2px;background:var(--ccil-blue);flex:none}
body.ccil-page .ccil-h1 .elementor-heading-title{
  font-size:clamp(46px,6vw,76px);font-weight:700;
  letter-spacing:-.03em;line-height:1.02;color:var(--ccil-ink);
}
body.ccil-page .ccil-h1 .ccil-hope{color:var(--ccil-blue)}
body.ccil-page .ccil-lede p{font-size:clamp(18px,1.6vw,20px);max-width:33em;margin:26px 0 0}

body.ccil-page .ccil-panel{
  background:var(--ccil-navy);border-radius:3px;
  box-shadow:0 30px 60px -30px rgba(19,35,64,.55);
  position:relative;overflow:hidden;
}
body.ccil-page .ccil-panel::after{
  content:"";position:absolute;inset:auto 0 0 0;height:4px;
  background:linear-gradient(90deg,var(--ccil-blue) 0%,var(--ccil-gold) 100%);
}
body.ccil-page .ccil-stat .elementor-heading-title{
  font-size:clamp(56px,5.6vw,84px);font-weight:700;line-height:1;
  color:#fff;letter-spacing:-.02em;
}
body.ccil-page .ccil-statlabel .elementor-heading-title{
  font-family:var(--ccil-sans);font-size:11.5px;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;color:var(--ccil-blue-soft);margin-top:14px;
}
body.ccil-page .ccil-panel-quote p{
  color:#CBD4E4;font-size:16px;margin:30px 0 0;
  padding-top:30px;border-top:1px solid rgba(255,255,255,.18);
}
body.ccil-page .ccil-cite p{margin:18px 0 0;font-size:13px;color:#8FA3C6;letter-spacing:.02em}

/* ============================================================
   Section furniture
   ============================================================ */
body.ccil-page .ccil-alt{background:var(--ccil-paper-warm);border-top:1px solid var(--ccil-line);border-bottom:1px solid var(--ccil-line)}
body.ccil-page .ccil-dark{background:var(--ccil-navy)}
body.ccil-page .ccil-dark .elementor-heading-title{color:#fff}
body.ccil-page .ccil-dark p{color:#BAC5D9}

body.ccil-page .ccil-eyebrow p{
  margin:0 0 18px;display:flex;align-items:center;gap:12px;
  font-family:var(--ccil-sans);font-size:12px;font-weight:700;
  letter-spacing:.16em;text-transform:uppercase;color:var(--ccil-blue);
}
body.ccil-page .ccil-eyebrow p::after{content:"";height:1px;flex:1;max-width:64px;background:var(--ccil-line)}
body.ccil-page .ccil-dark .ccil-eyebrow p{color:var(--ccil-blue-soft)}
body.ccil-page .ccil-dark .ccil-eyebrow p::after{background:rgba(255,255,255,.22)}

body.ccil-page .ccil-h2 .elementor-heading-title{font-size:clamp(32px,4vw,46px);letter-spacing:-.025em}
body.ccil-page .ccil-intro p{margin:22px 0 0;font-size:18.5px;max-width:40em}
body.ccil-page .ccil-body p{margin:0}
body.ccil-page .ccil-body p + p{margin-top:20px}
body.ccil-page .ccil-body p:first-child{font-size:19px}
body.ccil-page .ccil-rule-quote p{
  border-left:3px solid var(--ccil-blue);padding:6px 0 6px 26px;margin:34px 0 0;
  font-family:var(--ccil-serif);font-size:21px;line-height:1.45;
  color:var(--ccil-ink);font-style:italic;
}

/* ============================================================
   Timeline
   ============================================================ */
body.ccil-page .ccil-tl{position:relative;border-top:2px solid var(--ccil-line)}
body.ccil-page .ccil-tl::before{
  content:"";position:absolute;top:-7px;left:0;width:12px;height:12px;
  background:var(--ccil-blue);border-radius:50%;box-shadow:0 0 0 4px var(--ccil-paper-warm);
}
body.ccil-page .ccil-year .elementor-heading-title{
  font-size:24px;font-weight:700;color:var(--ccil-blue);letter-spacing:-.01em;
}
body.ccil-page .ccil-tl p{margin:10px 0 0;font-size:16px}

/* ============================================================
   Cards — 1px borders collapsed into a single grid rule
   ============================================================ */
body.ccil-page .ccil-card{
  background:var(--ccil-paper);
  border:1px solid var(--ccil-line);
  margin:0 -1px -1px 0;
  transition:background-color .2s;
}
body.ccil-page .ccil-card:hover{background:#FBFCFE}
body.ccil-page .ccil-dark .ccil-card{background:var(--ccil-navy);border-color:rgba(255,255,255,.16)}
body.ccil-page .ccil-dark .ccil-card:hover{background:var(--ccil-navy-soft)}
body.ccil-page .ccil-idx .elementor-heading-title{
  font-family:var(--ccil-sans);font-size:11.5px;font-weight:700;
  letter-spacing:.18em;color:var(--ccil-blue);text-transform:uppercase;
}
body.ccil-page .ccil-dark .ccil-idx .elementor-heading-title{color:var(--ccil-blue-soft)}
body.ccil-page .ccil-cardtitle .elementor-heading-title{font-size:21px;letter-spacing:-.01em;margin-top:16px}
body.ccil-page .ccil-card p{margin:12px 0 0;font-size:16px}
body.ccil-page .ccil-pull p{
  font-family:var(--ccil-serif);font-size:21px;line-height:1.4;
  color:var(--ccil-ink);margin:0;
}
body.ccil-page .ccil-statement .elementor-heading-title{
  font-family:var(--ccil-serif);font-size:clamp(24px,3vw,32px);
  line-height:1.35;letter-spacing:-.02em;max-width:24em;
  padding-top:44px;margin-top:64px;
  border-top:1px solid rgba(255,255,255,.18);font-weight:600;color:#fff;
}
body.ccil-page .ccil-statement em{color:var(--ccil-blue-soft);font-style:normal}

/* ============================================================
   Get involved
   ============================================================ */
body.ccil-page .ccil-inv{background:var(--ccil-paper);border:1px solid var(--ccil-line);margin:0 -1px -1px 0}
body.ccil-page .ccil-inv .elementor-heading-title{font-size:19px}
body.ccil-page .ccil-inv p{margin:12px 0 0;font-size:16px}
body.ccil-page .ccil-big p{
  margin:14px 0 0;font-family:var(--ccil-serif);
  font-size:22px;font-weight:600;letter-spacing:-.01em;
}
body.ccil-page .ccil-big a{color:var(--ccil-ink)}
body.ccil-page .ccil-big a:hover{color:var(--ccil-blue)}
body.ccil-page .ccil-partners{background:var(--ccil-paper);border:1px solid var(--ccil-line);margin-top:24px}
body.ccil-page .ccil-partners .elementor-heading-title{font-size:19px}
body.ccil-page .ccil-partners p{margin:10px 0 0;font-size:16px;max-width:56em}

/* ============================================================
   CTA
   ============================================================ */
body.ccil-page .ccil-cta{background:var(--ccil-blue)}
body.ccil-page .ccil-cta .elementor-heading-title{color:#fff;font-size:clamp(30px,3.8vw,44px);letter-spacing:-.025em;max-width:16em}
body.ccil-page .ccil-cta p{color:#DCE5F5;font-size:18.5px;max-width:40em;margin:20px 0 0}

/* ============================================================
   Footer
   ============================================================ */
body.ccil-page .ccil-footer{background:var(--ccil-navy)}
body.ccil-page .ccil-footer p{color:#93A2BC;line-height:1.7;margin:0;font-size:14.5px}
body.ccil-page .ccil-footer a{color:#C7D2E6}
body.ccil-page .ccil-footer a:hover{color:#fff}
body.ccil-page .ccil-footer .elementor-heading-title{
  font-family:var(--ccil-sans);font-size:12px;font-weight:700;
  letter-spacing:.16em;text-transform:uppercase;color:#fff;margin-bottom:16px;
}
body.ccil-page .ccil-footmark .elementor-heading-title{
  font-family:var(--ccil-serif);font-size:30px;font-weight:700;
  letter-spacing:.06em;color:#fff;text-transform:none;margin-bottom:14px;
}
body.ccil-page .ccil-footname p{font-family:var(--ccil-serif);font-size:16px;color:#C7D2E6}
body.ccil-page .ccil-footlinks p{margin:0}
body.ccil-page .ccil-footlinks a{display:block;margin-top:9px}
body.ccil-page .ccil-footbar{border-top:1px solid rgba(255,255,255,.14);padding-top:26px;margin-top:0}
body.ccil-page .ccil-footbar p{font-size:13.5px;color:#7C8CA8;max-width:52em}

/* ============================================================
   Elementor resets that fight this layout
   ============================================================ */
body.ccil-page .elementor-widget:not(:last-child){margin-block-end:0}
body.ccil-page .e-con{--container-default-padding-top:0;--container-default-padding-bottom:0}
@media(max-width:767px){
  body.ccil-page .ccil-card,
  body.ccil-page .ccil-inv,
  body.ccil-page .ccil-tl{width:100% !important}
}

/* ============================================================
   Polish pass
   ============================================================ */
/* Nav sits on the right, next to the Donate button */
body.ccil-page .ccil-nav{margin-left:auto;padding:0}
body.ccil-page .ccil-header-cta{margin-left:0;padding:0}
body.ccil-page .ccil-lockup{padding:0}

/* Anchor targets must clear the sticky header */
body.ccil-page .ccil-hero,
body.ccil-page .ccil-alt,
body.ccil-page .ccil-dark,
body.ccil-page .e-con.e-parent{scroll-margin-top:96px}

/* Footer: breathing room before the second label */
body.ccil-page .ccil-footer .elementor-widget-heading + .elementor-widget-text-editor{margin-bottom:4px}
body.ccil-page .ccil-footer .elementor-widget-text-editor + .elementor-widget-heading .elementor-heading-title{margin-top:24px}

/* Tablet: cards and timeline go two-up before stacking */
@media(max-width:1024px) and (min-width:768px){
  body.ccil-page .ccil-card,
  body.ccil-page .ccil-inv,
  body.ccil-page .ccil-tl{width:50% !important}
}
/* Phone: single column everywhere, tighter bands */
@media(max-width:767px){
  body.ccil-page .ccil-hero > .ccil-wrap > .e-con{gap:40px}
  body.ccil-page .ccil-hero{padding-top:56px !important;padding-bottom:56px !important}
  body.ccil-page .elementor > .e-con{padding-top:64px !important;padding-bottom:64px !important}
  body.ccil-page .elementor > .ccil-header{padding-top:0 !important;padding-bottom:0 !important}
  body.ccil-page .ccil-panel{padding:36px 28px !important}
  body.ccil-page .ccil-tl{padding-right:0 !important}
}

/* ============================================================
   Responsive corrections
   ============================================================ */
/* The header is an e-parent too — it must not inherit section padding */
body.ccil-page .ccil-header.e-con.e-parent{padding-top:0 !important;padding-bottom:0 !important}

/* Tablet and below: two-column bands become one column */
@media(max-width:1024px){
  body.ccil-page .ccil-col,
  body.ccil-page .ccil-panel{width:100% !important}

  /* Header wraps to two rows and keeps its navigation */
  body.ccil-page .ccil-header > .ccil-wrap{
    flex-wrap:wrap;gap:0;min-height:0;
    padding-top:12px;padding-bottom:10px;
  }
  body.ccil-page .ccil-wordmark{flex:0 0 auto}
  body.ccil-page .ccil-header-cta{margin-left:auto;order:2}
  body.ccil-page .ccil-nav{
    display:block;order:3;width:100%;margin-top:10px;padding-top:8px;
    border-top:1px solid var(--ccil-line);overflow-x:auto;-webkit-overflow-scrolling:touch;
  }
  body.ccil-page .ccil-nav p{gap:20px;flex-wrap:nowrap;white-space:nowrap}
  body.ccil-page .ccil-nav a{font-size:13.5px;padding:2px 0}
  body.ccil-page .ccil-hero{padding-top:64px !important;padding-bottom:64px !important}
}
/* Phone: footer stacks, hero panel loses its wide padding */
@media(max-width:767px){
  body.ccil-page .ccil-footcol{width:100% !important}
  body.ccil-page .ccil-wordmark .elementor-heading-title{font-size:28px}
}

/* Header items must size to content once the bar is allowed to wrap */
@media(max-width:1024px){
  body.ccil-page .ccil-header .elementor-widget-heading{width:auto}
  body.ccil-page .ccil-header .ccil-wordmark{width:auto;flex:0 0 auto}
  body.ccil-page .ccil-header-cta{width:auto !important;flex:0 0 auto}
  body.ccil-page .ccil-header > .ccil-wrap{align-items:center;row-gap:0}
}

/* ============================================================
   Burger menu (≤1024px)
   ============================================================ */
body.ccil-page .ccil-burger{
  display:none;
  margin-left:14px;
  padding:10px;
  border:1px solid var(--ccil-line);
  border-radius:2px;
  background:#fff;
  cursor:pointer;
  order:3;
}
body.ccil-page .ccil-burger-box{display:block;width:20px;height:14px;position:relative}
body.ccil-page .ccil-burger-box span{
  position:absolute;left:0;width:100%;height:2px;background:var(--ccil-blue);
  transition:transform .22s ease,opacity .18s ease,top .22s ease;
}
body.ccil-page .ccil-burger-box span:nth-child(1){top:0}
body.ccil-page .ccil-burger-box span:nth-child(2){top:6px}
body.ccil-page .ccil-burger-box span:nth-child(3){top:12px}
body.ccil-page .ccil-header.ccil-nav-open .ccil-burger-box span:nth-child(1){top:6px;transform:rotate(45deg)}
body.ccil-page .ccil-header.ccil-nav-open .ccil-burger-box span:nth-child(2){opacity:0}
body.ccil-page .ccil-header.ccil-nav-open .ccil-burger-box span:nth-child(3){top:6px;transform:rotate(-45deg)}

@media(max-width:1024px){
  body.ccil-page .ccil-burger{display:block}
  body.ccil-page .ccil-header > .ccil-wrap{
    flex-wrap:nowrap;
    padding-top:0;padding-bottom:0;
    min-height:68px;
  }
  /* The nav becomes a panel that drops out of the bar */
  body.ccil-page .ccil-nav{
    position:absolute;left:0;right:0;top:100%;
    display:block;width:auto;margin:0;padding:0 24px;
    background:#fff;
    border-top:1px solid var(--ccil-line);
    border-bottom:1px solid var(--ccil-line);
    box-shadow:0 18px 30px -22px rgba(19,35,64,.5);
    overflow:hidden;
    max-height:0;opacity:0;visibility:hidden;
    transition:max-height .26s ease,opacity .2s ease,visibility .26s;
  }
  body.ccil-page .ccil-header.ccil-nav-open .ccil-nav{
    max-height:70vh;opacity:1;visibility:visible;
  }
  body.ccil-page .ccil-nav p{
    display:block;white-space:normal;padding:6px 0 14px;
  }
  body.ccil-page .ccil-nav a{
    display:block;font-size:16px;padding:13px 0;
    border-bottom:1px solid var(--ccil-line);border-top:0;
  }
  body.ccil-page .ccil-nav a:last-child{border-bottom:0}
  body.ccil-page .ccil-nav a:hover{border-bottom-color:var(--ccil-line)}
  body.ccil-page .ccil-header{position:sticky}
  body.ccil-page .ccil-header.e-con{overflow:visible}
  body.ccil-page .ccil-header > .ccil-wrap{position:static}
}
@media(max-width:600px){
  body.ccil-page .ccil-header-cta .elementor-button{padding:10px 16px;font-size:13.5px}
}

/* ============================================================
   Timeline — pinned horizontal scroll
   ============================================================ */
body.ccil-page .ccil-hpin{position:relative}
body.ccil-page .ccil-hpin.is-pinned > .ccil-hpin-viewport{
  position:sticky;
  overflow:hidden;
  padding-top:8px;
}
body.ccil-page .ccil-hpin-track{
  flex-wrap:nowrap !important;
  width:max-content !important;
  max-width:none !important;
  will-change:transform;
  transition:transform .06s linear;
}
body.ccil-page .ccil-hpin-track .ccil-tl{
  flex:0 0 320px;
  width:320px !important;
  padding-right:40px !important;
  border-top-width:0;
}
/* One continuous rail behind the pinned items, with a progress fill */
body.ccil-page .ccil-hpin-rail{
  position:absolute;left:0;right:0;top:8px;height:2px;
  background:var(--ccil-line);pointer-events:none;
}
body.ccil-page .ccil-hpin-rail span{
  display:block;height:100%;background:var(--ccil-blue);
  transform-origin:left center;transform:scaleX(.06);
  transition:transform .06s linear;
}
body.ccil-page .ccil-hpin-track .ccil-tl::before{top:-3px}
@media(min-width:1025px){
  body.ccil-page .ccil-hpin-track .ccil-tl{flex-basis:380px;width:380px !important}
}
@media(max-width:767px){
  body.ccil-page .ccil-hpin-track .ccil-tl{flex-basis:270px;width:270px !important;padding-right:28px !important}
}

/* Fallback when the pin is off (reduced motion, or the track already fits):
   restore comfortable vertical spacing so dots never sit on the text above. */
body.ccil-page .ccil-hpin:not(.is-pinned) .ccil-tl{margin-bottom:34px}
@media(max-width:767px){
  body.ccil-page .ccil-hpin:not(.is-pinned) .ccil-tl{margin-bottom:30px}
}
/* Reduced-motion / no-pin fallback: the same horizontal band, swiped by hand */
body.ccil-page .ccil-hpin.is-swipe > .ccil-hpin-viewport{
  overflow-x:auto;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
  padding-bottom:10px;
}
body.ccil-page .ccil-hpin.is-swipe .ccil-tl{scroll-snap-align:start}
body.ccil-page .ccil-hpin.is-swipe .ccil-hpin-rail{display:none}

/* The pin wrapper is a flex item: without this it grows to fit the 1080px
   track and there is no overflow left to scroll through. */
body.ccil-page .ccil-hpin{
  width:100%;max-width:100%;min-width:0;align-self:stretch;
}
body.ccil-page .ccil-hpin-viewport{
  width:100%;max-width:100%;min-width:0;overflow:hidden;
}

/* Swipe mode needs an affordance: a real scrollbar and a fade at the edge */
body.ccil-page .ccil-hpin.is-swipe > .ccil-hpin-viewport{
  scrollbar-width:thin;
  scrollbar-color:var(--ccil-blue) var(--ccil-line);
}
body.ccil-page .ccil-hpin.is-swipe > .ccil-hpin-viewport::-webkit-scrollbar{height:6px}
body.ccil-page .ccil-hpin.is-swipe > .ccil-hpin-viewport::-webkit-scrollbar-track{background:var(--ccil-line)}
body.ccil-page .ccil-hpin.is-swipe > .ccil-hpin-viewport::-webkit-scrollbar-thumb{background:var(--ccil-blue);border-radius:3px}
body.ccil-page .ccil-hpin.is-swipe::after{
  content:"";position:absolute;top:0;right:0;bottom:14px;width:56px;
  background:linear-gradient(to right,rgba(247,246,243,0),var(--ccil-paper-warm));
  pointer-events:none;
}

/* ============================================================
   Wordmark typeface — matches the brochure
   The trifold's document default is Big Caslon (bold). That is a macOS
   system face, so fall back to Libre Caslon, the closest web Caslon.
   ============================================================ */
:root{
  --ccil-display:"Big Caslon","Libre Caslon Display","Libre Caslon Text",
                 "Hoefler Text",Georgia,"Times New Roman",serif;
}
body.ccil-page .ccil-wordmark .elementor-heading-title,
body.ccil-page .ccil-footmark .elementor-heading-title{
  font-family:var(--ccil-display);
  font-weight:700;
  letter-spacing:.01em;
}
body.ccil-page .ccil-wordmark .elementor-heading-title{font-size:36px}
body.ccil-page .ccil-footmark .elementor-heading-title{font-size:32px}
@media(max-width:767px){
  body.ccil-page .ccil-wordmark .elementor-heading-title{font-size:30px}
}
