/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#1c1d1f;--paper:#f1efe9;--red:#c9a85a;--line:#1c1d1f2e;--muted:#706e67}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-sans),Arial,sans-serif;margin:0}a{color:inherit;text-decoration:none}.shell{width:min(1380px,100% - 64px);margin:auto}.nav{border-bottom:1px solid var(--line);z-index:2;justify-content:space-between;align-items:center;height:94px;display:flex;position:relative}.brand{letter-spacing:.16em;align-items:center;gap:13px;font-size:13px;display:flex}.brand span{background:var(--ink);color:var(--paper);letter-spacing:-.12em;place-items:center;width:39px;height:39px;padding-right:3px;font-style:italic;font-weight:800;display:grid}.nav nav{text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:34px;font-size:12px;display:flex}.nav nav a:hover{color:var(--red)}.navCta{background:var(--red);color:#fff;text-transform:uppercase;letter-spacing:.1em;padding:15px 18px;font-size:11px}.navCta span{margin-left:20px}.navDropdown{position:relative}.navDropdown summary{cursor:pointer;align-items:center;gap:7px;list-style:none;display:flex}.navDropdown summary::-webkit-details-marker{display:none}.navDropdown summary span{color:var(--red);font-size:14px;transition:transform .2s}.navDropdown[open] summary span{transform:rotate(180deg)}.dropdownMenu{background:var(--ink);color:var(--paper);z-index:20;min-width:210px;padding:10px;position:absolute;top:calc(100% + 18px);left:-22px;box-shadow:0 18px 45px #0000002e}.dropdownMenu:before{content:"";height:18px;position:absolute;top:-18px;left:0;right:0}.dropdownMenu a{white-space:nowrap;border-bottom:1px solid #ffffff1f;padding:13px 14px;display:block}.dropdownMenu a:last-child{border:0}.dropdownMenu a:hover,.dropdownMenu a[aria-current=page]{background:var(--red);color:#fff}.hero{min-height:765px;padding-top:76px;position:relative;overflow:hidden}.eyebrow,.sectionLabel{font-family:var(--font-mono),monospace;letter-spacing:.16em;text-transform:uppercase;font-size:11px}.eyebrow{align-items:center;gap:11px;display:flex}.eyebrow span{background:var(--red);width:8px;height:8px}.hero h1{letter-spacing:-.074em;z-index:1;margin:90px 0 72px;font-size:clamp(64px,9.2vw,145px);font-weight:560;line-height:.84;position:relative}.hero h1 em,.footerTop h2 em{color:var(--red);font-family:Georgia,serif;font-weight:400}.heroBottom{z-index:1;justify-content:flex-end;align-items:center;gap:70px;display:flex;position:relative}.heroBottom p{max-width:525px;margin:0;font-size:18px;line-height:1.55}.circleLink{border:1px solid var(--ink);border-radius:50%;place-items:center;width:54px;height:54px;font-size:22px;display:grid}.heroGrid{pointer-events:none;grid-template-columns:repeat(5,1fr);display:grid;position:absolute;inset:0}.heroGrid i{border-right:1px solid #10110f0f}.manifesto{background:var(--red);color:#fff;padding:126px 0}.manifestoGrid{grid-template-columns:1fr 3fr;gap:60px;display:grid}.manifesto h2,.sectionHead h2,.about h2{letter-spacing:-.055em;margin:0;font-size:clamp(42px,5.3vw,78px);font-weight:520;line-height:1}.largeCopy{max-width:1010px;margin:58px 0 70px;font-size:clamp(22px,2.2vw,32px);line-height:1.38}.principles{text-transform:uppercase;letter-spacing:.12em;border-top:1px solid #ffffff59;justify-content:space-between;padding-top:25px;font-size:11px;display:flex}.services{padding:140px 0}.sectionHead{grid-template-columns:1fr 3fr;gap:60px;margin-bottom:90px;display:grid}.sectionHead h2{font-size:clamp(52px,7vw,98px)}.serviceList{border-top:1px solid var(--ink)}.service{border-bottom:1px solid var(--line);grid-template-columns:80px 1.4fr 1fr 30px;align-items:start;gap:25px;padding:38px 0;transition:all .25s;display:grid}.service:hover{background:#fff3;padding-left:15px}.service>span,.service>b{font-family:var(--font-mono);font-size:11px}.service h3{letter-spacing:-.03em;margin:0;font-size:25px}.service p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.service b{color:var(--red);font-size:17px}.work{background:var(--ink);color:var(--paper);padding:140px 0}.sectionHead.light{border-bottom:1px solid #ffffff2e;padding-bottom:68px}.projects{grid-template-columns:1.25fr .75fr;gap:24px;display:grid}.projectArt{place-items:center;height:350px;display:grid;position:relative;overflow:hidden}.featured .projectArt{height:480px}.projectArt.nike:before{content:"";opacity:.88;background:#111;width:180px;height:390px;position:absolute;transform:skew(-25deg)}.projectArt.nike span{z-index:1;letter-spacing:-.1em;color:#fff;font-size:100px;font-style:italic;font-weight:800}.projectArt i{border:1px solid #ffffff59;position:absolute;inset:24px}.projectArt.cullen{background:radial-gradient(circle at 70% 30%,#c59043,#17120e 57%)}.stone{color:#f4d99f;border:12px solid #f5dca0cc;place-items:center;width:150px;height:150px;font-family:Georgia;font-size:80px;display:grid;transform:rotate(45deg)}.stone:first-letter{transform:rotate(-45deg)}.projectCopy{padding:30px}.projectCopy>p:first-child{font-family:var(--font-mono);letter-spacing:.13em;color:#aaa;font-size:10px}.projectCopy h3{margin:18px 0;font-size:34px}.projectCopy>p{color:#b5b4ae;font-size:14px;line-height:1.65}.projectCopy div{flex-wrap:wrap;gap:8px;margin-top:25px;display:flex}.projectCopy span{text-transform:uppercase;letter-spacing:.08em;border:1px solid #484943;border-radius:99px;padding:7px 11px;font-size:10px}.experienceLine{text-align:center;color:#85857f;letter-spacing:.08em;text-transform:uppercase;margin:60px 0 0;font-size:12px}.sectors{grid-template-columns:1fr 3fr;gap:60px;padding:110px 0;display:grid}.sectors>div{flex-direction:column;display:flex}.sectors span{letter-spacing:-.045em;border-bottom:1px solid var(--line);padding:15px 0;font-size:clamp(36px,4.2vw,66px)}.sectors sup{font-family:var(--font-mono);color:var(--red);vertical-align:top;margin-left:10px;font-size:9px}.about{border-top:1px solid var(--ink);grid-template-columns:1fr 2fr;gap:100px;padding:130px 0;display:grid}.aboutMark{letter-spacing:-.12em;font-size:clamp(100px,15vw,220px);font-weight:800;line-height:.8}.aboutMark span{color:var(--red)}.aboutCopy>p:not(.sectionLabel):not(.signature){color:var(--muted);max-width:760px;margin:45px 0;font-size:20px;line-height:1.65}.about blockquote{border-left:3px solid var(--red);margin:50px 0;padding-left:28px;font-family:Georgia,serif;font-size:30px;line-height:1.4}.signature{font-weight:650}.signature span{color:var(--muted);margin-left:10px;font-weight:400}.process{background:#ddd8cf;padding:110px 0}.steps{grid-template-columns:repeat(3,1fr);gap:0;margin-top:50px;display:grid}.steps article{border-left:1px solid var(--line);min-height:190px;padding:25px 40px}.steps b{font-family:var(--font-mono);color:var(--red);font-size:11px}.steps h3{margin:30px 0 15px;font-size:28px}.steps p{color:var(--muted);max-width:290px;line-height:1.55}footer{color:#fff;background:#050505}.footerTop{padding:120px 0}.footerTop h2{letter-spacing:-.065em;margin:60px 0;font-size:clamp(64px,9vw,130px);line-height:.88}.footerTop h2 em{color:var(--red)}.footerTop>a{text-transform:uppercase;letter-spacing:.12em;border-top:1px solid #ffffff47;border-bottom:1px solid #ffffff47;justify-content:space-between;align-items:center;padding:24px 0;font-size:12px;display:flex}.footerTop>a span{font-size:24px}.footerBottom{letter-spacing:.06em;border-top:1px solid #ffffff2e;grid-template-columns:1.4fr 1fr 1fr 1fr;align-items:center;padding:34px 0;font-size:11px;display:grid}.footerBottom .brand span{color:var(--red);background:#fff}@media (width<=800px){.shell{width:min(100% - 36px,1380px)}.nav{height:76px}.nav nav{display:none}.navCta{padding:12px}.hero{min-height:650px;padding-top:55px}.hero h1{margin:75px 0 60px}.heroBottom{justify-content:space-between;gap:25px}.heroBottom p{font-size:15px}.manifesto,.services,.work{padding:85px 0}.manifestoGrid,.sectionHead,.sectors,.about{grid-template-columns:1fr}.manifestoGrid,.sectionHead{gap:45px}.principles{flex-direction:column;gap:20px}.service{grid-template-columns:40px 1fr 25px}.service p{grid-column:2/4}.projects{grid-template-columns:1fr}.featured .projectArt,.projectArt{height:330px}.sectors{gap:35px;padding:80px 0}.about{gap:60px;padding:80px 0}.aboutMark{font-size:120px}.steps{grid-template-columns:1fr}.steps article{border-left:0;border-top:1px solid var(--line);min-height:0;padding:30px 0}.footerTop{padding:85px 0}.footerBottom{grid-template-columns:1fr 1fr;gap:25px}.footerBottom p,.footerBottom a{margin:0}.navCta span{margin-left:8px}}@media (width<=480px){.navCta{font-size:0}.navCta span{margin:0;font-size:16px}.hero h1{font-size:59px}.circleLink{width:48px;min-width:48px;height:48px}.service h3{font-size:21px}.projectArt.nike span{font-size:70px}.projectCopy{padding:23px}.footerBottom{grid-template-columns:1fr}.signature span{margin:4px 0;display:block}.about blockquote{font-size:25px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.brandLogo{height:76px;overflow:visible}.brandLogo img{object-fit:contain;object-position:center;width:126px;height:76px;display:block}.projects{grid-template-columns:1fr 1fr}.project{background:#242528}.project.featured{grid-column:1/-1}.heimatGallery{background:var(--ink);grid-template-columns:1.45fr .75fr .75fr;gap:4px;height:590px;display:grid;overflow:hidden}.heimatGallery img{object-fit:cover;width:100%;height:100%;min-height:0}.heimatGallery .barPhoto,.heimatGallery img:nth-child(2){grid-row:1/3}.heimatGallery img:nth-child(3),.heimatGallery img:nth-child(4){height:293px}.projectArt.nike{background:linear-gradient(125deg,#d9d1c3 0 52%,#705f3b 52%)}.footerBottom .brandLogo{height:72px}.footerBottom .brandLogo img{width:116px;height:72px}@media (width<=800px){.brandLogo{height:64px}.brandLogo img{width:106px;height:64px}.projects{grid-template-columns:1fr}.project.featured{grid-column:auto}.heimatGallery{grid-template-columns:1fr 1fr;height:620px}.heimatGallery .barPhoto{grid-area:auto/1/auto/-1;height:300px}.heimatGallery img:nth-child(2){grid-row:auto}.heimatGallery img:nth-child(2),.heimatGallery img:nth-child(3),.heimatGallery img:nth-child(4){height:156px}}.cullenGallery{background:var(--ink);grid-template-columns:1.15fr .85fr;gap:4px;height:350px;display:grid;overflow:hidden}.cullenGallery img{object-fit:cover;width:100%;height:100%}.cullenGallery img:first-child,.cullenGallery img:last-child{object-position:center}@media (width<=800px){.cullenGallery{grid-template-columns:1fr;height:420px}.cullenGallery img{height:208px}}.about{grid-template-columns:minmax(340px,.9fr) 1.4fr;align-items:start}.founderPortrait{background:var(--ink);margin:0;position:relative;overflow:hidden}.founderPortrait img{object-fit:cover;object-position:center top;filter:contrast(1.03);width:100%;height:720px;display:block}.founderPortrait figcaption{color:#fff;font-family:var(--font-mono);letter-spacing:.12em;background:linear-gradient(#0000,#000000eb);justify-content:space-between;gap:20px;padding:70px 24px 22px;font-size:9px;display:flex;position:absolute;bottom:0;left:0;right:0}.founderPortrait figcaption span:last-child{color:var(--red);text-align:right}@media (width<=800px){.about{grid-template-columns:1fr}.founderPortrait{max-width:560px}.founderPortrait img{aspect-ratio:4/5;height:auto}.founderPortrait figcaption{flex-direction:column;gap:6px;padding-top:55px}.founderPortrait figcaption span:last-child{text-align:left}}.nikeGallery{background:var(--ink);grid-template-columns:1.35fr .65fr;gap:4px;height:350px;display:grid;overflow:hidden}.nikeGallery img{object-fit:cover;width:100%;height:100%}.nikeGallery img:first-child{object-position:center}.nikeGallery img:last-child{object-position:center 25%}@media (width<=800px){.nikeGallery{grid-template-columns:1fr;height:420px}.nikeGallery img{height:208px}.nikeGallery img:last-child{object-position:center 30%}}.contactLinks{border-top:1px solid #ffffff47}.contactLinks a{text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid #ffffff47;justify-content:space-between;align-items:center;padding:24px 0;font-size:12px;transition:color .2s;display:flex}.contactLinks a:hover{color:var(--red)}.contactLinks a span{color:var(--red);font-size:24px}.footerBottom{grid-template-columns:1.25fr 1fr 1fr .7fr 1fr}@media (width<=800px){.footerBottom{grid-template-columns:1fr 1fr}}@media (width<=480px){.footerBottom{grid-template-columns:1fr}}.galleryPage{background:var(--paper)}.galleryHero{padding:110px 0 105px}.galleryHero h1{letter-spacing:-.075em;margin:75px 0 65px;font-size:clamp(76px,11vw,168px);font-weight:560;line-height:.82}.galleryHero h1 em{color:var(--red);font-family:Georgia,serif;font-weight:400}.galleryHero>div{border-top:1px solid var(--ink);justify-content:flex-end;align-items:start;gap:80px;padding-top:25px;display:flex}.galleryHero>div p{max-width:560px;margin:0;font-size:18px;line-height:1.55}.galleryHero>div span{font-family:var(--font-mono);letter-spacing:.14em;color:var(--muted);padding-top:7px;font-size:10px}.galleryProjects{padding-bottom:140px}.galleryProject{border-top:1px solid var(--ink);padding:34px 0 110px}.galleryProject>header{grid-template-columns:70px 1.3fr 1fr;align-items:start;gap:30px;margin-bottom:45px;display:grid}.galleryProject>header>span{font-family:var(--font-mono);color:var(--red);font-size:11px}.galleryProject>header p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.galleryProject>header div p{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:10px}.galleryProject h2{letter-spacing:-.055em;margin:16px 0 0;font-size:clamp(38px,5vw,68px);font-weight:540;line-height:1}.photoGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.photoGrid.photos4{grid-template-columns:1.35fr .65fr}.photoGrid figure{background:var(--ink);margin:0;position:relative;overflow:hidden}.photoGrid img{object-fit:cover;width:100%;height:510px;transition:transform .55s;display:block}.photoGrid figure:hover img{transform:scale(1.015)}.photoGrid figcaption{color:#fff;font-family:var(--font-mono);letter-spacing:.11em;text-transform:uppercase;background:linear-gradient(#0000,#000000d1);justify-content:space-between;padding:55px 18px 16px;font-size:9px;display:flex;position:absolute;bottom:0;left:0;right:0}.photoGrid.photos4 figure:first-child{grid-row:span 2}.photoGrid.photos4 figure:first-child img{height:1032px}@media (width<=800px){.galleryHero{padding:70px 0 75px}.galleryHero h1{margin:55px 0 45px}.galleryHero>div{justify-content:space-between;gap:25px}.galleryHero>div p{font-size:15px}.galleryProjects{padding-bottom:70px}.galleryProject{padding:25px 0 75px}.galleryProject>header{grid-template-columns:40px 1fr;gap:20px;margin-bottom:30px}.galleryProject>header>p{grid-column:2}.photoGrid,.photoGrid.photos4{grid-template-columns:1fr 1fr;gap:5px}.photoGrid img,.photoGrid.photos4 figure:first-child img{height:300px}.photoGrid.photos4 figure:first-child{grid-area:auto/1/auto/-1}.photoGrid.photos4 figure:first-child img{height:420px}}@media (width<=480px){.galleryHero h1{font-size:67px}.galleryHero>div span{display:none}.galleryProject>header{grid-template-columns:1fr}.galleryProject>header>span{display:none}.galleryProject>header>p{grid-column:1}.photoGrid,.photoGrid.photos4{grid-template-columns:1fr}.photoGrid.photos4 figure:first-child{grid-column:auto}.photoGrid img,.photoGrid.photos4 figure:first-child img{height:310px}}.photoGrid.photos9{grid-template-columns:repeat(3,1fr)}.photoGrid.photos9 figure:first-child{grid-column:span 2}.photoGrid.photos9 figure:nth-child(4),.photoGrid.photos9 figure:nth-child(5),.photoGrid.photos9 figure:nth-child(7),.photoGrid.photos9 figure:nth-child(8){grid-row:span 2}.photoGrid.photos9 figure:nth-child(4) img,.photoGrid.photos9 figure:nth-child(5) img,.photoGrid.photos9 figure:nth-child(7) img,.photoGrid.photos9 figure:nth-child(8) img{height:1032px}@media (width<=800px){.photoGrid.photos9{grid-template-columns:1fr 1fr;gap:5px}.photoGrid.photos9 figure:first-child{grid-column:1/-1}.photoGrid.photos9 figure:nth-child(4),.photoGrid.photos9 figure:nth-child(5),.photoGrid.photos9 figure:nth-child(7),.photoGrid.photos9 figure:nth-child(8){grid-row:auto}.photoGrid.photos9 figure:nth-child(4) img,.photoGrid.photos9 figure:nth-child(5) img,.photoGrid.photos9 figure:nth-child(7) img,.photoGrid.photos9 figure:nth-child(8) img{height:300px}.photoGrid.photos9 figure:first-child img{height:420px}}@media (width<=480px){.photoGrid.photos9{grid-template-columns:1fr}.photoGrid.photos9 figure:first-child{grid-column:auto}.photoGrid.photos9 figure:first-child img{height:310px}}@media (width<=800px){.nav nav{margin-left:auto;margin-right:14px;display:flex}.nav nav>a{display:none}.navDropdown summary{font-size:10px}.dropdownMenu{top:calc(100% + 16px);left:auto;right:-10px}}.photoGrid.photos7{grid-template-columns:repeat(2,1fr)}.photoGrid.photos7 figure:first-child{grid-column:1/-1}.photoGrid.photos7 figure:first-child img{object-position:center;height:620px}.photoGrid.photos7 figure:nth-child(3) img{object-position:center 58%}@media (width<=800px){.photoGrid.photos7{grid-template-columns:1fr 1fr;gap:5px}.photoGrid.photos7 figure:first-child{grid-column:1/-1}.photoGrid.photos7 figure:first-child img{height:420px}}@media (width<=480px){.photoGrid.photos7{grid-template-columns:1fr}.photoGrid.photos7 figure:first-child{grid-column:auto}.photoGrid.photos7 figure:first-child img{height:310px}}.nav{color:#fff;z-index:100;background:#050505;border-bottom-color:#ffffff24;position:sticky;top:0;box-shadow:0 8px 24px #0000002e}.nav.shell{width:100%;padding-inline:max(32px,50vw - 690px)}.nav nav,.nav nav a,.navDropdown summary{color:#fff}.nav nav a:hover,.navDropdown summary:hover{color:var(--red)}.dropdownMenu{color:#fff;background:#111;border:1px solid #ffffff1f;box-shadow:0 18px 45px #00000052}.mobileMenu{margin-left:auto;display:none;position:relative}.mobileMenu summary{cursor:pointer;text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:7px;padding:12px 4px;font-size:11px;list-style:none;display:flex}.mobileMenu summary::-webkit-details-marker{display:none}.mobileMenu summary span{color:var(--red);font-size:14px;transition:transform .2s}.mobileMenu[open] summary span{transform:rotate(180deg)}.mobileMenuPanel{background:#111;border:1px solid #ffffff24;width:min(280px,100vw - 36px);padding:10px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 45px #00000061}.mobileMenuPanel>a{letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding:15px 14px;font-size:11px;display:flex}.mobileMenuPanel>a:hover,.mobileMenuPanel>a[aria-current=page]{color:var(--red)}.mobileMenuPanel .mobileMenuCta{background:var(--red);color:#fff;border:0;margin-top:8px}.mobileMenuPanel .mobileMenuCta:hover{color:#fff;background:#b89546}@media (width<=800px){.nav.shell{width:100%;padding-inline:18px}.nav>nav{display:none}.mobileMenu{display:block}.nav>.navCta{display:none}}
