@font-face{font-family:nunito sans;src:url(/fonts/NunitoSans-VariableFont.woff2)format("woff2"),url(/fonts/NunitoSans-VariableFont.woff)format("woff");font-display:swap;font-style:normal;font-weight:200 900}@font-face{font-family:nunito sans;src:url(/fonts/NunitoSans-Italic-VariableFont.woff2)format("woff2"),url(/fonts/NunitoSans-Italic-VariableFont.woff)format("woff");font-display:swap;font-style:italic;font-weight:200 900}:root{color-scheme:light dark;--thebe-black:#111111;--thebe-blue:#011447;--thebe-text:#1a1a1a;--thebe-muted:#5d5d5d;--thebe-line:#e7e3db;--thebe-soft:#f8f6f2;--thebe-gold:#ddb24c;--thebe-white:#ffffff;--surface:var(--thebe-white);--surface-alt:var(--thebe-soft);--surface-strong:var(--thebe-blue);--text:var(--thebe-text);--text-strong:var(--thebe-black);--text-muted:var(--thebe-muted);--line:var(--thebe-line);--accent:var(--thebe-gold);--accent-text:#8a6a1f;--shadow:0 24px 64px rgb(17 17 17 / 12%);--space-2xs:0.5rem;--space-xs:0.75rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4.5rem;--content:72rem;--measure:44rem;--radius:8px}@media(prefers-color-scheme:dark){:root{--surface:#071023;--surface-alt:#0d1b35;--surface-strong:#020a1e;--text:#f3f0e9;--text-strong:#ffffff;--text-muted:#cbc4b8;--line:rgb(255 255 255 / 16%);--accent-text:var(--thebe-gold);--shadow:0 24px 64px rgb(0 0 0 / 36%)}}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--text);font-family:nunito sans,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;line-height:1.6;text-rendering:optimizeLegibility}img,picture{display:block;max-width:100%}a{color:inherit;text-decoration-color:color-mix( in srgb,var(--accent) 72%,transparent );text-underline-offset:.18em}button,input,select,textarea{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid var(--thebe-gold);outline-offset:2px;box-shadow:0 0 0 2px var(--thebe-blue)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.skip-link{position:fixed;inset-block-start:var(--space-sm);inset-inline-start:var(--space-sm);z-index:30;transform:translateY(-150%);border-radius:var(--radius);background:var(--accent);color:var(--thebe-black);font-weight:800;padding:var(--space-xs)var(--space-sm)}.skip-link:focus{transform:translateY(0)}.container{width:min(100% - 2rem,var(--content));margin-inline:auto}.site-header{position:sticky;inset-block-start:0;z-index:20;background:color-mix(in srgb,var(--surface) 92%,transparent);border-block-end:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-bar{display:grid;grid-template-columns:auto minmax(10rem,auto)minmax(0,1fr)auto;align-items:center;gap:var(--space-sm);min-height:4.75rem}.brand{display:inline-flex;align-items:center;justify-self:start;min-width:10rem}.brand img{width:min(10rem,56vw);height:auto}.desktop-nav{display:none;align-items:center;justify-self:end;gap:var(--space-lg);color:var(--text-strong);font-weight:750}.header-actions{display:flex;align-items:center;justify-content:end;gap:var(--space-xs)}.menu-trigger{justify-self:start}.button,.icon-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--text-strong);font-weight:800;line-height:1;padding:.8rem 1rem;text-decoration:none}.button-primary{border-color:var(--accent);background:var(--accent);color:var(--thebe-black)}.icon-button{width:2.75rem;padding:0}.icon-button svg{width:1.25rem;height:1.25rem}.account-popover{position:fixed;inset:auto;inset-block-start:var(--account-popover-top,4.5rem);inset-inline-start:var(--account-popover-left,1rem);inline-size:var( --account-popover-width,min(18rem,calc(100vw - 2rem)) );margin:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--text);padding:var(--space-sm);box-shadow:var(--shadow)}.account-popover::backdrop{background:0 0}.popover-title,.drawer-title{margin:0 0 var(--space-xs);color:var(--text-strong);font-size:1.1rem;line-height:1.2}.popover-list,.drawer-list{display:grid;gap:var(--space-2xs);margin:0;padding:0;list-style:none}.popover-list a,.popover-list button,.drawer-list a{display:block;width:100%;border:0;border-radius:var(--radius);background:0 0;padding:var(--space-xs);color:var(--text-strong);font-weight:750;text-align:left;text-decoration:none}.popover-list a:hover,.popover-list button:hover,.drawer-list a:hover{background:var(--surface-alt)}.site-drawer,.bottom-drawer{width:min(28rem,calc(100vw - 2rem));max-width:none;max-height:none;border:1px solid var(--line);background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.site-drawer{height:100dvh;max-height:100dvh;margin:0 auto 0 0;border-radius:0 var(--radius)var(--radius)0;padding:0;grid-template-rows:auto minmax(0,1fr)auto;overflow:hidden}.site-drawer[open]{display:grid}.bottom-drawer{width:min(48rem,calc(100vw - 2rem));margin:auto auto 0;border-radius:var(--radius)var(--radius)0 0;padding:0}.drawer-inner{padding:var(--space-lg)}.site-drawer::backdrop,.bottom-drawer::backdrop{background:rgb(1 20 71/56%)}.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-block-end:var(--space-lg)}.drawer-brand{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-lg);border-block-end:1px solid var(--line)}.drawer-brand .brand{min-width:0}.drawer-brand .brand img{width:min(11rem,58%);height:auto}.drawer-scroll{min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:grid;gap:var(--space-lg);align-content:start;padding:var(--space-lg)}.drawer-section{border-block-start:1px solid var(--line);padding-block-start:var(--space-md)}.drawer-subnav{margin-block-start:var(--space-xs);padding-inline-start:var(--space-sm);border-inline-start:1px solid var(--line)}.drawer-footer{display:grid;gap:var(--space-sm);padding:var(--space-lg);border-block-start:1px solid var(--line);color:var(--text-muted);font-size:.95rem}.drawer-footer p{margin:0}.drawer-social{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin:0;padding:0;list-style:none}.drawer-social a{width:2.5rem;min-height:2.5rem;color:var(--text-strong)}.drawer-legal{display:flex;flex-wrap:wrap;gap:var(--space-2xs)var(--space-md)}.drawer-legal a{color:var(--text-strong);font-weight:750}.hero{position:relative;isolation:isolate;min-height:36rem;display:grid;align-items:end;overflow:clip;background:var(--surface-strong);color:var(--thebe-white)}.hero-media{position:absolute;inset:0;z-index:-2}.hero-media img{width:100%;height:100%;object-fit:cover;opacity:.45}.hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgb(1 20 71/88%),rgb(1 20 71/42%)),linear-gradient(0deg,rgb(17 17 17/44%),transparent 44%)}.hero-copy{width:min(100% - 2rem,var(--content));margin-inline:auto;padding-block:var(--space-2xl)}.eyebrow{margin:0 0 var(--space-sm);color:var(--accent-text);font-size:.875rem;font-weight:900;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.hero .eyebrow,.cta-band .eyebrow{color:var(--accent)}h1,h2,h3{color:var(--text-strong);line-height:1.05;margin:0}.hero h1{max-width:11ch;color:var(--thebe-white);font-size:4rem;letter-spacing:0}.hero p:not(.eyebrow){max-width:var(--measure);color:rgb(255 255 255/.9);font-size:1.25rem;margin-block:var(--space-md)0}.section{padding-block:var(--space-2xl)}.section-alt{background:var(--surface-alt)}.section-head{display:grid;gap:var(--space-sm);max-width:var(--measure);margin-block-end:var(--space-xl)}.section-head h2{font-size:2.5rem}.lead{margin:0;color:var(--text);font-size:1.125rem}.grid{display:grid;gap:var(--space-md)}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:var(--space-lg);box-shadow:0 12px 32px rgb(17 17 17/6%)}.card h3{margin-block-end:var(--space-sm);font-size:1.35rem}.card p,.metadata-list{margin:0}.media-frame{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#c8c8c8}.media-frame img{width:100%;height:auto}.media-caption{margin-block-start:var(--space-sm);color:var(--text-muted);font-size:.95rem}.metadata-panel{display:grid;gap:var(--space-md)}.metadata-list{display:grid;gap:var(--space-xs)}.metadata-list div{display:grid;grid-template-columns:8rem 1fr;gap:var(--space-sm);border-block-end:1px solid var(--line);padding-block-end:var(--space-xs)}.metadata-list dt{color:var(--text-muted);font-weight:750}.metadata-list dd{margin:0;color:var(--text-strong)}.body-copy{max-width:var(--measure)}.body-copy p{margin:0 0 var(--space-md)}.body-copy aside{border-inline-start:4px solid var(--accent);margin-block:var(--space-lg);padding:var(--space-sm)var(--space-md);background:color-mix(in srgb,var(--accent) 12%,var(--surface))}.cta-band{background:var(--surface-strong);color:var(--thebe-white)}.cta-band h2{color:var(--thebe-white)}.cta-layout{display:grid;gap:var(--space-lg);align-items:center}.cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.footer-transition{min-height:8rem;background:linear-gradient( 180deg,var(--surface),color-mix(in srgb,var(--accent) 18%,var(--surface-alt)) )}.site-footer{background:var(--thebe-black);color:var(--thebe-white);padding-block:var(--space-xl)}.footer-grid{display:grid;gap:var(--space-lg)}.footer-grid p{margin:0;color:rgb(255 255 255/78%)}.footer-brand{margin:0 0 var(--space-sm);color:var(--thebe-white);font-size:1.25rem;font-weight:900;line-height:1.2}.social-list{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin:0;padding:0;list-style:none}.social-list a{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;min-height:2.75rem;color:inherit;text-decoration:none}.social-icon{width:1.25rem;height:1.25rem;fill:currentColor}.footer-social{align-self:start;color:rgb(255 255 255/78%)}.footer-social a:hover{color:var(--accent)}.footer-legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-sm)var(--space-md);margin-block-start:var(--space-lg);border-block-start:1px solid rgb(255 255 255/16%);padding-block-start:var(--space-md)}.footer-legal p{margin:0;color:rgb(255 255 255/66%);font-size:.9rem}.footer-legal-nav{display:flex;flex-wrap:wrap;gap:var(--space-sm)var(--space-md);font-size:.9rem}.footer-legal-nav a{color:rgb(255 255 255/78%)}.bottom-includes-placeholder{display:none}@media(min-width:48rem){.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.media-grid{grid-template-columns:minmax(0,2fr)minmax(16rem,1fr);align-items:start}.metadata-panel,.cta-layout,.footer-grid{grid-template-columns:1.2fr .8fr}.footer-social{justify-self:end}}@media(min-width:64rem){.desktop-nav{display:flex}.menu-trigger{display:none}}@media(max-width:47.9375rem){.header-bar{grid-template-columns:auto minmax(0,1fr)auto}.brand{min-width:0}.brand img{width:min(10rem,46vw)}.hero{min-height:30rem}.hero h1{font-size:2.75rem}.section-head h2{font-size:2rem}.metadata-list div{grid-template-columns:1fr;gap:.15rem}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media print{.site-header,.site-drawer,.bottom-drawer,.account-popover,.cta-actions,.skip-link{display:none!important}body{background:#fff;color:#000}a{text-decoration:underline}}.card h3 a{color:inherit;text-decoration:none}.card h3 a:hover{text-decoration:underline;text-decoration-color:var(--accent)}.hero-credit{color:rgb(255 255 255/.7);font-size:.85rem;margin-block:var(--space-xs)0}[hidden]{display:none!important}.account-status{margin:0 0 var(--space-xs);color:var(--text-muted);font-size:.9rem;overflow-wrap:anywhere}.hero-accent{color:var(--accent)}@view-transition{navigation: auto;
}.site-header{view-transition-name:site-header}main{view-transition-name:page-content}.site-footer{view-transition-name:site-footer}@keyframes slide-in-from-left{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-out-to-right{from{transform:translateX(0)}to{transform:translateX(100%)}}::view-transition-old(root),::view-transition-new(root),::view-transition-old(site-header),::view-transition-new(site-header),::view-transition-old(site-footer),::view-transition-new(site-footer){animation:none}::view-transition-old(page-content){animation:300ms ease-in both slide-out-to-right}::view-transition-new(page-content){animation:300ms ease-out both slide-in-from-left}@media(prefers-reduced-motion:reduce){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}.hero-media video{width:100%;height:100%;object-fit:cover;opacity:.9}.hero--video::after{background:linear-gradient(90deg,rgb(1 20 71/55%),rgb(1 20 71/8%) 70%),linear-gradient(0deg,rgb(17 17 17/25%),transparent 40%)}