.navbar{position:fixed;inset:0 0 auto;z-index:100;color:#fffdf7;transition:background-color .22s ease,box-shadow .22s ease,color .22s ease}.navbar--scrolled,.navbar--open,.navbar--solid{color:#20231d;background:#fffdf7eb;box-shadow:0 .75rem 2.2rem #231f181a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.navbar__inner{min-height:5.25rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar__brand{display:inline-flex;align-items:center;gap:.75rem;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;letter-spacing:.02em}.navbar__brand-mark{width:2.5rem;aspect-ratio:1;display:grid;place-items:center;border-radius:50%;color:#fffdf7;background:#388139;font-size:1.25rem;box-shadow:0 .5rem 1.5rem #231f1829}.navbar__nav{display:flex;align-items:center;gap:2rem}.navbar__link{position:relative;padding:.5rem 0;font-weight:600}.navbar__link:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:#e4b34d;transition:right .22s ease}.navbar__link:hover:after,.navbar__link:focus-visible:after{right:0}.navbar__toggle{display:none;width:2.75rem;height:2.75rem;padding:.5rem;border-radius:.75rem;color:inherit}.navbar__toggle span{display:block;width:100%;height:2px;margin:5px 0;background:currentColor;transition:transform .22s ease,opacity .22s ease}.navbar--open .navbar__toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar--open .navbar__toggle span:nth-child(2){opacity:0}.navbar--open .navbar__toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.navbar__toggle{display:block}.navbar__nav{position:absolute;top:100%;left:0;right:0;display:grid;gap:0;padding:1rem 1.25rem 2rem;color:#20231d;background:#fffdf7;border-top:1px solid #d8cdbb;box-shadow:0 1.4rem 3.4rem #231f1826;opacity:0;visibility:hidden;transform:translateY(-.75rem);transition:opacity .22s ease,visibility .22s ease,transform .22s ease}.navbar__nav--open{opacity:1;visibility:visible;transform:translateY(0)}.navbar__link{padding:1rem 0;border-bottom:1px solid #d8cdbb}.navbar__phone{margin-top:1.5rem;justify-self:stretch}}.footer{color:#fffdf7;background:#171d15}.footer__inner{display:grid;grid-template-columns:1.2fr .7fr .8fr;gap:3rem;padding-top:5rem;padding-bottom:5rem}.footer__inner p{max-width:24rem;color:#d9dccf}.footer__brand{font-family:Georgia,Times New Roman,serif;font-size:2.25rem;font-weight:700}.footer__nav,.footer__contact{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.footer__nav a,.footer__contact a{color:#d9dccf;transition:color .22s ease}.footer__nav a:hover,.footer__nav a:focus-visible,.footer__contact a:hover,.footer__contact a:focus-visible{color:#e4b34d}.footer__contact span{color:#d9dccf;overflow-wrap:anywhere}.footer__bottom{display:flex;justify-content:space-between;gap:2rem;padding-top:1.5rem;padding-bottom:1.5rem;border-top:1px solid rgba(255,255,255,.22);color:#d9dccf;font-size:.85rem}@media(max-width:768px){.footer__inner{grid-template-columns:1fr 1fr}.footer__inner>div:first-child{grid-column:1/-1}}@media(max-width:576px){.footer__inner{grid-template-columns:1fr}.footer__inner>div:first-child{grid-column:auto}.footer__bottom{flex-direction:column}}.hero-slider{position:relative;min-height:42rem;height:100svh;overflow:hidden;color:#fffdf7;background:#26301f}.hero-slider__slides,.hero-slider__slide,.hero-slider__slide picture,.hero-slider__slide img{position:absolute;inset:0;width:100%;height:100%}.hero-slider__slide{opacity:0;transform:scale(1.03);transition:opacity .9s ease,transform .9s ease}.hero-slider__slide img{object-fit:cover;object-position:center}.hero-slider__slide--active{opacity:1;transform:scale(1)}.hero-slider__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#211b1473,#211b1440,#211b141f)}.hero-slider__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:1280px;padding-top:5.25rem}.hero-slider__content h1{max-width:12ch;margin:1rem 0 1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,6vw,6.8rem);line-height:.95;letter-spacing:-.045em;text-wrap:balance}.hero-slider__eyebrow{display:inline-flex;align-items:center;gap:.75rem;margin:0;font-size:.82rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero-slider__eyebrow:before{content:"";width:2.5rem;height:2px;background:#e4b34d}.hero-slider__lead{max-width:35rem;margin:0 0 3rem;font-size:clamp(1.05rem,1.4vw,1.3rem);line-height:1.65;color:#d9dccf}.hero-slider__arrow{position:absolute;z-index:3;top:50%;width:3.25rem;height:3.25rem;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fffdf7;background:#211b141f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(-50%);transition:background-color .22s ease,transform .22s ease}.hero-slider__arrow span{font-size:2.25rem;line-height:1;transform:translateY(-2px)}.hero-slider__arrow:hover,.hero-slider__arrow:focus-visible{background:#388139;transform:translateY(-50%) scale(1.05)}.hero-slider__arrow--previous{left:2rem}.hero-slider__arrow--next{right:2rem}.hero-slider__dots{position:absolute;z-index:3;left:50%;bottom:2.5rem;display:flex;gap:.75rem;transform:translate(-50%)}.hero-slider__dot{width:.75rem;height:.75rem;border:1px solid #fffdf7;border-radius:50%;background:transparent;transition:width .22s ease,background-color .22s ease}.hero-slider__dot--active{width:2.4rem;background:#fffdf7}@media(max-width:768px){.hero-slider{min-height:40rem}.hero-slider__content{justify-content:flex-end;padding-bottom:8rem}.hero-slider__content h1{max-width:10ch;font-size:clamp(3rem,12vw,5rem)}.hero-slider__lead{max-width:30rem}.hero-slider__arrow{top:auto;bottom:2rem;width:2.8rem;height:2.8rem;transform:none}.hero-slider__arrow:hover,.hero-slider__arrow:focus-visible{transform:scale(1.05)}.hero-slider__arrow--previous{left:1.25rem}.hero-slider__arrow--next{right:1.25rem}.hero-slider__dots{bottom:2.35rem}}@media(max-width:576px){.hero-slider__overlay{background:linear-gradient(0deg,#211b1473,#211b1440 48%,#211b141f)}.hero-slider__content{padding-bottom:7rem}.hero-slider__lead{font-size:1rem}}.about-section{background:#f7f0e3}.about-section__inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(3rem,7vw,7rem);align-items:center}.about-section__image-wrap{position:relative;min-height:36rem}.about-section__image{width:80%;height:80%;min-height:36rem;object-fit:cover;border-radius:1.8rem 1.8rem 1.8rem 8rem;box-shadow:0 2rem 5rem #231f1833}.about-section__badge{position:absolute;right:2rem;bottom:3rem;width:6.5rem;aspect-ratio:1;display:grid;place-items:center;border:.35rem solid #f7f0e3;border-radius:50%;color:#fffdf7;background:#388139;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:700;transform:rotate(-8deg)}.about-section__content h2{margin:1rem 0 2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,5vw,4.6rem);line-height:1.02;letter-spacing:-.035em}.about-section__content>p:not(.eyebrow){color:#646659;font-size:1.08rem;line-height:1.8}.about-section__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:3rem}.about-section__features div{padding:1.5rem;border:1px solid #d8cdbb;border-radius:1.15rem;background:#fffdf7}.about-section__features strong,.about-section__features span{display:block}.about-section__features strong{margin-bottom:.5rem;color:#388139;font-family:Georgia,Times New Roman,serif;font-size:1.2rem}.about-section__features span{color:#646659;line-height:1.55}@media(max-width:1024px){.about-section__image-wrap,.about-section__image{min-height:31rem}}@media(max-width:768px){.about-section__inner{grid-template-columns:1fr}.about-section__image-wrap{min-height:26rem}.about-section__image{min-height:26rem;border-bottom-left-radius:1.8rem}.about-section__badge{right:1rem}}@media(max-width:576px){.about-section__features{grid-template-columns:1fr}}.product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #d8cdbb;border-radius:1.8rem;background:#fffdf7;box-shadow:0 .5rem 1.5rem #231f180f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card:hover,.product-card:focus-within{transform:translateY(-.55rem);border-color:#ad9c84;box-shadow:0 1.4rem 3.4rem #231f1826}.product-card__image-link{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:#eee5d5}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image,.product-card:focus-within .product-card__image{transform:scale(1.045)}.product-card__volume{position:absolute;top:1rem;right:1rem;padding:.5rem .75rem;border-radius:999px;color:#20231d;background:#fffdf7eb;font-size:.78rem;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card__content{flex:1;display:flex;flex-direction:column;padding:2rem}.product-card__content h3{margin:.5rem 0 .75rem;font-family:Georgia,Times New Roman,serif;font-size:1.65rem;line-height:1.15}.product-card__category{margin:0;color:#388139;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-card__description{flex:1;margin:0;color:#646659;line-height:1.65}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #d8cdbb}.product-card__price{font-family:Georgia,Times New Roman,serif;font-size:1.35rem;white-space:nowrap}.product-card__link{color:#388139;font-weight:700}.product-card__link span{display:inline-block;transition:transform .22s ease}.product-card__link:hover span,.product-card__link:focus-visible span{transform:translate(.25rem)}.product-section{scroll-margin-top:5.25rem;background:#eee5d5}.product-section__heading{margin-bottom:clamp(2.5rem,5vw,4.5rem)}.product-section__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5rem}@media(max-width:1440px){.product-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.product-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:576px){.product-section__grid{grid-template-columns:1fr}}.contact-section{position:relative;scroll-margin-top:5.25rem;overflow:hidden;color:#fffdf7;background:#26301f}.contact-section:before,.contact-section:after{content:"";position:absolute;border-radius:50%;background:#72824f;filter:blur(1px);opacity:.3}.contact-section:before{width:24rem;height:24rem;top:-12rem;right:-8rem}.contact-section:after{width:15rem;height:15rem;left:-7rem;bottom:-8rem;background:#388139}.contact-section__inner{position:relative;z-index:1}.contact-section__intro{display:flex;justify-content:center}.contact-section__intro h2{max-width:100%;margin:1rem 0 2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,6vw,5.8rem);line-height:.98;letter-spacing:-.04em}.contact-section__intro>p:last-child{margin:0;color:#d9dccf;font-size:1.08rem;line-height:1.8}.contact-section__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.contact-section__details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin:5rem 0 0;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.22)}.contact-section__details div{min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-section__details dt{margin-bottom:.5rem;color:#e4b34d;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.contact-section__details dd{margin:0;color:#d9dccf;overflow-wrap:anywhere;line-height:1.5rem}@media(max-width:768px){.contact-section__intro,.contact-section__details{grid-template-columns:1fr}}@media(max-width:576px){.contact-section__cards{grid-template-columns:1fr}}.contact-card{display:flex;flex-direction:column;align-items:flex-start;min-height:10rem;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid rgba(255,255,255,.22);border-radius:1.8rem;background:#ffffff12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .22s ease,background-color .22s ease,border-color .22s ease}.contact-card:hover,.contact-card:focus-visible{transform:translateY(-.4rem);border-color:#e4b34d;background:#ffffff1f}.contact-card__label{color:#e4b34d;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.contact-card strong{margin:.25rem 0 1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4.5vw,3.8rem);line-height:1}.contact-card__action{font-weight:700}.product-details{padding-top:5.25rem;background:#f7f0e3}.product-details__hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(3rem,7vw,7rem);align-items:center;padding-top:clamp(3rem,7vw,6rem);padding-bottom:clamp(4rem,8vw,8rem)}.product-details__gallery{min-width:0}.product-details__main-image-wrap{aspect-ratio:4/5;overflow:hidden;border-radius:1.8rem;background:#eee5d5;box-shadow:0 2rem 5rem #231f1833}.product-details__main-image{width:100%;height:100%;object-fit:cover}.product-details__thumbnails{display:flex;gap:1rem;margin-top:1rem}.product-details__thumbnail{width:6rem;aspect-ratio:1;padding:0;overflow:hidden;border:2px solid transparent;border-radius:1.15rem;background:#eee5d5;transition:border-color .22s ease,transform .22s ease}.product-details__thumbnail img{width:100%;height:100%;object-fit:cover}.product-details__thumbnail:hover,.product-details__thumbnail:focus-visible,.product-details__thumbnail--active{border-color:#388139;transform:translateY(-.2rem)}.product-details__back{display:inline-flex;gap:.5rem;align-items:center;margin-bottom:3rem;color:#646659;font-weight:700}.product-details__back:hover,.product-details__back:focus-visible{color:#388139}.product-details__content h1{margin:1rem 0 1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,6vw,5.5rem);line-height:.98;letter-spacing:-.045em}.product-details__short-description{margin:0;color:#646659;font-size:1.25rem;line-height:1.65}.product-details__price-row{display:flex;align-items:center;gap:1rem;margin:2.5rem 0;padding:1.5rem 0;border-top:1px solid #d8cdbb;border-bottom:1px solid #d8cdbb}.product-details__price-row strong{font-family:Georgia,Times New Roman,serif;font-size:2rem}.product-details__price-row span{padding:.5rem .75rem;border-radius:999px;color:#388139;background:#f2e3eb;font-size:.82rem;font-weight:700}.product-details__description{color:#646659;font-size:1.08rem;line-height:1.8}.product-details__ingredients{margin-top:3rem}.product-details__ingredients h2{font-family:Georgia,Times New Roman,serif;font-size:1.65rem}.product-details__ingredients ul{display:flex;flex-wrap:wrap;gap:.75rem;padding:0;list-style:none}.product-details__ingredients li{padding:.75rem 1rem;border:1px solid #d8cdbb;border-radius:999px;color:#646659;background:#fffdf7}.product-details__order{padding:clamp(4rem,9vw,8rem) 0;color:#fffdf7;background:#388139;text-align:center}.product-details__order h2{margin:1rem 0 1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.6rem,6vw,5rem);line-height:1}.product-details__order p:not(.eyebrow){max-width:42rem;margin:0 auto;color:#d9dccf;font-size:1.08rem;line-height:1.75}.product-details__phone-buttons{display:flex;justify-content:center;gap:1rem;margin-top:3rem}@media(max-width:768px){.product-details__hero{grid-template-columns:1fr}.product-details__content h1{max-width:12ch}}@media(max-width:576px){.product-details__phone-buttons{flex-direction:column}.product-details__phone-buttons .button{width:100%}}.product-details__button{margin-top:1rem;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background:#388139;color:#fffdf7;border:2px solid #388139;border-radius:999px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;box-shadow:0 .5rem 1.5rem #231f180f;transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease}.product-details__button:hover{background:#667548;border-color:#667548;box-shadow:0 1.4rem 3.4rem #231f1826;transform:translateY(-2px)}.product-details__button:active{transform:translateY(0);box-shadow:0 .5rem 1.5rem #231f1829}.product-details__button:focus-visible{outline:3px solid #e4b34d;outline-offset:4px}.not-found{min-height:75vh;display:grid;place-items:center;padding:10.25rem 0 5rem;background:#f7f0e3;text-align:center}.not-found__content{max-width:45rem}.not-found__code{margin:0;color:#a77016;font-family:Georgia,Times New Roman,serif;font-size:clamp(5rem,16vw,11rem);font-weight:700;line-height:.9}.not-found h1{margin:1.5rem 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,6vw,4rem)}.not-found>div>p:not(.not-found__code){margin:0 auto 2.5rem;color:#646659}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5.25rem}body{margin:0;min-width:320px;overflow-x:hidden;color:#20231d;background:#f7f0e3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body,button,a{-webkit-tap-highlight-color:transparent}img,picture{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{border:0;background:none;cursor:pointer}a{color:inherit;text-decoration:none}p{line-height:1.7}::selection{color:#fffdf7;background:#388139}:focus-visible{outline:3px solid #e4b34d;outline-offset:4px}.app-shell{min-height:100vh}.container{width:min(100% - 2rem,1280px);margin-inline:auto}.section{padding:clamp(5rem,10vw,9rem) 0}.eyebrow{margin:0;color:#388139;font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.eyebrow--light{color:#e4b34d}.section-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.65fr);gap:3rem;align-items:end}.section-heading h2{margin:1rem 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,6vw,5.5rem);line-height:.98;letter-spacing:-.04em}.section-heading>p{margin:0;color:#646659;font-size:1.05rem}.button{min-height:3.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 2rem;border:1px solid #388139;border-radius:999px;color:#fffdf7;background:#388139;font-weight:800;line-height:1.2;text-align:center;transition:transform .22s ease,background-color .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease}.button:hover,.button:focus-visible{transform:translateY(-.2rem);box-shadow:0 .5rem 1.5rem #231f1829}.button--small{min-height:2.75rem;padding-inline:1.5rem}.button--light{border-color:#fffdf7;color:#20231d;background:#fffdf7}.button--outline-light{border-color:#ffffff38;color:#fffdf7;background:transparent}.button--outline-light:hover,.button--outline-light:focus-visible{border-color:#fffdf7;background:#ffffff1f}.reveal{opacity:0;transform:translateY(2rem);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.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}@media(max-width:768px){.container{width:min(100% - 2.5rem,1280px)}.section-heading{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
