/*
  CCCOWE Sarawak History v5
  Direction: PDF-based content rhythm + 10CCOWE prayer-page style.
  Important decisions requested:
  - No yellow navigation bar.
  - No upper-right quarter circle.
  - No integrated statistics information box.
  - Photos use contain / full-image presentation where possible to avoid cropped heads.
*/
.cccowe-pdf-history{
    --bg:#011B3E;
    --yellow:#FCD108;
    --text:#ECF4FF;
    --soft:#D4E2F4;
    --muted:#A8BCD2;
    --panel:rgba(255,255,255,.025);
    --panel-strong:rgba(255,255,255,.045);
    --line:rgba(252,209,8,.33);
    --line-soft:rgba(255,255,255,.20);
    --font:var(--e-global-typography-text-font-family),var(--e-global-typography-primary-font-family),"Noto Sans TC","Microsoft JhengHei","PingFang TC",Arial,sans-serif;
    box-sizing:border-box;
    background:var(--bg);
    color:var(--text);
    font-family:var(--font);
    line-height:1.82;
    overflow:hidden;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
.cccowe-pdf-history *,
.cccowe-pdf-history *:before,
.cccowe-pdf-history *:after{box-sizing:border-box}
.cccowe-pdf-history a{color:inherit}
.cccowe-pdf-history img{display:block;max-width:100%;height:auto}
.cccowe-pdf-history p{margin:0 0 1.08em;color:var(--soft);font-size:17px;font-weight:500;letter-spacing:.01em}
.cccowe-pdf-history .shell{width:min(1080px,calc(100% - 46px));margin:0 auto}

/* Hero: follows PDF page 1 large image/title concept, but removes the 1/4 circle. */
.cccowe-pdf-hero{position:relative;min-height:620px;background:var(--bg);isolation:isolate;border-bottom:1px solid rgba(252,209,8,.18)}
.cccowe-pdf-hero-img{position:absolute;inset:0;background-size:contain;background-repeat:no-repeat;background-position:center top;z-index:-3;opacity:.82}
.cccowe-pdf-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(1,27,62,.97) 0%,rgba(1,27,62,.82) 42%,rgba(1,27,62,.42) 100%)}
.cccowe-pdf-hero:after{display:none!important;content:none!important}
.cccowe-pdf-hero .shell{min-height:620px;display:flex;align-items:center;padding:74px 0 78px}
.cccowe-pdf-hero-copy{width:min(780px,100%)}
.cccowe-pdf-sarawak{margin:0 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,7vw,88px);letter-spacing:.15em;line-height:.9;-webkit-text-stroke:1px rgba(255,255,255,.65);color:transparent}
.cccowe-pdf-hero-title{margin:0;color:var(--yellow);font-size:clamp(42px,7.4vw,92px);line-height:1.02;font-weight:900;letter-spacing:.035em}
.cccowe-pdf-hero-subtitle{margin-top:20px;color:#fff;font-size:clamp(17px,2vw,25px);font-weight:800}
.cccowe-pdf-hero-lead{width:min(700px,100%);margin-top:20px;color:#eef5ff!important;font-size:18px!important;line-height:1.86!important;text-shadow:0 2px 16px rgba(1,27,62,.72)}
.cccowe-pdf-side-title{display:none!important}
.cccowe-pdf-hero-caption{position:absolute;right:clamp(24px,8vw,120px);bottom:28px;color:#fff;font-size:16px;font-weight:900;text-shadow:0 2px 14px rgba(0,0,0,.55)}

/* There is deliberately no in-page yellow navigation bar in v5. */
.cccowe-pdf-nav-wrap,.cccowe-pdf-nav{display:none!important}

/* Main body: closer to the prayer page rhythm—clean sections, text-led, with restrained dividers. */
.cccowe-pdf-main{position:relative;padding:76px 0 70px;background:var(--bg)}
.cccowe-pdf-main:after{content:"";position:absolute;right:-140px;bottom:160px;width:390px;height:170px;opacity:.25;pointer-events:none;background-image:radial-gradient(circle,rgba(252,209,8,.70) 0 3px,transparent 4px);background-size:27px 27px;transform:rotate(-18deg)}
.cccowe-pdf-block{position:relative;margin:0 0 54px;padding-left:30px}
.cccowe-pdf-block:before{content:"";position:absolute;left:0;top:4px;bottom:0;width:1px;background:var(--line-soft)}
.cccowe-pdf-block:after{content:"";position:absolute;left:-7px;bottom:-6px;width:14px;height:14px;background:var(--bg);border:1px solid var(--line);box-shadow:inset 0 0 0 4px var(--bg)}
.cccowe-pdf-card{background:var(--panel);border:1px solid rgba(255,255,255,.09);box-shadow:none;padding:clamp(22px,4vw,42px)}
.cccowe-pdf-card.soft{background:rgba(255,255,255,.02)}
.cccowe-pdf-kicker{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px;color:var(--yellow);font-size:18px;font-weight:900;letter-spacing:.02em;line-height:1.45}
.cccowe-pdf-kicker:before{display:none!important;content:none!important}
.cccowe-pdf-intro-text{color:#fff!important;font-size:18px!important;font-weight:700!important;line-height:1.82!important}

.cccowe-pdf-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);gap:clamp(26px,5vw,56px);align-items:start}
.cccowe-pdf-figure{margin:0;background:rgba(255,255,255,.04);border:1px solid rgba(252,209,8,.16);padding:12px}
.cccowe-pdf-figure img{width:100%;height:auto;object-fit:contain;object-position:center;background:transparent}
.cccowe-pdf-caption{margin-top:10px;color:#fff;font-size:15px;font-weight:900;text-align:right}

/* Stats box removed in markup; keep hidden for safety if old cache appears. */
.cccowe-pdf-stat-row{display:none!important}

.cccowe-pdf-photo-banner{margin:0 0 36px;position:relative;background:rgba(255,255,255,.04);border:1px solid rgba(252,209,8,.16);padding:12px}
.cccowe-pdf-photo-banner img{width:100%;max-height:420px;object-fit:contain;object-position:center;background:transparent}
.cccowe-pdf-photo-banner figcaption{position:static;margin-top:10px;color:#fff;font-size:16px;font-weight:900;text-align:right;text-shadow:none}

.cccowe-pdf-pioneer-list{display:grid;gap:16px}
.cccowe-pdf-pioneer{padding:20px 22px;background:rgba(255,255,255,.035);border-left:4px solid var(--yellow)}
.cccowe-pdf-pioneer h3{margin:0 0 8px;color:var(--yellow);font-size:20px;font-weight:900;line-height:1.45}
.cccowe-pdf-pioneer p{margin-bottom:0}

.cccowe-pdf-figure-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px;align-items:start}
.cccowe-pdf-mini-figure{margin:0;background:rgba(255,255,255,.04);border:1px solid rgba(252,209,8,.14);padding:10px}
.cccowe-pdf-mini-figure img{width:100%;height:220px;object-fit:contain;object-position:center;background:transparent}
.cccowe-pdf-mini-figure figcaption{margin-top:10px;color:#fff;font-size:15px;font-weight:900;line-height:1.4}
.cccowe-pdf-mini-figure figcaption:before{content:"▶ ";color:#fff}

.cccowe-pdf-bullets{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:12px}
.cccowe-pdf-bullets li{position:relative;padding-left:24px;color:var(--soft);font-size:17px;font-weight:600;line-height:1.74}
.cccowe-pdf-bullets li:before{content:"";position:absolute;left:0;top:.64em;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:10px solid var(--yellow)}
.cccowe-pdf-note{margin-top:24px;padding:22px 24px;background:rgba(252,209,8,.055);border-left:4px solid var(--yellow);font-weight:700}
.cccowe-pdf-note p{margin:0;color:#fff}

.cccowe-pdf-refs ol{margin:0;padding-left:1.5em;columns:2 320px;column-gap:48px}
.cccowe-pdf-refs li{break-inside:avoid;margin-bottom:8px;color:var(--soft);font-size:14px;line-height:1.55}
.cccowe-pdf-credits{margin-top:26px;padding-top:18px;border-top:1px solid rgba(252,209,8,.16)}
.cccowe-pdf-credits p{margin:0 0 6px;color:#fff;font-size:15px;font-weight:800}

@media(max-width:900px){
    .cccowe-pdf-grid,.cccowe-pdf-figure-row{grid-template-columns:1fr}
    .cccowe-pdf-side-title{display:none}
    .cccowe-pdf-mini-figure img{height:auto;max-height:280px}
}
@media(max-width:620px){
    .cccowe-pdf-history .shell{width:min(100% - 30px,1080px)}
    .cccowe-pdf-hero,.cccowe-pdf-hero .shell{min-height:590px}
    .cccowe-pdf-hero .shell{padding:56px 0 66px}
    .cccowe-pdf-sarawak{font-size:42px}
    .cccowe-pdf-hero-title{font-size:42px}
    .cccowe-pdf-hero-lead{font-size:16px!important}
    .cccowe-pdf-main{padding-top:54px}
    .cccowe-pdf-block{padding-left:20px;margin-bottom:40px}
    .cccowe-pdf-card{padding:22px 18px}
    .cccowe-pdf-refs ol{columns:1}
}

/* v5 title colour fix for WordPress / Elementor global heading styles.
   Elementor kits may define .elementor-kit-xxxx h1 colours with higher specificity.
   Keep this block at the very end of this CSS file. */
.cccowe-pdf-history .cccowe-pdf-hero .cccowe-pdf-hero-title,
.cccowe-pdf-history .cccowe-pdf-hero h1.cccowe-pdf-hero-title {
    color: var(--yellow) !important;
    -webkit-text-fill-color: var(--yellow) !important;
    text-shadow: 0 3px 20px rgba(1,27,62,.45) !important;
}

.cccowe-pdf-history .cccowe-pdf-hero .cccowe-pdf-hero-subtitle {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


/* Proofreading revision 02: remove red-boxed repeated/decorative elements. */
.cccowe-pdf-history .cccowe-pdf-hero-subtitle,
.cccowe-pdf-history .cccowe-pdf-side-title{display:none!important}
.cccowe-pdf-history .cccowe-pdf-kicker:before{display:none!important;content:none!important}
