.cart-page{padding-block:var(--space-8);padding-inline:var(--page-margin)}.cart-page__inner{max-width:680px;margin-inline:auto;display:flex;flex-direction:column;gap:var(--space-7)}.cart-page__heading{font-family:var(--font-heading);font-feature-settings:"ss02" 1;font-size:clamp(1.75rem,5vw,2.25rem);font-weight:700;color:var(--text-primary)}.cart-page__empty{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-5)}.cart-page__empty-msg{color:var(--text-secondary);font-size:1rem}.cart-page__form{display:flex;flex-direction:column;gap:var(--space-7)}.cart-page__items{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--color-border)}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:var(--space-4) var(--space-5);padding-block:var(--space-5);border-bottom:1px solid var(--color-border)}.cart-item__image-link{display:block}.cart-item__image{width:80px;height:80px;object-fit:cover;background-color:var(--surface-1)}.cart-item__details{display:flex;flex-direction:column;gap:var(--space-2)}.cart-item__title{font-size:.9375rem;font-weight:600;color:var(--text-primary);text-decoration:none;line-height:1.35}.cart-item__title:hover{color:var(--color-accent)}.cart-item__variant{font-size:.8125rem;color:var(--text-secondary);margin:0}.cart-item__meta{display:flex;align-items:center;gap:var(--space-4);margin-block:var(--space-1)}.cart-item__qty{display:flex;align-items:center;gap:var(--space-2)}.cart-item__qty-label{font-size:.75rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-tertiary)}.cart-item__qty-input{width:3.5rem;padding:.375rem .5rem;border:1px solid var(--color-border);background-color:transparent;color:var(--text-primary);font-size:.875rem;text-align:center;-moz-appearance:textfield}.cart-item__qty-input::-webkit-outer-spin-button,.cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.cart-item__qty-input:focus{outline:2px solid var(--focus-ring);outline-offset:1px;border-color:transparent}.cart-item__pricing{display:flex;align-items:baseline;gap:var(--space-2);margin-inline-start:auto}.cart-item__price{font-size:.9375rem;font-weight:600;color:var(--text-primary)}.cart-item__original-price{font-size:.8125rem;color:var(--text-tertiary);text-decoration:line-through}.cart-item__remove{display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.04em;color:var(--text-tertiary);text-decoration:underline;text-underline-offset:2px;text-decoration-color:transparent;transition:color .15s,text-decoration-color .15s;align-self:flex-start}.cart-item__remove:hover{color:var(--color-danger);text-decoration-color:var(--color-danger)}.cart-page__summary{display:flex;flex-direction:column;gap:var(--space-4);padding-top:var(--space-5);border-top:1px solid var(--color-border-strong)}.cart-page__totals{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-4)}.cart-page__totals-label{font-size:.8125rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-secondary)}.cart-page__totals-value{font-size:1.125rem;font-weight:700;color:var(--text-primary)}.cart-page__discounts{display:flex;flex-direction:column;gap:var(--space-2)}.cart-page__discount{display:flex;justify-content:space-between;font-size:.8125rem;color:var(--color-success)}.cart-page__tax-note{font-size:.8rem;color:var(--text-tertiary);margin:0}.cart-page__actions{display:flex;flex-direction:column;gap:var(--space-3)}.cart-page__checkout{width:100%;padding:.9375rem 1.5rem;background-color:var(--color-accent);color:#fff;border:1.5px solid var(--color-accent);border-radius:2px;font-family:inherit;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background-color .18s,border-color .18s}.cart-page__checkout:hover{background-color:var(--color-accent-hover);border-color:var(--color-accent-hover)}.cart-page__update{width:100%;padding:.9375rem 1.5rem;background-color:transparent;color:var(--text-secondary);border:1px solid var(--color-border);border-radius:2px;font-family:inherit;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:border-color .18s,color .18s}.cart-page__update:hover{border-color:var(--color-border-strong);color:var(--text-primary)}.cart-shipping-nudge{display:flex;flex-direction:column;gap:var(--space-2)}.cart-shipping-nudge__msg{font-size:.9375rem;color:var(--text-secondary);margin:0}.cart-shipping-nudge__msg--unlocked{display:flex;align-items:center;gap:var(--space-2);color:var(--color-success);font-weight:600}.cart-shipping-nudge__msg--unlocked svg{width:1em;height:1em;flex-shrink:0}.cart-shipping-nudge__bar{height:4px;background-color:var(--color-border);border-radius:99px;overflow:hidden}.cart-shipping-nudge__fill{height:100%;width:var(--pct);max-width:100%;background-color:var(--color-accent);border-radius:99px;transition:width .4s ease}@media(min-width:640px){.cart-page__form{flex-direction:row;align-items:flex-start;gap:var(--space-8)}.cart-page__items{flex:1;min-width:0}.cart-page__summary{width:260px;flex-shrink:0;padding-top:0;border-top:none;border-left:1px solid var(--color-border);padding-left:var(--space-6);position:sticky;top:calc(var(--header-height, 64px) + var(--space-5))}.cart-page__actions{gap:var(--space-2)}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-section{padding-top:var(--contact-pt, 80px);padding-bottom:var(--contact-pb, 80px)}.contact-section--pad-small{--contact-pt: 48px;--contact-pb: 48px}.contact-section--pad-medium{--contact-pt: 80px;--contact-pb: 80px}.contact-section--pad-large{--contact-pt: 120px;--contact-pb: 120px}.contact-section--bg-default{background-color:var(--color-background)}.contact-section--bg-subtle_panel{background-color:color-mix(in srgb,var(--color-background) 92%,var(--color-foreground) 8%)}.contact-section--bg-none{background-color:transparent}.contact-section__inner{width:var(--content-width);margin-inline:auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,6rem);align-items:start}.contact-section__text{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:2rem}.contact-section__body{font-size:1.0625rem;line-height:1.75;opacity:.8;max-width:40ch}.contact-section__support-note{font-size:.875rem;line-height:1.6;opacity:.55;padding-top:.75rem;border-top:1px solid var(--color-border);max-width:40ch}.contact-section__form-wrap{background-color:var(--color-background);border:1px solid var(--color-border);border-radius:4px;padding:clamp(1.5rem,3vw,2.5rem)}.contact-section--bg-default .contact-section__form-wrap,.contact-section--bg-none .contact-section__form-wrap{background-color:color-mix(in srgb,var(--color-background) 92%,var(--color-foreground) 8%)}.contact-section__fields{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.contact-section__field{display:flex;flex-direction:column;gap:.4rem}.contact-section__field--full{grid-column:1 / -1}.contact-section__label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.6}.contact-section__input{width:100%;background-color:var(--color-background);color:var(--color-foreground);border:1px solid var(--color-border);border-radius:3px;padding:.65em .85em;font-size:.9375rem;font-family:var(--font-body);line-height:1.5;-webkit-appearance:none;appearance:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.contact-section__input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent) 22%,transparent)}.contact-section__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85em center;padding-right:2.25em;cursor:pointer}.contact-section__textarea{resize:vertical;min-height:140px}.contact-section__submit{margin-top:.25rem}.contact-section__btn{display:inline-flex;align-items:center;justify-content:center;padding:.85em 1.75em;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-family:var(--font-body);background-color:var(--color-foreground);color:var(--color-background);border:1px solid var(--color-foreground);border-radius:2px;cursor:pointer;transition:opacity .15s ease;line-height:1}.contact-section__btn:hover{opacity:.82}.contact-section__btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.contact-section__success{font-size:1rem;line-height:1.65;padding:1.25rem;border:1px solid color-mix(in srgb,var(--color-accent) 40%,transparent);border-radius:3px;background-color:color-mix(in srgb,var(--color-accent) 8%,transparent);color:var(--color-foreground)}.contact-section__errors{margin-bottom:1.25rem;font-size:.9rem;color:#b94a48}.contact-section__device-model--hidden{display:none}@media(max-width:767px){.contact-section__inner{grid-template-columns:1fr;gap:2.5rem}.contact-section__text{position:static}.contact-section__body,.contact-section__support-note{max-width:none}.contact-section__fields{grid-template-columns:1fr}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.shopify-section:has(>footer.site-footer){background-color:var(--color-bg-inverse)}.shopify-section:has(>footer.site-footer):before{content:"";display:block;height:4px;background:linear-gradient(to right,rgba(201,106,27,.38) 0%,rgba(201,106,27,.22) 40%,rgba(201,106,27,.06) 80%,transparent 100%) 0 0 / 100% 1px no-repeat,linear-gradient(to right,rgba(201,106,27,.12) 0%,rgba(201,106,27,.06) 50%,transparent 100%) 0 100% / 100% 1px no-repeat}.site-footer{--text-primary: var(--color-text-inverse);--text-secondary: rgba(245, 243, 239, .55);--text-tertiary: rgba(245, 243, 239, .35);--color-foreground: var(--color-text-inverse);--border-default: rgba(245, 243, 239, .1);padding:4rem 0 2rem}.site-footer a{color:var(--color-foreground);text-decoration:none;transition:opacity .15s ease}.site-footer a:hover{opacity:.7}.site-footer__main{display:grid;grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(0,1fr));gap:2rem;align-items:start}.site-footer__brand{max-width:26rem}.site-footer__logo-link{display:inline-flex;width:min(100%,12rem)}.site-footer__logo{display:block;width:100%;height:auto}.site-footer__tagline{margin:1rem 0 0;color:var(--text-secondary);line-height:1.6}.site-footer__origin{margin-top:1.25rem;font-size:.8rem;letter-spacing:.09em;text-transform:uppercase;color:var(--text-tertiary)}.site-footer__heading{margin:0 0 .9rem;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary)}.site-footer__list{list-style:none;margin:0;padding:0;display:grid;gap:.7rem}.site-footer__meta{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:2.5rem;padding-top:1.5rem}.site-footer__copyright{margin:0;color:var(--text-tertiary)}.site-footer__payment{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;color:var(--text-secondary)}.site-footer__payment svg{width:2.25rem;height:auto}@media screen and (max-width:900px){.site-footer__main{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__brand{grid-column:1 / -1}}@media screen and (max-width:640px){.site-footer{padding:2.5rem 0 1.75rem}.site-footer__main{grid-template-columns:1fr;gap:1.75rem}.site-footer__meta{flex-direction:column;align-items:flex-start}.site-footer__payment{justify-content:flex-start}}.shopify-section:has(>header){--surface-1: var(--color-bg-inverse);--text-primary: var(--color-text-inverse);--text-secondary: rgba(245, 243, 239, .68);--border-default: rgba(245, 243, 239, .1);background-color:var(--surface-1);background-image:none;border-bottom:1px solid var(--border-default);position:sticky;top:0;z-index:100}header{height:5rem;position:relative;display:grid;grid-template-columns:1fr auto;align-items:center}header a{position:relative;text-decoration:none;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:color .15s ease}header a:hover{color:var(--text-primary)}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:1.75rem}header .header__logo-link{display:flex;align-items:center;padding:.75rem 0;justify-self:start}header .header__logo{height:3.5rem;width:auto;transform:translateY(-1px)}header .header__menu,header .header__icons{display:flex;gap:1rem;align-items:center}header .header__menu{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);gap:0}header .header__menu a{position:relative;padding:.6rem .85rem;font-family:League Spartan,system-ui,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-secondary)}header .header__menu a+a:before{content:"";position:absolute;left:0;top:50%;width:2px;height:.875rem;transform:translateY(-50%);background:#9c2814;opacity:.75}header .header__menu a:hover{color:var(--text-primary)}header .header__menu a[aria-current=page]{color:var(--text-primary);font-weight:700}header .header__menu a[aria-current=page]:after{content:"";position:absolute;bottom:.2rem;left:.85rem;right:.85rem;height:1px;background:currentColor;opacity:.5}shopify-account.header__account-btn{display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:color .15s ease}shopify-account.header__account-btn:hover{color:var(--text-primary)}shopify-account.header__account-btn a,shopify-account.header__account-btn button{display:flex;align-items:center;justify-content:center;color:inherit;text-decoration:none}.header__icons{justify-self:end}.header__hamburger{display:none;background:none;border:none;padding:0;cursor:pointer;color:var(--text-secondary);transition:color .15s ease;line-height:0}.header__hamburger:hover{color:var(--text-primary)}.header__hamburger svg{width:2rem}.nav-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden;pointer-events:none}.nav-drawer.is-open{visibility:visible;pointer-events:all}.nav-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s ease}.nav-drawer.is-open .nav-drawer__overlay{opacity:1}.nav-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:280px;background:var(--surface-1);border-right:1px solid var(--border-default);transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;padding:1.25rem;gap:1.5rem}.nav-drawer.is-open .nav-drawer__panel{transform:translate(0)}.nav-drawer__close{background:none;border:none;padding:0;cursor:pointer;color:var(--text-secondary);transition:color .15s ease;align-self:flex-end;line-height:0}.nav-drawer__close:hover{color:var(--text-primary)}.nav-drawer__close svg{width:1.5rem}.nav-drawer__nav{display:flex;flex-direction:column;gap:.25rem}.nav-drawer__nav a{font-size:1.125rem;font-weight:500;color:var(--text-secondary);text-decoration:none;padding:.625rem 0;border-bottom:1px solid var(--border-default);transition:color .15s ease}.nav-drawer__nav a:hover{color:var(--text-primary)}@media(max-width:767px){header{display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"hamburger logo icons";align-items:center;height:9rem}.header__hamburger{display:flex;grid-area:hamburger;align-self:center}.header__logo-link--mobile{grid-area:logo;justify-self:center}.header__icons{grid-area:icons;justify-self:end;align-self:center}.header__logo-link--desktop,.header__menu{display:none!important}header .header__logo--stacked{height:7rem}}@media(min-width:768px){.header__hamburger,.header__logo-link--mobile,.nav-drawer{display:none!important}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.password-page{--password-bg: #14110f;--password-bg-secondary: #1c1a18;--password-grid: rgba(201, 106, 27, .1);--password-line: rgba(243, 163, 92, .9);--password-line-soft: rgba(243, 163, 92, .24);--password-card: rgba(17, 15, 14, .78);--password-border: rgba(245, 243, 239, .14);--password-copy: var(--color-text-inverse);--password-copy-muted: rgba(245, 243, 239, .66);--password-accent: var(--color-accent);--password-accent-soft: var(--color-accent-soft);--password-accent-glow: var(--color-accent-glow);align-items:start;background:radial-gradient(120% 85% at 50% 105%,rgba(201,106,27,.12) 0%,transparent 52%),radial-gradient(95% 70% at 50% -8%,rgba(243,163,92,.07) 0%,transparent 60%),var(--surface-warm-wash),linear-gradient(180deg,var(--password-bg-secondary),var(--password-bg));color:var(--password-copy);display:grid;justify-items:center;min-height:100svh;overflow-x:hidden;overflow-y:auto;padding:clamp(1rem,2vw,1.5rem);position:relative;align-content:end}.password-page:before,.password-page:after{content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.password-page:before{background-image:linear-gradient(var(--password-grid) 1px,transparent 1px),linear-gradient(90deg,var(--password-grid) 1px,transparent 1px),repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0,rgba(255,255,255,.018) 1px,transparent 1px,transparent 4px);background-position:center;background-size:5rem 5rem,5rem 5rem,100% 100%;-webkit-mask-image:linear-gradient(180deg,transparent 10%,rgba(0,0,0,.8) 55%,rgba(0,0,0,.95));mask-image:linear-gradient(180deg,transparent 10%,rgba(0,0,0,.8) 55%,rgba(0,0,0,.95));opacity:.45;transform:perspective(900px) rotateX(74deg) translateY(30%);transform-origin:center bottom}.password-page:after{display:none}.password-page__canvas-shell{top:0;right:0;bottom:0;left:0;position:absolute;z-index:0}.password-page__canvas,.password-page__logo-fallback,.password-page__scanlines,.password-page__glow{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.password-page__canvas{display:block;z-index:2}.password-page__logo-fallback{filter:brightness(0) saturate(100%) invert(70%) sepia(37%) saturate(1248%) hue-rotate(350deg) brightness(99%) contrast(90%) drop-shadow(0 0 18px rgba(243,163,92,.25));object-fit:contain;opacity:.55;object-position:center 24%;z-index:1}.password-page__scanlines{background:linear-gradient(180deg,#ffffff14 0,#ffffff03,#0000001a);background-size:100% 4px;mix-blend-mode:screen;opacity:.12}.password-page__glow{background:radial-gradient(circle at center,rgba(243,163,92,.1),transparent 44%),radial-gradient(circle at 50% 16%,rgba(255,255,255,.035),transparent 28%);filter:blur(48px)}.password-page__content{align-self:end;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--password-card);border:1px solid rgba(245,243,239,.08);box-shadow:0 0 0 1px #c96a1b1f inset,0 18px 52px #00000057;max-width:36rem;padding:clamp(1.5rem,4vw,3rem);position:relative;text-align:center;width:min(100%,36rem);z-index:2;margin:min(5vh,2.5rem) auto clamp(.5rem,2vh,1.5rem)}.password-page__content:focus-within{border-color:#f3a35c2e;box-shadow:0 0 0 1px #c96a1b29 inset,0 18px 52px #00000057,0 0 0 1px #f3a35c14}.password-page__content:before{content:"";top:0;right:0;bottom:0;left:0;position:absolute;border:1px solid rgba(201,106,27,.18);opacity:1;pointer-events:none}.password-page h1{color:var(--password-copy);font-size:clamp(2.4rem,8vw,4.75rem);letter-spacing:.02em;line-height:.96;margin:0;text-wrap:balance}.password-page__message{color:var(--password-copy-muted);font-size:.98rem;line-height:1.55;margin:1rem auto 0;max-width:24rem}.password-page__form{display:grid;gap:.85rem;margin-top:1.6rem;text-align:left}.password-page__form label{color:var(--password-accent-soft);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase}.password-page__field-row{display:grid;gap:.75rem;grid-template-columns:minmax(0,1fr);position:relative}.password-page__form input{-webkit-appearance:none;appearance:none;background:linear-gradient(180deg,#ffffff04,#fff0),#0a0908d1;border:1px solid rgba(245,243,239,.14);border-radius:0;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease;color:var(--password-copy);font:inherit;min-height:3.5rem;padding:0 1rem;width:100%}.password-page__form input::placeholder{color:#f5f3ef57}.password-page__form input:focus{background:linear-gradient(180deg,#ffffff08,#fff0),#0a0908e6;border-color:#f3a35c57;box-shadow:inset 0 0 0 1px #f3a35c14;outline:none}.password-page__form button{-webkit-appearance:none;appearance:none;background:var(--password-accent);border:1px solid rgba(243,163,92,.42);color:#171310;cursor:pointer;font:inherit;font-size:.95rem;font-weight:700;letter-spacing:.12em;min-height:3.5rem;padding:0 1.4rem;text-transform:uppercase;transition:background .18s ease,transform .18s ease,box-shadow .18s ease,border-color .18s ease}.password-page__form button:hover,.password-page__form button:focus-visible{background:var(--password-accent-hover);border-color:#f3a35cb3;box-shadow:0 0 18px #f3a35c2e;transform:translateY(-1px)}.password-page__errors{color:#f3a35ceb;font-size:.95rem}.password-page__errors ul{margin:0;padding-left:1rem}.password-page__fallback-logo{display:block;margin:2rem auto 0;max-width:16rem;opacity:.7;width:100%}@media screen and (min-width:700px){.password-page__field-row{gap:0;grid-template-columns:minmax(0,1fr) auto}.password-page__form button{min-width:12rem}}@media screen and (max-width:699px){.password-page{padding:.75rem .75rem 1rem}.password-page__content{min-height:50svh;display:flex;flex-direction:column;justify-content:center;padding:1.15rem;width:min(100%,32rem);margin-top:40svh}.password-page h1{font-size:clamp(2rem,12vw,3rem)}.password-page__message{font-size:.92rem;line-height:1.45;margin-top:.75rem}.password-page__form{gap:.7rem;margin-top:1.25rem}.password-page__form label{font-size:.74rem;letter-spacing:.14em}.password-page__form input,.password-page__form button{min-height:3.1rem}.password-page__form button{font-size:.9rem;padding:0 1rem}}@media screen and (max-width:699px)and (max-height:780px){.password-page{padding-top:.8rem}.password-page__content{min-height:50svh;padding:1rem;margin-top:34svh}.password-page h1{font-size:clamp(1.75rem,10vw,2.5rem)}.password-page__message{display:none}.password-page__form{margin-top:1rem}}.policy-page__body section:first-child>*:first-child{margin-top:0}.policy-page-wrapper{display:block}.policy-page__header{background-color:var(--color-bg-inverse);background-image:var(--surface-warm-wash);background-size:cover;border-bottom:1px solid rgba(255,255,255,.08);padding-top:64px;padding-bottom:64px}.policy-page__content{background-color:var(--color-bg);padding-top:56px;padding-bottom:96px}.policy-page__inner{max-width:720px;margin-inline:auto;padding-inline:24px}.policy-page__title{font-family:var(--font-heading);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:#f5f3ef!important;margin-bottom:.75rem}.policy-page__intro{font-size:1.125rem;line-height:1.6;color:#f5f3ef8c}.policy-page__body{font-size:1.0625rem;line-height:1.75;color:var(--color-text)}.policy-page__body h2{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--color-text);margin-top:2.5rem;margin-bottom:.5rem}.policy-page__body h3{font-family:var(--font-body);font-size:.8125rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--color-text-muted);margin-top:1.75rem;margin-bottom:.5rem}.policy-page__body p{color:var(--color-text);opacity:.85;margin-top:.75em}.policy-page__body section:first-child p:first-child,.policy-page__body section:first-child>*:first-child{margin-top:0}.policy-page__body ul,.policy-page__body ol{padding-left:1.4em;opacity:.85;margin-top:.5em}.policy-page__body li+li{margin-top:.35em}.policy-page__body strong{font-weight:600;opacity:1}.policy-page__body a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.policy-page__body a:hover{color:var(--color-accent-hover)}.policy-page__closing{margin-top:2.5rem!important;padding-top:1.5rem;border-top:1px solid var(--color-border);font-size:.9375rem;color:var(--color-text-muted);font-style:italic;opacity:1!important}@media screen and (max-width:749px){.policy-page__header{padding-top:40px;padding-bottom:40px}.policy-page__content{padding-top:40px;padding-bottom:64px}.policy-page__body{font-size:1rem}}.product-hero{display:grid;grid-template-columns:var(--content-grid)}.product-hero__visual{grid-column:1 / -1;grid-row:1;position:relative;min-height:var(--min-height, 75vh);overflow:hidden;display:grid;grid-template-columns:var(--content-grid);align-items:end}.product-hero__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--overlay, .4));z-index:0}.product-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:var(--focal, center center)}.product-hero__identity{grid-column:2;position:relative;z-index:1;padding-bottom:4.5rem;color:#fff;pointer-events:none}.product-hero__brand{font-family:var(--font-eyebrow);font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);opacity:1;margin:0 0 .5rem}.product-hero__wordmark{font-family:var(--font-heading);font-weight:700;font-feature-settings:"ss03" 1;font-size:clamp(5.5rem,10.5vw,10.5rem);line-height:.9;letter-spacing:-.025em;margin:0 0 1.25rem;color:#fff}.product-hero__subtitle{font-size:.9rem;line-height:1.6;opacity:.48;margin:0}.product-hero__panel{--panel-text: var(--color-text-inverse);--panel-border: rgba(245, 243, 239, .14);--panel-muted: rgba(245, 243, 239, .38);grid-column:2;grid-row:1;justify-self:end;align-self:center;z-index:2;width:min(310px,38%);padding-block:3rem}.product-hero__panel-card{background-color:#161412eb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(201,106,27,.22);border-top:2px solid var(--color-accent);padding:1.75rem;color:var(--panel-text);display:flex;flex-direction:column;gap:1.5rem}.product-hero__price{font-family:var(--font-heading);font-weight:700;font-feature-settings:"ss02" 1;font-size:1.625rem;color:var(--panel-text);margin:0}.product-hero__form{display:flex;flex-direction:column;gap:1.25rem}.product-hero__options{display:flex;flex-direction:column;gap:1rem}.product-hero__option-group{border:none;padding:0;margin:0}.product-hero__option-label{display:block;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--panel-muted);margin-bottom:.5rem}.product-hero__pills{display:flex;flex-wrap:wrap;gap:.375rem}.product-hero__pill{position:relative;cursor:pointer}.product-hero__pill input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.product-hero__pill span{display:block;padding:.4375rem .875rem;border:1px solid var(--panel-border);font-size:.8125rem;line-height:1.4;color:var(--panel-text);transition:border-color .15s,background-color .15s,color .15s;white-space:nowrap;-webkit-user-select:none;user-select:none}.product-hero__pill:hover span{border-color:#f5f3ef73}.product-hero__pill input:checked+span{background-color:var(--color-text-inverse);border-color:var(--color-text-inverse);color:var(--color-bg-inverse)}.product-hero__pill input:focus-visible+span{outline:2px solid var(--focus-ring);outline-offset:2px}.product-hero__submit{width:100%;padding:1rem 1.25rem;margin-top:.25rem;background-color:var(--color-accent);color:#fff;border:1.5px solid var(--color-accent);border-radius:0;font-family:inherit;font-size:.875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background-color .2s,border-color .2s}.product-hero__submit:hover:not(:disabled){background-color:var(--color-accent-hover);border-color:var(--color-accent-hover)}.product-hero__submit:disabled{opacity:.35;cursor:not-allowed}.product-hero__trust{font-size:.75rem;color:var(--panel-muted);text-align:center;margin:0}.product-hero__bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.product-hero__bullet{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--panel-muted)}.product-hero__bullet svg{width:.875rem;height:.875rem;flex-shrink:0}.product-hero__pricing-block{display:flex;flex-direction:column;gap:.375rem}.product-hero__pricing{display:flex;align-items:baseline;gap:.625rem;flex-wrap:wrap}.product-hero__compare-price{font-size:.875rem;font-weight:400;color:var(--panel-muted);opacity:.55;text-decoration:line-through;margin:0}.product-hero__promo-label{font-size:.75rem;font-weight:400;letter-spacing:.02em;color:var(--panel-muted);margin:-.25rem 0 0}.product-hero__promo-note{font-size:.75rem;color:var(--panel-muted);font-style:italic;margin:0}.product-hero__lead-time{font-size:.8125rem;color:var(--panel-muted);margin:0}.product-hero__shipping-nudge{font-size:.8125rem;color:var(--panel-muted);text-align:center;margin:0}@media(max-width:767px){.product-hero{grid-template-columns:1fr}.product-hero__visual{grid-column:1;grid-row:1;min-height:60vh}.product-hero__wordmark{font-size:clamp(5rem,25vw,7rem)}.product-hero__panel{--panel-text: var(--color-text);--panel-border: var(--color-border-strong);--panel-muted: var(--color-text-subtle);grid-column:1;grid-row:2;justify-self:stretch;align-self:auto;width:auto;padding:2rem var(--page-margin);border-bottom:1px solid var(--color-border)}.product-hero__panel-card{background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;padding:0}.product-hero__submit{background-color:var(--color-text);border-color:var(--color-text);color:var(--color-text-inverse);border-radius:var(--radius-sm)}.product-hero__submit:hover:not(:disabled){background-color:transparent;color:var(--color-text)}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.section-article-body{padding-top:var(--pt, 56px);padding-bottom:var(--pb, 96px);animation:article-fadein .15s ease both}@keyframes article-fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.section-article-body__inner{width:var(--content-width);max-width:720px;margin-inline:auto;display:flex;flex-direction:column;gap:2.5rem}.article-header{display:flex;flex-direction:column;gap:.6rem}.article-header__eyebrow{font-family:var(--font-eyebrow);font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);opacity:1}.article-header__title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1;letter-spacing:-.01em}.article-header__meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-variant-numeric:tabular-nums;opacity:.65;margin-top:.15rem}.article-header__sep{opacity:.4}.article-hero__frame{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;outline:1px solid var(--color-border)}.article-hero__frame:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;background:linear-gradient(currentColor,currentColor) top left / 18px 1px no-repeat,linear-gradient(currentColor,currentColor) top left / 1px 18px no-repeat,linear-gradient(currentColor,currentColor) top right / 18px 1px no-repeat,linear-gradient(currentColor,currentColor) top right / 1px 18px no-repeat,linear-gradient(currentColor,currentColor) bottom left / 18px 1px no-repeat,linear-gradient(currentColor,currentColor) bottom left / 1px 18px no-repeat,linear-gradient(currentColor,currentColor) bottom right / 18px 1px no-repeat,linear-gradient(currentColor,currentColor) bottom right / 1px 18px no-repeat;opacity:.3;pointer-events:none;z-index:1}.article-hero__frame img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}@media(min-width:768px){.article-hero__frame:hover img{transform:scale(1.015)}}.article-content{font-size:1.0625rem;line-height:1.7;color:var(--color-text)}.article-content>*+*{margin-top:1.3em}.article-content h2{font-family:var(--font-heading);font-size:clamp(1.4rem,2.8vw,1.8rem);font-weight:700;line-height:1.1;letter-spacing:-.015em;margin-top:2.5em;margin-bottom:.75em;color:var(--color-text)}.article-content h3{font-family:var(--font-body);font-size:clamp(1.1rem,2vw,1.2rem);font-weight:600;line-height:1.3;letter-spacing:-.01em;margin-top:2em;margin-bottom:.5em;color:var(--color-text)}.article-content p{color:var(--color-text)}.article-content a{color:var(--color-accent);text-underline-offset:3px;text-decoration-color:transparent;transition:text-decoration-color .15s ease,opacity .15s ease}.article-content a:hover{text-decoration-color:currentColor;opacity:.8}.article-content ul,.article-content ol{padding-left:1.5em;color:var(--color-text)}.article-content li+li{margin-top:.4em}.article-content blockquote{border-left:2px solid var(--color-accent);padding-left:1.25rem;font-style:italic;opacity:.8;margin-block:2em}.article-content hr{border:none;width:50%;margin-inline:auto;border-top:1px solid var(--color-border);margin-block:3em;opacity:.5}.article-content img{width:100%;height:auto;display:block;margin-block:2rem;outline:1px solid var(--color-border)}@media(min-width:768px){.article-content img{transition:transform .4s ease}.article-content img:hover{transform:scale(1.01)}}.article-content iframe,.article-content video{width:100%;aspect-ratio:16 / 9;height:auto;display:block;margin-block:2rem}.article-content .video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;margin-block:2rem}.article-content .video-wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0}.article-content .lab-note{background:var(--color-bg-elevated);border-left:2px solid var(--color-accent);padding:.875rem 1rem;font-size:.9375rem;line-height:1.65;border-radius:0 2px 2px 0}.article-content .observation{font-style:italic;padding-left:1.25rem;opacity:.85;border-left:none}.article-content .build-detail{font-family:ui-monospace,SF Mono,Fira Code,monospace;font-size:.8125rem;line-height:1.7;background:var(--color-bg-elevated);padding:1rem 1.25rem;border:1px solid var(--color-border);color:var(--color-text-muted);white-space:pre;overflow-x:auto}.article-author{padding-top:2.5rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.35rem}.article-author__name{font-family:var(--font-heading);font-size:1rem;font-weight:700;letter-spacing:-.01em}.article-author__bio{font-size:.9rem;line-height:1.6;color:var(--color-text-muted);max-width:48ch}.article-nav{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--color-border);gap:1rem}.article-nav__back,.article-nav__next{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;text-decoration:none;color:inherit;opacity:.6;transition:opacity .15s ease,text-underline-offset .15s ease;text-underline-offset:2px}.article-nav__back:hover,.article-nav__next:hover{opacity:1;text-decoration:underline}.article-nav__next{margin-left:auto;text-align:right;max-width:50%}.article-footer{padding-top:1.5rem;border-top:1px solid var(--color-border)}.article-footer__tags{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.article-footer__label{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.5;margin-right:.25rem}@media(max-width:767px){.section-article-body{padding-top:calc(var(--pt, 56px) * .7)}.section-article-body__inner{gap:2rem;padding-inline:4px}.article-header__title{font-size:clamp(1.75rem,7vw,2.5rem)}.article-content img{margin-inline:calc(50% - 50vw);width:100vw;outline:none}}.section-blog-listing{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 96px)}.section-blog-listing__inner{width:var(--content-width);margin-inline:auto;display:flex;flex-direction:column;gap:4rem}.section-blog-listing__intro{max-width:720px;margin-inline:auto;text-align:center;font-size:1.125rem;line-height:1.75;color:var(--color-text-muted);padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.section-blog-listing__list{list-style:none;padding:0;max-width:880px;margin-inline:auto;width:100%;display:flex;flex-direction:column;gap:3rem}.blog-card{display:grid;grid-template-columns:1fr;gap:1.5rem;position:relative}@media(min-width:640px){.blog-card{grid-template-columns:5fr 7fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:center}}.blog-card__link{display:block;overflow:visible;text-decoration:none;color:inherit}.blog-card__frame{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;outline:1px solid var(--color-border);background-color:var(--color-bg-elevated)}.blog-card__frame:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;background:linear-gradient(currentColor,currentColor) top left / 14px 1px no-repeat,linear-gradient(currentColor,currentColor) top left / 1px 14px no-repeat,linear-gradient(currentColor,currentColor) top right / 14px 1px no-repeat,linear-gradient(currentColor,currentColor) top right / 1px 14px no-repeat,linear-gradient(currentColor,currentColor) bottom left / 14px 1px no-repeat,linear-gradient(currentColor,currentColor) bottom left / 1px 14px no-repeat,linear-gradient(currentColor,currentColor) bottom right / 14px 1px no-repeat,linear-gradient(currentColor,currentColor) bottom right / 1px 14px no-repeat,linear-gradient(currentColor,currentColor) top center / 8px 1px no-repeat,linear-gradient(currentColor,currentColor) bottom center/ 8px 1px no-repeat,linear-gradient(currentColor,currentColor) center left / 1px 8px no-repeat,linear-gradient(currentColor,currentColor) center right / 1px 8px no-repeat;opacity:.2;pointer-events:none;z-index:1}.blog-card__frame img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,filter .4s ease}@media(hover:hover){.blog-card:hover .blog-card__frame img{transform:scale(1.012);filter:brightness(1.04) saturate(.95)}.blog-card:hover .blog-card__frame{outline-color:var(--color-border-strong)}}.blog-card__frame--empty{display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse 80% 70% at 30% 70%,rgba(201,106,27,.09) 0%,transparent 70%),radial-gradient(ellipse 50% 40% at 80% 20%,rgba(180,90,10,.05) 0%,transparent 60%),var(--color-bg-elevated)}.blog-card__no-image{font-family:var(--font-heading);font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;opacity:.18}.blog-card__body{display:flex;flex-direction:column;gap:0}.blog-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .5rem;font-family:var(--font-eyebrow);font-size:.6rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.75rem}.blog-card__issue{color:var(--color-accent);font-family:var(--font-eyebrow);font-size:.6rem;letter-spacing:.14em}.blog-card__meta-sep{opacity:.3;letter-spacing:0}.blog-card__title{font-family:var(--font-heading);font-size:clamp(1.25rem,2.2vw,1.625rem);font-weight:700;line-height:1.15;letter-spacing:-.01em;margin-bottom:.875rem}.blog-card__title a{color:inherit;text-decoration:none;transition:color .15s ease}.blog-card:hover .blog-card__title a{color:var(--color-accent)}.blog-card__excerpt{font-size:.9375rem;line-height:1.75;color:var(--color-text-muted);margin-bottom:1.25rem}.blog-card__read-more{display:inline-flex;align-items:center;gap:.35rem;font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:var(--color-text-subtle);transition:color .15s ease,gap .2s ease}.blog-card__read-more:hover,.blog-card:hover .blog-card__read-more{color:var(--color-accent);gap:.55rem}.blog-card__arrow{display:inline-block;transition:transform .2s ease}.blog-card:hover .blog-card__arrow{transform:translate(3px)}.section-blog-listing__pagination{display:flex;justify-content:center;max-width:880px;margin-inline:auto;width:100%;padding-top:2rem;border-top:1px solid var(--color-border)}.section-blog-listing__empty{font-size:1rem;color:var(--color-text-muted);font-style:italic;text-align:center}.section-bullet-list{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-bullet-list__inner{width:var(--content-width);margin-inline:auto;padding-inline:var(--page-margin);display:flex;flex-direction:column;gap:2rem}.section-bullet-list__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.section-bullet-list__item{font-size:1.0625rem;line-height:1.6;display:flex;align-items:baseline;gap:.75rem}.section-bullet-list__icon{flex-shrink:0;display:flex;align-items:center;position:relative;top:.1em;opacity:.9}.section-bullet-list__icon svg{width:1rem;height:1rem;display:block}.section-bullet-list__dash{flex-shrink:0;opacity:.4;font-weight:400}.section-cta-band{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-cta-band--dark{background-color:var(--color-bg-inverse);color:var(--color-background)}.section-cta-band--light{position:relative;overflow:hidden;background:radial-gradient(ellipse 80% 60% at 50% 110%,rgba(201,106,27,.06) 0%,transparent 100%),radial-gradient(ellipse 60% 40% at 50% -10%,rgba(201,106,27,.03) 0%,transparent 100%),#f5f4f2;color:var(--color-foreground)}.section-cta-band--light:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;opacity:.08;pointer-events:none;z-index:0}.section-cta-band--light .section-cta-band__inner{position:relative;z-index:1}.section-cta-band__inner{display:flex;flex-direction:column;gap:2rem;padding-inline:var(--page-margin);max-width:var(--page-width);margin-inline:auto;width:100%;box-sizing:border-box}.section-cta-band__text{display:flex;flex-direction:column;gap:.5rem}@media(max-width:767px){.section-cta-band__action .btn{width:100%}}@media(min-width:768px){.section-cta-band__inner{flex-direction:row;align-items:center;justify-content:flex-start;gap:3rem}}.section-cta-band__heading{font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.section-cta-band__body{font-size:1rem;line-height:1.6;opacity:.75;max-width:52ch}.section-design-proof{position:relative;overflow:hidden;background-color:var(--color-bg-inverse);color:var(--color-text-inverse);padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-design-proof:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 90% 70% at 0% 100%,rgba(201,106,27,.1) 0%,transparent 65%),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(180,90,10,.05) 0%,transparent 60%),linear-gradient(#0000000f,#0000000f);z-index:0}.section-design-proof:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23g)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;opacity:.04;mix-blend-mode:screen;z-index:0}.section-design-proof__inner{width:var(--content-width);margin-inline:auto;position:relative;z-index:1}.section-design-proof__header{margin-bottom:2.5rem}@media(max-width:767px){.section-design-proof__header{margin-bottom:1.75rem}}.section-divider{display:flex;align-items:center;gap:1.25rem}.section-divider__rule{flex:1;display:block;height:1px;background-color:currentColor;opacity:.12}.section-divider__mark{flex-shrink:0;width:10px;height:10px;opacity:.2;color:var(--color-foreground)}.section-feature-grid{padding-top:var(--pt, 60px);padding-bottom:var(--pb, 60px)}.section-feature-grid__header{margin-bottom:3rem}.section-feature-grid__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);gap:2.5rem 2rem}@media(max-width:767px){.section-feature-grid__grid{grid-template-columns:repeat(var(--cols-mobile, 1),1fr);gap:2rem}.section-feature-grid__header{margin-bottom:2rem}}.section-final-cta{position:relative;padding-top:var(--pt, 80px);padding-bottom:var(--pb, 80px);overflow:hidden}.section-final-cta--dark{background:radial-gradient(ellipse 90% 55% at 50% 100%,rgba(201,106,27,.09) 0%,transparent 100%),radial-gradient(ellipse 70% 40% at 50% 0%,rgba(255,255,255,.03) 0%,transparent 100%),var(--color-bg-inverse);color:var(--color-text-inverse)}.section-final-cta--dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;opacity:.12;pointer-events:none;z-index:0}.section-final-cta--light{background:radial-gradient(ellipse 80% 60% at 50% 110%,rgba(201,106,27,.06) 0%,transparent 100%),radial-gradient(ellipse 60% 40% at 50% -10%,rgba(201,106,27,.03) 0%,transparent 100%),#f5f4f2;color:var(--color-text)}.section-final-cta--light:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;opacity:.08;pointer-events:none;z-index:0}.section-final-cta__inner{position:relative;z-index:1;max-width:520px;margin-inline:auto;padding-inline:var(--page-margin);display:flex;flex-direction:column;align-items:center;gap:2.5rem;text-align:center}.section-final-cta__heading{font-size:clamp(1.625rem,3.5vw,2.625rem);font-weight:700;line-height:1.12;letter-spacing:-.02em}.section-final-cta__btn{display:inline-block;padding:.9375rem 2.5rem;background:transparent;color:currentColor;border:1.5px solid rgba(245,243,239,.38);border-radius:0;font-family:inherit;font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease}.section-final-cta__btn:hover{background:#f5f3ef14;border-color:#f5f3efb3}.section-hero{position:relative;min-height:var(--hero-min-height, 600px);display:grid;grid-template-columns:var(--content-grid);align-items:center;overflow:hidden}.section-hero--dark{color:#fff}.section-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.section-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 0% 100%,rgba(201,106,27,.18) 0%,transparent 65%),radial-gradient(ellipse 50% 40% at 100% 0%,rgba(180,90,10,.09) 0%,transparent 60%),radial-gradient(ellipse 80% 50% at 50% 110%,rgba(0,0,0,.22) 0%,transparent 70%),linear-gradient(rgba(0,0,0,var(--hero-overlay, .35)),rgba(0,0,0,var(--hero-overlay, .35)))}.section-hero__bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(ellipse 100% 100% at 50% 50%,transparent 40%,rgba(0,0,0,.28) 100%);pointer-events:none}.section-hero__bg picture{display:block;width:100%;height:100%}.section-hero__bg img{width:100%;height:100%;object-fit:cover}@media(max-width:767px){.section-hero__bg img{object-position:var(--focal-mobile, center center)!important}}.section-hero__inner{grid-column:2;position:relative;z-index:1;padding-block:5rem;display:flex;flex-direction:column;gap:1.75rem}.section-hero__inner--center{align-items:center;text-align:center}.section-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.section-hero__inner--center .section-hero__actions{justify-content:center}@media(max-width:767px){.section-hero{min-height:calc(var(--hero-min-height, 600px) * .75)}.section-hero__inner{padding-block:3.5rem;gap:1.25rem}.section-hero__actions .btn{width:100%}}.section-image-gallery{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-image-gallery__header{width:var(--content-width);margin-inline:auto;padding-inline:var(--page-margin);margin-bottom:2.5rem}.section-image-gallery__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:.25rem}.section-image-gallery__item{overflow:hidden;aspect-ratio:1 / 1}.section-image-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.section-image-gallery__item:hover img{transform:scale(1.03)}.section-image-gallery__placeholder{width:100%;height:100%;background-color:#0000000f}@media(max-width:767px){.section-image-gallery__grid{grid-template-columns:repeat(2,1fr)}}.section-image-with-text{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-image-with-text__inner{display:grid;grid-template-columns:var(--content-grid);align-items:center}.section-image-with-text__media{grid-column:1 / 3;overflow:hidden}.section-image-with-text__content{grid-column:3;padding:3rem var(--page-margin) 3rem 4vw;display:flex;flex-direction:column;gap:1.5rem}.section-image-with-text--right .section-image-with-text__media{grid-column:2 / 4;grid-row:1}.section-image-with-text--right .section-image-with-text__content{grid-column:1 / 3;grid-row:1;padding:3rem 4vw 3rem var(--page-margin)}.section-image-with-text__media--square{aspect-ratio:1 / 1}.section-image-with-text__media--portrait{aspect-ratio:3 / 4}.section-image-with-text__media img,.section-image-with-text__media svg{width:100%;height:100%;object-fit:cover;display:block}.section-image-with-text__body{font-size:1.0625rem;line-height:1.75;opacity:.8;max-width:44ch}.section-image-with-text__body p+p{margin-top:1em}.section-image-with-text__body a{color:inherit;text-underline-offset:2px}@media(max-width:767px){.section-image-with-text__inner{grid-template-columns:1fr}.section-image-with-text__media,.section-image-with-text--right .section-image-with-text__media{grid-column:1;grid-row:1}.section-image-with-text__content,.section-image-with-text--right .section-image-with-text__content{grid-column:1;grid-row:2;padding:2rem var(--page-margin)}.section-image-with-text__body{max-width:none}}.section-inline-faq{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-inline-faq__header{margin-bottom:2.5rem}.section-inline-faq__list{display:flex;flex-direction:column}.faq-group{padding-top:2.5rem;padding-bottom:.5rem}.faq-group:first-child{padding-top:0}.faq-group__heading{font-size:.72rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;opacity:.4;margin:0}.faq-item{border-bottom:1px solid rgba(0,0,0,.1)}.faq-item__question{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 0;cursor:pointer;font-size:1rem;font-weight:500;line-height:1.4;list-style:none;-webkit-user-select:none;user-select:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__icon{flex-shrink:0;width:1.25rem;height:1.25rem;position:relative;opacity:.55;transition:transform .2s ease}.faq-item__icon:before,.faq-item__icon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background-color:currentColor}.faq-item__icon:before{width:100%;height:1.5px}.faq-item__icon:after{width:1.5px;height:100%;transition:transform .2s ease,opacity .2s ease}.faq-item[open] .faq-item__icon:after{transform:rotate(90deg);opacity:0}.faq-item__answer{padding-bottom:1.25rem;font-size:.9375rem;line-height:1.75;opacity:.75;max-width:72ch}.faq-item__answer p+p{margin-top:.75em}.faq-item__answer a{color:inherit;text-underline-offset:2px}.section-maker-story{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-maker-story__inner{width:var(--content-width);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:0}.section-maker-story__media{grid-column:1;display:flex;align-items:center;justify-content:center;padding:2.5rem}.section-maker-story__frame{position:relative;width:100%;aspect-ratio:1 / 1;outline:1px solid rgba(0,0,0,.18)}.section-maker-story__frame:before,.section-maker-story__frame:after{content:"";position:absolute;pointer-events:none;z-index:1}.section-maker-story__frame:before{top:-22px;right:-22px;bottom:-22px;left:-22px;background:linear-gradient(currentColor,currentColor) top left / 16px 1px no-repeat,linear-gradient(currentColor,currentColor) top left / 1px 16px no-repeat,linear-gradient(currentColor,currentColor) bottom right / 16px 1px no-repeat,linear-gradient(currentColor,currentColor) bottom right / 1px 16px no-repeat;color:#9a8f82;opacity:.28}.section-maker-story__frame:after{display:none}.section-maker-story__media img{width:100%;height:100%;object-fit:cover;display:block}.section-maker-story__content{grid-column:2;padding:4rem 0 4rem clamp(1.5rem,4vw,4rem);display:flex;flex-direction:column;gap:1.5rem;max-width:52ch}.section-maker-story--right .section-maker-story__media{grid-column:2;grid-row:1}.section-maker-story--right .section-maker-story__content{grid-column:1;grid-row:1;padding:4rem clamp(1.5rem,4vw,4rem) 4rem 0}.section-maker-story__body{font-size:1.0625rem;line-height:1.75;opacity:.8}.section-maker-story__body p+p{margin-top:1em}.section-maker-story__signature{font-size:.9375rem;font-style:italic;opacity:.55;margin-top:-.5rem}@media(max-width:767px){.section-maker-story__inner{width:100%;grid-template-columns:1fr}.section-maker-story__media,.section-maker-story--right .section-maker-story__media{grid-column:1;grid-row:1;padding:1.5rem var(--page-margin)}.section-maker-story__frame{aspect-ratio:1 / 1}.section-maker-story__content,.section-maker-story--right .section-maker-story__content{grid-column:1;grid-row:2;padding:2rem var(--page-margin);max-width:none}}.section-page-hero{position:relative;min-height:var(--hero-min-height, 320px);display:grid;grid-template-columns:var(--content-grid);align-items:center;overflow:hidden}.section-page-hero--dark{color:#fff}.section-page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.section-page-hero__bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(ellipse 120% 80% at 0% 100%,rgba(201,106,27,.28) 0%,transparent 60%),radial-gradient(ellipse 80% 60% at 100% 0%,rgba(180,90,10,.14) 0%,transparent 55%);mix-blend-mode:screen}.section-page-hero--line-art .section-page-hero__bg:before{background:radial-gradient(ellipse 120% 80% at 0% 100%,rgba(204,50,24,.32) 0%,transparent 60%),radial-gradient(ellipse 80% 60% at 100% 0%,rgba(224,96,64,.16) 0%,transparent 55%)}.section-page-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:rgba(0,0,0,var(--hero-overlay, .4))}.section-page-hero__bg picture{display:block;width:100%;height:100%}.section-page-hero__bg img{width:100%;height:100%;object-fit:cover}.section-page-hero__line-art{width:100%;height:100%;display:block}.section-page-hero--line-art .section-page-hero__grain{opacity:.18;mix-blend-mode:screen}@media(max-width:767px){.section-page-hero__bg img{object-position:var(--focal-mobile, center center)!important}}.section-page-hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;opacity:.2;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23grain)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.section-page-hero .section-heading__heading{font-size:clamp(2.275rem,4.9vw,3.675rem)}.section-page-hero .section-heading__subheading{text-shadow:0 1px 12px rgba(0,0,0,.6);opacity:.85}.section-page-hero__inner{grid-column:2;position:relative;z-index:3;padding-block:3.5rem;display:flex;flex-direction:column;gap:1rem}.section-page-hero__inner--center{align-items:center;text-align:center}@media(max-width:767px){.section-page-hero{min-height:calc(var(--hero-min-height, 320px) * .8)}.section-page-hero__inner{padding-block:2.5rem}}.section-paired-lists{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-paired-lists__inner{width:var(--content-width);margin-inline:auto;padding-inline:var(--page-margin);display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.section-paired-lists__col{display:flex;flex-direction:column;gap:1.5rem}.section-paired-lists__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.section-paired-lists__item{font-size:1.0625rem;line-height:1.6;display:flex;align-items:center;gap:.75rem}.section-paired-lists__icon{flex-shrink:0;display:flex;align-items:center;position:relative;top:.05em}.section-paired-lists__icon svg{width:1rem;height:1rem;display:block}.section-paired-lists__dash{flex-shrink:0;opacity:.4}.section-paired-lists__list--ruled{padding-left:1.25rem;border-left:2px solid rgba(0,0,0,.12);gap:.5rem}.section-paired-lists__item--plain{display:block}.section-paired-lists__intro{font-size:1.0625rem;line-height:1.7;opacity:.8}.section-paired-lists__footer{font-size:.9375rem;line-height:1.6;opacity:.55;font-style:italic}@media(max-width:767px){.section-paired-lists__inner{grid-template-columns:1fr;gap:3rem}}.section-product-grid{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-product-grid__header{margin-bottom:2.5rem}.section-product-grid__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);gap:3rem 1.75rem}.section-product-grid__footer{margin-top:3rem;display:flex;justify-content:center}.section-product-grid__placeholder{aspect-ratio:1 / 1;background-color:#f0efed;overflow:hidden}.section-product-grid__placeholder svg{width:100%;height:100%}@media(max-width:767px){.section-product-grid__grid{grid-template-columns:repeat(var(--cols-mobile, 2),1fr);gap:2rem 1rem}.section-product-grid__header{margin-bottom:1.5rem}}.section-product-specs{background-color:var(--color-bg-inverse);color:var(--color-text-inverse);padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-product-specs__inner{width:var(--content-width);margin-inline:auto}.section-product-specs__header{margin-bottom:2.5rem}@media(max-width:767px){.section-product-specs__header{margin-bottom:1.75rem}}.section-rich-text-centered{position:relative;padding-top:var(--pt, 80px);padding-bottom:var(--pb, 80px);overflow:hidden}.section-rich-text-centered:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 70% 60% at 50% 100%,rgba(201,106,27,.055) 0%,transparent 70%),radial-gradient(ellipse 40% 30% at 20% 0%,rgba(201,106,27,.03) 0%,transparent 60%);z-index:0}.section-rich-text-centered__inner{position:relative;z-index:1;max-width:680px;margin-inline:auto;padding-inline:var(--page-margin);text-align:center;display:flex;flex-direction:column;gap:1.5rem}.section-rich-text-centered__body{font-size:1.0625rem;line-height:1.75;opacity:.8}.section-rich-text-centered__body p+p{margin-top:1em}@media(max-width:767px){.section-rich-text-centered__inner{gap:1.25rem}}.section-rich-text-list{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-rich-text-list__inner{width:var(--content-width);margin-inline:auto;padding-inline:var(--page-margin);display:flex;flex-direction:column;gap:1.5rem;max-width:680px}.section-rich-text-list__intro{font-size:1.0625rem;line-height:1.7;opacity:.8}.section-rich-text-list__list{list-style:none;padding:0 0 0 1.25rem;margin:0;display:flex;flex-direction:column;gap:.5rem;border-left:2px solid rgba(0,0,0,.12)}.section-rich-text-list__item{font-size:1.0625rem;line-height:1.6}.section-rich-text-list__footer{font-size:.9375rem;line-height:1.6;opacity:.55;font-style:italic}.section-rich-text{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-rich-text__inner{display:flex;flex-direction:column;gap:1.5rem}.section-rich-text__inner--center{align-items:center;text-align:center}.section-rich-text--narrow .section-rich-text__inner{max-width:48ch}.section-rich-text--default .section-rich-text__inner{max-width:64ch}.section-rich-text--wide .section-rich-text__inner{max-width:80ch}.section-rich-text__inner--center.section-rich-text__inner{margin-inline:auto}.section-rich-text__body{font-size:1.0625rem;line-height:1.75;opacity:.8}.section-rich-text__body h2,.section-rich-text__body h3{font-size:1.25rem;font-weight:600;line-height:1.3;letter-spacing:-.015em;margin-top:1.75em;margin-bottom:.5em}.section-rich-text__body p+p{margin-top:1em}.section-rich-text__body a{color:inherit;text-underline-offset:2px}.section-rich-text__body ul,.section-rich-text__body ol{padding-left:1.5em;margin-top:.75em}.section-rich-text__body li+li{margin-top:.35em}.section-system-uses{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.section-system-uses__header{margin-bottom:3rem}.section-system-uses__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.section-system-uses__item{--bracket-len: 18px;--bracket-w: 1px;--bracket-color: rgba(201, 106, 27, .5);padding:1rem;background-image:linear-gradient(var(--bracket-color),var(--bracket-color)),linear-gradient(var(--bracket-color),var(--bracket-color)),linear-gradient(var(--bracket-color),var(--bracket-color)),linear-gradient(var(--bracket-color),var(--bracket-color)),linear-gradient(var(--bracket-color),var(--bracket-color)),linear-gradient(var(--bracket-color),var(--bracket-color)),linear-gradient(var(--bracket-color),var(--bracket-color)),linear-gradient(var(--bracket-color),var(--bracket-color));background-size:var(--bracket-len) var(--bracket-w),var(--bracket-w) var(--bracket-len),var(--bracket-len) var(--bracket-w),var(--bracket-w) var(--bracket-len),var(--bracket-len) var(--bracket-w),var(--bracket-w) var(--bracket-len),var(--bracket-len) var(--bracket-w),var(--bracket-w) var(--bracket-len);background-position:0 0,0 0,100% 0,100% 0,0 100%,0 100%,100% 100%,100% 100%;background-repeat:no-repeat;transition:box-shadow .3s ease,--bracket-color .3s ease}@media(hover:hover){.section-system-uses__item:hover{--bracket-color: rgba(201, 106, 27, .75);box-shadow:0 0 24px #c96a1b14,inset 0 0 0 0 transparent}}.section-system-uses__eyebrow{font-family:var(--font-eyebrow);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);opacity:1;margin-bottom:.75rem}@media(max-width:767px){.section-system-uses__grid{grid-template-columns:1fr}.section-system-uses__header{margin-bottom:2rem}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.92em 1.5em;font-size:.875rem;font-weight:800;letter-spacing:.01em;text-transform:none;text-decoration:none;border:1px solid transparent;border-radius:2px;cursor:pointer;transition:background-color .22s ease,color .22s ease,border-color .22s ease,box-shadow .28s ease;white-space:nowrap;line-height:1}.btn--primary{background-color:var(--button-primary-bg);color:var(--button-primary-text);border-color:var(--button-primary-border)}.btn--primary:hover{background-color:var(--button-primary-bg-hover);color:var(--button-primary-text-hover);border-color:var(--button-primary-bg-hover);box-shadow:0 0 16px #cc321838,0 2px 8px #00000024}.btn--secondary{background-color:var(--button-secondary-bg);color:var(--button-secondary-text);border-color:var(--button-secondary-border)}.btn--secondary:hover{background-color:var(--button-secondary-bg-hover);color:var(--button-secondary-text-hover);border-color:var(--button-secondary-bg-hover);box-shadow:0 0 14px #cc32182e,0 2px 6px #0000001a}.btn--accent{background-color:var(--button-accent-bg);color:var(--button-accent-text);border-color:var(--button-accent-border)}.btn--accent:hover{background-color:var(--button-accent-bg-hover);color:var(--button-accent-text);box-shadow:0 0 16px #cc321838,0 2px 8px #00000024}.btn--ghost{background-color:#f5f3ef24;color:currentColor;border-color:#f5f3ef6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.btn--ghost:hover{background-color:#f5f3ef3d;border-color:#f5f3ef9e;box-shadow:0 0 18px #c96a1b26,0 2px 8px #0000001f}.btn--small{padding:.68em 1.15em;font-size:.76rem}.btn--large{padding:1em 1.8em;font-size:.95rem}.feature-card{display:flex;transition:box-shadow .3s ease;border-radius:2px}@media(hover:hover){.feature-card:hover{box-shadow:0 0 20px #c96a1b17}.feature-card:hover .feature-card__icon{opacity:1}}.feature-card--vertical{flex-direction:column;gap:1.125rem}.feature-card--horizontal{flex-direction:row;align-items:flex-start;gap:1.25rem}.feature-card__media{flex-shrink:0}.feature-card--vertical .feature-card__media{width:100%;aspect-ratio:4 / 3;overflow:hidden}.feature-card--horizontal .feature-card__media{width:2.75rem;height:2.75rem;display:flex;align-items:flex-start;justify-content:center;padding-top:.1em}.feature-card__media img{width:100%;height:100%;object-fit:cover}.feature-card__icon{font-size:1.625rem;line-height:1;opacity:.8}.feature-card__body{display:flex;flex-direction:column;gap:.5rem}.feature-card__heading{font-size:1.0625rem;font-weight:600;line-height:1.3;letter-spacing:-.01em}.feature-card__text{font-size:.9375rem;line-height:1.7;opacity:.7}.feature-card__link{font-size:.875rem;font-weight:600;color:inherit;text-underline-offset:2px;margin-top:.25rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.product-card{display:flex;flex-direction:column}.product-card__media-link{display:block;overflow:hidden}.product-card__media{overflow:hidden;background-color:#f0efed}.product-card__media--square{aspect-ratio:1 / 1}.product-card__media--portrait{aspect-ratio:3 / 4}.product-card__media--natural{aspect-ratio:auto}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.product-card__media-link:hover .product-card__media img{transform:scale(1.04)}.product-card__placeholder{width:100%;height:100%}.product-card__info{padding-top:.875rem;display:flex;flex-direction:column;gap:.3rem}.product-card__vendor{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.45}.product-card__title{font-size:.9375rem;font-weight:500;line-height:1.35}.product-card__title a{text-decoration:none;color:inherit}.product-card__title a:hover{text-decoration:underline;text-underline-offset:2px}.product-card__price{font-size:.9375rem;display:flex;align-items:center;gap:.5rem}.product-card__compare-price{opacity:.45;font-size:.875rem}.section-heading{max-width:48ch}.section-heading--center{margin-inline:auto;text-align:center;max-width:56ch}.section-heading__eyebrow{font-family:var(--font-eyebrow);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);opacity:1;margin-bottom:.875rem}.section-heading__heading{font-size:clamp(1.625rem,3.5vw,2.625rem);font-weight:700;line-height:1.12}.section-heading__subheading{margin-top:1rem;font-size:1.0625rem;line-height:1.7;opacity:.7;max-width:52ch}.section-heading--center .section-heading__subheading{margin-inline:auto}.spec-list{list-style:none;margin:0;padding:0}.spec-list__item{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;padding:1.25rem 0;position:relative}.spec-list__item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,rgba(220,140,60,.28) 0%,rgba(255,255,255,.16) 30%,rgba(255,255,255,.06) 60%,transparent 85%) 0 0 / 100% 1px no-repeat,linear-gradient(to right,rgba(220,140,60,.1) 0%,rgba(255,255,255,.06) 40%,transparent 70%) 0 100% / 100% 1px no-repeat}.spec-list__item:last-child:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(to right,rgba(220,140,60,.28) 0%,rgba(255,255,255,.16) 30%,rgba(255,255,255,.06) 60%,transparent 85%) 0 0 / 100% 1px no-repeat,linear-gradient(to right,rgba(220,140,60,.1) 0%,rgba(255,255,255,.06) 40%,transparent 70%) 0 100% / 100% 1px no-repeat}.spec-list__term{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;line-height:1.4}.spec-list__description{font-size:.9375rem;line-height:1.7;opacity:.7;margin:0}@media(max-width:767px){.spec-list__item{grid-template-columns:1fr;gap:.375rem}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
