/** Shopify CDN: Minification failed

Line 715:0 Expected "}" to go with "{"

**/
:root {
  --ink: #101315;
  --paper: #f1f0eb;
  --accent: #8bc53f;
  --text: #121516;
  --line: rgba(16,19,21,.16);
  --page: min(92vw, 1500px);
  --ease: cubic-bezier(.22,1,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select { font-size: 16px; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, select, input { font: inherit; }
.page-width { width: var(--page); margin-inline: auto; }
.section-pad { padding: clamp(90px, 11vw, 180px) 0; }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.display-heading { margin: 0; font-size: clamp(48px, 7.3vw, 116px); font-weight: 500; letter-spacing: -.065em; line-height: .91; }
.visually-hidden, .skip-link { position: absolute!important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link:focus { z-index: 1000; width: auto; height: auto; clip: auto; padding: 15px; background: white; }
.reveal { opacity: 0; transform: translateY(45px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; width: 100%; color: white; transition: color .35s, background .35s, transform .35s; }
.site-header.is-scrolled { color: var(--text); background: rgba(241,240,235,.94); backdrop-filter: blur(14px); box-shadow: 0 1px rgba(0,0,0,.08); }
.site-header__inner { width: var(--page); height: 96px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-weight: 800; }
.brand img { width: var(--logo-width, 170px); max-height: 58px; object-fit: contain; }
.brand__mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: var(--accent); font-weight: 900; letter-spacing: -.08em; clip-path: polygon(0 0,100% 0,82% 100%,0 100%); }
.brand__name { font-size: 10px; line-height: .95; letter-spacing: .13em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 42px); font-size: 13px; }
.desktop-nav a { position: relative; padding: 10px 0; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-header__actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.shop-pill { min-height: 46px; padding: 0 20px; display: flex; align-items: center; gap: 24px; color: var(--ink); background: var(--accent); border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: transform .25s; }
.shop-pill:hover { transform: scale(1.04); }
.cart-link { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.cart-count { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-left: 4px; border: 1px solid currentColor; border-radius: 50%; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 12px 8px; }
.menu-toggle span:not(.visually-hidden) { display: block; width: 100%; height: 1px; margin: 6px 0; background: currentColor; }
.mobile-menu { visibility: hidden; opacity: 0; position: fixed; inset: 0; z-index: -1; color: white; background: var(--ink); transition: opacity .4s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu nav { width: var(--page); margin: 150px auto 0; }
.mobile-menu a { display: flex; align-items: baseline; gap: 26px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: clamp(34px, 8vw, 70px); letter-spacing: -.04em; }
.mobile-menu a span { font-size: 10px; letter-spacing: .15em; }
.mobile-menu__shop { color: var(--accent); }
.menu-open { overflow: hidden; }

.motion-hero { position: relative; height: max(760px, 100svh); overflow: hidden; color: white; background: var(--ink); }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity 1s var(--ease), visibility 1s; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide__image, .hero-slide__placeholder { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 8s linear; }
.hero-slide.is-active .hero-slide__image, .hero-slide.is-active .hero-slide__placeholder { transform: scale(1); }
.hero-slide__placeholder { background: linear-gradient(120deg,#152529,#315443 55%,#1a1d20); }
.hero-slide__placeholder--2 { background: linear-gradient(120deg,#101315,#263333 55%,#596a53); }
.hero-slide__placeholder--3 { background: linear-gradient(120deg,#252a2e,#101315 55%,#34402a); }
.hero-slide__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,7,8,.82) 0,rgba(4,7,8,.28) 62%,rgba(4,7,8,.2)), linear-gradient(0deg,rgba(4,7,8,.55),transparent 45%); }
.hero-slide__content { position: relative; z-index: 1; height: 100%; padding-top: 24vh; }
.hero-slide__content h1 { max-width: 980px; margin: 0; font-size: clamp(62px, 9vw, 148px); font-weight: 500; letter-spacing: -.07em; line-height: .83; }
.hero-slide__text { width: min(560px, 80vw); margin: 34px 0; font-size: clamp(16px,1.4vw,21px); line-height: 1.5; }
.arrow-link { display: inline-flex; align-items: center; gap: 50px; padding: 15px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.arrow-link span { font-size: 19px; transition: transform .3s; }
.arrow-link:hover span { transform: translate(4px,-4px); }
.hero-controls { position: absolute; z-index: 3; right: 4vw; bottom: 44px; width: min(420px, 38vw); display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 15px; }
.hero-controls button { width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; background: transparent; cursor: pointer; }
.hero-controls p { margin: 0; font-size: 11px; letter-spacing: .14em; }
.hero-progress { height: 1px; overflow: hidden; background: rgba(255,255,255,.35); }
.hero-progress span { display: block; width: 100%; height: 100%; background: white; transform-origin: left; }
@keyframes heroProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.scroll-cue { position: absolute; z-index: 3; bottom: 38px; left: 4vw; display: flex; align-items: center; gap: 15px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { width: 60px; height: 1px; background: rgba(255,255,255,.7); }

.editorial-intro { background: var(--paper); }
.editorial-intro__grid { display: grid; grid-template-columns: minmax(140px,1fr) 4fr; gap: 5vw; }
.editorial-intro__copy { max-width: 650px; margin: 56px 0 35px; font-size: clamp(18px,2vw,27px); line-height: 1.48; }
.arrow-link--dark { color: var(--text); }
.service-panels { padding: 110px 0 0; color: white; background: var(--ink); overflow: hidden; }
.service-panels__heading { display: grid; grid-template-columns: 1fr 4fr; gap: 5vw; margin-bottom: 80px; }
.service-panels__track { display: grid; grid-template-columns: repeat(4, minmax(310px,1fr)); }
.service-card { position: relative; height: min(760px, 74vw); min-height: 580px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.18); }
.service-card img, .service-card__placeholder { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68); transition: transform 1s var(--ease), filter .6s; }
.service-card__placeholder { background: linear-gradient(145deg,#2c393b,#131719 70%); }
.service-card__placeholder--2 { background: linear-gradient(145deg,#383c36,#151816 70%); }
.service-card__placeholder--3 { background: linear-gradient(145deg,#26343d,#121719 70%); }
.service-card__placeholder--4 { background: linear-gradient(145deg,#393830,#151615 70%); }
.service-card:hover img, .service-card:hover .service-card__placeholder { transform: scale(1.06); filter: saturate(1); }
.service-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,6,7,.82),transparent 68%); }
.service-card__number { position: absolute; top: 30px; left: 30px; font-size: 11px; letter-spacing: .15em; }
.service-card__content { position: absolute; right: 30px; bottom: 38px; left: 30px; }
.service-card__content p { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.service-card__content h3 { max-width: 320px; margin: 10px 0 26px; font-size: clamp(36px,3vw,56px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.round-arrow { display: grid; place-items: center; width: 54px; height: 54px; margin-left: auto; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 20px; transition: color .3s, background .3s; }
.service-card:hover .round-arrow { color: var(--ink); background: var(--accent); border-color: var(--accent); }

.stats-strip { color: white; background: #202527; }
.stats-strip__intro { display: grid; grid-template-columns: 1fr 4fr; gap: 5vw; }
.stats-strip__intro h2 { max-width: 950px; margin: 0; font-size: clamp(48px,7vw,105px); font-weight: 500; letter-spacing: -.065em; line-height: .93; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 100px; border-top: 1px solid rgba(255,255,255,.2); }
.stat { padding: 35px 25px 0 0; border-right: 1px solid rgba(255,255,255,.2); }
.stat strong { display: block; color: var(--accent); font-size: clamp(40px,5vw,76px); font-weight: 400; letter-spacing: -.055em; }
.stat span { display: block; max-width: 170px; margin-top: 14px; font-size: 13px; line-height: 1.5; }
.partners { overflow: hidden; background: var(--paper); }
.partners__top { display: grid; grid-template-columns: 1fr 4fr; gap: 5vw; }
.partners__top h2 { max-width: 1000px; margin: 0; font-size: clamp(42px,5.8vw,90px); font-weight: 500; letter-spacing: -.06em; line-height: .96; }
.marquee { margin-top: 90px; border-block: 1px solid var(--line); overflow: hidden; }
.marquee__track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.partner-logo { width: 280px; height: 140px; display: grid; place-items: center; padding: 30px; border-right: 1px solid var(--line); }
.partner-logo img { max-width: 160px; max-height: 70px; object-fit: contain; filter: grayscale(1); }
.partner-logo span { color: #666; font-size: 22px; font-weight: 700; letter-spacing: -.03em; }
@keyframes marquee { to { transform: translateX(-50%); } }

.shop-gateway { position: relative; min-height: 820px; display: grid; align-items: center; overflow: hidden; color: white; background: #172018; }
.shop-gateway > img, .shop-gateway__placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.shop-gateway__placeholder { background: radial-gradient(circle at 70% 50%,#63745b,#172018 58%); }
.shop-gateway__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,8,6,.9),rgba(4,8,6,.18)); }
.shop-gateway__content { position: relative; z-index: 1; }
.shop-gateway h2 { max-width: 900px; margin: 0; font-size: clamp(60px,8vw,128px); font-weight: 500; letter-spacing: -.07em; line-height: .86; }
.shop-gateway p:not(.eyebrow) { max-width: 570px; margin: 38px 0; font-size: 19px; line-height: 1.55; }
.shop-gateway__button { width: min(470px,100%); min-height: 84px; padding: 0 18px 0 30px; display: flex; justify-content: space-between; align-items: center; color: var(--ink); background: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; transition: width .45s var(--ease); }
.shop-gateway__button i { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 20px; font-style: normal; }
.shop-gateway__button:hover { width: min(510px,100%); }

.shop-landing { min-height: 100vh; color: white; background: var(--ink); padding-top: 190px; }
.shop-landing__header { display: grid; grid-template-columns: 1fr 3fr 1fr; gap: 5vw; align-items: end; margin-bottom: 90px; }
.shop-landing__header h1 { margin: 0; font-size: clamp(60px,8vw,126px); font-weight: 500; line-height: .86; letter-spacing: -.07em; }
.shop-landing__header > p:last-child { font-size: 15px; line-height: 1.55; }
.collection-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.collection-tile { position: relative; min-height: 390px; aspect-ratio: 1.08/1; overflow: hidden; background: #262d2e; }
.collection-tile img, .collection-tile__placeholder { width: 100%; height: 100%; position: absolute; object-fit: cover; transition: transform 1s var(--ease); }
.collection-tile__placeholder { background: linear-gradient(145deg,#47564a,#171c1d); }
.collection-tile:hover img, .collection-tile:hover .collection-tile__placeholder { transform: scale(1.05); }
.collection-tile__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,6,7,.87),transparent 70%); }
.collection-tile__count { position: absolute; top: 22px; left: 22px; font-size: 11px; letter-spacing: .12em; }
.collection-tile__text { position: absolute; right: 24px; bottom: 25px; left: 24px; }
.collection-tile__text p, .collection-tile__text span { font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.collection-tile__text h2 { max-width: 550px; margin: 8px 0 24px; font-size: clamp(30px,3vw,49px); font-weight: 500; letter-spacing: -.055em; line-height: .94; }

.inner-hero { position: relative; min-height: 760px; height: 92svh; display: grid; align-items: end; overflow: hidden; color: white; background: var(--ink); }
.inner-hero > img, .inner-hero__placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.inner-hero__placeholder { background: linear-gradient(135deg,#1c2925,#5d7259 55%,#111516); }
.inner-hero__placeholder--services { background: linear-gradient(135deg,#111516,#334243 58%,#54624f); }
.inner-hero__placeholder--partners { background: linear-gradient(135deg,#1a2021,#46504a 58%,#15191a); }
.inner-hero__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,8,7,.85),rgba(5,8,7,.08) 72%),linear-gradient(90deg,rgba(5,8,7,.55),transparent 65%); }
.inner-hero__content { position: relative; z-index: 1; padding-bottom: clamp(90px,10vw,145px); }
.inner-hero__content h1 { max-width: 1150px; margin: 0; font-size: clamp(68px,9vw,145px); font-weight: 500; letter-spacing: -.075em; line-height: .83; }
.inner-hero__content > p:last-child { max-width: 610px; margin: 35px 0 0; font-size: clamp(16px,1.5vw,21px); line-height: 1.55; }
.inner-hero__scroll { position: absolute; z-index: 2; right: 4vw; bottom: 45px; display: flex; align-items: center; gap: 15px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.inner-hero__scroll i { width: 60px; height: 1px; background: currentColor; }
.page-intro__grid { display: grid; grid-template-columns: 1fr 4fr; gap: 5vw; }
.page-intro h2 { max-width: 1100px; margin: 0; font-size: clamp(55px,7vw,112px); font-weight: 500; letter-spacing: -.07em; line-height: .9; }
.page-intro__copy { max-width: 780px; margin-top: 55px; font-size: clamp(18px,2vw,25px); line-height: 1.55; }
.story-feature { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 760px; color: white; background: #202627; }
.story-feature__image { min-height: 650px; }
.story-feature__image img, .story-feature__placeholder { width: 100%; height: 100%; object-fit: cover; }
.story-feature__placeholder { background: linear-gradient(135deg,#283435,#101516); }
.story-feature__content { padding: clamp(65px,8vw,130px) clamp(35px,6vw,100px); align-self: center; }
.story-feature__content h2 { margin: 0 0 35px; font-size: clamp(45px,5vw,78px); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.story-feature__content .rte { font-size: 17px; color: #d4d7d5; }
.values-section { color: white; background: var(--ink); }
.values-section__head { display: grid; grid-template-columns: 1fr 4fr; gap: 5vw; margin-bottom: 80px; }
.values-section__head h2 { max-width: 1000px; margin: 0; font-size: clamp(48px,6vw,95px); font-weight: 500; letter-spacing: -.065em; line-height: .94; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); }
.value-card { min-height: 330px; padding: 28px 25px; border-right: 1px solid rgba(255,255,255,.2); }
.value-card > span, .process-steps span { color: var(--accent); font-size: 11px; letter-spacing: .15em; }
.value-card h3 { margin: 80px 0 18px; font-size: 30px; font-weight: 500; letter-spacing: -.045em; }
.value-card p { color: #aeb2b0; line-height: 1.55; }
.services-directory { color: white; background: var(--ink); }
.service-row { width: var(--page); min-height: 330px; margin: auto; padding: 40px 0; display: grid; grid-template-columns: 60px 260px 1fr 70px; gap: 40px; align-items: center; border-top: 1px solid rgba(255,255,255,.18); }
.service-row:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.service-row__number { align-self: start; padding-top: 8px; color: var(--accent); font-size: 11px; letter-spacing: .15em; }
.service-row__image { height: 245px; overflow: hidden; }
.service-row__image img, .service-row__placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.service-row__placeholder { background: linear-gradient(135deg,#334044,#161b1d); }
.service-row:hover .service-row__image img, .service-row:hover .service-row__placeholder { transform: scale(1.05); }
.service-row__copy > p { margin: 0 0 10px; color: var(--accent); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.service-row__copy h2 { margin: 0 0 22px; font-size: clamp(38px,4vw,68px); font-weight: 500; letter-spacing: -.06em; }
.service-row__copy > div { max-width: 650px; color: #aeb2b0; line-height: 1.55; }
.service-process { background: var(--paper); }
.service-process__head { display: grid; grid-template-columns: 1fr 4fr; gap: 5vw; }
.service-process__head h2 { max-width: 1000px; margin: 0; font-size: clamp(48px,6vw,95px); font-weight: 500; letter-spacing: -.065em; line-height: .94; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 90px; border-top: 1px solid var(--line); }
.process-steps > div { min-height: 270px; padding: 28px 24px; border-right: 1px solid var(--line); }
.process-steps h3 { margin: 65px 0 15px; font-size: 28px; font-weight: 500; letter-spacing: -.04em; }
.process-steps p { color: #686b69; line-height: 1.55; }
.partner-directory { padding: 0 0 140px; background: var(--paper); }
.partner-directory__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.partner-card { min-height: 500px; padding: 45px; display: grid; grid-template-rows: 190px 1fr; border: 1px solid var(--line); background: #e9e8e2; transition: color .4s,background .4s,transform .4s var(--ease); }
.partner-card:hover { color: white; background: #252b2c; transform: translateY(-6px); }
.partner-card__logo { display: flex; align-items: flex-start; justify-content: flex-end; }
.partner-card__logo img { max-width: 210px; max-height: 90px; object-fit: contain; }
.partner-card__logo strong { color: #767a77; font-size: 28px; }
.partner-card__copy > p { color: #737673; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.partner-card__copy h2 { margin: 12px 0 20px; font-size: clamp(38px,4vw,62px); font-weight: 500; letter-spacing: -.055em; }
.partner-card__copy > div { max-width: 500px; line-height: 1.55; }
.partner-card__copy > span { display: inline-block; margin-top: 25px; color: var(--accent); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.partners-closing { color: white; background: #202627; }
.partners-closing h2 { max-width: 1100px; margin: 0 0 50px; font-size: clamp(55px,7vw,110px); font-weight: 500; letter-spacing: -.07em; line-height: .9; }

/* Trade shop */
.trade-shop { background: #f5f5f1; }
.trade-shop__masthead { padding: 175px 0 65px; color: white; background: #151a1b; }
.trade-shop__title { display: grid; grid-template-columns: 2.2fr 1fr; gap: 7vw; align-items: end; }
.trade-shop__title h1 { max-width: 980px; margin: 0; font-size: clamp(62px,8vw,124px); font-weight: 500; letter-spacing: -.07em; line-height: .88; }
.trade-shop__title p { margin: 0 0 10px; color: #c4c8c5; font-size: 17px; line-height: 1.55; }
.shop-collection-nav { position: relative; z-index: 30; margin-top: 48px; border-block: 1px solid rgba(255,255,255,.2); }
.shop-collection-nav__track { display: flex; }
.shop-collection-item { position: static; flex: 1 1 0; }
.shop-collection-item > a { min-width: 135px; min-height: 65px; padding: 0 16px; display: flex; justify-content: center; align-items: center; gap: 9px; border-right: 1px solid rgba(255,255,255,.2); color: #d9dcda; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; transition: color .25s,background .25s; }
.shop-collection-item > a i { color: var(--accent); font-size: 12px; font-style: normal; transition: transform .25s; }
.shop-collection-item:hover > a, .shop-collection-item > a.is-active { color: var(--ink); background: var(--accent); }
.shop-collection-item:hover > a i { color: var(--ink); transform: rotate(180deg); }
.shop-collection-nav__all { color: var(--accent)!important; }
.shop-collection-nav__all:hover, .shop-collection-nav__all.is-active { color: var(--ink)!important; }
.shop-mega-menu { visibility: hidden; position: absolute; z-index: 50; top: calc(100% + 1px); right: 0; left: 0; padding: 30px; color: var(--text); background: #f5f5f1; box-shadow: 0 24px 50px rgba(0,0,0,.2); opacity: 0; transform: translateY(10px); transition: opacity .25s,transform .25s var(--ease),visibility .25s; }
.shop-collection-item:hover .shop-mega-menu, .shop-collection-item:focus-within .shop-mega-menu { visibility: visible; opacity: 1; transform: none; }
.shop-mega-menu__head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 25px; }
.shop-mega-menu__head p { margin: 0 0 6px; color: #757a76; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.shop-mega-menu__head h3 { margin: 0; font-size: 32px; font-weight: 500; letter-spacing: -.04em; }
.shop-mega-menu__head > a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.shop-mega-menu__products { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.mega-product { min-width: 0; }
.mega-product > div { aspect-ratio: 1.2/1; overflow: hidden; background: #e5e6e1; }
.mega-product img, .mega-product svg { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.mega-product:hover img { transform: scale(1.05); }
.mega-product > span { display: block; min-height: 34px; margin-top: 10px; font-size: 12px; font-weight: 600; line-height: 1.35; }
.mega-product strong { display: block; margin-top: 5px; font-size: 12px; }
.shop-search { height: 82px; margin-top: 28px; display: grid; grid-template-columns: 1fr auto; border: 1px solid rgba(255,255,255,.35); background: white; }
.shop-search input { min-width: 0; padding: 0 28px; border: 0; outline: 0; color: var(--text); background: transparent; font-size: 16px; }
.shop-search button { min-width: 220px; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; border: 0; color: var(--ink); background: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.shop-search button i { font-size: 20px; font-style: normal; }
.shop-quick-links { display: flex; gap: 35px; padding-top: 22px; }
.shop-quick-links a { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.shop-quick-links a span { margin-left: 10px; color: var(--accent); }
.shop-categories { padding-block: 100px; }
.shop-section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 45px; }
.shop-section-heading h2 { margin: 0; font-size: clamp(42px,5vw,72px); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.shop-section-heading > p { max-width: 360px; margin: 0; color: #666a67; line-height: 1.5; }
.category-directory { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.category-card { min-height: 155px; padding: 16px; display: grid; grid-template-columns: 92px 1fr auto; gap: 18px; align-items: center; border: 1px solid #d8d9d4; background: white; transition: border-color .3s,transform .3s var(--ease),box-shadow .3s; }
.category-card:hover { border-color: #b3b7af; transform: translateY(-4px); box-shadow: 0 14px 30px rgba(17,22,20,.08); }
.category-card__image { width: 92px; aspect-ratio: 1; overflow: hidden; background: #e9eae5; }
.category-card__image img, .category-card__placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.category-card:hover .category-card__image img { transform: scale(1.06); }
.category-card__placeholder { display: grid; place-items: center; color: #737872; background: linear-gradient(145deg,#eff0eb,#dfe3dc); font-size: 22px; font-weight: 800; }
.category-card__copy p { margin: 0 0 7px; color: #7b7f7c; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.category-card__copy h3 { margin: 0; font-size: 17px; font-weight: 600; line-height: 1.18; }
.category-card__arrow { align-self: end; color: #7c827d; font-size: 19px; }
.featured-products { background: white; }
.shop-text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.quick-add { display: block; margin-top: 13px; }
.quick-add button, .quick-add--options { width: 100%; min-height: 42px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #cfd1cc; color: var(--text); background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: color .25s,background .25s,border-color .25s; }
.quick-add button:hover, .quick-add--options:hover { color: white; background: var(--ink); border-color: var(--ink); }
.applications-section { background: #ecece6; }
.application-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.application-card { position: relative; min-height: 430px; overflow: hidden; color: white; background: #293031; }
.application-card > img, .application-card__placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.application-card__placeholder { background: linear-gradient(145deg,#45534d,#171d1e); }
.application-card:nth-child(2) .application-card__placeholder { background: linear-gradient(145deg,#46504f,#202525); }
.application-card:nth-child(3) .application-card__placeholder { background: linear-gradient(145deg,#555547,#222421); }
.application-card:nth-child(4) .application-card__placeholder { background: linear-gradient(145deg,#354348,#181e20); }
.application-card:hover > img, .application-card:hover .application-card__placeholder { transform: scale(1.05); }
.application-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,8,7,.86),transparent 72%); }
.application-card > div:last-child { position: absolute; right: 25px; bottom: 28px; left: 25px; }
.application-card p { margin: 0 0 8px; color: var(--accent); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.application-card h3 { margin: 0 0 25px; font-size: 30px; font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.application-card span { font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.shop-help { padding: 100px 0; color: white; background: #222829; }
.shop-help__inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10vw; align-items: end; }
.shop-help h2 { max-width: 760px; margin: 0; font-size: clamp(50px,6vw,90px); font-weight: 500; letter-spacing: -.065em; line-height: .93; }
.shop-help__inner > div:last-child > p { color: #c4c8c5; line-height: 1.55; }
.shop-primary-button { min-height: 56px; padding: 0 20px; display: inline-flex; justify-content: space-between; align-items: center; gap: 50px; border: 0; color: var(--ink); background: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }

/* Collection */
.trade-collection { min-height: 80vh; padding: 155px 0 110px; background: #f5f5f1; }
.shop-breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 45px; color: #747874; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.trade-collection__head { display: grid; grid-template-columns: 2fr 1fr; gap: 8vw; align-items: end; }
.trade-collection__head h1 { margin: 0; font-size: clamp(58px,7vw,104px); font-weight: 500; letter-spacing: -.07em; line-height: .9; }
.trade-collection__description { color: #656a66; font-size: 16px; line-height: 1.55; }
.trade-collection .shop-collection-nav, .trade-product .shop-collection-nav { margin: 45px 0; border-color: #d4d6d1; background: white; }
.trade-collection .shop-collection-item > a, .trade-product .shop-collection-item > a { color: #4d524e; border-color: #d4d6d1; }
.trade-collection .shop-collection-nav__all, .trade-product .shop-collection-nav__all { color: #4d524e!important; }
.trade-collection .shop-collection-item:hover > a, .trade-collection .shop-collection-item > a.is-active,
.trade-product .shop-collection-item:hover > a, .trade-product .shop-collection-item > a.is-active { color: var(--ink); background: var(--accent); }
.subcategory-nav { display: flex; gap: 8px; overflow-x: auto; padding: 50px 0 10px; }
.subcategory-nav a { min-width: 190px; padding: 18px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #d4d6d1; background: white; font-size: 12px; }
.trade-toolbar { margin-top: 45px; }
.filter-toggle { display: none; border: 0; background: none; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.trade-collection__body { display: grid; grid-template-columns: 240px 1fr; gap: 42px; align-items: start; }
.collection-filters { position: sticky; top: 125px; }
.filter-drawer__head { display: none; }
.filter-group { border-bottom: 1px solid #d4d6d1; }
.filter-group summary { padding: 19px 0; display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; list-style: none; }
.filter-group summary::-webkit-details-marker { display: none; }
.filter-group__options { padding-bottom: 18px; }
.filter-option { padding: 7px 0; display: grid; grid-template-columns: 18px 1fr auto; gap: 8px; align-items: center; color: #535754; font-size: 13px; }
.filter-option input { accent-color: var(--ink); }
.filter-option small { color: #959995; }
.price-filter { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.price-filter label { color: #777b77; font-size: 10px; text-transform: uppercase; }
.price-filter input { width: 100%; margin-top: 6px; padding: 11px 8px; border: 1px solid #d1d3ce; background: white; }
.filter-apply { width: 100%; margin-top: 20px; }
.clear-filters { display: block; padding: 15px; text-align: center; color: #6f736f; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.product-grid--collection { grid-template-columns: repeat(3,1fr); }
.empty-results { padding: 100px 30px; text-align: center; background: white; }

/* Product */
.trade-product { padding: 145px 0 100px; background: #f5f5f1; }
.trade-product__layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(380px,.75fr); gap: 5vw; align-items: start; }
.trade-gallery { display: grid; grid-template-columns: 82px 1fr; gap: 12px; }
.trade-gallery__thumbs { display: flex; flex-direction: column; gap: 8px; }
.trade-gallery__thumbs button { width: 82px; aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; background: #e4e5e0; cursor: pointer; }
.trade-gallery__thumbs button.is-active { border-color: var(--ink); }
.trade-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.trade-gallery__main { position: relative; aspect-ratio: 1/1.04; overflow: hidden; background: #e7e8e3; }
.trade-gallery__slide { display: none; width: 100%; height: 100%; }
.trade-gallery__slide.is-active { display: block; }
.trade-gallery__slide img, .trade-gallery__slide svg { width: 100%; height: 100%; object-fit: contain; }
.trade-product__details { position: sticky; top: 125px; }
.product-vendor, .product-sku { color: #737773; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.trade-product__details h1 { margin: 13px 0 15px; font-size: clamp(43px,4.5vw,70px); font-weight: 500; letter-spacing: -.06em; line-height: .96; }
.trade-product__details .product-price { margin: 25px 0 8px; font-size: 25px; font-weight: 600; }
.stock-status { display: flex; align-items: center; gap: 8px; color: #8a4b42; font-size: 11px; text-transform: uppercase; }
.stock-status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.stock-status--in { color: #4d7333; }
.product-summary { margin: 28px 0; color: #4f5450; font-size: 15px; }
.trade-product__details form { padding-top: 26px; border-top: 1px solid #d1d3ce; }
.trade-product__details select { width: 100%; height: 56px; margin: 10px 0 20px; padding: 0 14px; border: 1px solid #cfd1cc; background: white; }
.trade-buy-row { display: grid; grid-template-columns: 100px 1fr; gap: 10px; align-items: end; }
.trade-buy-row .add-button { min-height: 62px; }
.product-reassurance { margin-top: 24px; display: grid; grid-template-columns: repeat(2,1fr); border-block: 1px solid #d1d3ce; }
.product-reassurance div { padding: 18px 10px 18px 0; display: flex; flex-direction: column; gap: 5px; }
.product-reassurance div + div { padding-left: 18px; border-left: 1px solid #d1d3ce; }
.product-reassurance strong { font-size: 11px; text-transform: uppercase; }
.product-reassurance span { color: #737773; font-size: 11px; }
.product-information { width: min(900px,100%); margin: 90px auto 0; border-top: 1px solid #cfd1cc; }
.product-information details { border-bottom: 1px solid #cfd1cc; }
.product-information summary { padding: 24px 0; display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; list-style: none; }
.product-information summary::-webkit-details-marker { display: none; }
.product-information details > div { padding: 0 0 30px; color: #565b57; line-height: 1.6; }
.related-products { background: white; }

/* Remote access */
.remote-hero__placeholder { background: radial-gradient(circle at 70% 45%,#506653,#17201d 48%,#0d1112 80%); }
.remote-platform-feature { min-height: 760px; display: grid; grid-template-columns: .78fr 1.22fr; color: white; background: #202627; }
.remote-platform-feature__copy { padding: clamp(70px,8vw,130px); align-self: center; }
.remote-platform-feature__copy h2 { margin: 0 0 32px; font-size: clamp(48px,5vw,78px); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.remote-platform-feature__copy .rte { margin-bottom: 35px; color: #c7cbc8; font-size: 17px; }
.remote-platform-feature__image { min-width: 0; padding: clamp(45px,6vw,100px); display: grid; place-items: center; background: #151a1b; }
.remote-platform-feature__image > img { width: 100%; height: 100%; max-height: 620px; object-fit: cover; }
.remote-screen-placeholder { width: 100%; aspect-ratio: 1.45/1; padding: 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: #0d1112; box-shadow: 0 35px 70px rgba(0,0,0,.35); }
.remote-screen-placeholder__bar { height: 30px; display: flex; align-items: center; gap: 7px; }
.remote-screen-placeholder__bar i { width: 7px; height: 7px; border-radius: 50%; background: #46504c; }
.remote-screen-placeholder__map { height: calc(100% - 30px); display: grid; place-items: center; color: var(--accent); background: radial-gradient(circle at 40% 35%,rgba(139,197,63,.14),transparent 18%),linear-gradient(135deg,#182220,#0f1516); border: 1px solid #293330; font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.remote-features { color: white; background: var(--ink); }
.remote-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); }
.remote-feature-card { min-height: 390px; padding: 28px 25px; border-right: 1px solid rgba(255,255,255,.2); }
.remote-feature-card > span { color: #828885; font-size: 10px; letter-spacing: .14em; }
.remote-feature-card__icon { width: 68px; height: 68px; margin-top: 58px; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.remote-feature-card h3 { margin: 30px 0 16px; font-size: 28px; font-weight: 500; letter-spacing: -.045em; }
.remote-feature-card p { margin: 0; color: #aeb2b0; line-height: 1.55; }
.remote-access-steps { background: var(--paper); }
.remote-final-cta { padding: 110px 0; color: white; background: #202627; }
.remote-final-cta__inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: 9vw; align-items: end; }
.remote-final-cta h2 { margin: 0; font-size: clamp(52px,6vw,92px); font-weight: 500; letter-spacing: -.065em; line-height: .92; }
.remote-final-cta__inner > div:last-child > p { color: #c7cbc8; line-height: 1.55; }
.remote-contact-link { display: inline-block; margin: 25px 0 0 25px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* Gallery */
.gallery-hero { padding: 190px 0 100px; color: white; background: var(--ink); }
.gallery-hero__title { display: grid; grid-template-columns: 2fr 1fr; gap: 8vw; align-items: end; }
.gallery-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(70px,9vw,145px); font-weight: 500; letter-spacing: -.075em; line-height: .84; }
.gallery-hero__title p { margin: 0 0 10px; color: #c5c9c6; font-size: 17px; line-height: 1.55; }
.gallery-page { background: #f0efe9; }
.gallery-page__top { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 45px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: #6d716e; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.gallery-page__top p { margin: 0; }
.gallery-page__top strong { color: var(--text); font-size: 18px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-flow: dense; gap: 12px; }
.gallery-item { position: relative; grid-column: span 4; aspect-ratio: 1.1/1; padding: 0; overflow: hidden; border: 0; color: white; background: #dfe1db; text-align: left; cursor: zoom-in; }
.gallery-item--wide { grid-column: span 8; aspect-ratio: 2.15/1; }
.gallery-item--tall { grid-column: span 4; grid-row: span 2; aspect-ratio: auto; min-height: 650px; }
.gallery-item__image, .gallery-item__image > img, .gallery-item__placeholder { width: 100%; height: 100%; }
.gallery-item__image > img { object-fit: cover; transition: transform .8s var(--ease),filter .5s; }
.gallery-item:hover .gallery-item__image > img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-item__placeholder { display: grid; place-items: center; color: #7d827d; background: linear-gradient(145deg,#e4e6df,#cfd4cc); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gallery-item__overlay { position: absolute; inset: 0; padding: 25px; display: flex; justify-content: space-between; align-items: end; background: linear-gradient(0deg,rgba(4,7,6,.84),transparent 62%); }
.gallery-item__overlay p { margin: 0 0 8px; color: var(--accent); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.gallery-item__overlay h2 { max-width: 520px; margin: 0; font-size: clamp(24px,2.7vw,43px); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.gallery-item__overlay > span { width: 44px; height: 44px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.gallery-empty { grid-column: 1/-1; padding: 100px 30px; text-align: center; border: 1px dashed #bfc3bc; }
.gallery-lightbox { visibility: hidden; position: fixed; z-index: 500; inset: 0; padding: 50px 6vw 30px; display: grid; grid-template-rows: 1fr auto; color: white; background: rgba(8,11,11,.96); opacity: 0; transition: opacity .3s,visibility .3s; }
.gallery-lightbox.is-open { visibility: visible; opacity: 1; }
.gallery-lightbox__close { position: absolute; top: 22px; right: 28px; z-index: 2; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; background: transparent; font-size: 30px; cursor: pointer; }
.gallery-lightbox__image { min-height: 0; display: grid; place-items: center; }
.gallery-lightbox__image img { max-width: 100%; max-height: 78vh; object-fit: contain; }
.gallery-lightbox__caption { display: flex; justify-content: space-between; gap: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.gallery-lightbox__caption p { margin: 0; font-size: 20px; }
.gallery-lightbox__caption span { max-width: 600px; color: #b7bbb8; font-size: 13px; line-height: 1.5; }
.gallery-open { overflow: hidden; }

.collection-page { padding-top: 175px; }
.back-link { display: inline-block; margin-bottom: 55px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.collection-page__head { display: grid; grid-template-columns: 2fr 1fr; gap: 8vw; align-items: end; }
.collection-page__head h1 { margin: 0; font-size: clamp(62px,8vw,126px); font-weight: 500; letter-spacing: -.07em; line-height: .88; }
.collection-page__desc { font-size: 17px; line-height: 1.55; }
.collection-toolbar { margin: 75px 0 35px; padding: 20px 0; display: flex; justify-content: space-between; border-block: 1px solid var(--line); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.collection-toolbar select { margin-left: 10px; border: 0; background: transparent; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 42px 18px; }
.product-card__image { position: relative; aspect-ratio: 1/1.08; overflow: hidden; background: #e5e4df; }
.product-card__image img, .product-card__image svg { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.product-card:hover .product-card__image img { transform: scale(1.04); }
.product-badge { position: absolute; top: 15px; left: 15px; padding: 7px 9px; color: white; background: var(--ink); font-size: 10px; text-transform: uppercase; }
.product-card__info { display: flex; justify-content: space-between; gap: 15px; margin-top: 17px; }
.product-card__info p { margin: 0 0 5px; color: #6b6b68; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.product-card__info h3 { margin: 0; font-size: 15px; font-weight: 500; }
.product-card__info strong { white-space: nowrap; font-size: 14px; }
.pagination { margin-top: 70px; text-align: center; }

.product-page { padding-top: 155px; }
.product-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 6vw; align-items: start; }
.product-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; }
.product-gallery__item { min-height: 430px; background: #e3e2dc; }
.product-gallery__item:first-child { grid-column: 1/-1; }
.product-gallery__item img, .product-gallery__item svg { width: 100%; height: 100%; object-fit: cover; }
.product-details { position: sticky; top: 140px; }
.product-details h1 { margin: 0 0 18px; font-size: clamp(44px,5vw,76px); font-weight: 500; letter-spacing: -.06em; line-height: .96; }
.product-price { font-size: 21px; }
.rte { line-height: 1.65; }
.product-details form { margin-top: 35px; padding-top: 30px; border-top: 1px solid var(--line); }
.product-details select { width: 100%; height: 56px; margin: 10px 0 25px; padding: 0 15px; border: 1px solid var(--line); background: transparent; }
.buy-row { display: grid; grid-template-columns: 90px 1fr; gap: 10px; }
.quantity { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.quantity input { width: 100%; height: 56px; margin-top: 6px; padding: 0 15px; border: 1px solid var(--line); background: transparent; }
.add-button { min-height: 76px; padding: 0 25px; display: flex; justify-content: space-between; align-items: center; border: 0; color: var(--ink); background: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.add-button:disabled { opacity: .5; }
.product-note { margin-top: 22px; color: #6b6b68; font-size: 12px; }
.standard-page { padding-top: 190px; }
.standard-page__grid { display: grid; grid-template-columns: 1fr 4fr; gap: 5vw; }
.standard-page h1, .cart-page h1 { margin: 0 0 55px; font-size: clamp(60px,8vw,126px); font-weight: 500; letter-spacing: -.07em; line-height: .88; }
.standard-page .rte { max-width: 900px; font-size: 18px; }
.cart-page { min-height: 75vh; padding-top: 190px; }
.cart-lines { border-top: 1px solid var(--line); }
.cart-line { display: grid; grid-template-columns: 150px 1fr 100px 120px; gap: 25px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 150px; aspect-ratio: 1; object-fit: cover; }
.cart-line h2 { margin: 0; font-size: 20px; }
.cart-line input { width: 70px; padding: 12px; }
.cart-summary { width: min(480px,100%); margin: 40px 0 0 auto; }
.cart-summary p { display: flex; justify-content: space-between; font-size: 20px; }
.cart-summary button { width: 100%; margin-top: 8px; min-height: 55px; }
.shop-gateway__button--dark { margin-top: 30px; }

.site-footer { padding: 110px 4vw 25px; color: white; background: var(--ink); }
.site-footer__lead { padding-bottom: 100px; }
.footer-cta { display: flex; justify-content: space-between; align-items: center; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: clamp(54px,8vw,125px); letter-spacing: -.07em; line-height: .9; }
.footer-cta span { color: var(--accent); }
.site-footer__grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 5vw; padding: 70px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.site-footer__grid > div { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.brand--footer { margin-bottom: 20px; }
.site-footer__grid p { color: #a4a6a5; line-height: 1.5; }
.footer-label { margin: 0 0 12px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer__base { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; color: #858886; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; color: inherit; }
  .service-panels__track { overflow-x: auto; grid-template-columns: repeat(4, minmax(330px,65vw)); }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .collection-grid { grid-template-columns: repeat(2,1fr); }
  .value-grid, .process-steps { grid-template-columns: repeat(2,1fr); }
  .category-directory, .application-grid { grid-template-columns: repeat(2,1fr); }
  .trade-collection__body { grid-template-columns: 210px 1fr; gap: 25px; }
  .product-grid--collection { grid-template-columns: repeat(2,1fr); }
  .shop-mega-menu__products { grid-template-columns: repeat(3,1fr); }
  .remote-feature-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-item { grid-column: span 6; }
  .gallery-item--wide { grid-column: span 12; }
  .gallery-item--tall { grid-column: span 6; }
}
@media (max-width: 760px) {
  :root { --page: 90vw; }
  .section-pad { padding: 80px 0; }
  .site-header__inner { height: 76px; gap: 12px; }
  .shop-pill { min-height: 40px; padding: 0 14px; }
  .shop-pill span:first-child { display: none; }
  .cart-link { display: none; }
  .motion-hero { height: max(680px,100svh); }
  .hero-slide__content { padding-top: 21vh; }
  .hero-slide__content h1 { font-size: clamp(56px,17vw,88px); }
  .hero-slide__text { font-size: 15px; }
  .hero-controls { right: 5vw; bottom: 30px; width: 62vw; }
  .scroll-cue { display: none; }
  .editorial-intro__grid, .service-panels__heading, .stats-strip__intro, .partners__top, .standard-page__grid { grid-template-columns: 1fr; }
  .editorial-intro__grid, .service-panels__heading, .stats-strip__intro, .partners__top { gap: 25px; }
  .display-heading { font-size: 54px; }
  .service-panels { padding-top: 80px; }
  .service-panels__heading { margin-bottom: 50px; }
  .service-panels__track { grid-template-columns: repeat(4, 83vw); }
  .service-card { height: 620px; min-height: 0; }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap: 35px 0; margin-top: 65px; }
  .stat { padding-right: 15px; }
  .partners__top h2 { font-size: 48px; }
  .partner-logo { width: 210px; height: 110px; }
  .shop-gateway { min-height: 720px; }
  .shop-gateway h2 { font-size: 62px; }
  .shop-landing { padding-top: 135px; }
  .shop-landing__header { grid-template-columns: 1fr; gap: 20px; margin-bottom: 55px; }
  .shop-landing__header h1 { font-size: 68px; }
  .collection-grid { grid-template-columns: repeat(2,1fr); gap: 8px; }
  .collection-tile { min-height: 0; aspect-ratio: .84/1; }
  .collection-tile__count { top: 15px; left: 15px; }
  .collection-tile__text { right: 15px; bottom: 17px; left: 15px; }
  .collection-tile__text h2 { margin-bottom: 15px; font-size: 28px; }
  .collection-tile__text span { display: none; }
  .collection-page { padding-top: 130px; }
  .collection-page__head { grid-template-columns: 1fr; gap: 30px; }
  .collection-page__head h1 { font-size: 68px; }
  .product-grid { grid-template-columns: repeat(2,1fr); gap: 35px 10px; }
  .product-card__info { display: block; }
  .product-card__info strong { display: block; margin-top: 8px; }
  .product-layout { grid-template-columns: 1fr; }
  .product-gallery__item { min-height: 240px; }
  .product-details { position: static; }
  .product-details h1 { font-size: 52px; }
  .cart-line { grid-template-columns: 90px 1fr; }
  .cart-line img { width: 90px; }
  .cart-line > input, .cart-line > strong { grid-column: 2; }
  .site-footer { padding-top: 80px; }
  .site-footer__lead { padding-bottom: 65px; }
  .footer-cta { font-size: 54px; }
  .site-footer__grid { grid-template-columns: repeat(2,1fr); }
  .site-footer__grid > div:first-child { grid-column: 1/-1; }
  .site-footer__base { flex-direction: column; }
  .inner-hero { min-height: 680px; height: 88svh; }
  .inner-hero__content h1 { font-size: 63px; }
  .inner-hero__scroll { display: none; }
  .page-intro__grid, .values-section__head, .service-process__head { grid-template-columns: 1fr; gap: 20px; }
  .page-intro h2 { font-size: 54px; }
  .page-intro__copy { margin-top: 35px; font-size: 18px; }
  .story-feature { grid-template-columns: 1fr; }
  .story-feature__image { min-height: 430px; }
  .value-grid, .process-steps { grid-template-columns: 1fr; }
  .value-card { min-height: 250px; }
  .value-card h3 { margin-top: 55px; }
  .service-row { grid-template-columns: 38px 1fr 45px; gap: 16px; padding: 30px 0; }
  .service-row__image { grid-column: 2/-1; height: 220px; }
  .service-row__copy { grid-column: 2; }
  .service-row__copy h2 { font-size: 39px; }
  .service-row > .round-arrow { grid-column: 3; grid-row: 2; width: 44px; height: 44px; }
  .partner-directory__grid { grid-template-columns: 1fr; }
  .partner-card { min-height: 430px; padding: 30px; }
  .partners-closing h2 { font-size: 55px; }
  .trade-shop__masthead { padding: 125px 0 45px; }
  .trade-shop__title { grid-template-columns: 1fr; gap: 25px; }
  .trade-shop__title h1 { font-size: 61px; }
  .shop-collection-nav { width: 100vw; margin-left: -5vw; overflow: hidden; }
  .shop-collection-nav__track { overflow-x: auto; scrollbar-width: thin; }
  .shop-collection-item { flex: 0 0 auto; }
  .shop-collection-item > a { min-width: 150px; min-height: 58px; }
  .shop-collection-item > a i, .shop-mega-menu { display: none; }
  .trade-collection .shop-collection-nav, .trade-product .shop-collection-nav { width: 100vw; margin-left: -5vw; }
  .shop-search { height: 68px; margin-top: 40px; }
  .shop-search input { padding: 0 16px; font-size: 13px; }
  .shop-search button { min-width: 64px; padding: 0 20px; }
  .shop-search button span { display: none; }
  .shop-quick-links { gap: 18px; overflow-x: auto; }
  .shop-quick-links a { white-space: nowrap; }
  .shop-categories { padding-block: 70px; }
  .shop-section-heading { display: block; margin-bottom: 32px; }
  .shop-section-heading > p, .shop-section-heading > a { display: block; margin-top: 20px; }
  .category-directory { grid-template-columns: 1fr; gap: 8px; }
  .category-card { min-height: 118px; grid-template-columns: 76px 1fr auto; }
  .category-card__image { width: 76px; }
  .application-grid { grid-template-columns: repeat(2,1fr); gap: 8px; }
  .application-card { min-height: 330px; }
  .application-card h3 { font-size: 25px; }
  .shop-help__inner { grid-template-columns: 1fr; gap: 35px; }
  .shop-help h2 { font-size: 53px; }
  .trade-collection { padding-top: 120px; }
  .trade-collection__head { grid-template-columns: 1fr; gap: 25px; }
  .trade-collection__head h1 { font-size: 60px; }
  .trade-toolbar { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; }
  .filter-toggle { display: block; }
  .trade-collection__body { display: block; }
  .collection-filters { visibility: hidden; position: fixed; z-index: 300; inset: 0; top: 0; padding: 25px; overflow-y: auto; background: #f5f5f1; opacity: 0; transform: translateX(-100%); transition: opacity .35s,transform .35s var(--ease),visibility .35s; }
  .collection-filters.is-open { visibility: visible; opacity: 1; transform: none; }
  .filter-drawer__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 25px; border-bottom: 1px solid #d4d6d1; }
  .filter-drawer__head button { border: 0; background: none; font-size: 27px; }
  .filters-open { overflow: hidden; }
  .product-grid--collection { grid-template-columns: repeat(2,1fr); }
  .trade-product { padding-top: 115px; }
  .trade-product__layout { grid-template-columns: 1fr; }
  .trade-gallery { grid-template-columns: 1fr; }
  .trade-gallery__thumbs { grid-row: 2; flex-direction: row; overflow-x: auto; }
  .trade-gallery__thumbs button { flex: 0 0 70px; width: 70px; }
  .trade-product__details { position: static; }
  .trade-product__details h1 { font-size: 48px; }
  .product-information { margin-top: 60px; }
  .remote-platform-feature { grid-template-columns: 1fr; }
  .remote-platform-feature__copy { padding: 75px 5vw; }
  .remote-platform-feature__image { min-height: 420px; padding: 40px 5vw; }
  .remote-feature-grid { grid-template-columns: 1fr; }
  .remote-feature-card { min-height: 310px; }
  .remote-feature-card__icon { margin-top: 40px; }
  .remote-final-cta__inner { grid-template-columns: 1fr; gap: 35px; }
  .remote-final-cta h2 { font-size: 53px; }
  .remote-contact-link { display: block; width: max-content; margin-left: 0; }
  .gallery-hero { padding: 135px 0 75px; }
  .gallery-hero__title { grid-template-columns: 1fr; gap: 25px; }
  .gallery-hero h1 { font-size: 67px; }
  .gallery-page__top { display: block; }
  .gallery-page__top p + p { margin-top: 12px; }
  .gallery-grid { gap: 7px; }
  .gallery-item, .gallery-item--wide, .gallery-item--tall { grid-column: span 6; grid-row: auto; aspect-ratio: .88/1; min-height: 0; }
  .gallery-item--wide { grid-column: 1/-1; aspect-ratio: 1.55/1; }
  .gallery-item__overlay { padding: 15px; }
  .gallery-item__overlay h2 { font-size: 24px; }
  .gallery-item__overlay > span { width: 36px; height: 36px; }
  .gallery-lightbox { padding: 75px 5vw 25px; }
  .gallery-lightbox__caption { display: block; }
  .gallery-lightbox__caption span { display: block; margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
/* Keep all shop collection buttons within the screen */
.shop-collection-nav {
  width: 100%;
  height: auto;
  overflow: visible;
}

.shop-collection-nav__track {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: visible;
}

.shop-collection-item {
  flex: 1 1 160px;
  min-width: 140px;
}

.shop-collection-item > a {
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
}

.shop-mega-menu {
  z-index: 30;
}


/* Gallery collection carousel */
.gallery-item__count {
  display: block;
  margin-top: 9px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gallery-lightbox__arrow {
  position: fixed;
  z-index: 2;
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  color: white;
  background: rgba(16,19,21,.55);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .25s, background .25s, border-color .25s;
}

.gallery-lightbox__arrow:hover {
  color: var(--ink);
  background: var(--accent);
  border-color: var(--accent);
}

.gallery-lightbox__arrow--previous { left: 3vw; }
.gallery-lightbox__arrow--next { right: 3vw; }
.gallery-lightbox__counter { white-space: nowrap; }
.gallery-lightbox__arrow[hidden] { display: none; }

@media (max-width: 740px) {
  .gallery-lightbox__arrow {
    top: auto;
    bottom: 90px;
    width: 44px;
    height: 44px;
    transform: none;
  }

  .gallery-lightbox__arrow--previous { left: 5vw; }
  .gallery-lightbox__arrow--next { right: 5vw; }
}
