:root{--gold:#907731;--gold-2:#907731;--gold-dim:#907731;--bg:#0b0b0c;--bg-1:#0e0e10;--bg-2:#121214;--panel:#171719;--panel-2:#1b1b1e;--line:#303033;--line-soft:#252528;--text:#f2f2f2;--muted:#9a9aa0;--muted-2:#c3c3c7;--ok:#68d083;--bad:#df6868;--warn:#d7ad48;--max:1240px;--radius:14px;--font-sans:'Ubuntu',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.55}body,section,main{min-width:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.shell{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:1000;height:80px;background:rgba(11,11,12,.98);border-bottom:1px solid #252528;backdrop-filter:blur(16px)}.nav-shell{width:min(var(--max),calc(100% - 48px));height:100%;margin:auto;display:flex;align-items:center;justify-content:flex-start;gap:20px}.brand{width:182px;flex:0 0 182px}.brand img{width:172px;height:54px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;gap:4px;margin-left:0;flex:0 1 auto;font-family:var(--font-sans);font-weight:400;font-style:normal}.main-nav a{color:#8e8e8e;font-family:var(--font-sans);font-size:14px;font-weight:400;font-style:normal;padding:12px 15px;border-radius:7px;transition:.18s ease;white-space:nowrap}.main-nav a:hover{color:#fff;background:#111}.main-nav a.active{background:var(--gold);color:#fff}.header-actions{display:flex;align-items:center;gap:10px;position:relative;margin-left:auto}.auth-pill{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid #292929;border-radius:24px;background:#151515;color:#907731;font-size:11px;font-weight:900;letter-spacing:.04em;transition:.18s ease;white-space:nowrap}.auth-pill:hover,.account-nav.open .auth-pill{background:#1a1a1a;border-color:#3a311d;color:#907731}.auth-chevron{font-size:12px;line-height:1;color:#907731}.account-nav{position:relative}.account-dropdown{position:absolute;top:calc(100% + 12px);right:0;min-width:220px;margin:0;padding:8px;list-style:none;background:#0f0f0f;border:1px solid #292929;border-radius:10px;box-shadow:0 22px 55px rgba(0,0,0,.5);opacity:0;visibility:hidden;transform:translateY(8px);transition:.16s ease}.account-dropdown li+li{margin-top:4px}.account-dropdown a{display:flex;align-items:center;padding:11px 12px;border-radius:8px;color:#b4b4b4;font-size:12px}.account-dropdown a:hover{background:#141414;color:#fff}.account-nav.open .account-dropdown,.account-nav:focus-within .account-dropdown{opacity:1;visibility:visible;transform:none}.menu-toggle{display:none;background:none;border:0;padding:8px;margin-left:auto}.menu-toggle span{display:block;width:25px;height:2px;background:#ddd;margin:5px}.legacy-hero{position:relative;background:#0d0d0e;border-bottom:1px solid #232326}.legacy-hero img{width:100%;height:auto;max-height:calc(100vh - 80px);min-height:560px;object-fit:cover;object-position:center center}.legacy-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:80px;background:linear-gradient(transparent,#0b0b0c)}.live-ticker{background:#101012;border-bottom:1px solid #232326;overflow:hidden}.ticker-shell{width:min(var(--max),calc(100% - 48px));margin:auto;min-height:72px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:22px}.ticker-label{display:flex;align-items:center;gap:10px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.pulse{width:8px;height:8px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 5px rgba(104,208,131,.08);animation:pulse 2s infinite}.ticker-track{overflow:hidden;white-space:nowrap;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.ticker-items{display:inline-flex;gap:34px;animation:marquee 28s linear infinite;padding-left:30px}.ticker-item{font-size:12px;color:#9b9b9b}.ticker-item b{color:#d8d8d8;margin-right:7px}.ticker-item em{font-style:normal;color:var(--gold-2);font-weight:800}.ticker-clock{font:700 12px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--gold-2);letter-spacing:.05em}.section{padding:88px 0;background:var(--bg)}.section:nth-of-type(even){background:var(--bg-1)}.section+.section{border-top:1px solid var(--line-soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:34px}.section-copy{max-width:760px}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-2)}.section h2,.page-hero h1{font-size:clamp(35px,4.2vw,54px);line-height:1.04;letter-spacing:-.045em;margin:9px 0 12px}.section-head p{margin:0;color:var(--muted);font-size:15px;line-height:1.75;max-width:650px}.section-link{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-2);white-space:nowrap}.control-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.project-card{grid-column:span 4;position:relative;min-height:315px;overflow:hidden;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:26px;display:flex;flex-direction:column;isolation:isolate;transition:.24s ease}.project-card:nth-child(-n+2){grid-column:span 6;min-height:370px}.project-card:hover{transform:translateY(-4px);border-color:#3a3423;box-shadow:0 24px 70px rgba(0,0,0,.32)}.project-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.15;filter:grayscale(1);z-index:-2}.project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(10,10,10,.55),rgba(10,10,10,.98) 78%);z-index:-1}.project-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.project-icon{width:50px;height:50px;border:1px solid #43391f;background:#17140c;color:var(--gold-2);display:grid;place-items:center;border-radius:10px;font-weight:900;font-size:20px}.project-status{font-size:10px;color:#777;letter-spacing:.12em;text-transform:uppercase}.project-status b{display:block;margin-top:5px;color:#bbb;font-size:11px}.project-status b.online{color:var(--ok)}.project-status b.offline{color:var(--bad)}.project-card .meta{margin-top:28px}.meta{font-size:10px;color:var(--gold-2);font-weight:900;letter-spacing:.14em;text-transform:uppercase}.project-card h3{font-size:27px;line-height:1.1;margin:9px 0 10px}.project-card p{margin:0;color:#929292;font-size:14px;line-height:1.7;max-width:560px}.metrics{display:flex;gap:8px;flex-wrap:wrap;margin-top:17px}.metric{border:1px solid #292929;background:#0f0f0f;border-radius:6px;padding:8px 10px}.metric small{display:block;color:#646464;font-size:9px;text-transform:uppercase;letter-spacing:.11em}.metric strong{font-size:11px;color:#c9c9c9}.project-foot{margin-top:auto;padding-top:22px;border-top:1px solid #262626;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:11px;font-weight:900;letter-spacing:.08em}.project-foot a{color:var(--gold-2)}.activity-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.timeline,.snapshot{border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);overflow:hidden}.timeline-row{display:grid;grid-template-columns:125px 1fr;gap:20px;padding:19px 22px;border-bottom:1px solid #202020}.timeline-row:last-child{border-bottom:0}.timeline-row time{font:600 11px ui-monospace,SFMono-Regular,Menlo,monospace;color:#636363}.timeline-row strong{font-size:14px}.timeline-row p{margin:4px 0 0;color:#7f7f7f;font-size:12px;line-height:1.6}.snapshot{padding:24px}.snapshot-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:17px;border-bottom:1px solid #242424}.snapshot-head strong{font-size:12px;letter-spacing:.09em}.snapshot-head span{font-size:10px;color:var(--ok);font-weight:900}.snapshot-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#242424;margin-top:18px;border:1px solid #242424}.snap{background:#0f0f0f;padding:18px}.snap small{display:block;color:#656565;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.snap strong{display:block;margin-top:4px;font-size:22px}.snapshot-console{margin-top:18px;padding:16px;background:#0c0c0c;border:1px solid #202020;font:500 11px/2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#737373}.snapshot-console b{color:var(--gold-2)}.snapshot-console .ok{color:var(--ok)}.blog-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}.featured-post,.post-stack{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.featured-post .post-image{height:340px;overflow:hidden;background:#090909}.featured-post img{width:100%;height:100%;object-fit:cover;opacity:.75;transition:.3s}.featured-post:hover img{transform:scale(1.02);opacity:.87}.post-body{padding:27px}.featured-post h3{font-size:29px;line-height:1.15;margin:9px 0 11px}.featured-post p{color:#898989;font-size:14px;line-height:1.7}.read-more{display:inline-flex;margin-top:8px;color:var(--gold-2);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.post-stack article{padding:21px 22px;border-bottom:1px solid #222}.post-stack article:last-child{border-bottom:0}.post-stack h4{font-size:16px;margin:7px 0}.post-stack h4 a:hover{color:var(--gold-2)}.post-stack p{font-size:12px;color:#797979;margin:0;line-height:1.6}.quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.quick{min-height:170px;padding:21px;background:var(--panel);border:1px solid var(--line);border-radius:12px;display:flex;flex-direction:column;transition:.2s}.quick:hover{border-color:#42391f;background:#151518}.quick-icon{font-size:22px;font-weight:900;color:var(--gold-2)}.quick h4{font-size:15px;margin:18px 0 5px}.quick p{margin:0;color:#747474;font-size:11px;line-height:1.5}.quick span{margin-top:auto;padding-top:15px;color:var(--gold-2);font-size:10px;font-weight:900;letter-spacing:.08em}.gallery-grid{display:grid;grid-template-columns:1.35fr .85fr .85fr;grid-auto-rows:240px;gap:12px}.gallery-grid figure{margin:0;position:relative;overflow:hidden;background:#111111;border:1px solid #222;border-radius:12px}.gallery-grid figure:first-child{grid-row:span 2}.gallery-grid img{width:100%;height:100%;object-fit:cover;opacity:.75;transition:.35s}.gallery-grid figure:hover img{opacity:.96;transform:scale(1.025)}.gallery-grid figcaption{position:absolute;inset:auto 0 0;padding:55px 18px 16px;background:linear-gradient(transparent,rgba(0,0,0,.9))}.gallery-grid strong{display:block;font-size:13px}.gallery-grid span{display:block;color:#8b8b8b;font-size:11px;margin-top:2px}.page-hero{padding:76px 0 66px;background:#0b0b0b;border-bottom:1px solid #1d1d1d}.page-hero p{max-width:760px;color:#8b8b8b;font-size:16px}.content{max-width:940px;color:#b3b3b3;font-size:16px;line-height:1.85}.content h2{color:#fff;font-size:31px;margin-top:38px}.content h3{color:#eee}.content a{color:var(--gold-2)}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.post-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;overflow:hidden}.post-card img{width:100%;height:220px;object-fit:cover;opacity:.76}.post-card .post-body{padding:22px}.post-card h3{font-size:20px;margin:8px 0}.post-card p{font-size:13px;color:#7c7c7c}.project-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.site-footer{background:var(--footer-bg,#09090a);border-top:1px solid var(--footer-border,#232326);padding:55px 0 20px;color:var(--footer-text,#7b7b80)}.footer-shell{width:min(var(--max),calc(100% - 48px));margin:auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}.footer-shell>div{display:flex;flex-direction:column;gap:7px;font-size:12px}.footer-brand img{margin-bottom:7px}.footer-brand p,.footer-column-description{margin:0;color:var(--footer-text,#747474);line-height:1.65}.footer-column-description{font-size:11px;margin-bottom:8px}.footer-shell strong{color:var(--footer-heading,#eee);margin-bottom:5px}.footer-shell a:hover{color:var(--gold-2)}.footer-menu-item{display:flex;flex-direction:column;gap:2px}.footer-menu-item small{color:#5f5f5f;font-size:10px;line-height:1.45}.footer-station-row{display:grid;gap:1px;margin-bottom:4px}.footer-station-row small{color:#5f5f5f;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.footer-copy{width:min(var(--max),calc(100% - 48px));margin:38px auto 0;padding-top:17px;border-top:1px solid var(--footer-border,#1c1c1c);display:flex;justify-content:space-between;font-size:11px}@keyframes pulse{0%,100%{box-shadow:0 0 0 5px rgba(104,208,131,.07)}50%{box-shadow:0 0 0 9px rgba(104,208,131,.01)}}@keyframes marquee{to{transform:translateX(-50%)}}@media(max-width:1040px){.main-nav{display:none;position:absolute;left:0;right:0;top:80px;background:#090909;border-bottom:1px solid #222;padding:12px 22px 22px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-toggle{display:block}.header-actions{margin-left:0}.control-grid .project-card,.control-grid .project-card:nth-child(-n+2){grid-column:span 6}.activity-layout,.blog-layout{grid-template-columns:1fr}.quick-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid figure:first-child{grid-row:auto}.posts-grid{grid-template-columns:1fr 1fr}.footer-shell{grid-template-columns:1fr 1fr}.ticker-shell{grid-template-columns:145px 1fr auto}}@media(max-width:680px){.site-header{height:70px}.nav-shell{height:70px;width:calc(100% - 28px)}.main-nav{top:70px}.brand{width:148px;flex-basis:148px}.brand img{width:138px}.auth-pill{padding:0 12px}.legacy-hero img{min-height:430px;max-height:none;object-fit:cover;object-position:center}.ticker-shell{width:calc(100% - 28px);grid-template-columns:1fr auto;min-height:66px}.ticker-track{grid-column:1/-1;grid-row:2;padding-bottom:12px}.ticker-items{animation-duration:20s}.section{padding:64px 0}.shell{width:calc(100% - 30px)}.section-head{display:block}.section-link{display:inline-block;margin-top:14px}.control-grid .project-card,.control-grid .project-card:nth-child(-n+2){grid-column:span 12;min-height:310px}.timeline-row{grid-template-columns:1fr;gap:4px}.quick-grid,.posts-grid,.project-list,.gallery-grid,.footer-shell{grid-template-columns:1fr}.gallery-grid{grid-auto-rows:225px}.footer-copy{width:calc(100% - 30px);flex-direction:column;gap:5px}.footer-shell{width:calc(100% - 30px)}}.builder-section{position:relative;background-color:var(--bg);color:var(--text);overflow:hidden}.builder-section+.builder-section{border-top:1px solid var(--line-soft)}.builder-section-inner{position:relative;z-index:1;margin-inline:auto}.builder-width-shell{width:min(var(--max),calc(100% - 48px))}.builder-width-wide{width:min(1540px,calc(100% - 36px))}.builder-width-full{width:100%}.builder-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px}.builder-cell{min-width:0}.pb-module+.pb-module{margin-top:28px}.pb-heading{max-width:780px}.pb-heading.align-center{margin-inline:auto;text-align:center}.pb-heading.align-right{margin-left:auto;text-align:right}.pb-heading h2{font-size:clamp(34px,4.3vw,58px);line-height:1.03;letter-spacing:-.05em;margin:9px 0 13px}.pb-heading p{margin:0;color:var(--muted);font-size:15px;line-height:1.75}.pb-hero{max-width:920px}.pb-hero.align-center{margin-inline:auto;text-align:center}.pb-hero.align-right{margin-left:auto;text-align:right}.pb-hero h1{font-size:clamp(46px,6.3vw,88px);line-height:.98;letter-spacing:-.06em;margin:14px 0 22px;text-shadow:0 3px 20px rgba(0,0,0,.65)}.pb-hero p{max-width:760px;margin:0 auto;color:#d0d0d0;font-size:18px;line-height:1.65}.pb-hero.align-left p{margin-left:0}.pb-hero.align-right p{margin-right:0}.pb-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.pb-hero.align-center .pb-actions{justify-content:center}.pb-hero.align-right .pb-actions{justify-content:flex-end}.pb-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid #313131;border-radius:7px;background:#141414;color:#d8d8d8;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;transition:.18s}.pb-btn:hover{border-color:#4c4227;color:#fff}.pb-btn.gold{background:var(--gold);border-color:var(--gold);color:#fff}.pb-button-wrap.align-center{text-align:center}.pb-button-wrap.align-right{text-align:right}.pb-richtext{max-width:none}.pb-image{margin:0}.pb-image-frame{aspect-ratio:var(--ratio);overflow:hidden;border:1px solid #202020;border-radius:12px;background:#0b0b0b}.pb-image-frame img{width:100%;height:100%}.pb-image figcaption{margin-top:9px;color:#717171;font-size:11px}.pb-livebar{min-height:72px;display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:22px}.pb-live-label{display:flex;align-items:center;gap:10px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.pb-live-items{display:flex;gap:22px;overflow:auto;scrollbar-width:none;white-space:nowrap;padding:4px 0}.pb-live-items::-webkit-scrollbar{display:none}.pb-live-items span{font-size:11px;color:#777}.pb-live-items b{color:#c9c9c9;margin-right:7px}.pb-live-items em{font-style:normal;color:var(--gold-2);font-weight:900}.pb-livebar time{font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--gold-2)}.pb-service-card{min-height:330px;display:flex;flex-direction:column;padding:30px;background:linear-gradient(145deg,#111,#0a0a0a);border:1px solid #272727;border-radius:14px;position:relative;overflow:hidden}.pb-service-card:before{content:"";position:absolute;right:-70px;top:-70px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(183,155,73,.12),transparent 70%);pointer-events:none}.pb-service-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.pb-service-kicker{font-size:10px;color:var(--gold-2);font-weight:900;letter-spacing:.14em;text-transform:uppercase}.pb-service-status{font-size:10px;color:#aaa;letter-spacing:.1em}.pb-service-status.online{color:var(--ok)}.pb-service-status.offline{color:var(--bad)}.pb-service-card h3{font-size:31px;line-height:1.1;margin:36px 0 12px}.pb-service-card p{margin:0;color:#858585;font-size:14px;line-height:1.75}.pb-service-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:auto;padding-top:26px}.pb-passcode{min-height:330px;padding:30px;border:1px solid #292929;border-radius:14px;background:#111111;display:flex;flex-direction:column}.pb-passcode h3{font-size:31px;margin:8px 0 12px}.pb-passcode>p{color:#848484;line-height:1.7;margin:0}.pb-passcode form{display:grid;grid-template-columns:1fr auto 120px;gap:10px;align-items:end;margin-top:auto;padding-top:26px}.pb-passcode label{display:grid;gap:6px;color:#777;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.pb-passcode input{height:43px;background:#0b0b0b;border:1px solid #2b2b2b;border-radius:7px;color:#fff;padding:0 13px;outline:none;text-transform:uppercase}.pb-passcode input:focus{border-color:#907731}.pb-passcode output{height:43px;display:grid;place-items:center;border:1px solid #3d351e;border-radius:7px;background:#17140c;color:var(--gold-2);font:800 17px ui-monospace,SFMono-Regular,Menlo,monospace}.pb-embed{border:1px solid #252525;border-radius:12px;overflow:hidden;background:#090909}.pb-embed-head{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 16px;border-bottom:1px solid #222}.pb-embed-head strong{font-size:12px}.pb-embed-head a{font-size:10px;color:var(--gold-2);font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pb-embed iframe{display:block;width:100%;border:0;background:#fff}.pb-embed-empty{padding:40px;color:#777}.pb-divider{border:0;margin:0}.custom-module{padding:20px;border:1px dashed #333;color:#aaa}.pb-spacer{pointer-events:none}@media(max-width:960px){.builder-grid{gap:16px}.builder-cell{grid-column:span 12!important}.pb-livebar{grid-template-columns:1fr auto}.pb-live-items{grid-column:1/-1;grid-row:2}.pb-passcode form{grid-template-columns:1fr auto}.pb-passcode output{grid-column:1/-1}.pb-hero h1{font-size:clamp(42px,9vw,70px)}}@media(max-width:680px){.builder-width-shell,.builder-width-wide{width:calc(100% - 30px)}.pb-hero h1{font-size:42px}.pb-hero p{font-size:15px}.pb-actions{justify-content:flex-start}.pb-hero.align-center .pb-actions{justify-content:center}.pb-heading h2{font-size:34px}.pb-service-card,.pb-passcode{padding:22px;min-height:300px}.pb-passcode form{grid-template-columns:1fr}.pb-passcode output{grid-column:auto}}.main-nav{position:relative}.nav-root-item{position:relative;display:flex;align-items:center}.nav-root-link{display:inline-flex!important;align-items:center;gap:7px}.nav-root-item.active>.nav-root-link{background:var(--gold);color:#fff}.nav-root-item.has-menu>.nav-root-link{padding-right:8px}.nav-subtoggle{width:28px;height:34px;border:0;background:transparent;color:#666;display:grid;place-items:center;cursor:pointer;border-radius:5px;font-size:14px}.nav-root-item:hover>.nav-subtoggle,.nav-root-item:focus-within>.nav-subtoggle{color:var(--gold-2)}.nav-icon{display:inline-grid;place-items:center;min-width:16px;color:#907731;font-size:13px;line-height:1;transition:.18s ease}.nav-icon i{display:block;width:1em;text-align:center}.nav-badge{display:inline-flex;align-items:center;min-height:17px;padding:0 6px;border:1px solid #907731;border-radius:99px;background:#17140c;color:#907731;font-size:8px;font-weight:900;letter-spacing:.08em}.nav-dropdown{position:absolute;z-index:1200;top:calc(100% + 12px);left:0;min-width:280px;margin:0;padding:8px;list-style:none;background:#0f0f0f;border:1px solid #292929;border-radius:10px;box-shadow:0 22px 55px rgba(0,0,0,.5);opacity:0;visibility:hidden;transform:translateY(8px);transition:.16s ease}.nav-root-item:hover>.nav-dropdown,.nav-root-item:focus-within>.nav-dropdown,.nav-root-item.open>.nav-dropdown{opacity:1;visibility:visible;transform:none}.nav-subitem{position:relative;display:flex;align-items:center}.nav-subitem>a{width:100%;display:flex!important;align-items:center;gap:8px;padding:10px 11px!important;border-radius:6px!important;color:#b4b4b4!important;font-size:12px!important;white-space:normal!important}.nav-subitem>a:hover{background:#141414!important;color:#fff!important}.nav-subitem>a small{display:block;margin-left:auto;color:#666;font-size:10px;line-height:1.3}.nav-subitem>.nav-subtoggle{flex:0 0 28px;margin-left:-34px}.nav-subitem>.nav-dropdown{top:-8px;left:calc(100% + 8px)}.nav-subitem:hover>.nav-dropdown,.nav-subitem:focus-within>.nav-dropdown,.nav-subitem.open>.nav-dropdown{opacity:1;visibility:visible;transform:none}.mega-menu{position:fixed;z-index:1190;top:80px;left:50%;transform:translate(-50%,10px);width:min(var(--max),calc(100% - 48px));border:1px solid #292929;border-top:2px solid #907731;border-radius:0 0 14px 14px;box-shadow:0 28px 80px rgba(0,0,0,.58);opacity:0;visibility:hidden;transition:.18s ease;overflow:hidden}.mega-menu.mega-wide{width:min(1540px,calc(100% - 36px))}.mega-menu.mega-full{width:100%;border-left:0;border-right:0;border-radius:0}.nav-root-item:hover>.mega-menu,.nav-root-item:focus-within>.mega-menu,.nav-root-item.open>.mega-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.mega-overlay{position:absolute;inset:0;pointer-events:none}.mega-inner{position:relative;z-index:1;display:grid;grid-template-columns:repeat(var(--mega-cols),minmax(0,1fr));gap:1px;background:rgba(255,255,255,.06);padding:18px}.mega-column{min-width:0;background:rgba(5,5,5,.78);padding:22px 23px}.mega-column h3{margin:0;color:#fff;font-size:13px;letter-spacing:.02em}.mega-column-description{margin:5px 0 17px;color:#626262;font-size:11px;line-height:1.5}.mega-links{display:grid;gap:5px}.mega-link{display:flex;align-items:center;gap:8px;padding:10px;border-radius:7px;color:#b5b5b5;font-size:12px;transition:.15s}.mega-link:hover{background:#151515;color:#fff}.mega-link small{display:block;margin-left:auto;max-width:160px;color:#5f5f5f;font-size:10px;text-align:right}.mega-sublinks{display:grid;gap:4px;padding:0 10px 8px 34px}.mega-sublinks a{color:#717171;font-size:11px;padding:3px 0}.mega-sublinks a:hover{color:var(--gold-2)}@media(max-width:1040px){.main-nav{overflow:auto;max-height:calc(100vh - 80px)}.nav-root-item{display:grid;grid-template-columns:1fr 38px;border-bottom:1px solid #202020}.nav-root-link{width:100%;padding:13px 10px!important}.nav-root-item.active>.nav-root-link{background:#17140c;color:#907731}.nav-subtoggle{width:38px;height:42px}.nav-dropdown,.nav-subitem>.nav-dropdown,.mega-menu{position:static!important;grid-column:1/-1;width:100%!important;min-width:0;margin:0 0 8px;padding:7px;transform:none!important;box-shadow:none;border:1px solid #222;border-radius:7px;opacity:1;visibility:visible;display:none;background:#090909}.nav-root-item.open>.nav-dropdown,.nav-subitem.open>.nav-dropdown,.nav-root-item.open>.mega-menu{display:block}.nav-root-item:hover>.nav-dropdown,.nav-root-item:focus-within>.nav-dropdown,.nav-root-item:hover>.mega-menu,.nav-root-item:focus-within>.mega-menu{display:none}.nav-root-item.open:hover>.nav-dropdown,.nav-root-item.open:focus-within>.nav-dropdown,.nav-root-item.open:hover>.mega-menu,.nav-root-item.open:focus-within>.mega-menu{display:block}.nav-subitem{display:grid;grid-template-columns:1fr 34px}.nav-subitem>.nav-subtoggle{margin-left:0;width:34px}.nav-subitem>.nav-dropdown{grid-column:1/-1;margin-left:14px;width:calc(100% - 14px)!important}.mega-inner{grid-template-columns:1fr 1fr;padding:8px}.mega-column{padding:16px}.mega-link small{display:none}}@media(max-width:680px){.main-nav{max-height:calc(100vh - 70px)}.mega-inner{grid-template-columns:1fr}.mega-column{padding:14px}.nav-badge{font-size:7px}}:root{--header-h:80px}.builder-section[data-vh="50"]{min-height:50svh;position:relative}.builder-section[data-vh="100"]{min-height:calc(100svh - var(--header-h));position:relative;display:flex;align-items:stretch}.builder-section[data-vh="50"] .builder-grid,.builder-section[data-vh="100"] .builder-grid{align-items:center}.builder-section[data-vh="50"]>.builder-section-inner>.builder-grid,.builder-section[data-vh="100"]>.builder-section-inner>.builder-grid{width:100%}.builder-section[data-vh="100"]>.builder-section-inner{display:flex;align-items:center;justify-content:center}.builder-scroll-cue{position:absolute;left:50%;bottom:18px;width:38px;height:38px;display:grid;place-items:center;z-index:5;animation:scrollCueFloat 4.2s ease-in-out infinite}.builder-scroll-cue-ring{width:38px;height:38px;border-radius:50%;background:var(--gold-2);display:grid;place-items:center;box-shadow:0 8px 18px rgba(0,0,0,.25);animation:scrollCuePulse 5.2s ease-in-out infinite;transform-origin:center}.builder-scroll-cue-icon{display:block!important;width:auto!important;height:auto!important;margin:0!important;border:0!important;font-size:12px;line-height:1;color:#111;transform:none!important}@keyframes scrollCueFloat{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(3px)}}@keyframes scrollCuePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}@media(max-width:1040px){.header-actions{margin-left:0}.account-dropdown{right:0;left:auto}}@media(max-width:680px){:root{--header-h:70px}.builder-scroll-cue{bottom:13px;width:34px;height:34px}.builder-scroll-cue-ring{width:34px;height:34px}.builder-scroll-cue-icon{font-size:11px}}.brand{margin-right:10px}.main-nav>.nav-root-item:first-child>.nav-root-link{margin-left:0}.main-nav .nav-root-link{line-height:1}.header-actions .search-btn,.header-actions .search-icon{flex:0 0 auto}@media(max-width:1040px){.main-nav{margin-left:0}.header-actions{margin-left:0}}.builder-section[data-vh="100"] .pb-hero.align-center{margin-inline:auto}.nav-root-link,.nav-dropdown a,.mega-link{font-family:inherit}.nav-root-item.active>.nav-root-link{background:#907731;color:#fff}.auth-pill{color:#907731}.auth-pill:hover,.account-nav.open .auth-pill{color:#907731;border-color:#907731}.pb-hero .eyebrow,.pb-hero h1,.pb-hero p,.pb-hero .pb-btn,.pb-heading .eyebrow,.pb-heading h2,.pb-heading p{font-family:inherit}.builder-scroll-cue:hover .builder-scroll-cue-ring{animation-play-state:running}.nav-root-link .nav-icon,.nav-subitem>a .nav-icon,.mega-link .nav-icon{color:#907731}.nav-root-item.active>.nav-root-link .nav-icon{color:#050505}.nav-root-item.active>.nav-root-link:hover .nav-icon{color:#050505}.nav-root-item.active>.nav-root-link .nav-badge{border-color:#050505;color:#050505;background:rgba(0,0,0,.08)}.nav-dropdown .nav-icon,.mega-menu .nav-icon{color:#907731}@media(max-width:1040px){.nav-root-item.active>.nav-root-link .nav-icon{color:#907731}}.builder-scroll-cue:hover .builder-scroll-cue-ring{animation-play-state:running}.footer-menu-item{gap:1px;margin-bottom:3px}.footer-menu-item small{order:0;margin:0 0 1px}.footer-menu-item a{order:1}.gallery-browser{width:100%}.gallery-category-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.gallery-category{min-height:86px;text-align:left;padding:15px 16px;border:1px solid #242424;border-radius:10px;background:#101010;color:#898989;cursor:pointer;transition:.18s ease}.gallery-category strong{display:block;color:#ddd;font:700 13px/1.2 'Ubuntu',Arial,sans-serif}.gallery-category span{display:block;margin-top:6px;color:#6f6f6f;font:400 11px/1.45 'Ubuntu',Arial,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gallery-category:hover{border-color:#4b4020;background:#10100d}.gallery-category.active{border-color:#907731;background:#141108}.gallery-category.active strong{color:#fff}.gallery-category-current{margin:0 0 18px;padding:14px 16px;border-left:2px solid #907731;background:#0f0f0f;color:#858585;font:400 13px/1.65 'Ubuntu',Arial,sans-serif}.gallery-browser-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:225px;gap:12px;align-items:stretch}.gallery-viewer-item{position:relative;display:block;width:100%;height:225px;padding:0;border:1px solid #222;border-radius:10px;overflow:hidden;background:#0d0d0d;cursor:zoom-in;grid-column:span 1!important;grid-row:span 1!important}.gallery-viewer-item[hidden]{display:none!important}.gallery-viewer-item img{width:100%;height:100%;object-fit:cover;opacity:.82;transition:transform .35s ease,opacity .35s ease}.gallery-viewer-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:18px;background:linear-gradient(transparent 35%,rgba(0,0,0,.86));opacity:.92;text-align:left}.gallery-viewer-overlay em{position:absolute;right:15px;top:15px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(5,5,5,.72);border:1px solid rgba(144,119,49,.55);color:#907731;font-style:normal;font-size:12px;opacity:0;transform:scale(.9);transition:.2s}.gallery-viewer-overlay strong{color:#fff;font:700 13px/1.25 'Ubuntu',Arial,sans-serif}.gallery-viewer-overlay small{margin-top:3px;color:#907731;font:700 10px/1.2 'Ubuntu',Arial,sans-serif;text-transform:uppercase;letter-spacing:.1em}.gallery-viewer-item:hover img{transform:scale(1.025);opacity:1}.gallery-viewer-item:hover .gallery-viewer-overlay em{opacity:1;transform:scale(1)}html.gallery-lightbox-open,html.gallery-lightbox-open body{overflow:hidden}.gallery-lightbox{position:fixed;inset:0;z-index:5000;display:none;align-items:center;justify-content:center}.gallery-lightbox.open{display:flex}.gallery-lightbox-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.94);backdrop-filter:blur(7px);cursor:zoom-out}.gallery-lightbox-dialog{position:relative;z-index:1;width:min(1480px,calc(100% - 110px));height:min(900px,calc(100svh - 80px));display:grid;grid-template-columns:58px minmax(0,1fr) 58px;align-items:center}.gallery-lightbox-stage{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-lightbox-stage>img{display:block;max-width:100%;max-height:calc(100% - 96px);width:auto;height:auto;object-fit:contain;box-shadow:0 20px 70px rgba(0,0,0,.5)}.gallery-lightbox-info{width:min(100%,980px);min-height:76px;display:flex;justify-content:space-between;align-items:flex-start;gap:30px;padding:15px 2px 0}.gallery-lightbox-info span{display:block;color:#907731;font:800 10px/1.2 'Ubuntu',Arial,sans-serif;text-transform:uppercase;letter-spacing:.12em}.gallery-lightbox-info h3{margin:5px 0 0;color:#fff;font:700 18px/1.2 'Ubuntu',Arial,sans-serif}.gallery-lightbox-info p{max-width:760px;margin:6px 0 0;color:#888;font:400 12px/1.5 'Ubuntu',Arial,sans-serif}.gallery-lightbox-info>strong{color:#777;font:600 11px/1.2 'Ubuntu',Arial,sans-serif;white-space:nowrap}.gallery-lightbox-close,.gallery-lightbox-nav{border:1px solid #292929;background:rgba(10,10,10,.82);color:#aaa;display:grid;place-items:center;cursor:pointer;transition:.15s}.gallery-lightbox-close:hover,.gallery-lightbox-nav:hover{border-color:#907731;color:#907731}.gallery-lightbox-close{position:absolute;right:0;top:0;width:42px;height:42px;border-radius:50%;z-index:3}.gallery-lightbox-nav{width:44px;height:58px;border-radius:8px;font-size:15px}.gallery-lightbox-nav.prev{justify-self:start}.gallery-lightbox-nav.next{justify-self:end}@media(max-width:1000px){.gallery-category-nav{grid-template-columns:repeat(2,1fr)}.gallery-browser-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}.gallery-viewer-item{height:220px}.gallery-lightbox-dialog{width:calc(100% - 30px);grid-template-columns:46px minmax(0,1fr) 46px}.gallery-viewer-item:nth-child(7n+1),.gallery-viewer-item:nth-child(7n+6){grid-column:span 1;grid-row:span 1}}@media(max-width:600px){.gallery-category-nav{grid-template-columns:1fr}.gallery-category{min-height:auto}.gallery-browser-grid{grid-template-columns:1fr;grid-auto-rows:250px}.gallery-viewer-item{height:250px}.gallery-lightbox-dialog{width:100%;height:100svh;display:block;padding:55px 14px 14px}.gallery-lightbox-stage{height:100%}.gallery-lightbox-stage>img{max-height:calc(100% - 135px)}.gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:38px;height:48px}.gallery-lightbox-nav.prev{left:7px}.gallery-lightbox-nav.next{right:7px}.gallery-lightbox-close{top:8px;right:8px}.gallery-lightbox-info{padding-inline:5px}.gallery-lightbox-info h3{font-size:16px}}.post-category-browser{margin-bottom:28px}.post-category-tabs{display:flex;gap:8px;flex-wrap:wrap}.post-category-tab{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid #282828;border-radius:999px;background:#101010;color:#9d9d9d;font-family:var(--font-sans);font-size:12px;font-weight:400;transition:.18s}.post-category-tab:hover{border-color:#907731;color:#fff}.post-category-tab.active{background:#907731;border-color:#907731;color:#050505}.post-category-tab span{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:rgba(255,255,255,.08);font-size:10px;font-weight:700}.post-category-tab.active span{background:rgba(0,0,0,.14)}.post-category-description{margin-top:18px;padding:20px 22px;border:1px solid #252525;border-left:3px solid #907731;border-radius:10px;background:#0b0b0b}.post-category-description h3{margin:5px 0 6px;font-size:20px}.post-category-description p{margin:0;color:#858585;font-size:13px;line-height:1.7}.post-empty{padding:34px;border:1px dashed #2a2a2a;border-radius:10px;color:#777;text-align:center}.post-category-selector{display:flex;align-items:center;gap:12px;margin-bottom:16px}.post-category-selector label{color:#907731;font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.post-category-selector select{min-width:280px;height:42px;padding:0 38px 0 13px;border:1px solid #2b2b2b;border-radius:8px;background:#0f0f0f;color:#d8d8d8;font-family:var(--font-sans);font-size:13px;font-weight:400;outline:none}.post-category-selector select:focus{border-color:#907731;box-shadow:0 0 0 2px rgba(144,119,49,.14)}@media(max-width:680px){.post-category-selector{display:grid;gap:7px}.post-category-selector select{width:100%;min-width:0}.post-category-tabs{display:none}}.gallery-category-selector{display:flex;align-items:center;gap:12px;margin-bottom:18px}.gallery-category-selector label{color:#907731;font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.gallery-category-selector select{min-width:280px;height:42px;padding:0 38px 0 13px;border:1px solid #2b2b2b;border-radius:8px;background:#0f0f0f;color:#d8d8d8;font-family:var(--font-sans);font-size:13px;font-weight:400;outline:none}.gallery-category-selector select:focus{border-color:#907731;box-shadow:0 0 0 2px rgba(144,119,49,.14)}.post-category-tabs{display:none!important}@media(max-width:680px){.gallery-category-selector{display:grid;gap:7px}.gallery-category-selector select{width:100%;min-width:0}}.language-switch{height:36px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #242424;border-radius:20px;background:#131313;font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.08em}.language-switch a{color:#6f6f6f;transition:.16s ease}.language-switch a:hover{color:#fff}.language-switch a.active{color:#907731}.language-switch span{color:#363636}@media(max-width:680px){.language-switch{padding:0 8px;gap:5px;height:34px}.language-switch span{display:none}}.language-switch a{min-width:19px;text-align:center}.language-switch a.active{color:#907731;font-weight:900}.language-switch{height:38px;gap:10px;padding:3px 8px}.language-flag{width:28px;height:24px;display:grid;place-items:center;border:1px solid transparent;border-radius:7px;opacity:.62;transition:.16s ease}.language-flag img{width:19px;height:12px;display:block;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.08)}.language-flag:hover{opacity:1;background:#151515}.language-flag.active{opacity:1;border-color:#907731;background:#14120b}.language-switch>span{display:none}@media(max-width:680px){.language-switch{height:36px;gap:8px;padding:3px 6px}.language-flag{width:26px;height:22px}.language-flag img{width:18px;height:11px}}.mega-menu.mega-layout-cards{background:#090909;border-top:1px solid #907731;border-left:1px solid #1c1c1c;border-right:1px solid #1c1c1c;border-bottom:1px solid #1c1c1c;border-radius:0 0 8px 8px;box-shadow:0 24px 60px rgba(0,0,0,.62)}.mega-layout-cards .mega-overlay{z-index:0}.mega-card-columns{position:relative;z-index:1;display:grid;grid-template-columns:repeat(var(--mega-card-cols),minmax(0,1fr));gap:18px;padding:14px 16px 18px}.mega-card-column{min-width:0;padding:0 10px;border-right:1px solid #171717}.mega-card-column:last-child{border-right:0}.mega-card-column-head{min-height:42px;margin-bottom:9px;text-align:left}.mega-card-column-head h3{margin:0;color:#e9e9e9;font-family:var(--font-sans);font-size:12px;line-height:1.25;font-weight:700}.mega-card-column-head p{margin:4px 0 0;color:#606060;font-family:var(--font-sans);font-size:9.5px;line-height:1.35;font-weight:400}.mega-card-stack{display:flex;flex-direction:column;gap:9px}.mega-card{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:11px;min-width:0;min-height:60px;padding:5px;color:#fff;text-align:left;text-decoration:none;border:1px solid transparent;border-radius:7px;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.mega-card:hover{transform:translateX(2px);background:#111111;border-color:#202020}.mega-card-media{position:relative;width:92px;height:54px;border-radius:6px;overflow:hidden;background:#141414;border:1px solid #191919}.mega-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease,filter .22s ease}.mega-card:hover .mega-card-media img{transform:scale(1.025);filter:brightness(1.05)}.mega-card-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#907731;font-size:18px;background:radial-gradient(circle at 50% 40%,rgba(144,119,49,.12),transparent 48%),#0b0b0b}.mega-card-copy{display:flex;flex-direction:column;min-width:0}.mega-card-title{display:block;color:#ededed;font-family:var(--font-sans);font-size:12px;line-height:1.2;font-weight:700;white-space:normal}.mega-card-description{display:block;margin-top:4px;color:#907731;font-family:var(--font-sans);font-size:9.5px;line-height:1.3;font-weight:400}.mega-card-badge{position:absolute;top:4px;right:4px;z-index:3;padding:2px 5px;border-radius:20px;background:#907731;color:#050505;font-size:7.5px;font-weight:900;letter-spacing:.06em}@media(max-width:1040px){.mega-card-columns{grid-template-columns:repeat(min(var(--mega-card-cols),2),minmax(0,1fr));gap:12px;padding:12px}.mega-card-column{border-right:0}}@media(max-width:680px){.mega-card-columns{grid-template-columns:1fr;gap:16px;padding:10px}.mega-card-column{padding:0}.mega-card-column-head{min-height:0;margin-bottom:7px}.mega-card{grid-template-columns:78px minmax(0,1fr)}.mega-card-media{width:78px;height:48px}.mega-card-title{font-size:11px}.mega-card-description{font-size:9px}}.single-post-cover{width:min(1120px,calc(100% - 48px));margin:38px auto 0}.single-post-cover-frame{width:100%;max-height:560px;overflow:hidden;border:1px solid #202020;border-radius:12px;background:#0c0c0c}.single-post-cover img{display:block;width:100%;max-height:560px;object-fit:cover}@media(max-width:680px){.single-post-cover{width:calc(100% - 30px);margin-top:24px}.single-post-cover-frame,.single-post-cover img{max-height:360px}}.post-admin-image-preview{margin-top:10px;width:220px;max-width:100%;border:1px solid #292929;border-radius:8px;overflow:hidden;background:#0c0c0c}.post-admin-image-preview img{display:block;width:100%;height:120px;object-fit:cover}.post-hero{position:relative;overflow:hidden}.post-hero.has-image{min-height:390px;display:flex;align-items:flex-end;background-position:center center;background-size:cover;background-repeat:no-repeat;padding:96px 0 72px}.post-hero-overlay{position:absolute;inset:0;z-index:0;background:rgba(0,0,0,var(--post-overlay,.60));pointer-events:none}.post-hero.has-image .shell{position:relative;z-index:1;width:min(var(--max),calc(100% - 48px))}.post-hero.has-image h1{max-width:1000px;text-shadow:0 3px 24px rgba(0,0,0,.45)}.post-hero.has-image p{color:#b8b8b8;text-shadow:0 2px 12px rgba(0,0,0,.65)}.post-hero.has-image .eyebrow,.post-hero.has-image .eyebrow a{color:#a9903e}.content figure.content-image{margin:32px 0;width:100%}.content figure.content-image img{display:block;width:auto;max-width:100%;max-height:780px;margin:0 auto;object-fit:contain;border:1px solid #222;border-radius:10px}.content figure.content-image figcaption{margin-top:8px;color:#707070;font-size:12px;line-height:1.5;text-align:center}.content img{max-width:100%;height:auto}@media(max-width:680px){.post-hero.has-image{min-height:330px;padding:78px 0 52px}.post-hero.has-image .shell{width:calc(100% - 30px)}.content figure.content-image{margin:24px 0}}.post-hero,.post-hero.has-image{min-height:0;padding:var(--post-pad-top,20px) 0 var(--post-pad-bottom,40px)}.post-hero.has-image{display:block;background-position:center center;background-size:cover;background-repeat:no-repeat}@media(max-width:680px){.post-hero.has-image{min-height:0;padding:var(--post-pad-top,20px) 0 var(--post-pad-bottom,40px)}}.content figure.content-image{width:min(var(--content-image-width,66%),100%);max-width:100%;margin-top:32px;margin-bottom:32px;clear:both}.content figure.content-image.align-left{margin-left:0;margin-right:auto}.content figure.content-image.align-center{margin-left:auto;margin-right:auto}.content figure.content-image.align-right{margin-left:auto;margin-right:0}.content figure.content-image img{width:100%;max-width:100%;height:auto;max-height:780px;object-fit:contain}.content figure.content-image.align-left figcaption{text-align:left}.content figure.content-image.align-center figcaption{text-align:center}.content figure.content-image.align-right figcaption{text-align:right}@media(max-width:680px){.content figure.content-image{width:min(var(--content-image-width,100%),100%)}}.post-hero,.post-hero.has-image{padding:var(--post-pad-top,25px) 0 var(--post-pad-bottom,40px)}.post-content{width:100%;max-width:none}.post-content::after{content:"";display:block;clear:both}.post-content figure.content-image{width:min(var(--content-image-width,66%),100%);max-width:100%;margin-top:8px;margin-bottom:22px}.post-content figure.content-image.align-left{float:left;margin-left:0;margin-right:28px}.post-content figure.content-image.align-right{float:right;margin-left:28px;margin-right:0}.post-content figure.content-image.align-center{float:none;margin-left:auto;margin-right:auto;clear:both}.post-content figure.content-image.align-left figcaption{text-align:left}.post-content figure.content-image.align-right figcaption{text-align:right}.post-content figure.content-image.align-center figcaption{text-align:center}.post-content h2,.post-content h3{clear:both}@media(max-width:760px){.post-content figure.content-image.align-left,.post-content figure.content-image.align-right{float:none;width:min(var(--content-image-width,100%),100%);margin-left:auto;margin-right:auto}.post-content figure.content-image.align-left figcaption,.post-content figure.content-image.align-right figcaption{text-align:center}}.post-hero,.post-hero.has-image{padding:var(--post-pad-top,50px) 0 var(--post-pad-bottom,40px)}.post-hero .shell,.post-hero.has-image .shell{width:min(var(--max),calc(100% - 48px))}.post-hero h1,.post-hero.has-image h1,.post-hero p,.post-hero.has-image p{width:100%;max-width:none}.post-neighbor-nav{border-top:1px solid #1b1b1b;border-bottom:1px solid #1b1b1b;background:#080808}.post-neighbor-grid{display:grid;width:100%}.post-neighbor-grid.has-two{grid-template-columns:1fr 1fr}.post-neighbor-grid.has-one{grid-template-columns:1fr}.post-neighbor-card{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate;background:#090909 center center/cover no-repeat;color:#fff}.post-neighbor-grid.has-two .post-neighbor-card:first-child{border-right:1px solid #242424}.post-neighbor-card::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 50% 30%,rgba(144,119,49,.12),transparent 48%),#090909}.post-neighbor-card.has-image::before{display:none}.post-neighbor-overlay{position:absolute;inset:0;z-index:-1;background:rgba(8,8,8,.60);transition:background .22s ease}.post-neighbor-card:hover .post-neighbor-overlay{background:rgba(8,8,8,.50)}.post-neighbor-copy{width:min(640px,calc(100% - 72px));display:flex;flex-direction:column;align-items:center;text-align:center;padding:42px 0}.post-neighbor-copy small{color:#907731;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.post-neighbor-copy strong{margin-top:10px;color:#fff;font-family:var(--font-sans);font-size:clamp(25px,2.4vw,40px);line-height:1.08;font-weight:400}.post-neighbor-copy>span{margin-top:9px;max-width:580px;color:#b0b0b0;font-size:13px;line-height:1.55}.post-neighbor-button{display:inline-flex;align-items:center;justify-content:center;min-width:110px;min-height:38px;margin-top:24px;padding:0 18px;border:1px solid #907731;border-radius:6px;background:#907731;color:#090909;font-family:var(--font-sans);font-size:11px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:.18s ease}.post-neighbor-card:hover .post-neighbor-button{background:#b29a51;border-color:#b29a51}@media(max-width:760px){.post-hero .shell,.post-hero.has-image .shell{width:calc(100% - 30px)}.post-neighbor-grid.has-two{grid-template-columns:1fr}.post-neighbor-grid.has-two .post-neighbor-card:first-child{border-right:0;border-bottom:1px solid #242424}.post-neighbor-card{min-height:245px}.post-neighbor-copy{width:calc(100% - 36px);padding:34px 0}.post-neighbor-copy strong{font-size:27px}}.post-content img{cursor:zoom-in}html.post-lightbox-open,html.post-lightbox-open body{overflow:hidden}.post-image-lightbox{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:48px;background:rgba(7,7,7,.94);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.post-image-lightbox.open{opacity:1;visibility:visible;pointer-events:auto}.post-image-lightbox-stage{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:54px 68px 42px}.post-image-lightbox-figure{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100%;max-height:100%;margin:0}.post-image-lightbox-figure img{display:block;width:auto;height:auto;max-width:min(1500px,92vw);max-height:84vh;object-fit:contain;border-radius:8px;box-shadow:0 30px 90px rgba(0,0,0,.65)}.post-image-lightbox-figure figcaption{width:100%;max-width:1000px;margin-top:12px;color:#a7a7a7;font-size:12px;line-height:1.55;text-align:center}.post-image-lightbox-close{position:absolute;top:22px;right:24px;z-index:3;width:44px;height:44px;display:grid;place-items:center;border:1px solid #343434;border-radius:50%;background:#141414;color:#907731;font-size:20px;cursor:pointer;transition:.16s ease}.post-image-lightbox-close:hover{border-color:#907731;background:#907731;color:#050505;transform:scale(1.04)}@media(max-width:760px){.post-image-lightbox{padding:20px}.post-image-lightbox-stage{padding:64px 18px 24px}.post-image-lightbox-figure img{max-width:94vw;max-height:78vh}.post-image-lightbox-close{top:14px;right:14px;width:40px;height:40px;font-size:18px}}.post-content figure.content-image,.post-content figure.content-image.align-left,.post-content figure.content-image.align-right{margin-top:26px}.post-content figure.content-image.align-center{margin-top:30px}.post-content figure.content-video{width:min(960px,100%);margin:36px auto;clear:both}.post-content .content-video-frame{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border:1px solid #202020;border-radius:10px;background:#080808;box-shadow:0 18px 45px rgba(0,0,0,.25)}.post-content .content-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.post-content figure.content-video figcaption{margin-top:9px;color:#717171;font-size:12px;line-height:1.5;text-align:center}@media(max-width:760px){.post-content figure.content-video{margin:26px auto}}.post-content figure.content-video{width:min(var(--content-video-width,66%),100%);max-width:100%}.post-content figure.content-video.align-left{margin-left:0;margin-right:auto}.post-content figure.content-video.align-center{margin-left:auto;margin-right:auto}.post-content figure.content-video.align-right{margin-left:auto;margin-right:0}.post-content figure.content-video.align-left figcaption{text-align:left}.post-content figure.content-video.align-center figcaption{text-align:center}.post-content figure.content-video.align-right figcaption{text-align:right}@media(max-width:760px){.post-content figure.content-video{width:min(var(--content-video-width,100%),100%)}}.post-hero.has-image{isolation:isolate;background:#0b0b0b;background-image:none!important}.post-hero-background{position:absolute;inset:0;z-index:0;overflow:hidden}.post-hero-background img{width:100%;height:100%;max-width:none;display:block;object-fit:cover;object-position:var(--post-image-x,50%) var(--post-image-y,50%);transform:scale(var(--post-image-zoom,1));transform-origin:var(--post-image-x,50%) var(--post-image-y,50%);user-select:none}.post-hero.has-image .post-hero-overlay{z-index:1}.post-hero.has-image .shell{position:relative;z-index:2}.mega-menu.mega-layout-cards{background:#080808}.mega-layout-cards .mega-card-columns{width:min(1100px,100%);margin:0 auto;gap:64px;padding:26px 30px 30px}.mega-layout-cards .mega-card-column{padding:0;border-right:0}.mega-layout-cards .mega-card-column-head{display:none}.mega-layout-cards .mega-card-stack{gap:16px}.mega-layout-cards .mega-card{grid-template-columns:64px minmax(0,1fr);gap:16px;min-height:64px;padding:0;border:0;border-radius:0;background:transparent}.mega-layout-cards .mega-card:hover{transform:none;background:transparent;border-color:transparent}.mega-layout-cards .mega-card-media{width:64px;height:64px;border:0;border-radius:8px;background:#141414;box-shadow:0 0 0 1px rgba(255,255,255,.04)}.mega-layout-cards .mega-card-media img{width:100%;height:100%;object-fit:cover;border-radius:8px}.mega-layout-cards .mega-card:hover .mega-card-media img{transform:scale(1.025);filter:brightness(1.06)}.mega-layout-cards .mega-card-placeholder{border-radius:8px;font-size:20px}.mega-layout-cards .mega-card-copy{align-self:center}.mega-layout-cards .mega-card-title{color:#fff;font-family:var(--font-sans);font-size:17px;line-height:1.15;font-weight:700}.mega-layout-cards .mega-card-description{margin-top:5px;color:#907731;font-family:var(--font-sans);font-size:12px;line-height:1.3;font-weight:400}.mega-layout-cards .mega-card-badge{top:0;right:0}@media(max-width:1040px){.mega-layout-cards .mega-card-columns{gap:30px;padding:22px}}@media(max-width:680px){.mega-layout-cards .mega-card-columns{grid-template-columns:1fr;gap:16px;padding:16px 14px 20px}.mega-layout-cards .mega-card{grid-template-columns:58px minmax(0,1fr);gap:13px;min-height:58px}.mega-layout-cards .mega-card-media{width:58px;height:58px}.mega-layout-cards .mega-card-title{font-size:15px}.mega-layout-cards .mega-card-description{font-size:11px}}html,body{background:#090909}.site-header{background:rgba(9,9,9,.98);border-bottom-color:#202020}main{background:#090909}.section,.page-hero,.post-hero{background-color:#090909}.panel,.card,.project-card,.news-card,.gallery-card{background-color:#141414;border-color:#2a2a2a}.mega-menu.mega-layout-cards{background:#080808}.mega-layout-cards .mega-card-placeholder{background:#121212}.post-neighbor-nav{background:#080808}.post-neighbor-card{background-color:#101010}.post-image-lightbox{background:rgba(7,7,7,.94)}.nav-dropdown.nav-level-2{z-index:1220}.nav-dropdown.nav-level-3{z-index:1240;top:-8px;left:calc(100% + 8px);min-width:260px}.nav-subitem-level-3>a{padding-left:12px!important}.nav-subitem.has-children>a{padding-right:38px!important}.nav-subitem.has-children>.nav-subtoggle{position:relative;z-index:2}.mega-card-entry,.mega-link-wrap{position:relative}.mega-card-entry.has-children .mega-card{padding-right:34px}.mega-card-toggle,.mega-link-toggle{position:absolute;z-index:6;right:2px;top:50%;width:28px;height:34px;transform:translateY(-50%);color:#907731}.mega-card-entry>.nav-dropdown,.mega-link-wrap>.nav-dropdown{top:-8px;left:calc(100% + 12px);min-width:270px}.mega-card-entry:hover>.nav-dropdown,.mega-card-entry:focus-within>.nav-dropdown,.mega-card-entry.open>.nav-dropdown,.mega-link-wrap:hover>.nav-dropdown,.mega-link-wrap:focus-within>.nav-dropdown,.mega-link-wrap.open>.nav-dropdown{opacity:1;visibility:visible;transform:none}.mega-card-column:last-child .mega-card-entry>.nav-dropdown,.mega-column:last-child .mega-link-wrap>.nav-dropdown{left:auto;right:calc(100% + 12px)}@media(max-width:1040px){.nav-dropdown.nav-level-3{position:static!important;min-width:0;margin-left:16px!important;width:calc(100% - 16px)!important}.mega-card-entry,.mega-link-wrap{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center}.mega-card-entry>.mega-card,.mega-link-wrap>.mega-link{grid-column:1;min-width:0}.mega-card-toggle,.mega-link-toggle{position:static;grid-column:2;grid-row:1;transform:none;justify-self:end;right:auto;top:auto}.mega-card-entry>.nav-dropdown,.mega-link-wrap>.nav-dropdown,.mega-card-column:last-child .mega-card-entry>.nav-dropdown,.mega-column:last-child .mega-link-wrap>.nav-dropdown{position:static!important;grid-column:1/-1;width:100%!important;min-width:0;margin:7px 0 2px!important;padding:6px;display:none;opacity:1;visibility:visible;transform:none!important;box-shadow:none;border-color:#252525}.mega-card-entry.open>.nav-dropdown,.mega-link-wrap.open>.nav-dropdown{display:block}.mega-card-entry:hover>.nav-dropdown,.mega-card-entry:focus-within>.nav-dropdown,.mega-link-wrap:hover>.nav-dropdown,.mega-link-wrap:focus-within>.nav-dropdown{display:none}.mega-card-entry.open:hover>.nav-dropdown,.mega-card-entry.open:focus-within>.nav-dropdown,.mega-link-wrap.open:hover>.nav-dropdown,.mega-link-wrap.open:focus-within>.nav-dropdown{display:block}}.contact-hero .shell{max-width:var(--max)}.contact-hero h1,.contact-hero p{max-width:none;width:100%}.contact-section{padding-top:52px}.contact-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(250px,1fr);gap:18px;align-items:start}.contact-form-panel,.contact-details-panel{border:1px solid var(--line);border-radius:14px;background:var(--panel);overflow:hidden}.contact-form-panel{padding:28px}.contact-details-panel{position:sticky;top:98px;padding:26px 22px}.contact-panel-head{margin-bottom:24px}.contact-panel-head h2,.contact-details-panel h2{margin:6px 0 8px;font:700 24px/1.15 'Ubuntu',Arial,sans-serif}.contact-panel-head p{max-width:760px;margin:0;color:var(--muted);font-size:13px}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-field.full{grid-column:1/-1}.contact-field label{display:block;margin-bottom:6px;color:#9a9aa0;font:800 10px/1.2 'Ubuntu',Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase}.contact-field input,.contact-field textarea{width:100%;border:1px solid #303033;border-radius:7px;background:#0d0d0f;color:#e6e6e6;padding:12px 13px;outline:none;transition:.16s ease}.contact-field input:focus,.contact-field textarea:focus{border-color:#907731;box-shadow:0 0 0 2px rgba(144,119,49,.12)}.contact-field textarea{min-height:230px;resize:vertical;line-height:1.65}.contact-security-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line-soft)}.contact-security-copy{display:flex;align-items:center;gap:8px;color:#777;font-size:11px}.contact-security-copy i{color:#907731}.contact-submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:43px;margin-top:18px;padding:0 20px;border:1px solid #907731;border-radius:7px;background:#907731;color:#fff;font:800 11px/1 'Ubuntu',Arial,sans-serif;cursor:pointer;transition:.16s ease}.contact-submit:hover{filter:brightness(1.08);transform:translateY(-1px)}.contact-detail{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line-soft)}.contact-detail>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid #3a321e;border-radius:8px;background:#15130d;color:#907731}.contact-detail small{display:block;color:#666;font-size:9px;letter-spacing:.1em;text-transform:uppercase}.contact-detail strong,.contact-detail a{display:block;margin-top:3px;color:#d8d8d8;font-size:12px;overflow-wrap:anywhere}.contact-detail a:hover{color:#907731}.contact-extra{margin-top:18px;padding-top:17px;border-top:1px solid var(--line-soft);color:#85858a;font-size:12px;line-height:1.7}.contact-alert{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;margin:0 0 20px;padding:13px 14px;border:1px solid;border-radius:8px;font-size:11px}.contact-alert i{margin-top:2px}.contact-alert strong{display:block;margin-bottom:3px}.contact-alert span{color:#aaa}.contact-alert ul{margin:5px 0 0;padding-left:17px}.contact-alert.success{border-color:#2d5a39;background:#0e1a11;color:#71d98a}.contact-alert.error{border-color:#583030;background:#190d0d;color:#e08a8a}.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media(max-width:900px){.contact-layout{grid-template-columns:1fr}.contact-details-panel{position:static}.contact-security-row{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.contact-form-panel{padding:20px 16px}.contact-details-panel{padding:21px 17px}.contact-form-grid{grid-template-columns:1fr}.contact-field.full{grid-column:auto}.contact-field textarea{min-height:190px}}.pb-type-contact_form,.pb-type-contact_details{width:100%}.pb-type-contact_form .contact-form-panel,.pb-type-contact_details .contact-details-panel{width:100%;height:100%;box-sizing:border-box}.pb-type-contact_details .contact-details-panel{position:sticky;top:98px}.contact-builder-missing{padding:20px;border:1px dashed var(--line);border-radius:10px;color:var(--muted)}@media(max-width:900px){.pb-type-contact_details .contact-details-panel{position:static}}.pb-type-text .pb-richtext.post-content{width:100%;max-width:none}.pb-type-text .pb-richtext.post-content::after{content:"";display:block;clear:both}.content-bottom-gallery-section{padding-top:56px;padding-bottom:72px;background:var(--bg-1);border-top:1px solid var(--line-soft)}.content-bottom-gallery-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.content-bottom-gallery-head h2{margin:6px 0 0;font-size:clamp(25px,3vw,38px);letter-spacing:-.035em}.content-bottom-gallery-head>span{color:#777;font:700 10px/1 'Ubuntu',Arial,sans-serif;text-transform:uppercase;letter-spacing:.12em}.content-bottom-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:210px}.content-bottom-gallery-item{height:210px}.content-bottom-gallery-item .gallery-viewer-overlay small{color:#aaa;text-transform:none;letter-spacing:0;font-weight:400;line-height:1.35}@media(max-width:1000px){.content-bottom-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:220px}.content-bottom-gallery-item{height:220px}}@media(max-width:600px){.content-bottom-gallery-section{padding-top:42px;padding-bottom:52px}.content-bottom-gallery-head{align-items:start}.content-bottom-gallery-grid{grid-template-columns:1fr;grid-auto-rows:250px}.content-bottom-gallery-item{height:250px}}.posts-pagination{margin-top:30px;padding-top:22px;border-top:1px solid var(--line-soft)}.posts-pagination-summary{margin-bottom:12px;color:#777;font:700 10px/1.2 'Ubuntu',Arial,sans-serif;text-transform:uppercase;letter-spacing:.12em;text-align:center}.posts-pagination-controls{display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;gap:14px}.posts-page-numbers{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.posts-page-number,.posts-page-ellipsis{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid #2d2d30;border-radius:7px;background:#111113;color:#aaa;font:700 11px/1 'Ubuntu',Arial,sans-serif}a.posts-page-number{transition:.16s ease}a.posts-page-number:hover{border-color:#907731;color:#fff;background:#17150e}.posts-page-number.active{background:#907731;border-color:#907731;color:#fff}.posts-page-ellipsis{min-width:24px;border-color:transparent;background:transparent;color:#666}.posts-page-arrow{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 14px;border:1px solid #303033;border-radius:7px;background:#121214;color:#b7b7b9;font:700 11px/1 'Ubuntu',Arial,sans-serif;transition:.16s ease}.posts-page-arrow.prev{justify-self:start}.posts-page-arrow.next{justify-self:end}a.posts-page-arrow:hover{border-color:#907731;background:#17150e;color:#fff}.posts-page-arrow i{color:#907731;font-size:10px}.posts-page-arrow.disabled{opacity:.34;cursor:default}@media(max-width:680px){.posts-pagination{margin-top:24px;padding-top:18px}.posts-pagination-controls{grid-template-columns:1fr 1fr;gap:9px}.posts-page-numbers{grid-column:1/-1;grid-row:1;gap:5px}.posts-page-arrow.prev{grid-column:1;grid-row:2;justify-self:stretch}.posts-page-arrow.next{grid-column:2;grid-row:2;justify-self:stretch}.posts-page-number{min-width:34px;height:34px}}:root{--article-gallery-gap:35px}.post-article-section.has-bottom-gallery{padding-bottom:var(--article-gallery-gap)}.content-bottom-gallery-section{padding-top:var(--article-gallery-gap)}.content-bottom-gallery-title{margin:0;color:#907731;font-size:18px;font-weight:900;line-height:1.15;letter-spacing:.18em;text-transform:uppercase}.content-bottom-gallery-head{align-items:center}@media(max-width:600px){:root{--article-gallery-gap:28px}.content-bottom-gallery-section{padding-top:var(--article-gallery-gap)}.post-article-section.has-bottom-gallery{padding-bottom:var(--article-gallery-gap)}.content-bottom-gallery-title{font-size:18px}}.post-content ul,.post-content ol,.pb-richtext ul,.pb-richtext ol{margin:1.05em 0 1.25em;padding-left:1.75em}.post-content li,.pb-richtext li{margin:.35em 0}.post-content ul ul,.pb-richtext ul ul{list-style-type:circle;margin:.35em 0}.post-content ul ul ul,.pb-richtext ul ul ul{list-style-type:square}.post-content ol ol,.pb-richtext ol ol{list-style-type:lower-alpha;margin:.35em 0}.post-content ol ol ol,.pb-richtext ol ol ol{list-style-type:lower-roman}.mega-column-head,.mega-card-column-head{position:relative;min-height:0;margin:0 0 12px;padding:11px 13px 10px 15px;overflow:hidden;border:1px solid #242426;border-radius:8px;background:linear-gradient(105deg,rgba(144,119,49,.095) 0%,rgba(144,119,49,.025) 42%,rgba(255,255,255,.012) 100%),#0d0d0f;box-shadow:inset 3px 0 0 #907731,inset 0 1px 0 rgba(255,255,255,.018)}.mega-column-head::after,.mega-card-column-head::after{content:"";position:absolute;right:11px;top:11px;width:6px;height:6px;border:1px solid rgba(144,119,49,.62);border-radius:2px;background:rgba(144,119,49,.16);transform:rotate(45deg)}.mega-column-head h3,.mega-card-column-head h3{margin:0;padding-right:22px;color:#f1f1f1;font-family:var(--font-sans);font-size:12.5px;line-height:1.25;font-weight:700;letter-spacing:.005em}.mega-column-head .mega-column-description,.mega-card-column-head p{margin:4px 0 0;padding-right:22px;color:#77777b;font-family:var(--font-sans);font-size:9.5px;line-height:1.4;font-weight:400}.mega-inner{padding:15px}.mega-column{padding:18px 19px}.mega-links{gap:3px}.mega-link{padding:8px 9px}.mega-sublinks{gap:3px;padding-top:0;padding-bottom:6px}.mega-card-columns{gap:12px;padding:13px 14px 16px}.mega-card-column{padding:0 7px}.mega-card-stack{gap:6px}.mega-card{min-height:58px;padding:4px}.mega-link:hover,.mega-card:hover{box-shadow:inset 2px 0 0 rgba(144,119,49,.55)}@media(max-width:1040px){.mega-column-head,.mega-card-column-head{margin-bottom:9px;padding:10px 12px 9px 14px}.mega-column{padding:14px}.mega-card-columns{gap:9px;padding:10px}}.mega-menu.mega-layout-cards{background:linear-gradient(180deg,rgba(255,255,255,.012) 0%,rgba(255,255,255,0) 100%),#0a0a0b}.mega-layout-cards .mega-card-column-head{display:block;margin:0 0 14px;padding:12px 14px 11px 16px;border:1px solid #242426;border-radius:10px;background:linear-gradient(110deg,rgba(144,119,49,.11) 0%,rgba(144,119,49,.03) 45%,rgba(255,255,255,.01) 100%),#0d0d0f;box-shadow:inset 3px 0 0 #907731,inset 0 1px 0 rgba(255,255,255,.02),0 6px 18px rgba(0,0,0,.22)}.mega-layout-cards .mega-card-column-head::before{content:"";position:absolute;left:15px;right:15px;bottom:0;height:1px;background:linear-gradient(90deg,rgba(144,119,49,.38),rgba(144,119,49,0))}.mega-layout-cards .mega-card-column-head h3{color:#fafafa;font-size:15px;font-weight:700;letter-spacing:.01em}.mega-layout-cards .mega-card-column-head p{margin-top:5px;color:#8f8f94;font-size:11px;line-height:1.45}.mega-layout-cards .mega-card-columns{gap:40px;padding:24px 26px 26px;align-items:start}.mega-layout-cards .mega-card-stack{gap:13px}.mega-layout-cards .mega-card{position:relative;grid-template-columns:64px minmax(0,1fr);gap:14px;min-height:66px;padding:8px 10px 8px 0;border-radius:12px}.mega-layout-cards .mega-card::before{content:"";position:absolute;inset:0;border-radius:12px;background:linear-gradient(90deg,rgba(144,119,49,.06),rgba(144,119,49,0) 58%);opacity:0;transition:opacity .18s ease;pointer-events:none}.mega-layout-cards .mega-card:hover::before,.mega-layout-cards .mega-card:focus-visible::before{opacity:1}.mega-layout-cards .mega-card:hover,.mega-layout-cards .mega-card:focus-visible{box-shadow:inset 2px 0 0 rgba(144,119,49,.62)}.mega-layout-cards .mega-card-media{width:66px;height:66px;border-radius:12px;background:#121214;box-shadow:0 0 0 1px rgba(255,255,255,.05),0 10px 20px rgba(0,0,0,.18)}.mega-layout-cards .mega-card-media img,.mega-layout-cards .mega-card-placeholder{border-radius:12px}.mega-layout-cards .mega-card-copy{display:flex;min-width:0;flex-direction:column;justify-content:center}.mega-layout-cards .mega-card-title{color:#f5f5f5;font-size:16px;line-height:1.16;font-weight:700}.mega-layout-cards .mega-card-description{margin-top:6px;color:#b1903b;font-size:11.5px;line-height:1.35;text-transform:uppercase;letter-spacing:.03em}@media(max-width:1040px){.mega-layout-cards .mega-card-columns{gap:24px;padding:20px 18px 22px}.mega-layout-cards .mega-card-column-head h3{font-size:14px}.mega-layout-cards .mega-card-column-head p{font-size:10.5px}}@media(max-width:680px){.mega-layout-cards .mega-card-column-head{margin-bottom:10px;padding:10px 12px 10px 14px}.mega-layout-cards .mega-card-columns{gap:16px;padding:14px 12px 18px}.mega-layout-cards .mega-card{grid-template-columns:58px minmax(0,1fr);gap:12px;min-height:58px;padding:6px 8px 6px 0}.mega-layout-cards .mega-card-media{width:58px;height:58px}.mega-layout-cards .mega-card-title{font-size:14px}.mega-layout-cards .mega-card-description{font-size:11px}}.post-content a,.pb-richtext a{color:#b09135;text-decoration:underline;text-decoration-color:rgba(144,119,49,.48);text-underline-offset:3px;transition:color .16s ease,text-decoration-color .16s ease}.post-content a:hover,.pb-richtext a:hover{color:#d0b44e;text-decoration-color:#907731}.footer-flag-counter{width:min(var(--max),calc(100% - 48px));margin:28px auto 0;display:flex;justify-content:center}.footer-flag-counter-crop{position:relative;width:min(100%,720px);height:66px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-top:1px solid rgba(144,119,49,.14);border-bottom:1px solid rgba(144,119,49,.10);background:linear-gradient(90deg,transparent,rgba(144,119,49,.025),transparent)}.footer-flag-counter-crop img{display:block;flex:0 0 auto;width:auto;max-width:none;height:auto;position:relative;left:50%;transform:translateX(-50%)}.footer-flag-counter+.footer-copy{margin-top:18px}@media(max-width:760px){.footer-flag-counter{width:calc(100% - 30px);margin-top:24px}.footer-flag-counter-crop{width:100%;height:64px}}.footer-flag-counter{margin-top:28px}.footer-flag-counter-crop{width:min(100%,720px);height:45px;overflow:hidden;display:block;border:0;background:transparent}.footer-flag-counter-crop img{display:block;position:relative;left:50%;top:0;width:auto;max-width:none;height:auto;margin:0;transform:translateX(-50%)}.footer-flag-counter+.footer-copy{margin-top:18px}@media(max-width:760px){.footer-flag-counter-crop{height:45px}}.footer-flag-counter{position:relative;padding-top:24px}.footer-flag-counter::before{content:"";position:absolute;top:0;left:50%;width:min(760px,78%);height:1px;transform:translateX(-50%);background:repeating-linear-gradient( 90deg,rgba(144,119,49,.92) 0 8px,transparent 8px 14px );opacity:.58;-webkit-mask-image:linear-gradient( 90deg,transparent 0%,#000 10%,#000 90%,transparent 100% );mask-image:linear-gradient( 90deg,transparent 0%,#000 10%,#000 90%,transparent 100% )}.footer-flag-counter::after{content:"";position:absolute;top:-2px;left:50%;width:6px;height:6px;transform:translateX(-50%) rotate(45deg);border:1px solid rgba(144,119,49,.78);background:var(--footer-bg,#030303)}@media(max-width:760px){.footer-flag-counter{padding-top:20px}.footer-flag-counter::before{width:88%}}.footer-shell{padding-bottom:55px}.footer-flag-counter{margin-top:0}@media(max-width:680px){.footer-shell{padding-bottom:55px}.footer-flag-counter{margin-top:0}}.post-content img,.pb-image img,.content-lightbox-image{cursor:zoom-in}.footer-brand-description{white-space:normal}.footer-brand-description br{display:block;content:"";margin-top:3px}.nav-shell{gap:13px}.main-nav{margin-left:-7px}@media(max-width:1040px){.main-nav{margin-left:0}}.blog-featured-layout{position:relative}.blog-featured-layout .featured-post{position:relative;overflow:hidden;border-color:#303033;box-shadow:0 18px 50px rgba(0,0,0,.16);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.blog-featured-layout .featured-post::before{content:"";position:absolute;z-index:3;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,#907731 0%,rgba(144,119,49,.36) 40%,transparent 82%);pointer-events:none}.blog-featured-layout .featured-post:hover{border-color:#4c4326;box-shadow:0 22px 58px rgba(0,0,0,.22)}.blog-featured-layout .post-image-link{position:relative;display:block;color:inherit}.blog-featured-layout .post-image-link::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.16)),linear-gradient(90deg,rgba(144,119,49,.05),transparent 46%);pointer-events:none;transition:background .2s ease}.blog-featured-layout .post-image-link:hover::after{background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.08)),linear-gradient(90deg,rgba(144,119,49,.095),transparent 52%)}.blog-featured-layout .post-image-link img{transition:transform .38s ease,opacity .25s ease}.blog-featured-layout .post-image-link:hover img{transform:scale(1.025);opacity:.9}.featured-post-badge{position:absolute;z-index:2;top:17px;left:18px;display:inline-flex;align-items:center;gap:7px;min-height:29px;padding:0 11px;border:1px solid rgba(144,119,49,.62);border-radius:999px;background:rgba(8,8,9,.82);backdrop-filter:blur(7px);color:#c4a644;font-size:10px;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.featured-post-badge i{font-size:9px}.featured-image-link-cue{position:absolute;z-index:2;right:17px;bottom:17px;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(144,119,49,.38);border-radius:50%;background:rgba(8,8,9,.74);color:#b99d42;opacity:.78;transform:translateY(2px);transition:.2s ease}.post-image-link:hover .featured-image-link-cue{opacity:1;transform:translateY(0);border-color:#907731;background:#907731;color:#070707}.featured-post-title-link{color:inherit;transition:color .16s ease}.featured-post-title-link:hover{color:#c0a64a}.read-more-button{min-height:39px;margin-top:13px;padding:0 15px;gap:10px;align-items:center;justify-content:center;border:1px solid #907731;border-radius:7px;background:#907731;color:#090909 !important;box-shadow:0 8px 20px rgba(144,119,49,.10);transition:background .17s ease,color .17s ease,transform .17s ease,box-shadow .17s ease}.read-more-button:hover{background:#aa8f38;color:#050505 !important;transform:translateY(-1px);box-shadow:0 11px 24px rgba(144,119,49,.16)}.read-more-button i{font-size:10px;transition:transform .17s ease}.read-more-button:hover i{transform:translateX(3px)}.post-stack{overflow:hidden}.post-stack-card{position:relative;min-height:0;padding:20px 54px 20px 22px;display:flex;align-items:center;border-bottom:1px solid #222;background:transparent;color:inherit;transition:background .18s ease,box-shadow .18s ease}.post-stack-card:last-child{border-bottom:0}.post-stack-card::before{content:"";position:absolute;left:0;top:15px;bottom:15px;width:2px;border-radius:2px;background:#907731;opacity:0;transform:scaleY(.55);transition:opacity .18s ease,transform .18s ease}.post-stack-card:hover,.post-stack-card:focus-visible{background:linear-gradient(90deg,rgba(144,119,49,.075),rgba(144,119,49,.012) 55%,transparent);box-shadow:inset 0 0 0 1px rgba(144,119,49,.08);outline:none}.post-stack-card:hover::before,.post-stack-card:focus-visible::before{opacity:1;transform:scaleY(1)}.post-stack-copy{display:block;min-width:0}.post-stack-card .meta{display:block}.post-stack-title{display:block;margin:7px 0 7px;color:#f2f2f2;font-size:16px;line-height:1.3;font-weight:700;transition:color .16s ease}.post-stack-excerpt{display:block;color:#797979;font-size:12px;line-height:1.6}.post-stack-arrow{position:absolute;right:19px;top:50%;width:28px;height:28px;display:grid;place-items:center;border:1px solid #303033;border-radius:50%;color:#907731;transform:translateY(-50%);transition:.18s ease}.post-stack-card:hover .post-stack-title,.post-stack-card:focus-visible .post-stack-title{color:#fff}.post-stack-card:hover .post-stack-arrow,.post-stack-card:focus-visible .post-stack-arrow{right:16px;border-color:#907731;background:#907731;color:#080808}.blog-featured-layout::after{content:"";position:absolute;pointer-events:none;left:62%;top:3%;width:1px;height:94%;background:linear-gradient(180deg,transparent,rgba(144,119,49,.14),transparent);opacity:.58}@media(max-width:1040px){.blog-featured-layout::after{display:none}}@media(max-width:680px){.featured-post-badge{top:12px;left:12px}.featured-image-link-cue{right:12px;bottom:12px}.post-stack-card{padding:18px 50px 18px 18px}}.project-livebar{position:relative;min-height:64px;margin:0 0 15px;padding:11px 15px;display:flex;align-items:center;justify-content:space-between;gap:18px;overflow:hidden;border:1px solid #28282b;border-radius:11px;background:linear-gradient(90deg,rgba(144,119,49,.085),rgba(144,119,49,.012) 36%,transparent 68%),#0d0d0f;box-shadow:inset 0 1px 0 rgba(255,255,255,.018)}.project-livebar::after{content:"";position:absolute;left:-25%;top:0;width:24%;height:1px;background:linear-gradient(90deg,transparent,#907731,transparent);animation:projectLiveSweep 5.8s linear infinite}.project-livebar-left,.project-livebar-right{position:relative;z-index:1;display:flex;align-items:center}.project-livebar-left{gap:12px}.project-livebar-left strong{display:block;color:#f1f1f1;font-size:11px;letter-spacing:.12em}.project-livebar-left small{display:block;margin-top:3px;color:#6e6e73;font-size:9px;letter-spacing:.11em;text-transform:uppercase}.project-live-signal{width:36px;height:36px;display:flex;align-items:flex-end;justify-content:center;gap:3px;padding:8px 8px 7px;border:1px solid rgba(144,119,49,.34);border-radius:8px;background:#15130d}.project-live-signal i{width:3px;border-radius:2px;background:#907731;transform-origin:bottom;animation:projectSignal 1.15s ease-in-out infinite alternate}.project-live-signal i:nth-child(1){height:8px;animation-delay:-.55s}.project-live-signal i:nth-child(2){height:16px;animation-delay:-.25s}.project-live-signal i:nth-child(3){height:12px;animation-delay:-.8s}.project-livebar-right{gap:14px}.project-live-stat,.project-live-clock{display:grid;gap:3px;min-width:68px}.project-live-stat small,.project-live-clock small{color:#5f5f64;font-size:8px;letter-spacing:.12em}.project-live-stat strong,.project-live-clock strong{color:#d7d7da;font-size:11px;font-weight:700}.project-live-stat:first-child strong{color:#70d78a}.project-live-divider{width:1px;height:28px;background:linear-gradient(180deg,transparent,#2b2b2e,transparent)}.project-dynamic-grid{perspective:1400px;gap:14px}.project-card.project-card-dynamic{--pointer-x:50%;--pointer-y:50%;--tilt-x:0deg;--tilt-y:0deg;color:inherit;text-decoration:none;background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(144,119,49,.105),transparent 31%),linear-gradient(135deg,#111113 0%,#0d0d0f 58%,#0a0a0b 100%);border-color:#29292c;transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(0);transform-style:preserve-3d;will-change:transform;transition:transform .18s ease,border-color .2s ease,box-shadow .22s ease,background .22s ease}.project-card.project-card-dynamic:hover,.project-card.project-card-dynamic:focus-visible{transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-5px);border-color:#514625;box-shadow:0 26px 70px rgba(0,0,0,.34),inset 0 0 0 1px rgba(144,119,49,.06);outline:none}.project-card-dynamic .project-card-bg{opacity:.11;filter:grayscale(1) contrast(1.08);transform:scale(1.02);transition:opacity .35s ease,transform .7s ease,filter .35s ease}.project-card-dynamic:hover .project-card-bg{opacity:.18;filter:grayscale(.75) contrast(1.1);transform:scale(1.055)}.project-card-grid{position:absolute;z-index:-1;inset:0;pointer-events:none;opacity:.19;background-image:linear-gradient(rgba(144,119,49,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(144,119,49,.055) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(135deg,#000,transparent 68%)}.project-card-scan{position:absolute;z-index:0;left:0;right:0;top:-16%;height:44px;pointer-events:none;opacity:.34;background:linear-gradient( 180deg,transparent,rgba(144,119,49,.035),rgba(144,119,49,.13),transparent );filter:blur(.2px);animation:projectScan 7.2s linear infinite}.project-card-dynamic.status-online::before,.project-card-dynamic.status-test::before,.project-card-dynamic.status-offline::before{content:"";position:absolute;z-index:2;left:0;top:22px;width:2px;height:42px;border-radius:0 2px 2px 0}.project-card-dynamic.status-online::before{background:#63d77e;box-shadow:0 0 16px rgba(99,215,126,.48)}.project-card-dynamic.status-test::before{background:#c29d3e;box-shadow:0 0 14px rgba(194,157,62,.34)}.project-card-dynamic.status-offline::before{background:#9a4c4c}.project-card-dynamic .project-top,.project-card-dynamic .project-meta,.project-card-dynamic h3,.project-card-dynamic p,.project-card-dynamic .project-metrics,.project-card-dynamic .project-foot{position:relative;z-index:2}.project-card-dynamic .project-icon{position:relative;overflow:hidden;border-color:#4a3e20;background:linear-gradient(145deg,rgba(144,119,49,.16),rgba(144,119,49,.025)),#14120c;box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.project-card-dynamic .project-icon::after{content:"";position:absolute;inset:-50%;background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.14) 50%,transparent 62%);transform:translateX(-70%) rotate(8deg);transition:transform .55s ease}.project-card-dynamic:hover .project-icon{transform:translateY(-2px) rotate(-2deg);border-color:#907731;box-shadow:0 8px 24px rgba(144,119,49,.12)}.project-card-dynamic:hover .project-icon::after{transform:translateX(70%) rotate(8deg)}.project-card-dynamic .project-icon span{position:relative;z-index:1}.project-card-dynamic .project-status{text-align:right}.project-card-dynamic .project-status>b{display:flex;align-items:center;justify-content:flex-end;gap:6px}.project-status-dot{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#727277;box-shadow:0 0 0 0 rgba(114,114,119,0)}.project-status-dot.online{background:#63d77e;box-shadow:0 0 0 4px rgba(99,215,126,.08);animation:projectStatusPulse 1.75s ease-out infinite}.project-status-dot.test{background:#c29d3e;box-shadow:0 0 0 4px rgba(194,157,62,.08)}.project-status-dot.offline{background:#a35151}.project-card-dynamic h3{transition:color .18s ease,transform .18s ease}.project-card-dynamic:hover h3{color:#fff;transform:translateX(2px)}.project-metrics .metric{position:relative;overflow:hidden;transition:border-color .18s ease,background .18s ease,transform .18s ease}.project-card-dynamic:hover .project-metrics .metric{border-color:#383224;background:#12110e;transform:translateY(-1px)}.metric-pulse{position:absolute;right:6px;top:6px;width:3px;height:3px;border-radius:50%;background:#907731;opacity:.55}.project-card-dynamic .project-foot{border-top-color:#29292c}.project-signature{display:inline-flex;align-items:center;gap:7px}.project-signature i{color:#665a32;font-size:10px}.project-open{min-height:30px;display:inline-flex;align-items:center;gap:8px;color:#b89a3b;transition:color .18s ease,transform .18s ease}.project-open i{font-size:10px;transition:transform .18s ease}.project-card-dynamic:hover .project-open{color:#d0b44e;transform:translateX(2px)}.project-card-dynamic:hover .project-open i{transform:translateX(4px)}@keyframes projectSignal{from{transform:scaleY(.55);opacity:.55}to{transform:scaleY(1);opacity:1}}@keyframes projectScan{from{transform:translateY(-120%)}to{transform:translateY(950%)}}@keyframes projectStatusPulse{0%{box-shadow:0 0 0 0 rgba(99,215,126,.22)}70%{box-shadow:0 0 0 8px rgba(99,215,126,0)}100%{box-shadow:0 0 0 0 rgba(99,215,126,0)}}@keyframes projectLiveSweep{from{transform:translateX(0)}to{transform:translateX(600%)}}@media(max-width:760px){.project-livebar{align-items:flex-start;flex-direction:column}.project-livebar-right{width:100%;justify-content:space-between}.project-live-clock{text-align:right}}@media(prefers-reduced-motion:reduce){.project-livebar::after,.project-live-signal i,.project-card-scan,.project-status-dot.online{animation:none!important}.project-card.project-card-dynamic,.project-card.project-card-dynamic:hover{transform:none!important}}.project-card-dynamic .project-metrics,.project-card-dynamic .metrics{display:none!important}.project-card-dynamic .project-icon{width:52px;height:52px;display:grid;place-items:center}.project-card-dynamic .project-icon i{position:relative;z-index:2;font-size:21px;color:#b59636;transition:color .2s ease,transform .2s ease,text-shadow .2s ease}.project-card-dynamic:hover .project-icon i{transform:scale(1.09) rotate(-2deg)}.quick-icon i{font-size:21px}.project-card-dynamic.status-online{border-color:rgba(82,190,106,.44);background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(86,205,111,.14),transparent 31%),linear-gradient(135deg,rgba(18,50,27,.56) 0%,#0e1210 48%,#090b0a 100%);box-shadow:inset 0 0 0 1px rgba(86,205,111,.03)}.project-card-dynamic.status-online:hover,.project-card-dynamic.status-online:focus-visible{border-color:rgba(99,215,126,.80);box-shadow:0 26px 70px rgba(0,0,0,.34),0 0 36px rgba(74,188,99,.10),inset 0 0 0 1px rgba(99,215,126,.07)}.project-card-dynamic.status-online .project-icon{border-color:rgba(78,181,101,.56);background:linear-gradient(145deg,rgba(74,181,98,.20),rgba(74,181,98,.035)),#0d1710}.project-card-dynamic.status-online .project-icon i{color:#72df8b;text-shadow:0 0 18px rgba(99,215,126,.30)}.project-card-dynamic.status-online .project-meta,.project-card-dynamic.status-online .project-open{color:#75d88b}.project-card-dynamic.status-online .project-signature i{color:#5aaa6b}.project-card-dynamic.status-online .project-card-grid{background-image:linear-gradient(rgba(82,190,106,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(82,190,106,.065) 1px,transparent 1px)}.project-card-dynamic.status-test{border-color:rgba(190,150,52,.52);background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(190,150,52,.15),transparent 31%),linear-gradient(135deg,rgba(54,42,15,.58) 0%,#14110c 50%,#0a0a09 100%)}.project-card-dynamic.status-test:hover,.project-card-dynamic.status-test:focus-visible{border-color:#a88932;box-shadow:0 26px 70px rgba(0,0,0,.34),0 0 36px rgba(144,119,49,.13),inset 0 0 0 1px rgba(144,119,49,.08)}.project-card-dynamic.status-test .project-icon{border-color:#755e27;background:linear-gradient(145deg,rgba(144,119,49,.25),rgba(144,119,49,.04)),#19140a}.project-card-dynamic.status-test .project-icon i{color:#d0ae45;text-shadow:0 0 18px rgba(208,174,69,.28)}.project-card-dynamic.status-test .project-meta,.project-card-dynamic.status-test .project-open{color:#c8a642}.project-card-dynamic.status-offline{border-color:rgba(153,71,71,.48);background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(151,65,65,.12),transparent 31%),linear-gradient(135deg,rgba(48,21,21,.53) 0%,#130e0e 52%,#0a0909 100%)}.project-card-dynamic.status-offline:hover,.project-card-dynamic.status-offline:focus-visible{border-color:rgba(188,84,84,.74);box-shadow:0 26px 70px rgba(0,0,0,.34),0 0 31px rgba(160,68,68,.09)}.project-card-dynamic.status-offline .project-icon{border-color:rgba(164,73,73,.52);background:linear-gradient(145deg,rgba(160,72,72,.18),rgba(160,72,72,.03)),#180d0d}.project-card-dynamic.status-offline .project-icon i{color:#c36b6b;text-shadow:0 0 16px rgba(195,107,107,.24)}.project-card-dynamic.status-offline .project-meta,.project-card-dynamic.status-offline .project-open{color:#bd7474}.project-card-dynamic .project-status>b{width:max-content;margin-left:auto;padding:5px 8px;border:1px solid #303034;border-radius:999px;background:rgba(10,10,11,.70)}.project-card-dynamic .project-status>b.online{border-color:rgba(99,215,126,.34);background:rgba(28,83,41,.34);color:#78df8f}.project-card-dynamic .project-status>b.test{border-color:rgba(194,157,62,.38);background:rgba(86,66,18,.35);color:#d0ad45}.project-card-dynamic .project-status>b.offline{border-color:rgba(177,82,82,.36);background:rgba(80,31,31,.34);color:#cf7878}.project-card-dynamic p{margin-bottom:25px}.project-card.project-card-dynamic,.project-card.project-card-dynamic.status-online,.project-card.project-card-dynamic.status-test,.project-card.project-card-dynamic.status-offline,.project-card.project-card-dynamic.status-neutral,.project-card.project-card-dynamic:hover,.project-card.project-card-dynamic:focus-visible,.project-card.project-card-dynamic.status-online:hover,.project-card.project-card-dynamic.status-online:focus-visible,.project-card.project-card-dynamic.status-test:hover,.project-card.project-card-dynamic.status-test:focus-visible,.project-card.project-card-dynamic.status-offline:hover,.project-card.project-card-dynamic.status-offline:focus-visible{border-color:#2d2d30!important}.project-card-dynamic .project-icon,.project-card-dynamic.status-online .project-icon,.project-card-dynamic.status-test .project-icon,.project-card-dynamic.status-offline .project-icon,.project-card-dynamic.status-neutral .project-icon,.project-card-dynamic:hover .project-icon{border-color:#343438!important}.project-card-dynamic .project-status>b,.project-card-dynamic .project-status>b.online,.project-card-dynamic .project-status>b.test,.project-card-dynamic .project-status>b.offline{border-color:#323236!important}.project-dynamic-grid .metric,.project-livebar,.project-live-signal{border-color:#2d2d30!important}.pb-fmlink{position:relative;display:grid;grid-template-columns:minmax(0,440px) minmax(0,1fr);gap:38px;align-items:center;padding:38px;border:1px solid rgba(255,255,255,.08);border-radius:26px;background:radial-gradient(circle at 15% 18%,rgba(183,155,73,.14),transparent 28%),radial-gradient(circle at 88% 84%,rgba(183,155,73,.10),transparent 24%),linear-gradient(135deg,#0d0d0d 0%,#090909 48%,#060606 100%);overflow:hidden;isolation:isolate;box-shadow:0 24px 80px rgba(0,0,0,.34)}.pb-fmlink::before,.pb-fmlink::after{content:"";position:absolute;inset:auto;border:1px solid rgba(183,155,73,.14);border-radius:50%;pointer-events:none}.pb-fmlink::before{width:320px;height:320px;left:34%;bottom:-160px}.pb-fmlink::after{width:180px;height:180px;right:-60px;top:-60px}.pb-fmlink-copy{position:relative;z-index:1;max-width:430px}.pb-fmlink-eyebrow{display:flex;align-items:center;gap:14px;color:var(--gold-2);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.pb-fmlink-eyebrow::before{content:"";width:34px;height:1px;background:rgba(183,155,73,.78);flex:0 0 34px}.pb-fmlink h2{margin:22px 0 18px;font-size:clamp(52px,7vw,86px);line-height:.92;letter-spacing:-.06em}.pb-fmlink p{margin:0;color:#d2d2d2;font-size:16px;line-height:1.85;max-width:38ch}.pb-fmlink-actions{margin-top:28px}.pb-fmlink-tags{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:28px;color:#b8b8b8;font-size:11px;font-weight:800;letter-spacing:.26em;text-transform:uppercase}.pb-fmlink-tags i{display:block;width:4px;height:4px;border-radius:50%;background:rgba(183,155,73,.78)}.pb-fmlink-visual{position:relative;min-height:540px;padding:12px 0 20px 0}.pb-fmlink-main,.pb-fmlink-side{position:absolute;overflow:hidden;border-radius:22px;border:1px solid rgba(255,255,255,.14);background:#0b0b0b;box-shadow:0 28px 72px rgba(0,0,0,.42)}.pb-fmlink-main{left:0;top:0;width:min(100%,680px);aspect-ratio:1.15/1}.pb-fmlink-side{right:0;top:112px;width:min(40%,290px);aspect-ratio:.66/1}.pb-fmlink-main img,.pb-fmlink-side img{width:100%;height:100%;object-fit:cover;display:block}.pb-fmlink-badge,.pb-fmlink-coords{position:absolute;z-index:2;color:#d6d6d6;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.pb-fmlink-badge{right:14px;top:6px;max-width:215px;text-align:right;line-height:1.7;color:#c8c8c8}.pb-fmlink-coords{right:6px;bottom:8px;color:#aaa;font-size:11px;letter-spacing:.16em}@media(max-width:1180px){.pb-fmlink{grid-template-columns:1fr;gap:30px}.pb-fmlink-copy{max-width:none}.pb-fmlink p{max-width:none}.pb-fmlink-visual{min-height:640px}.pb-fmlink-main{width:calc(100% - 90px)}.pb-fmlink-side{width:min(42%,280px)}.pb-fmlink-badge{top:auto;bottom:72px;left:0;right:auto;text-align:left;max-width:260px}.pb-fmlink-coords{right:0}}@media(max-width:760px){.pb-fmlink{padding:24px;border-radius:20px}.pb-fmlink-eyebrow{font-size:11px;letter-spacing:.15em}.pb-fmlink h2{font-size:52px;margin:16px 0 14px}.pb-fmlink p{font-size:15px;line-height:1.75}.pb-fmlink-tags{gap:12px;font-size:11px;letter-spacing:.18em}.pb-fmlink-visual{min-height:auto;padding:0;display:grid;gap:16px}.pb-fmlink-main,.pb-fmlink-side{position:relative;left:auto;right:auto;top:auto;width:100%}.pb-fmlink-main{aspect-ratio:16/12}.pb-fmlink-side{aspect-ratio:3/4}.pb-fmlink-badge,.pb-fmlink-coords{position:static;display:block}.pb-fmlink-badge{margin-top:6px;text-align:left}.pb-fmlink-coords{margin-top:10px}}@media(max-width:1040px){html,body{max-width:100%;overflow-x:hidden}body.mobile-menu-open{overflow:hidden;touch-action:none}.site-header{isolation:isolate}.main-nav{z-index:1450;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-shadow:0 24px 60px rgba(0,0,0,.48)}.nav-root-item,.nav-subitem{min-width:0}.nav-root-link{min-width:0;min-height:50px}.nav-root-link,.nav-subitem>a,.mega-link,.mega-card{overflow-wrap:anywhere}.nav-subtoggle,.mega-card-toggle,.mega-link-toggle{touch-action:manipulation}.mega-menu{max-height:none;overflow:visible}.mega-inner,.mega-card-columns{max-width:100%}.builder-grid{grid-template-columns:minmax(0,1fr);gap:16px}.builder-cell{grid-column:1/-1!important;width:100%;min-width:0}.activity-layout,.blog-layout{gap:18px}}@media(max-width:760px){:root{--mobile-gutter:16px}html{scroll-padding-top:68px}body{overflow-x:hidden}.site-header{height:68px}.nav-shell{width:100%;height:68px;gap:6px;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.brand{order:1;width:140px;flex:0 0 140px;min-width:0}.brand img{width:136px;height:48px}.header-actions{order:2;margin-left:auto;gap:6px;min-width:0}.menu-toggle{order:3;flex:0 0 42px;width:42px;height:42px;margin-left:0;padding:8px;border:1px solid #252527;border-radius:9px;background:#111113;touch-action:manipulation}.menu-toggle span{width:22px;margin:4px auto;transition:transform .18s ease,opacity .18s ease}body.mobile-menu-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}body.mobile-menu-open .menu-toggle span:nth-child(2){opacity:0}body.mobile-menu-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.language-switch{height:34px;gap:5px;padding:2px 4px}.language-flag{width:25px;height:22px}.auth-pill{height:36px;min-width:0;padding:0 10px;font-size:10.5px}.main-nav{top:68px;left:0;right:0;width:100%;max-height:calc(100dvh - 68px);max-height:calc(100svh - 68px);padding:8px 12px calc(18px+env(safe-area-inset-bottom));border-top:1px solid #202023;border-bottom:1px solid #29292c;background:rgba(10,10,11,.995)}.nav-root-item{grid-template-columns:minmax(0,1fr) 44px;border-bottom-color:#1e1e21}.nav-root-link{min-height:52px;padding:13px 10px!important;font-size:14px!important;border-radius:7px!important}.nav-icon{min-width:18px;font-size:14px}.nav-subtoggle{width:44px;height:48px;font-size:16px}.nav-dropdown,.nav-subitem>.nav-dropdown,.mega-menu{margin-bottom:10px;padding:7px;border-radius:9px;background:#0d0d0f}.nav-subitem>a{min-height:46px;padding:10px 11px!important;font-size:12px!important}.mega-inner,.mega-layout-cards .mega-card-columns{grid-template-columns:1fr!important;gap:10px!important;padding:8px!important}.mega-column,.mega-card-column{padding:8px!important}.mega-column-head,.mega-card-column-head,.mega-layout-cards .mega-card-column-head{margin-bottom:9px;padding:10px 11px 9px 13px}.mega-layout-cards .mega-card{grid-template-columns:54px minmax(0,1fr);gap:11px;min-height:58px;padding:6px 6px 6px 0}.mega-layout-cards .mega-card-media{width:54px;height:54px}.mega-layout-cards .mega-card-title{font-size:14px;line-height:1.25}.mega-layout-cards .mega-card-description{margin-top:4px;font-size:11px;line-height:1.35}.account-dropdown{right:0;max-width:calc(100vw - 24px)}.shell,.ticker-shell,.footer-shell,.footer-copy,.post-hero .shell,.post-hero.has-image .shell,.builder-width-shell,.builder-width-wide{width:calc(100% - (var(--mobile-gutter) * 2))}.builder-width-full{width:100%}.builder-width-full>.builder-grid{padding-left:var(--mobile-gutter);padding-right:var(--mobile-gutter)}.section{padding:56px 0}.builder-section{padding-top:56px!important;padding-right:0!important;padding-bottom:56px!important;padding-left:0!important}.builder-section[data-vh="auto"]{min-height:0!important}.builder-section[data-vh="50"]{min-height:50svh!important}.builder-section[data-vh="100"]{min-height:100svh!important}.pb-module+.pb-module{margin-top:22px}.section-head{margin-bottom:26px}.section-head p,.pb-heading p{font-size:14px;line-height:1.7}.eyebrow,.pb-fmlink-eyebrow{line-height:1.45}.pb-hero{width:100%;max-width:100%}.pb-hero h1{font-size:clamp(38px,11vw,52px)!important;line-height:1.01!important;letter-spacing:-.045em!important;overflow-wrap:anywhere}.pb-hero p{max-width:100%;font-size:15.5px!important;line-height:1.65!important}.pb-heading{max-width:100%}.pb-heading h2{font-size:clamp(31px,9vw,39px)!important;line-height:1.06!important;letter-spacing:-.035em!important;overflow-wrap:anywhere}.pb-actions{display:grid;grid-template-columns:1fr;gap:9px;width:100%;margin-top:23px}.pb-actions .pb-btn{width:100%;min-height:46px}.page-hero{padding:50px 0 44px}.page-hero h1,.post-hero h1,.post-hero.has-image h1{font-size:clamp(36px,11vw,48px)!important;line-height:1.03!important;letter-spacing:-.035em!important;overflow-wrap:anywhere}.page-hero p,.post-hero p,.post-hero.has-image p{font-size:16px!important;line-height:1.6!important}.post-hero .eyebrow{font-size:10px;line-height:1.55;letter-spacing:.12em}.content,.post-content,.pb-richtext{max-width:100%;font-size:16px;line-height:1.78;overflow-wrap:anywhere}.content h2,.post-content h2,.pb-richtext h2{font-size:28px;line-height:1.18;margin-top:32px}.content h3,.post-content h3,.pb-richtext h3{font-size:22px;line-height:1.25}.post-content figure.content-image,.post-content figure.content-video{width:100%!important;max-width:100%!important;margin:24px 0!important;float:none!important}.post-content figure.content-image figcaption,.post-content figure.content-video figcaption{text-align:center!important}.post-content table,.pb-richtext table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.post-content pre,.pb-richtext pre{max-width:100%;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere}.ticker-shell{grid-template-columns:minmax(0,1fr) auto;gap:8px 14px;min-height:70px;padding:10px 0}.ticker-label{font-size:11px;letter-spacing:.09em}.ticker-clock{font-size:11px}.ticker-track{grid-column:1/-1;grid-row:2;width:100%;padding-bottom:0}.ticker-items{gap:26px;padding-left:14px;animation-duration:24s}.ticker-item{font-size:11px}.project-livebar{padding:14px;gap:13px;border-radius:10px}.project-livebar-left{width:100%}.project-livebar-right{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.project-live-divider{display:none}.project-live-stat,.project-live-clock{min-width:0;padding:9px 8px;border:1px solid #252527;border-radius:8px;background:rgba(8,8,9,.35);text-align:left}.project-live-clock{text-align:right}.project-live-stat small,.project-live-clock small{font-size:7.5px;letter-spacing:.08em}.project-live-stat strong,.project-live-clock strong{font-size:11px;overflow-wrap:anywhere}.control-grid{gap:12px}.control-grid .project-card,.control-grid .project-card:nth-child(-n+2){min-height:0;padding:20px;border-radius:12px}.project-card.project-card-dynamic,.project-card.project-card-dynamic:hover,.project-card.project-card-dynamic:focus-visible{transform:none!important}.project-card-scan{opacity:.18}.project-card-dynamic .project-icon{width:46px;height:46px}.project-card-dynamic .project-icon i{font-size:19px}.project-card .meta{margin-top:22px}.project-card h3{font-size:24px}.project-card p{font-size:13.5px;line-height:1.68;margin-bottom:20px}.project-foot{padding-top:17px;gap:12px;flex-wrap:wrap}.project-signature,.project-open{font-size:10px}.pb-fmlink{display:block;padding:23px;border-radius:18px}.pb-fmlink h2{margin:16px 0 14px;font-size:clamp(46px,14vw,62px);line-height:.95}.pb-fmlink p{max-width:none;font-size:15px;line-height:1.72}.pb-fmlink-actions{margin-top:22px}.pb-fmlink-actions .pb-btn{width:100%;min-height:46px}.pb-fmlink-tags{gap:10px 12px;margin-top:22px;font-size:10px;line-height:1.5;letter-spacing:.14em}.pb-fmlink-visual{position:relative;display:block;min-height:330px;margin-top:28px;padding:0}.pb-fmlink-main{position:absolute;left:0;top:0;right:38px;bottom:34px;width:auto;height:auto;aspect-ratio:auto;border-radius:16px}.pb-fmlink-side{position:absolute;right:0;top:auto;bottom:0;width:42%;height:68%;aspect-ratio:auto;border-radius:15px}.pb-fmlink-badge{position:absolute;z-index:3;left:12px;right:auto;top:12px;bottom:auto;max-width:62%;margin:0;padding:7px 9px;border-radius:7px;background:rgba(7,7,8,.72);backdrop-filter:blur(6px);text-align:left;font-size:9px;line-height:1.5;letter-spacing:.12em}.pb-fmlink-coords{position:absolute;z-index:3;left:12px;right:auto;bottom:8px;margin:0;font-size:9px;letter-spacing:.10em}.featured-post .post-image{height:220px}.post-body{padding:20px}.featured-post h3{font-size:24px;line-height:1.2}.featured-post p{font-size:13.5px;line-height:1.65}.read-more-button{width:100%;min-height:44px;margin-top:14px}.post-stack-card{min-height:0;padding:17px 48px 17px 17px}.post-stack-title{font-size:15px}.post-stack-excerpt{font-size:11.5px;line-height:1.55}.post-stack-arrow{right:14px;width:27px;height:27px}.posts-grid{grid-template-columns:1fr;gap:13px}.post-card img{height:205px}.post-card .post-body{padding:18px}.post-card h3{font-size:19px;line-height:1.25}.timeline-row{padding:16px 17px}.snapshot{padding:18px}.snapshot-head{gap:12px}.snapshot-grid{margin-top:14px}.snap{padding:14px}.snapshot-console{padding:13px;font-size:10px;overflow-wrap:anywhere}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick{min-height:150px;padding:17px}.quick h4{margin-top:14px}.contact-form-panel{padding:20px 16px}.contact-details-panel{padding:20px 16px}.contact-panel-head{margin-bottom:20px}.contact-panel-head h2,.contact-details-panel h2{font-size:22px}.contact-form-grid{grid-template-columns:1fr;gap:13px}.contact-field.full{grid-column:auto}.contact-field input,.contact-field textarea{font-size:16px}.contact-field textarea{min-height:180px}.contact-security-row{align-items:stretch;flex-direction:column}.contact-submit{width:100%;min-height:46px}.gallery-browser-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:180px;gap:8px}.gallery-viewer-item{height:180px;border-radius:9px}.gallery-lightbox-dialog{padding-left:10px;padding-right:10px}.gallery-lightbox-info{gap:12px}.content-bottom-gallery-grid{gap:10px}.post-neighbor-card{min-height:220px}.post-neighbor-copy{width:calc(100% - 32px);padding:28px 0}.post-neighbor-copy strong{font-size:24px;line-height:1.15}.post-neighbor-copy>span{font-size:12px}.post-neighbor-button{min-height:40px}.posts-pagination-controls{width:100%}.site-footer{padding-top:44px}.footer-shell{grid-template-columns:1fr 1fr;gap:28px 22px;padding-bottom:44px}.footer-brand{grid-column:1/-1;max-width:100%}.footer-brand img{max-width:min(190px,60vw)}.footer-shell>div{min-width:0}.footer-copy{align-items:flex-start;gap:7px;margin-top:18px;padding-top:15px;line-height:1.55}.footer-flag-counter{width:calc(100% - (var(--mobile-gutter) * 2));padding-top:20px}.footer-flag-counter::before{width:92%}.post-image-lightbox-stage{padding:calc(60px+env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) calc(20px+env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left))}.gallery-lightbox-close,.post-image-lightbox-close{touch-action:manipulation}}@media(max-width:480px){:root{--mobile-gutter:14px}.brand{width:126px;flex-basis:126px}.brand img{width:122px}.auth-pill{padding:0 8px;font-size:10px}.language-switch{gap:3px;padding:2px 3px}.language-flag{width:23px}.menu-toggle{flex-basis:40px;width:40px;height:40px}.builder-section{padding-top:48px!important;padding-bottom:48px!important}.section{padding:50px 0}.pb-hero h1{font-size:clamp(36px,11vw,45px)!important}.pb-heading h2{font-size:31px!important}.page-hero h1,.post-hero h1,.post-hero.has-image h1{font-size:clamp(34px,10.8vw,43px)!important}.project-livebar-right{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.project-live-stat,.project-live-clock{padding:8px 5px}.project-live-stat small,.project-live-clock small{font-size:7px}.project-live-stat strong,.project-live-clock strong{font-size:10px}.pb-fmlink{padding:19px}.pb-fmlink-visual{min-height:285px}.pb-fmlink-main{right:32px;bottom:30px}.pb-fmlink-side{width:44%;height:65%}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick{min-height:142px;padding:15px}.quick p{font-size:11px}.gallery-browser-grid{grid-template-columns:1fr;grid-auto-rows:235px}.gallery-viewer-item{height:235px}.content-bottom-gallery-grid{grid-template-columns:1fr}.footer-shell{grid-template-columns:1fr;gap:24px}.footer-brand{grid-column:auto}.footer-copy{align-items:flex-start}}@media(max-width:360px){.brand{width:112px;flex-basis:112px}.brand img{width:108px}.auth-pill{padding:0 7px}.quick-grid{grid-template-columns:1fr}}@media(max-width:760px){.main-nav{position:fixed!important;z-index:1600!important;top:68px!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:auto!important;max-height:none!important;margin:0!important;padding:12px max(12px,env(safe-area-inset-right)) calc(22px+env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))!important;border:0!important;border-top:1px solid #242427!important;border-radius:0!important;background:radial-gradient(circle at 100% 0,rgba(144,119,49,.075),transparent 34%),#09090a!important;box-shadow:0 32px 80px rgba(0,0,0,.65)!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.main-nav.open{display:flex!important}.nav-root-item{width:100%;grid-template-columns:minmax(0,1fr) 96px!important;align-items:stretch!important;margin:0 0 7px!important;border:1px solid #202023!important;border-radius:10px!important;background:#0e0e10!important;overflow:hidden!important}.nav-root-item.active{background:#11110f!important}.nav-root-item.open{background:#101012!important;box-shadow:inset 3px 0 0 rgba(144,119,49,.62)}.nav-root-link{min-height:56px!important;padding:14px 14px!important;border-radius:0!important;background:transparent!important;color:#b9b9bd!important;font-size:14px!important;font-weight:500!important}.nav-root-item.active>.nav-root-link{color:#fff!important;background:rgba(144,119,49,.08)!important}.nav-root-link .nav-icon{min-width:20px!important;color:#a98c36!important;font-size:14px!important}.nav-subtoggle[data-mobile-label]{position:relative!important;width:100%!important;min-width:0!important;height:auto!important;min-height:56px!important;margin:0!important;padding:0 28px 0 8px!important;border:0!important;border-left:1px solid #27272a!important;border-radius:0!important;background:#131315!important;color:#b59a45!important;font-size:0!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}.nav-subtoggle[data-mobile-label]::before{content:attr(data-mobile-label);display:block;font-family:var(--font-sans);font-size:10px;line-height:1;white-space:nowrap}.nav-subtoggle[data-mobile-label]::after{content:"";position:absolute;right:12px;top:50%;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-67%) rotate(45deg);transition:transform .18s ease}.nav-subtoggle[data-mobile-label][aria-expanded="true"]{background:#907731!important;color:#09090a!important;border-left-color:#907731!important}.nav-subtoggle[data-mobile-label][aria-expanded="true"]::after{transform:translateY(-30%) rotate(225deg)}.mega-root-toggle[data-mobile-label]::before{font-size:10px;letter-spacing:.13em}.nav-dropdown,.nav-subitem>.nav-dropdown,.nav-dropdown.nav-level-3,.mega-menu{grid-column:1/-1!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:8px!important;border:0!important;border-top:1px solid #242427!important;border-radius:0!important;background:#0a0a0c!important;box-shadow:inset 0 10px 22px rgba(0,0,0,.16)!important;overflow:hidden!important}.nav-root-item>.nav-dropdown,.nav-root-item>.mega-menu{margin-top:0!important}.nav-subitem{width:100%!important;grid-template-columns:minmax(0,1fr) 88px!important;margin:0 0 6px!important;border:1px solid #1f1f22!important;border-radius:8px!important;background:#101012!important;overflow:hidden!important}.nav-subitem:last-child{margin-bottom:0!important}.nav-subitem>a{min-height:50px!important;padding:11px 12px!important;border-radius:0!important;background:transparent!important;color:#aaaab0!important;font-size:12px!important;line-height:1.35!important}.nav-subitem>a small{display:none!important}.nav-subitem>.nav-subtoggle[data-mobile-label]{width:88px!important;min-height:50px!important}.nav-subitem>.nav-dropdown,.nav-dropdown.nav-level-3{margin-left:0!important;width:100%!important}.mega-inner,.mega-layout-cards .mega-card-columns,.mega-card-columns{width:100%!important;max-width:100%!important;grid-template-columns:1fr!important;gap:8px!important;padding:0!important;background:transparent!important}.mega-column,.mega-card-column{width:100%!important;min-width:0!important;padding:10px!important;border:1px solid #202023!important;border-radius:9px!important;background:#0e0e10!important}.mega-column-head,.mega-card-column-head,.mega-layout-cards .mega-card-column-head{margin:0 0 8px!important;padding:9px 10px 10px 12px!important;border:0!important;border-bottom:1px solid #242427!important;border-radius:0!important;background:transparent!important}.mega-column-head h3,.mega-card-column-head h3{font-size:12px!important;line-height:1.25!important}.mega-column-description,.mega-card-column-description{font-size:10px!important;line-height:1.45!important}.mega-card-entry,.mega-link-wrap{width:100%!important;grid-template-columns:minmax(0,1fr) 82px!important;align-items:stretch!important;margin-bottom:6px!important;border:1px solid #202023!important;border-radius:8px!important;background:#111113!important;overflow:hidden!important}.mega-card-entry:last-child,.mega-link-wrap:last-child{margin-bottom:0!important}.mega-layout-cards .mega-card{grid-template-columns:52px minmax(0,1fr)!important;gap:10px!important;min-height:58px!important;padding:5px 7px 5px 5px!important;border:0!important;border-radius:0!important;background:transparent!important}.mega-layout-cards .mega-card-media{width:50px!important;height:50px!important;border-radius:7px!important}.mega-link-wrap>.mega-link{min-height:52px!important;padding:10px 12px!important;border-radius:0!important}.mega-card-toggle[data-mobile-label],.mega-link-toggle[data-mobile-label]{position:relative!important;grid-column:2!important;grid-row:1!important;align-self:stretch!important;justify-self:stretch!important;width:82px!important;min-height:52px!important;transform:none!important;right:auto!important;top:auto!important}.mega-card-entry>.nav-dropdown,.mega-link-wrap>.nav-dropdown,.mega-card-column:last-child .mega-card-entry>.nav-dropdown,.mega-column:last-child .mega-link-wrap>.nav-dropdown{grid-column:1/-1!important;width:100%!important;margin:0!important;padding:7px!important;border-top:1px solid #242427!important}.main-nav *,.main-nav *::before,.main-nav *::after{box-sizing:border-box;max-width:100%}.footer-flag-counter-crop{width:100%!important;max-width:100%!important;height:45px!important;overflow:hidden!important}.footer-flag-counter-crop picture{display:block;width:100%;height:45px}.footer-flag-counter-crop img{display:block!important;position:relative!important;left:50%!important;top:0!important;width:auto!important;max-width:100%!important;height:auto!important;margin:0!important;transform:translateX(-50%)!important}}@media(max-width:760px){.site-header{overflow:visible!important}.main-nav{position:absolute!important;z-index:1700!important;top:100%!important;left:0!important;right:auto!important;bottom:auto!important;width:100vw!important;height:calc(100dvh - 68px)!important;min-height:calc(100svh - 68px)!important;max-height:calc(100dvh - 68px)!important;margin:0!important;padding:13px max(12px,env(safe-area-inset-right)) calc(22px+env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:7px!important;border:0!important;border-top:1px solid #252528!important;background:radial-gradient(circle at 100% 0,rgba(144,119,49,.09),transparent 34%),linear-gradient(180deg,#0a0a0b 0%,#070708 100%)!important;box-shadow:0 26px 70px rgba(0,0,0,.68)!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain!important;-webkit-overflow-scrolling:touch!important}.main-nav.open{display:flex!important}.main-nav.open::before{content:"MENU";display:block;flex:0 0 auto;padding:2px 3px 9px;color:#77777c;font-size:10px;font-weight:800;line-height:1;letter-spacing:.18em;text-transform:uppercase}.nav-root-item{display:grid!important;width:100%!important;min-width:0!important;grid-template-columns:minmax(0,1fr) 92px!important;align-items:stretch!important;flex:0 0 auto!important;margin:0!important;border:1px solid #242427!important;border-radius:10px!important;background:#0f0f11!important;overflow:hidden!important}.nav-root-item+.nav-root-item{margin-top:0!important}.nav-root-item.open{border-color:#2d2d30!important;background:#111113!important;box-shadow:inset 3px 0 0 rgba(144,119,49,.78),0 8px 22px rgba(0,0,0,.16)!important}.nav-root-link{display:flex!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:58px!important;padding:13px 14px!important;color:#c2c2c6!important;font-size:14px!important;font-weight:500!important;line-height:1.3!important;white-space:normal!important;border-radius:0!important;background:transparent!important}.nav-root-link .nav-icon{flex:0 0 21px!important;width:21px!important;min-width:21px!important;color:#a88b35!important;font-size:14px!important}.nav-root-item>.nav-subtoggle[data-mobile-label]{display:grid!important;place-items:center!important;position:relative!important;width:92px!important;min-width:92px!important;min-height:58px!important;padding:0 28px 0 8px!important;border:0!important;border-left:1px solid #2a2a2d!important;border-radius:0!important;background:#151517!important;color:#b89b46!important;font-size:0!important;cursor:pointer!important}.nav-root-item>.nav-subtoggle[data-mobile-label]::before{content:attr(data-mobile-label)!important;display:block!important;font-family:var(--font-sans)!important;font-size:10px!important;font-weight:800!important;line-height:1!important;letter-spacing:.09em!important;white-space:nowrap!important;text-transform:uppercase!important}.nav-root-item>.nav-subtoggle[data-mobile-label]::after{content:""!important;position:absolute!important;right:13px!important;top:50%!important;width:8px!important;height:8px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:translateY(-70%) rotate(45deg)!important;transition:transform .18s ease!important}.nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]{background:#907731!important;color:#080809!important;border-left-color:#907731!important}.nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]::after{transform:translateY(-28%) rotate(225deg)!important}.nav-root-item>.nav-dropdown,.nav-root-item>.mega-menu{grid-column:1/-1!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:8px!important;border:0!important;border-top:1px solid #29292c!important;border-radius:0!important;background:#09090b!important;overflow:visible!important}.nav-subitem{display:grid!important;width:100%!important;min-width:0!important;grid-template-columns:minmax(0,1fr) 82px!important;margin:0 0 6px!important;border:1px solid #222225!important;border-radius:8px!important;background:#111113!important;overflow:hidden!important}.nav-subitem>a{display:flex!important;align-items:center!important;min-height:50px!important;padding:10px 12px!important;color:#b5b5ba!important;font-size:12px!important;line-height:1.35!important;white-space:normal!important;border-radius:0!important}.nav-subitem>.nav-subtoggle[data-mobile-label]{display:grid!important;place-items:center!important;position:relative!important;width:82px!important;min-width:82px!important;min-height:50px!important;padding:0 25px 0 7px!important;margin:0!important;border:0!important;border-left:1px solid #29292c!important;border-radius:0!important;background:#161618!important;color:#a98e3b!important;font-size:0!important}.nav-subitem>.nav-subtoggle[data-mobile-label]::before{content:attr(data-mobile-label)!important;font-size:9px!important;font-weight:800!important;letter-spacing:.07em!important;white-space:nowrap!important;text-transform:uppercase!important}.nav-subitem>.nav-subtoggle[data-mobile-label]::after{content:""!important;position:absolute!important;right:11px!important;top:50%!important;width:7px!important;height:7px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:translateY(-70%) rotate(45deg)!important}.nav-subitem>.nav-subtoggle[data-mobile-label][aria-expanded="true"]{background:#907731!important;color:#09090a!important}.nav-subitem>.nav-subtoggle[data-mobile-label][aria-expanded="true"]::after{transform:translateY(-28%) rotate(225deg)!important}.nav-subitem>.nav-dropdown,.nav-dropdown.nav-level-3{grid-column:1/-1!important;width:100%!important;min-width:0!important;margin:0!important;padding:7px!important;border:0!important;border-top:1px solid #29292c!important;border-radius:0!important;background:#0b0b0d!important}.mega-inner,.mega-layout-cards .mega-card-columns,.mega-card-columns{display:grid!important;width:100%!important;max-width:100%!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;padding:0!important;overflow:visible!important}.mega-column,.mega-card-column{width:100%!important;min-width:0!important;padding:9px!important;border:1px solid #222225!important;border-radius:9px!important;background:#0f0f11!important;overflow:hidden!important}.mega-card-entry,.mega-link-wrap{width:100%!important;min-width:0!important;max-width:100%!important}.main-nav *,.main-nav *::before,.main-nav *::after{box-sizing:border-box!important}.main-nav,.nav-dropdown,.mega-menu,.mega-inner,.mega-card-columns{scrollbar-width:thin;scrollbar-color:#39393d transparent}.footer-flag-counter{overflow:hidden!important}.footer-flag-counter-crop{width:100%!important;max-width:100%!important;height:40px!important;overflow:hidden!important}.footer-flag-counter-crop picture{display:block!important;width:100%!important;height:40px!important;overflow:hidden!important}.footer-flag-counter-crop img{display:block!important;position:relative!important;left:50%!important;top:0!important;width:auto!important;max-width:100%!important;height:auto!important;margin:0!important;transform:translateX(-50%)!important}}@media(max-width:480px){.main-nav{height:calc(100dvh - 68px)!important;max-height:calc(100dvh - 68px)!important}.nav-root-item{grid-template-columns:minmax(0,1fr) 86px!important}.nav-root-item>.nav-subtoggle[data-mobile-label]{width:86px!important;min-width:86px!important}.footer-flag-counter-crop,.footer-flag-counter-crop picture{height:39px!important}}@media(max-width:760px){.footer-flag-counter-crop,.footer-flag-counter-crop picture{position:relative!important;display:block!important;width:100%!important;height:35px!important;max-height:35px!important;overflow:hidden!important}.footer-flag-counter-crop img{display:block!important;position:relative!important;left:50%!important;top:0!important;width:auto!important;max-width:100%!important;height:auto!important;margin:0!important;transform:translateX(-50%)!important}.footer-flag-counter-crop::after{content:"";position:absolute;z-index:3;left:0;right:0;bottom:0;height:2px;background:var(--footer-bg,#030303);pointer-events:none}}@media(max-width:480px){.footer-flag-counter-crop,.footer-flag-counter-crop picture{height:35px!important;max-height:35px!important}}.pb-klimek-story{--story-gold:#907731;position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:38px;min-height:570px;padding:42px;overflow:hidden;isolation:isolate;color:#f4f4f5;text-decoration:none;border:1px solid #28282b;border-radius:24px;background:radial-gradient(circle at 15% 16%,rgba(144,119,49,.14),transparent 27%),linear-gradient(130deg,#101012 0%,#0a0a0b 48%,#070708 100%);box-shadow:0 32px 90px rgba(0,0,0,.34);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.pb-klimek-story:hover,.pb-klimek-story:focus-visible{transform:translateY(-4px);border-color:#353538;box-shadow:0 40px 105px rgba(0,0,0,.46);outline:none}.pb-klimek-story-grid{position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.16;background-image:linear-gradient(rgba(144,119,49,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(144,119,49,.07) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(115deg,#000,transparent 70%)}.pb-klimek-story-scan{position:absolute;z-index:0;left:0;right:0;top:-18%;height:70px;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(144,119,49,.02),rgba(144,119,49,.10),transparent);opacity:.5;animation:klimekStoryScan 7.5s linear infinite}.pb-klimek-story-copy{position:relative;z-index:2;align-self:center;min-width:0}.pb-klimek-story-kicker{display:flex;align-items:center;gap:10px;color:#a98c37;font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.pb-klimek-story-kicker i{font-size:12px;animation:klimekWave 1.5s ease-in-out infinite alternate}.pb-klimek-story-meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:18px;color:#737379;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.pb-klimek-story-meta i{width:3px;height:3px;border-radius:50%;background:#907731}.pb-klimek-story h2{margin:16px 0 9px;font-size:clamp(48px,5.4vw,76px);line-height:.98;letter-spacing:-.055em;font-weight:500;color:#fff}.pb-klimek-story-lead{margin:0;color:#c8c8cc;font-size:19px;line-height:1.45;font-weight:500}.pb-klimek-story-text{max-width:52ch;margin:18px 0 0;color:#8e8e94;font-size:14px;line-height:1.72}.pb-klimek-timeline{display:grid;grid-template-columns:1fr 22px 1fr 22px 1fr;align-items:center;gap:0;margin-top:28px;padding-top:21px;border-top:1px solid #262629}.pb-klimek-timeline>span{display:grid;gap:5px;min-width:0;align-self:start;align-content:start}.pb-klimek-timeline b{color:#b39845;font-size:17px;line-height:1}.pb-klimek-timeline em{color:#7f7f84;font-size:11px;font-style:normal;line-height:1.35}.pb-klimek-timeline>i{position:relative;height:1px;background:#2c2c2f}.pb-klimek-timeline>i::after{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:50%;background:#907731;transform:translate(-50%,-50%);box-shadow:0 0 0 4px rgba(144,119,49,.08)}.pb-klimek-story-cta{display:inline-flex;align-items:center;gap:12px;min-height:42px;margin-top:28px;padding:0 18px;border-radius:8px;background:#907731;color:#09090a;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:transform .2s ease,filter .2s ease}.pb-klimek-story-cta i{font-size:10px;transition:transform .2s ease}.pb-klimek-story:hover .pb-klimek-story-cta{transform:translateX(3px);filter:brightness(1.08)}.pb-klimek-story:hover .pb-klimek-story-cta i{transform:translateX(4px)}.pb-klimek-story-visual{position:relative;z-index:1;min-height:486px;align-self:center}.pb-klimek-story-main,.pb-klimek-story-portrait{position:absolute;margin:0;overflow:hidden;border:1px solid #303034;background:#0a0a0b;box-shadow:0 24px 60px rgba(0,0,0,.42)}.pb-klimek-story-main{left:0;top:22px;width:83%;height:82%;border-radius:18px}.pb-klimek-story-portrait{right:0;bottom:0;width:34%;height:60%;border-radius:15px}.pb-klimek-story-main::after,.pb-klimek-story-portrait::after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 48%,rgba(0,0,0,.27))}.pb-klimek-story-main img,.pb-klimek-story-portrait img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .85s cubic-bezier(.2,.7,.2,1),filter .35s ease}.pb-klimek-story-main img{object-position:center}.pb-klimek-story-portrait img{object-position:center top;filter:saturate(.78) contrast(1.05)}.pb-klimek-story:hover .pb-klimek-story-main img{transform:scale(1.035)}.pb-klimek-story:hover .pb-klimek-story-portrait img{transform:scale(1.055)}.pb-klimek-document-badge{position:absolute;z-index:4;left:18px;top:0;display:flex;align-items:center;gap:8px;min-height:34px;padding:0 11px;border:1px solid #353539;border-radius:999px;background:rgba(8,8,9,.88);backdrop-filter:blur(8px);color:#c6c6ca;font-size:9px;font-weight:800;letter-spacing:.08em}.pb-klimek-document-badge i{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#907731;color:#080809;font-size:8px}.pb-klimek-callsign{position:absolute;z-index:5;right:16px;top:44px;display:grid;gap:3px;padding:10px 12px;border-radius:8px;background:rgba(7,7,8,.80);backdrop-filter:blur(7px);border:1px solid #313134}.pb-klimek-callsign small{color:#67676c;font-size:7px;letter-spacing:.14em}.pb-klimek-callsign strong{color:#c4a64b;font-size:15px;letter-spacing:.08em}.pb-klimek-signal-rings{position:absolute;z-index:0;right:23%;top:46%;width:180px;height:180px;pointer-events:none;transform:translate(50%,-50%)}.pb-klimek-signal-rings i{position:absolute;inset:50%;border:1px solid rgba(144,119,49,.30);border-radius:50%;transform:translate(-50%,-50%);animation:klimekSignal 3.2s ease-out infinite}.pb-klimek-signal-rings i:nth-child(2){animation-delay:1.05s}.pb-klimek-signal-rings i:nth-child(3){animation-delay:2.1s}.pb-klimek-missing{padding:30px;border:1px solid #29292c;border-radius:12px;background:#0d0d0f;color:#888}@keyframes klimekStoryScan{from{transform:translateY(-120%)}to{transform:translateY(920%)}}@keyframes klimekSignal{0%{width:10px;height:10px;opacity:.75}100%{width:180px;height:180px;opacity:0}}@keyframes klimekWave{from{transform:scaleY(.72);opacity:.7}to{transform:scaleY(1.18);opacity:1}}@media(max-width:1040px){.pb-klimek-story{grid-template-columns:1fr;gap:30px;min-height:0}.pb-klimek-story-text{max-width:none}.pb-klimek-story-visual{min-height:520px}}@media(max-width:760px){.pb-klimek-story{display:block;padding:22px;border-radius:18px}.pb-klimek-story h2{font-size:clamp(42px,13vw,58px);margin-top:13px}.pb-klimek-story-lead{font-size:17px}.pb-klimek-story-text{font-size:13.5px;line-height:1.7}.pb-klimek-timeline{grid-template-columns:1fr;gap:10px;padding-top:16px}.pb-klimek-timeline>i{display:none}.pb-klimek-timeline>span{grid-template-columns:56px 1fr;align-items:center;gap:9px;padding:9px 0;border-bottom:1px solid #222225}.pb-klimek-timeline em{font-size:12px}.pb-klimek-story-cta{width:100%;justify-content:center;margin-top:20px}.pb-klimek-story-visual{min-height:340px;margin-top:28px}.pb-klimek-story-main{left:0;top:18px;width:84%;height:82%}.pb-klimek-story-portrait{right:0;bottom:0;width:38%;height:58%}.pb-klimek-document-badge{left:10px;font-size:8px}.pb-klimek-callsign{right:8px;top:48px}}@media(prefers-reduced-motion:reduce){.pb-klimek-story-scan,.pb-klimek-signal-rings i,.pb-klimek-story-kicker i{animation:none!important}.pb-klimek-story,.pb-klimek-story-main img,.pb-klimek-story-portrait img{transition:none!important}}.posts-search{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:9px;align-items:center;margin:0 0 18px;padding:10px;border:1px solid #27272a;border-radius:11px;background:linear-gradient(135deg,#0e0e10,#0a0a0b)}.posts-search-field{position:relative;display:block;min-width:0}.posts-search-field i{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#746530;font-size:13px;pointer-events:none}.posts-search-field input{width:100%;height:46px;padding:0 16px 0 42px;border:1px solid #2e2e31;border-radius:8px;background:#08080a;color:#e2e2e4;font-family:var(--font-sans);font-size:14px;outline:0}.posts-search-field input:focus{border-color:#5c4e27;box-shadow:0 0 0 2px rgba(144,119,49,.08)}.posts-search-button,.posts-search-clear{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:8px;font-family:var(--font-sans);font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.posts-search-button{border:1px solid #907731;background:#907731;color:#080809;cursor:pointer}.posts-search-clear{border:1px solid #303033;background:#101012;color:#aaa}.posts-search-result-label{margin:-5px 0 18px;color:#77777d;font-size:11px}.posts-search-result-label strong{margin-left:5px;color:#b89a3c}.posts-grid-empty{grid-column:1/-1}.post-hero-backline{margin:13px 0 12px}.post-back-link{display:inline-flex;align-items:center;gap:9px;min-height:34px;padding:0 2px;color:#b8a15a;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;border-bottom:1px solid rgba(144,119,49,.35);transition:color .18s ease,border-color .18s ease,gap .18s ease}.post-back-link i{font-size:10px}.post-back-link:hover{color:#d0b55e;border-color:#907731;gap:12px}@media(max-width:760px){.posts-search{grid-template-columns:1fr 1fr}.posts-search-field{grid-column:1/-1}.posts-search-button,.posts-search-clear{width:100%}.post-hero-backline{margin:10px 0 12px}.post-back-link{font-size:10px}}.post-card.post-card-clickable{position:relative;display:flex;flex-direction:column;min-height:100%;overflow:hidden;color:inherit;text-decoration:none;isolation:isolate;cursor:pointer;background:radial-gradient(circle at 18% 0,rgba(144,119,49,.035),transparent 35%),var(--panel);transition:transform .24s cubic-bezier(.2,.7,.2,1),box-shadow .24s ease,border-color .20s ease,background .20s ease}.post-card.post-card-clickable::before{content:"";position:absolute;z-index:4;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,#907731 24%,#907731 76%,transparent);opacity:0;transform:scaleX(.56);transform-origin:center;transition:opacity .2s ease,transform .25s ease}.post-card.post-card-clickable::after{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(144,119,49,.055),transparent 34%,transparent 72%,rgba(144,119,49,.025));opacity:0;transition:opacity .22s ease}.post-card.post-card-clickable:hover,.post-card.post-card-clickable:focus-visible{transform:none;border-color:#3a3527;box-shadow:0 24px 58px rgba(0,0,0,.34),inset 0 0 0 1px rgba(144,119,49,.045);outline:none}.post-card.post-card-clickable:hover::before,.post-card.post-card-clickable:focus-visible::before{opacity:1;transform:scaleX(1)}.post-card.post-card-clickable:hover::after,.post-card.post-card-clickable:focus-visible::after{opacity:1}.post-card-media{position:relative;z-index:1;display:block;overflow:hidden;height:220px;background:#0b0b0c}.post-card.post-card-clickable .post-card-media img{width:100%;height:100%;display:block;object-fit:cover;opacity:.78;transform:scale(1);filter:saturate(.90) contrast(1.02);transition:transform .7s cubic-bezier(.2,.7,.2,1),opacity .3s ease,filter .3s ease}.post-card.post-card-clickable:hover .post-card-media img,.post-card.post-card-clickable:focus-visible .post-card-media img{transform:scale(1.045);opacity:.92;filter:saturate(1) contrast(1.04)}.post-card-media::after{content:"";position:absolute;inset:auto 0 0;height:46%;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(15,15,17,.62))}.post-card-image-cue{position:absolute;z-index:3;right:14px;bottom:14px;width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(144,119,49,.42);border-radius:50%;background:rgba(8,8,9,.76);backdrop-filter:blur(7px);color:#b99d42;opacity:.78;transform:translateY(2px);transition:transform .2s ease,opacity .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.post-card-image-cue i{font-size:10px}.post-card.post-card-clickable:hover .post-card-image-cue,.post-card.post-card-clickable:focus-visible .post-card-image-cue{opacity:1;transform:translateY(0) rotate(4deg);border-color:#907731;background:#907731;color:#080809}.post-card.post-card-clickable .post-body{position:relative;z-index:2;display:flex;flex:1 1 auto;flex-direction:column;padding:22px}.post-card.post-card-clickable .meta{display:block}.post-card-title{display:block;margin:9px 0 12px;color:#f3f3f4;font-size:20px;line-height:1.22;font-weight:700;transition:color .18s ease,transform .18s ease}.post-card-excerpt{display:block;color:#7c7c80;font-size:13px;line-height:1.62;transition:color .18s ease}.post-card-cta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:19px;color:#947e38;font-size:10px;font-weight:900;line-height:1;letter-spacing:.08em;text-transform:uppercase;opacity:.72;transition:color .18s ease,opacity .18s ease}.post-card-cta i{width:28px;height:28px;display:grid;place-items:center;border:1px solid #303033;border-radius:50%;font-size:9px;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.post-card.post-card-clickable:hover .post-card-title,.post-card.post-card-clickable:focus-visible .post-card-title{color:#fff;transform:translateX(2px)}.post-card.post-card-clickable:hover .post-card-excerpt,.post-card.post-card-clickable:focus-visible .post-card-excerpt{color:#96969a}.post-card.post-card-clickable:hover .post-card-cta,.post-card.post-card-clickable:focus-visible .post-card-cta{color:#b99d42;opacity:1}.post-card.post-card-clickable:hover .post-card-cta i,.post-card.post-card-clickable:focus-visible .post-card-cta i{transform:translateX(3px);border-color:#907731;background:#907731;color:#080809}.post-card-glow{position:absolute;z-index:0;right:-90px;bottom:-90px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(144,119,49,.10),transparent 68%);opacity:0;transform:scale(.74);pointer-events:none;transition:opacity .3s ease,transform .4s ease}.post-card.post-card-clickable:hover .post-card-glow,.post-card.post-card-clickable:focus-visible .post-card-glow{opacity:1;transform:scale(1)}@media(max-width:760px){.post-card.post-card-clickable:hover,.post-card.post-card-clickable:focus-visible{transform:none}.post-card-media{height:205px}.post-card.post-card-clickable .post-body{padding:18px}.post-card-title{font-size:19px}.post-card-excerpt{font-size:12.5px}.post-card-cta{padding-top:16px}}@media(prefers-reduced-motion:reduce){.post-card.post-card-clickable,.post-card.post-card-clickable *,.post-card.post-card-clickable::before,.post-card.post-card-clickable::after{transition:none!important}.post-card.post-card-clickable:hover,.post-card.post-card-clickable:focus-visible{transform:none!important}}.post-hero-backline{display:none!important}.post-return-bar{position:relative;z-index:3;height:48px;background:#141416;border-top:1px solid #252528;border-bottom:1px solid #2a2a2d}.post-return-bar .shell{height:100%;display:flex;align-items:flex-start;padding-top:8px}.post-return-bar .post-back-link{display:inline-flex;align-items:center;gap:9px;min-height:32px;padding:0 12px;border:1px solid #303034;border-radius:7px;background:#19191b;color:#b9a25a;font-size:11px;font-weight:800;line-height:1;letter-spacing:.07em;text-transform:uppercase;transition:color .18s ease,background .18s ease,border-color .18s ease,gap .18s ease,transform .18s ease}.post-return-bar .post-back-link i{font-size:10px}.post-return-bar .post-back-link:hover,.post-return-bar .post-back-link:focus-visible{gap:12px;color:#d0b55e;background:#1c1c1f;border-color:#47402a;transform:translateX(-2px);outline:none}.post-article-section{padding-top:40px}@media(max-width:760px){.post-return-bar{height:42px}.post-return-bar .shell{padding-top:6px}.post-return-bar .post-back-link{min-height:29px;padding:0 10px;font-size:10px}.post-article-section{padding-top:14px}}.posts-grid .post-card{position:relative;min-height:100%}.posts-grid .post-card.post-card-clickable{cursor:pointer}.post-card-clickable-legacy{display:flex;flex-direction:column;overflow:hidden;isolation:isolate;transition:transform .24s cubic-bezier(.2,.7,.2,1),box-shadow .24s ease,border-color .20s ease,background .20s ease}.post-card-clickable-legacy::before{content:"";position:absolute;z-index:5;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,#907731 24%,#907731 76%,transparent);opacity:0;transform:scaleX(.56);transform-origin:center;transition:opacity .2s ease,transform .25s ease}.post-card-clickable-legacy::after{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(144,119,49,.055),transparent 34%,transparent 72%,rgba(144,119,49,.025));opacity:0;transition:opacity .22s ease}.post-card-clickable-legacy:hover,.post-card-clickable-legacy:focus-visible{transform:none;border-color:#3a3527;box-shadow:0 24px 58px rgba(0,0,0,.34),inset 0 0 0 1px rgba(144,119,49,.045);outline:none}.post-card-clickable-legacy:hover::before,.post-card-clickable-legacy:focus-visible::before,.post-card-clickable-legacy:hover::after,.post-card-clickable-legacy:focus-visible::after{opacity:1}.post-card-clickable-legacy:hover::before,.post-card-clickable-legacy:focus-visible::before{transform:scaleX(1)}.post-card-clickable-legacy .post-card-media{position:relative;z-index:1;display:block;height:220px;overflow:hidden;background:#0b0b0c}.post-card-clickable-legacy .post-card-media>img{width:100%;height:100%;display:block;object-fit:cover;opacity:.78;filter:saturate(.90) contrast(1.02);transform:scale(1);transition:transform .7s cubic-bezier(.2,.7,.2,1),opacity .3s ease,filter .3s ease}.post-card-clickable-legacy:hover .post-card-media>img,.post-card-clickable-legacy:focus-visible .post-card-media>img{transform:scale(1.045);opacity:.92;filter:saturate(1) contrast(1.04)}.post-card-clickable-legacy .post-body{position:relative;z-index:2;display:flex;flex:1 1 auto;flex-direction:column}.post-card-title-legacy{margin:9px 0 12px!important;font-size:20px!important;line-height:1.22!important}.post-card-title-legacy a{color:#f3f3f4!important;text-decoration:none!important;transition:color .18s ease}.post-card-clickable-legacy:hover .post-card-title-legacy a,.post-card-clickable-legacy:focus-visible .post-card-title-legacy a{color:#fff!important}.post-card-excerpt-legacy{color:#7c7c80!important;font-size:13px!important;line-height:1.62!important}.posts-grid .post-card .post-card-cta{border-top:1px solid rgba(255,255,255,.055)}.posts-grid .post-card:hover .post-card-cta i,.posts-grid .post-card:focus-visible .post-card-cta i{box-shadow:0 0 16px rgba(144,119,49,.12)}@media(max-width:760px){.post-card-clickable-legacy:hover,.post-card-clickable-legacy:focus-visible{transform:none}.post-card-clickable-legacy .post-card-media{height:205px}.post-card-title-legacy{font-size:19px!important}.post-card-excerpt-legacy{font-size:12.5px!important}}@media(prefers-reduced-motion:reduce){.post-card-clickable-legacy,.post-card-clickable-legacy *,.post-card-clickable-legacy::before,.post-card-clickable-legacy::after{transition:none!important}.post-card-clickable-legacy:hover,.post-card-clickable-legacy:focus-visible{transform:none!important}}.posts-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;width:100%;margin:0 0 28px}.posts-toolbar-category{flex:0 1 auto;min-width:0}.posts-toolbar-search{flex:1 1 620px;display:flex;flex-direction:column;align-items:flex-end;min-width:320px}.posts-toolbar .post-category-selector{margin:0}.posts-toolbar .posts-search{width:min(100%,620px);margin:0}.posts-toolbar .posts-search-result-label{width:min(100%,620px);margin:7px 0 0;text-align:right}@media(max-width:900px){.posts-toolbar{gap:18px}.posts-toolbar-search{flex-basis:520px}.posts-toolbar .post-category-selector select{min-width:240px}}@media(max-width:760px){.posts-toolbar{display:grid;grid-template-columns:1fr;gap:13px;margin-bottom:24px}.posts-toolbar-category,.posts-toolbar-search{width:100%;min-width:0}.posts-toolbar-search{align-items:stretch}.posts-toolbar .post-category-selector,.posts-toolbar .post-category-selector select,.posts-toolbar .posts-search,.posts-toolbar .posts-search-result-label{width:100%;min-width:0}.posts-toolbar .posts-search-result-label{text-align:left}}body.page-news .posts-toolbar{align-items:center}body.page-news .posts-toolbar .post-category-selector{margin:0}body.page-news .posts-toolbar .posts-search{display:flex;align-items:center;justify-content:flex-end;gap:10px;width:min(100%,620px);margin:0;padding:0;border:0;border-radius:0;background:transparent}body.page-news .posts-toolbar .posts-search-field{position:relative;flex:1 1 auto;min-width:260px}body.page-news .posts-toolbar .posts-search-field input{width:100%;height:42px;padding:0 14px 0 40px;border:1px solid #2b2b2b;border-radius:8px;background:#0f0f0f;color:#d8d8d8;font-family:var(--font-sans);font-size:13px;font-weight:400;outline:none;box-shadow:none;appearance:none;-webkit-appearance:none;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}body.page-news .posts-toolbar .posts-search-field input:hover{border-color:#38383b;background:#111113}body.page-news .posts-toolbar .posts-search-field input:focus{border-color:#907731;box-shadow:0 0 0 2px rgba(144,119,49,.12)}body.page-news .posts-toolbar .posts-search-field i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#907731;font-size:12px;pointer-events:none}body.page-news .posts-toolbar .posts-search-button,body.page-news .posts-toolbar .posts-search-clear{display:inline-flex;align-items:center;justify-content:center;min-height:42px;height:42px;padding:0 19px;border-radius:8px;font-family:var(--font-sans);font-size:11px;font-weight:800;line-height:1;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;text-decoration:none}body.page-news .posts-toolbar .posts-search-button{border:1px solid #907731;background:#907731;color:#080809;cursor:pointer}body.page-news .posts-toolbar .posts-search-button:hover,body.page-news .posts-toolbar .posts-search-button:focus-visible{filter:brightness(1.08);outline:none}body.page-news .posts-toolbar .posts-search-clear{border:1px solid #2b2b2b;background:#0f0f0f;color:#aaa}body.page-news .posts-toolbar .posts-search-clear:hover,body.page-news .posts-toolbar .posts-search-clear:focus-visible{border-color:#4a4229;color:#c9b15f;outline:none}body.page-news .posts-toolbar .posts-search-result-label{width:min(100%,620px);margin:7px 0 0;text-align:right}body.page-post .post-return-inline{position:relative;z-index:2;height:48px;margin:0;padding:0;border:0;background:transparent}body.page-post .post-return-inline .shell{height:100%;display:flex;align-items:flex-start;padding-top:8px}body.page-post .post-return-inline .post-back-link{display:inline-flex;align-items:center;gap:9px;min-height:32px;padding:0 12px;border:1px solid #303034;border-radius:7px;background:#101012;color:#b9a25a;font-size:11px;font-weight:800;line-height:1;letter-spacing:.07em;text-transform:uppercase;text-decoration:none;transition:color .18s ease,border-color .18s ease,gap .18s ease,transform .18s ease}body.page-post .post-return-inline .post-back-link:hover,body.page-post .post-return-inline .post-back-link:focus-visible{gap:12px;color:#d0b55e;border-color:#4a4229;transform:translateX(-2px);outline:none}body.page-post .post-article-section{padding-top:40px}@media(max-width:760px){body.page-news .posts-toolbar{display:grid;grid-template-columns:1fr;gap:13px;align-items:stretch}body.page-news .posts-toolbar-category,body.page-news .posts-toolbar-search{width:100%;min-width:0}body.page-news .posts-toolbar-search{align-items:stretch}body.page-news .posts-toolbar .post-category-selector{display:grid;gap:7px}body.page-news .posts-toolbar .post-category-selector select{width:100%;min-width:0}body.page-news .posts-toolbar .posts-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%}body.page-news .posts-toolbar .posts-search-field{min-width:0}body.page-news .posts-toolbar .posts-search-clear{grid-column:1/-1;width:100%}body.page-news .posts-toolbar .posts-search-result-label{width:100%;text-align:left}body.page-post .post-return-inline{height:42px}body.page-post .post-return-inline .shell{padding-top:6px}body.page-post .post-return-inline .post-back-link{min-height:29px;padding:0 10px;font-size:10px}body.page-post .post-article-section{padding-top:14px}}body.page-news .posts-grid .post-card.post-card-clickable:hover,body.page-news .posts-grid .post-card.post-card-clickable:focus-visible,body.page-news .posts-grid .post-card-clickable-legacy:hover,body.page-news .posts-grid .post-card-clickable-legacy:focus-visible{transform:none!important}body.page-post .post-article-section{padding-top:8px!important}body.page-post .post-return-inline{position:relative;z-index:2;display:flex;align-items:flex-start;width:100%;height:32px;margin:0 0 48px;padding:0;border:0!important;background:transparent!important;box-shadow:none!important}body.page-post .post-return-inline::before,body.page-post .post-return-inline::after{content:none!important;display:none!important}body.page-post .post-return-inline .post-back-link{display:inline-flex;align-items:center;gap:9px;min-height:32px;padding:0 12px;border:1px solid #303034;border-radius:7px;background:#101012;color:#b9a25a;font-size:11px;font-weight:800;line-height:1;letter-spacing:.07em;text-transform:uppercase;text-decoration:none;transition:color .18s ease,border-color .18s ease,gap .18s ease,transform .18s ease}body.page-post .post-return-inline .post-back-link:hover,body.page-post .post-return-inline .post-back-link:focus-visible{gap:12px;color:#d0b55e;border-color:#4a4229;transform:translateX(-2px);outline:none}@media(max-width:760px){body.page-news .posts-grid .post-card.post-card-clickable:hover,body.page-news .posts-grid .post-card.post-card-clickable:focus-visible,body.page-news .posts-grid .post-card-clickable-legacy:hover,body.page-news .posts-grid .post-card-clickable-legacy:focus-visible{transform:none!important}body.page-post .post-article-section{padding-top:6px!important}body.page-post .post-return-inline{height:29px;margin-bottom:21px}body.page-post .post-return-inline .post-back-link{min-height:29px;padding:0 10px;font-size:10px}}.posts-grid .post-card.post-card-clickable:hover,.posts-grid .post-card.post-card-clickable:focus-visible,.posts-grid .post-card-clickable-legacy:hover,.posts-grid .post-card-clickable-legacy:focus-visible{transform:none!important}.language-flag.active,.language-flag.active:hover{border-color:transparent!important;background:transparent!important}.language-flag.active img{border-radius:2px;box-shadow:0 0 0 2px #907731,0 0 0 3px rgba(0,0,0,.72)!important}.mega-column-head h3{font-size:13.5px;font-weight:400}.mega-column-head .mega-column-description{font-size:10.5px}@media(max-width:1040px){.mega-column-head h3{font-size:13px!important;font-weight:400!important}.mega-column-head .mega-column-description{font-size:11px!important}}.post-content .content-table-wrap,.pb-richtext .content-table-wrap,.content .content-table-wrap{width:min(var(--content-table-width,100%),100%);max-width:100%;margin:26px auto;clear:both;overflow-x:auto;-webkit-overflow-scrolling:touch}.post-content .content-table-wrap table,.pb-richtext .content-table-wrap table,.content .content-table-wrap table{display:table;width:100%;min-width:0;max-width:none;border-collapse:collapse;table-layout:auto;overflow:visible;background:rgba(255,255,255,.015)}.post-content .content-table-wrap th,.post-content .content-table-wrap td,.pb-richtext .content-table-wrap th,.pb-richtext .content-table-wrap td,.content .content-table-wrap th,.content .content-table-wrap td{padding:11px 13px;border:1px solid rgba(255,255,255,.14);text-align:left;vertical-align:top}.post-content .content-table-wrap th,.pb-richtext .content-table-wrap th,.content .content-table-wrap th{background:rgba(144,119,49,.13);color:#c3a54b;font-weight:700}@media(max-width:760px){.post-content .content-table-wrap,.pb-richtext .content-table-wrap,.content .content-table-wrap{width:100%!important;max-width:100%!important}.post-content .content-table-wrap table,.pb-richtext .content-table-wrap table,.content .content-table-wrap table{min-width:560px}}.content-separator{--content-separator-thickness:1px;position:relative;display:block;width:100%;height:30px;margin:26px 0;clear:both}.content-separator::before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%)}.content-separator-line::before{border-top:var(--content-separator-thickness) solid rgba(255,255,255,.18)}.content-separator-diamond::before{border-top:var(--content-separator-thickness) dashed rgba(144,119,49,.48)}.content-separator-diamond::after{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;border:1px solid #907731;background:#0a0a0b;transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 0 0 6px #0a0a0b,0 0 12px rgba(144,119,49,.20)}body.page-static .pb-hero{width:100%;max-width:none}body.page-static .pb-hero p{width:100%;max-width:none}body.page-home main>.builder-section:first-child.home-hero-live{isolation:isolate}body.page-home main>.builder-section:first-child.home-hero-live>.builder-section-inner{position:relative;z-index:3}.home-hero-dynamics{position:absolute;inset:0;z-index:2;overflow:hidden;pointer-events:none}.home-hero-scan{position:absolute;top:-18%;bottom:-18%;left:-20%;width:14%;--home-hero-scan-shift:971.428571%;opacity:0;transform:translate3d(0,0,0) skewX(-13deg);will-change:transform,opacity;background:linear-gradient(90deg,transparent,rgba(144,119,49,.025),rgba(187,158,69,.12),rgba(144,119,49,.025),transparent);filter:blur(.2px);animation:homeHeroSweep 7.5s ease-in-out .8s infinite}body.page-home main>.builder-section:first-child .pb-hero .eyebrow,body.page-home main>.builder-section:first-child .pb-hero h1,body.page-home main>.builder-section:first-child .pb-hero p,body.page-home main>.builder-section:first-child .pb-hero .pb-actions{opacity:1;transform:none;animation:none!important}body.page-home main>.builder-section:first-child .pb-btn.gold::after{content:none!important;animation:none!important}body.page-home main>.builder-section:first-child .builder-scroll-cue-ring{animation:none!important}@keyframes homeHeroSweep{0%,14%{transform:translate3d(0,0,0) skewX(-13deg);opacity:0}20%{opacity:.75}55%{opacity:.42}68%,100%{transform:translate3d(var(--home-hero-scan-shift),0,0) skewX(-13deg);opacity:0}}@media(max-width:760px){.home-hero-scan{width:23%;--home-hero-scan-shift:591.304348%}}@media(prefers-reduced-motion:reduce){.home-hero-scan{display:none;animation:none!important}}.site-back-to-top{position:fixed;right:max(22px,env(safe-area-inset-right));bottom:max(22px,env(safe-area-inset-bottom));z-index:900;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(144,119,49,.72);border-radius:50%;background:rgba(8,8,9,.92);color:#b89a3d;font-size:15px;text-decoration:none;box-shadow:0 10px 28px rgba(0,0,0,.34);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px) scale(.96);transition:opacity .2s ease,transform .2s ease,visibility .2s ease,border-color .2s ease,background .2s ease,color .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-back-to-top.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.site-back-to-top:hover,.site-back-to-top:focus-visible{border-color:#b89a3d;background:#907731;color:#080809;outline:none}.site-back-to-top i{line-height:1}html.gallery-lightbox-open .site-back-to-top,html.post-lightbox-open .site-back-to-top{opacity:0!important;visibility:hidden!important;pointer-events:none!important}@media(max-width:760px){.site-back-to-top{right:max(15px,env(safe-area-inset-right));bottom:max(15px,env(safe-area-inset-bottom));width:44px;height:44px;font-size:14px}}@media(prefers-reduced-motion:reduce){.site-back-to-top{transition:none}}@media(min-width:1041px){.nav-root-item>.nav-dropdown{opacity:0!important;visibility:hidden!important;transform:translateY(8px)!important}.nav-root-item>.mega-menu{opacity:0!important;visibility:hidden!important;transform:translate(-50%,10px)!important}.nav-root-item:hover>.nav-dropdown{opacity:1!important;visibility:visible!important;transform:none!important}.nav-root-item:hover>.mega-menu{opacity:1!important;visibility:visible!important;transform:translate(-50%,0)!important}.nav-root-item.has-menu::after{content:"";position:absolute;z-index:1188;left:-3px;right:-3px;top:100%;height:32px;background:transparent;pointer-events:auto}.nav-subitem>.nav-dropdown,.nav-dropdown.nav-level-3,.mega-card-entry>.nav-dropdown,.mega-link-wrap>.nav-dropdown{left:100%!important}.mega-card-column:last-child .mega-card-entry>.nav-dropdown,.mega-column:last-child .mega-link-wrap>.nav-dropdown{left:auto!important;right:100%!important}.nav-subitem>.nav-dropdown,.mega-card-entry>.nav-dropdown,.mega-link-wrap>.nav-dropdown{opacity:0!important;visibility:hidden!important;transform:translateY(8px)!important}.nav-subitem:hover>.nav-dropdown,.mega-card-entry:hover>.nav-dropdown,.mega-link-wrap:hover>.nav-dropdown{opacity:1!important;visibility:visible!important;transform:none!important}}@media (min-width:1041px){.nav-root-item.has-menu>.nav-subtoggle{width:24px;min-width:24px;height:30px;margin-left:-4px;padding:0;border:1px solid transparent;border-radius:999px;background:transparent;color:#9b8338;font-size:0;line-height:1;opacity:.92;transition:color .16s ease,background-color .16s ease,border-color .16s ease,opacity .16s ease}.nav-root-item.has-menu>.nav-subtoggle::before{content:"";display:block;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .18s ease}.nav-root-item.has-menu:hover>.nav-subtoggle{color:#c2a346;background:rgba(144,119,49,.10);border-color:rgba(144,119,49,.22);opacity:1}.nav-root-item.has-menu:hover>.nav-subtoggle::before{transform:translateY(2px) rotate(225deg)}.nav-subitem.has-children>.nav-subtoggle,.mega-card-entry.has-children>.nav-subtoggle,.mega-link-wrap.has-children>.nav-subtoggle{color:#9b8338;font-size:0;opacity:.92;transition:color .16s ease,background-color .16s ease,opacity .16s ease}.nav-subitem.has-children>.nav-subtoggle::before,.mega-card-entry.has-children>.nav-subtoggle::before,.mega-link-wrap.has-children>.nav-subtoggle::before{content:"";display:block;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateX(-2px) rotate(-45deg);transition:transform .16s ease}.nav-subitem.has-children:hover>.nav-subtoggle,.mega-card-entry.has-children:hover>.nav-subtoggle,.mega-link-wrap.has-children:hover>.nav-subtoggle{color:#c2a346;background:rgba(144,119,49,.10);opacity:1}.nav-subitem.has-children:hover>.nav-subtoggle::before,.mega-card-entry.has-children:hover>.nav-subtoggle::before,.mega-link-wrap.has-children:hover>.nav-subtoggle::before{transform:translateX(1px) rotate(-45deg)}}@media (min-width:1041px){.nav-root-item.has-menu>.nav-subtoggle{display:grid!important;place-items:center!important;align-self:center!important;flex:0 0 22px!important;width:22px!important;min-width:22px!important;height:34px!important;margin:0 0 0 -1px!important;padding:0!important;border:0!important;background:transparent!important;line-height:1!important;opacity:1!important}.nav-root-item.has-menu>.nav-subtoggle::before,.nav-root-item.has-menu>.nav-subtoggle::after{content:none!important;display:none!important}.nav-root-item.has-menu>.nav-subtoggle>.nav-toggle-chevron{position:relative;display:block;width:18px;height:18px;border:1px solid #51441e;border-radius:50%;background:#1b180e;box-shadow:inset 0 0 0 1px rgba(255,255,255,.018),0 2px 7px rgba(0,0,0,.24);transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.nav-root-item.has-menu>.nav-subtoggle>.nav-toggle-chevron::before{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;border-right:1.5px solid #b79a43;border-bottom:1.5px solid #b79a43;transform:translate(-50%,-68%) rotate(45deg);transform-origin:center;transition:transform .18s ease,border-color .16s ease}.nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron{border-color:#a98d39;background:#907731;box-shadow:0 0 0 2px rgba(144,119,49,.10),0 3px 9px rgba(0,0,0,.26)}.nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron::before{border-color:#090909;transform:translate(-50%,-32%) rotate(225deg)}}@media (max-width:1040px){.nav-root-item{grid-template-columns:minmax(0,1fr) 88px!important}.nav-root-item>.nav-subtoggle[data-mobile-label]{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:88px!important;min-width:88px!important;min-height:58px!important;padding:7px 5px!important;border:0!important;border-left:1px solid #2a2a2d!important;border-radius:0!important;background:#151517!important;color:#b89b46!important;font-size:0!important;line-height:1!important}.nav-root-item>.nav-subtoggle[data-mobile-label]::before{content:attr(data-mobile-label)!important;display:block!important;position:static!important;width:100%!important;margin:0!important;color:#b89b46!important;font-family:var(--font-sans)!important;font-size:10px!important;font-weight:800!important;line-height:1!important;letter-spacing:.11em!important;text-align:center!important;white-space:nowrap!important;text-transform:uppercase!important}.nav-root-item>.nav-subtoggle[data-mobile-label]::after{content:none!important;display:none!important}.nav-root-item>.nav-subtoggle[data-mobile-label]>.nav-toggle-chevron{position:relative!important;display:block!important;flex:0 0 22px!important;width:22px!important;height:22px!important;margin:0 auto!important;border:1px solid #aa8d36!important;border-radius:50%!important;background:#907731!important;box-shadow:0 2px 8px rgba(0,0,0,.28)!important}.nav-root-item>.nav-subtoggle[data-mobile-label]>.nav-toggle-chevron::before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:6px!important;height:6px!important;border-right:1.5px solid #090909!important;border-bottom:1.5px solid #090909!important;transform:translate(-50%,-68%) rotate(45deg)!important;transform-origin:center!important;transition:transform .18s ease!important}.nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]{background:#1a180f!important;color:#d1b04d!important;border-left-color:#4a3e1c!important}.nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]::before{color:#d1b04d!important}.nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]>.nav-toggle-chevron{border-color:#c3a44a!important;background:#b49438!important}.nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]>.nav-toggle-chevron::before{transform:translate(-50%,-32%) rotate(225deg)!important}}@media (min-width:1041px){.nav-root-item.has-menu{position:relative}.nav-root-item.has-menu>.nav-root-link{position:relative;padding-right:38px!important}.nav-root-item.has-menu:hover>.nav-root-link{background:#111;color:#fff}.nav-root-item.has-menu.active>.nav-root-link,.nav-root-item.has-menu.active:hover>.nav-root-link{background:var(--gold);color:#fff}.nav-root-item.has-menu>.nav-subtoggle{position:absolute!important;z-index:3!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;display:grid!important;place-items:center!important;width:18px!important;min-width:18px!important;height:18px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;line-height:1!important}.nav-root-item.has-menu>.nav-subtoggle>.nav-toggle-chevron{width:16px!important;height:16px!important;border:1px solid #4d411e!important;border-radius:50%!important;background:#1a170d!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.018)!important}.nav-root-item.has-menu>.nav-subtoggle>.nav-toggle-chevron::before{width:4px!important;height:4px!important;border-right-width:1.4px!important;border-bottom-width:1.4px!important;border-color:#b99b42!important}.nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron{border-color:#8f7831!important;background:#6f5d26!important;box-shadow:none!important}.nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron::before{border-color:#0b0b0b!important}.nav-root-item.has-menu.active>.nav-subtoggle>.nav-toggle-chevron{border-color:rgba(0,0,0,.30)!important;background:rgba(8,8,8,.28)!important}.nav-root-item.has-menu.active>.nav-subtoggle>.nav-toggle-chevron::before{border-color:#fff!important}}@media (min-width:1041px){.nav-shell{gap:10px}.brand{margin-right:4px}.main-nav{margin-left:-7px;gap:3px}.main-nav .nav-root-link{font-size:13.5px;padding:10px 13px}.main-nav .nav-icon{font-size:12px}.nav-root-item.has-menu>.nav-root-link{padding-right:34px!important}.nav-root-item.has-menu>.nav-subtoggle{right:7px!important}}body.page-post .post-article-section{padding-top:28px!important}body.page-post .post-return-inline{height:32px;margin-bottom:28px}@media(max-width:760px){body.page-post .post-article-section{padding-top:14px!important}body.page-post .post-return-inline{height:29px;margin-bottom:13px}}.post-hero-photo-caption{position:absolute;z-index:3;left:max(24px,calc((100% - var(--max))/2));bottom:10px;max-width:min(760px,calc(100% - 48px));display:flex;align-items:center;gap:6px;padding:4px 7px;border-radius:5px;background:rgba(5,5,6,.30);color:rgba(235,235,235,.64);font-family:var(--font-sans);font-size:10.5px;font-weight:400;line-height:1.35;text-shadow:0 1px 4px rgba(0,0,0,.75);backdrop-filter:blur(2px)}.post-hero-photo-caption i{color:rgba(169,144,62,.72);font-size:9px}.post-hero-photo-caption span{overflow-wrap:anywhere}@media(max-width:680px){.post-hero-photo-caption{left:15px;bottom:8px;max-width:calc(100% - 30px);font-size:10px}}.auth-pill.auth-login-icon{width:44px;min-width:44px;padding:0;font-size:14px}.auth-pill.auth-login-icon i{display:block;line-height:1}.auth-pill.auth-login-icon:hover,.auth-pill.auth-login-icon:focus-visible{color:#b99b42;border-color:#4d411e;outline:none}.auth-toggle{padding-left:10px;padding-right:9px}.auth-user-chip{display:grid;place-items:center;width:22px;min-width:22px;height:22px;border:1px solid #4d411e;border-radius:50%;background:#1a170d;color:#b99b42;font-size:9px;line-height:1}.auth-toggle:hover .auth-user-chip,.account-nav.open .auth-user-chip{border-color:#8f7831;background:#6f5d26;color:#0b0b0b}.auth-toggle-chevron{position:relative;display:grid;place-items:center;width:18px;min-width:18px;height:18px;margin-left:1px;border:1px solid #4d411e;border-radius:50%;background:#1a170d;box-shadow:inset 0 0 0 1px rgba(255,255,255,.018);transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.auth-toggle-chevron>span{display:block;width:4px;height:4px;border-right:1.4px solid #b99b42;border-bottom:1.4px solid #b99b42;transform:translateY(-1px) rotate(45deg);transform-origin:center;transition:transform .18s ease,border-color .16s ease}.auth-toggle:hover .auth-toggle-chevron,.account-nav.open .auth-toggle-chevron{border-color:#8f7831;background:#6f5d26}.auth-toggle:hover .auth-toggle-chevron>span,.account-nav.open .auth-toggle-chevron>span{border-color:#0b0b0b;transform:translateY(1px) rotate(225deg)}.account-dropdown a{gap:9px}.account-menu-icon{display:grid;place-items:center;width:24px;min-width:24px;height:24px;border:1px solid #333;border-radius:50%;background:#151515;color:#907731;font-size:10px;line-height:1}.account-dropdown a:hover .account-menu-icon{border-color:#4d411e;background:#1a170d;color:#b99b42}.account-dropdown .account-logout-link .account-menu-icon{color:#b99b42}@media(max-width:680px){.auth-pill.auth-login-icon{width:40px;min-width:40px;padding:0}.auth-toggle{padding-left:8px;padding-right:8px;gap:6px}}.auth-pill.auth-login-icon.auth-user-login{color:#b99b42}.auth-pill.auth-login-icon.auth-user-login i{font-size:12px}.auth-pill.auth-login-icon.auth-logout-icon{color:#b99b42}.auth-pill.auth-login-icon.auth-logout-icon i{font-size:14px}.auth-pill.auth-login-icon.auth-user-login:hover,.auth-pill.auth-login-icon.auth-user-login:focus-visible,.auth-pill.auth-login-icon.auth-logout-icon:hover,.auth-pill.auth-login-icon.auth-logout-icon:focus-visible{background:#1a1a1a;border-color:#4d411e;color:#d0b55e;outline:none}.auth-pill.auth-login-icon.auth-logout-icon.auth-logged-user{width:auto;min-width:0;padding:0 14px;gap:9px}.auth-pill.auth-logout-icon .auth-login-name{display:block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#b99b42;font-size:11px;font-weight:800;letter-spacing:.04em;line-height:1}.auth-pill.auth-logout-icon:hover .auth-login-name,.auth-pill.auth-logout-icon:focus-visible .auth-login-name{color:#d0b55e}@media(max-width:680px){.auth-pill.auth-login-icon.auth-logout-icon.auth-logged-user{width:auto;min-width:0;padding:0 11px;gap:7px}.auth-pill.auth-logout-icon .auth-login-name{max-width:86px;font-size:10px}}.auth-session-toggle{padding-left:10px;padding-right:9px;gap:8px}.auth-session-toggle .auth-session-chip{font-size:11px}.auth-session-toggle .auth-name{display:block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#b99b42;font-size:11px;font-weight:800;letter-spacing:.04em;line-height:1}.auth-session-toggle:hover .auth-name,.account-nav.open .auth-session-toggle .auth-name{color:#d0b55e}@media(max-width:680px){.auth-session-toggle{width:auto!important;min-width:0!important;padding:0 8px!important;gap:6px}.auth-session-toggle .auth-name{max-width:86px;font-size:10px}}.auth-session-toggle{padding-left:14px;gap:9px}@media(max-width:680px){.auth-session-toggle{padding-left:11px!important;gap:7px}}@media (min-width:1041px){.account-nav{position:relative}.account-nav>.account-dropdown{opacity:0!important;visibility:hidden!important;transform:translateY(8px)!important}.account-nav:hover>.account-dropdown{opacity:1!important;visibility:visible!important;transform:none!important}.account-nav::after{content:"";position:absolute;z-index:1188;left:-3px;right:-3px;top:100%;height:14px;background:transparent;pointer-events:auto}.account-nav:hover>.auth-session-toggle{background:#1a1a1a;border-color:#4d411e;color:#907731}.account-nav:hover>.auth-session-toggle .auth-name{color:#d0b55e}.account-nav:hover>.auth-session-toggle .auth-toggle-chevron{border-color:#8f7831;background:#6f5d26;box-shadow:none}.account-nav:hover>.auth-session-toggle .auth-toggle-chevron>span{border-color:#0b0b0b;transform:translateY(1px) rotate(225deg)}}@media (min-width:1041px){.language-switch{gap:4px;padding:3px 6px}.language-flag{width:24px;height:22px;opacity:.42}.language-flag img{width:17px;height:11px}.language-flag:hover{opacity:.78}.language-flag.active,.language-flag.active:hover{opacity:1}}.language-menu{position:relative;display:flex;align-items:center;padding:0;background:transparent;border:0}.language-current{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:48px;height:32px;padding:0 7px;border:1px solid #303034;border-radius:8px;background:#101012;color:#b9a25a;cursor:pointer;transition:.18s ease}.language-current img{display:block;width:20px;height:13px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.08)}.language-current-chevron{display:grid;place-items:center;width:16px;height:16px;border:1px solid #4d411e;border-radius:50%;background:#1a170d;transition:.18s ease}.language-current-chevron>span{width:5px;height:5px;border-right:1.4px solid #b99b42;border-bottom:1.4px solid #b99b42;transform:translateY(-1px) rotate(45deg);transition:.18s ease}.language-dropdown{position:absolute;z-index:1200;right:0;top:calc(100% + 10px);min-width:168px;margin:0;padding:7px;list-style:none;border:1px solid #2b2b2f;border-radius:10px;background:#111113;box-shadow:0 16px 38px rgba(0,0,0,.42);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s ease,visibility .16s ease,transform .16s ease}.language-dropdown li{margin:0;padding:0}.language-option{display:flex;align-items:center;gap:10px;min-height:36px;padding:7px 9px;border-radius:7px;color:#d2d2d5;text-decoration:none;font-size:12px;font-weight:400;letter-spacing:.01em;transition:.16s ease}.language-option img{width:22px;height:14px;object-fit:cover;opacity:.62;box-shadow:0 0 0 1px rgba(255,255,255,.08)}.language-option:hover{background:#1a1a1d;color:#fff}.language-option:hover img,.language-option.active img{opacity:1}.language-option.active{background:#17150d;color:#d0b55e}@media(min-width:1041px){.language-menu::after{content:"";position:absolute;z-index:1198;left:-3px;right:-3px;top:100%;height:12px;background:transparent}.language-menu:hover>.language-dropdown{opacity:1;visibility:visible;transform:none}.language-menu:hover>.language-current{border-color:#4d411e;background:#1a1a1a}.language-menu:hover .language-current-chevron{border-color:#8f7831;background:#6f5d26}.language-menu:hover .language-current-chevron>span{border-color:#0b0b0b;transform:translateY(1px) rotate(225deg)}}@media(max-width:1040px){.language-menu.open>.language-dropdown{opacity:1;visibility:visible;transform:none}.language-menu.open .language-current-chevron>span{transform:translateY(1px) rotate(225deg)}}.language-current-flag,.language-dropdown-flag{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.language-current-flag{width:20px;height:16px}.language-dropdown-flag{width:22px;height:18px}.language-flag-emoji{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:18px;filter:saturate(.9)}.language-option:hover .language-flag-emoji,.language-option.active .language-flag-emoji{filter:saturate(1.15)}.language-option,.language-option>span:last-child{font-weight:400}.language-current-flag img,.language-dropdown-flag img{display:block;width:100%;height:auto;max-height:14px;object-fit:cover;border-radius:1px;box-shadow:0 0 0 1px rgba(255,255,255,.08)}.language-current-flag img{width:20px;height:13px}.language-dropdown-flag img{width:22px;height:14px}@media(max-width:760px){:root{--header-h:68px}.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:2000!important}body{padding-top:var(--header-h)!important}.builder-section[data-vh="100"]{min-height:calc(100svh - var(--header-h))!important;min-height:calc(100dvh - var(--header-h))!important}.builder-section{scroll-margin-top:var(--header-h)}}@media(max-width:760px){.builder-section{padding-top:var(--builder-mobile-padding-top,0px)!important;padding-bottom:var(--builder-mobile-padding-bottom,0px)!important}.section{padding-top:44px!important;padding-bottom:44px!important}}body.page-post .post-template-builder-section{padding-top:0!important;padding-bottom:0!important}body.page-post .post-template-hero{padding:var(--post-template-pad-top,50px) 0 var(--post-template-pad-bottom,40px)!important}body.page-post .post-template-article{padding-top:var(--post-template-pad-top,28px)!important;padding-bottom:var(--post-template-pad-bottom,88px)!important;background:transparent}body.page-post .post-template-gallery{padding-top:var(--post-template-pad-top,88px);padding-bottom:var(--post-template-pad-bottom,88px)}body.page-post .post-template-neighbors{padding-top:var(--post-template-pad-top,0px);padding-bottom:var(--post-template-pad-bottom,0px)}body.page-post .content-bottom-gallery-inline{width:100%}@media(max-width:760px){body.page-post .post-template-hero{padding:var(--post-template-pad-top-mobile,25px) 0 var(--post-template-pad-bottom-mobile,20px)!important}body.page-post .post-template-article{padding-top:var(--post-template-pad-top-mobile,14px)!important;padding-bottom:var(--post-template-pad-bottom-mobile,44px)!important}body.page-post .post-template-gallery{padding-top:var(--post-template-pad-top-mobile,44px);padding-bottom:var(--post-template-pad-bottom-mobile,44px)}body.page-post .post-template-neighbors{padding-top:var(--post-template-pad-top-mobile,0px);padding-bottom:var(--post-template-pad-bottom-mobile,0px)}}body.page-post .post-template-builder-section .builder-width-full>.builder-grid{padding-left:0!important;padding-right:0!important}body.page-post .post-template-hero .eyebrow,body.page-post .post-template-hero h1,body.page-post .post-template-hero p{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}body.page-post .post-template-hero h1{line-height:.94!important}body.page-post .post-template-hero.has-caption{padding-bottom:max(var(--post-template-pad-bottom,40px),48px)!important}@media(max-width:760px){body.page-post .post-template-hero h1{line-height:.98!important}body.page-post .post-template-hero.has-caption{padding-bottom:max(var(--post-template-pad-bottom-mobile,20px),58px)!important}}body.page-post .post-template-hero .eyebrow{margin-bottom:8px!important}body.page-post .post-template-hero h1{margin-bottom:7px!important}@media(max-width:760px){body.page-post .post-template-hero .eyebrow{margin-bottom:6px!important}body.page-post .post-template-hero h1{margin-bottom:6px!important}}body.page-post .post-hero-photo-caption{bottom:30px!important}body.page-post .post-template-hero.has-caption{padding-bottom:max(var(--post-template-pad-bottom,40px),70px)!important}@media(max-width:760px){body.page-post .post-hero-photo-caption{bottom:30px!important}body.page-post .post-template-hero.has-caption{padding-bottom:max(var(--post-template-pad-bottom-mobile,20px),80px)!important}}@media(max-width:760px){body.page-post .post-template-hero .eyebrow{margin-bottom:12px!important}body.page-post .post-template-hero.has-caption{padding-bottom:max(var(--post-template-pad-bottom-mobile,20px),96px)!important}}@media(max-width:760px){body.page-post .post-template-hero .eyebrow{margin-bottom:14px!important}body.page-post .post-template-hero h1{margin-bottom:14px!important}body.page-post .post-template-hero.has-caption{padding-bottom:30px!important}body.page-post .post-template-hero .post-hero-photo-caption{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:fit-content;max-width:calc(100% - (var(--mobile-gutter) * 2));margin:24px var(--mobile-gutter) 0}}@media(max-width:760px){body.page-post .post-template-hero .post-hero-photo-caption{margin-top:20px!important}}.project-card-dynamic.status-online::before,.project-card-dynamic.status-building::before,.project-card-dynamic.status-testing::before,.project-card-dynamic.status-paused::before,.project-card-dynamic.status-closed::before,.project-card-dynamic.status-deleted::before{content:"";position:absolute;z-index:2;left:0;top:22px;width:3px;height:42px;border-radius:0 2px 2px 0}.project-card-dynamic.status-online::before{background:#63d77e;box-shadow:0 0 16px rgba(99,215,126,.48)}.project-card-dynamic.status-building::before{background:#9a9a9f;box-shadow:0 0 16px rgba(154,154,159,.34)}.project-card-dynamic.status-testing::before{background:#c9a13b;box-shadow:0 0 15px rgba(201,161,59,.38)}.project-card-dynamic.status-paused::before{background:#a9571f;box-shadow:0 0 14px rgba(169,87,31,.32)}.project-card-dynamic.status-closed::before,.project-card-dynamic.status-deleted::before{background:#cf5b5b;box-shadow:0 0 14px rgba(207,91,91,.30)}.project-card.project-card-dynamic.status-online{border-color:rgba(99,215,126,.48)!important;background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(86,205,111,.14),transparent 31%),linear-gradient(135deg,rgba(18,50,27,.56),#0e1210 48%,#090b0a)}.project-card.project-card-dynamic.status-building{border-color:rgba(154,154,159,.50)!important;background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(154,154,159,.13),transparent 31%),linear-gradient(135deg,rgba(43,43,46,.62),#151516 50%,#0a0a0b)}.project-card.project-card-dynamic.status-testing{border-color:rgba(201,161,59,.52)!important;background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(201,161,59,.15),transparent 31%),linear-gradient(135deg,rgba(54,42,15,.58),#14110c 50%,#0a0a09)}.project-card.project-card-dynamic.status-paused{border-color:rgba(169,87,31,.55)!important;background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(169,87,31,.14),transparent 31%),linear-gradient(135deg,rgba(58,29,10,.62),#15100c 52%,#0a0908)}.project-card.project-card-dynamic.status-closed,.project-card.project-card-dynamic.status-deleted{border-color:rgba(207,91,91,.50)!important;background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(207,91,91,.13),transparent 31%),linear-gradient(135deg,rgba(54,22,22,.58),#150e0e 52%,#0a0909)}.project-card.project-card-dynamic.status-deleted{filter:saturate(.82)}.project-card-dynamic.status-online .project-icon{border-color:rgba(99,215,126,.34)!important;background:linear-gradient(145deg,rgba(74,181,98,.20),rgba(74,181,98,.035)),#0d1710}.project-card-dynamic.status-building .project-icon{border-color:rgba(154,154,159,.38)!important;background:linear-gradient(145deg,rgba(154,154,159,.18),rgba(154,154,159,.035)),#171718}.project-card-dynamic.status-testing .project-icon{border-color:rgba(201,161,59,.38)!important;background:linear-gradient(145deg,rgba(144,119,49,.25),rgba(144,119,49,.04)),#19140a}.project-card-dynamic.status-paused .project-icon{border-color:rgba(169,87,31,.40)!important;background:linear-gradient(145deg,rgba(169,87,31,.20),rgba(169,87,31,.03)),#180f09}.project-card-dynamic.status-closed .project-icon,.project-card-dynamic.status-deleted .project-icon{border-color:rgba(207,91,91,.36)!important;background:linear-gradient(145deg,rgba(160,72,72,.18),rgba(160,72,72,.03)),#180d0d}.project-card-dynamic.status-online .project-icon i,.project-card-dynamic.status-online .project-meta,.project-card-dynamic.status-online .project-open{color:#75d88b}.project-card-dynamic.status-building .project-icon i,.project-card-dynamic.status-building .project-meta,.project-card-dynamic.status-building .project-open{color:#b5b5ba}.project-card-dynamic.status-testing .project-icon i,.project-card-dynamic.status-testing .project-meta,.project-card-dynamic.status-testing .project-open{color:#d0ad45}.project-card-dynamic.status-paused .project-icon i,.project-card-dynamic.status-paused .project-meta,.project-card-dynamic.status-paused .project-open{color:#c66d32}.project-card-dynamic.status-closed .project-icon i,.project-card-dynamic.status-closed .project-meta,.project-card-dynamic.status-closed .project-open,.project-card-dynamic.status-deleted .project-icon i,.project-card-dynamic.status-deleted .project-meta,.project-card-dynamic.status-deleted .project-open{color:#cd7474}.project-status-dot.online{background:#63d77e;box-shadow:0 0 0 4px rgba(99,215,126,.08);animation:projectStatusPulse 1.75s ease-out infinite}.project-status-dot.building{background:#9a9a9f;box-shadow:0 0 0 4px rgba(154,154,159,.08)}.project-status-dot.testing{background:#c9a13b;box-shadow:0 0 0 4px rgba(201,161,59,.08)}.project-status-dot.paused{background:#a9571f;box-shadow:0 0 0 4px rgba(169,87,31,.08)}.project-status-dot.closed,.project-status-dot.deleted{background:#cf5b5b;box-shadow:0 0 0 4px rgba(207,91,91,.07)}.project-card-dynamic .project-status>b.online{background:rgba(28,83,41,.34);color:#78df8f}.project-card-dynamic .project-status>b.building{background:rgba(72,72,76,.42);color:#b8b8bd}.project-card-dynamic .project-status>b.testing{background:rgba(86,66,18,.35);color:#d0ad45}.project-card-dynamic .project-status>b.paused{background:rgba(76,35,11,.42);color:#c97436}.project-card-dynamic .project-status>b.closed,.project-card-dynamic .project-status>b.deleted{background:rgba(80,31,31,.36);color:#d77979}.pb-service-card.status-online{border-color:rgba(99,215,126,.42);background:linear-gradient(145deg,rgba(18,50,27,.54),#0a0d0b)}.pb-service-card.status-building{border-color:rgba(154,154,159,.44);background:linear-gradient(145deg,rgba(42,42,45,.58),#0c0c0d)}.pb-service-card.status-testing{border-color:rgba(201,161,59,.46);background:linear-gradient(145deg,rgba(52,41,15,.56),#0d0b08)}.pb-service-card.status-paused{border-color:rgba(169,87,31,.48);background:linear-gradient(145deg,rgba(55,27,10,.58),#0d0a08)}.pb-service-card.status-closed,.pb-service-card.status-deleted{border-color:rgba(207,91,91,.44);background:linear-gradient(145deg,rgba(51,20,20,.55),#0d0909)}.pb-service-status.online,.pb-live-items em.online{color:#75d88b}.pb-service-status.building,.pb-live-items em.building{color:#b5b5ba}.pb-service-status.testing,.pb-live-items em.testing{color:#d0ad45}.pb-service-status.paused,.pb-live-items em.paused{color:#c66d32}.pb-service-status.closed,.pb-service-status.deleted,.pb-live-items em.closed,.pb-live-items em.deleted{color:#d77979}.pb-service-card.status-online:before{background:radial-gradient(circle,rgba(99,215,126,.15),transparent 70%)}.pb-service-card.status-building:before{background:radial-gradient(circle,rgba(154,154,159,.14),transparent 70%)}.pb-service-card.status-testing:before{background:radial-gradient(circle,rgba(201,161,59,.16),transparent 70%)}.pb-service-card.status-paused:before{background:radial-gradient(circle,rgba(169,87,31,.16),transparent 70%)}.pb-service-card.status-closed:before,.pb-service-card.status-deleted:before{background:radial-gradient(circle,rgba(207,91,91,.14),transparent 70%)}.project-card-dynamic .project-status>b.online{border-color:rgba(99,215,126,.38)!important}.project-card-dynamic .project-status>b.building{border-color:rgba(154,154,159,.40)!important}.project-card-dynamic .project-status>b.testing{border-color:rgba(201,161,59,.42)!important}.project-card-dynamic .project-status>b.paused{border-color:rgba(169,87,31,.46)!important}.project-card-dynamic .project-status>b.closed,.project-card-dynamic .project-status>b.deleted{border-color:rgba(207,91,91,.42)!important}@media(min-width:1041px){.project-dynamic-grid>.project-card.project-card-dynamic.project-card-span-4{grid-column:span 4}.project-dynamic-grid>.project-card.project-card-dynamic.project-card-span-6{grid-column:span 6}.project-dynamic-grid>.project-card.project-card-dynamic.project-card-span-12{grid-column:span 12}}@media(min-width:681px) and (max-width:1040px){.project-dynamic-grid>.project-card.project-card-dynamic{grid-column:span 6}.project-dynamic-grid>.project-card.project-card-dynamic:last-child:nth-child(odd){grid-column:span 12}}@media(max-width:680px){.project-dynamic-grid>.project-card.project-card-dynamic{grid-column:span 12}}select:not([multiple]){-webkit-appearance:none;appearance:none;padding-right:42px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='%231b180e' stroke='%2351441e'/%3E%3Cpath d='M6.5 7.25 9 9.75l2.5-2.5' fill='none' stroke='%23b79a43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 10px center!important;background-size:18px 18px!important}select:not([multiple])::-ms-expand{display:none}html{color-scheme:dark}html[data-theme="light"]{color-scheme:light;--gold:#907731;--gold-2:#907731;--gold-dim:#a38b4a;--bg:#ffffff;--bg-1:#f4f4f2;--bg-2:#e8e8e4;--panel:#ffffff;--panel-2:#f2f2ef;--line:#d7d7d2;--line-soft:#e7e7e2;--text:#202124;--muted:#696a6e;--muted-2:#4f5054}.theme-toggle{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;padding:0;border:1px solid #303034;border-radius:8px;background:#101012;color:#b99b42;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}.theme-toggle i{font-size:13px;line-height:1}.theme-toggle:hover,.theme-toggle:focus-visible{border-color:#665625;background:#1a1a1a;color:#d0b55e;outline:none}html[data-theme="light"] .theme-toggle{border-color:#d7d7d2;background:#fff;color:#907731;box-shadow:0 1px 2px rgba(22,22,20,.04)}html[data-theme="light"] .theme-toggle:hover,html[data-theme="light"] .theme-toggle:focus-visible{border-color:#907731;background:#f7f4ea;color:#7e682a}.brand-logo-light{display:none!important}html[data-theme="light"] .brand-logo-dark{display:none!important}html[data-theme="light"] .brand-logo-light{display:block!important}html[data-theme="light"] body{background:#fff;color:#202124}html[data-theme="light"] .site-header{background:rgba(255,255,255,.97);border-bottom-color:#deded9;box-shadow:0 1px 0 rgba(18,18,16,.025)}html[data-theme="light"] .main-nav a{color:#5f6064}html[data-theme="light"] .main-nav a:hover{color:#202124;background:#f1f1ee}html[data-theme="light"] .main-nav a.active{background:#907731;color:#fff}html[data-theme="light"] .menu-toggle span{background:#343538}html[data-theme="light"] .auth-pill,html[data-theme="light"] .language-current{border-color:#d7d7d2;background:#fff;color:#907731;box-shadow:0 1px 2px rgba(22,22,20,.04)}html[data-theme="light"] .auth-pill:hover,html[data-theme="light"] .account-nav:hover>.auth-session-toggle,html[data-theme="light"] .language-menu:hover>.language-current{border-color:#a99355;background:#f7f4ea;color:#806929}html[data-theme="light"] .language-current img,html[data-theme="light"] .language-current-flag img,html[data-theme="light"] .language-dropdown-flag img{box-shadow:0 0 0 1px rgba(20,20,20,.12)}html[data-theme="light"] .language-current-chevron,html[data-theme="light"] .auth-toggle-chevron{border-color:#c8b77f;background:#f7f2df}html[data-theme="light"] .language-current-chevron>span,html[data-theme="light"] .auth-toggle-chevron>span{border-color:#907731}html[data-theme="light"] .language-menu:hover .language-current-chevron,html[data-theme="light"] .account-nav:hover>.auth-session-toggle .auth-toggle-chevron{border-color:#907731;background:#907731}html[data-theme="light"] .language-menu:hover .language-current-chevron>span,html[data-theme="light"] .account-nav:hover>.auth-session-toggle .auth-toggle-chevron>span{border-color:#fff}html[data-theme="light"] .language-dropdown,html[data-theme="light"] .account-dropdown,html[data-theme="light"] .nav-dropdown,html[data-theme="light"] .mega-menu{background:#fff!important;border-color:#d9d9d4!important;box-shadow:0 18px 44px rgba(31,31,28,.14)!important}html[data-theme="light"] .language-option,html[data-theme="light"] .account-dropdown a,html[data-theme="light"] .nav-dropdown a{color:#4f5054}html[data-theme="light"] .language-option:hover,html[data-theme="light"] .account-dropdown a:hover,html[data-theme="light"] .nav-dropdown a:hover{background:#f2f2ef!important;color:#202124!important}html[data-theme="light"] .language-option.active{background:#f3eee0;color:#806929}html[data-theme="light"] .nav-subtoggle{color:#907731}html[data-theme="light"] .nav-toggle-chevron{border-color:#907731}html[data-theme="light"] .mega-menu.mega-layout-cards{background:#fff!important;border-color:#d9d9d4!important;border-top-color:#907731!important}html[data-theme="light"] .mega-card-column,html[data-theme="light"] .mega-column{border-color:#e4e4df!important}html[data-theme="light"] .mega-column-head,html[data-theme="light"] .mega-card-column-head,html[data-theme="light"] .mega-layout-cards .mega-card-column-head{border-color:#deded9!important;background:linear-gradient(105deg,rgba(144,119,49,.10),rgba(144,119,49,.025) 48%,rgba(255,255,255,.9))!important;box-shadow:inset 3px 0 0 #907731,0 4px 12px rgba(30,30,28,.04)!important}html[data-theme="light"] .mega-column-head h3,html[data-theme="light"] .mega-card-column-head h3,html[data-theme="light"] .mega-layout-cards .mega-card-column-head h3{color:#252629!important}html[data-theme="light"] .mega-column-head .mega-column-description,html[data-theme="light"] .mega-card-column-head p,html[data-theme="light"] .mega-layout-cards .mega-card-column-head p{color:#6f7074!important}html[data-theme="light"] .mega-card{color:#202124}html[data-theme="light"] .mega-card:hover,html[data-theme="light"] .mega-card:focus-visible{background:#f6f6f3!important;border-color:#e2e2dc!important}html[data-theme="light"] .mega-card-media{background:#ecece8!important;border-color:#dfdfda!important;box-shadow:0 0 0 1px rgba(30,30,28,.03),0 8px 18px rgba(30,30,28,.06)!important}html[data-theme="light"] .mega-card-title{color:#252629!important}html[data-theme="light"] .mega-card-description{color:#907731!important}html[data-theme="light"] .mega-card-placeholder{background:radial-gradient(circle at 50% 40%,rgba(144,119,49,.10),transparent 48%),#f0f0ed!important}html[data-theme="light"] .builder-section[data-bg-type="color"]{background-color:#fff!important}html[data-theme="light"] .builder-section[data-bg-type="color"]:nth-of-type(even){background-color:#f4f4f2!important}html[data-theme="light"] .builder-section[data-bg-type="gradient"]{background-image:linear-gradient(135deg,#ffffff,#f0f0ec)!important}html[data-theme="light"] .builder-cell[data-bg-type="color"]{background-color:#fff!important}html[data-theme="light"] .builder-cell[data-bg-type="gradient"]{background-image:linear-gradient(135deg,#fff,#f2f2ef)!important}html[data-theme="light"] .builder-section+.builder-section{border-top-color:#e6e6e1}html[data-theme="light"] .section{background:#fff}html[data-theme="light"] .section:nth-of-type(even){background:#f4f4f2}html[data-theme="light"] .section+.section{border-top-color:#e6e6e1}html[data-theme="light"] .page-hero{background:#f4f4f2;border-bottom-color:#deded9}html[data-theme="light"] .page-hero p{color:#66676b}html[data-theme="light"] .content,html[data-theme="light"] .pb-richtext{color:#4f5054}html[data-theme="light"] .content h2,html[data-theme="light"] .content h3,html[data-theme="light"] .pb-richtext h2,html[data-theme="light"] .pb-richtext h3{color:#202124}html[data-theme="light"] .pb-heading p{color:#66676b}html[data-theme="light"] .pb-btn{border-color:#d4d4cf;background:#fff;color:#46474a}html[data-theme="light"] .pb-btn:hover{border-color:#907731;background:#f7f4ea;color:#202124}html[data-theme="light"] .pb-btn.gold{background:#907731;border-color:#907731;color:#fff}html[data-theme="light"] .timeline,html[data-theme="light"] .snapshot,html[data-theme="light"] .featured-post,html[data-theme="light"] .post-stack,html[data-theme="light"] .quick,html[data-theme="light"] .post-card,html[data-theme="light"] .contact-form-panel,html[data-theme="light"] .contact-details-panel{background:#fff;border-color:#d7d7d2}html[data-theme="light"] .timeline-row,html[data-theme="light"] .post-stack article,html[data-theme="light"] .snapshot-head{border-color:#e4e4df}html[data-theme="light"] .timeline-row time,html[data-theme="light"] .timeline-row p,html[data-theme="light"] .featured-post p,html[data-theme="light"] .post-stack p,html[data-theme="light"] .quick p,html[data-theme="light"] .post-card p{color:#6b6c70}html[data-theme="light"] .snapshot-grid{background:#deded9;border-color:#deded9}html[data-theme="light"] .snap{background:#f5f5f2}html[data-theme="light"] .snap small{color:#77787b}html[data-theme="light"] .snapshot-console{background:#f4f4f2;border-color:#ddddda;color:#616266}html[data-theme="light"] .quick:hover{border-color:#c4b47c;background:#fbfaf5}html[data-theme="light"] .featured-post .post-image{background:#e8e8e4}html[data-theme="light"] .post-stack h4 a:hover{color:#907731}html[data-theme="light"] body.page-news,html[data-theme="light"] body.page-post{background:#fff}html[data-theme="light"] .posts-search-field input,html[data-theme="light"] .posts-toolbar .post-category-selector select,html[data-theme="light"] .post-category-selector select,html[data-theme="light"] .gallery-category-selector select{border-color:#d2d2cd;background-color:#fff;color:#303135}html[data-theme="light"] .posts-search-clear,html[data-theme="light"] .posts-page-arrow,html[data-theme="light"] .posts-page-number{border-color:#d5d5d0;background:#fff;color:#55565a}html[data-theme="light"] .posts-search-clear:hover,html[data-theme="light"] a.posts-page-arrow:hover,html[data-theme="light"] a.posts-page-number:hover{border-color:#907731;background:#f7f4ea;color:#202124}html[data-theme="light"] .posts-page-number.active{background:#907731!important;border-color:#907731!important;color:#fff!important}html[data-theme="light"] .post-category-description{background:#f6f6f3;border-color:#deded9;border-left-color:#907731}html[data-theme="light"] .post-empty{border-color:#d6d6d0;color:#68696d}html[data-theme="light"] .posts-grid .post-card{background:#fff;border-color:#d8d8d3}html[data-theme="light"] .posts-grid .post-card:hover,html[data-theme="light"] .posts-grid .post-card:focus-visible{border-color:#b9a05e!important;box-shadow:0 18px 40px rgba(30,30,28,.10)!important}html[data-theme="light"] .posts-grid .post-card h3,html[data-theme="light"] .posts-grid .post-card .post-card-title-legacy{color:#202124!important}html[data-theme="light"] .posts-grid .post-card p,html[data-theme="light"] .post-card-excerpt-legacy{color:#67686c!important}html[data-theme="light"] body.page-post .post-article-section{background:#fff!important}html[data-theme="light"] body.page-post .post-return-inline .post-back-link{background:#fff;border-color:#d5d5d0;color:#55565a}html[data-theme="light"] body.page-post .post-return-inline .post-back-link:hover{background:#f7f4ea;border-color:#907731;color:#806929}html[data-theme="light"] .post-content .content-table-wrap,html[data-theme="light"] .pb-richtext .content-table-wrap{border-color:#d9d9d4;background:#fff}html[data-theme="light"] .post-content .content-table-wrap th,html[data-theme="light"] .pb-richtext .content-table-wrap th{background:#f0f0ed;color:#2d2e31}html[data-theme="light"] .post-content .content-table-wrap td,html[data-theme="light"] .pb-richtext .content-table-wrap td{border-color:#e1e1dc;color:#4f5054}html[data-theme="light"] body.page-post .post-template-hero:not(.has-image){background:#f4f4f2!important;color:#202124!important}html[data-theme="light"] body.page-post .post-template-hero:not(.has-image) h1{color:#202124!important;text-shadow:none!important}html[data-theme="light"] body.page-post .post-template-hero:not(.has-image) p{color:#65666a!important;text-shadow:none!important}html[data-theme="light"] .contact-field label{color:#68696d}html[data-theme="light"] .contact-field input,html[data-theme="light"] .contact-field textarea{border-color:#d5d5d0;background:#fff;color:#28292c}html[data-theme="light"] .contact-security-copy{color:#707176}html[data-theme="light"] .contact-detail>span{border-color:#c8b77f;background:#f7f2df;color:#907731}html[data-theme="light"] .contact-detail small{color:#77787b}html[data-theme="light"] .contact-detail strong,html[data-theme="light"] .contact-detail a{color:#303135}html[data-theme="light"] .contact-extra{color:#67686c}html[data-theme="light"] .contact-alert.success{border-color:#a9d7b4;background:#eef8f0;color:#27643a}html[data-theme="light"] .contact-alert.error{border-color:#e0b3b3;background:#fff1f1;color:#8b3e3e}html[data-theme="light"] .contact-alert span{color:inherit}html[data-theme="light"] .pb-passcode{background:#fff;border-color:#d7d7d2}html[data-theme="light"] .pb-passcode>p{color:#696a6e}html[data-theme="light"] .pb-passcode label{color:#6c6d71}html[data-theme="light"] .pb-passcode input{background:#fff;border-color:#d3d3ce;color:#2a2b2e}html[data-theme="light"] .pb-passcode output{border-color:#c7b273;background:#f7f2df;color:#806929}html[data-theme="light"] .pb-embed{background:#fff;border-color:#d7d7d2}html[data-theme="light"] .pb-embed-head{border-bottom-color:#deded9}html[data-theme="light"] .pb-embed-empty{color:#68696d}html[data-theme="light"] .custom-module{border-color:#cfcfca;color:#616266}html[data-theme="light"] .pb-image-frame{background:#f1f1ee;border-color:#d8d8d3}html[data-theme="light"] .pb-image figcaption{color:#6c6d71}html[data-theme="light"] .pb-live-label{color:#303135}html[data-theme="light"] .pb-live-items span{color:#6d6e72}html[data-theme="light"] .pb-live-items b{color:#333437}html[data-theme="light"] .project-card.project-card-dynamic{color:#242528;box-shadow:0 8px 26px rgba(35,35,32,.05)}html[data-theme="light"] .project-card.project-card-dynamic h3{color:#242528}html[data-theme="light"] .project-card.project-card-dynamic p{color:#66676b}html[data-theme="light"] .project-card.project-card-dynamic .project-status{color:#77787b}html[data-theme="light"] .project-card.project-card-dynamic .project-foot{border-top-color:rgba(32,33,36,.10)}html[data-theme="light"] .project-card.project-card-dynamic.status-online{background:linear-gradient(135deg,#f2faf3,#ffffff 70%)!important}html[data-theme="light"] .project-card.project-card-dynamic.status-building{background:linear-gradient(135deg,#eeeeec,#ffffff 72%)!important}html[data-theme="light"] .project-card.project-card-dynamic.status-testing{background:linear-gradient(135deg,#fbf5df,#ffffff 72%)!important}html[data-theme="light"] .project-card.project-card-dynamic.status-paused{background:linear-gradient(135deg,#fbefe6,#ffffff 72%)!important}html[data-theme="light"] .project-card.project-card-dynamic.status-closed,html[data-theme="light"] .project-card.project-card-dynamic.status-deleted{background:linear-gradient(135deg,#fbebeb,#ffffff 72%)!important}html[data-theme="light"] .project-card-dynamic.status-online .project-icon{background:#eef8f0!important}html[data-theme="light"] .project-card-dynamic.status-building .project-icon{background:#ececeb!important}html[data-theme="light"] .project-card-dynamic.status-testing .project-icon{background:#f8f1d9!important}html[data-theme="light"] .project-card-dynamic.status-paused .project-icon{background:#f8eadd!important}html[data-theme="light"] .project-card-dynamic.status-closed .project-icon,html[data-theme="light"] .project-card-dynamic.status-deleted .project-icon{background:#f7e3e3!important}html[data-theme="light"] .project-card-dynamic .project-status>b.online{background:#e2f4e6;color:#26733b}html[data-theme="light"] .project-card-dynamic .project-status>b.building{background:#e5e5e3;color:#55565a}html[data-theme="light"] .project-card-dynamic .project-status>b.testing{background:#f3e8bd;color:#7d641f}html[data-theme="light"] .project-card-dynamic .project-status>b.paused{background:#f3dfcf;color:#8b4b20}html[data-theme="light"] .project-card-dynamic .project-status>b.closed,html[data-theme="light"] .project-card-dynamic .project-status>b.deleted{background:#f2d6d6;color:#8f3f3f}html[data-theme="light"] .pb-service-card{color:#242528;box-shadow:0 8px 26px rgba(35,35,32,.05)}html[data-theme="light"] .pb-service-card h3{color:#242528}html[data-theme="light"] .pb-service-card p{color:#66676b}html[data-theme="light"] .pb-service-card.status-online{background:linear-gradient(145deg,#f2faf3,#fff)!important}html[data-theme="light"] .pb-service-card.status-building{background:linear-gradient(145deg,#eeeeec,#fff)!important}html[data-theme="light"] .pb-service-card.status-testing{background:linear-gradient(145deg,#fbf5df,#fff)!important}html[data-theme="light"] .pb-service-card.status-paused{background:linear-gradient(145deg,#fbefe6,#fff)!important}html[data-theme="light"] .pb-service-card.status-closed,html[data-theme="light"] .pb-service-card.status-deleted{background:linear-gradient(145deg,#fbebeb,#fff)!important}html[data-theme="light"] .gallery-category,html[data-theme="light"] .gallery-viewer-item{border-color:#d8d8d3;background:#f1f1ee}html[data-theme="light"] .gallery-category-copy{background:#fff}html[data-theme="light"] .gallery-category-copy h3{color:#202124}html[data-theme="light"] .gallery-category-copy p{color:#696a6e}html[data-theme="light"] .gallery-lightbox,html[data-theme="light"] .post-content-lightbox{color-scheme:dark}html[data-theme="light"] select:not([multiple]){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='%23ffffff' stroke='%23907731'/%3E%3Cpath d='M6.5 7.25 9 9.75l2.5-2.5' fill='none' stroke='%23907731' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important}html[data-theme="light"] .site-footer{--footer-bg:#030303!important;--footer-text:#bfc0c3!important;--footer-heading:#ffffff!important;--footer-border:#303033!important}html[data-theme="light"] .footer-menu-item small,html[data-theme="light"] .footer-station-row small{color:#909195}html[data-theme="light"] .site-back-to-top{background:#fff;border-color:#cfcfca;color:#907731;box-shadow:0 8px 22px rgba(30,30,28,.10)}html[data-theme="light"] .site-back-to-top:hover{border-color:#907731;background:#f7f4ea}@media(max-width:1040px){html[data-theme="light"] .main-nav{background:#fff!important;border-bottom-color:#deded9!important;box-shadow:0 18px 34px rgba(31,31,28,.10)}}@media(max-width:680px){.theme-toggle{width:30px;height:30px;flex-basis:30px;border-radius:8px}.theme-toggle i{font-size:12px}}html[data-theme="light"] .builder-hero-section[data-bg-type="image"]{background-image:linear-gradient(rgba(255,255,255,.64),rgba(255,255,255,.64)),var(--builder-bg-image)!important;background-color:#f4f4f2!important}html[data-theme="light"] .builder-hero-section[data-bg-type="image"] .pb-hero h1{color:#202124!important;text-shadow:0 1px 0 rgba(255,255,255,.78),0 8px 28px rgba(40,40,36,.08)!important}html[data-theme="light"] .builder-hero-section[data-bg-type="image"] .pb-hero p{color:#4f5054!important;text-shadow:0 1px 0 rgba(255,255,255,.72)!important}html[data-theme="light"] .builder-hero-section[data-bg-type="image"] .pb-hero .eyebrow{color:#806929!important;text-shadow:0 1px 0 rgba(255,255,255,.78)!important}html[data-theme="light"] .post-hero.has-image{background:#f4f4f2!important}html[data-theme="light"] .post-hero.has-image .post-hero-background img{filter:brightness(1.14) saturate(.68) contrast(.93)}html[data-theme="light"] .post-hero.has-image .post-hero-overlay{background:rgba(255,255,255,.62)!important}html[data-theme="light"] .post-hero.has-image h1{color:#202124!important;text-shadow:0 1px 0 rgba(255,255,255,.78),0 8px 28px rgba(40,40,36,.08)!important}html[data-theme="light"] .post-hero.has-image p{color:#4f5054!important;text-shadow:0 1px 0 rgba(255,255,255,.72)!important}html[data-theme="light"] .post-hero.has-image .eyebrow,html[data-theme="light"] .post-hero.has-image .eyebrow a{color:#806929!important;text-shadow:0 1px 0 rgba(255,255,255,.78)!important}html[data-theme="light"] .post-hero-photo-caption{background:rgba(255,255,255,.76);border:1px solid rgba(90,90,84,.12);color:rgba(45,46,49,.72);text-shadow:none;box-shadow:0 5px 18px rgba(40,40,36,.06)}html[data-theme="light"] .post-hero-photo-caption i{color:#907731}html[data-theme="light"] .legacy-hero{background:#f4f4f2}html[data-theme="light"] .legacy-hero img{filter:brightness(1.14) saturate(.68) contrast(.93)}html[data-theme="light"] .legacy-hero:after{background:linear-gradient(transparent,rgba(255,255,255,.94))}html[data-theme="light"] .builder-hero-section[data-bg-type="image"]{background-image:linear-gradient(rgba(255,255,255,.70),rgba(255,255,255,.70)),var(--builder-bg-image)!important;background-color:#f1f1ee!important}html[data-theme="light"] .builder-hero-section[data-bg-type="image"] .pb-hero h1{color:#202124!important;text-shadow:0 1px 0 rgba(255,255,255,.88),0 8px 28px rgba(40,40,36,.07)!important}html[data-theme="light"] .builder-hero-section[data-bg-type="image"] .pb-hero p{color:#4b4c50!important;text-shadow:0 1px 0 rgba(255,255,255,.84)!important}html[data-theme="light"] .builder-hero-section[data-bg-type="image"] .pb-hero .eyebrow{color:#806929!important;text-shadow:0 1px 0 rgba(255,255,255,.88)!important}html[data-theme="light"] .post-hero.has-image .post-hero-background img{filter:brightness(1.24) saturate(.50) contrast(.86)!important}html[data-theme="light"] .post-hero.has-image .post-hero-overlay{background:rgba(255,255,255,.70)!important}html[data-theme="light"] .site-header{background:rgba(242,242,239,.98)!important;border-bottom-color:#d5d5d0!important;box-shadow:0 1px 0 rgba(18,18,16,.04)!important}html[data-theme="light"] .main-nav a:hover,html[data-theme="light"] .nav-root-item.has-menu:hover>.nav-root-link,html[data-theme="light"] .nav-root-item.has-menu:focus-within>.nav-root-link{background:#e8e8e4!important;color:#202124!important}html[data-theme="light"] .nav-root-item.has-menu.active>.nav-root-link,html[data-theme="light"] .nav-root-item.has-menu.active:hover>.nav-root-link,html[data-theme="light"] .nav-root-item.has-menu.active:focus-within>.nav-root-link{background:#907731!important;color:#fff!important}html[data-theme="light"] .auth-pill:hover,html[data-theme="light"] .auth-pill:focus-visible,html[data-theme="light"] .account-nav:hover>.auth-session-toggle,html[data-theme="light"] .account-nav:focus-within>.auth-session-toggle{background:#e8e8e4!important;border-color:#c9c9c3!important;color:#202124!important}html[data-theme="light"] .nav-toggle-chevron,html[data-theme="light"] .language-current-chevron,html[data-theme="light"] .auth-toggle-chevron{background:#fff!important;border-color:#a58b3c!important;box-shadow:0 1px 3px rgba(30,30,28,.08)!important}html[data-theme="light"] .nav-toggle-chevron::before,html[data-theme="light"] .language-current-chevron>span,html[data-theme="light"] .auth-toggle-chevron>span{border-color:#907731!important}html[data-theme="light"] .nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron,html[data-theme="light"] .nav-root-item.has-menu:focus-within>.nav-subtoggle>.nav-toggle-chevron,html[data-theme="light"] .language-menu:hover .language-current-chevron,html[data-theme="light"] .language-menu:focus-within .language-current-chevron,html[data-theme="light"] .account-nav:hover>.auth-session-toggle .auth-toggle-chevron,html[data-theme="light"] .account-nav:focus-within>.auth-session-toggle .auth-toggle-chevron{background:#fff!important;border-color:#907731!important;box-shadow:0 1px 3px rgba(30,30,28,.08)!important}html[data-theme="light"] .nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron::before,html[data-theme="light"] .nav-root-item.has-menu:focus-within>.nav-subtoggle>.nav-toggle-chevron::before,html[data-theme="light"] .language-menu:hover .language-current-chevron>span,html[data-theme="light"] .language-menu:focus-within .language-current-chevron>span,html[data-theme="light"] .account-nav:hover>.auth-session-toggle .auth-toggle-chevron>span,html[data-theme="light"] .account-nav:focus-within>.auth-session-toggle .auth-toggle-chevron>span{border-color:#907731!important}html[data-theme="light"] .mega-menu,html[data-theme="light"] .mega-menu.mega-layout-cards{background:#fff!important;color:#26272a!important;border-color:#d7d7d2!important;border-top-color:#907731!important}html[data-theme="light"] .mega-inner,html[data-theme="light"] .mega-card-columns{background:#e7e7e2!important}html[data-theme="light"] .mega-column,html[data-theme="light"] .mega-card-column{background:#fff!important;color:#26272a!important;border-color:#e1e1dc!important}html[data-theme="light"] .mega-column h3,html[data-theme="light"] .mega-column-head h3,html[data-theme="light"] .mega-card-column-head h3,html[data-theme="light"] .mega-card-title{color:#26272a!important}html[data-theme="light"] .mega-column-description,html[data-theme="light"] .mega-column-head .mega-column-description,html[data-theme="light"] .mega-card-column-head p{color:#6c6d71!important}html[data-theme="light"] .mega-link,html[data-theme="light"] .mega-sublinks a,html[data-theme="light"] .mega-card{color:#3e3f43!important}html[data-theme="light"] .mega-link:hover,html[data-theme="light"] .mega-link:focus-visible,html[data-theme="light"] .mega-sublinks a:hover,html[data-theme="light"] .mega-card:hover,html[data-theme="light"] .mega-card:focus-visible{background:#f0f0ed!important;color:#202124!important}html[data-theme="light"] .mega-link small{color:#77787c!important}html[data-theme="light"] body.page-news .posts-toolbar .posts-search-field input{background:#f4f4f2!important;border-color:#d1d1cc!important;color:#2c2d30!important;box-shadow:none!important}html[data-theme="light"] body.page-news .posts-toolbar .posts-search-field input:hover{background:#efefec!important;border-color:#c4c4be!important}html[data-theme="light"] body.page-news .posts-toolbar .posts-search-field input:focus{background:#fff!important;border-color:#907731!important;box-shadow:0 0 0 2px rgba(144,119,49,.10)!important}html[data-theme="light"] body.page-news .posts-toolbar .posts-search-field input::placeholder{color:#8a8b8e!important}html[data-theme="light"] .site-footer{--footer-bg:#d8d8d3!important;--footer-text:#55565a!important;--footer-heading:#242528!important;--footer-border:#bfc0ba!important;background:#d8d8d3!important;color:#55565a!important}html[data-theme="light"] .footer-shell strong,html[data-theme="light"] .footer-menu-item a,html[data-theme="light"] .footer-station-row a,html[data-theme="light"] .footer-copy{color:#303135!important}html[data-theme="light"] .footer-brand p,html[data-theme="light"] .footer-column-description,html[data-theme="light"] .footer-menu-item small,html[data-theme="light"] .footer-station-row small{color:#64656a!important}html[data-theme="light"] .footer-menu-item a:hover,html[data-theme="light"] .footer-station-row a:hover{color:#806929!important}html[data-theme="light"] .footer-brand img{content:url("../img/logo-sq9nfi-network-light-344.webp")}html[data-theme="light"] .footer-flag-counter::after{background:#d8d8d3!important}@media(max-width:1040px){html[data-theme="light"] .main-nav{background:#f2f2ef!important;border-bottom-color:#d5d5d0!important}html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label]{background:#fff!important;border-left-color:#d7d7d2!important;color:#806929!important}html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label]::before{color:#806929!important}html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label]>.nav-toggle-chevron,html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]>.nav-toggle-chevron{background:#fff!important;border-color:#907731!important}html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label]>.nav-toggle-chevron::before,html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]>.nav-toggle-chevron::before{border-color:#907731!important}}html[data-theme="light"] .builder-hero-section .pb-hero .eyebrow,html[data-theme="light"] .post-hero .eyebrow,html[data-theme="light"] .post-hero .eyebrow a{font-weight:700!important}html[data-theme="light"] .builder-hero-section .pb-hero p,html[data-theme="light"] .post-hero p{font-weight:700!important}html[data-theme="light"] .mega-layout-cards .mega-card-media{background:#fff!important;border-color:#d7d7d2!important;box-shadow:0 0 0 1px rgba(30,30,28,.04),0 7px 18px rgba(30,30,28,.06)!important}html[data-theme="light"] .mega-layout-cards .mega-card-placeholder{background:#fff!important;color:#907731!important;box-shadow:none!important}html[data-theme="light"] .mega-layout-cards .mega-card-placeholder i{color:#907731!important}html[data-theme="light"] .builder-section[data-bg-type="image"]{background-image:linear-gradient(rgba(255,255,255,.70),rgba(255,255,255,.70)),var(--builder-bg-image)!important;background-color:#f1f1ee!important}html[data-theme="light"] .builder-section[data-bg-type="image"] .pb-heading h2,html[data-theme="light"] .builder-section[data-bg-type="image"] .pb-heading p,html[data-theme="light"] .builder-section[data-bg-type="image"] .pb-heading .eyebrow{text-shadow:0 1px 0 rgba(255,255,255,.86)!important}html[data-theme="light"] .pb-heading h2{color:#202124!important}html[data-theme="light"] .pb-heading p{color:#55565a!important}html[data-theme="light"] .pb-heading .eyebrow{color:#806929!important}html[data-theme="light"] body.page-home .pb-livebar{padding:14px 16px;border:1px solid #d7d7d2;border-radius:11px;background:rgba(255,255,255,.88);box-shadow:0 8px 24px rgba(32,33,36,.045)}html[data-theme="light"] body.page-home .pb-live-label{color:#303135!important}html[data-theme="light"] body.page-home .pb-live-items span{color:#66676b!important}html[data-theme="light"] body.page-home .pb-live-items b{color:#2f3033!important}html[data-theme="light"] body.page-home .blog-featured-layout .featured-post,html[data-theme="light"] body.page-home .post-stack{background:#fff!important;border-color:#d7d7d2!important;box-shadow:0 14px 34px rgba(32,33,36,.055)!important}html[data-theme="light"] body.page-home .blog-featured-layout .featured-post:hover{border-color:#b9a05e!important;box-shadow:0 18px 42px rgba(32,33,36,.08)!important}html[data-theme="light"] body.page-home .featured-post-badge{background:rgba(255,255,255,.90)!important;border-color:rgba(144,119,49,.52)!important;color:#806929!important}html[data-theme="light"] body.page-home .featured-image-link-cue{background:rgba(255,255,255,.90)!important;border-color:#c8b77f!important;color:#806929!important}html[data-theme="light"] body.page-home .post-stack-card{border-bottom-color:#e4e4df!important}html[data-theme="light"] body.page-home .post-stack-card:hover,html[data-theme="light"] body.page-home .post-stack-card:focus-visible{background:linear-gradient(90deg,rgba(144,119,49,.09),rgba(144,119,49,.02) 55%,transparent)!important}html[data-theme="light"] body.page-home .post-stack-title{color:#2b2c2f!important}html[data-theme="light"] body.page-home .post-stack-card:hover .post-stack-title,html[data-theme="light"] body.page-home .post-stack-card:focus-visible .post-stack-title{color:#202124!important}html[data-theme="light"] body.page-home .post-stack-excerpt{color:#68696d!important}html[data-theme="light"] body.page-home .post-stack-arrow{background:#fff!important;border-color:#d3d3ce!important;color:#806929!important}html[data-theme="light"] body.page-home .post-stack-card:hover .post-stack-arrow,html[data-theme="light"] body.page-home .post-stack-card:focus-visible .post-stack-arrow{background:#907731!important;border-color:#907731!important;color:#fff!important}html[data-theme="light"] body.page-home .project-livebar{border-color:#d4d4cf!important;background:linear-gradient(90deg,rgba(144,119,49,.10),rgba(144,119,49,.025) 38%,transparent 72%),#fff!important;box-shadow:0 9px 25px rgba(32,33,36,.045)!important}html[data-theme="light"] body.page-home .project-livebar-left strong,html[data-theme="light"] body.page-home .project-live-stat strong,html[data-theme="light"] body.page-home .project-live-clock strong{color:#303135!important}html[data-theme="light"] body.page-home .project-livebar-left small,html[data-theme="light"] body.page-home .project-live-stat small,html[data-theme="light"] body.page-home .project-live-clock small{color:#747579!important}html[data-theme="light"] body.page-home .project-live-signal{background:#fff!important;border-color:#c8b77f!important}html[data-theme="light"] body.page-home .project-live-divider{background:linear-gradient(180deg,transparent,#d3d3ce,transparent)!important}html[data-theme="light"] body.page-home .pb-klimek-story{color:#303135!important;border-color:#d5d5d0!important;background:radial-gradient(circle at 15% 16%,rgba(144,119,49,.11),transparent 27%),linear-gradient(130deg,#ffffff 0%,#f5f5f2 52%,#ecece8 100%)!important;box-shadow:0 22px 54px rgba(32,33,36,.08)!important}html[data-theme="light"] body.page-home .pb-klimek-story:hover,html[data-theme="light"] body.page-home .pb-klimek-story:focus-visible{border-color:#bca761!important;box-shadow:0 28px 66px rgba(32,33,36,.11)!important}html[data-theme="light"] body.page-home .pb-klimek-story-grid{opacity:.24!important;background-image:linear-gradient(rgba(144,119,49,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(144,119,49,.09) 1px,transparent 1px)!important}html[data-theme="light"] body.page-home .pb-klimek-story h2{color:#202124!important}html[data-theme="light"] body.page-home .pb-klimek-story-lead{color:#45464a!important}html[data-theme="light"] body.page-home .pb-klimek-story-text{color:#66676b!important}html[data-theme="light"] body.page-home .pb-klimek-story-meta,html[data-theme="light"] body.page-home .pb-klimek-timeline em{color:#717277!important}html[data-theme="light"] body.page-home .pb-klimek-timeline{border-top-color:#d8d8d3!important}html[data-theme="light"] body.page-home .pb-klimek-timeline>i{background:#d1d1cc!important}html[data-theme="light"] body.page-home .pb-klimek-story-main,html[data-theme="light"] body.page-home .pb-klimek-story-portrait{border-color:#d3d3ce!important;background:#f0f0ed!important;box-shadow:0 18px 42px rgba(32,33,36,.14)!important}html[data-theme="light"] body.page-home .pb-klimek-story-main::after,html[data-theme="light"] body.page-home .pb-klimek-story-portrait::after{background:linear-gradient(145deg,transparent 58%,rgba(255,255,255,.18))!important}html[data-theme="light"] body.page-home .pb-klimek-document-badge,html[data-theme="light"] body.page-home .pb-klimek-callsign{background:rgba(255,255,255,.90)!important;border-color:#d0d0cb!important;color:#55565a!important}html[data-theme="light"] body.page-home .pb-klimek-callsign small{color:#77787c!important}html[data-theme="light"] body.page-home .pb-fmlink{border-color:#d4d4cf!important;background:radial-gradient(circle at 15% 18%,rgba(144,119,49,.12),transparent 28%),radial-gradient(circle at 88% 84%,rgba(144,119,49,.07),transparent 24%),linear-gradient(135deg,#ffffff 0%,#f6f6f3 50%,#ecece8 100%)!important;box-shadow:0 22px 58px rgba(32,33,36,.08)!important}html[data-theme="light"] body.page-home .pb-fmlink h2{color:#202124!important}html[data-theme="light"] body.page-home .pb-fmlink p{color:#55565a!important}html[data-theme="light"] body.page-home .pb-fmlink-tags{color:#606166!important}html[data-theme="light"] body.page-home .pb-fmlink-main,html[data-theme="light"] body.page-home .pb-fmlink-side{border-color:#d2d2cd!important;background:#f0f0ed!important;box-shadow:0 20px 48px rgba(32,33,36,.14)!important}html[data-theme="light"] body.page-home .pb-fmlink-badge,html[data-theme="light"] body.page-home .pb-fmlink-coords{color:#55565a!important}html[data-theme="light"] body.page-home .timeline,html[data-theme="light"] body.page-home .snapshot{background:#fff!important;border-color:#d7d7d2!important;box-shadow:0 10px 28px rgba(32,33,36,.045)!important}html[data-theme="light"] body.page-home .timeline-row strong,html[data-theme="light"] body.page-home .snapshot-head strong,html[data-theme="light"] body.page-home .snap strong{color:#2d2e31!important}html[data-theme="light"] .gallery-lightbox{color-scheme:light!important}html[data-theme="light"] .gallery-lightbox-backdrop{background:rgba(229,229,225,.96)!important;backdrop-filter:blur(7px)!important}html[data-theme="light"] .gallery-lightbox-stage>img{box-shadow:0 22px 64px rgba(32,33,36,.20)!important}html[data-theme="light"] .gallery-lightbox-info h3{color:#202124!important}html[data-theme="light"] .gallery-lightbox-info p{color:#606166!important}html[data-theme="light"] .gallery-lightbox-info>strong{color:#6b6c70!important}html[data-theme="light"] .gallery-lightbox-close,html[data-theme="light"] .gallery-lightbox-nav{background:rgba(255,255,255,.94)!important;border-color:#cfcfca!important;color:#55565a!important;box-shadow:0 8px 24px rgba(32,33,36,.08)!important}html[data-theme="light"] .gallery-lightbox-close:hover,html[data-theme="light"] .gallery-lightbox-nav:hover{background:#fff!important;border-color:#907731!important;color:#806929!important}html[data-theme="light"] body.page-home .pb-klimek-timeline>span{border-bottom-color:#d8d8d3!important}html[data-theme="light"] .builder-hero-section[data-bg-type="image"],html[data-theme="light"] .builder-section[data-bg-type="image"]{background-image:linear-gradient(rgba(255,255,255,.82),rgba(255,255,255,.82)),var(--builder-bg-image)!important;background-color:#f4f4f2!important}html[data-theme="light"] .builder-hero-section[data-bg-type="image"] .pb-hero h1,html[data-theme="light"] .builder-section[data-bg-type="image"] .pb-heading h2{color:#202124!important;text-shadow:0 1px 0 rgba(255,255,255,.94),0 7px 24px rgba(40,40,36,.045)!important}html[data-theme="light"] .builder-hero-section[data-bg-type="image"] .pb-hero p,html[data-theme="light"] .builder-section[data-bg-type="image"] .pb-heading p{color:#424347!important;text-shadow:0 1px 0 rgba(255,255,255,.94)!important}html[data-theme="light"] .builder-hero-section[data-bg-type="image"] .pb-hero .eyebrow,html[data-theme="light"] .builder-section[data-bg-type="image"] .pb-heading .eyebrow{color:#806929!important;text-shadow:0 1px 0 rgba(255,255,255,.96)!important}html[data-theme="light"] .post-hero.has-image .post-hero-background img{filter:brightness(1.34) saturate(.40) contrast(.82)!important}html[data-theme="light"] .post-hero.has-image .post-hero-overlay{background:rgba(255,255,255,.78)!important}html[data-theme="light"] .legacy-hero img{filter:brightness(1.34) saturate(.40) contrast(.82)!important}html[data-theme="light"] .legacy-hero:after{background:linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.96))!important}html[data-theme="light"] .builder-hero-section .pb-btn:not(.gold),html[data-theme="light"] .builder-section[data-bg-type="image"] .pb-btn:not(.gold){background:#fff!important;border-color:#cfcfca!important;color:#303135!important;box-shadow:0 3px 12px rgba(32,33,36,.05)!important}html[data-theme="light"] .builder-hero-section .pb-btn:not(.gold):hover,html[data-theme="light"] .builder-hero-section .pb-btn:not(.gold):focus-visible,html[data-theme="light"] .builder-section[data-bg-type="image"] .pb-btn:not(.gold):hover,html[data-theme="light"] .builder-section[data-bg-type="image"] .pb-btn:not(.gold):focus-visible{background:#f4f4f1!important;border-color:#907731!important;color:#202124!important}html[data-theme="light"] .nav-root-item.has-menu>.nav-subtoggle>.nav-toggle-chevron,html[data-theme="light"] .nav-root-item.has-menu.active>.nav-subtoggle>.nav-toggle-chevron,html[data-theme="light"] .nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron,html[data-theme="light"] .nav-root-item.has-menu:focus-within>.nav-subtoggle>.nav-toggle-chevron{background:#fff!important;border-color:#a58b3c!important;box-shadow:0 1px 3px rgba(30,30,28,.08)!important}html[data-theme="light"] .nav-root-item.has-menu>.nav-subtoggle>.nav-toggle-chevron::before,html[data-theme="light"] .nav-root-item.has-menu.active>.nav-subtoggle>.nav-toggle-chevron::before,html[data-theme="light"] .nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron::before,html[data-theme="light"] .nav-root-item.has-menu:focus-within>.nav-subtoggle>.nav-toggle-chevron::before{border-color:#907731!important}html[data-theme="light"] .mega-menu.mega-layout-cards .mega-card-media,html[data-theme="light"] .mega-menu.mega-layout-cards .mega-card-placeholder{background:#fff!important;border-color:#d7d7d2!important;color:#907731!important;box-shadow:0 1px 4px rgba(30,30,28,.05)!important}html[data-theme="light"] .mega-menu.mega-layout-cards .mega-card-placeholder i{color:#907731!important}html[data-theme="light"] body.page-home .project-card.project-card-dynamic::after,html[data-theme="light"] .project-card.project-card-dynamic::after{background:linear-gradient(115deg,rgba(255,255,255,.16),rgba(255,255,255,.70) 82%)!important}html[data-theme="light"] body.page-home .project-card.project-card-dynamic,html[data-theme="light"] .project-card.project-card-dynamic{color:#26272a!important;box-shadow:0 10px 28px rgba(32,33,36,.07)!important}html[data-theme="light"] body.page-home .project-card.project-card-dynamic.status-online,html[data-theme="light"] .project-card.project-card-dynamic.status-online{background:linear-gradient(135deg,#eef8f0 0%,#ffffff 72%)!important}html[data-theme="light"] body.page-home .project-card.project-card-dynamic.status-building,html[data-theme="light"] .project-card.project-card-dynamic.status-building{background:linear-gradient(135deg,#eeeeec 0%,#ffffff 72%)!important}html[data-theme="light"] body.page-home .project-card.project-card-dynamic.status-testing,html[data-theme="light"] .project-card.project-card-dynamic.status-testing{background:linear-gradient(135deg,#fbf4dc 0%,#ffffff 72%)!important}html[data-theme="light"] body.page-home .project-card.project-card-dynamic.status-paused,html[data-theme="light"] .project-card.project-card-dynamic.status-paused{background:linear-gradient(135deg,#f9ecdf 0%,#ffffff 72%)!important}html[data-theme="light"] body.page-home .project-card.project-card-dynamic.status-closed,html[data-theme="light"] body.page-home .project-card.project-card-dynamic.status-deleted,html[data-theme="light"] .project-card.project-card-dynamic.status-closed,html[data-theme="light"] .project-card.project-card-dynamic.status-deleted{background:linear-gradient(135deg,#fae9e9 0%,#ffffff 72%)!important}html[data-theme="light"] .project-card.project-card-dynamic h3,html[data-theme="light"] .project-card.project-card-dynamic:hover h3,html[data-theme="light"] .project-card.project-card-dynamic:focus-visible h3{color:#202124!important}html[data-theme="light"] .project-card.project-card-dynamic p,html[data-theme="light"] .project-card.project-card-dynamic:hover p,html[data-theme="light"] .project-card.project-card-dynamic:focus-visible p{color:#65666a!important}html[data-theme="light"] .project-card.project-card-dynamic .project-foot{color:#4f5054!important;border-top-color:#d9d9d4!important}html[data-theme="light"] .project-card.project-card-dynamic .project-signature{color:#505155!important}html[data-theme="light"] .project-card-dynamic .project-card-bg{opacity:.06!important;filter:grayscale(.88) brightness(1.18) contrast(.88)!important}html[data-theme="light"] .project-card-dynamic:hover .project-card-bg,html[data-theme="light"] .project-card-dynamic:focus-visible .project-card-bg{opacity:.09!important;filter:grayscale(.70) brightness(1.18) contrast(.90)!important}html[data-theme="light"] .project-card-grid{opacity:.11!important}html[data-theme="light"] .posts-grid .post-card .post-card-title,html[data-theme="light"] .posts-grid .post-card.post-card-clickable:hover .post-card-title,html[data-theme="light"] .posts-grid .post-card.post-card-clickable:focus-visible .post-card-title{color:#202124!important}html[data-theme="light"] .posts-grid .post-card .post-card-excerpt,html[data-theme="light"] .posts-grid .post-card.post-card-clickable:hover .post-card-excerpt,html[data-theme="light"] .posts-grid .post-card.post-card-clickable:focus-visible .post-card-excerpt{color:#66676b!important}html[data-theme="light"] .posts-grid .post-card .post-card-cta{color:#806929!important;opacity:.92!important}html[data-theme="light"] .posts-grid .post-card .post-card-cta i{border-color:#cfcfca!important;background:#fff!important;color:#806929!important}html[data-theme="light"] .posts-grid .post-card:hover .post-card-cta i,html[data-theme="light"] .posts-grid .post-card:focus-visible .post-card-cta i{border-color:#907731!important;background:#907731!important;color:#fff!important}html[data-theme="light"] .posts-grid .post-card-image-cue{background:rgba(255,255,255,.90)!important;border-color:#c6b171!important;color:#806929!important}html[data-theme="light"] .post-image-lightbox{background:rgba(229,229,225,.96)!important;color-scheme:light!important;backdrop-filter:blur(7px)!important}html[data-theme="light"] .post-image-lightbox-figure img{box-shadow:0 22px 64px rgba(32,33,36,.20)!important}html[data-theme="light"] .post-image-lightbox-figure figcaption{color:#5d5e62!important}html[data-theme="light"] .post-image-lightbox-close{background:rgba(255,255,255,.94)!important;border-color:#cfcfca!important;color:#806929!important;box-shadow:0 8px 24px rgba(32,33,36,.08)!important}html[data-theme="light"] .post-image-lightbox-close:hover,html[data-theme="light"] .post-image-lightbox-close:focus-visible{background:#fff!important;border-color:#907731!important;color:#806929!important;outline:none!important}html[data-theme="light"] .pb-btn.gold,html[data-theme="light"] .read-more-button,html[data-theme="light"] body.page-news .posts-toolbar .posts-search-button,html[data-theme="light"] .posts-search-button,html[data-theme="light"] .contact-submit,html[data-theme="light"] .pb-klimek-story-cta,html[data-theme="light"] .posts-page-number.active,html[data-theme="light"] .builder-scroll-cue-ring,html[data-theme="light"] .site-back-to-top:hover,html[data-theme="light"] .site-back-to-top:focus-visible,html[data-theme="light"] .post-stack-card:hover .post-stack-arrow,html[data-theme="light"] .post-stack-card:focus-visible .post-stack-arrow,html[data-theme="light"] .posts-grid .post-card:hover .post-card-cta i,html[data-theme="light"] .posts-grid .post-card:focus-visible .post-card-cta i,html[data-theme="light"] .post-card.post-card-clickable:hover .post-card-image-cue,html[data-theme="light"] .post-card.post-card-clickable:focus-visible .post-card-image-cue,html[data-theme="light"] .post-image-link:hover .featured-image-link-cue{color:#fff!important}html[data-theme="light"] .pb-btn.gold i,html[data-theme="light"] .read-more-button i,html[data-theme="light"] body.page-news .posts-toolbar .posts-search-button i,html[data-theme="light"] .posts-search-button i,html[data-theme="light"] .contact-submit i,html[data-theme="light"] .pb-klimek-story-cta i,html[data-theme="light"] .builder-scroll-cue-ring i{color:inherit!important}html[data-theme="light"] .read-more-button:hover,html[data-theme="light"] .read-more-button:focus-visible,html[data-theme="light"] .pb-klimek-story-cta:hover,html[data-theme="light"] .pb-klimek-story-cta:focus-visible{color:#fff!important}html[data-theme="light"] body.page-news .posts-toolbar .post-category-selector select,html[data-theme="light"] body.page-news .posts-toolbar .posts-search-field input{background-color:#fff!important;border-color:#cfcfca!important;color:#303135!important;box-shadow:none!important}html[data-theme="light"] body.page-news .posts-toolbar .posts-search-field input:hover,html[data-theme="light"] body.page-news .posts-toolbar .post-category-selector select:hover{background-color:#fff!important;border-color:#bdbdb7!important}html[data-theme="light"] body.page-news .posts-toolbar .posts-search-field input:focus,html[data-theme="light"] body.page-news .posts-toolbar .post-category-selector select:focus{background-color:#fff!important;border-color:#907731!important;box-shadow:0 0 0 2px rgba(144,119,49,.10)!important}html[data-theme="light"] body.page-news .posts-toolbar .posts-search-field input::placeholder{color:#8a8b8e!important;opacity:1}html[data-theme="light"] body.page-home .builder-posts-section[data-bg-type="image"]{background-image:linear-gradient(rgba(255,255,255,.91),rgba(255,255,255,.91)),var(--builder-bg-image)!important;background-color:#fafaf8!important}.nav-root-item.active>.nav-root-link,.nav-root-item.active>.nav-root-link .nav-icon,.pb-btn.gold,.pb-btn.gold i,.read-more-button,.read-more-button i,.posts-search-button,.posts-search-button i,.contact-submit,.contact-submit i,.pb-klimek-story-cta,.pb-klimek-story-cta i,.post-category-tab.active,.post-category-tab.active i,.posts-page-number.active,.posts-page-number.active i,.builder-scroll-cue-ring,.builder-scroll-cue-ring i,.post-stack-card:hover .post-stack-arrow,.post-stack-card:focus-visible .post-stack-arrow,.posts-grid .post-card:hover .post-card-cta i,.posts-grid .post-card:focus-visible .post-card-cta i,.post-card.post-card-clickable:hover .post-card-image-cue,.post-card.post-card-clickable:focus-visible .post-card-image-cue,.post-image-link:hover .featured-image-link-cue,.site-back-to-top:hover,.site-back-to-top:focus-visible{color:#fff!important}.read-more-button,.read-more-button:hover,.read-more-button:focus-visible,.posts-search-button,.posts-search-button:hover,.posts-search-button:focus-visible,.contact-submit,.contact-submit:hover,.contact-submit:focus-visible,.pb-klimek-story-cta,.pb-klimek-story-cta:hover,.pb-klimek-story-cta:focus-visible,.post-category-tab.active{color:#fff!important}@media(min-width:1041px){.nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron,.nav-root-item.has-menu:focus-within>.nav-subtoggle>.nav-toggle-chevron{background:#907731!important;border-color:#907731!important;box-shadow:0 0 0 2px rgba(144,119,49,.10),0 3px 9px rgba(0,0,0,.12)!important}.nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron::before,.nav-root-item.has-menu:focus-within>.nav-subtoggle>.nav-toggle-chevron::before{border-color:#fff!important}}html[data-theme="light"] body.page-home .builder-section[data-bg-type="image"]{background-image:linear-gradient(rgba(255,255,255,.91),rgba(255,255,255,.91)),var(--builder-bg-image)!important;background-color:#fafaf8!important}html[data-theme="light"] body.page-home .pb-livebar{position:relative!important;z-index:2!important;padding:14px 0!important;border:0!important;border-top:1px solid #deded9!important;border-bottom:1px solid #deded9!important;border-radius:0!important;background:#fff!important;box-shadow:0 0 0 100vmax #fff!important;clip-path:inset(0 -100vmax)!important}html[data-theme="light"] body.page-home .pb-live-label{color:#252629!important}html[data-theme="light"] body.page-home .pb-live-items span{color:#64656a!important}html[data-theme="light"] body.page-home .pb-live-items b{color:#252629!important}.project-card.project-card-dynamic{min-height:250px!important;padding:21px 26px!important}.project-card.project-card-dynamic:nth-child(-n+2){min-height:270px!important}.project-card.project-card-dynamic .project-meta{margin-top:20px!important}.project-card.project-card-dynamic h3{margin-top:7px!important;margin-bottom:8px!important}.project-card.project-card-dynamic p{line-height:1.55!important}.project-card.project-card-dynamic .project-foot{padding-top:15px!important}@media(max-width:680px){.project-card.project-card-dynamic,.project-card.project-card-dynamic:nth-child(-n+2){min-height:245px!important;padding:20px!important}}@media(max-width:1040px){html[data-theme="light"] .menu-toggle{border:1px solid #d7d7d2!important;border-radius:9px!important;background:#fff!important;box-shadow:0 1px 2px rgba(22,22,20,.04)!important}html[data-theme="light"] .menu-toggle span{background:#907731!important}html[data-theme="light"] .menu-toggle:hover,html[data-theme="light"] .menu-toggle:focus-visible,html[data-theme="light"] body.mobile-menu-open .menu-toggle{border-color:#a99355!important;background:#f7f4ea!important;outline:none!important}html[data-theme="light"] .main-nav{border-top:1px solid #d7d7d2!important;border-bottom:0!important;background:radial-gradient(circle at 100% 0,rgba(144,119,49,.045),transparent 34%),#f4f4f1!important;box-shadow:0 26px 60px rgba(30,30,28,.16)!important;color:#303135!important}html[data-theme="light"] .nav-root-item,html[data-theme="light"] .nav-root-item.open,html[data-theme="light"] .nav-root-item.active{border-color:#d9d9d4!important;background:#fff!important;box-shadow:none!important}html[data-theme="light"] .nav-root-item.open{box-shadow:inset 3px 0 0 rgba(144,119,49,.62)!important}html[data-theme="light"] .nav-root-link{background:transparent!important;color:#4f5054!important}html[data-theme="light"] .nav-root-link .nav-icon{color:#907731!important}html[data-theme="light"] .nav-root-link:hover,html[data-theme="light"] .nav-root-link:focus-visible{background:#f0f0ed!important;color:#202124!important}html[data-theme="light"] .nav-root-item.active>.nav-root-link,html[data-theme="light"] .nav-root-item.active>.nav-root-link:hover,html[data-theme="light"] .nav-root-item.active>.nav-root-link:focus-visible{background:#907731!important;color:#fff!important}html[data-theme="light"] .nav-root-item.active>.nav-root-link .nav-icon{color:#fff!important}html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label],html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]{border-left:1px solid #deded9!important;background:#f8f8f5!important;color:#806929!important}html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label]::before,html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]::before{color:#806929!important}html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label]>.nav-toggle-chevron,html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]>.nav-toggle-chevron{background:#fff!important;border-color:#a58b3c!important;box-shadow:0 1px 3px rgba(30,30,28,.08)!important}html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label]>.nav-toggle-chevron::before,html[data-theme="light"] .nav-root-item>.nav-subtoggle[data-mobile-label][aria-expanded="true"]>.nav-toggle-chevron::before{border-color:#907731!important}html[data-theme="light"] .nav-dropdown,html[data-theme="light"] .nav-subitem>.nav-dropdown,html[data-theme="light"] .mega-menu,html[data-theme="light"] .mega-menu.mega-layout-cards{border-color:#deded9!important;background:#fff!important;box-shadow:none!important}html[data-theme="light"] .nav-subitem,html[data-theme="light"] .mega-card-entry,html[data-theme="light"] .mega-link-wrap{border-color:#e4e4df!important;background:#fff!important}html[data-theme="light"] .nav-subitem>a,html[data-theme="light"] .mega-link-wrap>.mega-link{background:#fff!important;color:#4f5054!important}html[data-theme="light"] .nav-subitem>a:hover,html[data-theme="light"] .nav-subitem>a:focus-visible,html[data-theme="light"] .mega-link-wrap>.mega-link:hover,html[data-theme="light"] .mega-link-wrap>.mega-link:focus-visible{background:#f0f0ed!important;color:#202124!important}html[data-theme="light"] .mega-inner,html[data-theme="light"] .mega-card-columns{background:#f1f1ee!important}html[data-theme="light"] .mega-column,html[data-theme="light"] .mega-card-column,html[data-theme="light"] .mega-layout-cards .mega-card{border-color:#e1e1dc!important;background:#fff!important;color:#303135!important}html[data-theme="light"] .mega-card-toggle[data-mobile-label],html[data-theme="light"] .mega-link-toggle[data-mobile-label]{border-left:1px solid #deded9!important;background:#f8f8f5!important;color:#806929!important}}@media (min-width:1041px){html[data-theme="light"] .main-nav .nav-root-item.active>.nav-root-link,html[data-theme="light"] .main-nav .nav-root-item.active>.nav-root-link:hover,html[data-theme="light"] .main-nav .nav-root-item.active>.nav-root-link:focus-visible,html[data-theme="light"] .main-nav .nav-root-item.active:hover>.nav-root-link,html[data-theme="light"] .main-nav .nav-root-item.active:focus-within>.nav-root-link,html[data-theme="light"] .main-nav a.active,html[data-theme="light"] .main-nav a.active:hover,html[data-theme="light"] .main-nav a.active:focus-visible{background:#907731!important;border-color:#907731!important;color:#fff!important}html[data-theme="light"] .main-nav .nav-root-item.active>.nav-root-link:hover,html[data-theme="light"] .main-nav .nav-root-item.active:hover>.nav-root-link,html[data-theme="light"] .main-nav a.active:hover{background:#9a8139!important}html[data-theme="light"] .main-nav .nav-root-item.active>.nav-root-link .nav-icon,html[data-theme="light"] .main-nav .nav-root-item.active>.nav-root-link:hover .nav-icon{color:#fff!important}html[data-theme="light"] body.page-home .builder-section[data-bg-type="image"]:has(.project-dynamic-grid){background-image:linear-gradient(rgba(255,255,255,.84),rgba(255,255,255,.84)),var(--builder-bg-image)!important;background-color:#ecece8!important}html[data-theme="light"] .pb-btn:not(.gold),html[data-theme="light"] body.page-news .posts-search-clear,html[data-theme="light"] a.posts-page-arrow,html[data-theme="light"] a.posts-page-number:not(.active),html[data-theme="light"] body.page-post .post-return-inline .post-back-link{min-height:40px!important;padding:0 15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:1px solid #d1d1cc!important;border-radius:7px!important;background:#fff!important;color:#46474a!important;box-shadow:0 1px 2px rgba(25,25,23,.035)!important;text-decoration:none!important;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease!important}html[data-theme="light"] .pb-btn:not(.gold) i,html[data-theme="light"] body.page-news .posts-search-clear i,html[data-theme="light"] a.posts-page-arrow i,html[data-theme="light"] a.posts-page-number:not(.active) i,html[data-theme="light"] body.page-post .post-return-inline .post-back-link i{color:inherit!important}html[data-theme="light"] .pb-btn:not(.gold):hover,html[data-theme="light"] .pb-btn:not(.gold):focus-visible,html[data-theme="light"] body.page-news .posts-search-clear:hover,html[data-theme="light"] body.page-news .posts-search-clear:focus-visible,html[data-theme="light"] a.posts-page-arrow:hover,html[data-theme="light"] a.posts-page-arrow:focus-visible,html[data-theme="light"] a.posts-page-number:not(.active):hover,html[data-theme="light"] a.posts-page-number:not(.active):focus-visible,html[data-theme="light"] body.page-post .post-return-inline .post-back-link:hover,html[data-theme="light"] body.page-post .post-return-inline .post-back-link:focus-visible{background:#f7f4ea!important;border-color:#907731!important;color:#202124!important;box-shadow:0 3px 10px rgba(144,119,49,.10)!important;transform:translateY(-1px)!important}html[data-theme="light"] .nav-root-item.has-menu>.nav-subtoggle>.nav-toggle-chevron{background:#fff!important;border-color:#a58b3c!important;box-shadow:0 1px 3px rgba(30,30,28,.08)!important;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important}html[data-theme="light"] .nav-root-item.has-menu>.nav-subtoggle>.nav-toggle-chevron::before{border-color:#907731!important;transition:border-color .18s ease,transform .18s ease!important}html[data-theme="light"] .nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron,html[data-theme="light"] .nav-root-item.has-menu:focus-within>.nav-subtoggle>.nav-toggle-chevron,html[data-theme="light"] .nav-root-item.has-menu.open>.nav-subtoggle>.nav-toggle-chevron{background:#907731!important;border-color:#907731!important;box-shadow:0 0 0 2px rgba(144,119,49,.10),0 3px 9px rgba(0,0,0,.10)!important}html[data-theme="light"] .nav-root-item.has-menu:hover>.nav-subtoggle>.nav-toggle-chevron::before,html[data-theme="light"] .nav-root-item.has-menu:focus-within>.nav-subtoggle>.nav-toggle-chevron::before,html[data-theme="light"] .nav-root-item.has-menu.open>.nav-subtoggle>.nav-toggle-chevron::before{border-color:#fff!important}html[data-theme="light"] .project-card.project-card-dynamic{min-height:220px!important;padding:17px 24px!important}html[data-theme="light"] .project-card.project-card-dynamic:nth-child(-n+2){min-height:235px!important}html[data-theme="light"] .project-card.project-card-dynamic .project-meta{margin-top:13px!important}html[data-theme="light"] .project-card.project-card-dynamic h3{margin-top:5px!important;margin-bottom:6px!important}html[data-theme="light"] .project-card.project-card-dynamic p{line-height:1.45!important}html[data-theme="light"] .project-card.project-card-dynamic .project-foot{padding-top:10px!important}}@media(min-width:1041px){html[data-theme="light"] .language-current-chevron{background:#fff!important;border-color:#a58b3c!important;box-shadow:0 1px 3px rgba(30,30,28,.08)!important;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important}html[data-theme="light"] .language-current-chevron>span{border-color:#907731!important;transition:border-color .18s ease,transform .18s ease!important}html[data-theme="light"] .language-menu:hover .language-current-chevron,html[data-theme="light"] .language-menu:focus-within .language-current-chevron,html[data-theme="light"] .language-menu.open .language-current-chevron{background:#907731!important;border-color:#907731!important;box-shadow:0 0 0 2px rgba(144,119,49,.10),0 3px 9px rgba(0,0,0,.10)!important}html[data-theme="light"] .language-menu:hover .language-current-chevron>span,html[data-theme="light"] .language-menu:focus-within .language-current-chevron>span,html[data-theme="light"] .language-menu.open .language-current-chevron>span{border-color:#fff!important}.project-card.project-card-dynamic{min-height:220px!important;padding:17px 24px!important}.project-card.project-card-dynamic:nth-child(-n+2){min-height:235px!important}.project-card.project-card-dynamic .project-meta{margin-top:13px!important}.project-card.project-card-dynamic h3{margin-top:5px!important;margin-bottom:6px!important}.project-card.project-card-dynamic p{line-height:1.45!important}.project-card.project-card-dynamic .project-foot{padding-top:10px!important}}html[data-theme="light"] .post-content .content-table-wrap th,html[data-theme="light"] .pb-richtext .content-table-wrap th,html[data-theme="light"] .content .content-table-wrap th{background:#fbf7ea!important;border-color:#d9c98f!important;color:#907731!important}html[data-theme="light"] .post-content .content-table-wrap th *,html[data-theme="light"] .pb-richtext .content-table-wrap th *,html[data-theme="light"] .content .content-table-wrap th *{color:#907731!important}html[data-theme="light"] .content-separator-diamond::after{background:#fff!important;border-color:#907731!important;box-shadow:0 0 0 6px #fff,0 0 10px rgba(144,119,49,.16)!important}@media(max-width:760px){.builder-section[data-bg-type="image"],.builder-cell[data-bg-type="image"]{background-image:linear-gradient(var(--builder-bg-overlay,rgba(0,0,0,0)),var(--builder-bg-overlay,rgba(0,0,0,0))),var(--builder-bg-image-mobile)!important}html[data-theme="light"] .builder-section[data-bg-type="image"],html[data-theme="light"] .builder-cell[data-bg-type="image"]{background-image:linear-gradient(rgba(255,255,255,.84),rgba(255,255,255,.84)),var(--builder-bg-image-mobile)!important}html:not([data-theme="light"]){--gold-2:#a38b4a;--gold-dim:#a38b4a}html[data-theme="light"]{--gold-2:#806929;--gold-dim:#806929}.pb-btn.gold,.posts-search-button,.read-more-button,.pb-klimek-story-cta,.post-category-tab.active,.posts-page-number.active{background:#8c732c!important;border-color:#8c732c!important;color:#fff!important}.pb-btn.gold i,.posts-search-button i,.read-more-button i,.pb-klimek-story-cta i,.post-category-tab.active i,.posts-page-number.active i{color:#fff!important}html:not([data-theme="light"]) .featured-post p,html:not([data-theme="light"]) .post-stack-excerpt,html:not([data-theme="light"]) .post-card-excerpt,html:not([data-theme="light"]) .post-card p,html:not([data-theme="light"]) .quick p{color:#a0a0a5!important}html:not([data-theme="light"]) .site-footer{color:#85858a!important}html:not([data-theme="light"]) .footer-brand p,html:not([data-theme="light"]) .footer-column-description{color:#85858a!important}html:not([data-theme="light"]) .footer-menu-item small,html:not([data-theme="light"]) .footer-station-row small{color:#929297!important}html:not([data-theme="light"]) .footer-shell a,html:not([data-theme="light"]) .footer-station-row span,html:not([data-theme="light"]) .footer-copy{color:#8b8b90!important}}.builder-scroll-cue-icon{display:none!important}.builder-scroll-cue-ring::after{content:"";width:8px;height:8px;display:block;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);color:#fff}@media(max-width:680px){.builder-scroll-cue-ring::after{width:7px;height:7px;border-right-width:2px;border-bottom-width:2px}}.fa-solid,.fa-regular,.fa-brands{display:inline-block;width:1em;height:1em;flex:0 0 1em;background:currentColor;vertical-align:-.125em;mask-image:url("/assets/icons/fa/icons.svg");-webkit-mask-image:url("/assets/icons/fa/icons.svg");mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.fa-solid::before,.fa-regular::before,.fa-brands::before{content:none!important}.fa-android{mask-image:url("/assets/icons/fa/android.svg");-webkit-mask-image:url("/assets/icons/fa/android.svg")}.fa-arrow-left{mask-image:url("/assets/icons/fa/arrow-left.svg");-webkit-mask-image:url("/assets/icons/fa/arrow-left.svg")}.fa-arrow-right{mask-image:url("/assets/icons/fa/arrow-right.svg");-webkit-mask-image:url("/assets/icons/fa/arrow-right.svg")}.fa-arrow-up{mask-image:url("/assets/icons/fa/arrow-up.svg");-webkit-mask-image:url("/assets/icons/fa/arrow-up.svg")}.fa-arrow-up-right-from-square{mask-image:url("/assets/icons/fa/arrow-up-right-from-square.svg");-webkit-mask-image:url("/assets/icons/fa/arrow-up-right-from-square.svg")}.fa-building-columns{mask-image:url("/assets/icons/fa/building-columns.svg");-webkit-mask-image:url("/assets/icons/fa/building-columns.svg")}.fa-chart-line{mask-image:url("/assets/icons/fa/chart-line.svg");-webkit-mask-image:url("/assets/icons/fa/chart-line.svg")}.fa-chevron-down{mask-image:url("/assets/icons/fa/chevron-down.svg");-webkit-mask-image:url("/assets/icons/fa/chevron-down.svg")}.fa-chevron-left{mask-image:url("/assets/icons/fa/chevron-left.svg");-webkit-mask-image:url("/assets/icons/fa/chevron-left.svg")}.fa-chevron-right{mask-image:url("/assets/icons/fa/chevron-right.svg");-webkit-mask-image:url("/assets/icons/fa/chevron-right.svg")}.fa-circle-check{mask-image:url("/assets/icons/fa/circle-check.svg");-webkit-mask-image:url("/assets/icons/fa/circle-check.svg")}.fa-code{mask-image:url("/assets/icons/fa/code.svg");-webkit-mask-image:url("/assets/icons/fa/code.svg")}.fa-cubes-stacked{mask-image:url("/assets/icons/fa/cubes-stacked.svg");-webkit-mask-image:url("/assets/icons/fa/cubes-stacked.svg")}.fa-diagram-project{mask-image:url("/assets/icons/fa/diagram-project.svg");-webkit-mask-image:url("/assets/icons/fa/diagram-project.svg")}.fa-envelope{mask-image:url("/assets/icons/fa/envelope.svg");-webkit-mask-image:url("/assets/icons/fa/envelope.svg")}.fa-gear{mask-image:url("/assets/icons/fa/gear.svg");-webkit-mask-image:url("/assets/icons/fa/gear.svg")}.fa-globe{mask-image:url("/assets/icons/fa/globe.svg");-webkit-mask-image:url("/assets/icons/fa/globe.svg")}.fa-home{mask-image:url("/assets/icons/fa/home.svg");-webkit-mask-image:url("/assets/icons/fa/home.svg")}.fa-house{mask-image:url("/assets/icons/fa/house.svg");-webkit-mask-image:url("/assets/icons/fa/house.svg")}.fa-image{mask-image:url("/assets/icons/fa/image.svg");-webkit-mask-image:url("/assets/icons/fa/image.svg")}.fa-images{mask-image:url("/assets/icons/fa/images.svg");-webkit-mask-image:url("/assets/icons/fa/images.svg")}.fa-key{mask-image:url("/assets/icons/fa/key.svg");-webkit-mask-image:url("/assets/icons/fa/key.svg")}.fa-link{mask-image:url("/assets/icons/fa/link.svg");-webkit-mask-image:url("/assets/icons/fa/link.svg")}.fa-location-crosshairs{mask-image:url("/assets/icons/fa/location-crosshairs.svg");-webkit-mask-image:url("/assets/icons/fa/location-crosshairs.svg")}.fa-location-dot{mask-image:url("/assets/icons/fa/location-dot.svg");-webkit-mask-image:url("/assets/icons/fa/location-dot.svg")}.fa-magnifying-glass{mask-image:url("/assets/icons/fa/magnifying-glass.svg");-webkit-mask-image:url("/assets/icons/fa/magnifying-glass.svg")}.fa-magnifying-glass-plus{mask-image:url("/assets/icons/fa/magnifying-glass-plus.svg");-webkit-mask-image:url("/assets/icons/fa/magnifying-glass-plus.svg")}.fa-mobile-screen-button{mask-image:url("/assets/icons/fa/mobile-screen-button.svg");-webkit-mask-image:url("/assets/icons/fa/mobile-screen-button.svg")}.fa-moon{mask-image:url("/assets/icons/fa/moon.svg");-webkit-mask-image:url("/assets/icons/fa/moon.svg")}.fa-newspaper{mask-image:url("/assets/icons/fa/newspaper.svg");-webkit-mask-image:url("/assets/icons/fa/newspaper.svg")}.fa-paper-plane{mask-image:url("/assets/icons/fa/paper-plane.svg");-webkit-mask-image:url("/assets/icons/fa/paper-plane.svg")}.fa-phone{mask-image:url("/assets/icons/fa/phone.svg");-webkit-mask-image:url("/assets/icons/fa/phone.svg")}.fa-play{mask-image:url("/assets/icons/fa/play.svg");-webkit-mask-image:url("/assets/icons/fa/play.svg")}.fa-radio{mask-image:url("/assets/icons/fa/radio.svg");-webkit-mask-image:url("/assets/icons/fa/radio.svg")}.fa-right-from-bracket{mask-image:url("/assets/icons/fa/right-from-bracket.svg");-webkit-mask-image:url("/assets/icons/fa/right-from-bracket.svg")}.fa-satellite-dish{mask-image:url("/assets/icons/fa/satellite-dish.svg");-webkit-mask-image:url("/assets/icons/fa/satellite-dish.svg")}.fa-screwdriver-wrench{mask-image:url("/assets/icons/fa/screwdriver-wrench.svg");-webkit-mask-image:url("/assets/icons/fa/screwdriver-wrench.svg")}.fa-server{mask-image:url("/assets/icons/fa/server.svg");-webkit-mask-image:url("/assets/icons/fa/server.svg")}.fa-shield-halved{mask-image:url("/assets/icons/fa/shield-halved.svg");-webkit-mask-image:url("/assets/icons/fa/shield-halved.svg")}.fa-star{mask-image:url("/assets/icons/fa/star.svg");-webkit-mask-image:url("/assets/icons/fa/star.svg")}.fa-sun{mask-image:url("/assets/icons/fa/sun.svg");-webkit-mask-image:url("/assets/icons/fa/sun.svg")}.fa-tower-broadcast{mask-image:url("/assets/icons/fa/tower-broadcast.svg");-webkit-mask-image:url("/assets/icons/fa/tower-broadcast.svg")}.fa-triangle-exclamation{mask-image:url("/assets/icons/fa/triangle-exclamation.svg");-webkit-mask-image:url("/assets/icons/fa/triangle-exclamation.svg")}.fa-user{mask-image:url("/assets/icons/fa/user.svg");-webkit-mask-image:url("/assets/icons/fa/user.svg")}.fa-user-gear{mask-image:url("/assets/icons/fa/user-gear.svg");-webkit-mask-image:url("/assets/icons/fa/user-gear.svg")}.fa-wave-square{mask-image:url("/assets/icons/fa/wave-square.svg");-webkit-mask-image:url("/assets/icons/fa/wave-square.svg")}.fa-xmark{mask-image:url("/assets/icons/fa/xmark.svg");-webkit-mask-image:url("/assets/icons/fa/xmark.svg")}.fa-wifi{mask-image:url("/assets/icons/fa/wifi.svg");-webkit-mask-image:url("/assets/icons/fa/wifi.svg")}.fa-microchip{mask-image:url("/assets/icons/fa/microchip.svg");-webkit-mask-image:url("/assets/icons/fa/microchip.svg")}.fa-bolt{mask-image:url("/assets/icons/fa/bolt.svg");-webkit-mask-image:url("/assets/icons/fa/bolt.svg")}.fa-circle-info{mask-image:url("/assets/icons/fa/circle-info.svg");-webkit-mask-image:url("/assets/icons/fa/circle-info.svg")}.fa-icons{mask-image:url("/assets/icons/fa/icons.svg");-webkit-mask-image:url("/assets/icons/fa/icons.svg")}.fa-network-wired{mask-image:url("/assets/icons/fa/network-wired.svg");-webkit-mask-image:url("/assets/icons/fa/network-wired.svg")}
html{scroll-behavior:smooth}.builder-section{scroll-margin-top:76px}@media(max-width:760px){.builder-section{scroll-margin-top:72px}}.project-card-dynamic .project-card-bg{position:absolute;inset:0;z-index:-2;width:100%;height:100%;display:block;background-position:center;background-size:cover;background-repeat:no-repeat;pointer-events:none}.project-card.project-card-dynamic,.project-card.project-card-dynamic:hover,.project-card.project-card-dynamic:focus-visible{--tilt-x:0deg;--tilt-y:0deg}.post-card-media{height:auto;aspect-ratio:16/9}.post-card.post-card-clickable .post-card-media img{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover}@media(max-width:760px){.post-card img{height:100%}}
/*SQ9NFI8375*/.language-dropdown{top:calc(100% + 10px);max-height:min(72vh,440px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;}.fa-solid,.fa-regular,.fa-brands{display:inline-grid;place-items:center;width:1em;height:1em;flex:0 0 1em;background:none!important;-webkit-mask-image:none!important;mask-image:none!important;vertical-align:-.125em}.fa-solid::before,.fa-regular::before,.fa-brands::before{content:""!important;display:block;width:1em;height:1em;background:currentColor;-webkit-mask-image:url("/assets/icons/fa/icons.svg");mask-image:url("/assets/icons/fa/icons.svg");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.fa-android::before{-webkit-mask-image:url("/assets/icons/fa/android.svg");mask-image:url("/assets/icons/fa/android.svg")}.fa-arrow-left::before{-webkit-mask-image:url("/assets/icons/fa/arrow-left.svg");mask-image:url("/assets/icons/fa/arrow-left.svg")}.fa-arrow-right::before{-webkit-mask-image:url("/assets/icons/fa/arrow-right.svg");mask-image:url("/assets/icons/fa/arrow-right.svg")}.fa-arrow-up-right-from-square::before{-webkit-mask-image:url("/assets/icons/fa/arrow-up-right-from-square.svg");mask-image:url("/assets/icons/fa/arrow-up-right-from-square.svg")}.fa-arrow-up::before{-webkit-mask-image:url("/assets/icons/fa/arrow-up.svg");mask-image:url("/assets/icons/fa/arrow-up.svg")}.fa-bolt::before{-webkit-mask-image:url("/assets/icons/fa/bolt.svg");mask-image:url("/assets/icons/fa/bolt.svg")}.fa-building-columns::before{-webkit-mask-image:url("/assets/icons/fa/building-columns.svg");mask-image:url("/assets/icons/fa/building-columns.svg")}.fa-chart-line::before{-webkit-mask-image:url("/assets/icons/fa/chart-line.svg");mask-image:url("/assets/icons/fa/chart-line.svg")}.fa-chevron-down::before{-webkit-mask-image:url("/assets/icons/fa/chevron-down.svg");mask-image:url("/assets/icons/fa/chevron-down.svg")}.fa-chevron-left::before{-webkit-mask-image:url("/assets/icons/fa/chevron-left.svg");mask-image:url("/assets/icons/fa/chevron-left.svg")}.fa-chevron-right::before{-webkit-mask-image:url("/assets/icons/fa/chevron-right.svg");mask-image:url("/assets/icons/fa/chevron-right.svg")}.fa-circle-check::before{-webkit-mask-image:url("/assets/icons/fa/circle-check.svg");mask-image:url("/assets/icons/fa/circle-check.svg")}.fa-circle-info::before{-webkit-mask-image:url("/assets/icons/fa/circle-info.svg");mask-image:url("/assets/icons/fa/circle-info.svg")}.fa-code::before{-webkit-mask-image:url("/assets/icons/fa/code.svg");mask-image:url("/assets/icons/fa/code.svg")}.fa-cubes-stacked::before{-webkit-mask-image:url("/assets/icons/fa/cubes-stacked.svg");mask-image:url("/assets/icons/fa/cubes-stacked.svg")}.fa-diagram-project::before{-webkit-mask-image:url("/assets/icons/fa/diagram-project.svg");mask-image:url("/assets/icons/fa/diagram-project.svg")}.fa-envelope::before{-webkit-mask-image:url("/assets/icons/fa/envelope.svg");mask-image:url("/assets/icons/fa/envelope.svg")}.fa-gear::before{-webkit-mask-image:url("/assets/icons/fa/gear.svg");mask-image:url("/assets/icons/fa/gear.svg")}.fa-globe::before{-webkit-mask-image:url("/assets/icons/fa/globe.svg");mask-image:url("/assets/icons/fa/globe.svg")}.fa-home::before{-webkit-mask-image:url("/assets/icons/fa/home.svg");mask-image:url("/assets/icons/fa/home.svg")}.fa-house::before{-webkit-mask-image:url("/assets/icons/fa/house.svg");mask-image:url("/assets/icons/fa/house.svg")}.fa-image::before{-webkit-mask-image:url("/assets/icons/fa/image.svg");mask-image:url("/assets/icons/fa/image.svg")}.fa-images::before{-webkit-mask-image:url("/assets/icons/fa/images.svg");mask-image:url("/assets/icons/fa/images.svg")}.fa-key::before{-webkit-mask-image:url("/assets/icons/fa/key.svg");mask-image:url("/assets/icons/fa/key.svg")}.fa-link::before{-webkit-mask-image:url("/assets/icons/fa/link.svg");mask-image:url("/assets/icons/fa/link.svg")}.fa-location-crosshairs::before{-webkit-mask-image:url("/assets/icons/fa/location-crosshairs.svg");mask-image:url("/assets/icons/fa/location-crosshairs.svg")}.fa-location-dot::before{-webkit-mask-image:url("/assets/icons/fa/location-dot.svg");mask-image:url("/assets/icons/fa/location-dot.svg")}.fa-magnifying-glass-plus::before{-webkit-mask-image:url("/assets/icons/fa/magnifying-glass-plus.svg");mask-image:url("/assets/icons/fa/magnifying-glass-plus.svg")}.fa-magnifying-glass::before{-webkit-mask-image:url("/assets/icons/fa/magnifying-glass.svg");mask-image:url("/assets/icons/fa/magnifying-glass.svg")}.fa-microchip::before{-webkit-mask-image:url("/assets/icons/fa/microchip.svg");mask-image:url("/assets/icons/fa/microchip.svg")}.fa-mobile-screen-button::before{-webkit-mask-image:url("/assets/icons/fa/mobile-screen-button.svg");mask-image:url("/assets/icons/fa/mobile-screen-button.svg")}.fa-moon::before{-webkit-mask-image:url("/assets/icons/fa/moon.svg");mask-image:url("/assets/icons/fa/moon.svg")}.fa-network-wired::before{-webkit-mask-image:url("/assets/icons/fa/network-wired.svg");mask-image:url("/assets/icons/fa/network-wired.svg")}.fa-newspaper::before{-webkit-mask-image:url("/assets/icons/fa/newspaper.svg");mask-image:url("/assets/icons/fa/newspaper.svg")}.fa-paper-plane::before{-webkit-mask-image:url("/assets/icons/fa/paper-plane.svg");mask-image:url("/assets/icons/fa/paper-plane.svg")}.fa-phone::before{-webkit-mask-image:url("/assets/icons/fa/phone.svg");mask-image:url("/assets/icons/fa/phone.svg")}.fa-play::before{-webkit-mask-image:url("/assets/icons/fa/play.svg");mask-image:url("/assets/icons/fa/play.svg")}.fa-radio::before{-webkit-mask-image:url("/assets/icons/fa/radio.svg");mask-image:url("/assets/icons/fa/radio.svg")}.fa-right-from-bracket::before{-webkit-mask-image:url("/assets/icons/fa/right-from-bracket.svg");mask-image:url("/assets/icons/fa/right-from-bracket.svg")}.fa-satellite-dish::before{-webkit-mask-image:url("/assets/icons/fa/satellite-dish.svg");mask-image:url("/assets/icons/fa/satellite-dish.svg")}.fa-screwdriver-wrench::before{-webkit-mask-image:url("/assets/icons/fa/screwdriver-wrench.svg");mask-image:url("/assets/icons/fa/screwdriver-wrench.svg")}.fa-server::before{-webkit-mask-image:url("/assets/icons/fa/server.svg");mask-image:url("/assets/icons/fa/server.svg")}.fa-shield-halved::before{-webkit-mask-image:url("/assets/icons/fa/shield-halved.svg");mask-image:url("/assets/icons/fa/shield-halved.svg")}.fa-star::before{-webkit-mask-image:url("/assets/icons/fa/star.svg");mask-image:url("/assets/icons/fa/star.svg")}.fa-sun::before{-webkit-mask-image:url("/assets/icons/fa/sun.svg");mask-image:url("/assets/icons/fa/sun.svg")}.fa-tower-broadcast::before{-webkit-mask-image:url("/assets/icons/fa/tower-broadcast.svg");mask-image:url("/assets/icons/fa/tower-broadcast.svg")}.fa-triangle-exclamation::before{-webkit-mask-image:url("/assets/icons/fa/triangle-exclamation.svg");mask-image:url("/assets/icons/fa/triangle-exclamation.svg")}.fa-user-gear::before{-webkit-mask-image:url("/assets/icons/fa/user-gear.svg");mask-image:url("/assets/icons/fa/user-gear.svg")}.fa-user::before{-webkit-mask-image:url("/assets/icons/fa/user.svg");mask-image:url("/assets/icons/fa/user.svg")}.fa-wave-square::before{-webkit-mask-image:url("/assets/icons/fa/wave-square.svg");mask-image:url("/assets/icons/fa/wave-square.svg")}.fa-wifi::before{-webkit-mask-image:url("/assets/icons/fa/wifi.svg");mask-image:url("/assets/icons/fa/wifi.svg")}.fa-xmark::before{-webkit-mask-image:url("/assets/icons/fa/xmark.svg");mask-image:url("/assets/icons/fa/xmark.svg")}.posts-grid .post-card .post-card-cta i.fa-solid,.posts-grid .post-card .post-card-cta i.fa-regular,.posts-grid .post-card .post-card-cta i.fa-brands{width:28px!important;height:28px!important;flex:0 0 28px!important;min-width:28px!important;min-height:28px!important;border-radius:50%!important}.posts-grid .post-card .post-card-cta i::before{width:9px!important;height:9px!important}html[data-theme="light"] .posts-grid .post-card .post-card-image-cue i{color:inherit!important}html[data-theme="light"] .posts-grid .post-card.post-card-clickable:hover .post-card-image-cue,html[data-theme="light"] .posts-grid .post-card.post-card-clickable:focus-visible .post-card-image-cue{background:#907731!important;border-color:#907731!important;color:#fff!important}html:not([data-theme="light"]) .posts-grid .post-card:hover .post-card-cta i,html:not([data-theme="light"]) .posts-grid .post-card:focus-visible .post-card-cta i,html:not([data-theme="light"]) .posts-grid .post-card.post-card-clickable:hover .post-card-cta i,html:not([data-theme="light"]) .posts-grid .post-card.post-card-clickable:focus-visible .post-card-cta i{background:#907731!important;border-color:#907731!important;color:#fff!important}
html[data-theme="light"] .account-menu-icon{border-color:#d9d9d4;background:#f7f4ea;color:#907731}html[data-theme="light"] .account-dropdown a:hover .account-menu-icon{border-color:#a99355;background:#eee7d4;color:#806929}html[data-theme="light"] .account-dropdown .account-logout-link .account-menu-icon{color:#907731}.auth-mobile-session-icon{display:none;align-items:center;justify-content:center;color:#b99b42;font-size:15px;line-height:1}@media(max-width:680px){.auth-session-toggle .auth-name{display:none!important}.auth-session-toggle .auth-mobile-session-icon{display:inline-grid;width:18px;height:18px}.auth-session-toggle{padding-left:8px!important;padding-right:8px!important;gap:6px!important}}.fa-video::before{-webkit-mask-image:url("/assets/icons/fa/video.svg");mask-image:url("/assets/icons/fa/video.svg")}.post-card-media-type-cues{position:absolute;z-index:3;left:14px;bottom:14px;display:flex;align-items:center;gap:7px;pointer-events:none}.post-card-media-type-cue{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(144,119,49,.42);border-radius:50%;background:rgba(8,8,9,.76);backdrop-filter:blur(7px);color:#b99d42;opacity:.78;transform:translateY(2px);transition:transform .2s ease,opacity .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.post-card-media-type-cue i{font-size:11px}.post-card.post-card-clickable:hover .post-card-media-type-cue,.post-card.post-card-clickable:focus-visible .post-card-media-type-cue{opacity:1;transform:translateY(0);border-color:#907731;background:#907731;color:#080809}.featured-media-type-cues{position:absolute;z-index:2;left:17px;bottom:17px;display:flex;align-items:center;gap:8px;pointer-events:none}.featured-media-type-cue{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(144,119,49,.38);border-radius:50%;background:rgba(8,8,9,.74);backdrop-filter:blur(7px);color:#b99d42;opacity:.78;transform:translateY(2px);transition:transform .2s ease,opacity .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.featured-media-type-cue i{font-size:11px}.post-image-link:hover .featured-media-type-cue{opacity:1;transform:translateY(0);border-color:#907731;background:#907731;color:#070707}html[data-theme="light"] .posts-grid .post-card-media-type-cue,html[data-theme="light"] body.page-home .featured-media-type-cue{background:rgba(255,255,255,.90)!important;border-color:#c6b171!important;color:#806929!important}html[data-theme="light"] .posts-grid .post-card.post-card-clickable:hover .post-card-media-type-cue,html[data-theme="light"] .posts-grid .post-card.post-card-clickable:focus-visible .post-card-media-type-cue,html[data-theme="light"] .post-image-link:hover .featured-media-type-cue,html:not([data-theme="light"]) .posts-grid .post-card.post-card-clickable:hover .post-card-media-type-cue,html:not([data-theme="light"]) .posts-grid .post-card.post-card-clickable:focus-visible .post-card-media-type-cue,html:not([data-theme="light"]) .post-image-link:hover .featured-media-type-cue{background:#907731!important;border-color:#907731!important;color:#fff!important}
.posts-grid .post-card-media-type-cue{transition:none!important}.posts-grid .post-card.post-card-clickable:hover .post-card-media-type-cue,.posts-grid .post-card.post-card-clickable:focus-visible .post-card-media-type-cue{opacity:.78!important;transform:translateY(2px)!important;border-color:rgba(144,119,49,.42)!important;background:rgba(8,8,9,.76)!important;color:#b99d42!important}html[data-theme="light"] .posts-grid .post-card.post-card-clickable:hover .post-card-media-type-cue,html[data-theme="light"] .posts-grid .post-card.post-card-clickable:focus-visible .post-card-media-type-cue{background:rgba(255,255,255,.90)!important;border-color:#c6b171!important;color:#806929!important}.posts-grid .post-card-media-type-cue,body.page-home .featured-media-type-cue{transition:none!important}.posts-grid .post-card.post-card-clickable:hover .post-card-media-type-cue,.posts-grid .post-card.post-card-clickable:focus-visible .post-card-media-type-cue{opacity:.78!important;transform:translateY(2px)!important;border-color:rgba(144,119,49,.42)!important;background:rgba(8,8,9,.76)!important;color:#b99d42!important}body.page-home .post-image-link:hover .featured-media-type-cue,body.page-home .post-image-link:focus-visible .featured-media-type-cue{opacity:.78!important;transform:translateY(2px)!important;border-color:rgba(144,119,49,.38)!important;background:rgba(8,8,9,.74)!important;color:#b99d42!important}html[data-theme="light"] .posts-grid .post-card-media-type-cue,html[data-theme="light"] .posts-grid .post-card.post-card-clickable:hover .post-card-media-type-cue,html[data-theme="light"] .posts-grid .post-card.post-card-clickable:focus-visible .post-card-media-type-cue{opacity:.78!important;transform:translateY(2px)!important;background:rgba(255,255,255,.90)!important;border-color:#c6b171!important;color:#806929!important}html[data-theme="light"] body.page-home .featured-media-type-cue,html[data-theme="light"] body.page-home .post-image-link:hover .featured-media-type-cue,html[data-theme="light"] body.page-home .post-image-link:focus-visible .featured-media-type-cue{opacity:.78!important;transform:translateY(2px)!important;background:rgba(255,255,255,.90)!important;border-color:#c6b171!important;color:#806929!important}

/* v8.5.39 — multimedia badges on news cards stay visually static on card hover/focus. */
html:not([data-theme="light"]) body.page-news .posts-grid .post-card.post-card-clickable:hover .post-card-media-type-cue,
html:not([data-theme="light"]) body.page-news .posts-grid .post-card.post-card-clickable:focus-visible .post-card-media-type-cue,
html:not([data-theme="light"]) body.page-news .posts-grid .post-card:hover .post-card-media-type-cue,
html:not([data-theme="light"]) body.page-news .posts-grid .post-card:focus-visible .post-card-media-type-cue{
  opacity:.78!important;
  transform:translateY(2px)!important;
  border-color:rgba(144,119,49,.42)!important;
  background:rgba(8,8,9,.76)!important;
  color:#b99d42!important;
  transition:none!important;
}
html[data-theme="light"] body.page-news .posts-grid .post-card.post-card-clickable:hover .post-card-media-type-cue,
html[data-theme="light"] body.page-news .posts-grid .post-card.post-card-clickable:focus-visible .post-card-media-type-cue,
html[data-theme="light"] body.page-news .posts-grid .post-card:hover .post-card-media-type-cue,
html[data-theme="light"] body.page-news .posts-grid .post-card:focus-visible .post-card-media-type-cue{
  opacity:.78!important;
  transform:translateY(2px)!important;
  background:rgba(255,255,255,.90)!important;
  border-color:#c6b171!important;
  color:#806929!important;
  transition:none!important;
}
html[data-theme="light"] body.page-home .post-image-link:hover .featured-image-link-cue,html[data-theme="light"] body.page-home .post-image-link:focus-visible .featured-image-link-cue{opacity:1!important;transform:translateY(0)!important;background:#907731!important;border-color:#907731!important;color:#fff!important}
/* v8.5.41 — desktop featured post: text stays at the bottom; image absorbs remaining card height. Mobile/tablet layout is intentionally unchanged. */
@media (min-width:1041px){body.page-home .blog-featured-layout .featured-post{display:flex;flex-direction:column}body.page-home .blog-featured-layout .featured-post>.post-image{flex:1 1 340px;height:auto;min-height:340px}body.page-home .blog-featured-layout .featured-post>.post-body{flex:0 0 auto}}

/* v8.5.42 — the whole featured-news card is one link on desktop and mobile. */
body.page-home .featured-post>.featured-post-card-link{display:flex;flex-direction:column;height:100%;min-height:0;color:inherit;text-decoration:none;cursor:pointer}
body.page-home .featured-post>.featured-post-card-link>.post-image{display:block;position:relative}
body.page-home .featured-post>.featured-post-card-link>.post-body{display:block;color:inherit}
body.page-home .featured-post>.featured-post-card-link:hover .featured-image-link-cue,body.page-home .featured-post>.featured-post-card-link:focus-visible .featured-image-link-cue{opacity:1;transform:translateY(0);background:#907731!important;border-color:#907731!important;color:#fff!important}
body.page-home .featured-post>.featured-post-card-link:focus-visible{outline:2px solid #907731;outline-offset:-2px}
@media (min-width:1041px){body.page-home .blog-featured-layout .featured-post>.featured-post-card-link{flex:1 1 auto}body.page-home .blog-featured-layout .featured-post>.featured-post-card-link>.post-image{flex:1 1 340px;height:auto;min-height:340px}body.page-home .blog-featured-layout .featured-post>.featured-post-card-link>.post-body{flex:0 0 auto}}
