:root{--forest: #1A3A2C;--forest-deep: #10241C;--cream: #F3EEE4;--vanilla: #FAF6EE;--cream-dark: #E6DCC8;--ink: #13241C;--muted: #5A675E;--line: rgba(26, 58, 44, .16);--line-strong: rgba(26, 58, 44, .28);--ivory: #FAF6EE;--white: #FAF6EE;--snow: #F3EEE4;--sage: #E8E2D4;--blue: #E8E2D4;--blush: #E8E2D4;--lilac: #E8E2D4;--focus: #1A3A2C;--page: min(100% - 40px, 1280px);--gutter: 24px;--display: "Montserrat", Arial, sans-serif;--ui: "Instrument Sans", "Segoe UI", system-ui, sans-serif;--ease: cubic-bezier(.22, 1, .36, 1);color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;max-width:100%;overflow-x:clip;background:var(--cream);color:var(--ink);font-family:var(--ui);font-size:16px;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body:has(dialog[open]),body.filter-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{color:inherit;font:inherit}button{cursor:pointer}img{display:block;max-width:100%;height:auto}svg{display:block;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}:focus-visible{outline:2px solid var(--focus);outline-offset:3px}::selection{background:var(--forest);color:var(--cream)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:10px 16px;translate:0 -160%;background:var(--forest);color:var(--cream)}.skip-link:focus{translate:0}.eyebrow,.home-kicker{margin:0 0 10px;color:var(--muted);font-size:12px;letter-spacing:.16em;text-transform:uppercase}h1,h2,h3{font-family:var(--display);font-weight:500;letter-spacing:-.02em;line-height:1.12;color:var(--forest-deep)}h1{font-size:clamp(2rem,4.6vw,3.6rem)}h2{font-size:clamp(1.45rem,2.4vw,2rem)}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid var(--forest);border-radius:0;font-size:14px;font-weight:600;letter-spacing:.04em}.button svg{width:16px;height:16px}.button-dark{background:var(--forest);color:var(--cream)}.button-dark:hover{background:var(--forest-deep);border-color:var(--forest-deep)}.button-outline{background:transparent;color:var(--forest)}.button-outline:hover{background:var(--forest);color:var(--cream)}.text-link{display:inline-flex;min-height:40px;align-items:center;gap:8px;border-bottom:1px solid currentColor;background:transparent;font-size:14px}.arrow-link svg{width:16px;height:16px}.site-header{position:sticky;top:0;z-index:30;background:#f3eee4f7;border-bottom:1px solid var(--line-strong)}.header-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:0 var(--gutter)}.header-bar .menu-trigger{order:0}.brand{font-family:var(--display);font-size:22px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;color:var(--forest-deep)}.header-tools{display:flex;flex-shrink:0;align-items:center;gap:2px}.tool-button,.menu-trigger{display:inline-flex;min-width:44px;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 8px;border:0;background:transparent;font-size:12px;letter-spacing:.06em}.tool-button span{display:none}.tool-button:hover,.menu-trigger:hover{color:var(--forest)}.tool-button svg,.menu-trigger svg{width:20px;height:20px}.menu-trigger{display:none}.header-search{display:none;align-items:center;width:220px;height:38px;border:1px solid var(--line-strong);background:var(--vanilla)}.header-search input{flex:1;min-width:0;height:36px;padding:0 10px;border:0;background:transparent;font-size:14px}.header-search button{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:0;background:transparent}.header-search svg{width:16px;height:16px}.desktop-nav{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:0 4px;min-height:44px;padding:0 var(--gutter);border-top:1px solid var(--line);font-size:13px;letter-spacing:.06em}.desktop-nav>a{display:inline-flex;align-items:center;padding:10px 12px;border-bottom:1px solid transparent}.desktop-nav>a:hover{border-bottom-color:var(--forest)}.nav-group{position:relative;display:flex;align-items:stretch}.nav-group>summary{display:inline-flex;align-items:center;gap:6px;list-style:none;cursor:pointer;padding:10px 12px;border-bottom:1px solid transparent}.nav-group>summary::-webkit-details-marker{display:none}.nav-group>summary svg{width:12px;height:12px;opacity:.55}.nav-group[open]>summary{border-bottom-color:var(--forest)}.nav-group[open]>summary svg{transform:rotate(180deg);opacity:1}.nav-group__panel{position:absolute;left:0;top:100%;min-width:17rem;display:flex;flex-direction:column;padding:10px 0 12px;border:1px solid var(--line);border-top:2px solid var(--forest);background:var(--vanilla);z-index:40}.nav-group__panel a{padding:9px 20px;line-height:1.35;letter-spacing:0;font-size:14px}.nav-group__panel a:hover{background:var(--cream-dark)}.breadcrumbs{width:var(--page);margin:0 auto;padding:14px 0 0;color:var(--muted);font-size:13px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.3rem .6rem;list-style:none;margin:0;padding:0}.breadcrumbs li+li:before{content:"/";margin-right:.6rem;opacity:.45}.breadcrumbs a{border-bottom:1px solid currentColor}.breadcrumbs [aria-current=page]{color:var(--ink)}dialog{border:0;padding:0;background:transparent}dialog:not([open]){display:none}dialog::backdrop{background:#10241c6b}.sheet,.search-dialog,.cookie-dialog,.gallery-zoom{width:min(100vw - 24px,440px);max-height:min(92vh,720px);margin:auto;border:1px solid var(--forest);background:var(--vanilla);color:var(--ink)}.search-dialog{width:min(100vw - 24px,560px)}.gallery-zoom{width:min(100vw - 24px,1100px);max-height:92vh;background:var(--cream)}.gallery-zoom img{width:100%;height:auto;max-height:84vh;object-fit:contain}.sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 8px}.sheet-head h2{margin:0;font-size:1.4rem}.dialog-close{width:40px;height:40px;border:0;background:transparent}.dialog-close svg{width:18px;height:18px;margin:0 auto}.mobile-nav,.mobile-menu-tools{display:flex;flex-direction:column;padding:8px 8px 24px}.mobile-nav a,.mobile-nav-group>summary,.mobile-menu-tools a,.mobile-menu-tools button{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 16px;border:0;background:transparent;text-align:left}.mobile-nav-group>summary{list-style:none;cursor:pointer}.mobile-nav-group>summary::-webkit-details-marker{display:none}.mobile-nav-group svg{width:16px;height:16px}.mobile-nav-group div a{padding-left:28px;font-size:15px}.search-shell{padding:8px 20px 24px}.search-form label{display:block;margin-bottom:8px;color:var(--muted);font-size:13px}.search-form div{display:flex;border:1px solid var(--forest);background:var(--cream)}.search-form input{flex:1;min-width:0;height:48px;padding:0 14px;border:0;background:transparent}.search-form button{width:48px;border:0;background:transparent}.search-status{color:var(--muted);font-size:14px}.search-suggest{list-style:none;margin:0;padding:0}.search-suggest__item{display:flex;align-items:center;gap:12px;min-height:56px;padding:8px 0;border-bottom:1px solid var(--line)}.search-suggest__item img{width:44px;height:66px;object-fit:contain;background:var(--cream)}.search-shortcuts{display:flex;flex-wrap:wrap;gap:10px 16px}.search-shortcuts a{border-bottom:1px solid currentColor}.media-plate,.home-cat__media,.catalog-card__media,.product-gallery__stage{position:relative;display:block;aspect-ratio:2 / 3;overflow:hidden;background:var(--vanilla)}.media-plate img,.home-cat__media img,.catalog-card__media img,.product-gallery__stage img,.media-plate svg,.catalog-card__media svg{position:absolute;top:16px;right:16px;bottom:16px;left:16px;width:calc(100% - 32px);height:calc(100% - 32px);object-fit:contain}.catalog-card,.home-cat,.home-journal__card{display:flex;flex-direction:column;min-width:0;background:transparent}.catalog-card__link{display:flex;flex-direction:column;height:100%;color:inherit}.catalog-card__media,.home-cat__media{border:1px solid var(--line)}.catalog-card__copy,.home-cat__copy{display:flex;flex-direction:column;gap:4px;padding:14px 2px 8px}.catalog-card__title,.home-cat h3{margin:0;font-family:var(--display);font-size:1.15rem;font-weight:500;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-card__spec,.home-cat span{color:var(--muted);font-size:13px}.catalog-card__price{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.catalog-card__price strong{font-weight:600}.catalog-card__copy s,.compare-price{color:var(--muted);text-decoration:line-through}.catalog-card__alt{position:absolute;top:16px;right:16px;bottom:16px;left:16px;width:calc(100% - 32px);height:calc(100% - 32px);object-fit:contain;opacity:0;transition:opacity .18s var(--ease)}.catalog-card:hover .catalog-card__alt,.catalog-card:focus-within .catalog-card__alt{opacity:1}.img-zoom img{transition:transform .42s var(--ease)}.catalog-card:hover .img-zoom img:first-child:not(.catalog-card__alt),.home-cat:hover .img-zoom img{transform:scale(1.035)}.catalog-card[hidden],.product-card[hidden]{display:none}.home-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 22px}.home-board--3{grid-template-columns:repeat(3,minmax(0,1fr))}.home-board--4{grid-template-columns:repeat(4,minmax(0,1fr))}.home-board--2{grid-template-columns:1fr 1fr}.catalog-grid{width:min(100%,1280px)}.catalog-grid.home-board{grid-template-columns:repeat(3,minmax(0,1fr))}.related-products__grid.home-board{grid-template-columns:repeat(4,minmax(0,1fr))}.home{padding-bottom:72px}.home-hero{display:grid;grid-template-columns:minmax(18rem,.72fr) minmax(0,1.28fr);min-height:min(88vh,840px);border-bottom:1px solid var(--line);background:var(--cream);overflow:hidden}.home-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,7vw,88px) clamp(24px,5vw,72px);border-right:1px solid var(--line)}.home-hero__kicker{display:flex;align-items:center;gap:12px}.home-hero__kicker:before{content:"";width:32px;height:1px;background:var(--forest)}.home-hero h1{max-width:16ch;margin:0;font-size:clamp(2.8rem,6.6vw,5.4rem);font-weight:500;line-height:.94;letter-spacing:-.035em}.home-lead{max-width:36ch;margin:22px 0 0;color:var(--muted);font-size:1.06rem;line-height:1.6}.home-hero__facts{display:flex;flex-wrap:wrap;gap:8px 20px;margin:22px 0 0;color:var(--forest);font-size:11px;letter-spacing:.16em;text-transform:uppercase}.home-hero__facts span{position:relative}.home-hero__facts span+span:before{content:"";position:absolute;left:-11px;top:50%;width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.45;transform:translateY(-50%)}.home-hero__actions,.home-mast__row{display:flex;flex-wrap:wrap;align-items:center;gap:16px 22px;margin-top:32px}.home-hero__stage{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:minmax(0,1fr) auto;min-height:min(88vh,840px);background:var(--cream)}.home-hero__mark{position:absolute;left:2%;top:46%;z-index:0;margin:0;transform:translateY(-50%);color:var(--forest);font-family:var(--display);font-size:clamp(6rem,16vw,13.5rem);font-weight:500;letter-spacing:-.07em;line-height:.78;opacity:.07;pointer-events:none;-webkit-user-select:none;user-select:none}.home-hero__spine{position:absolute;top:28px;left:18px;z-index:2;margin:0;color:var(--muted);font-size:11px;letter-spacing:.22em;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg);pointer-events:none}.home-hero__media{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;grid-column:1;grid-row:1}.home-hero__media img{width:auto;max-width:94%;height:min(74vh,680px);object-fit:contain;padding:28px 8px 8px;transition:transform .7s var(--ease)}.home-hero__media:hover img{transform:scale(1.035)}.home-hero__thumbs{display:flex;flex-direction:column;justify-content:center;gap:8px;grid-column:2;grid-row:1 / -1;z-index:2;padding:20px 16px;border-left:1px solid var(--line)}.home-hero__thumbs:empty{display:none}.home-hero__thumb{display:block;width:58px;height:76px;border:1px solid var(--line);background:var(--vanilla)}.home-hero__thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.home-hero__thumb:hover{border-color:var(--forest)}.home-hero__sheet{display:flex;align-items:baseline;justify-content:space-between;gap:16px 24px;grid-column:1;grid-row:2;z-index:2;padding:16px 28px 20px 48px;border-top:1px solid var(--line)}.home-hero__sheet strong{display:block;font-family:var(--display);font-size:1.25rem;font-weight:500}.home-hero__sheet em{display:block;margin-top:2px;color:var(--muted);font-style:normal;font-size:13px}.home-hero__price{font-size:14px;letter-spacing:.04em;white-space:nowrap}.home-lanes{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 28px;width:var(--page);margin:0 auto;padding:22px 0;border-bottom:1px solid var(--line);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.home-lanes a{border-bottom:1px solid transparent;padding-bottom:2px}.home-lanes a:hover{border-bottom-color:var(--forest)}.home-block{width:var(--page);margin:0 auto;padding:48px 0 8px}.home-block__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:22px}.home-block__head h2{margin:0}.home-block--quiet{padding-top:36px}.home-make{display:grid;grid-template-columns:1.05fr .95fr;width:var(--page);margin:48px auto 8px;border:1px solid var(--line);background:var(--vanilla)}.home-make__media{min-height:320px;background:var(--cream)}.home-make__media img{width:100%;height:100%;min-height:320px;object-fit:contain;padding:24px}.home-make__copy{display:flex;flex-direction:column;justify-content:center;padding:40px 36px}.home-make__copy h2{margin:0}.home-make__copy p{max-width:42ch;color:var(--muted)}.home-make__copy .button{align-self:flex-start;margin-top:8px}.home-journal__card span{display:flex;flex-direction:column;gap:6px;padding:12px 2px 0}.home-journal__card time{color:var(--muted);font-size:12px;letter-spacing:.08em}.home-journal__card strong{font-family:var(--display);font-size:1.2rem;font-weight:500;line-height:1.25}.home-journal__card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border:1px solid var(--line);background:var(--vanilla)}.home-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:var(--page);margin:56px auto 0;padding:0;list-style:none;border-top:1px solid var(--line)}.home-trust li{padding:22px 16px;text-align:center;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.home-trust li+li{border-left:1px solid var(--line)}.generic-page,.catalog-page,.contact-page,.about-page,.journal-page,.article-page,.faq-page{width:var(--page);margin:0 auto;padding:24px 0 72px}.catalog-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:24px;align-items:end;margin-bottom:28px}.catalog-head h1{margin:0}.catalog-head__copy{color:var(--muted)}.catalog-head__copy span{display:block;margin-top:8px;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:32px;align-items:start}.filter-rail{position:sticky;top:120px;padding-bottom:24px}.filter-rail__head{display:flex;align-items:center;justify-content:space-between}.filter-rail__head h2{margin:0 0 12px;font-size:1.15rem}.filter-rail .dialog-close{display:none}.filter-group{margin:0 0 18px;padding:0;border:0}.filter-group legend{margin-bottom:8px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.filter-option{display:flex;align-items:center;gap:8px;min-height:32px;font-size:14px}.catalog-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px;margin-bottom:18px}.filter-open,.filter-pills{display:none}.catalog-count{margin:0;color:var(--muted);font-size:13px}.filter-clear[hidden],.filter-chips[hidden],.catalog-empty[hidden]{display:none!important}.catalog-sort{display:flex;align-items:center;gap:8px}.catalog-sort select{height:38px;padding:0 10px;border:1px solid var(--line-strong);background:var(--vanilla)}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.filter-chip{min-height:32px;padding:0 10px;border:1px solid var(--forest);background:var(--vanilla);font-size:13px}.catalog-empty{color:var(--muted)}.filter-backdrop[hidden]{display:none}.collection-family{margin:36px 0}.collection-family__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.collection-guide,.collection-directory,.collection-guides{margin-top:48px;padding-top:28px;border-top:1px solid var(--line)}.collection-guide__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.collection-faq details{border-bottom:1px solid var(--line)}.collection-faq summary,.product-guide summary{cursor:pointer;padding:14px 0;font-weight:600}.pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:32px}.pagination a,.pagination span{min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line)}.pagination [aria-current=page]{border-color:var(--forest);background:var(--forest);color:var(--cream)}.product-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:48px;width:var(--page);margin:28px auto 64px;padding:0}.product-gallery{min-width:0}.product-gallery__stage{width:100%;min-height:520px;padding:0;border:1px solid var(--line);background:var(--vanilla);cursor:zoom-in}.product-assurances strong{display:block;margin-bottom:4px}.product-gallery__thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.product-gallery__thumb{width:64px;height:88px;padding:0;border:1px solid var(--line);background:var(--vanilla)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.product-gallery__thumb.is-active{border-color:var(--forest)}.product-page__info h1{margin:0 0 12px;font-size:clamp(1.8rem,3vw,2.6rem)}.product-page__price{display:flex;gap:12px;align-items:baseline;margin:0 0 20px;font-size:1.25rem}.product-set{margin:0 0 24px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-set h2{margin:0 0 8px;font-size:1.1rem}.product-set ul{margin:0;padding-left:18px}.product-set p{color:var(--muted);font-size:14px}.product-form{display:grid;gap:10px;margin:20px 0}.product-form label{font-size:13px;letter-spacing:.04em}.product-form input,.product-form select,.product-form textarea,.contact-form input,.contact-form textarea,.page-search input,.faq-search input{width:100%;min-height:46px;padding:10px 12px;border:1px solid var(--line-strong);background:var(--vanilla)}.product-form textarea,.contact-form textarea{min-height:140px}.product-personalize{display:grid;gap:8px}.product-personalize-note,.product-fulfillment{color:var(--muted);font-size:14px}.product-assurances{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.product-assurances div{padding:12px 0;border-top:1px solid var(--line);font-size:14px}.product-specs{display:grid;gap:8px}.product-specs div{display:grid;grid-template-columns:9rem 1fr;gap:8px;font-size:14px}.product-specs dt{color:var(--muted)}.product-guide{margin-top:20px}.product-seo-links{display:flex;flex-wrap:wrap;gap:12px 18px;margin:18px 0}.product-seo-links a{border-bottom:1px solid currentColor;font-size:14px}.product-description{margin-top:24px}.product-sku{color:var(--muted);font-size:13px}.related-products,.product-help-band{width:var(--page);margin:0 auto 48px}.related-products header,.product-help-band{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.more-load-wrap{text-align:center;margin-top:20px}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:25;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px var(--gutter);border-top:1px solid var(--forest);background:#f3eee4f7}.sticky-atc[hidden]{display:none}.cart-form{display:grid;gap:24px}.cart-line{display:grid;grid-template-columns:96px minmax(0,1fr) 7rem auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-line img{width:96px;height:128px;object-fit:contain;background:var(--vanilla)}.cart-summary{display:grid;gap:12px;justify-items:start}.cart-drawer{display:flex;flex-direction:column;height:min(92vh,720px)}.cart-drawer[open]{display:flex}.cart-drawer__body{flex:1;overflow:auto;padding:0 18px 18px}.cart-drawer__empty-links{display:flex;flex-direction:column;gap:8px}.cart-drawer__line{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-drawer__line img{width:64px;height:86px;object-fit:contain;background:var(--cream)}.cart-drawer__qty{display:flex;align-items:center;gap:8px}.cart-drawer__qty button{width:32px;height:32px;border:1px solid var(--line);background:var(--cream)}.cart-drawer__foot{display:grid;gap:10px;padding:16px 18px 20px;border-top:1px solid var(--line)}.cart-shipping-note{color:var(--muted);font-size:14px}.contact-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:28px 0 40px}.contact-card{display:block;padding:20px;border:1px solid var(--line);background:var(--vanilla)}.contact-card small{display:block;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px}.contact-card strong{display:block;margin-top:8px;font-family:var(--display);font-size:1.2rem;font-weight:500}.contact-workspace{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px}.contact-form{display:grid;gap:12px}.contact-form label span{display:block;margin-bottom:6px;font-size:13px}.contact-topics{padding-left:18px;color:var(--muted)}.form-success{padding:16px;border:1px solid var(--forest);background:var(--cream)}.editorial-hero{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;margin-bottom:40px}.about-hero__media img,.journal-feature__media img,.article-cover img{width:100%;aspect-ratio:4 / 3;object-fit:contain;background:var(--vanilla);border:1px solid var(--line)}.about-statement{max-width:46rem;margin-bottom:40px}.about-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:32px 0 48px}.about-values article span{display:block;color:var(--muted);font-size:12px;letter-spacing:.14em}.about-process{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.about-cta,.journal-cta,.prose-help,.product-help-band{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:48px;padding-top:24px;border-top:1px solid var(--line)}.journal-feature{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;margin-bottom:40px}.journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.journal-card__media img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border:1px solid var(--line)}.article-layout{display:grid;grid-template-columns:12rem minmax(0,42rem);gap:32px}.article-body{font-size:1.05rem}.article-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px}.page-search{display:flex;gap:8px;max-width:36rem}.faq-search{display:block;max-width:28rem;margin-bottom:24px}.faq-item.is-hidden,.faq-section.is-empty{display:none}.rte{max-width:46rem}.rte img{border:1px solid var(--line)}.site-footer{background:var(--forest-deep);color:var(--cream)}.footer-main{display:grid;width:var(--page);grid-template-columns:1.2fr repeat(3,1fr) 1.3fr;gap:24px;margin:0 auto;padding:48px 0 32px}.footer-brand{font-family:var(--display);font-size:clamp(22px,2.4vw,30px);letter-spacing:.08em;text-transform:uppercase}.footer-group,.footer-contact{display:flex;flex-direction:column;gap:8px}.footer-group h2{margin:0 0 8px;color:var(--cream-dark);font-family:var(--ui);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.footer-group a,.footer-contact{color:#f4efe3d1;font-size:14px;font-style:normal}.footer-contact a,.footer-contact span{display:flex;align-items:flex-start;gap:8px}.footer-contact svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}.footer-bottom{display:flex;justify-content:space-between;gap:16px;width:var(--page);margin:0 auto;padding:16px 0 28px;border-top:1px solid rgba(244,239,227,.16);font-size:13px}.cookie-settings-trigger{border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:6px}.cookie-settings-trigger svg{width:14px;height:14px}.cookie-banner{position:fixed;right:0;bottom:0;left:0;z-index:45;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 20px;padding:10px var(--gutter);border-top:1px solid var(--forest);background:var(--vanilla)}.cookie-banner[hidden]{display:none!important}.cookie-banner h2{margin:0 0 4px;font-size:1.15rem}.cookie-banner p{margin:0;color:var(--muted);font-size:14px;max-width:46ch}.cookie-actions{display:flex;flex-wrap:wrap;gap:8px}.consent-row{display:flex;justify-content:space-between;gap:16px;padding:12px 20px;border-top:1px solid var(--line)}.cookie-dialog{padding-bottom:20px}.cookie-dialog>p,.cookie-dialog .button{margin:0 20px 12px}@media(min-width:1024px){.header-search{display:flex}.tool-button span{display:inline}.site-header .search-trigger{display:none}}@media(max-width:1100px){.footer-main{grid-template-columns:1fr 1fr 1fr}.home-board--4{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-cards,.about-values,.home-trust{grid-template-columns:1fr 1fr}.home-trust li+li{border-left:0}}@media(max-width:1023px){.desktop-nav{display:none}.header-bar{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:8px}.menu-trigger{display:inline-flex!important}.brand{justify-self:center;text-align:center}.header-tools{justify-self:end;flex-shrink:0}.tool-cart,.search-trigger{display:inline-flex!important}.catalog-layout{grid-template-columns:1fr}.filter-open{display:inline-flex;min-height:38px;padding:0 12px;border:1px solid var(--forest);background:var(--vanilla)}.filter-rail{position:fixed;z-index:50;top:0;bottom:0;left:0;width:min(320px,92vw);overflow:auto;padding:20px 24px 32px;background:var(--cream);border-right:1px solid var(--forest);translate:-110% 0;transition:translate .2s var(--ease)}.filter-rail.is-open{translate:0}.filter-rail .dialog-close{display:inline-flex}.filter-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#10241c59}}@media(max-width:900px){.catalog-grid.home-board,.related-products__grid.home-board{grid-template-columns:1fr 1fr}.home-hero,.home-make,.product-page,.catalog-head,.editorial-hero,.about-process,.contact-workspace,.journal-feature,.article-layout{grid-template-columns:1fr}.home-hero{min-height:0}.home-hero__copy{border-right:0;padding-bottom:28px}.home-hero__stage{min-height:0;grid-template-columns:1fr;grid-template-rows:auto auto auto;border-top:1px solid var(--line)}.home-hero__spine{display:none}.home-hero__mark{top:42%;font-size:28vw}.home-hero__media{min-height:340px}.home-hero__media img{height:min(52vh,460px);padding:16px 12px 0}.home-hero__thumbs{flex-direction:row;grid-column:1;grid-row:3;justify-content:flex-start;padding:12px 16px 16px;border-left:0;border-top:1px solid var(--line)}.home-hero__sheet{grid-column:1;padding:14px 16px 16px}.home-board--3,.home-board--4,.journal-grid,.collection-guide__steps{grid-template-columns:1fr 1fr}.product-assurances{grid-template-columns:1fr}.cart-line{grid-template-columns:72px minmax(0,1fr)}}@media(max-width:720px){.brand{font-size:17px;letter-spacing:.08em}.header-bar{min-height:56px}.tool-account{display:none}.home-lanes{gap:10px 16px;letter-spacing:.04em}}@media(max-width:640px){:root{--gutter: 16px;--page: min(100% - 32px, 1280px)}.home-board,.home-board--2,.home-board--3,.home-board--4,.contact-cards,.about-values,.journal-grid{grid-template-columns:1fr}.home-trust{grid-template-columns:1fr 1fr}.footer-main,.footer-bottom{grid-template-columns:1fr}.home-hero h1{font-size:2.45rem;max-width:16ch}.sticky-atc{flex-direction:column;align-items:stretch}.cookie-actions .button{min-height:42px;padding:0 14px}.catalog-grid.home-board,.related-products__grid.home-board{grid-template-columns:1fr}.product-gallery__stage{min-height:360px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.home-hero__media:hover img{transform:none}}#CartDrawer [hidden]{display:none!important}body:has(.home-refresh){--cream:#fff;--vanilla:#f2f7f5;--cream-dark:#d5e2dc;--ivory:#fff;--white:#fff;--snow:#f2f7f5;--sage:#e5efe9;--blue:#e5efe9;--blush:#e5efe9;--lilac:#e5efe9;background:#fff}body:has(.home-refresh) sumen-builder{--sb-paper:#fff;--sb-ink:#103c2e;--sb-line:#d5e2dc;--sb-muted:#53675e;background:#fff}body:has(.home-refresh) sumen-builder .sb-hero-photo{background:#f2f7f5}body:has(.home-refresh) sumen-builder :is(.sb-dialog,.sb-dialog-head,.sb-export,.sb-mobile-bar){background:#fff}body:has(.home-refresh) sumen-builder :is(.sb-photo,.sb-summary,.sb-quantity button){background:#f2f7f5}body:has(.home-refresh) sumen-builder :is(.sb-models,.sb-models button,.sb-select,.sb-mini-item,.sb-swatch i,.sb-clear){border-color:#d5e2dc}body:has(.home-refresh) sumen-builder :is(.sb-disclaimer,.sb-model-label){color:#53675e}body:has(.home-refresh) .st-personalizer{--ink:#103c2e;--line:#d5e2dc;background:#fff}body:has(.home-refresh) .st-personalizer :is(.st-field input,.st-font-card){background:#fff}body:has(.home-refresh) .st-personalizer .st-option input:checked+.st-font-card{background:#e5efe9}body:has(.home-refresh) .st-personalizer .st-logo{background:#f2f7f5}body:has(.home-refresh) :is(.rf-header .header-search,.home-refresh .rf-catalog-tools,.home-refresh .rf-more,.home-refresh .rf-space-caption){background:#f2f7f5}body:has(.home-refresh) .home-refresh .rf-gift{background:#e5efe9;color:#103c2e}body:has(.home-refresh) .home-refresh :is(.rf-model,.rf-more p,.rf-space-caption small){color:#53675e}body:has(.home-refresh) .home-refresh .rf-space-rule{background:#9bbdad}body .home-refresh .home-trust{width:100%;margin:0;padding:30px max(24px,calc((100% - 1280px)/2));background:#e5efe9;border-bottom:1px solid #d5e2dc}body .home-refresh #secili-setler{width:100%;margin:0;padding:64px max(24px,calc((100% - 1280px)/2));background:#f0f6f3}body:has(.home-refresh) .home-refresh .rf-catalog-tools{background:#e5efe9;border-color:#d0dfd7;border-radius:10px}body .home-refresh .rf-catalog .home-board{gap:24px}body .home-refresh .rf-catalog .catalog-card{border:1px solid #d5e2dc;border-radius:10px;box-shadow:0 3px 12px #103c2e06;transition:transform .2s,border-color .2s,box-shadow .2s}body .home-refresh .rf-catalog .catalog-card__media{border-bottom:1px solid #edf3ef}body .home-refresh .rf-catalog .catalog-card__copy{padding:20px;gap:9px}body .home-refresh .rf-catalog .catalog-card__title{font-size:15px;line-height:1.45;font-weight:600}body .home-refresh .rf-catalog .catalog-card__spec{color:#53675e}body .home-refresh .rf-catalog .catalog-card__price{padding-top:12px}body .home-refresh .rf-catalog .rf-product-cta{background:#edf4f0;color:#103c2e;border:0;border-radius:6px;min-height:42px;margin-top:10px;padding:10px 12px;font-size:12px}body .home-refresh .rf-catalog .catalog-card:focus-within{border-color:#39715a;box-shadow:0 0 0 2px #39715a}body .home-refresh .rf-catalog .catalog-card__link:focus-visible{outline:0}body:has(.home-refresh) .home-refresh .rf-more{background:#e0ece5;border:1px solid #c9dcd0;border-radius:10px}body .home-refresh .rf-journal{width:100%;margin:0;padding:64px max(24px,calc((100% - 1280px)/2));background:#e7f0eb}body .home-refresh .rf-journal .home-board{gap:20px;border:0}body .home-refresh .rf-journal .home-journal__card{padding:26px;background:#fff;border:1px solid #cfdfd5;border-radius:10px;box-shadow:0 3px 12px #103c2e05;transition:transform .2s,border-color .2s,box-shadow .2s}body .home-refresh .rf-journal .home-journal__card strong{font-size:28px;line-height:1.2}body .home-refresh .rf-journal .rf-read{margin-top:auto;padding-top:22px;border-top:1px solid #e0ebe5;color:#103c2e}body:has(.home-refresh) .st-personalizer .st-controls{background:#edf4f0;border:1px solid #d5e2dc;border-radius:10px;padding:24px}body:has(.home-refresh) .st-personalizer .st-logo{background:#fff}body .home-refresh :is(.home-block,.home-lanes,.home-trust) a:focus-visible{outline-color:#39715a}@media(hover:hover)and (prefers-reduced-motion:no-preference){body .home-refresh .rf-catalog .catalog-card:hover,body .home-refresh .rf-journal .home-journal__card:hover{transform:translateY(-3px);border-color:#8caf9c;box-shadow:0 12px 28px #103c2e12}body .home-refresh .catalog-card:hover .rf-product-cta{background:#103c2e;color:#fff}}@media(max-width:640px){body .home-refresh .home-trust{padding:24px 20px}body .home-refresh #secili-setler,body .home-refresh .rf-journal{padding:40px 16px}body .home-refresh .rf-catalog .home-board{gap:16px 10px}body .home-refresh .rf-catalog .catalog-card__copy{padding:12px 10px;gap:7px}body .home-refresh .rf-catalog .catalog-card__title{font-size:12px;min-height:54px}body .home-refresh .rf-catalog .rf-product-cta{font-size:10px;padding:8px;min-height:40px}body .home-refresh .rf-journal .home-journal__card{padding:22px}body .home-refresh .rf-journal .home-journal__card strong{font-size:26px}body:has(.home-refresh) .st-personalizer .st-controls{padding:18px 14px}}body .home-refresh .home-trust small,body .home-refresh .rf-journal :is(.rf-label,.rf-intro){color:#50665b}:root{--forest:#103c2e;--forest-deep:#0d2c21;--cream:#fff;--vanilla:#f2f7f5;--cream-dark:#d5e2dc;--ivory:#fff;--white:#fff;--snow:#f2f7f5;--sage:#e5efe9;--blue:#e5efe9;--blush:#e5efe9;--lilac:#e5efe9;--muted:#53675e}body{background:#fff}.site-footer :is(.footer-group a,.footer-contact){color:#dce9e2}body .home-refresh .rf-journal .home-board{align-items:stretch}body .home-refresh .rf-journal .home-journal__card{display:grid;grid-template-rows:1fr auto;align-content:stretch;height:100%;min-height:250px}body .home-refresh .rf-journal .home-journal__card>span:not(.rf-read){display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px;padding:0}body .home-refresh .rf-journal .home-journal__card .rf-read{width:100%;margin:20px 0 0;padding:18px 0 0!important;align-self:end;justify-content:space-between;gap:12px}body .collection-guide__steps{align-items:stretch;gap:20px}body .collection-guide__steps article{display:flex;flex-direction:column;align-items:flex-start;padding:24px;background:#f2f7f5;border:1px solid #d5e2dc;border-radius:10px}body .collection-guide__steps article>span{font-size:12px;color:#53675e;margin-bottom:14px}body .collection-guide__steps h3{margin:0 0 12px;line-height:1.2;min-height:2.4em}body .collection-guide__steps p{margin:0;color:#53675e;line-height:1.7}body :is(.catalog-head,.prose-head){padding:28px;background:#edf4f0;border:1px solid #d5e2dc;border-radius:12px}body .catalog-layout .catalog-card,body .related-products .catalog-card{background:#fff;border:1px solid #d5e2dc;border-radius:10px;overflow:hidden}body :is(.catalog-layout,.related-products) .catalog-card__link{height:100%}body :is(.catalog-layout,.related-products) .catalog-card__media{background:#fff;border:0;border-bottom:1px solid #e2ece6;aspect-ratio:1}body :is(.catalog-layout,.related-products) .catalog-card__media img{object-fit:contain}body :is(.catalog-layout,.related-products) .catalog-card__copy{padding:16px;flex:1;gap:9px}body :is(.catalog-layout,.related-products) .catalog-card__title{font-family:var(--ui);font-size:15px;line-height:1.45;font-weight:600;-webkit-line-clamp:3}body :is(.catalog-layout,.related-products) .catalog-card__price{margin-top:auto;padding-top:12px;color:#103c2e}body .filter-rail{background:#f2f7f5;border:1px solid #d5e2dc;border-radius:10px;padding:20px}body .catalog-toolbar{padding:14px;background:#edf4f0;border-radius:8px}body :is(.contact-card,.about-values article,.journal-card){background:#f2f7f5;border:1px solid #d5e2dc;border-radius:10px;padding:24px}body .journal-card{display:flex;flex-direction:column;gap:14px;min-width:0}body .journal-card h2,body .journal-card h3{margin:0;line-height:1.25}body :is(.journal-feature,.contact-workspace,.about-process){background:#f2f7f5;padding:28px;border-radius:12px}body :is(.contact-form input,.contact-form textarea,.faq-search input,.page-search input){background:#fff;border-radius:6px}body :is(.prose-page__body,.article-body){max-width:76ch;line-height:1.8}body :is(.prose-page__body,.article-body) h2{margin:36px 0 14px;line-height:1.2;scroll-margin-top:130px}body :is(.prose-help,.about-cta,.journal-cta,.product-help-band){background:#e5efe9;padding:28px;border:1px solid #d5e2dc;border-radius:12px}body .faq-item{border:1px solid #d5e2dc;border-radius:8px;margin:10px 0;padding:0 18px;background:#f2f7f5}body .shopify-policy__container{max-width:80ch;padding:32px 24px 64px;line-height:1.8}body .product-page{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);align-items:start;gap:40px}body .product-gallery{position:sticky;top:120px}body .product-gallery__stage{display:block;position:relative;aspect-ratio:1;min-height:0;border:1px solid #d5e2dc;border-radius:12px;overflow:hidden;background:#fff}body .product-gallery__stage img{width:100%;height:100%;object-fit:contain}.product-gallery__hint{position:absolute;bottom:14px;right:14px;padding:8px 12px;background:#edf4f0;color:#103c2e;border-radius:20px;font:12px var(--ui)}body .product-gallery__thumbs{flex-wrap:nowrap;overflow-x:auto;padding:4px 2px 12px;scrollbar-width:thin}body .product-gallery__thumb{flex:0 0 72px;width:72px;height:72px;border-radius:6px;background:#fff}body .product-gallery__thumb.is-active{border:2px solid #103c2e}body .product-page__info{min-width:0}body .product-page__info h1{font-size:clamp(30px,3vw,44px);line-height:1.12;margin-bottom:20px}body .product-page__price{font-family:var(--ui);font-size:28px;gap:14px;flex-wrap:wrap;color:#103c2e}body .product-page__price s{font-size:16px;color:#617168}body .product-set{background:#edf4f0;border:1px solid #d5e2dc;border-radius:10px;padding:20px}body .product-set ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;list-style:none}body .product-set li{background:#fff;border:1px solid #d5e2dc;border-radius:20px;padding:6px 10px;font-size:12px}body .product-set p{font-size:12px;margin-bottom:0}.product-info-links{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0;font-size:13px;text-underline-offset:4px}body .product-form{padding:24px;background:#edf4f0;border:1px solid #d5e2dc;border-radius:12px;scroll-margin-top:120px}body .product-form :is(input,select,textarea){background:#fff;border-radius:6px;font-size:16px}body .product-form input[name=quantity]{max-width:112px}body .product-submit{min-height:56px;font-size:16px;gap:12px;border-radius:6px}body .product-personalize{padding-bottom:16px;margin-bottom:8px;border-bottom:1px solid #d5e2dc}body .product-personalize h2{font-family:var(--ui);font-size:16px;margin:0 0 8px}body .product-personalize-note{font-size:12px;line-height:1.6}body .product-specs{gap:0;margin:24px 0;scroll-margin-top:120px}body .product-specs div{padding:12px 0;border-bottom:1px solid #e2ece6;grid-template-columns:1fr 1.4fr}body .product-specs dd{margin:0;font-weight:500}body .product-assurances{gap:12px}body .product-assurances div{background:#f2f7f5;border:1px solid #d5e2dc;border-radius:8px;padding:12px;font-size:12px}body .product-assurances p{margin:0}body .product-details-full{width:var(--page);margin:0 auto 56px;padding:32px;background:#f2f7f5;border:1px solid #d5e2dc;border-radius:12px;scroll-margin-top:120px}body .product-details-full .rte{max-width:85ch;margin:0;line-height:1.8}body .product-details-full :is(h2,h3){line-height:1.2;margin:24px 0 12px}body .product-details-full ul{padding-left:22px;columns:2;column-gap:32px}body .product-details-full li{break-inside:avoid;padding:5px 0}.product-family{margin:22px 0}.product-family h2{font:600 14px var(--ui);margin:0 0 12px}.product-family__links{display:flex;flex-wrap:wrap;gap:8px}.product-family__links a{display:flex;align-items:center;gap:8px;min-height:46px;border:1px solid #ccdcd3;border-radius:7px;padding:6px 10px;text-decoration:none;font-size:12px;background:#fff}.product-family__links img{width:38px;height:38px;object-fit:contain}.product-family__links a[aria-current=page]{border:2px solid #103c2e;background:#edf4f0}.product-family p{font-size:12px;color:#53675e}body .gallery-zoom{width:96vw;max-width:1500px;height:94dvh;max-height:94dvh;padding:0;border:1px solid #d5e2dc;border-radius:12px;background:#fff;overflow:hidden}.gallery-zoom__toolbar{height:64px;display:flex;align-items:center;justify-content:center;gap:16px;padding:8px 65px 8px 12px;border-bottom:1px solid #d5e2dc}.gallery-zoom__toolbar button{min-width:44px;min-height:44px;background:#edf4f0;border:1px solid #d5e2dc;border-radius:6px;color:#103c2e}.gallery-zoom__viewport{height:calc(100% - 64px);overflow:auto;display:block;background:#f2f7f5}.gallery-zoom__viewport img{display:block;width:100%;height:100%;max-height:none;object-fit:contain}.gallery-zoom__viewport.is-zoomed img{width:180%;height:180%;max-width:none;object-fit:contain;cursor:zoom-out}body .sticky-atc{background:#fff;box-shadow:0 -4px 20px #103c2e10;border-color:#d5e2dc;gap:12px;padding:12px max(20px,calc((100% - 1280px)/2));flex-direction:row}.sticky-atc p{margin:0;min-width:0}.sticky-atc [data-sticky-title]{display:block;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:55vw}.sticky-atc [data-sticky-price]{display:block;font-size:18px;color:#103c2e}.sticky-atc button{min-height:48px;border-radius:6px;white-space:nowrap}body:has(.sticky-atc:not([hidden])){padding-bottom:90px}@media(max-width:900px){body .product-page{grid-template-columns:1fr;gap:28px}body .product-gallery{position:static}body .product-gallery__stage{aspect-ratio:1;min-height:0}body .product-page__info h1{font-size:34px}body .product-assurances{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){body :is(.catalog-head,.prose-head,.journal-feature,.contact-workspace,.about-process){padding:20px}body .catalog-head{grid-template-columns:1fr;gap:16px}body .product-form{padding:18px}body .product-details-full{padding:22px 18px}body .product-details-full ul{columns:1}body .product-assurances{grid-template-columns:1fr}body .product-gallery__thumb{flex-basis:62px;width:62px;height:62px}body .product-page__info h1{font-size:30px}body .sticky-atc{padding:10px 16px calc(10px + env(safe-area-inset-bottom))}body .sticky-atc button{padding:10px 14px;font-size:13px}body .collection-guide__steps{grid-template-columns:1fr}body .collection-guide__steps h3{min-height:0}body .home-refresh .rf-journal .home-journal__card{min-height:220px}body :is(.catalog-layout,.related-products) .catalog-card__copy{padding:12px}body :is(.catalog-layout,.related-products) .catalog-card__title{font-size:12px}body :is(.prose-help,.about-cta,.journal-cta,.product-help-band){flex-direction:column;align-items:flex-start;padding:22px}body .gallery-zoom__toolbar{gap:6px;font-size:12px}.gallery-zoom__toolbar button{font-size:12px}}body .product-gallery__stage img{top:0;right:0;bottom:0;left:0}.cart-page .cart-line{gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid var(--cream-dark)}.cart-page .cart-line>div{min-width:0;overflow-wrap:anywhere}.cart-page .cart-line>label{display:flex;flex-direction:column;gap:8px;min-width:0;font-size:13px}.cart-page .cart-line input{width:100%;max-width:110px;min-height:44px;padding:8px 12px;border:1px solid #b8cec2;border-radius:5px;color:var(--forest);background:#fff}.cart-page .cart-line>strong{white-space:nowrap}.cart-page .cart-line .text-link{display:inline-flex;align-items:center;min-height:44px}@media(max-width:700px){.cart-page .cart-line{grid-template-columns:76px minmax(0,1fr);gap:16px}.cart-page .cart-line>a{grid-column:1;grid-row:1;align-self:start}.cart-page .cart-line img{width:76px;height:100px}.cart-page .cart-line>div{grid-column:2;grid-row:1}.cart-page .cart-line>label{grid-column:2;grid-row:2;max-width:110px}.cart-page .cart-line>strong{grid-column:2;grid-row:3}.cart-page .cart-summary{gap:14px}.cart-page .cart-summary>.button{width:100%;justify-content:center;min-height:48px}}body .collection-guide,body .collection-directory,body .collection-guides{margin-bottom:clamp(40px,5vw,72px)!important;width:var(--page);box-sizing:border-box;margin:48px auto 0;padding-top:32px}body .collection-guide>header{max-width:760px;margin:0 0 24px}body .collection-guide>header .eyebrow,body .collection-directory>.eyebrow,body .collection-guides>.eyebrow{margin:0 0 14px}body .collection-guide__steps{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px}body .collection-guide__steps article{height:100%;min-height:220px;box-sizing:border-box}body .collection-guide__steps article>span{flex:0 0 auto}body .collection-guide__steps h3{width:100%;min-height:2.4em;margin-bottom:12px}body .collection-guide__steps p{width:100%}body .collection-faq{margin-top:24px}body .collection-directory>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}body .collection-directory a{display:flex;align-items:center;gap:12px;min-height:76px;padding:16px 18px;box-sizing:border-box;border:1px solid #d5e2dc;border-radius:8px;background:#f2f7f5;color:var(--forest);text-decoration:none;line-height:1.4}body .collection-directory a span{flex:0 0 auto;font-size:11px;letter-spacing:.12em;color:#53675e}body .collection-guides>div{display:flex;flex-wrap:wrap;align-items:stretch;gap:10px}body .collection-guides a{display:inline-flex;align-items:center;min-height:44px;padding:10px 15px;box-sizing:border-box;border:1px solid #b8cec2;border-radius:6px;background:#fff;color:var(--forest);text-decoration:none}body .collection-directory a:hover,body .collection-guides a:hover{border-color:var(--forest);background:#e5efe9}@media(max-width:900px){body .collection-guide__steps{grid-template-columns:repeat(2,minmax(0,1fr))}body .collection-guide__steps article:last-child{grid-column:1/-1}body .collection-directory>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){body .collection-guide,body .collection-directory,body .collection-guides{margin-top:36px;padding-top:24px}body .collection-guide>header{margin-bottom:18px}body .collection-guide__steps{grid-template-columns:1fr;gap:12px}body .collection-guide__steps article,body .collection-guide__steps article:last-child{grid-column:auto;min-height:0;padding:20px}body .collection-guide__steps h3{min-height:0}body .collection-directory>div{grid-template-columns:1fr;gap:8px}body .collection-directory a{min-height:60px;padding:13px 15px}body .collection-guides>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}body .collection-guides a{width:100%;justify-content:center;text-align:center;padding:10px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
