:root{
  --paper:#f5f0e7;
  --paper-deep:#e9e1d3;
  --ink:#171715;
  --muted:#6d685f;
  --line:#cec5b7;
  --coral:#f15a3a;
  --coral-dark:#d64329;
  --yellow:#f2c14e;
  --white:#fffdf8;
  --max:1120px;
  --shadow:0 18px 50px rgba(46,39,29,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'Pretendard Variable','Pretendard',sans-serif;word-break:keep-all;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit}
.skip-link{position:fixed;left:12px;top:-60px;z-index:999;background:var(--ink);color:#fff;padding:12px 16px;border-radius:8px}
.skip-link:focus{top:12px}
.site-header{min-height:72px;display:flex;align-items:center;gap:28px;padding:0 max(20px,calc((100% - var(--max))/2));border-bottom:1px solid var(--line);background:rgba(245,240,231,.94);backdrop-filter:blur(12px);position:sticky;top:0;z-index:30}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.brand>span:last-child{display:flex;align-items:baseline;gap:7px}.brand strong{font-size:19px;letter-spacing:-.05em}.brand small{font-size:11px;color:var(--muted);font-weight:700}
.brand-mark{width:28px;height:26px;position:relative;display:block}.brand-mark i{position:absolute;width:16px;height:16px;border:2px solid var(--ink);transform:rotate(45deg);background:var(--paper)}.brand-mark i:nth-child(1){left:0;bottom:1px}.brand-mark i:nth-child(2){right:0;bottom:1px}.brand-mark i:nth-child(3){left:6px;top:0;background:var(--coral);border-color:var(--coral)}
.header-consult{border:1px solid var(--ink);background:transparent;border-radius:999px;padding:9px 16px;font-weight:800;cursor:pointer}
.site-tabs{display:flex;align-self:stretch;margin-left:auto}.site-tabs a{display:grid;place-items:center;padding:0 16px;border-bottom:3px solid transparent;color:var(--muted);font-size:14px;font-weight:850;text-decoration:none}.site-tabs a:hover,.site-tabs a.is-active{color:var(--ink);border-bottom-color:var(--coral)}
.header-actions{display:flex;align-items:center;gap:10px}.admin-login{font-size:12px;color:var(--muted);font-weight:750;text-decoration:none}.admin-login:hover{text-decoration:underline;color:var(--ink)}
.honeypot{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.subpage-hero{max-width:var(--max);margin:auto;padding:88px 20px 70px}.subpage-hero h1{font-size:clamp(48px,8vw,92px);line-height:1;letter-spacing:-.065em;margin:0 0 26px}.subpage-hero h1 em{color:var(--coral);font-style:normal}.subpage-hero>p:last-child{max-width:620px;color:var(--muted);font-size:18px;line-height:1.75}
.story-grid,.content-grid{max-width:var(--max);margin:auto;padding:0 20px 110px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.story-card,.content-card{background:#fff;border:1px solid var(--line);padding:30px;min-height:260px}.story-card b,.content-card .number{display:block;color:var(--coral);font-size:12px;letter-spacing:.12em;margin-bottom:44px}.story-card h2,.content-card h2{font-size:27px;letter-spacing:-.04em;margin:0 0 14px}.story-card p,.content-card p{color:var(--muted);line-height:1.7;margin:0}.content-card{display:flex;flex-direction:column}.content-card a{margin-top:auto;padding-top:28px;color:var(--ink);font-weight:900;text-decoration:none}.content-card a:hover{color:var(--coral)}
.download-hero{max-width:var(--max);margin:0 auto;padding:70px 20px 78px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,460px);gap:72px;align-items:center;position:relative}
.download-hero:before{content:'△';position:absolute;left:-90px;bottom:-80px;font-size:300px;line-height:1;color:transparent;-webkit-text-stroke:1px rgba(23,23,21,.08);transform:rotate(-8deg);pointer-events:none}
.eyebrow{margin:0 0 16px;font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--coral)}
.hero-copy h1{margin:0;font-size:clamp(46px,7vw,86px);line-height:1.02;letter-spacing:-.065em;font-weight:900}.hero-copy h1 em{font-style:normal;color:var(--coral)}
.hero-description{max-width:440px;margin:28px 0 0;color:var(--muted);font-size:17px;line-height:1.7}
.featured-download{background:var(--ink);color:var(--white);padding:30px;border-radius:2px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.featured-download:after{content:'';position:absolute;width:170px;height:170px;border:42px solid var(--yellow);transform:rotate(45deg);right:-115px;top:-115px}
.featured-topline{display:flex;justify-content:space-between;gap:16px;font-size:11px;font-weight:800;position:relative;z-index:1}.rank{color:var(--yellow)}.file-type{color:#aaa69d}
.featured-icon{width:48px;height:48px;margin:54px 0 25px;border:2px solid var(--coral);color:var(--coral);display:grid;place-items:center;font-size:24px;font-weight:900;transform:rotate(45deg)}.featured-icon::first-letter{display:inline-block;transform:rotate(-45deg)}
.featured-download h2{font-size:36px;line-height:1.15;letter-spacing:-.045em;margin:0 0 14px}.featured-download>p{color:#bdb8ae;line-height:1.65;margin:0 0 26px}
.download-primary{height:58px;background:var(--coral);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;text-decoration:none;font-weight:900;transition:background .18s,transform .18s}.download-primary:hover{background:var(--coral-dark);transform:translateY(-2px)}.download-primary:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.download-primary b{font-size:22px}.featured-download>small{display:block;text-align:center;color:#969188;margin-top:12px;font-size:11px}
.resource-section{background:var(--white);padding:86px max(20px,calc((100% - var(--max))/2)) 100px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-heading h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.055em;margin:0}.section-heading>p{font-size:13px;color:var(--muted);font-weight:700}
.search-box{height:62px;border:2px solid var(--ink);display:flex;align-items:center;gap:12px;padding:0 18px;background:#fff}.search-box span{font-size:28px;transform:rotate(-20deg)}.search-box input{width:100%;border:0;outline:0;background:transparent;font-size:16px;color:var(--ink)}.search-box:focus-within{box-shadow:0 0 0 3px rgba(241,90,58,.18);border-color:var(--coral)}
.filter-row{display:flex;gap:8px;margin:16px 0 36px;overflow:auto;padding-bottom:2px}.filter-chip{flex:0 0 auto;border:1px solid var(--line);background:transparent;border-radius:999px;padding:9px 17px;color:var(--muted);font-weight:800;cursor:pointer}.filter-chip.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.filter-chip:focus-visible{outline:3px solid rgba(241,90,58,.25);outline-offset:2px}
.resource-list{border-top:2px solid var(--ink)}.resource-card{display:grid;grid-template-columns:80px 1fr;border-bottom:1px solid var(--line);padding:30px 0;gap:24px}.resource-card[hidden]{display:none}.resource-index{font-size:14px;color:var(--coral);font-weight:900}.resource-main{display:grid;grid-template-columns:minmax(0,1fr) 170px;column-gap:30px;align-items:center}.resource-main .tags,.resource-main h3,.resource-main p{grid-column:1}.tags{display:flex;gap:6px;margin-bottom:12px}.tags span{font-size:10px;font-weight:900;letter-spacing:.08em;border:1px solid var(--line);padding:4px 7px}.resource-main h3{font-size:24px;letter-spacing:-.035em;margin:0 0 8px}.resource-main p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}.resource-main>a{grid-column:2;grid-row:1/4;border:1px solid var(--ink);height:52px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;font-weight:900;transition:.18s}.resource-main>a:hover{background:var(--coral);border-color:var(--coral);color:#fff}.resource-main>a:focus-visible{outline:3px solid rgba(241,90,58,.3);outline-offset:3px}
.empty-state{text-align:center;padding:60px 20px;border-bottom:1px solid var(--line)}.empty-state strong{font-size:22px}.empty-state p{color:var(--muted)}.empty-state button{border:0;background:var(--coral);color:white;padding:12px 18px;font-weight:800;cursor:pointer}
.about-strip{max-width:var(--max);margin:0 auto;padding:92px 20px;display:grid;grid-template-columns:180px 1fr;align-items:center;gap:70px}.about-strip>span{display:grid;place-items:center;width:150px;height:150px;background:var(--yellow);font-size:100px;line-height:1;transform:rotate(-8deg)}.about-strip p{color:var(--coral);font-weight:900;margin:0 0 14px}.about-strip h2{font-size:clamp(30px,4vw,50px);line-height:1.2;letter-spacing:-.05em;margin:0}
.consult-section{background:var(--coral);color:#fff;padding:84px max(20px,calc((100% - var(--max))/2));position:relative;overflow:hidden}.consult-section:after{content:'?';position:absolute;right:5%;bottom:-100px;font-size:340px;font-weight:900;color:rgba(255,255,255,.1)}.consult-section .eyebrow{color:var(--ink)}.consult-section h2{font-size:clamp(36px,5vw,64px);line-height:1.08;letter-spacing:-.055em;margin:0 0 20px;position:relative;z-index:1}.consult-section>p:not(.eyebrow){max-width:520px;line-height:1.7;opacity:.85}.consult-section button{margin-top:24px;background:var(--ink);color:#fff;border:0;padding:17px 20px;min-width:300px;display:flex;justify-content:space-between;font-weight:900;cursor:pointer;position:relative;z-index:1}
footer{padding:48px max(20px,calc((100% - var(--max))/2)) 100px;color:var(--muted);display:grid;grid-template-columns:160px 1fr auto;gap:20px;font-size:12px}footer strong{color:var(--ink);font-size:16px}footer p{margin:0}footer small{white-space:nowrap}.footer-copy{display:grid;gap:12px}.footer-links{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.footer-links a{font-weight:800;text-underline-offset:3px}.footer-links a:hover,.footer-links a[aria-current="page"]{color:var(--coral)}
.legal-home{text-decoration:none;display:inline-flex;align-items:center}.legal-page{max-width:var(--max);margin:0 auto;padding:78px 20px 110px}.legal-hero{padding-bottom:54px;border-bottom:2px solid var(--ink)}.legal-hero h1{font-size:clamp(48px,8vw,86px);line-height:1.02;letter-spacing:-.065em;margin:0 0 26px}.legal-hero>p:not(.eyebrow){max-width:650px;color:var(--muted);font-size:17px;line-height:1.7}.legal-hero small{display:block;margin-top:22px;color:var(--muted);font-weight:750}.legal-content{max-width:780px;margin:0}.legal-content section{padding:34px 0;border-bottom:1px solid var(--line)}.legal-content h2{font-size:22px;letter-spacing:-.035em;margin:0 0 13px}.legal-content p{margin:0;color:var(--muted);line-height:1.85}.legal-content a{color:var(--coral-dark);font-weight:800;text-underline-offset:3px}
.mobile-actions{display:none}
.modal[hidden]{display:none}.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px}.modal-backdrop{position:absolute;inset:0;background:rgba(23,23,21,.72);backdrop-filter:blur(5px)}.modal-panel{width:min(100%,520px);max-height:min(88vh,720px);overflow:auto;background:var(--white);position:relative;z-index:1;padding:34px;box-shadow:0 24px 80px rgba(0,0,0,.28)}.modal-close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:30px;cursor:pointer}.modal-panel h2{font-size:32px;letter-spacing:-.04em;margin:0 0 8px}.modal-panel>p:not(.eyebrow){color:var(--muted);margin:0 0 28px}.modal-panel fieldset{border:0;padding:0;margin:0 0 20px}.modal-panel legend,.field{display:block;font-size:13px;font-weight:900;margin-bottom:9px}.type-options{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.type-options input{position:absolute;opacity:0}.type-options span{display:block;text-align:center;border:1px solid var(--line);padding:11px 5px;font-size:12px;font-weight:800;cursor:pointer}.type-options input:checked+span{background:var(--ink);border-color:var(--ink);color:#fff}.type-options input:focus-visible+span{outline:3px solid rgba(241,90,58,.25)}.field{margin-bottom:16px}.field input{display:block;width:100%;height:52px;border:1px solid var(--line);background:#fff;padding:0 14px;margin-top:8px;font-size:16px;outline:0}.field input:focus{border-color:var(--coral);box-shadow:0 0 0 3px rgba(241,90,58,.15)}.privacy{display:flex;gap:9px;align-items:flex-start;color:var(--muted);font-size:12px;line-height:1.45;margin:20px 0}.privacy input{margin-top:2px;accent-color:var(--coral)}.submit-button{width:100%;height:56px;border:0;background:var(--coral);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-weight:900;cursor:pointer}.submit-button:disabled{opacity:.55;cursor:wait}.form-status{min-height:20px;margin:12px 0 0!important;font-size:13px!important}.form-status.success{color:#18864b!important}.form-status.error{color:#bb2d1e!important}
@media(max-width:760px){
  .site-header{min-height:104px;padding:10px 16px 0;display:grid;grid-template-columns:1fr auto;gap:7px 10px}.brand strong{font-size:17px}.brand small{display:none}.header-actions{justify-content:end}.header-consult{padding:8px 13px;font-size:13px}.admin-login{font-size:11px}.site-tabs{grid-column:1/-1;grid-row:2;margin:0;align-self:auto;justify-content:space-between}.site-tabs a{height:40px;padding:0 12px;flex:1;font-size:13px}
  .download-hero{padding:34px 16px 54px;display:block}.hero-copy h1{font-size:48px}.hero-description{font-size:15px;margin:18px 0 28px}.featured-download{padding:24px}.featured-icon{margin:35px 0 22px}.featured-download h2{font-size:30px}.download-primary{height:60px}
  .resource-section{padding:58px 16px 72px}.section-heading{display:block}.section-heading>p{margin:10px 0 0}.section-heading h2{font-size:34px}.search-box{height:56px}.filter-row{margin-bottom:24px}
  .resource-card{grid-template-columns:42px 1fr;padding:24px 0;gap:8px}.resource-main{display:block}.resource-main h3{font-size:21px}.resource-main p{font-size:13px;margin-bottom:18px}.resource-main>a{height:50px}
  .about-strip{padding:65px 16px;display:block}.about-strip>span{width:86px;height:86px;font-size:58px;margin-bottom:28px}.about-strip h2{font-size:30px}
  .consult-section{padding:62px 16px 84px}.consult-section h2{font-size:38px}.consult-section button{width:100%;min-width:0}
  footer{display:block;padding:38px 16px 106px}footer p{margin:12px 0 0;line-height:1.6}.footer-copy{gap:14px}.footer-links{margin-bottom:20px}.legal-page{padding:48px 16px 90px}.legal-hero{padding-bottom:38px}.legal-hero h1{font-size:46px}.legal-hero>p:not(.eyebrow){font-size:15px}.legal-content section{padding:28px 0}.legal-content h2{font-size:20px}.legal-content p{font-size:14px}.legal-home{font-size:12px}
  .mobile-actions{position:fixed;display:grid;grid-template-columns:1fr 1fr;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));z-index:50;background:var(--ink);box-shadow:0 10px 40px rgba(0,0,0,.3)}.mobile-actions a,.mobile-actions button{height:54px;display:grid;place-items:center;border:0;text-decoration:none;font-weight:900;font-size:14px}.mobile-actions a{color:#fff}.mobile-actions button{background:var(--coral);color:#fff}
  .modal{padding:0;align-items:end}.modal-panel{width:100%;max-height:92vh;padding:28px 20px calc(24px + env(safe-area-inset-bottom))}.modal-panel h2{font-size:28px}
  .subpage-hero{padding:48px 16px 46px}.subpage-hero h1{font-size:50px}.subpage-hero>p:last-child{font-size:15px}.story-grid,.content-grid{padding:0 16px 100px;grid-template-columns:1fr}.story-card,.content-card{min-height:220px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.privacy a{font-weight:850;text-underline-offset:2px}

/* Home — editorial resource hub */
.home-page{--mint:#9ad9c9;--mint-deep:#277d6d;--navy:#17242d;--cream:#f7f3eb;--coral-soft:#ff735d;--blue:#75acd2;--violet:#9b8dcb;background:var(--cream)}
.home-page .site-header{background:rgba(247,243,235,.96);min-height:78px}.home-page .brand small{font-size:10px}.home-page .site-tabs{margin-left:auto}.home-page .header-consult{background:var(--navy);border-color:var(--navy);color:#fff}.home-page .admin-login{opacity:.68}
.reference-hero{min-height:680px;max-width:1280px;margin:auto;padding:88px 40px 96px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:80px;position:relative;overflow:hidden}.reference-copy .eyebrow{color:var(--mint-deep)}.reference-copy h1{font-size:clamp(55px,6vw,86px);line-height:1.03;letter-spacing:-.07em;margin:0;font-weight:850}.reference-copy h1 em{font-style:normal;color:var(--mint-deep);position:relative}.reference-copy h1 em:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:12px;background:rgba(154,217,201,.38);z-index:-1}.reference-copy .hero-description{font-size:17px;line-height:1.75;margin:30px 0 0}.hero-buttons{display:flex;gap:9px;margin-top:31px}.hero-buttons a,.hero-buttons button{height:54px;padding:0 23px;border:1px solid var(--navy);display:flex;align-items:center;gap:40px;font-weight:850;text-decoration:none;cursor:pointer}.hero-buttons a{background:var(--navy);color:#fff}.hero-buttons button{background:transparent}.hero-note{display:flex;align-items:center;gap:11px;color:var(--muted);font-size:12px;margin:28px 0 0}.hero-note>span{display:flex;gap:4px}.hero-note i{width:9px;height:9px;border-radius:50%;background:var(--coral-soft)}.hero-note i:nth-child(2){background:#90999c}.hero-note i:nth-child(3){background:#bdc2c2}
.hero-featured{min-height:480px;position:relative;display:grid;place-items:center}.visual-outline{position:absolute;width:360px;height:360px;border:2px solid var(--mint);transform:rotate(0deg);clip-path:polygon(50% 0,100% 100%,0 100%)}.paper-card{width:330px;background:#fff;padding:24px 22px 20px;box-shadow:0 24px 60px rgba(32,38,36,.18);transform:rotate(-3deg);position:relative;z-index:2}.paper-card>small{font-size:10px;font-weight:900;letter-spacing:.17em}.paper-visual{height:190px;margin:16px 0 18px;background-color:#17493e;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:24px 24px;display:grid;place-items:center}.paper-visual span{width:86px;height:86px;border:2px solid var(--mint);color:var(--mint);border-radius:50%;display:grid;place-items:center;font-size:55px;font-weight:300}.paper-card h2{font-size:27px;line-height:1.15;margin:0;letter-spacing:-.045em}.paper-card p{color:var(--muted);font-size:12px}.paper-card a{height:47px;margin-top:16px;padding:0 14px;background:var(--coral-soft);color:#fff;display:flex;align-items:center;justify-content:space-between;text-decoration:none;font-weight:850}.hero-sticker{position:absolute;left:8%;bottom:54px;width:100px;height:100px;border-radius:50%;background:var(--coral-soft);color:#fff;display:grid;place-items:center;text-align:center;font-size:12px;font-weight:900;transform:rotate(-9deg);z-index:3}.hero-badge{position:absolute;right:0;bottom:62px;background:#fff;padding:16px 19px;box-shadow:0 14px 32px rgba(0,0,0,.12);font-size:11px;line-height:1.5;transform:rotate(4deg);z-index:3}.hero-badge b{font-size:13px}
.resource-search{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:58px max(20px,calc((100% - 1120px)/2)) 50px}.section-kicker{display:flex;align-items:center;gap:14px;margin-bottom:25px}.section-kicker span,.section-no{width:max-content;background:var(--coral-soft);color:var(--navy);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:950;margin:0}.section-kicker h2{font-size:24px;letter-spacing:-.035em;margin:0}.resource-search .search-box{max-width:850px}.resource-search .filter-row{margin-bottom:0}
.home-page .resource-section{background:#eceeea;padding-top:82px}.reference-heading{align-items:end}.reference-heading h2{margin-top:24px}.reference-heading>div>p:last-child{color:var(--muted);font-size:14px}.resource-grid{border:0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.resource-grid .resource-card{display:block;border:1px solid #c8cbc6;background:#fff;padding:0;min-width:0}.resource-cover{height:245px;background:var(--mint);padding:22px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.resource-card:nth-child(6n+2) .resource-cover{background:var(--blue)}.resource-card:nth-child(6n+3) .resource-cover{background:var(--coral-soft)}.resource-card:nth-child(6n+4) .resource-cover{background:#e1c252}.resource-card:nth-child(6n+5) .resource-cover{background:var(--violet)}.resource-card:nth-child(6n+6) .resource-cover{background:#2c4655;color:#fff}.resource-cover:after{content:"△";position:absolute;right:-15px;bottom:-45px;font-size:170px;color:rgba(255,255,255,.16);transform:rotate(-8deg)}.resource-cover .resource-index{position:absolute;left:22px;top:22px;font-weight:900;font-size:13px}.resource-cover em{position:absolute;right:18px;top:18px;border:1px solid currentColor;padding:4px 7px;font-size:9px;font-style:normal;font-weight:900}.resource-cover h3{font-size:24px;line-height:1.15;letter-spacing:-.045em;margin:0;position:relative;z-index:1}.resource-grid .resource-main{display:block;padding:22px;min-height:235px}.resource-grid .resource-main .tags{margin-bottom:22px}.resource-grid .resource-main h3{font-size:19px}.resource-grid .resource-main p{min-height:49px;margin-bottom:22px}.resource-grid .resource-main>a{height:45px;border:0;border-top:1px solid var(--line);padding:15px 0 0;display:flex}.resource-grid .resource-main>a:hover{background:transparent;color:var(--coral);border-color:var(--line)}
.about-editorial{background:#d4f0e9;padding:110px max(20px,calc((100% - 1120px)/2));display:grid;grid-template-columns:1.15fr .85fr;gap:100px;align-items:center}.about-editorial .eyebrow{color:var(--mint-deep);margin-top:24px}.about-editorial h2{font-size:clamp(40px,5vw,66px);line-height:1.18;letter-spacing:-.06em;margin:0}.about-editorial h2 em{font-style:normal;color:var(--mint-deep)}.about-copy>p{font-size:17px;line-height:1.85}.about-copy ol{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);padding:0;margin:45px 0 0;border-top:1px solid rgba(23,36,45,.25)}.about-copy li{padding:20px 12px;border-right:1px solid rgba(23,36,45,.2);display:grid;gap:8px}.about-copy li:last-child{border:0}.about-copy li span{font-size:10px;color:var(--coral);font-weight:900}.about-copy li strong{font-size:18px}.about-copy li small{color:var(--muted);font-size:11px}
.reels-editorial{background:var(--navy);color:#fff;padding:110px max(20px,calc((100% - 1120px)/2))}.reels-editorial .section-no{margin-bottom:25px}.reels-head{display:grid;grid-template-columns:1fr .7fr;gap:60px;align-items:end}.reels-head h2{font-size:clamp(42px,5vw,64px);line-height:1.16;letter-spacing:-.06em;margin:0}.reels-head>p{color:#b7c0c5;line-height:1.7}.reels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:54px}.reels-grid a{border:1px solid rgba(255,255,255,.2);padding:16px;display:grid;grid-template-columns:96px 1fr 20px;grid-template-rows:1fr 1fr;color:#fff;text-decoration:none;gap:5px 14px;align-items:center;transition:border-color .18s,transform .18s}.reel-thumb{grid-row:1/3;width:96px;height:96px;color:var(--navy);display:grid;place-items:center;font-weight:900;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.reel-thumb.mint{background:var(--mint)}.reel-thumb.yellow{background:#f2cd5e}.reel-thumb.coral{background:var(--coral-soft)}.reels-grid small{color:var(--mint);font-size:9px;letter-spacing:.08em}.reels-grid strong{font-size:14px}.reels-grid b{grid-column:3;grid-row:1/3;color:var(--mint);font-size:21px}.reels-grid a:hover{border-color:var(--mint);transform:translateY(-3px)}
.reference-consult{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:36px;background:var(--coral-soft);padding-top:70px;padding-bottom:70px}.reference-consult:after{display:none}.reference-consult>div:first-child{font-size:90px;color:rgba(255,255,255,.26)}.reference-consult p{margin:0 0 10px!important;color:var(--navy)!important;font-weight:850}.reference-consult h2{font-size:clamp(26px,3vw,43px);margin:0}.reference-consult button{margin:0;min-width:250px;height:60px;align-items:center}
.expanded-footer{background:#fff;padding-top:60px;display:grid;grid-template-columns:1fr 1fr;gap:32px 60px}.expanded-footer .footer-brand .brand{width:max-content}.footer-nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:24px}.footer-nav a,.footer-nav button{border:0;background:none;color:var(--ink);font-size:12px;font-weight:850;text-decoration:none;padding:0;cursor:pointer}.footer-disclosure{grid-column:1/-1;background:#f2efe8;border-left:4px solid var(--coral-soft);padding:20px 22px}.footer-disclosure strong{font-size:13px}.footer-disclosure p{font-size:12px;line-height:1.75;margin:8px 0 0}.footer-meta{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);margin:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.footer-meta div{padding:16px;border-right:1px solid var(--line)}.footer-meta div:last-child{border:0}.footer-meta dt{font-size:10px;color:var(--muted);font-weight:800}.footer-meta dd{font-size:12px;font-weight:750;margin:7px 0 0}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-bottom .footer-links{justify-content:flex-end;gap:18px}.footer-bottom .footer-links a{font-size:11px}
.company-info{grid-column:1/-1;display:grid;grid-template-columns:minmax(260px,420px) 1fr;align-items:center;gap:32px;padding:24px;border:1px solid var(--line);background:#fff}.company-info img{display:block;width:100%;height:auto}.company-info h2{margin:0 0 10px;font-size:16px}.company-info p{margin:5px 0;font-size:12px;line-height:1.65;color:var(--muted)}.company-info a{color:var(--ink);font-weight:800;text-underline-offset:3px}
@media(max-width:900px){.reference-hero{grid-template-columns:1fr;gap:30px}.hero-featured{grid-row:1}.reference-copy{grid-row:2}.resource-grid{grid-template-columns:repeat(2,1fr)}.about-editorial{grid-template-columns:1fr;gap:50px}.reels-grid{grid-template-columns:1fr}.reference-consult{grid-template-columns:70px 1fr}.reference-consult button{grid-column:2}.footer-meta{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.home-page .site-header{min-height:104px}.reference-hero{padding:24px 16px 58px;min-height:0}.hero-featured{min-height:410px;margin-bottom:8px}.paper-card{width:min(84vw,315px);padding:18px}.paper-visual{height:158px}.hero-sticker{left:4px;bottom:18px;width:60px;height:60px;padding:4px;font-size:8px;line-height:1.18;letter-spacing:-.03em}.hero-badge{right:0;bottom:50px;padding:11px}.reference-copy h1{font-size:48px}.reference-copy .hero-description{font-size:15px}.hero-buttons{display:grid;grid-template-columns:1fr 1fr}.hero-buttons a,.hero-buttons button{padding:0 14px;gap:10px;justify-content:space-between;font-size:13px}.resource-search{padding:42px 16px 34px}.section-kicker h2{font-size:20px}.resource-search .filter-row{margin-top:12px}.home-page .resource-section{padding:55px 16px 72px}.reference-heading{display:flex}.reference-heading h2{font-size:33px}.resource-grid{grid-template-columns:1fr}.resource-cover{height:210px}.resource-grid .resource-main{min-height:210px}.about-editorial{padding:72px 16px}.about-editorial h2{font-size:43px}.about-copy ol{grid-template-columns:1fr}.about-copy li{border-right:0;border-bottom:1px solid rgba(23,36,45,.2)}.reels-editorial{padding:72px 16px 90px}.reels-head{grid-template-columns:1fr}.reels-head h2{font-size:42px}.reels-grid a{grid-template-columns:78px 1fr 18px}.reel-thumb{width:78px;height:78px}.reference-consult{padding:50px 16px 75px;grid-template-columns:1fr;gap:18px}.reference-consult>div:first-child{display:none}.reference-consult button{grid-column:1;width:100%}.expanded-footer{display:block;padding:48px 16px 110px}.footer-nav{justify-content:flex-start;margin:28px 0}.footer-disclosure{margin:25px 0}.company-info{display:block;margin:25px 0;padding:18px}.company-info img{margin-bottom:18px}.company-info h2{font-size:15px}.company-info p{font-size:11px}.footer-meta{display:grid;grid-template-columns:1fr 1fr}.footer-meta div{border-bottom:1px solid var(--line)}.footer-bottom{display:block;margin-top:28px}.footer-bottom .footer-links{justify-content:flex-start;margin-top:18px;gap:12px}.home-page .mobile-actions{display:grid}}

.home-page .filter-chip{min-height:44px}.home-page a:focus-visible,.home-page button:focus-visible{outline:3px solid #0c7564;outline-offset:4px}.hero-sticker{color:var(--navy)}
.mobile-br{display:none}.home-page .resource-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.home-page .resource-cover{height:220px;padding:20px}.home-page .resource-cover h3{font-size:21px}.home-page .resource-grid .resource-main{min-height:220px;padding:18px}.home-page .resource-grid .resource-main .tags{margin-bottom:16px}
@media(max-width:900px){.home-page .resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.mobile-br{display:inline}.home-page .resource-search{padding:34px 16px 26px}.home-page .section-kicker{margin-bottom:18px}.home-page .section-kicker h2{font-size:22px}.home-page .filter-row{gap:7px}.home-page .filter-chip{font-size:12px;padding:9px 14px}.home-page .resource-section{padding:42px 16px 52px}.home-page .reference-heading{margin-bottom:24px}.home-page .reference-heading h2{font-size:30px;line-height:1.16;margin-top:16px}.home-page .reference-heading>div>p:last-child{font-size:16px;margin-top:10px}.home-page .resource-grid{grid-template-columns:1fr;gap:12px}.home-page .resource-cover{height:170px;padding:18px}.home-page .resource-cover h3{font-size:23px}.home-page .resource-grid .resource-main{min-height:0;padding:18px}.home-page .resource-grid .resource-main .tags{margin-bottom:12px}.home-page .resource-grid .resource-main h3{font-size:21px}.home-page .resource-grid .resource-main p{min-height:0;font-size:15px;line-height:1.65;margin-bottom:16px}.home-page .about-editorial{padding:48px 16px 52px;gap:28px}.home-page .about-editorial .eyebrow{margin-top:16px}.home-page .about-editorial h2{font-size:38px;line-height:1.18}.home-page .about-copy>p{font-size:19px;line-height:1.8;margin:0}.home-page .about-copy ol{margin-top:26px}.home-page .about-copy li{padding:17px 12px;gap:7px}.home-page .about-copy li span{font-size:12px}.home-page .about-copy li strong{font-size:22px}.home-page .about-copy li small{font-size:14px;line-height:1.45}.home-page .reels-editorial{padding:50px 16px 62px}.home-page .reels-head{gap:22px}.home-page .reels-head h2{font-size:38px}.home-page .reels-head>p{font-size:18px;line-height:1.7;margin:0}.home-page .reels-grid{margin-top:30px}.home-page .reference-consult{padding:40px 16px 64px;gap:16px}.home-page .reference-consult p{font-size:17px;margin-bottom:12px!important}.home-page .reference-consult h2{font-size:30px;line-height:1.34;letter-spacing:-.045em}.home-page .reference-consult button{margin-top:5px}}
@media(max-width:760px){body.modal-open .mobile-actions{opacity:0;pointer-events:none}.modal{height:100dvh;overflow:hidden}.modal-panel{width:100%;max-height:calc(100dvh - max(16px,env(safe-area-inset-top)));border-radius:22px 22px 0 0;padding:32px 20px calc(20px + env(safe-area-inset-bottom));overscroll-behavior:contain;scroll-padding:24px 0 110px;animation:sheet-in .32s cubic-bezier(.22,1,.36,1)}.modal-panel:before{content:"";position:absolute;top:10px;left:50%;width:42px;height:4px;border-radius:99px;background:#d1ccc2;transform:translateX(-50%)}.modal-close{top:16px;right:16px;min-width:44px;min-height:44px}.modal-panel h2{font-size:27px;margin:6px 44px 8px 0}.modal-panel>p:not(.eyebrow){font-size:13px;line-height:1.55;margin-bottom:22px}.modal-panel fieldset{margin-bottom:22px}.modal-panel legend,.modal-panel .field{font-size:16px;margin-bottom:11px}.type-options{gap:8px}.type-options span{min-height:56px;padding:0 6px;display:grid;place-items:center;font-size:14px}.field{margin-bottom:18px}.field input{height:64px;padding:0 16px;margin-top:10px;font-size:18px}.privacy{gap:12px;font-size:14px;line-height:1.55;margin:22px 0}.privacy input{width:23px;height:23px;flex:0 0 23px;margin-top:0}.submit-button{position:sticky;bottom:0;z-index:2;height:64px;font-size:17px;box-shadow:0 -12px 24px rgba(255,255,255,.94)}}
@media(max-width:650px){.home-page .resource-search{padding-bottom:22px}.home-page .resource-section{padding-top:30px;scroll-margin-top:0}.home-page .reference-heading{margin-bottom:20px}}
@keyframes sheet-in{from{transform:translateY(36px);opacity:.75}to{transform:translateY(0);opacity:1}}

.brand-logo{width:40px;height:40px;object-fit:cover;border-radius:50%;flex:0 0 40px;box-shadow:0 2px 10px rgba(23,36,45,.08)}@media(max-width:760px){.brand-logo{width:36px;height:36px;flex-basis:36px}.brand{gap:8px}}
