:root{--bg: #F0EAE0;--surface: #FAF6EE;--surface-2: #E7DECE;--ink: #2A241C;--ink-soft: #4A4236;--muted: #6E6453;--line: #DBD1BF;--brand: #3E4A2E;--brand-deep:#2E3722;--sage: #7C8466;--sage-soft: #AEB498;--accent: #B26A45;--accent-2: #CD8E63;--sale: #9E3D2A;--ok: #4B6B3F;--font-display: "Fraunces", "Georgia", "Times New Roman", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--step--1: clamp(.78rem, .74rem + .2vw, .86rem);--step-0: clamp(.95rem, .92rem + .2vw, 1.02rem);--step-1: clamp(1.15rem, 1.05rem + .5vw, 1.4rem);--step-2: clamp(1.5rem, 1.25rem + 1.2vw, 2.1rem);--step-3: clamp(2rem, 1.5rem + 2.4vw, 3.4rem);--step-4: clamp(2.8rem, 1.8rem + 4.5vw, 5.4rem);--space-1: .5rem;--space-2: .875rem;--space-3: 1.25rem;--space-4: 2rem;--space-5: 3rem;--space-6: 5rem;--space-7: 7.5rem;--wrap: 1240px;--radius: 5px;--radius-lg: 14px;--shadow-sm: 0 1px 2px rgba(42,36,28,.05), 0 4px 14px rgba(42,36,28,.06);--shadow-md: 0 14px 40px rgba(42,36,28,.13);--header-h: 74px;--ease: cubic-bezier(.22,.61,.36,1)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--step-0);line-height:1.65;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}ul{list-style:none;padding:0}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.1;letter-spacing:-.005em}h1{font-size:var(--step-4)}h2{font-size:var(--step-3)}h3{font-size:var(--step-2)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem)}.section{padding-block:var(--space-6)}.section--tight{padding-block:var(--space-5)}.section--alt{background:var(--surface)}main{display:block;min-height:50vh}.eyebrow{font-family:var(--font-body);font-size:var(--step--1);letter-spacing:.24em;text-transform:uppercase;font-weight:600;color:var(--sage)}.lede{font-size:var(--step-1);color:var(--ink-soft);max-width:56ch}.section-head{display:flex;align-items:end;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap}.section-head p{color:var(--muted);max-width:48ch}.text-center{text-align:center}.muted{color:var(--muted)}.leaf-divide{display:flex;align-items:center;justify-content:center;gap:.9rem;color:var(--sage);margin:var(--space-4) auto}.leaf-divide:before,.leaf-divide:after{content:"";height:1px;width:min(120px,18vw);background:var(--line)}.leaf-divide svg{width:26px;height:26px;stroke:var(--sage);fill:none;stroke-width:1.4}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.9em 1.7em;font-family:var(--font-body);font-size:var(--step--1);font-weight:600;letter-spacing:.13em;text-transform:uppercase;border:1px solid var(--brand);border-radius:var(--radius);background:var(--brand);color:#faf6ee;transition:transform .25s var(--ease),background .25s var(--ease),color .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease)}.btn:hover{background:var(--brand-deep);border-color:var(--brand-deep);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn:active{transform:translateY(0)}.btn--ghost{background:transparent;color:var(--brand)}.btn--ghost:hover{background:var(--brand);color:#faf6ee}.btn--light{background:var(--surface);color:var(--ink);border-color:var(--line)}.btn--light:hover{background:var(--surface-2);color:var(--ink);box-shadow:none;transform:translateY(-1px)}.btn--accent{background:var(--accent);border-color:var(--accent);color:#faf6ee}.btn--accent:hover{background:#9c5836;border-color:#9c5836}.btn--block{width:100%}.btn--lg{padding:1.05em 2.3em}.btn--sm{padding:.6em 1.1em}.btn[disabled]{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.link-line{position:relative;font-weight:600;letter-spacing:.02em;display:inline-flex;align-items:center;gap:.4em}.link-line:after{content:"";position:absolute;left:0;bottom:-2px;height:1.5px;width:100%;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .35s var(--ease)}.link-line:hover:after{transform:scaleX(1);transform-origin:left}.announce{background:var(--brand);color:#f0eae0;text-align:center;font-size:var(--step--1);letter-spacing:.14em;text-transform:uppercase;padding:.6rem 1rem}.announce strong{color:var(--accent-2);font-weight:700}.site-header{position:sticky;top:0;z-index:50;background:#f0eae0e6;backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--line)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-3);height:var(--header-h)}.brand{font-family:var(--font-display);font-weight:600;font-size:1.5rem;letter-spacing:.02em;display:inline-flex;align-items:center;gap:.5rem;justify-self:center;grid-column:2;color:var(--brand)}.brand .leaf{width:22px;height:22px;stroke:var(--sage);fill:none;stroke-width:1.5;flex:none}.nav-primary{grid-column:1}.nav-primary ul{display:flex;gap:clamp(1rem,2vw,1.9rem);align-items:center}.nav-primary a{font-size:var(--step--1);letter-spacing:.12em;text-transform:uppercase;font-weight:600;position:relative;padding-block:.4rem;color:var(--ink-soft)}.nav-primary a:after{content:"";position:absolute;left:0;bottom:0;height:1.5px;width:100%;background:var(--brand);transform:scaleX(0);transform-origin:right;transition:transform .3s var(--ease)}.nav-primary a:hover:after,.nav-primary a[aria-current=page]:after{transform:scaleX(1);transform-origin:left}.nav-primary a:hover,.nav-primary a[aria-current=page]{color:var(--ink)}.header-actions{grid-column:3;justify-self:end;display:flex;align-items:center;gap:.35rem}.icon-btn{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;position:relative;transition:background .2s var(--ease);color:var(--ink)}.icon-btn:hover{background:var(--surface-2)}.icon-btn svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.6}.badge-count{position:absolute;top:3px;right:1px;min-width:17px;height:17px;padding:0 4px;background:var(--accent);color:#faf6ee;border-radius:9px;font-size:10px;font-weight:700;line-height:17px;text-align:center}.badge-count:empty,.badge-count[data-count="0"]{display:none}.nav-toggle{display:none}.mobile-nav{position:fixed;inset:0;z-index:60;background:var(--bg);transform:translate(-100%);transition:transform .35s var(--ease);display:flex;flex-direction:column;padding:var(--space-3);visibility:hidden;overflow-y:auto}.mobile-nav.open{transform:translate(0);visibility:visible}.mobile-nav .m-head{display:flex;justify-content:space-between;align-items:center;height:var(--header-h)}.mobile-nav nav ul{display:flex;flex-direction:column;gap:.25rem;margin-top:var(--space-3)}.mobile-nav nav a{font-family:var(--font-display);font-weight:600;font-size:var(--step-2);padding:.35rem 0;display:block;border-bottom:1px solid var(--line);color:var(--ink)}.mobile-nav .m-foot{margin-top:auto;display:grid;gap:.6rem;padding-top:var(--space-4)}.hero{position:relative;overflow:hidden}.hero:before{content:"";position:absolute;z-index:0;width:70vw;height:70vw;max-width:780px;max-height:780px;top:-20%;right:-14%;background:radial-gradient(circle,rgba(124,132,102,.32),rgba(178,106,69,.1) 48%,transparent 70%);filter:blur(10px);pointer-events:none}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:var(--space-5);align-items:center;padding-block:clamp(2.5rem,6vw,5.5rem)}.hero-copy h1{margin:.5rem 0 1.1rem;font-weight:500}.hero-copy .accent-word{position:relative;white-space:nowrap;font-style:italic;color:var(--brand)}.hero-copy .accent-word:after{content:"";position:absolute;left:-2%;right:-2%;bottom:.06em;height:.26em;z-index:-1;background:linear-gradient(90deg,var(--accent-2),var(--accent));border-radius:4px;opacity:.55}.hero-copy p{font-size:var(--step-1);color:var(--ink-soft);max-width:44ch;margin-bottom:var(--space-4)}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.hero-media{position:relative}.hero-media .frame{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:4/5;background:var(--surface-2)}.hero-media .frame img{width:100%;height:100%;object-fit:cover}.hero-media .float-tag{position:absolute;bottom:1.2rem;left:-1.2rem;background:var(--surface);padding:.8rem 1.1rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.7rem}.hero-media .float-tag .stars{color:var(--accent);letter-spacing:2px}.hero-stats{display:flex;gap:var(--space-4);margin-top:var(--space-4);flex-wrap:wrap}.hero-stats .stat strong{font-family:var(--font-display);font-weight:600;font-size:var(--step-2);display:block;color:var(--brand)}.hero-stats .stat span{font-size:var(--step--1);color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.trust-strip{border-block:1px solid var(--line);background:var(--surface)}.trust-strip ul{display:flex;flex-wrap:wrap;justify-content:space-around;gap:var(--space-3);padding-block:var(--space-3)}.trust-strip li{display:flex;align-items:center;gap:.6rem;font-size:var(--step--1);letter-spacing:.04em;color:var(--ink-soft)}.trust-strip svg{width:22px;height:22px;stroke:var(--sage);fill:none;stroke-width:1.6}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3)}.cat-tile{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3/4;display:flex;align-items:end;color:#fff;isolation:isolate}.cat-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .6s var(--ease)}.cat-tile:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(to top,rgba(42,36,28,.62),transparent 58%)}.cat-tile:hover img{transform:scale(1.06)}.cat-tile .cat-label{padding:var(--space-3);width:100%}.cat-tile .cat-label h3{color:#fff;font-size:var(--step-1)}.cat-tile .cat-label span{font-size:var(--step--1);letter-spacing:.1em;text-transform:uppercase;opacity:.9}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4) var(--space-3)}.product-card{position:relative;display:flex;flex-direction:column}.product-card .pc-media{position:relative;aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-2);display:block}.product-card .pc-media img{width:100%;height:100%;object-fit:cover;transition:opacity .4s var(--ease),transform .6s var(--ease)}.product-card .pc-media img.pc-alt{position:absolute;inset:0;opacity:0}.product-card:hover .pc-media img.pc-primary{opacity:0}.product-card:hover .pc-media img.pc-alt{opacity:1;transform:scale(1.04)}.pc-badges{position:absolute;top:.6rem;left:.6rem;display:flex;flex-direction:column;gap:.35rem;z-index:2}.pc-badge{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3em .6em;border-radius:3px;background:var(--brand);color:#faf6ee}.pc-badge.sale{background:var(--sale)}.pc-badge.new{background:var(--accent);color:#faf6ee}.pc-wish{position:absolute;top:.5rem;right:.5rem;z-index:2;width:38px;height:38px;background:#faf6eeeb;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s var(--ease)}.pc-wish:hover{transform:scale(1.1)}.pc-wish svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:1.6}.pc-wish.active svg{fill:var(--accent);stroke:var(--accent)}.pc-quickadd{position:absolute;left:.6rem;right:.6rem;bottom:.6rem;z-index:2;opacity:0;transform:translateY(8px);transition:opacity .3s var(--ease),transform .3s var(--ease)}.product-card:hover .pc-quickadd,.product-card:focus-within .pc-quickadd{opacity:1;transform:translateY(0)}.pc-body{padding-top:.8rem;display:flex;flex-direction:column;gap:.2rem}.pc-cat{font-size:var(--step--1);color:var(--sage);letter-spacing:.1em;text-transform:uppercase}.pc-name{font-family:var(--font-display);font-weight:500;font-size:var(--step-1);color:var(--ink)}.pc-price{display:flex;gap:.5rem;align-items:baseline}.pc-price .now{font-weight:600}.pc-price .was{color:var(--muted);text-decoration:line-through;font-size:var(--step--1)}.pc-price .now.is-sale{color:var(--sale)}.pc-meta-line{font-size:var(--step--1);color:var(--muted)}.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5);align-items:center}.feature-split.reverse .fs-media{order:2}.feature-split .fs-media{aspect-ratio:5/4;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.feature-split .fs-media img{width:100%;height:100%;object-fit:cover}.feature-split .fs-copy h2{margin:.6rem 0 1rem}.feature-split .fs-copy p{color:var(--ink-soft);margin-bottom:1rem}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3)}.value-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-4)}.value-card svg{width:30px;height:30px;stroke:var(--sage);fill:none;stroke-width:1.5;margin-bottom:.8rem}.value-card h3{font-size:var(--step-1);margin-bottom:.35rem}.value-card p{font-size:var(--step--1);color:var(--muted)}.ethos-band{background:var(--brand);color:#f0eae0;border-radius:var(--radius-lg);padding:clamp(2rem,5vw,3.5rem)}.ethos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4)}.ethos-grid .e-item h3{color:#f0eae0;font-size:var(--step-1);margin-bottom:.4rem}.ethos-grid .e-item p{color:#f0eae0c7;font-size:var(--step--1)}.ethos-grid .e-item svg{width:28px;height:28px;stroke:var(--sage-soft);fill:none;stroke-width:1.5;margin-bottom:.7rem}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3)}.review-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-4);display:flex;flex-direction:column;gap:.9rem}.review-card .stars{color:var(--accent);letter-spacing:2px}.review-card blockquote{font-family:var(--font-display);font-weight:400;font-size:var(--step-1);line-height:1.45;font-style:italic}.review-card .who{display:flex;align-items:center;gap:.7rem;margin-top:auto}.review-card .who img{width:42px;height:42px;border-radius:50%;object-fit:cover}.review-card .who strong{display:block}.review-card .who span{font-size:var(--step--1);color:var(--muted)}.cta-band{position:relative;overflow:hidden;background:var(--brand-deep);color:#f0eae0;border-radius:var(--radius-lg);padding:clamp(2rem,5vw,4rem);text-align:center}.cta-band:before{content:"";position:absolute;width:540px;height:540px;left:50%;top:-62%;transform:translate(-50%);background:radial-gradient(circle,rgba(124,132,102,.45),transparent 65%)}.cta-band>*{position:relative;z-index:1}.cta-band h2{color:#f0eae0}.cta-band p{color:#f0eae0cc;max-width:46ch;margin:.8rem auto 1.6rem}.signup{display:flex;gap:.6rem;max-width:460px;margin-inline:auto}.signup input{flex:1;padding:.9em 1.1em;border-radius:var(--radius);border:1px solid rgba(240,234,224,.28);background:#f0eae014;color:#fff}.signup input::placeholder{color:#f0eae099}.field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:var(--space-3)}.field label{font-size:var(--step--1);font-weight:600;letter-spacing:.04em}.field .hint{font-size:var(--step--1);color:var(--muted)}.input,.field input,.field select,.field textarea{width:100%;padding:.8em 1em;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #3e4a2e29;outline:none}.field textarea{resize:vertical;min-height:130px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.form-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.4rem,4vw,2.4rem)}.page-head{padding-block:var(--space-5) var(--space-3)}.breadcrumb{font-size:var(--step--1);color:var(--muted);display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.8rem}.breadcrumb a:hover{color:var(--ink)}.page-head h1{font-size:var(--step-3)}.page-head p{color:var(--muted);max-width:62ch;margin-top:.6rem}.page-head--center{text-align:center}.page-head--center .breadcrumb{justify-content:center}.page-head--center p{margin-inline:auto}.shop-layout{display:grid;grid-template-columns:250px 1fr;gap:var(--space-4);align-items:start}.filters{position:sticky;top:calc(var(--header-h) + 1rem)}.filter-group{border-bottom:1px solid var(--line);padding-block:var(--space-3)}.filter-group:first-child{padding-top:0}.filter-group h4{font-family:var(--font-body);font-size:var(--step--1);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.8rem}.filter-group label{display:flex;align-items:center;gap:.6rem;padding:.25rem 0;font-size:var(--step-0);cursor:pointer}.filter-group input[type=checkbox],.filter-group input[type=radio]{accent-color:var(--brand);width:16px;height:16px}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap}.shop-toolbar .count{font-size:var(--step--1);color:var(--muted);letter-spacing:.04em}.shop-toolbar .controls{display:flex;align-items:center;gap:.8rem}.sort-select{padding:.6em 2.2em .6em .9em;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232A241C' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right .8em center;-webkit-appearance:none;appearance:none;font-size:var(--step--1)}.filter-toggle{display:none}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:var(--space-3)}.active-filters:empty{display:none}.chip{display:inline-flex;align-items:center;gap:.4rem;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:.3rem .8rem;font-size:var(--step--1)}.chip button{font-weight:700;line-height:1;color:var(--muted)}.chip button:hover{color:var(--sale)}.empty-results{text-align:center;padding:var(--space-6) var(--space-3);color:var(--muted)}.pdp{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--space-5);align-items:start}.pdp-gallery{display:grid;grid-template-columns:76px 1fr;gap:var(--space-2)}.pdp-thumbs{display:flex;flex-direction:column;gap:.6rem}.pdp-thumbs button{aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.pdp-thumbs button[aria-current=true]{border-color:var(--brand)}.pdp-thumbs img{width:100%;height:100%;object-fit:cover}.pdp-main-img{aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-2)}.pdp-main-img img{width:100%;height:100%;object-fit:cover}.pdp-info{position:sticky;top:calc(var(--header-h) + 1rem)}.pdp-info .pc-cat{margin-bottom:.35rem}.pdp-info h1{font-size:var(--step-2);margin-bottom:.55rem;font-weight:500}.pdp-price{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1rem;font-size:var(--step-1);font-weight:600}.pdp-price .was{color:var(--muted);text-decoration:line-through;font-size:var(--step-0);font-weight:400}.pdp-price .now.is-sale{color:var(--sale)}.pdp-rating{display:flex;align-items:center;gap:.5rem;font-size:var(--step--1);color:var(--muted);margin-bottom:1.2rem}.pdp-rating .stars{color:var(--accent);letter-spacing:2px}.pdp-tagline{color:var(--ink-soft);margin-bottom:1.2rem}.variant-block{margin-bottom:var(--space-3)}.variant-block .vb-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.variant-block .vb-head h4{font-family:var(--font-body);font-size:var(--step--1);letter-spacing:.1em;text-transform:uppercase}.variant-block .vb-head .sel{color:var(--muted);font-size:var(--step--1)}.size-opts{display:flex;flex-wrap:wrap;gap:.5rem}.size-opts button{min-width:60px;padding:.6em .9em;border:1px solid var(--line);border-radius:var(--radius);font-size:var(--step--1);font-weight:600;background:var(--surface);transition:all .2s var(--ease)}.size-opts button[aria-pressed=true]{background:var(--brand);color:#faf6ee;border-color:var(--brand)}.size-opts button[disabled]{opacity:.35;text-decoration:line-through;cursor:not-allowed}.field-err{color:var(--sale);font-size:var(--step--1);margin-top:.4rem}.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.qty button{width:42px;height:44px;font-size:1.2rem}.qty input{width:46px;height:44px;text-align:center;border:none;border-inline:1px solid var(--line);-moz-appearance:textfield;background:var(--surface)}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none}.pdp-actions{display:flex;gap:.7rem;margin:var(--space-3) 0;align-items:stretch}.pdp-wish-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9em 1.3em;border:1px solid var(--line);border-radius:var(--radius);font-weight:600;font-size:var(--step--1)}.pdp-wish-btn svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:1.6}.pdp-wish-btn.active svg{fill:var(--accent);stroke:var(--accent)}.pdp-assure{display:flex;flex-direction:column;gap:.5rem;margin:var(--space-3) 0;font-size:var(--step--1);color:var(--ink-soft)}.pdp-assure li{display:flex;align-items:center;gap:.6rem}.pdp-assure svg{width:18px;height:18px;stroke:var(--sage);fill:none;stroke-width:1.6;flex:none}.pdp-meta{border-top:1px solid var(--line);margin-top:var(--space-3)}.accordion-item{border-bottom:1px solid var(--line)}.accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-weight:600;text-align:left}.accordion-trigger .ico{transition:transform .3s var(--ease);font-size:1.3rem;color:var(--sage)}.accordion-trigger[aria-expanded=true] .ico{transform:rotate(45deg)}.accordion-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s var(--ease);color:var(--ink-soft)}.accordion-panel>div{overflow:hidden}.accordion-panel.open{grid-template-rows:1fr}.accordion-panel>div>:last-child{margin-bottom:1.1rem}.accordion-panel ul{display:grid;gap:.4rem;padding-left:1.1rem}.accordion-panel li{list-style:none;padding-left:1.1rem;position:relative}.accordion-panel li:before{content:"\2014";position:absolute;left:0;color:var(--sage)}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:var(--space-5);align-items:start}.cart-line{display:grid;grid-template-columns:96px 1fr auto;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--line)}.cart-line .cl-img{aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;background:var(--surface-2)}.cart-line .cl-img img{width:100%;height:100%;object-fit:cover}.cart-line .cl-name{font-family:var(--font-display);font-weight:500;font-size:var(--step-1)}.cart-line .cl-variant{font-size:var(--step--1);color:var(--muted);margin:.2rem 0 .6rem}.cart-line .cl-remove{font-size:var(--step--1);color:var(--muted)}.cart-line .cl-remove:hover{color:var(--sale)}.cart-line .cl-right{text-align:right;display:flex;flex-direction:column;align-items:end;gap:.6rem}.cart-line .qty button{width:34px;height:36px}.cart-line .qty input{width:38px;height:36px}.ship-progress{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:.8rem 1rem;margin-bottom:var(--space-3);font-size:var(--step--1)}.ship-progress .bar{height:6px;border-radius:3px;background:var(--surface-2);margin-top:.5rem;overflow:hidden}.ship-progress .bar span{display:block;height:100%;background:var(--sage);border-radius:3px;transition:width .4s var(--ease)}.summary{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-4);position:sticky;top:calc(var(--header-h) + 1rem)}.summary h3{font-size:var(--step-1);margin-bottom:var(--space-3)}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;color:var(--ink-soft)}.summary-row.total{border-top:1px solid var(--line);margin-top:.5rem;padding-top:1rem;font-weight:700;font-size:var(--step-1);color:var(--ink)}.promo{display:flex;gap:.5rem;margin:var(--space-3) 0}.empty-block{text-align:center;padding:var(--space-6) var(--space-3)}.empty-block svg{width:64px;height:64px;stroke:var(--sage);fill:none;stroke-width:1.2;margin:0 auto var(--space-3)}.empty-block h2{margin-bottom:.6rem}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:var(--space-5);align-items:start}.stepper{display:flex;gap:.5rem;margin-bottom:var(--space-4);flex-wrap:wrap}.stepper li{display:flex;align-items:center;gap:.5rem;font-size:var(--step--1);color:var(--muted);letter-spacing:.04em}.stepper li .num{width:26px;height:26px;border-radius:50%;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--step--1)}.stepper li[aria-current=step]{color:var(--ink);font-weight:700}.stepper li[aria-current=step] .num,.stepper li.done .num{background:var(--brand);color:#faf6ee;border-color:var(--brand)}.stepper li:after{content:"";width:28px;height:1px;background:var(--line)}.stepper li:last-child:after{display:none}.checkout-step{display:none}.checkout-step.active{display:block;animation:fade .35s var(--ease)}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.checkout-step h2{font-size:var(--step-2);margin-bottom:var(--space-3)}.step-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:var(--space-3);flex-wrap:wrap}.review-line{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--line)}.review-line .lbl{color:var(--muted)}.mini-line{display:flex;gap:.8rem;padding:.6rem 0}.mini-line .ml-img{width:56px;aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;background:var(--surface-2);flex:none}.mini-line .ml-img img{width:100%;height:100%;object-fit:cover}.mini-line .ml-info{font-size:var(--step--1)}.mini-line .ml-info .ml-name{font-weight:600;font-size:var(--step-0)}.radio-card{display:flex;gap:.8rem;align-items:flex-start;border:1px solid var(--line);border-radius:var(--radius);padding:1rem;margin-bottom:.7rem;cursor:pointer;transition:border-color .2s}.radio-card:has(input:checked){border-color:var(--brand);box-shadow:0 0 0 1px var(--brand) inset}.radio-card input{margin-top:.25rem;accent-color:var(--brand)}.radio-card .rc-title{font-weight:600;display:flex;justify-content:space-between;gap:1rem}.radio-card .rc-desc{font-size:var(--step--1);color:var(--muted)}.confirm-box{text-align:center;padding:var(--space-5) var(--space-3)}.confirm-box .check{width:72px;height:72px;margin:0 auto var(--space-3);border-radius:50%;background:var(--ok);display:flex;align-items:center;justify-content:center}.confirm-box .check svg{width:34px;height:34px;stroke:#fff;stroke-width:2.5;fill:none}.account-layout{display:grid;grid-template-columns:230px 1fr;gap:var(--space-4);align-items:start}.account-nav{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:.6rem;position:sticky;top:calc(var(--header-h) + 1rem)}.account-nav button{width:100%;text-align:left;padding:.7rem .9rem;border-radius:var(--radius);font-weight:600;font-size:var(--step-0);display:flex;align-items:center;gap:.6rem;color:var(--ink)}.account-nav button[aria-current=true]{background:var(--surface-2)}.account-nav button svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.6}.account-panel{display:none}.account-panel.active{display:block}.account-panel h2{font-size:var(--step-2);margin-bottom:var(--space-3)}.profile-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-4)}.profile-card .row{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid var(--line)}.profile-card .row:last-child{border-bottom:none}.profile-card .row .lbl{color:var(--muted)}.order-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-3)}.order-card .oc-head{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem;padding-bottom:var(--space-3);border-bottom:1px solid var(--line)}.order-card .oc-head .lbl{font-size:var(--step--1);color:var(--muted);letter-spacing:.06em;text-transform:uppercase}.order-card .oc-head strong{display:block}.status-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:20px;font-size:var(--step--1);font-weight:600}.status-pill.delivered{background:#4b6b3f24;color:var(--ok)}.status-pill.transit{background:#b26a4529;color:#8a4a28}.status-pill.processing{background:var(--surface-2);color:var(--ink-soft)}.oc-items{display:flex;gap:1.2rem;padding-top:var(--space-3);flex-wrap:wrap}.oc-items .mini-line{padding:0}.track{margin-top:var(--space-3)}.track-bar{display:flex;align-items:flex-start;margin:var(--space-3) 0 0}.track-step{flex:1;text-align:center;position:relative;font-size:var(--step--1);color:var(--muted)}.track-step .dot{width:18px;height:18px;border-radius:50%;background:var(--line);margin:0 auto .5rem;position:relative;z-index:1}.track-step.done .dot{background:var(--ok)}.track-step.current .dot{background:var(--accent);box-shadow:0 0 0 4px #b26a4538}.track-step:before{content:"";position:absolute;top:9px;left:-50%;width:100%;height:2px;background:var(--line);z-index:0}.track-step:first-child:before{display:none}.track-step.done:before,.track-step.current:before{background:var(--ok)}.auth-card{max-width:440px;margin-inline:auto}.auth-tabs{display:flex;border-bottom:1px solid var(--line);margin-bottom:var(--space-3)}.auth-tabs button{flex:1;padding:.9rem;font-weight:600;color:var(--muted);border-bottom:2px solid transparent}.auth-tabs button[aria-selected=true]{color:var(--ink);border-color:var(--brand)}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4) var(--space-3)}.faq-layout{display:grid;grid-template-columns:220px 1fr;gap:var(--space-5);align-items:start}.faq-nav{position:sticky;top:calc(var(--header-h) + 1rem);display:flex;flex-direction:column;gap:.3rem}.faq-nav a{padding:.5rem .7rem;border-radius:var(--radius);font-size:var(--step-0);color:var(--muted)}.faq-nav a:hover{color:var(--ink);background:var(--surface)}.faq-section{margin-bottom:var(--space-5)}.faq-section h2{font-size:var(--step-2);margin-bottom:var(--space-3);scroll-margin-top:calc(var(--header-h) + 1rem)}.search-hero{padding-block:var(--space-5)}.search-box{display:flex;gap:.6rem;max-width:640px}.search-box input{flex:1;padding:1em 1.2em;font-size:var(--step-1);border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.search-suggest{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:var(--space-3);align-items:center}.search-suggest .lbl{font-size:var(--step--1);color:var(--muted)}.search-suggest a{font-size:var(--step--1);padding:.4rem .9rem;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.search-suggest a:hover{border-color:var(--brand)}.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5);align-items:center}.about-hero .ah-media{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;box-shadow:var(--shadow-sm)}.about-hero .ah-media img{width:100%;height:100%;object-fit:cover}.stat-band{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3);text-align:center}.stat-band .s strong{font-family:var(--font-display);font-weight:600;font-size:var(--step-3);display:block;color:var(--brand)}.stat-band .s span{font-size:var(--step--1);color:var(--muted);letter-spacing:.06em;text-transform:uppercase}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3)}.team-card img{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-lg);width:100%;margin-bottom:.7rem}.team-card h3{font-size:var(--step-1)}.team-card span{color:var(--muted);font-size:var(--step--1)}.timeline{border-left:2px solid var(--line);padding-left:var(--space-4);display:grid;gap:var(--space-4)}.timeline .t-item{position:relative}.timeline .t-item:before{content:"";position:absolute;left:calc(-1 * var(--space-4) - 6px);top:.4rem;width:12px;height:12px;border-radius:50%;background:var(--sage)}.timeline .t-item .year{font-family:var(--font-display);font-weight:600;color:var(--accent)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5);align-items:start}.contact-info .ci-item{display:flex;gap:.9rem;margin-bottom:var(--space-3)}.contact-info svg{width:24px;height:24px;stroke:var(--sage);fill:none;stroke-width:1.6;flex:none}.contact-info h3{font-size:var(--step-1)}.map-frame{aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;margin-top:var(--space-3);background:var(--surface-2)}.map-frame img{width:100%;height:100%;object-fit:cover}.prose{max-width:72ch}.prose h2{font-size:var(--step-2);margin:var(--space-4) 0 var(--space-2);scroll-margin-top:calc(var(--header-h) + 1rem)}.prose h3{font-size:var(--step-1);margin:var(--space-3) 0 .4rem}.prose p{color:var(--ink-soft);margin-bottom:var(--space-2)}.prose ul{display:grid;gap:.5rem;margin-bottom:var(--space-3);padding-left:1.2rem}.prose ul li{list-style:disc;color:var(--ink-soft)}.policy-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);margin-bottom:var(--space-4)}.policy-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-4)}.policy-card svg{width:28px;height:28px;stroke:var(--sage);fill:none;stroke-width:1.5;margin-bottom:.7rem}.policy-card h3{font-size:var(--step-1);margin-bottom:.35rem}.policy-card p{font-size:var(--step--1);color:var(--muted)}.rates-table{width:100%;border-collapse:collapse;margin-bottom:var(--space-3)}.rates-table th,.rates-table td{text-align:left;padding:.8rem 1rem;border-bottom:1px solid var(--line);font-size:var(--step-0)}.rates-table th{font-family:var(--font-body);font-size:var(--step--1);letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.site-footer{background:var(--surface);border-top:1px solid var(--line);margin-top:var(--space-6)}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:var(--space-4);padding-block:var(--space-5)}.footer-brand .brand{justify-self:start;margin-bottom:var(--space-2)}.footer-brand p{color:var(--muted);font-size:var(--step--1);max-width:34ch;margin-bottom:var(--space-3)}.footer-social{display:flex;gap:.6rem}.footer-social a{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all .2s var(--ease)}.footer-social a:hover{background:var(--brand);border-color:var(--brand)}.footer-social a:hover svg{stroke:#faf6ee}.footer-social svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:1.6}.footer-col h4{font-family:var(--font-body);font-size:var(--step--1);letter-spacing:.12em;text-transform:uppercase;margin-bottom:var(--space-2)}.footer-col ul{display:grid;gap:.5rem}.footer-col a{color:var(--muted);font-size:var(--step-0)}.footer-col a:hover{color:var(--ink)}.footer-bottom{border-top:1px solid var(--line);padding-block:var(--space-3);display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;font-size:var(--step--1);color:var(--muted)}.footer-bottom .pay{display:flex;gap:.5rem;align-items:center}.footer-bottom .pay span{padding:.2rem .5rem;border:1px solid var(--line);border-radius:3px;font-size:10px;font-weight:700;letter-spacing:.05em;color:var(--ink-soft);background:var(--bg)}.catalog-ribbon{background:var(--bg);border-top:1px solid var(--line);text-align:center;padding:.7rem 1rem;font-size:var(--step--1);color:var(--muted)}.catalog-ribbon a{color:var(--brand);font-weight:600}.toast-wrap{position:fixed;bottom:1.2rem;right:1.2rem;z-index:100;display:flex;flex-direction:column;gap:.6rem}.toast{background:var(--brand);color:#f0eae0;padding:.9rem 1.2rem;border-radius:var(--radius);box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.7rem;font-size:var(--step--1);animation:toastin .3s var(--ease);max-width:320px}.toast svg{width:18px;height:18px;stroke:var(--sage-soft);fill:none;stroke-width:2;flex:none}.toast a{color:var(--accent-2);font-weight:600;margin-left:auto}@keyframes toastin{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.reveal.in{opacity:1;transform:none}@media(max-width:1024px){.product-grid,.value-grid,.wishlist-grid,.team-grid,.stat-band,.ethos-grid{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr}.hero-media{max-width:460px}.pdp{grid-template-columns:1fr}.pdp-info{position:static}.policy-cards,.values-grid{grid-template-columns:1fr}}@media(max-width:880px){.nav-primary{display:none}.nav-toggle{display:inline-flex;grid-column:1;justify-self:start}.header-actions a[aria-label=Account],.header-actions a[aria-label=Wishlist],.header-actions a[aria-label=Cart]{display:none}.cart-layout,.checkout-layout,.shop-layout,.account-layout,.faq-layout,.about-hero,.contact-layout,.feature-split{grid-template-columns:1fr}.feature-split.reverse .fs-media{order:0}.summary,.filters,.pdp-info,.account-nav,.faq-nav{position:static}.filters{display:none}.filters.open{display:block}.filter-toggle{display:inline-flex}.footer-top{grid-template-columns:1fr 1fr}.cat-grid,.review-grid,.ethos-grid{grid-template-columns:1fr}.ethos-grid{gap:var(--space-3)}}@media(max-width:560px){.product-grid,.value-grid,.wishlist-grid,.team-grid,.stat-band{grid-template-columns:repeat(2,1fr)}.field-row,.footer-top{grid-template-columns:1fr}.signup{flex-direction:column}.pdp-gallery{grid-template-columns:1fr}.pdp-thumbs{flex-direction:row;order:2}.pdp-thumbs button{width:60px}h1{font-size:var(--step-3)}.ethos-grid{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
