
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
:root{
  --bg:#f5f7fa;--paper:#fff;--ink:#10243c;--muted:#68768a;--line:#e4e9ef;
  --navy:#102f50;--navy2:#081d34;--accent:#e22846;--accent2:#ff655b;--soft:#eef3f7;
  --shadow:0 18px 50px rgba(16,36,60,.09);--radius:26px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;word-break:keep-all}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit;font-family:inherit}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(228,233,239,.9)}
.nav{max-width:1180px;margin:auto;height:70px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;font-weight:850;letter-spacing:-.035em}
.brand-mark{width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,var(--navy),var(--accent));display:grid;place-items:center;color:#fff;font-size:15px;box-shadow:0 9px 22px rgba(226,40,70,.22)}
.brand-sub{font-size:12px;color:var(--muted);font-weight:600;letter-spacing:0}
.nav-links{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700;color:#45556a}.nav-links a:hover{color:var(--accent)}
.hero-home{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 20%,rgba(255,91,87,.28),transparent 24%),radial-gradient(circle at 16% 110%,rgba(62,143,255,.20),transparent 32%),linear-gradient(125deg,#07182b 0%,#0e3255 54%,#70213d 100%);color:#fff}
.hero-home:after{content:"";position:absolute;right:-150px;bottom:-230px;width:560px;height:560px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018)}
.hero-inner{position:relative;z-index:1;max-width:1180px;margin:auto;padding:92px 24px 88px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.06);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:750}
.hero-title{font-size:clamp(40px,6vw,72px);line-height:1.08;letter-spacing:-.055em;max-width:900px;margin:23px 0 18px;font-weight:900}
.hero-title .accent{background:linear-gradient(90deg,#ffb1a8,#ff5d61);background-clip:text;-webkit-background-clip:text;color:transparent}
.hero-desc{max-width:720px;font-size:18px;line-height:1.8;color:rgba(255,255,255,.76);margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:14px;font-size:14px;font-weight:800;border:1px solid transparent;cursor:pointer}.btn-primary{background:#fff;color:var(--navy)}.btn-ghost{border-color:rgba(255,255,255,.25);color:#fff;background:rgba(255,255,255,.06)}
.stats-strip{max-width:1180px;margin:-30px auto 0;position:relative;z-index:4;padding:0 24px}.stats-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:20px 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stat{padding:5px 22px;border-right:1px solid var(--line)}.stat:first-child{padding-left:4px}.stat:last-child{border-right:0}.stat strong{display:block;font-size:22px;letter-spacing:-.04em}.stat span{font-size:13px;color:var(--muted)}
main{max-width:1180px;margin:auto;padding:72px 24px 100px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:25px}.section-head h2{font-size:32px;letter-spacing:-.045em;margin:0}.section-head p{margin:8px 0 0;color:var(--muted);line-height:1.7}.section-link{font-size:13px;color:var(--accent);font-weight:800}
.featured{display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);margin-bottom:68px}.featured-image{min-height:450px;background-size:cover;background-position:center;position:relative}.featured-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,24,43,.22),transparent 45%)}.featured-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.tag{display:inline-flex;width:max-content;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:#fff1f3;color:#b91e39;font-size:12px;font-weight:800}.featured h3{font-size:36px;line-height:1.25;letter-spacing:-.05em;margin:18px 0 15px}.featured p{color:var(--muted);line-height:1.85;margin:0}.meta{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0;color:#8290a2;font-size:13px}.read-link{margin-top:10px;font-weight:850;color:var(--navy)}
.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:72px}.topic{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;min-height:205px;transition:.2s}.topic:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.topic-icon{width:44px;height:44px;border-radius:14px;background:var(--soft);display:grid;place-items:center;font-size:22px}.topic h3{font-size:20px;margin:18px 0 8px}.topic p{font-size:14px;line-height:1.75;color:var(--muted);margin:0}.topic small{display:block;margin-top:20px;color:#99a3b1;font-weight:700}
.about-box{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:center;background:linear-gradient(135deg,#0b2642,#173f68);color:#fff;border-radius:30px;padding:52px;margin-bottom:72px;overflow:hidden;position:relative}.about-box:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-110px;bottom:-150px;background:rgba(255,255,255,.05)}.about-box h2{font-size:34px;line-height:1.3;margin:0;letter-spacing:-.045em}.about-box p{color:rgba(255,255,255,.76);line-height:1.9;margin:0}.about-label{font-size:12px;color:#ffb6b9;font-weight:850;letter-spacing:.08em;margin-bottom:12px}
.subscribe{border:1px solid var(--line);border-radius:26px;background:#fff;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:32px}.subscribe h2{font-size:27px;margin:0 0 8px;letter-spacing:-.04em}.subscribe p{margin:0;color:var(--muted);line-height:1.7}.subscribe .mini{font-size:12px;color:#98a2b1;margin-top:8px}.subscribe-actions{display:flex;gap:10px;flex-wrap:wrap}.btn-dark{background:var(--navy);color:#fff}.btn-outline{border-color:var(--line);background:#fff;color:var(--navy)}
.site-footer{border-top:1px solid var(--line);background:#fff}.footer-inner{max-width:1180px;margin:auto;padding:34px 24px;display:flex;justify-content:space-between;gap:24px;color:#7a8798;font-size:13px}.footer-inner strong{color:var(--ink)}
.article-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.article-card .thumb{aspect-ratio:16/10;background-size:cover;background-position:center}.article-card .copy{padding:22px}.article-card h3{font-size:19px;line-height:1.45;margin:10px 0}.article-card p{font-size:13px;color:var(--muted);line-height:1.7}.coming .thumb{background:linear-gradient(135deg,#e8edf3,#f8fafc);display:grid;place-items:center;color:#8995a6;font-weight:800}
.page-hero{background:linear-gradient(125deg,#07182b,#123e68);color:#fff}.page-hero .hero-inner{padding:64px 24px}.page-hero h1{font-size:48px;letter-spacing:-.05em;margin:0 0 12px}.page-hero p{color:rgba(255,255,255,.7);margin:0;line-height:1.8}
.about-page{max-width:840px}.about-page h2{font-size:28px;margin-top:44px}.about-page p,.about-page li{color:#536176;line-height:1.9}.principles{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.principle{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.principle strong{display:block;margin-bottom:5px}.principle span{font-size:14px;color:var(--muted);line-height:1.7}
@media(max-width:850px){.nav-links{display:none}.stats-card{grid-template-columns:repeat(2,1fr);row-gap:18px}.stat:nth-child(2){border-right:0}.featured{grid-template-columns:1fr}.featured-image{min-height:300px}.featured-copy{padding:32px}.topic-grid,.article-list{grid-template-columns:1fr}.about-box{grid-template-columns:1fr;padding:34px}.subscribe{align-items:flex-start;flex-direction:column}.hero-inner{padding-top:72px}.stats-strip{margin-top:-24px}}
@media(max-width:520px){.stats-card{grid-template-columns:1fr}.stat{border-right:0!important;border-bottom:1px solid var(--line);padding:12px 4px}.stat:last-child{border-bottom:0}.hero-title{font-size:42px}.featured h3{font-size:29px}.section-head h2{font-size:27px}.footer-inner{flex-direction:column}}

/* 2026-09 editorial homepage refresh */
.method-strip{max-width:1180px;margin:-30px auto 0;position:relative;z-index:4;padding:0 24px}
.method-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:0 18px;display:grid;grid-template-columns:repeat(4,1fr)}
.method-item{min-height:150px;padding:24px 22px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--line)}
.method-item:last-child{border-right:0}.method-kicker{font-size:11px;letter-spacing:.09em;color:var(--accent);font-weight:900;margin-bottom:8px}.method-item strong{font-size:20px;letter-spacing:-.035em;margin-bottom:6px}.method-item>span:last-child{color:var(--muted);font-size:13px;line-height:1.65}
.columns-home{scroll-margin-top:90px}.count-pill{font-size:12px;font-weight:850;color:var(--accent);background:#fff1f3;border-radius:999px;padding:8px 12px}.article-list-home{grid-template-columns:1.45fr .75fr;margin-bottom:74px}.article-card-live{display:grid;grid-template-columns:.95fr 1.05fr}.article-card-live .thumb{aspect-ratio:auto;min-height:330px}.article-card-live .copy{padding:30px}.article-card-live h3{font-size:28px;margin:14px 0 10px}.article-card-live p{font-size:14px}.card-meta{display:flex;gap:10px;flex-wrap:wrap;color:#8c98a8;font-size:12px;margin:18px 0 4px}.tag-soft{background:#eef3f7;color:#6c7889}
.about-box-data h2{font-size:38px}.home-profile{background:#fff;border:1px solid var(--line);border-radius:28px;padding:46px;margin-bottom:72px}.profile-label{font-size:12px;letter-spacing:.09em;color:var(--accent);font-weight:900;margin-bottom:18px}.profile-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px}.profile-grid h2{font-size:34px;line-height:1.35;letter-spacing:-.045em;margin:0}.profile-copy p{color:var(--muted);line-height:1.9;margin:0 0 14px}.profile-copy b{color:var(--ink)}.text-link{display:inline-block;margin-top:8px;color:var(--accent);font-weight:850;font-size:14px}
.about-hero h1{font-size:clamp(38px,6vw,58px);line-height:1.18}.about-page-new{max-width:920px}.intro-note{background:#fff;border:1px solid var(--line);border-radius:28px;padding:40px 42px;margin-bottom:48px}.intro-note>span{font-size:13px;font-weight:900;color:var(--accent)}.intro-note h2{font-size:32px;line-height:1.4;letter-spacing:-.045em;margin:10px 0 14px}.intro-note p{margin:0}.intro-note blockquote{margin:28px 0 0;padding:22px 24px;border-left:4px solid var(--accent);background:#f7f9fb;border-radius:0 16px 16px 0;font-size:21px;font-weight:800;line-height:1.55;color:var(--ink)}
.story-flow{display:grid;gap:14px;margin-bottom:54px}.story-step{display:grid;grid-template-columns:76px 1fr;gap:22px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px 30px}.story-num{font-size:30px;font-weight:900;color:#cbd3dd;letter-spacing:-.04em}.story-kicker{display:block;font-size:11px;font-weight:900;letter-spacing:.09em;color:var(--accent);margin:2px 0 6px}.story-step h3{font-size:23px;letter-spacing:-.035em;margin:0 0 8px}.story-step p{margin:0!important}.belief-box{background:linear-gradient(135deg,#0b2642,#173f68);color:#fff;border-radius:30px;padding:44px;margin-bottom:48px}.belief-label{font-size:11px;color:#ffb6b9;font-weight:900;letter-spacing:.1em;margin-bottom:10px}.belief-box h2{font-size:31px;line-height:1.45;margin:0 0 26px!important}.belief-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.belief-grid>div{border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:20px;background:rgba(255,255,255,.04)}.belief-grid strong{display:block;color:#fff;margin-bottom:7px}.belief-grid span{font-size:13px;color:rgba(255,255,255,.7);line-height:1.7}.closing-note{text-align:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:42px}.closing-note h2{margin:0 0 10px!important}.closing-note p{max-width:680px;margin:0 auto 24px!important}
@media(max-width:850px){.method-card{grid-template-columns:repeat(2,1fr)}.method-item:nth-child(2){border-right:0}.method-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.article-list-home{grid-template-columns:1fr}.article-card-live{grid-template-columns:1fr}.profile-grid{grid-template-columns:1fr}.belief-grid{grid-template-columns:1fr}}
@media(max-width:520px){.method-card{grid-template-columns:1fr}.method-item{min-height:auto;border-right:0!important;border-bottom:1px solid var(--line)!important;padding:19px 8px}.method-item:last-child{border-bottom:0!important}.article-card-live .thumb{min-height:230px}.home-profile,.intro-note,.belief-box,.closing-note{padding:28px 24px}.story-step{grid-template-columns:1fr;gap:6px;padding:24px}.story-num{font-size:22px}.intro-note h2{font-size:27px}.intro-note blockquote{font-size:18px}.about-box-data h2{font-size:31px}}

/* cache-busted homepage method cards */
.method-card{overflow:hidden}
.method-item{gap:0}
.method-item .method-kicker{display:block}
.method-item strong{display:block}
.method-item>span:last-child{display:block}
@media(min-width:851px){
  .method-item{align-items:flex-start}
}


/* 2026-09 readability pass: wider tracking, looser line height, writer page separation */
body{
  letter-spacing:-0.006em;
  line-height:1.68;
}
p, li{
  line-height:1.9;
}
.brand{letter-spacing:-0.015em;line-height:1.35}
.nav-links{letter-spacing:.01em;gap:26px}
.nav-links a{padding:8px 2px}
.nav-links a.active{color:var(--accent)}
.hero-title{letter-spacing:-0.025em;line-height:1.14;margin-top:26px;margin-bottom:24px}
.hero-desc{line-height:1.9;letter-spacing:0}
.section-head{margin-bottom:30px}
.section-head h2{letter-spacing:-0.02em;line-height:1.35}
.section-head p{line-height:1.85;margin-top:10px}
.method-item{padding:30px 24px;min-height:168px}
.method-kicker{margin-bottom:11px;letter-spacing:.12em}
.method-item strong{letter-spacing:-0.015em;line-height:1.42;margin-bottom:10px}
.method-item>span:last-child{line-height:1.78;letter-spacing:0}
.article-card h3,.article-card-live h3{letter-spacing:-0.015em;line-height:1.5}
.article-card p,.article-card-live p{line-height:1.85;letter-spacing:0}
.topic{padding:30px;min-height:224px}
.topic h3{line-height:1.45;margin-top:20px;margin-bottom:10px;letter-spacing:-0.01em}
.topic p{line-height:1.85;letter-spacing:0}
.about-box{gap:58px;padding:58px 56px}
.about-box h2,.about-box-data h2{letter-spacing:-0.02em;line-height:1.42}
.about-box p{line-height:2;letter-spacing:0}
.subscribe{padding:44px 42px}
.subscribe h2{letter-spacing:-0.02em;line-height:1.45;margin-bottom:12px}
.subscribe p{line-height:1.88;letter-spacing:0}
.page-hero h1,.about-hero h1{letter-spacing:-0.022em;line-height:1.25}
.page-hero p{line-height:1.9;letter-spacing:0}
.about-page p,.about-page li{line-height:2;letter-spacing:0}
.intro-note{padding:46px 48px;margin-bottom:54px}
.intro-note h2{letter-spacing:-0.02em;line-height:1.5;margin:12px 0 18px}
.intro-note p{line-height:2}
.intro-note blockquote{line-height:1.7;margin-top:30px;letter-spacing:-0.01em}
.writer-tags{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 24px}
.writer-tags span{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid var(--line);background:#f7f9fb;border-radius:999px;font-size:12px;font-weight:800;color:#5f6e82;letter-spacing:0}
.story-flow{gap:18px}
.story-step{grid-template-columns:84px 1fr;gap:26px;padding:32px 34px}
.story-num{letter-spacing:-0.01em}
.story-kicker{letter-spacing:.12em;margin-bottom:9px}
.story-step h3{letter-spacing:-0.015em;line-height:1.5;margin-bottom:10px}
.story-step p{line-height:1.95!important}
.belief-box{padding:50px 48px}
.belief-box h2{letter-spacing:-0.018em;line-height:1.55}
.belief-grid{gap:16px}
.belief-grid>div{padding:24px}
.belief-grid strong{margin-bottom:9px;line-height:1.45}
.belief-grid span{line-height:1.85;letter-spacing:0}
.closing-note{padding:48px 44px}
.closing-note h2{letter-spacing:-0.015em;line-height:1.45}
.closing-note p{line-height:1.95!important}

@media(max-width:850px){
  .method-item{padding:26px 22px}
  .about-box{padding:40px 36px;gap:26px}
  .intro-note{padding:36px 32px}
  .story-step{padding:28px 28px}
}
@media(max-width:520px){
  body{letter-spacing:-0.004em}
  .hero-title{line-height:1.18}
  .method-item{padding:24px 18px}
  .topic{padding:26px 24px}
  .about-box,.subscribe,.intro-note,.belief-box,.closing-note{padding:30px 24px}
  .story-step{padding:26px 24px}
}

/* Supabase public comments */
.sv-comments{font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;color:#17263a}
.sv-comment-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 0 16px;border-bottom:1px solid #e9edf2;margin-bottom:20px}
.sv-comment-head strong{font-size:17px;letter-spacing:-.02em}.sv-comment-head span{font-size:13px;color:#7a8798}
.sv-comment-form{background:#f7f9fb;border:1px solid #e4e9ef;border-radius:18px;padding:20px;margin-bottom:28px}
.sv-comment-form label{display:block}.sv-comment-form label>span{display:block;font-size:13px;font-weight:700;color:#435267;margin-bottom:8px}
.sv-comment-row{display:grid;grid-template-columns:minmax(0,220px);gap:12px;margin-bottom:14px}
.sv-comment-form input,.sv-comment-form textarea{width:100%;box-sizing:border-box;border:1px solid #d6dde6;background:#fff;color:#17263a;border-radius:12px;padding:12px 14px;font:inherit;font-size:14px;line-height:1.6;outline:none;transition:.2s border-color,.2s box-shadow}
.sv-comment-form textarea{resize:vertical;min-height:125px}.sv-comment-form input:focus,.sv-comment-form textarea:focus{border-color:#b31e35;box-shadow:0 0 0 3px rgba(179,30,53,.08)}
.sv-comment-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.sv-comment-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px}.sv-comment-actions span{font-size:13px;color:#657386;line-height:1.5}
.sv-comment-actions button{border:0;border-radius:11px;background:#a71930;color:#fff;font-weight:800;font-size:14px;padding:11px 18px;cursor:pointer;transition:.18s transform,.18s opacity,.18s background}.sv-comment-actions button:hover{background:#8f1428;transform:translateY(-1px)}.sv-comment-actions button:disabled{opacity:.55;cursor:not-allowed;transform:none}
.sv-comment-list{display:grid;gap:12px}.sv-comment-item{border:1px solid #e5eaf0;border-radius:16px;padding:18px 20px;background:#fff}.sv-comment-item-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:9px}.sv-comment-item-head strong{font-size:14px;color:#17263a}.sv-comment-item-head time{font-size:12px;color:#97a2af}.sv-comment-item p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:14px;color:#46566a;line-height:1.75}
.sv-comment-empty,.sv-comment-loading,.sv-comment-error,.sv-comment-notice{border-radius:14px;padding:18px;text-align:center;font-size:13px;line-height:1.7}.sv-comment-empty,.sv-comment-loading{background:#f8fafb;color:#8390a0}.sv-comment-error,.sv-comment-notice{background:#fff2f3;color:#9b2838}
@media(max-width:700px){.sv-comment-head{align-items:flex-start;flex-direction:column;gap:5px}.sv-comment-row{grid-template-columns:1fr}.sv-comment-form{padding:16px}.sv-comment-actions{align-items:flex-start;flex-direction:column}.sv-comment-actions button{width:100%}.sv-comment-item-head{align-items:flex-start;flex-direction:column;gap:4px}}


/* Rich social share sheet */
body.share-lock{overflow:hidden}
.share-sheet-backdrop{position:fixed;inset:0;z-index:9999;background:rgba(7,19,33,.46);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;transition:opacity .18s ease}
.share-sheet-backdrop.open{opacity:1}
.share-sheet{width:min(620px,100%);background:#fff;border:1px solid rgba(21,45,70,.1);border-radius:28px;box-shadow:0 28px 80px rgba(7,24,42,.28);padding:28px;transform:translateY(14px) scale(.985);transition:transform .18s ease;font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;color:#182435}
.share-sheet-backdrop.open .share-sheet{transform:none}
.share-sheet-grip{display:none;width:42px;height:4px;background:#d7dee7;border-radius:999px;margin:0 auto 18px}
.share-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}
.share-sheet-head>div>span{display:block;color:#b31e35;font-size:11px;font-weight:900;letter-spacing:.14em;margin-bottom:6px}.share-sheet-head h3{margin:0;font-size:25px;letter-spacing:-.025em;line-height:1.35}.share-sheet-head p{margin:7px 0 0;color:#758194;font-size:14px;line-height:1.6}.share-sheet-close{flex:0 0 auto;width:38px;height:38px;border-radius:50%;border:1px solid #e0e6ed;background:#fff;color:#4d5e72;font-size:25px;line-height:1;cursor:pointer}.share-sheet-close:hover{background:#f4f7fa}
.share-platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.share-platform-grid button{min-height:126px;border:1px solid #e4e9ef;border-radius:19px;background:#fff;padding:17px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;color:#182435;font-family:inherit;transition:.18s transform,.18s box-shadow,.18s border-color}.share-platform-grid button:hover{transform:translateY(-2px);border-color:#cdd6e0;box-shadow:0 10px 28px rgba(16,43,69,.08)}.share-platform-grid strong{font-size:14px;line-height:1.3}.share-platform-grid small{font-size:11.5px;color:#8a96a5;line-height:1.3}
.share-logo{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;font-size:19px;font-weight:900;margin-bottom:2px}.share-logo-kakao{background:#FEE500;color:#191919}.share-logo-instagram{color:#fff;background:radial-gradient(circle at 30% 105%,#fdf497 0 9%,#fd5949 35%,#d6249f 62%,#285AEB 100%);font-size:26px}.share-logo-x{background:#111;color:#fff}.share-logo-facebook{background:#1877F2;color:#fff;font-family:Arial,sans-serif;font-size:25px}.share-logo-copy{background:#eff3f7;color:#334c65;font-size:23px}.share-logo-more{background:#eff3f7;color:#334c65;letter-spacing:1px;font-size:16px}.share-logo-email{background:#edf3fb;color:#244b73;font-size:19px}.share-sheet-note{margin-top:18px;padding:12px 14px;border-radius:13px;background:#f6f8fa;color:#7b8796;font-size:12px;line-height:1.6;text-align:center}
.share-toast{position:fixed;left:50%;bottom:28px;z-index:10050;transform:translate(-50%,16px);background:#142a42;color:#fff;border-radius:999px;padding:11px 17px;font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;font-size:13px;font-weight:700;box-shadow:0 10px 30px rgba(10,27,45,.22);opacity:0;pointer-events:none;transition:.18s opacity,.18s transform}.share-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:640px){.share-sheet-backdrop{align-items:flex-end;padding:0}.share-sheet{width:100%;border-radius:26px 26px 0 0;padding:16px 18px 24px;transform:translateY(100%);max-height:90vh;overflow:auto}.share-sheet-backdrop.open .share-sheet{transform:translateY(0)}.share-sheet-grip{display:block}.share-sheet-head{margin-bottom:18px}.share-sheet-head h3{font-size:22px}.share-platform-grid{grid-template-columns:repeat(3,1fr);gap:9px}.share-platform-grid button{min-height:112px;padding:14px 8px;border-radius:16px}.share-logo{width:40px;height:40px}.share-sheet-note{text-align:left}.share-toast{bottom:20px;max-width:calc(100% - 30px);white-space:nowrap}}


/* 2026-09 final style pass */
.method-card{border-radius:0!important;}


/* 2026-09-07: article navigation + share interaction hardening */
.article-thumb-link{display:block;text-decoration:none;color:inherit}
.article-title-link{color:inherit;text-decoration:none}
.article-title-link:hover{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.read-link{display:inline-flex;align-items:center;width:max-content;text-decoration:none;position:relative;z-index:2;cursor:pointer}
.read-link:hover{color:var(--accent)}
.article-card-live .copy{position:relative}
.article-tools button[data-share]{cursor:pointer}

/* Navigation click fix: the share overlay must never intercept page clicks while closed. */
.share-sheet-backdrop[hidden]{display:none !important;pointer-events:none !important}
.share-sheet-backdrop{pointer-events:none}
.share-sheet-backdrop.open{pointer-events:auto}
.hero-home:after,.about-box:after,.featured-image:after{pointer-events:none}
.hero-actions,.nav,.nav-links,.subscribe-actions{position:relative;z-index:10}
.hero-actions a,.nav a,.subscribe-actions a{pointer-events:auto}

/* interaction reset 2026-09-07 06:15 */
html{scroll-behavior:smooth}
a,button{touch-action:manipulation}
.hero-home:after,.about-box:after,.featured-image:after{pointer-events:none!important}
.site-header,.nav,.hero-inner,.hero-actions,.method-strip,main,.article-card,.article-card .copy,.subscribe,.subscribe-actions{position:relative}
.site-header{z-index:60}.hero-inner,.hero-actions,.method-strip,.article-card .copy,.subscribe-actions{z-index:2}
.nav a,.hero-actions a,.article-card a,.subscribe-actions a{pointer-events:auto!important}
.share-sheet-backdrop{display:none!important;pointer-events:none!important}


/* ===== PUBLIC RELEASE: square cards + mobile readability ===== */
body{overflow-x:hidden}
.method-card,.article-card,.topic,.about-box,.subscribe,.home-profile,.intro-note,.story-step,.belief-box,.belief-grid>div,.closing-note,.principle,.btn,.tag,.count-pill,.writer-tags span,.eyebrow,.topic-icon{border-radius:0!important}
.article-card,.method-card,.about-box,.subscribe,.intro-note,.story-step,.belief-box,.closing-note{box-shadow:none!important}

@media(max-width:760px){
  .site-header{position:sticky;top:0;z-index:90}
  .nav{height:auto;min-height:66px;padding:9px 16px;display:flex;flex-wrap:wrap;gap:8px 12px}
  .brand{flex:1;min-width:0;font-size:15px;line-height:1.3}
  .brand-mark{width:32px;height:32px;border-radius:0!important;flex:0 0 32px}
  .brand-sub{font-size:10.5px}
  .nav-links{display:flex!important;width:100%;gap:0;border-top:1px solid var(--line);padding-top:5px;overflow-x:auto;white-space:nowrap}
  .nav-links a{flex:1;min-width:76px;text-align:center;padding:8px 6px;font-size:12.5px}
  .hero-inner{padding:54px 16px 48px}
  .eyebrow{font-size:11px;line-height:1.4;padding:6px 9px}
  .hero-title{font-size:clamp(34px,10vw,44px);line-height:1.18;letter-spacing:-.02em;margin:20px 0 18px}
  .hero-desc{font-size:15px;line-height:1.85}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:26px}
  .hero-actions .btn{width:100%;min-width:0;padding:0 12px;font-size:13px}
  .method-strip{margin:0;padding:0 16px}
  .method-card{grid-template-columns:1fr!important;padding:0}
  .method-item{min-height:0!important;padding:20px 16px!important;border-right:0!important;border-bottom:1px solid var(--line)!important}
  .method-item:last-child{border-bottom:0!important}
  .method-item strong{font-size:18px;line-height:1.45}
  .method-item>span:last-child{font-size:13px;line-height:1.7}
  main{padding:48px 16px 72px}
  .section-head{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:22px}
  .section-head h2{font-size:27px;line-height:1.35}
  .section-head p{font-size:14px;line-height:1.8}
  .article-list-home{grid-template-columns:1fr!important;gap:12px;margin-bottom:54px}
  .article-card-live{grid-template-columns:1fr!important}
  .article-card-live .thumb{min-height:210px;background-position:center}
  .article-card-live .copy,.article-card .copy{padding:22px 18px}
  .article-card-live h3{font-size:24px;line-height:1.45}
  .article-card-live p{font-size:14px;line-height:1.8}
  .topic-grid,.article-list{grid-template-columns:1fr!important;gap:12px;margin-bottom:52px}
  .topic{padding:24px 20px;min-height:0}
  .topic h3{font-size:19px}.topic p{font-size:14px;line-height:1.8}
  .about-box{grid-template-columns:1fr!important;gap:18px;padding:30px 22px;margin-bottom:52px}
  .about-box-data h2,.about-box h2{font-size:29px;line-height:1.45}
  .about-box p{font-size:14px;line-height:1.9}
  .subscribe{padding:28px 20px;gap:22px;align-items:stretch}
  .subscribe h2{font-size:23px;line-height:1.45}.subscribe p{font-size:14px;line-height:1.8}
  .subscribe-actions{display:grid;grid-template-columns:1fr;gap:8px;width:100%}.subscribe-actions .btn{width:100%}
  .footer-inner{padding:28px 16px;flex-direction:column;line-height:1.65}
  .page-hero .hero-inner{padding:46px 16px 42px}
  .page-hero h1,.about-hero h1{font-size:34px;line-height:1.3;letter-spacing:-.015em}
  .page-hero p{font-size:14.5px;line-height:1.85}
  .about-page{max-width:none}
  .intro-note,.belief-box,.closing-note{padding:26px 20px;margin-bottom:34px}
  .intro-note h2{font-size:25px;line-height:1.5}.intro-note p{font-size:14.5px;line-height:1.9}
  .intro-note blockquote{font-size:17px;line-height:1.7;padding:17px 16px;margin-top:22px}
  .writer-tags{gap:6px}.writer-tags span{padding:7px 9px;font-size:11px}
  .story-flow{gap:10px;margin-bottom:36px}
  .story-step{grid-template-columns:1fr;gap:6px;padding:22px 18px}
  .story-num{font-size:20px}.story-step h3{font-size:19px;line-height:1.5}.story-step p{font-size:14px;line-height:1.9!important}
  .belief-box h2{font-size:24px;line-height:1.55}.belief-grid{grid-template-columns:1fr;gap:8px}.belief-grid>div{padding:18px}
  .closing-note{text-align:left}.closing-note h2{font-size:24px}.closing-note p{font-size:14px;line-height:1.9!important}
}
@media(max-width:420px){
  .hero-actions{grid-template-columns:1fr}
  .hero-title{font-size:34px}
  .article-card-live .thumb{min-height:190px}
}


/* Writer contact */
.writer-contact{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:stretch;margin:0 0 48px;padding:32px;border:1px solid var(--line);background:#fff;border-radius:0!important}
.writer-contact-label{display:block;margin-bottom:10px;color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.09em}
.writer-contact h2{margin:0 0 12px;font-size:28px;line-height:1.45;letter-spacing:-.02em}
.writer-contact p{margin:0;color:var(--muted);font-size:14px;line-height:1.9}
.writer-email{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:24px;border:1px solid var(--line);background:#f7f9fb;color:var(--ink);text-decoration:none;border-radius:0!important;transition:.18s background,.18s border-color}
.writer-email:hover{background:#fff;border-color:#aeb8c5}
.writer-email span{margin-bottom:8px;color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.1em}
.writer-email strong{overflow-wrap:anywhere;font-size:18px;line-height:1.45;letter-spacing:-.01em}
.writer-email em{margin-top:14px;color:var(--muted);font-size:12px;font-style:normal;font-weight:800}
@media(max-width:700px){.writer-contact{grid-template-columns:1fr;gap:18px;padding:24px 20px;margin-bottom:38px}.writer-contact h2{font-size:24px}.writer-contact p{font-size:13px}.writer-email{padding:20px}.writer-email strong{font-size:17px}}


/* ===== FINAL VISUAL BALANCE: mix rounded editorial cards with structured data blocks ===== */
/* Large editorial surfaces */
.article-card{border-radius:22px!important;overflow:hidden;box-shadow:0 12px 34px rgba(16,36,60,.07)!important}
.topic{border-radius:18px!important;box-shadow:0 8px 24px rgba(16,36,60,.04)!important}
.about-box{border-radius:28px!important;box-shadow:0 16px 42px rgba(7,24,43,.12)!important}
.subscribe{border-radius:22px!important;box-shadow:0 10px 30px rgba(16,36,60,.05)!important}
.home-profile,.intro-note,.closing-note{border-radius:22px!important;box-shadow:0 8px 24px rgba(16,36,60,.04)!important}
.belief-box{border-radius:26px!important}.belief-grid>div{border-radius:14px!important}
.story-step,.principle{border-radius:16px!important}
.writer-contact{border-radius:22px!important;box-shadow:0 8px 26px rgba(16,36,60,.04)!important}
.writer-email{border-radius:16px!important}
/* Method strip is deliberately more architectural: rounded shell, square internal divisions. */
.method-card{border-radius:20px!important;overflow:hidden;box-shadow:0 14px 36px rgba(16,36,60,.07)!important}
.method-item{border-radius:0!important}
/* Controls and labels */
.btn{border-radius:12px!important}
.tag,.count-pill,.writer-tags span,.eyebrow{border-radius:999px!important}
.topic-icon,.brand-mark{border-radius:12px!important}
/* Keep footer / section structure crisp; cards remain visually distinct. */
@media(max-width:760px){
  .article-card{border-radius:18px!important}
  .topic{border-radius:16px!important}
  .about-box{border-radius:22px!important}
  .subscribe{border-radius:18px!important}
  .method-card{border-radius:16px!important}
  .writer-contact{border-radius:18px!important}
  .writer-email{border-radius:14px!important}
  .brand-mark{border-radius:10px!important}
}
