:root{--ink:#191814;--muted:#6f6a5f;--cream:#f5f0e7;--paper:#fbf9f4;--gold:#b4944c;--gold-dark:#80652c;--olive:#41463c;--line:rgba(25,24,20,0.16);--serif:'Lora',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;--page-gutter:clamp(1.25rem,4vw,4.5rem)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}body.search-is-open{overflow:hidden}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;top:1rem;left:1rem;transform:translateY(-180%);padding:.75rem 1rem;background:var(--ink);color:white}.skip-link:focus{transform:translateY(0)}.announcement{min-height:34px;display:grid;place-items:center;background:var(--ink);color:#f8f3e8;padding:.45rem var(--page-gutter)}.announcement p{margin:0;font-size:.68rem;font-weight:500;letter-spacing:.12em;text-align:center;text-transform:uppercase}.announcement span{color:#d6bc7d;padding:0 .55rem}.site-header{position:sticky;z-index:100;top:0;border-bottom:1px solid var(--line);background:rgba(251,249,244,.94);backdrop-filter:blur(16px)}.header-inner{min-height:86px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2rem;padding:0 var(--page-gutter)}.brand{display:inline-flex;align-items:center;gap:.75rem;width:max-content}.site-logo{width:clamp(190px,15vw,235px);height:auto;display:block}.brand-mark{width:46px;aspect-ratio:1;display:grid;place-items:center;border:1px solid var(--gold-dark);border-radius:50%;box-shadow:inset 0 0 0 3px var(--paper),inset 0 0 0 4px rgba(128,101,44,.4);color:var(--gold-dark);font-family:var(--serif);font-size:1rem;letter-spacing:-.08em}.brand-name{font-family:var(--serif);font-size:.97rem;letter-spacing:.11em}.text-action,.header-contact-action,.login-action,.cart-action{border:0;background:transparent;cursor:pointer;font-size:.76rem;font-weight:500;letter-spacing:.04em;transition:color .2s ease}.text-action:hover,.header-contact-action:hover,.cart-action:hover{color:var(--gold-dark)}.header-contact-icon{display:none}.header-contact-action{min-height:auto;padding:.55rem 0}.header-actions{display:flex;align-items:center;justify-self:end;gap:1.2rem}.login-action{min-height:auto;border:0;padding:.55rem 0;background:transparent;color:var(--ink);transition:color .2s ease}.login-action:hover{color:var(--gold-dark)}.cart-action{display:inline-flex;align-items:center;gap:.45rem}.cart-action span{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:white;font-size:.64rem}.search-drawer{position:fixed;z-index:300;inset:0;visibility:hidden;pointer-events:none;transition:visibility 0s linear .38s}.search-drawer.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}.search-backdrop{position:absolute;inset:0;border:0;background:rgba(20,20,15,.46);cursor:default;opacity:0;transition:opacity .32s ease}.search-drawer.is-open .search-backdrop{opacity:1}.search-panel{position:absolute;top:0;right:0;width:min(540px,100%);height:100%;overflow-y:auto;padding:clamp(1.5rem,5vw,3.5rem);background:var(--paper);box-shadow:-22px 0 60px rgba(25,24,20,.16);transform:translateX(100%);transition:transform .38s cubic-bezier(.22,.75,.2,1)}.search-drawer.is-open .search-panel{transform:translateX(0)}.search-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;border-bottom:1px solid var(--line);padding-bottom:1.5rem}.search-panel-header p{margin:0 0 .45rem;color:var(--gold-dark);font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.search-panel-header h2{margin:0;font-family:var(--serif);font-size:clamp(2rem,5vw,3.2rem);font-weight:500}.search-close{width:42px;height:42px;flex:0 0 auto;border:1px solid var(--line);border-radius:50%;background:transparent;cursor:pointer;font-size:1.6rem;line-height:1;transition:border-color .2s ease,color .2s ease}.search-close:hover{border-color:var(--gold-dark);color:var(--gold-dark)}.site-search-form{margin-top:clamp(2.5rem,8vh,5rem)}.site-search-form>label{display:block;margin-bottom:.75rem;font-size:.78rem;font-weight:700}.search-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;border-bottom:1px solid var(--ink)}.search-input-row input{min-width:0;border:0;padding:1rem .5rem 1rem 0;background:transparent;color:var(--ink);font-family:var(--serif);font-size:clamp(1.25rem,4vw,1.8rem);outline:0}.search-input-row input::placeholder{color:#928c80}.search-input-row button{border:0;padding:.8rem 1rem;background:transparent;color:var(--gold-dark);cursor:pointer;font-weight:700}.site-search-form>p{margin:1rem 0 0;color:var(--muted);font-size:.72rem;line-height:1.6}.search-suggestions{margin-top:2rem;border-top:1px solid var(--line);padding-top:1.25rem}.search-result-message{margin:0 0 .9rem;color:var(--muted);font-size:.72rem;line-height:1.5}.search-result-list{display:grid}.search-result-item{width:100%;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:1rem;border:0;border-top:1px solid var(--line);padding:.8rem 0;background:transparent;color:var(--ink);cursor:pointer;text-align:left}.search-result-item:last-child{border-bottom:1px solid var(--line)}.search-result-item img{width:72px;height:82px;display:block;object-fit:cover;background:var(--cream)}.search-result-copy{min-width:0;display:flex;flex-direction:column;gap:.28rem}.search-result-copy span{color:var(--gold-dark);font-size:.6rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.search-result-copy strong{overflow:hidden;font-family:var(--serif);font-size:.95rem;font-weight:500;line-height:1.35;text-overflow:ellipsis}.search-result-price{color:var(--ink);font-size:.7rem;font-weight:700;white-space:nowrap}.search-result-item:hover .search-result-copy strong,.search-result-item:focus-visible .search-result-copy strong{color:var(--gold-dark)}.search-show-all{width:100%;min-height:44px;margin-top:1rem;border:1px solid var(--ink);background:transparent;color:var(--ink);cursor:pointer;font-size:.72rem;font-weight:700;transition:background .2s ease,color .2s ease}.search-show-all:hover{background:var(--ink);color:white}.campaign-entry{width:100%;max-width:1560px;display:grid;grid-template-columns:minmax(0,2.3fr) minmax(330px,1fr);gap:clamp(.45rem,.75vw,.8rem);margin:0 auto;padding:clamp(.8rem,1.6vw,1.7rem) var(--page-gutter) .65rem;background:var(--paper)}.campaign-main,.campaign-guide{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(128,101,44,.28);background:var(--cream);isolation:isolate}.campaign-main{display:block;aspect-ratio:1916 / 821;padding:0;cursor:pointer}.campaign-guides{min-width:0;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto;align-content:start;gap:clamp(.45rem,.75vw,.8rem)}.campaign-guide{min-height:0;display:block;aspect-ratio:1}.campaign-guide-wide{grid-column:1 / -1;aspect-ratio:1823 / 863}.campaign-main img,.campaign-guide img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease,filter .45s ease}.campaign-main::after,.campaign-guide::after{content:'';position:absolute;inset:0;z-index:1;border:1px solid transparent;pointer-events:none;transition:border-color .25s ease,box-shadow .25s ease}.campaign-main:hover img,.campaign-main:focus-visible img,.campaign-guide:hover img,.campaign-guide:focus-visible img{filter:saturate(1.04) contrast(1.02);transform:scale(1.018)}.campaign-main:hover::after,.campaign-main:focus-visible::after,.campaign-guide:hover::after,.campaign-guide:focus-visible::after{border-color:var(--gold);box-shadow:inset 0 0 0 3px rgba(245,240,231,.52)}.hero{min-height:calc(100vh - 120px);display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);background:var(--cream)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,8.5rem) var(--page-gutter) 3rem}.eyebrow{margin:0 0 1.4rem;color:var(--gold-dark);font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.hero h1{max-width:780px;margin:0;font-family:var(--serif);font-size:clamp(3.4rem,7.2vw,8.2rem);font-weight:400;letter-spacing:-.055em;line-height:.85}.hero h1 em{color:var(--gold-dark);font-weight:inherit}.hero-description{max-width:610px;margin:2.2rem 0 0;color:var(--muted);font-size:clamp(.98rem,1.25vw,1.15rem);line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.3rem;border:1px solid var(--ink);font-size:.78rem;font-weight:600;letter-spacing:.02em;transition:background .2s ease,color .2s ease,transform .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--ink);color:white}.button-primary:hover{background:var(--olive)}.button-secondary:hover{background:rgba(255,255,255,.6)}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:clamp(3.5rem,8vh,6rem) 0 0}.hero-facts div{display:flex;align-items:center;gap:.75rem;border-top:1px solid var(--line);padding-top:1rem}.hero-facts dt{color:var(--gold-dark);font-family:var(--serif);font-size:1.1rem}.hero-facts dd{margin:0;color:var(--muted);font-size:.72rem}.hero-scene{position:relative;min-height:620px;overflow:hidden;background:linear-gradient(155deg,#d7cab4 0%,#eee6d9 48%,#bca987 100%)}.sun-glow{position:absolute;top:13%;left:13%;width:42%;aspect-ratio:1;border-radius:50%;background:rgba(255,248,219,.85);box-shadow:0 0 110px 55px rgba(255,239,190,.46)}.window-frame{position:absolute;inset:9% 11% 0;border:8px solid rgba(69,58,42,.3);border-bottom:0}.window-frame::before{content:'';position:absolute;top:0;bottom:0;left:50%;width:7px;background:rgba(69,58,42,.3)}.window-frame::after{content:'';position:absolute;top:44%;right:0;left:0;height:7px;background:rgba(69,58,42,.3)}.window-frame span{position:absolute;right:0;bottom:0;left:0;height:35%;background:linear-gradient(175deg,transparent 35%,rgba(112,121,94,.48) 36%,rgba(62,75,58,.62));clip-path:polygon(0 72%,13% 48%,27% 59%,42% 24%,56% 55%,72% 30%,100% 72%,100% 100%,0 100%)}.curtain{position:absolute;z-index:3;top:-5%;bottom:-4%;width:49%;filter:drop-shadow(12px 5px 20px rgba(52,40,23,.16))}.curtain::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.38) 12%,rgba(105,82,49,.13) 24%,rgba(255,255,255,.08) 35%)}.curtain-left{left:-8%;background:rgba(237,228,210,.8);clip-path:polygon(0 0,94% 0,74% 100%,0 100%)}.curtain-right{right:-11%;background:rgba(100,94,76,.82);clip-path:polygon(18% 0,100% 0,100% 100%,0 100%)}.scene-caption{position:absolute;z-index:5;right:2rem;bottom:2rem;display:flex;flex-direction:column;padding:1.1rem 1.3rem;background:rgba(250,247,239,.91);backdrop-filter:blur(12px)}.scene-caption span{color:var(--gold-dark);font-size:.62rem;letter-spacing:.13em;text-transform:uppercase}.scene-caption strong{margin-top:.35rem;font-family:var(--serif);font-size:1.45rem;font-weight:400}.collections{padding:clamp(3rem,4vw,4.5rem) var(--page-gutter) clamp(5rem,9vw,9rem)}.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);align-items:end;gap:3rem;margin-bottom:3.5rem}.section-heading h2,.measure-copy h2{margin:0;font-family:var(--serif);font-size:clamp(2.6rem,5vw,5.6rem);font-weight:400;letter-spacing:-.04em;line-height:.95}.section-heading>p{margin:0;color:var(--muted);line-height:1.75}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.collection-card{position:relative;min-height:360px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.5rem;background:var(--cream)}.collection-card::before{content:'';position:absolute;inset:0;opacity:.6;transition:transform .55s ease,opacity .55s ease}.collection-card-1::before{background:linear-gradient(145deg,transparent 10%,rgba(212,193,157,.8)),repeating-linear-gradient(88deg,#f1eadc 0,#ded2bd 13%,#f8f4ec 26%)}.collection-card-2::before{background:radial-gradient(circle at 70% 30%,rgba(242,222,174,.75),transparent 28%),linear-gradient(135deg,#706d5e,#c1b7a2)}.collection-card-3::before{background:repeating-linear-gradient(0deg,rgba(251,249,244,.2) 0 14px,rgba(61,59,49,.08) 15px 19px),linear-gradient(130deg,#d7cfbe,#9b927d)}.collection-card:hover::before{transform:scale(1.04);opacity:.8}.collection-card>*{position:relative;z-index:1}.collection-number{align-self:flex-end;font-family:var(--serif);font-size:1.15rem}.collection-card h3{margin:0 0 .6rem;font-family:var(--serif);font-size:clamp(1.8rem,3vw,3rem);font-weight:400}.collection-card p{max-width:320px;margin:0 0 1.2rem;color:#4f4b42;font-size:.85rem;line-height:1.6}.collection-card a{display:inline-flex;gap:.6rem;font-size:.72rem;font-weight:600;letter-spacing:.04em}.collection-card a span{transition:transform .2s ease}.collection-card a:hover span{transform:translateX(4px)}.system-notice{border:1px solid var(--line);padding:1.25rem;color:var(--muted)}.product-toolbar{max-width:1580px;display:grid;grid-template-columns:minmax(150px,.7fr) minmax(0,2.5fr) auto;align-items:end;gap:clamp(1rem,2vw,2rem);margin:0 auto 1.8rem;border:1px solid var(--line);padding:clamp(1.1rem,2vw,1.6rem);background:var(--cream)}.filter-intro{align-self:center;display:flex;flex-direction:column;gap:.3rem}.filter-intro strong{font-size:.9rem}.filter-intro span{color:var(--muted);font-size:.7rem;line-height:1.5}.product-filters{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:.85rem}.filter-field{min-width:0;display:flex;flex-direction:column;gap:.45rem}.filter-field>span:first-child{color:#4e4a40;font-size:.68rem;font-weight:700;letter-spacing:.04em}.filter-select{position:relative;display:block}.filter-select::after{content:'';position:absolute;top:50%;right:1rem;width:7px;height:7px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);pointer-events:none;transform:translateY(-70%) rotate(45deg)}.filter-select select{width:100%;min-height:48px;appearance:none;border:1px solid rgba(25,24,20,.25);border-radius:0;padding:.75rem 2.6rem .75rem .9rem;background:#fffdf9;color:var(--ink);cursor:pointer;font-family:var(--sans);font-size:.76rem;font-weight:600}.filter-select select:hover{border-color:rgba(128,101,44,.7)}.filter-result{min-width:118px;display:flex;align-items:flex-end;flex-direction:column;gap:.6rem}.product-count{margin:0;color:var(--muted);font-size:.72rem;white-space:nowrap}.product-count strong{color:var(--ink);font-size:.85rem}.filter-clear{border:0;border-bottom:1px solid currentColor;padding:0 0 .25rem;background:transparent;color:var(--gold-dark);cursor:pointer;font-size:.68rem;font-weight:700}.filter-clear:disabled{border-color:transparent;color:#9d988d;cursor:default}.product-empty{margin:0 0 2rem;border:1px solid var(--line);padding:2rem;background:var(--cream);color:var(--muted);line-height:1.7;text-align:center}.product-grid{max-width:1580px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem;margin-right:auto;margin-left:auto}.product-grid[aria-busy="true"]{opacity:.72}.product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(25,24,20,.18);background:#fffdf9;box-shadow:0 8px 24px rgba(48,41,28,.045);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.product-card:hover{border-color:rgba(128,101,44,.62);box-shadow:0 16px 36px rgba(48,41,28,.1);transform:translateY(-3px)}.product-image-wrap{position:relative;aspect-ratio:4 / 4.15;overflow:hidden;background:#e8e0d2}.product-image-wrap::after{content:'';position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(to top,rgba(16,15,11,.28),transparent);pointer-events:none}.product-image-wrap img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.product-image-link{height:100%;display:block}.product-card:hover .product-image-wrap img{transform:scale(1.035)}.product-badges{position:absolute;z-index:2;top:.75rem;left:.75rem;display:flex;flex-wrap:wrap;gap:.35rem}.product-badge{border-radius:999px;padding:.42rem .62rem;background:rgba(251,249,244,.92);color:var(--ink);font-size:.64rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;backdrop-filter:blur(8px)}.product-badge-sale{background:#7a3d2e;color:white}.product-quick-note{position:absolute;z-index:2;right:.8rem;bottom:.8rem;left:.8rem;color:white;font-size:.72rem;font-weight:700;letter-spacing:.03em}.product-card-body{flex:1;display:flex;flex-direction:column;padding:.82rem}.product-category{margin:0 0 .3rem;color:var(--gold-dark);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.product-card h3{min-height:0;margin:0;font-family:var(--serif);font-size:clamp(1.05rem,1.25vw,1.3rem);font-weight:600;line-height:1.2}.product-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;margin-top:.72rem;border-top:1px solid var(--line);padding-top:.62rem}.product-price{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:.1rem .5rem}.product-price>span{grid-column:1 / -1;color:#625e55;font-size:.64rem;font-weight:600}.product-price strong{font-size:.9rem;font-weight:700}.product-price del{color:#817c72;font-size:.72rem;font-weight:500}.product-detail-button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);padding:.35rem .58rem;background:var(--ink);color:white;cursor:pointer;font-size:.68rem;font-weight:700;transition:background .2s ease,border-color .2s ease}.product-detail-button:hover{border-color:var(--olive);background:var(--olive)}.product-loading{display:flex;align-items:center;justify-content:center;gap:.35rem;margin-top:2.5rem}.product-loading[hidden]{display:none}.product-loading span{width:6px;height:6px;border-radius:50%;background:var(--gold-dark);animation:product-loading 1s ease-in-out infinite alternate}.product-loading span:nth-child(2){animation-delay:.15s}.product-loading span:nth-child(3){animation-delay:.3s}.product-loading p{margin:0 0 0 .5rem;color:var(--muted);font-size:.68rem}@keyframes product-loading{to{opacity:.25;transform:translateY(-4px)}}@media (min-width:1400px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.product-load-area{min-height:100px;display:grid;place-items:center;padding-top:2rem}.load-more-button{min-width:220px;background:var(--paper);cursor:pointer}.product-detail{padding:clamp(2rem,4vw,4rem) var(--page-gutter) clamp(3.5rem,6vw,6rem)}.product-breadcrumbs{max-width:1480px;margin-right:auto;margin-left:auto}.product-detail-layout{max-width:1480px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:start;gap:clamp(2.5rem,6vw,7rem);margin:0 auto}.product-gallery{position:sticky;top:130px}.product-gallery-viewport{position:relative;aspect-ratio:4 / 4.65;overflow:hidden;border:1px solid var(--line);background:#e8e0d2;touch-action:pan-y;user-select:none}.product-gallery-viewport::after{content:'';position:absolute;right:0;bottom:0;left:0;height:28%;background:linear-gradient(to top,rgba(20,20,15,.34),transparent);pointer-events:none}.product-gallery-track{height:100%;display:flex;transform:translate3d(0,0,0);transition:transform .62s cubic-bezier(.22,.61,.36,1);will-change:transform}.product-gallery-track.is-dragging{transition:none}.product-gallery-slide{min-width:100%;height:100%;flex:0 0 100%;margin:0}.product-gallery-slide img{width:100%;height:100%;display:block;object-fit:cover}.product-gallery-label{position:absolute;z-index:1;right:1.2rem;bottom:1.2rem;left:1.2rem;color:white;font-size:.72rem;font-weight:700;letter-spacing:.04em;pointer-events:none}.product-gallery-controls{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:.8rem;margin-top:.8rem}.product-gallery-controls>button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);padding:0;background:transparent;color:var(--ink);cursor:pointer;font-size:.9rem;transition:border-color .2s ease,color .2s ease}.product-gallery-controls>button:hover{border-color:var(--gold-dark);color:var(--gold-dark)}.product-gallery-dots{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.45rem}.product-gallery-dots button{width:22px;height:22px;display:grid;place-items:center;border:0;padding:0;background:transparent;cursor:pointer}.product-gallery-dots button::before{content:'';width:6px;height:6px;border-radius:50%;background:#aaa398;transition:width .25s ease,border-radius .25s ease,background .25s ease}.product-gallery-dots button[aria-current="true"]::before{width:20px;border-radius:10px;background:var(--gold-dark)}.product-gallery-controls button:focus-visible,.product-gallery-dots button:focus-visible{outline:2px solid var(--gold-dark);outline-offset:2px}@media (prefers-reduced-motion:reduce){.product-gallery-track{transition-duration:1ms}}.product-information{padding-top:clamp(.5rem,2vw,1.5rem)}.product-information .eyebrow{margin-bottom:1rem}.product-information h1{margin:0;font-family:var(--serif);font-size:clamp(2.8rem,5.4vw,5.8rem);font-weight:500;letter-spacing:-.045em;line-height:.98}.product-detail-lead{max-width:650px;margin:1.5rem 0 0;color:var(--muted);font-size:clamp(.95rem,1.2vw,1.08rem);line-height:1.75}.product-detail-price{margin-top:2.2rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.4rem 0}.product-detail-price>span{color:var(--muted);font-size:.68rem;font-weight:600}.product-detail-price>div{display:flex;align-items:baseline;gap:.8rem;margin-top:.35rem}.product-detail-price strong{font-size:clamp(1.5rem,2.2vw,2.1rem)}.product-detail-price del{color:#817c72;font-size:.9rem}.product-detail-price small{display:block;margin-top:.55rem;color:var(--muted);font-size:.67rem;line-height:1.5}.product-cart-notice{margin-top:1.4rem}.product-order-form{margin:1.6rem 0 0;border:1px solid rgba(25,24,20,.22);padding:1.3rem;background:var(--cream)}.product-order-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.product-order-heading .eyebrow{margin:0 0 .3rem}.product-order-heading h2{margin:0;font-family:var(--serif);font-size:1.55rem;font-weight:600}.product-order-heading>a{border-bottom:1px solid currentColor;padding-bottom:.2rem;color:var(--gold-dark);font-size:.68rem;font-weight:700}.product-measure-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:1.1rem}.product-measure-fields label{display:flex;flex-direction:column;gap:.42rem}.product-measure-fields label>span{font-size:.7rem;font-weight:700}.product-measure-fields label>span small{color:var(--muted);font-size:.62rem;font-weight:500}.product-measure-fields input{width:100%;min-height:48px;border:1px solid rgba(25,24,20,.28);border-radius:0;padding:.75rem .85rem;background:#fffdf9;color:var(--ink);font-family:var(--sans);font-size:.84rem;outline:0}.product-measure-fields input:focus{border-color:var(--gold-dark);box-shadow:0 0 0 3px rgba(180,148,76,.13)}.product-measure-help{margin:.65rem 0 0;color:var(--muted);font-size:.62rem;line-height:1.5}.product-option-group{min-width:0;margin:1.25rem 0 0;border:0;border-top:1px solid var(--line);padding:1.1rem 0 0}.product-option-group legend{width:100%;padding:0}.product-option-group legend>span{display:block;font-size:.75rem;font-weight:800}.product-option-group legend>small{display:block;margin-top:.28rem;color:var(--muted);font-size:.62rem;line-height:1.45}.product-pile-options>legend{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.product-option-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:54px;border:1px solid rgba(25,24,20,.22);padding:.72rem .85rem;background:#fffdf9;color:var(--ink);cursor:pointer;text-align:left;transition:border-color .2s ease,background .2s ease}.product-option-toggle:hover{border-color:var(--gold-dark);background:#fbf6eb}.product-option-toggle>span:first-child{display:grid;gap:.18rem}.product-option-toggle strong{font-size:.74rem}.product-option-group em{margin-left:.35rem;color:#8d3c2c;font-size:.5rem;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.product-option-toggle small{color:var(--gold-dark);font-size:.58rem;font-weight:700}.product-option-toggle-icon{position:relative;width:16px;height:16px;flex:0 0 16px}.product-option-toggle-icon::before,.product-option-toggle-icon::after{content:"";position:absolute;top:50%;left:0;width:16px;height:1px;background:currentColor;transition:transform .25s ease}.product-option-toggle-icon::after{transform:rotate(90deg)}.product-pile-options.is-open .product-option-toggle-icon::after{transform:rotate(0deg)}.product-option-panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .35s ease,opacity .25s ease}.product-option-panel-inner{min-height:0;overflow:hidden}.product-option-panel-inner>p{margin:.75rem 0 0;color:var(--muted);font-size:.62rem;line-height:1.45}.product-pile-options.is-open .product-option-panel{grid-template-rows:1fr;opacity:1}.product-pile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.75rem}.product-pile-option,.product-wing-option{position:relative;min-width:0;cursor:pointer}.product-pile-option input,.product-wing-option input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.product-pile-option>span{display:grid;height:100%;border:1px solid rgba(25,24,20,.2);background:#fffdf9;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.product-pile-option img{display:block;width:100%;aspect-ratio:1;object-fit:cover;border-bottom:1px solid var(--line)}.product-pile-option strong{padding:.65rem .62rem .18rem;font-size:.67rem;line-height:1.3}.product-pile-option small{padding:0 .62rem .6rem;color:var(--muted);font-size:.52rem;line-height:1.35}.product-pile-option input:checked + span,.product-wing-option input:checked + span{border-color:var(--gold-dark);background:#fbf6eb;box-shadow:inset 0 0 0 1px var(--gold-dark)}.product-pile-option input:checked + span small{color:var(--gold-dark);font-weight:800}.product-pile-option input:checked + span small::before{content:"✓ "}.product-pile-option input:focus-visible + span,.product-wing-option input:focus-visible + span{outline:2px solid var(--gold-dark);outline-offset:2px}.product-wing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:.8rem}.product-wing-option>span{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:.75rem;height:100%;border:1px solid rgba(25,24,20,.2);padding:.6rem .72rem .6rem .55rem;background:#fffdf9;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.product-wing-option img{display:block;width:72px;height:82px;object-fit:contain}.product-wing-option>span>span{display:grid;gap:.2rem}.product-wing-option strong{font-size:.72rem}.product-wing-option small{color:var(--muted);font-size:.56rem;line-height:1.4}.product-option-error{margin:.75rem 0 0;border:1px solid rgba(141,60,44,.35);padding:.7rem .8rem;background:#fff4f0;color:#7a2f22;font-size:.62rem;font-weight:700;line-height:1.45}.product-custom-return-notice{margin:1rem 0 0;border-left:2px solid var(--gold-dark);padding:.72rem .82rem;background:rgba(180,148,76,.08);color:var(--muted);font-size:.59rem;line-height:1.55}.product-custom-return-notice strong{color:var(--ink)}.product-order-total{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-top:1rem;border-top:1px solid var(--line);padding-top:1rem}.product-order-total>div{display:grid;gap:.18rem}.product-order-total span{color:var(--muted);font-size:.62rem}.product-order-total strong{font-size:1.25rem}.product-order-total small{color:var(--muted);font-size:.58rem}.product-order-total button{min-height:46px;border:1px solid var(--ink);padding:.75rem 1.25rem;background:var(--ink);color:white;cursor:pointer;font-size:.74rem;font-weight:700;transition:background .2s ease,border-color .2s ease}.product-order-total button:hover{border-color:var(--olive);background:var(--olive)}.product-specifications{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border-bottom:1px solid var(--line)}.product-specifications div{padding:1.2rem .8rem 1.2rem 0}.product-specifications div + div{border-left:1px solid var(--line);padding-left:1rem}.product-specifications dt{color:var(--muted);font-size:.62rem}.product-specifications dd{margin:.4rem 0 0;font-size:.76rem;font-weight:700}.product-care{margin-top:2rem;border:1px solid var(--line);padding:1.35rem;background:#fffdf9}.product-care-heading{border-bottom:1px solid var(--line);padding-bottom:1rem}.product-care-heading .eyebrow{margin:0 0 .35rem}.product-care-heading h2{margin:0;font-family:var(--serif);font-size:clamp(1.45rem,2.2vw,2rem);font-weight:600}.product-care-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.product-care-grid div{border-bottom:1px solid var(--line);padding:1rem .8rem 1rem 0}.product-care-grid div:nth-child(even){border-left:1px solid var(--line);padding-right:0;padding-left:1rem}.product-care-grid dt{color:var(--muted);font-size:.6rem;font-weight:600}.product-care-grid dd{margin:.35rem 0 0;font-size:.71rem;font-weight:700;line-height:1.45}.product-feature-list{display:flex;flex-wrap:wrap;gap:.55rem;margin:1rem 0 0;padding:0;list-style:none}.product-feature-list li{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--line);padding:.55rem .7rem;background:var(--cream);font-size:.64rem;font-weight:700}.product-feature-list li span{color:var(--gold-dark)}.made-to-measure-note{margin-top:2.2rem;border-left:3px solid var(--gold);padding:1.5rem;background:var(--cream)}.made-to-measure-note>p:first-child{margin:0 0 .6rem;color:var(--gold-dark);font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.made-to-measure-note h2{margin:0;font-family:var(--serif);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:500;line-height:1.3}.made-to-measure-note h2 + p{margin:1rem 0;color:var(--muted);font-size:.78rem;line-height:1.7}.made-to-measure-note a{border-bottom:1px solid currentColor;padding-bottom:.3rem;color:var(--gold-dark);font-size:.72rem;font-weight:700}.product-service-list{margin:2rem 0 0;padding:0;list-style:none}.product-service-list li{display:grid;grid-template-columns:minmax(130px,.7fr) 1.3fr;gap:1.2rem;border-top:1px solid var(--line);padding:1rem 0}.product-service-list strong{font-size:.73rem}.product-service-list span{color:var(--muted);font-size:.7rem;line-height:1.55}.product-editorial{max-width:1480px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:clamp(2rem,6vw,6rem);margin:0 auto clamp(4rem,7vw,7rem);border:1px solid var(--line);padding:clamp(1.6rem,4vw,4rem);background:var(--cream)}.product-editorial-copy .eyebrow{margin:0 0 .7rem}.product-editorial-copy h2{margin:0 0 1.5rem;font-family:var(--serif);font-size:clamp(2rem,4vw,3.8rem);font-weight:500;letter-spacing:-.035em;line-height:1.08}.product-editorial-copy p:not(.eyebrow){max-width:820px;margin:0;color:var(--muted);font-size:clamp(.78rem,1vw,.92rem);line-height:1.85}.product-editorial-copy p + p{margin-top:1rem}.product-editorial-copy strong{color:var(--ink)}.product-editorial-checklist{align-self:start;border-top:1px solid var(--ink);padding-top:1.2rem}.product-editorial-checklist h3{margin:0;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.product-editorial-checklist ul{display:grid;gap:.85rem;margin:1.2rem 0 1.5rem;padding:0;list-style:none}.product-editorial-checklist li{position:relative;padding-left:1.2rem;color:var(--muted);font-size:.7rem;line-height:1.6}.product-editorial-checklist li::before{content:'✓';position:absolute;top:0;left:0;color:var(--gold-dark);font-weight:800}.product-editorial-checklist a{display:block;width:fit-content;margin-top:.75rem;border-bottom:1px solid currentColor;padding-bottom:.2rem;color:var(--gold-dark);font-size:.69rem;font-weight:700}.related-products{border-top:1px solid var(--line);padding:clamp(5rem,8vw,8rem) var(--page-gutter);background:var(--cream)}.related-products>.product-grid{max-width:1120px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto}.cart-main{min-height:70vh;padding:clamp(4rem,7vw,7rem) var(--page-gutter) clamp(6rem,9vw,9rem)}.cart-access,.cart-content{max-width:1480px;margin:0 auto}.cart-access-heading{max-width:860px;margin:0 auto;text-align:center}.cart-access-heading h1,.cart-heading h1{margin:0;font-family:var(--serif);font-size:clamp(3rem,6vw,6.4rem);font-weight:500;letter-spacing:-.05em;line-height:.96}.cart-access-heading>p:last-child{max-width:700px;margin:1.4rem auto 0;color:var(--muted);line-height:1.7}.cart-access-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:3rem;border-top:1px solid var(--line);border-left:1px solid var(--line)}.cart-access-option{min-height:250px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.5rem;background:#fffdf9;transition:background .2s ease,color .2s ease}.cart-access-option:hover{background:var(--cream)}.cart-access-option>span,.cart-access-option button>span{margin-bottom:auto;color:var(--gold-dark);font-family:var(--serif);font-size:1.2rem}.cart-access-option strong{font-family:var(--serif);font-size:1.8rem;font-weight:600}.cart-access-option p{margin:.55rem 0 0;color:var(--muted);font-size:.72rem;line-height:1.55}.cart-access-guest{padding:0}.cart-access-guest button{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;border:0;padding:1.5rem;background:transparent;color:inherit;cursor:pointer;font-family:var(--sans);text-align:left}.cart-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;border-bottom:1px solid var(--line);padding-bottom:2rem}.cart-heading>p{margin:0;color:var(--muted);font-size:.72rem}.cart-heading>p strong{color:var(--ink);font-size:1.1rem}.cart-notice{max-width:900px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,360px);align-items:start;gap:clamp(2rem,4vw,4.5rem);margin-top:2rem}.cart-items{border-top:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:135px minmax(0,1fr) auto;gap:1.4rem;border-bottom:1px solid var(--line);padding:1.4rem 0}.cart-item-image{aspect-ratio:4 / 4.7;overflow:hidden;background:#e8e0d2}.cart-item-image img{width:100%;height:100%;display:block;object-fit:cover}.cart-item-main>p{margin:0 0 .35rem;color:var(--gold-dark);font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cart-item-main h2{margin:0;font-family:var(--serif);font-size:clamp(1.25rem,2vw,1.7rem);font-weight:600}.cart-item-main dl{display:flex;flex-wrap:wrap;gap:1rem 1.4rem;margin:1rem 0 0}.cart-item-main dl div{display:grid;gap:.2rem}.cart-item-main dt{color:var(--muted);font-size:.58rem}.cart-item-main dd{margin:0;font-size:.7rem;font-weight:700}.cart-item-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem 1rem;margin-top:1.1rem}.cart-item-actions form{display:flex;align-items:center;gap:.55rem}.cart-item-actions label{display:flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.64rem}.cart-item-actions input{width:58px;min-height:34px;border:1px solid var(--line);padding:.35rem;background:white;text-align:center}.cart-item-actions button{border:0;border-bottom:1px solid currentColor;padding:.25rem 0;background:transparent;color:var(--gold-dark);cursor:pointer;font-size:.64rem;font-weight:700}.cart-item-actions .cart-remove{color:#874236}.cart-item-price{min-width:125px;display:flex;align-items:flex-end;flex-direction:column;text-align:right}.cart-item-price span{color:var(--muted);font-size:.58rem}.cart-item-price strong{margin-top:.35rem;font-size:1rem}.cart-item-price small{margin-top:.25rem;color:var(--muted);font-size:.58rem}.cart-summary{position:sticky;top:130px;border:1px solid var(--line);padding:1.5rem;background:var(--cream)}.cart-summary>div{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding:1rem 0}.cart-summary>div:nth-of-type(2){border-bottom:1px solid var(--line)}.cart-summary>div span{color:var(--muted);font-size:.7rem}.cart-summary>div strong{font-size:.9rem}.cart-summary>div:nth-of-type(2) strong{font-size:1.3rem}.cart-summary>p:not(.eyebrow){margin:1rem 0;color:var(--muted);font-size:.65rem;line-height:1.6}.cart-summary .button{width:100%;justify-content:center}.cart-empty{max-width:720px;margin:4rem auto 0;border:1px solid var(--line);padding:clamp(2rem,5vw,4rem);background:var(--cream);text-align:center}.cart-empty h2{margin:0;font-family:var(--serif);font-size:clamp(2rem,4vw,3.6rem);font-weight:500}.cart-empty>p:not(.eyebrow){margin:1rem 0 1.5rem;color:var(--muted);line-height:1.7}.checkout-main{max-width:1480px;min-height:75vh;margin:0 auto;padding:clamp(3rem,6vw,6rem) var(--page-gutter) clamp(6rem,9vw,9rem)}.checkout-progress{display:flex;align-items:center;gap:.6rem 1.4rem;border-bottom:1px solid var(--line);padding-bottom:1rem}.checkout-progress span{color:#9a958a;font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.checkout-progress span + span::before{content:'—';margin-right:1.4rem;color:var(--line)}.checkout-progress .is-complete{color:var(--gold-dark)}.checkout-progress .is-current{color:var(--ink)}.checkout-heading{max-width:880px;margin-top:clamp(2.5rem,5vw,5rem)}.checkout-heading h1{margin:0;font-family:var(--serif);font-size:clamp(3rem,6vw,6.2rem);font-weight:500;letter-spacing:-.05em;line-height:.96}.checkout-heading>p:last-child{max-width:650px;margin:1.3rem 0 0;color:var(--muted);line-height:1.7}.checkout-saved{margin-top:2rem;border-left:3px solid var(--olive);padding:1rem 1.2rem;background:#edf0e8;color:#394032}.checkout-saved strong{font-size:.78rem}.checkout-saved p{margin:.45rem 0 0;font-size:.68rem;line-height:1.6}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);align-items:start;gap:clamp(2.5rem,5vw,5rem);margin-top:3rem}.checkout-address{border:1px solid var(--line);padding:clamp(1.5rem,3vw,2.5rem);background:#fffdf9}.checkout-section-heading{display:flex;align-items:flex-start;gap:1.2rem;border-bottom:1px solid var(--line);padding-bottom:1.4rem}.checkout-section-heading>span{color:var(--gold-dark);font-family:var(--serif);font-size:1.2rem}.checkout-section-heading .eyebrow{margin-bottom:.25rem}.checkout-section-heading h2{margin:0;font-family:var(--serif);font-size:2rem;font-weight:600}.checkout-form{display:grid;gap:1rem;margin-top:1.5rem}.checkout-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.checkout-field-row-location{grid-template-columns:1fr 1fr minmax(120px,.6fr)}.checkout-field{display:flex;flex-direction:column;gap:.45rem}.checkout-field>span{font-size:.68rem;font-weight:700}.checkout-field>span small{color:var(--muted);font-size:.58rem;font-weight:500}.checkout-field input,.checkout-field textarea,.checkout-field select{width:100%;border:1px solid rgba(25,24,20,.25);border-radius:0;padding:.8rem .9rem;background:white;color:var(--ink);font-family:var(--sans);font-size:.8rem;outline:0;transition:border-color .2s ease,box-shadow .2s ease}.checkout-field textarea{resize:vertical}.checkout-field input,.checkout-field select{min-height:48px}.checkout-field input:focus,.checkout-field textarea:focus,.checkout-field select:focus{border-color:var(--gold-dark);box-shadow:0 0 0 3px rgba(180,148,76,.13)}.checkout-field select:disabled{background:#f1eee7;color:#8d887f;cursor:not-allowed}.checkout-field-error{color:#8b352a;font-size:.62rem;font-weight:600;line-height:1.45}.checkout-submit{min-height:52px;border:1px solid var(--ink);margin-top:.3rem;padding:.85rem 1.2rem;background:var(--ink);color:white;cursor:pointer;font-size:.76rem;font-weight:700;transition:background .2s ease,border-color .2s ease}.checkout-submit:hover{border-color:var(--olive);background:var(--olive)}.checkout-privacy-note{margin:0;color:var(--muted);font-size:.6rem;line-height:1.55;text-align:center}.checkout-summary{position:sticky;top:130px;border:1px solid var(--line);padding:1.5rem;background:var(--cream)}.checkout-summary-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);padding-bottom:1rem}.checkout-summary-heading .eyebrow{margin:0}.checkout-summary-heading a{border-bottom:1px solid currentColor;padding-bottom:.18rem;color:var(--gold-dark);font-size:.62rem;font-weight:700}.checkout-summary-items{display:grid}.checkout-summary-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;border-bottom:1px solid var(--line);padding:1rem 0}.checkout-summary-item>div{display:grid;gap:.35rem}.checkout-summary-item strong{font-size:.7rem;line-height:1.4}.checkout-summary-item>strong{white-space:nowrap}.checkout-summary-item span{color:var(--muted);font-size:.6rem}.checkout-summary-total{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-top:1.2rem}.checkout-summary-total span{color:var(--muted);font-size:.68rem}.checkout-summary-total strong{font-size:1.35rem}.checkout-summary>p{margin:1rem 0 0;color:var(--muted);font-size:.62rem;line-height:1.6}.checkout-top-error{margin-top:1.5rem}.checkout-finalize{display:grid;gap:1rem;border-top:1px solid var(--line);margin-top:1.2rem;padding-top:1.2rem}.checkout-finalize fieldset{display:grid;gap:.6rem;border:0;margin:0;padding:0}.checkout-finalize legend{margin-bottom:.7rem;font-size:.68rem;font-weight:700}.checkout-finalize label{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.7rem;border:1px solid var(--line);padding:.8rem;background:#fffdf9;cursor:pointer}.checkout-finalize input{margin-top:.15rem;accent-color:var(--gold-dark)}.checkout-finalize label strong,.checkout-finalize label small{display:block}.checkout-finalize label strong{font-size:.68rem}.checkout-finalize label small,.checkout-finalize>small{margin-top:.25rem;color:var(--muted);font-size:.58rem;line-height:1.5}.checkout-finalize>small{text-align:center}.checkout-finalize>small a,.checkout-agreement a{border-bottom:1px solid currentColor;color:var(--gold-dark)}.checkout-payment-trust{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--line);padding:.85rem;background:white}.checkout-payment-trust span{color:var(--muted);font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.checkout-payment-trust img{width:min(170px,55%);height:auto}.checkout-finalize .checkout-agreement{background:transparent;font-size:.62rem;line-height:1.55}.order-success-main{min-height:72vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(5rem,10vw,10rem) var(--page-gutter);text-align:center}.order-success-mark{width:64px;height:64px;display:grid;place-items:center;border:1px solid var(--gold-dark);border-radius:50%;margin-bottom:2rem;color:var(--gold-dark);font-size:1.5rem}.order-success-main h1{margin:0;font-family:var(--serif);font-size:clamp(3.8rem,8vw,8rem);font-weight:400;letter-spacing:-.06em}.order-success-main>p:not(.eyebrow){max-width:620px;margin:1.2rem 0 2.5rem;color:var(--muted);line-height:1.7}.order-success-details{width:min(100%,760px);display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);margin:0;background:#fffdf9}.order-success-details div{border-right:1px solid var(--line);padding:1.3rem}.order-success-details div:last-child{border-right:0}.order-success-details dt{color:var(--muted);font-size:.62rem}.order-success-details dd{margin:.45rem 0 0;font-size:.78rem;font-weight:700}.order-success-actions{display:flex;gap:.8rem;margin-top:2rem}.account-order-list{display:grid;margin-top:1.2rem}.account-order-list article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.8rem;border-top:1px solid var(--line);padding:.8rem 0;font-size:.65rem}.account-order-list strong,.account-order-list small{display:block}.account-order-list small{margin-top:.2rem;color:var(--muted);font-size:.56rem}.account-order-list>article>span{color:var(--gold-dark);font-weight:700}.auth-main{min-height:calc(100vh - 120px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);background:var(--paper)}.auth-form-section{width:min(100%,760px);align-self:center;justify-self:center;padding:clamp(4rem,8vw,8rem) var(--page-gutter)}.auth-form-heading h1,.account-heading h1{margin:0;font-family:var(--serif);font-size:clamp(3rem,6vw,6rem);font-weight:500;letter-spacing:-.05em;line-height:.98}.auth-form-heading>p:last-child,.account-heading>p:last-child{max-width:560px;margin:1.4rem 0 0;color:var(--muted);line-height:1.7}.auth-form{display:grid;gap:1.1rem;margin-top:2rem}.auth-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.45rem}.auth-field>span{font-size:.7rem;font-weight:700}.auth-field input{width:100%;min-height:50px;border:1px solid rgba(25,24,20,.28);border-radius:0;padding:.8rem .9rem;background:#fffdf9;color:var(--ink);font-family:var(--sans);font-size:.84rem;outline:0;transition:border-color .2s ease,box-shadow .2s ease}.auth-field input:focus{border-color:var(--gold-dark);box-shadow:0 0 0 3px rgba(180,148,76,.13)}.auth-field small{color:var(--muted);font-size:.64rem;line-height:1.5}.auth-field .auth-field-error{color:#8b352a;font-weight:600}.auth-submit{min-height:52px;border:1px solid var(--ink);margin-top:.4rem;padding:.85rem 1.2rem;background:var(--ink);color:white;cursor:pointer;font-size:.78rem;font-weight:700;transition:background .2s ease,border-color .2s ease}.auth-submit:hover{border-color:var(--olive);background:var(--olive)}.auth-switch{margin:1.5rem 0 0;color:var(--muted);font-size:.74rem}.auth-switch a{border-bottom:1px solid currentColor;padding-bottom:.2rem;color:var(--gold-dark);font-weight:700}.auth-notice{margin:1.5rem 0 0;border-left:3px solid;padding:.9rem 1rem;font-size:.74rem;line-height:1.6}.auth-notice-success{border-color:var(--olive);background:#edf0e8;color:#394032}.auth-notice-error{border-color:#9a4638;background:#f6e9e4;color:#74362c}.auth-benefits{min-height:680px;display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,7vw,7rem);background:var(--olive);color:#f7f1e6}.auth-benefits .eyebrow{color:#d9bd7b}.auth-benefits h2{max-width:620px;margin:0;font-family:var(--serif);font-size:clamp(2.8rem,5vw,5.6rem);font-weight:500;letter-spacing:-.05em;line-height:.98}.auth-benefits ul{margin:clamp(3rem,7vh,5rem) 0 0;padding:0;list-style:none}.auth-benefits li{display:grid;grid-template-columns:40px minmax(0,1fr);gap:1rem;border-top:1px solid rgba(255,255,255,.18);padding:1.2rem 0}.auth-benefits li>span{color:#d9bd7b;font-family:var(--serif)}.auth-benefits li strong{font-size:.78rem}.auth-benefits li p{margin:.4rem 0 0;color:rgba(255,255,255,.68);font-size:.7rem;line-height:1.6}.auth-benefits-intro{max-width:520px;margin:1.5rem 0 0;color:rgba(255,255,255,.7);line-height:1.75}.auth-security-mark{width:clamp(150px,18vw,230px);aspect-ratio:1;display:grid;place-items:center;align-self:center;margin-top:clamp(3rem,8vh,6rem);border:1px solid rgba(217,189,123,.7);border-radius:50%;box-shadow:inset 0 0 0 10px var(--olive),inset 0 0 0 11px rgba(217,189,123,.32);color:#d9bd7b;font-family:var(--serif);font-size:clamp(2.5rem,5vw,4rem)}.account-main{padding:clamp(4rem,8vw,8rem) var(--page-gutter)}.account-heading{max-width:1100px;margin:0 auto;text-align:center}.account-heading .eyebrow{margin-bottom:1rem}.account-heading>p:last-child{margin-right:auto;margin-left:auto}.account-notice{max-width:900px;margin:2rem auto 0}.account-grid{max-width:1380px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:clamp(3rem,7vw,6rem) auto 0}.account-card{min-height:390px;display:flex;flex-direction:column;border:1px solid var(--line);padding:clamp(1.4rem,2.5vw,2.2rem);background:var(--cream)}.account-card-number{align-self:flex-end;color:var(--gold-dark);font-family:var(--serif);font-size:1.1rem}.account-card .eyebrow{margin-top:auto;margin-bottom:.8rem}.account-card h2{margin:0;font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.7rem);font-weight:500;line-height:1.15}.account-card>p:not(.eyebrow){margin:1rem 0 1.4rem;color:var(--muted);font-size:.76rem;line-height:1.65}.account-card>a{width:max-content;border-bottom:1px solid currentColor;padding-bottom:.3rem;color:var(--gold-dark);font-size:.72rem;font-weight:700}.account-details{margin:1.4rem 0 0}.account-details div{border-top:1px solid var(--line);padding:.8rem 0}.account-details dt{color:var(--muted);font-size:.62rem}.account-details dd{margin:.3rem 0 0;overflow-wrap:anywhere;font-size:.74rem;font-weight:700}.account-card-logout form{margin-top:auto}.account-card-logout button{min-height:42px;border:1px solid var(--ink);padding:.65rem 1rem;background:transparent;cursor:pointer;font-size:.72rem;font-weight:700;transition:background .2s ease,color .2s ease}.account-card-logout button:hover{background:var(--ink);color:white}.home-guides{padding:clamp(5rem,9vw,9rem) var(--page-gutter);border-top:1px solid var(--line);background:#ede5d7}.guide-heading-copy>p{margin:0 0 1rem;color:var(--muted);line-height:1.75}.inline-link-dark{border-bottom-color:var(--ink);color:var(--ink)}.guide-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(25,24,20,.28);border-left:1px solid rgba(25,24,20,.28)}.guide-card{min-height:380px;display:flex;flex-direction:column;border-right:1px solid rgba(25,24,20,.28);border-bottom:1px solid rgba(25,24,20,.28);padding:clamp(1.35rem,2.5vw,2.2rem);background:rgba(251,249,244,.52);transition:background .25s ease,transform .25s ease}.guide-card:hover{background:var(--paper);transform:translateY(-3px)}.guide-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(4rem,8vw,7.5rem)}.guide-card-top>span{font-family:var(--serif);font-size:1.45rem}.guide-card-top p{margin:0;color:var(--muted);font-size:.66rem;font-weight:600}.guide-card-eyebrow{margin:0 0 .7rem;color:var(--gold-dark);font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.guide-card h3{margin:0;font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400;letter-spacing:-.025em;line-height:1.05}.guide-card h3 a::after{content:'';position:absolute;inset:0}.guide-card{position:relative}.guide-card>p:not(.guide-card-eyebrow){margin:1.1rem 0 1.4rem;color:var(--muted);font-size:.78rem;line-height:1.65}.guide-card-link{position:relative;z-index:1;width:max-content;margin-top:auto;border-bottom:1px solid var(--ink);padding-bottom:.4rem;font-size:.7rem;font-weight:700}.guide-card-link span{display:inline-block;margin-left:.45rem;transition:transform .2s ease}.guide-card-link:hover span{transform:translateX(4px)}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:3rem;color:var(--muted);font-size:.68rem}.breadcrumbs a{border-bottom:1px solid transparent}.breadcrumbs a:hover{border-bottom-color:currentColor}.blog-hero{min-height:560px;display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,8rem) var(--page-gutter);background:var(--cream)}.blog-hero h1{max-width:980px;margin:0;font-family:var(--serif);font-size:clamp(3.5rem,8vw,8rem);font-weight:400;letter-spacing:-.055em;line-height:.88}.blog-hero h1 em{color:var(--gold-dark);font-weight:inherit}.blog-hero>p:last-child{max-width:650px;margin:2rem 0 0;color:var(--muted);font-size:1rem;line-height:1.8}.blog-listing{padding:clamp(5rem,9vw,9rem) var(--page-gutter)}.blog-listing-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}.blog-listing-heading h2{margin:0;font-family:var(--serif);font-size:clamp(2.5rem,5vw,5rem);font-weight:400}.blog-listing-heading p{max-width:390px;margin:0;color:var(--muted);line-height:1.7}.blog-post-list{border-top:1px solid var(--line)}.blog-list-card{display:grid;grid-template-columns:90px minmax(0,1fr) 180px;align-items:center;gap:clamp(1.5rem,4vw,4rem);border-bottom:1px solid var(--line);padding:clamp(2rem,4vw,3.5rem) 0}.blog-list-number{align-self:start;color:var(--gold-dark);font-family:var(--serif);font-size:2rem}.blog-list-main h3{margin:0;font-family:var(--serif);font-size:clamp(2rem,4vw,4rem);font-weight:400;letter-spacing:-.03em;line-height:1}.blog-list-main>p:last-child{max-width:680px;margin:1rem 0 0;color:var(--muted);line-height:1.7}.blog-list-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2rem}.blog-list-meta>span{color:var(--muted);font-size:.68rem}.blog-list-meta a{border-bottom:1px solid var(--ink);padding-bottom:.4rem;font-size:.72rem;font-weight:700}.blog-list-meta a span{margin-left:.4rem}.article-hero{padding:clamp(4rem,8vw,8rem) var(--page-gutter) clamp(3.5rem,7vw,6rem);border-bottom:1px solid var(--line);background:var(--cream)}.article-hero h1{max-width:1050px;margin:0;font-family:var(--serif);font-size:clamp(3.3rem,8vw,8rem);font-weight:400;letter-spacing:-.055em;line-height:.9}.article-excerpt{max-width:750px;margin:2rem 0 0;color:var(--muted);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.75}.article-meta{display:flex;flex-wrap:wrap;gap:.65rem 1.8rem;margin-top:2.5rem;color:var(--muted);font-size:.68rem;font-weight:600}.article-layout{display:grid;grid-template-columns:minmax(190px,270px) minmax(0,780px) minmax(190px,270px);justify-content:center;gap:clamp(3rem,8vw,8rem);padding:clamp(4rem,8vw,8rem) var(--page-gutter)}.article-toc{position:sticky;top:130px;align-self:start;border-top:1px solid var(--ink);padding-top:1rem}.article-toc>p{margin:0 0 1rem;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.article-toc ol{display:grid;gap:.8rem;margin:0;padding:0;list-style:none;counter-reset:toc}.article-toc li{display:grid;grid-template-columns:1.5rem 1fr;gap:.5rem;color:var(--muted);counter-increment:toc;font-size:.73rem;line-height:1.45}.article-toc li::before{content:counter(toc,decimal-leading-zero);color:var(--gold-dark);font-family:var(--serif)}.article-toc a:hover{color:var(--ink)}.article-content{color:#36342e;font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.85}.article-content .article-lead{margin-top:0;color:var(--ink);font-family:var(--serif);font-size:clamp(1.65rem,2.7vw,2.3rem);line-height:1.35}.article-content h2{scroll-margin-top:130px;margin:4rem 0 1.2rem;color:var(--ink);font-family:var(--serif);font-size:clamp(2rem,4vw,3.4rem);font-weight:400;letter-spacing:-.025em;line-height:1.08}.article-content h3{margin:2rem 0 .7rem;color:var(--ink);font-size:1rem}.article-content p{margin:0 0 1.35rem}.article-content ul,.article-content ol{display:grid;gap:.75rem;margin:1.2rem 0 1.8rem;padding-left:1.3rem}.article-content li{padding-left:.35rem}.article-callout,.article-note{margin:2.5rem 0;border-left:3px solid var(--gold);padding:1.25rem 1.4rem;background:var(--cream);color:#454138}.article-note{border-left-color:var(--olive);background:#e9ebe5}.article-checklist{padding-left:0!important;list-style:none}.article-checklist li{position:relative;padding-left:2rem}.article-checklist li::before{content:'✓';position:absolute;top:0;left:0;width:1.35rem;height:1.35rem;display:grid;place-items:center;border-radius:50%;background:var(--olive);color:white;font-size:.65rem}.article-checklist-warnings li::before{content:'×';background:#7a3d2e}.article-graphic{overflow:hidden;margin:3.5rem 0 4rem;border:1px solid rgba(25,24,20,.2);background:var(--olive);color:#f6f0e4;font-family:var(--sans)}.article-graphic p{margin:0}.graphic-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.22);padding:1.1rem 1.4rem}.graphic-header>span{color:#e2c477;font-size:.66rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.graphic-header>strong{font-size:.82rem;font-weight:600}.measure-graphic-stage,.mount-graphic-stage{position:relative;min-height:430px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.035),transparent 55%)}.measure-graphic-window{position:absolute;inset:16% 14% 13%;border:1px solid rgba(255,255,255,.48)}.measure-pane{position:absolute;display:block;background:rgba(255,255,255,.2)}.measure-pane-vertical{top:0;bottom:0;left:50%;width:1px}.measure-pane-horizontal{top:48%;right:0;left:0;height:1px}.measure-curtain{position:absolute;top:0;bottom:0;width:28%;opacity:.42;background:repeating-linear-gradient(90deg,rgba(255,255,255,.3) 0 8%,rgba(255,255,255,.05) 9% 17%)}.measure-curtain-left{left:0}.measure-curtain-right{right:0;transform:scaleX(-1)}.graphic-arrow{position:absolute;color:#f1d189}.graphic-arrow::before,.graphic-arrow::after{content:'';position:absolute;width:8px;height:8px}.graphic-arrow span{position:absolute;padding:.25rem .45rem;background:var(--olive);font-size:.64rem;font-weight:700;letter-spacing:.12em}.graphic-arrow-width{top:8%;right:14%;left:14%;border-top:1px solid currentColor}.graphic-arrow-width::before{top:-5px;left:0;border-bottom:1px solid currentColor;border-left:1px solid currentColor;transform:rotate(45deg)}.graphic-arrow-width::after{top:-5px;right:0;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg)}.graphic-arrow-width span{top:-15px;left:50%;transform:translateX(-50%)}.graphic-arrow-height{top:16%;right:6%;bottom:13%;border-left:1px solid currentColor}.graphic-arrow-height::before{top:0;left:-5px;border-top:1px solid currentColor;border-left:1px solid currentColor;transform:rotate(45deg)}.graphic-arrow-height::after{bottom:0;left:-5px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg)}.graphic-arrow-height span{top:50%;left:-18px;transform:translateY(-50%) rotate(-90deg)}.measure-point{position:absolute;left:7%;width:27px;height:27px;display:grid;place-items:center;border:1px solid #f1d189;border-radius:50%;background:var(--olive);color:#f1d189;font-size:.66rem;font-weight:700}.measure-point::after{content:'';position:absolute;left:100%;width:38px;border-top:1px dashed rgba(241,209,137,.6)}.measure-point-top{top:18%}.measure-point-middle{top:calc(50% - 13px)}.measure-point-bottom{bottom:15%}.graphic-key{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.22)}.graphic-key>div{display:grid;grid-template-columns:auto 1fr;gap:.7rem;border-right:1px solid rgba(255,255,255,.2);padding:1rem 1.2rem}.graphic-key>div:last-child{border-right:0}.graphic-key span{color:#e2c477;font-family:var(--serif);font-size:1rem}.graphic-key p{color:rgba(255,255,255,.75);font-size:.68rem;line-height:1.5}.article-graphic figcaption{border-top:1px solid var(--line);padding:1rem 1.35rem;background:var(--paper);color:var(--muted);font-size:.7rem;line-height:1.6}.mount-window{position:absolute;inset:32% 18% 8%;border:1px solid rgba(255,255,255,.38)}.mount-window span:first-child{position:absolute;top:0;bottom:0;left:50%;border-left:1px solid rgba(255,255,255,.2)}.mount-window span:last-child{position:absolute;top:48%;right:0;left:0;border-top:1px solid rgba(255,255,255,.2)}.mount-level-line{position:absolute;top:16%;right:15%;left:15%;border-top:1px dashed #e2c477}.mount-level-line span{position:absolute;top:-.8rem;left:50%;padding:.15rem .45rem;background:var(--olive);color:#e2c477;font-size:.62rem;font-weight:700;letter-spacing:.08em;transform:translateX(-50%);text-transform:uppercase}.mount-bracket{position:absolute;z-index:3;top:13%;width:42px;height:42px;border:2px solid #f6f0e4;background:var(--olive)}.mount-bracket-left{left:18%}.mount-bracket-right{right:18%}.mount-bracket i{position:absolute;top:50%;left:50%;width:8px;height:8px;border:1px solid #e2c477;border-radius:50%;transform:translate(-50%,-50%)}.mount-bracket b{position:absolute;top:-12px;right:-12px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#e2c477;color:var(--ink);font-size:.62rem}.mount-roller{position:absolute;z-index:2;top:24%;right:16%;left:16%;height:38px;border:1px solid rgba(255,255,255,.7);background:rgba(246,240,228,.12)}.mount-roller span{position:absolute;top:100%;right:3%;left:3%;height:135px;background:repeating-linear-gradient(90deg,rgba(246,240,228,.25) 0 10%,rgba(246,240,228,.07) 11% 20%);clip-path:polygon(0 0,100% 0,96% 100%,4% 100%)}.mount-chain{position:absolute;z-index:4;top:30%;right:10%;width:1px;height:155px;border-right:1px dashed #e2c477}.mount-chain::after{content:'';position:absolute;right:-8px;bottom:-14px;width:14px;height:27px;border:1px solid #e2c477;border-radius:999px}.mount-chain span{position:absolute;top:55px;right:16px;width:85px;color:#e2c477;font-size:.62rem;font-weight:700;line-height:1.3;text-align:right;text-transform:uppercase}.article-graphic-care{background:var(--cream);color:var(--ink)}.article-graphic-care .graphic-header{border-bottom-color:var(--line)}.article-graphic-care .graphic-header>span{color:var(--gold-dark)}.care-graphic-grid{display:grid;grid-template-columns:repeat(4,1fr)}.care-step{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--line);padding:1.2rem;text-align:center}.care-step:last-child{border-right:0}.care-number{align-self:flex-start;margin-bottom:auto;color:var(--gold-dark);font-family:var(--serif);font-size:1rem}.care-value{margin:auto 0 .8rem;font-family:var(--serif);font-size:3.2rem;font-weight:500}.care-value-small{font-size:2.1rem}.care-step p{min-height:2.6em;color:var(--muted);font-size:.7rem;line-height:1.4}.care-symbol-no{position:relative;width:70px;height:70px;display:grid;place-items:center;margin:auto 0 .8rem;border:1px solid var(--ink);border-radius:50%;font-size:1rem}.care-symbol-no::after{content:'';position:absolute;width:88px;border-top:2px solid #7a3d2e;transform:rotate(-45deg)}.care-hanger{position:relative;width:95px;height:70px;margin:auto 0 .8rem}.care-hanger::before{content:'';position:absolute;top:0;left:43px;width:18px;height:24px;border-top:2px solid var(--ink);border-right:2px solid var(--ink);border-radius:50%;transform:rotate(-28deg)}.care-hanger::after{content:'';position:absolute;right:8px;bottom:3px;left:8px;height:46px;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);border-left:2px solid var(--ink);transform:rotate(45deg) skew(-8deg,-8deg)}.care-warning{border-top:1px solid var(--line);padding:1rem 1.35rem;background:var(--olive);color:rgba(255,255,255,.8);font-size:.72rem;line-height:1.6}.care-warning strong{color:white}.related-guides{padding:clamp(5rem,9vw,9rem) var(--page-gutter);background:#ede5d7}.related-guides>h2{margin:0 0 3rem;font-family:var(--serif);font-size:clamp(2.5rem,5vw,5rem);font-weight:400}.guide-card-grid-related{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1100px}.not-found{min-height:65vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:5rem var(--page-gutter)}.not-found h1{max-width:800px;margin:0;font-family:var(--serif);font-size:clamp(3rem,7vw,7rem);font-weight:400;line-height:.95}.not-found>p:not(.eyebrow){margin:1.5rem 0 2rem;color:var(--muted)}.measure-guide{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:var(--olive);color:#f6f0e4}.measure-visual{position:relative;margin:clamp(2rem,5vw,5rem);border:1px solid rgba(255,255,255,.35)}.measure-visual::before,.measure-visual::after{content:'';position:absolute;background:rgba(255,255,255,.18)}.measure-visual::before{top:0;bottom:0;left:50%;width:1px}.measure-visual::after{top:50%;right:0;left:0;height:1px}.measure-line{position:absolute;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);font-size:.68rem;letter-spacing:.14em}.measure-line::before,.measure-line::after{content:'';width:6px;height:6px;border-top:1px solid currentColor;border-left:1px solid currentColor}.measure-width{top:12%;right:8%;left:8%;gap:1rem}.measure-width::before{transform:rotate(-45deg)}.measure-width::after{transform:rotate(135deg)}.measure-height{top:8%;right:10%;bottom:8%;flex-direction:column;gap:1rem}.measure-height::before{transform:rotate(45deg)}.measure-height::after{transform:rotate(225deg)}.measure-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,8rem)}.measure-copy .eyebrow{color:#d9bd7b}.measure-copy p:not(.eyebrow){max-width:560px;margin:2rem 0;color:rgba(255,255,255,.7);line-height:1.8}.inline-link{width:max-content;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:.45rem;font-size:.78rem;font-weight:600}.inline-link span{display:inline-block;margin-left:.5rem;transition:transform .2s ease}.inline-link:hover span{transform:translateX(5px)}.home-location{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr);min-height:680px;border-bottom:1px solid var(--line);background:var(--cream)}.home-location-map{min-height:560px;background:#dfd8c9}.home-location-map iframe{display:block;width:100%;height:100%;min-height:680px;border:0}.home-location-content{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:clamp(3.5rem,7vw,7rem)}.home-location-content .eyebrow{margin-bottom:1rem}.home-location-content h2{max-width:600px;margin:0;font-family:var(--serif);font-size:clamp(3.2rem,5.6vw,6.2rem);font-weight:400;line-height:.98;letter-spacing:-.04em}.home-location-content>p:not(.eyebrow){max-width:520px;margin:1.6rem 0 0;color:var(--muted);font-size:.9rem;line-height:1.8}.home-location-content address{display:grid;gap:.45rem;margin:2rem 0 0;font-style:normal}.home-location-content address strong{font-size:.78rem}.home-location-content address a{width:fit-content;color:#56534b;font-size:.76rem;line-height:1.6}.home-location-content address a:hover{color:var(--gold-dark)}.home-location-route{display:inline-flex;gap:.65rem;border-bottom:1px solid currentColor;margin-top:1.8rem;padding-bottom:.45rem;color:var(--gold-dark);font-size:.74rem;font-weight:750}.home-location-route span{transition:transform .2s ease}.home-location-route:hover span{transform:translateX(4px)}.home-location-local-link{display:inline-flex;gap:.65rem;margin-top:1rem;color:var(--ink);font-size:.72rem;font-weight:700}.home-location-local-link span{transition:transform .2s ease}.home-location-local-link:hover{color:var(--gold-dark)}.home-location-local-link:hover span{transform:translateX(4px)}.home-instagram{width:min(100%,520px);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;border:1px solid #b6a77f;margin-top:2.2rem;padding:1.15rem 1.25rem;background:#eee7d8;color:var(--ink);transition:border-color .2s ease,background-color .2s ease}.home-instagram:hover{border-color:var(--gold-dark);background:#e6dcc7}.home-instagram-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--gold-dark);border-radius:50%;color:var(--gold-dark);font-size:1.6rem;line-height:1}.home-instagram small,.home-instagram strong{display:block}.home-instagram small{margin-bottom:.25rem;color:var(--muted);font-size:.63rem;font-weight:700;letter-spacing:.04em}.home-instagram strong{font-size:.88rem}.home-instagram-arrow{color:var(--gold-dark);font-size:1rem}.local-page{background:var(--paper)}.local-hero{min-height:700px;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,8rem) var(--page-gutter);background:var(--olive);color:#f7f1e4;text-align:center}.local-breadcrumbs{justify-content:center;margin-bottom:clamp(2rem,4vw,3.5rem);color:rgba(255,255,255,.58)}.local-hero .eyebrow{color:#d9bd7b}.local-hero h1{max-width:1100px;margin:1rem auto 0;font-family:var(--serif);font-size:clamp(3.8rem,8vw,8rem);font-weight:400;line-height:.94;letter-spacing:-.045em}.local-hero-lead{max-width:730px;margin:2rem auto 0;color:rgba(255,255,255,.72);font-size:clamp(.9rem,1.25vw,1.08rem);line-height:1.8}.local-hero-actions{display:flex;justify-content:center;gap:.8rem;margin-top:2.2rem}.local-button-light{border-color:rgba(255,255,255,.42);color:#fff}.local-button-light:hover{border-color:#fff;background:#fff;color:var(--ink)}.local-hero-facts{width:min(800px,100%);display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.17);margin:3.5rem 0 0;padding:1.3rem 0 0}.local-hero-facts div{display:grid;gap:.35rem;border-right:1px solid rgba(255,255,255,.15)}.local-hero-facts div:last-child{border-right:0}.local-hero-facts dt{color:#d9bd7b;font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.local-hero-facts dd{margin:0;color:rgba(255,255,255,.75);font-size:.7rem}.local-products,.local-process,.local-faq{padding:clamp(5rem,9vw,9rem) var(--page-gutter)}.local-section-heading{max-width:900px;margin:0 auto clamp(3rem,6vw,5rem);text-align:center}.local-section-heading h2{margin:1rem 0 0;font-family:var(--serif);font-size:clamp(3rem,6vw,6rem);font-weight:400;line-height:1;letter-spacing:-.04em}.local-section-heading>p:last-child{max-width:680px;margin:1.5rem auto 0;color:var(--muted);font-size:.88rem;line-height:1.8}.local-product-grid{width:min(1320px,100%);display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);margin:0 auto}.local-product-grid article{min-height:270px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:clamp(1.7rem,3vw,2.8rem)}.local-product-grid article>span{color:var(--gold-dark);font-family:var(--serif);font-size:.8rem}.local-product-grid h3{margin:3rem 0 1rem;font-family:var(--serif);font-size:clamp(1.7rem,2.8vw,2.7rem);font-weight:500}.local-product-grid p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.75}.local-text-link{width:max-content;display:flex;gap:.7rem;border-bottom:1px solid currentColor;margin:2.5rem auto 0;padding-bottom:.45rem;color:var(--gold-dark);font-size:.75rem;font-weight:700}.local-choice{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(3rem,9vw,10rem);padding:clamp(5rem,10vw,10rem) var(--page-gutter);background:var(--cream)}.local-choice h2{max-width:650px;margin:1rem 0 0;font-family:var(--serif);font-size:clamp(3rem,5.5vw,6rem);font-weight:400;line-height:1;letter-spacing:-.04em}.local-choice-copy{align-self:center}.local-choice-copy>p{margin:0 0 1.3rem;color:#514f49;font-size:.9rem;line-height:1.9}.local-guide-links{display:grid;gap:.8rem;border-top:1px solid var(--line);margin-top:2rem;padding-top:1.5rem}.local-guide-links a{width:fit-content;color:var(--gold-dark);font-size:.75rem;font-weight:700}.local-guide-links a:hover{color:var(--ink)}.local-process{background:var(--paper)}.local-process ol{width:min(1100px,100%);display:grid;gap:0;margin:0 auto;padding:0;list-style:none}.local-process li{display:grid;grid-template-columns:80px 1fr;gap:2rem;border-top:1px solid var(--line);padding:2rem 0}.local-process li>span{color:var(--gold-dark);font-family:var(--serif);font-size:1rem}.local-process h3{margin:0 0 .6rem;font-family:var(--serif);font-size:2rem;font-weight:500}.local-process li p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.7}.local-visit{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(400px,.8fr);min-height:680px;background:var(--olive);color:#f7f1e4}.local-visit-map iframe{width:100%;height:100%;min-height:680px;display:block;border:0}.local-visit-copy{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:clamp(3.5rem,7vw,7rem)}.local-visit-copy .eyebrow{color:#d9bd7b}.local-visit-copy h2{margin:1rem 0 0;font-family:var(--serif);font-size:clamp(3rem,5vw,5.6rem);font-weight:400;line-height:1;letter-spacing:-.04em}.local-visit-copy address{display:grid;gap:.6rem;margin-top:2rem;font-style:normal}.local-visit-copy address strong{font-size:.85rem}.local-visit-copy address span,.local-visit-copy address a{color:rgba(255,255,255,.67);font-size:.76rem;line-height:1.6}.local-visit-copy address a:hover{color:#d9bd7b}.local-visit-actions{display:flex;align-items:center;gap:1.2rem;margin-top:2rem}.local-instagram-link{border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:.35rem;color:rgba(255,255,255,.78);font-size:.7rem;font-weight:700}.local-faq{background:var(--cream)}.local-faq-list{width:min(900px,100%);margin:0 auto;border-top:1px solid var(--ink)}.local-faq-list details{border-bottom:1px solid var(--line)}.local-faq-list summary{padding:1.5rem 0;cursor:pointer;font-family:var(--serif);font-size:clamp(1.25rem,2vw,1.7rem);font-weight:500}.local-faq-list p{max-width:750px;margin:0;padding:0 0 1.7rem;color:var(--muted);font-size:.84rem;line-height:1.8}.information-page{background:var(--paper)}.information-hero{min-height:470px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:1px solid var(--line);padding:clamp(4rem,9vw,8rem) var(--page-gutter);background:var(--cream);text-align:center}.information-hero .breadcrumbs{justify-content:center;margin-bottom:clamp(2rem,5vw,4rem)}.information-hero .eyebrow{margin-bottom:1rem}.information-hero h1{max-width:1050px;margin:0;font-family:var(--serif);font-size:clamp(3.3rem,7.5vw,7.5rem);font-weight:400;line-height:.98;letter-spacing:-.04em}.information-hero>p:last-child{max-width:730px;margin:2rem auto 0;color:var(--muted);font-size:clamp(.92rem,1.25vw,1.1rem);line-height:1.8}.information-layout{width:min(1320px,calc(100% - (2 * var(--page-gutter))));display:grid;grid-template-columns:250px minmax(0,820px);justify-content:center;gap:clamp(3rem,8vw,8rem);margin:0 auto;padding:clamp(4rem,8vw,8rem) 0}.information-navigation{position:sticky;top:125px;align-self:start;border-top:1px solid var(--ink);padding-top:1rem}.information-navigation>p{margin:0 0 1.2rem;font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.information-navigation nav{display:grid;gap:.2rem}.information-navigation a{border-left:2px solid transparent;padding:.65rem .8rem;color:var(--muted);font-size:.68rem;line-height:1.4}.information-navigation a:hover{color:var(--ink)}.information-navigation a[aria-current="page"]{border-left-color:var(--gold-dark);background:var(--cream);color:var(--ink);font-weight:700}.information-content{min-width:0}.information-content>section{display:grid;grid-template-columns:54px minmax(0,1fr);column-gap:1.5rem;border-top:1px solid var(--line);padding:2.3rem 0}.information-content>section:first-child{border-top:0;padding-top:0}.information-content>section>span{grid-row:1 / span 3;color:var(--gold-dark);font-family:var(--serif);font-size:1rem}.information-content h2{margin:0 0 1rem;font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.7rem);font-weight:500;line-height:1.15}.information-content p,.information-content li,.information-content dd{color:#514f49;font-size:.9rem;line-height:1.85}.information-content p{margin:0 0 1rem}.information-content p:last-child{margin-bottom:0}.information-content ul,.information-content ol{display:grid;gap:.6rem;margin:0;padding-left:1.2rem}.information-content a:not(.information-callout a){border-bottom:1px solid currentColor;color:var(--gold-dark)}.information-intro{grid-column:1 / -1;max-width:790px;color:var(--ink)!important;font-family:var(--serif);font-size:clamp(1.8rem,3.2vw,3rem)!important;line-height:1.35!important}.information-callout{border-left:3px solid var(--gold-dark);margin:2rem 0 3rem 54px;padding:1.5rem 1.7rem;background:var(--cream)}.information-callout strong{display:block;margin-bottom:.5rem;font-size:.85rem}.information-callout p{font-size:.75rem}.information-callout a{display:inline-block;border-bottom:1px solid currentColor;margin-top:.7rem;color:var(--gold-dark);font-size:.7rem;font-weight:700}.information-warning{border:1px solid #b58e49;margin-bottom:2.5rem;padding:1.2rem 1.4rem;background:#fff8e8}.information-warning strong{display:block;margin-bottom:.35rem;font-size:.78rem}.information-warning p{color:#6a5632;font-size:.7rem}.legal-details{grid-column:2;display:grid;gap:.7rem;margin:0}.legal-details div{display:grid;grid-template-columns:130px minmax(0,1fr);gap:1rem;border-bottom:1px solid var(--line);padding-bottom:.7rem}.legal-details dt{font-size:.68rem;font-weight:700}.legal-details dd{margin:0;font-size:.75rem}.information-content>.information-location{grid-template-rows:auto auto auto auto}.information-location>p,.information-location>.information-map,.information-location>.information-map-link{grid-column:2}.information-map{overflow:hidden;border:1px solid var(--line);margin:.5rem 0 1rem;background:var(--cream);aspect-ratio:16 / 9}.information-map iframe{display:block;width:100%;height:100%;border:0}.information-map-link{width:max-content;font-size:.72rem;font-weight:700}.information-updated{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--ink);margin-top:2rem;padding-top:1rem;color:var(--muted);font-size:.62rem}.information-empty{display:grid;place-items:center;min-height:240px}.site-footer{padding:clamp(3.5rem,6vw,6rem) var(--page-gutter) 2rem;background:#14140f;color:#f6f0e4}.footer-main{display:grid;grid-template-columns:minmax(240px,1.35fr) minmax(140px,.7fr) minmax(140px,.7fr) minmax(260px,1.15fr);gap:clamp(2rem,5vw,5rem)}.footer-introduction{display:grid;align-content:start;gap:1.4rem}.footer-brand{padding:.35rem .65rem;background:var(--paper)}.footer-brand .site-logo{width:205px}.footer-introduction p,.footer-payment p{margin:0;color:rgba(255,255,255,.57);font-size:.7rem;line-height:1.7}.footer-business{display:grid;gap:.3rem;margin:-.45rem 0 0;font-style:normal}.footer-business strong{color:rgba(255,255,255,.82);font-size:.67rem}.footer-business a{max-width:290px;color:rgba(255,255,255,.53);font-size:.64rem;line-height:1.55}.footer-business a:hover{color:#d9bd7b}.site-footer small{color:rgba(255,255,255,.5);font-size:.66rem}.footer-column{display:flex;align-items:flex-start;flex-direction:column;gap:.8rem}.footer-column strong,.footer-payment>strong{margin-bottom:.4rem;color:#d9bd7b;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.footer-column a{color:rgba(255,255,255,.67);font-size:.68rem;line-height:1.45}.footer-column a:hover{color:white}.footer-payment{display:grid;align-content:start;gap:1rem}.footer-payment img{width:100%;max-width:456px;height:auto}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:2rem;border-top:1px solid rgba(255,255,255,.13);margin-top:clamp(3rem,6vw,5rem);padding-top:1.4rem}.footer-bottom p{margin:0;color:rgba(255,255,255,.46);font-size:.62rem}:focus-visible{outline:2px solid var(--gold);outline-offset:4px}@media (max-width:1100px){.hero{grid-template-columns:1fr 44%}.hero h1{font-size:clamp(3.4rem,7.8vw,6.5rem)}.product-toolbar{grid-template-columns:1fr auto}.product-filters{grid-column:1 / -1;grid-row:2}.filter-result{grid-column:2;grid-row:1}.product-detail-layout{grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);gap:2.5rem}.auth-main{grid-template-columns:minmax(0,1fr) minmax(340px,.8fr)}.auth-benefits{padding:4rem 2.5rem}.account-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.blog-list-card{grid-template-columns:60px minmax(0,1fr) 150px}.article-layout{grid-template-columns:minmax(170px,220px) minmax(0,1fr)}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.announcement p{font-size:.58rem}.announcement span{padding:0 .25rem}.header-inner{min-height:72px;gap:.4rem}.brand-mark{width:40px}.brand-name{font-size:.78rem}.site-logo{width:145px}.footer-brand .site-logo{width:185px}.header-actions{gap:.5rem}.header-contact-action{width:24px;padding:.35rem 0}.header-contact-label{display:none}.header-contact-icon{display:block;font-size:1rem}.login-action{padding:.5rem 0;font-size:.7rem}.cart-action{font-size:0}.cart-action span{font-size:.62rem}.search-result-item{grid-template-columns:60px minmax(0,1fr);gap:.8rem}.search-result-item img{width:60px;height:72px;grid-row:1 / span 2}.search-result-price{grid-column:2}.campaign-entry{grid-template-columns:1fr;gap:.6rem;padding:.6rem var(--page-gutter) 1rem}.campaign-guides{aspect-ratio:auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto;gap:.6rem}.campaign-guide{aspect-ratio:1}.campaign-guide-wide{aspect-ratio:1823 / 863}.hero{display:flex;min-height:auto;flex-direction:column}.hero-copy{min-height:610px;padding-top:4.5rem}.hero h1{font-size:clamp(3.4rem,17vw,5.4rem)}.hero-description{font-size:.94rem}.hero-actions{flex-direction:column}.button{width:100%}.hero-facts{gap:.55rem;margin-top:3.2rem}.hero-facts div{display:block}.hero-facts dd{margin-top:.3rem;font-size:.62rem}.hero-scene{min-height:520px}.section-heading{grid-template-columns:1fr;gap:1.5rem}.product-toolbar{grid-template-columns:1fr;align-items:stretch;gap:1.2rem}.product-filters{grid-column:auto;grid-row:auto;grid-template-columns:1fr}.filter-result{grid-column:auto;grid-row:auto;align-items:center;flex-direction:row;justify-content:space-between}.product-detail{padding-top:1.5rem}.product-breadcrumbs{margin-bottom:1.5rem}.product-detail-layout{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.product-gallery-viewport{aspect-ratio:4 / 4.5}.product-information{padding-top:0}.product-order-heading{align-items:flex-start;flex-direction:column}.product-pile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-order-total{align-items:stretch;flex-direction:column}.product-order-total button{width:100%}.product-specifications{grid-template-columns:1fr}.product-specifications div{padding:.9rem 0}.product-specifications div + div{border-top:1px solid var(--line);border-left:0;padding-left:0}.product-care-grid{grid-template-columns:1fr}.product-care-grid div:nth-child(even){border-left:0;padding-left:0}.product-service-list li{grid-template-columns:1fr;gap:.35rem}.product-editorial{grid-template-columns:1fr;margin-right:var(--page-gutter);margin-left:var(--page-gutter)}.related-products>.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-main{min-height:auto;grid-template-columns:1fr}.auth-form-section{width:100%;padding:4rem var(--page-gutter) 5rem}.auth-field-row{grid-template-columns:1fr}.auth-benefits{min-height:auto;padding:5rem var(--page-gutter)}.auth-benefits h2{font-size:clamp(2.7rem,12vw,4.2rem)}.auth-security-mark{margin-top:3rem}.account-main{padding-top:4rem}.account-grid{grid-template-columns:1fr}.account-card{min-height:330px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem .75rem}.product-card h3{min-height:0;font-size:1.2rem}.product-card-footer{align-items:stretch;flex-direction:column}.product-detail-button{display:block;width:100%}.product-price{grid-template-columns:1fr;gap:.18rem}.product-price>span{grid-column:auto}.product-badges{top:.5rem;left:.5rem}.product-badge{padding:.38rem .5rem;font-size:.55rem}.product-badge:not(.product-badge-sale){display:none}.product-quick-note{right:.55rem;bottom:.55rem;left:.55rem;font-size:.62rem}.cart-main{padding-top:3rem}.cart-access-options{grid-template-columns:1fr}.cart-access-option{min-height:200px}.cart-heading{align-items:flex-start;flex-direction:column;gap:1rem}.cart-item{grid-template-columns:92px minmax(0,1fr);gap:1rem}.cart-item-price{grid-column:2;min-width:0;align-items:flex-start;margin-top:.25rem;text-align:left}.cart-item-main dl{gap:.8rem 1rem}.cart-item-actions{align-items:flex-start;flex-direction:column}.checkout-main{padding-top:2.5rem}.checkout-progress{align-items:flex-start;flex-direction:column}.checkout-progress span + span::before{content:'';margin-right:0}.checkout-field-row,.checkout-field-row-location{grid-template-columns:1fr}.checkout-address{padding:1.2rem}.checkout-section-heading h2{font-size:1.65rem}.collection-grid{grid-template-columns:1fr}.collection-card{min-height:320px}.measure-guide{grid-template-columns:1fr}.measure-visual{min-height:390px}.measure-copy{padding:4rem var(--page-gutter) 5rem}.home-location{grid-template-columns:1fr}.home-location-map,.home-location-map iframe{min-height:430px}.home-location-content{padding:4rem var(--page-gutter) 5rem}.home-location-content h2{font-size:clamp(3.2rem,15vw,5rem)}.home-instagram{width:100%}.local-hero{min-height:660px;align-items:flex-start;text-align:left}.local-breadcrumbs{justify-content:flex-start}.local-hero h1{font-size:clamp(3.4rem,16vw,5.3rem)}.local-hero-lead{margin-left:0}.local-hero-actions{width:100%;align-items:stretch;flex-direction:column}.local-hero-facts{grid-template-columns:1fr;gap:1rem}.local-hero-facts div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:1rem}.local-hero-facts div:last-child{border-bottom:0}.local-section-heading{text-align:left}.local-product-grid{grid-template-columns:1fr}.local-product-grid article{min-height:220px}.local-choice{grid-template-columns:1fr}.local-process li{grid-template-columns:44px 1fr;gap:1rem}.local-visit{grid-template-columns:1fr}.local-visit-map iframe{min-height:430px}.local-visit-copy{padding:4rem var(--page-gutter) 5rem}.local-visit-actions{width:100%;align-items:stretch;flex-direction:column}.local-instagram-link{width:fit-content}.information-hero{min-height:400px;align-items:flex-start;text-align:left}.information-hero .breadcrumbs{justify-content:flex-start}.information-layout{width:calc(100% - (2 * var(--page-gutter)));grid-template-columns:1fr;gap:2.5rem}.information-navigation{position:static}.information-content>section{grid-template-columns:38px minmax(0,1fr);column-gap:.8rem}.information-intro{grid-column:1 / -1}.information-location>p,.information-location>.information-map,.information-location>.information-map-link{grid-column:1 / -1}.information-map{aspect-ratio:4 / 3}.information-callout{margin-left:0}.legal-details{grid-column:1 / -1}.legal-details div{grid-template-columns:1fr;gap:.2rem}.footer-main{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column}.guide-card-grid,.guide-card-grid-related{grid-template-columns:1fr}.guide-card{min-height:330px}.guide-card-top{margin-bottom:4rem}.blog-hero{min-height:520px}.blog-listing-heading{align-items:flex-start;flex-direction:column}.blog-list-card{grid-template-columns:42px 1fr;gap:1rem}.blog-list-meta{grid-column:2;align-items:flex-start;flex-direction:row;justify-content:space-between;gap:1rem}.blog-list-main h3{font-size:2.1rem}.article-layout{grid-template-columns:1fr;gap:2rem}.article-toc{position:static;border:1px solid var(--line);padding:1.2rem;background:var(--cream)}.article-content h2{scroll-margin-top:110px}.graphic-header{align-items:flex-start;flex-direction:column}.measure-graphic-stage,.mount-graphic-stage{min-height:340px}.graphic-key{grid-template-columns:1fr}.graphic-key>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.graphic-key>div:last-child{border-bottom:0}.care-graphic-grid{grid-template-columns:repeat(2,1fr)}.care-step:nth-child(2){border-right:0}.care-step:nth-child(-n + 2){border-bottom:1px solid var(--line)}.article-graphic{margin:2.5rem 0 3rem}}@media (min-width:761px){.hero-copy{align-items:center;text-align:center}.hero-description{margin-right:auto;margin-left:auto}.hero-actions{justify-content:center}.hero-facts{width:100%}.hero-facts div{justify-content:center}.section-heading{max-width:980px;grid-template-columns:1fr;justify-items:center;margin-right:auto;margin-left:auto;text-align:center}.section-heading>p,.guide-heading-copy{max-width:680px}.product-card-body{align-items:center;text-align:center}.product-card-footer{width:100%;align-items:center}.product-price{justify-items:center}.guide-card{align-items:center;text-align:center}.guide-card-top{width:100%}.guide-card-link{margin-right:auto;margin-left:auto}.measure-copy{align-items:center;text-align:center}.blog-hero,.article-hero{align-items:center;text-align:center}.blog-hero .breadcrumbs,.article-hero .breadcrumbs,.article-meta{justify-content:center}.blog-hero>p:last-child,.article-excerpt{margin-right:auto;margin-left:auto}.blog-hero h1,.article-hero h1{margin-right:auto;margin-left:auto}.blog-listing-heading{align-items:center;flex-direction:column;text-align:center}.related-guides{text-align:center}.guide-card-grid-related{margin-right:auto;margin-left:auto}.not-found{align-items:center;text-align:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}.seo-category-nav{display:flex;gap:1.5rem;flex-wrap:wrap;padding:.7rem var(--page-gutter);border-top:1px solid var(--line);font-size:.85rem}.seo-category-nav a:hover,.seo-copy a{text-decoration:underline;text-underline-offset:3px}.seo-home-title{font-family:var(--serif);font-weight:500;font-size:clamp(1.5rem,3vw,2.4rem);margin:0 0 .7rem;grid-column:1/-1}.seo-home-intro{margin:0 0 1.2rem;line-height:1.6;grid-column:1/-1;color:var(--muted)}.seo-catalog h1{font-family:var(--serif);font-size:clamp(1.8rem,4vw,3rem);font-weight:500}.seo-intro,.seo-copy{max-width:850px;line-height:1.8}.seo-copy{margin-top:3rem}.seo-copy h2{font-family:var(--serif);font-weight:500}.seo-copy details{padding:1rem 0;border-bottom:1px solid var(--line)}.seo-copy summary{cursor:pointer;font-weight:600}.seo-search{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin:1.5rem 0}.seo-search label{width:100%}.seo-search input{min-width:0;padding:.9rem;border:1px solid var(--line);font:inherit;flex:1}.seo-pagination{display:flex;flex-wrap:wrap;gap:.7rem;margin:2rem 0}.seo-pagination a{border:1px solid var(--line);padding:.6rem 1rem}.seo-pagination [aria-current]{background:var(--ink);color:white}@media(max-width:600px){.seo-category-nav{gap:.6rem 1rem;font-size:.75rem}.seo-home-intro{font-size:.9rem}}.product-price del,.product-detail-price del,.guide-card>p:not(.guide-card-eyebrow),.home-instagram small{color:#625c52}.guide-card-eyebrow{color:#715320}.footer-business a{min-height:44px;display:flex;align-items:center;color:#d4d1c9}.map-preview{min-height:inherit;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem;padding:2rem;color:#302c25}.map-preview p{max-width:30rem;margin:0;line-height:1.6}.map-preview .button{min-height:48px}.map-preview[hidden],iframe[data-map-src][hidden]{display:none}.home-guides .eyebrow{color:#715320}.home-guides .guide-heading-copy>p{color:#625c52}.product-category a{display:inline-flex;align-items:center;min-height:44px}.product-card h3 a{display:block;min-height:44px}.product-image-link picture{display:contents}.related-guides>.eyebrow{color:#715320}.local-hero .breadcrumbs{color:#d3d5d0}.local-visit-map .map-preview{background:#dfd8c9}.product-custom-return-notice{color:#625c52}