/* Shared, scoped editorial styles: landing teasers and static stories. */
.story-theme-rose{--story-paper:#ffedf0;--story-ink:#86394e;--story-accent:#c04b65;--story-soft:#fff7f8}
.story-theme-gold{--story-paper:#fff0ce;--story-ink:#755321;--story-accent:#987028;--story-soft:#fffbf0}
.story-theme-blue{--story-paper:#e8efff;--story-ink:#3b5284;--story-accent:#526db0;--story-soft:#f5f8ff}
.story-theme-violet{--story-paper:#ece7fa;--story-ink:#5f4788;--story-accent:#7c5eac;--story-soft:#f8f5ff}
.story-theme-mint{--story-paper:#e1f1e8;--story-ink:#365d51;--story-accent:#4f7869;--story-soft:#f3faf6}
.story-site{min-height:100vh;background:#fdfbf7;color:#252a36;font-family:'Noto Sans KR',system-ui,-apple-system,sans-serif}
.story-site a,.story-teasers a,.story-landing-header a{text-decoration:none}
.story-site a:focus-visible,.story-teasers a:focus-visible,.story-landing-header a:focus-visible,.story-provenance summary:focus-visible{outline:3px solid #6e62c6;outline-offset:5px}
.story-skip{position:absolute;left:12px;top:-70px;z-index:100;background:#252a36;color:#fff;padding:14px}
.story-skip:focus{top:12px}
.story-site-header{max-width:1000px;margin:0 auto;padding:25px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e6e2da}
.story-brand{display:flex;align-items:center;gap:14px;font-size:23px;letter-spacing:-.06em;font-weight:900;color:#252a36}
.story-brand>span{border-left:1px solid #ccc7bc;padding-left:14px;font-size:12px;font-weight:600;letter-spacing:-.02em;color:#726b61}
.story-site-header nav{display:flex;align-items:center;gap:22px;font-size:12px;font-weight:700}
.story-nav-start{padding:10px 13px;border:1px solid #d8d2c6;border-radius:8px}
.story-landing-header{position:relative;z-index:30;width:100%;max-width:448px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:22px 24px 0}
.story-landing-header>a{font-size:20px;font-weight:900;letter-spacing:-.06em;color:#222b3e}
.story-landing-header nav{display:flex;gap:17px;font-size:11px;font-weight:700;color:#5d6473}
.story-eyebrow{display:block;margin:0;color:#7b7063;font-size:10px;font-weight:800;letter-spacing:.12em}
.story-section-heading{margin-bottom:22px}
.story-section-heading h2{margin:8px 0 7px;font-size:27px;line-height:1.4;letter-spacing:-.055em;font-weight:900;color:#252a36}
.story-section-heading>p{margin:0;font-size:12px;line-height:1.8;color:#6c717d;word-break:keep-all}
.story-card{display:block;min-width:0;overflow:hidden;background:#fffdf9;border:1px solid #e4dfd6;border-radius:17px;transition:box-shadow .2s,transform .2s}
.story-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #3f342012}
.story-card-art{position:relative;height:218px;overflow:hidden;background:var(--story-paper);border-bottom:1px solid #252a3610}
.story-card-art:after{position:absolute;inset:12px;content:'';border:1px solid #ffffff90;border-radius:8px;pointer-events:none}
.story-card-art img,.story-panel-stage img,.story-teaser-thumb img,.story-case-top img{mask-image:radial-gradient(ellipse closest-side,#000 77%,transparent 100%)}
.story-issue{position:absolute;top:21px;left:22px;z-index:2;color:var(--story-ink);font-size:10px;letter-spacing:.12em;font-weight:800}
.story-art-bubble{position:absolute;top:48px;left:24px;z-index:2;max-width:72%;padding:10px 15px;background:#fffdfb;border:1.5px solid var(--story-ink);border-radius:16px 16px 16px 3px;box-shadow:3px 3px 0 #252a360c;color:var(--story-ink);font-size:15px;font-weight:800;letter-spacing:-.045em;transform:rotate(-3deg);word-break:keep-all}
.story-art-main{position:absolute;right:20px;top:38px;width:170px;height:170px;object-fit:contain;mix-blend-mode:multiply;transform:rotate(7deg)}
.story-art-side{position:absolute;left:26px;bottom:20px;width:95px;height:95px;object-fit:contain;mix-blend-mode:multiply;transform:rotate(-10deg)}
.story-art-note{position:absolute;right:20px;bottom:18px;color:var(--story-ink);font-size:9px;letter-spacing:.03em;opacity:.85}
.story-card-copy{padding:21px 23px 18px}
.story-category{color:var(--story-ink);font-size:10px;font-weight:800;letter-spacing:.02em}
.story-card h3{margin:9px 0 10px;white-space:pre-line;word-break:keep-all;color:#252a36;font-size:23px;line-height:1.42;font-weight:850;letter-spacing:-.055em}
.story-card-copy>p{margin:0;color:#71717b;font-size:12px;line-height:1.8;word-break:keep-all}
.story-card-link{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:13px;border-top:1px solid #eae5de;color:#373945;font-size:11px;font-weight:750}
.story-card-link>span{font-size:19px;color:var(--story-accent)}
.story-teaser-rows{margin-top:12px}
.story-teaser-row{display:flex;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid #e8e3db}
.story-teaser-thumb{display:grid;flex:0 0 63px;place-items:center;overflow:hidden;width:63px;height:68px;background:var(--story-paper);border-radius:11px}
.story-teaser-thumb img{width:60px;height:60px;object-fit:contain;mix-blend-mode:multiply}
.story-teaser-row>span:nth-child(2){flex:1;min-width:0}
.story-teaser-row small{display:block;margin-bottom:5px;color:var(--story-ink);font-size:9px;font-weight:700}
.story-teaser-row strong{display:block;color:#2d3240;font-size:13px;font-weight:800;line-height:1.55;word-break:keep-all}
.story-teaser-row>span:last-child{color:#716c64}
.story-all-link{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding:14px 16px;background:#efece5;border-radius:9px;color:#4e4d50;font-size:12px;font-weight:750}
.story-all-link:hover{background:#e8e3d9}
.story-index{max-width:940px;margin:0 auto;padding:56px 30px 72px}
.story-index-intro{position:relative;padding-bottom:33px;border-bottom:1px solid #dcd5c9}
.story-index-intro h1{position:relative;z-index:1;margin:16px 0 19px;font-size:clamp(40px,7vw,64px);line-height:1.18;font-weight:900;letter-spacing:-.065em}
.story-index-intro h1 em{color:#a75a49;font-style:normal}
.story-index-intro>p:last-of-type{margin:0;color:#716c65;font-size:14px;line-height:1.85;word-break:keep-all}
.story-index-stamp{position:absolute;right:22px;top:34px;display:grid;align-content:center;width:112px;height:112px;border:1px solid #a75a4960;border-radius:50%;color:#a75a49;font-family:Georgia,serif;font-size:14px;letter-spacing:.12em;text-align:center;line-height:1.8;transform:rotate(12deg)}
.story-filters{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0 35px}
.story-filters a{padding:9px 14px;border:1px solid #e2dcd1;border-radius:30px;color:#777067;background:transparent;font-size:12px;font-weight:600}
.story-filters a:hover{background:#f0eae1}
.story-filters a[aria-current=page]{border-color:#2b3040;background:#2b3040;color:#fff}
.story-list-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}
.story-list-heading h2{margin:0;font-size:16px;line-height:1.5;letter-spacing:-.04em;font-weight:800}
.story-list-heading>span,.story-list-heading>a{flex-shrink:0;color:#7b756d;font-size:11px}
.story-index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.story-index-grid .story-card-featured{display:grid;grid-template-columns:1fr 1fr;grid-column:1/-1}
.story-index-grid .story-card-featured .story-card-art{height:100%;min-height:280px;border-bottom:0;border-right:1px solid #252a3610}
.story-index-grid .story-card-featured .story-art-main{width:220px;height:220px;right:15px;top:45px}
.story-index-grid .story-card-featured .story-art-side{width:120px;height:120px;bottom:20px}
.story-index-grid .story-card-featured .story-card-copy{align-self:center;padding:28px 32px}
.story-index-grid .story-card-featured h3{font-size:29px}
.story-index-outro{text-align:center;margin-top:60px;padding:35px 20px;background:#f1ece4;border-radius:16px}
.story-index-outro>p{margin:0 0 22px;font-size:20px;line-height:1.65;letter-spacing:-.04em}
.story-button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:49px;padding:13px 23px;border-radius:10px;background:#2b3040;color:#fff;font-size:13px;font-weight:800}
.story-button:hover{background:#41445a}
.story-index-outro small,.story-article-invite small{display:block;margin-top:12px;color:#77736e;font-size:10px}
.story-article{max-width:824px;margin:auto;padding:26px 30px 60px}
.story-breadcrumb{display:flex;gap:10px;margin:0 0 38px;color:#82766d;font-size:11px}
.story-breadcrumb a:hover{text-decoration:underline}
.story-article-header .story-eyebrow{color:var(--story-ink)}
.story-article-header .story-eyebrow span{display:inline-block;margin-left:15px;color:#908a82}
.story-article-header h1{margin:20px 0 15px;white-space:pre-line;font-size:clamp(31px,5vw,47px);font-weight:900;line-height:1.32;letter-spacing:-.055em;word-break:keep-all}
.story-deck{margin:0;color:#7b746b;font-size:14px;line-height:1.8;word-break:keep-all}
.story-byline{display:flex;flex-wrap:wrap;gap:17px;margin:22px 0 0;padding-bottom:24px;border-bottom:1px solid #dfd8cd;font-size:10px;color:#817a70}
.story-byline>span:first-child{font-weight:800;color:#4c4850}
.story-opening{max-width:650px;margin:30px 0;color:#484a54;font-size:16px;line-height:1.95;letter-spacing:-.02em;word-break:keep-all}
.story-comic{margin:35px 0 0}
.story-comic>figcaption{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:11px;color:var(--story-ink);font-weight:750}
.story-comic>figcaption>span:last-child{font-size:9px;letter-spacing:.12em}
.story-comic>ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;list-style:none;padding:0;margin:0}
.story-panel{position:relative;min-width:0;overflow:hidden;padding:20px 19px 15px;border:1.5px solid #47434a;border-radius:7px;background:var(--story-paper)}
.story-panel:nth-child(2),.story-panel:nth-child(3){background:var(--story-soft)}
.story-panel-number{position:absolute;top:10px;left:11px;color:var(--story-ink);font-family:Georgia,serif;font-size:11px}
.story-panel-dialogue{position:relative;z-index:1;display:table;max-width:100%;min-height:48px;margin:12px auto 0;padding:12px 15px;border:1.4px solid #4b424b;border-radius:17px 17px 4px 17px;background:#fffefb;box-shadow:3px 3px 0 #4537480b;color:#35313c;font-size:17px;font-weight:800;line-height:1.5;letter-spacing:-.035em;word-break:keep-all;text-align:center}
.story-panel-stage{position:relative;display:flex;justify-content:center;height:165px;margin-top:7px}
.story-panel-stage img{width:155px;height:155px;object-fit:contain;mix-blend-mode:multiply}
.story-panel:nth-child(even) .story-panel-stage img{transform:rotate(6deg)}
.story-panel:nth-child(odd) .story-panel-stage img{transform:rotate(-5deg)}
.story-panel-prop{position:absolute;z-index:1;left:1px;bottom:6px;max-width:85%;padding:5px 9px;border:1px solid #61536138;border-radius:4px;background:#fffdf9eb;color:var(--story-ink);font-size:10px;font-weight:750;transform:rotate(-5deg)}
.story-panel-caption{min-height:36px;margin:13px 0 0;padding-top:10px;border-top:1px solid #66546225;text-align:center;font-size:11px;color:#63565e;font-weight:600;line-height:1.7;word-break:keep-all}
.story-comic-note{margin:13px 0 0;color:#847b72;font-size:11px;line-height:1.75;word-break:keep-all}
.story-jump-links{display:flex;gap:23px;margin:30px 0 0;padding-bottom:18px;border-bottom:1px solid #e3ddd4;font-size:12px;font-weight:750;color:var(--story-ink)}
.story-prose{max-width:650px;margin:auto;scroll-margin-top:25px}
.story-prose-section{margin:44px 0}
.story-prose-section h2{margin:0 0 18px;font-size:23px;line-height:1.5;font-weight:850;letter-spacing:-.045em;word-break:keep-all}
.story-prose-section p{margin:0 0 16px;color:#535460;font-size:15px;line-height:2;letter-spacing:-.015em;word-break:keep-all;overflow-wrap:anywhere}
.story-evidence{margin:42px 0;padding:27px;border:1px solid #e4ddd2;border-radius:14px;background:#f8f4ed;scroll-margin-top:25px}
.story-evidence>h2{margin:9px 0 22px;font-size:21px;line-height:1.5;font-weight:850;letter-spacing:-.04em;word-break:keep-all}
.story-case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.story-case{padding:18px;border:1px solid #e7dfd5;border-radius:10px;background:#fffefa}
.story-case-top{display:flex;align-items:center;justify-content:space-between;height:60px}
.story-case-top>span{font-size:10px;font-weight:800;color:#827267}
.story-case-top img{object-fit:contain;mix-blend-mode:multiply}
.story-case h3{margin:15px 0;color:var(--story-ink);font-size:13px;font-weight:800}
.story-case blockquote{margin:0;font-size:16px;font-weight:800;line-height:1.7;word-break:keep-all;letter-spacing:-.025em}
.story-case>p{margin:13px 0 0;color:#77716b;font-size:12px;line-height:1.9;word-break:keep-all}
.story-case-caution{padding-top:13px;border-top:1px solid #ede6db}
.story-case-caution strong{display:block;margin-bottom:4px;font-size:10px;color:#80705d}
.story-provenance{margin-top:20px;border-top:1px solid #e0d6c6;padding-top:15px}
.story-provenance summary{font-size:11px;font-weight:750;cursor:pointer;color:#796a56;min-height:30px;padding:5px 0}
.story-provenance p{margin:12px 0;color:#7c7267;font-size:11px;line-height:1.9;word-break:keep-all}
.story-provenance a{text-decoration:underline}
.story-wide-quote{margin:0 0 25px;font-size:14px;line-height:1.9;color:#696053;word-break:keep-all}
.story-week-list{list-style:none;margin:0;padding:0}
.story-week-list li{display:flex;gap:16px;padding:16px 0;border-top:1px solid #e5ddd0}
.story-week-list li>span{flex:0 0 42px;text-align:center;color:#8a7d6a;font-size:10px}
.story-week-list b{display:block;margin-bottom:5px;color:var(--story-ink);font-size:16px}
.story-week-list h3{margin:0 0 5px;font-size:13px;font-weight:800}
.story-week-list p{margin:0;font-size:12px;color:#726a63;line-height:1.85;word-break:keep-all}
.story-month-case>span{color:var(--story-ink);font-size:11px;font-weight:750}
.story-month-case>h3{margin:12px 0;font-size:25px;font-weight:850;letter-spacing:-.045em;line-height:1.5;word-break:keep-all}
.story-month-case blockquote{margin:0;color:#665d66;font-size:14px;line-height:1.9;word-break:keep-all}
.story-month-case dl{margin:20px 0 0;padding-top:8px;border-top:1px solid #e0d6c6}
.story-month-case dt{margin:15px 0 6px;font-size:11px;font-weight:800;color:var(--story-ink)}
.story-month-case dd{margin:0;font-size:13px;line-height:1.85;color:#746a70;word-break:keep-all}
.story-takeaway{position:relative;max-width:650px;margin:40px auto 25px;padding:25px 28px;border-left:3px solid var(--story-accent);background:var(--story-paper)}
.story-takeaway>span{color:var(--story-ink);font-size:10px;font-weight:800}
.story-takeaway p{margin:12px 0 0;font-size:20px;line-height:1.7;font-weight:750;letter-spacing:-.035em;word-break:keep-all}
.story-endnote{max-width:650px;margin:0 auto;color:#8b8278;font-size:11px;line-height:1.8;word-break:keep-all}
.story-article-invite{margin:45px 0 55px;padding:30px 20px;text-align:center;border-top:1px solid #e4dcd0;border-bottom:1px solid #e4dcd0}
.story-article-invite h2{margin:0 0 21px;font-size:22px;line-height:1.5;font-weight:800;letter-spacing:-.045em;word-break:keep-all}
.story-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.story-related .story-card-art{height:180px}
.story-related .story-art-main{width:145px;height:145px;top:28px}
.story-related .story-art-side{width:75px;height:75px;left:22px;bottom:17px}
.story-related .story-art-bubble{font-size:12px;top:42px;left:20px;padding:8px 10px}
.story-related .story-art-note{display:none}
.story-related .story-card h3{font-size:19px}
.story-related .story-card-copy>p{font-size:11px}
@media(max-width:600px){
  .story-site-header{padding:18px 20px;gap:12px}.story-brand{font-size:22px}.story-brand>span{display:none}.story-site-header nav{gap:13px;font-size:10px}.story-nav-start{padding:8px 10px}
  .story-index{padding:36px 20px 50px}.story-index-intro{padding-bottom:26px}.story-index-intro>p:last-of-type{font-size:12px}.story-index-stamp{width:77px;height:77px;right:0;top:38px;font-size:10px}
  .story-filters{gap:7px;margin:23px 0 28px}.story-filters a{font-size:11px;padding:9px 11px}.story-list-heading h2{font-size:15px}
  .story-index-grid{grid-template-columns:1fr;gap:22px}.story-index-grid .story-card-featured{display:block;grid-column:auto}.story-index-grid .story-card-featured .story-card-art{height:230px;min-height:0;border-right:0;border-bottom:1px solid #252a3610}.story-index-grid .story-card-featured .story-card-copy{padding:21px 23px 18px}.story-index-grid .story-card-featured h3{font-size:25px}.story-index-grid .story-card-featured .story-art-main{width:180px;height:180px;top:36px;right:20px}.story-index-grid .story-card-featured .story-art-side{width:105px;height:105px;bottom:23px}
  .story-article{padding:22px 20px 45px}.story-breadcrumb{margin-bottom:30px;font-size:10px}.story-article-header h1{font-size:31px}.story-deck{font-size:13px}.story-opening{font-size:14px;margin:25px 0;line-height:1.95}
  .story-comic{margin-top:28px}.story-comic>ol{gap:8px}.story-panel{padding:18px 10px 12px}.story-panel-dialogue{font-size:13px;line-height:1.6;min-height:64px;padding:9px 10px;margin-top:7px}.story-panel-stage{height:124px;margin-top:6px}.story-panel-stage img{width:116px;height:116px}.story-panel-prop{font-size:8px;left:-2px;bottom:0;padding:4px 6px;max-width:100%}.story-panel-caption{font-size:10px;min-height:46px;margin-top:10px;padding-top:10px}.story-comic-note{font-size:10px}
  .story-prose-section{margin:34px 0}.story-prose-section h2{font-size:21px;margin-bottom:15px}.story-prose-section p{font-size:14px;line-height:1.95}
  .story-evidence{padding:20px 16px;margin:32px 0}.story-evidence>h2{font-size:20px}.story-case-grid{grid-template-columns:1fr}.story-case{padding:18px}.story-case-top{height:48px}.story-case h3{margin-top:12px}.story-case blockquote{font-size:16px}.story-case>p{font-size:12px}
  .story-takeaway{padding:21px}.story-takeaway p{font-size:18px}.story-article-invite h2{font-size:21px}
  .story-related-grid{grid-template-columns:1fr;gap:15px}.story-related .story-card{display:grid;grid-template-columns:100px minmax(0,1fr)}.story-related .story-card-art{height:100%;min-height:158px;border-right:1px solid #252a3610;border-bottom:0}.story-related .story-art-main{width:86px;height:86px;right:4px;top:40px}.story-related .story-art-side,.story-related .story-art-bubble,.story-related .story-card-art:after{display:none}.story-related .story-issue{top:17px;left:15px;font-size:9px}.story-related .story-card-copy{padding:17px}.story-related .story-card h3{font-size:16px;margin:7px 0;white-space:normal}.story-related .story-card-copy>p{display:none}.story-related .story-card-link{margin-top:11px;padding-top:8px}
}
@media(max-width:350px){.story-panel-dialogue{font-size:12px;padding:8px}.story-panel-stage img{width:103px;height:103px}.story-panel-stage{height:113px}.story-panel-caption{font-size:9px}.story-index-stamp{width:64px;height:64px;font-size:9px}.story-article-header h1{font-size:28px}.story-section-heading h2{font-size:25px}.story-art-main{width:150px;height:150px;top:54px;right:8px}.story-art-side{width:80px;height:80px;left:16px}.story-art-bubble{font-size:13px;left:20px}.story-art-note{font-size:8px}}
@media(prefers-reduced-motion:reduce){.story-card{transition:none}.story-card:hover{transform:none}}
