:root{--paper:#f8f8f6;--ink:#090b08;--line:#d4d8cd;--acid:#dff140;--nav:4.5rem;--gutter:2rem;--ease:cubic-bezier(.19,1,.22,1);color-scheme:dark;font-size:clamp(14px,1.1vw,22px);scroll-behavior:smooth}*{box-sizing:border-box}html{scroll-padding-top:6rem}body{margin:0;background:var(--ink);color:var(--paper);font-family:Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;color:inherit;border:0;background:none}button:disabled{cursor:default;opacity:.35}button,input,textarea,select{border-radius:0}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--acid);outline-offset:5px}::selection{background:var(--acid);color:#000}img,video{display:block;max-width:100%;object-fit:cover}img{height:auto}figure,p{margin:0}h1,h2,h3,h4{margin:0;font-weight:400;letter-spacing:-.035em}h1{line-height:.95}p{line-height:1.4}svg{display:block}ul{padding:0;list-style:none;margin:0}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip{position:fixed;top:-100px;left:1rem;z-index:200;background:var(--acid);color:#000;padding:.75rem 1rem}.skip:focus{top:1rem}.eyebrow,.meta{font-size:.78rem;font-weight:500;line-height:1.2;text-transform:uppercase;letter-spacing:.045em}.meta{font-size:.875rem}.soft{color:#92998a}.wrap{padding:0 var(--gutter)}.arrow{width:1rem;height:1rem;flex:none}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;min-height:3rem;padding:.8rem 1rem;border:1px solid currentColor;font-size:.9rem;transition:.25s}.btn:hover{background:var(--acid);border-color:var(--acid);color:#000}.btn.solid{background:var(--ink);color:white;border-color:var(--ink)}.btn.solid:hover{background:var(--acid);color:#000;border-color:var(--acid)}.text-link{display:inline-flex;align-items:center;gap:2rem;font-size:.9rem;border-bottom:1px solid currentColor;padding-bottom:.5rem}.text-link:hover{color:#839221}.section-label{font-size:2rem;line-height:1.15}.large-statement{font-size:clamp(3rem,8.7vw,10rem);font-weight:700;line-height:.91;letter-spacing:-.045em;text-transform:uppercase}.page-light{background:var(--paper);color:var(--ink);color-scheme:light}
.site-header{height:var(--nav);position:sticky;top:0;z-index:60;background:#050604;color:#fff;display:flex;align-items:center;padding:0 var(--gutter);justify-content:space-between;gap:2rem;font-size:.875rem}.brand{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.brand-mark{font-size:2.15rem;font-weight:400;line-height:.8;letter-spacing:-.12em;width:1.5rem;transform:scaleX(.85);transform-origin:left center}.brand-name{font-size:1.2rem;font-weight:700;letter-spacing:-.025em}.primary-nav{display:flex;align-items:center;gap:2.6rem;margin-left:3rem}.primary-nav>button,.primary-nav>a,.header-utilities>button{position:relative;padding:.75rem 0;white-space:nowrap}.primary-nav>button:after,.primary-nav>a:after,.header-utilities>button:after{content:'';position:absolute;bottom:.2rem;left:0;width:100%;height:1px;background:var(--acid);transform:scaleX(0);transform-origin:left;transition:transform .3s}.primary-nav>button:hover:after,.primary-nav>a:hover:after,.primary-nav>button[aria-expanded=true]:after,.header-utilities>button:hover:after{transform:scaleX(1)}.header-utilities{display:flex;gap:2.6rem;align-items:center}.company-toggle{display:flex;gap:.6rem}.company-plus{transition:transform .3s}.company-toggle[aria-expanded=true] .company-plus{transform:rotate(45deg)}.mobile-toggle{display:none;min-width:44px;min-height:44px;padding:12px}.mobile-toggle span{display:block;width:22px;height:1px;background:white;margin:6px 0}.menu-backdrop{position:fixed;inset:var(--nav) 0 0;z-index:48;background:#0008;backdrop-filter:blur(6px)}.mega-menu{position:fixed;inset:var(--nav) 0 auto;z-index:55;max-height:calc(100dvh - var(--nav));overflow:auto;color:#050604;background:var(--paper);padding:2.5rem var(--gutter) 3rem;display:grid;grid-template-columns:1.1fr 1fr 1.3fr;gap:6rem;border-top:1px solid #31342c;animation:menuEnter .35s var(--ease)}.mega-intro h2{font-size:.875rem;letter-spacing:0;margin-bottom:1rem}.mega-intro p{max-width:26rem;font-size:1.15rem;line-height:1.28;letter-spacing:-.02em}.mega-intro .meta{margin-top:2.4rem}.mega-links h3,.mega-products h3{font-size:.8rem;letter-spacing:0;margin-bottom:1.3rem}.menu-group{display:block;font-size:1.12rem;line-height:1.3;padding:.65rem 0;width:100%;text-align:left;border-bottom:1px solid #d9dbd3}.menu-group.active{color:#7e871b}.menu-product{display:flex;align-items:center;justify-content:space-between;font-size:1.12rem;padding:.7rem 0;border-bottom:1px solid #d9dbd3}.menu-product:hover{padding-left:.4rem;background:#e9ebdf}.mega-company{grid-template-columns:1.35fr 1fr 1fr}.company-list a{font-size:1.4rem;padding:.6rem 0;display:block}.company-list a:hover{color:#77811b}.mega-contact{margin-top:2rem;font-size:1rem}.mega-contact a{border-bottom:1px solid}.mobile-menu{position:fixed;inset:var(--nav) 0 0;z-index:56;background:#0b0c09;overflow:auto;padding:1rem var(--gutter) 4rem}.mobile-menu details{border-bottom:1px solid #3a3c34}.mobile-menu summary{cursor:pointer;font-size:2rem;padding:1.1rem 0;list-style:none;display:flex;justify-content:space-between}.mobile-menu summary:after{content:'+'}.mobile-menu details[open]>summary:after{content:'−'}.mobile-main-link{display:block;font-size:2rem;padding:1.1rem 0;border-bottom:1px solid #3a3c34}.mobile-sub{padding:.5rem 0 1.5rem}.mobile-sub a{display:block;font-size:1.1rem;padding:.7rem 0}.mobile-sub h3{font-size:.875rem;color:#92968a;padding:1.5rem 0 .5rem}.search-panel{grid-template-columns:1fr;gap:1.5rem;padding-top:3rem}.search-top{display:flex;align-items:center;justify-content:space-between}.close-search{font-size:1.5rem;padding:.5rem}.search-field{border:0;border-bottom:1px solid #111;background:transparent;color:#000;font-size:3.5rem;padding:.8rem 0 1.2rem;width:100%;letter-spacing:-.04em}.search-results{display:grid;grid-template-columns:1fr 1fr;gap:0 4rem}.search-result{border-bottom:1px solid #d1d4c8;padding:1rem 0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem}.search-result span{display:block;font-size:.8rem;color:#686d5f;margin-bottom:.3rem}.search-result strong{font-size:1.3rem;font-weight:400}.search-result:hover strong{color:#7e891a}
.home{padding:0 var(--gutter)}.opening-film{position:relative;height:calc(100svh - var(--nav) - var(--gutter));min-height:30rem;overflow:hidden;background:#17212a;background-position:center;background-size:cover}.opening-film>video,.opening-film>img{width:100%;height:100%;object-fit:cover}.opening-film:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,#0008);pointer-events:none}.opening-caption{position:absolute;left:2rem;bottom:2rem;z-index:2;display:flex;flex-direction:column;gap:.7rem;max-width:70%}.opening-caption h1{font-size:clamp(1.8rem,3.2vw,4rem);font-weight:500;letter-spacing:-.04em;line-height:1}.opening-caption .eyebrow{font-size:.75rem;color:#e2e6dd}.film-actions{position:absolute;right:1.5rem;bottom:1.5rem;z-index:3;display:flex;gap:.5rem}.film-toggle,.watch-film{background:#05060450;backdrop-filter:blur(15px);border:1px solid #ffffff70;min-height:2.8rem;min-width:2.8rem;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.6rem;font-size:.85rem}.film-toggle:hover,.watch-film:hover{background:var(--acid);color:#000;border-color:var(--acid)}.film-toggle svg{width:.9rem;height:.9rem}.film-progress{position:absolute;z-index:3;left:0;bottom:0;right:0;height:2px;background:#fff2}.film-progress span{display:block;height:100%;width:0;background:#e4ef9b}.product-feature{display:block;position:relative;margin-top:1.2rem;aspect-ratio:2.85;overflow:hidden;background:#17231f}.product-feature>video,.product-feature>img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.product-feature:after,.product-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,#000a)}.product-feature:hover>video,.product-feature:hover>img,.product-card:hover img{transform:scale(1.035)}.feature-caption{position:absolute;left:1.6rem;bottom:1.6rem;z-index:2}.feature-caption h2{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.feature-caption p{font-size:1.5rem;margin-top:.45rem;line-height:1.1;max-height:0;opacity:0;overflow:hidden;transition:all .4s var(--ease)}.product-feature:hover .feature-caption p,.product-feature:focus-visible .feature-caption p,.product-card:hover .feature-caption p,.product-card:focus-visible .feature-caption p{max-height:5rem;opacity:1}.card-arrow{position:absolute;right:1.5rem;bottom:1.5rem;z-index:2;opacity:0;transform:translate(-5px,5px);transition:all .4s}.product-feature:hover .card-arrow,.product-card:hover .card-arrow{opacity:1;transform:none}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.2rem}.product-card{position:relative;aspect-ratio:1;overflow:hidden;background:#1e2422}.product-card img{height:100%;width:100%;transition:transform 1s var(--ease)}.product-card.tall{grid-row:span 2;aspect-ratio:auto}.product-card.wide{grid-column:span 2;aspect-ratio:2.04}.home-announcement{padding:6.5rem 0 0}.announcement-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.announcement-media{height:76svh;min-height:28rem;position:relative;overflow:hidden}.announcement-media img,.announcement-media video{height:100%;width:100%;object-fit:cover}.announcement-media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0000,#0009)}.announcement-text{position:absolute;left:2rem;bottom:2rem;z-index:2;display:flex;flex-direction:column;gap:1rem}.announcement-text h2{font-size:5.5rem;line-height:.95;letter-spacing:-.06em;max-width:50rem}.announcement-detail{display:flex;justify-content:space-between;font-size:.875rem;padding:1.3rem 0;border-bottom:1px solid #3a3d33}.home-news{padding:7rem 0}.home-news .announcement-head h2{font-size:2.5rem}.news-feature{display:grid;grid-template-columns:1fr 1fr;min-height:24rem;border-top:1px solid #3a3d33;border-bottom:1px solid #3a3d33}.news-feature-copy{padding:2rem 2rem 2rem 0;display:flex;flex-direction:column;align-items:flex-start}.news-feature h3{font-size:2rem;max-width:30rem;line-height:1.12;margin-top:3rem;margin-bottom:2rem}.news-feature .text-link{margin-top:auto}.news-feature img{height:100%;width:100%;max-height:34rem}.editorial-pair{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;padding-bottom:7rem}.editorial-card{position:relative;aspect-ratio:.98;padding:2rem;display:flex;flex-direction:column;overflow:hidden;background:#242922}.editorial-card:nth-child(2){background:#d5dbce;color:#090b08}.editorial-card img{position:absolute;inset:0;width:100%;height:100%;opacity:.4;filter:grayscale(1);transition:transform 1.2s var(--ease)}.editorial-card:nth-child(2) img{opacity:.25}.editorial-card>*:not(img){position:relative;z-index:2}.editorial-card:hover img{transform:scale(1.025)}.editorial-card h2{font-size:2rem;line-height:1.05;max-width:16rem}.editorial-card .text-link{align-self:flex-start;margin-top:1rem}.editorial-card .part{font-size:4rem;margin-top:auto;line-height:1;letter-spacing:-.05em}
.product-hero{padding:3.3rem var(--gutter) 0}.product-hero h1{font-size:clamp(4.2rem,10.9vw,12rem);font-weight:700;letter-spacing:-.065em;line-height:.95;margin-bottom:2.4rem;overflow-wrap:break-word}.product-hero h1.long{font-size:clamp(3.5rem,8.3vw,10rem)}.product-hero-meta{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;margin-bottom:2.6rem}.product-hero-meta .description{font-size:.82rem;line-height:1.2;text-transform:uppercase;max-width:34rem;grid-column:2/4}.hero-visual{position:relative;height:72svh;min-height:26rem;background:#151b18;overflow:hidden;color:white}.hero-visual img,.hero-visual>video{height:100%;width:100%;object-fit:cover}.visual-credit{position:absolute;left:1rem;bottom:1rem;z-index:3;max-width:calc(100% - 10rem);font-size:.73rem;color:#fff;text-shadow:0 1px 5px #000}.hero-visual:after{content:'';position:absolute;inset:75% 0 0;background:linear-gradient(transparent,#0009);pointer-events:none}.product-intro{display:grid;grid-template-columns:1fr 2fr;gap:4rem;padding:5rem var(--gutter)}.product-intro h2{font-size:2rem}.product-intro p{font-size:2rem;line-height:1.2;max-width:49rem;letter-spacing:-.03em}.qual-section{padding:5rem var(--gutter) 6rem;background:#080a07;color:#fff}.qual-section>h2{font-size:2.5rem;margin-bottom:2.5rem}.quality-tabs{display:flex;border-top:1px solid #42463b;border-bottom:1px solid #42463b;margin-bottom:2rem;overflow:auto}.quality-tabs button{flex:1;min-width:9rem;text-align:left;padding:1.2rem 1rem 1.2rem 0;font-size:1rem;line-height:1.2;position:relative;color:#979d8e}.quality-tabs button span{display:block;font-size:.75rem;margin-bottom:.75rem}.quality-tabs button[aria-selected=true]{color:#fff}.quality-tabs button[aria-selected=true]:after{content:'';position:absolute;bottom:-1px;left:0;right:1rem;height:2px;background:var(--acid)}.quality-panel{display:grid;grid-template-columns:1fr 1.4fr;min-height:29rem;background:#f3f4ef;color:#10120c}.quality-copy{padding:2rem;display:flex;flex-direction:column;align-items:flex-start}.quality-copy .eyebrow{margin-bottom:3rem}.quality-copy h3{font-size:2.5rem;line-height:1.03;margin-bottom:1.5rem}.quality-copy p{font-size:1.13rem;line-height:1.4;max-width:28rem}.quality-copy .text-link{margin-top:auto;padding-top:2rem}.quality-panel img{height:100%;width:100%;min-height:26rem;max-height:40rem}.explorer{background:#131610;color:#f8f8f3;padding:6rem var(--gutter)}.explorer-top{display:flex;justify-content:space-between;gap:2rem;margin-bottom:2rem}.explorer-top p{max-width:25rem;font-size:.8rem;text-transform:uppercase;line-height:1.2;color:#a2ab94}.explorer h2{font-size:clamp(4rem,9.4vw,11rem);font-weight:700;text-transform:uppercase;line-height:.9;letter-spacing:-.045em;margin-bottom:3rem}.explorer-stage{border:1px solid #49513d;display:grid;grid-template-columns:1fr 1.5fr;min-height:28rem}.explorer-image{position:relative;overflow:hidden}.explorer-image img{height:100%;width:100%;opacity:.8;filter:saturate(.65)}.explorer-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#060a08c0,transparent)}.overlay-label{position:absolute;left:1.5rem;bottom:1.5rem;z-index:1;max-width:18rem;font-size:2rem;line-height:1}.scenario-console{padding:2rem;background:#0c0f09}.scenario-console .eyebrow{color:var(--acid);margin-bottom:1.4rem}.scenario-selector{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.scenario-selector button{padding:.55rem .8rem;border:1px solid #414a32;font-size:.85rem}.scenario-selector button[aria-pressed=true]{background:var(--acid);color:#000;border-color:var(--acid)}.scenario-text{font-size:1.35rem;line-height:1.3;min-height:4rem;margin-bottom:1.5rem}.receipt-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;border-top:1px solid #343b2b;padding-top:1.2rem;font-size:.9rem}.receipt-grid span{display:block;color:#969f8b;font-size:.75rem;margin-bottom:.45rem;text-transform:uppercase}.receipt-status{color:var(--acid)}.scenario-reason{padding-top:1rem;font-size:1rem;line-height:1.4}.download-receipt{margin-top:2rem}.application{padding:5rem var(--gutter);display:grid;grid-template-columns:1fr 1.45fr;gap:5rem;border-bottom:1px solid var(--line)}.application h2{font-size:2.5rem;line-height:1.1;max-width:26rem}.application p{font-size:1.5rem;line-height:1.3;letter-spacing:-.02em;max-width:45rem}.film-section{padding:5rem var(--gutter)}.film-section>h2{font-size:2.5rem;margin-bottom:2rem}.inline-film{position:relative;background:#161d17;aspect-ratio:16/9;overflow:hidden}.inline-film img{width:100%;height:100%}.play-large{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;width:100%;background:#0001}.play-circle{border:1px solid #fff;border-radius:50%;height:5.5rem;width:5.5rem;display:flex;justify-content:center;align-items:center;color:white;backdrop-filter:blur(8px);transition:background .3s}.play-circle svg{width:1.2rem;height:1.2rem}.play-large:hover .play-circle{background:var(--acid);color:#000;border-color:var(--acid)}.next-product{padding:5rem var(--gutter);border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:2rem}.next-product p{font-size:.8rem;text-transform:uppercase}.next-product h2{font-size:4rem;line-height:1.05;margin-top:.5rem}.next-product>.arrow{width:3rem;height:3rem}
.software-hero{padding:4.5rem var(--gutter) 3rem}.software-hero .eyebrow{margin-bottom:2rem}.software-hero h1{font-size:clamp(3rem,5.5vw,8rem);max-width:68rem;line-height:1.05}.software-hero .hero-visual{margin-top:3.5rem;height:63svh}.three-column{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;padding:4.5rem var(--gutter)}.three-column p{font-size:1.5rem;line-height:1.3;letter-spacing:-.02em}.process-section{padding:2rem var(--gutter) 5rem}.process-section>h2{font-size:2rem;margin-bottom:2rem}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.process-card .number{font-size:3.5rem;border-top:1px solid var(--ink);padding:1rem 0 2rem}.process-card img{aspect-ratio:1.5;width:100%}.process-card h3{font-size:1.5rem;margin:1.5rem 0 1rem}.process-card p{font-size:1rem;line-height:1.4;max-width:28rem}.statement-section{padding:5rem var(--gutter) 7rem}.features-section{padding:3rem var(--gutter) 5rem;border-top:1px solid var(--line)}.features-section>h2{font-size:2rem;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.features-grid h3{font-size:1.5rem;min-height:3rem;line-height:1.1}.features-grid p{font-size:1rem;line-height:1.4;margin-top:1rem}.features-grid img{aspect-ratio:1.4;width:100%;margin-top:1.5rem}.software-mission{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem var(--gutter) 6rem;border-top:1px solid var(--line)}.software-mission>div:first-child img{aspect-ratio:.8;margin-top:2rem;width:100%}.software-mission h2{font-size:2rem}.numbered-item{border-top:1px solid var(--ink);padding:1rem 0 2rem}.numbered-item .eyebrow{margin-bottom:1rem}.numbered-item h3{font-size:1.5rem;margin-bottom:1rem}.numbered-item p{max-width:38rem;font-size:1.05rem}.join-section{padding:5rem var(--gutter);background:#dfe4d8;display:grid;grid-template-columns:1fr 1.4fr;gap:4rem}.join-section h2{font-size:2rem}.join-section h3{font-size:2.5rem;line-height:1.05;margin-bottom:2rem}.join-section p{font-size:1.1rem;max-width:42rem;margin-bottom:2rem}.join-links{display:flex;gap:1rem;flex-wrap:wrap}
.domain-hero{position:relative;margin:0 var(--gutter);height:calc(100svh - var(--nav));min-height:35rem;overflow:hidden}.domain-hero>img,.domain-hero>video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.domain-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0001 15%,#000a)}.domain-hero-copy{position:absolute;z-index:2;left:2rem;bottom:3rem;max-width:76%;color:#fff}.domain-hero-copy .eyebrow{margin-bottom:1.5rem}.domain-hero-copy h1{font-size:clamp(3.5rem,8vw,10rem);font-weight:700;letter-spacing:-.045em;text-transform:uppercase;line-height:.93}.domain-intro{padding:5rem var(--gutter);display:grid;grid-template-columns:1fr 1.25fr;gap:7rem;background:var(--paper);color:var(--ink)}.domain-intro h2{font-size:2.5rem;line-height:1.1;max-width:32rem}.domain-intro p{font-size:1.5rem;max-width:42rem;line-height:1.3;letter-spacing:-.025em}.domain-media{background:var(--paper);color:var(--ink);padding:2.5rem var(--gutter) 5rem}.domain-media-inner{border-top:1px solid var(--ink);padding-top:1.3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.domain-media-copy{display:flex;flex-direction:column;align-items:flex-start}.domain-media-copy h2{font-size:3rem;line-height:1.02;max-width:27rem;margin:2rem 0}.domain-media-copy p{font-size:1.15rem;line-height:1.4;max-width:28rem}.domain-media-copy .text-link{margin-top:2rem}.domain-media-image img{width:100%;aspect-ratio:1.12}.domain-media.swap .domain-media-copy{order:2}.domain-media.swap .domain-media-image{order:1}
.story-hero{padding:4rem var(--gutter) 0}.story-hero .eyebrow{margin-bottom:3rem}.story-hero h1{font-size:clamp(3.5rem,8.7vw,10.5rem);line-height:.94;font-weight:700;letter-spacing:-.055em;max-width:90rem;margin-bottom:4rem}.story-hero>img{width:100%;height:68svh;min-height:28rem}.story-section{padding:5rem var(--gutter);display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;border-bottom:1px solid var(--line)}.story-section h2{font-size:2rem;line-height:1.1}.story-section p{font-size:1.5rem;line-height:1.32;letter-spacing:-.02em;max-width:47rem}.story-section.large p{font-size:2.4rem;line-height:1.18}.story-image{padding:1rem var(--gutter) 4rem}.story-image img{height:70svh;min-height:28rem;width:100%}.crada-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:4rem var(--gutter);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.crada-strip strong{font-size:3.2rem;line-height:1;font-weight:400;display:block;margin-bottom:1rem}.crada-strip span{font-size:.85rem;text-transform:uppercase}.accordion-section{padding:5rem var(--gutter)}.accordion-section h2{font-size:2.5rem;margin-bottom:2rem}.accordion-section details{border-top:1px solid currentColor;padding:1.2rem 0}.accordion-section details:last-child{border-bottom:1px solid currentColor}.accordion-section summary{cursor:pointer;list-style:none;font-size:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.accordion-section summary:after{content:'+';font-size:1.7rem}.accordion-section details[open] summary:after{content:'−'}.accordion-section details p{max-width:44rem;font-size:1.1rem;margin:1.5rem 0 1rem;padding-right:2rem}.leadership-profile{padding:5rem var(--gutter);display:grid;grid-template-columns:1fr 1.5fr;gap:5rem}.leadership-name{padding:3rem;background:#dce1d2;min-height:26rem;display:flex;flex-direction:column;justify-content:space-between}.leadership-name .initials{font-size:8rem;font-weight:700;letter-spacing:-.06em}.leadership-name h2{font-size:2.5rem;line-height:1.05}.bio p{font-size:1.35rem;margin-bottom:1.5rem;line-height:1.35}.bio .eyebrow{font-size:.85rem;margin-bottom:2rem}.career-values{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:5rem var(--gutter)}.career-values article{padding-top:1rem;border-top:1px solid var(--ink)}.career-values .number{font-size:.8rem;display:block;margin-bottom:3rem}.career-values h2{font-size:2rem;line-height:1.05;margin-bottom:1.5rem}.career-values p{font-size:1.05rem}.role-list{padding:4rem var(--gutter)}.role-note{max-width:50rem;font-size:1.15rem;padding:2rem 0 3rem}.role-row{display:grid;grid-template-columns:1.5fr 1fr auto;gap:2rem;padding:1.8rem 0;border-top:1px solid currentColor;align-items:center}.role-row h2{font-size:1.75rem}.role-row .meta{color:#657051}.role-row:hover h2{color:#748323}
.contact-section{padding:5rem var(--gutter);display:grid;grid-template-columns:1fr 1.5fr;gap:6rem;border-top:1px solid var(--line)}.contact-section h2{font-size:2.5rem;line-height:1.1;margin-bottom:2rem}.contact-intro p{max-width:28rem;font-size:1.1rem;margin-bottom:1.5rem}.contact-intro a{border-bottom:1px solid currentColor}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-form label{font-size:.875rem;display:flex;flex-direction:column;gap:.7rem}.contact-form label.full,.contact-form .full{grid-column:1/-1}.contact-form input,.contact-form textarea,.contact-form select{background:transparent;border:0;border-bottom:1px solid #929888;color:#111;padding:.6rem 0;width:100%;font-size:1.1rem;min-height:2.5rem}.contact-form textarea{resize:vertical;min-height:7rem}.form-note{font-size:.8rem;color:#5f6754;max-width:37rem}.contact-form .btn{justify-self:start;margin-top:.5rem}.form-confirmation{font-size:.9rem;color:#526616}.legal-layout{padding:2rem var(--gutter) 6rem;display:grid;grid-template-columns:1fr 2fr;gap:5rem}.legal-toc{position:sticky;top:calc(var(--nav) + 2rem);align-self:start;display:flex;flex-direction:column;gap:.9rem;font-size:.9rem}.legal-toc a:hover{color:#849219}.legal-body section{margin-bottom:3rem;max-width:52rem}.legal-body h2{font-size:2rem;margin-bottom:1rem;line-height:1.1}.legal-body p{font-size:1.12rem;line-height:1.55}.legal-top .story-hero h1{font-size:6rem;line-height:1}
.newsroom{padding:4rem var(--gutter) 6rem}.newsroom>h1{font-size:3.5rem;line-height:1.1;margin:1rem 0 3.5rem}.newsroom .news-feature{border-color:var(--line);background:#e8ebe1}.newsroom .news-feature-copy{padding:2rem}.newsroom .news-feature h2{font-size:2.5rem;line-height:1.05;margin:2rem 0}.news-filter{display:flex;justify-content:space-between;align-items:center;padding:4rem 0 2rem;gap:2rem}.news-filter h2{font-size:2rem}.news-filter input{font-size:1rem;background:transparent;color:#000;border:1px solid #aeb4a3;padding:.75rem 1rem;min-width:20rem}.news-list{display:grid;grid-template-columns:repeat(3,1fr);gap:0 2rem}.news-card{padding:1.4rem 0 2.5rem;border-top:1px solid #aeb4a3;display:flex;flex-direction:column;align-items:flex-start;min-height:20rem}.news-card .meta{color:#62695b;margin-bottom:1rem}.news-card img{aspect-ratio:1.9;width:100%;margin-bottom:1.4rem}.news-card h3{font-size:1.5rem;line-height:1.1;margin-bottom:2rem;max-width:28rem}.news-card .text-link{margin-top:auto}.news-card:hover h3{color:#68781d}.pagination{display:flex;justify-content:center;gap:.5rem;padding-top:2rem}.pagination button{width:2.5rem;height:2.5rem;border:1px solid #b9bdaf;font-size:.9rem;display:flex;justify-content:center;align-items:center}.pagination button.active{background:#141810;color:white;border-color:#141810}.pagination button:hover:not(:disabled){background:var(--acid);color:#000}.empty-search{grid-column:1/-1;padding:4rem 0;font-size:1.4rem}.article-header{padding:4rem var(--gutter) 3rem;max-width:88rem;margin:auto}.article-header .eyebrow{margin-bottom:1.5rem}.article-header h1{font-size:clamp(2.8rem,5.5vw,7rem);line-height:1.04;letter-spacing:-.04em;max-width:75rem}.article-cover{margin:0 var(--gutter);height:60svh;min-height:25rem;position:relative}.article-cover img{width:100%;height:100%}.article-content{max-width:52rem;margin:4rem auto 6rem;padding:0 2rem}.article-content section{margin:0 0 2.4rem}.article-content h2{font-size:1.8rem;line-height:1.18;letter-spacing:-.025em;margin-bottom:1rem}.article-content p{font-size:1.125rem;line-height:1.55;margin-bottom:1.5rem}.article-content .checklist{font-size:.9rem;color:#60703a;border-top:1px solid #aeb8a0;padding-top:1rem;line-height:1.7}.related-articles{padding:3rem var(--gutter) 5rem;border-top:1px solid var(--line)}.related-articles>h2{font-size:2rem;margin-bottom:2rem}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.related-grid a{font-size:1.5rem;line-height:1.15;border-top:1px solid var(--ink);padding-top:1rem}.related-grid a span{display:block;font-size:.8rem;color:#667355;margin-bottom:1rem}.essay-hero{padding:4rem var(--gutter);min-height:90svh;background:#d9dfce;color:#0d1107;display:flex;flex-direction:column;justify-content:space-between}.essay-hero h1{font-size:clamp(4rem,11vw,13rem);line-height:.85;text-transform:uppercase;font-weight:700;letter-spacing:-.065em;max-width:82rem;margin:4rem 0}.essay-bottom{display:flex;justify-content:space-between;align-items:end}.essay-bottom p{max-width:33rem;font-size:1.2rem;line-height:1.25}.essay-bottom span{font-size:4rem;letter-spacing:-.06em}.essay-section{padding:5rem var(--gutter);display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;border-top:1px solid var(--line)}.essay-section h2{font-size:2.5rem;line-height:1.08;max-width:29rem}.essay-section p{font-size:1.4rem;line-height:1.45;max-width:47rem}.essay-picture{padding:0 var(--gutter) 4rem}.essay-picture img{height:75svh;min-height:26rem;width:100%}.credits{padding:5rem var(--gutter)}.credits>h2{font-size:2.5rem;margin-bottom:1.5rem}.credits>p{max-width:60rem;font-size:1.05rem;line-height:1.5;margin-bottom:2.5rem}.credit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.credit-card{font-size:.875rem;line-height:1.4;border-top:1px solid var(--line);padding-top:1rem}.credit-card img{aspect-ratio:1.5;width:100%;margin-bottom:1rem}.credit-card h3{font-size:1rem;margin-bottom:.7rem;line-height:1.15;letter-spacing:0}.credit-card p{font-size:.8rem;color:#657159;margin-bottom:.8rem}.credit-card a{text-decoration:underline}.resource-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:4rem var(--gutter)}.resource-cards a{border:1px solid var(--line);padding:2rem;min-height:14rem;display:flex;flex-direction:column;justify-content:space-between}.resource-cards h2{font-size:2rem;line-height:1.1}.resource-cards p{font-size:.9rem;margin-top:1rem}.error-page{min-height:80svh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3rem;padding:5rem var(--gutter)}.error-page h1{font-size:clamp(4rem,9vw,11rem);max-width:70rem;font-weight:700}
.site-footer{background:#050604;color:white;padding:5rem var(--gutter) 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:5rem}.footer-intro p{font-size:2rem;line-height:1.15;max-width:23rem;letter-spacing:-.035em}.footer-intro>a{display:inline-block;font-size:.9rem;margin-top:2rem;border-bottom:1px solid #fff;padding-bottom:.4rem}.footer-group h2{font-size:.8rem;letter-spacing:0;color:#a4ab9a;margin-bottom:1.3rem}.footer-group a{font-size:1.1rem;display:block;margin-bottom:.8rem}.footer-group a:hover{color:var(--acid)}.footer-wordmark{font-size:13.55vw;font-weight:700;letter-spacing:-.065em;line-height:.9;width:100%;margin-left:-.01em;white-space:nowrap;margin-bottom:3rem}.footer-bottom{border-top:1px solid #383e30;padding-top:1.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;font-size:.72rem;line-height:1.4}.footer-small-links{display:flex;flex-wrap:wrap;gap:.7rem 1.5rem;max-width:60rem;justify-content:flex-end}.footer-small-links a:hover{color:var(--acid)}.media-notice{font-size:.7rem;color:#99a18f;line-height:1.4;max-width:80rem;margin-top:1.5rem}.media-notice a{text-decoration:underline}.film-dialog{width:min(94vw,1600px);max-width:none;border:1px solid #616a53;background:#050604;color:white;padding:0}.film-dialog::backdrop{background:#000e;backdrop-filter:blur(8px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1rem}.dialog-top p{font-size:.85rem}.dialog-close{font-size:1.7rem;padding:.3rem .7rem;line-height:1}.film-dialog video{max-height:80svh;width:100%;background:#000}.dialog-credit{font-size:.8rem;padding:.8rem 1rem;color:#b0b8a4}.reveal{opacity:1;transform:none}.has-motion .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform 1.1s var(--ease)}.has-motion .reveal.visible{opacity:1;transform:none}@keyframes menuEnter{from{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}

.contact-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.contact-form[aria-busy="true"] button{cursor:wait;opacity:.7}.form-confirmation[data-state="error"]{color:#a12626}.form-confirmation[data-state="pending"]{color:#59624c}
