.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.hamburger span{display:block;width:22px;height:2px;background:#000;transition:all 0.3s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:36px}.mobile-menu.open{display:flex}.mobile-menu a{font-size:22px;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;text-decoration:none;color:#fff}.mobile-menu a:hover{color:#888}.mobile-menu .mob-cta{font-size:12px;font-weight:600;letter-spacing:0.2em;color:#000;background:#fff;padding:16px 36px;margin-top:16px}.mobile-menu-close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;padding:4px}.mobile-menu-close span{display:block;width:24px;height:2px;background:#fff}.mobile-menu-close span:first-child{transform:rotate(45deg) translateY(1px)}.mobile-menu-close span:last-child{transform:rotate(-45deg) translateY(-1px)}@media(max-width:900px){.nav-links{display:none !important}.hamburger{display:flex !important}}nav{background:rgba(255,255,255,0.97) !important;border-bottom:1px solid #e8e8e8 !important}.nav-logo{color:#000 !important}.nav-links a:hover{color:#000 !important}.hamburger span{background:#000 !important}.nav-cta{color:#fff !important;background:#000 !important}.post-hero{background:var(--black);padding:140px 48px 80px;position:relative;overflow:hidden}.post-hero-inner{max-width:780px;margin:0 auto;position:relative;z-index:2}.post-meta{display:flex;align-items:center;gap:16px;margin-bottom:32px;flex-wrap:wrap}.post-tag{font-size:9px;font-weight:700;letter-spacing:0.22em;text-transform:uppercase;background:#fff;color:#000;padding:5px 12px}.post-read-time,.post-date{font-size:11px;color:#555;letter-spacing:0.08em}.post-hero h1{font-size:clamp(36px,5.5vw,72px);font-weight:900;line-height:1.0;color:#fff;text-transform:uppercase;margin-bottom:24px}.post-hero h1 em{font-style:italic;color:#555}.post-hero-sub{font-size:18px;line-height:1.65;color:#888;max-width:620px}.post-hero-ghost{position:absolute;bottom:-60px;right:-20px;font-size:340px;color:rgba(255,255,255,0.03);line-height:1;pointer-events:none;user-select:none}.post-divider{width:48px;height:2px;background:#333;margin:28px 0}.author-bar{background:#0a0a0a;border-top:1px solid #1a1a1a;border-bottom:1px solid #e8e8e8;padding:20px 48px}.author-bar-inner{max-width:780px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.author-info{display:flex;align-items:center;gap:14px}.author-avatar{width:36px;height:36px;border-radius:50%;background:#222;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;color:#fff;flex-shrink:0;overflow:hidden}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-name{font-size:12px;font-weight:700;color:#fff;letter-spacing:0.08em}.author-title{font-size:11px;color:#555;margin-top:2px}.author-cta{font-size:9px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;text-decoration:none;color:#000;background:#fff;padding:10px 20px;transition:opacity 0.2s;white-space:nowrap}.author-cta:hover{opacity:0.8}.post-body{padding:72px 48px;background:#fff}.post-body-inner{max-width:780px;margin:0 auto}.post-body-inner h2{font-size:clamp(22px,3vw,32px);font-weight:900;text-transform:uppercase;line-height:1.1;margin:56px 0 20px;padding-top:8px;border-top:2px solid #000}.post-body-inner h2:first-child{margin-top:0;border-top:none}.post-body-inner h3{font-size:18px;font-weight:800;text-transform:uppercase;letter-spacing:0.04em;margin:32px 0 12px}.post-body-inner p{font-size:17px;line-height:1.8;color:#333;margin-bottom:24px}.post-body-inner ul{margin:0 0 28px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:10px}.post-body-inner ul li{font-size:16px;line-height:1.7;color:#333;padding-left:22px;position:relative}.post-body-inner ul li::before{content:'--';position:absolute;left:0;color:#888}.post-body-inner strong{font-weight:700;color:#000}.post-body-inner a{color:#000;font-weight:600;text-decoration:underline;text-underline-offset:3px}.post-body-inner a:hover{opacity:0.6}.post-callout{border-left:3px solid #000;background:#f4f4f2;padding:24px 28px;margin:36px 0}.post-callout p{font-size:16px;line-height:1.7;color:#333;margin:0}.post-end-cta{background:#000;padding:52px 48px;margin-top:64px;text-align:center}.post-end-cta h3{font-size:clamp(24px,3.5vw,40px);font-weight:900;color:#fff;text-transform:uppercase;line-height:1.05;margin-bottom:16px}.post-end-cta h3 em{font-style:italic;color:#555}.post-end-cta p{font-size:15px;color:#777;line-height:1.6;margin-bottom:28px;max-width:460px;margin-left:auto;margin-right:auto}.post-end-cta a{display:inline-block;font-size:10px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;text-decoration:none;color:#000;background:#fff;padding:16px 36px;transition:opacity 0.2s}.post-end-cta a:hover{opacity:0.8}.post-back{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;text-decoration:none;color:#555;margin-bottom:48px;transition:color 0.2s}.post-back:hover{color:#000}@media(max-width:900px){.post-hero{padding:120px 24px 60px}.post-body{padding:52px 24px}.author-bar{padding:18px 24px}.post-end-cta{padding:40px 24px;margin-top:48px}.post-hero-ghost{display:none}}.footer-col summary{list-style:none;display:block}.footer-col summary::-webkit-details-marker{display:none}@media(min-width:901px){.footer-col summary{cursor:default;margin-bottom:18px}}@media(max-width:900px){.footer-columns{grid-template-columns:1fr !important;gap:0 !important;padding:32px 24px 0 !important}.footer-col{border-top:1px solid #1a1a1a;padding:0 !important}.footer-col summary{cursor:pointer;padding:18px 36px 18px 0 !important;position:relative;margin-bottom:0 !important;transition:color 0.2s}.footer-col summary:hover{color:#fff !important}.footer-col summary::after{content:"+";display:block;position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:22px;font-weight:300;color:#fff;line-height:1}.footer-col[open] summary::after{content:"−"}.footer-col>a{padding-bottom:14px !important}.footer-col[open]>a:last-of-type{padding-bottom:18px !important}}@media(max-width:600px){.found-text,.found-slot,}@media(prefers-reduced-motion:reduce){}@media(max-width:900px){.footer-bar{flex-direction:column !important;align-items:flex-start !important;padding:24px 20px !important}.footer-bar .footer-icons{flex-wrap:wrap;gap:16px !important}.footer-columns{grid-template-columns:1fr !important;gap:32px !important;padding:40px 20px 0 !important}}.footer-biz-grid a{break-inside:avoid}@media(max-width:900px){.footer-biz{grid-column:auto !important}.footer-biz-grid{column-count:1 !important}}.found-bar{background:#000;font-family:'Figtree',sans-serif;border-bottom:1px solid #1a1a1a}.found-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:11px;padding:17px 24px;flex-wrap:nowrap}.found-text{font-size:19px;font-weight:700;color:#fff;letter-spacing:-.01em}.found-rotator{display:inline-flex;align-items:center;justify-content:flex-start;min-width:172px}.found-slot{display:inline-flex;align-items:center;gap:9px;font-size:19px;font-weight:800;color:#fff;animation:foundIn .5s cubic-bezier(.16,1,.3,1)}.found-slot svg{width:25px;height:25px;flex:0 0 auto;display:block}@keyframes foundIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:700px){.found-inner{flex-wrap:wrap;gap:8px;padding:12px 14px}.found-text,.found-slot{font-size:15px}.found-rotator{min-width:132px}.found-slot svg{width:20px;height:20px}}@media(prefers-reduced-motion:reduce){.found-slot{animation:none}}