:root{--gw-bg:#111214;--gw-surface:#1a1c1f;--gw-surface-alt:#23262a;--gw-border:#34383d;--gw-text:#f2f3f4;--gw-text-muted:#a7adb4;--gw-accent:#ff7a00;--gw-accent-soft:#ff9a3d;--gw-max-width:1200px;--gw-radius:10px;--gw-gap:1.5rem}*{box-sizing:border-box}html{color-scheme:dark;background:var(--gw-bg);color:var(--gw-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:var(--gw-bg);min-height:100vh;color:var(--gw-text);margin:0;line-height:1.6}a{color:var(--gw-accent);text-decoration:none}a:hover{color:var(--gw-accent-soft)}img{max-width:100%;height:auto}.gw-container{width:min(calc(100% - 2rem), var(--gw-max-width));margin-inline:auto}.gw-header{z-index:1000;border-bottom:1px solid var(--gw-border);background:#111214f7;position:sticky;top:0}.gw-header-inner{align-items:center;gap:2rem;min-height:72px;display:flex}.gw-brand{color:var(--gw-text)}.gw-brand:hover{color:var(--gw-accent)}.gw-nav{gap:1.25rem;margin-left:auto;display:flex}.gw-nav a{color:var(--gw-text-muted);font-weight:600}.gw-nav a:hover{color:var(--gw-text)}.gw-language{color:var(--gw-text-muted);align-items:center;gap:.35rem;font-size:.9rem;display:flex}.gw-language strong{color:var(--gw-text)}.gw-main{padding-block:3rem}.gw-footer{border-top:1px solid var(--gw-border);color:var(--gw-text-muted);background:#111214b3;margin-top:5rem}.gw-footer-inner{grid-template-columns:minmax(260px,1.5fr) 1fr;gap:4rem;padding-block:3.5rem;display:grid}.gw-footer-tagline{color:#9da2a8;max-width:360px;margin:.9rem 0 0;font-size:.95rem;line-height:1.55}.gw-footer-logo{letter-spacing:-.04em;font-size:1.5rem;font-weight:800;text-decoration:none}.gw-footer-logo .gw-footer-grey{color:#9a9da1}.gw-footer-logo .gw-footer-slash{color:var(--gw-accent)}.gw-footer-logo .gw-footer-wired{color:#eceeef}.gw-footer-logo:hover .gw-footer-grey,.gw-footer-logo:hover .gw-footer-wired{color:var(--gw-text)}.gw-footer-copyright{color:#8d9298}.gw-footer-wordmark{margin-left:.3rem}.gw-footer-copyright .gw-footer-grey{color:#8f9397}.gw-footer-copyright .gw-footer-slash{color:var(--gw-accent)}.gw-footer-copyright .gw-footer-wired{color:#b9bdc1}.gw-footer-logo:hover{color:var(--gw-text)}.gw-footer-nav{grid-template-columns:repeat(2,minmax(120px,1fr));gap:2rem;display:grid}.gw-footer-column{flex-direction:column;align-items:flex-start;gap:.65rem;display:flex}.gw-footer-heading{color:var(--gw-text);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.35rem;font-size:.75rem;font-weight:700}.gw-footer-column a{color:var(--gw-text-muted);text-decoration:none}.gw-footer-column a:hover{color:var(--gw-accent)}.gw-footer-pending{color:var(--gw-text-muted);opacity:.45}.gw-footer-bottom{border-top:1px solid var(--gw-border);justify-content:space-between;align-items:center;gap:1rem;padding-block:1.25rem;font-size:.8rem;display:flex}.gw-footer-bottom a{color:var(--gw-text-muted)}.gw-footer-bottom a:hover{color:var(--gw-accent)}.gw-card-grid{gap:var(--gw-gap);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.gw-card{border:1px solid var(--gw-border);border-radius:var(--gw-radius);background:var(--gw-surface);overflow:hidden}.gw-card h2,.gw-card h3{margin-top:0}.gw-card p:last-child{margin-bottom:0}.gw-card-summary{-webkit-line-clamp:4;-webkit-box-orient:vertical;line-height:1.55;display:-webkit-box;overflow:hidden}.gw-muted{color:var(--gw-text-muted)}.gw-accent{color:var(--gw-accent)}@media (width<=700px){.gw-content-image,.gw-content-image-left,.gw-content-image-right{float:none;width:100%;max-width:100%;margin:1.5rem auto}.gw-content-header h1{letter-spacing:-.02em;max-width:none;margin-bottom:1rem;font-size:clamp(2rem,8vw,2.6rem);line-height:1.06}}@media (width<=760px){.gw-hero{background-image:linear-gradient(90deg,#111214fa 0%,#111214e6 55%,#11121466 100%),url(/assets/brand/hero/greywired-hero.webp);background-position:68%;min-height:520px;padding:3rem 1.25rem}.gw-header-inner{flex-wrap:wrap;gap:1rem;padding-block:1rem}.gw-nav{order:3;width:100%;margin-left:0;overflow-x:auto}.gw-footer-inner{grid-template-columns:1fr;gap:2.5rem;padding-block:2.5rem}.gw-footer-nav{grid-template-columns:repeat(2,1fr)}.gw-footer-bottom{align-items:flex-start}.gw-footer-meta{flex-wrap:wrap;justify-content:flex-end}}.gw-card{min-height:190px;transition:transform .16s,border-color .16s;position:relative}.gw-card:hover{border-color:var(--gw-accent);transform:translateY(-2px)}.gw-card-type{color:var(--gw-accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.65rem;font-size:.75rem;font-weight:700}.gw-card h3{font-size:1.25rem}.gw-card h3 a{color:var(--gw-text)}.gw-card h3 a:hover{color:var(--gw-accent)}.gw-card-link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.gw-card-media{aspect-ratio:16/9;background:var(--gw-surface-alt);overflow:hidden}.gw-card-media img{object-fit:cover;width:100%;height:100%;display:block}.gw-card-media-fallback{width:100%;height:100%;color:var(--gw-text-muted);letter-spacing:-.08em;place-items:center;font-size:2.5rem;font-weight:700;display:grid}.gw-card-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.gw-card .gw-card-body h2{margin:0;font-size:1.3rem;line-height:1.25}.gw-card-body p{color:var(--gw-text-muted);margin-top:.75rem}.gw-card-arrow{color:var(--gw-accent);margin-top:0;padding-top:.6rem;font-size:1.35rem}.gw-hero{background-image:linear-gradient(90deg,#111214fa 0%,#111214eb 30%,#11121473 58%,#1112140d 78%),url(/assets/brand/hero/greywired-hero.webp);background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:500px;padding:4rem 3rem;display:flex;position:relative}.gw-hero-content{z-index:1;max-width:600px;position:relative}.gw-hero-grey{color:#9b9b9b}.gw-hero-slash{color:var(--gw-accent)}.gw-hero-wired{color:var(--gw-text)}.gw-kicker{color:var(--gw-accent);letter-spacing:.16em;margin-bottom:.75rem;font-size:.75rem;font-weight:800}.gw-hero h1{letter-spacing:-.05em;margin:0;font-size:clamp(3rem,5vw,5rem);line-height:.95}.gw-hero-tagline{max-width:700px;color:var(--gw-text);margin-block:1.5rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:650;line-height:1.15}.gw-hero-intro{max-width:720px;color:var(--gw-text-muted);font-size:1.05rem}.gw-hero-mark span:nth-child(2){color:var(--gw-accent)}.gw-section{border-top:1px solid var(--gw-border);padding-block:4rem}.gw-section-heading{justify-content:space-between;align-items:end;margin-bottom:2rem;display:flex}.gw-section h2{margin:0;font-size:clamp(1.8rem,3vw,2.6rem)}.gw-explore{padding-bottom:2rem}.gw-explore-links{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.gw-explore-links a{border:1px solid var(--gw-border);color:var(--gw-text);background:var(--gw-surface);border-radius:999px;padding:.65rem 1rem}.gw-explore-links a:hover{border-color:var(--gw-accent);color:var(--gw-accent)}@media (width<=760px){.gw-hero{grid-template-columns:1fr;gap:1rem;min-height:auto;padding-block:3rem}.gw-hero-mark{display:none}.gw-section{padding-block:3rem}}.gw-listing-header{max-width:760px;padding-block:2rem 4rem}.gw-listing-header h1{letter-spacing:-.04em;margin:0 0 1rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1}.gw-listing-header p{max-width:680px;font-size:1.05rem}.gw-listing{padding-block:0 4rem}.gw-content{max-width:860px;margin-inline:auto}.gw-content-header{margin-bottom:1.75rem}.gw-content-header h1{letter-spacing:-.025em;max-width:900px;margin:0 0 1.35rem;font-size:clamp(2.6rem,4vw,3.5rem);font-weight:650;line-height:1.04}.gw-content-header h1,.gw-content-lead{position:relative;left:36px}.gw-content-lead{max-width:760px;color:var(--gw-text-muted);text-align:justify;text-wrap:pretty;hyphens:auto;margin:0 0 1.75rem;font-size:clamp(1.15rem,1.6vw,1.35rem);line-height:1.55}.gw-content-meta{color:var(--gw-text-muted);flex-wrap:wrap;align-items:center;gap:.6rem 1.25rem;margin-top:1.75rem;font-size:.9rem;display:flex}.gw-content-meta span+span:before{content:"/";color:var(--gw-accent);margin-right:1.5rem}.gw-content-body{padding-block:3rem;font-size:1.05rem}.gw-content-body:after{content:"";clear:both;display:block}.gw-content-body h2{margin-top:1.75rem;font-size:1.75rem}.gw-content-body h3{margin-top:2.5rem;font-size:1.5rem}.gw-content-body p{margin-block:1.25rem}.gw-content-body a{text-decoration:underline;text-decoration-color:var(--gw-accent);text-underline-offset:.2em}.gw-content-body code{background:var(--gw-surface-alt);border-radius:4px;padding:.15rem .35rem}.gw-content-body pre{background:var(--gw-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius);padding:1.25rem;overflow-x:auto}.gw-content-body pre code{background:0 0;padding:0}.gw-content-body blockquote{border-left:3px solid var(--gw-accent);color:var(--gw-text-muted);margin:2rem 0;padding-left:1.5rem}.gw-content-taxonomy{border-top:1px solid var(--gw-border);gap:1.5rem;padding-block:2rem;display:grid}.gw-taxonomy-label{color:var(--gw-text-muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.6rem;font-size:.75rem;font-weight:800}.gw-taxonomy-items{flex-wrap:wrap;gap:.5rem;display:flex}.gw-taxonomy-items a{background:var(--gw-surface);border:1px solid var(--gw-border);color:var(--gw-text);border-radius:999px;padding:.35rem .7rem;font-size:.85rem}.gw-taxonomy-items a:hover{border-color:var(--gw-accent);color:var(--gw-accent)}.gw-short{max-width:760px}.gw-short .gw-content-body{font-size:1.15rem}.gw-brand{align-items:center;display:flex}.gw-brand-logo{width:auto;height:60px;display:block}.gw-content-image{width:var(--gw-image-width,60%);max-width:100%;margin:2rem auto}.gw-content-image-block{margin-left:0;margin-right:0}.gw-content-image-center{margin-left:auto;margin-right:auto}.gw-content-image-left{float:left;margin:.25rem 2rem 1.5rem 0}.gw-content-image-right{float:right;margin:.25rem 0 1.5rem 2rem}.gw-content-image img{border-radius:var(--gw-radius);width:100%;height:auto;display:block}.gw-content-image figcaption,.gw-youtube figcaption{color:var(--gw-text-muted);margin-top:.6rem;font-size:.875rem}.gw-download{border:1px solid var(--gw-border);background:var(--gw-surface);border-radius:8px;margin:1.75rem 0;padding:1rem 1.25rem}.gw-download-link{color:var(--gw-accent);font-weight:700}.gw-download-description{color:var(--gw-text-muted);margin:.4rem 0 0}.gw-youtube{margin:2rem 0}.gw-youtube-frame{aspect-ratio:16/9;border-radius:var(--gw-radius);width:100%;position:relative;overflow:hidden}.gw-youtube-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.gw-featured-image{border-radius:var(--gw-radius);width:100%;margin:1.25rem auto;overflow:hidden}.gw-featured-image img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.gw-featured-card{border:1px solid var(--gw-border);border-radius:var(--gw-radius);background:var(--gw-surface);color:inherit;grid-template-columns:minmax(0,1.65fr) minmax(280px,.85fr);text-decoration:none;display:grid;overflow:hidden}.gw-featured-card-media{aspect-ratio:16/9;background:var(--gw-surface-alt);min-width:0;overflow:hidden}.gw-featured-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.gw-featured-card:hover .gw-featured-card-media img{transform:scale(1.015)}.gw-featured-card-fallback{width:100%;height:100%;color:var(--gw-text-muted);letter-spacing:-.08em;place-items:center;font-size:4rem;font-weight:700;display:grid}.gw-featured-card-body{flex-direction:column;padding:2rem;display:flex}.gw-featured-card-body h2{margin:.35rem 0 0;font-size:clamp(1.7rem,3vw,2.7rem);line-height:1.08}.gw-featured-card-body p{color:var(--gw-text-muted);margin-top:1rem;line-height:1.6}.gw-featured-card-arrow{color:var(--gw-accent);padding-top:2rem;font-size:1.5rem}@media (width<=800px){.gw-featured-card{grid-template-columns:1fr}.gw-featured-card-body{padding:1.25rem}}.gw-card-meta{color:var(--gw-text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:auto;padding-top:1rem;font-size:.8rem;line-height:1.4;display:flex}.gw-card-meta-separator{color:var(--gw-border)}.gw-card-meta+.gw-card-arrow{margin-top:0;padding-top:.6rem}.gw-featured-card-meta{color:var(--gw-text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:auto;padding-top:1.5rem;font-size:.8rem;line-height:1.4;display:flex}.gw-featured-card-meta+.gw-featured-card-arrow{margin-top:0;padding-top:.6rem}.gw-card-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.65rem;display:flex}.gw-card-header .gw-card-type{margin-bottom:0}.gw-card-badge{border:1px solid var(--gw-border);color:var(--gw-text-muted);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:.25rem .55rem;font-size:.7rem;font-weight:600;line-height:1}.gw-card-title-with-icon{grid-template-columns:4.5rem minmax(0,1fr);align-items:center;gap:.9rem;display:grid}.gw-card-type-icon{object-fit:contain;width:100%;height:auto;display:block}.gw-short-header-with-logo{grid-template-columns:minmax(180px,240px) minmax(0,1fr);align-items:center;gap:2rem;display:grid}.gw-short-type-logo img{width:100%;height:auto;display:block}.gw-short-header-with-logo .gw-short-header-main h1{letter-spacing:-.035em;margin:0;font-size:clamp(2rem,4vw,3.6rem);line-height:1.02}.gw-short-header-main .gw-content-meta{margin-top:1.5rem}@media (width<=760px){.gw-short-header-with-logo{grid-template-columns:1fr}.gw-short-type-logo{max-width:220px}}.gw-card-main-link{color:inherit;text-decoration:none}.gw-card-main-link:after{content:"";z-index:1;position:absolute;inset:0}.gw-card-category-link{z-index:2;color:var(--gw-text-muted);text-decoration:none;position:relative}.gw-card-category-link:hover{color:var(--gw-accent)}.gw-footer-meta{align-items:center;gap:1.5rem;display:flex}.gw-ai-disclosure{color:var(--gw-text-muted);opacity:.65}.gw-comments{border-top:1px solid var(--border,#34383d);margin-top:1.5rem;padding-top:2rem}.gw-comments-header{margin-bottom:2rem}.gw-comments-header h2{margin:0 0 1.25rem;font-size:1.6rem;line-height:1.2}.gw-comments-filter{flex-wrap:wrap;gap:.5rem;display:flex}.gw-comments-filter button{appearance:none;color:#b9bec5;font:inherit;cursor:pointer;background:0 0;border:1px solid #3a3f44;border-radius:999px;padding:.45rem .8rem;font-size:.8rem;transition:border-color .15s,color .15s,background-color .15s}.gw-comments-filter button:hover{color:#fff;border-color:#ff7900}.gw-comments-filter button.is-active{color:#111315;background:#ff7900;border-color:#ff7900}.gw-comments-list{gap:1rem;display:grid}.gw-comment{background:#ffffff04;border:1px solid #30353a;border-radius:.6rem;padding:1.25rem 1.4rem}.gw-comment[hidden]{display:none}.gw-comment-meta{flex-wrap:wrap;align-items:baseline;gap:.4rem .75rem;margin-bottom:.8rem;display:flex}.gw-comment-meta strong{color:#f2f3f4;font-size:.95rem}.gw-comment-meta time{color:#858b92;font-size:.75rem}.gw-comment-language{color:#858b92;letter-spacing:.08em;border:1px solid #3a3f44;border-radius:.25rem;padding:.12rem .35rem;font-size:.65rem;font-weight:700}.gw-comment-body{color:#d4d7da;white-space:pre-wrap;font-size:.95rem;line-height:1.65}.gw-comment-replies{border-left:2px solid #ff7900;margin-top:1.25rem;margin-left:1rem;padding-left:1rem}.gw-comment-reply{background:0 0;border:0;border-radius:0;padding:.8rem 0}.gw-comment-reply+.gw-comment-reply{border-top:1px solid #30353a;margin-top:.75rem;padding-top:1rem}@media (width<=640px){.gw-comments{margin-top:2.5rem}.gw-comment{padding:1rem}.gw-comment-replies{margin-left:.25rem;padding-left:.8rem}}.gw-comments-other-language{color:var(--gw-text-muted);margin-top:1rem;font-size:.85rem;line-height:1.5}.gw-comments-other-language[hidden]{display:none}.gw-comments-other-language p{margin:0}.gw-comments-other-language p+p{margin-top:.15rem}.gw-comment-actions{margin-top:.8rem}.gw-comment-reply-button{appearance:none;color:#ff7900;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.8rem}.gw-comment-reply-button:hover{text-decoration:underline}.gw-comment-form-wrapper{border-top:1px solid #30353a;margin-top:2rem;padding-top:2rem}.gw-comment-form-wrapper h3{margin:0 0 1.5rem;font-size:1.2rem;line-height:1.3}.gw-comment-form{gap:1.25rem;display:grid}.gw-comment-form-field{gap:.45rem;display:grid}.gw-comment-form-field label{color:#f2f3f4;font-size:.85rem;font-weight:600}.gw-comment-form-field input,.gw-comment-form-field textarea{box-sizing:border-box;color:#f2f3f4;width:100%;font:inherit;background:#ffffff05;border:1px solid #3a3f44;border-radius:.45rem;padding:.75rem .85rem}.gw-comment-form-field textarea{resize:vertical;min-height:8rem;line-height:1.5}.gw-comment-form-field input:focus,.gw-comment-form-field textarea:focus{border-color:#ff7900;outline:none}.gw-comment-form-help,.gw-comment-form-note{color:var(--gw-text-muted);margin:0;font-size:.78rem;line-height:1.5}.gw-comment-submit{appearance:none;color:#111315;font:inherit;cursor:pointer;background:#ff7900;border:1px solid #ff7900;border-radius:.45rem;justify-self:start;padding:.7rem 1rem;font-size:.85rem;font-weight:700}.gw-comment-submit:hover{filter:brightness(1.08)}.gw-comment-reply-context{color:var(--gw-text-muted);background:#ffffff06;border-left:2px solid #ff7900;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.7rem .85rem;font-size:.8rem;display:flex}.gw-comment-reply-context[hidden]{display:none}.gw-comment-reply-context strong{color:#f2f3f4}.gw-comment-reply-context button{appearance:none;color:#ff7900;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.8rem}.gw-comment-honeypot{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.gw-comment-form-success,.gw-comment-form-error{background:#ffffff06;border-left:2px solid #ff7900;margin:0;padding:.85rem 1rem;font-size:.85rem;line-height:1.5}.gw-comment-form-success{color:#d4d7da}.gw-comment-form-error{color:#f2b8b8}.gw-comment-submit:disabled{opacity:.55;cursor:wait}.gw-comment-form[hidden]{display:none}.gw-error404{background:#111214;min-height:min(760px,100vh - 72px);position:relative;overflow:hidden}.gw-error404:before{content:"";pointer-events:none;background:url(/assets/brand/404/grey-ghost-404.webp) 50%/cover no-repeat;position:absolute;inset:0;transform:translate(8%)}.gw-error404:after{content:"";pointer-events:none;background:linear-gradient(90deg,#111214f2 0%,#11121400 10% 90%,#111214f2 100%),linear-gradient(#111214e0 0%,#11121400 10% 88%,#111214f2 100%);position:absolute;inset:0}.gw-error404-overlay{background:linear-gradient(90deg,#0a0b0ceb 0%,#0a0b0cbd 22%,#0a0b0c57 42%,#0a0b0c14 62%,#0a0b0c00 100%);position:absolute;inset:0}.gw-error404-inner{z-index:1;min-height:inherit;align-items:center;display:flex;position:relative}.gw-error404-content{flex-direction:column;align-items:flex-start;width:min(520px,42vw);padding-block:5rem;display:flex}.gw-error404-eyebrow{color:#b9bdc1;letter-spacing:.12em;align-items:center;gap:.4rem;margin:0 0 9rem;font-size:.8rem;font-weight:700;display:flex}.gw-error404-separator{color:var(--gw-accent)}.gw-error404 h1{letter-spacing:-.03em;max-width:500px;margin:0 0 3.2rem;font-size:clamp(1.9rem,2.7vw,2.9rem);font-weight:600;line-height:1.12}.gw-error404 p{max-width:460px;color:var(--gw-text-muted);margin:0 0 3.2rem;font-size:1rem;line-height:1.65}.gw-error404-button{border:1px solid var(--gw-accent);color:var(--gw-accent);align-items:center;margin:0;padding:.8rem 1.15rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.gw-error404-button:hover{background:var(--gw-accent);color:#111214}@media (width<=760px){.gw-error404{background-position:56%;min-height:680px}.gw-error404-overlay{background:linear-gradient(#0a0b0ce6 0%,#0a0b0cb8 48%,#0a0b0c47 100%)}.gw-error404:after{background:linear-gradient(#111214e6 0%,#11121400 10% 88%,#111214f2 100%)}.gw-error404-inner{align-items:flex-start}.gw-error404-content{width:100%;padding-block:3.5rem}.gw-error404-eyebrow{margin-bottom:1.8rem}.gw-error404 h1{max-width:420px;margin-bottom:1.8rem;font-size:clamp(1.9rem,8vw,2.5rem)}.gw-error404 p{margin-bottom:2rem}}@media (width<=600px){.gw-content-lead{text-align:left;hyphens:none}.gw-error404{background:#111214;min-height:950px}.gw-error404:before{background-image:url(/assets/brand/404/grey-ghost-404.webp);background-position:62% bottom;background-repeat:no-repeat;background-size:auto 100%;width:100%;height:520px;inset:auto 0 0;transform:none}.gw-error404:after{content:"";pointer-events:none;background:linear-gradient(#111214 0%,#111214d9 25%,#11121459 65%,#11121400 100%);height:70px;position:absolute;inset:auto 0 450px}.gw-error404-overlay{display:none}.gw-error404-inner{min-height:inherit;align-items:flex-start}.gw-error404-content{z-index:2;width:100%;padding-top:2rem;padding-bottom:0;position:relative}.gw-error404-eyebrow{margin-bottom:2rem}.gw-error404 h1{max-width:330px;margin-bottom:2rem;font-size:2rem;font-weight:600;line-height:1.12}.gw-error404 p{max-width:330px;margin-bottom:2.2rem;font-size:.95rem}.gw-error404-button{margin-bottom:0}.gw-short-header-with-logo{grid-template-columns:110px 1fr;align-items:center;gap:1rem;display:grid}.gw-short-type-logo img{width:110px;max-width:35vw;height:auto}.gw-short-header-main{min-width:0}.gw-short-header-main h1{margin-top:0}.gw-about-hero{background-position:35%;min-height:420px}.gw-about-hero-content{align-self:flex-start;padding-top:2.5rem}.gw-about-hero h1{font-size:2.5rem}.gw-about-hero p{display:none}}.gw-about-hero{border-bottom:1px solid var(--gw-border);background-image:linear-gradient(90deg,#0f10120d 0%,#0f101226 35%,#0f10120d 70%),url(/assets/brand/about/about-hero.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:460px;display:flex;position:relative}.gw-about-hero-content{text-align:center;z-index:1;width:100%;position:relative;transform:translateY(30px)}.gw-about-hero h1{margin:0;font-size:clamp(3rem,6vw,5rem);font-weight:600;line-height:1}.gw-about-hero p{color:var(--gw-text-muted);margin:1rem 0 0;font-size:1rem}.gw-callout{border:1px solid var(--gw-accent);background:#ffffff09;border-radius:7px;margin:2rem 0;padding:1.4rem 1.6rem 1.4rem 1.8rem;position:relative;box-shadow:0 0 18px #ff7a000f}.gw-callout:before{content:"";background:var(--gw-accent);border-radius:7px 0 0 7px;width:4px;position:absolute;top:-1px;bottom:-1px;left:-1px}.gw-callout>:first-child{margin-top:0}.gw-callout>:last-child{margin-bottom:0}.gw-callout h2,.gw-callout h3{color:inherit;margin-top:0}.gw-home-notices{align-items:center;gap:.65rem;min-height:1.65rem;margin-top:2.4rem;font-size:.96rem;line-height:1.4;display:flex}.gw-home-notices-pulse{background:var(--gw-accent);border-radius:50%;flex:0 0 6px;width:6px;height:6px;animation:2.8s ease-in-out infinite gw-home-notice-pulse}.gw-home-notices-viewport{flex:1;min-width:0}.gw-home-notices-item{color:inherit;align-items:center;gap:.65rem;text-decoration:none;display:none}.gw-home-notices-item.is-active{animation:.35s gw-home-notice-in;display:flex}.gw-home-notices-label{color:var(--gw-accent);letter-spacing:.08em;text-transform:uppercase;flex:none;font-size:.82rem;font-weight:700}.gw-home-notices-separator{opacity:.3;background:currentColor;flex:0 0 1px;width:1px;height:1em}.gw-home-notices-message{min-width:0}.gw-home-notices-arrow{color:var(--gw-accent);flex:none;transition:transform .2s}.gw-home-notices-item-link{cursor:pointer}@media (hover:hover){.gw-home-notices-item-link:hover .gw-home-notices-arrow{transform:translate(3px)}}@keyframes gw-home-notice-pulse{0%,to{opacity:.35}50%{opacity:1}}@keyframes gw-home-notice-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.gw-home-notices-pulse{opacity:1;animation:none}.gw-home-notices-item.is-active{animation:none}}.gw-contact p+p{margin-top:1.25rem}.gw-contact-email,.gw-contact-email-link{color:var(--gw-accent);margin-left:.6rem;font-weight:600}.gw-contact-email-link{text-decoration:none}.gw-contact-email-link:hover{text-decoration:underline}.gw-contact-note{opacity:.75}.gw-contact-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:2rem;display:grid;overflow:visible}.gw-contact{z-index:2;max-width:48rem;position:relative}.gw-contact-visual{width:150%;min-width:0;margin-top:4rem;margin-left:-2rem;transform:translate(-25%)}.gw-contact-visual img{-webkit-mask-composite:source-in;border:0;border-radius:0;width:100%;height:auto;display:block;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%),linear-gradient(#0000 0%,#000 10% 88%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%),linear-gradient(#0000 0%,#000 10% 88%,#0000 100%);mask-composite:intersect}@media (width<=800px){.gw-contact-layout{grid-template-columns:1fr;gap:1.5rem}.gw-contact-visual{width:100%;margin-top:1rem;margin-left:0}.gw-contact-visual img{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%),linear-gradient(#0000 0%,#000 5% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%),linear-gradient(#0000 0%,#000 5% 92%,#0000 100%)}}.gw-contact-section{padding-bottom:.5rem}.gw-callout--with-icon{grid-template-columns:3rem minmax(0,1fr);align-items:start;column-gap:1.25rem;display:grid}.gw-callout__icon{width:3rem;height:3rem;color:var(--gw-accent)}.gw-callout__icon svg{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%;display:block}.gw-callout__content{min-width:0}
