:root{--paper:#f7f6f2;--ink:#24332c;--muted:#6c756e;--line:#dedfd6;--green:#315e43;--lime:#d6e6b8;--white:#fff;--serif:Georgia,'Batang',serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo','Noto Sans KR','Malgun Gothic',sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #82a568;outline-offset:5px}.skip{position:absolute;left:20px;top:-100px;background:white;padding:12px;z-index:9}.skip:focus{top:10px}.wrap{width:min(1240px,calc(100% - 80px));margin:auto}.site-header{border-bottom:1px solid var(--line)}.header-inner{height:100px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-size:29px;font-weight:850;letter-spacing:-1.8px;display:flex;gap:12px;align-items:center}.brand-symbol{width:38px;height:38px;background:var(--green);color:var(--lime);border-radius:50%;display:grid;place-items:center;font-size:27px}.brand small{font-family:var(--serif);font-size:13px;letter-spacing:2px;font-weight:normal;display:block}.nav{display:flex;gap:30px;font-size:14px;font-weight:600}.nav a:hover{color:var(--green)}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:64px;padding:64px 0 58px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:700;color:var(--green)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(36px,4.2vw,57px);line-height:1.28;letter-spacing:-2.8px;margin:20px 0}.hero h1 em{font-style:normal;color:var(--green)}.hero-desc{color:var(--muted);font-size:16px;line-height:1.9;max-width:420px}.pill-link{display:inline-flex;align-items:center;gap:35px;background:var(--green);color:white;padding:12px 22px;border-radius:30px;font-size:14px;margin-top:14px}.hero-feature{position:relative;height:380px;border-radius:5px;overflow:hidden;background:#c8d5bd}.hero-feature img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hero-feature:hover img{transform:scale(1.025)}.hero-feature:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 35%,#13271ddb)}.hero-caption{position:absolute;bottom:25px;left:28px;right:28px;z-index:1;color:white}.hero-caption small{letter-spacing:1.5px;font-size:11px}.hero-caption h2{font-size:24px;line-height:1.45;margin:8px 0 0;letter-spacing:-.8px}.section-head{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid var(--line);padding-top:26px;margin-bottom:25px;gap:20px}.section-head h2{font-size:25px;letter-spacing:-1px;margin:0}.section-head span,.section-head a{font-size:13px;color:var(--muted)}.topics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:55px}.topic{border:1px solid var(--line);padding:22px 24px;border-radius:3px;display:flex;align-items:center;justify-content:space-between;transition:background .2s}.topic:hover{background:#e9eddf}.topic strong{font-size:18px;display:block}.topic small{font-size:12px;color:var(--muted)}.topic b{font-size:24px;font-weight:400;color:var(--green)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px 26px}.card{display:flex;flex-direction:column;min-width:0}.card-image{aspect-ratio:1.55;background:#e6e9dc;border-radius:4px;overflow:hidden;margin-bottom:17px;display:grid;place-items:center;color:var(--green);font-family:var(--serif);font-size:38px}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.card:hover img{transform:scale(1.03)}.meta{display:flex;justify-content:space-between;gap:10px;font-size:11px;color:var(--muted);margin-bottom:9px}.meta span{color:var(--green);font-weight:650}.card h3{font-size:20px;line-height:1.5;letter-spacing:-.6px;margin:0 0 9px;word-break:keep-all;overflow-wrap:anywhere}.card p{font-size:13px;color:var(--muted);line-height:1.8;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.all-link{text-align:center;margin:42px 0 64px}.all-link a{border:1px solid var(--green);padding:12px 32px;border-radius:30px;font-size:14px}.note{background:#e8edde;padding:35px 40px;display:flex;justify-content:space-between;gap:30px;margin-bottom:70px;border-radius:4px}.note h2{font-size:23px;margin-bottom:8px}.note p{font-size:14px;color:var(--muted);margin:0}.note-mark{font-family:var(--serif);font-size:45px;font-style:italic;align-self:center;color:var(--green)}footer{border-top:1px solid var(--line);padding:30px 0 38px;color:var(--muted);font-size:12px}.footer-inner{display:flex;justify-content:space-between;gap:20px}.footer-inner a{margin-left:20px}.page-heading{padding:55px 0 25px}.page-heading h1{font-size:40px;letter-spacing:-1.5px;margin:10px 0}.page-heading p{color:var(--muted)}.filters{display:flex;flex-wrap:wrap;gap:9px;margin:10px 0 35px}.filters a,.filters button{padding:8px 17px;border:1px solid var(--line);border-radius:30px;background:transparent;color:var(--ink);font-size:13px;cursor:pointer}.filters .active{background:var(--green);color:white;border-color:var(--green)}.searchbox{display:flex;border:1px solid var(--line);background:white;max-width:650px;border-radius:5px;margin:20px 0}.searchbox input{border:0;background:none;padding:15px 18px;width:100%;min-width:0}.searchbox button{border:0;background:var(--green);color:white;padding:10px 23px;cursor:pointer}.pagination{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:50px 0 70px}.pagination a,.pagination span{padding:8px 16px;border:1px solid var(--line);font-size:14px}.pagination .current{background:var(--green);color:white}.article-head{max-width:860px;margin:60px auto 35px}.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:23px}.article-head h1{font-size:clamp(28px,3.5vw,43px);line-height:1.45;letter-spacing:-1.5px;word-break:keep-all;overflow-wrap:anywhere;margin:15px 0 20px}.article-meta{font-size:13px;color:var(--muted);display:flex;gap:20px}.article-layout{max-width:1000px;margin:auto}.article-body{background:#fff;border:1px solid var(--line);padding:48px 60px;border-radius:4px;overflow-wrap:anywhere;font-size:17px;line-height:1.95}.article-body p{margin:0 0 1.2em}.article-body h2{font-size:27px;line-height:1.5;margin:2em 0 .8em;letter-spacing:-.8px}.article-body h3{font-size:22px;line-height:1.5;margin:1.8em 0 .7em}.article-body h4{font-size:19px}.article-body img{max-width:100%!important;height:auto!important;display:block;margin:auto}.article-body figure{max-width:100%!important;margin:28px 0}.article-body figcaption{font-size:12px;text-align:center;color:var(--muted);padding-top:10px}.article-body a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.article-body table{display:block;overflow-x:auto;max-width:100%;border-collapse:collapse;font-size:14px;white-space:normal}.article-body td,.article-body th{padding:12px;border:1px solid var(--line);min-width:85px}.article-body blockquote{border-left:3px solid var(--green);padding:15px 25px;background:var(--paper);margin:25px 0}.article-body hr{border:0;border-top:1px solid var(--line);margin:35px 0}.article-body iframe{max-width:100%;border:0}.article-body .place-card{display:flex;flex-direction:column;gap:4px;border:1px solid var(--line);background:var(--paper);padding:20px 24px;text-decoration:none;border-radius:4px;font-size:13px}.place-card strong{font-size:18px}.article-body .imagegridblock>div{display:flex;gap:8px;flex-wrap:wrap}.article-body .imagegridblock span{flex:1;min-width:130px}.article-body .og-image{display:none}.article-body .og-text{padding:15px;border:1px solid var(--line);font-size:14px}.article-body pre{overflow:auto;padding:20px;background:var(--paper)}.related{margin:60px 0}.empty{padding:60px 0;color:var(--muted)}.about{max-width:760px;padding:60px 0 80px}.about h1{font-size:40px;letter-spacing:-1px}.about p{font-size:17px;line-height:2}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}.tags a{font-size:12px;color:var(--muted)}@media(max-width:900px){.wrap{width:calc(100% - 40px)}.hero{gap:30px}.hero-feature{height:330px}.topics{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:repeat(2,1fr)}.article-body{padding:35px}.nav{gap:18px}.hero h1{letter-spacing:-1.7px}}@media(max-width:600px){.wrap{width:calc(100% - 36px)}.header-inner{height:78px}.brand{font-size:24px}.brand small{font-size:10px}.brand-symbol{width:31px;height:31px;font-size:23px}.nav{gap:16px;font-size:12px}.nav .desktop{display:none}.hero{grid-template-columns:1fr;padding:36px 0;gap:25px}.hero h1{font-size:39px;margin:13px 0}.hero-desc{font-size:14px}.hero-feature{height:290px}.hero-caption{left:22px;bottom:20px}.hero-caption h2{font-size:21px}.topics{gap:9px;margin-bottom:40px}.topic{padding:17px}.topic strong{font-size:16px}.grid{grid-template-columns:1fr;gap:30px}.card-image{aspect-ratio:1.65}.card h3{font-size:20px}.section-head{padding-top:22px}.section-head h2{font-size:23px}.note{padding:26px;display:block;margin-bottom:45px}.note-mark{display:none}.footer-inner{display:block}.footer-inner div+div{margin-top:12px}.footer-inner a{margin:0 20px 0 0}.page-heading{padding-top:35px}.page-heading h1{font-size:32px}.article-head{margin:35px 0 25px}.article-body{padding:26px 20px;font-size:16px;margin:0 -8px}.article-body h2{font-size:23px}.article-body h3{font-size:20px}.article-head h1{font-size:29px}.article-meta{font-size:12px;gap:12px}.filters{gap:7px}.filters a{font-size:12px;padding:6px 12px}.section-head span{font-size:11px}}
/* NJOYJJANG — discovery journal, edition 02 */
:root{--paper:#f7f8f2;--ink:#20251f;--muted:#71766b;--line:#dce0d5;--green:#314932;--lime:#d3f46c}html{scroll-padding-top:110px}body{letter-spacing:-.025em}button,a{-webkit-tap-highlight-color:transparent}.wrap{width:min(1360px,calc(100% - 96px))}.site-header{position:sticky;top:0;z-index:20;background:rgba(247,248,242,.94);backdrop-filter:blur(18px);transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 4px 24px #17221608}.header-inner{height:88px}.brand{gap:10px;letter-spacing:-1.5px}.brand-symbol{width:36px;height:36px;background:var(--ink);color:var(--lime);border-radius:11px;transform:rotate(-7deg)}.brand-word{font-size:27px;line-height:1;font-weight:850;letter-spacing:-1.3px}.brand-word>span{font-weight:450}.brand-word small{font-family:inherit;font-size:10px;letter-spacing:.08em;margin-top:7px;color:var(--muted)}.nav{align-items:center;gap:32px;font-size:13px}.nav a{position:relative}.nav a:not(.nav-search):after{content:'';position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--ink);transition:right .25s}.nav a:hover:after{right:0}.nav-search{display:flex;align-items:center;gap:32px;border:1px solid #bfc5b8;border-radius:30px;padding:9px 17px}.nav-search:hover{background:var(--lime)}.eyebrow{font-size:10px;font-weight:650;letter-spacing:.15em;color:var(--muted)}.masthead{padding:35px 0 34px}.mast-top{display:flex;justify-content:space-between;align-items:center}.mast-top i{display:inline-block;width:7px;height:7px;border-radius:100%;background:#76a43f;margin-right:9px;box-shadow:0 0 0 4px #76a43f13}.mast-edition{font-size:10px;color:var(--muted);letter-spacing:.02em}.mast-title{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-top:31px}.mast-title h1{position:relative;font-size:clamp(42px,5.1vw,76px);font-weight:750;line-height:1.17;letter-spacing:-.065em;margin:0}.mast-title h1>span{color:#758267;font-weight:450}.mast-title sup{position:absolute;top:8px;right:-76px;font-size:67px;line-height:1;color:#668348;animation:star-turn 25s linear infinite}.mast-aside{padding-bottom:7px}.mast-aside p{font-size:13px;line-height:1.9;color:var(--muted);margin:0 0 22px}.mast-aside a{font-size:12px;font-weight:650;display:flex;justify-content:space-between;align-items:center}.mast-aside a span{display:grid;place-items:center;width:29px;height:29px;border:1px solid #bfc5b8;border-radius:50%}.feature-stage{position:relative;aspect-ratio:2.42;background:#2e433d;border-radius:12px;overflow:hidden}.feature-slide{display:block;position:absolute;inset:0;color:white;animation:feature-in .65s ease both}.feature-slide[hidden]{display:none}.feature-slide>img{width:100%;height:100%;object-fit:cover;object-position:center 57%;transition:transform 1.2s cubic-bezier(.2,.7,.3,1)}.feature-slide:hover>img{transform:scale(1.035)}.feature-shade{position:absolute;inset:0;background:linear-gradient(90deg,#10231ad9 0%,#10231a7a 45%,transparent 80%),linear-gradient(0deg,#10231a66,transparent 65%)}.feature-content{position:absolute;left:4.2%;bottom:11%;width:65%;max-width:720px}.feature-label{display:inline-flex;gap:15px;align-items:center;font-size:10px;font-weight:600;letter-spacing:.14em;color:var(--lime)}.feature-label span{font-size:10px;letter-spacing:0;color:#ffffffb3}.feature-content h2{font-size:clamp(24px,2.65vw,39px);letter-spacing:-.055em;line-height:1.38;font-weight:600;margin:20px 0 16px;text-wrap:balance}.feature-content p{font-size:12px;line-height:1.8;color:#ffffffb8;max-width:430px}.feature-cta{font-size:12px;display:inline-flex;align-items:center;gap:27px;margin-top:8px}.feature-cta b{width:39px;height:39px;display:grid;place-items:center;border:1px solid #ffffff65;border-radius:50%;font-size:20px;font-weight:400;transition:background .3s,color .3s}.feature-slide:hover .feature-cta b{background:var(--lime);color:var(--ink);border-color:var(--lime)}.feature-counter{position:absolute;right:32px;bottom:29px;font-size:11px;letter-spacing:.15em;color:#ffffffb0}.feature-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feature-tab{border:0;border-top:2px solid var(--line);background:none;text-align:left;padding:22px 0 14px;display:flex;gap:15px;align-items:center;cursor:pointer;color:var(--muted);margin-top:17px;transition:border-color .3s}.feature-tab.is-active{border-color:var(--green);color:var(--ink)}.feature-tab>span{font-size:11px;align-self:flex-start;padding-top:3px}.feature-tab>div{min-width:0;flex:1}.feature-tab small{font-size:9px;letter-spacing:.13em;display:block;margin-bottom:7px}.feature-tab strong{font-size:13px;line-height:1.5;font-weight:600;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.feature-tab>b{font-size:20px;font-weight:400}.journal-strip{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);border-top:1px solid var(--line);padding:21px 0;margin-top:26px;gap:20px;font-size:11px;color:var(--muted)}.journal-strip>span+span{font-size:12px;letter-spacing:.1em}.journal-strip b{margin:0 20px;color:#6a8351;font-size:16px;font-weight:400}.section-block{padding-top:76px}.section-head{padding:0;border:0;margin-bottom:29px;align-items:flex-end}.section-head .eyebrow{display:block;margin-bottom:15px}.section-head h2{font-size:30px;letter-spacing:-.05em;font-weight:650}.section-head>a{font-size:11px;color:var(--ink);padding-bottom:4px}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.topic-v2{padding:23px 25px 20px;border-right:1px solid var(--line);transition:background .3s,transform .3s}.topic-v2:first-child{border-left:1px solid var(--line)}.topic-v2:hover{background:var(--lime);transform:translateY(-4px)}.topic-top{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:var(--muted);margin-bottom:25px}.topic-top b{display:grid;place-items:center;font-size:32px;line-height:1;width:44px;height:44px;color:var(--green);font-weight:400;transition:transform .3s}.topic-v2:hover .topic-top b{transform:rotate(-15deg)}.topic-v2>small{font-size:9px;color:var(--muted);letter-spacing:.12em}.topic-v2 h3{font-size:24px;letter-spacing:-.06em;margin:7px 0}.topic-v2 p{font-size:11px;color:var(--muted);margin-bottom:28px}.topic-bottom{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.topic-bottom b{color:var(--ink);font-size:17px}.latest-controls{display:flex;gap:8px;align-items:center;margin:0 0 30px;border-top:1px solid var(--line);padding-top:20px}.latest-controls button{background:transparent;border:1px solid var(--line);padding:7px 22px;border-radius:25px;font-size:12px;cursor:pointer;color:var(--muted);transition:background .2s,color .2s}.latest-controls button.active{background:var(--ink);color:white;border-color:var(--ink)}.latest-controls>span{margin-left:auto;font-size:11px;color:var(--muted)}[hidden]{display:none!important}.latest-panel{animation:feature-in .4s ease}.grid{gap:44px 27px}.card-image{aspect-ratio:1.5;border-radius:9px;background:#e5e9dc;margin-bottom:20px}.card-image img{transition:transform .65s cubic-bezier(.2,.7,.3,1)}.card:hover img{transform:scale(1.055)}.card .meta{font-size:10px;margin-bottom:11px}.meta>span{font-weight:550;color:var(--green)}.card h3{font-size:20px;line-height:1.55;letter-spacing:-.035em;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card p{font-size:12px;line-height:1.8}.weekend{background:#263e30;color:white;border-radius:12px;display:grid;grid-template-columns:1fr 1.22fr;gap:70px;padding:48px;margin-top:84px;overflow:hidden}.weekend-intro{position:relative}.weekend .eyebrow{color:#b6c7ae}.weekend h2{font-size:43px;line-height:1.35;letter-spacing:-.06em;font-weight:500;margin:28px 0 22px}.weekend p{font-size:12px;color:#bbc9bb;line-height:1.9}.weekend .pill-link{background:var(--lime);color:var(--ink);font-size:11px;padding:12px 24px}.weekend-symbol{position:absolute;bottom:-54px;left:0;font-size:155px;font-weight:300;line-height:1;color:#ffffff15;animation:star-turn 40s linear infinite}.weekend-row{display:flex;gap:23px;padding:20px 0;border-bottom:1px solid #ffffff24;align-items:center}.weekend-row:first-child{padding-top:0}.weekend-row:last-child{border:0;padding-bottom:0}.weekend-row img{width:120px;height:100px;object-fit:cover;border-radius:5px;transition:transform .3s}.weekend-row:hover img{transform:rotate(-3deg)}.weekend-row small{font-size:8px;letter-spacing:.1em;color:#bbccad}.weekend-row h3{font-size:16px;font-weight:500;line-height:1.55;letter-spacing:-.03em;margin:8px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.weekend-row div>span{font-size:10px;color:#d3e5c1}.search-invite{text-align:center;padding:90px 0 95px}.search-invite h2{font-size:39px;letter-spacing:-.06em;margin:17px 0 28px;font-weight:600}.discovery-search{margin:auto;max-width:660px;display:flex;border-bottom:2px solid var(--ink);align-items:center;padding-bottom:13px}.discovery-search input{width:100%;min-width:0;border:0;background:transparent;font-size:13px;padding:12px 4px;color:var(--ink)}.discovery-search button{background:var(--lime);width:42px;height:42px;border:0;border-radius:50%;font-size:23px;flex-shrink:0;cursor:pointer}.suggested{display:flex;justify-content:center;gap:17px;font-size:11px;color:var(--muted);margin-top:21px}.suggested a:hover{color:var(--green);text-decoration:underline}footer{background:#e9ece1;padding:45px 0 28px}.footer-brand{font-size:clamp(48px,6.5vw,90px);font-weight:550;line-height:1.05;letter-spacing:-.06em;position:relative;color:#42513b;padding-bottom:35px;border-bottom:1px solid #cbd2c1}.footer-brand em{font-family:Georgia,serif;font-weight:400}.footer-brand>span{position:absolute;right:0;bottom:42px;font-size:12px;letter-spacing:-.02em}.footer-inner{padding-top:22px;font-size:10px}.reading-progress{position:fixed;left:0;top:0;width:0;height:3px;background:#8aae42;z-index:30}.back-top{position:fixed;right:25px;bottom:25px;width:42px;height:42px;display:grid;place-items:center;background:var(--ink);color:var(--lime);border:1px solid #ffffff30;border-radius:50%;font-size:20px;z-index:15;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(15px);transition:.25s}.back-top.visible{opacity:1;pointer-events:auto;transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-heading{padding:66px 0 28px}.page-heading h1{font-size:52px;font-weight:600;letter-spacing:-.06em}.page-heading p{font-size:14px}.filters{padding-bottom:20px;border-bottom:1px solid var(--line);gap:8px}.filters a{font-size:11px;padding:7px 15px}.filters a:hover{background:var(--lime)}.article-head{max-width:940px;margin-top:65px}.article-head h1{font-size:clamp(30px,4vw,52px);letter-spacing:-.05em;font-weight:650;line-height:1.4}.article-layout{max-width:1080px;display:grid;grid-template-columns:minmax(0,1fr);gap:40px}.article-layout.has-toc{grid-template-columns:180px minmax(0,1fr)}.article-body{border:0;border-top:1px solid var(--line);background:transparent;padding:38px 0;font-size:17px;line-height:2.05}.article-body h2,.article-body h3{scroll-margin-top:115px}.article-body figure{margin:35px 0}.article-body img{border-radius:6px}.article-body h2{border-bottom:1px solid var(--line);padding-bottom:14px}.article-toc{position:sticky;top:120px;align-self:start;border-top:1px solid var(--ink);padding-top:18px;max-height:70vh;overflow:auto;font-size:11px}.article-toc>span{display:block;font-size:9px;letter-spacing:.15em;color:var(--muted);margin-bottom:15px}.article-toc a{display:block;padding:8px 0;color:var(--muted);line-height:1.6;border-bottom:1px solid var(--line)}.article-toc a:hover,.article-toc a.current{color:var(--green);font-weight:650}.tags{max-width:1080px;margin:20px auto}.tags a{background:#e9edde;padding:5px 11px;border-radius:20px;font-size:10px}.related{padding-top:30px;border-top:1px solid var(--line)}.about{padding:90px 0 100px}.about h1{font-size:52px}.reveal.ready{opacity:0;transform:translateY(25px);transition:opacity .75s ease,transform .75s ease}.reveal.ready.in-view{opacity:1;transform:none}@keyframes star-turn{to{transform:rotate(360deg)}}@keyframes feature-in{from{opacity:.45;transform:translateY(5px)}to{opacity:1;transform:none}}@media(min-width:1600px){.feature-stage{aspect-ratio:2.55}.masthead{padding-top:45px;padding-bottom:45px}}
@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.mast-title h1{font-size:56px}.mast-title sup{font-size:48px;right:-55px}.mast-aside p{font-size:11px}.nav{gap:22px}.feature-stage{aspect-ratio:2}.topic-v2{padding:20px 17px}.topic-v2 h3{font-size:21px}.topic-v2 p{font-size:10px}.weekend{gap:35px;padding:35px}.weekend h2{font-size:35px}.weekend-row img{width:90px;height:95px}.weekend-row{gap:15px}.weekend-row h3{font-size:14px}.article-layout.has-toc{grid-template-columns:150px minmax(0,1fr);gap:30px}.grid{grid-template-columns:repeat(3,1fr);gap:30px 20px}.card h3{font-size:17px}}
@media(max-width:760px){.wrap{width:calc(100% - 36px)}.header-inner{height:74px}.brand-word{font-size:23px}.brand-symbol{width:31px;height:31px;font-size:23px}.brand-word small{font-size:9px}.nav{gap:16px;font-size:11px}.nav .desktop{display:none}.nav-search{padding:6px 12px;gap:15px}.masthead{padding:26px 0}.mast-edition{display:none}.mast-top .eyebrow{font-size:8px}.mast-title{display:block;margin-top:25px}.mast-title h1{font-size:clamp(40px,7.5vw,57px);width:fit-content}.mast-title sup{font-size:40px;right:-49px;top:4px}.mast-aside{display:flex;justify-content:space-between;align-items:flex-end;margin-top:25px;gap:14px}.mast-aside p{font-size:11px;margin:0}.mast-aside a{font-size:10px;gap:12px;flex-shrink:0}.mast-aside a span{width:23px;height:23px}.feature-stage{aspect-ratio:auto;height:440px}.feature-content{left:25px;bottom:32px;width:calc(100% - 50px)}.feature-content h2{font-size:30px;max-width:430px}.feature-content p{font-size:11px;max-width:320px}.feature-slide>img{object-position:58% center}.feature-shade{background:linear-gradient(0deg,#14251aeb 0%,#14251a45 70%,#14251a22)}.feature-counter{right:22px;bottom:auto;top:20px;font-size:10px}.feature-tabs{gap:14px}.feature-tab{gap:8px;padding:15px 0 4px;margin-top:14px}.feature-tab strong{font-size:11px;-webkit-line-clamp:2}.feature-tab small{font-size:7px;letter-spacing:.06em}.feature-tab>b{display:none}.feature-tab>span{font-size:9px}.journal-strip{padding:15px 0;margin-top:23px}.journal-strip>span:first-child{display:none}.journal-strip>span+span{font-size:10px;width:100%;text-align:center}.journal-strip b{margin:0 14px}.section-block{padding-top:52px}.section-head h2{font-size:25px}.section-head .eyebrow{font-size:8px;margin-bottom:12px}.section-head>a{font-size:10px}.topic-grid{grid-template-columns:repeat(2,1fr)}.topic-v2{padding:18px;border-bottom:1px solid var(--line)}.topic-v2:nth-child(3){border-left:1px solid var(--line)}.topic-v2:nth-child(n+3){border-bottom:0}.topic-top{margin-bottom:15px}.topic-v2 h3{font-size:24px}.topic-v2 p{font-size:11px}.latest-controls{gap:6px}.latest-controls>span{display:none}.latest-controls button{font-size:11px;padding:7px 18px}.grid{grid-template-columns:repeat(2,1fr);gap:28px 16px}.card-image{margin-bottom:13px;aspect-ratio:1.25;border-radius:6px}.card .meta{font-size:9px;flex-wrap:wrap;gap:3px;margin-bottom:8px}.card h3{font-size:16px}.card p{font-size:11px}.weekend{grid-template-columns:1fr;margin-top:54px;padding:28px;gap:30px}.weekend h2{font-size:36px;margin:18px 0}.weekend-symbol{right:0;left:auto;bottom:30px;font-size:95px}.weekend-row img{width:105px;height:90px}.weekend-row h3{font-size:15px}.search-invite{padding:60px 0 65px}.search-invite h2{font-size:31px}.discovery-search input{font-size:11px}.suggested{font-size:10px;gap:13px}.footer-brand{font-size:58px;padding-bottom:60px}.footer-brand>span{left:0;right:auto;bottom:22px;font-size:11px}.footer-inner{font-size:10px}.article-layout.has-toc{display:block}.article-toc{position:static;max-height:210px;margin-bottom:24px;padding:16px;background:#edf0e4;border:0;border-radius:6px}.article-head{margin-top:35px}.article-body{margin:0;padding:26px 0;font-size:16px}.article-meta{flex-wrap:wrap;gap:8px 15px}.page-heading h1,.about h1{font-size:37px}.back-top{width:36px;height:36px;right:15px;bottom:15px}.about{padding-top:50px}}
@media(max-width:420px){.mast-aside{display:block}.mast-aside a{margin-top:16px;justify-content:flex-start}.mast-title h1{font-size:40px}.mast-title sup{font-size:33px;right:-37px}.feature-stage{height:400px}.feature-content{left:22px;width:calc(100% - 44px)}.feature-content h2{font-size:27px}.feature-tabs{gap:10px}.feature-tab>span{display:none}.section-head h2{font-size:22px}.section-head>a{font-size:9px}.topic-v2 h3{font-size:21px}.topic-v2 p{font-size:10px}.latest-controls button{padding:7px 16px}.card h3{font-size:15px}.card p{-webkit-line-clamp:2}.weekend{padding:24px}.weekend-row img{width:85px}.suggested{gap:10px}.footer-brand{font-size:51px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal.ready{opacity:1;transform:none}}
/* Edition C — editorial family journal */
:root{--paper:#f5f0e6;--ink:#32362b;--muted:#77796c;--line:#d3d4c5;--green:#69745b;--lime:#e8dbc6}body{background:var(--paper)}.site-header{background:#f5f0e6f2}.brand-symbol{background:#343b2d;color:#e9cfaa}.masthead{display:none}.journal-home{padding-top:0}.journal-intro{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center;padding:44px 0 36px}.journal-badge{display:block;font-size:10px;letter-spacing:2px;color:#69765c;margin-bottom:20px}.journal-badge:before{content:'●';font-size:7px;margin-right:10px;color:#9b7655}.journal-copy h1{font-size:52px;font-weight:600;line-height:1.25;letter-spacing:-2.5px;margin:0}.journal-copy h1 em{font-style:normal;color:#9d623f;font-family:Georgia,'Batang',serif;font-weight:400}.journal-copy p{font-size:13px;color:#77796c;line-height:1.9;margin:22px 0 0}.read-all{display:inline-block;font-size:12px;border-bottom:1px solid #7e8671;padding-bottom:7px;margin-top:23px}.family-memory{min-width:0}.memory-stage{position:relative;height:348px;border-radius:48% 48% 2px 2px;overflow:hidden;background:#d4d6c5;isolation:isolate}.memory-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1.3s ease,visibility 1.3s;pointer-events:none}.memory-slide.active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.memory-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform 7s linear}.memory-slide.active img{transform:scale(1.065)}.memory-slide:after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#172718b5)}.memory-slide>span{position:absolute;left:24px;bottom:18px;right:15px;color:white;font-size:12px;z-index:2}.memory-controls{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.memory-controls>span{letter-spacing:1.8px;font-size:8px;color:#7d8372}.memory-controls>div{display:flex;gap:5px}.memory-controls button{border:0;border-bottom:1px solid transparent;background:transparent;color:#77796c;padding:5px 8px;min-height:34px;font-size:11px;cursor:pointer}.memory-controls button.active{color:#995d3b;border-color:#995d3b}.family-memory.paused .memory-slide img{transition:none}.reading{display:grid;grid-template-columns:280px 1fr;gap:40px;border-top:1px solid #b9bfae;border-bottom:1px solid #b9bfae;padding:25px 0}.reading-label small{font-size:9px;letter-spacing:2px}.reading-label h2{font-size:28px;line-height:1.35;margin:10px 0 16px;font-weight:500;letter-spacing:-1px}.reading-label>a{font-size:11px}.note-list>a{display:flex;gap:20px;align-items:center;padding:15px 0;border-bottom:1px solid #d8dacd;transition:padding .25s}.note-list>a:hover{padding-left:8px}.note-list>a:last-child{border:0}.note-list>a>span{font-family:Georgia,serif;color:#a17253;font-size:24px}.note-list small{color:#7c8370;font-size:10px}.note-list h3{font-size:17px;font-weight:500;line-height:1.4;margin:6px 0 0}.note-list b{margin-left:auto;font-weight:400}.journal-topics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:25px 0 35px}.journal-topics>a{display:flex;gap:12px;align-items:center;padding:12px 0}.journal-topics a>span{font-size:25px;color:#a17253}.journal-topics b{font-size:16px}.journal-topics small{display:block;font-size:10px;color:#7c8370;margin-top:5px}.journal-topics em{margin-left:auto;font-style:normal}.family-album{padding-top:30px}.album-hint{font-size:11px;color:var(--muted)}.memory-film{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:15px 6px}.memory-film>a{background:#fffdf7;padding:12px 12px 18px;box-shadow:0 8px 20px #32362b0c;transform:rotate(-2deg);transition:transform .4s,box-shadow .4s}.memory-film>a:nth-child(2){transform:rotate(2deg) translateY(12px)}.memory-film>a:nth-child(3){transform:rotate(-1deg)}.memory-film>a:hover{transform:translateY(-7px) rotate(0);box-shadow:0 16px 30px #32362b18}.memory-film img{width:100%;height:230px;object-fit:cover;display:block}.memory-film span{font-size:11px;color:#737765;display:block;margin-top:14px}.journal-home .section-head h2{font-weight:500}.journal-home .card-image{border-radius:3px}.journal-home .latest-controls button.active{background:#69745b}.journal-copy{animation:journal-arrive .7s ease both}.family-memory{animation:journal-arrive 1s ease both}@keyframes journal-arrive{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media(max-width:1050px){.journal-intro{gap:30px}.journal-copy h1{font-size:44px}.reading{grid-template-columns:220px 1fr}.memory-film img{height:190px}}@media(max-width:760px){.journal-intro{grid-template-columns:1fr;gap:30px;padding:30px 0}.journal-copy h1{font-size:41px;letter-spacing:-2px}.journal-copy p{font-size:12px}.memory-stage{height:340px}.reading{grid-template-columns:1fr;gap:8px}.reading-label h2 br{display:none}.reading-label h2{font-size:25px}.note-list h3{font-size:15px}.journal-topics{grid-template-columns:repeat(2,1fr);gap:8px}.journal-topics em{display:none}.journal-topics b{font-size:15px}.family-album{padding-top:10px}.album-hint{display:none}.memory-film{gap:14px;overflow-x:auto;grid-template-columns:repeat(3,78%);padding:10px 8px 24px;scroll-snap-type:x proximity}.memory-film>a{scroll-snap-align:center}.memory-film img{height:240px}.journal-home .section-head h2{font-size:24px}}
@media(prefers-reduced-motion:reduce){.memory-slide,.memory-slide img,.memory-film>a,.journal-copy,.family-memory{transition:none!important;animation:none!important;transform:none!important}.memory-film>a:nth-child(n){transform:none}.note-list>a{transition:none}}

@media(max-width:760px){.reading-label h2 br:after{content:" "}.reading-label h2 br{display:contents}}
