.bv2-root{--orange:#fe6d31;--orange-h:#e85a1e;--orange-tint:#f5f7f8;--orange-subtle:#ffcfb8;--orange-deep:#c94e14;--blue:#24b8ff;--blue-tint:#ebf8ff;--yellow:#f5c842;--pink:#f5a0c8;--green:#4caf7d;--green-tint:#edfaf3;--cream:#f5f7f8;--cream-2:#eef1f3;--cream-3:#e4e8eb;--warm:#fafaf8;--surf:#f5f3ef;--surf-2:#edeae4;--ink:#1c1917;--ink-2:#44403c;--ink-3:#78716c;--ink-4:#a8a29e;--border:#e7e4df;--border-2:#d4cfc8;--ff-d:var(--font-heading),"DM Serif Display",Georgia,serif;--ff-b:var(--font-body),"Poppins",system-ui,sans-serif;--container:1160px;--gutter:clamp(20px,5vw,48px);--sp-section:clamp(56px,8vw,88px);--r-md:14px;--r-lg:20px;--r-xl:28px;--r-pill:100px;--shadow-card:0 10px 28px -12px rgba(28,25,23,.14)}.bv2-root *,.bv2-root :after,.bv2-root :before{box-sizing:border-box;margin:0;padding:0}.bv2-root{scroll-behavior:smooth;font-family:var(--ff-b);background:var(--warm);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased}.bv2-root img{max-width:100%;display:block}.bv2-root .wrap{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.bv2-root .sr{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.bv2-root .sr.in{opacity:1;transform:none}.bv2-root .sr-l{opacity:0;transform:translateX(-28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.bv2-root .sr-l.in{opacity:1;transform:none}.bv2-root .d1{transition-delay:.1s}.bv2-root .d2{transition-delay:.2s}.bv2-root .d3{transition-delay:.3s}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.bv2-root nav{position:fixed;top:0;left:0;right:0;z-index:200;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--gutter);background:hsla(60,17%,98%,.93);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid transparent;transition:border-color .25s}.bv2-root nav.scrolled{border-color:var(--border)}.bv2-root .nav-logo{text-decoration:none;display:flex;align-items:center}.bv2-root .nav-logo img{height:30px;width:auto}.bv2-root .nav-center{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:2px}.bv2-root .nav-link{font-size:13px;color:var(--ink-3);text-decoration:none;padding:6px 14px;border-radius:6px;transition:background .15s,color .15s}.bv2-root .nav-link:hover{background:var(--surf);color:var(--ink)}.bv2-root .nav-link.active{color:var(--orange);background:var(--orange-tint)}.bv2-root .nav-right{display:flex;gap:8px;align-items:center}.bv2-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-family:var(--ff-b);font-weight:500;border-radius:8px;cursor:pointer;text-decoration:none;border:none;transition:all .18s cubic-bezier(.22,1,.36,1);white-space:nowrap}.bv2-root .btn:active{transform:scale(.97)}.bv2-root .btn-sm{font-size:13px;padding:7px 16px}.bv2-root .btn-md{font-size:14px;padding:10px 22px}.bv2-root .btn-primary{background:var(--orange);color:#fff}.bv2-root .btn-primary:hover{background:var(--orange-h);box-shadow:0 6px 20px rgba(254,109,49,.3)}.bv2-root .btn-ghost{background:transparent;color:var(--ink-3)}.bv2-root .btn-ghost:hover{background:var(--surf);color:var(--ink)}.bv2-root .label-tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:16px}.bv2-root .label-tag:before{content:"";width:16px;height:1.5px;background:var(--orange)}.bv2-root .blog-hero{padding:clamp(88px,11vw,112px) var(--gutter) clamp(32px,4vw,44px);background:var(--warm);position:relative;overflow:hidden}.bv2-root .blog-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 0 40%,#ffede0 0,transparent 60%),radial-gradient(ellipse 40% 40% at 100% 10%,#ebf8ff 0,transparent 55%);pointer-events:none}.bv2-root .blog-hero-inner{position:relative;z-index:1;max-width:var(--container);margin:0 auto}.bv2-root .blog-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--orange);background:hsla(0,0%,100%,.9);border:1px solid var(--orange-subtle);padding:6px 15px;border-radius:var(--r-pill);margin-bottom:24px;animation:fadeUp .5s ease both}.bv2-root .blog-hero-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);animation:pulse 2s ease-in-out infinite}.bv2-root .blog-hero-title{font-family:var(--ff-d);font-size:clamp(34px,4.5vw,56px);font-weight:400;line-height:1.04;letter-spacing:-.025em;color:var(--ink);margin-bottom:14px;max-width:820px;animation:fadeUp .6s ease .08s both;text-wrap:pretty}.bv2-root .blog-hero-title em{font-style:italic;color:var(--orange)}.bv2-root .blog-hero-sub{font-size:clamp(15px,1.6vw,17px);font-weight:300;color:var(--ink-3);line-height:1.55;max-width:560px;margin:0;animation:fadeUp .6s ease .16s both;text-wrap:pretty}.bv2-root .blog-hero-closing{display:block;margin-top:14px;font-family:var(--ff-d);font-style:italic;font-size:inherit;color:var(--ink-2);text-wrap:balance}.bv2-root .blog-intro{display:none}.bv2-root .s-latest{padding:clamp(40px,6vw,64px) var(--gutter);background:var(--warm);border-top:1px solid var(--border)}.bv2-root .latest-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:clamp(24px,3vw,32px);max-width:var(--container);margin-left:auto;margin-right:auto}.bv2-root .latest-header-title{font-family:var(--ff-d);font-size:clamp(22px,2.6vw,28px);font-weight:400;letter-spacing:-.02em;color:var(--ink);margin:0}.bv2-root .latest-header-title em{font-style:italic;color:var(--orange)}.bv2-root .latest-header-sub{font-size:13px;color:var(--ink-4);margin-top:4px}.bv2-root .latest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,24px);max-width:var(--container);margin:0 auto}.bv2-root .post-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;flex-direction:column}.bv2-root .post-card:hover{border-color:var(--orange-subtle);transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.08)}.bv2-root .post-card-img{width:100%;aspect-ratio:16/10;min-height:180px;overflow:hidden;position:relative;background:var(--surf-2)}.bv2-root .post-card-img img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .4s ease}.bv2-root .post-card:hover .post-card-img img{transform:scale(1.04)}.bv2-root .post-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bv2-root .post-card-body{padding:24px;display:flex;flex-direction:column;flex:1}.bv2-root .post-cat{gap:5px;color:var(--orange);background:var(--orange-tint);border:1px solid var(--orange-subtle);padding:3px 10px}.bv2-root .post-title{font-family:var(--ff-d);font-size:20px;color:var(--ink);line-height:1.25;margin-bottom:8px}.bv2-root .post-title em{font-style:italic;color:var(--orange)}.bv2-root .post-summary{font-size:13px;font-weight:300;color:var(--ink-3);line-height:1.65;flex:1;margin-bottom:16px}.bv2-root .post-tags{display:flex;flex-wrap:wrap;gap:6px}.bv2-root .post-tag{font-size:11px;font-weight:400;color:var(--ink-4);background:var(--surf);border:1px solid var(--border);padding:3px 10px;border-radius:100px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.bv2-root .post-tag:hover{background:var(--orange-tint);color:var(--orange);border-color:var(--orange-subtle)}.bv2-root .s-latest .post-card .post-card-img{aspect-ratio:16/11}.bv2-root .s-latest .post-card .post-card-body{padding:18px 20px}.bv2-root .s-latest .post-title{font-size:17px;line-height:1.3}.bv2-root .s-latest .post-summary{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bv2-root .post-card-meta{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--ink-4);margin-top:10px}.bv2-root .post-card-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--border-2)}.bv2-root .s-categories{padding:0 var(--gutter) clamp(24px,3vw,36px);background:var(--warm);position:static;top:auto;z-index:auto}.bv2-root .s-categories .wrap{padding-inline:0}.bv2-root .cat-bar{border-top:1px solid var(--border);padding-top:clamp(18px,3vw,24px);display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap}.bv2-root .cat-bar::-webkit-scrollbar{display:none}.bv2-root .cat-btn{flex-shrink:0;font-size:12px;font-weight:500;color:var(--ink-3);background:transparent;border:1px solid var(--border);padding:6px 16px;border-radius:var(--r-pill);cursor:pointer;transition:all .15s;white-space:nowrap}.bv2-root .cat-btn:hover{border-color:var(--ink-4);color:var(--ink)}.bv2-root .cat-btn.active{background:var(--orange);color:#fff;border-color:var(--orange)}.bv2-root .s-grid{padding:clamp(32px,4vw,48px) var(--gutter) clamp(64px,8vw,96px);background:var(--warm)}.bv2-root .s-grid .wrap{padding-inline:0}.bv2-root .blog-grid{column-count:3;column-gap:clamp(16px,2vw,24px);max-width:var(--container);margin:0 auto}.bv2-root .blog-grid-item{break-inside:avoid;margin-bottom:clamp(16px,2vw,24px)}.bv2-root .blog-grid .cat-header-card{display:none}.bv2-root .post-card-sm .post-card-img{aspect-ratio:16/9}.bv2-root .post-card-md .post-card-img{aspect-ratio:4/3}.bv2-root .post-card-tall .post-card-img{aspect-ratio:3/4}.bv2-root .post-card-wide .post-card-img{aspect-ratio:3/2}.bv2-root .post-card-wide .post-title{font-size:21px}.bv2-root .cat-header-card{background:var(--ink);border-radius:var(--r-lg);padding:clamp(22px,3vw,30px) clamp(22px,3vw,28px);break-inside:avoid;cursor:pointer;transition:transform .2s,box-shadow .2s}.bv2-root .cat-header-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card)}.bv2-root .cat-header-card.alt{background:var(--orange-tint);border:1px solid var(--orange-subtle)}.bv2-root .cat-header-card.surf{background:var(--surf);border:1px solid var(--border)}.bv2-root .chc-label{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(254,109,49,.7);margin-bottom:12px}.bv2-root .chc-title{font-family:var(--ff-d);font-size:22px;color:#fff;line-height:1.2;margin-bottom:10px;font-weight:400}.bv2-root .chc-title em{font-style:italic;color:var(--orange)}.bv2-root .cat-header-card.alt .chc-title{color:var(--ink)}.bv2-root .cat-header-card.alt .chc-label{color:var(--ink-3)}.bv2-root .cat-header-card.surf .chc-title{color:var(--ink)}.bv2-root .cat-header-card.surf .chc-label{color:var(--ink-3)}.bv2-root .chc-desc{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.5);line-height:1.7}.bv2-root .cat-header-card.alt .chc-desc,.bv2-root .cat-header-card.surf .chc-desc{color:var(--ink-3)}.bv2-root .s-featured-post{padding:clamp(32px,4vw,48px) var(--gutter) clamp(40px,5vw,56px);background:var(--warm)}.bv2-root .featured-post{display:grid;grid-template-columns:1.35fr 1fr;gap:clamp(28px,4vw,56px);align-items:center;max-width:var(--container);margin:0 auto;text-decoration:none;color:inherit;cursor:pointer}.bv2-root .featured-post-img{aspect-ratio:16/11;min-height:280px;border-radius:var(--r-xl);overflow:hidden;background:var(--surf-2);position:relative;transition:transform .3s ease}.bv2-root .featured-post:hover .featured-post-img{transform:translateY(-3px)}.bv2-root .featured-post-img img,.bv2-root .featured-post-img svg{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;min-width:100%;min-height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1)}.bv2-root .featured-post:hover .featured-post-img img{transform:scale(1.03)}.bv2-root .featured-post-content{display:flex;flex-direction:column;gap:16px}.bv2-root .featured-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--ink-4)}.bv2-root .featured-badge{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);background:var(--orange-tint);border:1px solid var(--orange-subtle);padding:4px 12px;border-radius:var(--r-pill)}.bv2-root .featured-badge-dot{width:5px;height:5px;border-radius:50%;background:var(--orange);animation:pulse 2s ease-in-out infinite}.bv2-root .featured-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--border-2)}.bv2-root .featured-post-title{font-family:var(--ff-d);font-size:clamp(26px,3.4vw,42px);line-height:1.08;letter-spacing:-.02em;color:var(--ink);font-weight:400;margin:0}.bv2-root .featured-post-title em{font-style:italic;color:var(--orange)}.bv2-root .featured-post-summary{font-size:16px;font-weight:300;color:var(--ink-3);line-height:1.7;margin:0}.bv2-root .featured-read{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--orange);margin-top:4px}.bv2-root .featured-read svg{transition:transform .2s}.bv2-root .featured-post:hover .featured-read svg{transform:translateX(3px)}.bv2-root .s-categories-row{padding:clamp(48px,7vw,72px) var(--gutter) clamp(24px,3vw,36px);background:var(--warm)}.bv2-root .cat-row-header{max-width:var(--container);margin:0 auto clamp(20px,3vw,28px);display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap}.bv2-root .cat-row-title{font-family:var(--ff-d);font-size:clamp(22px,2.6vw,28px);font-weight:400;letter-spacing:-.02em;color:var(--ink);margin:0}.bv2-root .cat-row-title em{font-style:italic;color:var(--orange)}.bv2-root .cat-row-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,2vw,20px);max-width:var(--container);margin:0 auto}.bv2-root .cat-row-grid .cat-header-card{margin-bottom:0}.bv2-root .reading-pill{break-inside:avoid;padding:clamp(24px,3vw,32px);background:var(--ink);border-radius:var(--r-lg);color:#fff}.bv2-root .reading-pill-eye{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:14px;display:flex;align-items:center;gap:8px}.bv2-root .reading-pill-eye:before{content:"";width:14px;height:1.5px;background:var(--orange)}.bv2-root .reading-pill-text{font-family:var(--ff-d);font-style:italic;font-size:clamp(16px,2vw,19px);line-height:1.4;color:hsla(0,0%,100%,.88);margin:0}.bv2-root .s-blog-closing{padding:clamp(56px,7vw,80px) var(--gutter);background:var(--surf);border-top:1px solid var(--border);text-align:center}.bv2-root .blog-closing-text{font-family:var(--ff-d);font-size:clamp(26px,3.5vw,40px);font-weight:400;line-height:1.15;letter-spacing:-.02em;color:var(--ink);max-width:560px;margin:0 auto 8px;text-wrap:balance}.bv2-root .blog-closing-text em{font-style:italic;color:var(--orange)}.bv2-root .blog-closing-sub{font-size:15px;font-weight:300;color:var(--ink-4);margin-top:8px}.bv2-root footer{background:var(--ink);border-top:1px solid hsla(0,0%,100%,.07);padding:clamp(40px,6vw,56px) 0 clamp(24px,4vw,32px)}.bv2-root footer .wrap{padding-inline:var(--gutter)}.bv2-root .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:28px}.bv2-root .footer-brand{margin-bottom:12px}.bv2-root .footer-brand img{height:28px;width:auto;filter:brightness(0) invert(1);opacity:.85}.bv2-root .footer-tagline{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.35);line-height:1.9;font-style:italic}.bv2-root .footer-about{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.22);margin-top:14px;line-height:1.8}.bv2-root .footer-col-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.25);margin-bottom:14px}.bv2-root .footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}.bv2-root .footer-links a{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.45);text-decoration:none;transition:color .15s}.bv2-root .footer-links a:hover{color:hsla(0,0%,100%,.85)}.bv2-root .footer-bottom{display:flex;align-items:center;justify-content:space-between}.bv2-root .footer-copy{font-size:12px;color:hsla(0,0%,100%,.22)}.bv2-root .footer-legal{display:flex;gap:20px}.bv2-root .footer-legal a{font-size:12px;color:hsla(0,0%,100%,.22);text-decoration:none}.bv2-root .footer-legal a:hover{color:hsla(0,0%,100%,.5)}.bv2-root @media(max-width: 1024px){.bv2-root .nav-center{display:none}.bv2-root .featured-post{grid-template-columns:1fr;gap:24px}.bv2-root .featured-post-img{aspect-ratio:16/10}.bv2-root .cat-row-grid,.bv2-root .latest-grid{grid-template-columns:repeat(2,1fr)}.bv2-root .blog-grid{column-count:2}.bv2-root .footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:640px){.bv2-root nav{padding:0 16px;height:56px}.bv2-root .nav-right .btn-ghost{display:none}.bv2-root .blog-hero{padding-top:72px}.bv2-root .blog-hero-title{font-size:clamp(28px,8vw,38px)}.bv2-root .cat-row-grid,.bv2-root .latest-grid{grid-template-columns:1fr}.bv2-root .featured-post-title{font-size:clamp(24px,7vw,32px)}.bv2-root .blog-grid{column-count:1}.bv2-root .footer-grid{grid-template-columns:1fr;gap:28px}.bv2-root .footer-bottom{flex-direction:column;align-items:flex-start;gap:14px}}@media (prefers-reduced-motion:reduce){.bv2-root *,.bv2-root :after,.bv2-root :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.bv2-root .post-cat{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:4px 11px;border-radius:100px;margin-bottom:12px;width:fit-content;border:1px solid transparent}.bv2-root .post-cat svg{opacity:.8;flex-shrink:0}.bv2-root .cat-btn{display:inline-flex;align-items:center;gap:6px}.bv2-root .cat-btn svg{opacity:.55;flex-shrink:0}.bv2-root .cat-btn[data-cat]:hover{background:var(--ct);border-color:var(--cb);color:var(--ctx)}.bv2-root .cat-btn[data-cat].active{background:var(--cc);border-color:var(--cc);color:#fff}.bv2-root .cat-btn[data-cat].active svg,.bv2-root .cat-btn[data-cat]:hover svg{opacity:1}.bv2-root .chc-icon{position:absolute;right:18px;bottom:14px;pointer-events:none}.bv2-root .chc-icon svg{width:68px;height:68px;opacity:.1}.bv2-root .cat-header-card{position:relative;overflow:hidden}.bv2-root .cat-header-card:first-child{background:#fe6d31!important;border:none!important}.bv2-root .cat-header-card:first-child .chc-desc,.bv2-root .cat-header-card:first-child .chc-label{color:hsla(0,0%,100%,.65)!important}.bv2-root .cat-header-card:first-child .chc-title{color:#fff!important}.bv2-root .cat-header-card:nth-child(2){background:#e8b91f!important;border:none!important}.bv2-root .cat-header-card:nth-child(2) .chc-desc,.bv2-root .cat-header-card:nth-child(2) .chc-label{color:hsla(0,0%,100%,.75)!important}.bv2-root .cat-header-card:nth-child(2) .chc-title,.bv2-root .cat-header-card:nth-child(2) .chc-title em,.bv2-root .cat-header-card:nth-child(3) .chc-title em{color:#fff!important}.bv2-root .cat-header-card:nth-child(3){background:#24b8ff!important;border:none!important}.bv2-root .cat-header-card:nth-child(3) .chc-desc,.bv2-root .cat-header-card:nth-child(3) .chc-label{color:hsla(0,0%,100%,.65)!important}.bv2-root .cat-header-card:nth-child(3) .chc-title{color:#fff!important}.bv2-root .blog-hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}.bv2-root .blog-hero-text{min-width:0}.bv2-root .blog-hero-photos{position:relative;aspect-ratio:5/4;width:100%}.bv2-root .bhp-card{position:absolute;border-radius:18px;overflow:hidden;box-shadow:0 18px 44px -16px rgba(28,25,23,.18);background:var(--cream-2)}.bv2-root .bhp-card img{width:100%;height:100%;object-fit:cover}.bv2-root .bhp-1{width:62%;aspect-ratio:4/5;top:0;right:18%;transform:rotate(-3deg);z-index:1}.bv2-root .bhp-2{width:55%;aspect-ratio:4/3;bottom:0;right:0;transform:rotate(4deg);z-index:2}@media (max-width:900px){.bv2-root .blog-hero-grid{grid-template-columns:1fr;gap:32px}.bv2-root .blog-hero-photos{max-width:420px;margin:0 auto}}