:root{--nurico-forest: #053321;--nurico-green: #097133;--nurico-cream: #f1e0c6;--nurico-yellow: #f9bb1f;--nurico-orange: #ef5125;--background: var(--nurico-forest);--foreground: var(--nurico-cream);--card: #eeeae2ff;--muted: #e7d8be;--muted-foreground: #5c5341;--border: #d9c8a8;--radius: .75rem;--font-display: "Libre Franklin", "Franklin Gothic Medium", "ITC Franklin Gothic", "Arial Narrow", Arial, sans-serif;--font-sans: "Libre Franklin", "Franklin Gothic Medium", "ITC Franklin Gothic", "Arial Narrow", Arial, sans-serif;--container-max: 80rem;--gutter: 1.5rem;--radius-2xl: 2rem;--radius-lg:1rem;--radius-md:.5rem}@media(min-width:1024px){:root{--gutter: 2.5rem}}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--font-sans);background:var(--background);color:var(--foreground);font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:0;background:none}ul{list-style:none;padding:0;margin:0}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--gutter)}.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}.site-header{position:sticky;top:0;z-index:40;background:var(--nurico-forest);color:var(--nurico-cream);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem;gap:1rem}.site-header__logo img{height:2.25rem;width:auto}.site-header__nav{display:none;align-items:center;gap:1.75rem;font-size:.875rem;font-weight:600;color:var(--nurico-cream)}@media(min-width:1024px){.site-header__nav{display:flex}}.site-header__nav a,.site-header__nav button{color:var(--nurico-cream);transition:color .2s;display:inline-flex;align-items:center;gap:.25rem}.site-header__nav a:hover,.site-header__nav button:hover{color:var(--nurico-orange)}.has-dropdown{position:relative}.has-dropdown__menu{position:absolute;left:0;top:100%;padding-top:.5rem;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.has-dropdown:hover .has-dropdown__menu,.has-dropdown:focus-within .has-dropdown__menu{opacity:1;visibility:visible}.has-dropdown__inner{background:var(--background);border:1px solid var(--border);border-radius:1rem;box-shadow:0 18px 40px -16px #00000040;padding:.5rem 0;min-width:180px}.has-dropdown__inner a{display:block;padding:.5rem 1rem;font-size:.875rem;color:var(--nurico-forest)}.has-dropdown__inner a:hover{background:var(--nurico-cream);color:var(--nurico-orange)}.site-header__actions{display:flex;align-items:center;gap:.5rem}.icon-btn{position:relative;height:2.5rem;width:2.5rem;display:inline-flex;align-items:center;justify-content:center;background:var(--nurico-forest);color:var(--nurico-cream);transition:background .2s}.icon-btn:hover{color:var(--nurico-orange)}.cart-badge{position:absolute;top:-.5rem;right:-.5rem;height:1.25rem;width:1.25rem;border-radius:999px;background:var(--nurico-orange);color:#fff;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.mobile-toggle{height:2.5rem;width:2.5rem;border-radius:999px;border:1px solid rgba(241,224,198,.25);color:var(--nurico-cream);display:inline-flex;align-items:center;justify-content:center}@media(min-width:1024px){.mobile-toggle{display:none}}.mobile-nav{font-weight:600;display:none;background:var(--nurico-green);border-top:1px solid rgba(5,51,33,.1);color:var(--nurico-yellow)}.mobile-nav.is-open{display:block;color:var(--nurico-forest)}.mobile-nav__inner{padding:1rem var(--gutter);display:flex;flex-direction:column;gap:.25rem}.mobile-nav a{padding:.5rem 0;color:var(--nurico-yellow)}.mobile-nav a:hover{padding:.5rem 0;color:var(--nurico-forest)}.mobile-nav__label{padding-top:.75rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--nurico-orange)}.mobile-nav__about{padding-top:.75rem;border-top:1px solid rgba(5,51,33,.1);margin-top:.5rem}.hero{position:relative;overflow:hidden}.hero__stripes{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:grid;grid-template-rows:repeat(5,1fr)}.hero__stripes div:nth-child(1){background:var(--nurico-forest)}.hero__stripes div:nth-child(2){background:var(--nurico-green)}.hero__stripes div:nth-child(3){background:var(--nurico-cream)}.hero__stripes div:nth-child(4){background:var(--nurico-yellow)}.hero__stripes div:nth-child(5){background:var(--nurico-orange)}.hero__inner{position:relative;display:grid;grid-template-columns:1fr;gap:.5rem;align-items:center;padding:.5rem 0;background:var(--nurico-forest)}@media(min-width:1024px){.hero__inner{grid-template-columns:1fr 1fr;padding:4rem 0}}.hero__media{position:relative;order:1}@media(min-width:1024px){.hero__media{order:2}}.hero__image-wrap{background:var(--nurico-forest)}.hero__image-wrap img{width:95%;height:auto;object-fit:cover}.hero__badge{display:none;position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--nurico-cream);border-radius:1rem;padding:1rem 1.25rem;box-shadow:0 20px 40px -10px #0006}@media(min-width:768px){.hero__badge{display:block}}.hero__badge-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--nurico-orange);font-weight:800}.hero__badge-title{font-family:var(--font-display);font-size:1.5rem;color:var(--nurico-forest);font-weight:700;margin-top:.25rem}.hero__text{color:var(--nurico-cream);order:2}@media(min-width:1024px){.hero__text{order:1}}.hero__kicker{font-size:.85rem;letter-spacing:.4em;text-transform:uppercase;color:var(--nurico-yellow);margin:0 0 1.5rem;min-height:1em}.hero__title{font-size:clamp(3rem,7vw,6rem);line-height:.95;font-weight:700}.hero__title .accent-yellow{color:var(--nurico-yellow)}.hero__title .accent-orange{color:var(--nurico-orange)}.hero__lede{margin-top:2rem;max-width:28rem;font-weight:600;color:#f1e0c6d9;line-height:1.6}.hero__cta{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-2xl);padding:.875rem 1.75rem;font-weight:800;font-size:.95rem;transition:background .2s,color .2s,border-color .2s,transform .15s;cursor:pointer;border:1px solid transparent}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--nurico-orange);color:var(--nurico-cream)}.btn--primary:hover{background:var(--nurico-yellow);color:var(--nurico-forest)}.btn--secondary{background:transparent;border-color:#f1e0c666;color:var(--nurico-cream)}.btn--secondary:hover{background:#f1e0c61a}.btn--dark{background:var(--nurico-forest);color:var(--nurico-cream)}.btn--dark:hover{background:var(--nurico-green)}.btn--lg{height:3rem;font-size:1rem}.btn--small{border-radius:var(--radius-2xl);padding:.5rem 1rem;font-size:.75rem;background:transparent;border:3px solid transparent;border-color:var(--nurico-forest);color:var(--nurico-forest)}.btn--small:hover{background:var(--nurico-orange);border-color:var(--nurico-orange);color:var(--nurico-cream)}.btn--small_dark{border-color:var(--nurico-cream);color:var(--nurico-cream)}.btn--small_dark:hover{background:var(--nurico-cream);border-color:var(--nurico-cream);color:var(--nurico-forest)}.btn--qty{font-size:.75rem;font-weight:700;color:var(--nurico-cream)}.btn--qty:hover{color:var(--nurico-yellow)}.icon-arrow{width:1rem;height:1rem}.pillars{background:var(--nurico-forest);padding:2rem 0 6rem;color:var(--nurico-cream)}.pillars__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.pillars__grid{grid-template-columns:repeat(3,1fr)}}.pillar-card{background:var(--nurico-green);border-radius:1.5rem;padding:2rem;color:var(--nurico-cream);transition:border-color .2s}.pillar-card:hover{border:1.5px solid var(--nurico-yellow)}.pillar-card__icon{height:3rem;width:3rem;border-radius:1rem;background:var(--nurico-forest);color:var(--nurico-green);display:inline-flex;align-items:center;justify-content:center}.pillar-card__icon svg{width:1.25rem;height:1.25rem}.pillar-card__title{margin-top:1.5rem;font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--nurico-yellow)}.pillar-card__body{margin-top:.75rem;color:var(--nurico-cream);line-height:1.65}.featured{background:#f1e0c666;padding:6rem 0;border-top:1px solid rgba(5,51,33,.05);border-bottom:1px solid rgba(5,51,33,.05)}.featured__head{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}@media(min-width:768px){.featured__head{flex-direction:row;align-items:flex-end;justify-content:space-between}}.eyebrow{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--nurico-forest);font-weight:800}.section-lede{margin-top:.75rem;color:var(--muted-foreground);max-width:32rem}.view-all{font-size:.875rem;font-weight:600;color:var(--nurico-forest);display:inline-flex;align-items:center;gap:.25rem}.view-all:hover{color:var(--nurico-orange)}.product-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.product-grid--3{grid-template-columns:repeat(5,1fr)}}@media(min-width:1280px){.product-grid--3{grid-template-columns:repeat(5,1fr)}}.product-card{display:block;border-radius:var(--radius-lg);background:var(--card);overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px -20px #003d2940}.product-card__media{aspect-ratio:1 / 1;background:transparent;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .5s}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__body{padding-top:0rem;padding:1rem 1rem 2rem}.product-card__type{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--nurico-green);font-weight:800}.product-card__title{margin-top:0rem;font-family:var(--font-display);font-size:100%;line-height:1.2;color:var(--nurico-forest);font-weight:500}.product-card__details{display:flex;align-items:center;justify-content:space-between;gap:.25rem}.product-card__origin{color:var(--muted-foreground);font-size:.6rem;font-weight:500;font-style:italic}.product-card__package{color:var(--nurico-green);font-size:.8rem;font-weight:700}.product-card__foot{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:.25rem}.product-card__price{font-family:var(--font-display);font-size:1.125rem;color:var(--nurico-forest);font-weight:700}.product-card__add{height:2.5rem;width:2.5rem;border-radius:999px;background:var(--nurico-orange);color:var(--nurico-cream);display:inline-flex;align-items:center;justify-content:center;transition:background .2s}.product-card__add:hover{background:var(--nurico-green)}.about-teaser{background:var(--nurico-green);color:var(--nurico-cream);padding:5rem 0}.about-teaser__inner{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.about-teaser__inner{flex-direction:row;align-items:center;justify-content:space-between}}.about-teaser__title{margin-top:.75rem;font-family:var(--font-display);font-weight:700;font-size:clamp(1.75rem,3vw,2.5rem);max-width:36rem}.eyebrow--yellow{color:var(--nurico-yellow)}.site-footer{background:var(--nurico-forest);color:var(--nurico-cream)}.site-footer__grid{display:grid;gap:3rem;padding:4rem 1rem;grid-template-columns:1fr}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(4,1fr)}}.site-footer__brand-card{display:inline-block;background:var(--nurico-cream);border-radius:1rem;padding:.75rem 1rem}.site-footer__brand-card img{height:2.25rem;width:auto}.site-footer__motto{font-weight:700;color:var(--nurico-orange);text-align:left}.site-footer__col h4{font-family:var(--font-display);font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--nurico-yellow);margin-bottom:1rem}.site-footer__col ul{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#f1e0c6d9}.site-footer__col a:hover{color:var(--nurico-yellow)}.site-footer__small{color:#f1e0c699}.site-footer__bar{background:var(--nurico-forest)}.site-footer__bar-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;font-size:.75rem;background:var(--nurico-forest)}@media(min-width:768px){.site-footer__bar-inner{flex-direction:row}}.site-footer__bar-inner p{margin:0}.site-footer__copy{color:var(--nurico-cream)}.site-footer__tag{font-family:Franklin Gothic Demi,Franklin Gothic Medium,Arial,sans-serif;text-transform:uppercase;font-weight:800;color:var(--nurico-cream)}.page-hero{background:var(--nurico-forest);color:var(--nurico-cream);padding:5rem 0}.page-hero__title{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,4rem);margin-top:.75rem}.page-hero__lede{margin-top:1rem;max-width:36rem;color:#f1e0c6cc}.about-grid,.mission-grid,.vision-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:768px){.about-grid,.mission-grid,.vision-grid{grid-template-columns:1fr 1fr}}.about-grid p,.mission-grid p,.vision-grid p{color:#f1e0c6d9;line-height:1.65}.section-light{background:var(--card);padding:5rem 0}.section-cream{background:var(--nurico-cream);padding:5rem 0;color:var(--nurico-forest)}.section-forest{background:var(--nurico-forest);padding:5rem 0;color:var(--nurico-cream)}.section-orange{background:var(--nurico-orange);padding:5rem 0;color:var(--nurico-green)}.section-foot{display:flex;align-items:center;justify-content:center;padding:2rem 0;background:var(--card)}.section-label--foot{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;font-weight:800;color:var(--nurico-orange)}.container-foot{margin-bottom:2rem;height:4rem}.values-grid{margin-top:3rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.value-card{background:var(--nurico-cream);color:var(--nurico-green);border:1px solid var(--border);border-radius:1.5rem;padding:1.75rem;transition:border-color .2s}.value-card:hover{border:1.5px solid var(--nurico-forest)}.value-card h3{font-family:var(--font-display);font-size:1.5rem;color:var(--nurico-forest);font-weight:600}.value-card p{margin-top:.5rem;font-size:.875rem;color:var(--nurico-green);line-height:1.65}.policy-page{background:var(--nurico-orange);color:var(--nurico-forest);padding:15rem 0}.policy-body{max-width:48rem;margin:0 auto;padding:4rem var(--gutter)}.policy-h2{color:var(--nurico-green);margin:4rem}.policy-body section{margin-bottom:2.5rem}.policy-body h2{font-family:var(--font-display);font-size:1.5rem;color:var(--nurico-green)}.policy-body p{margin-top:.75rem;color:var(--muted-foreground);line-height:1.65}.product{display:grid;gap:3rem;grid-template-columns:1fr;padding:3rem 0 6rem}@media(min-width:768px){.product{grid-template-columns:1fr 1fr;gap:5rem}}.product__media{aspect-ratio:1/1;border-radius:1.5rem;overflow:hidden;background:var(--nurico-cream)}.product__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.product__media:hover img{transform:scale(1.03)}.product__type{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--nurico-orange);font-weight:800}.product__title{margin-top:.75rem;font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);color:var(--nurico-forest);line-height:1.1}.product__price{margin-top:1rem;font-family:var(--font-display);font-size:1.5rem;color:var(--nurico-forest);font-weight:700}.product__quote{margin-top:.5rem;font-style:italic;color:var(--muted-foreground)}.product__desc{margin-top:2rem;white-space:pre-line;color:var(--muted-foreground);line-height:1.7}.product__cta{margin-top:2.5rem;display:flex;gap:1rem;align-items:center}.qty{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border);border-radius:999px;padding:.25rem}.qty button{height:2.25rem;width:2.25rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--nurico-forest)}.qty button:hover{background:var(--nurico-cream)}.qty span{min-width:2rem;text-align:center;font-weight:500}.product__chips{margin-top:2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.chip{background:var(--nurico-cream);border-radius:1rem;padding:1rem}.chip__label{font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--nurico-orange)}.chip__value{margin-top:.25rem;color:var(--nurico-forest);font-weight:500}.collection-hero{background:var(--card);padding:1rem 0}.collection-hero h1{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);color:var(--nurico-forest);margin-top:1rem}.collection-hero p{margin-top:.75rem;max-width:36rem;color:var(--nurico-green)}.cart-toggle{display:none}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:28rem;background:var(--nurico-forest);color:var(--nurico-cream);z-index:60;transform:translate(100%);transition:transform .3s;display:flex;flex-direction:column;padding:1.5rem}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:55}.cart-toggle:checked~.cart-drawer{transform:translate(0)}.cart-toggle:checked~.cart-overlay{opacity:1;visibility:visible}.cart-drawer__head{display:flex;align-items:flex-start;justify-content:space-between}.cart-drawer__title{font-family:var(--font-sans);font-size:1.5rem;font-weight:800;color:var(--nurico-cream)}.cart-drawer__close{height:2rem;width:2rem;border-radius:999px;color:var(--nurico-cream);font-weight:700;display:inline-flex;align-items:center;justify-content:center}.cart-drawer__close:hover{color:var(--nurico-orange)}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 0}.cart-empty{text-align:center;padding:3rem 0;color:var(--nurico-cream)}.cart-item{display:flex;gap:1rem;padding:.75rem;background:var(--background);border-radius:1rem;margin-bottom:1rem}.cart-item img{width:5rem;height:5rem;object-fit:cover;border-radius:.75rem}.cart-item h4{font-size:.95rem;font-weight:600;color:var(--nurico-cream)}.cart-item__meta{font-size:.75rem;color:var(--nurico-green);font-weight:500;margin-top:.25rem}.cart-item__price{font-size:.875rem;color:var(--nurico-cream);font-weight:600;margin-top:.25rem}.cart-foot{border-top:1px solid var(--border);padding-top:1rem}.cart-foot__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.cart-foot__sub-label{font-weight:600;color:var(--nurico-cream)}.cart-foot__sub-value{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--nurico-yellow)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.empty-state{text-align:center;padding:5rem 1.5rem;border:1px dashed var(--border);border-radius:1.5rem;color:var(--muted-foreground)}.form-notice{background:var(--nurico-green);color:#fff;padding:.75rem 1rem;border-radius:.75rem;margin-bottom:1rem}.form-notice--error{background:var(--nurico-orange)}.price--quote{color:var(--nurico-orange);font-style:italic;font-weight:600;font-size:.8rem}.product-card__add--quote{background:var(--nurico-orange)}.product-card__add--quote:hover{background:var(--nurico-yellow);color:var(--nurico-forest)}.link-orange{color:var(--nurico-orange);text-decoration:underline;font-weight:500;background:none;border:0;padding:0;cursor:pointer;font:inherit}.link-orange:hover{color:var(--nurico-yellow)}.quote-toggle{display:none}.quote-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#05332199;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:70}.quote-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.96);width:calc(100% - 2rem);max-width:36rem;max-height:calc(100vh - 2rem);overflow-y:auto;background:var(--background);color:var(--nurico-cream);border-radius:1.5rem;padding:2.25rem 2rem;box-shadow:0 30px 70px -20px #00000080;z-index:75;opacity:0;visibility:hidden;transition:opacity .25s,transform .25s,visibility .25s}.quote-toggle:checked~.quote-overlay{opacity:1;visibility:visible}.quote-toggle:checked~.quote-modal{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.quote-modal__close{position:absolute;top:1rem;right:1rem;height:2.25rem;width:2.25rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--nurico-forest)}.quote-modal__close:hover{background:#05332114}.quote-modal__title{font-family:var(--font-display);font-size:1.75rem;color:var(--nurico-forest);margin-top:.5rem}.quote-modal__intro{margin-top:.5rem;color:var(--nurico-cream);font-size:.95rem}.quote-modal__product{margin-top:1.25rem;padding:.85rem 1rem;background:var(--nurico-cream);border-radius:.75rem;font-size:.875rem;color:var(--nurico-forest);display:none}.quote-modal__product.is-visible{display:block}.quote-modal__product strong{color:var(--nurico-orange)}.quote-form{margin-top:1.5rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.quote-form .full{grid-column:1 / -1}@media(max-width:540px){.quote-form{grid-template-columns:1fr}}.quote-form label{display:block;font-size:.85rem;font-weight:500;color:var(--nurico-yellow)}.quote-form input,.quote-form select,.quote-form textarea{margin-top:.4rem;width:100%;padding:.6rem .8rem;border-radius:.5rem;border:1px solid var(--border);background:var(--card);color:var(--nurico-forest);font-family:inherit;font-size:.95rem}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:2px solid rgba(249,187,31,.5);border-color:var(--nurico-green)}.btn--block{width:100%}.quote-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;background:var(--nurico-green);color:var(--nurico-cream);filter:drop-shadow(4px 4px 4px var(--nurico-forest));border-radius:999px;padding:.75rem 1.25rem .75rem 1rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;transition:transform .2s,background .2s;cursor:pointer}.quote-fab:hover{background:var(--nurico-yellow);color:var(--nurico-green);transform:translateY(-2px);opacity:1;border:2px solid var(--nurico-yellow)}.quote-fab svg{width:1.1rem;height:1.1rem}.quote-fab__label{letter-spacing:.05em}.quote-fab__badge{display:none;min-width:1.5rem;height:1.5rem;padding:0 .4rem;border-radius:999px;background:var(--nurico-forest);color:var(--nurico-cream);font-size:.75rem;font-weight:700;align-items:center;justify-content:center}.quote-fab--has-items .quote-fab__badge{display:inline-flex}.quote-list-toggle{display:none}.quote-list-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0533218c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:80;cursor:pointer}.quote-list-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:26rem;background:var(--background);color:var(--nurico-yellow);z-index:85;transform:translate(100%);transition:transform .3s ease-out;display:flex;flex-direction:column;padding:1.5rem 1.5rem 1rem}.quote-list-toggle:checked~.quote-list-overlay{opacity:1;visibility:visible}.quote-list-toggle:checked~.quote-list-drawer{transform:translate(0)}.quote-list-drawer__head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.quote-list-drawer__title{font-family:var(--font-display);font-size:1.5rem;color:var(--nurico-yellow);margin-top:.25rem}.quote-list-drawer__close{height:2rem;width:2rem;border-radius:999px;color:var(--nurico-forest);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem}.quote-list-drawer__close:hover{background:#05332114}.quote-list-drawer__intro{font-size:.875rem;color:var(--nurico-cream);margin:0 0 1rem}.quote-list-drawer__body{flex:1;overflow-y:auto}.quote-list-drawer__empty{padding:2rem 0;text-align:center}.quote-list-items{display:flex;flex-direction:column;gap:.75rem;padding:0;margin:0;list-style:none}.quote-list-item{display:flex;gap:.85rem;padding:.75rem;background:var(--card);border:1px solid var(--border);border-radius:.85rem;align-items:center}.quote-list-item img,.quote-list-item__ph{width:3.5rem;height:3.5rem;border-radius:.5rem;object-fit:cover;background:var(--nurico-cream);flex-shrink:0}.quote-list-item__body{flex:1;min-width:0}.quote-list-item__title{font-size:.9rem;font-weight:600;color:var(--nurico-forest);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quote-list-item__qty{color:var(--nurico-green);margin-top:.4rem;display:inline-flex;align-items:center;gap:.25rem;border:1px solid var(--border);border-radius:999px;padding:.15rem}.quote-list-item__qty button{width:1.6rem;height:1.6rem;border-radius:999px;color:var(--nurico-forest);display:inline-flex;align-items:center;justify-content:center}.quote-list-item__qty button:hover{background:var(--nurico-cream)}.quote-list-item__qty span{min-width:1.5rem;text-align:center;font-size:.85rem;font-weight:600}.quote-list-item__remove{width:1.75rem;height:1.75rem;color:var(--nurico-orange);border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.quote-list-item__remove:hover{background:#ef51251a;color:var(--nurico-orange)}.quote-list-drawer__foot{padding-top:1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.quote-list-clear{background:none;border:0;cursor:pointer;color:var(--nurico-cream);font-size:.8rem;font-weight:800;text-decoration:underline}.quote-list-clear:hover{color:var(--nurico-orange)}.quote-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(20px);background:var(--nurico-forest);color:var(--nurico-cream);padding:.65rem 1rem;border-radius:999px;font-size:.875rem;font-weight:500;box-shadow:0 12px 30px -10px #0000004d;z-index:100;opacity:0;transition:opacity .25s,transform .25s;pointer-events:none;max-width:90vw}.quote-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.about-story{background:var(--nurico-forest);color:var(--cream);padding:80px 0}.about-story__grid{display:grid;gap:64px}@media(min-width:768px){.about-story__grid{grid-template-columns:1fr 1fr;align-items:start}}.about-story__heading{margin-top:12px;font-size:clamp(1.75rem,3vw,2.5rem);color:var(--nurico-cream)}.about-story__body{font-size:1.1rem;color:#f1e0c6d9;line-height:1.75}.about-mission{background:var(--nurico-green);color:var(--cream);padding:80px 0}.about-mission__grid{display:grid;gap:64px}@media(min-width:768px){.about-mission__grid{grid-template-columns:1fr 1fr;align-items:start}}.about-mission__heading{margin-top:12px;font-size:clamp(1.75rem,3vw,2.5rem);color:var(--nurico-cream)}.about-mission__body{font-size:1.1rem;color:#f1e0c6d9;line-height:1.75}.about-vision{background:var(--nurico-yellow);color:var(--green);padding:80px 0}.about-vision__grid{display:grid;gap:64px}@media(min-width:768px){.about-vision__grid{grid-template-columns:1fr 1fr;align-items:start}}.about-vision__heading{margin-top:12px;font-size:clamp(1.75rem,3vw,2.5rem);color:var(--nurico-forest)}.about-vision__body{font-size:1.1rem;color:var(--nurico-green);line-height:1.75}.about-values{background:var(--nurico-orange);padding:80px 0}.about-values__header{max-width:560px;margin-bottom:48px}.values-grid{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:640px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{background:var(--nurico-cream);border:1.5px solid var(--border);border-radius:var(--radius-2xl);padding:28px;transition:border-color .2s}.value-card:hover{border-color:var(--nurico-green)}.value-card__title{font-size:1.4rem;font-weight:700;color:var(--nurico-forest)}.value-card__body{margin-top:8px;font-size:.875rem;color:var(--nurico-muted);line-height:1.65}.contact-hero{background:var(--nurico-forest);color:var(--nurico-cream);padding:1rem 0}.contact-hero__heading{margin-top:12px;font-size:clamp(2rem,5vw,4rem);color:var(--nurico-cream)}.contact-hero__body{margin-top:16px;max-width:480px;color:var(--nurico-cream);line-height:1.65}.contact-section{padding:30px 0}.contact-section__grid{display:grid;gap:48px}@media(min-width:1024px){.contact-section__grid{grid-template-columns:1fr 2fr}}.contact-details{display:flex;flex-direction:column;gap:24px}.contact-item{display:flex;gap:16px;align-items:flex-start}.contact-item__icon{width:44px;height:44px;background:var(--nurico-forest);color:var(--nurico-orange);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item__label{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--nurico-yellow);font-weight:800}.contact-item__value{font-weight:600;color:var(--nurico-cream);transition:color .2s}a.contact-item__value:hover{color:var(--nurico-orange)}.contact-form{font-family:var(--font-display);color:var(--nurico-forest);background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius-2xl);padding:40px}.contact-form__grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:640px){.contact-form__grid{grid-template-columns:repeat(2,1fr)}}.form-field{display:flex;flex-direction:column;gap:8px}.form-field--full{grid-column:1 / -1}.form-label{font-size:.875rem;font-weight:600;color:var(--forest)}.form-input,.form-textarea{padding:12px 16px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg);color:var(--nurico-forest);font-family:var(--font-display);font-size:.9rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--nurico-green)}.form-textarea{resize:vertical}.form-success{background:#var(--nurico-yellow);border-radius:var(--radius-lg);padding:20px;color:var(--nurico-green);font-weight:600}.form-errors{background:#fee2e2;border:1.5px solid #fca5a5;border-radius:var(--radius-lg);padding:16px;color:#991b1b;font-size:.875rem;margin-bottom:20px}.section-label{font-size:.7rem;letter-spacing:.35em;text-transform:uppercase;font-weight:800;color:var(--nurico-orange)}.section-label--yellow{color:var(--nurico-yellow)}.section-label--green{color:var(--nurico-green)}.section-label--forest{color:var(--nurico-forest)}.section-label--cream{color:var(--nurico-cream)}.section-title{margin-top:12px;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--nurico-forest)}.section-title section-title--cream{color:var(--nurico-cream)}.section-subtitle{margin-top:12px;color:var(--nurico-muted);max-width:500px;line-height:1.65}.section-header{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}@media(min-width:768px){.section-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.section-link{display:inline-flex;align-items:center;gap:4px;font-size:.875rem;font-weight:600;color:var(--nurico-forest);transition:color .2s;white-space:nowrap}.section-link:hover{color:var(--nurico-orange)}.product-page{padding-bottom:96px;padding-top:1rem;background:var(--card)}.back-link{display:inline-flex;align-items:center;gap:8px;padding:24px 0 32px;font-size:.875rem;color:var(--nurico-yellow);transition:color .2s}.back-link:hover{color:var(--nurico-orange)}.product-page__grid{display:grid;gap:48px;align-items:start;background:var(--card);padding:3rem 1rem}@media(min-width:768px){.product-page__grid{grid-template-columns:1fr 1fr;gap:80px}}.product-page__image-wrap{border-radius:var(--radius-2xl);overflow:hidden;aspect-ratio:1/1}.product-page__image{width:100%;height:100%;object-fit:contain}.product-page__image--placeholder{width:100%;height:100%}.product-label{font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;color:var(--nurico-green);font-weight:800}.product-page__title{margin-top:12px;font-size:clamp(2rem,4vw,3rem);color:var(--nurico-forest);line-height:1.1}.product-page__quote-note{margin-top:16px;font-size:.8rem;font-weight:500;color:var(--nurico-orange)}.product-page__description{margin-top:32px;color:var(--nurico-forest)}.product-page__actions{margin-top:40px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.qty-selector{display:flex;align-items:center;gap:4px;border:1.5px solid var(--border);border-radius:100px;padding:4px}.qty-selector__btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--nurico-forest);transition:background .15s}.qty-selector__btn:hover{background:var(--border)}.qty-selector__input{width:36px;text-align:center;font-weight:600;color:var(--nurico-forest);border:none;background:transparent;font-size:1rem;-moz-appearance:textfield}.qty-selector__input::-webkit-outer-spin-button,.qty-selector__input::-webkit-inner-spin-button{-webkit-appearance:none}.product-page__badges{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.trust-badge{background:var(--nurico-green);border-radius:var(--radius-lg);padding:16px}.trust-badge__label{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--nurico-yellow);font-weight:800}.trust-badge__value{margin-top:4px;font-weight:600;color:var(--nurico-cream)}.search-container{margin-bottom:3rem}.search-form{display:inline;gap:1rem;width:100%;height:2rem;font:var(--font-display)}.search-bar{width:70%;height:3rem;background:transparent;border:2px solid var(--nurico-forest);border-radius:var(--radius-lg);color:var(--nurico-forest);padding:1rem 2rem;font-weight:600;margin-bottom:1rem;font-size:.9rem}.btn--search{width:6rem;background:var(--nurico-forest);color:var(--nurico-cream);border-radius:var(--radius-lg);align-items:center;justify-content:center;margin-bottom:2rem}.btn--search:hover{background:var(--nurico-orange)}
/*# sourceMappingURL=/cdn/shop/t/26/assets/theme.css.map */
