.post-layout{grid-template-columns:1fr;gap:3rem;max-width:1100px;margin:0 auto;padding:3rem 1.5rem 5rem;display:grid}.post-content-wrapper{min-width:0}.post-main-image-wrapper{aspect-ratio:16/9;border-radius:var(--radius-lg);background:#000;width:100%;margin-bottom:2.5rem;overflow:hidden;box-shadow:0 8px 32px #00000014}.post-main-image{object-fit:cover;width:100%;height:100%}@media (min-width:1024px){.post-layout{grid-template-columns:1fr 310px;gap:4.5rem;padding:4rem 3rem 5rem}}.post-sidebar{display:none}@media (min-width:1024px){.post-sidebar{display:block}}.sidebar-link:hover{color:#ffffffbf!important}.back-link:hover{color:#fffc!important}.post-footer-section{background:var(--off-white);border-radius:var(--radius-lg);border-left:3px solid var(--gold);padding:2rem}.post-content{color:#0d0631d1;font-size:1.0625rem;line-height:1.85}.post-content>p:first-child{color:#0d0631e6;border-left:3px solid var(--gold);margin-bottom:2rem;padding-left:1rem;font-size:1.125rem;font-weight:450;line-height:1.8}.post-content p{margin-bottom:1.5rem}.post-content p:last-child{margin-bottom:0}.post-content h2{letter-spacing:-.02em;color:var(--navy-dark);border-bottom:2px solid #f9c40080;margin:3rem 0 1rem;padding-bottom:.625rem;font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:900;line-height:1.2}.post-content h2:first-child{margin-top:0}.post-content h3{color:var(--navy-dark);align-items:center;gap:.5rem;margin:2rem 0 .625rem;font-size:1.0625rem;font-weight:800;display:flex}.post-content h3:before{content:"";background:var(--gold);border-radius:2px;flex-shrink:0;width:4px;height:1em;display:inline-block}.post-content a{color:var(--navy-mid);text-underline-offset:3px;word-break:break-word;font-weight:600;-webkit-text-decoration:underline #0a1f8f40;text-decoration:underline #0a1f8f40;transition:color .18s,text-decoration-color .18s}.post-content a:hover{color:var(--navy-dark);-webkit-text-decoration-color:var(--navy-dark);text-decoration-color:var(--navy-dark)}.post-content strong{color:var(--navy-dark);font-weight:700}.post-content em{color:#0d0631bf;font-style:italic}.post-content ul,.post-content ol{flex-direction:column;gap:.5rem;margin:1.25rem 0 1.75rem;padding-left:0;list-style:none;display:flex}.post-content ul li,.post-content ol li{color:#0d0631c7;padding-left:1.75rem;font-size:1rem;line-height:1.72;position:relative}.post-content ul li:before{content:"";background:var(--gold);border-radius:50%;width:7px;height:7px;position:absolute;top:.65em;left:0}.post-content ol{counter-reset:ol-counter}.post-content ol li{counter-increment:ol-counter}.post-content ol li:before{content:counter(ol-counter) ".";color:var(--navy-mid);font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:800;line-height:1.72;position:absolute;top:0;left:0}.post-content blockquote{border-left:4px solid var(--gold);border-radius:0 var(--radius) var(--radius) 0;color:var(--navy-dark);background:#f9c4000f;margin:2rem 0;padding:1.25rem 1.5rem 1.25rem 1.75rem;font-size:1.0625rem;font-style:italic;position:relative}.post-content blockquote:before{content:"“";color:var(--gold);opacity:.4;font-size:3rem;font-style:normal;line-height:1;position:absolute;top:-.25rem;left:1rem}.post-content .callout{border:1px solid #0a1f8f1f;border-left:4px solid var(--navy-mid);border-radius:0 var(--radius) var(--radius) 0;color:var(--navy-dark);background:#0a1f8f0d;margin:2rem 0;padding:1.375rem 1.5rem;font-size:.9375rem;line-height:1.72}.post-content .callout strong{color:var(--navy-mid)}.post-content hr{background:linear-gradient(90deg,#0000,#0d06311f,#0000);border:none;height:1px;margin:2.5rem 0}.post-content code{color:var(--navy-mid);background:#0d06310f;border:1px solid #0d063114;border-radius:4px;padding:.15em .45em;font-family:Menlo,Consolas,monospace;font-size:.875em}.related-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px);border-color:var(--navy-mid)!important}
