:root{--ink:#171b18;--muted:#626861;--cream:#fffaf0;--paper:#fff;--line:#cbc9c1;--yellow:#ffd75a;--green:#0c7d61;--blue:#244b63}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f4f1e9;color:var(--ink);font:16px/1.5 Arial,sans-serif}.site-header{position:sticky;top:0;z-index:50}main{max-width:1500px;margin:auto}.library-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(290px,.55fr);gap:60px;align-items:end;padding:82px 40px 64px;border-bottom:2px solid var(--ink);background:var(--cream)}.eyebrow{display:block;margin-bottom:14px;font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.library-hero h1{max-width:980px;margin:0;font-size:clamp(3rem,6.5vw,6.5rem);line-height:.92;letter-spacing:-.065em}.library-hero p{max-width:720px;margin:24px 0 28px;color:var(--muted);font-size:1.2rem}.library-hero .positioning-line{margin:14px 0 0;color:var(--ink);font-size:.83rem;font-weight:700}.primary-action{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 22px;border:2px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff;font-weight:800;text-decoration:none;box-shadow:5px 5px 0 #785cff}.primary-action:hover{transform:translateY(-1px)}.hero-note{padding:22px;border:2px solid var(--ink);background:#fff;box-shadow:7px 7px 0 var(--ink)}.hero-note>span{display:inline-block;width:13px;height:13px;margin-right:10px;border-radius:50%;background:var(--green)}.hero-note p{margin:6px 0 0;font-size:.98rem}.template-section{padding:58px 40px 80px}.section-title{display:flex;gap:30px;align-items:end;justify-content:space-between}.section-title h2,.library-copy h2{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1}.section-title p{color:var(--muted)}.filter-strip{display:flex;gap:9px;overflow:auto;padding:28px 0 22px;scrollbar-width:thin}.filter-strip button{flex:0 0 auto;min-height:42px;padding:0 17px;border:1px solid var(--ink);border-radius:999px;background:#fff;font-weight:700}.filter-strip button[aria-pressed=true]{background:var(--ink);color:#fff}.template-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.template-card{min-width:0;border:1px solid var(--line);background:#fff}.template-thumb{height:340px;overflow:hidden;border-bottom:1px solid var(--line);background:#dedbd2}.template-thumb-inner{width:8.5in;transform:scale(.31);transform-origin:top left;pointer-events:none}.template-card-content{padding:18px}.template-card-head{display:flex;gap:12px;justify-content:space-between}.template-card h3{margin:0;font-size:1.28rem}.ats-mark{color:var(--green);font-size:.76rem;font-weight:800;white-space:nowrap}.template-card p{min-height:72px;margin:9px 0;color:var(--muted)}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.tag-row span{padding:4px 8px;border:1px solid #bfc4bf;border-radius:999px;background:#f6f6f2;font-size:.73rem;font-weight:700}.card-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:9px;margin-top:17px}.card-actions button,.card-actions a{min-height:43px;border:1px solid var(--ink);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:800;text-align:center;text-decoration:none;line-height:41px}.card-actions a{background:var(--yellow)}.library-copy{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:70px 40px;background:#fff;border-top:2px solid var(--ink)}.library-copy>div>p{max-width:640px;color:var(--muted);font-size:1.08rem}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{padding:17px 3px;font-weight:800;cursor:pointer}.faq-list p{margin:0;padding:0 3px 18px;color:var(--muted)}.preview-dialog{width:min(1280px,calc(100% - 32px));max-height:calc(100vh - 32px);padding:0;border:2px solid var(--ink);background:#f4f1e9}.preview-dialog::backdrop{background:rgba(17,19,18,.72)}.dialog-head{display:flex;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line);background:#fff}.dialog-head h2{margin:0;font-size:2rem}.dialog-head p{margin:5px 0 0;color:var(--muted)}.close-dialog{width:44px;height:44px;border:1px solid var(--ink);border-radius:50%;background:#fff;font-size:2rem}.dialog-body{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;padding:24px}.full-preview{height:70vh;overflow:auto;padding:24px;background:#d9d7d0}.full-preview .resume-paper{margin:auto;box-shadow:0 10px 34px rgba(0,0,0,.18)}.dialog-body aside{padding:18px;background:#fff;border:1px solid var(--line);align-self:start}.dialog-body aside ul{padding-left:20px}.dialog-body .primary-action{width:100%;margin-top:16px}.site-footer{background:#fff}
@media(max-width:1150px){.template-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.template-thumb-inner{transform:scale(.29)}}@media(max-width:820px){.library-hero,.library-copy{grid-template-columns:1fr}.library-hero{padding:54px 22px 44px;gap:30px}.template-section,.library-copy{padding:44px 22px}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dialog-body{grid-template-columns:1fr}.dialog-body aside{display:none}}@media(max-width:520px){.library-hero h1{font-size:3.1rem}.template-grid{grid-template-columns:1fr}.template-thumb{height:390px}.template-thumb-inner{transform:scale(.365)}.section-title{display:block}.card-actions button,.card-actions a{min-height:48px}.dialog-body{padding:10px}.full-preview{padding:8px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.site-nav{display:flex;width:min(1420px,calc(100% - 48px));min-height:80px;margin:0 auto;align-items:center;justify-content:space-between;gap:28px;padding:16px 0}.site-nav nav{display:flex;align-items:center;gap:24px}@media(max-width:520px){.site-nav{width:calc(100% - 24px);min-height:68px;gap:12px;padding:12px 0}.site-nav nav{gap:10px}.site-nav nav a:not(.nav-pill){display:none}}
