:root{--bg:#f5f1eb;--surface:#fbf8f3;--surface-soft:#f2ece3;--surface-muted:#ece4d9;--text:#2f3935;--muted:#5b6561;--muted-soft:#7b756d;--line:#ddd6cb;--line-strong:#c9c0b3;--accent:#31443e;--accent-soft:#41554e;--accent-contrast:#f5f1eb}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}img{max-width:100%;height:auto;display:block}.page-width{max-width:1320px;margin:0 auto;padding:0 40px}.narrow{max-width:920px}.site-main{min-height:60vh}.section{padding:84px 0;position:relative}.section--tight{padding:56px 0}.section+.section:before{content:"";position:absolute;top:0;left:28px;right:28px;height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent)}.center{text-align:center}.eyebrow{font:500 10px/1.2 Arial,sans-serif;letter-spacing:.34em;text-transform:uppercase;color:var(--muted-soft)}.h1,.h2,.h3,.h4{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.045em;line-height:1.02;margin:0;color:var(--text)}.h1{font-size:clamp(38px,4.5vw,68px)}.h2{font-size:clamp(28px,3.1vw,50px)}.h3{font-size:clamp(20px,2vw,28px)}.h4{font-size:clamp(17px,1.4vw,22px)}.body{font:400 14px/1.85 Arial,sans-serif;color:var(--muted)}.small{font:400 11px/1.8 Arial,sans-serif;color:var(--muted)}.micro{font:500 10px/1.2 Arial,sans-serif;letter-spacing:.22em;text-transform:uppercase;color:var(--muted-soft)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:1px;font:500 10px/1 Arial,sans-serif;letter-spacing:.24em;text-transform:uppercase;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);border:1px solid var(--accent);color:var(--accent-contrast)}.btn-primary:hover{background:var(--accent-soft);border-color:var(--accent-soft)}.btn-secondary{background:transparent;border:1px solid var(--line-strong);color:var(--accent)}.btn-secondary:hover{border-color:var(--accent);background:#31443e08}.btn-text{display:inline-flex;align-items:center;gap:8px;font:500 10px/1 Arial,sans-serif;letter-spacing:.24em;text-transform:uppercase;border-bottom:1px solid var(--accent);padding-bottom:3px;color:var(--accent)}.card{background:var(--surface);border:1px solid var(--line);border-radius:0;box-shadow:none}.card-soft{background:var(--surface-soft)}.grid{display:grid;gap:32px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.pad-lg{padding:24px}.pad-xl{padding:52px}.mb-2{margin-bottom:12px}.mb-3{margin-bottom:18px}.mb-4{margin-bottom:24px}.mb-5{margin-bottom:34px}.mt-2{margin-top:12px}.mt-3{margin-top:18px}.mt-4{margin-top:24px}.mt-5{margin-top:34px}.media{position:relative;overflow:hidden;background:linear-gradient(145deg,#f7f3ee,#e9e2d8)}.media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 32%,rgba(255,255,255,.5),transparent 24%),radial-gradient(circle at 32% 78%,rgba(255,255,255,.22),transparent 20%)}.media img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}a:hover .media img,.card:hover .media img{transform:scale(1.02)}.media.placeholder{background:linear-gradient(145deg,#f3eee7,#ddd1c3)}.media-forest{background:linear-gradient(145deg,#5d7268,#32463f)}.image-square{aspect-ratio:1/1}.image-portrait{aspect-ratio:4/5}.image-landscape{aspect-ratio:16/10}.image-hero{aspect-ratio:5/4}.image-xl{height:560px}.image-md{height:320px}.hero-shell{display:grid;grid-template-columns:1fr 1fr;background:var(--surface);border:1px solid var(--line)}.hero-copy{padding:72px 72px 72px 68px;display:flex;flex-direction:column;justify-content:center}.hero-media{border-left:1px solid var(--line);min-height:420px}.hero-lede{max-width:520px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;flex-wrap:wrap;margin-bottom:38px}.section-heading.centered{justify-content:center;text-align:center}.collection-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.collection-card{display:block}.collection-card__footer{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-top:14px;border-bottom:1px solid var(--line);padding-bottom:14px}.collection-card__footer .h3{font-size:clamp(18px,2vw,26px);line-height:1.06}.collection-card__footer .btn-text{font-size:clamp(8.5px,.72vw,10px);letter-spacing:.18em;white-space:nowrap}.value-bar{padding:18px 22px;background:var(--accent);color:var(--accent-contrast);font:500 10px/1.4 Arial,sans-serif;letter-spacing:.28em;text-transform:uppercase;border:1px solid rgba(245,241,235,.18)}.value-bar .grid{gap:18px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.product-card__media{display:block}.product-card__meta{padding-top:18px}.product-card__title{font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.18;letter-spacing:-.012em;color:var(--text);margin:0;max-width:18ch;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card__meta-row{display:block}.product-card__price{font-size:13px;color:var(--accent);white-space:nowrap;margin-top:9px}.product-card__desc{display:none}.product-card__text{max-width:100%}.product-card__actions{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.pill-row{display:flex;flex-wrap:wrap;gap:10px}.pagination-row{justify-content:flex-end;width:100%}.pill{display:inline-flex;align-items:center;justify-content:center;padding:11px 15px;border:1px solid var(--line-strong);background:transparent;font:500 9.5px/1 Arial,sans-serif;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.pill.active{background:var(--accent);border-color:var(--accent);color:#fff}.product-template-section .product-page-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:start}.product-gallery{display:grid;grid-template-columns:110px 1fr;gap:18px}.product-gallery__thumbs{display:grid;gap:14px}.product-gallery__thumb{border:1px solid var(--line);background:var(--surface);padding:0}.product-gallery__thumb.is-active{border-color:var(--accent)}.product-gallery__thumb .media{aspect-ratio:1/1}.product-page-main{background:var(--surface);border:1px solid var(--line)}.product-page-main .media{aspect-ratio:4/5}.product-form{margin-top:28px;padding-top:28px;border-top:1px solid var(--line);display:grid;gap:24px}.product-form-row{display:grid;gap:12px}.product-price{font:400 18px/1.2 Arial,sans-serif;color:var(--accent)}.select-clean,.input-clean,.textarea-clean{width:100%;border:1px solid var(--line-strong);background:var(--surface);padding:16px;border-radius:0;outline:none}.input-clean:focus,.textarea-clean:focus,.select-clean:focus{border-color:var(--accent)}.product-option-grid{display:flex;gap:10px;flex-wrap:wrap}.product-option-chip{padding:11px 15px;border:1px solid var(--line-strong);background:var(--surface);font:500 10px/1 Arial,sans-serif;letter-spacing:.22em;text-transform:uppercase}.product-option-chip.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.product-form-actions{display:flex;gap:14px;flex-wrap:wrap}.product-meta-block{padding-top:22px;border-top:1px solid var(--line);display:grid;gap:16px}.product-meta-block .micro{margin-bottom:8px;display:block}.product-related{margin-top:72px;padding-top:32px;border-top:1px solid var(--line)}.blog-feature{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid var(--line)}.journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.journal-card{padding-top:18px;border-top:1px solid var(--accent)}.rich-shell{background:var(--surface-soft);border:1px solid var(--line)}.newsletter-shell{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:end;padding:34px;border:1px solid var(--line);background:var(--surface)}.newsletter-form{display:flex;gap:12px;flex-wrap:wrap}.newsletter-form input{flex:1;min-width:220px}.page-split{display:grid;grid-template-columns:.96fr 1.04fr;gap:54px;align-items:start}.feature-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:32px}.feature-tile{padding:28px;border:1px solid var(--line);background:var(--surface)}.story-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;margin-top:28px}.story-panel,.side-panel{border:1px solid var(--line);background:var(--surface)}.home-hero-section .eyebrow,.home-hero-section .h1,.home-hero-section .hero-lede{max-width:640px}.contact-shell{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:start}.contact-form-card{border:1px solid var(--line);background:var(--surface);padding:32px}.contact-info-stack{display:grid;gap:18px}.contact-info-card,.contact-detail-card{border:1px solid var(--line);background:var(--surface-soft);padding:24px}.contact-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.contact-label{font:500 10px/1.2 Arial,sans-serif;letter-spacing:.24em;text-transform:uppercase;color:var(--muted-soft)}.contact-alert{padding:14px 16px;border:1px solid var(--line)}.contact-alert--success{background:#eef2ef;color:var(--accent)}.contact-alert--error{background:#f7ece7;color:#7a4c3f}.qty-box{display:flex;align-items:center;gap:10px;border:1px solid var(--line-strong);padding:8px 10px;background:var(--surface)}.qty-box button{border:0;background:transparent;padding:0;line-height:1;display:inline-flex}.qty-box input{width:40px;border:0;background:transparent;text-align:center;padding:0;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.qty-box input::-webkit-outer-spin-button,.qty-box input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.order-summary{border:1px solid var(--line);background:var(--surface-soft);padding:28px;position:sticky;top:120px}.topbar{background:var(--accent);color:var(--accent-contrast);text-align:center;padding:11px 20px;font:500 9.5px/1.2 Arial,sans-serif;letter-spacing:.38em;text-transform:uppercase}.site-header-shell{position:sticky;top:0;z-index:60;transition:transform .28s ease,box-shadow .28s ease}.site-header-shell .topbar,.site-header-shell .header,.site-header-shell .header-inner{transition:padding .25s ease,background-color .25s ease,backdrop-filter .25s ease,box-shadow .25s ease,gap .25s ease}.site-header-shell.is-scrolled{box-shadow:0 10px 26px #31443e14}.site-header-shell.is-scrolled .topbar{padding:10px 20px;opacity:.98}.site-header-shell.is-scrolled .header{background:#fbf8f3fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header-shell.is-scrolled .header-inner{padding-top:16px;padding-bottom:16px}.site-header-shell.is-hidden{transform:translateY(calc(-100% + 6px))}.header{background:var(--surface);border-bottom:1px solid var(--line)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;padding:22px 28px}.nav,.utility{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.nav a,.utility a,.mobile-nav a{position:relative;font:400 11px/1.2 Arial,sans-serif;letter-spacing:.1em;color:var(--accent)}.nav a:after,.utility a:after,.mobile-nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.nav a:hover:after,.utility a:hover:after,.mobile-nav a:hover:after{transform:scaleX(1)}.brand-link{text-align:center;justify-self:center;display:block}.brand-title{font:400 17px/1 Arial,sans-serif;letter-spacing:.36em;text-transform:uppercase;color:var(--accent)}.brand-sub{font:500 9px/1.2 Arial,sans-serif;letter-spacing:.32em;text-transform:uppercase;color:var(--muted-soft);margin-top:10px}.brand-logo{max-height:52px;width:auto;margin:0 auto}.utility{justify-content:flex-end}.mobile-menu-toggle,.mobile-nav-drawer{display:none}.mobile-menu-toggle{width:42px;height:42px;border:1px solid var(--line);background:transparent;padding:10px;flex-direction:column;justify-content:space-between}.mobile-menu-toggle span{display:block;height:1px;background:var(--accent);transition:transform .2s ease,opacity .2s ease}.mobile-menu-toggle.is-active span:nth-child(1){transform:translateY(10px) rotate(45deg)}.mobile-menu-toggle.is-active span:nth-child(2){opacity:0}.mobile-menu-toggle.is-active span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.mobile-nav-drawer{border-top:1px solid var(--line);background:#fbf8f3fa}.mobile-nav-inner{padding-top:0;padding-bottom:18px}.mobile-nav{display:grid;gap:8px;padding:12px 0 4px}.mobile-nav a{display:block;padding:14px 2px;border-bottom:1px solid var(--line);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.mobile-nav-utility{display:grid;gap:8px;padding-top:10px}.mobile-nav-drawer.is-open{display:block}.mobile-menu-open{overflow:hidden}.footer{margin-top:84px;border-top:1px solid var(--line);background:var(--surface-soft)}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.8fr);gap:32px;padding:50px 28px}.footer h4{margin:0 0 18px;font:500 10px/1.2 Arial,sans-serif;letter-spacing:.3em;text-transform:uppercase;color:var(--muted-soft)}.footer .small a,.footer .small div{display:block;margin-bottom:10px}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.drawer-item-meta{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.remove-link{display:inline-flex;margin-top:10px;font:500 10px/1 Arial,sans-serif;letter-spacing:.22em;text-transform:uppercase;color:var(--muted-soft);border-bottom:1px solid var(--line-strong);padding-bottom:3px;background:transparent;border-left:0;border-right:0;border-top:0}.remove-link:hover{color:var(--accent);border-bottom-color:var(--accent)}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:1180px){.header-inner{grid-template-columns:auto 1fr auto}.nav{gap:18px}.product-grid,.journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-strip,.feature-tiles{grid-template-columns:1fr}}@media(max-width:989px){.page-width{padding:0 18px}.section{padding:64px 0}.section+.section:before{left:24px;right:24px}.hero-shell,.hero-grid,.blog-feature,.page-split,.contact-shell,.story-layout,.newsletter-shell,.product-template-section .product-page-grid,.product-gallery,.footer-grid{grid-template-columns:1fr}.hero-copy{padding:44px 34px}.hero-media{border-left:0;border-top:1px solid var(--line)}.header-inner{padding:16px 0;grid-template-columns:auto 1fr auto;gap:14px}.brand-link{text-align:left;justify-self:start}.brand-title{font-size:15px;letter-spacing:.32em}.brand-sub,.nav-desktop,.utility-desktop{display:none}.mobile-menu-toggle{display:flex}.mobile-nav-drawer{display:none}.utility-mobile{display:flex}.product-grid,.journal-grid{grid-template-columns:1fr 1fr;gap:22px}.product-card__title{font-size:15px;max-width:100%}.contact-fields-grid{grid-template-columns:1fr}.product-gallery__thumbs{display:grid}.order-summary{position:static}}@media(max-width:640px){.page-width{padding:0 16px}.section{padding:52px 0}.h1{font-size:36px}.h2{font-size:28px}.h3{font-size:22px}.body{font-size:13px;line-height:1.8}.small{font-size:10.5px}.product-grid,.journal-grid{grid-template-columns:1fr}.hero-copy{padding:38px 28px}.topbar{padding:10px 14px;font-size:8.5px;letter-spacing:.3em}.site-header-shell.is-scrolled .header-inner{padding-top:12px;padding-bottom:12px}}.hero-shell,.card,.product-page-main,.product-gallery__thumb,.product-card,.product-card__media,.collection-card .media,.blog-feature .media,.story-panel .media,.side-panel .media,.feature-tile .media,.rich-shell .media,.contact-info-card .media,.contact-detail-card .media,.about-editorial-page{padding-top:72px;padding-bottom:40px}.about-editorial-wrap{max-width:1120px}.about-editorial-header{max-width:780px}.about-editorial-title{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.03em;line-height:1.08;margin:0;color:var(--text);font-size:clamp(28px,3.1vw,46px);max-width:760px}.about-editorial-intro{max-width:700px}.about-editorial-rule{height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent);margin:28px 0}.about-editorial-story-grid,.about-editorial-lower-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);gap:34px;align-items:start}.about-editorial-label{font:500 10px/1.2 Arial,sans-serif;letter-spacing:.28em;text-transform:uppercase;color:var(--muted-soft);margin-bottom:14px}.about-editorial-body{max-width:620px}.about-editorial-body p{margin-top:0;margin-bottom:16px}.about-editorial-image-col{min-width:0}.about-editorial-image-frame{background:var(--surface);padding:0;width:100%;max-width:560px;margin-left:auto}.about-editorial-image-media{aspect-ratio:4/5;border-radius:0;overflow:hidden;width:100%}.about-editorial-image{display:block;width:100%;height:100%;object-fit:cover}.about-editorial-founder-card{background:var(--surface);padding:22px;border:1px solid var(--line)}.about-editorial-founder-name{font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1.1;letter-spacing:-.03em;margin-bottom:4px}.about-editorial-founder-role{font:400 12px/1.7 Arial,sans-serif;color:var(--muted);margin-bottom:12px}.about-quality-list{display:grid;gap:14px}.about-quality-item{padding-top:14px;border-top:1px solid var(--line)}.about-quality-item:first-child{padding-top:0;border-top:0}.about-quality-item-title{font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:400;letter-spacing:-.03em;line-height:1.12;margin:0 0 6px;color:var(--text)}.about-quality-item p{margin:0;font:400 14px/1.8 Arial,sans-serif;color:var(--muted)}@media(max-width:1180px){.collection-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-card__footer .h3{font-size:clamp(16px,1.8vw,22px)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}}@media(max-width:989px){.about-editorial-page{padding-top:56px}.about-editorial-story-grid,.about-editorial-lower-grid,.footer-grid{grid-template-columns:1fr}.about-editorial-title{font-size:clamp(24px,5.4vw,34px);max-width:100%}.about-editorial-image-frame{max-width:min(100%,640px);margin:0 auto}.collection-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.collection-card__footer{gap:10px;padding-top:12px;padding-bottom:12px}.collection-card__footer .h3{font-size:clamp(14px,2.2vw,18px)}.collection-card__footer .btn-text{font-size:8px;letter-spacing:.14em}.product-grid,.journal-grid{grid-template-columns:1fr 1fr;gap:22px}}@media(max-width:640px){.about-editorial-page{padding-top:48px}.about-editorial-rule{margin:22px 0}.about-editorial-image-frame{max-width:100%}.about-editorial-image-media{aspect-ratio:4/5}.about-editorial-founder-card{padding:18px}.collection-strip{grid-template-columns:1fr;gap:18px}.collection-card__footer .h3{font-size:18px}.collection-card__footer .btn-text{font-size:8.5px}.product-grid,.journal-grid{grid-template-columns:1fr}}.main-page-custom .media{border:0!important;box-shadow:none!important}.hero-media{border-left:0!important}.product-gallery__thumb.is-active{border:0!important;outline:1px solid var(--accent);outline-offset:0}@media(max-width:989px){.hero-media{border-top:0!important}}.about-page .page-width{max-width:1380px}.about-page .page-split{gap:88px;align-items:end;margin-bottom:14px}.about-page .page-split>:first-child{padding-right:28px;border-left:1px solid var(--stone);padding-left:22px}.about-page .page-split .h2{font-size:clamp(48px,6.2vw,88px);line-height:.94;letter-spacing:-.05em;max-width:8.8ch;margin-bottom:0}.about-page .page-split .body{max-width:720px;font-size:15px;line-height:1.8;color:var(--accent)}.about-page .feature-tiles{gap:34px;margin-top:44px}.about-page .feature-tile{padding:0;background:transparent;border:0;border-top:1px solid var(--line)}.about-page .feature-tile .eyebrow{margin-top:18px}.about-page .feature-tile .h4{font-size:26px;line-height:1.08;letter-spacing:-.028em}.about-page .story-layout{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:42px;margin-top:54px;align-items:start}.about-page .story-panel,.about-page .side-panel{background:transparent;border:0;padding:0}.about-page .story-panel{padding-right:24px}.about-page .story-panel .body,.about-page .story-panel .rte,.about-page .side-panel .small{font-size:14px;line-height:1.85}.about-page .side-panel{padding-top:26px;border-top:1px solid var(--line)}.about-page .side-panel .h4{font-size:26px;line-height:1.08;letter-spacing:-.028em}.about-page .card{background:transparent}.about-page .image-portrait{aspect-ratio:4/5;background:linear-gradient(145deg,#f2ede6,#d8d0c5)}@media(max-width:989px){.about-page .page-split{gap:28px;margin-bottom:8px}.about-page .page-split>:first-child{padding-left:16px;padding-right:0}.about-page .page-split .h2{font-size:clamp(38px,12vw,58px);max-width:9.2ch}.about-page .page-split .body{font-size:14px}.about-page .feature-tiles{gap:26px;margin-top:34px}.about-page .feature-tile .h4,.about-page .side-panel .h4{font-size:21px}.about-page .story-layout{gap:28px;margin-top:38px}.about-page .story-panel{padding-right:0}}.hero-media--split{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:28px;align-items:stretch;background:var(--surface-soft)}.hero-media--split .hero-media-card{position:relative;min-height:100%}.hero-media--split .hero-media-card--primary,.hero-media--split .hero-media-card--secondary{width:100%}.hero-media--split:not(.has-secondary-image){grid-template-columns:1fr;padding:0;background:transparent}.hero-media--split:not(.has-secondary-image) .hero-media-card--primary{height:100%}@media(max-width:1180px){.hero-media--split{gap:18px;padding:22px}}@media(max-width:640px){.hero-media--split{grid-template-columns:1fr;gap:16px;padding:18px}}.hero-shell{grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);align-items:start}.hero-copy{padding-right:54px}.hero-media{display:flex;justify-content:flex-end;align-items:flex-start;min-height:auto;padding:34px 36px 34px 0;background:transparent}.hero-media-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;align-items:start;width:min(100%,620px);margin-left:auto}.hero-media-pair .hero-media-card{width:100%;aspect-ratio:4/6}.hero-media-pair .hero-media-card--secondary{margin-top:64px}.hero-media--split{display:flex;padding:0;background:transparent}.hero-media--split:not(.has-secondary-image){justify-content:flex-end}.hero-media--split:not(.has-secondary-image) .hero-media-pair{display:block;width:min(100%,310px)}.hero-media--split:not(.has-secondary-image) .hero-media-card--primary{height:auto;aspect-ratio:4/6}@media(max-width:1180px){.hero-shell{grid-template-columns:minmax(0,1fr) minmax(320px,.88fr)}.hero-copy{padding-right:38px}.hero-media{padding:26px 28px 26px 0}.hero-media-pair{width:min(100%,520px);gap:20px}.hero-media-pair .hero-media-card--secondary{margin-top:40px}}@media(max-width:989px){.hero-shell{grid-template-columns:1fr}.hero-copy{padding-right:68px}.hero-media{padding:0 32px 34px;justify-content:flex-start}.hero-media-pair{width:min(100%,520px);margin-left:0}}@media(max-width:640px){.hero-copy{padding-right:32px}.hero-media{padding:0 20px 24px}.hero-media-pair{grid-template-columns:1fr 1fr;gap:14px;width:100%}.hero-media-pair .hero-media-card{aspect-ratio:4/5}.hero-media-pair .hero-media-card--secondary{margin-top:18px}.hero-media--split:not(.has-secondary-image) .hero-media-pair{width:100%}}.about-page--editorial{overflow:hidden}.about-page--editorial .page-width{max-width:1280px}.about-hero-shell{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:48px;align-items:end;padding:14px 0 34px;position:relative}.about-hero-shell:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,#4c625b33,#4c625b8c,#4c625b26)}.about-hero-copy{max-width:760px;padding-left:20px;border-left:1px solid rgba(201,192,179,.7)}.about-display-title{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.055em;line-height:.95;font-size:clamp(54px,6.6vw,96px);margin:0;color:var(--text);text-wrap:balance}.about-lede,.about-lede p{margin:0;max-width:580px;font-size:15px;line-height:1.95;color:var(--accent)}.about-hero-aside{display:grid;gap:18px;align-self:center}.about-quote-card{background:linear-gradient(180deg,#fbf8f3f5,#f1ebe2fa);border:1px solid rgba(201,192,179,.8);padding:32px;box-shadow:0 18px 40px #31443e0f}.about-quote-text,.about-quote-text p{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,2.15vw,30px);line-height:1.28;letter-spacing:-.035em;color:var(--text)}.about-mini-note{display:flex;align-items:center;gap:14px;color:var(--muted-soft)}.about-mini-line{width:64px;height:1px;background:var(--line-strong);flex:0 0 auto}.about-feature-tiles{margin-top:34px;gap:24px}.about-feature-tile{position:relative;padding:28px 26px 26px;background:linear-gradient(180deg,#fbf8f3e0,#f7f2ebfa);border:1px solid rgba(201,192,179,.72)}.about-feature-tile:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--forest),rgba(76,98,91,.25))}.about-feature-tile .h4{text-wrap:balance}.about-feature-index{font:500 10px/1 Arial,sans-serif;letter-spacing:.28em;text-transform:uppercase;color:var(--muted-soft);margin-bottom:18px}.about-story-layout{grid-template-columns:minmax(0,1fr);gap:28px;margin-top:42px;align-items:start}.about-story-panel{background:transparent;border:0;padding:0 10px 0 20px}.about-story-head{display:grid;gap:10px;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid rgba(201,192,179,.7)}.about-story-head .h3{font-size:clamp(34px,3.4vw,48px);line-height:1.04;letter-spacing:-.05em;text-wrap:balance}.about-page .rte,.about-page .rte p,.about-side-panel .small{font-size:14px;line-height:1.9}.about-side-column{position:relative;top:auto;max-width:780px;width:100%;margin:0 auto}.about-image-frame{position:relative;background:transparent;padding:0;border:0}.about-image-frame .media{min-height:0;aspect-ratio:4 / 4.8;overflow:hidden;background:linear-gradient(145deg,#f2ede6,#d8d0c5)}.about-image-frame img,.about-image{width:100%;height:100%;display:block;object-fit:cover}.about-image-caption{position:absolute;left:18px;bottom:18px;padding:10px 14px;background:#fbf8f3eb;border:1px solid rgba(201,192,179,.68);font:500 10px/1 Arial,sans-serif;letter-spacing:.24em;text-transform:uppercase;color:var(--text)}.about-side-panel{position:relative;margin-top:18px;margin-left:0;background:#fbf8f3fa;border:1px solid rgba(201,192,179,.8);box-shadow:none;text-align:left}.about-side-detail-grid{display:grid;gap:18px;padding-top:18px;border-top:1px solid rgba(201,192,179,.65)}.about-page .rte p{margin:0 0 1.2em}.about-page .rte p:last-child{margin-bottom:0}@media(max-width:989px){.about-hero-shell,.about-story-layout{grid-template-columns:1fr}.about-hero-shell{gap:24px;padding:0 0 26px}.about-hero-copy{padding-left:0;border-left:0}.about-display-title{font-size:clamp(40px,12vw,66px)}.about-lede,.about-lede p{max-width:none}.about-feature-tiles{gap:16px}.about-story-layout{gap:28px;margin-top:34px}.about-story-panel{padding:0}.about-side-column{position:relative;top:auto}.about-image-frame .media{aspect-ratio:4 / 4.8}.about-side-panel{margin-top:14px}}@media(max-width:640px){.about-page--editorial .page-width{padding-left:20px;padding-right:20px}.about-quote-card,.about-feature-tile,.about-side-panel{padding:22px 20px}.about-image-caption{left:14px;right:14px;bottom:14px;text-align:center}}.about-simple-page{background:var(--bg)}.about-simple-wrap{max-width:1220px}.about-simple-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:56px;align-items:start;padding:18px 0 56px;border-bottom:1px solid var(--line)}.about-simple-copy{max-width:620px}.about-simple-title{font-size:clamp(44px,5.8vw,84px);line-height:.96;letter-spacing:-.04em;margin:0}.about-simple-intro,.about-simple-intro p,.about-simple-body,.about-simple-body p{font-size:17px;line-height:1.85;color:var(--accent)}.about-simple-body p:last-child{margin-bottom:0}.about-simple-image-col{min-width:0}.about-simple-image-frame{background:#f6f1e9;border:1px solid var(--line);padding:18px}.about-simple-image-media{aspect-ratio:4/5;background:linear-gradient(145deg,#eee7dc,#d7cec2);overflow:hidden}.about-simple-image,.about-simple-image-frame img{width:100%;height:100%;display:block;object-fit:cover}.about-quality{padding-top:40px}.about-quality-title{font-size:clamp(30px,3.1vw,48px);line-height:1.05;letter-spacing:-.03em;max-width:12ch;margin:0}.about-quality-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:20px}.about-quality-card{background:#ffffff57;border:1px solid var(--line);padding:24px;min-height:180px}.about-quality-card-title{font-size:24px;line-height:1.08;letter-spacing:-.02em;margin:0 0 12px}.about-quality-card p{margin:0;font-size:14px;line-height:1.8;color:var(--muted)}@media screen and (max-width:989px){.about-simple-hero{grid-template-columns:1fr;gap:26px;padding-bottom:38px}.about-simple-copy{max-width:100%}.about-simple-title{font-size:clamp(36px,11vw,58px)}.about-simple-intro,.about-simple-intro p,.about-simple-body,.about-simple-body p{font-size:15px;line-height:1.8}.about-simple-image-frame{padding:14px}.about-quality{padding-top:30px}.about-quality-grid{grid-template-columns:1fr;gap:14px}.about-quality-card{min-height:auto;padding:20px}.about-quality-card-title{font-size:21px}}.product-gallery__thumbs{max-height:780px;overflow:auto;padding-right:4px}.product-gallery__thumbs::-webkit-scrollbar{width:8px;height:8px}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:#31483f38;border-radius:999px}@media(max-width:989px){.product-gallery{gap:14px}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:10px;max-height:none;overflow:visible;order:2}.product-page-main{order:1}}@media(max-width:640px){.product-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.product-gallery__thumb .media{aspect-ratio:1/1}}.product-description{background:#f8f5ef;border:1px solid rgba(36,49,44,.1);padding:2.2rem 2rem;border-radius:1.2rem;color:#24312ceb;box-shadow:0 12px 30px #24312c0a}.product-description>*:first-child{margin-top:0}.product-description>*:last-child{margin-bottom:0}.product-description p,.product-description li,.product-description div{font-size:1.55rem;line-height:1.85}.product-description p+p{margin-top:1.4rem}.product-description strong{color:#24312c;font-weight:600}.product-description h2,.product-description h3,.product-description h4{font-size:clamp(2rem,2.2vw,2.6rem);line-height:1.15;margin:0 0 1.2rem;color:#24312c}.product-description ul,.product-description ol{margin:1.4rem 0 0;padding-left:2rem}.product-description li+li{margin-top:.75rem}.product-description br+br{display:block;content:"";margin-top:.9rem}.product-description a{color:#24312c;text-underline-offset:.2rem}@media screen and (max-width:749px){.product-description{padding:1.7rem 1.5rem;border-radius:1rem}.product-description p,.product-description li,.product-description div{font-size:1.45rem;line-height:1.75}}.journal-page{padding-top:24px}.journal-shell{display:grid;gap:34px}.journal-intro-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:34px;align-items:end}.journal-title{font:400 clamp(34px,5vw,56px)/1.02 Georgia,"Times New Roman",serif;letter-spacing:-.03em;color:var(--ink);margin:0}.journal-intro{max-width:520px;justify-self:end}.journal-feature{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:34px;align-items:start}.journal-feature__media{display:block;background:var(--surface-soft)}.journal-feature__media.media{aspect-ratio:4/3}.journal-feature__content{padding-top:6px;display:grid;gap:18px;align-content:start}.journal-meta{font:500 10px/1.2 Arial,sans-serif;letter-spacing:.24em;text-transform:uppercase;color:var(--muted-soft)}.journal-feature__title,.journal-card-elevated__title{margin:0;font:400 clamp(28px,3.4vw,42px)/1.05 Georgia,"Times New Roman",serif;letter-spacing:-.025em}.journal-card-elevated__title{font-size:clamp(23px,2.2vw,31px)}.journal-feature__title a,.journal-card-elevated__title a{color:var(--ink);text-decoration:none}.journal-feature__excerpt{max-width:460px}.journal-link{margin-top:2px}.journal-divider{height:1px;background:var(--line)}.journal-story-row{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center}.journal-story-label{font:500 10px/1.2 Arial,sans-serif;letter-spacing:.24em;text-transform:uppercase;color:var(--muted-soft)}.journal-story-rule{height:1px;background:var(--line)}.journal-grid-elevated{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 34px}.journal-card-elevated{display:grid;gap:18px;align-content:start}.journal-card-elevated__media{display:block;background:var(--surface-soft)}.journal-card-elevated__media.media{aspect-ratio:4/5}.journal-card-elevated__content{display:grid;gap:14px}@media(max-width:989px){.journal-page{padding-top:14px}.journal-intro-grid,.journal-feature{grid-template-columns:1fr;gap:24px}.journal-intro{justify-self:start;max-width:100%}.journal-feature__content{padding-top:0}.journal-grid-elevated{grid-template-columns:1fr 1fr;gap:30px 24px}.journal-title{font-size:clamp(30px,6vw,44px)}}@media(max-width:640px){.journal-shell{gap:24px}.journal-story-row{gap:12px}.journal-grid-elevated{grid-template-columns:1fr;gap:28px}.journal-feature__title{font-size:clamp(26px,9vw,34px)}.journal-card-elevated__title{font-size:26px}}.product-intro{font:400 14px/1.8 Arial,sans-serif;color:var(--muted);max-width:52ch}.product-accordion-group{display:grid;gap:10px}.product-accordion{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);padding:0}.product-accordion+.product-accordion{border-top:0}.product-accordion summary{list-style:none;cursor:pointer;padding:18px 36px 18px 0;position:relative;font:500 10px/1.2 Arial,sans-serif;letter-spacing:.24em;text-transform:uppercase;color:var(--text)}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font:400 20px/1 Georgia,serif;letter-spacing:0;color:var(--accent)}.product-accordion[open] summary:after{content:"\2212"}.product-accordion__content{padding:0 0 18px;color:var(--muted)}.product-accordion__content p:first-child{margin-top:0}.product-accordion__content p:last-child{margin-bottom:0}@media(max-width:640px){.product-accordion summary{padding:16px 28px 16px 0;letter-spacing:.18em;font-size:9px}}.product-gallery{align-items:start;gap:22px}.product-gallery__thumbs{gap:12px;padding-right:10px}.product-gallery__thumb{border:0!important;background:transparent!important;padding:0;opacity:.74;transition:opacity .22s ease,transform .22s ease,box-shadow .22s ease}.product-gallery__thumb:hover{opacity:1;transform:translateY(-1px)}.product-gallery__thumb .media{background:transparent;border:0!important;box-shadow:none!important}.product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active{opacity:1;outline:0!important}.product-gallery__thumb.is-active .media{box-shadow:0 0 0 1px #24312c24 inset!important}.product-page-main{background:transparent!important;border:0!important;box-shadow:none!important}.product-page-main .media{background:transparent;border:0!important;box-shadow:none!important}.product-page-main img{display:block;width:100%;height:auto;object-fit:cover}@media(max-width:989px){.product-gallery{gap:16px}.product-gallery__thumbs{padding-right:0;gap:10px}.product-gallery__thumb{opacity:1}}.article-page{padding-top:24px}.article-shell{max-width:940px}.article-breadcrumb-wrap{margin-bottom:22px}.article-layout{display:grid;gap:28px}.article-header{display:grid;gap:14px}.article-title{margin:0;font:400 clamp(34px,5vw,58px)/1.02 Georgia,"Times New Roman",serif;letter-spacing:-.03em;color:var(--ink);max-width:14ch}.article-excerpt{max-width:700px;color:var(--muted)}.article-hero{overflow:hidden;background:var(--surface-soft);border-radius:0}.article-hero.media{aspect-ratio:16/9}.article-content{max-width:760px}.article-content>*:first-child{margin-top:0}.article-content img{display:block;max-width:100%;height:auto}.article-content h2,.article-content h3,.article-content h4{font-family:Georgia,Times New Roman,serif;color:var(--ink);letter-spacing:-.02em}.article-content h2{font-size:clamp(28px,3vw,38px);margin-top:42px}.article-content h3{font-size:clamp(22px,2.2vw,28px);margin-top:32px}.article-content p,.article-content li{font-size:clamp(16px,1.4vw,18px);line-height:1.8;color:var(--ink)}.article-content ul,.article-content ol{padding-left:1.3rem}.article-content a{text-decoration:underline;text-underline-offset:3px}@media(max-width:989px){.article-page{padding-top:14px}.article-layout{gap:24px}.article-title{max-width:100%}}@media(max-width:640px){.article-breadcrumb-wrap{margin-bottom:18px}.article-layout{gap:20px}.article-title{font-size:clamp(30px,9vw,40px)}.article-content p,.article-content li{font-size:16px;line-height:1.75}}.newsletter-form-message{width:100%;margin:10px 0 0;padding:12px 14px;border:1px solid var(--line);font:400 13px/1.6 Arial,sans-serif}.newsletter-form-message--success{background:#eef2ef;color:var(--accent)}.newsletter-form-message--error{background:#f7ece7;color:#7a4c3f}.newsletter-form-message ul{margin:0;padding-left:18px}.image-feature-section .blog-feature .media{min-height:100%;background:transparent!important}.image-feature-section .blog-feature .media:after{display:none}.image-feature-section .blog-feature .media img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block}@media(max-width:989px){.image-feature-section .blog-feature .media{min-height:260px}}@media(max-width:768px){.section{padding:48px 0}.section--tight{padding:32px 0}.section+.section:before{left:16px;right:16px}.page-width,.home-hero-section .page-width,.home-category-section .page-width{padding:0 14px}.hero-shell{grid-template-columns:1fr;gap:14px;border:0;background:transparent}.hero-copy{padding:22px 6px 0}.home-hero-section .h1{font-size:clamp(34px,10vw,46px);line-height:.98;letter-spacing:-.05em;text-wrap:balance}.home-hero-section .eyebrow{margin-bottom:14px}.home-hero-section .hero-lede,.home-hero-section .hero-lede p{font-size:15px;line-height:1.8}.home-hero-section .btn{padding:13px 18px;font-size:9px;letter-spacing:.2em}.hero-media{padding:4px 6px 0}.hero-media-pair{width:100%;gap:12px}.hero-media-pair .hero-media-card{aspect-ratio:4/5}.hero-media-pair .hero-media-card--secondary{margin-top:14px}.value-bar{padding:16px 14px;font-size:9px;letter-spacing:.22em}.value-bar.grid,.value-bar .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}.section-heading{margin-bottom:24px}.collection-strip{grid-template-columns:1fr;gap:24px}.collection-card .media{aspect-ratio:16/11}.collection-card__footer{padding-top:12px;padding-bottom:12px;align-items:end}.collection-card__footer .h3{font-size:24px;line-height:1.05}.collection-card__footer .btn-text{font-size:8.5px;letter-spacing:.18em}}@media(max-width:480px){.page-width{padding:0 12px}.section{padding:42px 0}.home-hero-section .h1{font-size:clamp(32px,10.2vw,42px)}.hero-copy{padding:18px 4px 0}.hero-media{padding:2px 4px 0}.value-bar.grid,.value-bar .grid{grid-template-columns:1fr}.collection-card__footer .h3{font-size:21px}}.nav-item{position:relative;display:flex;align-items:center}.nav-item--has-dropdown{padding:18px 0;margin:-18px 0}.nav-item--has-dropdown>.nav-link{display:inline-flex;align-items:center;gap:6px}.nav-item--has-dropdown>.nav-link:before{content:"";width:4px;height:4px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg) translateY(-1px);order:2;opacity:.75}.nav-dropdown{position:absolute;top:calc(100% - 4px);left:50%;transform:translate(-50%) translateY(8px);min-width:210px;padding:12px;background:var(--surface);border:1px solid var(--line);box-shadow:0 18px 34px #31443e1a;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:90}.nav-dropdown a{display:block;padding:12px 14px;border-bottom:1px solid rgba(201,192,179,.55);white-space:nowrap;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.nav-dropdown a:last-child{border-bottom:0}.nav-item--has-dropdown:hover .nav-dropdown,.nav-item--has-dropdown:focus-within .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.mobile-nav-group{border-bottom:1px solid var(--line)}.mobile-nav-parent{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 2px;border:0;background:transparent;font:500 11px/1.2 Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);text-align:left}.mobile-nav-plus{font-size:18px;line-height:1;font-weight:400;transition:transform .18s ease}.mobile-nav-parent[aria-expanded=true] .mobile-nav-plus{transform:rotate(45deg)}.mobile-nav-submenu{display:grid;gap:0;padding:0 0 10px 14px}.mobile-nav-submenu a{font-size:10px;letter-spacing:.12em;padding:11px 0 11px 12px;border-bottom:1px solid rgba(201,192,179,.45);color:var(--muted)}.mobile-nav-submenu a:last-child{border-bottom:0}.mobile-nav-submenu[hidden]{display:none!important}@media(max-width:989px){.site-header-shell{position:sticky;top:0;background:var(--surface);z-index:100}.topbar{text-align:center;white-space:normal;line-height:1.45;padding:9px 16px!important;letter-spacing:.22em!important}.header-inner{padding:14px 0!important;grid-template-columns:1fr auto!important;gap:12px!important}.brand-link{min-width:0;overflow:hidden}.brand-title{font-size:13px!important;letter-spacing:.28em!important;white-space:nowrap;max-width:calc(100vw - 96px);overflow:hidden;text-overflow:ellipsis}.brand-logo{max-width:170px;max-height:40px;margin:0}.mobile-menu-toggle{justify-self:end;width:38px;height:38px;padding:9px;background:#fbf8f3b3}.mobile-nav-drawer.is-open{display:block;position:absolute;left:0;right:0;top:100%;max-height:calc(100vh - 92px);overflow:auto;border-bottom:1px solid var(--line);box-shadow:0 18px 30px #31443e1a}.mobile-nav-inner{padding-top:8px;padding-bottom:18px}.mobile-nav{gap:0;padding:0}.mobile-nav>a,.mobile-nav-utility a{padding:15px 2px;font-size:11px;letter-spacing:.14em}.hero-shell{display:block!important;border:0!important;background:transparent!important}.home-hero-section{padding-top:28px!important}.home-hero-section .page-width{padding:0 18px!important}.hero-copy{padding:0!important;text-align:left}.home-hero-section .eyebrow{font-size:9px;letter-spacing:.28em;margin-bottom:14px!important}.home-hero-section .h1{font-size:clamp(32px,9.6vw,42px)!important;line-height:1.02!important;max-width:11.5ch;letter-spacing:-.045em}.home-hero-section .hero-lede,.home-hero-section .hero-lede p{font-size:13px!important;line-height:1.75!important;max-width:34em;margin-bottom:24px!important}.home-hero-section .btn{width:auto;min-height:42px;padding:13px 18px!important;font-size:8.5px!important;letter-spacing:.2em!important}.hero-media{margin-top:26px!important;padding:0!important;border:0!important;display:block!important;background:transparent!important}.hero-media-pair{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;width:100%!important;margin:0!important;align-items:end!important}.hero-media-pair .hero-media-card{aspect-ratio:4/5!important;min-height:0!important}.hero-media-pair .hero-media-card--secondary{margin-top:28px!important;transform:translateY(18px)}.value-bar{margin-top:22px;padding:18px 14px!important;text-align:center}.value-bar .grid{grid-template-columns:1fr!important;gap:12px!important}.home-category-section .section-heading{text-align:left;justify-content:flex-start}}@media(max-width:420px){.home-hero-section .page-width{padding:0 16px!important}.home-hero-section .h1{font-size:34px!important;max-width:12ch}.hero-media-pair{gap:10px!important}.brand-title{font-size:12px!important;letter-spacing:.25em!important}}@media(max-width:989px){.home-hero-section .hero-shell{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(150px,.95fr)!important;gap:12px!important;align-items:start!important;border:0!important;background:transparent!important}.home-hero-section .hero-copy{grid-column:1!important;padding:0!important;min-width:0!important}.home-hero-section .hero-media{grid-column:2!important;margin-top:2px!important;padding:0!important;border:0!important;display:block!important;min-width:0!important;background:transparent!important}.home-hero-section .hero-media-pair{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;width:100%!important;margin:0!important;align-items:start!important}.home-hero-section .hero-media-pair .hero-media-card{aspect-ratio:4/5.7!important;min-height:0!important}.home-hero-section .hero-media-pair .hero-media-card--secondary{margin-top:24px!important;transform:none!important}.home-hero-section .h1{font-size:clamp(27px,7.2vw,38px)!important;line-height:1.02!important;max-width:none!important;letter-spacing:-.045em!important}.home-hero-section .hero-lede,.home-hero-section .hero-lede p{font-size:12.5px!important;line-height:1.65!important;max-width:100%!important}}@media(max-width:420px){.home-hero-section .hero-shell{grid-template-columns:minmax(0,1fr) minmax(142px,.95fr)!important;gap:10px!important}.home-hero-section .h1{font-size:28px!important;max-width:none!important}.home-hero-section .hero-lede,.home-hero-section .hero-lede p{font-size:12px!important;line-height:1.62!important;margin-bottom:18px!important}.home-hero-section .hero-media-pair{grid-template-columns:1fr 1fr!important;gap:6px!important}.home-hero-section .hero-media-pair .hero-media-card--secondary{margin-top:20px!important}}@media screen and (max-width:749px){body{-webkit-text-size-adjust:100%}.page-width,.shopify-section .page-width,.home-hero-section .page-width{padding-left:18px!important;padding-right:18px!important}.home-hero-section{padding-top:22px!important;padding-bottom:26px!important}.home-hero-section .hero-shell{display:flex!important;flex-direction:column!important;gap:20px!important;align-items:stretch!important}.home-hero-section .hero-copy{order:1!important;width:100%!important;padding:0!important}.home-hero-section .hero-media{order:2!important;width:100%!important;padding:0!important;margin:0!important}.home-hero-section .hero-media-pair{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.home-hero-section .hero-media-card,.home-hero-section .hero-media-pair .hero-media-card{aspect-ratio:4/5!important;min-height:0!important;overflow:hidden!important}.home-hero-section .hero-media-pair .hero-media-card--secondary{margin-top:18px!important;transform:none!important}.home-hero-section .h1,.home-hero-section h1,.banner__heading,h1{font-size:clamp(32px,9vw,42px)!important;line-height:1.08!important;letter-spacing:-.035em!important;max-width:12ch!important;margin-bottom:14px!important}.home-hero-section .hero-lede,.home-hero-section .hero-lede p,.banner__text,.rte p{font-size:15px!important;line-height:1.7!important}.home-hero-section .button,.button,button.shopify-payment-button__button{min-height:46px!important;padding:14px 18px!important;font-size:14px!important}.value-bar,.value-bar__inner,.multicolumn-list{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px 12px!important;text-align:center!important;align-items:center!important}.value-bar *{line-height:1.35!important}.category-grid,.home-category-grid,.collection-list,.product-grid,.grid--2-col,.grid--3-col,.grid--4-col{gap:16px!important}.home-category-grid,.collection-list{grid-template-columns:1fr!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.card__information,.card-information{padding-top:10px!important}.shopify-section{margin-top:0!important}.section,.shopify-section section{padding-top:28px!important;padding-bottom:28px!important}}@media screen and (max-width:380px){.home-hero-section .h1,.home-hero-section h1,h1{font-size:31px!important}.home-hero-section .hero-lede,.home-hero-section .hero-lede p,.rte p{font-size:14.5px!important}.product-grid{grid-template-columns:1fr!important}}.site-header-shell,.header,.header-inner{overflow:visible!important}@media screen and (min-width:990px){.home-hero-section{padding-top:52px!important;padding-bottom:54px!important}.home-hero-section .page-width{max-width:1280px!important}.home-hero-section .hero-shell{display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr)!important;gap:34px!important;align-items:center!important}.home-hero-section .hero-copy{padding:20px 18px 20px 0!important}.home-hero-section .h1,.home-hero-section h1{font-size:clamp(44px,4vw,62px)!important;line-height:.98!important;letter-spacing:-.05em!important;max-width:11.8ch!important;margin-bottom:20px!important}.home-hero-section .hero-lede,.home-hero-section .hero-lede p{max-width:50ch!important;font-size:15px!important;line-height:1.78!important}.home-hero-section .hero-media{padding:0!important;margin:0!important;justify-content:flex-end!important}.home-hero-section .hero-media-pair{width:100%!important;max-width:650px!important;gap:18px!important;align-items:center!important}.home-hero-section .hero-media-pair .hero-media-card{aspect-ratio:4/5.35!important}.home-hero-section .hero-media-pair .hero-media-card--secondary{margin-top:46px!important}}@media screen and (max-width:989px){.site-header-shell{z-index:999!important}.site-header-shell.is-hidden{transform:none!important}.header-inner{grid-template-columns:1fr auto!important;padding:13px 0!important;min-height:58px!important}.brand-link{justify-self:start!important;text-align:left!important}.brand-title{font-size:13px!important;letter-spacing:.26em!important;max-width:calc(100vw - 92px)!important}.mobile-menu-toggle{display:flex!important;justify-self:end!important;width:42px!important;height:42px!important;border:1px solid var(--line-strong)!important;background:var(--surface)!important;z-index:1001!important}.mobile-nav-drawer.is-open{display:block!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;z-index:1000!important;max-height:calc(100vh - 92px)!important;overflow-y:auto!important;background:#fbf8f3fc!important;border-top:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;box-shadow:0 18px 34px #31443e29!important}.mobile-nav-inner{padding-left:20px!important;padding-right:20px!important}.mobile-nav>a,.mobile-nav-parent,.mobile-nav-utility a{min-height:52px!important;display:flex!important;align-items:center!important;font-size:12px!important;letter-spacing:.16em!important}.mobile-nav-submenu{padding:0 0 12px 18px!important}.mobile-nav-submenu a{font-size:11px!important;letter-spacing:.13em!important;padding:14px 0 14px 12px!important}.home-hero-section{padding-top:24px!important;padding-bottom:30px!important}.home-hero-section .page-width{padding-left:18px!important;padding-right:18px!important}.home-hero-section .hero-shell{display:flex!important;flex-direction:column!important;gap:22px!important}.home-hero-section .hero-copy{padding:0!important;order:1!important}.home-hero-section .eyebrow{font-size:9.5px!important;letter-spacing:.24em!important;margin-bottom:12px!important}.home-hero-section .h1,.home-hero-section h1{font-size:clamp(38px,10.7vw,48px)!important;line-height:1.02!important;letter-spacing:-.052em!important;max-width:10.8ch!important;margin-bottom:16px!important}.home-hero-section .hero-lede,.home-hero-section .hero-lede p{font-size:16px!important;line-height:1.68!important;max-width:35em!important;margin-bottom:18px!important}.home-hero-section .hero-copy>div[style*="display:flex"]{gap:10px!important;margin-top:18px!important}.home-hero-section .btn,.home-hero-section .button{min-height:48px!important;padding:15px 20px!important;font-size:10px!important;letter-spacing:.22em!important}.home-hero-section .hero-media{order:2!important;margin-top:0!important;padding:0!important;width:100%!important}.home-hero-section .hero-media-pair{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;width:100%!important;max-width:none!important;margin:0!important;align-items:stretch!important}.home-hero-section .hero-media-pair .hero-media-card{aspect-ratio:3.7/5!important;min-height:0!important;border-radius:0!important}.home-hero-section .hero-media-pair .hero-media-card--secondary{margin-top:22px!important;transform:none!important}.home-hero-section img{width:100%!important;height:100%!important;object-fit:cover!important}.value-bar,.value-bar__inner{margin-top:8px!important}.value-bar .grid,.value-bar.grid,.multicolumn-list{grid-template-columns:1fr 1fr!important;gap:1px!important}.value-bar *{font-size:9.5px!important;letter-spacing:.18em!important;line-height:1.35!important}.category-grid .section-heading,.home-category-section .section-heading{margin-bottom:18px!important}.collection-card__footer,.card__information,.card-information{padding-top:12px!important}.collection-card__footer .h3,.card__heading{font-size:21px!important;line-height:1.15!important}.collection-card__footer .btn-text{font-size:10px!important;letter-spacing:.16em!important}.rich-text-block,.image-feature,.newsletter-simple{padding-left:4px!important;padding-right:4px!important}.rich-text-block .h2,.image-feature .h2,.newsletter-simple .h2{font-size:clamp(29px,8vw,38px)!important;line-height:1.08!important}}@media screen and (max-width:480px){.home-hero-section .page-width{padding-left:16px!important;padding-right:16px!important}.home-hero-section .h1,.home-hero-section h1{font-size:37px!important;max-width:11.2ch!important}.home-hero-section .hero-lede,.home-hero-section .hero-lede p{font-size:15.5px!important}.home-hero-section .hero-media-pair{gap:10px!important}.value-bar .grid,.value-bar.grid,.multicolumn-list{grid-template-columns:1fr!important}}@media screen and (max-width:749px){html{font-size:16px!important;-webkit-text-size-adjust:100%!important}body{font-size:16px!important;line-height:1.65!important;overflow-x:hidden!important}.page-width,.section,.shopify-section>div,main .page-width{padding-left:20px!important;padding-right:20px!important}.shopify-section{margin-top:34px!important;margin-bottom:34px!important}h1,.h1,.banner__heading,.hero__heading,.product-page-copy h1{font-size:clamp(34px,10vw,44px)!important;line-height:1.03!important;letter-spacing:-.04em!important}h2,.h2,.rich-text__heading,.section-heading h2{font-size:clamp(26px,7vw,32px)!important;line-height:1.12!important;letter-spacing:-.03em!important}h3,.h3{font-size:21px!important;line-height:1.22!important}p,.rte,.rte p,.small,.product-page-copy,.banner__text,.rich-text__text,.collection-card-wrapper,.product-card__desc{font-size:16px!important;line-height:1.68!important}.eyebrow,.micro,.caption,.subtitle,.contact-label{font-size:11px!important;line-height:1.4!important;letter-spacing:.18em!important}.btn,.button,button,input,select,textarea,.select-clean,.input-clean{font-size:16px!important}.btn,.button,button[type=submit],.shopify-payment-button__button{min-height:50px!important;padding:14px 20px!important;letter-spacing:.12em!important}select,.select-clean,input,.input-clean{min-height:52px!important;padding:14px 16px!important}.header,.site-header,.header-wrapper{padding-left:18px!important;padding-right:18px!important}.header__heading,.site-header__logo,.header__heading-link{font-size:22px!important;letter-spacing:.18em!important}.announcement-bar,.announcement-bar__message{font-size:10px!important;letter-spacing:.18em!important;line-height:1.4!important;padding:8px 10px!important}.hero,.banner,.image-with-text,.product-page-grid{display:grid!important;grid-template-columns:1fr!important;gap:28px!important}.hero,.banner{min-height:auto!important}.banner__content,.hero__content,.image-with-text__content,.product-page-copy{padding:28px 0!important;text-align:left!important}.banner__content>*,.hero__content>*,.image-with-text__content>*{max-width:100%!important}.banner__media,.hero__media,.image-with-text__media{min-height:280px!important}.banner img,.hero img,.image-with-text img{width:100%!important;height:auto!important;object-fit:cover!important}.grid,.product-grid,.collection-list{display:grid!important;grid-template-columns:1fr!important;gap:28px!important}.product-card__title,.card__heading,.collection-card-wrapper .card__heading{font-size:18px!important;line-height:1.3!important}.product-card__price{font-size:15px!important}.product-card__meta,.card__content{padding-top:12px!important}.multicolumn-list,.multicolumn,.feature-bar,.icon-row{display:grid!important;grid-template-columns:1fr!important;gap:0!important}.multicolumn-card,.feature-bar>*,.icon-row>*{padding:14px 12px!important;text-align:center!important}.multicolumn-card__info{font-size:13px!important;line-height:1.45!important;letter-spacing:.14em!important}.product-gallery{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.product-gallery__thumbs{order:2!important;display:flex!important;flex-direction:row!important;gap:10px!important;overflow-x:auto!important;padding-bottom:8px!important}.product-gallery__thumb{width:76px!important;min-width:76px!important;height:96px!important}.product-page-main{order:1!important}.product-page-main .media,[data-gallery-main]{min-height:auto!important}.product-page-main img,[data-gallery-main-image]{width:100%!important;height:auto!important;object-fit:contain!important}.product-form-row{margin-bottom:18px!important}.product-form-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.product-accordion summary{min-height:50px!important;font-size:16px!important;display:flex!important;align-items:center!important}.product-accordion__content{font-size:16px!important;line-height:1.7!important}.rich-text,.image-banner,.custom-content,.newsletter,.footer{padding-top:34px!important;padding-bottom:34px!important}.newsletter h2,.footer h2{font-size:26px!important}.footer,footer{font-size:15px!important;line-height:1.6!important}.footer a,footer a{font-size:15px!important;min-height:34px!important;display:inline-flex!important;align-items:center!important}}@media screen and (min-width:750px)and (max-width:989px){body{font-size:17px!important;line-height:1.65!important}.page-width{padding-left:32px!important;padding-right:32px!important}h1,.h1,.banner__heading{font-size:52px!important;line-height:1.02!important}h2,.h2{font-size:34px!important;line-height:1.12!important}p,.rte p{font-size:17px!important;line-height:1.7!important}}.template-index main,body.template-index main{padding-top:0!important}.template-index .shopify-section:first-child,body.template-index .shopify-section:first-child,.template-index .shopify-section:first-of-type,body.template-index .shopify-section:first-of-type{margin-top:0!important;padding-top:28px!important}.template-index .hero,.template-index .banner,.template-index .image-with-text,.template-index .homepage-hero,.template-index .custom-hero,.template-index .product-page-grid,.template-index .shopify-section:first-of-type .page-width>div{padding-top:42px!important;padding-bottom:58px!important;margin-top:0!important}.template-index .banner__content,.template-index .hero__content,.template-index .image-with-text__content,.template-index .custom-hero__content{padding-top:0!important;padding-bottom:0!important}.template-index h1,.template-index .h1,.template-index .banner__heading,.template-index .hero__heading{margin-top:0!important;margin-bottom:18px!important}@media screen and (min-width:990px){.template-index .hero,.template-index .banner,.template-index .image-with-text,.template-index .product-page-grid{align-items:center!important}.template-index .shopify-section:first-of-type{margin-bottom:44px!important}}@media screen and (max-width:749px){.template-index .shopify-section:first-of-type{padding-top:18px!important}.template-index .hero,.template-index .banner,.template-index .image-with-text,.template-index .homepage-hero,.template-index .custom-hero,.template-index .product-page-grid,.template-index .shopify-section:first-of-type .page-width>div{padding-top:26px!important;padding-bottom:36px!important}.template-index h1,.template-index .h1,.template-index .banner__heading,.template-index .hero__heading{margin-bottom:14px!important}}.product-gallery__thumb.is-active{outline:1px solid rgba(var(--color-foreground),.55)!important;outline-offset:3px!important}[data-product-option],.select-clean{cursor:pointer!important}@media screen and (max-width:989px){html,body{width:100%;max-width:100%;overflow-x:hidden!important;-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important}body{font-size:16px!important;line-height:1.65!important}img,video,iframe,svg{max-width:100%!important}.site-header-shell{position:sticky!important;top:0!important;z-index:9999!important;transform:none!important}.site-header-shell.is-hidden{transform:none!important}.topbar{padding:8px 14px!important;font-size:9px!important;line-height:1.35!important;letter-spacing:.18em!important}.header-inner{grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;min-height:60px!important;padding:12px 0!important}.brand-link{min-width:0!important;max-width:calc(100vw - 96px)!important;overflow:hidden!important}.brand-title{font-size:13px!important;letter-spacing:.22em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.brand-logo{max-width:min(220px,calc(100vw - 104px))!important;max-height:42px!important;width:auto!important}.mobile-menu-toggle{display:flex!important;flex:0 0 auto!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:11px!important;border:1px solid var(--line-strong)!important;background:var(--surface)!important}.mobile-nav-drawer.is-open{display:block!important;position:fixed!important;top:calc(var(--announcement-offset, 0px) + 0px)!important;left:0!important;right:0!important;max-height:100dvh!important;overflow-y:auto!important;padding-top:104px!important;background:#fbf8f3fc!important;border:0!important;box-shadow:0 22px 46px #31443e2e!important;z-index:9998!important}.mobile-nav-inner{padding:0 22px 28px!important}.mobile-nav{gap:0!important;padding:0!important}.mobile-nav>a,.mobile-nav-parent,.mobile-nav-utility a{min-height:56px!important;padding:17px 0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid var(--line)!important;font-size:13px!important;line-height:1.25!important;letter-spacing:.14em!important}.mobile-nav-submenu{padding:4px 0 12px 14px!important;border-bottom:1px solid var(--line)!important}.mobile-nav-submenu a{min-height:46px!important;padding:13px 0!important;font-size:12px!important;letter-spacing:.11em!important;border-bottom:0!important}.page-width,main .page-width,.shopify-section .page-width{padding-left:18px!important;padding-right:18px!important}.section,.shopify-section section{padding-top:34px!important;padding-bottom:34px!important}.section-heading{gap:12px!important;margin-bottom:22px!important;align-items:flex-start!important}h1,.h1{font-size:clamp(34px,9.5vw,46px)!important;line-height:1.04!important;letter-spacing:-.04em!important}h2,.h2{font-size:clamp(27px,7vw,36px)!important;line-height:1.1!important;letter-spacing:-.035em!important}h3,.h3{font-size:22px!important;line-height:1.18!important}p,.body,.rte,.rte p,.product-page-copy,.rich-text__text{font-size:16px!important;line-height:1.72!important}.small{font-size:14px!important;line-height:1.6!important}.eyebrow,.micro,.contact-label{font-size:10.5px!important;letter-spacing:.18em!important;line-height:1.35!important}.btn,.button,button[type=submit],.shopify-payment-button__button,.select-clean,.input-clean,select,input,textarea{min-height:48px!important;font-size:15px!important}.btn,.button,button[type=submit],.shopify-payment-button__button{width:100%;padding:15px 18px!important;letter-spacing:.14em!important;text-align:center!important}.btn-text{min-height:36px!important;display:inline-flex!important;align-items:center!important;font-size:11px!important;letter-spacing:.16em!important}.hero-shell,.hero-grid,.page-split,.story-layout,.blog-feature,.newsletter-shell,.contact-shell,.product-template-section .product-page-grid{grid-template-columns:1fr!important;gap:24px!important}.hero-copy,.home-hero-section .hero-copy{padding:0!important}.hero-media,.home-hero-section .hero-media{padding:0!important;width:100%!important}.home-hero-section .hero-shell{display:flex!important;flex-direction:column!important;gap:22px!important;border:0!important;background:transparent!important}.home-hero-section .hero-media-pair{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;width:100%!important;max-width:none!important}.home-hero-section .hero-media-pair .hero-media-card{aspect-ratio:4/5!important;min-height:0!important}.home-hero-section .hero-media-pair .hero-media-card--secondary{margin-top:18px!important;transform:none!important}.media img,.image-portrait img,.image-square img,.image-landscape img{width:100%!important;height:100%!important;object-fit:cover!important}.collection-strip,.feature-tiles,.journal-grid,.footer-grid,.contact-fields-grid{grid-template-columns:1fr!important;gap:20px!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 14px!important}.product-card__title{font-size:15.5px!important;line-height:1.24!important;max-width:100%!important;-webkit-line-clamp:3!important}.product-card__price{font-size:14px!important;margin-top:7px!important}.product-card__meta{padding-top:11px!important}.product-card__actions{margin-top:11px!important;padding-top:11px!important}.collection-card__footer{padding-top:12px!important;padding-bottom:12px!important;gap:10px!important}.collection-card__footer .h3{font-size:22px!important}.product-gallery{grid-template-columns:1fr!important;gap:14px!important}.product-gallery__thumbs{display:flex!important;overflow-x:auto!important;gap:10px!important;order:2!important;padding-bottom:8px!important;-webkit-overflow-scrolling:touch!important}.product-gallery__thumb{flex:0 0 74px!important;width:74px!important}.product-page-main{order:1!important}.product-form-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.product-option-chip{min-height:44px!important;padding:13px 14px!important;font-size:11px!important}.value-bar,.value-bar .grid,.value-bar.grid{grid-template-columns:1fr!important;text-align:center!important;gap:10px!important}.newsletter-form{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.newsletter-form input{min-width:0!important;width:100%!important}.footer{margin-top:42px!important}.footer-grid{padding:34px 18px!important}.footer a,.footer .small a{min-height:36px!important;display:flex!important;align-items:center!important}}@media screen and (max-width:420px){.page-width,main .page-width,.shopify-section .page-width{padding-left:16px!important;padding-right:16px!important}.brand-title{font-size:12px!important;letter-spacing:.18em!important}.product-grid{grid-template-columns:1fr!important;gap:24px!important}.home-hero-section .hero-media-pair{gap:10px!important}}.media,.product-card__media,.collection-card .media,.blog-card .media,.blog-feature .media,.feature-tile .media,.image-portrait,.image-square,.image-landscape,.hero-media-card,.product-gallery__main,.product-gallery__thumb{position:relative!important;overflow:hidden!important;background:#f5f1e9!important}.media>img,.media picture,.media picture>img,.product-card__media img,.collection-card img,.blog-card img,.blog-feature img,.feature-tile img,.image-portrait img,.image-square img,.image-landscape img,.hero-media-card img,.product-gallery__main img,.product-gallery__thumb img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center!important;opacity:1!important;visibility:visible!important;transform:none!important}.product-gallery__main img,.product-gallery__thumb img{object-fit:contain!important;background:#f5f1e9!important}@media screen and (max-width:749px){.product-card__media,.collection-card .media,.blog-card .media{aspect-ratio:4 / 5!important}}@media screen and (max-width:749px){.template-index .image-feature-section .blog-feature,.template-index .image-feature-section .blog-feature .media,.template-index .image-feature-section .image-landscape{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;overflow:visible!important;background:transparent!important}.template-index .image-feature-section .blog-feature .media img,.template-index .image-feature-section .image-landscape img{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;transform:none!important}}.banner__content,.banner__box,.rich-text__wrapper,.hero,.image-banner__content{padding-top:2.5rem!important;padding-left:2.5rem!important}@media screen and (max-width:749px){.banner__content,.banner__box,.rich-text__wrapper,.hero,.image-banner__content{padding-top:1.5rem!important;padding-left:1.5rem!important}}.home-hero-section .hero-shell{overflow:hidden!important}.home-hero-section .hero-copy{padding-top:clamp(44px,5.5vw,82px)!important;padding-right:clamp(28px,4vw,56px)!important;padding-bottom:clamp(44px,5.5vw,82px)!important;padding-left:clamp(34px,4vw,58px)!important}.home-hero-section .hero-media{padding-top:clamp(34px,4.5vw,64px)!important;padding-right:clamp(24px,3.5vw,48px)!important;padding-bottom:clamp(34px,4.5vw,64px)!important}@media screen and (min-width:990px)and (max-width:1240px){.home-hero-section .hero-copy{padding:58px 36px 58px 42px!important}.home-hero-section .hero-media{padding-top:46px!important;padding-right:34px!important;padding-bottom:46px!important}}@media screen and (min-width:750px)and (max-width:989px){.home-hero-section .hero-shell{padding:0!important}.home-hero-section .hero-copy{padding:34px 30px 22px!important}.home-hero-section .hero-media{padding:0 30px 34px!important;margin-top:0!important}}@media screen and (max-width:749px){.home-hero-section .hero-copy{padding:24px 18px 0!important}.home-hero-section .hero-media{padding:0 18px 24px!important}}@media screen and (max-width:420px){.home-hero-section .hero-copy,.home-hero-section .hero-media{padding-left:16px!important;padding-right:16px!important}}@media screen and (max-width:989px){body.mobile-menu-open{overflow:hidden!important;touch-action:none!important}.mobile-menu-toggle.is-active{position:relative!important;z-index:10002!important}#mobile-nav-drawer.mobile-nav-drawer.is-open{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;max-height:none!important;overflow-y:auto!important;padding-top:0!important;margin:0!important;background:#fbf8f3!important;border:0!important;box-shadow:none!important;z-index:10001!important;-webkit-overflow-scrolling:touch!important}#mobile-nav-drawer .mobile-nav-inner{width:100%!important;max-width:none!important;padding:18px 20px calc(28px + env(safe-area-inset-bottom))!important;margin:0!important}.mobile-nav-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;min-height:48px!important;padding:0 0 12px!important;border-bottom:1px solid var(--line)!important}.mobile-nav-label{font:500 10px/1.2 Arial,sans-serif!important;letter-spacing:.24em!important;text-transform:uppercase!important;color:var(--muted-soft)!important}.mobile-nav-close{width:44px!important;height:44px!important;min-width:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--line-strong)!important;background:transparent!important;color:var(--accent)!important;font:300 30px/1 Arial,sans-serif!important;cursor:pointer!important}#mobile-nav-drawer .mobile-nav{display:grid!important;gap:0!important;padding:6px 0 0!important}#mobile-nav-drawer .mobile-nav>a,#mobile-nav-drawer .mobile-nav-parent,#mobile-nav-drawer .mobile-nav-utility a{min-height:48px!important;padding:13px 0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid var(--line)!important;font-size:11px!important;line-height:1.2!important;letter-spacing:.18em!important}#mobile-nav-drawer .mobile-nav-group{border-bottom:0!important}#mobile-nav-drawer .mobile-nav-submenu{padding:2px 0 8px 14px!important;border-bottom:1px solid var(--line)!important}#mobile-nav-drawer .mobile-nav-submenu a{min-height:40px!important;padding:10px 0!important;border-bottom:0!important;font-size:10px!important;letter-spacing:.14em!important}#mobile-nav-drawer .mobile-nav-utility{display:grid!important;gap:0!important;padding-top:2px!important}}@media screen and (max-width:989px){body.mobile-menu-open .mobile-menu-toggle.is-active{display:none!important}#mobile-nav-drawer .mobile-nav-header{padding-top:0!important}}body.cart-drawer-open{overflow:hidden!important;touch-action:none!important}.cart-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:11000!important}.cart-drawer[hidden]{display:none!important}.cart-drawer__backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#25312d57!important}.cart-drawer__panel{position:fixed!important;top:0!important;right:0!important;bottom:0!important;width:min(460px,100vw)!important;height:100dvh!important;max-height:100dvh!important;background:#fbf8f2!important;border-left:1px solid var(--line)!important;box-shadow:-18px 0 40px #31443e24!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;z-index:11001!important}.cart-drawer__header{flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:22px 24px 18px!important;border-bottom:1px solid var(--line)!important;background:#fbf8f2!important}.cart-drawer__header h2,#cart-drawer-title{margin:0!important;font-size:28px!important;line-height:1.05!important;letter-spacing:-.02em!important}.cart-drawer__close{width:44px!important;height:44px!important;min-width:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--line-strong)!important;background:transparent!important;color:var(--accent)!important;font:300 30px/1 Arial,sans-serif!important;padding:0!important;cursor:pointer!important}.cart-drawer__body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;display:block!important;padding:6px 24px 22px!important}.cart-drawer__item{display:grid!important;grid-template-columns:124px minmax(0,1fr)!important;gap:18px!important;align-items:start!important;padding:24px 0!important;border-bottom:1px solid var(--line)!important}.cart-drawer__image,.evernorth-cart-page-image,.evernorth-cart-image-wrap,.cart-line .media{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#f1eadf!important;border-radius:0!important;position:relative!important;padding:0!important}.cart-drawer__image{width:124px!important;min-width:124px!important;max-width:124px!important;height:148px!important;min-height:148px!important;max-height:148px!important}.cart-drawer__image picture,.evernorth-cart-page-image picture,.evernorth-cart-image-wrap picture,.cart-line .media picture{display:contents!important}.cart-drawer__image img,.evernorth-cart-page-image img,.evernorth-cart-image-wrap img,.cart-line .media img,.cart-drawer__image picture>img,.evernorth-cart-page-image picture>img,.evernorth-cart-image-wrap picture>img,.cart-line .media picture>img{display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;transform:none!important;scale:1!important;position:static!important;opacity:1!important;visibility:visible!important}.cart-drawer__meta{min-width:0!important;display:block!important;padding-top:0!important}.cart-drawer__title{display:block!important;margin:0 0 10px!important;color:var(--text)!important;font:400 18px/1.16 Georgia,serif!important;letter-spacing:-.015em!important;text-decoration:none!important;overflow-wrap:anywhere!important}.cart-drawer__meta .small,.cart-drawer__variant,.cart-drawer__qty,.cart-drawer__price{margin:4px 0!important;color:var(--accent)!important;font:400 12.5px/1.4 Arial,sans-serif!important}.cart-drawer__remove{display:inline-flex!important;margin-top:12px!important;padding:0 0 3px!important;border:0!important;border-bottom:1px solid var(--line-strong)!important;background:transparent!important;color:var(--muted-soft)!important;font:500 10px/1 Arial,sans-serif!important;letter-spacing:.16em!important;text-transform:uppercase!important;cursor:pointer!important}.cart-drawer__remove:hover{color:var(--accent)!important;border-color:var(--accent)!important}.cart-drawer__footer{flex:0 0 auto!important;margin-top:0!important;padding:18px 24px 24px!important;background:#fbf8f2!important;border-top:1px solid var(--line)!important}.cart-drawer__summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0 0 14px!important;color:var(--accent)!important;font:400 15px/1.5 Arial,sans-serif!important}.cart-drawer__summary strong{font-size:16px!important}.cart-drawer__actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}.cart-drawer__actions .btn{width:100%!important;min-height:50px!important;padding:14px 16px!important;text-align:center!important}.evernorth-cart-page{padding-top:clamp(34px,5vw,68px)!important;padding-bottom:clamp(54px,7vw,88px)!important}.evernorth-cart-header{margin-bottom:24px!important}.evernorth-cart-header h1,.evernorth-cart-page h1{margin:0!important;font-size:clamp(38px,5.5vw,64px)!important;line-height:1.02!important}.evernorth-cart-eyebrow{margin:0 0 10px!important;color:var(--muted-soft)!important;font:500 10px/1.2 Arial,sans-serif!important;letter-spacing:.24em!important;text-transform:uppercase!important}.evernorth-cart-page-item,.cart-line{display:grid!important;grid-template-columns:190px minmax(0,1fr)!important;gap:28px!important;align-items:start!important;padding:28px 0!important;border-bottom:1px solid var(--line)!important}.evernorth-cart-page-item:first-child,.cart-line:first-child{border-top:1px solid var(--line)!important}.evernorth-cart-page-image,.evernorth-cart-image-wrap,.cart-line .media{width:190px!important;min-width:190px!important;max-width:190px!important;height:220px!important;min-height:220px!important;max-height:220px!important}.evernorth-cart-page-title,.cart-line__title{display:block!important;color:var(--text)!important;font:400 22px/1.18 Georgia,serif!important;text-decoration:none!important}.evernorth-cart-page-summary{margin-top:26px!important;padding-top:22px!important;border-top:1px solid var(--line)!important}.evernorth-cart-page-summary p{display:flex!important;justify-content:space-between!important;gap:16px!important;margin:0 0 18px!important;color:var(--accent)!important}.evernorth-cart-page-summary button{width:100%!important;min-height:52px!important;margin-top:10px!important;border:1px solid var(--accent)!important;background:var(--accent)!important;color:#fff!important;font:600 11px/1 Arial,sans-serif!important;letter-spacing:.18em!important;text-transform:uppercase!important;cursor:pointer!important}.evernorth-cart-page-summary button[name=update]{background:transparent!important;color:var(--accent)!important;border-color:var(--line-strong)!important}@media screen and (max-width:749px){.cart-drawer__panel{width:100vw!important;max-width:100vw!important;border-left:0!important;box-shadow:none!important}.cart-drawer__header{padding:18px 20px 14px!important}.cart-drawer__header h2,#cart-drawer-title{font-size:24px!important}.cart-drawer__body{padding:4px 20px 18px!important}.cart-drawer__item{grid-template-columns:112px minmax(0,1fr)!important;gap:15px!important;padding:22px 0!important}.cart-drawer__image{width:112px!important;min-width:112px!important;max-width:112px!important;height:132px!important;min-height:132px!important;max-height:132px!important}.cart-drawer__title{font-size:17px!important;line-height:1.18!important}.cart-drawer__footer{padding:16px 20px calc(20px + env(safe-area-inset-bottom))!important}.cart-drawer__actions{grid-template-columns:1fr!important;gap:10px!important}.evernorth-cart-page{padding-top:34px!important;padding-bottom:52px!important}.evernorth-cart-page-item,.cart-line{grid-template-columns:112px minmax(0,1fr)!important;gap:16px!important;padding:22px 0!important}.evernorth-cart-page-image,.evernorth-cart-image-wrap,.cart-line .media{width:112px!important;min-width:112px!important;max-width:112px!important;height:132px!important;min-height:132px!important;max-height:132px!important}.evernorth-cart-page-title,.cart-line__title{font-size:17px!important;line-height:1.22!important}}@media screen and (max-width:389px){.cart-drawer__item,.evernorth-cart-page-item,.cart-line{grid-template-columns:96px minmax(0,1fr)!important;gap:13px!important}.cart-drawer__image,.evernorth-cart-page-image,.evernorth-cart-image-wrap,.cart-line .media{width:96px!important;min-width:96px!important;max-width:96px!important;height:122px!important;min-height:122px!important;max-height:122px!important}.cart-drawer__title,.evernorth-cart-page-title,.cart-line__title{font-size:15.5px!important}}.collection-template-section{padding-top:52px;padding-bottom:58px}.collection-template-section .pill-row.mb-5{margin-bottom:28px!important}.alaska-clothing-seo-section{padding-top:42px}.alaska-clothing-hero{max-width:1040px;margin:0 auto 30px;padding:34px 36px 32px;border:1px solid var(--line);background:linear-gradient(135deg,#fbf8f3f5,#f2ece3bd)}.alaska-clothing-title{max-width:760px;font-size:clamp(31px,4vw,58px)!important;letter-spacing:-.052em!important}.alaska-clothing-copy{max-width:820px;margin-top:18px}.alaska-clothing-copy p{margin:0 0 14px}.alaska-clothing-copy p:last-child{margin-bottom:0}.alaska-clothing-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.alaska-clothing-links a{display:inline-flex;align-items:center;justify-content:center;padding:10px 13px;border:1px solid var(--line-strong);font:500 9px/1 Arial,sans-serif;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);background:#fbf8f3b8}.alaska-clothing-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:42px}.alaska-clothing-support-grid article{border:1px solid var(--line);background:var(--surface);padding:24px}.alaska-clothing-support-grid h2,.alaska-clothing-faq h2{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.035em;color:var(--text);margin:0 0 12px}.alaska-clothing-support-grid h2{font-size:22px}.alaska-clothing-support-grid p,.alaska-clothing-faq p{margin:0;font:400 13px/1.78 Arial,sans-serif;color:var(--muted)}.alaska-clothing-faq{max-width:920px;margin:34px auto 0;padding-top:26px;border-top:1px solid var(--line)}.alaska-clothing-faq h2{font-size:28px;margin-bottom:16px}.alaska-clothing-faq details{border:1px solid var(--line);background:var(--surface);margin-bottom:10px;padding:15px 18px}.alaska-clothing-faq summary{cursor:pointer;font:500 11px/1.4 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.alaska-clothing-faq details p{margin-top:12px}@media screen and (max-width:989px){.collection-template-section{padding-top:38px;padding-bottom:46px}.alaska-clothing-hero{padding:28px 22px;margin-bottom:24px}.alaska-clothing-support-grid{grid-template-columns:1fr;gap:12px;margin-top:30px}}@media screen and (max-width:640px){.collection-template-section{padding-top:28px;padding-bottom:36px}.collection-template-section .pill-row.mb-5{margin-bottom:20px!important}.alaska-clothing-seo-section{padding-top:24px}.alaska-clothing-hero{padding:22px 18px}.alaska-clothing-links a{width:100%}.alaska-clothing-support-grid article{padding:20px 18px}}@media screen and (max-width:989px){#mobile-nav-drawer .mobile-nav-utility a[data-open-cart-drawer]{justify-content:flex-start!important;gap:0!important;white-space:nowrap!important}#mobile-nav-drawer .mobile-nav-cart-label{display:inline!important;white-space:nowrap!important}}.section{padding-top:44px!important;padding-bottom:44px!important}.section--tight{padding-top:28px!important;padding-bottom:28px!important}.shopify-section{margin-top:0!important;margin-bottom:0!important}.section-heading{margin-bottom:24px!important}@media screen and (min-width:990px){.section{padding-top:56px!important;padding-bottom:56px!important}.section--tight{padding-top:36px!important;padding-bottom:36px!important}}.collection-template-section,.template-collection .collection-template-section,.template-collection .section,body.template-collection .section{padding-top:22px!important;padding-bottom:32px!important}.collection-template-section .eyebrow,.collection-template-section .h1{margin-bottom:10px!important}.collection-template-section .pill-row,.collection-template-section .pill-row.mb-5{margin-top:12px!important;margin-bottom:14px!important}.collection-template-section .product-grid,.template-collection .product-grid{margin-top:0!important;padding-top:0!important}.alaska-clothing-hero{margin-top:0!important;margin-bottom:18px!important;padding-top:22px!important;padding-bottom:22px!important}.alaska-clothing-seo-section{padding-top:22px!important;margin-top:0!important}.product-template-section{padding-top:28px!important;padding-bottom:42px!important}.product-template-section .product-page-grid{gap:36px!important}.product__info-wrapper,.product-info,.product-form,.product__description,.product__accordion{margin-top:12px!important}.cart-template-section,.template-cart .section{padding-top:24px!important;padding-bottom:36px!important}.cart-template-section .h1,.template-cart h1{margin-bottom:16px!important}.blog-template-section,.article-template-section,.page-template-section,.contact-template-section{padding-top:28px!important;padding-bottom:42px!important}.blog-template-section .section-heading,.article-template-section .section-heading,.page-template-section .section-heading,.contact-template-section .section-heading{margin-bottom:22px!important}.search-template-section,.template-search .section{padding-top:24px!important;padding-bottom:36px!important}.home-hero-section{padding-top:36px!important;padding-bottom:42px!important}.home-category-section,.featured-collection,.rich-text,.multicolumn,.image-feature-section{padding-top:42px!important;padding-bottom:42px!important}.spacer,.empty-space,.section-spacer,.spacing-block,[data-empty-space=true]{display:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important}@media screen and (max-width:749px){.section{padding-top:28px!important;padding-bottom:30px!important}.section--tight{padding-top:20px!important;padding-bottom:22px!important}.section-heading{margin-bottom:18px!important}.collection-template-section,.template-collection .collection-template-section,.template-collection .section,body.template-collection .section{padding-top:16px!important;padding-bottom:24px!important}.collection-template-section .pill-row,.collection-template-section .pill-row.mb-5{margin-top:8px!important;margin-bottom:10px!important}.product-template-section{padding-top:18px!important;padding-bottom:30px!important}.product-template-section .product-page-grid{gap:22px!important}.cart-template-section,.template-cart .section,.blog-template-section,.article-template-section,.page-template-section,.contact-template-section,.search-template-section{padding-top:18px!important;padding-bottom:28px!important}.home-hero-section,.home-category-section,.featured-collection,.rich-text,.multicolumn,.image-feature-section{padding-top:28px!important;padding-bottom:30px!important}}.template-collection .collection-template-section,.collection-template-section{padding-top:24px!important}.collection-template-section .page-width{display:flex!important;flex-direction:column!important}.collection-template-section .eyebrow{margin-bottom:12px!important}.collection-template-section h1,.collection-template-section .h1,.collection-template-section .h2{margin-top:0!important;margin-bottom:20px!important}.collection-template-section .pill-row,.collection-template-section .pill-row.mb-5,.collection-template-section .evernorth-tight-collection-controls{margin-top:0!important;margin-bottom:18px!important;padding-bottom:0!important}.collection-template-section .pill-row+.product-grid,.collection-template-section .evernorth-tight-collection-controls+.product-grid,.collection-template-section .evernorth-tight-product-grid,.template-collection .product-grid{margin-top:0!important;padding-top:0!important;transform:none!important}.collection-template-section .product-grid:before,.collection-template-section .product-grid:after{content:none!important;display:none!important}@media screen and (min-width:750px){.collection-template-section .pill-row,.collection-template-section .evernorth-tight-collection-controls{margin-bottom:22px!important}}@media screen and (max-width:749px){.collection-template-section h1,.collection-template-section .h1,.collection-template-section .h2,.collection-template-section .pill-row,.collection-template-section .evernorth-tight-collection-controls{margin-bottom:14px!important}}.collection-template-section{padding-top:16px!important;padding-bottom:32px!important}.collection-template-section .eyebrow{margin-bottom:8px!important}.collection-template-section h1,.collection-template-section .h1,.collection-template-section .h2{margin-top:0!important;margin-bottom:12px!important}.collection-template-section .pill-row,.collection-template-section .evernorth-tight-collection-controls{margin-top:0!important;margin-bottom:0!important;padding-bottom:0!important}.collection-template-section .evernorth-tight-product-grid,.collection-template-section .product-grid{padding-top:0!important;margin-bottom:0!important}@media screen and (min-width:990px){body:not(.template-index) .collection-template-section .evernorth-tight-product-grid,body:not(.template-index) .collection-template-section .product-grid{margin-top:-185px!important}}@media screen and (min-width:750px)and (max-width:989px){.collection-template-section .evernorth-tight-product-grid,.collection-template-section .product-grid{margin-top:-110px!important}}@media screen and (max-width:749px){.collection-template-section{padding-top:12px!important;padding-bottom:24px!important}.collection-template-section .evernorth-tight-product-grid,.collection-template-section .product-grid{margin-top:14px!important}}.alaska-clothing-seo-section .evernorth-tight-product-grid,.alaska-clothing-seo-section .product-grid{margin-top:18px!important}@media screen and (max-width:749px){body:not(.template-index) .collection-template-section:not(.alaska-clothing-seo-section) .evernorth-tight-product-grid,body:not(.template-index) .collection-template-section:not(.alaska-clothing-seo-section) .product-grid{margin-top:-128px!important;padding-top:0!important}body:not(.template-index) .collection-template-section:not(.alaska-clothing-seo-section) .evernorth-tight-collection-controls,body:not(.template-index) .collection-template-section:not(.alaska-clothing-seo-section) .pill-row{margin-bottom:0!important;padding-bottom:0!important}}@media screen and (max-width:390px){body:not(.template-index) .collection-template-section:not(.alaska-clothing-seo-section) .evernorth-tight-product-grid,body:not(.template-index) .collection-template-section:not(.alaska-clothing-seo-section) .product-grid{margin-top:-136px!important}}
/*# sourceMappingURL=/cdn/shop/t/134/assets/base.css.map */
