:root{--ink:#1b2824;--paper:#f3f4ee;--orange:#ff713e;--muted:#687069;--line:#d9ddd4;--sans:'DM Sans',Arial,sans-serif;--display:'Barlow Condensed',Impact,sans-serif;--serif:'Libre Caslon Display',Georgia,serif;--ease:cubic-bezier(.22,.61,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2{font-weight:500;line-height:1.02;letter-spacing:-.045em}h2{font-size:clamp(40px,4.5vw,68px)}h2 em{font-family:var(--serif);font-weight:400;letter-spacing:-.035em}h3{font-size:25px;letter-spacing:-.045em;font-weight:500}::selection{background:var(--orange);color:var(--ink)}:focus-visible{outline:3px solid var(--orange);outline-offset:6px}.skip-link{position:fixed;top:10px;left:10px;transform:translateY(-150%);z-index:200;background:var(--paper);padding:12px 18px}.skip-link:focus{transform:none}.site-header{height:98px;display:flex;align-items:center;justify-content:space-between;padding:0 4.2vw;background:var(--paper);gap:24px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand-mark{font-family:var(--display);font-weight:700;font-size:44px;line-height:1;letter-spacing:-.14em;display:flex;align-items:flex-start}.brand-mark span{font:25px var(--sans);color:var(--orange);margin-left:1px;margin-top:-3px}.brand-type{font-family:var(--display);font-size:27px;font-weight:600;line-height:.9;letter-spacing:.015em}.brand-type small{display:block;font-family:var(--sans);font-size:10px;font-weight:500;letter-spacing:.48em;margin-top:7px}.desktop-nav{display:flex;gap:34px;font-size:14px}.desktop-nav a{position:relative;padding:10px 0}.desktop-nav a:after{position:absolute;content:'';height:1px;background:var(--ink);bottom:4px;left:0;right:0;transform:scaleX(0);transform-origin:left;transition:transform .2s}.desktop-nav a:hover:after{transform:scaleX(1)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;padding:17px 25px;border-radius:100px;font-size:14px;font-weight:600;background:var(--ink);color:var(--paper);border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{background:#344b40;transform:translateY(-2px)}.button span{font-size:21px;font-weight:400;line-height:1}.button-small{padding:12px 20px;gap:24px}.button-orange{background:var(--orange);color:var(--ink)}.button-orange:hover{background:#ff8d63}.hero{position:relative;background:#42554a;min-height:650px;height:calc(100svh - 98px);max-height:920px;color:var(--paper);overflow:hidden}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 57%}.hero-shade{background:linear-gradient(90deg,rgba(8,25,17,.72),rgba(8,25,17,.3) 42%,rgba(8,25,17,0) 76%),linear-gradient(0deg,rgba(8,25,17,.65),transparent 30%)}.hero-content{position:relative;padding:7.6vh 5.3vw 150px;max-width:900px}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:600;line-height:1.5;display:flex;align-items:center;gap:12px}.small-cross{font-size:28px;color:var(--orange);font-weight:400}.hero h1{font-size:clamp(66px,7.5vw,120px);letter-spacing:-.055em;line-height:1.04;margin:35px 0 25px;font-weight:500}.hero h1 em{font-family:var(--serif);font-weight:400;letter-spacing:-.025em}.hero-description{font-size:17px;line-height:1.65;color:#e8ece3;margin-bottom:29px}.hero-bottom{position:absolute;bottom:28px;left:5.3vw;right:5.3vw;border-top:1px solid #ffffff50;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-bottom>span{font-size:11px;letter-spacing:.16em}.hero-bottom>a:not(.scroll-cue){font-size:14px;margin-left:auto;margin-right:60px;display:flex;gap:40px}.hero-bottom .scroll-cue{height:42px;width:42px;border:1px solid #ffffff70;border-radius:50%;display:grid;place-items:center;font-size:24px}.hero-side-note{position:absolute;right:25px;top:46%;writing-mode:vertical-rl;font-size:10px;letter-spacing:.19em}.section-wrap{padding:100px 5.3vw;max-width:1720px;margin:auto}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin-bottom:45px}.dark-eyebrow{color:var(--muted);margin-bottom:24px}.section-heading>p{max-width:325px;font-size:16px;color:#606b63;line-height:1.7;padding-bottom:3px}.range-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.card-image{position:relative;aspect-ratio:1/1.16;overflow:hidden;background:#d4d9cf}.card-image img{height:100%;width:100%;object-fit:cover;transition:transform .65s var(--ease)}.range-card:hover img{transform:scale(1.035)}.card-category{position:absolute;left:18px;top:18px;padding:7px 11px;background:var(--paper);color:var(--ink);font-size:10px;letter-spacing:.08em;border-radius:3px;font-weight:600}.card-arrow{position:absolute;right:18px;bottom:18px;border-radius:50%;width:46px;height:46px;display:grid;place-items:center;background:var(--paper);font-size:25px;transition:background .2s,transform .2s}.range-card:hover .card-arrow{background:var(--orange);transform:rotate(45deg)}.card-title{display:flex;justify-content:space-between;align-items:center;margin-top:19px}.card-title>span{color:#7c857d;font-size:12px}.range-card>p{font-size:14px;color:var(--muted);margin-top:5px}.simple-footer{padding:45px 5.3vw;background:var(--ink);color:var(--paper);display:flex;justify-content:space-between}.simple-footer a{color:var(--orange)}
@media(min-width:1700px){.hero-content{padding-top:100px}}@media(max-width:900px){.site-header{height:84px}.desktop-nav{gap:20px}.hero{height:calc(100svh - 84px);min-height:650px}.hero h1{font-size:80px}.hero-content{padding-top:95px}.range-grid{gap:16px}.section-wrap{padding-top:75px;padding-bottom:75px}.section-heading{align-items:flex-start}.section-heading>p{max-width:240px}.card-category{font-size:9px;left:12px;top:12px}h3{font-size:23px}}
@media(max-width:650px){html{scroll-padding-top:20px}.site-header{height:80px;padding:0 22px;gap:14px}.desktop-nav{display:none}.brand-type{font-size:24px}.brand-mark{font-size:38px}.button-small{font-size:12px;padding:11px 16px;gap:18px}.hero{height:calc(100svh - 80px);min-height:660px;max-height:850px}.hero-content{padding:53px 24px 180px}.hero h1{font-size:clamp(57px,13.5vw,86px);margin-top:30px;margin-bottom:23px}.hero-description{font-size:15px}.eyebrow{font-size:10px;letter-spacing:.11em}.hero-image{object-position:58% 50%}.hero-shade{background:linear-gradient(90deg,#0819119c,transparent),linear-gradient(0deg,#081911a6,transparent 55%)}.hero-side-note{display:none}.hero-bottom{left:24px;right:24px;bottom:24px;flex-wrap:wrap;padding-top:20px}.hero-bottom>span{font-size:9px}.hero-bottom>a:not(.scroll-cue){margin:0;font-size:12px;gap:16px}.hero-bottom .scroll-cue{display:none}.section-wrap{padding:62px 24px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:none;margin-top:24px;font-size:15px}.dark-eyebrow{margin-bottom:20px}h2{font-size:42px}.range-grid{grid-template-columns:1fr;gap:35px}.card-image{aspect-ratio:1.1}.card-category{font-size:10px;top:16px;left:16px}h3{font-size:27px}.simple-footer{padding:35px 24px;gap:20px;flex-direction:column}}
.concept-note{display:inline-block;margin-left:22px;font-size:9px;opacity:.65;letter-spacing:.08em}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}.mobile-menu-button{display:none}.mobile-nav{position:absolute;top:80px;left:0;right:0;padding:18px 24px 30px;background:var(--paper);z-index:30;box-shadow:0 15px 20px #18292315}.mobile-nav a{display:block;padding:13px 0;border-top:1px solid var(--line);font-size:18px}.range-ribbon{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-around;gap:25px;overflow:hidden;padding:22px 3vw;font:500 clamp(24px,3.1vw,50px)/1 var(--display);white-space:nowrap;letter-spacing:-.01em}.ribbon-star{color:var(--orange);font-size:45px;line-height:1}.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 0 25px}.gallery-filters{display:flex;gap:9px;flex-wrap:wrap}.filter-button{border:1px solid var(--line);border-radius:30px;padding:9px 17px;font-size:14px;color:var(--ink);background:transparent;transition:background .2s,color .2s}.filter-button>span{font-size:10px;opacity:.65;margin-left:10px}.filter-button:hover{background:#e2e7dd}.filter-button.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.gallery-hint,.gallery-count{font-size:10px;letter-spacing:.08em;color:var(--muted)}.editorial-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:245px;gap:15px}.gallery-tile{position:relative;display:block;overflow:hidden;background:#d8ddd4;isolation:isolate}.gallery-tile img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.gallery-tile:hover img{transform:scale(1.04)}.editorial-gallery .tile-featured{grid-column:span 2;grid-row:span 2}.gallery-hover{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:22px;color:#fff;background:linear-gradient(0deg,#06190eb3,transparent 48%);font-size:14px;transition:background .3s}.gallery-hover>span:last-child{font-size:23px}.image-index{position:absolute;top:17px;left:18px;color:white;font-size:11px;letter-spacing:.1em;text-shadow:0 1px 10px black}.editorial-gallery .gallery-tile:nth-child(6),.editorial-gallery .gallery-tile:nth-child(7){grid-column:span 2}.editorial-gallery.is-filtered{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:390px}.editorial-gallery.is-filtered .gallery-tile{grid-row:span 1;grid-column:span 1}.gallery-footnote{font-size:12px;color:var(--muted);margin-top:18px}.approach-section{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:var(--paper)}.approach-photo{position:relative;min-height:660px;overflow:hidden}.approach-photo img{height:100%;width:100%;object-fit:cover}.photo-caption{position:absolute;bottom:26px;left:35px;font-size:10px;letter-spacing:.12em;color:#fff;text-shadow:0 1px 10px black}.approach-copy{padding:75px 7vw;display:flex;flex-direction:column;justify-content:center}.approach-copy .eyebrow{color:#b7c2b7;font-size:11px;margin-bottom:30px}.approach-copy h2{font-size:clamp(55px,5.3vw,85px);margin-bottom:35px}.approach-copy h2 em{color:#d7ddbb}.approach-copy>p:not(.eyebrow){color:#c2cbc1;max-width:375px;margin-bottom:18px;font-size:16px;line-height:1.75}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:50px;border-bottom:1px solid currentColor;padding:12px 0;font-size:14px;font-weight:500}.text-link span{font-size:24px;font-weight:400}.approach-copy .text-link{color:var(--paper);max-width:290px;margin-top:20px}.contact-section{padding:95px 5.3vw;display:grid;grid-template-columns:1.1fr 1fr;gap:50px;background:var(--orange);color:var(--ink)}.contact-section .eyebrow{font-size:11px;margin-bottom:30px}.contact-section h2{font-size:clamp(60px,6.2vw,94px)}.contact-right{align-self:flex-end;padding-bottom:12px}.contact-right>p{font-size:17px;line-height:1.7}.contact-number{font-size:clamp(26px,3.5vw,52px);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #1b28247f;padding:17px 0 10px;max-width:460px;letter-spacing:-.04em;font-weight:500;line-height:1.4}.contact-number span{font-size:40px;font-weight:400}.contact-label{display:block;font-size:12px;margin-top:12px}.site-footer{background:var(--ink);color:var(--paper);padding:42px 5.3vw 24px;overflow:hidden}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-small-brand{font-size:10px;letter-spacing:.13em}.footer-top nav{display:flex;gap:30px;font-size:12px}.footer-wordmark{font-family:var(--display);font-weight:600;font-size:23.8vw;line-height:.97;letter-spacing:-.025em;display:block;margin:48px -0.2vw 35px;white-space:nowrap;position:relative}.footer-wordmark span{font-size:3vw;position:absolute;right:0;top:1vw;color:var(--orange)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #c5d2bd40;padding-top:21px;font-size:10px;color:#b8c3b6;letter-spacing:.025em}.footer-bottom>span:nth-child(2){letter-spacing:.13em;font-size:9px}
.gallery-open{overflow:hidden}.lightbox{border:0;padding:25px 38px 28px;color:var(--paper);background:#14201bf5;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;overflow:hidden}.lightbox[open]{display:flex;flex-direction:column}.lightbox::backdrop{background:#14201b}.lightbox-top{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.lightbox-brand{font:600 26px var(--display);letter-spacing:.01em}.lightbox-brand>span{font:10px var(--sans);letter-spacing:.12em;margin-left:15px;color:#b5c2b4}.round-control{color:var(--paper);width:48px;height:48px;border:1px solid #cbd6bd60;background:transparent;border-radius:50%;display:grid;place-items:center;font-size:25px;line-height:1;flex-shrink:0;transition:background .2s}.round-control:hover{background:#ffffff20}.close-lightbox{font-size:32px}.lightbox-stage{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px 0}.lightbox-image{height:100%;max-height:100%;min-width:0;flex:1;object-fit:contain;transition:opacity .15s;touch-action:pan-y pinch-zoom}.lightbox-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;flex-shrink:0;border-top:1px solid #cad5c345;padding-top:17px}.lightbox-caption{font-size:17px;line-height:1.4}.lightbox-counter{display:block;color:#a9b7a5;font-size:12px;letter-spacing:.14em;margin-top:6px}.lightbox-model{font-size:14px;display:flex;align-items:center;gap:30px;border-bottom:1px solid #cad5c380;padding:8px 0;white-space:nowrap}.lightbox-model>span{font-size:22px}.image-error{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;max-width:350px}.image-error a{text-decoration:underline}
.product-heading{padding-top:30px;padding-bottom:65px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:13px;align-items:center;color:var(--muted);font-size:12px;margin-bottom:55px}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs>span:last-child{color:var(--ink)}.product-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:60px}.product-heading h1,.not-found h1{font-size:clamp(60px,6.5vw,100px);line-height:1.03}.product-heading h1 em,.not-found h1 em{font-family:var(--serif);font-weight:400;letter-spacing:-.025em}.product-heading-description{max-width:320px;flex-shrink:0}.product-heading-description p{font-size:15px;color:var(--muted);line-height:1.7}.product-heading-description .text-link{margin-top:20px;font-size:13px;gap:50px}.product-cover{height:620px;position:relative;overflow:hidden;background:#344539}.product-cover>img{width:100%;height:100%;object-fit:cover;object-position:center 52%}.cover-caption{position:absolute;bottom:0;left:0;right:0;padding:55px 5.3vw 24px;display:flex;justify-content:space-between;gap:24px;background:linear-gradient(transparent,#081a1299);color:var(--paper);font-size:11px;letter-spacing:.11em}.product-nav{position:sticky;top:0;z-index:15;background:var(--paper);border-bottom:1px solid var(--line);height:72px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 5.3vw}.product-nav>span{font-weight:600;font-size:15px}.product-nav>div{display:flex;gap:35px;font-size:13px}.product-nav>a{font-size:13px;font-weight:600}.product-nav a:hover{text-decoration:underline;text-underline-offset:5px}.product-overview{display:grid;grid-template-columns:1.1fr 1fr;gap:70px}.product-overview>div>p:not(.eyebrow){color:var(--muted);line-height:1.75;max-width:540px}.feature-list{margin-top:28px}.feature-list>div{display:flex;gap:18px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.feature-number{color:var(--muted);font-size:11px}.feature-list h3{font-size:18px;letter-spacing:-.02em}.product-gallery-section{border-top:1px solid var(--line);padding-top:75px}.product-gallery-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:45px;align-items:start}.product-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-gallery-grid>.gallery-tile{aspect-ratio:1}.product-gallery-grid>.gallery-tile:first-child{grid-column:span 2;aspect-ratio:1.55}.product-summary{position:sticky;top:110px;border:1px solid var(--line);padding:30px 26px}.product-summary .eyebrow{font-size:10px;margin-bottom:18px}.product-summary>h3{font-size:33px;line-height:1.1;margin-bottom:18px}.product-summary>p{font-size:14px;color:var(--muted);line-height:1.75}.product-summary hr{border:0;border-top:1px solid var(--line);margin:25px 0}.product-summary .summary-label{font-size:10px;color:var(--ink);font-weight:600;letter-spacing:.1em;margin-bottom:8px}.product-summary .button{width:100%;margin-top:22px;padding:14px 20px}.summary-phone{display:block;text-align:center;padding:12px 0;font-size:14px}.product-summary .summary-note{font-size:11px;line-height:1.6;margin-top:10px}.details-section{display:grid;grid-template-columns:1fr 1.15fr;gap:80px;border-top:1px solid var(--line)}.feature-detail{border-top:1px solid var(--line);padding:20px 0}.feature-detail:last-child{border-bottom:1px solid var(--line)}.feature-detail summary{cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:18px;list-style:none}.feature-detail summary::-webkit-details-marker{display:none}.feature-detail summary>span{font-size:25px;font-weight:400;transition:transform .2s}.feature-detail[open] summary>span{transform:rotate(45deg)}.feature-detail>p{padding:17px 30px 7px 0;color:var(--muted);font-size:15px;line-height:1.85}.related-section{border-top:1px solid var(--line);padding-top:50px;padding-bottom:70px}.related-link{display:block;padding:28px 0;border-bottom:1px solid var(--line)}.related-link>span{font-size:10px;letter-spacing:.1em;color:var(--muted)}.related-link h3{display:flex;justify-content:space-between;font-size:42px;line-height:1.3;margin-top:6px}.related-link h3>span{font-size:35px;font-weight:400;transition:transform .2s}.related-link:hover h3>span{transform:translate(5px,-5px)}.not-found{padding-top:100px;padding-bottom:130px}.not-found>p:not(.eyebrow){margin:30px 0;color:var(--muted)}
@media(min-width:1720px){.footer-wordmark{font-size:23.8vw}.product-heading{max-width:none}.product-heading-row{max-width:1530px;margin:auto}}
@media(max-width:1000px){.gallery-hint{display:none}.editorial-gallery{grid-auto-rows:190px}.approach-photo{min-height:620px}.approach-copy{padding:60px 6vw}.approach-copy h2{font-size:65px}.approach-copy>p:not(.eyebrow){font-size:15px}.product-heading-description{max-width:250px}.product-heading h1{font-size:68px}.product-heading-row{gap:40px}.product-cover{height:510px}.product-gallery-layout{grid-template-columns:minmax(0,1fr) 280px;gap:25px}.product-summary{padding:25px 22px}.product-summary>h3{font-size:28px}.product-overview{gap:40px}.details-section{gap:45px}.lightbox{padding-left:24px;padding-right:24px}}
@media(max-width:650px){.header-contact{margin-left:auto}.header-contact span{font-size:18px}.header-contact{gap:10px;padding:10px 13px;font-size:11px}.site-header{gap:16px}.brand-type{font-size:22px}.brand-type small{font-size:8px}.brand{gap:7px}.brand-mark{font-size:35px}.brand-mark>span{font-size:20px}.mobile-menu-button{display:flex;flex-direction:column;justify-content:center;gap:6px;border:0;background:none;width:26px;min-width:26px;height:44px;padding:0}.mobile-menu-button span{width:22px;height:1px;background:var(--ink);transition:transform .2s}.mobile-menu-button[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.mobile-menu-button[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.concept-note{display:none}.range-ribbon{justify-content:flex-start;padding:20px 24px;gap:22px;font-size:30px}.range-ribbon>span:nth-last-child(-n+2){display:none}.ribbon-star{font-size:32px}.gallery-toolbar{padding-bottom:24px}.gallery-filters{gap:6px}.filter-button{font-size:12px;padding:9px 13px}.filter-button>span{display:none}.editorial-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:220px;gap:10px}.editorial-gallery .tile-featured{grid-row:span 1;grid-column:span 2}.editorial-gallery .gallery-tile:nth-child(6),.editorial-gallery .gallery-tile:nth-child(7){grid-column:span 1}.editorial-gallery.is-filtered{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:240px}.editorial-gallery.is-filtered .gallery-tile:first-child{grid-column:span 2}.gallery-hover{font-size:12px;gap:8px;padding:15px 12px;line-height:1.4}.gallery-hover>span:last-child{font-size:18px}.image-index{left:12px;top:12px;font-size:10px}.gallery-footnote{font-size:11px;line-height:1.65;margin-top:17px}.approach-section{grid-template-columns:1fr}.approach-photo{height:380px;min-height:0}.approach-copy{padding:53px 28px 62px}.approach-copy h2{font-size:65px}.approach-copy h2 br:nth-child(2){display:none}.approach-copy h2 em:before{content:' '}.approach-copy>p:not(.eyebrow){max-width:none;font-size:16px}.photo-caption{left:24px;bottom:22px;font-size:9px}.contact-section{grid-template-columns:1fr;padding:60px 24px;gap:36px}.contact-section .eyebrow{font-size:9px;margin-bottom:27px}.contact-section h2{font-size:70px}.contact-right{padding:0}.contact-right>p{font-size:15px}.contact-number{font-size:36px;margin-top:8px;max-width:none}.contact-label{font-size:12px}.site-footer{padding:30px 24px 25px}.footer-top{flex-direction:column;align-items:flex-start;gap:25px}.footer-small-brand{font-size:9px}.footer-top nav{gap:25px;font-size:12px}.footer-wordmark{font-size:22.2vw;margin:35px 0 25px}.footer-wordmark span{display:none}.footer-bottom{font-size:10px;gap:12px}.footer-bottom>span:nth-child(2){display:none}.lightbox{padding:17px 18px 23px}.lightbox-brand{font-size:24px}.lightbox-brand>span{font-size:8px;margin-left:8px}.round-control{width:42px;height:42px;font-size:23px}.close-lightbox{font-size:30px}.lightbox-stage{padding:20px 0 65px;gap:0}.lightbox-stage>.round-control{position:absolute;bottom:10px;z-index:2}.previous-image{left:calc(50% - 52px)}.next-image{right:calc(50% - 52px)}.lightbox-image{width:100%;max-width:100%}.lightbox-bottom{align-items:flex-start;gap:12px;flex-direction:column;padding-top:16px}.lightbox-caption{font-size:15px}.lightbox-counter{font-size:11px}.lightbox-model{font-size:12px;padding:8px 0 3px;gap:20px}.product-heading{padding-top:20px;padding-bottom:35px}.breadcrumbs{font-size:10px;gap:10px;margin-bottom:38px}.product-heading-row{display:block}.product-heading h1{font-size:clamp(50px,12.5vw,80px)}.product-heading-description{max-width:none;margin-top:27px}.product-heading-description p{font-size:15px}.product-heading-description .text-link{font-size:13px;margin-top:12px}.product-cover{height:390px}.product-cover>img{object-position:50% 50%}.cover-caption{padding:45px 24px 19px;font-size:8px;letter-spacing:.06em}.product-nav{height:60px;padding:0 24px;gap:15px;justify-content:space-between}.product-nav>span{display:none}.product-nav>div{gap:20px;font-size:12px}.product-nav>a{font-size:11px}.product-overview{grid-template-columns:1fr;gap:30px}.product-overview>div>p:not(.eyebrow){font-size:15px}.feature-list h3{font-size:17px}.product-gallery-section{padding-top:55px}.gallery-count{display:block;margin-top:22px;font-size:9px}.product-gallery-layout{grid-template-columns:1fr;gap:30px}.product-gallery-grid{gap:10px}.product-gallery-grid>.gallery-tile{aspect-ratio:.83}.product-gallery-grid>.gallery-tile:first-child{aspect-ratio:1.2}.product-summary{position:static;padding:28px}.product-summary .eyebrow{font-size:10px}.product-summary>h3{font-size:34px}.product-summary>p{font-size:15px}.product-summary .summary-note{font-size:12px}.details-section{grid-template-columns:1fr;gap:30px}.feature-detail summary{font-size:17px}.feature-detail>p{font-size:15px;line-height:1.8}.related-link h3{font-size:32px}.related-link>span{font-size:9px}.not-found{padding-top:65px;padding-bottom:80px}.not-found h1{font-size:52px}}
@media(max-width:370px){.site-header{padding:0 16px;gap:9px}.header-contact{font-size:10px}.hero-content{padding-left:20px;padding-right:20px}.hero h1{font-size:54px}.hero-description{font-size:14px}.hero-bottom{left:20px;right:20px}.hero-bottom>span{font-size:8px}.hero-bottom>a:not(.scroll-cue){font-size:11px}.gallery-filters{gap:4px}.filter-button{padding:8px 11px}.editorial-gallery{grid-auto-rows:185px}.contact-number{font-size:31px}.product-nav{padding:0 16px}.product-nav>div{gap:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Readable secondary information at every breakpoint. */
.eyebrow,.dark-eyebrow,.card-category,.hero-bottom>span,.hero-bottom>a:not(.scroll-cue),.concept-note,.gallery-hint,.gallery-count,.image-index,.gallery-footnote,.photo-caption,.approach-copy .eyebrow,.contact-section .eyebrow,.footer-small-brand,.footer-top nav,.footer-bottom,.footer-bottom>span:nth-child(2),.breadcrumbs,.cover-caption,.feature-number,.product-summary .eyebrow,.product-summary .summary-label,.product-summary .summary-note,.related-link>span{font-size:12px}.card-category{letter-spacing:.05em}.product-summary>p,.product-heading-description p,.feature-detail>p{font-size:16px}.product-summary .summary-note{font-size:12px}.product-summary .summary-label{font-size:12px}.gallery-filters .filter-button{min-height:44px}.product-nav a{min-height:44px;display:inline-flex;align-items:center}.desktop-nav a{min-height:44px}.lightbox-counter{font-size:12px}.gallery-hover{font-size:14px}
@media(max-width:650px){.hero-bottom{align-items:flex-start}.hero-bottom>span{max-width:45%;font-size:10px}.hero-bottom>a:not(.scroll-cue){font-size:12px}.eyebrow{letter-spacing:.07em}.contact-section .eyebrow{max-width:290px}.footer-bottom>span:nth-child(2){display:none}.breadcrumbs{font-size:12px;gap:8px}.product-nav>div{gap:16px}.cover-caption{font-size:10px}.image-index{font-size:12px}.gallery-hover{font-size:13px}.product-summary>p,.product-heading-description p,.feature-detail>p{font-size:16px}.product-summary .summary-note{font-size:12px}.related-link>span{font-size:11px}.footer-small-brand{font-size:11px}.footer-top nav{font-size:14px}}

@media(max-width:650px){.concept-note{display:block;margin:4px 0 0;font-size:10px;line-height:1.4}.product-page{scroll-padding-top:80px}.product-page [id]{scroll-margin-top:70px}}

/* The supplied Maxamus mountain badge is the primary brand mark. */
.site-header{height:120px}
.brand{width:180px;min-width:104px;gap:0}
.brand-logo{display:block;width:104px;height:104px;object-fit:contain;flex-shrink:0}
.hero{height:calc(100svh - 120px)}
.footer-brand{display:flex;align-items:center;gap:26px}
.footer-logo{width:168px;height:168px;object-fit:contain;flex-shrink:0}
.footer-brand .footer-small-brand{line-height:1.8}
.lightbox-brand{display:flex;align-items:center;gap:16px;min-width:0}
.lightbox-logo{width:56px;height:56px;object-fit:contain;flex-shrink:0}
.lightbox-brand>span{font-size:12px;margin-left:0}
@media(max-width:900px){
 .site-header{height:104px}
 .brand{width:130px;min-width:88px}
 .brand-logo{width:88px;height:88px}
 .hero{height:calc(100svh - 104px)}
 .desktop-nav{gap:22px}
}
@media(max-width:650px){
 .site-header{height:96px;padding:0 24px;gap:18px}
 .brand{width:auto;min-width:80px}
 .brand-logo{width:80px;height:80px}
 .hero{height:calc(100svh - 96px)}
 .mobile-nav{top:96px}
 .header-contact{font-size:12px;padding:12px 16px;gap:16px}
 .footer-brand{gap:22px}
 .footer-logo{width:132px;height:132px}
 .footer-brand .footer-small-brand{font-size:11px}
 .lightbox-brand{gap:12px}
 .lightbox-logo{width:48px;height:48px}
 .lightbox-brand>span{font-size:10px;margin-left:0;letter-spacing:.1em}
}
@media(max-width:370px){
 .site-header{padding:0 18px;gap:14px}
 .header-contact{padding:11px 14px;gap:12px}
 .footer-brand{gap:16px}
 .footer-logo{width:116px;height:116px}
}

@media(min-width:651px) and (max-width:800px){
 .desktop-nav{display:none}
 .header-contact{margin-left:auto}
 .mobile-nav{top:104px}
 .mobile-menu-button{display:flex;flex-direction:column;justify-content:center;gap:6px;border:0;background:none;width:26px;min-width:26px;height:44px;padding:0}
 .mobile-menu-button span{width:22px;height:1px;background:var(--ink);transition:transform .2s}
 .mobile-menu-button[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}
 .mobile-menu-button[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
}

/* Show the phone number directly on the call buttons. */
.button.phone-button{justify-content:center;gap:10px;white-space:nowrap;min-height:44px}
.button.phone-button .phone-number{font-size:inherit;font-weight:inherit;line-height:1.2}
.phone-icon{display:block;width:18px;height:18px;flex-shrink:0}
@media(max-width:650px){
 .header-contact.phone-button{font-size:.875rem;padding:11px 12px;gap:8px}
 .header-contact .phone-icon{width:16px;height:16px}
}
