:root{--white: #f9fafb;--black: #111827;--red: #e2445b;--signature-red: #b5213d;--grey-800: #1f2937;--grey-700: #374151;--grey-600: #4b5563;--grey-500: #6b7280;--grey-300: #d1d5db;--grey-200: #e5e7eb;--grey-100: #f3f4f6;--blue-dark: #002a78;--blue-light: #b4c5ff;--gold-dark: #f5be48;--gradient-blue: linear-gradient(180deg, #b4c5ff, #002a78);--font-title: "Jost", system-ui, sans-serif;--font-body: "Work Sans", system-ui, sans-serif;--max: 1200px;--measure: 760px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--black);font-family:var(--font-body);font-size:17px;line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:var(--blue-dark);text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--red)}h1,h2,h3,h4{font-family:var(--font-title);font-weight:600;line-height:1.15;margin:0 0 .5em;color:var(--black)}h1{font-size:clamp(2rem,4.5vw,3.25rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:1.35rem}.wrap{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}.measure{max-width:var(--measure);margin-left:auto;margin-right:auto}.site-header{border-bottom:1px solid var(--grey-200);background:#fff;position:sticky;top:0;z-index:10}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px}.site-header .logo img{height:34px;width:auto}.site-header nav{display:flex;gap:22px;align-items:center;font-family:var(--font-title);font-weight:500}.site-header nav a{color:var(--grey-700);text-decoration:none}.site-header nav a:hover{color:var(--red)}.btn{display:inline-block;background:var(--red);color:#fff!important;text-decoration:none;font-family:var(--font-title);font-weight:600;padding:10px 22px;border-radius:999px;transition:background .15s}.btn:hover{background:var(--signature-red)}.btn.outline{background:transparent;color:var(--black)!important;border:1.5px solid var(--black)}.btn.outline:hover{background:var(--black);color:#fff!important}.site-footer{background:var(--black);color:var(--grey-300);margin-top:80px;padding:48px 0 32px;font-size:15px}.site-footer .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;align-items:center}.site-footer a{color:#fff}.site-footer nav{display:flex;gap:18px;flex-wrap:wrap}.site-footer .logo img{height:30px}.hero{padding:64px 0 40px}.hero p{color:var(--grey-600);font-size:1.15rem;max-width:640px;margin:0}.tags{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 8px}.tag{display:inline-block;font-family:var(--font-title);font-size:.85rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:var(--blue-dark);background:#fff;border:1px solid var(--grey-300);border-radius:999px;padding:4px 12px;text-decoration:none}.tag:hover,.tag.active{background:var(--blue-dark);color:#fff;border-color:var(--blue-dark)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px;margin:32px 0}.card{background:#fff;border:1px solid var(--grey-200);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s}.card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #11182714}.card a.cover{display:block;aspect-ratio:16 / 10;background:var(--grey-100)}.card a.cover img{width:100%;height:100%;object-fit:cover}.card .body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:10px;flex:1}.card h2{font-size:1.25rem;margin:0}.card h2 a{color:var(--black);text-decoration:none}.card h2 a:hover{color:var(--red)}.card .meta,.post-meta{color:var(--grey-500);font-size:.9rem;display:flex;gap:10px;flex-wrap:wrap}.card .excerpt{color:var(--grey-600);font-size:.95rem;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-header{padding:56px 0 24px}.post-header .tags{margin:0 0 16px}.post-meta{margin-top:12px}.post-cover{margin:24px auto 40px;border-radius:20px;overflow:hidden;max-width:var(--max)}.post-cover img{width:100%;max-height:560px;object-fit:cover}.post-body{font-size:1.1rem}.post-body>:first-child{margin-top:0}.post-body h2{margin-top:2.2em}.post-body h3{margin-top:1.8em}.post-body p{margin:0 0 1.25em}.post-body img{margin:32px auto;border-radius:12px}.post-body a{color:var(--blue-dark)}.post-body blockquote{border-left:4px solid var(--gold-dark);margin:1.5em 0;padding:.25em 1.25em;color:var(--grey-700);font-style:italic}.post-body table{border-collapse:collapse;width:100%;font-size:.95rem;margin:1.5em 0}.post-body td,.post-body th{border:1px solid var(--grey-200);padding:8px 10px}.post-body iframe{max-width:100%}.post-body hr{border:0;border-top:1px solid var(--grey-200);margin:2.5em 0}.post-body figure.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:32px 0}.post-body figure.gallery img{margin:0;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px}.post-body figure.gallery img:only-child{aspect-ratio:auto}.cta{background:var(--gradient-blue);color:#fff;border-radius:20px;padding:40px 32px;margin:56px auto;text-align:center}.cta h2{color:#fff;margin-bottom:.35em}.cta p{margin:0 auto 22px;max-width:520px;color:#eef2ff}.related{margin:56px auto 0}.related h2{font-size:1.6rem;margin-bottom:20px}@media(max-width:720px){body{font-size:16px}.site-header .wrap{height:64px}.site-header nav{gap:14px;font-size:.95rem}.site-header nav a.hide-mobile{display:none}.hero{padding:40px 0 24px}.post-header{padding:36px 0 16px}.post-cover{border-radius:0;margin-left:-20px;margin-right:-20px}.post-body{font-size:1.05rem}.cta{padding:32px 20px}}
