/* CaseTheWolf Stories */
:root{--ctw-cream:#fff8f0;--ctw-paper:#fffdf7;--ctw-navy:#082762;--ctw-blue:#0b55b8;--ctw-gold:#f5a623;--ctw-red:#c93d2c;--ctw-green:#2f8a42;--ctw-radius:18px;--ctw-shadow:0 8px 24px rgba(21,47,92,.12);--ctw-shadow-lg:0 14px 36px rgba(21,47,92,.18)}
.stories-page-body{background:#fff4dc;font-family:Nunito,Arial,sans-serif;color:var(--ctw-navy)}
.stories-split-header{margin-bottom:0!important}
.ctw-stories-wrapper{min-height:100vh;padding-bottom:34px;background:linear-gradient(180deg,#fff4dc 0%,#fffdf8 40%,#fff8ed 100%)}
.ctw-stories-art-header{position:relative;z-index:1;width:100vw;margin-left:calc(50% - 50vw);display:block;overflow:hidden;background:#071b34;border-bottom:8px solid #e8a020;line-height:0}
.ctw-stories-art-header .ctw-stories-art-header__image{display:block;width:100%;max-width:none;height:auto}
.ctw-stories-hero{position:relative;overflow:hidden;min-height:390px;display:grid;align-items:center;padding:54px 20px 70px;background:#fff4dc;border-bottom:1px solid rgba(230,190,116,.6)}
.ctw-stories-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 30%,rgba(255,255,255,.76),transparent 25%),radial-gradient(circle at 85% 30%,rgba(255,240,190,.55),transparent 24%);pointer-events:none}
.ctw-stories-hero__inner{position:relative;z-index:1;max-width:720px;margin:0 auto;text-align:center}
.ctw-stories-hero__art{position:absolute;left:max(20px,8vw);bottom:18px;font-size:6rem;filter:drop-shadow(0 8px 15px rgba(8,39,98,.18));opacity:.95}
.ctw-stories-hero__title{margin:0;color:var(--ctw-navy);font-size:clamp(4rem,10vw,7.8rem);font-weight:900;line-height:.9;text-shadow:0 5px 0 rgba(255,255,255,.9)}
.ctw-stories-hero__subtitle{display:inline-block;margin:14px 0 12px;padding:7px 26px;border-radius:999px;background:#c74432;color:#fff;font-size:clamp(1rem,2vw,1.35rem);font-weight:900}
.ctw-stories-hero__body{max-width:520px;margin:0 auto 22px;color:#1a315d;font-size:1.14rem;font-weight:800;line-height:1.6}
.ctw-stories-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:2px solid #8ab4ea;border-radius:999px;background:rgba(255,255,255,.88);box-shadow:var(--ctw-shadow);font-weight:900}
.ctw-featured-wrap{padding:0 18px}
.ctw-featured{position:relative;max-width:1180px;margin:24px auto 28px;display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,1.1fr) 240px;gap:24px;padding:22px;border:2px solid rgba(219,177,101,.6);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:var(--ctw-shadow-lg)}
.ctw-featured__loading,.ctw-story-grid__loading,.ctw-story-grid__empty{grid-column:1/-1;padding:34px;text-align:center;font-weight:900;color:#557}
.ctw-featured__thumb{position:relative;min-height:245px;border-radius:16px;overflow:hidden;background:#fff3da}
.ctw-featured__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.ctw-featured__badge{position:absolute;top:10px;left:10px;padding:7px 12px;border-radius:999px;background:#0a4d9d;color:#fff;font-weight:900;font-size:.78rem}
.ctw-featured__body{display:flex;flex-direction:column;justify-content:center;gap:12px}
.ctw-featured__title{margin:0;color:var(--ctw-navy);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;line-height:1}
.ctw-featured__desc{margin:0;color:#173463;font-weight:800;line-height:1.55}
.ctw-featured__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:fit-content;min-height:44px;padding:12px 28px;border:0;border-radius:999px;background:linear-gradient(#0b55b8,#062f78);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 5px 0 #031f52}
.ctw-featured__btn--gold{background:linear-gradient(#ffd76d,#f2aa2c);color:#082762;box-shadow:0 5px 0 #b87612}
.ctw-featured__btn--outline{background:#fff;color:#082762;border:2px solid #9bc3f4;box-shadow:none}
.ctw-featured__schedule{display:grid;align-content:center;gap:12px;padding:18px;border:2px solid #cfe2fb;border-radius:18px;background:#f4f9ff;color:#082762;font-weight:900}
.ctw-featured__schedule span{display:block;font-size:.95rem;line-height:1.35}
.ctw-cats{max-width:1180px;margin:0 auto 22px;padding:0 18px;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.ctw-cat-chip{min-height:42px;padding:8px 18px;border:2px solid #d5e1ef;border-radius:999px;background:#fff;color:#082762;font:900 .92rem/1 Nunito,Arial;box-shadow:0 5px 14px rgba(8,39,98,.08);cursor:pointer}
.ctw-cat-chip.active,.ctw-cat-chip:hover{background:linear-gradient(#0b55b8,#062f78);color:#fff;border-color:#0b55b8}
.ctw-section-label{max-width:1180px;margin:0 auto 18px;padding:0 18px;color:#082762;font-size:1.45rem;font-weight:900}
.ctw-story-grid{max-width:1180px;margin:0 auto 34px;padding:0 18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ctw-story-card{background:#fff;border:2px solid #e8edf5;border-radius:18px;overflow:hidden;box-shadow:var(--ctw-shadow);transition:transform .2s,box-shadow .2s}
.ctw-story-card:hover{transform:translateY(-4px);box-shadow:var(--ctw-shadow-lg)}
.ctw-story-card a{display:block;color:inherit;text-decoration:none}
.ctw-story-card__thumb{position:relative;aspect-ratio:16/9;background:#fff3da;overflow:hidden}
.ctw-story-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.ctw-story-card__week{position:absolute;right:10px;top:10px;padding:6px 12px;border-radius:999px;background:#083a83;color:#fff;font-size:.75rem;font-weight:900}
.ctw-story-card__body{padding:16px;text-align:center}
.ctw-story-card__title{margin:6px 0;color:#082762;font-size:1.22rem;font-weight:900;line-height:1.1}
.ctw-story-card__desc{min-height:44px;margin:0 0 14px;color:#173463;font-size:.92rem;font-weight:750;line-height:1.45}
.ctw-story-card__btn{display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:10px 18px;border-radius:999px;background:linear-gradient(#0b55b8,#062f78);color:#fff;font-weight:900}
.ctw-tag{display:inline-flex;align-items:center;margin:2px;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:900}
.ctw-tag--kindness{background:#ffe8e8;color:#b93127}.ctw-tag--friendship{background:#e8f4fd;color:#1263a5}.ctw-tag--teamwork{background:#e8f8e8;color:#21753a}.ctw-tag--fairness{background:#fff3cd;color:#775504}.ctw-tag--bedtime{background:#f0e6ff;color:#5f35a2}.ctw-tag--worldcup{background:#e8ffe8;color:#145c27}.ctw-tag--default{background:#eef3fb;color:#082762}
.ctw-story-lower{max-width:1180px;margin:0 auto 28px;padding:0 18px;display:grid;grid-template-columns:1fr 1fr;gap:22px}
.ctw-archive-bar,.ctw-grow-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 28px;border-radius:18px;border:2px solid #f0ce83;background:#fff7de;box-shadow:var(--ctw-shadow)}
.ctw-grow-bar{background:#edf7ff;border-color:#b6d9fa}
.ctw-archive-bar h3,.ctw-grow-bar h3{margin:0 0 5px;color:#082762;font-size:1.35rem;font-weight:900}
.ctw-archive-bar p,.ctw-grow-bar p{margin:0;color:#173463;font-weight:750}
.ctw-archive-bar__btn{padding:10px 20px;border:2px solid #083a83;border-radius:999px;color:#083a83;background:#fff;text-decoration:none;font-weight:900;white-space:nowrap}
.ctw-grow-bar>span{font-size:3.5rem}
.ctw-stories-footer{max-width:1240px;margin:0 auto 14px;padding:16px 26px;display:flex;justify-content:space-between;align-items:center;gap:18px;border-radius:0 0 24px 24px;background:#062a63;color:#fff}
.ctw-stories-footer div{display:flex;align-items:center;gap:12px}.ctw-stories-footer img{width:48px;height:48px;border-radius:50%}.ctw-stories-footer span{display:block;font-size:.82rem}.ctw-stories-footer a{color:#fff;text-decoration:none;font-weight:900;margin-left:16px}
.ctw-detail-breadcrumb{max-width:1180px;margin:18px auto 6px;padding:0 20px;color:#486080;font-weight:800}.ctw-detail-breadcrumb a{color:#083a83;text-decoration:none}
.ctw-detail-layout{max-width:1180px;margin:0 auto;padding:16px 20px 30px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}
.ctw-detail-hero-card{display:grid;grid-template-columns:minmax(260px,.9fr) 1fr;gap:28px;align-items:center;margin-bottom:20px}.ctw-detail-hero-card>img{width:100%;border-radius:20px;box-shadow:var(--ctw-shadow);aspect-ratio:4/3;object-fit:cover}
.ctw-detail-hero-image-frame{display:block;width:100%;overflow:hidden;border-radius:20px;background:#fff3da;box-shadow:var(--ctw-shadow)}
.ctw-detail-hero-image-frame img{display:block;width:100%;height:auto;max-height:440px;object-fit:contain}
.ctw-detail-title{margin:0 0 12px;color:#082762;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:900;line-height:1}
.ctw-detail-hero-card p{color:#173463;font-weight:800;line-height:1.6}
.ctw-detail-tags{margin-bottom:12px}.ctw-detail-actions{display:grid;gap:10px;max-width:260px}
.ctw-detail-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px}.ctw-detail-meta span{padding:14px;border:1px solid #ead6ad;border-radius:14px;background:#fff8e8;text-align:center;font-weight:900}
.ctw-video-frame,.ctw-story-section,.ctw-sidebar-panel{background:#fff;border:1px solid #e4edf8;border-radius:20px;box-shadow:var(--ctw-shadow)}
.ctw-video-frame{overflow:hidden;margin-bottom:20px}.ctw-video-wrapper{position:relative;padding-bottom:56.25%;height:0}.ctw-video-wrapper iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.ctw-video-coming-soon{text-align:center;padding:48px;color:#557}.ctw-video-coming-soon span{font-size:3rem}
.ctw-coins-panel{display:flex;gap:14px;align-items:center;margin-bottom:20px;padding:16px 18px;border:2px solid #f2c057;border-radius:18px;background:#fff7d8}.ctw-coins-panel--earned{border-color:#4caf50;background:#e9f8ec}.ctw-coins-panel--loggedout{border-color:#ccd4dd;background:#f7f9fb}.ctw-coins-panel__icon{font-size:2rem}.ctw-coins-panel h4{margin:0 0 3px;color:#082762;font-weight:900}.ctw-coins-panel p{margin:0;color:#173463;font-weight:800}.ctw-coins-progress{height:7px;margin-top:8px;border-radius:999px;background:rgba(0,0,0,.12);overflow:hidden}.ctw-coins-progress__bar{height:100%;width:0;background:#f5a623;transition:width .3s}
.ctw-story-section{padding:22px;margin-bottom:18px}.ctw-story-section h3{margin:0 0 10px;color:#082762;font-size:1.35rem;font-weight:900}.ctw-story-section p{margin:0;color:#173463;font-weight:750;line-height:1.7}.ctw-story-section strong{display:block;margin-bottom:8px;color:#082762}
.ctw-detail-sidebar{position:sticky;top:120px}.ctw-sidebar-panel{padding:18px;margin-bottom:18px}.ctw-sidebar-panel__title{margin:0 0 12px;color:#082762;font-size:1.1rem;font-weight:900}.ctw-sidebar-panel p{color:#173463;font-weight:750;line-height:1.45}
.ctw-discussion-q{display:flex;gap:10px;padding:9px 0;border-bottom:1px solid #eef2f8;color:#173463;font-weight:800}.ctw-discussion-q:last-child{border-bottom:0}.ctw-discussion-q__num{flex:0 0 26px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#083a83;color:#fff;font-weight:900;font-size:.8rem}
.ctw-more-story{display:grid;grid-template-columns:78px 1fr;gap:10px;align-items:center;padding:9px 0;text-decoration:none;color:inherit;border-bottom:1px solid #eef2f8}.ctw-more-story img{width:78px;height:56px;border-radius:10px;object-fit:cover}.ctw-more-story__title{color:#082762;font-weight:900}.ctw-more-story__week{color:#557;font-size:.8rem;font-weight:800}.ctw-sidebar-link{display:block;margin-top:10px;text-align:center;color:#083a83;font-weight:900;text-decoration:none}
.ctw-newsletter-panel input{width:100%;padding:12px;border:1px solid #cfd8e7;border-radius:999px}.ctw-newsletter-panel button{width:100%;margin-top:10px;padding:12px;border:0;border-radius:999px;background:#083a83;color:#fff;font-weight:900}
.ctw-related-row{max-width:1180px;margin:0 auto 30px}.ctw-not-found{min-height:55vh;display:grid;place-items:center;text-align:center;padding:50px 20px}.ctw-not-found a{color:#083a83;font-weight:900}
@media(max-width:980px){.ctw-featured{grid-template-columns:1fr}.ctw-featured__schedule{display:none}.ctw-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ctw-story-lower,.ctw-detail-layout,.ctw-detail-hero-card{grid-template-columns:1fr}.ctw-detail-sidebar{position:static}.ctw-detail-meta{grid-template-columns:1fr}}
@media(max-width:920px){.ctw-stories-art-header{height:360px;background:#071b34 url("../images/stories/stories-hero.png") center top/cover no-repeat}.ctw-stories-art-header .ctw-stories-art-header__image{display:none}}
@media(max-width:640px){.stories-page-body{overflow-x:hidden}.ctw-stories-wrapper{overflow-x:hidden}.ctw-featured{margin-top:18px}.ctw-stories-hero{min-height:330px;padding-top:34px}.ctw-stories-hero__art{display:none}.ctw-story-grid{grid-template-columns:1fr}.ctw-cats{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.ctw-cat-chip{white-space:nowrap}.ctw-archive-bar,.ctw-grow-bar,.ctw-stories-footer{display:block;text-align:center}.ctw-stories-footer nav{margin-top:12px}.ctw-stories-footer a{display:inline-block;margin:6px}.ctw-detail-actions{max-width:none}.ctw-featured__btn{width:100%}}
@media(max-width:640px){.ctw-detail-hero-image-frame img{max-height:none}}
@media(max-width:560px){.ctw-stories-art-header{height:260px;background-size:cover;background-position:center top}}
