:root{--navy: #1a2a44;--white: #ffffff;--gold: #c9a84c;--gold-dark: #a8872e;--gray: #6b7280;--off-white: #f8f9fa;--border: #e5e7eb;--font-heading: "Syne", sans-serif;--font-body: "DM Sans", system-ui, sans-serif;--max-width: 1140px;--section-padding: 80px 24px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--navy);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none}.cg-label{font-family:var(--font-heading);font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold)}.cg-h1{font-family:var(--font-heading);font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.15;color:var(--navy)}.cg-h2{font-family:var(--font-heading);font-size:clamp(26px,4vw,42px);font-weight:700;line-height:1.2;color:var(--navy)}.cg-h3{font-family:var(--font-heading);font-size:clamp(18px,2.5vw,22px);font-weight:600;line-height:1.3;color:var(--navy)}.cg-body{font-family:var(--font-body);font-size:17px;font-weight:400;line-height:1.75;color:var(--navy)}.cg-body-lg{font-family:var(--font-body);font-size:19px;font-weight:400;line-height:1.75;color:var(--navy)}.cg-subtext{font-family:var(--font-body);font-size:14px;color:var(--gray);line-height:1.6}.cg-btn{display:inline-block;font-family:var(--font-heading);font-size:16px;font-weight:700;padding:16px 32px;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .2s ease;border:none;line-height:1}.cg-btn-primary{background:var(--gold);color:var(--navy)}.cg-btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 6px 20px #c9a84c59}.cg-btn-outline-white{background:transparent;color:var(--white);border:2px solid var(--white)}.cg-btn-outline-white:hover{background:var(--white);color:var(--navy)}.cg-btn-outline-gold{background:transparent;color:var(--gold);border:2px solid var(--gold)}.cg-btn-outline-gold:hover{background:var(--gold);color:var(--navy)}.cg-container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.cg-section{padding:var(--section-padding)}.cg-section-navy{background:var(--navy)}.cg-section-offwhite{background:var(--off-white)}.cg-section-navy .cg-h1,.cg-section-navy .cg-h2,.cg-section-navy .cg-h3,.cg-section-navy .cg-body,.cg-section-navy .cg-body-lg{color:var(--white)}.cg-section-navy .cg-label{color:var(--gold)}.cg-card{background:var(--white);border-radius:10px;padding:32px;border:1px solid var(--border)}.cg-card-navy{background:var(--navy);border-radius:10px;padding:32px;color:var(--white)}.cg-card-gold-border{background:var(--white);border-radius:10px;padding:32px;border:2px solid var(--gold)}.cg-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cg-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.cg-divider{width:56px;height:4px;background:var(--gold);border-radius:2px;margin:16px 0 24px}.cg-divider-center{margin:16px auto 24px}.cg-section-header{margin-bottom:56px}.cg-section-header.centered{text-align:center}.cg-mt-8{margin-top:8px}.cg-mt-16{margin-top:16px}.cg-mt-24{margin-top:24px}.cg-mt-32{margin-top:32px}.cg-mt-40{margin-top:40px}.cg-mt-48{margin-top:48px}.cg-text-white{color:var(--white)!important}.cg-text-gold{color:var(--gold)!important}.cg-text-gray{color:var(--gray)!important}.cg-text-navy{color:var(--navy)!important}.js-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.js-reveal.is-visible{opacity:1;transform:translateY(0)}.js-reveal-d1{transition-delay:.12s}.js-reveal-d2{transition-delay:.24s}.js-reveal-d3{transition-delay:.36s}@media(max-width:900px){.cg-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.cg-grid-3,.cg-grid-2{grid-template-columns:1fr}:root{--section-padding: 60px 20px}.cg-btn{width:100%;text-align:center}}#reading-progress[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0%;height:3px;background:var(--gold);z-index:2000;transition:width .1s linear}.post-hero[data-astro-cid-2q5oecfc]{position:relative;width:100%;height:clamp(380px,55vw,600px);overflow:hidden;background:var(--navy)}.post-hero-img[data-astro-cid-2q5oecfc]{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.6)}.post-hero-placeholder[data-astro-cid-2q5oecfc]{width:100%;height:100%;background:linear-gradient(135deg,#0f1c32,#1a2a44 60%,#243650)}.post-hero-overlay[data-astro-cid-2q5oecfc]{position:absolute;inset:0;background:linear-gradient(to bottom,#1a2a440d,#1a2a4426 40%,#1a2a44bf 75%,#1a2a44f7)}.post-hero-content[data-astro-cid-2q5oecfc]{position:absolute;bottom:0;right:0;padding:clamp(32px,5vw,64px) clamp(20px,5vw,48px) 48px;max-width:860px;margin:0 auto;width:100%;box-sizing:border-box;left:50%;transform:translate(-50%)}.breadcrumb[data-astro-cid-2q5oecfc]{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:13px;color:#ffffff80}.breadcrumb[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#ffffff80;text-decoration:none;transition:color .2s}.breadcrumb[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{color:var(--gold)}.breadcrumb-sep[data-astro-cid-2q5oecfc]{color:#ffffff40;font-size:11px}.category-badge[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-heading);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--navy);background:var(--gold);padding:5px 12px;border-radius:4px;margin-bottom:18px}.post-title[data-astro-cid-2q5oecfc]{font-family:var(--font-heading);font-size:clamp(26px,4.5vw,52px);font-weight:800;line-height:1.12;color:#fff;margin-bottom:20px;letter-spacing:-.02em}.post-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.meta-author[data-astro-cid-2q5oecfc]{display:flex;align-items:center;gap:10px}.meta-avatar[data-astro-cid-2q5oecfc]{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(201,168,76,.5)}.meta-author-info[data-astro-cid-2q5oecfc]{display:flex;flex-direction:column;gap:1px}.meta-author-name[data-astro-cid-2q5oecfc]{font-size:14px;font-weight:600;color:#ffffffe6;line-height:1}.meta-author-role[data-astro-cid-2q5oecfc]{font-size:12px;color:#ffffff73;line-height:1}.meta-sep[data-astro-cid-2q5oecfc]{color:#fff3;font-size:18px;line-height:1}.meta-date[data-astro-cid-2q5oecfc],.meta-read[data-astro-cid-2q5oecfc]{font-size:13px;color:#ffffff80}.article-wrap[data-astro-cid-2q5oecfc]{max-width:760px;margin:0 auto;padding:64px 24px 40px}.prose[data-astro-cid-2q5oecfc]{font-family:var(--font-body);font-size:18px;line-height:1.82;color:#2d3748}.prose[data-astro-cid-2q5oecfc]>[data-astro-cid-2q5oecfc]+[data-astro-cid-2q5oecfc]{margin-top:1.6em}.prose[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{margin:0 0 1.6em}.prose[data-astro-cid-2q5oecfc] h2[data-astro-cid-2q5oecfc]{font-family:var(--font-heading);font-size:clamp(22px,3vw,30px);font-weight:800;color:var(--navy);line-height:1.2;margin:2.4em 0 .6em;padding-bottom:.4em;border-bottom:2px solid #edf2f7;letter-spacing:-.01em}.prose[data-astro-cid-2q5oecfc] h2[data-astro-cid-2q5oecfc]:first-child{margin-top:0}.prose[data-astro-cid-2q5oecfc] h3[data-astro-cid-2q5oecfc]{font-family:var(--font-heading);font-size:clamp(18px,2.2vw,22px);font-weight:700;color:var(--navy);line-height:1.3;margin:2em 0 .5em}.prose[data-astro-cid-2q5oecfc] strong[data-astro-cid-2q5oecfc]{color:var(--navy);font-weight:600}.prose[data-astro-cid-2q5oecfc] em[data-astro-cid-2q5oecfc]{font-style:italic}.prose[data-astro-cid-2q5oecfc] ul[data-astro-cid-2q5oecfc],.prose[data-astro-cid-2q5oecfc] ol[data-astro-cid-2q5oecfc]{padding-left:1.5em;margin:0 0 1.6em}.prose[data-astro-cid-2q5oecfc] li[data-astro-cid-2q5oecfc]{margin-bottom:.5em;line-height:1.75}.prose[data-astro-cid-2q5oecfc] li[data-astro-cid-2q5oecfc]::marker{color:var(--gold)}.prose[data-astro-cid-2q5oecfc] ol[data-astro-cid-2q5oecfc] li[data-astro-cid-2q5oecfc]::marker{color:var(--gold);font-weight:600}.prose[data-astro-cid-2q5oecfc] blockquote[data-astro-cid-2q5oecfc]{position:relative;margin:2.4em -8px;padding:28px 32px 28px 40px;background:linear-gradient(135deg,#fdf8ee,#fef9f0);border-left:4px solid var(--gold);border-radius:0 10px 10px 0}.prose[data-astro-cid-2q5oecfc] blockquote[data-astro-cid-2q5oecfc]:before{content:"“";position:absolute;top:8px;left:12px;font-size:56px;line-height:1;color:var(--gold);font-family:Georgia,serif;opacity:.6}.prose[data-astro-cid-2q5oecfc] blockquote[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{margin:0;font-size:19px;font-style:italic;color:var(--navy);line-height:1.65;font-weight:500}.prose[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#8b6914;text-decoration:underline;text-decoration-color:#c9a84c73;text-underline-offset:3px;transition:color .2s,text-decoration-color .2s}.prose[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{color:var(--gold-dark);text-decoration-color:var(--gold)}.prose[data-astro-cid-2q5oecfc] hr[data-astro-cid-2q5oecfc]{border:none;height:1px;background:linear-gradient(to right,transparent,var(--border),transparent);margin:2.4em 0}.prose[data-astro-cid-2q5oecfc] code[data-astro-cid-2q5oecfc]{font-size:15px;background:#f0f4f8;padding:2px 6px;border-radius:4px;color:#1a2a44}.article-divider[data-astro-cid-2q5oecfc]{max-width:760px;margin:0 auto;padding:0 24px}.article-divider[data-astro-cid-2q5oecfc] hr[data-astro-cid-2q5oecfc]{border:none;height:1px;background:linear-gradient(to right,transparent,#e2e8f0,transparent)}.author-card[data-astro-cid-2q5oecfc]{max-width:760px;margin:0 auto;padding:40px 24px;display:flex;align-items:flex-start;gap:20px}.author-card-avatar[data-astro-cid-2q5oecfc]{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid var(--gold)}.author-card-label[data-astro-cid-2q5oecfc]{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:4px}.author-card-name[data-astro-cid-2q5oecfc]{font-family:var(--font-heading);font-size:18px;font-weight:700;color:var(--navy);margin-bottom:4px}.author-card-bio[data-astro-cid-2q5oecfc]{font-size:14px;color:var(--gray);line-height:1.6;max-width:480px}.post-cta[data-astro-cid-2q5oecfc]{background:var(--navy);padding:72px 24px;text-align:center;position:relative;overflow:hidden}.post-cta[data-astro-cid-2q5oecfc]:before{content:"";position:absolute;top:-80px;right:-80px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.12) 0%,transparent 70%)}.post-cta[data-astro-cid-2q5oecfc]:after{content:"";position:absolute;bottom:-60px;left:-60px;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.08) 0%,transparent 70%)}.post-cta-inner[data-astro-cid-2q5oecfc]{max-width:600px;margin:0 auto;position:relative;z-index:1}.post-cta-label[data-astro-cid-2q5oecfc]{font-family:var(--font-heading);font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.post-cta-title[data-astro-cid-2q5oecfc]{font-family:var(--font-heading);font-size:clamp(24px,3.5vw,36px);font-weight:800;color:#fff;line-height:1.2;margin-bottom:16px}.post-cta-sub[data-astro-cid-2q5oecfc]{font-size:16px;color:#ffffffa6;line-height:1.7;margin-bottom:36px}.post-cta-gold-line[data-astro-cid-2q5oecfc]{width:48px;height:3px;background:var(--gold);border-radius:2px;margin:0 auto 28px}@media(max-width:768px){.post-hero-content[data-astro-cid-2q5oecfc]{padding:24px 20px 36px}.article-wrap[data-astro-cid-2q5oecfc]{padding:48px 20px 32px}.author-card[data-astro-cid-2q5oecfc]{padding:32px 20px;flex-direction:column;gap:14px}.prose[data-astro-cid-2q5oecfc] blockquote[data-astro-cid-2q5oecfc]{margin:2em 0;padding:22px 24px 22px 32px}.prose[data-astro-cid-2q5oecfc] blockquote[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{font-size:17px}.post-cta[data-astro-cid-2q5oecfc]{padding:56px 20px}.meta-sep[data-astro-cid-2q5oecfc]{display:none}.meta-date[data-astro-cid-2q5oecfc],.meta-read[data-astro-cid-2q5oecfc]{font-size:12px}}
