:root{--paper: #F3F0EA;--paper-2: #ECE7DD;--surface: #FBFAF7;--ink: #2A2723;--ink-soft: #5C564E;--sage: #7E8C6A;--sage-deep: #57633F;--sage-tint: #E7EADF;--sand: #E0BC8B;--line: #E4DDD0;--shadow-sm: 0 1px 2px rgba(42,39,35,.04), 0 2px 8px rgba(42,39,35,.05);--shadow-md: 0 4px 14px rgba(42,39,35,.07), 0 12px 40px rgba(42,39,35,.08);--shadow-lg: 0 10px 30px rgba(42,39,35,.1), 0 30px 80px rgba(42,39,35,.1);--font-display: "Bricolage Grotesque", "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--step--1: clamp(.82rem, .8rem + .1vw, .9rem);--step-0: clamp(1rem, .96rem + .2vw, 1.08rem);--step-1: clamp(1.2rem, 1.1rem + .4vw, 1.4rem);--step-2: clamp(1.5rem, 1.3rem + .9vw, 2rem);--step-3: clamp(2rem, 1.6rem + 1.9vw, 3.1rem);--step-4: clamp(2.1rem, 1.5rem + 2.2vw, 3.4rem);--wrap: 1180px;--gutter: clamp(1.2rem, 4vw, 3rem);--radius: 18px;--radius-lg: 30px;--pill: 999px;--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:var(--step-0);line-height:1.6;font-feature-settings:"kern","liga";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.08;letter-spacing:-.02em;margin:0}.wrap{width:min(100% - 2*var(--gutter),var(--wrap));margin-inline:auto}.eyebrow{font-family:var(--font-body);font-size:var(--step--1);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--sage-deep);display:inline-flex;align-items:center;gap:.55rem}.eyebrow:before{content:"";width:22px;height:1px;background:currentColor;opacity:.5}.section{padding-block:clamp(3.5rem,8vw,6.5rem)}.section--tight{padding-block:clamp(2.5rem,5vw,4rem)}.lede{font-size:var(--step-1);color:var(--ink-soft);line-height:1.5;max-width:40ch}.btn{--bg: var(--ink);--fg: var(--paper);display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:var(--bg);color:var(--fg);padding:1.05rem 2rem;border:0;border-radius:var(--pill);font-weight:600;font-size:var(--step-0);letter-spacing:-.01em;position:relative;isolation:isolate;transition:transform .35s var(--ease),box-shadow .35s var(--ease);box-shadow:var(--shadow-sm)}.btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;z-index:-1;background:var(--sage-deep);opacity:0;transition:opacity .4s var(--ease)}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn:hover:after{opacity:1}.btn:active{transform:translateY(0)}.btn--ghost{--bg: transparent;--fg: var(--ink);border:1.5px solid var(--line);box-shadow:none}.btn--ghost:after{background:var(--sage-tint)}.btn--ghost:hover{--fg: var(--sage-deep)}.btn--block{width:100%}.btn--lg{padding:1.2rem 2.4rem;font-size:var(--step-1)}.btn .arrow{transition:transform .35s var(--ease)}.btn:hover .arrow{transform:translate(4px)}.stars{display:inline-flex;gap:2px;color:var(--sand)}.stars svg{width:18px;height:18px}.rating-row{display:inline-flex;align-items:center;gap:.65rem;flex-wrap:wrap}.rating-row small{color:var(--ink-soft);font-size:var(--step--1)}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--paper) 82%,transparent);-webkit-backdrop-filter:saturate(140%) blur(12px);backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid transparent;transition:border-color .3s var(--ease),background .3s var(--ease)}.site-header.is-stuck{border-bottom-color:var(--line)}.site-header__bar{display:flex;align-items:center;justify-content:space-between;height:68px}.brand{font-family:var(--font-display);font-weight:700;font-size:1.25rem;letter-spacing:-.02em;display:inline-flex;align-items:center;gap:.55rem}.brand__mark{width:26px;height:26px;border-radius:50%;border:3px solid var(--sage);position:relative}.brand__mark:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;background:var(--sand)}.site-header__nav{display:flex;align-items:center;gap:1.6rem}.site-header__nav .nav-links{display:inline-flex;gap:1.6rem}.site-header__nav a{font-size:var(--step--1);font-weight:500;color:var(--ink-soft);transition:color .25s}.site-header__nav a:hover{color:var(--ink)}.cart-link{display:inline-flex;align-items:center;gap:.45rem;font-weight:600;font-size:var(--step--1)}.cart-link .count{background:var(--ink);color:var(--paper);border-radius:var(--pill);min-width:20px;height:20px;display:grid;place-items:center;font-size:.7rem;padding-inline:5px}.announcement{background:var(--ink);color:var(--paper);text-align:center;font-size:var(--step--1);letter-spacing:.02em;padding:.55rem 1rem}.announcement strong{color:var(--sand);font-weight:600}@media(max-width:720px){.site-header__nav .nav-links{display:none}}.hero{position:relative;padding-top:clamp(2rem,5vw,3.5rem);padding-bottom:clamp(3rem,7vw,5rem)}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center}.hero__copy{max-width:30ch}.hero h1{font-size:var(--step-4);margin-top:1.1rem}.hero h1 em{font-style:normal;color:var(--sage-deep)}.hero__sub{margin:1.4rem 0 0;font-size:var(--step-1);color:var(--ink-soft);line-height:1.5;max-width:34ch}.hero__cta{margin-top:2rem;display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap}.hero__trust{margin-top:1.6rem}.nest{position:relative;aspect-ratio:1 / 1;width:100%;display:grid;place-items:center}.nest__halo{position:absolute;top:4%;right:4%;bottom:4%;left:4%;border-radius:50%;background:radial-gradient(circle at 50% 45%,var(--sage-tint),color-mix(in srgb,var(--sage-tint) 30%,transparent) 70%,transparent 72%);animation:breathe 7s var(--ease) infinite}.nest__ring{position:absolute;top:13%;right:13%;bottom:13%;left:13%;border-radius:50%;border:1px solid color-mix(in srgb,var(--sage) 45%,transparent)}.nest__ring--2{top:6%;right:6%;bottom:6%;left:6%;border-color:color-mix(in srgb,var(--sage) 24%,transparent)}.nest__media{position:relative;width:74%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;box-shadow:var(--shadow-lg);background:var(--surface)}.nest__media img{width:100%;height:100%;object-fit:cover}.nest__placeholder{width:100%;height:100%;display:grid;place-items:center;gap:.5rem;background:linear-gradient(160deg,var(--paper-2),var(--sage-tint));color:var(--sage-deep);text-align:center;padding:2rem}.nest__placeholder svg{width:54px;height:54px;opacity:.8}.nest__placeholder span{font-size:var(--step--1);max-width:22ch}.nest__chip{position:absolute;background:var(--surface);border-radius:var(--pill);box-shadow:var(--shadow-md);padding:.6rem 1rem;display:inline-flex;gap:.5rem;align-items:center;font-size:var(--step--1);font-weight:600}.nest__chip svg{width:18px;height:18px;color:var(--sage-deep)}.nest__chip--a{top:8%;right:2%}.nest__chip--b{bottom:10%;left:-2%}@keyframes breathe{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.05);opacity:1}}@media(max-width:880px){.hero__grid{grid-template-columns:1fr;text-align:center}.hero__copy{max-width:none;margin-inline:auto}.hero__sub{margin-inline:auto}.hero__cta,.hero .rating-row{justify-content:center}.nest{max-width:460px;margin-inline:auto;order:-1}.eyebrow{justify-content:center}}.trust{background:var(--surface);border-block:1px solid var(--line)}.trust__row{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1rem,4vw,3rem);padding-block:1.3rem}.trust__item{display:inline-flex;align-items:center;gap:.6rem;font-size:var(--step--1);font-weight:500;color:var(--ink-soft)}.trust__item svg{width:20px;height:20px;color:var(--sage-deep);flex:none}.benefits__head{max-width:46ch;margin-bottom:clamp(2rem,5vw,3.2rem)}.benefits__head h2{font-size:var(--step-3);margin-top:1rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.6rem,3vw,2.2rem);transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.card__icon{width:54px;height:54px;border-radius:50%;background:var(--sage-tint);color:var(--sage-deep);display:grid;place-items:center;margin-bottom:1.1rem}.card__icon svg{width:26px;height:26px}.card h3{font-size:var(--step-1);margin-bottom:.5rem}.card p{margin:0;color:var(--ink-soft);font-size:var(--step-0)}@media(max-width:820px){.cards{grid-template-columns:1fr}}.diff{background:var(--paper-2);border-radius:var(--radius-lg)}.diff__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,3vw,1.4rem);align-items:stretch}.diff__head{text-align:center;max-width:50ch;margin:0 auto clamp(2rem,4vw,3rem)}.diff__head h2{font-size:var(--step-3);margin-top:1rem}.diff-col{background:var(--surface);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2.2rem);border:1px solid var(--line);position:relative}.diff-col--them{background:transparent;border-style:dashed}.diff-col--us{box-shadow:var(--shadow-md);border-color:color-mix(in srgb,var(--sage) 40%,var(--line))}.diff-col__tag{display:inline-block;font-size:var(--step--1);font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .8rem;border-radius:var(--pill);margin-bottom:1.2rem}.diff-col--them .diff-col__tag{background:var(--paper-2);color:var(--ink-soft)}.diff-col--us .diff-col__tag{background:var(--sage-deep);color:var(--paper)}.diff-list{list-style:none;padding:0;margin:0;display:grid;gap:.9rem}.diff-list li{display:flex;gap:.7rem;align-items:flex-start;font-size:var(--step-0)}.diff-list li svg{width:20px;height:20px;flex:none;margin-top:2px}.diff-col--them .diff-list li svg{color:#b4a99a}.diff-col--us .diff-list li svg{color:var(--sage-deep)}.diff-col--them .diff-list li{color:var(--ink-soft)}@media(max-width:720px){.diff__inner{grid-template-columns:1fr}}.proof__head{text-align:center;margin-bottom:clamp(2rem,5vw,3.2rem)}.proof__head h2{font-size:var(--step-3);margin-top:1rem}.proof__head .rating-row{margin-top:1rem;justify-content:center}.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.quote{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2rem);display:flex;flex-direction:column;gap:1rem}.quote .stars{margin-bottom:-.2rem}.quote p{margin:0;font-size:var(--step-0);line-height:1.55}.quote__by{display:flex;align-items:center;gap:.7rem;margin-top:auto}.quote__avatar{width:38px;height:38px;border-radius:50%;background:var(--sage-tint);color:var(--sage-deep);display:grid;place-items:center;font-weight:700;font-size:.9rem}.quote__name{font-weight:600;font-size:var(--step--1)}.quote__meta{font-size:.78rem;color:var(--ink-soft)}@media(max-width:820px){.quotes{grid-template-columns:1fr}}.finale{text-align:center}.finale__card{background:var(--ink);color:var(--paper);border-radius:var(--radius-lg);padding:clamp(2.5rem,6vw,4.5rem) clamp(1.5rem,5vw,3rem);position:relative;overflow:hidden}.finale__card:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--sage) 55%,transparent),transparent 70%);top:-160px;right:-120px;opacity:.5}.finale__card:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;border:1px solid rgba(255,255,255,.12);bottom:-140px;left:-80px}.finale h2{font-size:var(--step-3);position:relative}.finale p{color:color-mix(in srgb,var(--paper) 78%,transparent);margin:1rem auto 0;max-width:44ch;position:relative}.finale .btn{margin-top:2rem;--bg: var(--paper);--fg: var(--ink)}.finale .btn:after{background:var(--sage)}.finale .btn:hover{--fg: var(--ink)}.guarantee-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;position:relative}.guarantee-badges span{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--step--1);color:color-mix(in srgb,var(--paper) 80%,transparent)}.guarantee-badges svg{width:18px;height:18px;color:var(--sand)}.buybar{position:fixed;left:0;right:0;bottom:0;z-index:60;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:saturate(140%) blur(14px);backdrop-filter:saturate(140%) blur(14px);border-top:1px solid var(--line);transform:translateY(110%);transition:transform .45s var(--ease);box-shadow:0 -8px 30px #2a272314}.buybar.is-visible{transform:translateY(0)}.buybar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.7rem}.buybar__info{display:flex;align-items:center;gap:.9rem;min-width:0}.buybar__thumb{width:44px;height:44px;border-radius:12px;background:var(--sage-tint);object-fit:cover;flex:none}.buybar__title{font-weight:600;font-size:var(--step--1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.buybar__price{font-size:var(--step--1);color:var(--ink-soft)}.buybar .btn{padding:.8rem 1.5rem}@media(max-width:560px){.buybar__info .buybar__price{display:none}.buybar__title{max-width:38vw}}.product{padding-block:clamp(2rem,5vw,3.5rem)}.product__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:start}.product__gallery{position:sticky;top:90px;display:grid;gap:1rem}.product__main-img{border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-md);aspect-ratio:1/1}.product__main-img img{width:100%;height:100%;object-fit:cover}.product__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem}.product__thumbs img{border-radius:14px;aspect-ratio:1/1;object-fit:cover;cursor:pointer;border:1px solid var(--line)}.product__title{font-size:var(--step-3);margin:.8rem 0 .6rem}.product__price{font-size:var(--step-2);font-weight:600;font-family:var(--font-display);display:flex;align-items:baseline;gap:.6rem}.product__price .compare{font-size:var(--step-0);color:var(--ink-soft);text-decoration:line-through;font-family:var(--font-body);font-weight:400}.product__price .save{font-size:var(--step--1);background:var(--sage-tint);color:var(--sage-deep);padding:.2rem .6rem;border-radius:var(--pill);font-family:var(--font-body);font-weight:600}.product__desc{margin:1.4rem 0;color:var(--ink-soft)}.product__form{display:grid;gap:1.1rem;margin-top:1.5rem}.option{display:grid;gap:.5rem}.option__label{font-size:var(--step--1);font-weight:600}.swatches{display:flex;flex-wrap:wrap;gap:.5rem}.swatch{padding:.6rem 1.1rem;border-radius:var(--pill);border:1.5px solid var(--line);background:var(--surface);font-size:var(--step--1);font-weight:500;transition:border-color .25s,color .25s}.swatch[aria-pressed=true]{border-color:var(--ink);color:var(--ink)}.product__assurance{margin-top:1.4rem;display:grid;gap:.7rem}.product__assurance li{list-style:none;display:flex;gap:.6rem;align-items:center;font-size:var(--step--1);color:var(--ink-soft)}.product__assurance svg{width:18px;height:18px;color:var(--sage-deep);flex:none}@media(max-width:880px){.product__grid{grid-template-columns:1fr}.product__gallery{position:static}}.site-footer{background:var(--ink);color:color-mix(in srgb,var(--paper) 75%,transparent);margin-top:clamp(2rem,6vw,4rem)}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;padding-block:clamp(2.5rem,5vw,3.5rem)}.site-footer .brand{color:var(--paper)}.site-footer__about{margin-top:1rem;font-size:var(--step--1);max-width:34ch}.site-footer h4{color:var(--paper);font-family:var(--font-body);font-size:var(--step--1);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.site-footer a{font-size:var(--step--1);transition:color .25s}.site-footer a:hover{color:var(--paper)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:1.2rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.8rem}@media(max-width:720px){.site-footer__grid{grid-template-columns:1fr}}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .8s var(--ease),transform .8s var(--ease)}[data-reveal].is-in{opacity:1;transform:none}[data-reveal][data-reveal-delay="1"]{transition-delay:.08s}[data-reveal][data-reveal-delay="2"]{transition-delay:.16s}[data-reveal][data-reveal-delay="3"]{transition-delay:.24s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto}[data-reveal]{opacity:1;transform:none}.nest__halo{animation:none}}:where(a,button,.swatch,input):focus-visible{outline:2px solid var(--sage-deep);outline-offset:3px;border-radius:6px}.page-hero{padding-block:clamp(2.5rem,6vw,4rem);text-align:center}.page-hero h1{font-size:var(--step-3)}.page-hero p{color:var(--ink-soft);margin-top:.8rem}.rte{line-height:1.7}.rte h2{font-size:var(--step-2);margin:2rem 0 .8rem}.rte h3{font-size:var(--step-1);margin:1.6rem 0 .6rem}.rte p,.rte ul,.rte ol{margin:0 0 1rem}.rte a{color:var(--sage-deep);text-decoration:underline;text-underline-offset:3px}.grid-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.4rem}.pcard{display:block}.pcard__media{border-radius:var(--radius);overflow:hidden;background:var(--surface);aspect-ratio:1/1;box-shadow:var(--shadow-sm);transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.pcard:hover .pcard__media{transform:translateY(-4px);box-shadow:var(--shadow-md)}.pcard__media img{width:100%;height:100%;object-fit:cover}.pcard__title{margin-top:.8rem;font-weight:600;font-size:var(--step-0)}.pcard__price{color:var(--ink-soft);font-size:var(--step--1)}.field{display:grid;gap:.4rem;margin-bottom:1rem}.field label{font-size:var(--step--1);font-weight:600}.field input,.field textarea,.field select{font:inherit;padding:.85rem 1rem;border-radius:12px;border:1.5px solid var(--line);background:var(--surface);color:var(--ink)}.field input:focus{border-color:var(--sage-deep);outline:none}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:var(--step--1);color:var(--ink-soft);font-weight:600;padding-bottom:.8rem;border-bottom:1px solid var(--line)}.cart-table td{padding-block:1rem;border-bottom:1px solid var(--line);vertical-align:middle}.cart-row__media{width:64px;height:64px;border-radius:12px;object-fit:cover}.cart-foot{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;margin-top:1.5rem}.empty-state{text-align:center;padding-block:clamp(3rem,8vw,6rem)}.empty-state svg{width:60px;height:60px;color:var(--sage);margin-bottom:1rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
